@keeper-security/keeper-js-ui 0.14.0 → 0.15.0
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/CHANGELOG.md +20 -0
- package/dist/index.es.d.ts +489 -486
- package/dist/index.es.js +2021 -2036
- package/dist/index.umd.js +6 -6
- package/dist/style.css +1 -1
- package/package.json +2 -7
package/dist/index.es.d.ts
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
import { Avatar as Avatar_2 } from 'radix-ui';
|
|
2
2
|
import { Checkbox as Checkbox_2 } from 'radix-ui';
|
|
3
|
-
import { ClassProp } from 'class-variance-authority/types';
|
|
3
|
+
import { ClassProp } from 'class-variance-authority/dist/types';
|
|
4
4
|
import { Dialog as Dialog_2 } from 'radix-ui';
|
|
5
5
|
import { Direction } from 'radix-ui';
|
|
6
6
|
import { DropdownMenu as DropdownMenu_2 } from 'radix-ui';
|
|
7
7
|
import { ForwardRefExoticComponent } from 'react';
|
|
8
|
-
import { IconProps as IconProps_2 } from '../components/ui/icon';
|
|
9
8
|
import { JSX as JSX_2 } from 'react/jsx-runtime';
|
|
10
9
|
import { Label as Label_2 } from 'radix-ui';
|
|
11
10
|
import { Popover as Popover_2 } from 'radix-ui';
|
|
@@ -19,7 +18,7 @@ import { Toast as Toast_2 } from 'radix-ui';
|
|
|
19
18
|
import { Tooltip as Tooltip_2 } from 'radix-ui';
|
|
20
19
|
import { VariantProps } from 'class-variance-authority';
|
|
21
20
|
|
|
22
|
-
export declare const AccessibilityIcon: ForwardRefExoticComponent<
|
|
21
|
+
export declare const AccessibilityIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
23
22
|
|
|
24
23
|
/**
|
|
25
24
|
* Ensures interactive elements, such as buttons and inputs, have associated descriptive text for a11y concerns.
|
|
@@ -30,71 +29,71 @@ declare type AccessibleInteractiveElementHelper = AtLeastOneRequired<{
|
|
|
30
29
|
'aria-label': string;
|
|
31
30
|
}>;
|
|
32
31
|
|
|
33
|
-
export declare const AIcon: ForwardRefExoticComponent<
|
|
32
|
+
export declare const AIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
34
33
|
|
|
35
|
-
export declare const AlignJustifyIcon: ForwardRefExoticComponent<
|
|
34
|
+
export declare const AlignJustifyIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
36
35
|
|
|
37
|
-
export declare const AmazonLogoIcon: ForwardRefExoticComponent<
|
|
36
|
+
export declare const AmazonLogoIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
38
37
|
|
|
39
|
-
export declare const AmpersandIcon: ForwardRefExoticComponent<
|
|
38
|
+
export declare const AmpersandIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
40
39
|
|
|
41
|
-
export declare const AppWindow2Icon: ForwardRefExoticComponent<
|
|
40
|
+
export declare const AppWindow2Icon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
42
41
|
|
|
43
|
-
export declare const AppWindowArrowRightIcon: ForwardRefExoticComponent<
|
|
42
|
+
export declare const AppWindowArrowRightIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
44
43
|
|
|
45
|
-
export declare const AppWindowArrowUpIcon: ForwardRefExoticComponent<
|
|
44
|
+
export declare const AppWindowArrowUpIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
46
45
|
|
|
47
|
-
export declare const AppWindowCloudIcon: ForwardRefExoticComponent<
|
|
46
|
+
export declare const AppWindowCloudIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
48
47
|
|
|
49
|
-
export declare const AppWindowCodeIcon: ForwardRefExoticComponent<
|
|
48
|
+
export declare const AppWindowCodeIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
50
49
|
|
|
51
|
-
export declare const AppWindowCog2Icon: ForwardRefExoticComponent<
|
|
50
|
+
export declare const AppWindowCog2Icon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
52
51
|
|
|
53
|
-
export declare const AppWindowCogIcon: ForwardRefExoticComponent<
|
|
52
|
+
export declare const AppWindowCogIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
54
53
|
|
|
55
|
-
export declare const AppWindowGlobeIcon: ForwardRefExoticComponent<
|
|
54
|
+
export declare const AppWindowGlobeIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
56
55
|
|
|
57
|
-
export declare const AppWindowGrid2x2CogIcon: ForwardRefExoticComponent<
|
|
56
|
+
export declare const AppWindowGrid2x2CogIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
58
57
|
|
|
59
|
-
export declare const AppWindowGrid2x2Icon: ForwardRefExoticComponent<
|
|
58
|
+
export declare const AppWindowGrid2x2Icon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
60
59
|
|
|
61
|
-
export declare const AppWindowGrid2x2NetworkIcon: ForwardRefExoticComponent<
|
|
60
|
+
export declare const AppWindowGrid2x2NetworkIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
62
61
|
|
|
63
|
-
export declare const AppWindowGridSearchIcon: ForwardRefExoticComponent<
|
|
62
|
+
export declare const AppWindowGridSearchIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
64
63
|
|
|
65
|
-
export declare const AppWindowIcon: ForwardRefExoticComponent<
|
|
64
|
+
export declare const AppWindowIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
66
65
|
|
|
67
|
-
export declare const AppWindowLockKeyholeIcon: ForwardRefExoticComponent<
|
|
66
|
+
export declare const AppWindowLockKeyholeIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
68
67
|
|
|
69
|
-
export declare const AppWindowPromptTopRightIcon: ForwardRefExoticComponent<
|
|
68
|
+
export declare const AppWindowPromptTopRightIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
70
69
|
|
|
71
|
-
export declare const AppWindowTerminal2Icon: ForwardRefExoticComponent<
|
|
70
|
+
export declare const AppWindowTerminal2Icon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
72
71
|
|
|
73
|
-
export declare const AppWindowTerminalIcon: ForwardRefExoticComponent<
|
|
72
|
+
export declare const AppWindowTerminalIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
74
73
|
|
|
75
|
-
export declare const ArchiveIcon: ForwardRefExoticComponent<
|
|
74
|
+
export declare const ArchiveIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
76
75
|
|
|
77
|
-
export declare const ArchiveRestoreIcon: ForwardRefExoticComponent<
|
|
76
|
+
export declare const ArchiveRestoreIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
78
77
|
|
|
79
|
-
export declare const ArchiveSendIcon: ForwardRefExoticComponent<
|
|
78
|
+
export declare const ArchiveSendIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
80
79
|
|
|
81
|
-
export declare const ArrowDownIcon: ForwardRefExoticComponent<
|
|
80
|
+
export declare const ArrowDownIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
82
81
|
|
|
83
|
-
export declare const ArrowDownNarrowWideIcon: ForwardRefExoticComponent<
|
|
82
|
+
export declare const ArrowDownNarrowWideIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
84
83
|
|
|
85
|
-
export declare const ArrowDownToLineIcon: ForwardRefExoticComponent<
|
|
84
|
+
export declare const ArrowDownToLineIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
86
85
|
|
|
87
|
-
export declare const ArrowDownWideNarrowIcon: ForwardRefExoticComponent<
|
|
86
|
+
export declare const ArrowDownWideNarrowIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
88
87
|
|
|
89
|
-
export declare const ArrowLeftIcon: ForwardRefExoticComponent<
|
|
88
|
+
export declare const ArrowLeftIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
90
89
|
|
|
91
|
-
export declare const ArrowLeftRightIcon: ForwardRefExoticComponent<
|
|
90
|
+
export declare const ArrowLeftRightIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
92
91
|
|
|
93
|
-
export declare const ArrowUpFromLineIcon: ForwardRefExoticComponent<
|
|
92
|
+
export declare const ArrowUpFromLineIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
94
93
|
|
|
95
|
-
export declare const ArrowUpIcon: ForwardRefExoticComponent<
|
|
94
|
+
export declare const ArrowUpIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
96
95
|
|
|
97
|
-
export declare const ArrowUpNarrowWideIcon: ForwardRefExoticComponent<
|
|
96
|
+
export declare const ArrowUpNarrowWideIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
98
97
|
|
|
99
98
|
/**
|
|
100
99
|
* Utility type that ensures at least one of the props is present.
|
|
@@ -125,7 +124,9 @@ export declare const Avatar: React_2.ForwardRefExoticComponent<AvatarProps & Rea
|
|
|
125
124
|
* AvatarFallback
|
|
126
125
|
* -----------------------------------------------------------------------------
|
|
127
126
|
*/
|
|
128
|
-
export declare const AvatarFallback: React_2.ForwardRefExoticComponent<Omit<Avatar_2.AvatarFallbackProps & React_2.RefAttributes<HTMLSpanElement>, "ref"> &
|
|
127
|
+
export declare const AvatarFallback: React_2.ForwardRefExoticComponent<Omit<Avatar_2.AvatarFallbackProps & React_2.RefAttributes<HTMLSpanElement>, "ref"> & {
|
|
128
|
+
value: string;
|
|
129
|
+
} & React_2.RefAttributes<HTMLSpanElement>>;
|
|
129
130
|
|
|
130
131
|
/**
|
|
131
132
|
* -----------------------------------------------------------------------------
|
|
@@ -145,25 +146,25 @@ declare const avatarVariants: (props?: ({
|
|
|
145
146
|
size?: "sm" | "md" | "lg" | null | undefined;
|
|
146
147
|
} & ClassProp) | undefined) => string;
|
|
147
148
|
|
|
148
|
-
export declare const AwsLogoIcon: ForwardRefExoticComponent<
|
|
149
|
+
export declare const AwsLogoIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
149
150
|
|
|
150
|
-
export declare const AZArrowsIcon: ForwardRefExoticComponent<
|
|
151
|
+
export declare const AZArrowsIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
151
152
|
|
|
152
|
-
export declare const AZMinusIcon: ForwardRefExoticComponent<
|
|
153
|
+
export declare const AZMinusIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
153
154
|
|
|
154
|
-
export declare const BadgeCheckIcon: ForwardRefExoticComponent<
|
|
155
|
+
export declare const BadgeCheckIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
155
156
|
|
|
156
|
-
export declare const BadgeUserAlertIcon: ForwardRefExoticComponent<
|
|
157
|
+
export declare const BadgeUserAlertIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
157
158
|
|
|
158
|
-
export declare const BadgeUserIcon: ForwardRefExoticComponent<
|
|
159
|
+
export declare const BadgeUserIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
159
160
|
|
|
160
|
-
export declare const BanIcon: ForwardRefExoticComponent<
|
|
161
|
+
export declare const BanIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
161
162
|
|
|
162
|
-
export declare const BellAlertIcon: ForwardRefExoticComponent<
|
|
163
|
+
export declare const BellAlertIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
163
164
|
|
|
164
|
-
export declare const BellIcon: ForwardRefExoticComponent<
|
|
165
|
+
export declare const BellIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
165
166
|
|
|
166
|
-
export declare const BellOutlineIcon: ForwardRefExoticComponent<
|
|
167
|
+
export declare const BellOutlineIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
167
168
|
|
|
168
169
|
declare interface BlockBaseProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
169
170
|
as?: 'div' | 'span';
|
|
@@ -184,13 +185,13 @@ declare interface BlockBaseProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
|
184
185
|
py?: PaddingValues;
|
|
185
186
|
}
|
|
186
187
|
|
|
187
|
-
export declare const BombIcon: ForwardRefExoticComponent<
|
|
188
|
+
export declare const BombIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
188
189
|
|
|
189
|
-
export declare const BookOpenPageIcon: ForwardRefExoticComponent<
|
|
190
|
+
export declare const BookOpenPageIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
190
191
|
|
|
191
|
-
export declare const BookOpenPageOutlineIcon: ForwardRefExoticComponent<
|
|
192
|
+
export declare const BookOpenPageOutlineIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
192
193
|
|
|
193
|
-
export declare const BookOpenUpIcon: ForwardRefExoticComponent<
|
|
194
|
+
export declare const BookOpenUpIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
194
195
|
|
|
195
196
|
export declare const Box: React_2.ForwardRefExoticComponent<BoxProps & React_2.RefAttributes<HTMLDivElement>>;
|
|
196
197
|
|
|
@@ -202,25 +203,25 @@ declare const boxVariants: (props?: ({
|
|
|
202
203
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | null | undefined;
|
|
203
204
|
} & ClassProp) | undefined) => string;
|
|
204
205
|
|
|
205
|
-
export declare const BracesIcon: ForwardRefExoticComponent<
|
|
206
|
+
export declare const BracesIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
206
207
|
|
|
207
|
-
export declare const BreachwatchOffIcon: ForwardRefExoticComponent<
|
|
208
|
+
export declare const BreachwatchOffIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
208
209
|
|
|
209
|
-
export declare const BriefcaseBusinessIcon: ForwardRefExoticComponent<
|
|
210
|
+
export declare const BriefcaseBusinessIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
210
211
|
|
|
211
|
-
export declare const BriefcaseBusinessShieldIcon: ForwardRefExoticComponent<
|
|
212
|
+
export declare const BriefcaseBusinessShieldIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
212
213
|
|
|
213
|
-
export declare const BriefcaseIcon: ForwardRefExoticComponent<
|
|
214
|
+
export declare const BriefcaseIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
214
215
|
|
|
215
|
-
export declare const BugIcon: ForwardRefExoticComponent<
|
|
216
|
+
export declare const BugIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
216
217
|
|
|
217
|
-
export declare const Building2Icon: ForwardRefExoticComponent<
|
|
218
|
+
export declare const Building2Icon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
218
219
|
|
|
219
|
-
export declare const BuildingCogIcon: ForwardRefExoticComponent<
|
|
220
|
+
export declare const BuildingCogIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
220
221
|
|
|
221
|
-
export declare const BuildingIcon: ForwardRefExoticComponent<
|
|
222
|
+
export declare const BuildingIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
222
223
|
|
|
223
|
-
export declare const BuildingPlusIcon: ForwardRefExoticComponent<
|
|
224
|
+
export declare const BuildingPlusIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
224
225
|
|
|
225
226
|
export declare const Button: React_2.ForwardRefExoticComponent<(IconButtonProps | ButtonProps) & React_2.RefAttributes<HTMLButtonElement>>;
|
|
226
227
|
|
|
@@ -246,141 +247,141 @@ declare const buttonVariants: (props?: ({
|
|
|
246
247
|
size?: "sm" | "md" | "lg" | null | undefined;
|
|
247
248
|
} & ClassProp) | undefined) => string;
|
|
248
249
|
|
|
249
|
-
export declare const CalendarIcon: ForwardRefExoticComponent<
|
|
250
|
+
export declare const CalendarIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
250
251
|
|
|
251
|
-
export declare const CameraIcon: ForwardRefExoticComponent<
|
|
252
|
+
export declare const CameraIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
252
253
|
|
|
253
|
-
export declare const CaseLowerIcon: ForwardRefExoticComponent<
|
|
254
|
+
export declare const CaseLowerIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
254
255
|
|
|
255
|
-
export declare const ChartColumnIcon: ForwardRefExoticComponent<
|
|
256
|
+
export declare const ChartColumnIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
256
257
|
|
|
257
|
-
export declare const ChartNoAxesColumnsTrendingUpIcon: ForwardRefExoticComponent<
|
|
258
|
+
export declare const ChartNoAxesColumnsTrendingUpIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
258
259
|
|
|
259
260
|
export declare const Checkbox: React_2.ForwardRefExoticComponent<Omit<Checkbox_2.CheckboxProps & React_2.RefAttributes<HTMLButtonElement>, "ref"> & React_2.RefAttributes<HTMLButtonElement>>;
|
|
260
261
|
|
|
261
|
-
export declare const CheckCheckIcon: ForwardRefExoticComponent<
|
|
262
|
+
export declare const CheckCheckIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
262
263
|
|
|
263
|
-
export declare const CheckCircleOutlineIcon: ForwardRefExoticComponent<
|
|
264
|
+
export declare const CheckCircleOutlineIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
264
265
|
|
|
265
|
-
export declare const CheckIcon: ForwardRefExoticComponent<
|
|
266
|
+
export declare const CheckIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
266
267
|
|
|
267
|
-
export declare const ChevronDownIcon: ForwardRefExoticComponent<
|
|
268
|
+
export declare const ChevronDownIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
268
269
|
|
|
269
|
-
export declare const ChevronLeftIcon: ForwardRefExoticComponent<
|
|
270
|
+
export declare const ChevronLeftIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
270
271
|
|
|
271
|
-
export declare const ChevronRightIcon: ForwardRefExoticComponent<
|
|
272
|
+
export declare const ChevronRightIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
272
273
|
|
|
273
|
-
export declare const ChevronsDownIcon: ForwardRefExoticComponent<
|
|
274
|
+
export declare const ChevronsDownIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
274
275
|
|
|
275
|
-
export declare const ChevronUpIcon: ForwardRefExoticComponent<
|
|
276
|
+
export declare const ChevronUpIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
276
277
|
|
|
277
|
-
export declare const CircleAlertIcon: ForwardRefExoticComponent<
|
|
278
|
+
export declare const CircleAlertIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
278
279
|
|
|
279
|
-
export declare const CircleAlertOutlineIcon: ForwardRefExoticComponent<
|
|
280
|
+
export declare const CircleAlertOutlineIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
280
281
|
|
|
281
|
-
export declare const CircleArrowUpIcon: ForwardRefExoticComponent<
|
|
282
|
+
export declare const CircleArrowUpIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
282
283
|
|
|
283
|
-
export declare const CircleCheckIcon: ForwardRefExoticComponent<
|
|
284
|
+
export declare const CircleCheckIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
284
285
|
|
|
285
|
-
export declare const CircleChevronsRightLeftIcon: ForwardRefExoticComponent<
|
|
286
|
+
export declare const CircleChevronsRightLeftIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
286
287
|
|
|
287
|
-
export declare const CircleCloudIcon: ForwardRefExoticComponent<
|
|
288
|
+
export declare const CircleCloudIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
288
289
|
|
|
289
|
-
export declare const CircleDnaIcon: ForwardRefExoticComponent<
|
|
290
|
+
export declare const CircleDnaIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
290
291
|
|
|
291
|
-
export declare const CircleDnaThinIcon: ForwardRefExoticComponent<
|
|
292
|
+
export declare const CircleDnaThinIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
292
293
|
|
|
293
|
-
export declare const CircleDollarSignIcon: ForwardRefExoticComponent<
|
|
294
|
+
export declare const CircleDollarSignIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
294
295
|
|
|
295
|
-
export declare const CircleInfoOutlineIcon: ForwardRefExoticComponent<
|
|
296
|
+
export declare const CircleInfoOutlineIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
296
297
|
|
|
297
|
-
export declare const CircleLockFillIcon: ForwardRefExoticComponent<
|
|
298
|
+
export declare const CircleLockFillIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
298
299
|
|
|
299
|
-
export declare const CircleLockIcon: ForwardRefExoticComponent<
|
|
300
|
+
export declare const CircleLockIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
300
301
|
|
|
301
|
-
export declare const CircleMinusIcon: ForwardRefExoticComponent<
|
|
302
|
+
export declare const CircleMinusIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
302
303
|
|
|
303
|
-
export declare const CircleMinusOutlineIcon: ForwardRefExoticComponent<
|
|
304
|
+
export declare const CircleMinusOutlineIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
304
305
|
|
|
305
|
-
export declare const CircleMinusSmallIcon: ForwardRefExoticComponent<
|
|
306
|
+
export declare const CircleMinusSmallIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
306
307
|
|
|
307
|
-
export declare const CircleOutlineIcon: ForwardRefExoticComponent<
|
|
308
|
+
export declare const CircleOutlineIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
308
309
|
|
|
309
|
-
export declare const CirclePauseIcon: ForwardRefExoticComponent<
|
|
310
|
+
export declare const CirclePauseIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
310
311
|
|
|
311
|
-
export declare const CirclePlayIcon: ForwardRefExoticComponent<
|
|
312
|
+
export declare const CirclePlayIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
312
313
|
|
|
313
|
-
export declare const CirclePlayOutlineIcon: ForwardRefExoticComponent<
|
|
314
|
+
export declare const CirclePlayOutlineIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
314
315
|
|
|
315
|
-
export declare const CirclePlusIcon: ForwardRefExoticComponent<
|
|
316
|
+
export declare const CirclePlusIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
316
317
|
|
|
317
|
-
export declare const CircleQuestionMarkIcon: ForwardRefExoticComponent<
|
|
318
|
+
export declare const CircleQuestionMarkIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
318
319
|
|
|
319
|
-
export declare const CircleQuestionMarkOutlineIcon: ForwardRefExoticComponent<
|
|
320
|
+
export declare const CircleQuestionMarkOutlineIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
320
321
|
|
|
321
|
-
export declare const CircleSegmentTopRight2Icon: ForwardRefExoticComponent<
|
|
322
|
+
export declare const CircleSegmentTopRight2Icon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
322
323
|
|
|
323
|
-
export declare const CircleSegmentTopRightIcon: ForwardRefExoticComponent<
|
|
324
|
+
export declare const CircleSegmentTopRightIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
324
325
|
|
|
325
|
-
export declare const CircleSkipForwardIcon: ForwardRefExoticComponent<
|
|
326
|
+
export declare const CircleSkipForwardIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
326
327
|
|
|
327
|
-
export declare const CircleUserConciergeIcon: ForwardRefExoticComponent<
|
|
328
|
+
export declare const CircleUserConciergeIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
328
329
|
|
|
329
|
-
export declare const CircleUserIcon: ForwardRefExoticComponent<
|
|
330
|
+
export declare const CircleUserIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
330
331
|
|
|
331
|
-
export declare const CircleUserNetworkIcon: ForwardRefExoticComponent<
|
|
332
|
+
export declare const CircleUserNetworkIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
332
333
|
|
|
333
|
-
export declare const CircleUserOffIcon: ForwardRefExoticComponent<
|
|
334
|
+
export declare const CircleUserOffIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
334
335
|
|
|
335
|
-
export declare const CircleXIcon: ForwardRefExoticComponent<
|
|
336
|
+
export declare const CircleXIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
336
337
|
|
|
337
|
-
export declare const CircleZapIcon: ForwardRefExoticComponent<
|
|
338
|
+
export declare const CircleZapIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
338
339
|
|
|
339
|
-
export declare const ClapperboardIcon: ForwardRefExoticComponent<
|
|
340
|
+
export declare const ClapperboardIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
340
341
|
|
|
341
|
-
export declare const Clipboard2AlertIcon: ForwardRefExoticComponent<
|
|
342
|
+
export declare const Clipboard2AlertIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
342
343
|
|
|
343
|
-
export declare const Clipboard2CheckIcon: ForwardRefExoticComponent<
|
|
344
|
+
export declare const Clipboard2CheckIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
344
345
|
|
|
345
|
-
export declare const Clipboard2TextIcon: ForwardRefExoticComponent<
|
|
346
|
+
export declare const Clipboard2TextIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
346
347
|
|
|
347
|
-
export declare const ClipboardAlertIcon: ForwardRefExoticComponent<
|
|
348
|
+
export declare const ClipboardAlertIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
348
349
|
|
|
349
|
-
export declare const ClipboardChartIcon: ForwardRefExoticComponent<
|
|
350
|
+
export declare const ClipboardChartIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
350
351
|
|
|
351
|
-
export declare const ClipboardIcon: ForwardRefExoticComponent<
|
|
352
|
+
export declare const ClipboardIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
352
353
|
|
|
353
|
-
export declare const ClipboardTextIcon: ForwardRefExoticComponent<
|
|
354
|
+
export declare const ClipboardTextIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
354
355
|
|
|
355
|
-
export declare const ClipboardXIcon: ForwardRefExoticComponent<
|
|
356
|
+
export declare const ClipboardXIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
356
357
|
|
|
357
|
-
export declare const ClockIcon: ForwardRefExoticComponent<
|
|
358
|
+
export declare const ClockIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
358
359
|
|
|
359
|
-
export declare const CloudCogIcon: ForwardRefExoticComponent<
|
|
360
|
+
export declare const CloudCogIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
360
361
|
|
|
361
|
-
export declare const CloudDownloadIcon: ForwardRefExoticComponent<
|
|
362
|
+
export declare const CloudDownloadIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
362
363
|
|
|
363
|
-
export declare const CloudGovernmentIcon: ForwardRefExoticComponent<
|
|
364
|
+
export declare const CloudGovernmentIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
364
365
|
|
|
365
|
-
export declare const CloudIcon: ForwardRefExoticComponent<
|
|
366
|
+
export declare const CloudIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
366
367
|
|
|
367
|
-
export declare const CloudKeyIcon: ForwardRefExoticComponent<
|
|
368
|
+
export declare const CloudKeyIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
368
369
|
|
|
369
|
-
export declare const CloudKeyOutlineIcon: ForwardRefExoticComponent<
|
|
370
|
+
export declare const CloudKeyOutlineIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
370
371
|
|
|
371
|
-
export declare const CloudOffIcon: ForwardRefExoticComponent<
|
|
372
|
+
export declare const CloudOffIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
372
373
|
|
|
373
|
-
export declare const CloudUploadIcon: ForwardRefExoticComponent<
|
|
374
|
+
export declare const CloudUploadIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
374
375
|
|
|
375
|
-
export declare const CogIcon: ForwardRefExoticComponent<
|
|
376
|
+
export declare const CogIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
376
377
|
|
|
377
|
-
export declare const Columns3Icon: ForwardRefExoticComponent<
|
|
378
|
+
export declare const Columns3Icon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
378
379
|
|
|
379
|
-
export declare const Columns4Icon: ForwardRefExoticComponent<
|
|
380
|
+
export declare const Columns4Icon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
380
381
|
|
|
381
|
-
export declare const CommanderLogoIcon: ForwardRefExoticComponent<
|
|
382
|
+
export declare const CommanderLogoIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
382
383
|
|
|
383
|
-
export declare const CommandIcon: ForwardRefExoticComponent<
|
|
384
|
+
export declare const CommandIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
384
385
|
|
|
385
386
|
/**
|
|
386
387
|
* Sets internal component labels with the User's language preference.
|
|
@@ -391,27 +392,27 @@ export declare const CommandIcon: ForwardRefExoticComponent<IconProps_2 & RefAtt
|
|
|
391
392
|
*/
|
|
392
393
|
export declare function configureStrings(keeperJsUiStrings: StringsSchema): void;
|
|
393
394
|
|
|
394
|
-
export declare const CopyAlertIcon: ForwardRefExoticComponent<
|
|
395
|
+
export declare const CopyAlertIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
395
396
|
|
|
396
|
-
export declare const CopyChevronDownIcon: ForwardRefExoticComponent<
|
|
397
|
+
export declare const CopyChevronDownIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
397
398
|
|
|
398
|
-
export declare const CopyCirclePlusIcon: ForwardRefExoticComponent<
|
|
399
|
+
export declare const CopyCirclePlusIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
399
400
|
|
|
400
|
-
export declare const CopyIcon: ForwardRefExoticComponent<
|
|
401
|
+
export declare const CopyIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
401
402
|
|
|
402
|
-
export declare const CopyPlusIcon: ForwardRefExoticComponent<
|
|
403
|
+
export declare const CopyPlusIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
403
404
|
|
|
404
|
-
export declare const CreditCardClockIcon: ForwardRefExoticComponent<
|
|
405
|
+
export declare const CreditCardClockIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
405
406
|
|
|
406
|
-
export declare const CreditCardIcon: ForwardRefExoticComponent<
|
|
407
|
+
export declare const CreditCardIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
407
408
|
|
|
408
|
-
export declare const DatabaseIcon: ForwardRefExoticComponent<
|
|
409
|
+
export declare const DatabaseIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
409
410
|
|
|
410
|
-
export declare const DatabaseMapPinIcon: ForwardRefExoticComponent<
|
|
411
|
+
export declare const DatabaseMapPinIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
411
412
|
|
|
412
|
-
export declare const DatabaseRefreshCcwIcon: ForwardRefExoticComponent<
|
|
413
|
+
export declare const DatabaseRefreshCcwIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
413
414
|
|
|
414
|
-
export declare const DatabaseSearchIcon: ForwardRefExoticComponent<
|
|
415
|
+
export declare const DatabaseSearchIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
415
416
|
|
|
416
417
|
export declare function Dialog(props: React_2.ComponentProps<typeof Dialog_2.Root>): JSX_2.Element;
|
|
417
418
|
|
|
@@ -494,11 +495,11 @@ export declare const DialogTitle: React_2.ForwardRefExoticComponent<Omit<Dialog_
|
|
|
494
495
|
*/
|
|
495
496
|
export declare const DialogTrigger: React_2.ForwardRefExoticComponent<Omit<Dialog_2.DialogTriggerProps & React_2.RefAttributes<HTMLButtonElement>, "ref"> & React_2.RefAttributes<HTMLButtonElement>>;
|
|
496
497
|
|
|
497
|
-
export declare const DiceIcon: ForwardRefExoticComponent<
|
|
498
|
+
export declare const DiceIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
498
499
|
|
|
499
|
-
export declare const DiceOutlineIcon: ForwardRefExoticComponent<
|
|
500
|
+
export declare const DiceOutlineIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
500
501
|
|
|
501
|
-
export declare const DiceWhiteIcon: ForwardRefExoticComponent<
|
|
502
|
+
export declare const DiceWhiteIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
502
503
|
|
|
503
504
|
declare type Direction_2 = 'ltr' | 'rtl';
|
|
504
505
|
|
|
@@ -509,15 +510,17 @@ declare interface DirectionProviderProps {
|
|
|
509
510
|
dir: Direction_2;
|
|
510
511
|
}
|
|
511
512
|
|
|
512
|
-
export declare const DockerLogoIcon: ForwardRefExoticComponent<
|
|
513
|
+
export declare const DockerLogoIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
514
|
+
|
|
515
|
+
export declare const DotIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
513
516
|
|
|
514
|
-
export declare const
|
|
517
|
+
export declare const DotOutlineIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
515
518
|
|
|
516
|
-
export declare const
|
|
519
|
+
export declare const DownloadIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
517
520
|
|
|
518
|
-
export declare const
|
|
521
|
+
export declare const DragHandleIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
519
522
|
|
|
520
|
-
export declare const DrawerOpenIcon: ForwardRefExoticComponent<
|
|
523
|
+
export declare const DrawerOpenIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
521
524
|
|
|
522
525
|
export declare function DropdownMenu(props: React_2.ComponentPropsWithoutRef<typeof DropdownMenu_2.Root>): JSX_2.Element;
|
|
523
526
|
|
|
@@ -636,69 +639,69 @@ export declare const DropdownMenuSubTrigger: React_2.ForwardRefExoticComponent<O
|
|
|
636
639
|
*/
|
|
637
640
|
export declare const DropdownMenuTrigger: React_2.ForwardRefExoticComponent<Omit<DropdownMenu_2.DropdownMenuTriggerProps & React_2.RefAttributes<HTMLButtonElement>, "ref"> & React_2.RefAttributes<HTMLButtonElement>>;
|
|
638
641
|
|
|
639
|
-
export declare const DuoLogoIcon: ForwardRefExoticComponent<
|
|
642
|
+
export declare const DuoLogoIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
640
643
|
|
|
641
|
-
export declare const Earth2Icon: ForwardRefExoticComponent<
|
|
644
|
+
export declare const Earth2Icon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
642
645
|
|
|
643
|
-
export declare const EarthIcon: ForwardRefExoticComponent<
|
|
646
|
+
export declare const EarthIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
644
647
|
|
|
645
|
-
export declare const EarthLockIcon: ForwardRefExoticComponent<
|
|
648
|
+
export declare const EarthLockIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
646
649
|
|
|
647
|
-
export declare const EllipsisHorizontalIcon: ForwardRefExoticComponent<
|
|
650
|
+
export declare const EllipsisHorizontalIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
648
651
|
|
|
649
|
-
export declare const EllipsisVerticalIcon: ForwardRefExoticComponent<
|
|
652
|
+
export declare const EllipsisVerticalIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
650
653
|
|
|
651
|
-
export declare const EqualIcon: ForwardRefExoticComponent<
|
|
654
|
+
export declare const EqualIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
652
655
|
|
|
653
|
-
export declare const EyeHelloIcon: ForwardRefExoticComponent<
|
|
656
|
+
export declare const EyeHelloIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
654
657
|
|
|
655
|
-
export declare const EyeIcon: ForwardRefExoticComponent<
|
|
658
|
+
export declare const EyeIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
656
659
|
|
|
657
|
-
export declare const EyeOffIcon: ForwardRefExoticComponent<
|
|
660
|
+
export declare const EyeOffIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
658
661
|
|
|
659
|
-
export declare const FileBookmarkStarIcon: ForwardRefExoticComponent<
|
|
662
|
+
export declare const FileBookmarkStarIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
660
663
|
|
|
661
|
-
export declare const FileCodeIcon: ForwardRefExoticComponent<
|
|
664
|
+
export declare const FileCodeIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
662
665
|
|
|
663
|
-
export declare const FileCogIcon: ForwardRefExoticComponent<
|
|
666
|
+
export declare const FileCogIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
664
667
|
|
|
665
|
-
export declare const FileDocIcon: ForwardRefExoticComponent<
|
|
668
|
+
export declare const FileDocIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
666
669
|
|
|
667
|
-
export declare const FileEpsIcon: ForwardRefExoticComponent<
|
|
670
|
+
export declare const FileEpsIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
668
671
|
|
|
669
|
-
export declare const FileIcon: ForwardRefExoticComponent<
|
|
672
|
+
export declare const FileIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
670
673
|
|
|
671
|
-
export declare const FileImageIcon: ForwardRefExoticComponent<
|
|
674
|
+
export declare const FileImageIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
672
675
|
|
|
673
|
-
export declare const FileLockIcon: ForwardRefExoticComponent<
|
|
676
|
+
export declare const FileLockIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
674
677
|
|
|
675
|
-
export declare const FilePdfIcon: ForwardRefExoticComponent<
|
|
678
|
+
export declare const FilePdfIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
676
679
|
|
|
677
|
-
export declare const FilePptIcon: ForwardRefExoticComponent<
|
|
680
|
+
export declare const FilePptIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
678
681
|
|
|
679
|
-
export declare const FileQuestionMarkIcon: ForwardRefExoticComponent<
|
|
682
|
+
export declare const FileQuestionMarkIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
680
683
|
|
|
681
|
-
export declare const FileSearchIcon: ForwardRefExoticComponent<
|
|
684
|
+
export declare const FileSearchIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
682
685
|
|
|
683
|
-
export declare const FileSearchOutlineIcon: ForwardRefExoticComponent<
|
|
686
|
+
export declare const FileSearchOutlineIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
684
687
|
|
|
685
|
-
export declare const FileSvgIcon: ForwardRefExoticComponent<
|
|
688
|
+
export declare const FileSvgIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
686
689
|
|
|
687
|
-
export declare const FileTextIcon: ForwardRefExoticComponent<
|
|
690
|
+
export declare const FileTextIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
688
691
|
|
|
689
|
-
export declare const FileTextPencilIcon: ForwardRefExoticComponent<
|
|
692
|
+
export declare const FileTextPencilIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
690
693
|
|
|
691
|
-
export declare const FileUserIcon: ForwardRefExoticComponent<
|
|
694
|
+
export declare const FileUserIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
692
695
|
|
|
693
|
-
export declare const FileXlsIcon: ForwardRefExoticComponent<
|
|
696
|
+
export declare const FileXlsIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
694
697
|
|
|
695
|
-
export declare const Fingerprint2Icon: ForwardRefExoticComponent<
|
|
698
|
+
export declare const Fingerprint2Icon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
696
699
|
|
|
697
|
-
export declare const Fingerprint3Icon: ForwardRefExoticComponent<
|
|
700
|
+
export declare const Fingerprint3Icon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
698
701
|
|
|
699
|
-
export declare const FingerprintIcon: ForwardRefExoticComponent<
|
|
702
|
+
export declare const FingerprintIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
700
703
|
|
|
701
|
-
export declare const FlagIcon: ForwardRefExoticComponent<
|
|
704
|
+
export declare const FlagIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
702
705
|
|
|
703
706
|
export declare const Flex: React_2.ForwardRefExoticComponent<FlexProps & React_2.RefAttributes<HTMLDivElement>>;
|
|
704
707
|
|
|
@@ -721,93 +724,93 @@ declare const flexVariants: (props?: ({
|
|
|
721
724
|
wrap?: "wrap" | "reverse" | "nowrap" | null | undefined;
|
|
722
725
|
} & ClassProp) | undefined) => string;
|
|
723
726
|
|
|
724
|
-
export declare const FolderArchiveIcon: ForwardRefExoticComponent<
|
|
727
|
+
export declare const FolderArchiveIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
725
728
|
|
|
726
|
-
export declare const FolderIcon: ForwardRefExoticComponent<
|
|
729
|
+
export declare const FolderIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
727
730
|
|
|
728
|
-
export declare const FolderNetworkIcon: ForwardRefExoticComponent<
|
|
731
|
+
export declare const FolderNetworkIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
729
732
|
|
|
730
|
-
export declare const FolderOutlineIcon: ForwardRefExoticComponent<
|
|
733
|
+
export declare const FolderOutlineIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
731
734
|
|
|
732
|
-
export declare const FolderPlusIcon: ForwardRefExoticComponent<
|
|
735
|
+
export declare const FolderPlusIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
733
736
|
|
|
734
|
-
export declare const FolderRightIcon: ForwardRefExoticComponent<
|
|
737
|
+
export declare const FolderRightIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
735
738
|
|
|
736
|
-
export declare const FolderShareIcon: ForwardRefExoticComponent<
|
|
739
|
+
export declare const FolderShareIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
737
740
|
|
|
738
|
-
export declare const FolderShareOutlineIcon: ForwardRefExoticComponent<
|
|
741
|
+
export declare const FolderShareOutlineIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
739
742
|
|
|
740
|
-
export declare const FolderSharePlusIcon: ForwardRefExoticComponent<
|
|
743
|
+
export declare const FolderSharePlusIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
741
744
|
|
|
742
|
-
export declare const FoldersIcon: ForwardRefExoticComponent<
|
|
745
|
+
export declare const FoldersIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
743
746
|
|
|
744
|
-
export declare const FolderUserIcon: ForwardRefExoticComponent<
|
|
747
|
+
export declare const FolderUserIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
745
748
|
|
|
746
|
-
export declare const FolderUsersIcon: ForwardRefExoticComponent<
|
|
749
|
+
export declare const FolderUsersIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
747
750
|
|
|
748
|
-
export declare const FolderXIcon: ForwardRefExoticComponent<
|
|
751
|
+
export declare const FolderXIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
749
752
|
|
|
750
|
-
export declare const FootballIcon: ForwardRefExoticComponent<
|
|
753
|
+
export declare const FootballIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
751
754
|
|
|
752
|
-
export declare const FootprintsIcon: ForwardRefExoticComponent<
|
|
755
|
+
export declare const FootprintsIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
753
756
|
|
|
754
|
-
export declare const ForwardIcon: ForwardRefExoticComponent<
|
|
757
|
+
export declare const ForwardIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
755
758
|
|
|
756
|
-
export declare const GamepadIcon: ForwardRefExoticComponent<
|
|
759
|
+
export declare const GamepadIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
757
760
|
|
|
758
761
|
declare type GapValues = number | `${number}%` | 'px';
|
|
759
762
|
|
|
760
|
-
export declare const GaugeIcon: ForwardRefExoticComponent<
|
|
763
|
+
export declare const GaugeIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
761
764
|
|
|
762
|
-
export declare const GemIcon: ForwardRefExoticComponent<
|
|
765
|
+
export declare const GemIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
763
766
|
|
|
764
|
-
export declare const Gift2Icon: ForwardRefExoticComponent<
|
|
767
|
+
export declare const Gift2Icon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
765
768
|
|
|
766
|
-
export declare const GiftCardIcon: ForwardRefExoticComponent<
|
|
769
|
+
export declare const GiftCardIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
767
770
|
|
|
768
|
-
export declare const GiftIcon: ForwardRefExoticComponent<
|
|
771
|
+
export declare const GiftIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
769
772
|
|
|
770
|
-
export declare const GlobeEyeIcon: ForwardRefExoticComponent<
|
|
773
|
+
export declare const GlobeEyeIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
771
774
|
|
|
772
|
-
export declare const GlobeIcon: ForwardRefExoticComponent<
|
|
775
|
+
export declare const GlobeIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
773
776
|
|
|
774
|
-
export declare const GlobeQuestionMarkIcon: ForwardRefExoticComponent<
|
|
777
|
+
export declare const GlobeQuestionMarkIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
775
778
|
|
|
776
|
-
export declare const GoogleAuthenticatorLogoIcon: ForwardRefExoticComponent<
|
|
779
|
+
export declare const GoogleAuthenticatorLogoIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
777
780
|
|
|
778
|
-
export declare const GoogleLogoIcon: ForwardRefExoticComponent<
|
|
781
|
+
export declare const GoogleLogoIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
779
782
|
|
|
780
|
-
export declare const Government2Icon: ForwardRefExoticComponent<
|
|
783
|
+
export declare const Government2Icon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
781
784
|
|
|
782
|
-
export declare const Government3Icon: ForwardRefExoticComponent<
|
|
785
|
+
export declare const Government3Icon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
783
786
|
|
|
784
|
-
export declare const GovernmentIcon: ForwardRefExoticComponent<
|
|
787
|
+
export declare const GovernmentIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
785
788
|
|
|
786
|
-
export declare const GraduationCapIcon: ForwardRefExoticComponent<
|
|
789
|
+
export declare const GraduationCapIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
787
790
|
|
|
788
|
-
export declare const Grid2x2Icon: ForwardRefExoticComponent<
|
|
791
|
+
export declare const Grid2x2Icon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
789
792
|
|
|
790
|
-
export declare const Grid3x2Icon: ForwardRefExoticComponent<
|
|
793
|
+
export declare const Grid3x2Icon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
791
794
|
|
|
792
|
-
export declare const GripIcon: ForwardRefExoticComponent<
|
|
795
|
+
export declare const GripIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
793
796
|
|
|
794
|
-
export declare const HandIcon: ForwardRefExoticComponent<
|
|
797
|
+
export declare const HandIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
795
798
|
|
|
796
|
-
export declare const HandshakeIcon: ForwardRefExoticComponent<
|
|
799
|
+
export declare const HandshakeIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
797
800
|
|
|
798
|
-
export declare const HeadsetIcon: ForwardRefExoticComponent<
|
|
801
|
+
export declare const HeadsetIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
799
802
|
|
|
800
|
-
export declare const HexagonsIcon: ForwardRefExoticComponent<
|
|
803
|
+
export declare const HexagonsIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
801
804
|
|
|
802
|
-
export declare const HexagonsOutlineIcon: ForwardRefExoticComponent<
|
|
805
|
+
export declare const HexagonsOutlineIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
803
806
|
|
|
804
|
-
export declare const HospitalIcon: ForwardRefExoticComponent<
|
|
807
|
+
export declare const HospitalIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
805
808
|
|
|
806
|
-
export declare const HourglassIcon: ForwardRefExoticComponent<
|
|
809
|
+
export declare const HourglassIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
807
810
|
|
|
808
|
-
export declare const HourglassSandIcon: ForwardRefExoticComponent<
|
|
811
|
+
export declare const HourglassSandIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
809
812
|
|
|
810
|
-
export declare const HouseIcon: ForwardRefExoticComponent<
|
|
813
|
+
export declare const HouseIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
811
814
|
|
|
812
815
|
export declare const IconButton: React_2.ForwardRefExoticComponent<Omit<IconButtonProps, "fullWidth" | "iconOnly"> & React_2.RefAttributes<HTMLButtonElement>>;
|
|
813
816
|
|
|
@@ -825,17 +828,17 @@ declare const iconVariants: (props?: ({
|
|
|
825
828
|
size?: "sm" | "md" | "lg" | "xl" | null | undefined;
|
|
826
829
|
} & ClassProp) | undefined) => string;
|
|
827
830
|
|
|
828
|
-
export declare const IdCard2Icon: ForwardRefExoticComponent<
|
|
831
|
+
export declare const IdCard2Icon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
829
832
|
|
|
830
|
-
export declare const IdCard3Icon: ForwardRefExoticComponent<
|
|
833
|
+
export declare const IdCard3Icon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
831
834
|
|
|
832
|
-
export declare const IdCardIcon: ForwardRefExoticComponent<
|
|
835
|
+
export declare const IdCardIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
833
836
|
|
|
834
|
-
export declare const ImageSplitVerticalIcon: ForwardRefExoticComponent<
|
|
837
|
+
export declare const ImageSplitVerticalIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
835
838
|
|
|
836
|
-
export declare const InboxDownIcon: ForwardRefExoticComponent<
|
|
839
|
+
export declare const InboxDownIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
837
840
|
|
|
838
|
-
export declare const InfinityIcon: ForwardRefExoticComponent<
|
|
841
|
+
export declare const InfinityIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
839
842
|
|
|
840
843
|
declare let initialStrings: {
|
|
841
844
|
toast: {
|
|
@@ -846,29 +849,29 @@ declare let initialStrings: {
|
|
|
846
849
|
};
|
|
847
850
|
};
|
|
848
851
|
|
|
849
|
-
export declare const KeeperCoinIcon: ForwardRefExoticComponent<
|
|
852
|
+
export declare const KeeperCoinIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
850
853
|
|
|
851
|
-
export declare const KeeperIcon: ForwardRefExoticComponent<
|
|
854
|
+
export declare const KeeperIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
852
855
|
|
|
853
|
-
export declare const KeeperOffIcon: ForwardRefExoticComponent<
|
|
856
|
+
export declare const KeeperOffIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
854
857
|
|
|
855
|
-
export declare const KeeperSquareInputIcon: ForwardRefExoticComponent<
|
|
858
|
+
export declare const KeeperSquareInputIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
856
859
|
|
|
857
|
-
export declare const KeyboardIcon: ForwardRefExoticComponent<
|
|
860
|
+
export declare const KeyboardIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
858
861
|
|
|
859
|
-
export declare const KeychainIcon: ForwardRefExoticComponent<
|
|
862
|
+
export declare const KeychainIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
860
863
|
|
|
861
|
-
export declare const KeyEqualIcon: ForwardRefExoticComponent<
|
|
864
|
+
export declare const KeyEqualIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
862
865
|
|
|
863
|
-
export declare const KeyIcon: ForwardRefExoticComponent<
|
|
866
|
+
export declare const KeyIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
864
867
|
|
|
865
|
-
export declare const KeypadIcon: ForwardRefExoticComponent<
|
|
868
|
+
export declare const KeypadIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
866
869
|
|
|
867
|
-
export declare const KeysIcon: ForwardRefExoticComponent<
|
|
870
|
+
export declare const KeysIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
868
871
|
|
|
869
|
-
export declare const KeyUserIcon: ForwardRefExoticComponent<
|
|
872
|
+
export declare const KeyUserIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
870
873
|
|
|
871
|
-
export declare const KubernetesLogoIcon: ForwardRefExoticComponent<
|
|
874
|
+
export declare const KubernetesLogoIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
872
875
|
|
|
873
876
|
export declare const Label: React_2.ForwardRefExoticComponent<LabelProps & React_2.RefAttributes<HTMLLabelElement>>;
|
|
874
877
|
|
|
@@ -877,35 +880,35 @@ declare interface LabelProps extends React_2.ComponentPropsWithoutRef<typeof Lab
|
|
|
877
880
|
|
|
878
881
|
declare const labelVariants: (props?: ClassProp | undefined) => string;
|
|
879
882
|
|
|
880
|
-
export declare const LandmarkIcon: ForwardRefExoticComponent<
|
|
883
|
+
export declare const LandmarkIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
881
884
|
|
|
882
|
-
export declare const LaptopIcon: ForwardRefExoticComponent<
|
|
885
|
+
export declare const LaptopIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
883
886
|
|
|
884
|
-
export declare const LaptopSearchIcon: ForwardRefExoticComponent<
|
|
887
|
+
export declare const LaptopSearchIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
885
888
|
|
|
886
|
-
export declare const LaptopSmartphoneIcon: ForwardRefExoticComponent<
|
|
889
|
+
export declare const LaptopSmartphoneIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
887
890
|
|
|
888
|
-
export declare const LaughIcon: ForwardRefExoticComponent<
|
|
891
|
+
export declare const LaughIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
889
892
|
|
|
890
|
-
export declare const LayoutDashboardIcon: ForwardRefExoticComponent<
|
|
893
|
+
export declare const LayoutDashboardIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
891
894
|
|
|
892
|
-
export declare const LifeBuoyIcon: ForwardRefExoticComponent<
|
|
895
|
+
export declare const LifeBuoyIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
893
896
|
|
|
894
|
-
export declare const LightbulbIcon: ForwardRefExoticComponent<
|
|
897
|
+
export declare const LightbulbIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
895
898
|
|
|
896
|
-
export declare const LightbulbOutlineIcon: ForwardRefExoticComponent<
|
|
899
|
+
export declare const LightbulbOutlineIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
897
900
|
|
|
898
|
-
export declare const Link2Icon: ForwardRefExoticComponent<
|
|
901
|
+
export declare const Link2Icon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
899
902
|
|
|
900
|
-
export declare const LinkIcon: ForwardRefExoticComponent<
|
|
903
|
+
export declare const LinkIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
901
904
|
|
|
902
905
|
export declare const List: React_2.ForwardRefExoticComponent<Omit<React_2.DetailedHTMLProps<React_2.HTMLAttributes<HTMLUListElement>, HTMLUListElement>, "ref"> & React_2.RefAttributes<HTMLUListElement>>;
|
|
903
906
|
|
|
904
|
-
export declare const ListCheckIcon: ForwardRefExoticComponent<
|
|
907
|
+
export declare const ListCheckIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
905
908
|
|
|
906
|
-
export declare const ListFilterIcon: ForwardRefExoticComponent<
|
|
909
|
+
export declare const ListFilterIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
907
910
|
|
|
908
|
-
export declare const ListIcon: ForwardRefExoticComponent<
|
|
911
|
+
export declare const ListIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
909
912
|
|
|
910
913
|
/**
|
|
911
914
|
* -----------------------------------------------------------------------------
|
|
@@ -949,7 +952,7 @@ export declare const ListLabel: React_2.ForwardRefExoticComponent<Omit<React_2.D
|
|
|
949
952
|
inset?: boolean;
|
|
950
953
|
} & React_2.RefAttributes<HTMLLIElement>>;
|
|
951
954
|
|
|
952
|
-
export declare const ListPlusIcon: ForwardRefExoticComponent<
|
|
955
|
+
export declare const ListPlusIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
953
956
|
|
|
954
957
|
/**
|
|
955
958
|
* -----------------------------------------------------------------------------
|
|
@@ -969,143 +972,143 @@ declare const loaderVariants: (props?: ({
|
|
|
969
972
|
size?: "sm" | "md" | "lg" | "xl" | "xs" | "2xl" | null | undefined;
|
|
970
973
|
} & ClassProp) | undefined) => string;
|
|
971
974
|
|
|
972
|
-
export declare const LockCheckCircleXIcon: ForwardRefExoticComponent<
|
|
975
|
+
export declare const LockCheckCircleXIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
973
976
|
|
|
974
|
-
export declare const LockCheckIcon: ForwardRefExoticComponent<
|
|
977
|
+
export declare const LockCheckIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
975
978
|
|
|
976
|
-
export declare const LockIcon: ForwardRefExoticComponent<
|
|
979
|
+
export declare const LockIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
977
980
|
|
|
978
|
-
export declare const LockKeyholeIcon: ForwardRefExoticComponent<
|
|
981
|
+
export declare const LockKeyholeIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
979
982
|
|
|
980
|
-
export declare const LockKeyholeOutlineIcon: ForwardRefExoticComponent<
|
|
983
|
+
export declare const LockKeyholeOutlineIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
981
984
|
|
|
982
|
-
export declare const LockOpenIcon: ForwardRefExoticComponent<
|
|
985
|
+
export declare const LockOpenIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
983
986
|
|
|
984
|
-
export declare const LockXIcon: ForwardRefExoticComponent<
|
|
987
|
+
export declare const LockXIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
985
988
|
|
|
986
|
-
export declare const LogInIcon: ForwardRefExoticComponent<
|
|
989
|
+
export declare const LogInIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
987
990
|
|
|
988
|
-
export declare const LogOutIcon: ForwardRefExoticComponent<
|
|
991
|
+
export declare const LogOutIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
989
992
|
|
|
990
|
-
export declare const MailIcon: ForwardRefExoticComponent<
|
|
993
|
+
export declare const MailIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
991
994
|
|
|
992
|
-
export declare const MapClockIcon: ForwardRefExoticComponent<
|
|
995
|
+
export declare const MapClockIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
993
996
|
|
|
994
|
-
export declare const MapPinIcon: ForwardRefExoticComponent<
|
|
997
|
+
export declare const MapPinIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
995
998
|
|
|
996
|
-
export declare const MapPinOutlineIcon: ForwardRefExoticComponent<
|
|
999
|
+
export declare const MapPinOutlineIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
997
1000
|
|
|
998
1001
|
declare type MarginValues = number | `${number}%` | 'px' | 'auto';
|
|
999
1002
|
|
|
1000
|
-
export declare const MaximizeIcon: ForwardRefExoticComponent<
|
|
1003
|
+
export declare const MaximizeIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1001
1004
|
|
|
1002
|
-
export declare const Megaphone2Icon: ForwardRefExoticComponent<
|
|
1005
|
+
export declare const Megaphone2Icon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1003
1006
|
|
|
1004
|
-
export declare const MegaphoneIcon: ForwardRefExoticComponent<
|
|
1007
|
+
export declare const MegaphoneIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1005
1008
|
|
|
1006
|
-
export declare const MembershipCardIcon: ForwardRefExoticComponent<
|
|
1009
|
+
export declare const MembershipCardIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1007
1010
|
|
|
1008
|
-
export declare const MenuIcon: ForwardRefExoticComponent<
|
|
1011
|
+
export declare const MenuIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1009
1012
|
|
|
1010
|
-
export declare const MessageSquareIcon: ForwardRefExoticComponent<
|
|
1013
|
+
export declare const MessageSquareIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1011
1014
|
|
|
1012
|
-
export declare const MessageSquareInfoIcon: ForwardRefExoticComponent<
|
|
1015
|
+
export declare const MessageSquareInfoIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1013
1016
|
|
|
1014
|
-
export declare const MessageSquareMore2Icon: ForwardRefExoticComponent<
|
|
1017
|
+
export declare const MessageSquareMore2Icon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1015
1018
|
|
|
1016
|
-
export declare const MessageSquareMoreIcon: ForwardRefExoticComponent<
|
|
1019
|
+
export declare const MessageSquareMoreIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1017
1020
|
|
|
1018
|
-
export declare const MessageSquarePenLineIcon: ForwardRefExoticComponent<
|
|
1021
|
+
export declare const MessageSquarePenLineIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1019
1022
|
|
|
1020
|
-
export declare const MessageSquareText2Icon: ForwardRefExoticComponent<
|
|
1023
|
+
export declare const MessageSquareText2Icon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1021
1024
|
|
|
1022
|
-
export declare const MessageSquareTextIcon: ForwardRefExoticComponent<
|
|
1025
|
+
export declare const MessageSquareTextIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1023
1026
|
|
|
1024
|
-
export declare const MessageSquareVideoIcon: ForwardRefExoticComponent<
|
|
1027
|
+
export declare const MessageSquareVideoIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1025
1028
|
|
|
1026
|
-
export declare const MessageSquareXIcon: ForwardRefExoticComponent<
|
|
1029
|
+
export declare const MessageSquareXIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1027
1030
|
|
|
1028
|
-
export declare const MessagesSquareIcon: ForwardRefExoticComponent<
|
|
1031
|
+
export declare const MessagesSquareIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1029
1032
|
|
|
1030
|
-
export declare const MicrochipLayoutDashboardIcon: ForwardRefExoticComponent<
|
|
1033
|
+
export declare const MicrochipLayoutDashboardIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1031
1034
|
|
|
1032
|
-
export declare const MicrophoneIcon: ForwardRefExoticComponent<
|
|
1035
|
+
export declare const MicrophoneIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1033
1036
|
|
|
1034
|
-
export declare const MicrosoftAuthenticatorLogoIcon: ForwardRefExoticComponent<
|
|
1037
|
+
export declare const MicrosoftAuthenticatorLogoIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1035
1038
|
|
|
1036
|
-
export declare const MilitaryIcon: ForwardRefExoticComponent<
|
|
1039
|
+
export declare const MilitaryIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1037
1040
|
|
|
1038
|
-
export declare const MinimizeIcon: ForwardRefExoticComponent<
|
|
1041
|
+
export declare const MinimizeIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1039
1042
|
|
|
1040
|
-
export declare const MonitorChevronsRightLeftIcon: ForwardRefExoticComponent<
|
|
1043
|
+
export declare const MonitorChevronsRightLeftIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1041
1044
|
|
|
1042
|
-
export declare const MonitorIcon: ForwardRefExoticComponent<
|
|
1045
|
+
export declare const MonitorIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1043
1046
|
|
|
1044
|
-
export declare const MonitorLayoutDashboardIcon: ForwardRefExoticComponent<
|
|
1047
|
+
export declare const MonitorLayoutDashboardIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1045
1048
|
|
|
1046
|
-
export declare const MonitorLockIcon: ForwardRefExoticComponent<
|
|
1049
|
+
export declare const MonitorLockIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1047
1050
|
|
|
1048
|
-
export declare const MonitorSmartphoneWatchIcon: ForwardRefExoticComponent<
|
|
1051
|
+
export declare const MonitorSmartphoneWatchIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1049
1052
|
|
|
1050
|
-
export declare const MonitorsNetworkIcon: ForwardRefExoticComponent<
|
|
1053
|
+
export declare const MonitorsNetworkIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1051
1054
|
|
|
1052
|
-
export declare const MonitorsXIcon: ForwardRefExoticComponent<
|
|
1055
|
+
export declare const MonitorsXIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1053
1056
|
|
|
1054
|
-
export declare const MonitorsZapIcon: ForwardRefExoticComponent<
|
|
1057
|
+
export declare const MonitorsZapIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1055
1058
|
|
|
1056
|
-
export declare const MoonIcon: ForwardRefExoticComponent<
|
|
1059
|
+
export declare const MoonIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1057
1060
|
|
|
1058
|
-
export declare const MusicIcon: ForwardRefExoticComponent<
|
|
1061
|
+
export declare const MusicIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1059
1062
|
|
|
1060
|
-
export declare const MysqlLogoIcon: ForwardRefExoticComponent<
|
|
1063
|
+
export declare const MysqlLogoIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1061
1064
|
|
|
1062
|
-
export declare const Network2Icon: ForwardRefExoticComponent<
|
|
1065
|
+
export declare const Network2Icon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1063
1066
|
|
|
1064
|
-
export declare const NetworkIcon: ForwardRefExoticComponent<
|
|
1067
|
+
export declare const NetworkIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1065
1068
|
|
|
1066
|
-
export declare const NewspaperIcon: ForwardRefExoticComponent<
|
|
1069
|
+
export declare const NewspaperIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1067
1070
|
|
|
1068
|
-
export declare const NoteIcon: ForwardRefExoticComponent<
|
|
1071
|
+
export declare const NoteIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1069
1072
|
|
|
1070
|
-
export declare const OctagonAlertIcon: ForwardRefExoticComponent<
|
|
1073
|
+
export declare const OctagonAlertIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1071
1074
|
|
|
1072
1075
|
declare type PaddingValues = number | `${number}%` | 'px';
|
|
1073
1076
|
|
|
1074
|
-
export declare const PageBookmarkAzIcon: ForwardRefExoticComponent<
|
|
1077
|
+
export declare const PageBookmarkAzIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1075
1078
|
|
|
1076
|
-
export declare const PageBookmarkIcon: ForwardRefExoticComponent<
|
|
1079
|
+
export declare const PageBookmarkIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1077
1080
|
|
|
1078
|
-
export declare const PaintBucketIcon: ForwardRefExoticComponent<
|
|
1081
|
+
export declare const PaintBucketIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1079
1082
|
|
|
1080
|
-
export declare const PaletteIcon: ForwardRefExoticComponent<
|
|
1083
|
+
export declare const PaletteIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1081
1084
|
|
|
1082
|
-
export declare const PanelLandscapeIcon: ForwardRefExoticComponent<
|
|
1085
|
+
export declare const PanelLandscapeIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1083
1086
|
|
|
1084
|
-
export declare const PanelPortraitIcon: ForwardRefExoticComponent<
|
|
1087
|
+
export declare const PanelPortraitIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1085
1088
|
|
|
1086
|
-
export declare const PanelsTopLeftIcon: ForwardRefExoticComponent<
|
|
1089
|
+
export declare const PanelsTopLeftIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1087
1090
|
|
|
1088
|
-
export declare const PaperclipIcon: ForwardRefExoticComponent<
|
|
1091
|
+
export declare const PaperclipIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1089
1092
|
|
|
1090
|
-
export declare const PaperclipVerticalIcon: ForwardRefExoticComponent<
|
|
1093
|
+
export declare const PaperclipVerticalIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1091
1094
|
|
|
1092
|
-
export declare const PaypalLogoIcon: ForwardRefExoticComponent<
|
|
1095
|
+
export declare const PaypalLogoIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1093
1096
|
|
|
1094
|
-
export declare const PcCaseIcon: ForwardRefExoticComponent<
|
|
1097
|
+
export declare const PcCaseIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1095
1098
|
|
|
1096
|
-
export declare const PencilIcon: ForwardRefExoticComponent<
|
|
1099
|
+
export declare const PencilIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1097
1100
|
|
|
1098
|
-
export declare const PencilLineIcon: ForwardRefExoticComponent<
|
|
1101
|
+
export declare const PencilLineIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1099
1102
|
|
|
1100
|
-
export declare const PencilOffIcon: ForwardRefExoticComponent<
|
|
1103
|
+
export declare const PencilOffIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1101
1104
|
|
|
1102
|
-
export declare const PencilRulerIcon: ForwardRefExoticComponent<
|
|
1105
|
+
export declare const PencilRulerIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1103
1106
|
|
|
1104
|
-
export declare const PhoneIcon: ForwardRefExoticComponent<
|
|
1107
|
+
export declare const PhoneIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1105
1108
|
|
|
1106
|
-
export declare const PhonePlusIcon: ForwardRefExoticComponent<
|
|
1109
|
+
export declare const PhonePlusIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1107
1110
|
|
|
1108
|
-
export declare const PlusIcon: ForwardRefExoticComponent<
|
|
1111
|
+
export declare const PlusIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1109
1112
|
|
|
1110
1113
|
export declare function Popover(props: React_2.ComponentProps<typeof Popover_2.Root>): JSX_2.Element;
|
|
1111
1114
|
|
|
@@ -1127,83 +1130,83 @@ export declare const PopoverContent: React_2.ForwardRefExoticComponent<Omit<Popo
|
|
|
1127
1130
|
*/
|
|
1128
1131
|
export declare const PopoverTrigger: React_2.ForwardRefExoticComponent<Omit<Popover_2.PopoverTriggerProps & React_2.RefAttributes<HTMLButtonElement>, "ref"> & React_2.RefAttributes<HTMLButtonElement>>;
|
|
1129
1132
|
|
|
1130
|
-
export declare const PostgresLogoIcon: ForwardRefExoticComponent<
|
|
1133
|
+
export declare const PostgresLogoIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1131
1134
|
|
|
1132
|
-
export declare const PowerIcon: ForwardRefExoticComponent<
|
|
1135
|
+
export declare const PowerIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1133
1136
|
|
|
1134
|
-
export declare const PrinterIcon: ForwardRefExoticComponent<
|
|
1137
|
+
export declare const PrinterIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1135
1138
|
|
|
1136
|
-
export declare const PuzzleIcon: ForwardRefExoticComponent<
|
|
1139
|
+
export declare const PuzzleIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1137
1140
|
|
|
1138
|
-
export declare const QrCodeIcon: ForwardRefExoticComponent<
|
|
1141
|
+
export declare const QrCodeIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1139
1142
|
|
|
1140
|
-
export declare const RadioIcon: ForwardRefExoticComponent<
|
|
1143
|
+
export declare const RadioIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1141
1144
|
|
|
1142
|
-
export declare const RadioInputIcon: ForwardRefExoticComponent<
|
|
1145
|
+
export declare const RadioInputIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1143
1146
|
|
|
1144
|
-
export declare const RadioInputSelectedIcon: ForwardRefExoticComponent<
|
|
1147
|
+
export declare const RadioInputSelectedIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1145
1148
|
|
|
1146
|
-
export declare const RadioSignalIcon: ForwardRefExoticComponent<
|
|
1149
|
+
export declare const RadioSignalIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1147
1150
|
|
|
1148
|
-
export declare const RectangleArrowRightIcon: ForwardRefExoticComponent<
|
|
1151
|
+
export declare const RectangleArrowRightIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1149
1152
|
|
|
1150
|
-
export declare const RectangleArrowUpIcon: ForwardRefExoticComponent<
|
|
1153
|
+
export declare const RectangleArrowUpIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1151
1154
|
|
|
1152
|
-
export declare const RectangleCheckIcon: ForwardRefExoticComponent<
|
|
1155
|
+
export declare const RectangleCheckIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1153
1156
|
|
|
1154
|
-
export declare const RectangleEllipsisIcon: ForwardRefExoticComponent<
|
|
1157
|
+
export declare const RectangleEllipsisIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1155
1158
|
|
|
1156
|
-
export declare const RectangleEllipsisShieldIcon: ForwardRefExoticComponent<
|
|
1159
|
+
export declare const RectangleEllipsisShieldIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1157
1160
|
|
|
1158
|
-
export declare const RectanglePlusIcon: ForwardRefExoticComponent<
|
|
1161
|
+
export declare const RectanglePlusIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1159
1162
|
|
|
1160
|
-
export declare const RedditLogoIcon: ForwardRefExoticComponent<
|
|
1163
|
+
export declare const RedditLogoIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1161
1164
|
|
|
1162
|
-
export declare const RefreshCcwIcon: ForwardRefExoticComponent<
|
|
1165
|
+
export declare const RefreshCcwIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1163
1166
|
|
|
1164
|
-
export declare const RefreshCwCheckIcon: ForwardRefExoticComponent<
|
|
1167
|
+
export declare const RefreshCwCheckIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1165
1168
|
|
|
1166
|
-
export declare const ReplyIcon: ForwardRefExoticComponent<
|
|
1169
|
+
export declare const ReplyIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1167
1170
|
|
|
1168
|
-
export declare const RocketIcon: ForwardRefExoticComponent<
|
|
1171
|
+
export declare const RocketIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1169
1172
|
|
|
1170
|
-
export declare const RotateCcwClockIcon: ForwardRefExoticComponent<
|
|
1173
|
+
export declare const RotateCcwClockIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1171
1174
|
|
|
1172
|
-
export declare const RotateCcwDotIcon: ForwardRefExoticComponent<
|
|
1175
|
+
export declare const RotateCcwDotIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1173
1176
|
|
|
1174
|
-
export declare const RotateCcwSegmentIcon: ForwardRefExoticComponent<
|
|
1177
|
+
export declare const RotateCcwSegmentIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1175
1178
|
|
|
1176
|
-
export declare const RotateCcwSquareFileIcon: ForwardRefExoticComponent<
|
|
1179
|
+
export declare const RotateCcwSquareFileIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1177
1180
|
|
|
1178
|
-
export declare const RotateCwClockIcon: ForwardRefExoticComponent<
|
|
1181
|
+
export declare const RotateCwClockIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1179
1182
|
|
|
1180
|
-
export declare const RotateCwCogIcon: ForwardRefExoticComponent<
|
|
1183
|
+
export declare const RotateCwCogIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1181
1184
|
|
|
1182
|
-
export declare const RotateCwDashedIcon: ForwardRefExoticComponent<
|
|
1185
|
+
export declare const RotateCwDashedIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1183
1186
|
|
|
1184
|
-
export declare const RotateCwIcon: ForwardRefExoticComponent<
|
|
1187
|
+
export declare const RotateCwIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1185
1188
|
|
|
1186
|
-
export declare const RotateCwKeyIcon: ForwardRefExoticComponent<
|
|
1189
|
+
export declare const RotateCwKeyIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1187
1190
|
|
|
1188
|
-
export declare const RsaLogoIcon: ForwardRefExoticComponent<
|
|
1191
|
+
export declare const RsaLogoIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1189
1192
|
|
|
1190
|
-
export declare const SaveIcon: ForwardRefExoticComponent<
|
|
1193
|
+
export declare const SaveIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1191
1194
|
|
|
1192
|
-
export declare const ScanCameraIcon: ForwardRefExoticComponent<
|
|
1195
|
+
export declare const ScanCameraIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1193
1196
|
|
|
1194
|
-
export declare const ScanDotIcon: ForwardRefExoticComponent<
|
|
1197
|
+
export declare const ScanDotIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1195
1198
|
|
|
1196
|
-
export declare const ScanFaceIcon: ForwardRefExoticComponent<
|
|
1199
|
+
export declare const ScanFaceIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1197
1200
|
|
|
1198
|
-
export declare const ScanLineIcon: ForwardRefExoticComponent<
|
|
1201
|
+
export declare const ScanLineIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1199
1202
|
|
|
1200
|
-
export declare const ScanQrCodeIcon: ForwardRefExoticComponent<
|
|
1203
|
+
export declare const ScanQrCodeIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1201
1204
|
|
|
1202
|
-
export declare const ScanSkullIcon: ForwardRefExoticComponent<
|
|
1205
|
+
export declare const ScanSkullIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1203
1206
|
|
|
1204
|
-
export declare const ScanSmileIcon: ForwardRefExoticComponent<
|
|
1207
|
+
export declare const ScanSmileIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1205
1208
|
|
|
1206
|
-
export declare const SchoolIcon: ForwardRefExoticComponent<
|
|
1209
|
+
export declare const SchoolIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1207
1210
|
|
|
1208
1211
|
export declare const ScrollArea: React_2.ForwardRefExoticComponent<ScrollAreaProps & React_2.RefAttributes<HTMLDivElement>>;
|
|
1209
1212
|
|
|
@@ -1224,13 +1227,13 @@ export declare const ScrollAreaViewport: React_2.ForwardRefExoticComponent<Omit<
|
|
|
1224
1227
|
*/
|
|
1225
1228
|
export declare const ScrollBar: React_2.ForwardRefExoticComponent<Omit<ScrollArea_2.ScrollAreaScrollbarProps & React_2.RefAttributes<HTMLDivElement>, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
|
|
1226
1229
|
|
|
1227
|
-
export declare const ScrollTextArrowRightIcon: ForwardRefExoticComponent<
|
|
1230
|
+
export declare const ScrollTextArrowRightIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1228
1231
|
|
|
1229
|
-
export declare const ScrollTextIcon: ForwardRefExoticComponent<
|
|
1232
|
+
export declare const ScrollTextIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1230
1233
|
|
|
1231
|
-
export declare const SearchIcon: ForwardRefExoticComponent<
|
|
1234
|
+
export declare const SearchIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1232
1235
|
|
|
1233
|
-
export declare const SecretsManagerLogoIcon: ForwardRefExoticComponent<
|
|
1236
|
+
export declare const SecretsManagerLogoIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1234
1237
|
|
|
1235
1238
|
export declare function Select(props: React_2.ComponentPropsWithoutRef<typeof Select_2.Root>): JSX_2.Element;
|
|
1236
1239
|
|
|
@@ -1266,132 +1269,132 @@ export declare const SelectTrigger: React_2.ForwardRefExoticComponent<(Accessibl
|
|
|
1266
1269
|
*/
|
|
1267
1270
|
export declare const SelectValue: React_2.ForwardRefExoticComponent<Omit<Select_2.SelectValueProps & React_2.RefAttributes<HTMLSpanElement>, "ref"> & React_2.RefAttributes<HTMLSpanElement>>;
|
|
1268
1271
|
|
|
1269
|
-
export declare const SendIcon: ForwardRefExoticComponent<
|
|
1272
|
+
export declare const SendIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1270
1273
|
|
|
1271
1274
|
export declare const Separator: React_2.ForwardRefExoticComponent<SeparatorProps & React_2.RefAttributes<HTMLDivElement>>;
|
|
1272
1275
|
|
|
1273
1276
|
declare interface SeparatorProps extends React_2.ComponentPropsWithoutRef<typeof Separator_2.Root> {
|
|
1274
1277
|
}
|
|
1275
1278
|
|
|
1276
|
-
export declare const Server2Icon: ForwardRefExoticComponent<
|
|
1279
|
+
export declare const Server2Icon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1277
1280
|
|
|
1278
|
-
export declare const ServerIcon: ForwardRefExoticComponent<
|
|
1281
|
+
export declare const ServerIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1279
1282
|
|
|
1280
|
-
export declare const ServerNetworkArrowUpIcon: ForwardRefExoticComponent<
|
|
1283
|
+
export declare const ServerNetworkArrowUpIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1281
1284
|
|
|
1282
|
-
export declare const ServerNetworkIcon: ForwardRefExoticComponent<
|
|
1285
|
+
export declare const ServerNetworkIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1283
1286
|
|
|
1284
|
-
export declare const ServerOutlineIcon: ForwardRefExoticComponent<
|
|
1287
|
+
export declare const ServerOutlineIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1285
1288
|
|
|
1286
|
-
export declare const ServerShieldIcon: ForwardRefExoticComponent<
|
|
1289
|
+
export declare const ServerShieldIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1287
1290
|
|
|
1288
|
-
export declare const ShapesIcon: ForwardRefExoticComponent<
|
|
1291
|
+
export declare const ShapesIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1289
1292
|
|
|
1290
|
-
export declare const ShieldAlertIcon: ForwardRefExoticComponent<
|
|
1293
|
+
export declare const ShieldAlertIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1291
1294
|
|
|
1292
|
-
export declare const ShieldCheckIcon: ForwardRefExoticComponent<
|
|
1295
|
+
export declare const ShieldCheckIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1293
1296
|
|
|
1294
|
-
export declare const ShieldHalfIcon: ForwardRefExoticComponent<
|
|
1297
|
+
export declare const ShieldHalfIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1295
1298
|
|
|
1296
|
-
export declare const ShieldKeyIcon: ForwardRefExoticComponent<
|
|
1299
|
+
export declare const ShieldKeyIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1297
1300
|
|
|
1298
|
-
export declare const ShieldLockIcon: ForwardRefExoticComponent<
|
|
1301
|
+
export declare const ShieldLockIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1299
1302
|
|
|
1300
|
-
export declare const ShieldQuestionMarkIcon: ForwardRefExoticComponent<
|
|
1303
|
+
export declare const ShieldQuestionMarkIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1301
1304
|
|
|
1302
|
-
export declare const ShieldSecurityIcon: ForwardRefExoticComponent<
|
|
1305
|
+
export declare const ShieldSecurityIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1303
1306
|
|
|
1304
|
-
export declare const ShieldSunIcon: ForwardRefExoticComponent<
|
|
1307
|
+
export declare const ShieldSunIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1305
1308
|
|
|
1306
|
-
export declare const ShieldUserIcon: ForwardRefExoticComponent<
|
|
1309
|
+
export declare const ShieldUserIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1307
1310
|
|
|
1308
|
-
export declare const ShoppingCartIcon: ForwardRefExoticComponent<
|
|
1311
|
+
export declare const ShoppingCartIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1309
1312
|
|
|
1310
|
-
export declare const SiteBlogIcon: ForwardRefExoticComponent<
|
|
1313
|
+
export declare const SiteBlogIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1311
1314
|
|
|
1312
|
-
export declare const SkipForwardIcon: ForwardRefExoticComponent<
|
|
1315
|
+
export declare const SkipForwardIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1313
1316
|
|
|
1314
|
-
export declare const SlidersHorizontalIcon: ForwardRefExoticComponent<
|
|
1317
|
+
export declare const SlidersHorizontalIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1315
1318
|
|
|
1316
|
-
export declare const SlidersVerticalIcon: ForwardRefExoticComponent<
|
|
1319
|
+
export declare const SlidersVerticalIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1317
1320
|
|
|
1318
|
-
export declare const SmartphoneIcon: ForwardRefExoticComponent<
|
|
1321
|
+
export declare const SmartphoneIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1319
1322
|
|
|
1320
|
-
export declare const SmartphoneKeyIcon: ForwardRefExoticComponent<
|
|
1323
|
+
export declare const SmartphoneKeyIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1321
1324
|
|
|
1322
|
-
export declare const SmileIcon: ForwardRefExoticComponent<
|
|
1325
|
+
export declare const SmileIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1323
1326
|
|
|
1324
|
-
export declare const SocialSecurityCardIcon: ForwardRefExoticComponent<
|
|
1327
|
+
export declare const SocialSecurityCardIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1325
1328
|
|
|
1326
|
-
export declare const SparklesIcon: ForwardRefExoticComponent<
|
|
1329
|
+
export declare const SparklesIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1327
1330
|
|
|
1328
|
-
export declare const SprayCanIcon: ForwardRefExoticComponent<
|
|
1331
|
+
export declare const SprayCanIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1329
1332
|
|
|
1330
|
-
export declare const SquareArrowDownLeftSquareIcon: ForwardRefExoticComponent<
|
|
1333
|
+
export declare const SquareArrowDownLeftSquareIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1331
1334
|
|
|
1332
|
-
export declare const SquareArrowDownToLineIcon: ForwardRefExoticComponent<
|
|
1335
|
+
export declare const SquareArrowDownToLineIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1333
1336
|
|
|
1334
|
-
export declare const SquareArrowOutLeftIcon: ForwardRefExoticComponent<
|
|
1337
|
+
export declare const SquareArrowOutLeftIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1335
1338
|
|
|
1336
|
-
export declare const SquareArrowOutUpRightIcon: ForwardRefExoticComponent<
|
|
1339
|
+
export declare const SquareArrowOutUpRightIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1337
1340
|
|
|
1338
|
-
export declare const SquareArrowUpIcon: ForwardRefExoticComponent<
|
|
1341
|
+
export declare const SquareArrowUpIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1339
1342
|
|
|
1340
|
-
export declare const SquareArrowUpRightSquareIcon: ForwardRefExoticComponent<
|
|
1343
|
+
export declare const SquareArrowUpRightSquareIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1341
1344
|
|
|
1342
|
-
export declare const SquareChartColumnIcon: ForwardRefExoticComponent<
|
|
1345
|
+
export declare const SquareChartColumnIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1343
1346
|
|
|
1344
|
-
export declare const SquareCheck2Icon: ForwardRefExoticComponent<
|
|
1347
|
+
export declare const SquareCheck2Icon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1345
1348
|
|
|
1346
|
-
export declare const SquareCheckIcon: ForwardRefExoticComponent<
|
|
1349
|
+
export declare const SquareCheckIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1347
1350
|
|
|
1348
|
-
export declare const SquareDashedRightSolidIcon: ForwardRefExoticComponent<
|
|
1351
|
+
export declare const SquareDashedRightSolidIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1349
1352
|
|
|
1350
|
-
export declare const SquareDashedSquareIcon: ForwardRefExoticComponent<
|
|
1353
|
+
export declare const SquareDashedSquareIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1351
1354
|
|
|
1352
|
-
export declare const SquareGifIcon: ForwardRefExoticComponent<
|
|
1355
|
+
export declare const SquareGifIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1353
1356
|
|
|
1354
|
-
export declare const SquareGlobeLineIcon: ForwardRefExoticComponent<
|
|
1357
|
+
export declare const SquareGlobeLineIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1355
1358
|
|
|
1356
|
-
export declare const SquareIcon: ForwardRefExoticComponent<
|
|
1359
|
+
export declare const SquareIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1357
1360
|
|
|
1358
|
-
export declare const SquareImageIcon: ForwardRefExoticComponent<
|
|
1361
|
+
export declare const SquareImageIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1359
1362
|
|
|
1360
|
-
export declare const SquareInput2Icon: ForwardRefExoticComponent<
|
|
1363
|
+
export declare const SquareInput2Icon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1361
1364
|
|
|
1362
|
-
export declare const SquareInputIcon: ForwardRefExoticComponent<
|
|
1365
|
+
export declare const SquareInputIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1363
1366
|
|
|
1364
|
-
export declare const SquareInputOffIcon: ForwardRefExoticComponent<
|
|
1367
|
+
export declare const SquareInputOffIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1365
1368
|
|
|
1366
|
-
export declare const SquareKeyUserIcon: ForwardRefExoticComponent<
|
|
1369
|
+
export declare const SquareKeyUserIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1367
1370
|
|
|
1368
|
-
export declare const SquareMinusIcon: ForwardRefExoticComponent<
|
|
1371
|
+
export declare const SquareMinusIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1369
1372
|
|
|
1370
|
-
export declare const SquarePencilIcon: ForwardRefExoticComponent<
|
|
1373
|
+
export declare const SquarePencilIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1371
1374
|
|
|
1372
|
-
export declare const SquarePenLineIcon: ForwardRefExoticComponent<
|
|
1375
|
+
export declare const SquarePenLineIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1373
1376
|
|
|
1374
|
-
export declare const SquarePlusIcon: ForwardRefExoticComponent<
|
|
1377
|
+
export declare const SquarePlusIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1375
1378
|
|
|
1376
|
-
export declare const SquarePlusOutlineIcon: ForwardRefExoticComponent<
|
|
1379
|
+
export declare const SquarePlusOutlineIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1377
1380
|
|
|
1378
|
-
export declare const SquareShapesIcon: ForwardRefExoticComponent<
|
|
1381
|
+
export declare const SquareShapesIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1379
1382
|
|
|
1380
|
-
export declare const SquareTextIcon: ForwardRefExoticComponent<
|
|
1383
|
+
export declare const SquareTextIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1381
1384
|
|
|
1382
|
-
export declare const SquareUserIcon: ForwardRefExoticComponent<
|
|
1385
|
+
export declare const SquareUserIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1383
1386
|
|
|
1384
|
-
export declare const SquareUserLinesIcon: ForwardRefExoticComponent<
|
|
1387
|
+
export declare const SquareUserLinesIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1385
1388
|
|
|
1386
|
-
export declare const SquareXIcon: ForwardRefExoticComponent<
|
|
1389
|
+
export declare const SquareXIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1387
1390
|
|
|
1388
|
-
export declare const StarHalfIcon: ForwardRefExoticComponent<
|
|
1391
|
+
export declare const StarHalfIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1389
1392
|
|
|
1390
|
-
export declare const StarIcon: ForwardRefExoticComponent<
|
|
1393
|
+
export declare const StarIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1391
1394
|
|
|
1392
|
-
export declare const StarOutlineIcon: ForwardRefExoticComponent<
|
|
1395
|
+
export declare const StarOutlineIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1393
1396
|
|
|
1394
|
-
export declare const StickerIcon: ForwardRefExoticComponent<
|
|
1397
|
+
export declare const StickerIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1395
1398
|
|
|
1396
1399
|
export declare function StringsProvider({ children }: {
|
|
1397
1400
|
children: React_2.ReactNode;
|
|
@@ -1399,11 +1402,11 @@ export declare function StringsProvider({ children }: {
|
|
|
1399
1402
|
|
|
1400
1403
|
declare type StringsSchema = typeof initialStrings;
|
|
1401
1404
|
|
|
1402
|
-
export declare const SunIcon: ForwardRefExoticComponent<
|
|
1405
|
+
export declare const SunIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1403
1406
|
|
|
1404
|
-
export declare const SurfboardIcon: ForwardRefExoticComponent<
|
|
1407
|
+
export declare const SurfboardIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1405
1408
|
|
|
1406
|
-
export declare const SwatchBookIcon: ForwardRefExoticComponent<
|
|
1409
|
+
export declare const SwatchBookIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1407
1410
|
|
|
1408
1411
|
export declare const Switch: React_2.ForwardRefExoticComponent<SwitchProps & React_2.RefAttributes<HTMLButtonElement>>;
|
|
1409
1412
|
|
|
@@ -1415,17 +1418,17 @@ declare type SwitchPropsA11y = {
|
|
|
1415
1418
|
'aria-label': string;
|
|
1416
1419
|
};
|
|
1417
1420
|
|
|
1418
|
-
export declare const TableLinesIcon: ForwardRefExoticComponent<
|
|
1421
|
+
export declare const TableLinesIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1419
1422
|
|
|
1420
|
-
export declare const TabletLayoutDashboardIcon: ForwardRefExoticComponent<
|
|
1423
|
+
export declare const TabletLayoutDashboardIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1421
1424
|
|
|
1422
|
-
export declare const ThumbsUpIcon: ForwardRefExoticComponent<
|
|
1425
|
+
export declare const ThumbsUpIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1423
1426
|
|
|
1424
|
-
export declare const ThumbsUpOutlineIcon: ForwardRefExoticComponent<
|
|
1427
|
+
export declare const ThumbsUpOutlineIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1425
1428
|
|
|
1426
|
-
export declare const TimelineIcon: ForwardRefExoticComponent<
|
|
1429
|
+
export declare const TimelineIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1427
1430
|
|
|
1428
|
-
export declare const TimerIcon: ForwardRefExoticComponent<
|
|
1431
|
+
export declare const TimerIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1429
1432
|
|
|
1430
1433
|
export declare const Toast: {
|
|
1431
1434
|
(): JSX_2.Element;
|
|
@@ -1498,79 +1501,79 @@ export declare namespace TooltipProvider {
|
|
|
1498
1501
|
*/
|
|
1499
1502
|
export declare const TooltipTrigger: React_2.ForwardRefExoticComponent<Omit<Tooltip_2.TooltipTriggerProps & React_2.RefAttributes<HTMLButtonElement>, "ref"> & React_2.RefAttributes<HTMLButtonElement>>;
|
|
1500
1503
|
|
|
1501
|
-
export declare const Trash2Icon: ForwardRefExoticComponent<
|
|
1504
|
+
export declare const Trash2Icon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1502
1505
|
|
|
1503
|
-
export declare const Trash3Icon: ForwardRefExoticComponent<
|
|
1506
|
+
export declare const Trash3Icon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1504
1507
|
|
|
1505
|
-
export declare const TrashIcon: ForwardRefExoticComponent<
|
|
1508
|
+
export declare const TrashIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1506
1509
|
|
|
1507
|
-
export declare const TrashWideNarrowIcon: ForwardRefExoticComponent<
|
|
1510
|
+
export declare const TrashWideNarrowIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1508
1511
|
|
|
1509
|
-
export declare const TriangleAlertIcon: ForwardRefExoticComponent<
|
|
1512
|
+
export declare const TriangleAlertIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1510
1513
|
|
|
1511
|
-
export declare const TriangleArrowsUpDownIcon: ForwardRefExoticComponent<
|
|
1514
|
+
export declare const TriangleArrowsUpDownIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1512
1515
|
|
|
1513
|
-
export declare const TriangleNetworkIcon: ForwardRefExoticComponent<
|
|
1516
|
+
export declare const TriangleNetworkIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1514
1517
|
|
|
1515
|
-
export declare const TrophyIcon: ForwardRefExoticComponent<
|
|
1518
|
+
export declare const TrophyIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1516
1519
|
|
|
1517
|
-
export declare const TunnelIcon: ForwardRefExoticComponent<
|
|
1520
|
+
export declare const TunnelIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1518
1521
|
|
|
1519
|
-
export declare const TunnelOffIcon: ForwardRefExoticComponent<
|
|
1522
|
+
export declare const TunnelOffIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1520
1523
|
|
|
1521
|
-
export declare const UndoIcon: ForwardRefExoticComponent<
|
|
1524
|
+
export declare const UndoIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1522
1525
|
|
|
1523
|
-
export declare const UnplugIcon: ForwardRefExoticComponent<
|
|
1526
|
+
export declare const UnplugIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1524
1527
|
|
|
1525
|
-
export declare const UsbKeyIcon: ForwardRefExoticComponent<
|
|
1528
|
+
export declare const UsbKeyIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1526
1529
|
|
|
1527
1530
|
export declare const useDirection: typeof Direction.useDirection;
|
|
1528
1531
|
|
|
1529
|
-
export declare const UserBanIcon: ForwardRefExoticComponent<
|
|
1532
|
+
export declare const UserBanIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1530
1533
|
|
|
1531
|
-
export declare const UserEllipsisIcon: ForwardRefExoticComponent<
|
|
1534
|
+
export declare const UserEllipsisIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1532
1535
|
|
|
1533
|
-
export declare const UserFunnelIcon: ForwardRefExoticComponent<
|
|
1536
|
+
export declare const UserFunnelIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1534
1537
|
|
|
1535
|
-
export declare const UserHeadset2Icon: ForwardRefExoticComponent<
|
|
1538
|
+
export declare const UserHeadset2Icon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1536
1539
|
|
|
1537
|
-
export declare const UserHeadsetIcon: ForwardRefExoticComponent<
|
|
1540
|
+
export declare const UserHeadsetIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1538
1541
|
|
|
1539
|
-
export declare const UserIcon: ForwardRefExoticComponent<
|
|
1542
|
+
export declare const UserIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1540
1543
|
|
|
1541
|
-
export declare const UserKeyIcon: ForwardRefExoticComponent<
|
|
1544
|
+
export declare const UserKeyIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1542
1545
|
|
|
1543
|
-
export declare const UserLeftIcon: ForwardRefExoticComponent<
|
|
1546
|
+
export declare const UserLeftIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1544
1547
|
|
|
1545
|
-
export declare const UserPencilIcon: ForwardRefExoticComponent<
|
|
1548
|
+
export declare const UserPencilIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1546
1549
|
|
|
1547
|
-
export declare const UserPlusIcon: ForwardRefExoticComponent<
|
|
1550
|
+
export declare const UserPlusIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1548
1551
|
|
|
1549
|
-
export declare const UserRacecarDriverIcon: ForwardRefExoticComponent<
|
|
1552
|
+
export declare const UserRacecarDriverIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1550
1553
|
|
|
1551
|
-
export declare const UserRefreshCcwIcon: ForwardRefExoticComponent<
|
|
1554
|
+
export declare const UserRefreshCcwIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1552
1555
|
|
|
1553
|
-
export declare const UserRightIcon: ForwardRefExoticComponent<
|
|
1556
|
+
export declare const UserRightIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1554
1557
|
|
|
1555
|
-
export declare const Users2Icon: ForwardRefExoticComponent<
|
|
1558
|
+
export declare const Users2Icon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1556
1559
|
|
|
1557
|
-
export declare const UsersCheckIcon: ForwardRefExoticComponent<
|
|
1560
|
+
export declare const UsersCheckIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1558
1561
|
|
|
1559
|
-
export declare const UserShareIcon: ForwardRefExoticComponent<
|
|
1562
|
+
export declare const UserShareIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1560
1563
|
|
|
1561
|
-
export declare const UsersIcon: ForwardRefExoticComponent<
|
|
1564
|
+
export declare const UsersIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1562
1565
|
|
|
1563
|
-
export declare const UsersPlusIcon: ForwardRefExoticComponent<
|
|
1566
|
+
export declare const UsersPlusIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1564
1567
|
|
|
1565
|
-
export declare const UserStudentIcon: ForwardRefExoticComponent<
|
|
1568
|
+
export declare const UserStudentIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1566
1569
|
|
|
1567
|
-
export declare const UserTeacherIcon: ForwardRefExoticComponent<
|
|
1570
|
+
export declare const UserTeacherIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1568
1571
|
|
|
1569
|
-
export declare const UserUpIcon: ForwardRefExoticComponent<
|
|
1572
|
+
export declare const UserUpIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1570
1573
|
|
|
1571
|
-
export declare const UserWeightsIcon: ForwardRefExoticComponent<
|
|
1574
|
+
export declare const UserWeightsIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1572
1575
|
|
|
1573
|
-
export declare const UserXIcon: ForwardRefExoticComponent<
|
|
1576
|
+
export declare const UserXIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1574
1577
|
|
|
1575
1578
|
export declare function useToast(): {
|
|
1576
1579
|
toast: typeof toast;
|
|
@@ -1578,34 +1581,34 @@ export declare function useToast(): {
|
|
|
1578
1581
|
toasts: ToasterToast[];
|
|
1579
1582
|
};
|
|
1580
1583
|
|
|
1581
|
-
export declare const VaultIcon: ForwardRefExoticComponent<
|
|
1584
|
+
export declare const VaultIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1582
1585
|
|
|
1583
|
-
export declare const VaultOutlineIcon: ForwardRefExoticComponent<
|
|
1586
|
+
export declare const VaultOutlineIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1584
1587
|
|
|
1585
|
-
export declare const VideoIcon: ForwardRefExoticComponent<
|
|
1588
|
+
export declare const VideoIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1586
1589
|
|
|
1587
|
-
export declare const VideoOffIcon: ForwardRefExoticComponent<
|
|
1590
|
+
export declare const VideoOffIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1588
1591
|
|
|
1589
|
-
export declare const VisaLogoIcon: ForwardRefExoticComponent<
|
|
1592
|
+
export declare const VisaLogoIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1590
1593
|
|
|
1591
|
-
export declare const VncLogoIcon: ForwardRefExoticComponent<
|
|
1594
|
+
export declare const VncLogoIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1592
1595
|
|
|
1593
|
-
export declare const WalletIcon: ForwardRefExoticComponent<
|
|
1596
|
+
export declare const WalletIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1594
1597
|
|
|
1595
|
-
export declare const Watch2Icon: ForwardRefExoticComponent<
|
|
1598
|
+
export declare const Watch2Icon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1596
1599
|
|
|
1597
|
-
export declare const WatchIcon: ForwardRefExoticComponent<
|
|
1600
|
+
export declare const WatchIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1598
1601
|
|
|
1599
|
-
export declare const WatchStarIcon: ForwardRefExoticComponent<
|
|
1602
|
+
export declare const WatchStarIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1600
1603
|
|
|
1601
|
-
export declare const WifiIcon: ForwardRefExoticComponent<
|
|
1604
|
+
export declare const WifiIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1602
1605
|
|
|
1603
|
-
export declare const WrenchHammerIcon: ForwardRefExoticComponent<
|
|
1606
|
+
export declare const WrenchHammerIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1604
1607
|
|
|
1605
|
-
export declare const XIcon: ForwardRefExoticComponent<
|
|
1608
|
+
export declare const XIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1606
1609
|
|
|
1607
|
-
export declare const XLogoIcon: ForwardRefExoticComponent<
|
|
1610
|
+
export declare const XLogoIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1608
1611
|
|
|
1609
|
-
export declare const ZapIcon: ForwardRefExoticComponent<
|
|
1612
|
+
export declare const ZapIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
1610
1613
|
|
|
1611
1614
|
export { }
|