indicator-ui 0.0.16 → 0.0.17
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 +14 -0
- package/dist/index.css.map +1 -1
- package/dist/index.js +8 -4
- package/dist/index.js.map +1 -1
- package/dist/scss/ui/CheckboxMark/styles/mixins/base.scss +1 -0
- package/dist/scss/ui/CheckboxMark/styles/mixins/properties/radio.scss +1 -0
- package/dist/types/src/ui/Checkbox/types/CheckboxTypes.d.ts +10 -0
- package/dist/types/src/ui/Checkbox/ui/Checkbox.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -2527,6 +2527,7 @@
|
|
|
2527
2527
|
.CheckboxMark-module__checkboxMark___QsRbu svg {
|
|
2528
2528
|
width: 14px;
|
|
2529
2529
|
height: 14px;
|
|
2530
|
+
flex: none;
|
|
2530
2531
|
}
|
|
2531
2532
|
.CheckboxMark-module__checkboxMark___QsRbu:hover {
|
|
2532
2533
|
background-color: var(--blue-dark-50);
|
|
@@ -2540,6 +2541,7 @@
|
|
|
2540
2541
|
}
|
|
2541
2542
|
.CheckboxMark-module__checkboxMark___QsRbu.CheckboxMark-module__radio___rCtRc:after {
|
|
2542
2543
|
display: none;
|
|
2544
|
+
flex: none;
|
|
2543
2545
|
content: "";
|
|
2544
2546
|
width: 8px;
|
|
2545
2547
|
height: 8px;
|
|
@@ -2866,5 +2868,17 @@
|
|
|
2866
2868
|
font-style: normal;
|
|
2867
2869
|
font-variant: normal;
|
|
2868
2870
|
}
|
|
2871
|
+
.Checkbox-module__checkbox___GSei6.Checkbox-module__widthFill___EHcfi {
|
|
2872
|
+
width: 100%;
|
|
2873
|
+
}
|
|
2874
|
+
.Checkbox-module__checkbox___GSei6.Checkbox-module__heightFill___uqjBX {
|
|
2875
|
+
height: 100%;
|
|
2876
|
+
}
|
|
2877
|
+
.Checkbox-module__checkbox___GSei6.Checkbox-module__widthHug___N5weH {
|
|
2878
|
+
width: fit-content;
|
|
2879
|
+
}
|
|
2880
|
+
.Checkbox-module__checkbox___GSei6.Checkbox-module__heightHug___SK_mI {
|
|
2881
|
+
height: fit-content;
|
|
2882
|
+
}
|
|
2869
2883
|
|
|
2870
2884
|
/*# sourceMappingURL=index.css.map*/
|