@digo-labs/ui 0.1.9 → 0.1.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (138) hide show
  1. package/README.md +11 -0
  2. package/dist/animation/motion-animate-presence.d.ts +1 -1
  3. package/dist/blocks/auth-guard.d.ts +1 -1
  4. package/dist/blocks/card.d.ts +4 -4
  5. package/dist/blocks/chat-thread.d.ts +1 -1
  6. package/dist/blocks/command-button.d.ts +1 -1
  7. package/dist/blocks/copy-paste-button.d.ts +1 -1
  8. package/dist/blocks/dropzone.d.ts +5 -5
  9. package/dist/blocks/font-picker.d.ts +1 -1
  10. package/dist/blocks/google-signin-button.d.ts +1 -1
  11. package/dist/blocks/image-dropzone.d.ts +1 -1
  12. package/dist/blocks/navbar.d.ts +4 -4
  13. package/dist/blocks/palette-picker.d.ts +1 -1
  14. package/dist/blocks/parameter-color-swatch-picker.d.ts +1 -1
  15. package/dist/blocks/parameter-color.d.ts +1 -1
  16. package/dist/blocks/parameter-combobox.d.ts +1 -1
  17. package/dist/blocks/parameter-files.d.ts +1 -1
  18. package/dist/blocks/parameter-font-picker.d.ts +1 -1
  19. package/dist/blocks/parameter-image.d.ts +1 -1
  20. package/dist/blocks/parameter-number.d.ts +1 -1
  21. package/dist/blocks/parameter-palette-picker.d.ts +1 -1
  22. package/dist/blocks/parameter-preset-picker.d.ts +1 -1
  23. package/dist/blocks/parameter-select.d.ts +1 -1
  24. package/dist/blocks/parameter-shadow-group.d.ts +1 -1
  25. package/dist/blocks/parameter-slider.d.ts +1 -1
  26. package/dist/blocks/parameter-switch.d.ts +1 -1
  27. package/dist/blocks/parameter-text-area.d.ts +1 -1
  28. package/dist/blocks/parameter-text.d.ts +1 -1
  29. package/dist/blocks/parameter-toggle-group.d.ts +1 -1
  30. package/dist/blocks/parameter-toggle.d.ts +1 -1
  31. package/dist/blocks/parameter-typography-group.d.ts +1 -1
  32. package/dist/blocks/placeholder.d.ts +4 -4
  33. package/dist/blocks/preset-picker.d.ts +1 -1
  34. package/dist/blocks/prompt-input.d.ts +7 -7
  35. package/dist/blocks/switch-theme.d.ts +1 -1
  36. package/dist/blocks/toggle-theme.d.ts +1 -1
  37. package/dist/blocks/transparent-background.d.ts +1 -1
  38. package/dist/components/accordion.d.ts +4 -4
  39. package/dist/components/alert.d.ts +6 -6
  40. package/dist/components/autocomplete.d.ts +15 -15
  41. package/dist/components/button.d.ts +1 -1
  42. package/dist/components/chart.d.ts +10 -10
  43. package/dist/components/checkbox.d.ts +1 -1
  44. package/dist/components/code-block.d.ts +6 -5
  45. package/dist/components/collapsible.d.ts +4 -4
  46. package/dist/components/color-area.d.ts +1 -1
  47. package/dist/components/color-field.d.ts +1 -1
  48. package/dist/components/color-input.d.ts +1 -1
  49. package/dist/components/color-picker.d.ts +1 -1
  50. package/dist/components/color-slider.d.ts +1 -1
  51. package/dist/components/color-swatch-picker.d.ts +1 -1
  52. package/dist/components/color-swatch.d.ts +1 -1
  53. package/dist/components/combobox.d.ts +16 -16
  54. package/dist/components/command.d.ts +15 -15
  55. package/dist/components/drawer.d.ts +10 -10
  56. package/dist/components/empty.d.ts +7 -7
  57. package/dist/components/field-set.d.ts +2 -2
  58. package/dist/components/field.d.ts +5 -5
  59. package/dist/components/form.d.ts +1 -1
  60. package/dist/components/group.d.ts +3 -3
  61. package/dist/components/icon.d.ts +1 -1
  62. package/dist/components/image.d.ts +1 -1
  63. package/dist/components/input-group.d.ts +5 -5
  64. package/dist/components/input.d.ts +1 -1
  65. package/dist/components/kbd.d.ts +2 -2
  66. package/dist/components/label.d.ts +1 -1
  67. package/dist/components/loader.d.ts +1 -1
  68. package/dist/components/masonry.d.ts +1 -1
  69. package/dist/components/navigation-menu.d.ts +9 -9
  70. package/dist/components/number-field.d.ts +5 -5
  71. package/dist/components/pagination.d.ts +7 -7
  72. package/dist/components/parameter-group.d.ts +1 -1
  73. package/dist/components/parameter.d.ts +7 -7
  74. package/dist/components/popover.d.ts +5 -5
  75. package/dist/components/progress.d.ts +5 -5
  76. package/dist/components/scroll-area.d.ts +2 -2
  77. package/dist/components/select.d.ts +8 -8
  78. package/dist/components/separator.d.ts +1 -1
  79. package/dist/components/sidebar.d.ts +10 -10
  80. package/dist/components/slider.d.ts +3 -3
  81. package/dist/components/spacer.d.ts +1 -1
  82. package/dist/components/spinner.d.ts +1 -1
  83. package/dist/components/steps.d.ts +7 -0
  84. package/dist/components/switch.d.ts +1 -1
  85. package/dist/components/table-of-contents.d.ts +4 -3
  86. package/dist/components/tabs.d.ts +4 -4
  87. package/dist/components/text-area.d.ts +1 -1
  88. package/dist/components/tint-image.d.ts +1 -1
  89. package/dist/components/toast.d.ts +1 -1
  90. package/dist/components/toggle-group.d.ts +3 -3
  91. package/dist/components/toggle.d.ts +1 -1
  92. package/dist/components/tooltip.d.ts +2 -2
  93. package/dist/cursors/cursor-bracket.d.ts +1 -1
  94. package/dist/cursors/cursor-clipping.d.ts +1 -1
  95. package/dist/cursors/cursor-container.d.ts +1 -1
  96. package/dist/effects/border-glow.d.ts +1 -1
  97. package/dist/effects/border-trail.d.ts +1 -1
  98. package/dist/effects/counter.d.ts +1 -1
  99. package/dist/effects/cube-scene.d.ts +1 -1
  100. package/dist/effects/dark-veil.d.ts +1 -1
  101. package/dist/effects/dissolve-overlay.d.ts +1 -1
  102. package/dist/effects/dot-grid.d.ts +1 -1
  103. package/dist/effects/draggable-container.d.ts +1 -1
  104. package/dist/effects/faulty-terminal.d.ts +1 -1
  105. package/dist/effects/floating-lines.d.ts +1 -1
  106. package/dist/effects/glass-container.d.ts +1 -1
  107. package/dist/effects/grainient.d.ts +1 -1
  108. package/dist/effects/image-transition.d.ts +1 -1
  109. package/dist/effects/infinite-menu.d.ts +1 -1
  110. package/dist/effects/iridescence.d.ts +1 -1
  111. package/dist/effects/letter-swap.d.ts +1 -1
  112. package/dist/effects/marquee-bar.d.ts +1 -1
  113. package/dist/effects/marquee.d.ts +1 -1
  114. package/dist/effects/noise.d.ts +1 -1
  115. package/dist/effects/orb.d.ts +1 -1
  116. package/dist/effects/text-morph.d.ts +1 -1
  117. package/dist/effects/text-pressure.d.ts +1 -1
  118. package/dist/effects/text-roll.d.ts +1 -1
  119. package/dist/effects/text-scramble.d.ts +2 -2
  120. package/dist/effects/text-shimmer-wave.d.ts +2 -1
  121. package/dist/effects/text-shimmer.d.ts +2 -2
  122. package/dist/effects/text-swap-letter.d.ts +1 -1
  123. package/dist/index.css +1 -0
  124. package/dist/index.d.ts +1 -0
  125. package/dist/index.js +12148 -13595
  126. package/dist/index.js.map +1 -1
  127. package/dist/outdated/lottie.d.ts +1 -1
  128. package/dist/outdated/qr-code.d.ts +1 -1
  129. package/dist/outdated/shape.d.ts +1 -1
  130. package/dist/outdated/tint.d.ts +1 -1
  131. package/dist/providers/command-provider.d.ts +1 -1
  132. package/dist/providers/component-styles-provider.d.ts +1 -1
  133. package/dist/providers/design-system-provider.d.ts +1 -1
  134. package/dist/styles/code-block.d.ts +8 -0
  135. package/dist/styles/index.d.ts +1 -0
  136. package/dist/styles/steps.d.ts +45 -0
  137. package/dist/styles/table-of-contents.d.ts +67 -11
  138. package/package.json +11 -8
