@keeper-security/keeper-js-ui 0.13.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.
@@ -1,19 +1,21 @@
1
- import * as AvatarPrimitive from '@radix-ui/react-avatar';
1
+ import { Avatar as Avatar_2 } from 'radix-ui';
2
+ import { Checkbox as Checkbox_2 } from 'radix-ui';
2
3
  import { ClassProp } from 'class-variance-authority/dist/types';
3
- import * as DialogPrimitive from '@radix-ui/react-dialog';
4
- import { DirectionProvider } from '@radix-ui/react-direction';
5
- import * as DropdownMenuPrimitive from '@radix-ui/react-dropdown-menu';
4
+ import { Dialog as Dialog_2 } from 'radix-ui';
5
+ import { Direction } from 'radix-ui';
6
+ import { DropdownMenu as DropdownMenu_2 } from 'radix-ui';
6
7
  import { ForwardRefExoticComponent } from 'react';
7
8
  import { JSX as JSX_2 } from 'react/jsx-runtime';
8
- import * as PopoverPrimitive from '@radix-ui/react-popover';
9
+ import { Label as Label_2 } from 'radix-ui';
10
+ import { Popover as Popover_2 } from 'radix-ui';
9
11
  import * as React_2 from 'react';
10
12
  import { RefAttributes } from 'react';
11
- import * as ScrollAreaPrimitive from '@radix-ui/react-scroll-area';
12
- import * as SelectPrimitive from '@radix-ui/react-select';
13
- import * as SeparatorPrimitive from '@radix-ui/react-separator';
14
- import * as SwitchPrimitives from '@radix-ui/react-switch';
15
- import * as ToastPrimitives from '@radix-ui/react-toast';
16
- import * as TooltipPrimitive from '@radix-ui/react-tooltip';
13
+ import { ScrollArea as ScrollArea_2 } from 'radix-ui';
14
+ import { Select as Select_2 } from 'radix-ui';
15
+ import { Separator as Separator_2 } from 'radix-ui';
16
+ import { Switch as Switch_2 } from 'radix-ui';
17
+ import { Toast as Toast_2 } from 'radix-ui';
18
+ import { Tooltip as Tooltip_2 } from 'radix-ui';
17
19
  import { VariantProps } from 'class-variance-authority';
18
20
 
19
21
  export declare const AccessibilityIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
@@ -27,16 +29,72 @@ declare type AccessibleInteractiveElementHelper = AtLeastOneRequired<{
27
29
  'aria-label': string;
28
30
  }>;
29
31
 
32
+ export declare const AIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
33
+
34
+ export declare const AlignJustifyIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
35
+
36
+ export declare const AmazonLogoIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
37
+
38
+ export declare const AmpersandIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
39
+
40
+ export declare const AppWindow2Icon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
41
+
42
+ export declare const AppWindowArrowRightIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
43
+
44
+ export declare const AppWindowArrowUpIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
45
+
46
+ export declare const AppWindowCloudIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
47
+
48
+ export declare const AppWindowCodeIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
49
+
50
+ export declare const AppWindowCog2Icon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
51
+
52
+ export declare const AppWindowCogIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
53
+
30
54
  export declare const AppWindowGlobeIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
31
55
 
56
+ export declare const AppWindowGrid2x2CogIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
57
+
58
+ export declare const AppWindowGrid2x2Icon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
59
+
60
+ export declare const AppWindowGrid2x2NetworkIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
61
+
62
+ export declare const AppWindowGridSearchIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
63
+
64
+ export declare const AppWindowIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
65
+
66
+ export declare const AppWindowLockKeyholeIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
67
+
32
68
  export declare const AppWindowPromptTopRightIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
33
69
 
70
+ export declare const AppWindowTerminal2Icon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
71
+
34
72
  export declare const AppWindowTerminalIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
35
73
 
74
+ export declare const ArchiveIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
75
+
76
+ export declare const ArchiveRestoreIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
77
+
78
+ export declare const ArchiveSendIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
79
+
36
80
  export declare const ArrowDownIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
37
81
 
82
+ export declare const ArrowDownNarrowWideIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
83
+
84
+ export declare const ArrowDownToLineIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
85
+
86
+ export declare const ArrowDownWideNarrowIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
87
+
38
88
  export declare const ArrowLeftIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
39
89
 
90
+ export declare const ArrowLeftRightIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
91
+
92
+ export declare const ArrowUpFromLineIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
93
+
94
+ export declare const ArrowUpIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
95
+
96
+ export declare const ArrowUpNarrowWideIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
97
+
40
98
  /**
41
99
  * Utility type that ensures at least one of the props is present.
42
100
  *
@@ -61,46 +119,110 @@ declare type AtLeastOneRequired<T, U = {
61
119
 
62
120
  export declare const Avatar: React_2.ForwardRefExoticComponent<AvatarProps & React_2.RefAttributes<HTMLSpanElement>>;
63
121
 
64
- export declare const AvatarFallback: React_2.ForwardRefExoticComponent<Omit<AvatarPrimitive.AvatarFallbackProps & React_2.RefAttributes<HTMLSpanElement>, "ref"> & React_2.RefAttributes<HTMLSpanElement>>;
122
+ /**
123
+ * -----------------------------------------------------------------------------
124
+ * AvatarFallback
125
+ * -----------------------------------------------------------------------------
126
+ */
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>>;
65
130
 
66
- export declare const AvatarImage: React_2.ForwardRefExoticComponent<Omit<AvatarPrimitive.AvatarImageProps & React_2.RefAttributes<HTMLImageElement>, "ref"> & React_2.RefAttributes<HTMLImageElement>>;
131
+ /**
132
+ * -----------------------------------------------------------------------------
133
+ * AvatarImage
134
+ * -----------------------------------------------------------------------------
135
+ */
136
+ export declare const AvatarImage: React_2.ForwardRefExoticComponent<Omit<Avatar_2.AvatarImageProps & React_2.RefAttributes<HTMLImageElement>, "ref"> & React_2.RefAttributes<HTMLImageElement>>;
67
137
 
