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
@@ -17,7 +17,7 @@ declare const meta: {
17
17
  };
18
18
  };
19
19
  };
20
- label: {
20
+ value: {
21
21
  control: "text";
22
22
  description: string;
23
23
  table: {
@@ -25,9 +25,12 @@ declare const meta: {
25
25
  type: {
26
26
  summary: string;
27
27
  };
28
+ defaultValue: {
29
+ summary: string;
30
+ };
28
31
  };
29
32
  };
30
- initialValue: {
33
+ label: {
31
34
  control: "text";
32
35
  description: string;
33
36
  table: {
@@ -35,9 +38,38 @@ declare const meta: {
35
38
  type: {
36
39
  summary: string;
37
40
  };
41
+ defaultValue: {
42
+ summary: string;
43
+ };
38
44
  };
39
45
  };
40
- value: {
46
+ disabled: {
47
+ control: "boolean";
48
+ description: string;
49
+ table: {
50
+ category: string;
51
+ type: {
52
+ summary: string;
53
+ };
54
+ defaultValue: {
55
+ summary: string;
56
+ };
57
+ };
58
+ };
59
+ inline: {
60
+ control: "boolean";
61
+ description: string;
62
+ table: {
63
+ category: string;
64
+ type: {
65
+ summary: string;
66
+ };
67
+ defaultValue: {
68
+ summary: string;
69
+ };
70
+ };
71
+ };
72
+ tinymceScriptSrc: {
41
73
  control: "text";
42
74
  description: string;
43
75
  table: {
@@ -45,20 +77,26 @@ declare const meta: {
45
77
  type: {
46
78
  summary: string;
47
79
  };
80
+ defaultValue: {
81
+ summary: string;
82
+ };
48
83
  };
49
84
  };
50
- onEditorChange: {
51
- action: string;
85
+ plugins: {
86
+ control: "text";
52
87
  description: string;
53
88
  table: {
54
89
  category: string;
55
90
  type: {
56
91
  summary: string;
57
92
  };
93
+ defaultValue: {
94
+ summary: string;
95
+ };
58
96
  };
59
97
  };
60
- disabled: {
61
- control: "boolean";
98
+ toolbar: {
99
+ control: "text";
62
100
  description: string;
63
101
  table: {
64
102
  category: string;
@@ -70,8 +108,18 @@ declare const meta: {
70
108
  };
71
109
  };
72
110
  };
73
- init: {
74
- control: "object";
111
+ onEditorChange: {
112
+ action: string;
113
+ description: string;
114
+ table: {
115
+ category: string;
116
+ type: {
117
+ summary: string;
118
+ };
119
+ };
120
+ };
121
+ onInit: {
122
+ action: string;
75
123
  description: string;
76
124
  table: {
77
125
  category: string;
@@ -0,0 +1,31 @@
1
+ export declare const configTextarea: {
2
+ size: {
3
+ m: string;
4
+ medium: string;
5
+ 'medium-border-bottom': string;
6
+ };
7
+ variant: {
8
+ 'solid-blue-300': {
9
+ border: number;
10
+ style: string;
11
+ };
12
+ 'dashed-blue-300': {
13
+ border: number;
14
+ style: string;
15
+ };
16
+ 'solid-laba-blue-10': {
17
+ border: number;
18
+ style: string;
19
+ };
20
+ 'dashed-laba-blue-10': {
21
+ border: number;
22
+ style: string;
23
+ };
24
+ 'border-bottom-laba-blue-08': {
25
+ border: number;
26
+ style: string;
27
+ };
28
+ };
29
+ };
30
+ export declare const keysConfigTextareaVariant: string[];
31
+ export declare const keysConfigTextareaSize: string[];
@@ -7,11 +7,257 @@ declare const meta: {
7
7
  };
8
8
  tags: string[];
9
9
  argTypes: {
10
+ type: {
11
+ table: {
12
+ disable: true;
13
+ };
14
+ };
15
+ name: {
16
+ control: "text";
17
+ description: string;
18
+ table: {
19
+ category: string;
20
+ type: {
21
+ summary: string;
22
+ };
23
+ };
24
+ };
25
+ id: {
26
+ control: "text";
27
+ description: string;
28
+ table: {
29
+ category: string;
30
+ type: {
31
+ summary: string;
32
+ };
33
+ };
34
+ };
35
+ value: {
36
+ control: "text";
37
+ description: string;
38
+ table: {
39
+ category: string;
40
+ type: {
41
+ summary: string;
42
+ };
43
+ };
44
+ };
45
+ placeholder: {
46
+ control: "text";
47
+ description: string;
48
+ table: {
49
+ category: string;
50
+ type: {
51
+ summary: string;
52
+ };
53
+ };
54
+ };
55
+ label: {
56
+ control: "text";
57
+ description: string;
58
+ table: {
59
+ category: string;
60
+ type: {
61
+ summary: string;
62
+ };
63
+ };
64
+ };
65
+ sizeInput: {
66
+ control: {
67
+ type: "select";
68
+ };
69
+ options: string[];
70
+ description: string;
71
+ table: {
72
+ category: string;
73
+ type: {
74
+ summary: string;
75
+ };
76
+ defaultValue: {
77
+ summary: string;
78
+ };
79
+ };
80
+ };
81
+ variant: {
82
+ control: {
83
+ type: "select";
84
+ };
85
+ options: string[];
86
+ description: string;
87
+ table: {
88
+ category: string;
89
+ type: {
90
+ summary: string;
91
+ };
92
+ defaultValue: {
93
+ summary: string;
94
+ };
95
+ };
96
+ };
10
97
  className: {
11
- type: "string";
98
+ control: "text";
99
+ description: string;
100
+ table: {
101
+ category: string;
102
+ type: {
103
+ summary: string;
104
+ };
105
+ };
106
+ };
107
+ classNameContainer: {
108
+ control: "text";
109
+ description: string;
110
+ table: {
111
+ category: string;
112
+ type: {
113
+ summary: string;
114
+ };
115
+ };
116
+ };
117
+ classNameLabel: {
118
+ control: "text";
119
+ description: string;
120
+ table: {
121
+ category: string;
122
+ type: {
123
+ summary: string;
124
+ };
125
+ };
126
+ };
127
+ classNameLabelError: {
128
+ control: "text";
129
+ description: string;
130
+ table: {
131
+ category: string;
132
+ type: {
133
+ summary: string;
134
+ };
135
+ };
136
+ };
137
+ style: {
138
+ control: "object";
139
+ description: string;
140
+ table: {
141
+ category: string;
142
+ type: {
143
+ summary: string;
144
+ };
145
+ };
146
+ };
147
+ minHeight: {
148
+ control: "number";
149
+ description: string;
150
+ table: {
151
+ category: string;
152
+ type: {
153
+ summary: string;
154
+ };
155
+ defaultValue: {
156
+ summary: string;
157
+ };
158
+ };
159
+ };
160
+ maxHeight: {
161
+ control: "number";
162
+ description: string;
163
+ table: {
164
+ category: string;
165
+ type: {
166
+ summary: string;
167
+ };
168
+ defaultValue: {
169
+ summary: string;
170
+ };
171
+ };
172
+ };
173
+ height: {
174
+ control: "number";
175
+ description: string;
176
+ table: {
177
+ category: string;
178
+ type: {
179
+ summary: string;
180
+ };
181
+ defaultValue: {
182
+ summary: string;
183
+ };
184
+ };
185
+ };
186
+ disabled: {
187
+ control: "boolean";
188
+ description: string;
189
+ table: {
190
+ category: string;
191
+ type: {
192
+ summary: string;
193
+ };
194
+ defaultValue: {
195
+ summary: string;
196
+ };
197
+ };
198
+ };
199
+ readOnly: {
200
+ control: "boolean";
201
+ description: string;
202
+ table: {
203
+ category: string;
204
+ type: {
205
+ summary: string;
206
+ };
207
+ };
208
+ };
209
+ isRequired: {
210
+ control: "boolean";
211
+ description: string;
212
+ table: {
213
+ category: string;
214
+ type: {
215
+ summary: string;
216
+ };
217
+ defaultValue: {
218
+ summary: string;
219
+ };
220
+ };
12
221
  };
13
222
  error: {
14
- type: "string";
223
+ control: "text";
224
+ description: string;
225
+ table: {
226
+ category: string;
227
+ type: {
228
+ summary: string;
229
+ };
230
+ };
231
+ };
232
+ onChange: {
233
+ action: string;
234
+ description: string;
235
+ table: {
236
+ category: string;
237
+ type: {
238
+ summary: string;
239
+ };
240
+ };
241
+ };
242
+ onFocus: {
243
+ action: string;
244
+ description: string;
245
+ table: {
246
+ category: string;
247
+ type: {
248
+ summary: string;
249
+ };
250
+ };
251
+ };
252
+ onBlur: {
253
+ action: string;
254
+ description: string;
255
+ table: {
256
+ category: string;
257
+ type: {
258
+ summary: string;
259
+ };
260
+ };
15
261
  };
16
262
  };
17
263
  args: {
@@ -0,0 +1,6 @@
1
+ export declare const configTextareaFloatingInner: {
2
+ size: {
3
+ medium: string;
4
+ };
5
+ };
6
+ export declare const keysConfigTextareaFloatingInnerSize: string[];
@@ -7,11 +7,267 @@ declare const meta: {
7
7
  };
8
8
  tags: string[];
9
9
  argTypes: {
10
+ type: {
11
+ table: {
12
+ disable: true;
13
+ };
14
+ };
15
+ name: {
16
+ control: "text";
17
+ description: string;
18
+ table: {
19
+ category: string;
20
+ type: {
21
+ summary: string;
22
+ };
23
+ };
24
+ };
25
+ id: {
26
+ control: "text";
27
+ description: string;
28
+ table: {
29
+ category: string;
30
+ type: {
31
+ summary: string;
32
+ };
33
+ };
34
+ };
35
+ value: {
36
+ control: "text";
37
+ description: string;
38
+ table: {
39
+ category: string;
40
+ type: {
41
+ summary: string;
42
+ };
43
+ };
44
+ };
45
+ placeholder: {
46
+ control: "text";
47
+ description: string;
48
+ table: {
49
+ category: string;
50
+ type: {
51
+ summary: string;
52
+ };
53
+ };
54
+ };
55
+ label: {
56
+ control: "text";
57
+ description: string;
58
+ table: {
59
+ category: string;
60
+ type: {
61
+ summary: string;
62
+ };
63
+ };
64
+ };
65
+ sizeInput: {
66
+ control: {
67
+ type: "select";
68
+ };
69
+ options: string[];
70
+ description: string;
71
+ table: {
72
+ category: string;
73
+ type: {
74
+ summary: string;
75
+ };
76
+ defaultValue: {
77
+ summary: string;
78
+ };
79
+ };
80
+ };
10
81
  className: {
11
- type: "string";
82
+ control: "text";
83
+ description: string;
84
+ table: {
85
+ category: string;
86
+ type: {
87
+ summary: string;
88
+ };
89
+ };
90
+ };
91
+ classNameContainer: {
92
+ control: "text";
93
+ description: string;
94
+ table: {
95
+ category: string;
96
+ type: {
97
+ summary: string;
98
+ };
99
+ };
100
+ };
101
+ classNameLabel: {
102
+ control: "text";
103
+ description: string;
104
+ table: {
105
+ category: string;
106
+ type: {
107
+ summary: string;
108
+ };
109
+ };
110
+ };
111
+ classNameLabelError: {
112
+ control: "text";
113
+ description: string;
114
+ table: {
115
+ category: string;
116
+ type: {
117
+ summary: string;
118
+ };
119
+ };
120
+ };
121
+ style: {
122
+ control: "object";
123
+ description: string;
124
+ table: {
125
+ category: string;
126
+ type: {
127
+ summary: string;
128
+ };
129
+ };
130
+ };
131
+ minHeight: {
132
+ control: "number";
133
+ description: string;
134
+ table: {
135
+ category: string;
136
+ type: {
137
+ summary: string;
138
+ };
139
+ defaultValue: {
140
+ summary: string;
141
+ };
142
+ };
143
+ };
144
+ maxHeight: {
145
+ control: "number";
146
+ description: string;
147
+ table: {
148
+ category: string;
149
+ type: {
150
+ summary: string;
151
+ };
152
+ defaultValue: {
153
+ summary: string;
154
+ };
155
+ };
156
+ };
157
+ height: {
158
+ control: "number";
159
+ description: string;
160
+ table: {
161
+ category: string;
162
+ type: {
163
+ summary: string;
164
+ };
165
+ defaultValue: {
166
+ summary: string;
167
+ };
168
+ };
169
+ };
170
+ translateLabel: {
171
+ control: "number";
172
+ description: string;
173
+ table: {
174
+ category: string;
175
+ type: {
176
+ summary: string;
177
+ };
178
+ defaultValue: {
179
+ summary: string;
180
+ };
181
+ };
182
+ };
183
+ autoTranslateLabel: {
184
+ control: "boolean";
185
+ description: string;
186
+ table: {
187
+ category: string;
188
+ type: {
189
+ summary: string;
190
+ };
191
+ defaultValue: {
192
+ summary: string;
193
+ };
194
+ };
195
+ };
196
+ disabled: {
197
+ control: "boolean";
198
+ description: string;
199
+ table: {
200
+ category: string;
201
+ type: {
202
+ summary: string;
203
+ };
204
+ defaultValue: {
205
+ summary: string;
206
+ };
207
+ };
208
+ };
209
+ readOnly: {
210
+ control: "boolean";
211
+ description: string;
212
+ table: {
213
+ category: string;
214
+ type: {
215
+ summary: string;
216
+ };
217
+ };
218
+ };
219
+ isRequired: {
220
+ control: "boolean";
221
+ description: string;
222
+ table: {
223
+ category: string;
224
+ type: {
225
+ summary: string;
226
+ };
227
+ defaultValue: {
228
+ summary: string;
229
+ };
230
+ };
12
231
  };
13
232
  error: {
14
- type: "string";
233
+ control: "text";
234
+ description: string;
235
+ table: {
236
+ category: string;
237
+ type: {
238
+ summary: string;
239
+ };
240
+ };
241
+ };
242
+ onChange: {
243
+ action: string;
244
+ description: string;
245
+ table: {
246
+ category: string;
247
+ type: {
248
+ summary: string;
249
+ };
250
+ };
251
+ };
252
+ onFocus: {
253
+ action: string;
254
+ description: string;
255
+ table: {
256
+ category: string;
257
+ type: {
258
+ summary: string;
259
+ };
260
+ };
261
+ };
262
+ onBlur: {
263
+ action: string;
264
+ description: string;
265
+ table: {
266
+ category: string;
267
+ type: {
268
+ summary: string;
269
+ };
270
+ };
15
271
  };
16
272
  };
17
273
  args: {
@@ -0,0 +1,7 @@
1
+ export declare const configTextareaInnerLabel: {
2
+ size: {
3
+ large: string;
4
+ small: string;
5
+ };
6
+ };
7
+ export declare const keysConfigTextareaInnerLabelSize: string[];