oziko-ui-kit 0.0.57 → 0.0.59

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.
@@ -4,7 +4,7 @@ export type TypeSwitch = {
4
4
  disabled?: boolean;
5
5
  containerProps?: TypeFlexElement;
6
6
  onChange?: (checked: boolean) => void;
7
- size?: "large" | "medium" | "small";
7
+ size?: "large" | "medium" | "small" | "extra-small";
8
8
  };
9
9
  declare const _default: import("react").NamedExoticComponent<TypeSwitch>;
10
10
  export default _default;
package/dist/index.css CHANGED
@@ -2085,6 +2085,19 @@ svg.leaflet-image-layer.leaflet-interactive path {
2085
2085
  width: unset;
2086
2086
  -webkit-line-clamp: 1;
2087
2087
  }
2088
+ .Switch-module_switch__-4EkK.Switch-module_extraSmall__JC7t5 {
2089
+ width: 27.5px;
2090
+ height: 14px;
2091
+ }
2092
+ .Switch-module_switch__-4EkK.Switch-module_extraSmall__JC7t5 .Switch-module_slider__sHGGR::before {
2093
+ width: 10px;
2094
+ height: 10px;
2095
+ top: 1.75px;
2096
+ }
2097
+ .Switch-module_switch__-4EkK.Switch-module_extraSmall__JC7t5 input:checked + .Switch-module_slider__sHGGR::before {
2098
+ transform: translateX(12px);
2099
+ }
2100
+
2088
2101
  .Switch-module_switch__-4EkK.Switch-module_small__5Zk-N {
2089
2102
  width: 33px;
2090
2103
  height: 16.5px;