@vritti/quantum-ui 0.2.8 → 0.2.9

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 (61) hide show
  1. package/README.md +7 -7
  2. package/dist/Alert.js +110 -0
  3. package/dist/Alert.js.map +1 -0
  4. package/dist/Avatar.js +1 -1
  5. package/dist/Chart.js +1 -1
  6. package/dist/Checkbox.js +2 -2
  7. package/dist/Combination.js +3 -15
  8. package/dist/Combination.js.map +1 -1
  9. package/dist/DatePicker.js +5 -14
  10. package/dist/DatePicker.js.map +1 -1
  11. package/dist/DropdownMenu.js +5 -74
  12. package/dist/DropdownMenu.js.map +1 -1
  13. package/dist/Form.js +29 -21
  14. package/dist/Form.js.map +1 -1
  15. package/dist/SelectField.js +1351 -0
  16. package/dist/SelectField.js.map +1 -0
  17. package/dist/Sonner.js +3 -38
  18. package/dist/Sonner.js.map +1 -1
  19. package/dist/Switch.js +2 -2
  20. package/dist/Toggle.js +1 -1
  21. package/dist/chevron-down.js +15 -0
  22. package/dist/chevron-down.js.map +1 -0
  23. package/dist/chevron-right.js +15 -0
  24. package/dist/chevron-right.js.map +1 -0
  25. package/dist/components/Alert.js +2 -0
  26. package/dist/components/Alert.js.map +1 -0
  27. package/dist/components/SelectField.js +2 -0
  28. package/dist/components/SelectField.js.map +1 -0
  29. package/dist/index.js +2 -0
  30. package/dist/index.js.map +1 -1
  31. package/dist/index11.js +69 -91
  32. package/dist/index11.js.map +1 -1
  33. package/dist/index12.js +86 -190
  34. package/dist/index12.js.map +1 -1
  35. package/dist/index13.js +196 -190
  36. package/dist/index13.js.map +1 -1
  37. package/dist/index14.js +199 -0
  38. package/dist/index14.js.map +1 -0
  39. package/dist/lib/components/Alert/Alert.d.ts +10 -0
  40. package/dist/lib/components/Alert/Alert.d.ts.map +1 -0
  41. package/dist/lib/components/Alert/index.d.ts +2 -0
  42. package/dist/lib/components/Alert/index.d.ts.map +1 -0
  43. package/dist/lib/components/Form/Form.d.ts +1 -1
  44. package/dist/lib/components/Form/Form.d.ts.map +1 -1
  45. package/dist/lib/components/SelectField/SelectField.d.ts +24 -0
  46. package/dist/lib/components/SelectField/SelectField.d.ts.map +1 -0
  47. package/dist/lib/components/SelectField/index.d.ts +3 -0
  48. package/dist/lib/components/SelectField/index.d.ts.map +1 -0
  49. package/dist/lib/components/index.d.ts +2 -0
  50. package/dist/lib/components/index.d.ts.map +1 -1
  51. package/dist/lib/utils/formHelpers.d.ts +7 -3
  52. package/dist/lib/utils/formHelpers.d.ts.map +1 -1
  53. package/dist/shadcn/shadcnAlert/alert.d.ts +11 -0
  54. package/dist/shadcn/shadcnAlert/alert.d.ts.map +1 -0
  55. package/dist/shadcn/shadcnAlert/index.d.ts +2 -0
  56. package/dist/shadcn/shadcnAlert/index.d.ts.map +1 -0
  57. package/dist/shadcn/shadcnBadge/Badge.d.ts +1 -1
  58. package/dist/shadcn/shadcnButton/Button.d.ts +2 -2
  59. package/dist/triangle-alert.js +40 -0
  60. package/dist/triangle-alert.js.map +1 -0
  61. package/package.json +15 -6
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  A modern, TypeScript-first React component library built on Radix UI primitives and styled with Tailwind CSS v4. Fully typed, accessible, and tree-shakeable.
4
4
 
