ingeniuscliq-core 0.4.24 → 0.4.25

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 (221) hide show
  1. package/dist/_virtual/index.js +5 -0
  2. package/dist/_virtual/index2.js +3 -0
  3. package/dist/_virtual/jsx-runtime.js +5 -0
  4. package/dist/_virtual/jsx-runtime2.js +3 -0
  5. package/dist/_virtual/react-jsx-runtime.development.js +3 -0
  6. package/dist/_virtual/react-jsx-runtime.production.js +3 -0
  7. package/dist/_virtual/use-sync-external-store-shim.development.js +3 -0
  8. package/dist/_virtual/use-sync-external-store-shim.production.js +3 -0
  9. package/dist/components/common/carousel/CustomCarousel.tsx +6 -6
  10. package/dist/components/common/carousel/CustomCarouselSection.tsx +12 -12
  11. package/dist/components/common/form/CustomFormField.tsx +6 -6
  12. package/dist/components/common/form/FormCheckbox.tsx +5 -5
  13. package/dist/components/common/form/FormInput.tsx +3 -3
  14. package/dist/components/common/form/FormSelect.tsx +5 -5
  15. package/dist/components/common/form/FormTextArea.tsx +3 -3
  16. package/dist/components/common/form/FormWrapper.tsx +2 -2
  17. package/dist/components/common/logo/Logo.tsx +3 -3
  18. package/dist/components/common/pagination/CustomPagination.tsx +5 -5
  19. package/dist/components/common/select/CustomSelect.tsx +4 -4
  20. package/dist/components/common/spinner/Spinner.tsx +14 -14
  21. package/dist/components/common/stepper/Stepper.tsx +9 -9
  22. package/dist/components/layouts/CoreBaseLayout.tsx +5 -5
  23. package/dist/components/templates/CoreHomeLayout.tsx +2 -2
  24. package/dist/components/templates/CorePreviewLayout.tsx +2 -2
  25. package/dist/components/ui/accordion.tsx +14 -14
  26. package/dist/components/ui/alert-dialog.tsx +27 -27
  27. package/dist/components/ui/alert.tsx +5 -5
  28. package/dist/components/ui/avatar.tsx +11 -11
  29. package/dist/components/ui/badge.tsx +3 -3
  30. package/dist/components/ui/breadcrumb.tsx +14 -13
  31. package/dist/components/ui/button.tsx +4 -4
  32. package/dist/components/ui/card.tsx +8 -8
  33. package/dist/components/ui/carousel.tsx +14 -13
  34. package/dist/components/ui/checkbox.tsx +9 -9
  35. package/dist/components/ui/dialog.tsx +26 -26
  36. package/dist/components/ui/dropdown-menu.tsx +39 -37
  37. package/dist/components/ui/form.tsx +9 -9
  38. package/dist/components/ui/input.tsx +2 -2
  39. package/dist/components/ui/label.tsx +6 -6
  40. package/dist/components/ui/pagination.tsx +17 -15
  41. package/dist/components/ui/popover.tsx +8 -8
  42. package/dist/components/ui/radio-group.tsx +10 -10
  43. package/dist/components/ui/select.tsx +40 -38
  44. package/dist/components/ui/separator.tsx +5 -5
  45. package/dist/components/ui/sheet.tsx +27 -27
  46. package/dist/components/ui/skeleton.tsx +2 -2
  47. package/dist/components/ui/slider.tsx +9 -9
  48. package/dist/components/ui/stepper.tsx +34 -34
  49. package/dist/components/ui/switch.tsx +7 -7
  50. package/dist/components/ui/table.tsx +9 -9
  51. package/dist/components/ui/tabs.tsx +13 -13
  52. package/dist/components/ui/textarea.tsx +2 -2
  53. package/dist/components/ui/tooltip.tsx +8 -8
  54. package/dist/helpers/axiosGlobal.js +2 -1
  55. package/dist/hooks/useNotification.js +1 -1
  56. package/dist/lib/utils.js +2 -2
  57. package/dist/modules/CoreAuth/classes/CoreAuthBuilder.js +1 -1
  58. package/dist/modules/CoreAuth/context/AuthContext.tsx +1 -1
  59. package/dist/modules/CoreAuth/index.js +0 -1
  60. package/dist/modules/CoreCustomization/classes/CoreCustomizationBuilder.js +1 -1
  61. package/dist/modules/CoreCustomization/index.js +0 -1
  62. package/dist/modules/CoreOrder/classes/CoreOrderBuilder.js +1 -1
  63. package/dist/modules/CoreOrder/index.js +0 -1
  64. package/dist/modules/CorePayForm/classes/CorePayFormBuilder.js +1 -1
  65. package/dist/modules/CorePayForm/index.js +0 -1
  66. package/dist/modules/CoreProduct/classes/CoreProductBuilder.js +1 -1
  67. package/dist/modules/CoreProduct/index.js +0 -1
  68. package/dist/modules/CoreShipment/classes/CoreShipmentBuilder.js +1 -1
  69. package/dist/modules/CoreShipment/index.js +0 -1
  70. package/dist/modules/CoreShopCart/classes/CoreShopCartBuilder.js +1 -1
  71. package/dist/node_modules/@floating-ui/core/dist/floating-ui.core.js +814 -0
  72. package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +751 -0
  73. package/dist/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js +350 -0
  74. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +161 -0
  75. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +137 -0
  76. package/dist/node_modules/@radix-ui/number/dist/index.js +6 -0
  77. package/dist/node_modules/@radix-ui/primitive/dist/index.js +11 -0
  78. package/dist/node_modules/@radix-ui/react-accordion/dist/index.js +305 -0
  79. package/dist/node_modules/@radix-ui/react-alert-dialog/dist/index.js +147 -0
  80. package/dist/node_modules/@radix-ui/react-arrow/dist/index.js +25 -0
  81. package/dist/node_modules/@radix-ui/react-avatar/dist/index.js +118 -0
  82. package/dist/node_modules/@radix-ui/react-checkbox/dist/index.js +270 -0
  83. package/dist/node_modules/@radix-ui/react-collapsible/dist/index.js +145 -0
  84. package/dist/node_modules/@radix-ui/react-collection/dist/index.js +70 -0
  85. package/dist/node_modules/@radix-ui/react-compose-refs/dist/index.js +39 -0
  86. package/dist/node_modules/@radix-ui/react-context/dist/index.js +79 -0
  87. package/dist/node_modules/@radix-ui/react-dialog/dist/index.js +321 -0
  88. package/dist/node_modules/@radix-ui/react-direction/dist/index.js +11 -0
  89. package/dist/node_modules/@radix-ui/react-dismissable-layer/dist/index.js +211 -0
  90. package/dist/node_modules/@radix-ui/react-dropdown-menu/dist/index.js +267 -0
  91. package/dist/node_modules/@radix-ui/react-focus-guards/dist/index.js +29 -0
  92. package/dist/node_modules/@radix-ui/react-focus-scope/dist/index.js +207 -0
  93. package/dist/node_modules/@radix-ui/react-id/dist/index.js +15 -0
  94. package/dist/node_modules/@radix-ui/react-label/dist/index.js +24 -0
  95. package/dist/node_modules/@radix-ui/react-menu/dist/index.js +834 -0
  96. package/dist/node_modules/@radix-ui/react-popover/dist/index.js +299 -0
  97. package/dist/node_modules/@radix-ui/react-popper/dist/index.js +283 -0
  98. package/dist/node_modules/@radix-ui/react-portal/dist/index.js +17 -0
  99. package/dist/node_modules/@radix-ui/react-presence/dist/index.js +130 -0
  100. package/dist/node_modules/@radix-ui/react-primitive/dist/index.js +43 -0
  101. package/dist/node_modules/@radix-ui/react-radio-group/dist/index.js +282 -0
  102. package/dist/node_modules/@radix-ui/react-roving-focus/dist/index.js +223 -0
  103. package/dist/node_modules/@radix-ui/react-select/dist/index.js +1156 -0
  104. package/dist/node_modules/@radix-ui/react-separator/dist/index.js +30 -0
  105. package/dist/node_modules/@radix-ui/react-slider/dist/index.js +554 -0
  106. package/dist/node_modules/@radix-ui/react-slot/dist/index.js +99 -0
  107. package/dist/node_modules/@radix-ui/react-switch/dist/index.js +152 -0
  108. package/dist/node_modules/@radix-ui/react-tabs/dist/index.js +187 -0
  109. package/dist/node_modules/@radix-ui/react-tooltip/dist/index.js +482 -0
  110. package/dist/node_modules/@radix-ui/react-use-callback-ref/dist/index.js +12 -0
  111. package/dist/node_modules/@radix-ui/react-use-controllable-state/dist/index.js +70 -0
  112. package/dist/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js +18 -0
  113. package/dist/node_modules/@radix-ui/react-use-is-hydrated/dist/index.js +16 -0
  114. package/dist/node_modules/@radix-ui/react-use-layout-effect/dist/index.js +7 -0
  115. package/dist/node_modules/@radix-ui/react-use-previous/dist/index.js +15 -0
  116. package/dist/node_modules/@radix-ui/react-use-size/dist/index.js +40 -0
  117. package/dist/node_modules/@radix-ui/react-visually-hidden/dist/index.js +35 -0
  118. package/dist/node_modules/@stepperize/core/dist/index.js +3 -0
  119. package/dist/node_modules/@stepperize/react/dist/index.js +6 -0
  120. package/dist/node_modules/aria-hidden/dist/es2015/index.js +137 -0
  121. package/dist/node_modules/axios/index.js +25 -0
  122. package/dist/node_modules/axios/lib/adapters/adapters.js +81 -0
  123. package/dist/node_modules/axios/lib/adapters/fetch.js +229 -0
  124. package/dist/node_modules/axios/lib/adapters/xhr.js +199 -0
  125. package/dist/node_modules/axios/lib/axios.js +86 -0
  126. package/dist/node_modules/axios/lib/cancel/CancelToken.js +133 -0
  127. package/dist/node_modules/axios/lib/cancel/CanceledError.js +23 -0
  128. package/dist/node_modules/axios/lib/cancel/isCancel.js +5 -0
  129. package/dist/node_modules/axios/lib/core/Axios.js +238 -0
  130. package/dist/node_modules/axios/lib/core/AxiosError.js +101 -0
  131. package/dist/node_modules/axios/lib/core/AxiosHeaders.js +312 -0
  132. package/dist/node_modules/axios/lib/core/InterceptorManager.js +69 -0
  133. package/dist/node_modules/axios/lib/core/buildFullPath.js +22 -0
  134. package/dist/node_modules/axios/lib/core/dispatchRequest.js +81 -0
  135. package/dist/node_modules/axios/lib/core/mergeConfig.js +106 -0
  136. package/dist/node_modules/axios/lib/core/settle.js +27 -0
  137. package/dist/node_modules/axios/lib/core/transformData.js +28 -0
  138. package/dist/node_modules/axios/lib/defaults/index.js +159 -0
  139. package/dist/node_modules/axios/lib/defaults/transitional.js +7 -0
  140. package/dist/node_modules/axios/lib/env/data.js +3 -0
  141. package/dist/node_modules/axios/lib/helpers/AxiosURLSearchParams.js +56 -0
  142. package/dist/node_modules/axios/lib/helpers/HttpStatusCode.js +71 -0
  143. package/dist/node_modules/axios/lib/helpers/bind.js +7 -0
  144. package/dist/node_modules/axios/lib/helpers/buildURL.js +69 -0
  145. package/dist/node_modules/axios/lib/helpers/combineURLs.js +15 -0
  146. package/dist/node_modules/axios/lib/helpers/composeSignals.js +48 -0
  147. package/dist/node_modules/axios/lib/helpers/cookies.js +43 -0
  148. package/dist/node_modules/axios/lib/helpers/formDataToJSON.js +93 -0
  149. package/dist/node_modules/axios/lib/helpers/isAbsoluteURL.js +15 -0
  150. package/dist/node_modules/axios/lib/helpers/isAxiosError.js +14 -0
  151. package/dist/node_modules/axios/lib/helpers/isURLSameOrigin.js +16 -0
  152. package/dist/node_modules/axios/lib/helpers/null.js +4 -0
  153. package/dist/node_modules/axios/lib/helpers/parseHeaders.js +55 -0
  154. package/dist/node_modules/axios/lib/helpers/parseProtocol.js +6 -0
  155. package/dist/node_modules/axios/lib/helpers/progressEventReducer.js +46 -0
  156. package/dist/node_modules/axios/lib/helpers/resolveConfig.js +58 -0
  157. package/dist/node_modules/axios/lib/helpers/speedometer.js +53 -0
  158. package/dist/node_modules/axios/lib/helpers/spread.js +28 -0
  159. package/dist/node_modules/axios/lib/helpers/throttle.js +44 -0
  160. package/dist/node_modules/axios/lib/helpers/toFormData.js +219 -0
  161. package/dist/node_modules/axios/lib/helpers/toURLEncodedForm.js +19 -0
  162. package/dist/node_modules/axios/lib/helpers/trackStream.js +88 -0
  163. package/dist/node_modules/axios/lib/helpers/validator.js +99 -0
  164. package/dist/node_modules/axios/lib/platform/browser/classes/Blob.js +3 -0
  165. package/dist/node_modules/axios/lib/platform/browser/classes/FormData.js +3 -0
  166. package/dist/node_modules/axios/lib/platform/browser/classes/URLSearchParams.js +5 -0
  167. package/dist/node_modules/axios/lib/platform/browser/index.js +15 -0
  168. package/dist/node_modules/axios/lib/platform/common/utils.js +45 -0
  169. package/dist/node_modules/axios/lib/platform/index.js +9 -0
  170. package/dist/node_modules/axios/lib/utils.js +780 -0
  171. package/dist/node_modules/class-variance-authority/dist/index.js +44 -0
  172. package/dist/node_modules/clsx/dist/clsx.js +3 -0
  173. package/dist/node_modules/embla-carousel/esm/embla-carousel.esm.js +1669 -0
  174. package/dist/node_modules/embla-carousel-react/esm/embla-carousel-react.esm.js +37 -0
  175. package/dist/node_modules/embla-carousel-reactive-utils/esm/embla-carousel-reactive-utils.esm.js +38 -0
  176. package/dist/node_modules/get-nonce/dist/es2015/index.js +8 -0
  177. package/dist/node_modules/lucide-react/dist/esm/Icon.js +43 -0
  178. package/dist/node_modules/lucide-react/dist/esm/createLucideIcon.js +30 -0
  179. package/dist/node_modules/lucide-react/dist/esm/defaultAttributes.js +20 -0
  180. package/dist/node_modules/lucide-react/dist/esm/icons/arrow-left.js +17 -0
  181. package/dist/node_modules/lucide-react/dist/esm/icons/arrow-right.js +17 -0
  182. package/dist/node_modules/lucide-react/dist/esm/icons/check.js +14 -0
  183. package/dist/node_modules/lucide-react/dist/esm/icons/chevron-down.js +14 -0
  184. package/dist/node_modules/lucide-react/dist/esm/icons/chevron-left.js +14 -0
  185. package/dist/node_modules/lucide-react/dist/esm/icons/chevron-right.js +14 -0
  186. package/dist/node_modules/lucide-react/dist/esm/icons/chevron-up.js +14 -0
  187. package/dist/node_modules/lucide-react/dist/esm/icons/circle.js +14 -0
  188. package/dist/node_modules/lucide-react/dist/esm/icons/ellipsis.js +18 -0
  189. package/dist/node_modules/lucide-react/dist/esm/icons/x.js +17 -0
  190. package/dist/node_modules/lucide-react/dist/esm/shared/src/utils.js +28 -0
  191. package/dist/node_modules/react/cjs/react-jsx-runtime.development.js +363 -0
  192. package/dist/node_modules/react/cjs/react-jsx-runtime.production.js +44 -0
  193. package/dist/node_modules/react/jsx-runtime.js +19 -0
  194. package/dist/node_modules/react-hook-form/dist/index.esm.js +560 -0
  195. package/dist/node_modules/react-remove-scroll/dist/es2015/Combination.js +9 -0
  196. package/dist/node_modules/react-remove-scroll/dist/es2015/SideEffect.js +167 -0
  197. package/dist/node_modules/react-remove-scroll/dist/es2015/UI.js +38 -0
  198. package/dist/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js +21 -0
  199. package/dist/node_modules/react-remove-scroll/dist/es2015/handleScroll.js +110 -0
  200. package/dist/node_modules/react-remove-scroll/dist/es2015/medium.js +5 -0
  201. package/dist/node_modules/react-remove-scroll/dist/es2015/sidecar.js +7 -0
  202. package/dist/node_modules/react-remove-scroll-bar/dist/es2015/component.js +56 -0
  203. package/dist/node_modules/react-remove-scroll-bar/dist/es2015/constants.js +10 -0
  204. package/dist/node_modules/react-remove-scroll-bar/dist/es2015/utils.js +31 -0
  205. package/dist/node_modules/react-style-singleton/dist/es2015/component.js +19 -0
  206. package/dist/node_modules/react-style-singleton/dist/es2015/hook.js +25 -0
  207. package/dist/node_modules/react-style-singleton/dist/es2015/singleton.js +51 -0
  208. package/dist/node_modules/sonner/dist/index.js +299 -0
  209. package/dist/node_modules/tailwind-merge/dist/bundle-mjs.js +3035 -0
  210. package/dist/node_modules/tslib/tslib.es6.js +56 -0
  211. package/dist/node_modules/use-callback-ref/dist/es2015/assignRef.js +24 -0
  212. package/dist/node_modules/use-callback-ref/dist/es2015/useMergeRef.js +48 -0
  213. package/dist/node_modules/use-callback-ref/dist/es2015/useRef.js +42 -0
  214. package/dist/node_modules/use-sidecar/dist/es2015/exports.js +21 -0
  215. package/dist/node_modules/use-sidecar/dist/es2015/medium.js +77 -0
  216. package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.development.js +106 -0
  217. package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.js +77 -0
  218. package/dist/node_modules/use-sync-external-store/shim/index.js +19 -0
  219. package/dist/node_modules/zustand/esm/react.js +22 -0
  220. package/dist/node_modules/zustand/esm/vanilla.js +24 -0
  221. package/package.json +1 -1
