@nqlib/nqui 0.4.2 → 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 (111) hide show
  1. package/README.md +104 -152
  2. package/dist/button-CJHdCq9I.js +155 -0
  3. package/dist/button-R304rhsj.cjs +1 -0
  4. package/dist/calendar.cjs.js +1 -1
  5. package/dist/calendar.es.js +1 -1
  6. package/dist/carousel-D1FMVglR.cjs +1 -0
  7. package/dist/carousel-U7RZhYZj.js +179 -0
  8. package/dist/carousel.cjs.js +1 -1
  9. package/dist/carousel.es.js +1 -1
  10. package/dist/{command-palette-dEJ9aEk4.js → command-palette-DCtLpM3Q.js} +1 -1
  11. package/dist/{command-palette-BuYcxPCc.cjs → command-palette-MHc03bBf.cjs} +1 -1
  12. package/dist/command.cjs.js +1 -1
  13. package/dist/command.es.js +1 -1
  14. package/dist/components/custom/color-picker.d.ts +1 -1
  15. package/dist/components/custom/color-picker.d.ts.map +1 -1
  16. package/dist/components/custom/color-slider.d.ts +4 -10
  17. package/dist/components/custom/color-slider.d.ts.map +1 -1
  18. package/dist/components/debug/debug-features.d.ts +29 -0
  19. package/dist/components/debug/debug-features.d.ts.map +1 -0
  20. package/dist/components/debug/debug-panel.d.ts.map +1 -1
  21. package/dist/components/index.d.ts +14 -13
  22. package/dist/components/index.d.ts.map +1 -1
  23. package/dist/components/ui/badge.d.ts +15 -4
  24. package/dist/components/ui/badge.d.ts.map +1 -1
  25. package/dist/components/ui/button.d.ts +37 -3
  26. package/dist/components/ui/button.d.ts.map +1 -1
  27. package/dist/components/ui/checkbox.d.ts +12 -1
  28. package/dist/components/ui/checkbox.d.ts.map +1 -1
  29. package/dist/components/ui/combobox.d.ts +2 -1
  30. package/dist/components/ui/combobox.d.ts.map +1 -1
  31. package/dist/components/ui/pagination.d.ts +3 -2
  32. package/dist/components/ui/pagination.d.ts.map +1 -1
  33. package/dist/components/ui/select.d.ts +6 -1
  34. package/dist/components/ui/select.d.ts.map +1 -1
  35. package/dist/components/ui/sidebar.d.ts +1 -1
  36. package/dist/components/ui/sidebar.d.ts.map +1 -1
  37. package/dist/components/ui/slider.d.ts +10 -2
  38. package/dist/components/ui/slider.d.ts.map +1 -1
  39. package/dist/components/ui/sonner.d.ts +18 -2
  40. package/dist/components/ui/sonner.d.ts.map +1 -1
  41. package/dist/components/ui/spinner.d.ts +2 -1
  42. package/dist/components/ui/spinner.d.ts.map +1 -1
  43. package/dist/components/ui/switch.d.ts +15 -2
  44. package/dist/components/ui/switch.d.ts.map +1 -1
  45. package/dist/components/ui/tabs.d.ts +1 -1
  46. package/dist/components/ui/tabs.d.ts.map +1 -1
  47. package/dist/components/ui/toggle.d.ts +1 -1
  48. package/dist/components/ui/toggle.d.ts.map +1 -1
  49. package/dist/{debug-panel-AjzBdMMz.js → debug-panel-CG-vAN0L.js} +3593 -3775
  50. package/dist/debug-panel-DHBfAc1V.cjs +75 -0
  51. package/dist/debug.cjs.js +1 -1
  52. package/dist/debug.es.js +1 -1
  53. package/dist/{drawer-pUXPg3lF.js → drawer-DO26uhym.js} +31 -31
  54. package/dist/drawer-DVarEy65.cjs +1 -0
  55. package/dist/drawer.cjs.js +1 -1
  56. package/dist/drawer.es.js +1 -1
  57. package/dist/{enhanced-calendar-BENbxw7_.js → enhanced-calendar-BGlsSYJd.js} +1 -1
  58. package/dist/{enhanced-calendar-5PA8CeF7.cjs → enhanced-calendar-C7EQIr6i.cjs} +1 -1
  59. package/dist/entries/sonner.d.ts +1 -2
  60. package/dist/entries/sonner.d.ts.map +1 -1
  61. package/dist/lib/wrap-inline-label-text.d.ts +7 -0
  62. package/dist/lib/wrap-inline-label-text.d.ts.map +1 -0
  63. package/dist/nqui.cjs.js +21 -47
  64. package/dist/nqui.es.js +2236 -2381
  65. package/dist/sonner-CpmECDBk.js +179 -0
  66. package/dist/sonner-nE9hIalJ.cjs +48 -0
  67. package/dist/sonner.cjs.js +1 -1
  68. package/dist/sonner.es.js +3 -2
  69. package/dist/styles.css +183 -1
  70. package/docs/components/README.md +8 -7
  71. package/docs/components/nqui-badge.md +1 -0
  72. package/docs/components/nqui-button.md +3 -1
  73. package/docs/components/nqui-card.md +1 -0
  74. package/docs/components/nqui-carousel.md +6 -0
  75. package/docs/components/nqui-checkbox.md +15 -0
  76. package/docs/components/nqui-color-slider.md +5 -3
  77. package/docs/components/nqui-combobox.md +58 -37
  78. package/docs/components/nqui-drawer.md +1 -1
  79. package/docs/components/nqui-scroll-area.md +1 -1
  80. package/docs/components/nqui-select.md +2 -2
  81. package/docs/components/nqui-sheet.md +1 -1
  82. package/docs/components/nqui-slider.md +13 -0
  83. package/docs/components/nqui-spinner.md +6 -1
  84. package/docs/components/nqui-switch.md +23 -1
  85. package/docs/components/nqui-toaster.md +5 -1
  86. package/docs/nqui-skills/SKILL.md +8 -1
  87. package/docs/nqui-skills/design-system.md +16 -3
  88. package/package.json +1 -1
  89. package/scripts/build-styles.js +16 -0
  90. package/scripts/init-debug-css.js +4 -2
  91. package/scripts/verify-build.js +1 -1
  92. package/dist/button-CYFTFDKe.cjs +0 -1
  93. package/dist/button-nJvDl3w8.js +0 -44
  94. package/dist/carousel-DEyyJi49.js +0 -179
  95. package/dist/carousel-Dhhz8m5V.cjs +0 -1
  96. package/dist/components/custom/enhanced-badge.d.ts +0 -33
  97. package/dist/components/custom/enhanced-badge.d.ts.map +0 -1
  98. package/dist/components/custom/enhanced-button.d.ts +0 -39
  99. package/dist/components/custom/enhanced-button.d.ts.map +0 -1
  100. package/dist/components/custom/enhanced-checkbox.d.ts +0 -39
  101. package/dist/components/custom/enhanced-checkbox.d.ts.map +0 -1
  102. package/dist/components/custom/enhanced-combobox.d.ts +0 -35
  103. package/dist/components/custom/enhanced-combobox.d.ts.map +0 -1
  104. package/dist/components/custom/enhanced-select.d.ts +0 -30
  105. package/dist/components/custom/enhanced-select.d.ts.map +0 -1
  106. package/dist/components/custom/enhanced-sonner.d.ts +0 -15
  107. package/dist/components/custom/enhanced-sonner.d.ts.map +0 -1
  108. package/dist/debug-panel-NaOmD68t.cjs +0 -171
  109. package/dist/drawer-Cqq0Ozb2.cjs +0 -1
  110. package/dist/sonner-BtzU00r3.js +0 -248
  111. package/dist/sonner-Dfk26eds.cjs +0 -54
