@dishopsaas/design-system 0.0.72 → 0.0.74
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/design-system.css +1 -1
- package/dist/index.cjs +55 -55
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +4053 -3973
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/css/design-system.css +2 -1
package/package.json
CHANGED
|
@@ -106,6 +106,7 @@
|
|
|
106
106
|
font-weight: 500;
|
|
107
107
|
font-size: 14px;
|
|
108
108
|
line-height: 1.25;
|
|
109
|
+
text-transform: capitalize;
|
|
109
110
|
}
|
|
110
111
|
|
|
111
112
|
/* body2 → paragraphM (16px), weight 400 */
|
|
@@ -114,6 +115,7 @@
|
|
|
114
115
|
font-weight: 400;
|
|
115
116
|
font-size: 16px;
|
|
116
117
|
line-height: 1.25;
|
|
118
|
+
text-transform: capitalize;
|
|
117
119
|
}
|
|
118
120
|
|
|
119
121
|
/* subtitle1 → CTA16 (16px), weight 620, uppercase */
|
|
@@ -135,7 +137,6 @@
|
|
|
135
137
|
}
|
|
136
138
|
|
|
137
139
|
/* button / CTA14 (16px), weight 620, uppercase */
|
|
138
|
-
.design-system-wrapper button,
|
|
139
140
|
.design-system-wrapper .button {
|
|
140
141
|
font-family: "PP Right Grotesk Casual Variable";
|
|
141
142
|
font-weight: 620;
|