oziko-ui-kit 0.0.84 → 0.0.86

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.
@@ -14,6 +14,7 @@ export type TypeBooleanInput = {
14
14
  description?: string;
15
15
  onChange?: (checked: boolean) => void;
16
16
  size?: TypeSwitch["size"];
17
+ className?: string;
17
18
  };
18
19
  declare const _default: import("react").NamedExoticComponent<TypeBooleanInput>;
19
20
  export default _default;
package/dist/index.css CHANGED
@@ -2831,6 +2831,10 @@ input:checked + .Switch-module_slider__sHGGR::before {
2831
2831
  width: 100%;
2832
2832
  }
2833
2833
 
2834
+ .ArrayInput-module_inputHeader__YhlBU {
2835
+ padding-left: 0;
2836
+ }
2837
+
2834
2838
  .ArrayInput-module_emptyStateText__ZHJbR {
2835
2839
  font-size: var(--oziko-icon-size-sm);
2836
2840
  }