68
- declare interface AvatarProps extends React_2.ComponentPropsWithoutRef<typeof AvatarPrimitive.Root>, VariantProps<typeof avatarVariants> {
138
+ declare interface AvatarProps extends React_2.ComponentPropsWithoutRef<typeof Avatar_2.Root>, VariantProps<typeof avatarVariants> {
69
139
  }
70
140
 
141
+ export declare const AvatarStatus: React_2.ForwardRefExoticComponent<Omit<React_2.DetailedHTMLProps<React_2.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & VariantProps<(props?: ({
142
+ status?: "active" | "inactive" | null | undefined;
143
+ } & ClassProp) | undefined) => string> & React_2.RefAttributes<HTMLDivElement>>;
144
+
71
145
  declare const avatarVariants: (props?: ({
72
146
  size?: "sm" | "md" | "lg" | null | undefined;
73
147
  } & ClassProp) | undefined) => string;
74
148
 
149
+ export declare const AwsLogoIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
150
+
151
+ export declare const AZArrowsIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
152
+
153
+ export declare const AZMinusIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
154
+
155
+ export declare const BadgeCheckIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
156
+
157
+ export declare const BadgeUserAlertIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
158
+
75
159
  export declare const BadgeUserIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
76
160
 
77
- export declare const BirthCertificateIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
161
+ export declare const BanIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
78
162
 
79
- export declare const Box: React_2.ForwardRefExoticComponent<BoxProps & React_2.RefAttributes<HTMLDivElement>>;
163
+ export declare const BellAlertIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
80
164
 
81
- declare interface BoxProps extends React_2.HTMLAttributes<HTMLDivElement>, VariantProps<typeof boxVariants> {
165
+ export declare const BellIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
166
+
167
+ export declare const BellOutlineIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
168
+
169
+ declare interface BlockBaseProps extends React.HTMLAttributes<HTMLDivElement> {
82
170
  as?: 'div' | 'span';
83
171
  asChild?: boolean;
172
+ m?: MarginValues;
173
+ mb?: MarginValues;
174
+ me?: MarginValues;
175
+ ms?: MarginValues;
176
+ mt?: MarginValues;
177
+ mx?: MarginValues;
178
+ my?: MarginValues;
179
+ p?: PaddingValues;
180
+ pb?: PaddingValues;
181
+ pe?: PaddingValues;
182
+ ps?: PaddingValues;
183
+ pt?: PaddingValues;
184
+ px?: PaddingValues;
185
+ py?: PaddingValues;
186
+ }
187
+
188
+ export declare const BombIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
189
+
190
+ export declare const BookOpenPageIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
191
+
192
+ export declare const BookOpenPageOutlineIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
193
+
194
+ export declare const BookOpenUpIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
195
+
196
+ export declare const Box: React_2.ForwardRefExoticComponent<BoxProps & React_2.RefAttributes<HTMLDivElement>>;
197
+
198
+ declare interface BoxProps extends BlockBaseProps, VariantProps<typeof boxVariants> {
84
199
  }
85
200
 
86
201
  declare const boxVariants: (props?: ({
87
- p?: 0 | 1 | "px" | 16 | 2 | 3 | 4 | 10 | 12 | 0.5 | 1.5 | 2.5 | 3.5 | 5 | 6 | 7 | 8 | 9 | 11 | 14 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 96 | null | undefined;
88
- pb?: 0 | 1 | "px" | 16 | 2 | 3 | 4 | 10 | 12 | 0.5 | 1.5 | 2.5 | 3.5 | 5 | 6 | 7 | 8 | 9 | 11 | 14 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 96 | null | undefined;
89
- pe?: 0 | 1 | "px" | 16 | 2 | 3 | 4 | 10 | 12 | 0.5 | 1.5 | 2.5 | 3.5 | 5 | 6 | 7 | 8 | 9 | 11 | 14 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 96 | null | undefined;
90
- ps?: 0 | 1 | "px" | 16 | 2 | 3 | 4 | 10 | 12 | 0.5 | 1.5 | 2.5 | 3.5 | 5 | 6 | 7 | 8 | 9 | 11 | 14 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 96 | null | undefined;
91
- pt?: 0 | 1 | "px" | 16 | 2 | 3 | 4 | 10 | 12 | 0.5 | 1.5 | 2.5 | 3.5 | 5 | 6 | 7 | 8 | 9 | 11 | 14 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 96 | null | undefined;
92
- px?: 0 | 1 | "px" | 16 | 2 | 3 | 4 | 10 | 12 | 0.5 | 1.5 | 2.5 | 3.5 | 5 | 6 | 7 | 8 | 9 | 11 | 14 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 96 | null | undefined;
93
- py?: 0 | 1 | "px" | 16 | 2 | 3 | 4 | 10 | 12 | 0.5 | 1.5 | 2.5 | 3.5 | 5 | 6 | 7 | 8 | 9 | 11 | 14 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 96 | null | undefined;
94
- m?: 0 | 1 | "px" | "auto" | 16 | 2 | 3 | 4 | 10 | 12 | 0.5 | 1.5 | 2.5 | 3.5 | 5 | 6 | 7 | 8 | 9 | 11 | 14 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 96 | null | undefined;
95
- mb?: 0 | 1 | "px" | "auto" | 16 | 2 | 3 | 4 | 10 | 12 | 0.5 | 1.5 | 2.5 | 3.5 | 5 | 6 | 7 | 8 | 9 | 11 | 14 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 96 | null | undefined;
96
- me?: 0 | 1 | "px" | "auto" | 16 | 2 | 3 | 4 | 10 | 12 | 0.5 | 1.5 | 2.5 | 3.5 | 5 | 6 | 7 | 8 | 9 | 11 | 14 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 96 | null | undefined;
97
- ms?: 0 | 1 | "px" | "auto" | 16 | 2 | 3 | 4 | 10 | 12 | 0.5 | 1.5 | 2.5 | 3.5 | 5 | 6 | 7 | 8 | 9 | 11 | 14 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 96 | null | undefined;
98
- mt?: 0 | 1 | "px" | "auto" | 16 | 2 | 3 | 4 | 10 | 12 | 0.5 | 1.5 | 2.5 | 3.5 | 5 | 6 | 7 | 8 | 9 | 11 | 14 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 96 | null | undefined;
99
- mx?: 0 | 1 | "px" | "auto" | 16 | 2 | 3 | 4 | 10 | 12 | 0.5 | 1.5 | 2.5 | 3.5 | 5 | 6 | 7 | 8 | 9 | 11 | 14 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 96 | null | undefined;
100
- my?: 0 | 1 | "px" | "auto" | 16 | 2 | 3 | 4 | 10 | 12 | 0.5 | 1.5 | 2.5 | 3.5 | 5 | 6 | 7 | 8 | 9 | 11 | 14 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 96 | null | undefined;
101
202
  display?: "none" | "block" | "inline-block" | null | undefined;
203
+ position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | null | undefined;
102
204
  } & ClassProp) | undefined) => string;
103
205
 
206
+ export declare const BracesIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
207
+
208
+ export declare const BreachwatchOffIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
209
+
210
+ export declare const BriefcaseBusinessIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
211
+
212
+ export declare const BriefcaseBusinessShieldIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
213
+
214
+ export declare const BriefcaseIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
215
+
216
+ export declare const BugIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
217
+
218
+ export declare const Building2Icon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
219
+
220
+ export declare const BuildingCogIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
221
+
222
+ export declare const BuildingIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
223
+
224
+ export declare const BuildingPlusIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
225
+
104
226
  export declare const Button: React_2.ForwardRefExoticComponent<(IconButtonProps | ButtonProps) & React_2.RefAttributes<HTMLButtonElement>>;
105
227
 
106
228
  declare interface ButtonBaseProps extends Omit<React_2.ButtonHTMLAttributes<HTMLButtonElement>, 'color'>, VariantProps<typeof buttonVariants> {
@@ -121,10 +243,26 @@ declare const buttonVariants: (props?: ({
121
243
  fullWidth?: boolean | null | undefined;
122
244
  iconOnly?: boolean | null | undefined;
123
245
  loading?: boolean | null | undefined;
124
- radius?: "full" | null | undefined;
246
+ radius?: "lg" | "full" | null | undefined;
125
247
  size?: "sm" | "md" | "lg" | null | undefined;
126
248
  } & ClassProp) | undefined) => string;
127
249
 
250
+ export declare const CalendarIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
251
+
252
+ export declare const CameraIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
253
+
254
+ export declare const CaseLowerIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
255
+
256
+ export declare const ChartColumnIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
257
+
258
+ export declare const ChartNoAxesColumnsTrendingUpIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
259
+
260
+ export declare const Checkbox: React_2.ForwardRefExoticComponent<Omit<Checkbox_2.CheckboxProps & React_2.RefAttributes<HTMLButtonElement>, "ref"> & React_2.RefAttributes<HTMLButtonElement>>;
261
+
262
+ export declare const CheckCheckIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
263
+
264
+ export declare const CheckCircleOutlineIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
265
+
128
266
  export declare const CheckIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
129
267
 
130
268
  export declare const ChevronDownIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
@@ -133,36 +271,118 @@ export declare const ChevronLeftIcon: ForwardRefExoticComponent<IconProps & RefA
133
271
 
134
272
  export declare const ChevronRightIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
135
273
 
274
+ export declare const ChevronsDownIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
275
+
136
276
  export declare const ChevronUpIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
137
277
 
138
278
  export declare const CircleAlertIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
139
279
 
140
280
  export declare const CircleAlertOutlineIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
141
281
 
282
+ export declare const CircleArrowUpIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
283
+
142
284
  export declare const CircleCheckIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
143
285
 
144
- export declare const CircleHelpIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
286
+ export declare const CircleChevronsRightLeftIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
287
+
288
+ export declare const CircleCloudIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
289
+
290
+ export declare const CircleDnaIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
145
291
 
146
- export declare const CircleHelpOutlineIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
292
+ export declare const CircleDnaThinIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
293
+
294
+ export declare const CircleDollarSignIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
147
295
 
148
296
  export declare const CircleInfoOutlineIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
149
297
 
298
+ export declare const CircleLockFillIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
299
+
150
300
  export declare const CircleLockIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
151
301
 
302
+ export declare const CircleMinusIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
303
+
304
+ export declare const CircleMinusOutlineIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
305
+
306
+ export declare const CircleMinusSmallIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
307
+
308
+ export declare const CircleOutlineIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
309
+
310
+ export declare const CirclePauseIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
311
+
312
+ export declare const CirclePlayIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
313
+
314
+ export declare const CirclePlayOutlineIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
315
+
152
316
  export declare const CirclePlusIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
153
317
 
318
+ export declare const CircleQuestionMarkIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
319
+
320
+ export declare const CircleQuestionMarkOutlineIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
321
+
322
+ export declare const CircleSegmentTopRight2Icon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
323
+
154
324
  export declare const CircleSegmentTopRightIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
155
325
 
326
+ export declare const CircleSkipForwardIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
327
+
328
+ export declare const CircleUserConciergeIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
329
+
156
330
  export declare const CircleUserIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
157
331
 
332
+ export declare const CircleUserNetworkIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
333
+
158
334
  export declare const CircleUserOffIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
159
335
 
160
336
  export declare const CircleXIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
161
337
 
338
+ export declare const CircleZapIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
339
+
340
+ export declare const ClapperboardIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
341
+
342
+ export declare const Clipboard2AlertIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
343
+
344
+ export declare const Clipboard2CheckIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
345
+
346
+ export declare const Clipboard2TextIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
347
+
348
+ export declare const ClipboardAlertIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
349
+
350
+ export declare const ClipboardChartIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
351
+
162
352
  export declare const ClipboardIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
163
353
 
354
+ export declare const ClipboardTextIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
355
+
164
356
  export declare const ClipboardXIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
165
357
 
358
+ export declare const ClockIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
359
+
360
+ export declare const CloudCogIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
361
+
362
+ export declare const CloudDownloadIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
363
+
364
+ export declare const CloudGovernmentIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
365
+
366
+ export declare const CloudIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
367
+
368
+ export declare const CloudKeyIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
369
+
370
+ export declare const CloudKeyOutlineIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
371
+
372
+ export declare const CloudOffIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
373
+
374
+ export declare const CloudUploadIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
375
+
376
+ export declare const CogIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
377
+
378
+ export declare const Columns3Icon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
379
+
380
+ export declare const Columns4Icon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
381
+
382
+ export declare const CommanderLogoIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
383
+
384
+ export declare const CommandIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
385
+
166
386
  /**
167
387
  * Sets internal component labels with the User's language preference.
168
388
  *
@@ -170,41 +390,110 @@ export declare const ClipboardXIcon: ForwardRefExoticComponent<IconProps & RefAt
170
390
  *
171
391
  * @param keeperJsUiStrings - The object representing all of the keys that need to be defined.
172
392
  */
173
- export declare function configureStrings(keeperJsUiStrings: Strings): void;
393
+ export declare function configureStrings(keeperJsUiStrings: StringsSchema): void;
394
+
395
+ export declare const CopyAlertIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
396
+
397
+ export declare const CopyChevronDownIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
398
+
399
+ export declare const CopyCirclePlusIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
174
400
 
175
401
  export declare const CopyIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
176
402
 
403
+ export declare const CopyPlusIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
404
+
405
+ export declare const CreditCardClockIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
406
+
177
407
  export declare const CreditCardIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
178
408
 
179
409
  export declare const DatabaseIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
180
410
 
181
411
  export declare const DatabaseMapPinIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
182
412
 
183
- export declare const Dialog: React_2.FC<DialogPrimitive.DialogProps>;
413
+ export declare const DatabaseRefreshCcwIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
184
414
 
185
- export declare const DialogClose: React_2.ForwardRefExoticComponent<DialogPrimitive.DialogCloseProps & React_2.RefAttributes<HTMLButtonElement>>;
415
+ export declare const DatabaseSearchIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
186
416
 
187
- export declare const DialogContent: React_2.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogContentProps & React_2.RefAttributes<HTMLDivElement>, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
417
+ export declare function Dialog(props: React_2.ComponentProps<typeof Dialog_2.Root>): JSX_2.Element;
188
418
 
189
- export declare const DialogDescription: React_2.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogDescriptionProps & React_2.RefAttributes<HTMLParagraphElement>, "ref"> & React_2.RefAttributes<HTMLParagraphElement>>;
419
+ export declare namespace Dialog {
420
+ var displayName: string | undefined;
421
+ }
190
422
 
191
- export declare const DialogFooter: {
192
- ({ className, ...props }: React_2.HTMLAttributes<HTMLDivElement>): JSX_2.Element;
193
- displayName: string;
194
- };
423
+ /**
424
+ * -----------------------------------------------------------------------------
425
+ * DialogClose
426
+ * -----------------------------------------------------------------------------
427
+ */
428
+ export declare const DialogClose: React_2.ForwardRefExoticComponent<Omit<Dialog_2.DialogCloseProps & React_2.RefAttributes<HTMLButtonElement>, "ref"> & React_2.RefAttributes<HTMLButtonElement>>;
195
429
 
196
- export declare const DialogHeader: {
197
- ({ className, ...props }: React_2.HTMLAttributes<HTMLDivElement>): JSX_2.Element;
198
- displayName: string;
199
- };
430
+ /**
431
+ * -----------------------------------------------------------------------------
432
+ * DialogContent
433
+ * -----------------------------------------------------------------------------
434
+ */
435
+ export declare const DialogContent: React_2.ForwardRefExoticComponent<Omit<Dialog_2.DialogContentProps & React_2.RefAttributes<HTMLDivElement>, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
436
+
437
+ /**
438
+ * -----------------------------------------------------------------------------
439
+ * DialogDescription
440
+ * -----------------------------------------------------------------------------
441
+ */
442
+ export declare const DialogDescription: React_2.ForwardRefExoticComponent<Omit<Dialog_2.DialogDescriptionProps & React_2.RefAttributes<HTMLParagraphElement>, "ref"> & React_2.RefAttributes<HTMLParagraphElement>>;
443
+
444
+ /**
445
+ * -----------------------------------------------------------------------------
446
+ * DialogFooter
447
+ * -----------------------------------------------------------------------------
448
+ */
449
+ export declare function DialogFooter({ className, ...props }: React_2.ComponentProps<'div'>): JSX_2.Element;
450
+
451
+ export declare namespace DialogFooter {
452
+ var displayName: string;
453
+ }
454
+
455
+ /**
456
+ * -----------------------------------------------------------------------------
457
+ * DialogHeader
458
+ * -----------------------------------------------------------------------------
459
+ */
460
+ export declare function DialogHeader({ className, ...props }: React_2.ComponentProps<'div'>): JSX_2.Element;
461
+
462
+ export declare namespace DialogHeader {
463
+ var displayName: string;
464
+ }
200
465
 
201
- export declare const DialogOverlay: React_2.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogOverlayProps & React_2.RefAttributes<HTMLDivElement>, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
466
+ /**
467
+ * -----------------------------------------------------------------------------
468
+ * DialogOverlay
469
+ * -----------------------------------------------------------------------------
470
+ */
471
+ export declare const DialogOverlay: React_2.ForwardRefExoticComponent<Omit<Dialog_2.DialogOverlayProps & React_2.RefAttributes<HTMLDivElement>, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
472
+
473
+ /**
474
+ * -----------------------------------------------------------------------------
475
+ * DialogPortal
476
+ * -----------------------------------------------------------------------------
477
+ */
478
+ export declare function DialogPortal(props: React_2.ComponentProps<typeof Dialog_2.Portal>): JSX_2.Element;
202
479
 
203
- export declare const DialogPortal: React_2.FC<DialogPrimitive.DialogPortalProps>;
480
+ export declare namespace DialogPortal {
481
+ var displayName: string | undefined;
482
+ }
204
483
 
205
- export declare const DialogTitle: React_2.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogTitleProps & React_2.RefAttributes<HTMLHeadingElement>, "ref"> & React_2.RefAttributes<HTMLHeadingElement>>;
484
+ /**
485
+ * -----------------------------------------------------------------------------
486
+ * DialogTitle
487
+ * -----------------------------------------------------------------------------
488
+ */
489
+ export declare const DialogTitle: React_2.ForwardRefExoticComponent<Omit<Dialog_2.DialogTitleProps & React_2.RefAttributes<HTMLHeadingElement>, "ref"> & React_2.RefAttributes<HTMLHeadingElement>>;
206
490
 
207
- export declare const DialogTrigger: React_2.ForwardRefExoticComponent<DialogPrimitive.DialogTriggerProps & React_2.RefAttributes<HTMLButtonElement>>;
491
+ /**
492
+ * -----------------------------------------------------------------------------
493
+ * DialogTrigger
494
+ * -----------------------------------------------------------------------------
495
+ */
496
+ export declare const DialogTrigger: React_2.ForwardRefExoticComponent<Omit<Dialog_2.DialogTriggerProps & React_2.RefAttributes<HTMLButtonElement>, "ref"> & React_2.RefAttributes<HTMLButtonElement>>;
208
497
 
209
498
  export declare const DiceIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
210
499
 
@@ -212,7 +501,16 @@ export declare const DiceOutlineIcon: ForwardRefExoticComponent<IconProps & RefA
212
501
 
213
502
  export declare const DiceWhiteIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
214
503
 
215
- export { DirectionProvider }
504
+ declare type Direction_2 = 'ltr' | 'rtl';
505
+
506
+ export declare function DirectionProvider(props: DirectionProviderProps): JSX_2.Element;
507
+
508
+ declare interface DirectionProviderProps {
509
+ children?: React.ReactNode;
510
+ dir: Direction_2;
511
+ }
512
+
513
+ export declare const DockerLogoIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
216
514
 
217
515
  export declare const DotIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
218
516
 
@@ -220,150 +518,412 @@ export declare const DotOutlineIcon: ForwardRefExoticComponent<IconProps & RefAt
220
518
 
221
519
  export declare const DownloadIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
222
520
 
223
- export declare const DropdownMenu: React_2.FC<DropdownMenuPrimitive.DropdownMenuProps>;
521
+ export declare const DragHandleIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
224
522
 
225
- export declare const DropdownMenuCheckboxItem: React_2.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuCheckboxItemProps & React_2.RefAttributes<HTMLDivElement>, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
523
+ export declare const DrawerOpenIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
226
524
 
227
- export declare const DropdownMenuContent: React_2.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuContentProps & React_2.RefAttributes<HTMLDivElement>, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
525
+ export declare function DropdownMenu(props: React_2.ComponentPropsWithoutRef<typeof DropdownMenu_2.Root>): JSX_2.Element;
228
526
 
229
- export declare const DropdownMenuGroup: React_2.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuGroupProps & React_2.RefAttributes<HTMLDivElement>, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
527
+ export declare namespace DropdownMenu {
528
+ var displayName: string | undefined;
529
+ }
230
530
 
231
- export declare const DropdownMenuItem: React_2.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuItemProps & React_2.RefAttributes<HTMLDivElement>, "ref"> & {
232
- inset?: boolean;
233
- } & React_2.RefAttributes<HTMLDivElement>>;
531
+ /**
532
+ * -----------------------------------------------------------------------------
533
+ * DropdownMenuCheckboxItem
534
+ * -----------------------------------------------------------------------------
535
+ */
536
+ export declare const DropdownMenuCheckboxItem: React_2.ForwardRefExoticComponent<Omit<DropdownMenu_2.DropdownMenuCheckboxItemProps & React_2.RefAttributes<HTMLDivElement>, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
537
+
538
+ /**
539
+ * -----------------------------------------------------------------------------
540
+ * DropdownMenuContent
541
+ * -----------------------------------------------------------------------------
542
+ */
543
+ export declare const DropdownMenuContent: React_2.ForwardRefExoticComponent<Omit<DropdownMenu_2.DropdownMenuContentProps & React_2.RefAttributes<HTMLDivElement>, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
544
+
545
+ /**
546
+ * -----------------------------------------------------------------------------
547
+ * DropdownMenuGroup
548
+ * -----------------------------------------------------------------------------
549
+ */
550
+ export declare const DropdownMenuGroup: React_2.ForwardRefExoticComponent<Omit<DropdownMenu_2.DropdownMenuGroupProps & React_2.RefAttributes<HTMLDivElement>, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
551
+
552
+ export declare const DropdownMenuItem: React_2.ForwardRefExoticComponent<Omit<DropdownMenu_2.DropdownMenuItemProps & React_2.RefAttributes<HTMLDivElement>, "ref"> & VariantProps<(props?: ({
553
+ color?: "primary" | "secondary" | "success" | "destructive" | "warning" | null | undefined;
554
+ inset?: boolean | null | undefined;
555
+ } & ClassProp) | undefined) => string> & React_2.RefAttributes<HTMLDivElement>>;
234
556
 
235
- export declare const DropdownMenuLabel: React_2.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuLabelProps & React_2.RefAttributes<HTMLDivElement>, "ref"> & {
557
+ /**
558
+ * -----------------------------------------------------------------------------
559
+ * DropdownMenuLabel
560
+ * -----------------------------------------------------------------------------
561
+ */
562
+ export declare const DropdownMenuLabel: React_2.ForwardRefExoticComponent<Omit<DropdownMenu_2.DropdownMenuLabelProps & React_2.RefAttributes<HTMLDivElement>, "ref"> & {
236
563
  inset?: boolean;
237
564
  } & React_2.RefAttributes<HTMLDivElement>>;
238
565
 
239
- export declare const DropdownMenuPortal: React_2.FC<DropdownMenuPrimitive.DropdownMenuPortalProps>;
566
+ /**
567
+ * -----------------------------------------------------------------------------
568
+ * DropdownMenuPortal
569
+ * -----------------------------------------------------------------------------
570
+ */
571
+ export declare function DropdownMenuPortal(props: React_2.ComponentPropsWithoutRef<typeof DropdownMenu_2.Portal>): JSX_2.Element;
572
+
573
+ export declare namespace DropdownMenuPortal {
574
+ var displayName: string | undefined;
575
+ }
240
576
 
241
- export declare const DropdownMenuRadioGroup: React_2.ForwardRefExoticComponent<DropdownMenuPrimitive.DropdownMenuRadioGroupProps & React_2.RefAttributes<HTMLDivElement>>;
577
+ /**
578
+ * -----------------------------------------------------------------------------
579
+ * DropdownMenuRadioGroup
580
+ * -----------------------------------------------------------------------------
581
+ */
582
+ export declare const DropdownMenuRadioGroup: React_2.ForwardRefExoticComponent<Omit<DropdownMenu_2.DropdownMenuRadioGroupProps & React_2.RefAttributes<HTMLDivElement>, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
242
583
 
243
- export declare const DropdownMenuRadioItem: React_2.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuRadioItemProps & React_2.RefAttributes<HTMLDivElement>, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
584
+ /**
585
+ * -----------------------------------------------------------------------------
586
+ * DropdownMenuRadioItem
587
+ * -----------------------------------------------------------------------------
588
+ */
589
+ export declare const DropdownMenuRadioItem: React_2.ForwardRefExoticComponent<Omit<DropdownMenu_2.DropdownMenuRadioItemProps & React_2.RefAttributes<HTMLDivElement>, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
244
590
 
245
- export declare const DropdownMenuSeparator: React_2.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuSeparatorProps & React_2.RefAttributes<HTMLDivElement>, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
591
+ /**
592
+ * -----------------------------------------------------------------------------
593
+ * DropdownMenuSeparator
594
+ * -----------------------------------------------------------------------------
595
+ */
596
+ export declare const DropdownMenuSeparator: React_2.ForwardRefExoticComponent<Omit<DropdownMenu_2.DropdownMenuSeparatorProps & React_2.RefAttributes<HTMLDivElement>, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
246
597
 
598
+ /**
599
+ * -----------------------------------------------------------------------------
600
+ * DropdownMenuShortcut
601
+ * -----------------------------------------------------------------------------
602
+ */
247
603
  export declare const DropdownMenuShortcut: {
248
604
  ({ className, ...props }: React_2.HTMLAttributes<HTMLSpanElement>): JSX_2.Element;
249
605
  displayName: string;
250
606
  };
251
607
 
252
- export declare const DropdownMenuSub: React_2.FC<DropdownMenuPrimitive.DropdownMenuSubProps>;
608
+ /**
609
+ * -----------------------------------------------------------------------------
610
+ * DropdownMenuSub
611
+ * -----------------------------------------------------------------------------
612
+ */
613
+ export declare function DropdownMenuSub(props: React_2.ComponentPropsWithoutRef<typeof DropdownMenu_2.Sub>): JSX_2.Element;
614
+
615
+ export declare namespace DropdownMenuSub {
616
+ var displayName: string | undefined;
617
+ }
253
618
 
254
- export declare const DropdownMenuSubContent: React_2.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuSubContentProps & React_2.RefAttributes<HTMLDivElement>, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
619
+ /**
620
+ * -----------------------------------------------------------------------------
621
+ * DropdownMenuSubContent
622
+ * -----------------------------------------------------------------------------
623
+ */
624
+ export declare const DropdownMenuSubContent: React_2.ForwardRefExoticComponent<Omit<DropdownMenu_2.DropdownMenuSubContentProps & React_2.RefAttributes<HTMLDivElement>, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
255
625
 
256
- export declare const DropdownMenuSubTrigger: React_2.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuSubTriggerProps & React_2.RefAttributes<HTMLDivElement>, "ref"> & {
626
+ /**
627
+ * -----------------------------------------------------------------------------
628
+ * DropdownMenuSubTrigger
629
+ * -----------------------------------------------------------------------------
630
+ */
631
+ export declare const DropdownMenuSubTrigger: React_2.ForwardRefExoticComponent<Omit<DropdownMenu_2.DropdownMenuSubTriggerProps & React_2.RefAttributes<HTMLDivElement>, "ref"> & {
257
632
  inset?: boolean;
258
633
  } & React_2.RefAttributes<HTMLDivElement>>;
259
634
 
260
- export declare const DropdownMenuTrigger: React_2.ForwardRefExoticComponent<DropdownMenuPrimitive.DropdownMenuTriggerProps & React_2.RefAttributes<HTMLButtonElement>>;
635
+ /**
636
+ * -----------------------------------------------------------------------------
637
+ * DropdownMenuTrigger
638
+ * -----------------------------------------------------------------------------
639
+ */
640
+ export declare const DropdownMenuTrigger: React_2.ForwardRefExoticComponent<Omit<DropdownMenu_2.DropdownMenuTriggerProps & React_2.RefAttributes<HTMLButtonElement>, "ref"> & React_2.RefAttributes<HTMLButtonElement>>;
641
+
642
+ export declare const DuoLogoIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
643
+
644
+ export declare const Earth2Icon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
261
645
 
262
646
  export declare const EarthIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
263
647
 
648
+ export declare const EarthLockIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
649
+
264
650
  export declare const EllipsisHorizontalIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
265
651
 
266
652
  export declare const EllipsisVerticalIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
267
653
 
654
+ export declare const EqualIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
655
+
656
+ export declare const EyeHelloIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
657
+
268
658
  export declare const EyeIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
269
659
 
270
660
  export declare const EyeOffIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
271
661
 
662
+ export declare const FileBookmarkStarIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
663
+
664
+ export declare const FileCodeIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
665
+
272
666
  export declare const FileCogIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
273
667
 
668
+ export declare const FileDocIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
669
+
670
+ export declare const FileEpsIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
671
+
672
+ export declare const FileIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
673
+
674
+ export declare const FileImageIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
675
+
274
676
  export declare const FileLockIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
275
677
 
678
+ export declare const FilePdfIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
679
+
680
+ export declare const FilePptIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
681
+
682
+ export declare const FileQuestionMarkIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
683
+
684
+ export declare const FileSearchIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
685
+
686
+ export declare const FileSearchOutlineIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
687
+
688
+ export declare const FileSvgIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
689
+
690
+ export declare const FileTextIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
691
+
692
+ export declare const FileTextPencilIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
693
+
694
+ export declare const FileUserIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
695
+
696
+ export declare const FileXlsIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
697
+
698
+ export declare const Fingerprint2Icon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
699
+
700
+ export declare const Fingerprint3Icon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
701
+
276
702
  export declare const FingerprintIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
277
703
 
704
+ export declare const FlagIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
705
+
278
706
  export declare const Flex: React_2.ForwardRefExoticComponent<FlexProps & React_2.RefAttributes<HTMLDivElement>>;
279
707
 
280
- declare interface FlexProps extends React_2.HTMLAttributes<HTMLDivElement>, VariantProps<typeof flexVariants> {
281
- as?: 'div' | 'span';
282
- asChild?: boolean;
708
+ declare interface FlexProps extends BlockBaseProps, VariantProps<typeof flexVariants> {
709
+ gap?: GapValues;
710
+ columnGap?: GapValues;
711
+ rowGap?: GapValues;
283
712
  tooltip?: string;
284
713
  }
285
714
 
286
715
  declare const flexVariants: (props?: ({
287
- self?: "center" | "end" | "start" | "auto" | "baseline" | "stretch" | null | undefined;
288
- shrink?: 0 | 1 | null | undefined;
289
- wrap?: "wrap" | "reverse" | "nowrap" | null | undefined;
290
- p?: 0 | 1 | "px" | 16 | 2 | 3 | 4 | 10 | 12 | 0.5 | 1.5 | 2.5 | 3.5 | 5 | 6 | 7 | 8 | 9 | 11 | 14 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 96 | null | undefined;
291
- pb?: 0 | 1 | "px" | 16 | 2 | 3 | 4 | 10 | 12 | 0.5 | 1.5 | 2.5 | 3.5 | 5 | 6 | 7 | 8 | 9 | 11 | 14 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 96 | null | undefined;
292
- pe?: 0 | 1 | "px" | 16 | 2 | 3 | 4 | 10 | 12 | 0.5 | 1.5 | 2.5 | 3.5 | 5 | 6 | 7 | 8 | 9 | 11 | 14 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 96 | null | undefined;
293
- ps?: 0 | 1 | "px" | 16 | 2 | 3 | 4 | 10 | 12 | 0.5 | 1.5 | 2.5 | 3.5 | 5 | 6 | 7 | 8 | 9 | 11 | 14 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 96 | null | undefined;
294
- pt?: 0 | 1 | "px" | 16 | 2 | 3 | 4 | 10 | 12 | 0.5 | 1.5 | 2.5 | 3.5 | 5 | 6 | 7 | 8 | 9 | 11 | 14 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 96 | null | undefined;
295
- px?: 0 | 1 | "px" | 16 | 2 | 3 | 4 | 10 | 12 | 0.5 | 1.5 | 2.5 | 3.5 | 5 | 6 | 7 | 8 | 9 | 11 | 14 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 96 | null | undefined;
296
- py?: 0 | 1 | "px" | 16 | 2 | 3 | 4 | 10 | 12 | 0.5 | 1.5 | 2.5 | 3.5 | 5 | 6 | 7 | 8 | 9 | 11 | 14 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 96 | null | undefined;
297
- m?: 0 | 1 | "px" | "auto" | 16 | 2 | 3 | 4 | 10 | 12 | 0.5 | 1.5 | 2.5 | 3.5 | 5 | 6 | 7 | 8 | 9 | 11 | 14 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 96 | null | undefined;
298
- mb?: 0 | 1 | "px" | "auto" | 16 | 2 | 3 | 4 | 10 | 12 | 0.5 | 1.5 | 2.5 | 3.5 | 5 | 6 | 7 | 8 | 9 | 11 | 14 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 96 | null | undefined;
299
- me?: 0 | 1 | "px" | "auto" | 16 | 2 | 3 | 4 | 10 | 12 | 0.5 | 1.5 | 2.5 | 3.5 | 5 | 6 | 7 | 8 | 9 | 11 | 14 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 96 | null | undefined;
300
- ms?: 0 | 1 | "px" | "auto" | 16 | 2 | 3 | 4 | 10 | 12 | 0.5 | 1.5 | 2.5 | 3.5 | 5 | 6 | 7 | 8 | 9 | 11 | 14 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 96 | null | undefined;
301
- mt?: 0 | 1 | "px" | "auto" | 16 | 2 | 3 | 4 | 10 | 12 | 0.5 | 1.5 | 2.5 | 3.5 | 5 | 6 | 7 | 8 | 9 | 11 | 14 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 96 | null | undefined;
302
- mx?: 0 | 1 | "px" | "auto" | 16 | 2 | 3 | 4 | 10 | 12 | 0.5 | 1.5 | 2.5 | 3.5 | 5 | 6 | 7 | 8 | 9 | 11 | 14 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 96 | null | undefined;
303
- my?: 0 | 1 | "px" | "auto" | 16 | 2 | 3 | 4 | 10 | 12 | 0.5 | 1.5 | 2.5 | 3.5 | 5 | 6 | 7 | 8 | 9 | 11 | 14 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 96 | null | undefined;
304
- grow?: 0 | 1 | null | undefined;
305
- justify?: "center" | "end" | "start" | "baseline" | "stretch" | "normal" | "around" | "between" | "evenly" | null | undefined;
306
- gap?: 0 | 1 | "px" | 16 | 2 | 3 | 4 | 10 | 12 | 0.5 | 1.5 | 2.5 | 3.5 | 5 | 6 | 7 | 8 | 9 | 11 | 14 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 96 | null | undefined;
307
- gapColumn?: 0 | 1 | "px" | 16 | 2 | 3 | 4 | 10 | 12 | 0.5 | 1.5 | 2.5 | 3.5 | 5 | 6 | 7 | 8 | 9 | 11 | 14 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 96 | null | undefined;
308
- gapRow?: 0 | 1 | "px" | 16 | 2 | 3 | 4 | 10 | 12 | 0.5 | 1.5 | 2.5 | 3.5 | 5 | 6 | 7 | 8 | 9 | 11 | 14 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 96 | null | undefined;
309
716
  align?: "center" | "end" | "start" | "baseline" | "stretch" | null | undefined;
310
717
  direction?: "row" | "column" | "column-reverse" | "row-reverse" | null | undefined;
311
718
  display?: "none" | "flex" | "inline-flex" | null | undefined;
719
+ grow?: 0 | 1 | null | undefined;
720
+ justify?: "center" | "end" | "start" | "baseline" | "stretch" | "normal" | "around" | "between" | "evenly" | null | undefined;
721
+ position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | null | undefined;
722
+ self?: "center" | "end" | "start" | "auto" | "baseline" | "stretch" | null | undefined;
723
+ shrink?: 0 | 1 | null | undefined;
724
+ wrap?: "wrap" | "reverse" | "nowrap" | null | undefined;
312
725
  } & ClassProp) | undefined) => string;
313
726
 
727
+ export declare const FolderArchiveIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
728
+
314
729
  export declare const FolderIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
315
730
 
316
- export declare const FolderShareIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
731
+ export declare const FolderNetworkIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
317
732
 
318
- export declare const GlobeIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
733
+ export declare const FolderOutlineIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
319
734
 
320
- export declare const HospitalIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
735
+ export declare const FolderPlusIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
321
736
 
322
- export declare const IconButton: React_2.ForwardRefExoticComponent<Omit<IconButtonProps, "fullWidth" | "iconOnly"> & React_2.RefAttributes<HTMLButtonElement>>;
737
+ export declare const FolderRightIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
323
738
 
324
- declare interface IconButtonProps extends ButtonBaseProps {
325
- iconOnly: true;
326
- 'aria-label': string;
327
- }
739
+ export declare const FolderShareIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
328
740
 
329
- declare interface IconProps extends Omit<React_2.ComponentPropsWithoutRef<'svg'>, 'color'>, VariantProps<typeof iconVariants> {
330
- }
741
+ export declare const FolderShareOutlineIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
331
742
 
332
- declare const iconVariants: (props?: ({
333
- color?: "current" | "neutral" | "primary" | "secondary" | "success" | "destructive" | null | undefined;
334
- size?: "sm" | "md" | "lg" | "xl" | null | undefined;
335
- } & ClassProp) | undefined) => string;
743
+ export declare const FolderSharePlusIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
336
744
 
337
- export declare const IdCardIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
745
+ export declare const FoldersIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
338
746
 
339
- declare let initialStrings: {
340
- toast: {
341
- dismissButtonLabel: string;
342
- };
343
- };
747
+ export declare const FolderUserIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
344
748
 
345
- export declare const KeeperCoinIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
749
+ export declare const FolderUsersIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
346
750
 
347
- export declare const KeeperIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
751
+ export declare const FolderXIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
348
752
 
349
- export declare const KeeperOffIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
753
+ export declare const FootballIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
350
754
 
351
- export declare const KeeperSquareInputIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
755
+ export declare const FootprintsIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
352
756
 
353
- export declare const KeyboardIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
757
+ export declare const ForwardIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
354
758
 
355
- export declare const KeyUserIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
759
+ export declare const GamepadIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
356
760
 
357
- export declare const LandmarkIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
761
+ declare type GapValues = number | `${number}%` | 'px';
358
762
 
359
- export declare const LightbulbIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
763
+ export declare const GaugeIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
360
764
 
361
- export declare const List: React_2.ForwardRefExoticComponent<Omit<React_2.DetailedHTMLProps<React_2.HTMLAttributes<HTMLUListElement>, HTMLUListElement>, "ref"> & React_2.RefAttributes<HTMLUListElement>>;
765
+ export declare const GemIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
362
766
 
363
- export declare const ListItem: React_2.ForwardRefExoticComponent<Omit<React_2.DetailedHTMLProps<React_2.LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref"> & {
364
- inset?: boolean;
365
- } & React_2.RefAttributes<HTMLLIElement>>;
767
+ export declare const Gift2Icon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
366
768
 
769
+ export declare const GiftCardIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
770
+
771
+ export declare const GiftIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
772
+
773
+ export declare const GlobeEyeIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
774
+
775
+ export declare const GlobeIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
776
+
777
+ export declare const GlobeQuestionMarkIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
778
+
779
+ export declare const GoogleAuthenticatorLogoIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
780
+
781
+ export declare const GoogleLogoIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
782
+
783
+ export declare const Government2Icon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
784
+
785
+ export declare const Government3Icon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
786
+
787
+ export declare const GovernmentIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
788
+
789
+ export declare const GraduationCapIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
790
+
791
+ export declare const Grid2x2Icon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
792
+
793
+ export declare const Grid3x2Icon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
794
+
795
+ export declare const GripIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
796
+
797
+ export declare const HandIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
798
+
799
+ export declare const HandshakeIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
800
+
801
+ export declare const HeadsetIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
802
+
803
+ export declare const HexagonsIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
804
+
805
+ export declare const HexagonsOutlineIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
806
+
807
+ export declare const HospitalIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
808
+
809
+ export declare const HourglassIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
810
+
811
+ export declare const HourglassSandIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
812
+
813
+ export declare const HouseIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
814
+
815
+ export declare const IconButton: React_2.ForwardRefExoticComponent<Omit<IconButtonProps, "fullWidth" | "iconOnly"> & React_2.RefAttributes<HTMLButtonElement>>;
816
+
817
+ declare interface IconButtonProps extends ButtonBaseProps {
818
+ iconOnly: true;
819
+ 'aria-label': string;
820
+ }
821
+
822
+ declare interface IconProps extends Omit<React_2.ComponentPropsWithoutRef<'svg'>, 'color'>, VariantProps<typeof iconVariants> {
823
+ 'data-slot'?: `${string}-icon`;
824
+ }
825
+
826
+ declare const iconVariants: (props?: ({
827
+ color?: "current" | "neutral" | "primary" | "secondary" | "success" | "destructive" | null | undefined;
828
+ size?: "sm" | "md" | "lg" | "xl" | null | undefined;
829
+ } & ClassProp) | undefined) => string;
830
+
831
+ export declare const IdCard2Icon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
832
+
833
+ export declare const IdCard3Icon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
834
+
835
+ export declare const IdCardIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
836
+
837
+ export declare const ImageSplitVerticalIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
838
+
839
+ export declare const InboxDownIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
840
+
841
+ export declare const InfinityIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
842
+
843
+ declare let initialStrings: {
844
+ toast: {
845
+ dismissButtonLabel: string;
846
+ };
847
+ loader: {
848
+ loading: string;
849
+ };
850
+ };
851
+
852
+ export declare const KeeperCoinIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
853
+
854
+ export declare const KeeperIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
855
+
856
+ export declare const KeeperOffIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
857
+
858
+ export declare const KeeperSquareInputIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
859
+
860
+ export declare const KeyboardIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
861
+
862
+ export declare const KeychainIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
863
+
864
+ export declare const KeyEqualIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
865
+
866
+ export declare const KeyIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
867
+
868
+ export declare const KeypadIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
869
+
870
+ export declare const KeysIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
871
+
872
+ export declare const KeyUserIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
873
+
874
+ export declare const KubernetesLogoIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
875
+
876
+ export declare const Label: React_2.ForwardRefExoticComponent<LabelProps & React_2.RefAttributes<HTMLLabelElement>>;
877
+
878
+ declare interface LabelProps extends React_2.ComponentPropsWithoutRef<typeof Label_2.Root>, VariantProps<typeof labelVariants> {
879
+ }
880
+
881
+ declare const labelVariants: (props?: ClassProp | undefined) => string;
882
+
883
+ export declare const LandmarkIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
884
+
885
+ export declare const LaptopIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
886
+
887
+ export declare const LaptopSearchIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
888
+
889
+ export declare const LaptopSmartphoneIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
890
+
891
+ export declare const LaughIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
892
+
893
+ export declare const LayoutDashboardIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
894
+
895
+ export declare const LifeBuoyIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
896
+
897
+ export declare const LightbulbIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
898
+
899
+ export declare const LightbulbOutlineIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
900
+
901
+ export declare const Link2Icon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
902
+
903
+ export declare const LinkIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
904
+
905
+ export declare const List: React_2.ForwardRefExoticComponent<Omit<React_2.DetailedHTMLProps<React_2.HTMLAttributes<HTMLUListElement>, HTMLUListElement>, "ref"> & React_2.RefAttributes<HTMLUListElement>>;
906
+
907
+ export declare const ListCheckIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
908
+
909
+ export declare const ListFilterIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
910
+
911
+ export declare const ListIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
912
+
913
+ /**
914
+ * -----------------------------------------------------------------------------
915
+ * ListItem
916
+ * -----------------------------------------------------------------------------
917
+ */
918
+ export declare const ListItem: React_2.ForwardRefExoticComponent<Omit<React_2.DetailedHTMLProps<React_2.LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref"> & {
919
+ inset?: boolean;
920
+ } & React_2.RefAttributes<HTMLLIElement>>;
921
+
922
+ /**
923
+ * -----------------------------------------------------------------------------
924
+ * ListItemArrow
925
+ * -----------------------------------------------------------------------------
926
+ */
367
927
  export declare const ListItemArrow: {
368
928
  ({ className, ...props }: IconProps): JSX_2.Element;
369
929
  displayName: string;
@@ -373,15 +933,32 @@ export declare const ListItemButton: React_2.ForwardRefExoticComponent<Omit<Omit
373
933
  color?: "secondary" | "destructive" | null | undefined;
374
934
  } & ClassProp) | undefined) => string> & React_2.RefAttributes<HTMLButtonElement>>;
375
935
 
936
+ /**
937
+ * -----------------------------------------------------------------------------
938
+ * ListItemText
939
+ * -----------------------------------------------------------------------------
940
+ */
376
941
  export declare const ListItemText: React_2.ForwardRefExoticComponent<Omit<React_2.DetailedHTMLProps<React_2.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
377
942
  primary: React_2.ReactNode;
378
943
  secondary?: React_2.ReactNode;
379
944
  } & React_2.RefAttributes<HTMLSpanElement>>;
380
945
 
946
+ /**
947
+ * -----------------------------------------------------------------------------
948
+ * ListLabel
949
+ * -----------------------------------------------------------------------------
950
+ */
381
951
  export declare const ListLabel: React_2.ForwardRefExoticComponent<Omit<React_2.DetailedHTMLProps<React_2.LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref"> & {
382
952
  inset?: boolean;
383
953
  } & React_2.RefAttributes<HTMLLIElement>>;
