@nqlib/nqui 0.4.3 → 0.4.4

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 (153) hide show
  1. package/INSTALLATION.md +215 -0
  2. package/README.md +104 -151
  3. package/dist/button-CJHdCq9I.js +155 -0
  4. package/dist/button-R304rhsj.cjs +1 -0
  5. package/dist/calendar.cjs.js +1 -1
  6. package/dist/calendar.es.js +1 -1
  7. package/dist/carousel-D1FMVglR.cjs +1 -0
  8. package/dist/carousel-U7RZhYZj.js +179 -0
  9. package/dist/carousel.cjs.js +1 -1
  10. package/dist/carousel.es.js +1 -1
  11. package/dist/command-palette-DCtLpM3Q.js +694 -0
  12. package/dist/command-palette-MHc03bBf.cjs +5 -0
  13. package/dist/command.cjs.js +1 -1
  14. package/dist/command.es.js +1 -1
  15. package/dist/components/custom/color-picker.d.ts +1 -1
  16. package/dist/components/custom/color-picker.d.ts.map +1 -1
  17. package/dist/components/custom/color-slider.d.ts +4 -10
  18. package/dist/components/custom/color-slider.d.ts.map +1 -1
  19. package/dist/components/custom/enhanced-radio-group.d.ts +13 -4
  20. package/dist/components/custom/enhanced-radio-group.d.ts.map +1 -1
  21. package/dist/components/custom/enhanced-tabs.d.ts.map +1 -1
  22. package/dist/components/debug/debug-features.d.ts +29 -0
  23. package/dist/components/debug/debug-features.d.ts.map +1 -0
  24. package/dist/components/debug/debug-panel.d.ts.map +1 -1
  25. package/dist/components/error-boundary.d.ts +20 -0
  26. package/dist/components/error-boundary.d.ts.map +1 -0
  27. package/dist/components/index.d.ts +103 -0
  28. package/dist/components/index.d.ts.map +1 -0
  29. package/dist/components/ui/badge.d.ts +16 -5
  30. package/dist/components/ui/badge.d.ts.map +1 -1
  31. package/dist/components/ui/button.d.ts +38 -4
  32. package/dist/components/ui/button.d.ts.map +1 -1
  33. package/dist/components/ui/checkbox.d.ts +16 -2
  34. package/dist/components/ui/checkbox.d.ts.map +1 -1
  35. package/dist/components/ui/combobox.d.ts +2 -1
  36. package/dist/components/ui/combobox.d.ts.map +1 -1
  37. package/dist/components/ui/input-group.d.ts +1 -1
  38. package/dist/components/ui/input-group.d.ts.map +1 -1
  39. package/dist/components/ui/pagination.d.ts +3 -2
  40. package/dist/components/ui/pagination.d.ts.map +1 -1
  41. package/dist/components/ui/radio-group.d.ts +3 -1
  42. package/dist/components/ui/radio-group.d.ts.map +1 -1
  43. package/dist/components/ui/select.d.ts +6 -1
  44. package/dist/components/ui/select.d.ts.map +1 -1
  45. package/dist/components/ui/sidebar.d.ts +1 -1
  46. package/dist/components/ui/sidebar.d.ts.map +1 -1
  47. package/dist/components/ui/slider.d.ts +10 -2
  48. package/dist/components/ui/slider.d.ts.map +1 -1
  49. package/dist/components/ui/sonner.d.ts +18 -2
  50. package/dist/components/ui/sonner.d.ts.map +1 -1
  51. package/dist/components/ui/spinner.d.ts +2 -1
  52. package/dist/components/ui/spinner.d.ts.map +1 -1
  53. package/dist/components/ui/switch.d.ts +15 -2
  54. package/dist/components/ui/switch.d.ts.map +1 -1
  55. package/dist/components/ui/tabs.d.ts +1 -1
  56. package/dist/components/ui/tabs.d.ts.map +1 -1
  57. package/dist/components/ui/toggle.d.ts +1 -1
  58. package/dist/components/ui/toggle.d.ts.map +1 -1
  59. package/dist/debug-panel-CG-vAN0L.js +9016 -0
  60. package/dist/debug-panel-DHBfAc1V.cjs +75 -0
  61. package/dist/debug.cjs.js +1 -0
  62. package/dist/debug.es.js +7 -0
  63. package/dist/{drawer-CU4lkcz7.js → drawer-DO26uhym.js} +31 -31
  64. package/dist/drawer-DVarEy65.cjs +1 -0
  65. package/dist/drawer.cjs.js +1 -1
  66. package/dist/drawer.es.js +1 -1
  67. package/dist/{enhanced-calendar-BENbxw7_.js → enhanced-calendar-BGlsSYJd.js} +1 -1
  68. package/dist/{enhanced-calendar-5PA8CeF7.cjs → enhanced-calendar-C7EQIr6i.cjs} +1 -1
  69. package/dist/entries/debug.d.ts +14 -0
  70. package/dist/entries/debug.d.ts.map +1 -0
  71. package/dist/entries/sonner.d.ts +1 -2
  72. package/dist/entries/sonner.d.ts.map +1 -1
  73. package/dist/hooks/use-mobile.d.ts.map +1 -1
  74. package/dist/hooks/use-scroll-spy.d.ts.map +1 -1
  75. package/dist/index-CI756mSv.cjs +41 -0
  76. package/dist/index-CgfzsUO6.js +1069 -0
  77. package/dist/index.d.ts +2 -98
  78. package/dist/index.d.ts.map +1 -1
  79. package/dist/lib/index.d.ts +9 -0
  80. package/dist/lib/index.d.ts.map +1 -0
  81. package/dist/lib/wrap-inline-label-text.d.ts +7 -0
  82. package/dist/lib/wrap-inline-label-text.d.ts.map +1 -0
  83. package/dist/nqui.cjs.js +49 -245
  84. package/dist/nqui.es.js +7399 -16735
  85. package/dist/sonner-CpmECDBk.js +179 -0
  86. package/dist/sonner-nE9hIalJ.cjs +48 -0
  87. package/dist/sonner.cjs.js +1 -1
  88. package/dist/sonner.es.js +3 -2
  89. package/dist/styles.css +186 -1
  90. package/docs/components/README.md +107 -8
  91. package/docs/components/nqui-badge.md +1 -0
  92. package/docs/components/nqui-button.md +3 -1
  93. package/docs/components/nqui-card.md +8 -0
  94. package/docs/components/nqui-carousel.md +6 -0
  95. package/docs/components/nqui-checkbox.md +38 -1
  96. package/docs/components/nqui-color-slider.md +5 -3
  97. package/docs/components/nqui-combobox.md +58 -37
  98. package/docs/components/nqui-drawer.md +1 -1
  99. package/docs/components/nqui-radio-group.md +45 -2
  100. package/docs/components/nqui-scroll-area.md +1 -1
  101. package/docs/components/nqui-select.md +2 -2
  102. package/docs/components/nqui-sheet.md +1 -1
  103. package/docs/components/nqui-slider.md +13 -0
  104. package/docs/components/nqui-spinner.md +6 -1
  105. package/docs/components/nqui-switch.md +23 -1
  106. package/docs/components/nqui-tabs.md +11 -1
  107. package/docs/components/nqui-toaster.md +5 -1
  108. package/docs/internal-notes/PUBLISHING.md +46 -4
  109. package/docs/nqui-skills/SKILL.md +102 -0
  110. package/docs/nqui-skills/design-system.md +143 -0
  111. package/docs/nqui-skills/rules/composition.md +183 -0
  112. package/docs/nqui-skills/rules/forms.md +190 -0
  113. package/docs/nqui-skills/rules/icons.md +158 -0
  114. package/docs/nqui-skills/rules/styling.md +192 -0
  115. package/package.json +23 -12
  116. package/scripts/build-styles.js +16 -0
  117. package/scripts/cli.js +1 -0
  118. package/scripts/download-skills.js +91 -0
  119. package/scripts/examples/nextjs-layout-sidebar.tsx +100 -0
  120. package/scripts/examples/nextjs-page-sidebar.tsx +81 -0
  121. package/scripts/examples/vite-app.tsx +135 -0
  122. package/scripts/examples/vite-main.tsx +17 -0
  123. package/scripts/examples.js +92 -6
  124. package/scripts/generate-docs.js +169 -0
  125. package/scripts/init-css.js +34 -14
  126. package/scripts/init-cursor.js +8 -0
  127. package/scripts/init-debug-css.js +4 -2
  128. package/scripts/post-install.js +41 -9
  129. package/scripts/publish-npmjs.js +17 -3
  130. package/scripts/resolve-target-dir.js +20 -1
  131. package/scripts/verify-build.js +1 -1
  132. package/scripts/wizard.js +12 -7
  133. package/dist/button-CYFTFDKe.cjs +0 -1
  134. package/dist/button-nJvDl3w8.js +0 -44
  135. package/dist/carousel-DEyyJi49.js +0 -179
  136. package/dist/carousel-Dhhz8m5V.cjs +0 -1
  137. package/dist/command-palette-UHk8zZOg.cjs +0 -45
  138. package/dist/command-palette-d-TrdBsM.js +0 -1778
  139. package/dist/components/custom/enhanced-badge.d.ts +0 -33
  140. package/dist/components/custom/enhanced-badge.d.ts.map +0 -1
  141. package/dist/components/custom/enhanced-button.d.ts +0 -34
  142. package/dist/components/custom/enhanced-button.d.ts.map +0 -1
  143. package/dist/components/custom/enhanced-checkbox.d.ts +0 -28
  144. package/dist/components/custom/enhanced-checkbox.d.ts.map +0 -1
  145. package/dist/components/custom/enhanced-combobox.d.ts +0 -35
  146. package/dist/components/custom/enhanced-combobox.d.ts.map +0 -1
  147. package/dist/components/custom/enhanced-select.d.ts +0 -30
  148. package/dist/components/custom/enhanced-select.d.ts.map +0 -1
  149. package/dist/components/custom/enhanced-sonner.d.ts +0 -16
  150. package/dist/components/custom/enhanced-sonner.d.ts.map +0 -1
  151. package/dist/drawer-BcIxWRN8.cjs +0 -1
  152. package/dist/sonner-Co6YpYVs.js +0 -546
  153. package/dist/sonner-DbQhVp8m.cjs +0 -330