@@ -3,18 +3,18 @@ import { Collapsible as CollapsiblePrimitive } from '@base-ui/react/collapsible'
3
3
  import { Inertia, Spring, Tween } from 'motion/react';
4
4
  import { ComponentStylesProps } from '../utils/styles';
5
5
  type Properties = RootProperties & ComponentStylesProps<'collapsible'>;
6
- export declare function Collapsible(properties: Properties): import("react/jsx-runtime").JSX.Element;
6
+ export declare function Collapsible(properties: Properties): import("react").JSX.Element;
7
7
  type RootProperties = CollapsiblePrimitive.Root.Props;
8
- export declare function CollapsibleTrigger(properties: CollapsiblePrimitive.Trigger.Props): import("react/jsx-runtime").JSX.Element;
8
+ export declare function CollapsibleTrigger(properties: CollapsiblePrimitive.Trigger.Props): import("react").JSX.Element;
9
9
  interface PanelProperties extends CollapsiblePrimitive.Panel.Props {
10
10
  openAnimation?: Spring | Tween | Inertia;
11
11
  closeAnimation?: Spring | Tween | Inertia;
12
12
  }
13
- export declare function CollapsiblePanel(properties: PanelProperties): import("react/jsx-runtime").JSX.Element;
13
+ export declare function CollapsiblePanel(properties: PanelProperties): import("react").JSX.Element;
14
14
  interface IconProperties {
15
15
  open?: boolean;
16
16
  icon?: CuratedIcons;
17
17
  className?: string;
18
18
  }
19
- export declare function CollapsibleIcon(properties: IconProperties): import("react/jsx-runtime").JSX.Element;
19
+ export declare function CollapsibleIcon(properties: IconProperties): import("react").JSX.Element;
20
20
  export {};
@@ -2,6 +2,6 @@ import { ColorArea as ColorAreaPrimitive } from 'react-aria-components';
2
2
  import { ComponentProps } from 'react';
3
3
  import { ComponentStylesProps } from '../utils/styles';
4
4
  type Properties = RootProperties & ComponentStylesProps<'colorArea'>;
5
- export declare function ColorArea(properties: Properties): import("react/jsx-runtime").JSX.Element;
5
+ export declare function ColorArea(properties: Properties): import("react").JSX.Element;
6
6
  type RootProperties = ComponentProps<typeof ColorAreaPrimitive>;
7
7
  export {};
@@ -2,6 +2,6 @@ import { ColorField as ColorFieldPrimitive } from 'react-aria-components';
2
2
  import { ComponentProps } from 'react';
3
3
  import { ComponentStylesProps } from '../utils/styles';
4
4
  type Properties = RootProperties & ComponentStylesProps<'colorField'>;
5
- export declare function ColorField(properties: Properties): import("react/jsx-runtime").JSX.Element;
5
+ export declare function ColorField(properties: Properties): import("react").JSX.Element;
6
6
  type RootProperties = ComponentProps<typeof ColorFieldPrimitive>;
7
7
  export {};
@@ -1,7 +1,7 @@
1
1
  import { Color } from '..';
2
2
  import { ComponentStylesProps } from '../utils/styles';
3
3
  type Properties = RootProperties & ComponentStylesProps<'colorInput'>;
