cekat-ui 1.3.18 → 1.3.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.mts CHANGED
@@ -5,6 +5,7 @@ import { CalendarDate } from '@internationalized/date';
5
5
  import { CalendarGridProps as CalendarGridProps_2 } from 'react-aria-components';
6
6
  import { CalendarProps as CalendarProps_2 } from 'react-aria-components';
7
7
  import { CellProps as CellProps_2 } from 'react-aria-components';
8
+ import { CheckboxProps as CheckboxProps_2 } from 'react-aria-components';
8
9
  import { ClassValue } from 'clsx';
9
10
  import { ColumnProps as ColumnProps_2 } from 'react-aria-components';
10
11
  import { ColumnResizerProps as ColumnResizerProps_2 } from 'react-aria-components';
@@ -18,7 +19,7 @@ import { DialogProps } from 'react-aria-components';
18
19
  import { GroupProps } from 'react-aria-components';
19
20
  import { IconProps as IconProps_2 } from '@tabler/icons-react';
20
21
  import { InputProps as InputProps_2 } from 'react-aria-components';
21
- import { JSX as JSX_2 } from 'react/jsx-runtime';
22
+ import { JSX } from 'react';
22
23
  import { Key } from 'react-aria-components';
23
24
  import { LinkProps as LinkProps_2 } from 'react-aria-components';
24
25
  import { LinkRenderProps } from 'react-aria-components';
@@ -30,6 +31,8 @@ import { MenuTrigger } from 'react-aria-components';
30
31
  import { ModalOverlayProps } from 'react-aria-components';
31
32
  import { PopoverProps as PopoverProps_2 } from 'react-aria-components';
32
33
  import { PressEvent } from 'react-aria-components';
34
+ import { RadioGroupProps as RadioGroupProps_2 } from 'react-aria-components';
35
+ import { RadioProps } from 'react-aria-components';
33
36
  import { RangeCalendarProps as RangeCalendarProps_2 } from 'react-aria-components';
34
37
  import * as React_2 from 'react';
35
38
  import { ReactNode } from 'react';
@@ -38,6 +41,7 @@ import { RowProps as RowProps_2 } from 'react-aria-components';
38
41
  import { SelectionIndicator } from 'react-aria-components';
39
42
  import { SelectProps as SelectProps_2 } from 'react-aria-components';
40
43
  import { SelectValueProps as SelectValueProps_2 } from 'react-aria-components';
44
+ import { SwitchProps } from 'react-aria-components';
41
45
  import { TableBodyProps as TableBodyProps_2 } from 'react-aria-components';
42
46
  import { TableFooterProps as TableFooterProps_2 } from 'react-aria-components';
43
47
  import { TableHeaderProps as TableHeaderProps_2 } from 'react-aria-components';
@@ -45,7 +49,7 @@ import { TableLoadMoreItemProps as TableLoadMoreItemProps_2 } from 'react-aria-c
45
49
  import { TableProps as TableProps_2 } from 'react-aria-components';
46
50
 
47
51
  export declare const Alert: {
48
- ({ title, description, color, layout, background, icon, iconVariant, showIcon, primaryAction, secondaryAction, actionVariant, actions, onClose, closeLabel, className, ...props }: AlertProps): JSX_2.Element;
52
+ ({ title, description, color, layout, background, icon, iconVariant, showIcon, primaryAction, secondaryAction, actionVariant, actions, onClose, closeLabel, className, ...props }: AlertProps): default_2.JSX.Element;
49
53
  displayName: string;
50
54
  };
51
55
 
@@ -102,7 +106,7 @@ export declare interface AlertProps extends Omit<React_2.HTMLAttributes<HTMLDivE
102
106
  }
103
107
 
104
108
  export declare const Avatar: {
105
- ({ src, alt, initials, size, color, status, statusIcon, contrastBorder, className, }: AvatarProps): JSX_2.Element;
109
+ ({ src, alt, initials, size, color, status, statusIcon, contrastBorder, className, }: AvatarProps): React_2.JSX.Element;
106
110
  displayName: string;
107
111
  };
108
112
 