384
954
 
955
+ export declare const ListPlusIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
956
+
957
+ /**
958
+ * -----------------------------------------------------------------------------
959
+ * ListSeparator
960
+ * -----------------------------------------------------------------------------
961
+ */
385
962
  export declare const ListSeparator: React_2.ForwardRefExoticComponent<Omit<React_2.DetailedHTMLProps<React_2.LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref"> & React_2.RefAttributes<HTMLLIElement>>;
386
963
 
387
964
  export declare const Loader: React_2.ForwardRefExoticComponent<Omit<LoaderProps, "ref"> & React_2.RefAttributes<SVGSVGElement>>;
@@ -390,36 +967,119 @@ declare interface LoaderProps extends Omit<React_2.ComponentProps<'svg'>, 'color
390
967
  }
391
968
 
392
969
  declare const loaderVariants: (props?: ({
393
- color?: "current" | "neutral" | "primary" | "secondary" | "destructive" | null | undefined;
970
+ color?: "current" | "neutral" | "primary" | "secondary" | "success" | "destructive" | null | undefined;
971
+ loading?: boolean | null | undefined;
394
972
  size?: "sm" | "md" | "lg" | "xl" | "xs" | "2xl" | null | undefined;
395
973
  } & ClassProp) | undefined) => string;
