@zealicsolutions/web-ui 0.4.156 → 0.4.157

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.
@@ -5,7 +5,7 @@ export interface BaseItem {
5
5
  id: string;
6
6
  name: string;
7
7
  type: ItemType;
8
- instance: 'molecule-item';
8
+ instance: 'molecule_item';
9
9
  }
10
10
  export interface StepperItemDTO extends BaseItem {
11
11
  type: 'step';
@@ -1,9 +1,9 @@
1
1
  import React from 'react';
2
2
  import { StoryFn } from '@storybook/react';
3
- import { ChecklistProps } from 'molecules';
4
- export declare type Story = StoryFn<Omit<ChecklistProps, 'gap' | 'checkedIconSize' | 'paddingTop' | 'paddingRight' | 'paddingBottom' | 'paddingLeft' | 'marginTop' | 'marginRight' | 'marginBottom' | 'marginLeft'> & {
3
+ import { ChecklistProps } from './Checklist';
4
+ export declare type Story = StoryFn<Omit<ChecklistProps, 'gap' | 'iconSize' | 'paddingTop' | 'paddingRight' | 'paddingBottom' | 'paddingLeft' | 'marginTop' | 'marginRight' | 'marginBottom' | 'marginLeft'> & {
5
5
  gap: number | string;
6
- checkedIconSize: number | string;
6
+ iconSize: number | string;
7
7
  paddingTop: number | string;
8
8
  paddingRight: number | string;
9
9
  paddingBottom: number | string;
@@ -59,9 +59,9 @@ declare const _default: {
59
59
  };
60
60
  };
61
61
  export default _default;
62
- export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Omit<ChecklistProps, "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "gap" | "checkedIconSize"> & {
62
+ export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Omit<ChecklistProps, "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "gap" | "iconSize"> & {
63
63
  gap: number | string;
64
- checkedIconSize: number | string;
64
+ iconSize: number | string;
65
65
  paddingTop: number | string;
66
66
  paddingRight: number | string;
67
67
  paddingBottom: number | string;
@@ -71,9 +71,45 @@ export declare const Default: import("@storybook/types").AnnotatedStoryFn<import
71
71
  marginBottom: number | string;
72
72
  marginLeft: number | string;
73
73
  }>;
74
- export declare const HalfSystemDriven: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Omit<ChecklistProps, "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "gap" | "checkedIconSize"> & {
74
+ export declare const HalfSystemDriven: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Omit<ChecklistProps, "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "gap" | "iconSize"> & {
75
75
  gap: number | string;
76
- checkedIconSize: number | string;
76
+ iconSize: number | string;
77
+ paddingTop: number | string;
78
+ paddingRight: number | string;
79
+ paddingBottom: number | string;
80
+ paddingLeft: number | string;
81
+ marginTop: number | string;
82
+ marginRight: number | string;
83
+ marginBottom: number | string;
84
+ marginLeft: number | string;
85
+ }>;
86
+ export declare const FullyCustom: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Omit<ChecklistProps, "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "gap" | "iconSize"> & {
87
+ gap: number | string;
88
+ iconSize: number | string;
89
+ paddingTop: number | string;
90
+ paddingRight: number | string;
91
+ paddingBottom: number | string;
92
+ paddingLeft: number | string;
93
+ marginTop: number | string;
94
+ marginRight: number | string;
95
+ marginBottom: number | string;
96
+ marginLeft: number | string;
97
+ }>;
98
+ export declare const VerticalLabelPlacement: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Omit<ChecklistProps, "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "gap" | "iconSize"> & {
99
+ gap: number | string;
100
+ iconSize: number | string;
101
+ paddingTop: number | string;
102
+ paddingRight: number | string;
103
+ paddingBottom: number | string;
104
+ paddingLeft: number | string;
105
+ marginTop: number | string;
106
+ marginRight: number | string;
107
+ marginBottom: number | string;
108
+ marginLeft: number | string;
109
+ }>;
110
+ export declare const WithCustomSpacing: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Omit<ChecklistProps, "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "gap" | "iconSize"> & {
111
+ gap: number | string;
112
+ iconSize: number | string;
77
113
  paddingTop: number | string;
78
114
  paddingRight: number | string;
79
115
  paddingBottom: number | string;
@@ -126,6 +126,22 @@ export declare const WithCustomGap: import("@storybook/types").AnnotatedStoryFn<
126
126
  marginBottom: number | string;
127
127
  marginLeft: number | string;
128
128
  }>;
129
+ export declare const MobileView: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Omit<StepperProps, "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "gap" | "iconBorderRadius" | "stepGap" | "iconSize" | "lineWidth" | "lineRadius"> & {
130
+ gap: number | string;
131
+ stepGap: number | string;
132
+ iconSize: number | string;
133
+ iconBorderRadius: number | string;
134
+ lineWidth: number | string;
135
+ lineRadius: number | string;
136
+ paddingTop: number | string;
137
+ paddingRight: number | string;
138
+ paddingBottom: number | string;
139
+ paddingLeft: number | string;
140
+ marginTop: number | string;
141
+ marginRight: number | string;
142
+ marginBottom: number | string;
143
+ marginLeft: number | string;
144
+ }>;
129
145
  export declare const WithMarginAndPadding: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Omit<StepperProps, "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "gap" | "iconBorderRadius" | "stepGap" | "iconSize" | "lineWidth" | "lineRadius"> & {
130
146
  gap: number | string;
131
147
  stepGap: number | string;
@@ -5,7 +5,7 @@ export interface BaseItem {
5
5
  id: string;
6
6
  name: string;
7
7
  type: ItemType;
8
- instance: 'molecule-item';
8
+ instance: 'molecule_item';
9
9
  }
