@dishopsaas/design-system 0.0.63 → 0.0.65

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.63",
4
+ "version": "0.0.65",
5
5
  "description": "Design System Dishop (React + TS + MUI) minimal with Storybook",
6
6
  "license": "MIT",
7
7
  "type": "module",
@@ -74,7 +74,7 @@
74
74
  margin-bottom: 0rem;
75
75
  }
76
76
 
77
- .design-system-wrapper h6 {
77
+ /* .design-system-wrapper h6 {
78
78
  font-family: "PP Right Grotesk Casual Variable";
79
79
  font-weight: 770;
80
80
  font-size: 18px;
@@ -82,7 +82,7 @@
82
82
  text-transform: uppercase;
83
83
  letter-spacing: -0.02em;
84
84
  margin-bottom: 0rem;
85
- }
85
+ } */
86
86
 
87
87
  /* =======================================================
88
88
  BODY TEXT / SUBTITLE / CAPTION
@@ -135,7 +135,7 @@
135
135
  .design-system-wrapper .button {
136
136
  font-family: "PP Right Grotesk Casual Variable";
137
137
  font-weight: 620;
138
- font-size: 16px;
138
+ font-size: 14px;
139
139
  line-height: 1.25;
140
140
  text-transform: uppercase;
141
141
  }