396
974
 
975
+ export declare const LockCheckCircleXIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
976
+
977
+ export declare const LockCheckIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
978
+
397
979
  export declare const LockIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
398
980
 
399
- export declare const LockOutlineIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
981
+ export declare const LockKeyholeIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
982
+
983
+ export declare const LockKeyholeOutlineIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
984
+
985
+ export declare const LockOpenIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
986
+
987
+ export declare const LockXIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
400
988
 
401
989
  export declare const LogInIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
402
990
 
403
991
  export declare const LogOutIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
404
992
 
993
+ export declare const MailIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
994
+
995
+ export declare const MapClockIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
996
+
405
997
  export declare const MapPinIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
406
998
 
999
+ export declare const MapPinOutlineIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1000
+
1001
+ declare type MarginValues = number | `${number}%` | 'px' | 'auto';
1002
+
1003
+ export declare const MaximizeIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1004
+
1005
+ export declare const Megaphone2Icon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1006
+
1007
+ export declare const MegaphoneIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1008
+
407
1009
  export declare const MembershipCardIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
408
1010
 
1011
+ export declare const MenuIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1012
+
1013
+ export declare const MessageSquareIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1014
+
409
1015
  export declare const MessageSquareInfoIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
410
1016
 
1017
+ export declare const MessageSquareMore2Icon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1018
+
411
1019
  export declare const MessageSquareMoreIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
