@wix/site-ui 1.1.0 → 1.3.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.
Files changed (114) hide show
  1. package/dist/Accordion/index.css +2 -0
  2. package/dist/Accordion/index.d.ts +34 -0
  3. package/dist/Accordion/index.js +39 -0
  4. package/dist/AlertDialog/index.css +2 -0
  5. package/dist/AlertDialog/index.d.ts +47 -0
  6. package/dist/AlertDialog/index.js +55 -0
  7. package/dist/Autocomplete/index.css +2 -0
  8. package/dist/Autocomplete/index.d.ts +85 -0
  9. package/dist/Autocomplete/index.js +110 -0
  10. package/dist/Avatar/index.css +2 -0
  11. package/dist/Avatar/index.d.ts +21 -0
  12. package/dist/Avatar/index.js +26 -0
  13. package/dist/Button/index.css +2 -0
  14. package/dist/Button/index.d.ts +11 -0
  15. package/dist/Button/index.js +11 -0
  16. package/dist/Checkbox/index.css +2 -0
  17. package/dist/Checkbox/index.d.ts +17 -0
  18. package/dist/Checkbox/index.js +20 -0
  19. package/dist/CheckboxGroup/index.css +2 -0
  20. package/dist/CheckboxGroup/index.d.ts +11 -0
  21. package/dist/CheckboxGroup/index.js +11 -0
  22. package/dist/Collapsible/index.css +2 -0
  23. package/dist/Collapsible/index.d.ts +21 -0
  24. package/dist/Collapsible/index.js +26 -0
  25. package/dist/Combobox/index.css +2 -0
  26. package/dist/Combobox/index.d.ts +101 -0
  27. package/dist/Combobox/index.js +139 -0
  28. package/dist/ContextMenu/index.css +2 -0
  29. package/dist/ContextMenu/index.d.ts +76 -0
  30. package/dist/ContextMenu/index.js +102 -0
  31. package/dist/Dialog/index.css +2 -0
  32. package/dist/Dialog/index.d.ts +47 -0
  33. package/dist/Dialog/index.js +55 -0
  34. package/dist/Drawer/index.css +2 -0
  35. package/dist/Drawer/index.d.ts +60 -0
  36. package/dist/Drawer/index.js +83 -0
  37. package/dist/Field/index.css +2 -0
  38. package/dist/Field/index.d.ts +35 -0
  39. package/dist/Field/index.js +45 -0
  40. package/dist/Fieldset/index.css +2 -0
  41. package/dist/Fieldset/index.d.ts +17 -0
  42. package/dist/Fieldset/index.js +20 -0
  43. package/dist/Form/index.css +2 -0
  44. package/dist/Form/index.d.ts +13 -0
  45. package/dist/Form/index.js +11 -0
  46. package/dist/Input/index.css +2 -0
  47. package/dist/Input/index.d.ts +11 -0
  48. package/dist/Input/index.js +11 -0
  49. package/dist/Menu/index.css +2 -0
  50. package/dist/Menu/index.d.ts +85 -0
  51. package/dist/Menu/index.js +111 -0
  52. package/dist/Menubar/index.css +2 -0
  53. package/dist/Menubar/index.d.ts +11 -0
  54. package/dist/Menubar/index.js +11 -0
  55. package/dist/Meter/index.css +2 -0
  56. package/dist/Meter/index.d.ts +29 -0
  57. package/dist/Meter/index.js +38 -0
  58. package/dist/NavigationMenu/index.css +2 -0
  59. package/dist/NavigationMenu/index.d.ts +64 -0
  60. package/dist/NavigationMenu/index.js +82 -0
  61. package/dist/NumberField/index.css +2 -0
  62. package/dist/NumberField/index.d.ts +37 -0
  63. package/dist/NumberField/index.js +50 -0
  64. package/dist/Popover/index.css +2 -0
  65. package/dist/Popover/index.d.ts +54 -0
  66. package/dist/Popover/index.js +67 -0
  67. package/dist/PreviewCard/index.css +2 -0
  68. package/dist/PreviewCard/index.d.ts +42 -0
  69. package/dist/PreviewCard/index.js +49 -0
  70. package/dist/Progress/index.css +2 -0
  71. package/dist/Progress/index.d.ts +29 -0
  72. package/dist/Progress/index.js +38 -0
  73. package/dist/Radio/index.css +2 -0
  74. package/dist/Radio/index.d.ts +22 -0
  75. package/dist/Radio/index.js +21 -0
  76. package/dist/RadioGroup/index.css +2 -0
  77. package/dist/RadioGroup/index.d.ts +11 -0
  78. package/dist/RadioGroup/index.js +11 -0
  79. package/dist/ScrollArea/index.css +2 -0
  80. package/dist/ScrollArea/index.d.ts +33 -0
  81. package/dist/ScrollArea/index.js +44 -0
  82. package/dist/Select/index.css +2 -0
  83. package/dist/Select/index.d.ts +79 -0
  84. package/dist/Select/index.js +107 -0
  85. package/dist/Separator/index.css +2 -0
  86. package/dist/Separator/index.d.ts +11 -0
  87. package/dist/Separator/index.js +11 -0
  88. package/dist/Slider/index.css +2 -0
  89. package/dist/Slider/index.d.ts +42 -0
  90. package/dist/Slider/index.js +51 -0
  91. package/dist/Switch/index.css +2 -0
  92. package/dist/Switch/index.d.ts +17 -0
  93. package/dist/Switch/index.js +20 -0
  94. package/dist/Tabs/index.css +2 -0
  95. package/dist/Tabs/index.d.ts +29 -0
  96. package/dist/Tabs/index.js +38 -0
  97. package/dist/Toggle/index.css +2 -0
  98. package/dist/Toggle/index.d.ts +11 -0
  99. package/dist/Toggle/index.js +11 -0
  100. package/dist/ToggleGroup/index.css +2 -0
  101. package/dist/ToggleGroup/index.d.ts +11 -0
  102. package/dist/ToggleGroup/index.js +11 -0
  103. package/dist/Toolbar/index.css +2 -0
  104. package/dist/Toolbar/index.d.ts +33 -0
  105. package/dist/Toolbar/index.js +44 -0
  106. package/dist/Tooltip/index.css +2 -0
  107. package/dist/Tooltip/index.d.ts +40 -0
  108. package/dist/Tooltip/index.js +44 -0
  109. package/dist/index.d.ts +1059 -7
  110. package/dist/index.js +36 -1
  111. package/package.json +27 -8
  112. package/dist/TestButton/index.css +0 -9
  113. package/dist/TestButton/index.d.ts +0 -13
  114. package/dist/TestButton/index.js +0 -14