4
- export declare function ColorInput(properties: Properties): import("react/jsx-runtime").JSX.Element;
4
+ export declare function ColorInput(properties: Properties): import("react").JSX.Element;
5
5
  interface RootProperties {
6
6
  value?: Color | null;
7
7
  defaultValue?: Color | null;
@@ -3,7 +3,7 @@ import { ColorPicker as ColorPickerPrimitive } from 'react-aria-components';
3
3
  import { ReactNode, ComponentProps } from 'react';
4
4
  import { ComponentStylesProps } from '../utils/styles';
5
5
  type Properties = RootProperties & ComponentStylesProps<'colorPicker'>;
6
- export declare function ColorPicker(properties: Properties): import("react/jsx-runtime").JSX.Element;
6
+ export declare function ColorPicker(properties: Properties): import("react").JSX.Element;
7
7
  interface RootProperties extends Omit<ComponentProps<typeof ColorPickerPrimitive>, 'children'> {
8
8
  children?: ReactNode;
9
9
  showAlpha?: boolean;
@@ -3,7 +3,7 @@ import { ColorSlider as ColorSliderPrimitive } from 'react-aria-components';
3
3
  import { ComponentProps } from 'react';
4
4
  import { ComponentStylesProps } from '../utils/styles';
5
5
  type Properties = RootProperties & ComponentStylesProps<'colorSlider'>;
6
- export declare function ColorSlider(properties: Properties): import("react/jsx-runtime").JSX.Element;
6
+ export declare function ColorSlider(properties: Properties): import("react").JSX.Element;
7
7
  interface RootProperties extends ComponentProps<typeof ColorSliderPrimitive> {
8
8
  cols?: ComponentProps<typeof TransparentBackground>['cols'];
9
9
  rows?: ComponentProps<typeof TransparentBackground>['rows'];
@@ -2,7 +2,7 @@ import { ColorSwatchPicker as ColorSwatchPickerPrimitive } from 'react-aria-comp
2
2
  import { ComponentProps } from 'react';
3
3
  import { ComponentStylesProps } from '../utils/styles';
4
4
  type Properties = RootProperties & ComponentStylesProps<'colorSwatchPicker'>;
5
- export declare function ColorSwatchPicker(properties: Properties): import("react/jsx-runtime").JSX.Element;
5
+ export declare function ColorSwatchPicker(properties: Properties): import("react").JSX.Element;
6
6
  interface RootProperties extends ComponentProps<typeof ColorSwatchPickerPrimitive> {
7
7
  colors?: string[];
8
8
  }
@@ -4,5 +4,5 @@ import { ComponentStylesProps } from '../utils/styles';
4
4
  export { parseColor, type ColorSpace, getColorChannels, type Color } from 'react-aria-components';
5
5
  export type { ColorChannel } from 'react-stately';
6
6
  type Properties = RootProperties & ComponentStylesProps<'colorSwatch'>;
7
- export declare function ColorSwatch(properties: Properties): import("react/jsx-runtime").JSX.Element;
7
+ export declare function ColorSwatch(properties: Properties): import("react").JSX.Element;
8
8
  type RootProperties = ComponentProps<typeof ColorSwatchPrimitive>;
@@ -2,7 +2,7 @@ import { Combobox as ComboboxPrimitive } from '@base-ui/react/combobox';
2
2
  import { ReactNode } from 'react';
3
3
  import { ComponentStylesProps } from '../utils/styles';
4
4
  type Properties<Value, Multiple extends boolean | undefined = false> = RootProperties<Value, Multiple> & ComponentStylesProps<'combobox'>;
5
- export declare function Combobox<Value, Multiple extends boolean | undefined = false>(properties: Properties<Value, Multiple>): import("react/jsx-runtime").JSX.Element;
5
+ export declare function Combobox<Value, Multiple extends boolean | undefined = false>(properties: Properties<Value, Multiple>): import("react").JSX.Element;
6
6
  interface RootProperties<Value, Multiple extends boolean | undefined = false> extends ComboboxPrimitive.Root.Props<Value, Multiple> {
7
7
  disabled?: boolean;
8
8
  }
@@ -13,8 +13,8 @@ interface InputProperties extends ComboboxPrimitive.Input.Props {
13
13
  triggerProps?: ComboboxPrimitive.Trigger.Props;
14
14
  clearProps?: ComboboxPrimitive.Clear.Props;
15
15
  }
16
- export declare function ComboboxInput(properties: InputProperties): import("react/jsx-runtime").JSX.Element;
17
- export declare function ComboboxTrigger(properties: ComboboxPrimitive.Trigger.Props): import("react/jsx-runtime").JSX.Element;
16
+ export declare function ComboboxInput(properties: InputProperties): import("react").JSX.Element;
17
+ export declare function ComboboxTrigger(properties: ComboboxPrimitive.Trigger.Props): import("react").JSX.Element;
18
18
  interface PopupProperties extends ComboboxPrimitive.Popup.Props {
19
19
  align?: ComboboxPrimitive.Positioner.Props['align'];
20
20
  sideOffset?: ComboboxPrimitive.Positioner.Props['sideOffset'];
@@ -22,23 +22,23 @@ interface PopupProperties extends ComboboxPrimitive.Popup.Props {
22
22
  side?: ComboboxPrimitive.Positioner.Props['side'];
23
23
  anchor?: ComboboxPrimitive.Positioner.Props['anchor'];
24
24
  }
25
- export declare function ComboboxPopup(properties: PopupProperties): import("react/jsx-runtime").JSX.Element;
26
- export declare function ComboboxItem(properties: ComboboxPrimitive.Item.Props): import("react/jsx-runtime").JSX.Element;
27
- export declare function ComboboxSeparator(properties: ComboboxPrimitive.Separator.Props): import("react/jsx-runtime").JSX.Element;
28
- export declare function ComboboxGroup(properties: ComboboxPrimitive.Group.Props): import("react/jsx-runtime").JSX.Element;
29
- export declare function ComboboxGroupLabel(properties: ComboboxPrimitive.GroupLabel.Props): import("react/jsx-runtime").JSX.Element;
30
- export declare function ComboboxEmpty(properties: ComboboxPrimitive.Empty.Props): import("react/jsx-runtime").JSX.Element;
31
- export declare function ComboboxRow(properties: ComboboxPrimitive.Row.Props): import("react/jsx-runtime").JSX.Element;
32
- export declare function ComboboxValue(properties: ComboboxPrimitive.Value.Props): import("react/jsx-runtime").JSX.Element;
33
- export declare function ComboboxList(properties: ComboboxPrimitive.List.Props): import("react/jsx-runtime").JSX.Element;
34
- export declare function ComboboxClear(properties: ComboboxPrimitive.Clear.Props): import("react/jsx-runtime").JSX.Element;
35
- export declare function ComboboxStatus(properties: ComboboxPrimitive.Status.Props): import("react/jsx-runtime").JSX.Element;
36
- export declare function ComboboxCollection(properties: ComboboxPrimitive.Collection.Props): import("react/jsx-runtime").JSX.Element;
25
+ export declare function ComboboxPopup(properties: PopupProperties): import("react").JSX.Element;
26
+ export declare function ComboboxItem(properties: ComboboxPrimitive.Item.Props): import("react").JSX.Element;
27
+ export declare function ComboboxSeparator(properties: ComboboxPrimitive.Separator.Props): import("react").JSX.Element;
28
+ export declare function ComboboxGroup(properties: ComboboxPrimitive.Group.Props): import("react").JSX.Element;
29
+ export declare function ComboboxGroupLabel(properties: ComboboxPrimitive.GroupLabel.Props): import("react").JSX.Element;
30
+ export declare function ComboboxEmpty(properties: ComboboxPrimitive.Empty.Props): import("react").JSX.Element;
31
+ export declare function ComboboxRow(properties: ComboboxPrimitive.Row.Props): import("react").JSX.Element;
32
+ export declare function ComboboxValue(properties: ComboboxPrimitive.Value.Props): import("react").JSX.Element;
33
+ export declare function ComboboxList(properties: ComboboxPrimitive.List.Props): import("react").JSX.Element;
34
+ export declare function ComboboxClear(properties: ComboboxPrimitive.Clear.Props): import("react").JSX.Element;
35
+ export declare function ComboboxStatus(properties: ComboboxPrimitive.Status.Props): import("react").JSX.Element;
36
+ export declare function ComboboxCollection(properties: ComboboxPrimitive.Collection.Props): import("react").JSX.Element;
37
37
  interface MultipleInputProperties extends ComboboxPrimitive.Input.Props {
38
38
  startAddon?: ReactNode;
39
39
  getLabel?: (item: any) => string;
40
40
  getKey?: (item: any) => string;
41
41
  }
42
- export declare function ComboboxMultipleInput(properties: MultipleInputProperties): import("react/jsx-runtime").JSX.Element;
42
+ export declare function ComboboxMultipleInput(properties: MultipleInputProperties): import("react").JSX.Element;
43
43
  export declare const useComboboxFilter: typeof ComboboxPrimitive.useFilter;
44
44
  export {};
@@ -5,20 +5,20 @@ import { ComponentStylesProps } from '../utils/styles';
5
5
  declare const CommandDialogRoot: typeof CommandDialogPrimitive.Root;
6
6
  export declare const CommandCreateHandle: typeof CommandDialogPrimitive.createHandle;
7
7
  type CommandDialogProperties = ComponentProps<typeof CommandDialogRoot> & ComponentStylesProps<'command'>;
8
- export declare function CommandDialog(properties: CommandDialogProperties): import("react/jsx-runtime").JSX.Element;
9
- export declare function CommandDialogTrigger(properties: CommandDialogPrimitive.Trigger.Props): import("react/jsx-runtime").JSX.Element;
10
- export declare function CommandDialogPopup(properties: CommandDialogPrimitive.Popup.Props): import("react/jsx-runtime").JSX.Element;
8
+ export declare function CommandDialog(properties: CommandDialogProperties): import("react").JSX.Element;
9
+ export declare function CommandDialogTrigger(properties: CommandDialogPrimitive.Trigger.Props): import("react").JSX.Element;
10
+ export declare function CommandDialogPopup(properties: CommandDialogPrimitive.Popup.Props): import("react").JSX.Element;
11
11
  type CommandProperties = ComponentProps<typeof Autocomplete> & ComponentStylesProps<'command'>;
12
- export declare function Command(properties: CommandProperties): import("react/jsx-runtime").JSX.Element;
13
- export declare function CommandInput(properties: ComponentProps<typeof AutocompleteInput>): import("react/jsx-runtime").JSX.Element;
14
- export declare function CommandList(properties: ComponentProps<typeof AutocompleteList>): import("react/jsx-runtime").JSX.Element;
15
- export declare function CommandEmpty(properties: ComponentProps<typeof AutocompleteEmpty>): import("react/jsx-runtime").JSX.Element;
16
- export declare function CommandPanel(properties: ComponentProps<'div'>): import("react/jsx-runtime").JSX.Element;
17
- export declare function CommandGroup(properties: ComponentProps<typeof AutocompleteGroup>): import("react/jsx-runtime").JSX.Element;
18
- export declare function CommandGroupLabel(properties: ComponentProps<typeof AutocompleteGroupLabel>): import("react/jsx-runtime").JSX.Element;
19
- export declare function CommandCollection(properties: ComponentProps<typeof AutocompleteCollection>): import("react/jsx-runtime").JSX.Element;
20
- export declare function CommandItem(properties: ComponentProps<typeof AutocompleteItem>): import("react/jsx-runtime").JSX.Element;
21
- export declare function CommandSeparator(properties: ComponentProps<typeof AutocompleteSeparator>): import("react/jsx-runtime").JSX.Element;
22
- export declare function CommandShortcut(properties: ComponentProps<typeof Kbd>): import("react/jsx-runtime").JSX.Element;
23
- export declare function CommandFooter(properties: ComponentProps<'div'>): import("react/jsx-runtime").JSX.Element;
12
+ export declare function Command(properties: CommandProperties): import("react").JSX.Element;
13
+ export declare function CommandInput(properties: ComponentProps<typeof AutocompleteInput>): import("react").JSX.Element;
14
+ export declare function CommandList(properties: ComponentProps<typeof AutocompleteList>): import("react").JSX.Element;
15
+ export declare function CommandEmpty(properties: ComponentProps<typeof AutocompleteEmpty>): import("react").JSX.Element;
16
+ export declare function CommandPanel(properties: ComponentProps<'div'>): import("react").JSX.Element;
17
+ export declare function CommandGroup(properties: ComponentProps<typeof AutocompleteGroup>): import("react").JSX.Element;
18
+ export declare function CommandGroupLabel(properties: ComponentProps<typeof AutocompleteGroupLabel>): import("react").JSX.Element;
19
+ export declare function CommandCollection(properties: ComponentProps<typeof AutocompleteCollection>): import("react").JSX.Element;
20
+ export declare function CommandItem(properties: ComponentProps<typeof AutocompleteItem>): import("react").JSX.Element;
21
+ export declare function CommandSeparator(properties: ComponentProps<typeof AutocompleteSeparator>): import("react").JSX.Element;
22
+ export declare function CommandShortcut(properties: ComponentProps<typeof Kbd>): import("react").JSX.Element;
23
+ export declare function CommandFooter(properties: ComponentProps<'div'>): import("react").JSX.Element;
24
24
  export {};
@@ -5,19 +5,19 @@ type Side = 'top' | 'right' | 'bottom' | 'left';
5
5
  interface Properties<Payload = unknown> extends DrawerPrimitive.Root.Props<Payload>, ComponentStylesProps<'drawer'> {
6
6
  side?: Side;
7
7
  }
8
- export declare function Drawer<Payload = unknown>(properties: Properties<Payload>): import("react/jsx-runtime").JSX.Element;
8
+ export declare function Drawer<Payload = unknown>(properties: Properties<Payload>): import("react").JSX.Element;
9
9
  export declare const DrawerCreateHandle: typeof DrawerPrimitive.createHandle;
10
- export declare function DrawerTrigger(properties: DrawerPrimitive.Trigger.Props): import("react/jsx-runtime").JSX.Element;
11
- export declare function DrawerHandle(properties: ComponentProps<'div'>): import("react/jsx-runtime").JSX.Element;
12
- export declare function DrawerClose(properties: DrawerPrimitive.Close.Props): import("react/jsx-runtime").JSX.Element;
10
+ export declare function DrawerTrigger(properties: DrawerPrimitive.Trigger.Props): import("react").JSX.Element;
11
+ export declare function DrawerHandle(properties: ComponentProps<'div'>): import("react").JSX.Element;
12
+ export declare function DrawerClose(properties: DrawerPrimitive.Close.Props): import("react").JSX.Element;
13
13
  interface DrawerPopupProperties extends DrawerPrimitive.Popup.Props {
14
14
  backdrop?: boolean;
15
15
  container?: DrawerPrimitive.Portal.Props['container'];
16
16
  }
17
- export declare function DrawerPopup(properties: DrawerPopupProperties): import("react/jsx-runtime").JSX.Element;
18
- export declare function DrawerContent(properties: DrawerPrimitive.Content.Props): import("react/jsx-runtime").JSX.Element;
19
- export declare function DrawerHeader(properties: ComponentProps<'div'>): import("react/jsx-runtime").JSX.Element;
20
- export declare function DrawerFooter(properties: ComponentProps<'div'>): import("react/jsx-runtime").JSX.Element;
21
- export declare function DrawerTitle(properties: DrawerPrimitive.Title.Props): import("react/jsx-runtime").JSX.Element;
22
- export declare function DrawerDescription(properties: DrawerPrimitive.Description.Props): import("react/jsx-runtime").JSX.Element;
17
+ export declare function DrawerPopup(properties: DrawerPopupProperties): import("react").JSX.Element;
18
+ export declare function DrawerContent(properties: DrawerPrimitive.Content.Props): import("react").JSX.Element;
19
+ export declare function DrawerHeader(properties: ComponentProps<'div'>): import("react").JSX.Element;
20
+ export declare function DrawerFooter(properties: ComponentProps<'div'>): import("react").JSX.Element;
21
+ export declare function DrawerTitle(properties: DrawerPrimitive.Title.Props): import("react").JSX.Element;
22
+ export declare function DrawerDescription(properties: DrawerPrimitive.Description.Props): import("react").JSX.Element;
23
23
  export {};
@@ -2,17 +2,17 @@ import { CuratedIcons } from '@digo-labs/common';
2
2
  import { ComponentProps } from 'react';
3
3
  import { ComponentStylesProps } from '../utils/styles';
4
4
  type Properties = RootProperties & ComponentStylesProps<'empty'>;
5
- export declare function Empty(properties: Properties): import("react/jsx-runtime").JSX.Element;
5
+ export declare function Empty(properties: Properties): import("react").JSX.Element;
6
6
  type RootProperties = ComponentProps<'div'>;
7
- export declare function EmptyHeader(properties: ComponentProps<'div'>): import("react/jsx-runtime").JSX.Element;
8
- export declare function EmptyMedia(properties: ComponentProps<'div'>): import("react/jsx-runtime").JSX.Element;
7
+ export declare function EmptyHeader(properties: ComponentProps<'div'>): import("react").JSX.Element;
8
+ export declare function EmptyMedia(properties: ComponentProps<'div'>): import("react").JSX.Element;
9
9
  interface EmptyIconProperties extends ComponentProps<'div'> {
10
10
  icon?: CuratedIcons;
11
11
  offset?: number;
12
12
  rotate?: number;
13
13
  }
14
- export declare function EmptyIcon(properties: EmptyIconProperties): import("react/jsx-runtime").JSX.Element;
15
- export declare function EmptyTitle(properties: ComponentProps<'div'>): import("react/jsx-runtime").JSX.Element;
16
- export declare function EmptyDescription(properties: ComponentProps<'div'>): import("react/jsx-runtime").JSX.Element;
17
- export declare function EmptyContent(properties: ComponentProps<'div'>): import("react/jsx-runtime").JSX.Element;
14
+ export declare function EmptyIcon(properties: EmptyIconProperties): import("react").JSX.Element;
15
+ export declare function EmptyTitle(properties: ComponentProps<'div'>): import("react").JSX.Element;
16
+ export declare function EmptyDescription(properties: ComponentProps<'div'>): import("react").JSX.Element;
17
+ export declare function EmptyContent(properties: ComponentProps<'div'>): import("react").JSX.Element;
18
18
  export {};
@@ -1,7 +1,7 @@
1
1
  import { Fieldset as FieldsetPrimitive } from '@base-ui/react/fieldset';
2
2
  import { ComponentStylesProps } from '../utils/styles';
3
3
  type Properties = RootProperties & ComponentStylesProps<'fieldSet'>;
4
- export declare function Fieldset(properties: Properties): import("react/jsx-runtime").JSX.Element;
4
+ export declare function Fieldset(properties: Properties): import("react").JSX.Element;
5
5
  type RootProperties = FieldsetPrimitive.Root.Props;
6
- export declare function FieldsetLegend(properties: FieldsetPrimitive.Legend.Props): import("react/jsx-runtime").JSX.Element;
6
+ export declare function FieldsetLegend(properties: FieldsetPrimitive.Legend.Props): import("react").JSX.Element;
7
7
  export {};
@@ -3,10 +3,10 @@ import { ComponentStylesProps } from '../utils/styles';
3
3
  export declare const FieldControl: import('react').ForwardRefExoticComponent<Omit<import('@base-ui/react').FieldControlProps, "ref"> & import('react').RefAttributes<HTMLElement>>;
4
4
  export declare const FieldValidity: import('react').FC<import('@base-ui/react').FieldValidityProps>;
5
5
  type Properties = RootProperties & ComponentStylesProps<'field'>;
6
- export declare function Field(properties: Properties): import("react/jsx-runtime").JSX.Element;
6
+ export declare function Field(properties: Properties): import("react").JSX.Element;
7
7
  type RootProperties = FieldPrimitive.Root.Props;
8
- export declare function FieldLabel(properties: FieldPrimitive.Label.Props): import("react/jsx-runtime").JSX.Element;
9
- export declare function FieldItem(properties: FieldPrimitive.Item.Props): import("react/jsx-runtime").JSX.Element;
10
- export declare function FieldDescription(properties: FieldPrimitive.Description.Props): import("react/jsx-runtime").JSX.Element;
11
- export declare function FieldError(properties: FieldPrimitive.Error.Props): import("react/jsx-runtime").JSX.Element;
8
+ export declare function FieldLabel(properties: FieldPrimitive.Label.Props): import("react").JSX.Element;
9
+ export declare function FieldItem(properties: FieldPrimitive.Item.Props): import("react").JSX.Element;
10
+ export declare function FieldDescription(properties: FieldPrimitive.Description.Props): import("react").JSX.Element;
11
+ export declare function FieldError(properties: FieldPrimitive.Error.Props): import("react").JSX.Element;
12
12
  export {};
@@ -1,6 +1,6 @@
1
1
  import { Form as FormPrimitive } from '@base-ui/react/form';
2
2
  import { ComponentStylesProps } from '../utils/styles';
3
3
  type Properties = RootProperties & ComponentStylesProps<'form'>;
4
- export declare function Form(properties: Properties): import("react/jsx-runtime").JSX.Element;
4
+ export declare function Form(properties: Properties): import("react").JSX.Element;
5
5
  type RootProperties = FormPrimitive.Props;
6
6
  export {};
@@ -2,11 +2,11 @@ import { Separator as SeparatorPrimitive } from '@base-ui/react/separator';
2
2
  import { ComponentProps } from 'react';
3
3
  import { ComponentStylesProps } from '../utils/styles';
4
4
  type Properties = RootProperties & ComponentStylesProps<'group'>;
5
- export declare function Group(properties: Properties): import("react/jsx-runtime").JSX.Element;
5
+ export declare function Group(properties: Properties): import("react").JSX.Element;
6
6
  type RootProperties = ComponentProps<'div'>;
7
7
  interface SeparatorProperties extends Omit<SeparatorPrimitive.Props, 'orientation'> {
8
8
  className?: string;
9
9
  }
10
- export declare function GroupSeparator(properties: SeparatorProperties): import("react/jsx-runtime").JSX.Element;
11
- export declare function GroupText(properties: ComponentProps<'div'>): import("react/jsx-runtime").JSX.Element;
10
+ export declare function GroupSeparator(properties: SeparatorProperties): import("react").JSX.Element;
11
+ export declare function GroupText(properties: ComponentProps<'div'>): import("react").JSX.Element;
12
12
  export {};
@@ -3,5 +3,5 @@ import { CuratedIcons } from '@digo-labs/common';
3
3
  interface Properties extends ComponentPropsWithoutRef<'div'> {
4
4
  icon?: CuratedIcons | (string & {});
5
5
  }
6
- export declare function Icon(properties: Properties): import("react/jsx-runtime").JSX.Element;
6
+ export declare function Icon(properties: Properties): import("react").JSX.Element;
7
7
  export { Icon as IconifyIcon } from '@iconify-icon/react';
@@ -2,7 +2,7 @@ import { ImagePayload } from '@digo-labs/common';
2
2
  import { ComponentProps } from 'react';
3
3
  import { ComponentStylesProps } from '../utils/styles';
4
4
  type Properties = RootProperties & ComponentStylesProps<'image'>;
5
- export declare function Image(properties: Properties): import("react/jsx-runtime").JSX.Element;
5
+ export declare function Image(properties: Properties): import("react").JSX.Element;
6
6
  interface RootProperties extends ComponentProps<'div'> {
7
7
  src?: ImagePayload | string;
8
8
  }
@@ -2,14 +2,14 @@ import { ComponentProps } from 'react';
2
2
  import { InputProperties, TextAreaProperties } from '..';
3
3
  import { ComponentStylesProps } from '../utils/styles';
4
4
  type Properties = RootProperties & ComponentStylesProps<'inputGroup'>;
5
- export declare function InputGroup(properties: Properties): import("react/jsx-runtime").JSX.Element;
5
+ export declare function InputGroup(properties: Properties): import("react").JSX.Element;
6
6
  type RootProperties = ComponentProps<'div'>;
7
- export declare function InputGroupInput(properties: InputProperties): import("react/jsx-runtime").JSX.Element;
7
+ export declare function InputGroupInput(properties: InputProperties): import("react").JSX.Element;
8
8
  type Align = 'inline-start' | 'inline-end' | 'block-start' | 'block-end';
9
9
  interface InputGroupAddonProperties extends ComponentProps<'div'> {
10
10
  align?: Align;
11
11
  }
12
- export declare function InputGroupAddon(properties: InputGroupAddonProperties): import("react/jsx-runtime").JSX.Element;
13
- export declare function InputGroupTextarea(properties: TextAreaProperties): import("react/jsx-runtime").JSX.Element;
14
- export declare function InputGroupText(properties: ComponentProps<'span'>): import("react/jsx-runtime").JSX.Element;
12
+ export declare function InputGroupAddon(properties: InputGroupAddonProperties): import("react").JSX.Element;
13
+ export declare function InputGroupTextarea(properties: TextAreaProperties): import("react").JSX.Element;
14
+ export declare function InputGroupText(properties: ComponentProps<'span'>): import("react").JSX.Element;
15
15
  export {};
@@ -3,6 +3,6 @@ import { ComponentStylesProps } from '../utils/styles';
3
3
  export interface InputProperties extends RootProperties, ComponentStylesProps<'input'> {
4
4
  unstyled?: boolean;
5
5
  }
6
- export declare function Input(properties: InputProperties): import("react/jsx-runtime").JSX.Element;
6
+ export declare function Input(properties: InputProperties): import("react").JSX.Element;
7
7
  type RootProperties = Omit<InputPrimitive.Props, 'size'>;
8
8
  export {};
@@ -1,7 +1,7 @@
1
1
  import { ComponentProps } from 'react';
2
2
  import { ComponentStylesProps } from '../utils/styles';
3
3
  type Properties = RootProperties & ComponentStylesProps<'kbd'>;
4
- export declare function Kbd(properties: Properties): import("react/jsx-runtime").JSX.Element;
4
+ export declare function Kbd(properties: Properties): import("react").JSX.Element;
5
5
  type RootProperties = ComponentProps<'kbd'>;
6
- export declare function KbdGroup(properties: RootProperties & ComponentStylesProps<'kbd'>): import("react/jsx-runtime").JSX.Element;
6
+ export declare function KbdGroup(properties: RootProperties & ComponentStylesProps<'kbd'>): import("react").JSX.Element;
7
7
  export {};
@@ -1,6 +1,6 @@
1
1
  import { ComponentProps } from 'react';
2
2
  import { ComponentStylesProps } from '../utils/styles';
3
3
  type Properties = RootProperties & ComponentStylesProps<'label'>;
4
- export declare function Label(properties: Properties): import("react/jsx-runtime").JSX.Element;
4
+ export declare function Label(properties: Properties): import("react").JSX.Element;
5
5
  type RootProperties = ComponentProps<'label'>;
6
6
  export {};
@@ -9,4 +9,4 @@ export interface LoaderProperties {
9
9
  color?: string;
10
10
  className?: string;
11
11
  }
12
- export declare function Loader(properties: LoaderProperties): import("react/jsx-runtime").JSX.Element;
12
+ export declare function Loader(properties: LoaderProperties): import("react").JSX.Element;
@@ -1,7 +1,7 @@
1
1
  import { ComponentProps } from 'react';
2
2
  import { ComponentStylesProps } from '../utils/styles';
3
3
  type Properties = RootProperties & ComponentStylesProps<'masonry'>;
4
- export declare function Masonry(properties: Properties): import("react/jsx-runtime").JSX.Element;
4
+ export declare function Masonry(properties: Properties): import("react").JSX.Element;
5
5
  interface RootProperties extends ComponentProps<'div'> {
6
6
  columns?: number;
7
7
  }
@@ -2,13 +2,13 @@ import { NavigationMenu as NavigationMenuPrimitive } from '@base-ui/react/naviga
2
2
  import { ComponentProps } from 'react';
3
3
  import { ComponentStylesProps } from '../utils/styles';
4
4
  type Properties = NavigationMenuPrimitive.Root.Props & Pick<NavigationMenuPrimitive.Positioner.Props, 'align' | 'side' | 'sideOffset' | 'alignOffset'> & ComponentStylesProps<'navigationMenu'>;
5
- export declare function NavigationMenu(properties: Properties): import("react/jsx-runtime").JSX.Element;
6
- export declare function NavigationMenuList(properties: ComponentProps<typeof NavigationMenuPrimitive.List>): import("react/jsx-runtime").JSX.Element;
7
- export declare function NavigationMenuItem(properties: ComponentProps<typeof NavigationMenuPrimitive.Item>): import("react/jsx-runtime").JSX.Element;
8
- export declare function NavigationMenuTrigger(properties: NavigationMenuPrimitive.Trigger.Props): import("react/jsx-runtime").JSX.Element;
9
- export declare function NavigationMenuContent(properties: NavigationMenuPrimitive.Content.Props): import("react/jsx-runtime").JSX.Element;
10
- export declare function NavigationMenuPositioner(properties: NavigationMenuPrimitive.Positioner.Props): import("react/jsx-runtime").JSX.Element;
11
- export declare function NavigationMenuLink(properties: NavigationMenuPrimitive.Link.Props): import("react/jsx-runtime").JSX.Element;
12
- export declare function NavigationMenuLinkCard(properties: NavigationMenuPrimitive.Link.Props): import("react/jsx-runtime").JSX.Element;
13
- export declare function NavigationMenuIndicator(properties: ComponentProps<typeof NavigationMenuPrimitive.Icon>): import("react/jsx-runtime").JSX.Element;
5
+ export declare function NavigationMenu(properties: Properties): import("react").JSX.Element;
6
+ export declare function NavigationMenuList(properties: ComponentProps<typeof NavigationMenuPrimitive.List>): import("react").JSX.Element;
7
+ export declare function NavigationMenuItem(properties: ComponentProps<typeof NavigationMenuPrimitive.Item>): import("react").JSX.Element;
8
+ export declare function NavigationMenuTrigger(properties: NavigationMenuPrimitive.Trigger.Props): import("react").JSX.Element;
9
+ export declare function NavigationMenuContent(properties: NavigationMenuPrimitive.Content.Props): import("react").JSX.Element;
10
+ export declare function NavigationMenuPositioner(properties: NavigationMenuPrimitive.Positioner.Props): import("react").JSX.Element;
11
+ export declare function NavigationMenuLink(properties: NavigationMenuPrimitive.Link.Props): import("react").JSX.Element;
12
+ export declare function NavigationMenuLinkCard(properties: NavigationMenuPrimitive.Link.Props): import("react").JSX.Element;
13
+ export declare function NavigationMenuIndicator(properties: ComponentProps<typeof NavigationMenuPrimitive.Icon>): import("react").JSX.Element;
14
14
  export {};
@@ -1,10 +1,10 @@
1
1
  import { NumberField as NumberFieldPrimitive } from '@base-ui/react/number-field';
2
2
  import { ComponentStylesProps } from '../utils/styles';
3
3
  type Properties = RootProperties & ComponentStylesProps<'numberField'>;
4
- export declare function NumberField(properties: Properties): import("react/jsx-runtime").JSX.Element;
4
+ export declare function NumberField(properties: Properties): import("react").JSX.Element;
5
5
  type RootProperties = NumberFieldPrimitive.Root.Props;
6
- export declare function NumberFieldGroup(properties: NumberFieldPrimitive.Group.Props): import("react/jsx-runtime").JSX.Element;
7
- export declare function NumberFieldDecrement(properties: NumberFieldPrimitive.Decrement.Props): import("react/jsx-runtime").JSX.Element;
8
- export declare function NumberFieldIncrement(properties: NumberFieldPrimitive.Increment.Props): import("react/jsx-runtime").JSX.Element;
9
- export declare function NumberFieldInput(properties: NumberFieldPrimitive.Input.Props): import("react/jsx-runtime").JSX.Element;
6
+ export declare function NumberFieldGroup(properties: NumberFieldPrimitive.Group.Props): import("react").JSX.Element;
7
+ export declare function NumberFieldDecrement(properties: NumberFieldPrimitive.Decrement.Props): import("react").JSX.Element;
8
+ export declare function NumberFieldIncrement(properties: NumberFieldPrimitive.Increment.Props): import("react").JSX.Element;
9
+ export declare function NumberFieldInput(properties: NumberFieldPrimitive.Input.Props): import("react").JSX.Element;
10
10
  export {};
@@ -2,15 +2,15 @@ import { Button } from '..';
2
2
  import { ComponentProps } from 'react';
3
3
  import { ComponentStylesProps } from '../utils/styles';
4
4
  type Properties = RootProperties & ComponentStylesProps<'pagination'>;
5
- export declare function Pagination(properties: Properties): import("react/jsx-runtime").JSX.Element;
5
+ export declare function Pagination(properties: Properties): import("react").JSX.Element;
6
6
  type RootProperties = ComponentProps<'nav'>;
7
- export declare function PaginationContent(properties: ComponentProps<'ul'>): import("react/jsx-runtime").JSX.Element;
8
- export declare function PaginationItem(properties: ComponentProps<'li'>): import("react/jsx-runtime").JSX.Element;
7
+ export declare function PaginationContent(properties: ComponentProps<'ul'>): import("react").JSX.Element;
8
+ export declare function PaginationItem(properties: ComponentProps<'li'>): import("react").JSX.Element;
9
9
  interface LinkProperties extends ComponentProps<typeof Button> {
10
10
  isActive?: boolean;
11
11
  }
12
- export declare function PaginationLink(properties: LinkProperties): import("react/jsx-runtime").JSX.Element;
13
- export declare function PaginationPrevious(properties: LinkProperties): import("react/jsx-runtime").JSX.Element;
14
- export declare function PaginationNext(properties: LinkProperties): import("react/jsx-runtime").JSX.Element;
15
- export declare function PaginationEllipsis(properties: ComponentProps<'span'>): import("react/jsx-runtime").JSX.Element;
12
+ export declare function PaginationLink(properties: LinkProperties): import("react").JSX.Element;
13
+ export declare function PaginationPrevious(properties: LinkProperties): import("react").JSX.Element;
14
+ export declare function PaginationNext(properties: LinkProperties): import("react").JSX.Element;
15
+ export declare function PaginationEllipsis(properties: ComponentProps<'span'>): import("react").JSX.Element;
16
16
  export {};
@@ -3,7 +3,7 @@ import { Collapsible } from '..';
3
3
  import { ComponentProps } from 'react';
4
4
  import { ComponentStylesProps } from '../utils/styles';
5
5
  type Properties = RootProperties & ComponentStylesProps<'parameterGroup'>;
6
- export declare function ParameterGroup(properties: Properties): import("react/jsx-runtime").JSX.Element;
6
+ export declare function ParameterGroup(properties: Properties): import("react").JSX.Element;
7
7
  interface RootProperties extends ComponentProps<typeof Collapsible> {
8
8
  name: string;
9
9
  icon?: CuratedIcons;
@@ -2,20 +2,20 @@ import { Separator } from '..';
2
2
  import { ComponentProps } from 'react';
3
3
  import { ComponentStylesProps } from '../utils/styles';
4
4
  type Properties = ComponentProps<'div'> & ComponentStylesProps<'parameter'>;
5
- export declare function Parameter(properties: Properties): import("react/jsx-runtime").JSX.Element;
5
+ export declare function Parameter(properties: Properties): import("react").JSX.Element;
6
6
  interface LabelProperties extends ComponentProps<'label'> {
7
7
  label: string;
8
8
  }
9
- export declare function ParameterLabel(properties: LabelProperties): import("react/jsx-runtime").JSX.Element;
9
+ export declare function ParameterLabel(properties: LabelProperties): import("react").JSX.Element;
10
10
  interface ValueProperties extends ComponentProps<'div'> {
11
11
  value: string;
12
12
  }
13
- export declare function ParameterValue(properties: ValueProperties): import("react/jsx-runtime").JSX.Element;
13
+ export declare function ParameterValue(properties: ValueProperties): import("react").JSX.Element;
14
14
  interface MeasureProperties extends ComponentProps<'div'> {
15
15
  measure: string;
16
16
  }
17
- export declare function ParameterMeasure(properties: MeasureProperties): import("react/jsx-runtime").JSX.Element;
18
- export declare function ParameterInput(properties: ComponentProps<'div'>): import("react/jsx-runtime").JSX.Element;
19
- export declare function ParameterRow(properties: ComponentProps<'div'>): import("react/jsx-runtime").JSX.Element;
20
- export declare function ParameterSeparator(properties: ComponentProps<typeof Separator>): import("react/jsx-runtime").JSX.Element;
17
+ export declare function ParameterMeasure(properties: MeasureProperties): import("react").JSX.Element;
18
+ export declare function ParameterInput(properties: ComponentProps<'div'>): import("react").JSX.Element;
19
+ export declare function ParameterRow(properties: ComponentProps<'div'>): import("react").JSX.Element;
20
+ export declare function ParameterSeparator(properties: ComponentProps<typeof Separator>): import("react").JSX.Element;
21
21
  export {};
@@ -2,10 +2,10 @@ import { Popover as PopoverPrimitive } from '@base-ui/react/popover';
2
2
  import { ComponentStylesProps } from '../utils/styles';
3
3
  export declare const PopoverCreateHandle: typeof PopoverPrimitive.createHandle;
4
4
  export declare const Popover: typeof PopoverPrimitive.Root;
5
- export declare function PopoverTrigger(properties: PopoverPrimitive.Trigger.Props): import("react/jsx-runtime").JSX.Element;
5
+ export declare function PopoverTrigger(properties: PopoverPrimitive.Trigger.Props): import("react").JSX.Element;
6
6
  type PopupProperties = PopoverPrimitive.Popup.Props & ComponentStylesProps<'popover'> & PopoverPrimitive.Positioner.Props;
7
- export declare function PopoverPopup(properties: PopupProperties): import("react/jsx-runtime").JSX.Element;
8
- export declare function PopoverClose(properties: PopoverPrimitive.Close.Props): import("react/jsx-runtime").JSX.Element;
9
- export declare function PopoverTitle(properties: PopoverPrimitive.Title.Props): import("react/jsx-runtime").JSX.Element;
10
- export declare function PopoverDescription(properties: PopoverPrimitive.Description.Props): import("react/jsx-runtime").JSX.Element;
7
+ export declare function PopoverPopup(properties: PopupProperties): import("react").JSX.Element;
8
+ export declare function PopoverClose(properties: PopoverPrimitive.Close.Props): import("react").JSX.Element;
9
+ export declare function PopoverTitle(properties: PopoverPrimitive.Title.Props): import("react").JSX.Element;
10
+ export declare function PopoverDescription(properties: PopoverPrimitive.Description.Props): import("react").JSX.Element;
11
11
  export {};
@@ -1,10 +1,10 @@
1
1
  import { Progress as ProgressPrimitive } from '@base-ui/react/progress';
2
2
  import { ComponentStylesProps } from '../utils/styles';
3
3
  type Properties = RootProperties & ComponentStylesProps<'progress'>;
4
- export declare function Progress(properties: Properties): import("react/jsx-runtime").JSX.Element;
4
+ export declare function Progress(properties: Properties): import("react").JSX.Element;
5
5
  type RootProperties = ProgressPrimitive.Root.Props;
6
- export declare function ProgressTrack(properties: ProgressPrimitive.Track.Props): import("react/jsx-runtime").JSX.Element;
7
- export declare function ProgressIndicator(properties: ProgressPrimitive.Indicator.Props): import("react/jsx-runtime").JSX.Element;
8
- export declare function ProgressLabel(properties: ProgressPrimitive.Label.Props): import("react/jsx-runtime").JSX.Element;
9
- export declare function ProgressValue(properties: ProgressPrimitive.Value.Props): import("react/jsx-runtime").JSX.Element;
6
+ export declare function ProgressTrack(properties: ProgressPrimitive.Track.Props): import("react").JSX.Element;
7
+ export declare function ProgressIndicator(properties: ProgressPrimitive.Indicator.Props): import("react").JSX.Element;
8
+ export declare function ProgressLabel(properties: ProgressPrimitive.Label.Props): import("react").JSX.Element;
9
+ export declare function ProgressValue(properties: ProgressPrimitive.Value.Props): import("react").JSX.Element;
10
10
  export {};
@@ -1,10 +1,10 @@
1
1
  import { ScrollArea as ScrollAreaPrimitive } from '@base-ui/react/scroll-area';
2
2
  import { ComponentStylesProps } from '../utils/styles';
3
3
  type Properties = RootProperties & ComponentStylesProps<'scrollArea'>;
4
- export declare function ScrollArea(properties: Properties): import("react/jsx-runtime").JSX.Element;
4
+ export declare function ScrollArea(properties: Properties): import("react").JSX.Element;
5
5
  interface RootProperties extends ScrollAreaPrimitive.Root.Props {
6
6
  scrollFade?: boolean;
7
7
  scrollbarGutter?: boolean;
8
8
  }
9
- export declare function ScrollBar(properties: ScrollAreaPrimitive.Scrollbar.Props): import("react/jsx-runtime").JSX.Element;
9
+ export declare function ScrollBar(properties: ScrollAreaPrimitive.Scrollbar.Props): import("react").JSX.Element;
10
10
  export {};
@@ -1,12 +1,12 @@
1
1
  import { Select as SelectPrimitive } from '@base-ui/react/select';
2
2
  import { ComponentStylesProps } from '../utils/styles';
3
3
  type Properties<Value, Multiple extends boolean | undefined = false> = RootProperties<Value, Multiple> & ComponentStylesProps<'select'>;
4
- export declare function Select<Value, Multiple extends boolean | undefined = false>(properties: Properties<Value, Multiple>): import("react/jsx-runtime").JSX.Element;
4
+ export declare function Select<Value, Multiple extends boolean | undefined = false>(properties: Properties<Value, Multiple>): import("react").JSX.Element;
5
5
  interface RootProperties<Value, Multiple extends boolean | undefined = false> extends SelectPrimitive.Root.Props<Value, Multiple> {
6
6
  disabled?: boolean;
7
7
  }
8
- export declare function SelectTrigger(properties: SelectPrimitive.Trigger.Props): import("react/jsx-runtime").JSX.Element;
9
- export declare function SelectValue(properties: SelectPrimitive.Value.Props): import("react/jsx-runtime").JSX.Element;
8
+ export declare function SelectTrigger(properties: SelectPrimitive.Trigger.Props): import("react").JSX.Element;
9
+ export declare function SelectValue(properties: SelectPrimitive.Value.Props): import("react").JSX.Element;
10
10
  interface PopupProperties extends SelectPrimitive.Popup.Props {
11
11
  side?: SelectPrimitive.Positioner.Props['side'];
12
12
  sideOffset?: SelectPrimitive.Positioner.Props['sideOffset'];
@@ -15,9 +15,9 @@ interface PopupProperties extends SelectPrimitive.Popup.Props {
15
15
  alignItemWithTrigger?: SelectPrimitive.Positioner.Props['alignItemWithTrigger'];
16
16
  anchor?: SelectPrimitive.Positioner.Props['anchor'];
17
17
  }
18
- export declare function SelectPopup(properties: PopupProperties): import("react/jsx-runtime").JSX.Element;
19
- export declare function SelectItem(properties: SelectPrimitive.Item.Props): import("react/jsx-runtime").JSX.Element;
20
- export declare function SelectSeparator(properties: SelectPrimitive.Separator.Props): import("react/jsx-runtime").JSX.Element;
21
- export declare function SelectGroup(properties: SelectPrimitive.Group.Props): import("react/jsx-runtime").JSX.Element;
22
- export declare function SelectGroupLabel(properties: SelectPrimitive.GroupLabel.Props): import("react/jsx-runtime").JSX.Element;
18
+ export declare function SelectPopup(properties: PopupProperties): import("react").JSX.Element;
19
+ export declare function SelectItem(properties: SelectPrimitive.Item.Props): import("react").JSX.Element;
20
+ export declare function SelectSeparator(properties: SelectPrimitive.Separator.Props): import("react").JSX.Element;
21
+ export declare function SelectGroup(properties: SelectPrimitive.Group.Props): import("react").JSX.Element;
22
+ export declare function SelectGroupLabel(properties: SelectPrimitive.GroupLabel.Props): import("react").JSX.Element;
23
23
  export {};
@@ -1,6 +1,6 @@
1
1
  import { Separator as SeparatorPrimitive } from '@base-ui/react/separator';
2
2
  import { ComponentStylesProps } from '../utils/styles';
3
3
  type Properties = RootProperties & ComponentStylesProps<'separator'>;
4
- export declare function Separator(properties: Properties): import("react/jsx-runtime").JSX.Element;
4
+ export declare function Separator(properties: Properties): import("react").JSX.Element;
5
5
  type RootProperties = SeparatorPrimitive.Props;
6
6
  export {};