@@ -112,7 +116,7 @@ export declare const Avatar: {
112
116
  declare type AvatarColor = 'brand' | 'gray' | 'error' | 'warning' | 'success';
113
117
 
114
118
  export declare const AvatarGroup: {
115
- ({ avatars, max, size, onAdd, className }: AvatarGroupProps): JSX_2.Element;
119
+ ({ avatars, max, size, onAdd, className }: AvatarGroupProps): React_2.JSX.Element;
116
120
  displayName: string;
117
121
  };
118
122
 
@@ -143,7 +147,7 @@ export declare interface AvatarGroupProps {
143
147
  export declare type AvatarGroupSize = 'xs' | 'sm' | 'md';
144
148
 
145
149
  export declare const AvatarLabelGroup: {
146
- ({ name, subtitle, src, initials, size, status, statusIcon, className, }: AvatarLabelGroupProps): JSX_2.Element;
150
+ ({ name, subtitle, src, initials, size, status, statusIcon, className, }: AvatarLabelGroupProps): React_2.JSX.Element;
147
151
  displayName: string;
148
152
  };
149
153
 
@@ -162,7 +166,7 @@ export declare interface AvatarLabelGroupProps {
162
166
  export declare type AvatarLabelGroupSize = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
163
167
 
164
168
  export declare const AvatarProfilePhoto: {
165
- ({ src, alt, initials, size, verified, contrastBorder, className, }: AvatarProfilePhotoProps): JSX_2.Element;
169
+ ({ src, alt, initials, size, verified, contrastBorder, className, }: AvatarProfilePhotoProps): React_2.JSX.Element;
166
170
  displayName: string;
167
171
  };
168
172
 
@@ -199,14 +203,14 @@ export declare type AvatarSize = 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl';
199
203
  export declare type AvatarStatus = 'none' | 'online' | 'company' | 'verified';
200
204
 
201
205
  export declare const Badge: {
202
- ({ children, size, shape, variant, color, customColor, modern, icon, trailingIcon, checked, onCheckedChange, onClose, iconOnly, disabled, className, }: BadgeProps): JSX_2.Element;
206
+ ({ children, size, shape, variant, color, customColor, modern, icon, trailingIcon, checked, onCheckedChange, onClose, iconOnly, disabled, className, }: BadgeProps): React_2.JSX.Element;
203
207
  displayName: string;
204
208
  };
205
209
 
206
210
  export declare type BadgeColor = 'brand' | 'gray' | 'error' | 'warning' | 'success' | 'blue-gray' | 'blue-light' | 'indigo' | 'purple' | 'blue' | 'pink' | 'orange';
207
211
 
208
212
  export declare const BadgeGroup: {
209
- ({ badgeLabel, children, size, theme, color, badgePosition, icon, onClick, className, }: BadgeGroupProps): JSX_2.Element;
213
+ ({ badgeLabel, children, size, theme, color, badgePosition, icon, onClick, className, }: BadgeGroupProps): React_2.JSX.Element;
210
214
  displayName: string;
211
215
  };
212
216
 
@@ -258,6 +262,117 @@ export declare type BadgeSize = 'sm' | 'md' | 'lg';
258
262
 
259
263
  export declare type BadgeVariant = 'solid' | 'outline';
260
264
 
265
+ export declare const BaseAvatar: {
266
+ ({ src, alt, initials, size, color, status, statusIcon, contrastBorder, className, }: BaseAvatarProps): React_2.JSX.Element;
267
+ displayName: string;
268
+ };
269
+
270
+ export declare type BaseAvatarColor = 'brand' | 'gray' | 'error' | 'warning' | 'success';
271
+
272
+ export declare const BaseAvatarGroup: {
273
+ ({ avatars, max, size, onAdd, addLabel, className, }: BaseAvatarGroupProps): React_2.JSX.Element;
274
+ displayName: string;
275
+ };
276
+
277
+ export declare interface BaseAvatarGroupItem {
278
+ src?: string;
279
+ alt?: string;
280
+ initials?: React_2.ReactNode;
281
+ /** Tooltip content and the stable seed used for an initials color. */
282
+ label?: React_2.ReactNode;
283
+ initialsTextColor?: string;
284
+ initialsBgColor?: string;
285
+ borderColor?: string;
286
+ }
287
+
288
+ export declare interface BaseAvatarGroupProps {
289
+ avatars: BaseAvatarGroupItem[];
290
+ /** Maximum visible avatars before the remaining users are collapsed into a +N avatar. */
291
+ max?: number;
292
+ size?: BaseAvatarGroupSize;
293
+ /** Shows the Figma add-avatar control when provided. */
294
+ onAdd?: () => void;
295
+ addLabel?: string;
296
+ className?: string;
297
+ }
298
+
299
+ export declare type BaseAvatarGroupSize = Extract<BaseAvatarSize, 'xs' | 'sm' | 'md'>;
300
+
301
+ export declare const BaseAvatarLabelGroup: {
302
+ ({ name, supportText, subtitle, role, src, alt, initials, size, status, statusIcon, contrastBorder, className, }: BaseAvatarLabelGroupProps): React_2.JSX.Element;
303
+ displayName: string;
304
+ };
305
+
306
+ export declare interface BaseAvatarLabelGroupProps {
307
+ name: React_2.ReactNode;
308
+ /** Secondary/supporting text shown below the name. */
309
+ supportText?: React_2.ReactNode;
310
+ /** Compatibility alias for supportText. supportText takes precedence when both are set. */
311
+ subtitle?: React_2.ReactNode;
312
+ /** Optional role displayed beside the name. */
313
+ role?: React_2.ReactNode;
314
+ src?: string;
315
+ alt?: string;
316
+ initials?: React_2.ReactNode;
317
+ size?: BaseAvatarLabelGroupSize;
318
+ status?: BaseAvatarStatus;
319
+ statusIcon?: React_2.ReactNode;
320
+ contrastBorder?: boolean;
321
+ className?: string;
322
+ }
323
+
324
+ export declare type BaseAvatarLabelGroupSize = Extract<BaseAvatarSize, 'xs' | 'sm' | 'md' | 'lg' | 'xl'>;
325
+
326
+ export declare const BaseAvatarProfilePhoto: {
327
+ ({ src, alt, initials, size, verified, contrastBorder, className, }: BaseAvatarProfilePhotoProps): React_2.JSX.Element;
328
+ displayName: string;
329
+ };
330
+
331
+ export declare interface BaseAvatarProfilePhotoProps {
332
+ src?: string;
333
+ alt?: string;
334
+ initials?: React_2.ReactNode;
335
+ size?: BaseAvatarProfilePhotoSize;
336
+ verified?: boolean;
337
+ contrastBorder?: boolean;
338
+ className?: string;
339
+ }
340
+
341
+ export declare type BaseAvatarProfilePhotoSize = 'sm' | 'md' | 'lg';
342
+
343
+ export declare interface BaseAvatarProps {
344
+ /** Image URL. When provided, the image takes precedence over initials and the placeholder. */
345
+ src?: string;
346
+ alt?: string;
347
+ /** Centered content rendered when no image is provided. */
348
+ initials?: React_2.ReactNode;
349
+ size?: BaseAvatarSize;
350
+ color?: BaseAvatarColor;
351
+ status?: BaseAvatarStatus;
352
+ /** Custom content for the company status badge, such as a company logo. */
353
+ statusIcon?: React_2.ReactNode;
354
+ contrastBorder?: boolean;
355
+ className?: string;
356
+ }
357
+
358
+ export declare type BaseAvatarSize = 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl';
359
+
360
+ export declare type BaseAvatarStatus = 'none' | 'online' | 'company' | 'verified';
361
+
362
+ export declare const BaseCheckbox: React_2.ForwardRefExoticComponent<BaseCheckboxProps & React_2.RefAttributes<HTMLLabelElement>>;
363
+
364
+ export declare interface BaseCheckboxProps extends Omit<CheckboxProps_2, 'children' | 'className'> {
365
+ /** Primary, clickable label shown beside the control. */
366
+ label: React_2.ReactNode;
367
+ /** Optional secondary copy shown beneath the label. */
368
+ supportingText?: React_2.ReactNode;
369
+ size?: BaseCheckboxSize;
370
+ className?: string;
371
+ indicatorClassName?: string;
372
+ }
373
+
374
+ export declare type BaseCheckboxSize = 'sm' | 'md';
375
+
261
376
  /**
262
377
  * The shared foundation every Input-family component is built on — see
263
378
  * `RFC-input-family.md` (Decision #0) for the full rationale. Anatomy is exactly three parts:
@@ -305,13 +420,51 @@ export declare interface BaseInputProps extends Omit<React_2.InputHTMLAttributes
305
420
  wrapperClassName?: ClassValue;
306
421
  }
307
422
 
423
+ export declare const BaseRadio: React_2.ForwardRefExoticComponent<BaseRadioProps & React_2.RefAttributes<HTMLLabelElement>>;
424
+
425
+ export declare const BaseRadioGroup: React_2.ForwardRefExoticComponent<BaseRadioGroupProps & React_2.RefAttributes<HTMLDivElement>>;
426
+
427
+ export declare interface BaseRadioGroupProps extends Omit<RadioGroupProps_2, 'children' | 'className'> {
428
+ children: React_2.ReactNode;
429
+ className?: string;
430
+ }
431
+
432
+ export declare interface BaseRadioProps extends Omit<RadioProps, 'children' | 'className'> {
433
+ /** Primary, clickable label shown beside the control. */
434
+ label: React_2.ReactNode;
435
+ /** Optional secondary copy shown beneath the label. */
436
+ supportingText?: React_2.ReactNode;
437
+ size?: BaseRadioSize;
438
+ className?: string;
439
+ indicatorClassName?: string;
440
+ }
441
+
442
+ export declare type BaseRadioSize = 'sm' | 'md';
443
+
444
+ export declare const BaseToggle: React_2.ForwardRefExoticComponent<BaseToggleProps & React_2.RefAttributes<HTMLLabelElement>>;
445
+
446
+ export declare interface BaseToggleProps extends Omit<SwitchProps, 'children' | 'className'> {
447
+ /** Primary, clickable label shown beside the switch. */
448
+ label?: React_2.ReactNode;
449
+ /** Optional secondary copy shown beneath the label. */
450
+ supportingText?: React_2.ReactNode;
451
+ size?: BaseToggleSize;
452
+ variant?: BaseToggleVariant;
453
+ className?: string;
454
+ trackClassName?: string;
455
+ }
456
+
457
+ export declare type BaseToggleSize = 'sm' | 'md';
458
+
459
+ export declare type BaseToggleVariant = 'default' | 'success';
460
+
308
461
  /**
309
462
  * Wraps RAC's `<Breadcrumb>` (an `<li>`). RAC computes `isCurrent` from the item's position
310
463
  * in the collection — the last item gets it — so the trailing separator is suppressed
311
464
  * automatically instead of the caller having to know which crumb is last.
312
465
  */
313
466
  export declare const Breadcrumb: {
314
- ({ className, children }: BreadcrumbProps): JSX_2.Element;
467
+ ({ className, children }: BreadcrumbProps): React_2.JSX.Element;
315
468
  displayName: string;
316
469
  };
317
470
 
@@ -323,7 +476,7 @@ export declare const Breadcrumb: {
323
476
  * element a `<span>` rather than a disabled `<a>`.
324
477
  */
325
478
  export declare const BreadcrumbLink: {
326
- ({ variant, size, icon, children, ...props }: BreadcrumbLinkProps): JSX_2.Element;
479
+ ({ variant, size, icon, children, ...props }: BreadcrumbLinkProps): React_2.JSX.Element;
327
480
  displayName: string;
328
481
  };
329
482
 
@@ -343,13 +496,13 @@ export declare interface BreadcrumbProps {
343
496
  * child through context rather than being repeated per item.
344
497
  */
345
498
  export declare const Breadcrumbs: {
346
- ({ "aria-label": ariaLabel, separator, variant, size, isDisabled, className, children, }: BreadcrumbsProps): JSX_2.Element;
499
+ ({ "aria-label": ariaLabel, separator, variant, size, isDisabled, className, children, }: BreadcrumbsProps): React_2.JSX.Element;
347
500
  displayName: string;
348
501
  };
349
502
 
350
503
  /** Decorative only — `aria-hidden` keeps it out of the accessible name and tab order. */
351
504
  export declare const BreadcrumbSeparator: {
352
- ({ type, className }: BreadcrumbSeparatorProps): JSX_2.Element;
505
+ ({ type, className }: BreadcrumbSeparatorProps): React_2.JSX.Element;
353
506
  displayName: string;
354
507
  };
355
508
 
@@ -410,7 +563,7 @@ export declare type ButtonVariant = 'solid' | 'outline' | 'outline-primary' | 'g
410
563
  * per CLDR); pass `firstDayOfWeek="mon"` to force Figma's grid regardless of locale. See RFC
411
564
  * Decision #7.
412
565
  */
413
- export declare function Calendar<T extends DateValue>({ size, hasActivity, className, children, ...props }: CalendarProps<T>): JSX_2.Element;
566
+ export declare function Calendar<T extends DateValue>({ size, hasActivity, className, children, ...props }: CalendarProps<T>): React_2.JSX.Element;
414
567
 
415
568
  /**
416
569
  * A single day cell.
@@ -426,7 +579,7 @@ export declare function Calendar<T extends DateValue>({ size, hasActivity, class
426
579
  * rather than requiring a new slot — `formattedDate` still comes from RAC so locale-specific
427
580
  * numerals are preserved.
428
581
  */
429
- export declare function CalendarCell({ date, size, className, ...props }: CalendarCellProps): JSX_2.Element;
582
+ export declare function CalendarCell({ date, size, className, ...props }: CalendarCellProps): React_2.JSX.Element;
430
583
 
431
584
  export declare interface CalendarCellProps extends Omit<CalendarCellProps_2, 'className'> {
432
585
  /** @default 'md' — inherited from the parent `Calendar` when omitted. */
@@ -440,7 +593,7 @@ export declare interface CalendarCellProps extends Omit<CalendarCellProps_2, 'cl
440
593
  * node (the weekday labels are drawn as ordinary cell instances), so this is a structure we
441
594
  * add rather than reproduce.
442
595
  */
443
- export declare function CalendarGrid({ size, className, ...props }: CalendarGridProps): JSX_2.Element;
596
+ export declare function CalendarGrid({ size, className, ...props }: CalendarGridProps): React_2.JSX.Element;
444
597
 
445
598
  export declare interface CalendarGridProps extends Omit<CalendarGridProps_2, 'className' | 'style'> {
446
599
  /** @default 'md' — inherited from the parent `Calendar` when omitted. */
@@ -460,7 +613,7 @@ export declare interface CalendarGridProps extends Omit<CalendarGridProps_2, 'cl
460
613
  * English default would be wrong the moment the surrounding app runs in Indonesian — which,
461
614
  * per RFC Decision #7, is the locale we tell consumers to set.
462
615
  */
463
- export declare function CalendarHeader({ previousLabel, nextLabel, withPickers, visibleYears, offset, className, }: CalendarHeaderProps): JSX_2.Element;
616
+ export declare function CalendarHeader({ previousLabel, nextLabel, withPickers, visibleYears, offset, className, }: CalendarHeaderProps): React_2.JSX.Element;
464
617
 
465
618
  /**
466
619
  * Header row: month label plus previous/next buttons. Figma `Month` frame (280×36) in
@@ -514,7 +667,7 @@ export declare interface CalendarHeaderProps {
514
667
  * rather than rendering RAC's `CalendarMonthPicker`, because that component always reads the
515
668
  * un-offset context state directly and offers no way to substitute it.
516
669
  */
517
- export declare function CalendarMonthSelect({ format, size, offset, className, }: CalendarMonthSelectProps): JSX_2.Element;
670
+ export declare function CalendarMonthSelect({ format, size, offset, className, }: CalendarMonthSelectProps): React_2.JSX.Element;
518
671
 
519
672
  export declare interface CalendarMonthSelectProps {
520
673
  /**
@@ -586,7 +739,7 @@ export declare type CalendarSize = 'sm' | 'md';
586
739
  * own `minValue`/`maxValue` instead; those are what the grid enforces anyway, so driving it
587
740
  * from here would let the two disagree.
588
741
  */
589
- export declare function CalendarYearSelect({ visibleYears, size, offset, className, }: CalendarYearSelectProps): JSX_2.Element;
742
+ export declare function CalendarYearSelect({ visibleYears, size, offset, className, }: CalendarYearSelectProps): React_2.JSX.Element;
590
743
 
591
744
  export declare interface CalendarYearSelectProps {
592
745
  /**
@@ -638,7 +791,7 @@ declare type CheckboxSize = 'sm' | 'md'
638
791
  | 'lg';
639
792
 
640
793
  export declare const CheckIcon: {
641
- ({ size, color, type, className, }: CheckIconProps): JSX_2.Element;
794
+ ({ size, color, type, className, }: CheckIconProps): React_2.JSX.Element;
642
795
  displayName: string;
643
796
  };
644
797
 
@@ -744,7 +897,7 @@ export declare interface ComboBoxInputProps extends Omit<InputProps_2, 'classNam
744
897
  * CollectionItem foundation through `ListBoxItem`; selected Neutral styling is shared with
745
898
  * Select and ListBox rather than declared here.
746
899
  */
747
- export declare function ComboBoxItem<T extends object>({ className, ...props }: ListBoxItemProps<T>): JSX_2.Element;
900
+ export declare function ComboBoxItem<T extends object>({ className, ...props }: ListBoxItemProps<T>): React_2.JSX.Element;
748
901
 
749
902
  export declare interface ComboBoxProps<T extends object, M extends ComboBoxSelectionMode = 'single'> extends Omit<ComboBoxProps_2<T, M>, 'className' | 'style' | 'children'> {
750
903
  children: ComboBoxProps_2<T, M>['children'];
@@ -773,7 +926,7 @@ export declare type ComboBoxSize = 'xs' | 'sm' | 'md';
773
926
  * every consumer gets Figma's fixed-height, non-wrapping `Tags` layout by construction, rather
774
927
  * than each call site having to remember to wrap it correctly.
775
928
  */
776
- export declare const ComboBoxTags: ({ children }: ComboBoxTagsProps) => JSX_2.Element | null;
929
+ export declare const ComboBoxTags: ({ children }: ComboBoxTagsProps) => React_2.JSX.Element | null;
777
930
 
778
931
  export declare interface ComboBoxTagsProps {
779
932
  /** Rendered per selected item; must call the given `onRemove` from a close affordance. */
@@ -851,7 +1004,7 @@ export declare interface CurrencyOption {
851
1004
  * `Group` wraps the segments so the leading `icon` and `trailing` slot are siblings of the
852
1005
  * input rather than inside it — the same shape `ComboBoxTrigger` uses.
853
1006
  */
854
- export declare function DateField<T extends DateValue>({ size, icon, trailing, className, style, ...props }: DateFieldProps<T>): JSX_2.Element;
1007
+ export declare function DateField<T extends DateValue>({ size, icon, trailing, className, style, ...props }: DateFieldProps<T>): React_2.JSX.Element;
855
1008
 
856
1009
  export declare interface DateFieldProps<T extends DateValue> extends Omit<DateFieldProps_2<T>, 'className' | 'style' | 'children'> {
857
1010
  /** Shares `Input`'s scale so the two line up when composed side by side. @default 'md' */
@@ -870,7 +1023,7 @@ export declare interface DateFieldProps<T extends DateValue> extends Omit<DateFi
870
1023
  export declare type DateFieldSize = 'xs' | 'sm' | 'md';
871
1024
 
872
1025
  export declare const Dot: {
873
- ({ size, outline, className }: DotProps): JSX_2.Element;
1026
+ ({ size, outline, className }: DotProps): React_2.JSX.Element;
874
1027
  displayName: string;
875
1028
  };
876
1029
 
@@ -905,7 +1058,7 @@ export declare interface EmptyStateProps {
905
1058
  }
906
1059
 
907
1060
  export declare const FeaturedIcon: {
908
- ({ icon, size, color, type, className, }: FeaturedIconProps): JSX_2.Element;
1061
+ ({ icon, size, color, type, className, }: FeaturedIconProps): React_2.JSX.Element;
909
1062
  displayName: string;
910
1063
  };
911
1064
 
@@ -945,7 +1098,7 @@ export declare type FeaturedIconType = 'light' | 'dark' | 'modern' | 'glass';
945
1098
  export declare function getDefaultCountryOptions(): CountryOption[];
946
1099
 
947
1100
  export declare const Icon: {
948
- ({ icon: IconComponent, size, strokeWidth, label, className, ...rest }: IconProps): JSX_2.Element;
1101
+ ({ icon: IconComponent, size, strokeWidth, label, className, ...rest }: IconProps): React_2.JSX.Element;
949
1102
  displayName: string;
950
1103
  };
951
1104
 
@@ -994,7 +1147,7 @@ declare const Input_2: default_2.ForwardRefExoticComponent<InputProps & default_
994
1147
  * detected brand is surfaced via `onChange`'s second argument so a consumer with their own
995
1148
  * cleared icon set can render it in `leftSlot` themselves.
996
1149
  */
997
- export declare function InputCardNumber({ size, label, required, hint, error, disabled, placeholder, value, leftSlot, onChange, className, wrapperClassName, }: InputCardNumberProps): JSX_2.Element;
1150
+ export declare function InputCardNumber({ size, label, required, hint, error, disabled, placeholder, value, leftSlot, onChange, className, wrapperClassName, }: InputCardNumberProps): React_2.JSX.Element;
998
1151
 
999
1152
  export declare interface InputCardNumberProps {
1000
1153
  size?: DateFieldSize;
@@ -1030,7 +1183,7 @@ declare type InputCompound = typeof Input_2 & {
1030
1183
  Suffix: typeof InputSuffix;
1031
1184
  };
1032
1185
 
1033
- export declare function InputCounter({ size, label, required, hint, disabled, error, className, wrapperClassName, value, maxLength, placeholder, onChange, }: InputCounterProps): JSX_2.Element;
1186
+ export declare function InputCounter({ size, label, required, hint, disabled, error, className, wrapperClassName, value, maxLength, placeholder, onChange, }: InputCounterProps): default_2.JSX.Element;
1034
1187
 
1035
1188
  declare interface InputCounterProps {
1036
1189
  size?: 'sm' | 'md';
@@ -1047,7 +1200,7 @@ declare interface InputCounterProps {
1047
1200
  onChange?: default_2.ChangeEventHandler<HTMLInputElement>;
1048
1201
  }
1049
1202
 
1050
- export declare function InputDropdown({ size, type, label, required, helpIcon, hint, placeholder, disabled, compact, leadingIcon, options, value, onChange, values, onValuesChange, hideTagsOnFocus, className, wrapperClassName, }: InputDropdownProps): JSX_2.Element;
1203
+ export declare function InputDropdown({ size, type, label, required, helpIcon, hint, placeholder, disabled, compact, leadingIcon, options, value, onChange, values, onValuesChange, hideTagsOnFocus, className, wrapperClassName, }: InputDropdownProps): React_2.JSX.Element;
1051
1204
 
1052
1205
  export declare interface InputDropdownOption {
1053
1206
  id: string;
@@ -1128,7 +1281,7 @@ export declare type InputDropdownType = 'default' | 'search' | 'tags';
1128
1281
  * Formatting/validation is `libphonenumber-js`'s `AsYouType`/`parsePhoneNumberFromString`,
1129
1282
  * matching `phoneUtils.ts`'s exact behavior rather than reinventing phone parsing.
1130
1283
  */
1131
- export declare function InputPhone({ size, label, required, hint, error, disabled, placeholder, value, defaultCountry, countries, onChange, className, wrapperClassName, }: InputPhoneProps): JSX_2.Element;
1284
+ export declare function InputPhone({ size, label, required, hint, error, disabled, placeholder, value, defaultCountry, countries, onChange, className, wrapperClassName, }: InputPhoneProps): React_2.JSX.Element;
1132
1285
 
1133
1286
  export declare interface InputPhoneProps {
1134
1287
  size?: DateFieldSize;
@@ -1162,7 +1315,7 @@ export declare interface InputPhoneProps {
1162
1315
 
1163
1316
  declare function InputPrefix({ children }: {
1164
1317
  children: ReactNode;
1165
- }): JSX_2.Element;
1318
+ }): JSX.Element;
1166
1319
 
1167
1320
  /**
1168
1321
  * Rebuild of the old `SaleAmountInput` export slot — the previous implementation was a dead
@@ -1178,7 +1331,7 @@ declare function InputPrefix({ children }: {
1178
1331
  * `locale` field (thousands/decimal separators via `Intl.NumberFormat`, see `amountFormat.ts`),
1179
1332
  * not hardcoded to any single currency's conventions.
1180
1333
  */
1181
- export declare function InputPrice({ size, label, required, hint, error, disabled, placeholder, value, currency, currencies, onCurrencyChange, onChange, className, wrapperClassName, }: InputPriceProps): JSX_2.Element;
1334
+ export declare function InputPrice({ size, label, required, hint, error, disabled, placeholder, value, currency, currencies, onCurrencyChange, onChange, className, wrapperClassName, }: InputPriceProps): React_2.JSX.Element;
1182
1335
 
1183
1336
  export declare interface InputPriceProps {
1184
1337
  size?: DateFieldSize;
@@ -1233,7 +1386,7 @@ declare interface InputProps extends Omit<React_2.InputHTMLAttributes<HTMLInputE
1233
1386
 
1234
1387
  declare function InputSuffix({ children }: {
1235
1388
  children: ReactNode;
1236
- }): JSX_2.Element;
1389
+ }): JSX.Element;
1237
1390
 
1238
1391
  declare interface InputTrailingButtonSlot {
1239
1392
  label: React_2.ReactNode;
@@ -1296,7 +1449,7 @@ export declare interface ListBoxProps<T extends object> extends Omit<ListBoxProp
1296
1449
  }
1297
1450
 
1298
1451
  /** A `Separator` element, not an item variant. */
1299
- export declare const ListBoxSeparator: ({ className }: ListBoxSeparatorProps) => JSX_2.Element;
1452
+ export declare const ListBoxSeparator: ({ className }: ListBoxSeparatorProps) => React_2.JSX.Element;
1300
1453
 
1301
1454
  export declare interface ListBoxSeparatorProps {
1302
1455
  className?: string;
@@ -1318,7 +1471,7 @@ export declare interface ListBoxSeparatorProps {
1318
1471
  * via a failing interaction test before this wrapper was added; see Loading.stories.tsx).
1319
1472
  */
1320
1473
  export declare const Loading: {
1321
- ({ size, style, supportingText, label, className, }: LoadingProps): JSX_2.Element;
1474
+ ({ size, style, supportingText, label, className, }: LoadingProps): React_2.JSX.Element;
1322
1475
  displayName: string;
1323
1476
  };
1324
1477
 
@@ -1351,7 +1504,7 @@ export declare const Menu: <T extends object>(props: MenuProps<T> & {
1351
1504
  * this back to a raw `<div>` reproduces zero rendered `role="menuitem"` elements on open, even
1352
1505
  * with otherwise-unmodified content.
1353
1506
  */
1354
- export declare const MenuHeader: ({ children, className }: MenuHeaderProps) => JSX_2.Element;
1507
+ export declare const MenuHeader: ({ children, className }: MenuHeaderProps) => React_2.JSX.Element;
1355
1508
 
1356
1509
  export declare interface MenuHeaderProps {
1357
1510
  children: React_2.ReactNode;
@@ -1381,7 +1534,7 @@ export declare interface MenuProps<T extends object> extends Omit<MenuProps_2<T>
1381
1534
  }
1382
1535
 
1383
1536
  /** A `Separator` element, not an item variant. */
1384
- export declare const MenuSeparator: ({ className }: MenuSeparatorProps) => JSX_2.Element;
1537
+ export declare const MenuSeparator: ({ className }: MenuSeparatorProps) => React_2.JSX.Element;
1385
1538
 
1386
1539
  export declare interface MenuSeparatorProps {
1387
1540
  className?: string;
@@ -1469,9 +1622,9 @@ export declare interface ModalProps extends Omit<ModalOverlayProps, 'className'
1469
1622
 
1470
1623
  export declare type ModalSize = 'sm' | 'md' | 'lg';
1471
1624
 
1472
- export declare function MultiSelect<T extends object>({ 'aria-label': ariaLabel, items, children, selectedKeys: controlledSelectedKeys, defaultSelectedKeys, onSelectionChange, disabledKeys, getTextValue, filter, searchValue, defaultSearchValue, onSearchChange, isDisabled, className, }: MultiSelectProps<T>): JSX_2.Element;
1625
+ export declare function MultiSelect<T extends object>({ 'aria-label': ariaLabel, items, children, selectedKeys: controlledSelectedKeys, defaultSelectedKeys, onSelectionChange, disabledKeys, getTextValue, filter, searchValue, defaultSearchValue, onSearchChange, isDisabled, className, }: MultiSelectProps<T>): React_2.JSX.Element;
1473
1626
 
1474
- export declare function MultiSelectPopover<T extends object>({ children, searchPlaceholder, emptyState, className, }: MultiSelectPopoverProps<T>): JSX_2.Element;
1627
+ export declare function MultiSelectPopover<T extends object>({ children, searchPlaceholder, emptyState, className, }: MultiSelectPopoverProps<T>): React_2.JSX.Element;
1475
1628
 
1476
1629
  export declare interface MultiSelectPopoverProps<T extends object> {
1477
1630
  children: (item: T) => React_2.ReactElement;
@@ -1521,7 +1674,7 @@ declare type NativeButtonProps = Omit<React_2.ButtonHTMLAttributes<HTMLButtonEle
1521
1674
  * `~/Desktop/cekat-ds-audit/RFC-alert-toast-component.md` §8 for why.
1522
1675
  */
1523
1676
  export declare const NotificationToast: {
1524
- ({ type, title, supportingText, primaryAction, secondaryAction, onClose, closeLabel, icon, avatarSrc, avatarAlt, timestamp, imageSrc, imageAlt, progressValue, progressLabel, className, }: NotificationToastProps): JSX_2.Element;
1677
+ ({ type, title, supportingText, primaryAction, secondaryAction, onClose, closeLabel, icon, avatarSrc, avatarAlt, timestamp, imageSrc, imageAlt, progressValue, progressLabel, className, }: NotificationToastProps): React_2.JSX.Element;
1525
1678
  displayName: string;
1526
1679
  };
1527
1680
 
@@ -1595,7 +1748,7 @@ export declare interface PopoverProps extends Omit<PopoverProps_2, 'className' |
1595
1748
 
1596
1749
  export { PressEvent }
1597
1750
 
1598
- export declare const RadioGroup: ({ value, defaultValue, onValueChange, children, className, }: RadioGroupProps) => JSX_2.Element;
1751
+ export declare const RadioGroup: ({ value, defaultValue, onValueChange, children, className, }: RadioGroupProps) => React_2.JSX.Element;
1599
1752
 
1600
1753
  export declare const RadioGroupItem: React_2.ForwardRefExoticComponent<RadioGroupItemProps & React_2.RefAttributes<HTMLButtonElement>>;
1601
1754
 
@@ -1639,7 +1792,7 @@ declare type RadioSize = 'sm' | 'md'
1639
1792
  * </div>
1640
1793
  * </RangeCalendar>
1641
1794
  */
1642
- export declare function RangeCalendar<T extends DateValue>({ size, hasActivity, className, children, ...props }: RangeCalendarProps<T>): JSX_2.Element;
1795
+ export declare function RangeCalendar<T extends DateValue>({ size, hasActivity, className, children, ...props }: RangeCalendarProps<T>): React_2.JSX.Element;
1643
1796
 
1644
1797
  export declare interface RangeCalendarProps<T extends DateValue> extends Omit<RangeCalendarProps_2<T>, 'className' | 'style' | 'children'> {
1645
1798
  /** @default 'md' */
@@ -1671,13 +1824,13 @@ export { SelectionIndicator }
1671
1824
  * CollectionItem foundation through `ListBoxItem`; selected Neutral styling is owned by that
1672
1825
  * foundation rather than a Select-specific class.
1673
1826
  */
1674
- export declare function SelectItem<T extends object>({ className, ...props }: ListBoxItemProps<T>): JSX_2.Element;
1827
+ export declare function SelectItem<T extends object>({ className, ...props }: ListBoxItemProps<T>): React_2.JSX.Element;
1675
1828
 
1676
1829
  /**
1677
1830
  * `Popover` + `ListBox`, with a search field filtering `items` in between. The query is read
1678
1831
  * from `useSelectSearchContext` rather than local state — see `select.context.ts` for why.
1679
1832
  */
1680
- export declare function SelectPopover<T extends object>({ items, children, getTextValue, filter, searchPlaceholder, searchAriaLabel, emptyState, className, }: SelectPopoverProps<T>): JSX_2.Element;
1833
+ export declare function SelectPopover<T extends object>({ items, children, getTextValue, filter, searchPlaceholder, searchAriaLabel, emptyState, className, }: SelectPopoverProps<T>): React_2.JSX.Element;
1681
1834
 
1682
1835
  /**
1683
1836
  * Drop-in replacement for a plain `Popover` + `ListBox` pair (see `Calendar.tsx` for that bare
@@ -1765,7 +1918,7 @@ declare interface StickyProps {
1765
1918
  * exactly as before and get roving-tabindex keyboard nav for free.
1766
1919
  */
1767
1920
  export declare const Tab: {
1768
- ({ children, variant, size, fullWidth, count, iconLeft, iconRight, disabled, onClick, className, id, active: _active, }: TabProps): JSX_2.Element;
1921
+ ({ children, variant, size, fullWidth, count, iconLeft, iconRight, disabled, onClick, className, id, active: _active, }: TabProps): React_2.JSX.Element;
1769
1922
  displayName: string;
1770
1923
  };
1771
1924
 
@@ -1797,7 +1950,7 @@ export declare const TabBrowser: React_2.ForwardRefExoticComponent<TabBrowserPro
1797
1950
  * surface, so that stays with the caller.
1798
1951
  */
1799
1952
  export declare const TabBrowserBar: {
1800
- ({ children, separators, trailingSlot, overflow, overflowLabel, className, }: TabBrowserBarProps): JSX_2.Element;
1953
+ ({ children, separators, trailingSlot, overflow, overflowLabel, className, }: TabBrowserBarProps): React_2.JSX.Element;
1801
1954
  displayName: string;
1802
1955
  };
1803
1956
 
@@ -1949,7 +2102,7 @@ export declare interface TableProps extends TableProps_2 {
1949
2102
  * `selectedKey` on the next render — stays in sync.
1950
2103
  */
1951
2104
  export declare const TabList: {
1952
- ({ children, variant, orientation, boxed, "aria-label": ariaLabel, keyboardActivation, disabledKeys, className, }: TabListProps): JSX_2.Element;
2105
+ ({ children, variant, orientation, boxed, "aria-label": ariaLabel, keyboardActivation, disabledKeys, className, }: TabListProps): React_2.JSX.Element;
1953
2106
  displayName: string;
1954
2107
  };
1955
2108
 
@@ -2003,7 +2156,7 @@ export declare type TabSize = 'sm' | 'md';
2003
2156
  export declare type TabVariant = 'button-gray' | 'button-white' | 'button-primary' | 'underline' | 'underline-filled' | 'line';
2004
2157
 
2005
2158
  export declare const Tag: {
2006
- ({ children, size, shape, icon, checked, onCheckedChange, onClose, count, disabled, className, color, customColor, }: TagProps): JSX_2.Element;
2159
+ ({ children, size, shape, icon, checked, onCheckedChange, onClose, count, disabled, className, color, customColor, }: TagProps): React_2.JSX.Element;
2007
2160
  displayName: string;
2008
2161
  };
2009
2162
 
@@ -2073,7 +2226,7 @@ export declare interface TextareaProps extends Omit<React_2.TextareaHTMLAttribut
2073
2226
  * for why the richer 9-type `ToastV2` notification-card family is out of scope here.
2074
2227
  */
2075
2228
  export declare const Toast: {
2076
- ({ variant, message, title, onClose, closeLabel, className, }: ToastProps): JSX_2.Element;
2229
+ ({ variant, message, title, onClose, closeLabel, className, }: ToastProps): React_2.JSX.Element;
2077
2230
  displayName: string;
2078
2231
  };
2079
2232
 
@@ -2126,7 +2279,7 @@ declare type ToggleVariant = 'default' | 'success';
2126
2279
  * it "just works" as a child here with zero changes to `Popover.tsx`.
2127
2280
  */
2128
2281
  export declare const Tooltip: {
2129
- ({ content, supportingText, side, open, defaultOpen, disabled, delay, className, children, }: TooltipProps): JSX_2.Element;
2282
+ ({ content, supportingText, side, open, defaultOpen, disabled, delay, className, children, }: TooltipProps): React_2.JSX.Element;
2130
2283
  displayName: string;
2131
2284
  };
2132
2285
 
@@ -2144,7 +2297,7 @@ export declare interface TooltipProps {
2144
2297
 
2145
2298
  declare type TooltipSide = 'top' | 'bottom' | 'left' | 'right';
2146
2299
 
2147
- export declare function WebsiteCopyInput({ size, label, required, hint, error, disabled, placeholder, value, rightIcon, suffix, onChange, className, wrapperClassName, }: WebsiteCopyInputProps): JSX_2.Element;
2300
+ export declare function WebsiteCopyInput({ size, label, required, hint, error, disabled, placeholder, value, rightIcon, suffix, onChange, className, wrapperClassName, }: WebsiteCopyInputProps): default_2.JSX.Element;
2148
2301
 
2149
2302
  declare interface WebsiteCopyInputProps {
2150
2303
  size?: 'sm' | 'md';
@@ -2162,7 +2315,7 @@ declare interface WebsiteCopyInputProps {
2162
2315
  wrapperClassName?: ClassValue;
2163
2316
  }
2164
2317
 
2165
- export declare function WebsiteInput({ size, label, required, hint, error, disabled, placeholder, value, rightIcon, onChange, className, wrapperClassName, }: WebsiteInputProps): JSX_2.Element;
2318
+ export declare function WebsiteInput({ size, label, required, hint, error, disabled, placeholder, value, rightIcon, onChange, className, wrapperClassName, }: WebsiteInputProps): default_2.JSX.Element;
2166
2319
 
2167
2320
  declare interface WebsiteInputProps {
2168
2321
  size?: 'sm' | 'md';