@@ -0,0 +1,82 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import { NavigationMenu } from "@base-ui/react/navigation-menu";
3
+ import clsx from "clsx";
4
+ import * as __rspack_external_react from "react";
5
+ const NavigationMenu_module = {};
6
+ const List = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(NavigationMenu.List, {
7
+ ref: ref,
8
+ className: clsx(NavigationMenu_module.list, className),
9
+ ...props
10
+ }));
11
+ const Item = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(NavigationMenu.Item, {
12
+ ref: ref,
13
+ className: clsx(NavigationMenu_module.item, className),
14
+ ...props
15
+ }));
16
+ const Content = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(NavigationMenu.Content, {
17
+ ref: ref,
18
+ className: clsx(NavigationMenu_module.content, className),
19
+ ...props
20
+ }));
21
+ const Trigger = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(NavigationMenu.Trigger, {
22
+ ref: ref,
23
+ className: clsx(NavigationMenu_module.trigger, className),
24
+ ...props
25
+ }));
26
+ const Positioner = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(NavigationMenu.Positioner, {
27
+ ref: ref,
28
+ className: clsx(NavigationMenu_module.positioner, className),
29
+ ...props
30
+ }));
31
+ const Viewport = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(NavigationMenu.Viewport, {
32
+ ref: ref,
33
+ className: clsx(NavigationMenu_module.viewport, className),
34
+ ...props
35
+ }));
36
+ const Backdrop = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(NavigationMenu.Backdrop, {
37
+ ref: ref,
38
+ className: clsx(NavigationMenu_module.backdrop, className),
39
+ ...props
40
+ }));
41
+ const Popup = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(NavigationMenu.Popup, {
42
+ ref: ref,
43
+ className: clsx(NavigationMenu_module.popup, className),
44
+ ...props
45
+ }));
46
+ const Arrow = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(NavigationMenu.Arrow, {
47
+ ref: ref,
48
+ className: clsx(NavigationMenu_module.arrow, className),
49
+ ...props
50
+ }));
51
+ const Link = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(NavigationMenu.Link, {
52
+ ref: ref,
53
+ className: clsx(NavigationMenu_module.link, className),
54
+ ...props
55
+ }));
56
+ const Icon = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(NavigationMenu.Icon, {
57
+ ref: ref,
58
+ className: clsx(NavigationMenu_module.icon, className),
59
+ ...props
60
+ }));
61
+ function Root({ className, ...props }) {
62
+ return /*#__PURE__*/ jsx(NavigationMenu.Root, {
63
+ ...props,
64
+ className: clsx(NavigationMenu_module.root, className)
65
+ });
66
+ }
67
+ const NavigationMenu_NavigationMenu = {
68
+ List: List,
69
+ Item: Item,
70
+ Content: Content,
71
+ Trigger: Trigger,
72
+ Positioner: Positioner,
73
+ Viewport: Viewport,
74
+ Backdrop: Backdrop,
75
+ Popup: Popup,
76
+ Arrow: Arrow,
77
+ Link: Link,
78
+ Icon: Icon,
79
+ Root: Root,
80
+ Portal: NavigationMenu.Portal
81
+ };
82
+ export { NavigationMenu_NavigationMenu as NavigationMenu };
@@ -0,0 +1,2 @@
1
+
2
+
@@ -0,0 +1,37 @@
1
+ import { NumberFieldDecrementProps } from '@base-ui/react/number-field';
2
+ import { NumberFieldGroupProps } from '@base-ui/react/number-field';
3
+ import { NumberFieldIncrementProps } from '@base-ui/react/number-field';
4
+ import { NumberFieldInputProps } from '@base-ui/react/number-field';
5
+ import { NumberFieldRootProps } from '@base-ui/react/number-field';
6
+ import { NumberFieldScrubAreaCursorProps } from '@base-ui/react/number-field';
7
+ import { NumberFieldScrubAreaProps } from '@base-ui/react/number-field';
8
+ import * as React_2 from 'react';
9
+
10
+ export declare const NumberField: {
11
+ Root: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<NumberFieldRootProps, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
12
+ className?: string | undefined;
13
+ } & React_2.RefAttributes<HTMLDivElement>>;
14
+ Group: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<NumberFieldGroupProps, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
15
+ className?: string | undefined;
16
+ } & React_2.RefAttributes<HTMLDivElement>>;
17
+ Increment: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<NumberFieldIncrementProps, "ref"> & React_2.RefAttributes<HTMLButtonElement>, "ref">, "className"> & {
18
+ className?: string | undefined;
19
+ } & React_2.RefAttributes<HTMLButtonElement>>;
20
+ Decrement: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<NumberFieldDecrementProps, "ref"> & React_2.RefAttributes<HTMLButtonElement>, "ref">, "className"> & {
21
+ className?: string | undefined;
22
+ } & React_2.RefAttributes<HTMLButtonElement>>;
23
+ Input: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<NumberFieldInputProps, "ref"> & React_2.RefAttributes<HTMLInputElement>, "ref">, "className"> & {
24
+ className?: string | undefined;
25
+ } & React_2.RefAttributes<HTMLInputElement>>;
26
+ ScrubArea: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<NumberFieldScrubAreaProps, "ref"> & React_2.RefAttributes<HTMLSpanElement>, "ref">, "className"> & {
27
+ className?: string | undefined;
28
+ } & React_2.RefAttributes<HTMLSpanElement>>;
29
+ ScrubAreaCursor: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<NumberFieldScrubAreaCursorProps, "ref"> & React_2.RefAttributes<HTMLSpanElement>, "ref">, "className"> & {
30
+ className?: string | undefined;
31
+ } & React_2.RefAttributes<HTMLSpanElement>>;
32
+ };
33
+
34
+
35
+ export * from "@base-ui/react/number-field";
36
+
37
+ export { }
@@ -0,0 +1,50 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import { NumberField } from "@base-ui/react/number-field";
3
+ import clsx from "clsx";
4
+ import * as __rspack_external_react from "react";
5
+ const NumberField_module = {};
6
+ const Root = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(NumberField.Root, {
7
+ ref: ref,
8
+ className: clsx(NumberField_module.root, className),
9
+ ...props
10
+ }));
11
+ const Group = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(NumberField.Group, {
12
+ ref: ref,
13
+ className: clsx(NumberField_module.group, className),
14
+ ...props
15
+ }));
16
+ const Increment = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(NumberField.Increment, {
17
+ ref: ref,
18
+ className: clsx(NumberField_module.increment, className),
19
+ ...props
20
+ }));
21
+ const Decrement = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(NumberField.Decrement, {
22
+ ref: ref,
23
+ className: clsx(NumberField_module.decrement, className),
24
+ ...props
25
+ }));
26
+ const Input = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(NumberField.Input, {
27
+ ref: ref,
28
+ className: clsx(NumberField_module.input, className),
29
+ ...props
30
+ }));
31
+ const ScrubArea = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(NumberField.ScrubArea, {
32
+ ref: ref,
33
+ className: clsx(NumberField_module.scrubArea, className),
34
+ ...props
35
+ }));
36
+ const ScrubAreaCursor = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(NumberField.ScrubAreaCursor, {
37
+ ref: ref,
38
+ className: clsx(NumberField_module.scrubAreaCursor, className),
39
+ ...props
40
+ }));
41
+ const NumberField_NumberField = {
42
+ Root: Root,
43
+ Group: Group,
44
+ Increment: Increment,
45
+ Decrement: Decrement,
46
+ Input: Input,
47
+ ScrubArea: ScrubArea,
48
+ ScrubAreaCursor: ScrubAreaCursor
49
+ };
50
+ export { NumberField_NumberField as NumberField };
@@ -0,0 +1,2 @@
1
+
2
+
@@ -0,0 +1,54 @@
1
+ import { JSX as JSX_2 } from 'react/jsx-runtime';
2
+ import { Popover as Popover_2 } from '@base-ui/react/popover';
3
+ import { PopoverArrowProps } from '@base-ui/react/popover';
4
+ import { PopoverBackdropProps } from '@base-ui/react/popover';
5
+ import { PopoverCloseProps } from '@base-ui/react/popover';
6
+ import { PopoverDescriptionProps } from '@base-ui/react/popover';
7
+ import { PopoverPopupProps } from '@base-ui/react/popover';
8
+ import { PopoverPortalProps } from '@base-ui/react/popover';
9
+ import { PopoverPositionerProps } from '@base-ui/react/popover';
10
+ import { PopoverTitleProps } from '@base-ui/react/popover';
11
+ import * as React_2 from 'react';
12
+
13
+ export declare const Popover: {
14
+ Positioner: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<PopoverPositionerProps, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
15
+ className?: string | undefined;
16
+ } & React_2.RefAttributes<HTMLDivElement>>;
17
+ Popup: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<PopoverPopupProps, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
18
+ className?: string | undefined;
19
+ } & React_2.RefAttributes<HTMLDivElement>>;
20
+ Arrow: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<PopoverArrowProps, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
21
+ className?: string | undefined;
22
+ } & React_2.RefAttributes<HTMLDivElement>>;
23
+ Backdrop: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<PopoverBackdropProps, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
24
+ className?: string | undefined;
25
+ } & React_2.RefAttributes<HTMLDivElement>>;
26
+ Title: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<PopoverTitleProps, "ref"> & React_2.RefAttributes<HTMLHeadingElement>, "ref">, "className"> & {
27
+ className?: string | undefined;
28
+ } & React_2.RefAttributes<HTMLHeadingElement>>;
29
+ Description: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<PopoverDescriptionProps, "ref"> & React_2.RefAttributes<HTMLParagraphElement>, "ref">, "className"> & {
30
+ className?: string | undefined;
31
+ } & React_2.RefAttributes<HTMLParagraphElement>>;
32
+ Close: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<PopoverCloseProps, "ref"> & React_2.RefAttributes<HTMLButtonElement>, "ref">, "className"> & {
33
+ className?: string | undefined;
34
+ } & React_2.RefAttributes<HTMLButtonElement>>;
35
+ Viewport: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<Popover_2.Viewport.Props, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
36
+ className?: string | undefined;
37
+ } & React_2.RefAttributes<HTMLDivElement>>;
38
+ Root: typeof Popover_2.Root;
39
+ Trigger: typeof Trigger;
40
+ Portal: React_2.ForwardRefExoticComponent<Omit<PopoverPortalProps, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
41
+ Handle: typeof Popover_2.Handle;
42
+ createHandle: typeof Popover_2.createHandle;
43
+ };
44
+
45
+ declare function Trigger<Payload = unknown>({ className, ...props }: WithStringClassName<Popover_2.Trigger.Props<Payload>> & React_2.RefAttributes<HTMLElement>): JSX_2.Element;
46
+
47
+ declare type WithStringClassName<P> = Omit<P, 'className'> & {
48
+ className?: string;
49
+ };
50
+
51
+
52
+ export * from "@base-ui/react/popover";
53
+
54
+ export { }
@@ -0,0 +1,67 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import { Popover } from "@base-ui/react/popover";
3
+ import clsx from "clsx";
4
+ import * as __rspack_external_react from "react";
5
+ const Popover_module = {};
6
+ const Positioner = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(Popover.Positioner, {
7
+ ref: ref,
8
+ className: clsx(Popover_module.positioner, className),
9
+ ...props
10
+ }));
11
+ const Popup = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(Popover.Popup, {
12
+ ref: ref,
13
+ className: clsx(Popover_module.popup, className),
14
+ ...props
15
+ }));
16
+ const Arrow = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(Popover.Arrow, {
17
+ ref: ref,
18
+ className: clsx(Popover_module.arrow, className),
19
+ ...props
20
+ }));
21
+ const Backdrop = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(Popover.Backdrop, {
22
+ ref: ref,
23
+ className: clsx(Popover_module.backdrop, className),
24
+ ...props
25
+ }));
26
+ const Title = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(Popover.Title, {
27
+ ref: ref,
28
+ className: clsx(Popover_module.title, className),
29
+ ...props
30
+ }));
31
+ const Description = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(Popover.Description, {
32
+ ref: ref,
33
+ className: clsx(Popover_module.description, className),
34
+ ...props
35
+ }));
36
+ const Close = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(Popover.Close, {
37
+ ref: ref,
38
+ className: clsx(Popover_module.close, className),
39
+ ...props
40
+ }));
41
+ const Viewport = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(Popover.Viewport, {
42
+ ref: ref,
43
+ className: clsx(Popover_module.viewport, className),
44
+ ...props
45
+ }));
46
+ function Trigger({ className, ...props }) {
47
+ return /*#__PURE__*/ jsx(Popover.Trigger, {
48
+ ...props,
49
+ className: clsx(Popover_module.trigger, className)
50
+ });
51
+ }
52
+ const Popover_Popover = {
53
+ Positioner: Positioner,
54
+ Popup: Popup,
55
+ Arrow: Arrow,
56
+ Backdrop: Backdrop,
57
+ Title: Title,
58
+ Description: Description,
59
+ Close: Close,
60
+ Viewport: Viewport,
61
+ Root: Popover.Root,
62
+ Trigger: Trigger,
63
+ Portal: Popover.Portal,
64
+ Handle: Popover.Handle,
65
+ createHandle: Popover.createHandle
66
+ };
67
+ export { Popover_Popover as Popover };
@@ -0,0 +1,2 @@
1
+
2
+
@@ -0,0 +1,42 @@
1
+ import { JSX as JSX_2 } from 'react/jsx-runtime';
2
+ import { PreviewCard as PreviewCard_2 } from '@base-ui/react/preview-card';
3
+ import { PreviewCardArrowProps } from '@base-ui/react/preview-card';
4
+ import { PreviewCardBackdropProps } from '@base-ui/react/preview-card';
5
+ import { PreviewCardPopupProps } from '@base-ui/react/preview-card';
6
+ import { PreviewCardPortalProps } from '@base-ui/react/preview-card';
7
+ import { PreviewCardPositionerProps } from '@base-ui/react/preview-card';
8
+ import * as React_2 from 'react';
9
+
10
+ export declare const PreviewCard: {
11
+ Positioner: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<PreviewCardPositionerProps, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
12
+ className?: string | undefined;
13
+ } & React_2.RefAttributes<HTMLDivElement>>;
14
+ Popup: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<PreviewCardPopupProps, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
15
+ className?: string | undefined;
16
+ } & React_2.RefAttributes<HTMLDivElement>>;
17
+ Arrow: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<PreviewCardArrowProps, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
18
+ className?: string | undefined;
19
+ } & React_2.RefAttributes<HTMLDivElement>>;
20
+ Backdrop: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<PreviewCardBackdropProps, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
21
+ className?: string | undefined;
22
+ } & React_2.RefAttributes<HTMLDivElement>>;
23
+ Viewport: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<PreviewCard_2.Viewport.Props, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
24
+ className?: string | undefined;
25
+ } & React_2.RefAttributes<HTMLDivElement>>;
26
+ Root: <Payload>(props: PreviewCard_2.Root.Props<Payload>) => JSX_2.Element;
27
+ Trigger: typeof Trigger;
28
+ Portal: React_2.ForwardRefExoticComponent<Omit<PreviewCardPortalProps, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
29
+ Handle: typeof PreviewCard_2.Handle;
30
+ createHandle: typeof PreviewCard_2.createHandle;
31
+ };
32
+
33
+ declare function Trigger<Payload = unknown>({ className, ...props }: WithStringClassName<PreviewCard_2.Trigger.Props<Payload>> & React_2.RefAttributes<HTMLElement>): JSX_2.Element;
34
+
35
+ declare type WithStringClassName<P> = Omit<P, 'className'> & {
36
+ className?: string;
37
+ };
38
+
39
+
40
+ export * from "@base-ui/react/preview-card";
41
+
42
+ export { }
@@ -0,0 +1,49 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import { PreviewCard } from "@base-ui/react/preview-card";
3
+ import clsx from "clsx";
4
+ import * as __rspack_external_react from "react";
5
+ const PreviewCard_module = {};
6
+ const Positioner = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(PreviewCard.Positioner, {
7
+ ref: ref,
8
+ className: clsx(PreviewCard_module.positioner, className),
9
+ ...props
10
+ }));
11
+ const Popup = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(PreviewCard.Popup, {
12
+ ref: ref,
13
+ className: clsx(PreviewCard_module.popup, className),
14
+ ...props
15
+ }));
16
+ const Arrow = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(PreviewCard.Arrow, {
17
+ ref: ref,
18
+ className: clsx(PreviewCard_module.arrow, className),
19
+ ...props
20
+ }));
21
+ const Backdrop = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(PreviewCard.Backdrop, {
22
+ ref: ref,
23
+ className: clsx(PreviewCard_module.backdrop, className),
24
+ ...props
25
+ }));
26
+ const Viewport = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(PreviewCard.Viewport, {
27
+ ref: ref,
28
+ className: clsx(PreviewCard_module.viewport, className),
29
+ ...props
30
+ }));
31
+ function Trigger({ className, ...props }) {
32
+ return /*#__PURE__*/ jsx(PreviewCard.Trigger, {
33
+ ...props,
34
+ className: clsx(PreviewCard_module.trigger, className)
35
+ });
36
+ }
37
+ const PreviewCard_PreviewCard = {
38
+ Positioner: Positioner,
39
+ Popup: Popup,
40
+ Arrow: Arrow,
41
+ Backdrop: Backdrop,
42
+ Viewport: Viewport,
43
+ Root: PreviewCard.Root,
44
+ Trigger: Trigger,
45
+ Portal: PreviewCard.Portal,
46
+ Handle: PreviewCard.Handle,
47
+ createHandle: PreviewCard.createHandle
48
+ };
49
+ export { PreviewCard_PreviewCard as PreviewCard };
@@ -0,0 +1,2 @@
1
+
2
+
@@ -0,0 +1,29 @@
1
+ import { ProgressIndicatorProps } from '@base-ui/react/progress';
2
+ import { ProgressLabelProps } from '@base-ui/react/progress';
3
+ import { ProgressRootProps } from '@base-ui/react/progress';
4
+ import { ProgressTrackProps } from '@base-ui/react/progress';
5
+ import { ProgressValueProps } from '@base-ui/react/progress';
6
+ import * as React_2 from 'react';
7
+
8
+ export declare const Progress: {
9
+ Root: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<ProgressRootProps, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
10
+ className?: string | undefined;
11
+ } & React_2.RefAttributes<HTMLDivElement>>;
12
+ Track: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<ProgressTrackProps, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
13
+ className?: string | undefined;
14
+ } & React_2.RefAttributes<HTMLDivElement>>;
15
+ Indicator: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<ProgressIndicatorProps, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
16
+ className?: string | undefined;
17
+ } & React_2.RefAttributes<HTMLDivElement>>;
18
+ Value: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<ProgressValueProps, "ref"> & React_2.RefAttributes<HTMLSpanElement>, "ref">, "className"> & {
19
+ className?: string | undefined;
20
+ } & React_2.RefAttributes<HTMLSpanElement>>;
21
+ Label: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<ProgressLabelProps, "ref"> & React_2.RefAttributes<HTMLSpanElement>, "ref">, "className"> & {
22
+ className?: string | undefined;
23
+ } & React_2.RefAttributes<HTMLSpanElement>>;
24
+ };
25
+
26
+
27
+ export * from "@base-ui/react/progress";
28
+
29
+ export { }
@@ -0,0 +1,38 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import { Progress } from "@base-ui/react/progress";
3
+ import clsx from "clsx";
4
+ import * as __rspack_external_react from "react";
5
+ const Progress_module = {};
6
+ const Root = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(Progress.Root, {
7
+ ref: ref,
8
+ className: clsx(Progress_module.root, className),
9
+ ...props
10
+ }));
11
+ const Track = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(Progress.Track, {
12
+ ref: ref,
13
+ className: clsx(Progress_module.track, className),
14
+ ...props
15
+ }));
16
+ const Indicator = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(Progress.Indicator, {
17
+ ref: ref,
18
+ className: clsx(Progress_module.indicator, className),
19
+ ...props
20
+ }));
21
+ const Value = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(Progress.Value, {
22
+ ref: ref,
23
+ className: clsx(Progress_module.value, className),
24
+ ...props
25
+ }));
26
+ const Label = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(Progress.Label, {
27
+ ref: ref,
28
+ className: clsx(Progress_module.label, className),
29
+ ...props
30
+ }));
31
+ const Progress_Progress = {
32
+ Root: Root,
33
+ Track: Track,
34
+ Indicator: Indicator,
35
+ Value: Value,
36
+ Label: Label
37
+ };
38
+ export { Progress_Progress as Progress };
@@ -0,0 +1,2 @@
1
+
2
+
@@ -0,0 +1,22 @@
1
+ import { JSX as JSX_2 } from 'react/jsx-runtime';
2
+ import { Radio as Radio_2 } from '@base-ui/react/radio';
3
+ import { RadioIndicatorProps } from '@base-ui/react/radio';
4
+ import * as React_2 from 'react';
5
+
6
+ export declare const Radio: {
7
+ Indicator: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<RadioIndicatorProps, "ref"> & React_2.RefAttributes<HTMLSpanElement>, "ref">, "className"> & {
8
+ className?: string | undefined;
9
+ } & React_2.RefAttributes<HTMLSpanElement>>;
10
+ Root: typeof Root;
11
+ };
12
+
13
+ declare function Root<Value>({ className, ...props }: WithStringClassName<Radio_2.Root.Props<Value>>): JSX_2.Element;
14
+
15
+ declare type WithStringClassName<P> = Omit<P, 'className'> & {
16
+ className?: string;
17
+ };
18
+
19
+
20
+ export * from "@base-ui/react/radio";
21
+
22
+ export { }
@@ -0,0 +1,21 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import { Radio } from "@base-ui/react/radio";
3
+ import clsx from "clsx";
4
+ import * as __rspack_external_react from "react";
5
+ const Radio_module = {};
6
+ const Indicator = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(Radio.Indicator, {
7
+ ref: ref,
8
+ className: clsx(Radio_module.indicator, className),
9
+ ...props
10
+ }));
11
+ function Root({ className, ...props }) {
12
+ return /*#__PURE__*/ jsx(Radio.Root, {
13
+ ...props,
14
+ className: clsx(Radio_module.root, className)
15
+ });
16
+ }
17
+ const Radio_Radio = {
18
+ Indicator: Indicator,
19
+ Root: Root
20
+ };
21
+ export { Radio_Radio as Radio };
@@ -0,0 +1,2 @@
1
+
2
+
@@ -0,0 +1,11 @@
1
+ import { RadioGroup as RadioGroup_2 } from '@base-ui/react/radio-group';
2
+ import * as React_2 from 'react';
3
+
4
+ export declare const RadioGroup: React_2.ForwardRefExoticComponent<Omit<Omit<RadioGroup_2.Props<unknown>, "ref">, "className"> & {
5
+ className?: string | undefined;
6
+ } & React_2.RefAttributes<HTMLDivElement>>;
7
+
8
+
9
+ export * from "@base-ui/react/radio-group";
10
+
11
+ export { }
@@ -0,0 +1,11 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import { RadioGroup } from "@base-ui/react/radio-group";
3
+ import clsx from "clsx";
4
+ import * as __rspack_external_react from "react";
5
+ const RadioGroup_module = {};
6
+ const RadioGroup_RadioGroup = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(RadioGroup, {
7
+ ref: ref,
8
+ className: clsx(RadioGroup_module.root, className),
9
+ ...props
10
+ }));
11
+ export { RadioGroup_RadioGroup as RadioGroup };
@@ -0,0 +1,2 @@
1
+
2
+
@@ -0,0 +1,33 @@
1
+ import * as React_2 from 'react';
2
+ import { ScrollAreaContentProps } from '@base-ui/react/scroll-area';
3
+ import { ScrollAreaCornerProps } from '@base-ui/react/scroll-area';
4
+ import { ScrollAreaRootProps } from '@base-ui/react/scroll-area';
5
+ import { ScrollAreaScrollbarProps } from '@base-ui/react/scroll-area';
6
+ import { ScrollAreaThumbProps } from '@base-ui/react/scroll-area';
7
+ import { ScrollAreaViewportProps } from '@base-ui/react/scroll-area';
8
+
9
+ export declare const ScrollArea: {
10
+ Root: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<ScrollAreaRootProps, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
11
+ className?: string | undefined;
12
+ } & React_2.RefAttributes<HTMLDivElement>>;
13
+ Viewport: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<ScrollAreaViewportProps, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
14
+ className?: string | undefined;
15
+ } & React_2.RefAttributes<HTMLDivElement>>;
16
+ Scrollbar: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<ScrollAreaScrollbarProps, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
17
+ className?: string | undefined;
18
+ } & React_2.RefAttributes<HTMLDivElement>>;
19
+ Content: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<ScrollAreaContentProps, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
20
+ className?: string | undefined;
21
+ } & React_2.RefAttributes<HTMLDivElement>>;
22
+ Thumb: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<ScrollAreaThumbProps, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
23
+ className?: string | undefined;
24
+ } & React_2.RefAttributes<HTMLDivElement>>;
25
+ Corner: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<ScrollAreaCornerProps, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
26
+ className?: string | undefined;
27
+ } & React_2.RefAttributes<HTMLDivElement>>;
28
+ };
29
+
30
+
31
+ export * from "@base-ui/react/scroll-area";
32
+
33
+ export { }
@@ -0,0 +1,44 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import { ScrollArea } from "@base-ui/react/scroll-area";
3
+ import clsx from "clsx";
4
+ import * as __rspack_external_react from "react";
5
+ const ScrollArea_module = {};
6
+ const Root = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(ScrollArea.Root, {
7
+ ref: ref,
8
+ className: clsx(ScrollArea_module.root, className),
9
+ ...props
10
+ }));
11
+ const Viewport = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(ScrollArea.Viewport, {
12
+ ref: ref,
13
+ className: clsx(ScrollArea_module.viewport, className),
14
+ ...props
15
+ }));
16
+ const Scrollbar = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(ScrollArea.Scrollbar, {
17
+ ref: ref,
18
+ className: clsx(ScrollArea_module.scrollbar, className),
19
+ ...props
20
+ }));
21
+ const Content = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(ScrollArea.Content, {
22
+ ref: ref,
23
+ className: clsx(ScrollArea_module.content, className),
24
+ ...props
25
+ }));
26
+ const Thumb = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(ScrollArea.Thumb, {
27
+ ref: ref,
28
+ className: clsx(ScrollArea_module.thumb, className),
29
+ ...props
30
+ }));
31
+ const Corner = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(ScrollArea.Corner, {
32
+ ref: ref,
33
+ className: clsx(ScrollArea_module.corner, className),
34
+ ...props
35
+ }));
36
+ const ScrollArea_ScrollArea = {
37
+ Root: Root,
38
+ Viewport: Viewport,
39
+ Scrollbar: Scrollbar,
40
+ Content: Content,
41
+ Thumb: Thumb,
42
+ Corner: Corner
43
+ };
44
+ export { ScrollArea_ScrollArea as ScrollArea };
@@ -0,0 +1,2 @@
1
+
2
+