@mond-design-system/react 4.3.0 → 4.5.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 +20 -14
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +8 -0
- package/dist/index.css.map +1 -1
- package/dist/index.d.cts +15 -4
- package/dist/index.d.ts +15 -4
- package/dist/index.js +20 -14
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -75,6 +75,9 @@
|
|
|
75
75
|
.mds-Heading__variant-subtitle {
|
|
76
76
|
font: var(--mds-type-subtitle);
|
|
77
77
|
}
|
|
78
|
+
.mds-Heading__variant-label {
|
|
79
|
+
font: var(--mds-type-label);
|
|
80
|
+
}
|
|
78
81
|
.mds-Heading__tone-primary {
|
|
79
82
|
color: var(--mds-text-primary);
|
|
80
83
|
}
|
|
@@ -1002,6 +1005,11 @@ button.mds-Link__link {
|
|
|
1002
1005
|
animation: mds-Skeleton__pulse var(--mds-dur-pulse) var(--mds-ease-standard) infinite;
|
|
1003
1006
|
width: var(--skeleton-w, 100%);
|
|
1004
1007
|
}
|
|
1008
|
+
.mds-Skeleton__lines {
|
|
1009
|
+
display: flex;
|
|
1010
|
+
flex-direction: column;
|
|
1011
|
+
gap: var(--mds-gap-tight);
|
|
1012
|
+
}
|
|
1005
1013
|
.mds-Skeleton__variant-text {
|
|
1006
1014
|
height: var(--skeleton-h, 1em);
|
|
1007
1015
|
border-radius: var(--mds-radius-skeleton);
|