@umami/react-zen 0.132.0 → 0.134.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.css +8 -8
- package/dist/index.d.mts +6 -3
- package/dist/index.d.ts +6 -3
- package/dist/index.js +128 -118
- package/dist/index.mjs +117 -107
- package/package.json +1 -1
- package/styles.css +8 -8
package/styles.css
CHANGED
|
@@ -3363,6 +3363,14 @@ li {
|
|
|
3363
3363
|
font-weight: 600;
|
|
3364
3364
|
}
|
|
3365
3365
|
|
|
3366
|
+
/* virtual-css:css:eaf2e0c53cba41d4256ca460ee0d2b3e */
|
|
3367
|
+
.Label_label__YWE3M {
|
|
3368
|
+
font-size: var(--font-size);
|
|
3369
|
+
color: var(--font-color);
|
|
3370
|
+
font-weight: var(--font-weight-bold);
|
|
3371
|
+
line-height: 2.5;
|
|
3372
|
+
}
|
|
3373
|
+
|
|
3366
3374
|
/* virtual-css:css:616ae3b49446388ff62e911490fa55d8 */
|
|
3367
3375
|
.Button_button__YTAxZ {
|
|
3368
3376
|
display: flex;
|
|
@@ -3945,14 +3953,6 @@ body a.Button_button__YTAxZ {
|
|
|
3945
3953
|
}
|
|
3946
3954
|
}
|
|
3947
3955
|
|
|
3948
|
-
/* virtual-css:css:eaf2e0c53cba41d4256ca460ee0d2b3e */
|
|
3949
|
-
.Label_label__YWE3M {
|
|
3950
|
-
font-size: var(--font-size);
|
|
3951
|
-
color: var(--font-color);
|
|
3952
|
-
font-weight: var(--font-weight-bold);
|
|
3953
|
-
line-height: 2.5;
|
|
3954
|
-
}
|
|
3955
|
-
|
|
3956
3956
|
/* virtual-css:css:814f767aeadf5e17bfb63509d2206999 */
|
|
3957
3957
|
.CopyButton_icon__YTM2Y {
|
|
3958
3958
|
animation: CopyButton_copy-button__MjY1M 200ms;
|