@contractspec/lib.ui-kit-web 1.60.0 → 1.62.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (111) hide show
  1. package/dist/browser/ui/alert-dialog.js +9 -4
  2. package/dist/browser/ui/atoms/Pagination/Pagination.js +9 -4
  3. package/dist/browser/ui/atoms/Pagination/index.js +9 -4
  4. package/dist/browser/ui/atoms/SearchInput/SearchInput.js +9 -4
  5. package/dist/browser/ui/atoms/SearchInput/index.js +9 -4
  6. package/dist/browser/ui/button.js +9 -4
  7. package/dist/browser/ui/calendar.js +12 -7
  8. package/dist/browser/ui/carousel.js +20 -15
  9. package/dist/browser/ui/confirm-dialog.js +9 -4
  10. package/dist/browser/ui/context-menu.js +178 -85
  11. package/dist/browser/ui/cta.js +13 -9
  12. package/dist/browser/ui/date-picker.js +17 -12
  13. package/dist/browser/ui/date-range-picker.js +14 -9
  14. package/dist/browser/ui/datetime-picker.js +21 -16
  15. package/dist/browser/ui/empty-state.js +32 -10
  16. package/dist/browser/ui/input-group.js +9 -4
  17. package/dist/browser/ui/input-otp.js +37 -18
  18. package/dist/browser/ui/link.js +6 -4
  19. package/dist/browser/ui/loading-button.js +41 -14
  20. package/dist/browser/ui/marketing/Hero.js +9 -4
  21. package/dist/browser/ui/marketing/PricingTable.js +9 -4
  22. package/dist/browser/ui/marketing/index.js +9 -4
  23. package/dist/browser/ui/molecules/Autocomplete/index.js +15 -10
  24. package/dist/browser/ui/molecules/SearchAndFilter/SearchAndFilter.js +9 -4
  25. package/dist/browser/ui/molecules/SearchAndFilter/index.js +9 -4
  26. package/dist/browser/ui/organisms/ErrorBoundary/ErrorBoundary.js +12 -7
  27. package/dist/browser/ui/organisms/ErrorBoundary/index.js +12 -7
  28. package/dist/browser/ui/organisms/ListPage/ListPage.js +41 -14
  29. package/dist/browser/ui/organisms/ListPage/index.js +41 -14
  30. package/dist/browser/ui/page-header.js +32 -10
  31. package/dist/browser/ui/pagination.js +98 -79
  32. package/dist/browser/ui/resizable.js +6 -9
  33. package/dist/browser/ui/section.js +12 -4
  34. package/dist/browser/ui/sidebar.js +22 -17
  35. package/dist/browser/ui/stack.js +32 -10
  36. package/dist/browser/ui/stat-card-group.js +32 -10
  37. package/dist/browser/ui/stepper.js +32 -10
  38. package/dist/browser/ui/time-picker.js +13 -8
  39. package/dist/browser/ui/toast.js +57 -29
  40. package/dist/browser/ui/toaster.js +60 -32
  41. package/dist/browser/ui/usecases/UseCaseCard.js +41 -14
  42. package/dist/browser/ui/usecases/UserStoryCard.js +32 -10
  43. package/dist/browser/ui/usecases/index.js +41 -14
  44. package/dist/browser/ui/visually-hidden.js +8 -4
  45. package/dist/ui/alert-dialog.js +9 -4
  46. package/dist/ui/atoms/Pagination/Pagination.js +9 -4
  47. package/dist/ui/atoms/Pagination/index.js +9 -4
  48. package/dist/ui/atoms/SearchInput/SearchInput.js +9 -4
  49. package/dist/ui/atoms/SearchInput/index.js +9 -4
  50. package/dist/ui/button.d.ts +2 -6
  51. package/dist/ui/button.d.ts.map +1 -1
  52. package/dist/ui/button.js +9 -4
  53. package/dist/ui/calendar.js +12 -7
  54. package/dist/ui/carousel.js +20 -15
  55. package/dist/ui/confirm-dialog.js +9 -4
  56. package/dist/ui/context-menu.d.ts +26 -22
  57. package/dist/ui/context-menu.d.ts.map +1 -1
  58. package/dist/ui/context-menu.js +178 -85
  59. package/dist/ui/cta.d.ts +2 -8
  60. package/dist/ui/cta.d.ts.map +1 -1
  61. package/dist/ui/cta.js +13 -9
  62. package/dist/ui/date-picker.js +17 -12
  63. package/dist/ui/date-range-picker.js +14 -9
  64. package/dist/ui/datetime-picker.js +21 -16
  65. package/dist/ui/empty-state.js +32 -10
  66. package/dist/ui/input-group.js +9 -4
  67. package/dist/ui/input-otp.d.ts +13 -31
  68. package/dist/ui/input-otp.d.ts.map +1 -1
  69. package/dist/ui/input-otp.js +37 -18
  70. package/dist/ui/link.d.ts +4 -2
  71. package/dist/ui/link.d.ts.map +1 -1
  72. package/dist/ui/link.js +6 -4
  73. package/dist/ui/loading-button.js +41 -14
  74. package/dist/ui/marketing/Hero.js +9 -4
  75. package/dist/ui/marketing/PricingTable.js +9 -4
  76. package/dist/ui/marketing/index.js +9 -4
  77. package/dist/ui/molecules/Autocomplete/index.js +15 -10
  78. package/dist/ui/molecules/SearchAndFilter/SearchAndFilter.js +9 -4
  79. package/dist/ui/molecules/SearchAndFilter/index.js +9 -4
  80. package/dist/ui/organisms/ErrorBoundary/ErrorBoundary.js +12 -7
  81. package/dist/ui/organisms/ErrorBoundary/index.js +12 -7
  82. package/dist/ui/organisms/ListPage/ListPage.js +41 -14
  83. package/dist/ui/organisms/ListPage/index.js +41 -14
  84. package/dist/ui/page-header.js +32 -10
  85. package/dist/ui/pagination.d.ts +11 -22
  86. package/dist/ui/pagination.d.ts.map +1 -1
  87. package/dist/ui/pagination.js +98 -79
  88. package/dist/ui/resizable.d.ts +5 -20
  89. package/dist/ui/resizable.d.ts.map +1 -1
  90. package/dist/ui/resizable.js +6 -9
  91. package/dist/ui/section.d.ts +2 -9
  92. package/dist/ui/section.d.ts.map +1 -1
  93. package/dist/ui/section.js +12 -4
  94. package/dist/ui/sidebar.js +22 -17
  95. package/dist/ui/stack.d.ts +15 -23
  96. package/dist/ui/stack.d.ts.map +1 -1
  97. package/dist/ui/stack.js +32 -10
  98. package/dist/ui/stat-card-group.js +32 -10
  99. package/dist/ui/stepper.js +32 -10
  100. package/dist/ui/time-picker.js +13 -8
  101. package/dist/ui/toast.d.ts +20 -7
  102. package/dist/ui/toast.d.ts.map +1 -1
  103. package/dist/ui/toast.js +57 -29
  104. package/dist/ui/toaster.js +60 -32
  105. package/dist/ui/usecases/UseCaseCard.js +41 -14
  106. package/dist/ui/usecases/UserStoryCard.js +32 -10
  107. package/dist/ui/usecases/index.js +41 -14
  108. package/dist/ui/visually-hidden.d.ts +4 -2
  109. package/dist/ui/visually-hidden.d.ts.map +1 -1
  110. package/dist/ui/visually-hidden.js +8 -4
  111. package/package.json +11 -10