412
1020
 
413
1021
  export declare const MessageSquarePenLineIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
414
1022
 
415
- export declare const MonitorLayoutGridIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1023
+ export declare const MessageSquareText2Icon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1024
+
1025
+ export declare const MessageSquareTextIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1026
+
1027
+ export declare const MessageSquareVideoIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1028
+
1029
+ export declare const MessageSquareXIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1030
+
1031
+ export declare const MessagesSquareIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1032
+
1033
+ export declare const MicrochipLayoutDashboardIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1034
+
1035
+ export declare const MicrophoneIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1036
+
1037
+ export declare const MicrosoftAuthenticatorLogoIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1038
+
1039
+ export declare const MilitaryIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1040
+
1041
+ export declare const MinimizeIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1042
+
1043
+ export declare const MonitorChevronsRightLeftIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1044
+
1045
+ export declare const MonitorIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1046
+
1047
+ export declare const MonitorLayoutDashboardIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1048
+
1049
+ export declare const MonitorLockIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1050
+
1051
+ export declare const MonitorSmartphoneWatchIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1052
+
1053
+ export declare const MonitorsNetworkIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1054
+
1055
+ export declare const MonitorsXIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1056
+
1057
+ export declare const MonitorsZapIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
416
1058
 
417
1059
  export declare const MoonIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
