@zealicsolutions/web-ui 0.3.246 → 0.3.247

Sign up to get free protection for your applications and to get access to all the features.
@@ -14,13 +14,13 @@ export declare type ChecklistItem = {
14
14
  };
15
15
  export declare type ChecklistProps = {
16
16
  items: ChecklistItem[];
17
- props: {
18
- gap: SizesTypes;
17
+ props?: {
18
+ gap?: SizesTypes;
19
19
  } & CheckboxInternalConfigProps;
20
20
  configurationItemInfo?: ConfigurationItemInfo;
21
21
  metadata: MetadataType;
22
22
  };
23
- export declare const Checklist: ({ items, props: { gap, ...checkboxProps }, configurationItemInfo, metadata }: ChecklistProps) => JSX.Element;
23
+ export declare const Checklist: ({ items, props: { gap, ...checkboxProps }, configurationItemInfo, metadata, }: ChecklistProps) => JSX.Element;
24
24
  export declare const ChecklistWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {
25
25
  $gap: SizesTypes;
26
26
  }, 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 }, configurationItemInfo, metadata }: import("molecules").ChecklistProps) => JSX.Element;
5
+ component: ({ items, props: { gap, ...checkboxProps }, configurationItemInfo, metadata, }: 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
@@ -2238,13 +2238,13 @@ declare type ChecklistItem = {
2238
2238
  };
2239
2239
  declare type ChecklistProps = {
2240
2240
  items: ChecklistItem[];
2241
- props: {
2242
- gap: SizesTypes$1;
2241
+ props?: {
2242
+ gap?: SizesTypes$1;
2243
2243
  } & CheckboxInternalConfigProps$1;
2244
2244
  configurationItemInfo?: ConfigurationItemInfo$1;
2245
2245
  metadata: MetadataType$1;
2246
2246
  };
2247
- declare const Checklist: ({ items, props: { gap, ...checkboxProps }, configurationItemInfo, metadata }: ChecklistProps) => JSX.Element;
2247
+ declare const Checklist: ({ items, props: { gap, ...checkboxProps }, configurationItemInfo, metadata, }: ChecklistProps) => JSX.Element;
2248
2248
  declare const ChecklistWrapper: styled_components.StyledComponent<"div", styled_components.DefaultTheme, {
2249
2249
  $gap: SizesTypes$1;
2250
2250
  }, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zealicsolutions/web-ui",
3
- "version": "0.3.246",
3
+ "version": "0.3.247",
4
4
  "testVersion": "0.3.232",
5
5
  "repository": {
6
6
  "type": "git",