@yklyklpackages/message-card 0.3.0 → 0.4.0
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/index.cjs +5 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +5 -5
- package/dist/index.mjs.map +1 -1
- package/dist/index.umd.js +5 -5
- package/dist/index.umd.js.map +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -198,11 +198,11 @@ const defaultTheme$1 = {
|
|
|
198
198
|
FontWeight_JDH_Medium: 500
|
|
199
199
|
},
|
|
200
200
|
space: {
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
201
|
+
Spacing_JDH_4xl: 32,
|
|
202
|
+
Spacing_JDH_xxxl: 28,
|
|
203
|
+
Spacing_JDH_xxl: 24,
|
|
204
|
+
Spacing_JDH_xl: 20,
|
|
205
|
+
Spacing_JDH_lg: 16,
|
|
206
206
|
Spacing_JDH_sm: 12,
|
|
207
207
|
Spacing_JDH_xs: 8,
|
|
208
208
|
Spacing_JDH_xxs: 4
|