@@ -1,16 +1,16 @@
1
- import { jsx, jsxs } from 'react/jsx-runtime';
1
+ import { j as jsxRuntimeExports } from '../../_virtual/jsx-runtime.js';
2
2
  import * as React from 'react';
3
- import * as DialogPrimitive from '@radix-ui/react-dialog';
4
- import { cva } from 'class-variance-authority';
5
- import { X } from 'lucide-react';
3
+ import { Overlay, Portal, Content, Close, Title, Description, Root, Trigger } from '../../node_modules/@radix-ui/react-dialog/dist/index.js';
4
+ import { cva } from '../../node_modules/class-variance-authority/dist/index.js';
6
5
  import { cn } from '../../lib/utils.js';
6
+ import X from '../../node_modules/lucide-react/dist/esm/icons/x.js';
7
7
 
8
- const Sheet = DialogPrimitive.Root;
9
- const SheetTrigger = DialogPrimitive.Trigger;
10
- const SheetClose = DialogPrimitive.Close;
11
- const SheetPortal = DialogPrimitive.Portal;
12
- const SheetOverlay = React.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx(
13
- DialogPrimitive.Overlay,
8
+ const Sheet = Root;
9
+ const SheetTrigger = Trigger;
10
+ const SheetClose = Close;
11
+ const SheetPortal = Portal;
12
+ const SheetOverlay = React.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsxRuntimeExports.jsx(
13
+ Overlay,
14
14
  {
15
15
  className: cn(
16
16
  "fixed inset-0 z-50 bg-black/80 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0",
@@ -20,7 +20,7 @@ const SheetOverlay = React.forwardRef(({ className, ...props }, ref) => /* @__PU
20
20
  ref
21
21
  }
22
22
  ));
23
- SheetOverlay.displayName = DialogPrimitive.Overlay.displayName;
23
+ SheetOverlay.displayName = Overlay.displayName;
24
24
  const sheetVariants = cva(
25
25
  "fixed z-50 gap-4 bg-background shadow-lg transition ease-in-out data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:duration-300 data-[state=open]:duration-500",
26
26
  {
@@ -37,29 +37,29 @@ const sheetVariants = cva(
37
37
  }
38
38
  }
39
39
  );
40
- const SheetContent = React.forwardRef(({ side = "right", className, children, withoutCloseIcon = false, ...props }, ref) => /* @__PURE__ */ jsxs(SheetPortal, { children: [
41
- /* @__PURE__ */ jsx(SheetOverlay, {}),
42
- /* @__PURE__ */ jsxs(
43
- DialogPrimitive.Content,
40
+ const SheetContent = React.forwardRef(({ side = "right", className, children, withoutCloseIcon = false, ...props }, ref) => /* @__PURE__ */ jsxRuntimeExports.jsxs(SheetPortal, { children: [
41
+ /* @__PURE__ */ jsxRuntimeExports.jsx(SheetOverlay, {}),
42
+ /* @__PURE__ */ jsxRuntimeExports.jsxs(
43
+ Content,
44
44
  {
45
45
  ref,
46
46
  className: cn(sheetVariants({ side }), className),
47
47
  ...props,
48
48
  children: [
49
49
  children,
50
- !withoutCloseIcon && /* @__PURE__ */ jsxs(DialogPrimitive.Close, { className: "absolute right-4 top-4 rounded-sm opacity-70 ring-offset-background transition-opacity hover:opacity-100 focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:pointer-events-none data-[state=open]:bg-secondary", children: [
51
- /* @__PURE__ */ jsx(X, { className: "h-4 w-4" }),
52
- /* @__PURE__ */ jsx("span", { className: "sr-only", children: "Close" })
50
+ !withoutCloseIcon && /* @__PURE__ */ jsxRuntimeExports.jsxs(Close, { className: "absolute right-4 top-4 rounded-sm opacity-70 ring-offset-background transition-opacity hover:opacity-100 focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:pointer-events-none data-[state=open]:bg-secondary", children: [
51
+ /* @__PURE__ */ jsxRuntimeExports.jsx(X, { className: "h-4 w-4" }),
52
+ /* @__PURE__ */ jsxRuntimeExports.jsx("span", { className: "sr-only", children: "Close" })
53
53
  ] })
54
54
  ]
55
55
  }
56
56
  )
57
57
  ] }));
58
- SheetContent.displayName = DialogPrimitive.Content.displayName;
58
+ SheetContent.displayName = Content.displayName;
59
59
  const SheetHeader = ({
60
60
  className,
61
61
  ...props
62
- }) => /* @__PURE__ */ jsx(
62
+ }) => /* @__PURE__ */ jsxRuntimeExports.jsx(
63
63
  "div",
64
64
  {
65
65
  className: cn(
@@ -73,7 +73,7 @@ SheetHeader.displayName = "SheetHeader";
73
73
  const SheetFooter = ({
74
74
  className,
75
75
  ...props
76
- }) => /* @__PURE__ */ jsx(
76
+ }) => /* @__PURE__ */ jsxRuntimeExports.jsx(
77
77
  "div",
78
78
  {
79
79
  className: cn(
@@ -84,23 +84,23 @@ const SheetFooter = ({
84
84
  }
85
85
  );
86
86
  SheetFooter.displayName = "SheetFooter";
87
- const SheetTitle = React.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx(
88
- DialogPrimitive.Title,
87
+ const SheetTitle = React.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsxRuntimeExports.jsx(
88
+ Title,
89
89
  {
90
90
  ref,
91
91
  className: cn("text-lg font-semibold text-foreground", className),
92
92
  ...props
93
93
  }
94
94
  ));
95
- SheetTitle.displayName = DialogPrimitive.Title.displayName;
96
- const SheetDescription = React.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx(
97
- DialogPrimitive.Description,
95
+ SheetTitle.displayName = Title.displayName;
96
+ const SheetDescription = React.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsxRuntimeExports.jsx(
97
+ Description,
98
98
  {
99
99
  ref,
100
100
  className: cn("text-sm text-muted-foreground", className),
101
101
  ...props
102
102
  }
103
103
  ));
104
- SheetDescription.displayName = DialogPrimitive.Description.displayName;
104
+ SheetDescription.displayName = Description.displayName;
105
105
 
106
106
  export { Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetOverlay, SheetPortal, SheetTitle, SheetTrigger };
@@ -1,11 +1,11 @@
1
- import { jsx } from 'react/jsx-runtime';
1
+ import { j as jsxRuntimeExports } from '../../_virtual/jsx-runtime.js';
2
2
  import { cn } from '../../lib/utils.js';
3
3
 
4
4
  function Skeleton({
5
5
  className,
6
6
  ...props
7
7
  }) {
8
- return /* @__PURE__ */ jsx(
8
+ return /* @__PURE__ */ jsxRuntimeExports.jsx(
9
9
  "div",
10
10
  {
11
11
  className: cn("animate-pulse rounded-md bg-muted", className),
@@ -1,10 +1,10 @@
1
- import { jsxs, jsx } from 'react/jsx-runtime';
1
+ import { j as jsxRuntimeExports } from '../../_virtual/jsx-runtime.js';
2
2
  import * as React from 'react';
3
- import * as SliderPrimitive from '@radix-ui/react-slider';
3
+ import { Root, Track, Range, Thumb } from '../../node_modules/@radix-ui/react-slider/dist/index.js';
4
4
  import { cn } from '../../lib/utils.js';
5
5
 
6
- const Slider = React.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsxs(
7
- SliderPrimitive.Root,
6
+ const Slider = React.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsxRuntimeExports.jsxs(
7
+ Root,
8
8
  {
9
9
  ref,
10
10
  "data-slot": "slider",
@@ -14,18 +14,18 @@ const Slider = React.forwardRef(({ className, ...props }, ref) => /* @__PURE__ *
14
14
  ),
15
15
  ...props,
16
16
  children: [
17
- /* @__PURE__ */ jsx(
18
- SliderPrimitive.Track,
17
+ /* @__PURE__ */ jsxRuntimeExports.jsx(
18
+ Track,
19
19
  {
20
20
  className: "relative grow overflow-hidden rounded-full bg-muted data-[orientation=horizontal]:h-1.5 data-[orientation=horizontal]:w-full data-[orientation=vertical]:h-full data-[orientation=vertical]:w-1.5",
21
21
  "data-slot": "slider-track",
22
- children: /* @__PURE__ */ jsx(SliderPrimitive.Range, { "data-slot": "slider-track", className: "absolute bg-primary data-[orientation=horizontal]:h-full data-[orientation=vertical]:w-full" })
22
+ children: /* @__PURE__ */ jsxRuntimeExports.jsx(Range, { "data-slot": "slider-track", className: "absolute bg-primary data-[orientation=horizontal]:h-full data-[orientation=vertical]:w-full" })
23
23
  }
24
24
  ),
25
- Array.from({ length: props.value?.length || props.defaultValue?.length || 1 }).map((_, i) => /* @__PURE__ */ jsx(SliderPrimitive.Thumb, { className: "border-primary !bg-background ring-ring/50 block size-4 shrink-0 rounded-full border shadow-sm transition-[color,box-shadow] hover:ring-4 focus-visible:ring-4 focus-visible:outline-hidden disabled:pointer-events-none disabled:opacity-50" }, i))
25
+ Array.from({ length: props.value?.length || props.defaultValue?.length || 1 }).map((_, i) => /* @__PURE__ */ jsxRuntimeExports.jsx(Thumb, { className: "border-primary !bg-background ring-ring/50 block size-4 shrink-0 rounded-full border shadow-sm transition-[color,box-shadow] hover:ring-4 focus-visible:ring-4 focus-visible:outline-hidden disabled:pointer-events-none disabled:opacity-50" }, i))
26
26
  ]
27
27
  }
28
28
  ));
29
- Slider.displayName = SliderPrimitive.Root.displayName;
29
+ Slider.displayName = Root.displayName;
30
30
 
31
31
  export { Slider };
@@ -1,7 +1,7 @@
1
- import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
2
- import { Slot } from '@radix-ui/react-slot';
3
- import * as Stepperize from '@stepperize/react';
4
- import { cva } from 'class-variance-authority';
1
+ import { j as jsxRuntimeExports } from '../../_virtual/jsx-runtime.js';
2
+ import { Root as Slot } from '../../node_modules/@radix-ui/react-slot/dist/index.js';
3
+ import { defineStepper as s } from '../../node_modules/@stepperize/react/dist/index.js';
4
+ import { cva } from '../../node_modules/class-variance-authority/dist/index.js';
5
5
  import * as React from 'react';
6
6
  import { cn } from '../../lib/utils.js';
7
7
  import { Button } from './button.tsx';
@@ -15,14 +15,14 @@ const useStepperProvider = () => {
15
15
  return context;
16
16
  };
17
17
  const defineStepper = (...steps) => {
18
- const { Scoped, useStepper, ...rest } = Stepperize.defineStepper(...steps);
18
+ const { Scoped, useStepper, ...rest } = s(...steps);
19
19
  const StepperContainer = ({
20
20
  children,
21
21
  className,
22
22
  ...props
23
23
  }) => {
24
24
  const methods = useStepper();
25
- return /* @__PURE__ */ jsx(
25
+ return /* @__PURE__ */ jsxRuntimeExports.jsx(
26
26
  "div",
27
27
  {
28
28
  "data-component": "stepper",
@@ -44,16 +44,16 @@ const defineStepper = (...steps) => {
44
44
  className,
45
45
  ...props
46
46
  }) => {
47
- return /* @__PURE__ */ jsx(
47
+ return /* @__PURE__ */ jsxRuntimeExports.jsx(
48
48
  StepperContext.Provider,
49
49
  {
50
50
  value: { variant, labelOrientation, tracking },
51
- children: /* @__PURE__ */ jsx(
51
+ children: /* @__PURE__ */ jsxRuntimeExports.jsx(
52
52
  Scoped,
53
53
  {
54
54
  initialStep: props.initialStep,
55
55
  initialMetadata: props.initialMetadata,
56
- children: /* @__PURE__ */ jsx(StepperContainer, { className, ...props, children })
56
+ children: /* @__PURE__ */ jsxRuntimeExports.jsx(StepperContainer, { className, ...props, children })
57
57
  }
58
58
  )
59
59
  }
@@ -65,14 +65,14 @@ const defineStepper = (...steps) => {
65
65
  ...props
66
66
  }) => {
67
67
  const { variant } = useStepperProvider();
68
- return /* @__PURE__ */ jsx(
68
+ return /* @__PURE__ */ jsxRuntimeExports.jsx(
69
69
  "nav",
70
70
  {
71
71
  "data-component": "stepper-navigation",
72
72
  "aria-label": ariaLabel,
73
73
  role: "tablist",
74
74
  ...props,
75
- children: /* @__PURE__ */ jsx(
75
+ children: /* @__PURE__ */ jsxRuntimeExports.jsx(
76
76
  "ol",
77
77
  {
78
78
  "data-component": "stepper-navigation-list",
@@ -99,7 +99,7 @@ const defineStepper = (...steps) => {
99
99
  const description = childMap.get("description");
100
100
  const panel = childMap.get("panel");
101
101
  if (variant === "circle") {
102
- return /* @__PURE__ */ jsxs(
102
+ return /* @__PURE__ */ jsxRuntimeExports.jsxs(
103
103
  "li",
104
104
  {
105
105
  "data-component": "stepper-step",
@@ -108,14 +108,14 @@ const defineStepper = (...steps) => {
108
108
  className
109
109
  ),
110
110
  children: [
111
- /* @__PURE__ */ jsx(
111
+ /* @__PURE__ */ jsxRuntimeExports.jsx(
112
112
  CircleStepIndicator,
113
113
  {
114
114
  currentStep: stepIndex + 1,
115
115
  totalSteps: steps2.length
116
116
  }
117
117
  ),
118
- /* @__PURE__ */ jsxs(
118
+ /* @__PURE__ */ jsxRuntimeExports.jsxs(
119
119
  "div",
120
120
  {
121
121
  "data-component": "stepper-step-content",
@@ -130,8 +130,8 @@ const defineStepper = (...steps) => {
130
130
  }
131
131
  );
132
132
  }
133
- return /* @__PURE__ */ jsxs(Fragment, { children: [
134
- /* @__PURE__ */ jsxs(
133
+ return /* @__PURE__ */ jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, { children: [
134
+ /* @__PURE__ */ jsxRuntimeExports.jsxs(
135
135
  "li",
136
136
  {
137
137
  "data-component": "stepper-step",
@@ -147,7 +147,7 @@ const defineStepper = (...steps) => {
147
147
  "data-state": dataState,
148
148
  "data-disabled": props.disabled,
149
149
  children: [
150
- /* @__PURE__ */ jsx(
150
+ /* @__PURE__ */ jsxRuntimeExports.jsx(
151
151
  Button,
152
152
  {
153
153
  id: `step-${step.id}`,
@@ -172,7 +172,7 @@ const defineStepper = (...steps) => {
172
172
  children: icon ?? stepIndex + 1
173
173
  }
174
174
  ),
175
- variant === "horizontal" && labelOrientation === "vertical" && /* @__PURE__ */ jsx(
175
+ variant === "horizontal" && labelOrientation === "vertical" && /* @__PURE__ */ jsxRuntimeExports.jsx(
176
176
  StepperSeparator,
177
177
  {
178
178
  orientation: "horizontal",
@@ -182,7 +182,7 @@ const defineStepper = (...steps) => {
182
182
  disabled: props.disabled
183
183
  }
184
184
  ),
185
- /* @__PURE__ */ jsxs(
185
+ /* @__PURE__ */ jsxRuntimeExports.jsxs(
186
186
  "div",
187
187
  {
188
188
  "data-component": "stepper-step-content",
@@ -196,7 +196,7 @@ const defineStepper = (...steps) => {
196
196
  ]
197
197
  }
198
198
  ),
199
- variant === "horizontal" && labelOrientation === "horizontal" && /* @__PURE__ */ jsx(
199
+ variant === "horizontal" && labelOrientation === "horizontal" && /* @__PURE__ */ jsxRuntimeExports.jsx(
200
200
  StepperSeparator,
201
201
  {
202
202
  orientation: "horizontal",
@@ -205,8 +205,8 @@ const defineStepper = (...steps) => {
205
205
  disabled: props.disabled
206
206
  }
207
207
  ),
208
- variant === "vertical" && /* @__PURE__ */ jsxs("div", { className: "flex gap-4", children: [
209
- !isLast && /* @__PURE__ */ jsx("div", { className: "flex justify-center ps-[calc(var(--spacing)_*_4.5_-_1px)]", children: /* @__PURE__ */ jsx(
208
+ variant === "vertical" && /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "flex gap-4", children: [
209
+ !isLast && /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "flex justify-center ps-[calc(var(--spacing)_*_4.5_-_1px)]", children: /* @__PURE__ */ jsxRuntimeExports.jsx(
210
210
  StepperSeparator,
211
211
  {
212
212
  orientation: "vertical",
@@ -215,7 +215,7 @@ const defineStepper = (...steps) => {
215
215
  disabled: props.disabled
216
216
  }
217
217
  ) }),
218
- /* @__PURE__ */ jsx("div", { className: "my-3 flex-1 ps-4", children: panel })
218
+ /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "my-3 flex-1 ps-4", children: panel })
219
219
  ] })
220
220
  ] });
221
221
  },
@@ -224,7 +224,7 @@ const defineStepper = (...steps) => {
224
224
  Panel: ({ children, asChild, ...props }) => {
225
225
  const Comp = asChild ? Slot : "div";
226
226
  const { tracking } = useStepperProvider();
227
- return /* @__PURE__ */ jsx(
227
+ return /* @__PURE__ */ jsxRuntimeExports.jsx(
228
228
  Comp,
229
229
  {
230
230
  "data-component": "stepper-step-panel",
@@ -236,7 +236,7 @@ const defineStepper = (...steps) => {
236
236
  },
237
237
  Controls: ({ children, className, asChild, ...props }) => {
238
238
  const Comp = asChild ? Slot : "div";
239
- return /* @__PURE__ */ jsx(
239
+ return /* @__PURE__ */ jsxRuntimeExports.jsx(
240
240
  Comp,
241
241
  {
242
242
  "data-component": "stepper-controls",
@@ -256,7 +256,7 @@ const Title = ({
256
256
  ...props
257
257
  }) => {
258
258
  const Comp = asChild ? Slot : "h4";
259
- return /* @__PURE__ */ jsx(
259
+ return /* @__PURE__ */ jsxRuntimeExports.jsx(
260
260
  Comp,
261
261
  {
262
262
  "data-component": "stepper-step-title",
@@ -273,7 +273,7 @@ const Description = ({
273
273
  ...props
274
274
  }) => {
275
275
  const Comp = asChild ? Slot : "p";
276
- return /* @__PURE__ */ jsx(
276
+ return /* @__PURE__ */ jsxRuntimeExports.jsx(
277
277
  Comp,
278
278
  {
279
279
  "data-component": "stepper-step-description",
@@ -293,7 +293,7 @@ const StepperSeparator = ({
293
293
  if (isLast) {
294
294
  return null;
295
295
  }
296
- return /* @__PURE__ */ jsx(
296
+ return /* @__PURE__ */ jsxRuntimeExports.jsx(
297
297
  "div",
298
298
  {
299
299
  "data-component": "stepper-separator",
@@ -316,7 +316,7 @@ const CircleStepIndicator = ({
316
316
  const circumference = radius * 2 * Math.PI;
317
317
  const fillPercentage = currentStep / totalSteps * 100;
318
318
  const dashOffset = circumference - circumference * fillPercentage / 100;
319
- return /* @__PURE__ */ jsxs(
319
+ return /* @__PURE__ */ jsxRuntimeExports.jsxs(
320
320
  "div",
321
321
  {
322
322
  "data-component": "stepper-step-indicator",
@@ -327,9 +327,9 @@ const CircleStepIndicator = ({
327
327
  tabIndex: -1,
328
328
  className: "relative inline-flex items-center justify-center",
329
329
  children: [
330
- /* @__PURE__ */ jsxs("svg", { width: size, height: size, children: [
331
- /* @__PURE__ */ jsx("title", { children: "Step Indicator" }),
332
- /* @__PURE__ */ jsx(
330
+ /* @__PURE__ */ jsxRuntimeExports.jsxs("svg", { width: size, height: size, children: [
331
+ /* @__PURE__ */ jsxRuntimeExports.jsx("title", { children: "Step Indicator" }),
332
+ /* @__PURE__ */ jsxRuntimeExports.jsx(
333
333
  "circle",
334
334
  {
335
335
  cx: size / 2,
@@ -341,7 +341,7 @@ const CircleStepIndicator = ({
341
341
  className: "text-muted-foreground"
342
342
  }
343
343
  ),
344
- /* @__PURE__ */ jsx(
344
+ /* @__PURE__ */ jsxRuntimeExports.jsx(
345
345
  "circle",
346
346
  {
347
347
  cx: size / 2,
@@ -357,7 +357,7 @@ const CircleStepIndicator = ({
357
357
  }
358
358
  )
359
359
  ] }),
360
- /* @__PURE__ */ jsx("div", { className: "absolute inset-0 flex items-center justify-center", children: /* @__PURE__ */ jsxs("span", { className: "text-sm font-medium", "aria-live": "polite", children: [
360
+ /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "absolute inset-0 flex items-center justify-center", children: /* @__PURE__ */ jsxRuntimeExports.jsxs("span", { className: "text-sm font-medium", "aria-live": "polite", children: [
361
361
  currentStep,
362
362
  " of ",
363
363
  totalSteps
@@ -1,10 +1,10 @@
1
- import { jsx } from 'react/jsx-runtime';
1
+ import { j as jsxRuntimeExports } from '../../_virtual/jsx-runtime.js';
2
2
  import * as React from 'react';
3
- import * as SwitchPrimitive from '@radix-ui/react-switch';
3
+ import { Root, Thumb } from '../../node_modules/@radix-ui/react-switch/dist/index.js';
4
4
  import { cn } from '../../lib/utils.js';
5
5
 
6
- const Switch = React.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx(
7
- SwitchPrimitive.Root,
6
+ const Switch = React.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsxRuntimeExports.jsx(
7
+ Root,
8
8
  {
9
9
  className: cn(
10
10
  "peer inline-flex h-6 w-11 shrink-0 cursor-pointer items-center rounded-full border-2 border-transparent transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background disabled:cursor-not-allowed disabled:opacity-50 data-[state=checked]:bg-primary data-[state=unchecked]:bg-input",
@@ -12,8 +12,8 @@ const Switch = React.forwardRef(({ className, ...props }, ref) => /* @__PURE__ *
12
12
  ),
13
13
  ...props,
14
14
  ref,
15
- children: /* @__PURE__ */ jsx(
16
- SwitchPrimitive.Thumb,
15
+ children: /* @__PURE__ */ jsxRuntimeExports.jsx(
16
+ Thumb,
17
17
  {
18
18
  className: cn(
19
19
  "pointer-events-none block h-5 w-5 rounded-full bg-background shadow-lg ring-0 transition-transform data-[state=checked]:translate-x-5 data-[state=unchecked]:translate-x-0"
@@ -22,6 +22,6 @@ const Switch = React.forwardRef(({ className, ...props }, ref) => /* @__PURE__ *
22
22
  )
23
23
  }
24
24
  ));
25
- Switch.displayName = SwitchPrimitive.Root.displayName;
25
+ Switch.displayName = Root.displayName;
26
26
 
27
27
  export { Switch };
@@ -1,8 +1,8 @@
1
- import { jsx } from 'react/jsx-runtime';
1
+ import { j as jsxRuntimeExports } from '../../_virtual/jsx-runtime.js';
2
2
  import * as React from 'react';
3
3
  import { cn } from '../../lib/utils.js';
4
4
 
5
- const Table = React.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx("div", { className: "relative w-full overflow-auto", children: /* @__PURE__ */ jsx(
5
+ const Table = React.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "relative w-full overflow-auto", children: /* @__PURE__ */ jsxRuntimeExports.jsx(
6
6
  "table",
7
7
  {
8
8
  ref,
@@ -11,9 +11,9 @@ const Table = React.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */
11
11
  }
12
12
  ) }));
13
13
  Table.displayName = "Table";
14
- const TableHeader = React.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx("thead", { ref, className: cn("[&_tr]:border-b", className), ...props }));
14
+ const TableHeader = React.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsxRuntimeExports.jsx("thead", { ref, className: cn("[&_tr]:border-b", className), ...props }));
15
15
  TableHeader.displayName = "TableHeader";
16
- const TableBody = React.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx(
16
+ const TableBody = React.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsxRuntimeExports.jsx(
17
17
  "tbody",
18
18
  {
19
19
  ref,
@@ -22,7 +22,7 @@ const TableBody = React.forwardRef(({ className, ...props }, ref) => /* @__PURE_
22
22
  }
23
23
  ));
24
24
  TableBody.displayName = "TableBody";
25
- const TableFooter = React.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx(
25
+ const TableFooter = React.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsxRuntimeExports.jsx(
26
26
  "tfoot",
27
27
  {
28
28
  ref,
@@ -34,7 +34,7 @@ const TableFooter = React.forwardRef(({ className, ...props }, ref) => /* @__PUR
34
34
  }
35
35
  ));
36
36
  TableFooter.displayName = "TableFooter";
37
- const TableRow = React.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx(
37
+ const TableRow = React.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsxRuntimeExports.jsx(
38
38
  "tr",
39
39
  {
40
40
  ref,
@@ -46,7 +46,7 @@ const TableRow = React.forwardRef(({ className, ...props }, ref) => /* @__PURE__
46
46
  }
47
47
  ));
48
48
  TableRow.displayName = "TableRow";
49
- const TableHead = React.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx(
49
+ const TableHead = React.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsxRuntimeExports.jsx(
50
50
  "th",
51
51
  {
52
52
  ref,
@@ -58,7 +58,7 @@ const TableHead = React.forwardRef(({ className, ...props }, ref) => /* @__PURE_
58
58
  }
59
59
  ));
60
60
  TableHead.displayName = "TableHead";
61
- const TableCell = React.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx(
61
+ const TableCell = React.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsxRuntimeExports.jsx(
62
62
  "td",
63
63
  {
64
64
  ref,
@@ -67,7 +67,7 @@ const TableCell = React.forwardRef(({ className, ...props }, ref) => /* @__PURE_
67
67
  }
68
68
  ));
69
69
  TableCell.displayName = "TableCell";
70
- const TableCaption = React.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx(
70
+ const TableCaption = React.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsxRuntimeExports.jsx(
71
71
  "caption",
72
72
  {
73
73
  ref,
@@ -1,12 +1,12 @@
1
- import { jsx } from 'react/jsx-runtime';
1
+ import { j as jsxRuntimeExports } from '../../_virtual/jsx-runtime.js';
2
2
  import * as React from 'react';
3
- import * as TabsPrimitive from '@radix-ui/react-tabs';
3
+ import { Root as Root2, List, Trigger, Content } from '../../node_modules/@radix-ui/react-tabs/dist/index.js';
4
4
  import { cn } from '../../lib/utils.js';
5
5
 
6
- const Tabs = React.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx(TabsPrimitive.Root, { ref, className: cn(className), ...props }));
7
- Tabs.displayName = TabsPrimitive.Root.displayName;
8
- const TabsList = React.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx(
9
- TabsPrimitive.List,
6
+ const Tabs = React.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsxRuntimeExports.jsx(Root2, { ref, className: cn(className), ...props }));
7
+ Tabs.displayName = Root2.displayName;
8
+ const TabsList = React.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsxRuntimeExports.jsx(
9
+ List,
10
10
  {
11
11
  ref,
12
12
  className: cn(
@@ -16,9 +16,9 @@ const TabsList = React.forwardRef(({ className, ...props }, ref) => /* @__PURE__
16
16
  ...props
17
17
  }
18
18
  ));
19
- TabsList.displayName = TabsPrimitive.List.displayName;
20
- const TabsTrigger = React.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx(
21
- TabsPrimitive.Trigger,
19
+ TabsList.displayName = List.displayName;
20
+ const TabsTrigger = React.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsxRuntimeExports.jsx(
21
+ Trigger,
22
22
  {
23
23
  ref,
24
24
  className: cn(
@@ -28,9 +28,9 @@ const TabsTrigger = React.forwardRef(({ className, ...props }, ref) => /* @__PUR
28
28
  ...props
29
29
  }
30
30
  ));
31
- TabsTrigger.displayName = TabsPrimitive.Trigger.displayName;
32
- const TabsContent = React.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx(
33
- TabsPrimitive.Content,
31
+ TabsTrigger.displayName = Trigger.displayName;
32
+ const TabsContent = React.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsxRuntimeExports.jsx(
33
+ Content,
34
34
  {
35
35
  ref,
36
36
  className: cn(
@@ -40,6 +40,6 @@ const TabsContent = React.forwardRef(({ className, ...props }, ref) => /* @__PUR
40
40
  ...props
41
41
  }
42
42
  ));
43
- TabsContent.displayName = TabsPrimitive.Content.displayName;
43
+ TabsContent.displayName = Content.displayName;
44
44
 
45
45
  export { Tabs, TabsContent, TabsList, TabsTrigger };
@@ -1,9 +1,9 @@
1
- import { jsx } from 'react/jsx-runtime';
1
+ import { j as jsxRuntimeExports } from '../../_virtual/jsx-runtime.js';
2
2
  import * as React from 'react';
3
3
  import { cn } from '../../lib/utils.js';
4
4
 
5
5
  const Textarea = React.forwardRef(({ className, outlined, ...props }, ref) => {
6
- return /* @__PURE__ */ jsx(
6
+ return /* @__PURE__ */ jsxRuntimeExports.jsx(
7
7
  "textarea",
8
8
  {
9
9
  "data-slot": outlined ? "textarea" : "form-control",
@@ -1,13 +1,13 @@
1
- import { jsx } from 'react/jsx-runtime';
1
+ import { j as jsxRuntimeExports } from '../../_virtual/jsx-runtime.js';
2
2
  import * as React from 'react';
3
- import * as TooltipPrimitive from '@radix-ui/react-tooltip';
3
+ import { Content as Content2, Root as Root3, Trigger, Provider } from '../../node_modules/@radix-ui/react-tooltip/dist/index.js';
4
4
  import { cn } from '../../lib/utils.js';
5
5
 
6
- const TooltipProvider = TooltipPrimitive.Provider;
7
- const Tooltip = TooltipPrimitive.Root;
8
- const TooltipTrigger = TooltipPrimitive.Trigger;
9
- const TooltipContent = React.forwardRef(({ className, sideOffset = 4, ...props }, ref) => /* @__PURE__ */ jsx(
10
- TooltipPrimitive.Content,
6
+ const TooltipProvider = Provider;
7
+ const Tooltip = Root3;
8
+ const TooltipTrigger = Trigger;
9
+ const TooltipContent = React.forwardRef(({ className, sideOffset = 4, ...props }, ref) => /* @__PURE__ */ jsxRuntimeExports.jsx(
10
+ Content2,
11
11
  {
12
12
  ref,
13
13
  sideOffset,
@@ -18,6 +18,6 @@ const TooltipContent = React.forwardRef(({ className, sideOffset = 4, ...props }
18
18
  ...props
19
19
  }
20
20
  ));
21
- TooltipContent.displayName = TooltipPrimitive.Content.displayName;
21
+ TooltipContent.displayName = Content2.displayName;
22
22
 
23
23
  export { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger };
@@ -1,4 +1,5 @@
1
- import axios from 'axios';
1
+ import '../node_modules/axios/index.js';
2
+ import axios from '../node_modules/axios/lib/axios.js';
2
3
 
3
4
  let api = axios.create({
4
5
  withCredentials: true,
@@ -1,4 +1,4 @@
1
- import { toast } from 'sonner';
1
+ import { toast } from '../node_modules/sonner/dist/index.js';
2
2
 
3
3
  function useNotify() {
4
4
  const notify = (title, description, duration = 3e3, action) => {
package/dist/lib/utils.js CHANGED
@@ -1,5 +1,5 @@
1
- import { clsx } from 'clsx';
2
- import { twMerge } from 'tailwind-merge';
1
+ import { clsx } from '../node_modules/clsx/dist/clsx.js';
2
+ import { twMerge } from '../node_modules/tailwind-merge/dist/bundle-mjs.js';
3
3
 
4
4
  function cn(...inputs) {
5
5
  return twMerge(clsx(inputs));
@@ -1,6 +1,6 @@
1
- import { create } from 'zustand';
2
1
  import { persist } from '../../../node_modules/zustand/esm/middleware.js';
3
2
  import { CoreAuthBaseService } from '../services/base.js';
3
+ import { create } from '../../../node_modules/zustand/esm/react.js';
4
4
 
5
5
  class CoreAuthBuilder {
6
6
  authService;
@@ -1,4 +1,4 @@
1
- import 'react/jsx-runtime';
1
+ import '../../../_virtual/jsx-runtime.js';
2
2
  import { createContext } from 'react';
3
3
 
4
4
  createContext(void 0);
@@ -1,4 +1,3 @@
1
- import 'zustand';
2
1
  import '../../helpers/axiosGlobal.js';
3
2
  export { createAuthStore, resetAuthStore, setAuthStore, useAuthStore } from './stores/authStore.js';
4
3
  import './context/AuthContext.tsx';