418
1060
 
1061
+ export declare const MusicIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1062
+
1063
+ export declare const MysqlLogoIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1064
+
1065
+ export declare const Network2Icon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1066
+
419
1067
  export declare const NetworkIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
420
1068
 
1069
+ export declare const NewspaperIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1070
+
1071
+ export declare const NoteIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1072
+
421
1073
  export declare const OctagonAlertIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
422
1074
 
1075
+ declare type PaddingValues = number | `${number}%` | 'px';
1076
+
1077
+ export declare const PageBookmarkAzIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1078
+
1079
+ export declare const PageBookmarkIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1080
+
1081
+ export declare const PaintBucketIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1082
+
423
1083
  export declare const PaletteIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
424
1084
 
425
1085
  export declare const PanelLandscapeIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
@@ -430,99 +1090,327 @@ export declare const PanelsTopLeftIcon: ForwardRefExoticComponent<IconProps & Re
430
1090
 
431
1091
  export declare const PaperclipIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
432
1092
 
1093
+ export declare const PaperclipVerticalIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1094
+
1095
+ export declare const PaypalLogoIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1096
+
433
1097
  export declare const PcCaseIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
434
1098
 
435
1099
  export declare const PencilIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
436
1100
 
437
- export declare const Popover: React_2.FC<PopoverPrimitive.PopoverProps>;
1101
+ export declare const PencilLineIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1102
+
1103
+ export declare const PencilOffIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1104
+
1105
+ export declare const PencilRulerIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
438
1106
 
439
- export declare const PopoverContent: React_2.ForwardRefExoticComponent<Omit<PopoverPrimitive.PopoverContentProps & React_2.RefAttributes<HTMLDivElement>, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
1107
+ export declare const PhoneIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
440
1108
 
441
- export declare const PopoverTrigger: React_2.ForwardRefExoticComponent<PopoverPrimitive.PopoverTriggerProps & React_2.RefAttributes<HTMLButtonElement>>;
1109
+ export declare const PhonePlusIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1110
+
1111
+ export declare const PlusIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1112
+
1113
+ export declare function Popover(props: React_2.ComponentProps<typeof Popover_2.Root>): JSX_2.Element;
1114
+
1115
+ export declare namespace Popover {
1116
+ var displayName: string | undefined;
1117
+ }
1118
+
1119
+ /**
1120
+ * -----------------------------------------------------------------------------
1121
+ * PopoverContent
1122
+ * -----------------------------------------------------------------------------
1123
+ */
1124
+ export declare const PopoverContent: React_2.ForwardRefExoticComponent<Omit<Popover_2.PopoverContentProps & React_2.RefAttributes<HTMLDivElement>, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
1125
+
1126
+ /**
1127
+ * -----------------------------------------------------------------------------
1128
+ * PopoverTrigger
1129
+ * -----------------------------------------------------------------------------
1130
+ */
1131
+ export declare const PopoverTrigger: React_2.ForwardRefExoticComponent<Omit<Popover_2.PopoverTriggerProps & React_2.RefAttributes<HTMLButtonElement>, "ref"> & React_2.RefAttributes<HTMLButtonElement>>;
1132
+
1133
+ export declare const PostgresLogoIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
442
1134
 
443
1135
  export declare const PowerIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
444
1136
 
1137
+ export declare const PrinterIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1138
+
1139
+ export declare const PuzzleIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1140
+
1141
+ export declare const QrCodeIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1142
+
445
1143
  export declare const RadioIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
446
1144
 
