triafly-ui-kit 1.0.3 → 1.0.5
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.
- package/dist/main.d.ts +1181 -26
- package/package.json +1 -1
- package/dist/components/Ui/Accordeon/Accordeon.d.ts +0 -8
- package/dist/components/Ui/Accordeon/Accordeon.stories.d.ts +0 -9
- package/dist/components/Ui/Accordeon/index.d.ts +0 -1
- package/dist/components/Ui/Alert/Alert.d.ts +0 -9
- package/dist/components/Ui/Alert/index.d.ts +0 -1
- package/dist/components/Ui/Avatar/Avatar.d.ts +0 -6
- package/dist/components/Ui/Avatar/index.d.ts +0 -1
- package/dist/components/Ui/Badge/Badge.d.ts +0 -14
- package/dist/components/Ui/Badge/index.d.ts +0 -1
- package/dist/components/Ui/Button/Button.d.ts +0 -17
- package/dist/components/Ui/Button/index.d.ts +0 -1
- package/dist/components/Ui/Checkbox/Checkbox.d.ts +0 -10
- package/dist/components/Ui/Checkbox/Checkbox.stories.d.ts +0 -15
- package/dist/components/Ui/Checkbox/index.d.ts +0 -1
- package/dist/components/Ui/CliTextareaInput/CliTextareaInput.d.ts +0 -17
- package/dist/components/Ui/CliTextareaInput/index.d.ts +0 -2
- package/dist/components/Ui/CliTextareaInput/utils/escapeHtml/escapeHtml.d.ts +0 -1
- package/dist/components/Ui/CliTextareaInput/utils/fixJson/fixJson.d.ts +0 -1
- package/dist/components/Ui/CliTextareaInput/utils/highlightSyntax/highlightSyntax.d.ts +0 -2
- package/dist/components/Ui/CliTextareaInput/utils/highlightSyntax/index.d.ts +0 -1
- package/dist/components/Ui/CliTextareaInput/utils/hooks/index.d.ts +0 -7
- package/dist/components/Ui/CliTextareaInput/utils/hooks/useFixFormat/index.d.ts +0 -1
- package/dist/components/Ui/CliTextareaInput/utils/hooks/useFixFormat/useFixFormat.d.ts +0 -5
- package/dist/components/Ui/CliTextareaInput/utils/hooks/useHistoryNavigation/index.d.ts +0 -1
- package/dist/components/Ui/CliTextareaInput/utils/hooks/useHistoryNavigation/useHistoryNavigation.d.ts +0 -6
- package/dist/components/Ui/CliTextareaInput/utils/hooks/useKeyHandlers/index.d.ts +0 -1
- package/dist/components/Ui/CliTextareaInput/utils/hooks/useKeyHandlers/useKeyHandlers.d.ts +0 -9
- package/dist/components/Ui/CliTextareaInput/utils/hooks/useLineNumbers/index.d.ts +0 -1
- package/dist/components/Ui/CliTextareaInput/utils/hooks/useLineNumbers/useLineNumbers.d.ts +0 -7
- package/dist/components/Ui/CliTextareaInput/utils/hooks/useScrollSync/index.d.ts +0 -1
- package/dist/components/Ui/CliTextareaInput/utils/hooks/useScrollSync/useScrollSync.d.ts +0 -6
- package/dist/components/Ui/CliTextareaInput/utils/hooks/useTextActions/index.d.ts +0 -1
- package/dist/components/Ui/CliTextareaInput/utils/hooks/useTextActions/useTextActions.d.ts +0 -14
- package/dist/components/Ui/CliTextareaInput/utils/hooks/useTextCoursore/index.d.ts +0 -1
- package/dist/components/Ui/CliTextareaInput/utils/hooks/useTextCoursore/useTextCoursore.d.ts +0 -10
- package/dist/components/Ui/CliTextareaInput/utils/index.d.ts +0 -3
- package/dist/components/Ui/CliTextareaInput/utils/processJson/index.d.ts +0 -1
- package/dist/components/Ui/CliTextareaInput/utils/processJson/processJson.d.ts +0 -1
- package/dist/components/Ui/CliTextareaInput/utils/processXml/processXml.d.ts +0 -1
- package/dist/components/Ui/CliTextareaInput/utils/processYml/processYml.d.ts +0 -1
- package/dist/components/Ui/CliTextareaInput/utils/types.d.ts +0 -10
- package/dist/components/Ui/CustomLink/CustomLink.d.ts +0 -14
- package/dist/components/Ui/CustomLink/index.d.ts +0 -1
- package/dist/components/Ui/Demos/DemoElements/DemoElements.d.ts +0 -2
- package/dist/components/Ui/Demos/DemoForm/DemoForm.d.ts +0 -9
- package/dist/components/Ui/Demos/DemoForm/DemoForm.stories.d.ts +0 -6
- package/dist/components/Ui/Demos/DemoLogin/DemoLogin.d.ts +0 -2
- package/dist/components/Ui/Demos/DemoLogin/DemoLogin.stories.d.ts +0 -11
- package/dist/components/Ui/DropdownInput/DropdownInput.d.ts +0 -18
- package/dist/components/Ui/DropdownInput/DropdownInput.stories.d.ts +0 -19
- package/dist/components/Ui/DropdownInput/index.d.ts +0 -1
- package/dist/components/Ui/DropdownMenu/DropdownMenu.d.ts +0 -15
- package/dist/components/Ui/DropdownMenu/DropdownMenu.stories.d.ts +0 -6
- package/dist/components/Ui/DropdownMenu/index.d.ts +0 -1
- package/dist/components/Ui/FileUpload/FileUpload.d.ts +0 -3
- package/dist/components/Ui/FileUpload/fn.d.ts +0 -7
- package/dist/components/Ui/FileUpload/index.d.ts +0 -1
- package/dist/components/Ui/FileUpload/types.d.ts +0 -32
- package/dist/components/Ui/Form/FormContext/FormContext.d.ts +0 -76
- package/dist/components/Ui/Form/FormItem/FormItem.d.ts +0 -3
- package/dist/components/Ui/Form/FormItem/fn.d.ts +0 -2
- package/dist/components/Ui/Form/FormItem/types.d.ts +0 -10
- package/dist/components/Ui/Form/FormRoot/FormRoot.d.ts +0 -3
- package/dist/components/Ui/Form/FormRoot/index.d.ts +0 -1
- package/dist/components/Ui/Form/FormRoot/types.d.ts +0 -12
- package/dist/components/Ui/Form/index.d.ts +0 -2
- package/dist/components/Ui/Form/useForm/index.d.ts +0 -1
- package/dist/components/Ui/Form/useForm/useForm.d.ts +0 -2
- package/dist/components/Ui/Form/utils/fn.d.ts +0 -7
- package/dist/components/Ui/Form/utils/types.d.ts +0 -12
- package/dist/components/Ui/Icons/Icons.d.ts +0 -564
- package/dist/components/Ui/Icons/index.d.ts +0 -1
- package/dist/components/Ui/Icons/utils/CreateIcon.d.ts +0 -11
- package/dist/components/Ui/Loader/Loader.d.ts +0 -7
- package/dist/components/Ui/Loader/index.d.ts +0 -1
- package/dist/components/Ui/Pagination/Pagination.d.ts +0 -7
- package/dist/components/Ui/Pagination/index.d.ts +0 -1
- package/dist/components/Ui/Radio/Radio.d.ts +0 -11
- package/dist/components/Ui/Radio/Radio.stories.d.ts +0 -8
- package/dist/components/Ui/Radio/index.d.ts +0 -1
- package/dist/components/Ui/SearchInput/SearchData.d.ts +0 -1
- package/dist/components/Ui/SearchInput/SearchInput.d.ts +0 -22
- package/dist/components/Ui/Skeleton/Skeleton.d.ts +0 -12
- package/dist/components/Ui/Skeleton/index.d.ts +0 -1
- package/dist/components/Ui/Switch/Switch.d.ts +0 -10
- package/dist/components/Ui/Switch/index.d.ts +0 -1
- package/dist/components/Ui/Table/MemoizedRow/MemoizedRow.d.ts +0 -13
- package/dist/components/Ui/Table/Table.d.ts +0 -2
- package/dist/components/Ui/Table/TableTypes.d.ts +0 -34
- package/dist/components/Ui/Table/index.d.ts +0 -1
- package/dist/components/Ui/TextInput/TextInput.d.ts +0 -22
- package/dist/components/Ui/TextInput/TextInput.stories.d.ts +0 -16
- package/dist/components/Ui/TextInput/index.d.ts +0 -1
- package/dist/components/Ui/TextareaInput/TextareaInput.d.ts +0 -16
- package/dist/components/Ui/TextareaInput/TextareaInput.stories.d.ts +0 -6
- package/dist/components/Ui/TextareaInput/index.d.ts +0 -1
- package/dist/components/Ui/Tooltip/Tooltip.d.ts +0 -13
- package/dist/components/Ui/Tooltip/Tooltip.stories.d.ts +0 -8
- package/dist/components/Ui/Tooltip/index.d.ts +0 -1
- package/dist/components/Ui/Tree/Tree.stories.d.ts +0 -14
- package/dist/components/Ui/Tree/TreeEl/Tree.d.ts +0 -3
- package/dist/components/Ui/Tree/TreeEl/index.d.ts +0 -1
- package/dist/components/Ui/Tree/TreeEl/tree-types.d.ts +0 -20
- package/dist/components/Ui/Tree/TreeItem/TreeItem.d.ts +0 -5
- package/dist/components/Ui/Tree/TreeItem/treeItem-types.d.ts +0 -16
- package/dist/components/Ui/Tree/TreeList/TreeList.d.ts +0 -4
- package/dist/components/Ui/Tree/TreeList/treeList-types.d.ts +0 -17
- package/dist/components/Ui/Tree/index.d.ts +0 -1
- package/dist/components/Ui/Tree/types-tree.d.ts +0 -7
- package/dist/context/ToastContext/ToastContext.d.ts +0 -9
- package/dist/context/ToastContext/index.d.ts +0 -1
- package/dist/context/TriaflyContext/TriaflyContext.types.d.ts +0 -7
- package/dist/context/TriaflyContext/TriaflyProvider.d.ts +0 -7
- package/dist/context/TriaflyContext/hooks/index.d.ts +0 -3
- package/dist/context/TriaflyContext/hooks/useBreakpointValue/index.d.ts +0 -1
- package/dist/context/TriaflyContext/hooks/useBreakpointValue/useBreakpointValue.d.ts +0 -8
- package/dist/context/TriaflyContext/hooks/useModal/index.d.ts +0 -1
- package/dist/context/TriaflyContext/hooks/useModal/useModal.d.ts +0 -6
- package/dist/context/TriaflyContext/hooks/useTheme/index.d.ts +0 -1
- package/dist/context/TriaflyContext/hooks/useTheme/useTheme.d.ts +0 -5
- package/dist/context/TriaflyContext/index.d.ts +0 -2
@@ -1,12 +0,0 @@
|
|
1
|
-
export type FormValues = Record<string, unknown>;
|
2
|
-
export type FormErrors = Record<string, string[]>;
|
3
|
-
export type FormRules = Record<string, Rule[]>;
|
4
|
-
export type Rule = {
|
5
|
-
required?: boolean;
|
6
|
-
message?: string;
|
7
|
-
pattern?: RegExp;
|
8
|
-
validator?: (value: unknown) => string | null;
|
9
|
-
min?: number;
|
10
|
-
max?: number;
|
11
|
-
type?: "email";
|
12
|
-
};
|
@@ -1,564 +0,0 @@
|
|
1
|
-
export declare const IconArrowClockwise: import('react').FC<{
|
2
|
-
size?: number;
|
3
|
-
color?: string;
|
4
|
-
className?: string;
|
5
|
-
viewBox?: string;
|
6
|
-
}>;
|
7
|
-
export declare const IconArrowDown: import('react').FC<{
|
8
|
-
size?: number;
|
9
|
-
color?: string;
|
10
|
-
className?: string;
|
11
|
-
viewBox?: string;
|
12
|
-
}>;
|
13
|
-
export declare const IconArrowLeft: import('react').FC<{
|
14
|
-
size?: number;
|
15
|
-
color?: string;
|
16
|
-
className?: string;
|
17
|
-
viewBox?: string;
|
18
|
-
}>;
|
19
|
-
export declare const IconArrowLineDown: import('react').FC<{
|
20
|
-
size?: number;
|
21
|
-
color?: string;
|
22
|
-
className?: string;
|
23
|
-
viewBox?: string;
|
24
|
-
}>;
|
25
|
-
export declare const IconArrowLineLeft: import('react').FC<{
|
26
|
-
size?: number;
|
27
|
-
color?: string;
|
28
|
-
className?: string;
|
29
|
-
viewBox?: string;
|
30
|
-
}>;
|
31
|
-
export declare const IconArrowLineRight: import('react').FC<{
|
32
|
-
size?: number;
|
33
|
-
color?: string;
|
34
|
-
className?: string;
|
35
|
-
viewBox?: string;
|
36
|
-
}>;
|
37
|
-
export declare const IconArrowLineUp: import('react').FC<{
|
38
|
-
size?: number;
|
39
|
-
color?: string;
|
40
|
-
className?: string;
|
41
|
-
viewBox?: string;
|
42
|
-
}>;
|
43
|
-
export declare const IconArrowRight: import('react').FC<{
|
44
|
-
size?: number;
|
45
|
-
color?: string;
|
46
|
-
className?: string;
|
47
|
-
viewBox?: string;
|
48
|
-
}>;
|
49
|
-
export declare const IconArrowsOut: import('react').FC<{
|
50
|
-
size?: number;
|
51
|
-
color?: string;
|
52
|
-
className?: string;
|
53
|
-
viewBox?: string;
|
54
|
-
}>;
|
55
|
-
export declare const IconArrowUp: import('react').FC<{
|
56
|
-
size?: number;
|
57
|
-
color?: string;
|
58
|
-
className?: string;
|
59
|
-
viewBox?: string;
|
60
|
-
}>;
|
61
|
-
export declare const IconArticle: import('react').FC<{
|
62
|
-
size?: number;
|
63
|
-
color?: string;
|
64
|
-
className?: string;
|
65
|
-
viewBox?: string;
|
66
|
-
}>;
|
67
|
-
export declare const IconAt: import('react').FC<{
|
68
|
-
size?: number;
|
69
|
-
color?: string;
|
70
|
-
className?: string;
|
71
|
-
viewBox?: string;
|
72
|
-
}>;
|
73
|
-
export declare const IconBellSimple: import('react').FC<{
|
74
|
-
size?: number;
|
75
|
-
color?: string;
|
76
|
-
className?: string;
|
77
|
-
viewBox?: string;
|
78
|
-
}>;
|
79
|
-
export declare const IconBookOpenText: import('react').FC<{
|
80
|
-
size?: number;
|
81
|
-
color?: string;
|
82
|
-
className?: string;
|
83
|
-
viewBox?: string;
|
84
|
-
}>;
|
85
|
-
export declare const IconCalendarBlank: import('react').FC<{
|
86
|
-
size?: number;
|
87
|
-
color?: string;
|
88
|
-
className?: string;
|
89
|
-
viewBox?: string;
|
90
|
-
}>;
|
91
|
-
export declare const IconCaretDown: import('react').FC<{
|
92
|
-
size?: number;
|
93
|
-
color?: string;
|
94
|
-
className?: string;
|
95
|
-
viewBox?: string;
|
96
|
-
}>;
|
97
|
-
export declare const IconCaretLeft: import('react').FC<{
|
98
|
-
size?: number;
|
99
|
-
color?: string;
|
100
|
-
className?: string;
|
101
|
-
viewBox?: string;
|
102
|
-
}>;
|
103
|
-
export declare const IconCaretRight: import('react').FC<{
|
104
|
-
size?: number;
|
105
|
-
color?: string;
|
106
|
-
className?: string;
|
107
|
-
viewBox?: string;
|
108
|
-
}>;
|
109
|
-
export declare const IconCaretUp: import('react').FC<{
|
110
|
-
size?: number;
|
111
|
-
color?: string;
|
112
|
-
className?: string;
|
113
|
-
viewBox?: string;
|
114
|
-
}>;
|
115
|
-
export declare const IconCaretUpDown: import('react').FC<{
|
116
|
-
size?: number;
|
117
|
-
color?: string;
|
118
|
-
className?: string;
|
119
|
-
viewBox?: string;
|
120
|
-
}>;
|
121
|
-
export declare const IconChartPieSlice: import('react').FC<{
|
122
|
-
size?: number;
|
123
|
-
color?: string;
|
124
|
-
className?: string;
|
125
|
-
viewBox?: string;
|
126
|
-
}>;
|
127
|
-
export declare const IconCheck: import('react').FC<{
|
128
|
-
size?: number;
|
129
|
-
color?: string;
|
130
|
-
className?: string;
|
131
|
-
viewBox?: string;
|
132
|
-
}>;
|
133
|
-
export declare const IconCheckCircle: import('react').FC<{
|
134
|
-
size?: number;
|
135
|
-
color?: string;
|
136
|
-
className?: string;
|
137
|
-
viewBox?: string;
|
138
|
-
}>;
|
139
|
-
export declare const IconCircleNotch: import('react').FC<{
|
140
|
-
size?: number;
|
141
|
-
color?: string;
|
142
|
-
className?: string;
|
143
|
-
viewBox?: string;
|
144
|
-
}>;
|
145
|
-
export declare const IconCopy: import('react').FC<{
|
146
|
-
size?: number;
|
147
|
-
color?: string;
|
148
|
-
className?: string;
|
149
|
-
viewBox?: string;
|
150
|
-
}>;
|
151
|
-
export declare const IconCornersOut: import('react').FC<{
|
152
|
-
size?: number;
|
153
|
-
color?: string;
|
154
|
-
className?: string;
|
155
|
-
viewBox?: string;
|
156
|
-
}>;
|
157
|
-
export declare const IconCube: import('react').FC<{
|
158
|
-
size?: number;
|
159
|
-
color?: string;
|
160
|
-
className?: string;
|
161
|
-
viewBox?: string;
|
162
|
-
}>;
|
163
|
-
export declare const IconDatabase: import('react').FC<{
|
164
|
-
size?: number;
|
165
|
-
color?: string;
|
166
|
-
className?: string;
|
167
|
-
viewBox?: string;
|
168
|
-
}>;
|
169
|
-
export declare const IconExport: import('react').FC<{
|
170
|
-
size?: number;
|
171
|
-
color?: string;
|
172
|
-
className?: string;
|
173
|
-
viewBox?: string;
|
174
|
-
}>;
|
175
|
-
export declare const IconEye: import('react').FC<{
|
176
|
-
size?: number;
|
177
|
-
color?: string;
|
178
|
-
className?: string;
|
179
|
-
viewBox?: string;
|
180
|
-
}>;
|
181
|
-
export declare const IconEyeSlash: import('react').FC<{
|
182
|
-
size?: number;
|
183
|
-
color?: string;
|
184
|
-
className?: string;
|
185
|
-
viewBox?: string;
|
186
|
-
}>;
|
187
|
-
export declare const IconFile: import('react').FC<{
|
188
|
-
size?: number;
|
189
|
-
color?: string;
|
190
|
-
className?: string;
|
191
|
-
viewBox?: string;
|
192
|
-
}>;
|
193
|
-
export declare const IconFiles: import('react').FC<{
|
194
|
-
size?: number;
|
195
|
-
color?: string;
|
196
|
-
className?: string;
|
197
|
-
viewBox?: string;
|
198
|
-
}>;
|
199
|
-
export declare const IconGauge: import('react').FC<{
|
200
|
-
size?: number;
|
201
|
-
color?: string;
|
202
|
-
className?: string;
|
203
|
-
viewBox?: string;
|
204
|
-
}>;
|
205
|
-
export declare const IconGear: import('react').FC<{
|
206
|
-
size?: number;
|
207
|
-
color?: string;
|
208
|
-
className?: string;
|
209
|
-
viewBox?: string;
|
210
|
-
}>;
|
211
|
-
export declare const IconIcon: import('react').FC<{
|
212
|
-
size?: number;
|
213
|
-
color?: string;
|
214
|
-
className?: string;
|
215
|
-
viewBox?: string;
|
216
|
-
}>;
|
217
|
-
export declare const IconLink: import('react').FC<{
|
218
|
-
size?: number;
|
219
|
-
color?: string;
|
220
|
-
className?: string;
|
221
|
-
viewBox?: string;
|
222
|
-
}>;
|
223
|
-
export declare const IconList: import('react').FC<{
|
224
|
-
size?: number;
|
225
|
-
color?: string;
|
226
|
-
className?: string;
|
227
|
-
viewBox?: string;
|
228
|
-
}>;
|
229
|
-
export declare const IconLock: import('react').FC<{
|
230
|
-
size?: number;
|
231
|
-
color?: string;
|
232
|
-
className?: string;
|
233
|
-
viewBox?: string;
|
234
|
-
}>;
|
235
|
-
export declare const IconLockOpen: import('react').FC<{
|
236
|
-
size?: number;
|
237
|
-
color?: string;
|
238
|
-
className?: string;
|
239
|
-
viewBox?: string;
|
240
|
-
}>;
|
241
|
-
export declare const IconMinus: import('react').FC<{
|
242
|
-
size?: number;
|
243
|
-
color?: string;
|
244
|
-
className?: string;
|
245
|
-
viewBox?: string;
|
246
|
-
}>;
|
247
|
-
export declare const IconMoon: import('react').FC<{
|
248
|
-
size?: number;
|
249
|
-
color?: string;
|
250
|
-
className?: string;
|
251
|
-
viewBox?: string;
|
252
|
-
}>;
|
253
|
-
export declare const IconNotePencil: import('react').FC<{
|
254
|
-
size?: number;
|
255
|
-
color?: string;
|
256
|
-
className?: string;
|
257
|
-
viewBox?: string;
|
258
|
-
}>;
|
259
|
-
export declare const IconPassword: import('react').FC<{
|
260
|
-
size?: number;
|
261
|
-
color?: string;
|
262
|
-
className?: string;
|
263
|
-
viewBox?: string;
|
264
|
-
}>;
|
265
|
-
export declare const IconPlus: import('react').FC<{
|
266
|
-
size?: number;
|
267
|
-
color?: string;
|
268
|
-
className?: string;
|
269
|
-
viewBox?: string;
|
270
|
-
}>;
|
271
|
-
export declare const IconPresentationChart: import('react').FC<{
|
272
|
-
size?: number;
|
273
|
-
color?: string;
|
274
|
-
className?: string;
|
275
|
-
viewBox?: string;
|
276
|
-
}>;
|
277
|
-
export declare const IconQuestion: import('react').FC<{
|
278
|
-
size?: number;
|
279
|
-
color?: string;
|
280
|
-
className?: string;
|
281
|
-
viewBox?: string;
|
282
|
-
}>;
|
283
|
-
export declare const IconQuestionFullfilled: import('react').FC<{
|
284
|
-
size?: number;
|
285
|
-
color?: string;
|
286
|
-
className?: string;
|
287
|
-
viewBox?: string;
|
288
|
-
}>;
|
289
|
-
export declare const IconSearch: import('react').FC<{
|
290
|
-
size?: number;
|
291
|
-
color?: string;
|
292
|
-
className?: string;
|
293
|
-
viewBox?: string;
|
294
|
-
}>;
|
295
|
-
export declare const IconSearchX: import('react').FC<{
|
296
|
-
size?: number;
|
297
|
-
color?: string;
|
298
|
-
className?: string;
|
299
|
-
viewBox?: string;
|
300
|
-
}>;
|
301
|
-
export declare const IconSlidersHorizontal: import('react').FC<{
|
302
|
-
size?: number;
|
303
|
-
color?: string;
|
304
|
-
className?: string;
|
305
|
-
viewBox?: string;
|
306
|
-
}>;
|
307
|
-
export declare const IconSun: import('react').FC<{
|
308
|
-
size?: number;
|
309
|
-
color?: string;
|
310
|
-
className?: string;
|
311
|
-
viewBox?: string;
|
312
|
-
}>;
|
313
|
-
export declare const IconTrash: import('react').FC<{
|
314
|
-
size?: number;
|
315
|
-
color?: string;
|
316
|
-
className?: string;
|
317
|
-
viewBox?: string;
|
318
|
-
}>;
|
319
|
-
export declare const IconUser: import('react').FC<{
|
320
|
-
size?: number;
|
321
|
-
color?: string;
|
322
|
-
className?: string;
|
323
|
-
viewBox?: string;
|
324
|
-
}>;
|
325
|
-
export declare const IconUserX: import('react').FC<{
|
326
|
-
size?: number;
|
327
|
-
color?: string;
|
328
|
-
className?: string;
|
329
|
-
viewBox?: string;
|
330
|
-
}>;
|
331
|
-
export declare const IconWarningCircle: import('react').FC<{
|
332
|
-
size?: number;
|
333
|
-
color?: string;
|
334
|
-
className?: string;
|
335
|
-
viewBox?: string;
|
336
|
-
}>;
|
337
|
-
export declare const IconWrench: import('react').FC<{
|
338
|
-
size?: number;
|
339
|
-
color?: string;
|
340
|
-
className?: string;
|
341
|
-
viewBox?: string;
|
342
|
-
}>;
|
343
|
-
export declare const IconX: import('react').FC<{
|
344
|
-
size?: number;
|
345
|
-
color?: string;
|
346
|
-
className?: string;
|
347
|
-
viewBox?: string;
|
348
|
-
}>;
|
349
|
-
export declare const IconDotsThreeVertical: import('react').FC<{
|
350
|
-
size?: number;
|
351
|
-
color?: string;
|
352
|
-
className?: string;
|
353
|
-
viewBox?: string;
|
354
|
-
}>;
|
355
|
-
export declare const IconHouse: import('react').FC<{
|
356
|
-
size?: number;
|
357
|
-
color?: string;
|
358
|
-
className?: string;
|
359
|
-
viewBox?: string;
|
360
|
-
}>;
|
361
|
-
export declare const IconThreeDot: import('react').FC<{
|
362
|
-
size?: number;
|
363
|
-
color?: string;
|
364
|
-
className?: string;
|
365
|
-
viewBox?: string;
|
366
|
-
}>;
|
367
|
-
export declare const IconRoleX: import('react').FC<{
|
368
|
-
size?: number;
|
369
|
-
color?: string;
|
370
|
-
className?: string;
|
371
|
-
viewBox?: string;
|
372
|
-
}>;
|
373
|
-
export declare const IconFloppyDisk: import('react').FC<{
|
374
|
-
size?: number;
|
375
|
-
color?: string;
|
376
|
-
className?: string;
|
377
|
-
viewBox?: string;
|
378
|
-
}>;
|
379
|
-
export declare const IconFolderSimple: import('react').FC<{
|
380
|
-
size?: number;
|
381
|
-
color?: string;
|
382
|
-
className?: string;
|
383
|
-
viewBox?: string;
|
384
|
-
}>;
|
385
|
-
export declare const IconNavigationArrow: import('react').FC<{
|
386
|
-
size?: number;
|
387
|
-
color?: string;
|
388
|
-
className?: string;
|
389
|
-
viewBox?: string;
|
390
|
-
}>;
|
391
|
-
export declare const IconHand: import('react').FC<{
|
392
|
-
size?: number;
|
393
|
-
color?: string;
|
394
|
-
className?: string;
|
395
|
-
viewBox?: string;
|
396
|
-
}>;
|
397
|
-
export declare const IconChatText: import('react').FC<{
|
398
|
-
size?: number;
|
399
|
-
color?: string;
|
400
|
-
className?: string;
|
401
|
-
viewBox?: string;
|
402
|
-
}>;
|
403
|
-
export declare const IconSticker: import('react').FC<{
|
404
|
-
size?: number;
|
405
|
-
color?: string;
|
406
|
-
className?: string;
|
407
|
-
viewBox?: string;
|
408
|
-
}>;
|
409
|
-
export declare const IconArrowBendUpRight: import('react').FC<{
|
410
|
-
size?: number;
|
411
|
-
color?: string;
|
412
|
-
className?: string;
|
413
|
-
viewBox?: string;
|
414
|
-
}>;
|
415
|
-
export declare const IconSelection: import('react').FC<{
|
416
|
-
size?: number;
|
417
|
-
color?: string;
|
418
|
-
className?: string;
|
419
|
-
viewBox?: string;
|
420
|
-
}>;
|
421
|
-
export declare const IconFunnel: import('react').FC<{
|
422
|
-
size?: number;
|
423
|
-
color?: string;
|
424
|
-
className?: string;
|
425
|
-
viewBox?: string;
|
426
|
-
}>;
|
427
|
-
export declare const IconDotsNine: import('react').FC<{
|
428
|
-
size?: number;
|
429
|
-
color?: string;
|
430
|
-
className?: string;
|
431
|
-
viewBox?: string;
|
432
|
-
}>;
|
433
|
-
export declare const IconHeadCircuit: import('react').FC<{
|
434
|
-
size?: number;
|
435
|
-
color?: string;
|
436
|
-
className?: string;
|
437
|
-
viewBox?: string;
|
438
|
-
}>;
|
439
|
-
export declare const IconServer: import('react').FC<{
|
440
|
-
size?: number;
|
441
|
-
color?: string;
|
442
|
-
className?: string;
|
443
|
-
viewBox?: string;
|
444
|
-
}>;
|
445
|
-
export declare const IconPlugsX: import('react').FC<{
|
446
|
-
size?: number;
|
447
|
-
color?: string;
|
448
|
-
className?: string;
|
449
|
-
viewBox?: string;
|
450
|
-
}>;
|
451
|
-
export declare const IconPorsgteSQL: import('react').FC<{
|
452
|
-
size?: number;
|
453
|
-
color?: string;
|
454
|
-
className?: string;
|
455
|
-
viewBox?: string;
|
456
|
-
}>;
|
457
|
-
export declare const IconMySQL: import('react').FC<{
|
458
|
-
size?: number;
|
459
|
-
color?: string;
|
460
|
-
className?: string;
|
461
|
-
viewBox?: string;
|
462
|
-
}>;
|
463
|
-
export declare const IconMariaDB: import('react').FC<{
|
464
|
-
size?: number;
|
465
|
-
color?: string;
|
466
|
-
className?: string;
|
467
|
-
viewBox?: string;
|
468
|
-
}>;
|
469
|
-
export declare const IconMongoDB: import('react').FC<{
|
470
|
-
size?: number;
|
471
|
-
color?: string;
|
472
|
-
className?: string;
|
473
|
-
viewBox?: string;
|
474
|
-
}>;
|
475
|
-
export declare const IconYandexDisk: import('react').FC<{
|
476
|
-
size?: number;
|
477
|
-
color?: string;
|
478
|
-
className?: string;
|
479
|
-
viewBox?: string;
|
480
|
-
}>;
|
481
|
-
export declare const IconGoogleDrive: import('react').FC<{
|
482
|
-
size?: number;
|
483
|
-
color?: string;
|
484
|
-
className?: string;
|
485
|
-
viewBox?: string;
|
486
|
-
}>;
|
487
|
-
export declare const IconTriangleUp: import('react').FC<{
|
488
|
-
size?: number;
|
489
|
-
color?: string;
|
490
|
-
className?: string;
|
491
|
-
viewBox?: string;
|
492
|
-
}>;
|
493
|
-
export declare const IconTriangleDown: import('react').FC<{
|
494
|
-
size?: number;
|
495
|
-
color?: string;
|
496
|
-
className?: string;
|
497
|
-
viewBox?: string;
|
498
|
-
}>;
|
499
|
-
export declare const IconLanguage: import('react').FC<{
|
500
|
-
size?: number;
|
501
|
-
color?: string;
|
502
|
-
className?: string;
|
503
|
-
viewBox?: string;
|
504
|
-
}>;
|
505
|
-
export declare const IconCsv: import('react').FC<{
|
506
|
-
size?: number;
|
507
|
-
color?: string;
|
508
|
-
className?: string;
|
509
|
-
viewBox?: string;
|
510
|
-
}>;
|
511
|
-
export declare const IconPlay: import('react').FC<{
|
512
|
-
size?: number;
|
513
|
-
color?: string;
|
514
|
-
className?: string;
|
515
|
-
viewBox?: string;
|
516
|
-
}>;
|
517
|
-
export declare const IconUndo: import('react').FC<{
|
518
|
-
size?: number;
|
519
|
-
color?: string;
|
520
|
-
className?: string;
|
521
|
-
viewBox?: string;
|
522
|
-
}>;
|
523
|
-
export declare const IconRedo: import('react').FC<{
|
524
|
-
size?: number;
|
525
|
-
color?: string;
|
526
|
-
className?: string;
|
527
|
-
viewBox?: string;
|
528
|
-
}>;
|
529
|
-
export declare const IconChecks: import('react').FC<{
|
530
|
-
size?: number;
|
531
|
-
color?: string;
|
532
|
-
className?: string;
|
533
|
-
viewBox?: string;
|
534
|
-
}>;
|
535
|
-
export declare const IconUploadSimple: import('react').FC<{
|
536
|
-
size?: number;
|
537
|
-
color?: string;
|
538
|
-
className?: string;
|
539
|
-
viewBox?: string;
|
540
|
-
}>;
|
541
|
-
export declare const IconFolderSimpleX: import('react').FC<{
|
542
|
-
size?: number;
|
543
|
-
color?: string;
|
544
|
-
className?: string;
|
545
|
-
viewBox?: string;
|
546
|
-
}>;
|
547
|
-
export declare const IconInfo: import('react').FC<{
|
548
|
-
size?: number;
|
549
|
-
color?: string;
|
550
|
-
className?: string;
|
551
|
-
viewBox?: string;
|
552
|
-
}>;
|
553
|
-
export declare const IconPen: import('react').FC<{
|
554
|
-
size?: number;
|
555
|
-
color?: string;
|
556
|
-
className?: string;
|
557
|
-
viewBox?: string;
|
558
|
-
}>;
|
559
|
-
export declare const IconJoin: import('react').FC<{
|
560
|
-
size?: number;
|
561
|
-
color?: string;
|
562
|
-
className?: string;
|
563
|
-
viewBox?: string;
|
564
|
-
}>;
|
@@ -1 +0,0 @@
|
|
1
|
-
export * from './Icons';
|
@@ -1,11 +0,0 @@
|
|
1
|
-
import { default as React } from 'react';
|
2
|
-
export declare const createIcon: ({ displayName, path, viewBox, }: {
|
3
|
-
displayName: string;
|
4
|
-
path: string | React.ReactNode;
|
5
|
-
viewBox?: string;
|
6
|
-
}) => React.FC<{
|
7
|
-
size?: number;
|
8
|
-
color?: string;
|
9
|
-
className?: string;
|
10
|
-
viewBox?: string;
|
11
|
-
}>;
|
@@ -1 +0,0 @@
|
|
1
|
-
export * from './Loader';
|
@@ -1 +0,0 @@
|
|
1
|
-
export * from './Pagination';
|
@@ -1,11 +0,0 @@
|
|
1
|
-
type RadioProps = {
|
2
|
-
label?: string;
|
3
|
-
value?: string;
|
4
|
-
name?: string;
|
5
|
-
isChecked?: boolean;
|
6
|
-
isDisabled?: boolean;
|
7
|
-
radioId?: string;
|
8
|
-
onChange?: (e: React.ChangeEvent<HTMLInputElement>) => void;
|
9
|
-
};
|
10
|
-
export declare const Radio: React.FC<RadioProps>;
|
11
|
-
export {};
|
@@ -1,8 +0,0 @@
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react';
|
2
|
-
import { Radio } from './Radio';
|
3
|
-
declare const meta: Meta<typeof Radio>;
|
4
|
-
export default meta;
|
5
|
-
type Story = StoryObj<typeof Radio>;
|
6
|
-
export declare const Default: Story;
|
7
|
-
export declare const Disabled: Story;
|
8
|
-
export declare const Checked: Story;
|
@@ -1 +0,0 @@
|
|
1
|
-
export * from './Radio';
|
@@ -1 +0,0 @@
|
|
1
|
-
export declare const demoSearchData: string[];
|
@@ -1,22 +0,0 @@
|
|
1
|
-
type Option = {
|
2
|
-
value: string;
|
3
|
-
label: string;
|
4
|
-
};
|
5
|
-
type SearchInputProps = {
|
6
|
-
name?: string;
|
7
|
-
label?: string;
|
8
|
-
type?: string;
|
9
|
-
placeholder?: string;
|
10
|
-
id?: string;
|
11
|
-
isDisabled?: boolean;
|
12
|
-
isClearable?: boolean;
|
13
|
-
hasError?: boolean;
|
14
|
-
errorMessage?: string;
|
15
|
-
isLoading?: boolean;
|
16
|
-
className?: string;
|
17
|
-
options?: Option[];
|
18
|
-
value?: string;
|
19
|
-
onChange?: (value: string) => void;
|
20
|
-
};
|
21
|
-
export declare const SearchInput: React.FC<SearchInputProps>;
|
22
|
-
export {};
|
@@ -1,12 +0,0 @@
|
|
1
|
-
import { default as React } from 'react';
|
2
|
-
type SkeletonProps = {
|
3
|
-
width?: number | string;
|
4
|
-
height?: number | string;
|
5
|
-
borderRadius?: number | string;
|
6
|
-
circle?: boolean;
|
7
|
-
animated?: boolean;
|
8
|
-
className?: string;
|
9
|
-
style?: React.CSSProperties;
|
10
|
-
};
|
11
|
-
export declare const Skeleton: React.FC<SkeletonProps>;
|
12
|
-
export {};
|
@@ -1 +0,0 @@
|
|
1
|
-
export * from './Skeleton';
|
@@ -1,10 +0,0 @@
|
|
1
|
-
import { default as React } from 'react';
|
2
|
-
type SwitchProps = {
|
3
|
-
label?: string;
|
4
|
-
isDisabled?: boolean;
|
5
|
-
isChecked?: boolean;
|
6
|
-
onChange?: (event: React.ChangeEvent<HTMLInputElement>) => void;
|
7
|
-
name?: string;
|
8
|
-
};
|
9
|
-
export declare const Switch: React.FC<SwitchProps>;
|
10
|
-
export {};
|
@@ -1 +0,0 @@
|
|
1
|
-
export * from './Switch';
|