1mpacto-react-ui 0.2.0-beta.24 → 0.2.0-beta.25

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.
Files changed (86) hide show
  1. package/dist/assets/core.css +1 -1
  2. package/dist/assets/fontfamily.css +1 -1
  3. package/dist/assets/style.css +1 -1
  4. package/dist/index.cjs +102 -103
  5. package/dist/index.mjs +9384 -9352
  6. package/dist/package.json.d.ts +1 -1
  7. package/dist/src/components/Badges/Badges.config.d.ts +57 -0
  8. package/dist/src/components/Badges/Badges.stories.d.ts +115 -1
  9. package/dist/src/components/Breadcrumbs/Breadcrumbs.config.d.ts +113 -0
  10. package/dist/src/components/Breadcrumbs/Breadcrumbs.stories.d.ts +218 -4
  11. package/dist/src/components/Button/Button.config.d.ts +70 -0
  12. package/dist/src/components/Button/Button.stories.d.ts +127 -3
  13. package/dist/src/components/ButtonIcon/ButtonIcon.config.d.ts +53 -0
  14. package/dist/src/components/ButtonIcon/ButtonIcon.stories.d.ts +121 -3
  15. package/dist/src/components/ButtonPopover/ButtonPopover.stories.d.ts +256 -1
  16. package/dist/src/components/Calendar/Calendar.stories.d.ts +281 -1
  17. package/dist/src/components/Chart/GradientBarChart.stories.d.ts +67 -1
  18. package/dist/src/components/Chart/GradientLineChart.stories.d.ts +78 -1
  19. package/dist/src/components/Chart/LineChart.stories.d.ts +33 -1
  20. package/dist/src/components/Chips/Chips.config.d.ts +35 -0
  21. package/dist/src/components/Chips/Chips.stories.d.ts +135 -1
  22. package/dist/src/components/Collapse/Collapse.stories.d.ts +87 -1
  23. package/dist/src/components/Collapse/CollapseV2.stories.d.ts +57 -1
  24. package/dist/src/components/DatePicker/DatePicker.stories.d.ts +219 -1
  25. package/dist/src/components/DatePicker/FilterDate.stories.d.ts +229 -1
  26. package/dist/src/components/DatePicker/MonthYearPicker.stories.d.ts +196 -1
  27. package/dist/src/components/ErrorMessage/ErrorMessage.config.d.ts +8 -0
  28. package/dist/src/components/ErrorMessage/ErrorMessage.stories.d.ts +37 -1
  29. package/dist/src/components/FilterContainer/FilterContainer.stories.d.ts +164 -0
  30. package/dist/src/components/Input/InputFloatingInner.config.d.ts +9 -0
  31. package/dist/src/components/Input/InputFloatingInner.stories.d.ts +175 -5
  32. package/dist/src/components/Input/InputInnerLabel.config.d.ts +8 -0
  33. package/dist/src/components/Input/InputInnerLabel.stories.d.ts +177 -4
  34. package/dist/src/components/Input/InputNative.config.d.ts +9 -0
  35. package/dist/src/components/Input/InputNative.stories.d.ts +147 -4
  36. package/dist/src/components/Input/InputReguler.config.d.ts +9 -0
  37. package/dist/src/components/Input/InputReguler.stories.d.ts +175 -5
  38. package/dist/src/components/Modal/ModalDialog.config.d.ts +9 -0
  39. package/dist/src/components/Modal/ModalDialog.stories.d.ts +119 -1
  40. package/dist/src/components/NumberFormat/NumberFormat.stories.d.ts +371 -17
  41. package/dist/src/components/Pagination/Pagination.config.d.ts +5 -0
  42. package/dist/src/components/Pagination/Pagination.stories.d.ts +197 -1
  43. package/dist/src/components/Popover/Popover.stories.d.ts +212 -4
  44. package/dist/src/components/PortalComponent/PortalComponent.stories.d.ts +60 -0
  45. package/dist/src/components/RadioCheckbox/RadioCheckbox.config.d.ts +41 -0
  46. package/dist/src/components/RadioCheckbox/RadioCheckbox.stories.d.ts +74 -35
  47. package/dist/src/components/RadioCheckbox/RadioCheckboxLabel.config.d.ts +25 -0
  48. package/dist/src/components/RadioCheckbox/RadioCheckboxLabel.stories.d.ts +194 -3
  49. package/dist/src/components/SelectDropdownContainer/SelectDropdownContainer.config.d.ts +26 -0
  50. package/dist/src/components/Sidebar/ItemSidebar.config.d.ts +34 -0
  51. package/dist/src/components/Sidebar/Sidebar.config.d.ts +16 -0
  52. package/dist/src/components/Step/Step.stories.d.ts +133 -1
  53. package/dist/src/components/Step/StepIndicator.stories.d.ts +146 -1
  54. package/dist/src/components/Switch/Switch.config.d.ts +26 -0
  55. package/dist/src/components/Switch/Switch.stories.d.ts +126 -1
  56. package/dist/src/components/Table/Table.config.d.ts +4 -0
  57. package/dist/src/components/Table/Table.d.ts +1 -2
  58. package/dist/src/components/Table/Table.stories.d.ts +68 -50
  59. package/dist/src/components/Tabs/Tabs.config.d.ts +31 -0
  60. package/dist/src/components/Tabs/Tabs.stories.d.ts +217 -1
  61. package/dist/src/components/TextEditor/TextEditor.stories.d.ts +57 -9
  62. package/dist/src/components/Textarea/Textarea.config.d.ts +31 -0
  63. package/dist/src/components/Textarea/Textarea.stories.d.ts +248 -2
  64. package/dist/src/components/Textarea/TextareaFloatingInner.config.d.ts +6 -0
  65. package/dist/src/components/Textarea/TextareaFloatingInner.stories.d.ts +258 -2
  66. package/dist/src/components/Textarea/TextareaInnerLabel.config.d.ts +7 -0
  67. package/dist/src/components/Textarea/TextareaInnerLabel.stories.d.ts +235 -2
  68. package/dist/src/components/TimeRange/TimeRange.stories.d.ts +167 -1
  69. package/dist/src/components/Timeline/Timeline.stories.d.ts +38 -1
  70. package/dist/src/components/Tooltip/Tooltip.stories.d.ts +157 -1
  71. package/dist/src/components/TruncateComponent/TruncateComponent.stories.d.ts +104 -1
  72. package/dist/src/components/Upload/UploadFile.stories.d.ts +125 -1
  73. package/dist/src/components/Upload/UploadImage.stories.d.ts +142 -1
  74. package/dist/src/components/Upload/UploadMultipleFile.stories.d.ts +187 -1
  75. package/dist/src/components/Virtualization/ListVirtualization.stories.d.ts +277 -1
  76. package/dist/src/components/Virtualization/TableVirtualization.stories.d.ts +294 -1
  77. package/dist/src/components/index.d.ts +2 -1
  78. package/dist/src/config/components/borderRadius.d.ts +1 -0
  79. package/dist/src/config/components/font.d.ts +1 -0
  80. package/dist/src/config/components/gap.d.ts +1 -0
  81. package/dist/src/config/components/typography.d.ts +3 -49
  82. package/dist/src/interfaces/components/ErrorMessage/index.d.ts +1 -1
  83. package/dist/src/utils/constant.d.ts +1 -0
  84. package/package.json +1 -1
  85. package/dist/index.cjs.map +0 -1
  86. package/dist/index.mjs.map +0 -1