447
- export declare const RadioSelectedIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1145
+ export declare const RadioInputIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1146
+
1147
+ export declare const RadioInputSelectedIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1148
+
1149
+ export declare const RadioSignalIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1150
+
1151
+ export declare const RectangleArrowRightIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1152
+
1153
+ export declare const RectangleArrowUpIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1154
+
1155
+ export declare const RectangleCheckIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1156
+
1157
+ export declare const RectangleEllipsisIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1158
+
1159
+ export declare const RectangleEllipsisShieldIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1160
+
1161
+ export declare const RectanglePlusIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1162
+
1163
+ export declare const RedditLogoIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
448
1164
 
449
1165
  export declare const RefreshCcwIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
450
1166
 
1167
+ export declare const RefreshCwCheckIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1168
+
451
1169
  export declare const ReplyIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
452
1170
 
1171
+ export declare const RocketIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1172
+
1173
+ export declare const RotateCcwClockIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1174
+
1175
+ export declare const RotateCcwDotIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1176
+
1177
+ export declare const RotateCcwSegmentIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1178
+
1179
+ export declare const RotateCcwSquareFileIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1180
+
1181
+ export declare const RotateCwClockIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1182
+
1183
+ export declare const RotateCwCogIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1184
+
1185
+ export declare const RotateCwDashedIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1186
+
453
1187
  export declare const RotateCwIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
454
1188
 
1189
+ export declare const RotateCwKeyIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1190
+
1191
+ export declare const RsaLogoIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1192
+
455
1193
  export declare const SaveIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
456
1194
 
457
1195
  export declare const ScanCameraIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
458
1196
 
459
- export declare const ScrollArea: React_2.ForwardRefExoticComponent<Omit<ScrollAreaPrimitive.ScrollAreaProps & React_2.RefAttributes<HTMLDivElement>, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
1197
+ export declare const ScanDotIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1198
+
1199
+ export declare const ScanFaceIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1200
+
1201
+ export declare const ScanLineIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1202
+
1203
+ export declare const ScanQrCodeIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
460
1204
 
461
- export declare const ScrollAreaViewport: React_2.ForwardRefExoticComponent<Omit<ScrollAreaPrimitive.ScrollAreaViewportProps & React_2.RefAttributes<HTMLDivElement>, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
1205
+ export declare const ScanSkullIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
462
1206
 
463
- export declare const ScrollBar: React_2.ForwardRefExoticComponent<Omit<ScrollAreaPrimitive.ScrollAreaScrollbarProps & React_2.RefAttributes<HTMLDivElement>, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
1207
+ export declare const ScanSmileIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1208
+
1209
+ export declare const SchoolIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1210
+
1211
+ export declare const ScrollArea: React_2.ForwardRefExoticComponent<ScrollAreaProps & React_2.RefAttributes<HTMLDivElement>>;
1212
+
1213
+ declare interface ScrollAreaProps extends React_2.ComponentPropsWithoutRef<typeof ScrollArea_2.Root> {
1214
+ }
1215
+
1216
+ /**
1217
+ * -----------------------------------------------------------------------------
1218
+ * ScrollAreaViewport
1219
+ * -----------------------------------------------------------------------------
1220
+ */
1221
+ export declare const ScrollAreaViewport: React_2.ForwardRefExoticComponent<Omit<ScrollArea_2.ScrollAreaViewportProps & React_2.RefAttributes<HTMLDivElement>, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
1222
+
1223
+ /**
1224
+ * -----------------------------------------------------------------------------
1225
+ * ScrollBar
1226
+ * -----------------------------------------------------------------------------
1227
+ */
1228
+ export declare const ScrollBar: React_2.ForwardRefExoticComponent<Omit<ScrollArea_2.ScrollAreaScrollbarProps & React_2.RefAttributes<HTMLDivElement>, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
1229
+
1230
+ export declare const ScrollTextArrowRightIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1231
+
1232
+ export declare const ScrollTextIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
464
1233
 
465
1234
  export declare const SearchIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
466
1235
 
467
- export declare const Select: React_2.FC<SelectPrimitive.SelectProps>;
1236
+ export declare const SecretsManagerLogoIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
468
1237
 
469
- export declare const SelectContent: React_2.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectContentProps & React_2.RefAttributes<HTMLDivElement>, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
1238
+ export declare function Select(props: React_2.ComponentPropsWithoutRef<typeof Select_2.Root>): JSX_2.Element;
470
1239
 
471
- export declare const SelectItem: React_2.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectItemProps & React_2.RefAttributes<HTMLDivElement>, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
1240
+ export declare namespace Select {
1241
+ var displayName: string | undefined;
1242
+ }
472
1243
 
473
- export declare const SelectTrigger: React_2.ForwardRefExoticComponent<(AccessibleInteractiveElementHelper & Omit<SelectPrimitive.SelectTriggerProps & React_2.RefAttributes<HTMLButtonElement>, "ref">) & React_2.RefAttributes<HTMLButtonElement>>;
1244
+ /**
1245
+ * -----------------------------------------------------------------------------
1246
+ * SelectContent
1247
+ * -----------------------------------------------------------------------------
1248
+ */
1249
+ export declare const SelectContent: React_2.ForwardRefExoticComponent<Omit<Select_2.SelectContentProps & React_2.RefAttributes<HTMLDivElement>, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
474
1250
 
475
- export declare const SelectValue: React_2.ForwardRefExoticComponent<SelectPrimitive.SelectValueProps & React_2.RefAttributes<HTMLSpanElement>>;
1251
+ /**
1252
+ * -----------------------------------------------------------------------------
1253
+ * SelectItem
1254
+ * -----------------------------------------------------------------------------
1255
+ */
1256
+ export declare const SelectItem: React_2.ForwardRefExoticComponent<Omit<Select_2.SelectItemProps & React_2.RefAttributes<HTMLDivElement>, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
1257
+
1258
+ /**
1259
+ * -----------------------------------------------------------------------------
1260
+ * SelectTrigger
1261
+ * -----------------------------------------------------------------------------
1262
+ */
1263
+ export declare const SelectTrigger: React_2.ForwardRefExoticComponent<(AccessibleInteractiveElementHelper & Omit<Select_2.SelectTriggerProps & React_2.RefAttributes<HTMLButtonElement>, "ref">) & React_2.RefAttributes<HTMLButtonElement>>;
476
1264
 
477
- export declare const Separator: React_2.ForwardRefExoticComponent<Omit<SeparatorPrimitive.SeparatorProps & React_2.RefAttributes<HTMLDivElement>, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
1265
+ /**
1266
+ * -----------------------------------------------------------------------------
1267
+ * SelectValue
1268
+ * -----------------------------------------------------------------------------
1269
+ */
1270
+ export declare const SelectValue: React_2.ForwardRefExoticComponent<Omit<Select_2.SelectValueProps & React_2.RefAttributes<HTMLSpanElement>, "ref"> & React_2.RefAttributes<HTMLSpanElement>>;
1271
+
1272
+ export declare const SendIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1273
+
1274
+ export declare const Separator: React_2.ForwardRefExoticComponent<SeparatorProps & React_2.RefAttributes<HTMLDivElement>>;
1275
+
1276
+ declare interface SeparatorProps extends React_2.ComponentPropsWithoutRef<typeof Separator_2.Root> {
1277
+ }
1278
+
1279
+ export declare const Server2Icon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
478
1280
 
479
1281
  export declare const ServerIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
480
1282
 
481
- export declare const SettingsIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1283
+ export declare const ServerNetworkArrowUpIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1284
+
1285
+ export declare const ServerNetworkIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1286
+
1287
+ export declare const ServerOutlineIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1288
+
1289
+ export declare const ServerShieldIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
482
1290
 
483
1291
  export declare const ShapesIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
484
1292
 
485
- export declare const ShieldQuestionIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1293
+ export declare const ShieldAlertIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1294
+
1295
+ export declare const ShieldCheckIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1296
+
1297
+ export declare const ShieldHalfIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1298
+
1299
+ export declare const ShieldKeyIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1300
+
1301
+ export declare const ShieldLockIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1302
+
1303
+ export declare const ShieldQuestionMarkIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
486
1304
 
487
1305
  export declare const ShieldSecurityIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
488
1306
 
1307
+ export declare const ShieldSunIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1308
+
1309
+ export declare const ShieldUserIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1310
+
1311
+ export declare const ShoppingCartIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1312
+
1313
+ export declare const SiteBlogIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1314
+
489
1315
  export declare const SkipForwardIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
490
1316
 
491
1317
  export declare const SlidersHorizontalIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
492
1318
 
1319
+ export declare const SlidersVerticalIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1320
+
1321
+ export declare const SmartphoneIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1322
+
1323
+ export declare const SmartphoneKeyIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1324
+
1325
+ export declare const SmileIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1326
+
493
1327
  export declare const SocialSecurityCardIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
494
1328
 
1329
+ export declare const SparklesIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1330
+
1331
+ export declare const SprayCanIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1332
+
1333
+ export declare const SquareArrowDownLeftSquareIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1334
+
1335
+ export declare const SquareArrowDownToLineIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1336
+
1337
+ export declare const SquareArrowOutLeftIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1338
+
495
1339
  export declare const SquareArrowOutUpRightIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
496
1340
 
1341
+ export declare const SquareArrowUpIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1342
+
1343
+ export declare const SquareArrowUpRightSquareIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1344
+
1345
+ export declare const SquareChartColumnIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1346
+
1347
+ export declare const SquareCheck2Icon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1348
+
497
1349
  export declare const SquareCheckIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
498
1350
 
1351
+ export declare const SquareDashedRightSolidIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1352
+
1353
+ export declare const SquareDashedSquareIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1354
+
1355
+ export declare const SquareGifIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1356
+
499
1357
  export declare const SquareGlobeLineIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
500
1358
 
501
1359
  export declare const SquareIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
502
1360
 
503
1361
  export declare const SquareImageIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
504
1362
 
1363
+ export declare const SquareInput2Icon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1364
+
505
1365
  export declare const SquareInputIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
506
1366
 
1367
+ export declare const SquareInputOffIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1368
+
507
1369
  export declare const SquareKeyUserIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
