@contractspec/lib.ui-kit-web 1.61.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.
- package/dist/browser/ui/alert-dialog.js +9 -4
- package/dist/browser/ui/atoms/Pagination/Pagination.js +9 -4
- package/dist/browser/ui/atoms/Pagination/index.js +9 -4
- package/dist/browser/ui/atoms/SearchInput/SearchInput.js +9 -4
- package/dist/browser/ui/atoms/SearchInput/index.js +9 -4
- package/dist/browser/ui/button.js +9 -4
- package/dist/browser/ui/calendar.js +12 -7
- package/dist/browser/ui/carousel.js +20 -15
- package/dist/browser/ui/confirm-dialog.js +9 -4
- package/dist/browser/ui/context-menu.js +178 -85
- package/dist/browser/ui/cta.js +13 -9
- package/dist/browser/ui/date-picker.js +17 -12
- package/dist/browser/ui/date-range-picker.js +14 -9
- package/dist/browser/ui/datetime-picker.js +21 -16
- package/dist/browser/ui/empty-state.js +32 -10
- package/dist/browser/ui/input-group.js +9 -4
- package/dist/browser/ui/input-otp.js +37 -18
- package/dist/browser/ui/link.js +6 -4
- package/dist/browser/ui/loading-button.js +41 -14
- package/dist/browser/ui/marketing/Hero.js +9 -4
- package/dist/browser/ui/marketing/PricingTable.js +9 -4
- package/dist/browser/ui/marketing/index.js +9 -4
- package/dist/browser/ui/molecules/Autocomplete/index.js +15 -10
- package/dist/browser/ui/molecules/SearchAndFilter/SearchAndFilter.js +9 -4
- package/dist/browser/ui/molecules/SearchAndFilter/index.js +9 -4
- package/dist/browser/ui/organisms/ErrorBoundary/ErrorBoundary.js +12 -7
- package/dist/browser/ui/organisms/ErrorBoundary/index.js +12 -7
- package/dist/browser/ui/organisms/ListPage/ListPage.js +41 -14
- package/dist/browser/ui/organisms/ListPage/index.js +41 -14
- package/dist/browser/ui/page-header.js +32 -10
- package/dist/browser/ui/pagination.js +98 -79
- package/dist/browser/ui/resizable.js +6 -9
- package/dist/browser/ui/section.js +12 -4
- package/dist/browser/ui/sidebar.js +22 -17
- package/dist/browser/ui/stack.js +32 -10
- package/dist/browser/ui/stat-card-group.js +32 -10
- package/dist/browser/ui/stepper.js +32 -10
- package/dist/browser/ui/time-picker.js +13 -8
- package/dist/browser/ui/toast.js +57 -29
- package/dist/browser/ui/toaster.js +60 -32
- package/dist/browser/ui/usecases/UseCaseCard.js +41 -14
- package/dist/browser/ui/usecases/UserStoryCard.js +32 -10
- package/dist/browser/ui/usecases/index.js +41 -14
- package/dist/browser/ui/visually-hidden.js +8 -4
- package/dist/ui/alert-dialog.js +9 -4
- package/dist/ui/atoms/Pagination/Pagination.js +9 -4
- package/dist/ui/atoms/Pagination/index.js +9 -4
- package/dist/ui/atoms/SearchInput/SearchInput.js +9 -4
- package/dist/ui/atoms/SearchInput/index.js +9 -4
- package/dist/ui/button.d.ts +2 -6
- package/dist/ui/button.d.ts.map +1 -1
- package/dist/ui/button.js +9 -4
- package/dist/ui/calendar.js +12 -7
- package/dist/ui/carousel.js +20 -15
- package/dist/ui/confirm-dialog.js +9 -4
- package/dist/ui/context-menu.d.ts +26 -22
- package/dist/ui/context-menu.d.ts.map +1 -1
- package/dist/ui/context-menu.js +178 -85
- package/dist/ui/cta.d.ts +2 -8
- package/dist/ui/cta.d.ts.map +1 -1
- package/dist/ui/cta.js +13 -9
- package/dist/ui/date-picker.js +17 -12
- package/dist/ui/date-range-picker.js +14 -9
- package/dist/ui/datetime-picker.js +21 -16
- package/dist/ui/empty-state.js +32 -10
- package/dist/ui/input-group.js +9 -4
- package/dist/ui/input-otp.d.ts +13 -31
- package/dist/ui/input-otp.d.ts.map +1 -1
- package/dist/ui/input-otp.js +37 -18
- package/dist/ui/link.d.ts +4 -2
- package/dist/ui/link.d.ts.map +1 -1
- package/dist/ui/link.js +6 -4
- package/dist/ui/loading-button.js +41 -14
- package/dist/ui/marketing/Hero.js +9 -4
- package/dist/ui/marketing/PricingTable.js +9 -4
- package/dist/ui/marketing/index.js +9 -4
- package/dist/ui/molecules/Autocomplete/index.js +15 -10
- package/dist/ui/molecules/SearchAndFilter/SearchAndFilter.js +9 -4
- package/dist/ui/molecules/SearchAndFilter/index.js +9 -4
- package/dist/ui/organisms/ErrorBoundary/ErrorBoundary.js +12 -7
- package/dist/ui/organisms/ErrorBoundary/index.js +12 -7
- package/dist/ui/organisms/ListPage/ListPage.js +41 -14
- package/dist/ui/organisms/ListPage/index.js +41 -14
- package/dist/ui/page-header.js +32 -10
- package/dist/ui/pagination.d.ts +11 -22
- package/dist/ui/pagination.d.ts.map +1 -1
- package/dist/ui/pagination.js +98 -79
- package/dist/ui/resizable.d.ts +5 -20
- package/dist/ui/resizable.d.ts.map +1 -1
- package/dist/ui/resizable.js +6 -9
- package/dist/ui/section.d.ts +2 -9
- package/dist/ui/section.d.ts.map +1 -1
- package/dist/ui/section.js +12 -4
- package/dist/ui/sidebar.js +22 -17
- package/dist/ui/stack.d.ts +15 -23
- package/dist/ui/stack.d.ts.map +1 -1
- package/dist/ui/stack.js +32 -10
- package/dist/ui/stat-card-group.js +32 -10
- package/dist/ui/stepper.js +32 -10
- package/dist/ui/time-picker.js +13 -8
- package/dist/ui/toast.d.ts +20 -7
- package/dist/ui/toast.d.ts.map +1 -1
- package/dist/ui/toast.js +57 -29
- package/dist/ui/toaster.js +60 -32
- package/dist/ui/usecases/UseCaseCard.js +41 -14
- package/dist/ui/usecases/UserStoryCard.js +32 -10
- package/dist/ui/usecases/index.js +41 -14
- package/dist/ui/visually-hidden.d.ts +4 -2
- package/dist/ui/visually-hidden.d.ts.map +1 -1
- package/dist/ui/visually-hidden.js +8 -4
- 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
|
-
|
|
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
|
|
226
|
+
import * as React from "react";
|
|
222
227
|
var MOBILE_BREAKPOINT = 640;
|
|
223
228
|
function useIsMobile() {
|
|
224
|
-
const [isMobile, setIsMobile] =
|
|
225
|
-
|
|
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
|
|
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 =
|
|
310
|
+
var SidebarContext = React2.createContext(null);
|
|
306
311
|
function useSidebar() {
|
|
307
|
-
const context =
|
|
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] =
|
|
324
|
-
const [_open, _setOpen] =
|
|
328
|
+
const [openMobile, setOpenMobile] = React2.useState(false);
|
|
329
|
+
const [_open, _setOpen] = React2.useState(defaultOpen);
|
|
325
330
|
const open = openProp ?? _open;
|
|
326
|
-
const setOpen =
|
|
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 =
|
|
340
|
+
const toggleSidebar = React2.useCallback(() => {
|
|
336
341
|
return isMobile ? setOpenMobile((open2) => !open2) : setOpen((open2) => !open2);
|
|
337
342
|
}, [isMobile, setOpen, setOpenMobile]);
|
|
338
|
-
|
|
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 =
|
|
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 =
|
|
724
|
+
const width = React2.useMemo(() => {
|
|
720
725
|
return `${Math.floor(Math.random() * 40) + 50}%`;
|
|
721
726
|
}, []);
|
|
722
727
|
return /* @__PURE__ */ jsxDEV7("div", {
|
package/dist/browser/ui/stack.js
CHANGED
|
@@ -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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
|
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] =
|
|
121
|
-
const [hours, setHours] =
|
|
122
|
-
const [minutes, setMinutes] =
|
|
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);
|
package/dist/browser/ui/toast.js
CHANGED
|
@@ -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
|
-
|
|
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
|
-
}
|
|
23
|
-
|
|
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
|
-
|
|
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
|
-
|
|
43
|
-
|
|
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
|
-
}
|
|
48
|
-
|
|
49
|
-
|
|
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
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
className: "
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
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
|
-
}
|
|
64
|
-
|
|
65
|
-
|
|
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
|
-
}
|
|
70
|
-
|
|
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,
|