geoiq-frontend-ui-kit 1.1.8 → 1.1.10
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/index.d.ts +2 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.es.js +122 -118
- package/dist/index.es.js.map +1 -1
- package/dist/index.es10.js +2 -2
- package/dist/index.es11.js +1 -1
- package/dist/index.es13.js +1 -1
- package/dist/index.es14.js +1 -1
- package/dist/index.es15.js +3 -3
- package/dist/index.es16.js +1 -1
- package/dist/index.es18.js +2 -2
- package/dist/index.es19.js +2 -2
- package/dist/index.es20.js +4 -4
- package/dist/index.es21.js +1 -1
- package/dist/index.es22.js +2 -2
- package/dist/index.es23.js +2 -2
- package/dist/index.es24.js +2 -2
- package/dist/index.es25.js +3 -3
- package/dist/index.es26.js +3 -3
- package/dist/index.es27.js +1 -1
- package/dist/index.es3.js +1 -1
- package/dist/index.es30.js +1 -1
- package/dist/index.es32.js +5 -5
- package/dist/index.es34.js +1 -1
- package/dist/index.es35.js +14 -12
- package/dist/index.es35.js.map +1 -1
- package/dist/index.es37.js +1 -1
- package/dist/index.es38.js +1 -1
- package/dist/index.es40.js +2 -2
- package/dist/index.es42.js +1 -1
- package/dist/index.es43.js +1 -1
- package/dist/index.es44.js +2 -2
- package/dist/index.es46.js +1 -1
- package/dist/index.es5.js +1 -1
- package/dist/index.es52.js +1 -1
- package/dist/index.es54.js +84 -15
- package/dist/index.es54.js.map +1 -1
- package/dist/index.es55.js +16 -27
- package/dist/index.es55.js.map +1 -1
- package/dist/index.es56.js +28 -2
- package/dist/index.es56.js.map +1 -1
- package/dist/index.es57.js +2 -6
- package/dist/index.es57.js.map +1 -1
- package/dist/index.es58.js +6 -20
- package/dist/index.es58.js.map +1 -1
- package/dist/index.es59.js +14 -107
- package/dist/index.es59.js.map +1 -1
- package/dist/index.es6.js +1 -1
- package/dist/index.es60.js +111 -23
- package/dist/index.es60.js.map +1 -1
- package/dist/index.es61.js +22 -16
- package/dist/index.es61.js.map +1 -1
- package/dist/index.es62.js +2 -2
- package/dist/index.es62.js.map +1 -1
- package/dist/index.es63.js +2 -2
- package/dist/index.es63.js.map +1 -1
- package/dist/index.es64.js +2 -2
- package/dist/index.es64.js.map +1 -1
- package/dist/index.es65.js +16 -82
- package/dist/index.es65.js.map +1 -1
- package/dist/index.es66.js +8 -35
- package/dist/index.es66.js.map +1 -1
- package/dist/index.es67.js +43 -35
- package/dist/index.es67.js.map +1 -1
- package/dist/index.es68.js +12 -132
- package/dist/index.es68.js.map +1 -1
- package/dist/index.es69.js +22 -22
- package/dist/index.es69.js.map +1 -1
- package/dist/index.es7.js +1 -1
- package/dist/index.es70.js +86 -9
- package/dist/index.es70.js.map +1 -1
- package/dist/index.es71.js +132 -12
- package/dist/index.es71.js.map +1 -1
- package/dist/index.es72.js +15 -23
- package/dist/index.es72.js.map +1 -1
- package/dist/index.es73.js +41 -22
- package/dist/index.es73.js.map +1 -1
- package/dist/index.es74.js +9 -86
- package/dist/index.es74.js.map +1 -1
- package/dist/index.es75.js +23 -15
- package/dist/index.es75.js.map +1 -1
- package/dist/index.es78.js +1 -1
- package/dist/index.es79.js +1 -1
- package/dist/index.es8.js +1 -1
- package/dist/index.es9.js +2 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ export type { CheckboxProps } from './components/atoms/checkbox';
|
|
|
9
9
|
export { Input } from './components/atoms/input';
|
|
10
10
|
export type { InputProps } from './components/atoms/input/input.types';
|
|
11
11
|
export { Progress } from './components/atoms/progress';
|
|
12
|
-
export { Radio, RadioGroupItem, RadioGroupVariants, } from './components/atoms/radio-group';
|
|
12
|
+
export { Radio, RadioGroup, RadioGroupItem, RadioGroupVariants, type RadioGroupOptions, type RadioGroupProps, } from './components/atoms/radio-group';
|
|
13
13
|
export * from './components/atoms/skeleton';
|
|
14
14
|
export { Switch, SwitchVariants } from './components/atoms/switch';
|
|
15
15
|
export { Textarea } from './components/atoms/textarea';
|
|
@@ -37,7 +37,7 @@ export { Toast, useToast } from './components/molecules/toast';
|
|
|
37
37
|
export * from './components/molecules/toast/toast-components';
|
|
38
38
|
export type { ToasterToastProps } from './components/molecules/toast/toast.types';
|
|
39
39
|
export * from './components/organisms/alert-dialog';
|
|
40
|
-
export { Dialog } from './components/organisms/dialog';
|
|
40
|
+
export { Dialog, DialogClose, DialogTrigger, } from './components/organisms/dialog';
|
|
41
41
|
export type { DialogProps } from './components/organisms/dialog/dialog.types';
|
|
42
42
|
export * from './components/organisms/sheet';
|
|
43
43
|
export { Calendar } from './components/unstyled/calendar';
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAEA,cAAc,8BAA8B,CAAA;AAE5C,cAAc,2BAA2B,CAAA;AAEzC,OAAO,EAAE,KAAK,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAA;AAC/D,YAAY,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAA;AAE1D,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAA;AAClE,YAAY,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAA;AAE5D,OAAO,EAAE,QAAQ,EAAE,gBAAgB,EAAE,MAAM,6BAA6B,CAAA;AACxE,YAAY,EAAE,aAAa,EAAE,MAAM,6BAA6B,CAAA;AAEhE,OAAO,EAAE,KAAK,EAAE,MAAM,0BAA0B,CAAA;AAChD,YAAY,EAAE,UAAU,EAAE,MAAM,sCAAsC,CAAA;AAEtE,OAAO,EAAE,QAAQ,EAAE,MAAM,6BAA6B,CAAA;AAEtD,OAAO,EACL,KAAK,EACL,cAAc,EACd,kBAAkB,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|
package/dist/index.es.js
CHANGED
|
@@ -7,138 +7,142 @@ import { Button as s } from "./index.es7.js";
|
|
|
7
7
|
import { Checkbox as T } from "./index.es8.js";
|
|
8
8
|
import { Input as g } from "./index.es9.js";
|
|
9
9
|
import { Progress as c } from "./index.es10.js";
|
|
10
|
-
import {
|
|
11
|
-
import { default as
|
|
12
|
-
import { Skeleton as
|
|
13
|
-
import { Switch as
|
|
14
|
-
import { Textarea as
|
|
15
|
-
import { TooltipContent as
|
|
16
|
-
import { default as
|
|
17
|
-
import { Typography as
|
|
18
|
-
import { Alert as
|
|
19
|
-
import { BreadcrumbDemo as
|
|
20
|
-
import { Dropdown as
|
|
21
|
-
import { MultiCombobox as
|
|
22
|
-
import { MultiSelect as
|
|
23
|
-
import { RangeSlider as
|
|
24
|
-
import { SingleCombobox as
|
|
25
|
-
import { SingleSelect as
|
|
26
|
-
import { Slider as
|
|
27
|
-
import { StepItemStatus as
|
|
28
|
-
import { Stepper as
|
|
29
|
-
import { Tabs as
|
|
30
|
-
import { Toast as
|
|
31
|
-
import { ToastAction as
|
|
32
|
-
import { AlertDialog as
|
|
33
|
-
import { AlertDialogAction as
|
|
34
|
-
import { _Dialog as
|
|
35
|
-
import { SheetDemo as
|
|
10
|
+
import { RadioGroup as A, RadioGroupItem as S } from "./index.es11.js";
|
|
11
|
+
import { default as b } from "./index.es12.js";
|
|
12
|
+
import { Skeleton as P } from "./index.es13.js";
|
|
13
|
+
import { Switch as y } from "./index.es14.js";
|
|
14
|
+
import { Textarea as w } from "./index.es15.js";
|
|
15
|
+
import { TooltipContent as I, TooltipProvider as R, TooltipTrigger as G, TooltipWrapper as k } from "./index.es16.js";
|
|
16
|
+
import { default as F } from "./index.es17.js";
|
|
17
|
+
import { Typography as E } from "./index.es18.js";
|
|
18
|
+
import { Alert as O } from "./index.es19.js";
|
|
19
|
+
import { BreadcrumbDemo as j } from "./index.es20.js";
|
|
20
|
+
import { Dropdown as z } from "./index.es21.js";
|
|
21
|
+
import { MultiCombobox as K } from "./index.es22.js";
|
|
22
|
+
import { MultiSelect as Q } from "./index.es23.js";
|
|
23
|
+
import { RangeSlider as X } from "./index.es24.js";
|
|
24
|
+
import { SingleCombobox as Z } from "./index.es25.js";
|
|
25
|
+
import { SingleSelect as oo } from "./index.es26.js";
|
|
26
|
+
import { Slider as eo } from "./index.es27.js";
|
|
27
|
+
import { StepItemStatus as ao } from "./index.es28.js";
|
|
28
|
+
import { Stepper as po } from "./index.es29.js";
|
|
29
|
+
import { Tabs as lo } from "./index.es30.js";
|
|
30
|
+
import { Toast as fo } from "./index.es31.js";
|
|
31
|
+
import { ToastAction as so, ToastClose as To, ToastDescription as Co, ToastIcon as go, ToastPrimitive as Do, ToastProvider as co, ToastTitle as uo, ToastViewport as Ao } from "./index.es32.js";
|
|
32
|
+
import { AlertDialog as vo } from "./index.es33.js";
|
|
33
|
+
import { AlertDialogAction as ho, AlertDialogCancel as Po, AlertDialogContent as Vo, AlertDialogDescription as yo, AlertDialogFooter as Bo, AlertDialogHeader as wo, AlertDialogOverlay as Ho, AlertDialogPortal as Io, AlertDialogTitle as Ro, AlertDialogTrigger as Go } from "./index.es34.js";
|
|
34
|
+
import { _Dialog as Mo } from "./index.es35.js";
|
|
35
|
+
import { SheetDemo as _o } from "./index.es36.js";
|
|
36
36
|
import * as e from "./index.es37.js";
|
|
37
|
-
import { Calendar as
|
|
38
|
-
import { _Carousel as
|
|
39
|
-
import { Command as
|
|
40
|
-
import { HoverCardDemo as
|
|
37
|
+
import { Calendar as Lo } from "./index.es38.js";
|
|
38
|
+
import { _Carousel as Wo } from "./index.es39.js";
|
|
39
|
+
import { Command as qo, CommandDialog as zo, CommandEmpty as Jo, CommandGroup as Ko, CommandInput as No, CommandItem as Qo, CommandList as Uo, CommandSeparator as Xo, CommandShortcut as Yo } from "./index.es40.js";
|
|
40
|
+
import { HoverCardDemo as $o } from "./index.es41.js";
|
|
41
41
|
import * as t from "./index.es42.js";
|
|
42
|
-
import { PopoverDemo as
|
|
43
|
-
import { Spinner as
|
|
44
|
-
import { default as
|
|
45
|
-
import { TableBody as
|
|
46
|
-
import { BadgeVariants as
|
|
47
|
-
import { ButtonVariants as
|
|
48
|
-
import { CheckboxVariants as
|
|
49
|
-
import { RadioGroupVariants as
|
|
50
|
-
import { SwitchVariants as
|
|
51
|
-
import { TypographyVariants as
|
|
52
|
-
import { useToast as
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
42
|
+
import { PopoverDemo as rr } from "./index.es43.js";
|
|
43
|
+
import { Spinner as tr } from "./index.es44.js";
|
|
44
|
+
import { default as mr } from "./index.es45.js";
|
|
45
|
+
import { TableBody as ir, TableCaption as lr, TableCell as xr, TableFooter as fr, TableHead as nr, TableHeader as sr, TableRow as dr } from "./index.es46.js";
|
|
46
|
+
import { BadgeVariants as Cr } from "./index.es47.js";
|
|
47
|
+
import { ButtonVariants as Dr } from "./index.es48.js";
|
|
48
|
+
import { CheckboxVariants as ur } from "./index.es49.js";
|
|
49
|
+
import { RadioGroupVariants as Sr } from "./index.es50.js";
|
|
50
|
+
import { SwitchVariants as br } from "./index.es51.js";
|
|
51
|
+
import { TypographyVariants as Pr } from "./index.es52.js";
|
|
52
|
+
import { useToast as yr } from "./index.es53.js";
|
|
53
|
+
import { DialogClose as wr, DialogTrigger as Hr } from "./index.es54.js";
|
|
54
|
+
import { SpinnerVariants as Rr } from "./index.es55.js";
|
|
55
|
+
import { useStepper as kr } from "./index.es56.js";
|
|
55
56
|
export {
|
|
56
57
|
p as Accordion,
|
|
57
58
|
o as AccordionPrimitive,
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
59
|
+
O as Alert,
|
|
60
|
+
vo as AlertDialog,
|
|
61
|
+
ho as AlertDialogAction,
|
|
62
|
+
Po as AlertDialogCancel,
|
|
63
|
+
Vo as AlertDialogContent,
|
|
64
|
+
yo as AlertDialogDescription,
|
|
65
|
+
Bo as AlertDialogFooter,
|
|
66
|
+
wo as AlertDialogHeader,
|
|
67
|
+
Ho as AlertDialogOverlay,
|
|
68
|
+
Io as AlertDialogPortal,
|
|
69
|
+
Ro as AlertDialogTitle,
|
|
70
|
+
Go as AlertDialogTrigger,
|
|
70
71
|
l as Avatar,
|
|
71
72
|
r as AvatarPrimitive,
|
|
72
73
|
f as Badge,
|
|
73
|
-
|
|
74
|
-
|
|
74
|
+
Cr as BadgeVariants,
|
|
75
|
+
j as Breadcrumb,
|
|
75
76
|
s as Button,
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
77
|
+
Dr as ButtonVariants,
|
|
78
|
+
Lo as Calendar,
|
|
79
|
+
Wo as Carousel,
|
|
79
80
|
T as Checkbox,
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
81
|
+
ur as CheckboxVariants,
|
|
82
|
+
qo as Command,
|
|
83
|
+
zo as CommandDialog,
|
|
84
|
+
Jo as CommandEmpty,
|
|
85
|
+
Ko as CommandGroup,
|
|
86
|
+
No as CommandInput,
|
|
87
|
+
Qo as CommandItem,
|
|
88
|
+
Uo as CommandList,
|
|
89
|
+
Xo as CommandSeparator,
|
|
90
|
+
Yo as CommandShortcut,
|
|
91
|
+
Mo as Dialog,
|
|
92
|
+
wr as DialogClose,
|
|
93
|
+
Hr as DialogTrigger,
|
|
94
|
+
z as DropdownMenu,
|
|
95
|
+
$o as HoverCard,
|
|
93
96
|
t as HoverCardPrimitive,
|
|
94
97
|
g as Input,
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
+
K as MultiCombobox,
|
|
99
|
+
Q as MultiSelect,
|
|
100
|
+
rr as Popover,
|
|
98
101
|
c as Progress,
|
|
99
|
-
|
|
100
|
-
A as
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
102
|
+
b as Radio,
|
|
103
|
+
A as RadioGroup,
|
|
104
|
+
S as RadioGroupItem,
|
|
105
|
+
Sr as RadioGroupVariants,
|
|
106
|
+
X as RangeSlider,
|
|
107
|
+
_o as Sheet,
|
|
104
108
|
e as SheetPrimitive,
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
109
|
+
Z as SingleCombobox,
|
|
110
|
+
oo as SingleSelect,
|
|
111
|
+
P as Skeleton,
|
|
112
|
+
eo as Slider,
|
|
113
|
+
tr as Spinner,
|
|
114
|
+
Rr as SpinnerVariants,
|
|
115
|
+
ao as StepItemStatus,
|
|
116
|
+
po as Stepper,
|
|
117
|
+
y as Switch,
|
|
118
|
+
br as SwitchVariants,
|
|
119
|
+
mr as Table,
|
|
120
|
+
ir as TableBody,
|
|
121
|
+
lr as TableCaption,
|
|
122
|
+
xr as TableCell,
|
|
123
|
+
fr as TableFooter,
|
|
124
|
+
nr as TableHead,
|
|
125
|
+
sr as TableHeader,
|
|
126
|
+
dr as TableRow,
|
|
127
|
+
lo as Tabs,
|
|
128
|
+
w as Textarea,
|
|
129
|
+
fo as Toast,
|
|
130
|
+
so as ToastAction,
|
|
131
|
+
To as ToastClose,
|
|
132
|
+
Co as ToastDescription,
|
|
133
|
+
go as ToastIcon,
|
|
134
|
+
Do as ToastPrimitive,
|
|
135
|
+
co as ToastProvider,
|
|
136
|
+
uo as ToastTitle,
|
|
137
|
+
Ao as ToastViewport,
|
|
138
|
+
F as Tooltip,
|
|
139
|
+
I as TooltipContent,
|
|
140
|
+
R as TooltipProvider,
|
|
141
|
+
G as TooltipTrigger,
|
|
138
142
|
k as TooltipWrapper,
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
+
E as Typography,
|
|
144
|
+
Pr as TypographyVariants,
|
|
145
|
+
kr as useStepper,
|
|
146
|
+
yr as useToast
|
|
143
147
|
};
|
|
144
148
|
//# sourceMappingURL=index.es.js.map
|
package/dist/index.es.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.es.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.es.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/dist/index.es10.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as r from "react";
|
|
2
2
|
import * as a from "@radix-ui/react-progress";
|
|
3
|
-
import { cn as n } from "./index.
|
|
4
|
-
import { ProgressVariants as i } from "./index.
|
|
3
|
+
import { cn as n } from "./index.es58.js";
|
|
4
|
+
import { ProgressVariants as i } from "./index.es74.js";
|
|
5
5
|
const l = r.forwardRef(({ className: t, value: o, ...e }, m) => {
|
|
6
6
|
const s = (o || 0) / (e.max || 100) * 100;
|
|
7
7
|
return /* @__PURE__ */ r.createElement(
|
package/dist/index.es11.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as e from "react";
|
|
2
2
|
import * as a from "@radix-ui/react-radio-group";
|
|
3
|
-
import { cn as d } from "./index.
|
|
3
|
+
import { cn as d } from "./index.es58.js";
|
|
4
4
|
import { RadioGroupVariants as i } from "./index.es50.js";
|
|
5
5
|
const m = e.forwardRef(({ className: r, ...t }, o) => /* @__PURE__ */ e.createElement(
|
|
6
6
|
a.Root,
|
package/dist/index.es13.js
CHANGED
package/dist/index.es14.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as t from "react";
|
|
2
2
|
import * as r from "@radix-ui/react-switch";
|
|
3
|
-
import { cn as a } from "./index.
|
|
3
|
+
import { cn as a } from "./index.es58.js";
|
|
4
4
|
import { SwitchVariants as o, SwitchThumbVariants as n } from "./index.es51.js";
|
|
5
5
|
const h = t.forwardRef((m, i) => {
|
|
6
6
|
const { className: s, size: e, ...c } = m;
|
package/dist/index.es15.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import * as e from "react";
|
|
2
|
-
import { cn as d } from "./index.
|
|
2
|
+
import { cn as d } from "./index.es58.js";
|
|
3
3
|
import { Typography as n } from "./index.es18.js";
|
|
4
4
|
import "lucide-react";
|
|
5
5
|
import "./index.es40.js";
|
|
6
|
-
import "./index.
|
|
6
|
+
import "./index.es59.js";
|
|
7
7
|
import "./index.es26.js";
|
|
8
8
|
import "./index.es32.js";
|
|
9
|
-
import { TextAreaVariants as u } from "./index.
|
|
9
|
+
import { TextAreaVariants as u } from "./index.es66.js";
|
|
10
10
|
const m = e.forwardRef(
|
|
11
11
|
({ className: o, inputLabel: a, showTextCount: l, maximumTextCount: i, ...t }, f) => {
|
|
12
12
|
const [r, s] = e.useState(!1), c = e.useRef(null);
|
package/dist/index.es16.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as t from "react";
|
|
2
2
|
import * as e from "@radix-ui/react-tooltip";
|
|
3
|
-
import { cn as m } from "./index.
|
|
3
|
+
import { cn as m } from "./index.es58.js";
|
|
4
4
|
import { Typography as o } from "./index.es18.js";
|
|
5
5
|
const f = e.Provider, g = e.Root, h = e.Trigger, n = t.forwardRef(({ className: a, sideOffset: i = 4, headerText: r, content: l, ...d }, s) => /* @__PURE__ */ t.createElement(
|
|
6
6
|
e.Content,
|
package/dist/index.es18.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as o from "react";
|
|
2
|
-
import { cn as m } from "./index.
|
|
2
|
+
import { cn as m } from "./index.es58.js";
|
|
3
3
|
import { TypographyVariants as n } from "./index.es52.js";
|
|
4
|
-
import { defaultTypographyVariant as y, variantElementMap as i } from "./index.
|
|
4
|
+
import { defaultTypographyVariant as y, variantElementMap as i } from "./index.es69.js";
|
|
5
5
|
const c = o.forwardRef(({ className: t, variant: r = y, ...a }, e) => {
|
|
6
6
|
const p = i[r];
|
|
7
7
|
return /* @__PURE__ */ o.createElement(
|
package/dist/index.es19.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as e from "react";
|
|
2
|
-
import { cn as r } from "./index.
|
|
3
|
-
import { AlertVariants as f, AlertContentVariants as d, AlertButtonVariants as g } from "./index.
|
|
2
|
+
import { cn as r } from "./index.es58.js";
|
|
3
|
+
import { AlertVariants as f, AlertContentVariants as d, AlertButtonVariants as g } from "./index.es73.js";
|
|
4
4
|
import { Button as p } from "./index.es7.js";
|
|
5
5
|
const c = e.forwardRef(({ className: t, ...a }, s) => /* @__PURE__ */ e.createElement(
|
|
6
6
|
"h5",
|
package/dist/index.es20.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { Breadcrumb as E, BreadcrumbList as i, BreadcrumbSeparator as c, BreadcrumbItem as o, BreadcrumbEllipsis as b, BreadcrumbLink as u } from "./index.
|
|
2
|
-
import { DropdownMenu as g, DropdownMenuTrigger as y, DropdownMenuContent as d, DropdownMenuItem as h } from "./index.
|
|
1
|
+
import { Breadcrumb as E, BreadcrumbList as i, BreadcrumbSeparator as c, BreadcrumbItem as o, BreadcrumbEllipsis as b, BreadcrumbLink as u } from "./index.es70.js";
|
|
2
|
+
import { DropdownMenu as g, DropdownMenuTrigger as y, DropdownMenuContent as d, DropdownMenuItem as h } from "./index.es71.js";
|
|
3
3
|
import e from "react";
|
|
4
4
|
import { Typography as B } from "./index.es18.js";
|
|
5
|
-
import { cn as f } from "./index.
|
|
6
|
-
import { CrumbVariants as w } from "./index.
|
|
5
|
+
import { cn as f } from "./index.es58.js";
|
|
6
|
+
import { CrumbVariants as w } from "./index.es72.js";
|
|
7
7
|
function l({ field: r, isSelected: t }) {
|
|
8
8
|
return /* @__PURE__ */ e.createElement(o, null, /* @__PURE__ */ e.createElement(
|
|
9
9
|
u,
|
package/dist/index.es21.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import e from "react";
|
|
2
|
-
import { DropdownMenu as m, DropdownMenuTrigger as u, DropdownMenuContent as b, DropdownMenuLabel as i, DropdownMenuSeparator as n, DropdownMenuGroup as p, DropdownMenuSub as g, DropdownMenuSubTrigger as h, DropdownMenuPortal as E, DropdownMenuSubContent as w, DropdownMenuItem as d, DropdownMenuShortcut as x } from "./index.
|
|
2
|
+
import { DropdownMenu as m, DropdownMenuTrigger as u, DropdownMenuContent as b, DropdownMenuLabel as i, DropdownMenuSeparator as n, DropdownMenuGroup as p, DropdownMenuSub as g, DropdownMenuSubTrigger as h, DropdownMenuPortal as E, DropdownMenuSubContent as w, DropdownMenuItem as d, DropdownMenuShortcut as x } from "./index.es71.js";
|
|
3
3
|
function N({
|
|
4
4
|
trigger: o,
|
|
5
5
|
optionGroups: r,
|
package/dist/index.es22.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import * as e from "react";
|
|
2
|
-
import { cn as d } from "./index.
|
|
2
|
+
import { cn as d } from "./index.es58.js";
|
|
3
3
|
import { X as g, ChevronDown as h, ChevronUp as y, Check as E } from "lucide-react";
|
|
4
4
|
import { Button as v } from "./index.es7.js";
|
|
5
5
|
import { Command as b, CommandInput as w, CommandList as x, CommandEmpty as N, CommandGroup as C, CommandItem as k } from "./index.es40.js";
|
|
6
|
-
import { Popover as D, PopoverTrigger as P, PopoverContent as I } from "./index.
|
|
6
|
+
import { Popover as D, PopoverTrigger as P, PopoverContent as I } from "./index.es59.js";
|
|
7
7
|
import { Badge as S } from "./index.es6.js";
|
|
8
8
|
import { Typography as c } from "./index.es18.js";
|
|
9
9
|
function U({
|
package/dist/index.es23.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import * as e from "react";
|
|
2
|
-
import { cn as d } from "./index.
|
|
2
|
+
import { cn as d } from "./index.es58.js";
|
|
3
3
|
import { X as g, ChevronDown as h, ChevronUp as y, Check as E } from "lucide-react";
|
|
4
4
|
import { Button as v } from "./index.es7.js";
|
|
5
5
|
import { Command as b, CommandInput as w, CommandList as x, CommandEmpty as N, CommandGroup as C, CommandItem as k } from "./index.es40.js";
|
|
6
|
-
import { Popover as D, PopoverTrigger as P, PopoverContent as S } from "./index.
|
|
6
|
+
import { Popover as D, PopoverTrigger as P, PopoverContent as S } from "./index.es59.js";
|
|
7
7
|
import { Badge as I } from "./index.es6.js";
|
|
8
8
|
import { Typography as c } from "./index.es18.js";
|
|
9
9
|
function U({
|
package/dist/index.es24.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { cn as s } from "./index.
|
|
1
|
+
import { cn as s } from "./index.es58.js";
|
|
2
2
|
import { useRanger as b } from "@tanstack/react-ranger";
|
|
3
3
|
import e from "react";
|
|
4
|
-
import { SliderBgColorVariants as a } from "./index.
|
|
4
|
+
import { SliderBgColorVariants as a } from "./index.es68.js";
|
|
5
5
|
const w = ({ left: t = 0, width: o = 0, index: l = -1 }) => /* @__PURE__ */ e.createElement(
|
|
6
6
|
"div",
|
|
7
7
|
{
|
package/dist/index.es25.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import * as e from "react";
|
|
2
2
|
import { ChevronUp as f, ChevronDown as E, Check as x } from "lucide-react";
|
|
3
|
-
import { cn as r } from "./index.
|
|
3
|
+
import { cn as r } from "./index.es58.js";
|
|
4
4
|
import { Button as u } from "./index.es7.js";
|
|
5
5
|
import { Command as b, CommandInput as C, CommandEmpty as N, CommandGroup as y, CommandList as v, CommandItem as w } from "./index.es40.js";
|
|
6
|
-
import { Popover as k, PopoverTrigger as S, PopoverContent as O } from "./index.
|
|
7
|
-
import { ComboBoxStates as P } from "./index.
|
|
6
|
+
import { Popover as k, PopoverTrigger as S, PopoverContent as O } from "./index.es59.js";
|
|
7
|
+
import { ComboBoxStates as P } from "./index.es75.js";
|
|
8
8
|
import { Typography as s } from "./index.es18.js";
|
|
9
9
|
function R({
|
|
10
10
|
options: n,
|
package/dist/index.es26.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import e from "react";
|
|
2
2
|
import * as f from "@radix-ui/react-select";
|
|
3
|
-
import { SelectTrigger as g, SelectValue as d, SelectContent as S, SelectGroup as E, SelectItem as u } from "./index.
|
|
3
|
+
import { SelectTrigger as g, SelectValue as d, SelectContent as S, SelectGroup as E, SelectItem as u } from "./index.es60.js";
|
|
4
4
|
import { Typography as n } from "./index.es18.js";
|
|
5
|
-
import { SelectStates as b } from "./index.
|
|
6
|
-
import { cn as N } from "./index.
|
|
5
|
+
import { SelectStates as b } from "./index.es61.js";
|
|
6
|
+
import { cn as N } from "./index.es58.js";
|
|
7
7
|
const O = e.forwardRef(
|
|
8
8
|
({
|
|
9
9
|
// className,
|
package/dist/index.es27.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as o from "@radix-ui/react-slider";
|
|
2
2
|
import * as e from "react";
|
|
3
|
-
import { cn as i } from "./index.
|
|
3
|
+
import { cn as i } from "./index.es58.js";
|
|
4
4
|
import { SliderVariants as t } from "./index.es76.js";
|
|
5
5
|
const s = e.forwardRef(({ className: r, ...l }, a) => (
|
|
6
6
|
// <div className='bg-light-3 h-[100px] w-full flex'>
|
package/dist/index.es3.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as e from "react";
|
|
2
2
|
import * as t from "@radix-ui/react-accordion";
|
|
3
3
|
import { ChevronDown as c } from "lucide-react";
|
|
4
|
-
import { cn as i } from "./index.
|
|
4
|
+
import { cn as i } from "./index.es58.js";
|
|
5
5
|
const p = t.Root, m = e.forwardRef(({ className: a, ...o }, r) => /* @__PURE__ */ e.createElement(
|
|
6
6
|
t.Item,
|
|
7
7
|
{
|
package/dist/index.es30.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as e from "react";
|
|
2
2
|
import * as t from "@radix-ui/react-tabs";
|
|
3
|
-
import { cn as n } from "./index.
|
|
3
|
+
import { cn as n } from "./index.es58.js";
|
|
4
4
|
import { TabsVariants as p, TabTriggerVariants as d } from "./index.es77.js";
|
|
5
5
|
const c = e.forwardRef(({ className: a, variant: r, size: s, ...o }, i) => /* @__PURE__ */ e.createElement(
|
|
6
6
|
t.List,
|
package/dist/index.es32.js
CHANGED
|
@@ -2,11 +2,11 @@ import * as e from "react";
|
|
|
2
2
|
import * as a from "@radix-ui/react-toast";
|
|
3
3
|
import { cva as i } from "class-variance-authority";
|
|
4
4
|
import { X as l } from "lucide-react";
|
|
5
|
-
import { cn as s } from "./index.
|
|
6
|
-
import m from "./index.
|
|
7
|
-
import c from "./index.
|
|
8
|
-
import d from "./index.
|
|
9
|
-
import p from "./index.
|
|
5
|
+
import { cn as s } from "./index.es58.js";
|
|
6
|
+
import m from "./index.es62.js";
|
|
7
|
+
import c from "./index.es63.js";
|
|
8
|
+
import d from "./index.es64.js";
|
|
9
|
+
import p from "./index.es65.js";
|
|
10
10
|
const D = a.Provider, f = e.forwardRef(({ className: t, ...o }, r) => /* @__PURE__ */ e.createElement(
|
|
11
11
|
a.Viewport,
|
|
12
12
|
{
|
package/dist/index.es34.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as e from "react";
|
|
2
2
|
import * as l from "@radix-ui/react-alert-dialog";
|
|
3
|
-
import { cn as s } from "./index.
|
|
3
|
+
import { cn as s } from "./index.es58.js";
|
|
4
4
|
import "./index.es7.js";
|
|
5
5
|
import { ButtonVariants as i } from "./index.es48.js";
|
|
6
6
|
const D = l.Root, x = l.Trigger, n = l.Portal, r = e.forwardRef(({ className: t, ...a }, o) => /* @__PURE__ */ e.createElement(
|
package/dist/index.es35.js
CHANGED
|
@@ -1,36 +1,38 @@
|
|
|
1
1
|
import e from "react";
|
|
2
|
-
import { Dialog as g, DialogTrigger as s, DialogContent as p, DialogHeader as u, DialogTitle as
|
|
2
|
+
import { Dialog as g, DialogTrigger as s, DialogContent as p, DialogHeader as u, DialogTitle as D, DialogDescription as E, DialogFooter as x } from "./index.es54.js";
|
|
3
|
+
import { DialogClose as C } from "./index.es54.js";
|
|
3
4
|
import { Typography as r } from "./index.es18.js";
|
|
4
|
-
import { cn as
|
|
5
|
+
import { cn as o } from "./index.es58.js";
|
|
5
6
|
function N({
|
|
6
|
-
trigger:
|
|
7
|
+
trigger: m,
|
|
7
8
|
body: n,
|
|
8
9
|
title: a,
|
|
9
|
-
description:
|
|
10
|
-
footer:
|
|
10
|
+
description: l,
|
|
11
|
+
footer: t,
|
|
11
12
|
footerClassName: i,
|
|
12
13
|
contentClassName: c
|
|
13
14
|
}) {
|
|
14
|
-
return /* @__PURE__ */ e.createElement(g, null, /* @__PURE__ */ e.createElement(s, { asChild: !0 },
|
|
15
|
+
return /* @__PURE__ */ e.createElement(g, null, /* @__PURE__ */ e.createElement(s, { asChild: !0 }, m), /* @__PURE__ */ e.createElement(
|
|
15
16
|
p,
|
|
16
17
|
{
|
|
17
|
-
className:
|
|
18
|
+
className: o(
|
|
18
19
|
"bg-white border border-neutral-1 max-w-full",
|
|
19
20
|
c
|
|
20
21
|
)
|
|
21
22
|
},
|
|
22
|
-
(a ||
|
|
23
|
+
(a || l) && /* @__PURE__ */ e.createElement(u, { className: "px-4 py-3" }, a && /* @__PURE__ */ e.createElement(D, null, /* @__PURE__ */ e.createElement(r, { variant: "h3", className: "text-light-2" }, a)), l && /* @__PURE__ */ e.createElement(E, null, /* @__PURE__ */ e.createElement(r, { variant: "body4", className: "text-light-4" }, l))),
|
|
23
24
|
/* @__PURE__ */ e.createElement("div", { className: "" }, n),
|
|
24
|
-
|
|
25
|
-
|
|
25
|
+
t && /* @__PURE__ */ e.createElement(
|
|
26
|
+
x,
|
|
26
27
|
{
|
|
27
|
-
className:
|
|
28
|
+
className: o("bg-light-3 px-4 py-3 rounded-b-xl", i)
|
|
28
29
|
},
|
|
29
|
-
|
|
30
|
+
t
|
|
30
31
|
)
|
|
31
32
|
));
|
|
32
33
|
}
|
|
33
34
|
export {
|
|
35
|
+
C as DialogClose,
|
|
34
36
|
s as DialogTrigger,
|
|
35
37
|
N as _Dialog
|
|
36
38
|
};
|
package/dist/index.es35.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.es35.js","sources":["../src/components/organisms/dialog/dialog.tsx"],"sourcesContent":["import React from 'react'\nimport {\n Dialog,\n DialogContent,\n DialogDescription,\n DialogFooter,\n DialogHeader,\n DialogTitle,\n DialogTrigger,\n DialogClose,\n} from './dialog-components'\nimport { DialogProps } from './dialog.types'\nimport { Typography } from '../../atoms/typography'\nimport { cn } from '@/lib/utils'\n\nfunction _Dialog({\n trigger,\n body,\n title,\n description,\n footer,\n footerClassName,\n contentClassName,\n}: DialogProps) {\n return (\n <Dialog>\n <DialogTrigger asChild>{trigger}</DialogTrigger>\n <DialogContent\n className={cn(\n 'bg-white border border-neutral-1 max-w-full',\n contentClassName\n )}\n >\n {(title || description) && (\n <DialogHeader className=\"px-4 py-3\">\n {title && (\n <DialogTitle>\n <Typography variant={'h3'} className=\"text-light-2\">\n {title}\n </Typography>\n </DialogTitle>\n )}\n {description && (\n <DialogDescription>\n <Typography variant={'body4'} className=\"text-light-4\">\n {description}\n </Typography>\n </DialogDescription>\n )}\n </DialogHeader>\n )}\n <div className=\"\">{body}</div>\n {footer && (\n <DialogFooter\n className={cn('bg-light-3 px-4 py-3 rounded-b-xl', footerClassName)}\n >\n {footer}\n </DialogFooter>\n )}\n </DialogContent>\n </Dialog>\n )\n}\n\nexport { _Dialog, DialogClose, DialogTrigger }\n"],"names":["_Dialog","trigger","body","title","description","footer","footerClassName","contentClassName","Dialog","React","DialogTrigger","DialogContent","cn","DialogHeader","DialogTitle","Typography","DialogDescription","DialogFooter"],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.es35.js","sources":["../src/components/organisms/dialog/dialog.tsx"],"sourcesContent":["import React from 'react'\nimport {\n Dialog,\n DialogContent,\n DialogDescription,\n DialogFooter,\n DialogHeader,\n DialogTitle,\n DialogTrigger,\n DialogClose,\n} from './dialog-components'\nimport { DialogProps } from './dialog.types'\nimport { Typography } from '../../atoms/typography'\nimport { cn } from '@/lib/utils'\n\nfunction _Dialog({\n trigger,\n body,\n title,\n description,\n footer,\n footerClassName,\n contentClassName,\n}: DialogProps) {\n return (\n <Dialog>\n <DialogTrigger asChild>{trigger}</DialogTrigger>\n <DialogContent\n className={cn(\n 'bg-white border border-neutral-1 max-w-full',\n contentClassName\n )}\n >\n {(title || description) && (\n <DialogHeader className=\"px-4 py-3\">\n {title && (\n <DialogTitle>\n <Typography variant={'h3'} className=\"text-light-2\">\n {title}\n </Typography>\n </DialogTitle>\n )}\n {description && (\n <DialogDescription>\n <Typography variant={'body4'} className=\"text-light-4\">\n {description}\n </Typography>\n </DialogDescription>\n )}\n </DialogHeader>\n )}\n <div className=\"\">{body}</div>\n {footer && (\n <DialogFooter\n className={cn('bg-light-3 px-4 py-3 rounded-b-xl', footerClassName)}\n >\n {footer}\n </DialogFooter>\n )}\n </DialogContent>\n </Dialog>\n )\n}\n\nexport { _Dialog, DialogClose, DialogTrigger }\n"],"names":["_Dialog","trigger","body","title","description","footer","footerClassName","contentClassName","Dialog","React","DialogTrigger","DialogContent","cn","DialogHeader","DialogTitle","Typography","DialogDescription","DialogFooter"],"mappings":";;;;;AAeA,SAASA,EAAQ;AAAA,EACf,SAAAC;AAAA,EACA,MAAAC;AAAA,EACA,OAAAC;AAAA,EACA,aAAAC;AAAA,EACA,QAAAC;AAAA,EACA,iBAAAC;AAAA,EACA,kBAAAC;AACF,GAAgB;AACd,yCACGC,GACC,MAAAC,gBAAAA,EAAA,cAACC,KAAc,SAAO,GAAA,GAAET,CAAQ,GAChCQ,gBAAAA,EAAA;AAAA,IAACE;AAAA,IAAA;AAAA,MACC,WAAWC;AAAA,QACT;AAAA,QACAL;AAAA,MACF;AAAA,IAAA;AAAA,KAEEJ,KAASC,MACRK,gBAAAA,EAAA,cAAAI,GAAA,EAAa,WAAU,eACrBV,KACCM,gBAAAA,EAAA,cAACK,GACC,MAAAL,gBAAAA,EAAA,cAACM,GAAW,EAAA,SAAS,MAAM,WAAU,eAClC,GAAAZ,CACH,CACF,GAEDC,KACCK,gBAAAA,EAAA,cAACO,GACC,MAAAP,gBAAAA,EAAA,cAACM,GAAW,EAAA,SAAS,SAAS,WAAU,eACrC,GAAAX,CACH,CACF,CAEJ;AAAA,IAEDK,gBAAAA,EAAA,cAAA,OAAA,EAAI,WAAU,GAAA,GAAIP,CAAK;AAAA,IACvBG,KACCI,gBAAAA,EAAA;AAAA,MAACQ;AAAA,MAAA;AAAA,QACC,WAAWL,EAAG,qCAAqCN,CAAe;AAAA,MAAA;AAAA,MAEjED;AAAA,IACH;AAAA,EAAA,CAGN;AAEJ;"}
|
package/dist/index.es37.js
CHANGED
|
@@ -2,7 +2,7 @@ import * as e from "react";
|
|
|
2
2
|
import * as t from "@radix-ui/react-dialog";
|
|
3
3
|
import { cva as d } from "class-variance-authority";
|
|
4
4
|
import { X as m } from "lucide-react";
|
|
5
|
-
import { cn as r } from "./index.
|
|
5
|
+
import { cn as r } from "./index.es58.js";
|
|
6
6
|
const S = t.Root, v = t.Trigger, w = t.Close, c = t.Portal, n = e.forwardRef(({ className: a, ...o }, s) => /* @__PURE__ */ e.createElement(
|
|
7
7
|
t.Overlay,
|
|
8
8
|
{
|