@@ -1,33 +0,0 @@
1
- import * as React from "react";
2
- import { type VariantProps } from "class-variance-authority";
3
- export interface EnhancedBadgeProps extends React.ComponentProps<"span">, VariantProps<typeof enhancedBadgeVariants> {
4
- asChild?: boolean;
5
- }
6
- /**
7
- * Enhanced badge variants with button-like styling
8
- * Base classes match badge sizing: h-5, px-2, py-0.5, text-[0.625rem], rounded-full
9
- */
10
- declare const enhancedBadgeVariants: (props?: ({
11
- variant?: "link" | "default" | "outline" | "destructive" | "secondary" | "ghost" | "success" | "warning" | "info" | null | undefined;
12
- } & import("class-variance-authority/types").ClassProp) | undefined) => string;
13
- /**
14
- * Enhanced Badge component with button-like styling
15
- *
16
- * Wraps the base shadcn Badge component with enhanced styling:
17
- * - Borders, gradients, and shadows for dimensional appearance
18
- * - Enhanced focus and hover states
19
- * - Smooth opacity transitions
20
- *
21
- * Enhanced variants: default, destructive, secondary, success, warning, info
22
- * Unchanged variants: outline, ghost, link (fallback to core badge)
23
- *
24
- * @example
25
- * ```tsx
26
- * <EnhancedBadge variant="default">New</EnhancedBadge>
27
- * <EnhancedBadge variant="destructive">Error</EnhancedBadge>
28
- * ```
29
- */
30
- declare const EnhancedBadge: React.ForwardRefExoticComponent<Omit<EnhancedBadgeProps, "ref"> & React.RefAttributes<HTMLSpanElement>>;
31
- export { EnhancedBadge, EnhancedBadge as Badge, enhancedBadgeVariants as badgeVariants };
32
- export type { EnhancedBadgeProps as BadgeProps };
33
- //# sourceMappingURL=enhanced-badge.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"enhanced-badge.d.ts","sourceRoot":"","sources":["../../../src/components/custom/enhanced-badge.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAE9B,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAA;AAIjE,MAAM,WAAW,kBACf,SAAQ,KAAK,CAAC,cAAc,CAAC,MAAM,CAAC,EAClC,YAAY,CAAC,OAAO,qBAAqB,CAAC;IAC5C,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB;AAED;;;GAGG;AACH,QAAA,MAAM,qBAAqB;;8EAyD1B,CAAA;AAED;;;;;;;;;;;;;;;;GAgBG;AACH,QAAA,MAAM,aAAa,yGA0ClB,CAAA;AAID,OAAO,EAAE,aAAa,EAAE,aAAa,IAAI,KAAK,EAAE,qBAAqB,IAAI,aAAa,EAAE,CAAA;AACxF,YAAY,EAAE,kBAAkB,IAAI,UAAU,EAAE,CAAA"}
@@ -1,34 +0,0 @@
1
- import * as React from "react";
2
- import { type VariantProps } from "class-variance-authority";
3
- export interface EnhancedButtonProps extends React.ButtonHTMLAttributes<HTMLButtonElement>, VariantProps<typeof enhancedButtonVariants> {
4
- asChild?: boolean;
5
- }
6
- /**
7
- * Enhanced button variants with meccs-ui styling
8
- * Base classes match meccs-ui: focus:outline-0, transition-[color,background-color,border-color,box-shadow]
9
- */
10
- declare const enhancedButtonVariants: (props?: ({
11
- variant?: "link" | "default" | "outline" | "destructive" | "secondary" | "ghost" | "success" | "warning" | "info" | null | undefined;
12
- size?: "default" | "icon" | "sm" | "lg" | null | undefined;
13
- } & import("class-variance-authority/types").ClassProp) | undefined) => string;
14
- /**
15
- * Enhanced Button component with meccs-ui styling
16
- *
17
- * Wraps the base shadcn Button component with enhanced styling:
18
- * - Borders, gradients, and shadows for dimensional appearance
19
- * - Enhanced focus and active states with scale animation
20
- * - Smooth opacity and transform transitions
21
- *
22
- * Enhanced variants: default, destructive, secondary, success, warning, info
23
- * Unchanged variants: outline, ghost, link (fallback to core button)
24
- *
25
- * @example
26
- * ```tsx
27
- * <EnhancedButton variant="default">Click me</EnhancedButton>
28
- * <EnhancedButton variant="destructive">Delete</EnhancedButton>
29
- * ```
30
- */
31
- declare const EnhancedButton: React.ForwardRefExoticComponent<EnhancedButtonProps & React.RefAttributes<HTMLButtonElement>>;
32
- export { EnhancedButton, EnhancedButton as Button, enhancedButtonVariants as buttonVariants };
33
- export type { EnhancedButtonProps as ButtonProps };
34
- //# sourceMappingURL=enhanced-button.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"enhanced-button.d.ts","sourceRoot":"","sources":["../../../src/components/custom/enhanced-button.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAE9B,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAA;AAIjE,MAAM,WAAW,mBACf,SAAQ,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,EACnD,YAAY,CAAC,OAAO,sBAAsB,CAAC;IAC7C,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB;AAED;;;GAGG;AACH,QAAA,MAAM,sBAAsB;;;8EA4E3B,CAAA;AAED;;;;;;;;;;;;;;;;GAgBG;AACH,QAAA,MAAM,cAAc,+FAoCnB,CAAA;AAID,OAAO,EAAE,cAAc,EAAE,cAAc,IAAI,MAAM,EAAE,sBAAsB,IAAI,cAAc,EAAE,CAAA;AAC7F,YAAY,EAAE,mBAAmB,IAAI,WAAW,EAAE,CAAA"}
@@ -1,28 +0,0 @@
1
- import * as React from "react";
2
- import { Checkbox as CheckboxPrimitive } from "radix-ui";
3
- import { type VariantProps } from "class-variance-authority";
4
- declare const checkboxVariants: (props?: ({
5
- variant?: "round" | "square" | null | undefined;
6
- } & import("class-variance-authority/types").ClassProp) | undefined) => string;
7
- export interface EnhancedCheckboxProps extends React.ComponentProps<typeof CheckboxPrimitive.Root>, VariantProps<typeof checkboxVariants> {
8
- children?: React.ReactNode;
9
- }
10
- /**
11
- * Enhanced Checkbox component with animation variants
12
- *
13
- * Wraps Radix UI CheckboxPrimitive with enhanced styling and animations:
14
- * - square: Animated checkmark with pulse effect and background expansion
15
- * - round: Circular checkbox (same animation pattern as square, no layout shift)
16
- *
17
- * Maintains all Radix UI accessibility and state management.
18
- *
19
- * @example
20
- * ```tsx
21
- * <EnhancedCheckbox variant="square">Accept terms</EnhancedCheckbox>
22
- * <EnhancedCheckbox variant="round" />
23
- * ```
24
- */
25
- declare const EnhancedCheckbox: React.ForwardRefExoticComponent<Omit<EnhancedCheckboxProps, "ref"> & React.RefAttributes<HTMLButtonElement>>;
26
- export { EnhancedCheckbox, EnhancedCheckbox as Checkbox, checkboxVariants };
27
- export type { EnhancedCheckboxProps as CheckboxProps };
28
- //# sourceMappingURL=enhanced-checkbox.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"enhanced-checkbox.d.ts","sourceRoot":"","sources":["../../../src/components/custom/enhanced-checkbox.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,EAAE,QAAQ,IAAI,iBAAiB,EAAE,MAAM,UAAU,CAAA;AACxD,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAA;AAiKjE,QAAA,MAAM,gBAAgB;;8EAUpB,CAAA;AAEF,MAAM,WAAW,qBACf,SAAQ,KAAK,CAAC,cAAc,CAAC,OAAO,iBAAiB,CAAC,IAAI,CAAC,EACzD,YAAY,CAAC,OAAO,gBAAgB,CAAC;IACvC,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;CAC3B;AAED;;;;;;;;;;;;;;GAcG;AACH,QAAA,MAAM,gBAAgB,8GA0GpB,CAAA;AAIF,OAAO,EAAE,gBAAgB,EAAE,gBAAgB,IAAI,QAAQ,EAAE,gBAAgB,EAAE,CAAA;AAC3E,YAAY,EAAE,qBAAqB,IAAI,aAAa,EAAE,CAAA"}
@@ -1,35 +0,0 @@
1
- import * as React from "react";
2
- import { Combobox as ComboboxPrimitive } from "@base-ui/react";
3
- /**
4
- * Enhanced Combobox components with button-like 3D effects (no gradient)
5
- *
6
- * Adds button-like styling to input triggers with:
7
- * - 3D shadow effects
8
- * - Border highlights
9
- * - Inset highlights
10
- * - No gradient overlay
11
- */
12
- declare const Combobox: typeof ComboboxPrimitive.Root;
13
- declare function ComboboxValue({ ...props }: ComboboxPrimitive.Value.Props): import("react/jsx-runtime").JSX.Element;
14
- declare function ComboboxTrigger({ className, children, ...props }: ComboboxPrimitive.Trigger.Props): import("react/jsx-runtime").JSX.Element;
15
- declare function ComboboxClear({ className, ...props }: ComboboxPrimitive.Clear.Props): import("react/jsx-runtime").JSX.Element;
16
- declare function ComboboxInput({ className, children, disabled, showTrigger, showClear, ...props }: ComboboxPrimitive.Input.Props & {
17
- showTrigger?: boolean;
18
- showClear?: boolean;
19
- }): import("react/jsx-runtime").JSX.Element;
20
- declare function ComboboxContent({ className, ...props }: ComboboxPrimitive.Popup.Props & Pick<ComboboxPrimitive.Positioner.Props, "side" | "align" | "sideOffset" | "alignOffset" | "anchor">): import("react/jsx-runtime").JSX.Element;
21
- declare function ComboboxList({ className, ...props }: ComboboxPrimitive.List.Props): import("react/jsx-runtime").JSX.Element;
22
- declare function ComboboxItem({ className, ...props }: ComboboxPrimitive.Item.Props): import("react/jsx-runtime").JSX.Element;
23
- declare function ComboboxGroup({ className, ...props }: ComboboxPrimitive.Group.Props): import("react/jsx-runtime").JSX.Element;
24
- declare function ComboboxLabel({ className, ...props }: ComboboxPrimitive.GroupLabel.Props): import("react/jsx-runtime").JSX.Element;
25
- declare function ComboboxCollection({ ...props }: ComboboxPrimitive.Collection.Props): import("react/jsx-runtime").JSX.Element;
26
- declare function ComboboxEmpty({ className, ...props }: ComboboxPrimitive.Empty.Props): import("react/jsx-runtime").JSX.Element;
27
- declare function ComboboxSeparator({ className, ...props }: ComboboxPrimitive.Separator.Props): import("react/jsx-runtime").JSX.Element;
28
- declare function ComboboxChips({ className, ...props }: React.ComponentPropsWithRef<typeof ComboboxPrimitive.Chips> & ComboboxPrimitive.Chips.Props): import("react/jsx-runtime").JSX.Element;
29
- declare function ComboboxChip({ className, ...props }: ComboboxPrimitive.Chip.Props & {
30
- showRemove?: boolean;
31
- }): import("react/jsx-runtime").JSX.Element;
32
- declare function ComboboxChipsInput({ className, ...props }: ComboboxPrimitive.Input.Props): import("react/jsx-runtime").JSX.Element;
33
- declare function useComboboxAnchor(): React.RefObject<HTMLDivElement | null>;
34
- export { Combobox, ComboboxInput, ComboboxContent, ComboboxList, ComboboxItem, ComboboxGroup, ComboboxLabel, ComboboxCollection, ComboboxEmpty, ComboboxSeparator, ComboboxChips, ComboboxChip, ComboboxChipsInput, ComboboxTrigger, ComboboxValue, ComboboxClear, useComboboxAnchor, };
35
- //# sourceMappingURL=enhanced-combobox.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"enhanced-combobox.d.ts","sourceRoot":"","sources":["../../../src/components/custom/enhanced-combobox.tsx"],"names":[],"mappings":"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"}
@@ -1,30 +0,0 @@
1
- import * as React from "react";
2
- import { Select as SelectPrimitive } from "radix-ui";
3
- import { SelectScrollUpButton, SelectScrollDownButton } from "@/components/ui/select";
4
- /**
5
- * Enhanced Select components with button-like 3D effects (no gradient)
6
- *
7
- * Adds button-like styling with:
8
- * - 3D shadow effects
9
- * - Border highlights
10
- * - Inset highlights
11
- * - No gradient overlay
12
- */
13
- declare function Select({ ...props }: React.ComponentProps<typeof SelectPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
14
- declare function SelectGroup({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.Group>): import("react/jsx-runtime").JSX.Element;
15
- declare function SelectValue({ ...props }: React.ComponentProps<typeof SelectPrimitive.Value>): import("react/jsx-runtime").JSX.Element;
16
- interface SelectTriggerProps extends React.ComponentProps<typeof SelectPrimitive.Trigger> {
17
- size?: "sm" | "default";
18
- /**
19
- * Minimum width for the trigger. Set to "fit" to allow content-based sizing without min-width.
20
- * @default "120px"
21
- */
22
- minWidth?: "fit" | string;
23
- }
24
- declare function SelectTrigger({ className, size, children, minWidth, ...props }: SelectTriggerProps): import("react/jsx-runtime").JSX.Element;
25
- declare function SelectContent({ className, children, position, align, ...props }: React.ComponentProps<typeof SelectPrimitive.Content>): import("react/jsx-runtime").JSX.Element;
26
- declare function SelectLabel({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.Label>): import("react/jsx-runtime").JSX.Element;
27
- declare function SelectItem({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.Item>): import("react/jsx-runtime").JSX.Element;
28
- declare function SelectSeparator({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.Separator>): import("react/jsx-runtime").JSX.Element;
29
- export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, };
30
- //# sourceMappingURL=enhanced-select.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"enhanced-select.d.ts","sourceRoot":"","sources":["../../../src/components/custom/enhanced-select.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,UAAU,CAAA;AACpD,OAAO,EAAwK,oBAAoB,EAAE,sBAAsB,EAAE,MAAM,wBAAwB,CAAA;AAM3P;;;;;;;;GAQG;AAEH,iBAAS,MAAM,CAAC,EACd,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,IAAI,CAAC,2CAEnD;AAED,iBAAS,WAAW,CAAC,EACnB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,KAAK,CAAC,2CAEpD;AAED,iBAAS,WAAW,CAAC,EACnB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,KAAK,CAAC,2CAEpD;AAED,UAAU,kBAAmB,SAAQ,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,OAAO,CAAC;IACvF,IAAI,CAAC,EAAE,IAAI,GAAG,SAAS,CAAA;IACvB;;;OAGG;IACH,QAAQ,CAAC,EAAE,KAAK,GAAG,MAAM,CAAA;CAC1B;AAED,iBAAS,aAAa,CAAC,EACrB,SAAS,EACT,IAAgB,EAChB,QAAQ,EACR,QAAkB,EAClB,GAAG,KAAK,EACT,EAAE,kBAAkB,2CA8HpB;AAED,iBAAS,aAAa,CAAC,EACrB,SAAS,EACT,QAAQ,EACR,QAAyB,EACzB,KAAgB,EAChB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,OAAO,CAAC,2CA+BtD;AAED,iBAAS,WAAW,CAAC,EACnB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,KAAK,CAAC,2CAEpD;AAED,iBAAS,UAAU,CAAC,EAClB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,IAAI,CAAC,2CAEnD;AAED,iBAAS,eAAe,CAAC,EACvB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,SAAS,CAAC,2CAExD;AAED,OAAO,EACL,MAAM,EACN,aAAa,EACb,WAAW,EACX,UAAU,EACV,WAAW,EACX,sBAAsB,EACtB,oBAAoB,EACpB,eAAe,EACf,aAAa,EACb,WAAW,GACZ,CAAA"}
@@ -1,16 +0,0 @@
1
- import { type ToasterProps } from "sonner";
2
- /**
3
- * Enhanced Sonner Toaster with 3D gradient effects like buttons
4
- *
5
- * Adds button-like styling with:
6
- * - Gradient overlays
7
- * - 3D shadow effects
8
- * - Border highlights
9
- * - Semantic color glows
10
- */
11
- declare const EnhancedToaster: {
12
- ({ ...props }: ToasterProps): import("react/jsx-runtime").JSX.Element;
13
- displayName: string;
14
- };
15
- export { EnhancedToaster, EnhancedToaster as EnhancedSonner };
16
- //# sourceMappingURL=enhanced-sonner.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"enhanced-sonner.d.ts","sourceRoot":"","sources":["../../../src/components/custom/enhanced-sonner.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAqB,KAAK,YAAY,EAAE,MAAM,QAAQ,CAAA;AAK7D;;;;;;;;GAQG;AACH,QAAA,MAAM,eAAe;mBAAkB,YAAY;;CAgclD,CAAA;AAID,OAAO,EAAE,eAAe,EAAE,eAAe,IAAI,cAAc,EAAE,CAAA"}
@@ -1 +0,0 @@
1
- "use strict";const e=require("react/jsx-runtime");require("react");const t=require("vaul"),o=require("./utils-IjLH3w2e.cjs");function l({...r}){return e.jsx(t.Drawer.Root,{"data-slot":"drawer",...r})}function s({...r}){return e.jsx(t.Drawer.Trigger,{"data-slot":"drawer-trigger",...r})}function d({...r}){return e.jsx(t.Drawer.Portal,{"data-slot":"drawer-portal",...r})}function c({...r}){return e.jsx(t.Drawer.Close,{"data-slot":"drawer-close",...r})}function n({className:r,...a}){return e.jsx(t.Drawer.Overlay,{"data-slot":"drawer-overlay",className:o.cn("data-open:animate-in data-closed:animate-out data-closed:fade-out-0 data-open:fade-in-0 bg-black/80 supports-backdrop-filter:backdrop-blur-xs fixed inset-0 z-[var(--z-modal-backdrop)]",r),...a})}function u({className:r,children:a,...i}){return e.jsxs(d,{"data-slot":"drawer-portal",children:[e.jsx(n,{}),e.jsxs(t.Drawer.Content,{"data-slot":"drawer-content",className:o.cn("before:bg-background relative flex h-auto flex-col bg-transparent p-2 text-xs/relaxed before:absolute before:inset-2 before:-z-10 before:rounded-xl data-[vaul-drawer-direction=bottom]:inset-x-0 data-[vaul-drawer-direction=bottom]:bottom-0 data-[vaul-drawer-direction=bottom]:mt-24 data-[vaul-drawer-direction=bottom]:max-h-[80vh] data-[vaul-drawer-direction=left]:inset-y-0 data-[vaul-drawer-direction=left]:left-0 data-[vaul-drawer-direction=left]:w-3/4 data-[vaul-drawer-direction=right]:inset-y-0 data-[vaul-drawer-direction=right]:right-0 data-[vaul-drawer-direction=right]:w-3/4 data-[vaul-drawer-direction=top]:inset-x-0 data-[vaul-drawer-direction=top]:top-0 data-[vaul-drawer-direction=top]:mb-24 data-[vaul-drawer-direction=top]:max-h-[80vh] data-[vaul-drawer-direction=left]:sm:max-w-sm data-[vaul-drawer-direction=right]:sm:max-w-sm group/drawer-content fixed z-[var(--z-modal)]",r),...i,children:[e.jsx("div",{className:"bg-muted mx-auto mt-4 hidden h-1.5 w-[100px] shrink-0 rounded-full group-data-[vaul-drawer-direction=bottom]/drawer-content:block bg-muted mx-auto hidden shrink-0 group-data-[vaul-drawer-direction=bottom]/drawer-content:block"}),a]})]})}function w({className:r,...a}){return e.jsx("div",{"data-slot":"drawer-header",className:o.cn("gap-1 p-4 group-data-[vaul-drawer-direction=bottom]/drawer-content:text-center group-data-[vaul-drawer-direction=top]/drawer-content:text-center md:text-left flex flex-col",r),...a})}function x({className:r,...a}){return e.jsx("div",{"data-slot":"drawer-footer",className:o.cn("gap-2 p-4 mt-auto flex flex-col",r),...a})}function m({className:r,...a}){return e.jsx(t.Drawer.Title,{"data-slot":"drawer-title",className:o.cn("text-foreground text-sm font-medium",r),...a})}function f({className:r,...a}){return e.jsx(t.Drawer.Description,{"data-slot":"drawer-description",className:o.cn("text-muted-foreground text-xs/relaxed",r),...a})}exports.Drawer=l;exports.DrawerClose=c;exports.DrawerContent=u;exports.DrawerDescription=f;exports.DrawerFooter=x;exports.DrawerHeader=w;exports.DrawerOverlay=n;exports.DrawerPortal=d;exports.DrawerTitle=m;exports.DrawerTrigger=s;