indicator-ui 0.0.100 → 0.0.102
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 -4
- package/dist/index.css.map +1 -1
- package/dist/index.js +9 -3
- package/dist/index.js.map +1 -1
- package/dist/scss/ui/ToggleBase/styles/mixins/large.scss +2 -2
- package/dist/scss/ui/ToggleBase/styles/mixins/medium.scss +2 -2
- package/dist/types/src/ui/CheckboxMark/ui/CheckboxMark.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -2797,16 +2797,16 @@
|
|
|
2797
2797
|
height: 20px;
|
|
2798
2798
|
}
|
|
2799
2799
|
.ToggleBase-module__toggleBase___Vkhhf.ToggleBase-module__medium___iUKiN .ToggleBase-module__button___LaSpg {
|
|
2800
|
-
width:
|
|
2801
|
-
height:
|
|
2800
|
+
width: 16px;
|
|
2801
|
+
height: 16px;
|
|
2802
2802
|
}
|
|
2803
2803
|
.ToggleBase-module__toggleBase___Vkhhf.ToggleBase-module__large___YMT8p {
|
|
2804
2804
|
width: 44px;
|
|
2805
2805
|
height: 24px;
|
|
2806
2806
|
}
|
|
2807
2807
|
.ToggleBase-module__toggleBase___Vkhhf.ToggleBase-module__large___YMT8p .ToggleBase-module__button___LaSpg {
|
|
2808
|
-
width:
|
|
2809
|
-
height:
|
|
2808
|
+
width: 20px;
|
|
2809
|
+
height: 20px;
|
|
2810
2810
|
}
|
|
2811
2811
|
.ToggleBase-module__toggleBase___Vkhhf.ToggleBase-module__hover___KiQjy, .ToggleBase-module__toggleBase___Vkhhf:hover {
|
|
2812
2812
|
background-color: var(--gray-400);
|