@@ -7,17 +7,190 @@ declare const meta: {
7
7
  };
8
8
  tags: string[];
9
9
  argTypes: {
10
+ label: {
11
+ control: "text";
12
+ description: string;
13
+ table: {
14
+ category: string;
15
+ type: {
16
+ summary: string;
17
+ };
18
+ };
19
+ };
20
+ startIcon: {
21
+ control: "object";
22
+ description: string;
23
+ table: {
24
+ category: string;
25
+ type: {
26
+ summary: string;
27
+ };
28
+ };
29
+ };
30
+ endIcon: {
31
+ control: "object";
32
+ description: string;
33
+ table: {
34
+ category: string;
35
+ type: {
36
+ summary: string;
37
+ };
38
+ };
39
+ };
40
+ sizeInput: {
41
+ control: {
42
+ type: "select";
43
+ };
44
+ options: string[];
45
+ description: string;
46
+ table: {
47
+ category: string;
48
+ type: {
49
+ summary: string;
50
+ };
51
+ defaultValue: {
52
+ summary: string;
53
+ };
54
+ };
55
+ };
10
56
  className: {
11
- type: "string";
57
+ control: "text";
58
+ description: string;
59
+ table: {
60
+ category: string;
61
+ type: {
62
+ summary: string;
63
+ };
64
+ };
12
65
  };
13
66
  classNameContainer: {
14
- type: "string";
67
+ control: "text";
68
+ description: string;
69
+ table: {
70
+ category: string;
71
+ type: {
72
+ summary: string;
73
+ };
74
+ };
75
+ };
76
+ classNameLabel: {
77
+ control: "text";
78
+ description: string;
79
+ table: {
80
+ category: string;
81
+ type: {
82
+ summary: string;
83
+ };
84
+ };
15
85
  };
16
86
  classNameLabelError: {
17
- type: "string";
87
+ control: "text";
88
+ description: string;
89
+ table: {
90
+ category: string;
91
+ type: {
92
+ summary: string;
93
+ };
94
+ };
18
95
  };
19
96
  error: {
20
- type: "string";
97
+ control: "text";
98
+ description: string;
99
+ table: {
100
+ category: string;
101
+ type: {
102
+ summary: string;
103
+ };
104
+ };
105
+ };
106
+ disabled: {
107
+ control: "boolean";
108
+ description: string;
109
+ table: {
110
+ category: string;
111
+ type: {
112
+ summary: string;
113
+ };
114
+ defaultValue: {
115
+ summary: string;
116
+ };
117
+ };
118
+ };
119
+ value: {
120
+ control: "text";
121
+ description: string;
122
+ table: {
123
+ category: string;
124
+ type: {
125
+ summary: string;
126
+ };
127
+ };
128
+ };
129
+ type: {
130
+ control: "text";
131
+ description: string;
132
+ table: {
133
+ category: string;
134
+ type: {
135
+ summary: string;
136
+ };
137
+ defaultValue: {
138
+ summary: string;
139
+ };
140
+ };
141
+ };
142
+ isRequired: {
143
+ control: "boolean";
144
+ description: string;
145
+ table: {
146
+ category: string;
147
+ type: {
148
+ summary: string;
149
+ };
150
+ defaultValue: {
151
+ summary: string;
152
+ };
153
+ };
154
+ };
155
+ id: {
156
+ control: "text";
157
+ description: string;
158
+ table: {
159
+ category: string;
160
+ type: {
161
+ summary: string;
162
+ };
163
+ };
164
+ };
165
+ name: {
166
+ control: "text";
167
+ description: string;
168
+ table: {
169
+ category: string;
170
+ type: {
171
+ summary: string;
172
+ };
173
+ };
174
+ };
175
+ placeholder: {
176
+ control: "text";
177
+ description: string;
178
+ table: {
179
+ category: string;
180
+ type: {
181
+ summary: string;
182
+ };
183
+ };
184
+ };
185
+ onChange: {
186
+ action: string;
187
+ description: string;
188
+ table: {
189
+ category: string;
190
+ type: {
191
+ summary: string;
192
+ };
193
+ };
21
194
  };
22
195
  };
