@zealicsolutions/web-ui 0.3.194 → 0.3.195

Sign up to get free protection for your applications and to get access to all the features.
@@ -17,7 +17,7 @@ export declare type ChecklistProps = {
17
17
  gap: SizesTypes;
18
18
  } & CheckboxInternalConfigProps;
19
19
  };
20
- export declare const Checklist: ({ items, props: { gap, ...checkboxProps } }: ChecklistProps) => JSX.Element;
20
+ export declare const Checklist: ({ items, props: { gap, ...checkboxProps }, }: ChecklistProps) => JSX.Element;
21
21
  export declare const ChecklistWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {
22
22
  $gap: SizesTypes;
23
23
  }, never>;
@@ -2,7 +2,7 @@ import type { StoryFn } from '@storybook/react';
2
2
  import { Checklist as ChecklistComponent } from 'molecules';
3
3
  declare const _default: {
4
4
  title: string;
5
- component: ({ items, props: { gap, ...checkboxProps } }: import("molecules").ChecklistProps) => JSX.Element;
5
+ component: ({ items, props: { gap, ...checkboxProps }, }: import("molecules").ChecklistProps) => JSX.Element;
6
6
  };
7
7
  export default _default;
8
8
  export declare const Checklist: StoryFn<typeof ChecklistComponent>;
package/dist/index.d.ts CHANGED
@@ -2216,7 +2216,7 @@ declare type ChecklistProps = {
2216
2216
  gap: SizesTypes$1;
2217
2217
  } & CheckboxInternalConfigProps$1;
2218
2218
  };
2219
- declare const Checklist: ({ items, props: { gap, ...checkboxProps } }: ChecklistProps) => JSX.Element;
2219
+ declare const Checklist: ({ items, props: { gap, ...checkboxProps }, }: ChecklistProps) => JSX.Element;
2220
2220
  declare const ChecklistWrapper: styled_components.StyledComponent<"div", styled_components.DefaultTheme, {
2221
2221
  $gap: SizesTypes$1;
2222
2222
  }, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zealicsolutions/web-ui",
3
- "version": "0.3.194",
3
+ "version": "0.3.195",
4
4
  "testVersion": "0.3.193",
5
5
  "repository": {
6
6
  "type": "git",