@dishopsaas/design-system 0.0.73 → 0.0.75

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dishopsaas/design-system",
3
3
  "private": false,
4
- "version": "0.0.73",
4
+ "version": "0.0.75",
5
5
  "description": "Design System Dishop (React + TS + MUI) minimal with Storybook",
6
6
  "license": "MIT",
7
7
  "type": "module",
@@ -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;