10
10
  export interface StepperItemDTO extends BaseItem {
11
11
  type: 'step';
@@ -1,9 +1,9 @@
1
1
  import React from 'react';
2
2
  import { StoryFn } from '@storybook/react';
3
- import { ChecklistProps } from 'molecules';
4
- export declare type Story = StoryFn<Omit<ChecklistProps, 'gap' | 'checkedIconSize' | 'paddingTop' | 'paddingRight' | 'paddingBottom' | 'paddingLeft' | 'marginTop' | 'marginRight' | 'marginBottom' | 'marginLeft'> & {
3
+ import { ChecklistProps } from './Checklist';
4
+ export declare type Story = StoryFn<Omit<ChecklistProps, 'gap' | 'iconSize' | 'paddingTop' | 'paddingRight' | 'paddingBottom' | 'paddingLeft' | 'marginTop' | 'marginRight' | 'marginBottom' | 'marginLeft'> & {
5
5
  gap: number | string;
6
- checkedIconSize: number | string;
6
+ iconSize: number | string;
7
7
  paddingTop: number | string;
8
8
  paddingRight: number | string;
9
9
  paddingBottom: number | string;
@@ -59,9 +59,9 @@ declare const _default: {
59
59
  };
60
60
  };
61
61
  export default _default;
62
- export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Omit<ChecklistProps, "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "gap" | "checkedIconSize"> & {
62
+ export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Omit<ChecklistProps, "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "gap" | "iconSize"> & {
63
63
  gap: number | string;
64
- checkedIconSize: number | string;
64
+ iconSize: number | string;
65
65
  paddingTop: number | string;
66
66
  paddingRight: number | string;
67
67
  paddingBottom: number | string;
@@ -71,9 +71,45 @@ export declare const Default: import("@storybook/types").AnnotatedStoryFn<import
71
71
  marginBottom: number | string;
72
72
  marginLeft: number | string;
73
73
  }>;
74
- export declare const HalfSystemDriven: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Omit<ChecklistProps, "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "gap" | "checkedIconSize"> & {
74
+ export declare const HalfSystemDriven: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Omit<ChecklistProps, "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "gap" | "iconSize"> & {
75
75
  gap: number | string;
76
- checkedIconSize: number | string;
76
+ iconSize: number | string;
77
+ paddingTop: number | string;
78
+ paddingRight: number | string;
79
+ paddingBottom: number | string;
80
+ paddingLeft: number | string;
81
+ marginTop: number | string;
82
+ marginRight: number | string;
83
+ marginBottom: number | string;
84
+ marginLeft: number | string;
85
+ }>;
86
+ export declare const FullyCustom: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Omit<ChecklistProps, "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "gap" | "iconSize"> & {
87
+ gap: number | string;
88
+ iconSize: number | string;
89
+ paddingTop: number | string;
90
+ paddingRight: number | string;
91
+ paddingBottom: number | string;
92
+ paddingLeft: number | string;
93
+ marginTop: number | string;
94
+ marginRight: number | string;
95
+ marginBottom: number | string;
96
+ marginLeft: number | string;
97
+ }>;
98
+ export declare const VerticalLabelPlacement: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Omit<ChecklistProps, "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "gap" | "iconSize"> & {
99
+ gap: number | string;
100
+ iconSize: number | string;
101
+ paddingTop: number | string;
102
+ paddingRight: number | string;
103
+ paddingBottom: number | string;
104
+ paddingLeft: number | string;
105
+ marginTop: number | string;
106
+ marginRight: number | string;
107
+ marginBottom: number | string;
108
+ marginLeft: number | string;
109
+ }>;
110
+ export declare const WithCustomSpacing: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Omit<ChecklistProps, "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "gap" | "iconSize"> & {
111
+ gap: number | string;
112
+ iconSize: number | string;
77
113
  paddingTop: number | string;
78
114
  paddingRight: number | string;
79
115
  paddingBottom: number | string;
@@ -126,6 +126,22 @@ export declare const WithCustomGap: import("@storybook/types").AnnotatedStoryFn<
126
126
  marginBottom: number | string;
127
127
  marginLeft: number | string;
128
128
  }>;
129
+ export declare const MobileView: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Omit<StepperProps, "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "gap" | "iconBorderRadius" | "stepGap" | "iconSize" | "lineWidth" | "lineRadius"> & {
130
+ gap: number | string;
131
+ stepGap: number | string;
132
+ iconSize: number | string;
133
+ iconBorderRadius: number | string;
134
+ lineWidth: number | string;
135
+ lineRadius: number | string;
136
+ paddingTop: number | string;
137
+ paddingRight: number | string;
138
+ paddingBottom: number | string;
139
+ paddingLeft: number | string;
140
+ marginTop: number | string;
141
+ marginRight: number | string;
142
+ marginBottom: number | string;
143
+ marginLeft: number | string;
144
+ }>;
129
145
  export declare const WithMarginAndPadding: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Omit<StepperProps, "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "gap" | "iconBorderRadius" | "stepGap" | "iconSize" | "lineWidth" | "lineRadius"> & {
130
146
  gap: number | string;
131
147
  stepGap: number | string;
package/dist/index.d.ts CHANGED
@@ -198,7 +198,7 @@ interface BaseItem {
198
198
  id: string;
199
199
  name: string;
200
200
  type: ItemType;
201
- instance: 'molecule-item';
201
+ instance: 'molecule_item';
202
202
  }
203
203
  interface StepperItemDTO extends BaseItem {
204
204
  type: 'step';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zealicsolutions/web-ui",
3
- "version": "0.4.156",
3
+ "version": "0.4.157",
4
4
  "testVersion1": "0.3.327",
5
5
  "testVersion2": "0.2.467",
6
6
  "repository": {