@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/dist/design-system.css +1 -1
- package/dist/index.cjs +68 -68
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +5120 -4907
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/css/design-system.css +3 -3
package/package.json
CHANGED
|
@@ -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:
|
|
138
|
+
font-size: 14px;
|
|
139
139
|
line-height: 1.25;
|
|
140
140
|
text-transform: uppercase;
|
|
141
141
|
}
|