@dishopsaas/design-system 0.0.70 → 0.0.72

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.70",
4
+ "version": "0.0.72",
5
5
  "description": "Design System Dishop (React + TS + MUI) minimal with Storybook",
6
6
  "license": "MIT",
7
7
  "type": "module",
@@ -2,19 +2,23 @@
2
2
  DESIGN SYSTEM WRAPPER
3
3
  ======================================================= */
4
4
  @font-face {
5
- font-family: "PP Right Grotesk Casual Variable";
6
- src: url("fonts/PPRightGrotesk-CompactBlack.otf") format("opentype");
7
- }
8
- @font-face {
9
- font-family: "Geist";
10
- src: url("fonts/Geist-Regular-BF6569491e3eff1.otf") format("opentype");
5
+ font-family: "PP Right Grotesk Casual Variable";
6
+ src: url("fonts/PPRightGroteskCasualVariable.woff2") format("woff2-variations");
7
+ font-weight: 100 900;
8
+ font-style: oblique 0deg 20deg;
9
+ font-display: swap;
11
10
  }
12
11
 
12
+ /* ─── Geist Variable ────────────────────────────────────── */
13
13
  @font-face {
14
- font-family: "GT America LCGV VF";
15
- src: url("fonts/GT-America-LCG-Ext-Rg.otf") format("opentype");
14
+ font-family: "Geist";
15
+ src: url("fonts/Geist-VF.woff2") format("woff2-variations");
16
+ font-weight: 100 900;
17
+ font-style: normal;
18
+ font-display: swap;
16
19
  }
17
20
 
21
+
18
22
  .design-system-wrapper {
19
23
  font-family: "Geist";
20
24
  color: #333;