oziko-ui-kit 0.0.126 → 0.0.128

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.
@@ -7,6 +7,7 @@ export type TypeCheckbox = {
7
7
  indeterminate?: boolean;
8
8
  labelProps?: TypeText;
9
9
  onChange?: ChangeEventHandler<HTMLInputElement>;
10
+ checkBoxClassName?: string;
10
11
  id?: string;
11
12
  };
12
13
  declare const _default: React.NamedExoticComponent<TypeCheckbox & {
package/dist/index.css CHANGED
@@ -1334,10 +1334,6 @@ code {
1334
1334
  .DashboardItem-module_container__Cu2fp .DashboardItem-module_header__1Ltls {
1335
1335
  border-bottom: var(--oziko-border-default);
1336
1336
  }
1337
- .DashboardItem-module_container__Cu2fp .DashboardItem-module_header__1Ltls,
1338
- .DashboardItem-module_container__Cu2fp .DashboardItem-module_chartContainer__xibFh {
1339
- padding: var(--oziko-padding-xl);
1340
- }
1341
1337
  .DashboardItem-module_container__Cu2fp .DashboardItem-module_chartContainer__xibFh {
1342
1338
  height: 100%;
1343
1339
  width: 100%;