508
1370
 
1371
+ export declare const SquareMinusIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1372
+
1373
+ export declare const SquarePencilIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1374
+
1375
+ export declare const SquarePenLineIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1376
+
1377
+ export declare const SquarePlusIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1378
+
1379
+ export declare const SquarePlusOutlineIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1380
+
1381
+ export declare const SquareShapesIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1382
+
1383
+ export declare const SquareTextIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1384
+
509
1385
  export declare const SquareUserIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
510
1386
 
1387
+ export declare const SquareUserLinesIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1388
+
1389
+ export declare const SquareXIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1390
+
1391
+ export declare const StarHalfIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1392
+
511
1393
  export declare const StarIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
512
1394
 
513
1395
  export declare const StarOutlineIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
514
1396
 
515
- declare type Strings = typeof initialStrings;
1397
+ export declare const StickerIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
516
1398
 
517
1399
  export declare function StringsProvider({ children }: {
518
1400
  children: React_2.ReactNode;
519
1401
  }): JSX_2.Element;
520
1402
 
1403
+ declare type StringsSchema = typeof initialStrings;
1404
+
521
1405
  export declare const SunIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
522
1406
 
1407
+ export declare const SurfboardIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1408
+
1409
+ export declare const SwatchBookIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1410
+
523
1411
  export declare const Switch: React_2.ForwardRefExoticComponent<SwitchProps & React_2.RefAttributes<HTMLButtonElement>>;
524
1412
 
525
- declare type SwitchProps = AtLeastOneRequired<SwitchPropsA11y> & React_2.ComponentPropsWithoutRef<typeof SwitchPrimitives.Root>;
1413
+ declare type SwitchProps = AtLeastOneRequired<SwitchPropsA11y> & React_2.ComponentPropsWithoutRef<typeof Switch_2.Root>;
526
1414
 
527
1415
  declare type SwitchPropsA11y = {
528
1416
  id: string;
@@ -530,9 +1418,22 @@ declare type SwitchPropsA11y = {
530
1418
  'aria-label': string;
531
1419
  };
532
1420
 
1421
+ export declare const TableLinesIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1422
+
1423
+ export declare const TabletLayoutDashboardIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1424
+
1425
+ export declare const ThumbsUpIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1426
+
1427
+ export declare const ThumbsUpOutlineIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1428
+
1429
+ export declare const TimelineIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1430
+
533
1431
  export declare const TimerIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
534
1432
 
535
- export declare const Toast: () => JSX_2.Element;
1433
+ export declare const Toast: {
1434
+ (): JSX_2.Element;
1435
+ displayName: string;
1436
+ };
536
1437
 
537
1438
  declare function toast({ ...props }: ToasterProps): {
538
1439
  id: string;
@@ -540,8 +1441,13 @@ declare function toast({ ...props }: ToasterProps): {
540
1441
  update: (props: ToasterToast) => void;
541
1442
  };
542
1443
 
543
- declare const ToastAction: React_2.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastActionProps & React_2.RefAttributes<HTMLButtonElement>, "ref"> & React_2.RefAttributes<HTMLButtonElement>>;
1444
+ declare const ToastAction: React_2.ForwardRefExoticComponent<Omit<Toast_2.ToastActionProps & React_2.RefAttributes<HTMLButtonElement>, "ref"> & React_2.RefAttributes<HTMLButtonElement>>;
544
1445
 
1446
+ /**
1447
+ * -----------------------------------------------------------------------------
1448
+ * ToastAction
1449
+ * -----------------------------------------------------------------------------
1450
+ */
545
1451
  declare type ToastActionElement = React_2.ReactElement<typeof ToastAction>;
546
1452
 
547
1453
  declare type ToasterProps = Omit<ToasterToast, 'id'>;
@@ -555,24 +1461,120 @@ declare type ToasterToast = ToastProps & {
555
1461
  dismissButtonLabel?: string;
556
1462
  };
557
1463
 
558
- declare type ToastProps = React_2.ComponentPropsWithoutRef<typeof ToastRoot>;
1464
+ declare type ToastProps = React_2.ComponentPropsWithoutRef<typeof Toast_2.Root> & VariantProps<typeof toastRootVariants>;
1465
+
1466
+ /**
1467
+ * -----------------------------------------------------------------------------
1468
+ * ToastRoot
1469
+ * -----------------------------------------------------------------------------
1470
+ */
1471
+ declare const toastRootVariants: (props?: ClassProp | undefined) => string;
1472
+
1473
+ export declare function Tooltip(props: React_2.ComponentProps<typeof Tooltip_2.Root>): JSX_2.Element;
1474
+
1475
+ export declare namespace Tooltip {
1476
+ var displayName: string | undefined;
1477
+ }
1478
+
1479
+ /**
1480
+ * -----------------------------------------------------------------------------
1481
+ * TooltipContent
1482
+ * -----------------------------------------------------------------------------
1483
+ */
1484
+ export declare const TooltipContent: React_2.ForwardRefExoticComponent<Omit<Tooltip_2.TooltipContentProps & React_2.RefAttributes<HTMLDivElement>, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
559
1485
 
560
- declare const ToastRoot: React_2.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastProps & React_2.RefAttributes<HTMLLIElement>, "ref"> & VariantProps<(props?: ClassProp | undefined) => string> & React_2.RefAttributes<HTMLLIElement>>;
1486
+ /**
1487
+ * -----------------------------------------------------------------------------
1488
+ * TooltipProvider
1489
+ * -----------------------------------------------------------------------------
1490
+ */
1491
+ export declare function TooltipProvider({ delayDuration, disableHoverableContent, ...props }: React_2.ComponentProps<typeof Tooltip_2.Provider>): JSX_2.Element;
561
1492
 
562
- export declare const Tooltip: React_2.FC<TooltipPrimitive.TooltipProps>;
1493
+ export declare namespace TooltipProvider {
1494
+ var displayName: string | undefined;
1495
+ }
563
1496
 
564
- export declare const TooltipContent: React_2.ForwardRefExoticComponent<Omit<TooltipPrimitive.TooltipContentProps & React_2.RefAttributes<HTMLDivElement>, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
1497
+ /**
1498
+ * -----------------------------------------------------------------------------
1499
+ * TooltipTrigger
1500
+ * -----------------------------------------------------------------------------
1501
+ */
1502
+ export declare const TooltipTrigger: React_2.ForwardRefExoticComponent<Omit<Tooltip_2.TooltipTriggerProps & React_2.RefAttributes<HTMLButtonElement>, "ref"> & React_2.RefAttributes<HTMLButtonElement>>;
565
1503
 
566
- export declare const TooltipProvider: ({ disableHoverableContent, ...props }: React_2.ComponentPropsWithoutRef<typeof TooltipPrimitive.Provider>) => JSX_2.Element;
1504
+ export declare const Trash2Icon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
567
1505
 
568
- export declare const TooltipTrigger: React_2.ForwardRefExoticComponent<TooltipPrimitive.TooltipTriggerProps & React_2.RefAttributes<HTMLButtonElement>>;
1506
+ export declare const Trash3Icon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
569
1507
 
570
1508
  export declare const TrashIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
571
1509
 
1510
+ export declare const TrashWideNarrowIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1511
+
572
1512
  export declare const TriangleAlertIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
573
1513
 
1514
+ export declare const TriangleArrowsUpDownIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1515
+
1516
+ export declare const TriangleNetworkIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1517
+
1518
+ export declare const TrophyIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1519
+
1520
+ export declare const TunnelIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1521
+
1522
+ export declare const TunnelOffIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1523
+
1524
+ export declare const UndoIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1525
+
1526
+ export declare const UnplugIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1527
+
1528
+ export declare const UsbKeyIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1529
+
1530
+ export declare const useDirection: typeof Direction.useDirection;
1531
+
1532
+ export declare const UserBanIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1533
+
1534
+ export declare const UserEllipsisIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1535
+
1536
+ export declare const UserFunnelIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1537
+
1538
+ export declare const UserHeadset2Icon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1539
+
1540
+ export declare const UserHeadsetIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1541
+
1542
+ export declare const UserIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1543
+
1544
+ export declare const UserKeyIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1545
+
1546
+ export declare const UserLeftIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1547
+
1548
+ export declare const UserPencilIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1549
+
1550
+ export declare const UserPlusIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1551
+
1552
+ export declare const UserRacecarDriverIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1553
+
1554
+ export declare const UserRefreshCcwIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1555
+
1556
+ export declare const UserRightIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1557
+
1558
+ export declare const Users2Icon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1559
+
1560
+ export declare const UsersCheckIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1561
+
1562
+ export declare const UserShareIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1563
+
574
1564
  export declare const UsersIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
575
1565
 
1566
+ export declare const UsersPlusIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1567
+
1568
+ export declare const UserStudentIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1569
+
1570
+ export declare const UserTeacherIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1571
+
1572
+ export declare const UserUpIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1573
+
1574
+ export declare const UserWeightsIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1575
+
1576
+ export declare const UserXIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1577
+
576
1578
  export declare function useToast(): {
577
1579
  toast: typeof toast;
578
1580
  dismiss: (toastId?: string) => void;
@@ -581,6 +1583,32 @@ export declare function useToast(): {
581
1583
 
582
1584
  export declare const VaultIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
583
1585
 
1586
+ export declare const VaultOutlineIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1587
+
1588
+ export declare const VideoIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1589
+
1590
+ export declare const VideoOffIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1591
+
1592
+ export declare const VisaLogoIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1593
+
1594
+ export declare const VncLogoIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1595
+
1596
+ export declare const WalletIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1597
+
1598
+ export declare const Watch2Icon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1599
+
1600
+ export declare const WatchIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1601
+
1602
+ export declare const WatchStarIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1603
+
1604
+ export declare const WifiIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1605
+
1606
+ export declare const WrenchHammerIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1607
+
584
1608
  export declare const XIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
585
1609
 
1610
+ export declare const XLogoIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1611
+
1612
+ export declare const ZapIcon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1613
+
586
1614
  export { }