@@ -1 +0,0 @@
1
- "use strict";const n=require("react/jsx-runtime"),S=require("react"),q=require("embla-carousel-react"),m=require("./keyboard-BapbM2wb.cjs"),d=require("./utils-IjLH3w2e.cjs"),b=require("./button-CYFTFDKe.cjs"),v=require("@hugeicons/react"),N=require("@hugeicons/core-free-icons");function z(e){const o=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const l=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(o,t,l.get?l:{enumerable:!0,get:()=>e[t]})}}return o.default=e,Object.freeze(o)}const s=z(S),p=s.createContext(null);function x(){const e=s.useContext(p);if(!e)throw new Error("useCarousel must be used within a <Carousel />");return e}function I({orientation:e="horizontal",opts:o,setApi:t,plugins:l,className:c,children:u,...i}){const[j,r]=q({...o,axis:e==="horizontal"?"x":"y"},l),[y,g]=s.useState(!1),[k,w]=s.useState(!1),f=s.useCallback(a=>{a&&(g(a.canScrollPrev()),w(a.canScrollNext()))},[]),C=s.useCallback(()=>{r?.scrollPrev()},[r]),h=s.useCallback(()=>{r?.scrollNext()},[r]),P=s.useCallback(a=>{a.key===m.Keys.ArrowLeft?(a.preventDefault(),C()):a.key===m.Keys.ArrowRight&&(a.preventDefault(),h())},[C,h]);return s.useEffect(()=>{!r||!t||t(r)},[r,t]),s.useEffect(()=>{if(r)return f(r),r.on("reInit",f),r.on("select",f),()=>{r?.off("select",f)}},[r,f]),n.jsx(p.Provider,{value:{carouselRef:j,api:r,opts:o,orientation:e||(o?.axis==="y"?"vertical":"horizontal"),scrollPrev:C,scrollNext:h,canScrollPrev:y,canScrollNext:k},children:n.jsx("div",{onKeyDownCapture:P,className:d.cn("relative",c),role:"region","aria-roledescription":"carousel","data-slot":"carousel",...i,children:u})})}function R({className:e,...o}){const{carouselRef:t,orientation:l}=x();return n.jsx("div",{ref:t,className:"overflow-hidden","data-slot":"carousel-content",children:n.jsx("div",{className:d.cn("flex",l==="horizontal"?"-ml-4":"-mt-4 flex-col",e),...o})})}function D({className:e,...o}){const{orientation:t}=x();return n.jsx("div",{role:"group","aria-roledescription":"slide","data-slot":"carousel-item",className:d.cn("min-w-0 shrink-0 grow-0 basis-full",t==="horizontal"?"pl-4":"pt-4",e),...o})}function O({className:e,variant:o="outline",size:t="icon",...l}){const{orientation:c,scrollPrev:u,canScrollPrev:i}=x();return n.jsxs(b.Button,{"data-slot":"carousel-previous",variant:o,size:t,className:d.cn("rounded-full absolute touch-manipulation",c==="horizontal"?"top-1/2 -left-12 -translate-y-1/2":"-top-12 left-1/2 -translate-x-1/2 rotate-90",e),disabled:!i,onClick:u,...l,children:[n.jsx(v.HugeiconsIcon,{icon:N.ArrowLeft01Icon,strokeWidth:2}),n.jsx("span",{className:"sr-only",children:"Previous slide"})]})}function E({className:e,variant:o="outline",size:t="icon",...l}){const{orientation:c,scrollNext:u,canScrollNext:i}=x();return n.jsxs(b.Button,{"data-slot":"carousel-next",variant:o,size:t,className:d.cn("rounded-full absolute touch-manipulation",c==="horizontal"?"top-1/2 -right-12 -translate-y-1/2":"-bottom-12 left-1/2 -translate-x-1/2 rotate-90",e),disabled:!i,onClick:u,...l,children:[n.jsx(v.HugeiconsIcon,{icon:N.ArrowRight01Icon,strokeWidth:2}),n.jsx("span",{className:"sr-only",children:"Next slide"})]})}exports.Carousel=I;exports.CarouselContent=R;exports.CarouselItem=D;exports.CarouselNext=E;exports.CarouselPrevious=O;
@@ -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" | "secondary" | "destructive" | "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,39 +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
- * Active state: we use active:bg-{semantic}/75 + active:scale-95 + inset shadow only (no active:bg-none).
11
- * In the showcase app one Tailwind run can emit utilities in an order where primary wins; in consumers
12
- * the prebuilt nqui styles load order can make active:bg-none win and clear the fill. Omitting
13
- * active:bg-none keeps the pressed background and shrink animation consistent everywhere.
14
- */
15
- declare const enhancedButtonVariants: (props?: ({
16
- variant?: "link" | "default" | "outline" | "secondary" | "destructive" | "ghost" | "success" | "warning" | "info" | null | undefined;
17
- size?: "default" | "icon" | "sm" | "lg" | null | undefined;
18
- } & import("class-variance-authority/types").ClassProp) | undefined) => string;
19
- /**
20
- * Enhanced Button component with meccs-ui styling
21
- *
22
- * Wraps the base shadcn Button component with enhanced styling:
23
- * - Borders, gradients, and shadows for dimensional appearance
24
- * - Enhanced focus and active states with scale animation
25
- * - Smooth opacity and transform transitions
26
- *
27
- * Enhanced variants: default, destructive, secondary, success, warning, info
28
- * Unchanged variants: outline, ghost, link (fallback to core button)
29
- *
30
- * @example
31
- * ```tsx
32
- * <EnhancedButton variant="default">Click me</EnhancedButton>
33
- * <EnhancedButton variant="destructive">Delete</EnhancedButton>
34
- * ```
35
- */
36
- declare const EnhancedButton: React.ForwardRefExoticComponent<EnhancedButtonProps & React.RefAttributes<HTMLButtonElement>>;
37
- export { EnhancedButton, EnhancedButton as Button, enhancedButtonVariants as buttonVariants };
38
- export type { EnhancedButtonProps as ButtonProps };
39
- //# 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;;;;;;;;GAQG;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,39 +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
- * Gap between checkbox and label text.
11
- * - `0` or `"gap-0"`: No gap
12
- * - `1` or `"gap-1"` (4px)
13
- * - `2` or `"gap-2"` (8px) - compact
14
- * - `3` or `"gap-3"` (12px) - default
15
- * - `4` or `"gap-4"` (16px)
16
- *
17
- * @default 3
18
- */
19
- gap?: number | string;
20
- }
21
- /**
22
- * Enhanced Checkbox component with animation variants
23
- *
24
- * Wraps Radix UI CheckboxPrimitive with enhanced styling and animations:
25
- * - square: Animated checkmark with pulse effect and background expansion
26
- * - round: Circular checkbox (same animation pattern as square, no layout shift)
27
- *
28
- * Maintains all Radix UI accessibility and state management.
29
- *
30
- * @example
31
- * ```tsx
32
- * <EnhancedCheckbox variant="square">Accept terms</EnhancedCheckbox>
33
- * <EnhancedCheckbox variant="round" />
34
- * ```
35
- */
36
- declare const EnhancedCheckbox: React.ForwardRefExoticComponent<Omit<EnhancedCheckboxProps, "ref"> & React.RefAttributes<HTMLButtonElement>>;
37
- export { EnhancedCheckbox, EnhancedCheckbox as Checkbox, checkboxVariants };
38
- export type { EnhancedCheckboxProps as CheckboxProps };
39
- //# 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;IAC1B;;;;;;;;;OASG;IACH,GAAG,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;CACtB;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,15 +0,0 @@
1
- import { type ToasterProps } from "sonner";
2
- /**
3
- * Enhanced Sonner Toaster with card-style design
4
- *
5
- * Simple card design with:
6
- * - Semi-transparent border (50% opacity)
7
- * - Two-layer shadow system (matches Card component)
8
- * - Semantic color accents via border-left
9
- */
10
- declare const EnhancedToaster: {
11
- ({ ...props }: ToasterProps): import("react/jsx-runtime").JSX.Element;
12
- displayName: string;
13
- };
14
- export { EnhancedToaster, EnhancedToaster as EnhancedSonner };
15
- //# 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;;;;;;;GAOG;AACH,QAAA,MAAM,eAAe;mBAAkB,YAAY;;CAgIlD,CAAA;AAID,OAAO,EAAE,eAAe,EAAE,eAAe,IAAI,cAAc,EAAE,CAAA"}