@@ -7,7 +7,6 @@ var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require
7
7
  });
8
8
 
9
9
  // ui/button.tsx
10
- import * as React from "react";
11
10
  import { Slot } from "@radix-ui/react-slot";
12
11
  import { cva } from "class-variance-authority";
13
12
  import { cn } from "@contractspec/lib.ui-kit-core/utils";
@@ -34,7 +33,14 @@ var buttonVariants = cva("inline-flex items-center justify-center gap-2 whitespa
34
33
  size: "default"
35
34
  }
36
35
  });
37
- var Button = React.forwardRef(({ className, variant, size, asChild = false, ...props }, ref) => {
36
+ function Button({
37
+ className,
38
+ variant,
39
+ size,
40
+ asChild = false,
41
+ ref,
42
+ ...props
43
+ }) {
38
44
  if (asChild) {
39
45
  return /* @__PURE__ */ jsxDEV(Slot, {
40
46
  "data-slot": "button",
@@ -48,8 +54,7 @@ var Button = React.forwardRef(({ className, variant, size, asChild = false, ...p
48
54
  className: cn(buttonVariants({ variant, size, className })),
49
55
  ...props
50
56
  }, undefined, false, undefined, this);
51
- });
52
- Button.displayName = "Button";
57
+ }
53
58
  // ui/utils.ts
54
59
  import { clsx } from "clsx";
55
60
  import { twMerge } from "tailwind-merge";
@@ -218,11 +223,11 @@ function SheetDescription({
218
223
  }, undefined, false, undefined, this);
219
224
  }
220
225
  // ui/use-mobile.tsx
221
- import * as React2 from "react";
226
+ import * as React from "react";
222
227
  var MOBILE_BREAKPOINT = 640;
223
228
  function useIsMobile() {
224
- const [isMobile, setIsMobile] = React2.useState(undefined);
225
- React2.useEffect(() => {
229
+ const [isMobile, setIsMobile] = React.useState(undefined);
230
+ React.useEffect(() => {
226
231
  const mql = window.matchMedia(`(max-width: ${MOBILE_BREAKPOINT - 1}px)`);
227
232
  const onChange = () => {
228
233
  setIsMobile(window.innerWidth < MOBILE_BREAKPOINT);
@@ -289,7 +294,7 @@ function TooltipContent({
289
294
  }, undefined, false, undefined, this);
290
295
  }
291
296
  // ui/sidebar.tsx
292
- import * as React3 from "react";
297
+ import * as React2 from "react";
293
298
  import { Slot as Slot2 } from "@radix-ui/react-slot";
294
299
  import { cva as cva2 } from "class-variance-authority";
295
300
  import { PanelLeftIcon } from "lucide-react";
@@ -302,9 +307,9 @@ var SIDEBAR_WIDTH = "16rem";
302
307
  var SIDEBAR_WIDTH_MOBILE = "18rem";
303
308
  var SIDEBAR_WIDTH_ICON = "3rem";
304
309
  var SIDEBAR_KEYBOARD_SHORTCUT = "b";
305
- var SidebarContext = React3.createContext(null);
310
+ var SidebarContext = React2.createContext(null);
306
311
  function useSidebar() {
307
- const context = React3.useContext(SidebarContext);
312
+ const context = React2.useContext(SidebarContext);
308
313
  if (!context) {
309
314
  throw new Error("useSidebar must be used within a SidebarProvider.");
310
315
  }
@@ -320,10 +325,10 @@ function SidebarProvider({
320
325
  ...props
321
326
  }) {
322
327
  const isMobile = useIsMobile();
323
- const [openMobile, setOpenMobile] = React3.useState(false);
324
- const [_open, _setOpen] = React3.useState(defaultOpen);
328
+ const [openMobile, setOpenMobile] = React2.useState(false);
329
+ const [_open, _setOpen] = React2.useState(defaultOpen);
325
330
  const open = openProp ?? _open;
326
- const setOpen = React3.useCallback((value) => {
331
+ const setOpen = React2.useCallback((value) => {
327
332
  const openState = typeof value === "function" ? value(open) : value;
328
333
  if (setOpenProp) {
329
334
  setOpenProp(openState);
@@ -332,10 +337,10 @@ function SidebarProvider({
332
337
  }
333
338
  document.cookie = `${SIDEBAR_COOKIE_NAME}=${openState}; path=/; max-age=${SIDEBAR_COOKIE_MAX_AGE}`;
334
339
  }, [setOpenProp, open]);
335
- const toggleSidebar = React3.useCallback(() => {
340
+ const toggleSidebar = React2.useCallback(() => {
336
341
  return isMobile ? setOpenMobile((open2) => !open2) : setOpen((open2) => !open2);
337
342
  }, [isMobile, setOpen, setOpenMobile]);
338
- React3.useEffect(() => {
343
+ React2.useEffect(() => {
339
344
  const handleKeyDown = (event) => {
340
345
  if (event.key === SIDEBAR_KEYBOARD_SHORTCUT && (event.metaKey || event.ctrlKey)) {
341
346
  event.preventDefault();
@@ -346,7 +351,7 @@ function SidebarProvider({
346
351
  return () => window.removeEventListener("keydown", handleKeyDown);
347
352
  }, [toggleSidebar]);
348
353
  const state = open ? "expanded" : "collapsed";
349
- const contextValue = React3.useMemo(() => ({
354
+ const contextValue = React2.useMemo(() => ({
350
355
  state,
351
356
  open,
352
357
  setOpen,
@@ -716,7 +721,7 @@ function SidebarMenuSkeleton({
716
721
  showIcon = false,
717
722
  ...props
718
723
  }) {
719
- const width = React3.useMemo(() => {
724
+ const width = React2.useMemo(() => {
720
725
  return `${Math.floor(Math.random() * 40) + 50}%`;
721
726
  }, []);
722
727
  return /* @__PURE__ */ jsxDEV7("div", {
@@ -7,7 +7,6 @@ var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require
7
7
  });
8
8
 
9
9
  // ui/stack.tsx
10
- import * as React from "react";
11
10
  import { cva } from "class-variance-authority";
12
11
  import { cn } from "@contractspec/lib.ui-kit-core/utils";
13
12
  import { jsxDEV } from "react/jsx-dev-runtime";
@@ -43,15 +42,22 @@ var vStackVariants = cva("flex flex-col", {
43
42
  justify: "start"
44
43
  }
45
44
  });
46
- var VStack = React.forwardRef(({ className, gap, align, justify, as = "div", ...props }, ref) => {
45
+ function VStack({
46
+ className,
47
+ gap,
48
+ align,
49
+ justify,
50
+ as = "div",
51
+ ref,
52
+ ...props
53
+ }) {
47
54
  const Comp = as;
48
55
  return /* @__PURE__ */ jsxDEV(Comp, {
49
56
  ref,
50
57
  className: cn(vStackVariants({ gap, align, justify }), className),
51
58
  ...props
52
59
  }, undefined, false, undefined, this);
53
- });
54
- VStack.displayName = "VStack";
60
+ }
55
61
  var hStackVariants = cva("flex flex-row", {
56
62
  variants: {
57
63
  gap: {
@@ -91,15 +97,23 @@ var hStackVariants = cva("flex flex-row", {
91
97
  wrap: "wrap"
92
98
  }
93
99
  });
94
- var HStack = React.forwardRef(({ className, gap, align, justify, wrap, as = "div", ...props }, ref) => {
100
+ function HStack({
101
+ className,
102
+ gap,
103
+ align,
104
+ justify,
105
+ wrap,
106
+ as = "div",
107
+ ref,
108
+ ...props
109
+ }) {
95
110
  const Comp = as;
96
111
  return /* @__PURE__ */ jsxDEV(Comp, {
97
112
  ref,
98
113
  className: cn(hStackVariants({ gap, align, justify, wrap }), className),
99
114
  ...props
100
115
  }, undefined, false, undefined, this);
101
- });
102
- HStack.displayName = "HStack";
116
+ }
103
117
  var boxVariants = cva("flex flex-row", {
104
118
  variants: {
105
119
  gap: {
@@ -139,15 +153,23 @@ var boxVariants = cva("flex flex-row", {
139
153
  wrap: "nowrap"
140
154
  }
141
155
  });
142
- var Box = React.forwardRef(({ className, gap, align, justify, wrap, as = "div", ...props }, ref) => {
156
+ function Box({
157
+ className,
158
+ gap,
159
+ align,
160
+ justify,
161
+ wrap,
162
+ as = "div",
163
+ ref,
164
+ ...props
165
+ }) {
143
166
  const Comp = as;
144
167
  return /* @__PURE__ */ jsxDEV(Comp, {
145
168
  ref,
146
169
  className: cn(boxVariants({ gap, align, justify, wrap }), className),
147
170
  ...props
148
171
  }, undefined, false, undefined, this);
149
- });
150
- Box.displayName = "Box";
172
+ }
151
173
  export {
152
174
  vStackVariants,
153
175
  hStackVariants,
@@ -77,7 +77,6 @@ function CardFooter({
77
77
  }, undefined, false, undefined, this);
78
78
  }
79
79
  // ui/stack.tsx
80
- import * as React from "react";
81
80
  import { cva } from "class-variance-authority";
82
81
  import { cn as cn2 } from "@contractspec/lib.ui-kit-core/utils";
83
82
  import { jsxDEV as jsxDEV2 } from "react/jsx-dev-runtime";
@@ -113,15 +112,22 @@ var vStackVariants = cva("flex flex-col", {
113
112
  justify: "start"
114
113
  }
115
114
  });
116
- var VStack = React.forwardRef(({ className, gap, align, justify, as = "div", ...props }, ref) => {
115
+ function VStack({
116
+ className,
117
+ gap,
118
+ align,
119
+ justify,
120
+ as = "div",
121
+ ref,
122
+ ...props
123
+ }) {
117
124
  const Comp = as;
118
125
  return /* @__PURE__ */ jsxDEV2(Comp, {
119
126
  ref,
120
127
  className: cn2(vStackVariants({ gap, align, justify }), className),
121
128
  ...props
122
129
  }, undefined, false, undefined, this);
123
- });
124
- VStack.displayName = "VStack";
130
+ }
125
131
  var hStackVariants = cva("flex flex-row", {
126
132
  variants: {
127
133
  gap: {
@@ -161,15 +167,23 @@ var hStackVariants = cva("flex flex-row", {
161
167
  wrap: "wrap"
162
168
  }
163
169
  });
164
- var HStack = React.forwardRef(({ className, gap, align, justify, wrap, as = "div", ...props }, ref) => {
170
+ function HStack({
171
+ className,
172
+ gap,
173
+ align,
174
+ justify,
175
+ wrap,
176
+ as = "div",
177
+ ref,
178
+ ...props
179
+ }) {
165
180
  const Comp = as;
166
181
  return /* @__PURE__ */ jsxDEV2(Comp, {
167
182
  ref,
168
183
  className: cn2(hStackVariants({ gap, align, justify, wrap }), className),
169
184
  ...props
170
185
  }, undefined, false, undefined, this);
171
- });
172
- HStack.displayName = "HStack";
186
+ }
173
187
  var boxVariants = cva("flex flex-row", {
174
188
  variants: {
175
189
  gap: {
@@ -209,15 +223,23 @@ var boxVariants = cva("flex flex-row", {
209
223
  wrap: "nowrap"
210
224
  }
211
225
  });
212
- var Box = React.forwardRef(({ className, gap, align, justify, wrap, as = "div", ...props }, ref) => {
226
+ function Box({
227
+ className,
228
+ gap,
229
+ align,
230
+ justify,
231
+ wrap,
232
+ as = "div",
233
+ ref,
234
+ ...props
235
+ }) {
213
236
  const Comp = as;
214
237
  return /* @__PURE__ */ jsxDEV2(Comp, {
215
238
  ref,
216
239
  className: cn2(boxVariants({ gap, align, justify, wrap }), className),
217
240
  ...props
218
241
  }, undefined, false, undefined, this);
219
- });
220
- Box.displayName = "Box";
242
+ }
221
243
  // ui/stat-card-group.tsx
222
244
  import { jsxDEV as jsxDEV3 } from "react/jsx-dev-runtime";
223
245
  function toneClasses(tone) {
@@ -7,7 +7,6 @@ var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require
7
7
  });
8
8
 
9
9
  // ui/stack.tsx
10
- import * as React from "react";
11
10
  import { cva } from "class-variance-authority";
12
11
  import { cn } from "@contractspec/lib.ui-kit-core/utils";
13
12
  import { jsxDEV } from "react/jsx-dev-runtime";
@@ -43,15 +42,22 @@ var vStackVariants = cva("flex flex-col", {
43
42
  justify: "start"
44
43
  }
45
44
  });
46
- var VStack = React.forwardRef(({ className, gap, align, justify, as = "div", ...props }, ref) => {
45
+ function VStack({
46
+ className,
47
+ gap,
48
+ align,
49
+ justify,
50
+ as = "div",
51
+ ref,
52
+ ...props
53
+ }) {
47
54
  const Comp = as;
48
55
  return /* @__PURE__ */ jsxDEV(Comp, {
49
56
  ref,
50
57
  className: cn(vStackVariants({ gap, align, justify }), className),
51
58
  ...props
52
59
  }, undefined, false, undefined, this);
53
- });
54
- VStack.displayName = "VStack";
60
+ }
55
61
  var hStackVariants = cva("flex flex-row", {
56
62
  variants: {
57
63
  gap: {
@@ -91,15 +97,23 @@ var hStackVariants = cva("flex flex-row", {
91
97
  wrap: "wrap"
92
98
  }
93
99
  });
94
- var HStack = React.forwardRef(({ className, gap, align, justify, wrap, as = "div", ...props }, ref) => {
100
+ function HStack({
101
+ className,
102
+ gap,
103
+ align,
104
+ justify,
105
+ wrap,
106
+ as = "div",
107
+ ref,
108
+ ...props
109
+ }) {
95
110
  const Comp = as;
96
111
  return /* @__PURE__ */ jsxDEV(Comp, {
97
112
  ref,
98
113
  className: cn(hStackVariants({ gap, align, justify, wrap }), className),
99
114
  ...props
100
115
  }, undefined, false, undefined, this);
101
- });
102
- HStack.displayName = "HStack";
116
+ }
103
117
  var boxVariants = cva("flex flex-row", {
104
118
  variants: {
105
119
  gap: {
@@ -139,15 +153,23 @@ var boxVariants = cva("flex flex-row", {
139
153
  wrap: "nowrap"
140
154
  }
141
155
  });
142
- var Box = React.forwardRef(({ className, gap, align, justify, wrap, as = "div", ...props }, ref) => {
156
+ function Box({
157
+ className,
158
+ gap,
159
+ align,
160
+ justify,
161
+ wrap,
162
+ as = "div",
163
+ ref,
164
+ ...props
165
+ }) {
143
166
  const Comp = as;
144
167
  return /* @__PURE__ */ jsxDEV(Comp, {
145
168
  ref,
146
169
  className: cn(boxVariants({ gap, align, justify, wrap }), className),
147
170
  ...props
148
171
  }, undefined, false, undefined, this);
149
- });
150
- Box.displayName = "Box";
172
+ }
151
173
  // ui/stepper.tsx
152
174
  import { cva as cva2 } from "class-variance-authority";
153
175
  import { cn as cn2 } from "@contractspec/lib.ui-kit-core/utils";
@@ -7,7 +7,6 @@ var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require
7
7
  });
8
8
 
9
9
  // ui/button.tsx
10
- import * as React from "react";
11
10
  import { Slot } from "@radix-ui/react-slot";
12
11
  import { cva } from "class-variance-authority";
13
12
  import { cn } from "@contractspec/lib.ui-kit-core/utils";
@@ -34,7 +33,14 @@ var buttonVariants = cva("inline-flex items-center justify-center gap-2 whitespa
34
33
  size: "default"
35
34
  }
36
35
  });
37
- var Button = React.forwardRef(({ className, variant, size, asChild = false, ...props }, ref) => {
36
+ function Button({
37
+ className,
38
+ variant,
39
+ size,
40
+ asChild = false,
41
+ ref,
42
+ ...props
43
+ }) {
38
44
  if (asChild) {
39
45
  return /* @__PURE__ */ jsxDEV(Slot, {
40
46
  "data-slot": "button",
@@ -48,8 +54,7 @@ var Button = React.forwardRef(({ className, variant, size, asChild = false, ...p
48
54
  className: cn(buttonVariants({ variant, size, className })),
49
55
  ...props
50
56
  }, undefined, false, undefined, this);
51
- });
52
- Button.displayName = "Button";
57
+ }
53
58
  // ui/popover.tsx
54
59
  import * as PopoverPrimitive from "@radix-ui/react-popover";
55
60
  import { cn as cn2 } from "@contractspec/lib.ui-kit-core/utils";
@@ -96,7 +101,7 @@ function PopoverAnchor({
96
101
  }, undefined, false, undefined, this);
97
102
  }
98
103
  // ui/time-picker.tsx
99
- import * as React2 from "react";
104
+ import * as React from "react";
100
105
  import { cn as cn3 } from "@contractspec/lib.ui-kit-core/utils";
101
106
  import { jsxDEV as jsxDEV3 } from "react/jsx-dev-runtime";
102
107
  "use client";
@@ -117,9 +122,9 @@ function TimePicker({
117
122
  is24Hour = true,
118
123
  className
119
124
  }) {
120
- const [open, setOpen] = React2.useState(false);
121
- const [hours, setHours] = React2.useState(() => value ? String(value.getHours()).padStart(2, "0") : "");
122
- const [minutes, setMinutes] = React2.useState(() => value ? String(value.getMinutes()).padStart(2, "0") : "");
125
+ const [open, setOpen] = React.useState(false);
126
+ const [hours, setHours] = React.useState(() => value ? String(value.getHours()).padStart(2, "0") : "");
127
+ const [minutes, setMinutes] = React.useState(() => value ? String(value.getMinutes()).padStart(2, "0") : "");
123
128
  const commit = (h, m) => {
124
129
  const base = value ?? new Date;
125
130
  const next = new Date(base);
@@ -7,7 +7,6 @@ var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require
7
7
  });
8
8
 
9
9
  // ui/toast.tsx
10
- import * as React from "react";
11
10
  import * as ToastPrimitives from "@radix-ui/react-toast";
12
11
  import { cva } from "class-variance-authority";
13
12
  import { X } from "lucide-react";
@@ -15,12 +14,17 @@ import { cn } from "@contractspec/lib.ui-kit-core/utils";
15
14
  import { jsxDEV } from "react/jsx-dev-runtime";
16
15
  "use client";
17
16
  var ToastProvider = ToastPrimitives.Provider;
18
- var ToastViewport = React.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsxDEV(ToastPrimitives.Viewport, {
17
+ function ToastViewport({
18
+ className,
19
19
  ref,
20
- className: cn("fixed top-0 z-100 flex max-h-screen w-full flex-col-reverse p-4 sm:top-auto sm:right-0 sm:bottom-0 sm:flex-col md:max-w-[420px]", className),
21
20
  ...props
22
- }, undefined, false, undefined, this));
23
- ToastViewport.displayName = ToastPrimitives.Viewport.displayName;
21
+ }) {
22
+ return /* @__PURE__ */ jsxDEV(ToastPrimitives.Viewport, {
23
+ ref,
24
+ className: cn("fixed top-0 z-100 flex max-h-screen w-full flex-col-reverse p-4 sm:top-auto sm:right-0 sm:bottom-0 sm:flex-col md:max-w-[420px]", className),
25
+ ...props
26
+ }, undefined, false, undefined, this);
27
+ }
24
28
  var toastVariants = cva("group pointer-events-auto relative flex w-full items-center justify-between space-x-4 overflow-hidden rounded-md border p-6 pr-8 shadow-lg transition-all data-[swipe=cancel]:translate-x-0 data-[swipe=end]:translate-x-(--radix-toast-swipe-end-x) data-[swipe=move]:translate-x-(--radix-toast-swipe-move-x) data-[swipe=move]:transition-none data-[state=open]:animate-in data-[state=closed]:animate-out data-[swipe=end]:animate-out data-[state=closed]:fade-out-80 data-[state=closed]:slide-out-to-right-full data-[state=open]:slide-in-from-top-full sm:data-[state=open]:slide-in-from-bottom-full", {
25
29
  variants: {
26
30
  variant: {
@@ -32,42 +36,66 @@ var toastVariants = cva("group pointer-events-auto relative flex w-full items-ce
32
36
  variant: "default"
33
37
  }
34
38
  });
35
- var Toast = React.forwardRef(({ className, variant, ...props }, ref) => {
39
+ function Toast({
40
+ className,
41
+ variant,
42
+ ref,
43
+ ...props
44
+ }) {
36
45
  return /* @__PURE__ */ jsxDEV(ToastPrimitives.Root, {
37
46
  ref,
38
47
  className: cn(toastVariants({ variant }), className),
39
48
  ...props
40
49
  }, undefined, false, undefined, this);
41
- });
42
- Toast.displayName = ToastPrimitives.Root.displayName;
43
- var ToastAction = React.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsxDEV(ToastPrimitives.Action, {
50
+ }
51
+ function ToastAction({
52
+ className,
44
53
  ref,
45
- className: cn("ring-offset-background hover:bg-secondary focus:ring-ring group-[.destructive]:border-muted/40 group-[.destructive]:hover:border-destructive/30 group-[.destructive]:hover:bg-destructive group-[.destructive]:hover:text-destructive-foreground group-[.destructive]:focus:ring-destructive inline-flex h-8 shrink-0 items-center justify-center rounded-md border bg-transparent px-3 text-base font-medium transition-colors focus:ring-2 focus:ring-offset-2 focus:outline-hidden disabled:pointer-events-none disabled:opacity-50", className),
46
54
  ...props
47
- }, undefined, false, undefined, this));
48
- ToastAction.displayName = ToastPrimitives.Action.displayName;
49
- var ToastClose = React.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsxDEV(ToastPrimitives.Close, {
55
+ }) {
56
+ return /* @__PURE__ */ jsxDEV(ToastPrimitives.Action, {
57
+ ref,
58
+ className: cn("ring-offset-background hover:bg-secondary focus:ring-ring group-[.destructive]:border-muted/40 group-[.destructive]:hover:border-destructive/30 group-[.destructive]:hover:bg-destructive group-[.destructive]:hover:text-destructive-foreground group-[.destructive]:focus:ring-destructive inline-flex h-8 shrink-0 items-center justify-center rounded-md border bg-transparent px-3 text-base font-medium transition-colors focus:ring-2 focus:ring-offset-2 focus:outline-hidden disabled:pointer-events-none disabled:opacity-50", className),
59
+ ...props
60
+ }, undefined, false, undefined, this);
61
+ }
62
+ function ToastClose({
63
+ className,
50
64
  ref,
51
- className: cn("text-foreground/50 hover:text-foreground absolute top-2 right-2 rounded-md p-1 opacity-0 transition-opacity group-hover:opacity-100 group-[.destructive]:text-red-300 group-[.destructive]:hover:text-red-50 focus:opacity-100 focus:ring-2 focus:outline-hidden group-[.destructive]:focus:ring-red-400 group-[.destructive]:focus:ring-offset-red-600", className),
52
- "toast-close": "",
53
- ...props,
54
- children: /* @__PURE__ */ jsxDEV(X, {
55
- className: "h-4 w-4"
56
- }, undefined, false, undefined, this)
57
- }, undefined, false, undefined, this));
58
- ToastClose.displayName = ToastPrimitives.Close.displayName;
59
- var ToastTitle = React.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsxDEV(ToastPrimitives.Title, {
65
+ ...props
66
+ }) {
67
+ return /* @__PURE__ */ jsxDEV(ToastPrimitives.Close, {
68
+ ref,
69
+ className: cn("text-foreground/50 hover:text-foreground absolute top-2 right-2 rounded-md p-1 opacity-0 transition-opacity group-hover:opacity-100 group-[.destructive]:text-red-300 group-[.destructive]:hover:text-red-50 focus:opacity-100 focus:ring-2 focus:outline-hidden group-[.destructive]:focus:ring-red-400 group-[.destructive]:focus:ring-offset-red-600", className),
70
+ "toast-close": "",
71
+ ...props,
72
+ children: /* @__PURE__ */ jsxDEV(X, {
73
+ className: "h-4 w-4"
74
+ }, undefined, false, undefined, this)
75
+ }, undefined, false, undefined, this);
76
+ }
77
+ function ToastTitle({
78
+ className,
60
79
  ref,
61
- className: cn("text-base font-semibold", className),
62
80
  ...props
63
- }, undefined, false, undefined, this));
64
- ToastTitle.displayName = ToastPrimitives.Title.displayName;
65
- var ToastDescription = React.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsxDEV(ToastPrimitives.Description, {
81
+ }) {
82
+ return /* @__PURE__ */ jsxDEV(ToastPrimitives.Title, {
83
+ ref,
84
+ className: cn("text-base font-semibold", className),
85
+ ...props
86
+ }, undefined, false, undefined, this);
87
+ }
88
+ function ToastDescription({
89
+ className,
66
90
  ref,
67
- className: cn("text-base opacity-90", className),
68
91
  ...props
69
- }, undefined, false, undefined, this));
70
- ToastDescription.displayName = ToastPrimitives.Description.displayName;
92
+ }) {
93
+ return /* @__PURE__ */ jsxDEV(ToastPrimitives.Description, {
94
+ ref,
95
+ className: cn("text-base opacity-90", className),
96
+ ...props
97
+ }, undefined, false, undefined, this);
98
+ }
71
99
  export {
72
100
  ToastViewport,
73
101
  ToastTitle,