23
196
  args: {
@@ -0,0 +1,9 @@
1
+ export declare const configInputNative: {
2
+ size: {
3
+ l: string;
4
+ s: string;
5
+ xs: string;
6
+ };
7
+ variant: {};
8
+ };
9
+ export declare const keysConfigInputNativeSize: string[];
@@ -7,17 +7,160 @@ declare const meta: {
7
7
  };
8
8
  tags: string[];
9
9
  argTypes: {
10
+ startIcon: {
11
+ control: "object";
12
+ description: string;
13
+ table: {
14
+ category: string;
15
+ type: {
16
+ summary: string;
17
+ };
18
+ };
19
+ };
20
+ endIcon: {
21
+ control: "object";
22
+ description: string;
23
+ table: {
24
+ category: string;
25
+ type: {
26
+ summary: string;
27
+ };
28
+ };
29
+ };
30
+ sizeInput: {
31
+ control: {
32
+ type: "select";
33
+ };
34
+ options: string[];
35
+ description: string;
36
+ table: {
37
+ category: string;
38
+ type: {
39
+ summary: string;
40
+ };
41
+ defaultValue: {
42
+ summary: string;
43
+ };
44
+ };
45
+ };
10
46
  className: {
11
- type: "string";
47
+ control: "text";
48
+ description: string;
49
+ table: {
50
+ category: string;
51
+ type: {
52
+ summary: string;
53
+ };
54
+ };
12
55
  };
13
56
  classNameContainer: {
14
- type: "string";
57
+ control: "text";
58
+ description: string;
59
+ table: {
60
+ category: string;
61
+ type: {
62
+ summary: string;
63
+ };
64
+ };
15
65
  };
16
66
  classNameLabelError: {
17
- type: "string";
67
+ control: "text";
68
+ description: string;
69
+ table: {
70
+ category: string;
71
+ type: {
72
+ summary: string;
73
+ };
74
+ };
75
+ };
76
+ value: {
77
+ control: "text";
78
+ description: string;
79
+ table: {
80
+ category: string;
81
+ type: {
82
+ summary: string;
83
+ };
84
+ };
18
85
  };
19
86
  error: {
20
- type: "string";
87
+ control: "text";
88
+ description: string;
89
+ table: {
90
+ category: string;
91
+ type: {
92
+ summary: string;
93
+ };
94
+ };
95
+ };
96
+ disabled: {
97
+ control: "boolean";
98
+ description: string;
99
+ table: {
100
+ category: string;
101
+ type: {
102
+ summary: string;
103
+ };
104
+ defaultValue: {
105
+ summary: string;
106
+ };
107
+ };
108
+ };
109
+ type: {
110
+ control: {
111
+ type: "select";
112
+ };
113
+ options: string[];
114
+ description: string;
115
+ table: {
116
+ category: string;
117
+ type: {
118
+ summary: string;
119
+ };
120
+ defaultValue: {
121
+ summary: string;
122
+ };
123
+ };
124
+ };
125
+ onChange: {
126
+ action: string;
127
+ description: string;
128
+ table: {
129
+ category: string;
130
+ type: {
131
+ summary: string;
132
+ };
133
+ };
134
+ };
135
+ name: {
136
+ control: "text";
137
+ description: string;
138
+ table: {
139
+ category: string;
140
+ type: {
141
+ summary: string;
142
+ };
143
+ };
144
+ };
145
+ id: {
146
+ control: "text";
147
+ description: string;
148
+ table: {
149
+ category: string;
150
+ type: {
151
+ summary: string;
152
+ };
153
+ };
154
+ };
155
+ placeholder: {
156
+ control: "text";
157
+ description: string;
158
+ table: {
159
+ category: string;
160
+ type: {
161
+ summary: string;
162
+ };
163
+ };
21
164
  };
22
165
  };
23
166
  args: {
@@ -0,0 +1,9 @@
1
+ export declare const configInputReguler: {
2
+ size: {
3
+ large: string;
4
+ medium: string;
5
+ small: string;
6
+ };
7
+ variant: {};
8
+ };
9
+ export declare const keysConfigInputRegulerSize: string[];
@@ -7,20 +7,190 @@ declare const meta: {
7
7
  };
8
8
  tags: string[];
9
9
  argTypes: {
10
+ label: {
11
+ control: "text";
12
+ description: string;
13
+ table: {
14
+ category: string;
15
+ type: {
16
+ summary: string;
17
+ };
18
+ };
19
+ };
20
+ startIcon: {
21
+ control: "object";
22
+ description: string;
23
+ table: {
24
+ category: string;
25
+ type: {
26
+ summary: string;
27
+ };
28
+ };
29
+ };
30
+ endIcon: {
31
+ control: "object";
32
+ description: string;
33
+ table: {
34
+ category: string;
35
+ type: {
36
+ summary: string;
37
+ };
38
+ };
39
+ };
40
+ sizeInput: {
41
+ control: {
42
+ type: "select";
43
+ };
44
+ options: string[];
45
+ description: string;
46
+ table: {
47
+ category: string;
48
+ type: {
49
+ summary: string;
50
+ };
51
+ defaultValue: {
52
+ summary: string;
53
+ };
54
+ };
55
+ };
10
56
  className: {
11
- type: "string";
57
+ control: "text";
58
+ description: string;
59
+ table: {
60
+ category: string;
61
+ type: {
62
+ summary: string;
63
+ };
64
+ };
12
65
  };
13
66
  classNameContainer: {
14
- type: "string";
67
+ control: "text";
68
+ description: string;
69
+ table: {
70
+ category: string;
71
+ type: {
72
+ summary: string;
73
+ };
74
+ };
15
75
  };
16
76
  classNameLabel: {
17
- type: "string";
77
+ control: "text";
78
+ description: string;
79
+ table: {
80
+ category: string;
81
+ type: {
82
+ summary: string;
83
+ };
84
+ };
18
85
  };
19
86
  classNameLabelError: {
20
- type: "string";
87
+ control: "text";
88
+ description: string;
89
+ table: {
90
+ category: string;
91
+ type: {
92
+ summary: string;
93
+ };
94
+ };
95
+ };
96
+ value: {
97
+ control: "text";
98
+ description: string;
99
+ table: {
100
+ category: string;
101
+ type: {
102
+ summary: string;
103
+ };
104
+ };
21
105
  };
22
106
  error: {
23
- type: "string";
107
+ control: "text";
108
+ description: string;
109
+ table: {
110
+ category: string;
111
+ type: {
112
+ summary: string;
113
+ };
114
+ };
115
+ };
116
+ disabled: {
117
+ control: "boolean";
118
+ description: string;
119
+ table: {
120
+ category: string;
121
+ type: {
122
+ summary: string;
123
+ };
124
+ defaultValue: {
125
+ summary: string;
126
+ };
127
+ };
128
+ };
129
+ type: {
130
+ control: "text";
131
+ description: string;
132
+ table: {
133
+ category: string;
134
+ type: {
135
+ summary: string;
136
+ };
137
+ defaultValue: {
138
+ summary: string;
139
+ };
140
+ };
141
+ };
142
+ isRequired: {
143
+ control: "boolean";
144
+ description: string;
145
+ table: {
146
+ category: string;
147
+ type: {
148
+ summary: string;
149
+ };
150
+ defaultValue: {
151
+ summary: string;
152
+ };
153
+ };
154
+ };
155
+ onChange: {
156
+ action: string;
157
+ description: string;
158
+ table: {
159
+ category: string;
160
+ type: {
161
+ summary: string;
162
+ };
163
+ };
164
+ };
165
+ id: {
166
+ control: "text";
167
+ description: string;
168
+ table: {
169
+ category: string;
170
+ type: {
171
+ summary: string;
172
+ };
173
+ };
174
+ };
175
+ name: {
176
+ control: "text";
177
+ description: string;
178
+ table: {
179
+ category: string;
180
+ type: {
181
+ summary: string;
182
+ };
183
+ };
184
+ };
185
+ placeholder: {
186
+ control: "text";
187
+ description: string;
188
+ table: {
189
+ category: string;
190
+ type: {
191
+ summary: string;
192
+ };
193
+ };
24
194
  };
25
195
  };
26
196
  args: {
@@ -0,0 +1,9 @@
1
+ export declare const configModal: {
2
+ size: {
3
+ small: string;
4
+ medium: string;
5
+ regular: string;
6
+ large: string;
7
+ };
8
+ };
9
+ export declare const keysConfigModalSize: string[];
@@ -7,8 +7,126 @@ declare const meta: {
7
7
  };
8
8
  tags: string[];
9
9
  argTypes: {
10
+ children: {
11
+ control: "object";
12
+ description: string;
13
+ table: {
14
+ category: string;
15
+ type: {
16
+ summary: string;
17
+ };
18
+ };
19
+ };
20
+ as: {
21
+ control: "text";
22
+ description: string;
23
+ table: {
24
+ category: string;
25
+ type: {
26
+ summary: string;
27
+ };
28
+ defaultValue: {
29
+ summary: string;
30
+ };
31
+ };
32
+ };
33
+ id: {
34
+ control: "text";
35
+ description: string;
36
+ table: {
37
+ category: string;
38
+ type: {
39
+ summary: string;
40
+ };
41
+ defaultValue: {
42
+ summary: string;
43
+ };
44
+ };
45
+ };
46
+ idModal: {
47
+ control: "text";
48
+ description: string;
49
+ table: {
50
+ category: string;
51
+ type: {
52
+ summary: string;
53
+ };
54
+ defaultValue: {
55
+ summary: string;
56
+ };
57
+ };
58
+ };
59
+ size: {
60
+ control: {
61
+ type: "select";
62
+ };
63
+ options: string[];
64
+ description: string;
65
+ table: {
66
+ category: string;
67
+ type: {
68
+ summary: string;
69
+ };
70
+ defaultValue: {
71
+ summary: string;
72
+ };
73
+ };
74
+ };
10
75
  className: {
11
- type: "string";
76
+ control: "text";
77
+ description: string;
78
+ table: {
79
+ category: string;
80
+ type: {
81
+ summary: string;
82
+ };
83
+ };
84
+ };
85
+ classNameContainer: {
86
+ control: "text";
87
+ description: string;
88
+ table: {
89
+ category: string;
90
+ type: {
91
+ summary: string;
92
+ };
93
+ };
94
+ };
95
+ withOverlay: {
96
+ control: "boolean";
97
+ description: string;
98
+ table: {
99
+ category: string;
100
+ type: {
101
+ summary: string;
102
+ };
103
+ defaultValue: {
104
+ summary: string;
105
+ };
106
+ };
107
+ };
108
+ show: {
109
+ control: "boolean";
110
+ description: string;
111
+ table: {
112
+ category: string;
113
+ type: {
114
+ summary: string;
115
+ };
116
+ defaultValue: {
117
+ summary: string;
118
+ };
119
+ };
120
+ };
121
+ onClose: {
122
+ action: string;
123
+ description: string;
124
+ table: {
125
+ category: string;
126
+ type: {
127
+ summary: string;
128
+ };
129
+ };
12
130
  };
13
131
  };
14
132
  render: (args: import('../../interfaces/components/Modal').IModalDialog<import('react').ElementType>) => import("react/jsx-runtime").JSX.Element;