oziko-ui-kit 0.0.80 → 0.0.81
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 +4 -0
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -2813,6 +2813,10 @@ input:checked + .Switch-module_slider__sHGGR::before {
|
|
|
2813
2813
|
.ArrayInput-module_header__v88Lg {
|
|
2814
2814
|
width: 100%;
|
|
2815
2815
|
}
|
|
2816
|
+
|
|
2817
|
+
.ArrayInput-module_emptyStateText__ZHJbR {
|
|
2818
|
+
font-size: var(--oziko-icon-size-sm);
|
|
2819
|
+
}
|
|
2816
2820
|
.String-module_icon__pKB1k {
|
|
2817
2821
|
color: var(--oziko-color-font-primary) !important;
|
|
2818
2822
|
}
|