5
5
  [![npm version](https://img.shields.io/npm/v/@vritti/quantum-ui.svg)](https://www.npmjs.com/package/@vritti/quantum-ui)
6
- [![License](https://img.shields.io/npm/l/@vritti/quantum-ui.svg)](https://github.com/vritti-hub/quantum-ui/blob/main/LICENSE)
6
+ [![License](https://img.shields.io/npm/l/@vritti/quantum-ui.svg)](https://github.com/vritti-ai-platforms/quantum-ui/blob/main/LICENSE)
7
7
 
8
8
  ## Features
9
9
 
@@ -16,7 +16,7 @@ A modern, TypeScript-first React component library built on Radix UI primitives
16
16
 
17
17
  ## Documentation
18
18
 
19
- 📖 [View full documentation and interactive examples on Storybook](https://vritti-hub.github.io/quantum-ui)
19
+ 📖 [View full documentation and interactive examples on Storybook](https://vritti-ai-platforms.github.io/quantum-ui)
20
20
 
21
21
  ## Installation
22
22
 
@@ -88,7 +88,7 @@ import { Button, Card, TextField } from '@vritti/quantum-ui';
88
88
 
89
89
  1. Clone the repository:
90
90
  ```bash
91
- git clone https://github.com/vritti-hub/quantum-ui.git
91
+ git clone https://github.com/vritti-ai-platforms/quantum-ui.git
92
92
  cd quantum-ui
93
93
  ```
94
94
 
@@ -136,7 +136,7 @@ We welcome contributions! Please follow these steps:
136
136
 
137
137
  ## Issues and Support
138
138
 
139
- Found a bug or have a feature request? Please [open an issue](https://github.com/vritti-hub/quantum-ui/issues).
139
+ Found a bug or have a feature request? Please [open an issue](https://github.com/vritti-ai-platforms/quantum-ui/issues).
140
140
 
141
141
  ## License
142
142
 
@@ -144,7 +144,7 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
144
144
 
145
145
  ## Links
146
146
 
147
- - [Documentation (Storybook)](https://vritti-hub.github.io/quantum-ui)
148
- - [GitHub Repository](https://github.com/vritti-hub/quantum-ui)
147
+ - [Documentation (Storybook)](https://vritti-ai-platforms.github.io/quantum-ui)
148
+ - [GitHub Repository](https://github.com/vritti-ai-platforms/quantum-ui)
149
149
  - [npm Package](https://www.npmjs.com/package/@vritti/quantum-ui)
150
- - [Report Issues](https://github.com/vritti-hub/quantum-ui/issues)
150
+ - [Report Issues](https://github.com/vritti-ai-platforms/quantum-ui/issues)
package/dist/Alert.js ADDED
@@ -0,0 +1,110 @@
1
+ import { jsx, jsxs } from 'react/jsx-runtime';
2
+ import { c as cn } from './utils.js';
3
+ import { c as cva } from './index8.js';
4
+ import { I as Info, T as TriangleAlert } from './triangle-alert.js';
5
+ import { c as createLucideIcon } from './createLucideIcon.js';
6
+
7
+ /**
8
+ * @license lucide-react v0.562.0 - ISC
9
+ *
10
+ * This source code is licensed under the ISC license.
11
+ * See the LICENSE file in the root directory of this source tree.
12
+ */
13
+
14
+
15
+ const __iconNode$1 = [
16
+ ["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
17
+ ["line", { x1: "12", x2: "12", y1: "8", y2: "12", key: "1pkeuh" }],
18
+ ["line", { x1: "12", x2: "12.01", y1: "16", y2: "16", key: "4dfq90" }]
19
+ ];
20
+ const CircleAlert = createLucideIcon("circle-alert", __iconNode$1);
21
+
22
+ /**
23
+ * @license lucide-react v0.562.0 - ISC
24
+ *
25
+ * This source code is licensed under the ISC license.
26
+ * See the LICENSE file in the root directory of this source tree.
27
+ */
28
+
29
+
30
+ const __iconNode = [
31
+ ["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
32
+ ["path", { d: "m9 12 2 2 4-4", key: "dzmm74" }]
33
+ ];
34
+ const CircleCheck = createLucideIcon("circle-check", __iconNode);
35
+
36
+ const alertVariants = cva(
37
+ "grid gap-0.5 rounded-lg border px-2.5 py-2 text-left text-sm has-data-[slot=alert-action]:relative has-data-[slot=alert-action]:pr-18 has-[>svg]:grid-cols-[auto_1fr] has-[>svg]:gap-x-2 *:[svg]:row-span-2 *:[svg]:translate-y-0.5 *:[svg]:text-current *:[svg:not([class*='size-'])]:size-4 w-full relative group/alert",
38
+ {
39
+ variants: {
40
+ variant: {
41
+ default: "bg-card text-card-foreground",
42
+ destructive: "text-destructive bg-card *:data-[slot=alert-description]:text-destructive/90 *:[svg]:text-current",
43
+ warning: "text-warning bg-card *:data-[slot=alert-description]:text-warning/90 *:[svg]:text-current",
44
+ success: "text-success bg-card *:data-[slot=alert-description]:text-success/90 *:[svg]:text-current",
45
+ info: "text-primary bg-card *:data-[slot=alert-description]:text-primary/90 *:[svg]:text-current"
46
+ }
47
+ },
48
+ defaultVariants: {
49
+ variant: "default"
50
+ }
51
+ }
52
+ );
53
+ function Alert$1({ className, variant, ...props }) {
54
+ return /* @__PURE__ */ jsx("div", { "data-slot": "alert", role: "alert", className: cn(alertVariants({ variant }), className), ...props });
55
+ }
56
+ function AlertTitle({ className, ...props }) {
57
+ return /* @__PURE__ */ jsx(
58
+ "div",
59
+ {
60
+ "data-slot": "alert-title",
61
+ className: cn(
62
+ "font-medium group-has-[>svg]/alert:col-start-2 [&_a]:hover:text-foreground [&_a]:underline [&_a]:underline-offset-3",
63
+ className
64
+ ),
65
+ ...props
66
+ }
67
+ );
68
+ }
69
+ function AlertDescription({ className, ...props }) {
70
+ return /* @__PURE__ */ jsx(
71
+ "div",
72
+ {
73
+ "data-slot": "alert-description",
74
+ className: cn(
75
+ "text-muted-foreground text-sm text-balance md:text-pretty [&_p:not(:last-child)]:mb-4 [&_a]:hover:text-foreground [&_a]:underline [&_a]:underline-offset-3",
76
+ className
77
+ ),
78
+ ...props
79
+ }
80
+ );
81
+ }
82
+
83
+ const variantIcons = {
84
+ default: Info,
85
+ destructive: CircleAlert,
86
+ warning: TriangleAlert,
87
+ success: CircleCheck,
88
+ info: Info
89
+ };
90
+ function Alert({
91
+ variant = "default",
92
+ title,
93
+ description,
94
+ icon,
95
+ hideIcon = false,
96
+ children,
97
+ className,
98
+ ...props
99
+ }) {
100
+ const IconComponent = variant ? variantIcons[variant] : variantIcons.default;
101
+ return /* @__PURE__ */ jsxs(Alert$1, { variant, className: cn(className), ...props, children: [
102
+ !hideIcon && (icon ?? /* @__PURE__ */ jsx(IconComponent, { className: "h-4 w-4" })),
103
+ title && /* @__PURE__ */ jsx(AlertTitle, { children: title }),
104
+ description && /* @__PURE__ */ jsx(AlertDescription, { children: description }),
105
+ children
106
+ ] });
107
+ }
108
+
109
+ export { Alert as A };
110
+ //# sourceMappingURL=Alert.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Alert.js","sources":["../node_modules/.pnpm/lucide-react@0.562.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/circle-alert.js","../node_modules/.pnpm/lucide-react@0.562.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/circle-check.js","../shadcn/shadcnAlert/alert.tsx","../lib/components/Alert/Alert.tsx"],"sourcesContent":["/**\n * @license lucide-react v0.562.0 - ISC\n *\n * This source code is licensed under the ISC license.\n * See the LICENSE file in the root directory of this source tree.\n */\n\nimport createLucideIcon from '../createLucideIcon.js';\n\nconst __iconNode = [\n [\"circle\", { cx: \"12\", cy: \"12\", r: \"10\", key: \"1mglay\" }],\n [\"line\", { x1: \"12\", x2: \"12\", y1: \"8\", y2: \"12\", key: \"1pkeuh\" }],\n [\"line\", { x1: \"12\", x2: \"12.01\", y1: \"16\", y2: \"16\", key: \"4dfq90\" }]\n];\nconst CircleAlert = createLucideIcon(\"circle-alert\", __iconNode);\n\nexport { __iconNode, CircleAlert as default };\n//# sourceMappingURL=circle-alert.js.map\n","/**\n * @license lucide-react v0.562.0 - ISC\n *\n * This source code is licensed under the ISC license.\n * See the LICENSE file in the root directory of this source tree.\n */\n\nimport createLucideIcon from '../createLucideIcon.js';\n\nconst __iconNode = [\n [\"circle\", { cx: \"12\", cy: \"12\", r: \"10\", key: \"1mglay\" }],\n [\"path\", { d: \"m9 12 2 2 4-4\", key: \"dzmm74\" }]\n];\nconst CircleCheck = createLucideIcon(\"circle-check\", __iconNode);\n\nexport { __iconNode, CircleCheck as default };\n//# sourceMappingURL=circle-check.js.map\n","import { cva, type VariantProps } from 'class-variance-authority';\r\nimport type * as React from 'react';\r\nimport { cn } from '../utils';\r\n\r\nconst alertVariants = cva(\r\n \"grid gap-0.5 rounded-lg border px-2.5 py-2 text-left text-sm has-data-[slot=alert-action]:relative has-data-[slot=alert-action]:pr-18 has-[>svg]:grid-cols-[auto_1fr] has-[>svg]:gap-x-2 *:[svg]:row-span-2 *:[svg]:translate-y-0.5 *:[svg]:text-current *:[svg:not([class*='size-'])]:size-4 w-full relative group/alert\",\r\n {\r\n variants: {\r\n variant: {\r\n default: 'bg-card text-card-foreground',\r\n destructive:\r\n 'text-destructive bg-card *:data-[slot=alert-description]:text-destructive/90 *:[svg]:text-current',\r\n warning:\r\n 'text-warning bg-card *:data-[slot=alert-description]:text-warning/90 *:[svg]:text-current',\r\n success:\r\n 'text-success bg-card *:data-[slot=alert-description]:text-success/90 *:[svg]:text-current',\r\n info: 'text-primary bg-card *:data-[slot=alert-description]:text-primary/90 *:[svg]:text-current',\r\n },\r\n },\r\n defaultVariants: {\r\n variant: 'default',\r\n },\r\n },\r\n);\r\n\r\nfunction Alert({ className, variant, ...props }: React.ComponentProps<'div'> & VariantProps<typeof alertVariants>) {\r\n return <div data-slot=\"alert\" role=\"alert\" className={cn(alertVariants({ variant }), className)} {...props} />;\r\n}\r\n\r\nfunction AlertTitle({ className, ...props }: React.ComponentProps<'div'>) {\r\n return (\r\n <div\r\n data-slot=\"alert-title\"\r\n className={cn(\r\n 'font-medium group-has-[>svg]/alert:col-start-2 [&_a]:hover:text-foreground [&_a]:underline [&_a]:underline-offset-3',\r\n className,\r\n )}\r\n {...props}\r\n />\r\n );\r\n}\r\n\r\nfunction AlertDescription({ className, ...props }: React.ComponentProps<'div'>) {\r\n return (\r\n <div\r\n data-slot=\"alert-description\"\r\n className={cn(\r\n 'text-muted-foreground text-sm text-balance md:text-pretty [&_p:not(:last-child)]:mb-4 [&_a]:hover:text-foreground [&_a]:underline [&_a]:underline-offset-3',\r\n className,\r\n )}\r\n {...props}\r\n />\r\n );\r\n}\r\n\r\nfunction AlertAction({ className, ...props }: React.ComponentProps<'div'>) {\r\n return <div data-slot=\"alert-action\" className={cn('absolute top-2 right-2', className)} {...props} />;\r\n}\r\n\r\nexport { Alert, AlertTitle, AlertDescription, AlertAction, alertVariants };\r\n","import type { VariantProps } from 'class-variance-authority';\r\nimport { AlertCircle, CheckCircle2, Info, TriangleAlert } from 'lucide-react';\r\nimport {\r\n type alertVariants,\r\n Alert as ShadcnAlert,\r\n AlertDescription as ShadcnAlertDescription,\r\n AlertTitle as ShadcnAlertTitle,\r\n} from '../../../shadcn/shadcnAlert';\r\nimport { cn } from '../../../shadcn/utils';\r\n\r\nexport interface AlertProps extends Omit<React.ComponentProps<'div'>, 'title'>, VariantProps<typeof alertVariants> {\r\n /** Short heading text */\r\n title?: React.ReactNode;\r\n /** Body / description text */\r\n description?: React.ReactNode;\r\n /** Override the default variant-based icon */\r\n icon?: React.ReactNode;\r\n /** Hide the icon entirely */\r\n hideIcon?: boolean;\r\n}\r\n\r\nconst variantIcons = {\r\n default: Info,\r\n destructive: AlertCircle,\r\n warning: TriangleAlert,\r\n success: CheckCircle2,\r\n info: Info,\r\n} as const;\r\n\r\nexport function Alert({\r\n variant = 'default',\r\n title,\r\n description,\r\n icon,\r\n hideIcon = false,\r\n children,\r\n className,\r\n ...props\r\n}: AlertProps) {\r\n const IconComponent = variant ? variantIcons[variant] : variantIcons.default;\r\n\r\n return (\r\n <ShadcnAlert variant={variant} className={cn(className)} {...props}>\r\n {!hideIcon && (icon ?? <IconComponent className=\"h-4 w-4\" />)}\r\n {title && <ShadcnAlertTitle>{title}</ShadcnAlertTitle>}\r\n {description && <ShadcnAlertDescription>{description}</ShadcnAlertDescription>}\r\n {children}\r\n </ShadcnAlert>\r\n );\r\n}\r\n"],"names":["__iconNode","Alert","AlertCircle","CheckCircle2","ShadcnAlert","ShadcnAlertTitle","ShadcnAlertDescription"],"mappings":"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","x_google_ignoreList":[0,1]}
package/dist/Avatar.js CHANGED
@@ -4,7 +4,7 @@ import { c as createContextScope } from './index2.js';
4
4
  import { u as useCallbackRef } from './index3.js';
5
5
  import { u as useLayoutEffect2 } from './index6.js';
6
6
  import { P as Primitive } from './index9.js';
7
- import { r as requireShim } from './index13.js';
7
+ import { r as requireShim } from './index14.js';
8
8
  import { c as cn } from './utils.js';
9
9
 
10
10
  var shimExports = requireShim();
package/dist/Chart.js CHANGED
@@ -4,7 +4,7 @@ import React__default, { isValidElement, forwardRef, useContext, createContext,
4
4
  import { a as clsx, c as cn } from './utils.js';
5
5
  import { createPortal } from 'react-dom';
6
6
  import { g as getDefaultExportFromCjs } from './_commonjsHelpers.js';
7
- import { r as requireShim } from './index13.js';
7
+ import { r as requireShim } from './index14.js';
8
8
 
9
9
  var EventKeys = ['dangerouslySetInnerHTML', 'onCopy', 'onCopyCapture', 'onCut', 'onCutCapture', 'onPaste', 'onPasteCapture', 'onCompositionEnd', 'onCompositionEndCapture', 'onCompositionStart', 'onCompositionStartCapture', 'onCompositionUpdate', 'onCompositionUpdateCapture', 'onFocus', 'onFocusCapture', 'onBlur', 'onBlurCapture', 'onChange', 'onChangeCapture', 'onBeforeInput', 'onBeforeInputCapture', 'onInput', 'onInputCapture', 'onReset', 'onResetCapture', 'onSubmit', 'onSubmitCapture', 'onInvalid', 'onInvalidCapture', 'onLoad', 'onLoadCapture', 'onError', 'onErrorCapture', 'onKeyDown', 'onKeyDownCapture', 'onKeyPress', 'onKeyPressCapture', 'onKeyUp', 'onKeyUpCapture', 'onAbort', 'onAbortCapture', 'onCanPlay', 'onCanPlayCapture', 'onCanPlayThrough', 'onCanPlayThroughCapture', 'onDurationChange', 'onDurationChangeCapture', 'onEmptied', 'onEmptiedCapture', 'onEncrypted', 'onEncryptedCapture', 'onEnded', 'onEndedCapture', 'onLoadedData', 'onLoadedDataCapture', 'onLoadedMetadata', 'onLoadedMetadataCapture', 'onLoadStart', 'onLoadStartCapture', 'onPause', 'onPauseCapture', 'onPlay', 'onPlayCapture', 'onPlaying', 'onPlayingCapture', 'onProgress', 'onProgressCapture', 'onRateChange', 'onRateChangeCapture', 'onSeeked', 'onSeekedCapture', 'onSeeking', 'onSeekingCapture', 'onStalled', 'onStalledCapture', 'onSuspend', 'onSuspendCapture', 'onTimeUpdate', 'onTimeUpdateCapture', 'onVolumeChange', 'onVolumeChangeCapture', 'onWaiting', 'onWaitingCapture', 'onAuxClick', 'onAuxClickCapture', 'onClick', 'onClickCapture', 'onContextMenu', 'onContextMenuCapture', 'onDoubleClick', 'onDoubleClickCapture', 'onDrag', 'onDragCapture', 'onDragEnd', 'onDragEndCapture', 'onDragEnter', 'onDragEnterCapture', 'onDragExit', 'onDragExitCapture', 'onDragLeave', 'onDragLeaveCapture', 'onDragOver', 'onDragOverCapture', 'onDragStart', 'onDragStartCapture', 'onDrop', 'onDropCapture', 'onMouseDown', 'onMouseDownCapture', 'onMouseEnter', 'onMouseLeave', 'onMouseMove', 'onMouseMoveCapture', 'onMouseOut', 'onMouseOutCapture', 'onMouseOver', 'onMouseOverCapture', 'onMouseUp', 'onMouseUpCapture', 'onSelect', 'onSelectCapture', 'onTouchCancel', 'onTouchCancelCapture', 'onTouchEnd', 'onTouchEndCapture', 'onTouchMove', 'onTouchMoveCapture', 'onTouchStart', 'onTouchStartCapture', 'onPointerDown', 'onPointerDownCapture', 'onPointerMove', 'onPointerMoveCapture', 'onPointerUp', 'onPointerUpCapture', 'onPointerCancel', 'onPointerCancelCapture', 'onPointerEnter', 'onPointerEnterCapture', 'onPointerLeave', 'onPointerLeaveCapture', 'onPointerOver', 'onPointerOverCapture', 'onPointerOut', 'onPointerOutCapture', 'onGotPointerCapture', 'onGotPointerCaptureCapture', 'onLostPointerCapture', 'onLostPointerCaptureCapture', 'onScroll', 'onScrollCapture', 'onWheel', 'onWheelCapture', 'onAnimationStart', 'onAnimationStartCapture', 'onAnimationEnd', 'onAnimationEndCapture', 'onAnimationIteration', 'onAnimationIterationCapture', 'onTransitionEnd', 'onTransitionEndCapture'];
10
10
  function isEventKey(key) {
package/dist/Checkbox.js CHANGED
@@ -3,8 +3,8 @@ import * as React from 'react';
3
3
  import React__default from 'react';
4
4
  import { F as Field, a as FieldContent, e as FieldLabel, b as FieldDescription, c as FieldError } from './field.js';
5
5
  import { u as useComposedRefs } from './index5.js';
6
- import { c as createContextScope, u as useSize } from './index11.js';
7
- import { P as Primitive, u as useControllableState, c as composeEventHandlers } from './index12.js';
6
+ import { c as createContextScope, u as useSize } from './index12.js';
7
+ import { P as Primitive, u as useControllableState, a as composeEventHandlers } from './index13.js';
8
8
  import { u as usePrevious } from './index7.js';
9
9
  import { P as Presence } from './index4.js';
10
10
  import { c as cn } from './utils.js';
@@ -1,25 +1,13 @@
1
- import { c as createLucideIcon } from './createLucideIcon.js';
2
1
  import * as React from 'react';
3
2
  import { useLayoutEffect, useState } from 'react';
4
- import { P as Primitive, c as composeEventHandlers, d as dispatchDiscreteCustomEvent } from './index12.js';
3
+ import { P as Primitive, a as composeEventHandlers, d as dispatchDiscreteCustomEvent } from './index13.js';
5
4
  import { u as useComposedRefs } from './index5.js';
6
5
  import { u as useCallbackRef$1 } from './index3.js';
7
6
  import { jsx } from 'react/jsx-runtime';
8
7
  import { u as useLayoutEffect2 } from './index6.js';
9
8
  import * as ReactDOM from 'react-dom';
10
9
  import ReactDOM__default from 'react-dom';
11
- import { c as createContextScope, u as useSize } from './index11.js';
12
-
13
- /**
14
- * @license lucide-react v0.562.0 - ISC
15
- *
16
- * This source code is licensed under the ISC license.
17
- * See the LICENSE file in the root directory of this source tree.
18
- */
19
-
20
-
21
- const __iconNode = [["path", { d: "m9 18 6-6-6-6", key: "mthhwq" }]];
22
- const ChevronRight = createLucideIcon("chevron-right", __iconNode);
10
+ import { c as createContextScope, u as useSize } from './index12.js';
23
11
 
24
12
  // packages/react/use-escape-keydown/src/use-escape-keydown.tsx
25
13
  function useEscapeKeydown(onEscapeKeyDownProp, ownerDocument = globalThis?.document) {
@@ -3864,5 +3852,5 @@ const SideCar = exportSidecar(effectCar, RemoveScrollSideCar);
3864
3852
  var ReactRemoveScroll = React.forwardRef(function (props, ref) { return (React.createElement(RemoveScroll, __assign({}, props, { ref: ref, sideCar: SideCar }))); });
3865
3853
  ReactRemoveScroll.classNames = RemoveScroll.classNames;
3866
3854
 
3867
- export { Anchor as A, Content as C, DismissableLayer as D, FocusScope as F, Portal as P, Root2 as R, useFocusGuards as a, ReactRemoveScroll as b, createPopperScope as c, Arrow as d, ChevronRight as e, hideOthers as h, useId as u };
3855
+ export { Anchor as A, Content as C, DismissableLayer as D, FocusScope as F, Portal as P, Root2 as R, useFocusGuards as a, ReactRemoveScroll as b, createPopperScope as c, Arrow as d, hideOthers as h, useId as u };
3868
3856
  //# sourceMappingURL=Combination.js.map