@tipp/ui 1.4.13 → 1.4.15
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/atoms/dialog.cjs +4 -3
- package/dist/atoms/dialog.cjs.map +1 -1
- package/dist/atoms/dialog.js +1 -1
- package/dist/atoms/field-error-wrapper.js +2 -2
- package/dist/atoms/index.cjs +4 -4
- package/dist/atoms/index.cjs.map +1 -1
- package/dist/atoms/index.js +81 -81
- package/dist/atoms/pagination.js +2 -2
- package/dist/chunk-2PGSMNLI.js +90 -0
- package/dist/chunk-2PGSMNLI.js.map +1 -0
- package/dist/chunk-2VD5Y72N.js +89 -0
- package/dist/chunk-2VD5Y72N.js.map +1 -0
- package/dist/chunk-4UR2XNMY.js +87 -0
- package/dist/chunk-4UR2XNMY.js.map +1 -0
- package/dist/chunk-7RMTZBCT.js +192 -0
- package/dist/chunk-7RMTZBCT.js.map +1 -0
- package/dist/chunk-CVON644P.js +164 -0
- package/dist/chunk-CVON644P.js.map +1 -0
- package/dist/chunk-DWCPI2UN.js +113 -0
- package/dist/chunk-DWCPI2UN.js.map +1 -0
- package/dist/chunk-G6ITJNH2.js +128 -0
- package/dist/chunk-G6ITJNH2.js.map +1 -0
- package/dist/chunk-IKUXA6XG.js +340 -0
- package/dist/chunk-IKUXA6XG.js.map +1 -0
- package/dist/chunk-IYIR2TWL.js +192 -0
- package/dist/chunk-IYIR2TWL.js.map +1 -0
- package/dist/chunk-KFK3272Z.js +169 -0
- package/dist/chunk-KFK3272Z.js.map +1 -0
- package/dist/chunk-MVO7NIPH.js +164 -0
- package/dist/chunk-MVO7NIPH.js.map +1 -0
- package/dist/chunk-NCZFYI4T.js +192 -0
- package/dist/chunk-NCZFYI4T.js.map +1 -0
- package/dist/chunk-OCAFG4UV.js +97 -0
- package/dist/chunk-OCAFG4UV.js.map +1 -0
- package/dist/chunk-OHBL3CTQ.js +113 -0
- package/dist/chunk-OHBL3CTQ.js.map +1 -0
- package/dist/chunk-OKN5AK5Z.js +340 -0
- package/dist/chunk-OKN5AK5Z.js.map +1 -0
- package/dist/chunk-Q6OLO22T.js +89 -0
- package/dist/chunk-Q6OLO22T.js.map +1 -0
- package/dist/chunk-TRPACCEM.js +169 -0
- package/dist/chunk-TRPACCEM.js.map +1 -0
- package/dist/chunk-TT3Y6TU5.js +89 -0
- package/dist/chunk-TT3Y6TU5.js.map +1 -0
- package/dist/chunk-V5CNGZN6.js +87 -0
- package/dist/chunk-V5CNGZN6.js.map +1 -0
- package/dist/chunk-VKEZRJ2L.js +128 -0
- package/dist/chunk-VKEZRJ2L.js.map +1 -0
- package/dist/chunk-WVD5KKRC.js +97 -0
- package/dist/chunk-WVD5KKRC.js.map +1 -0
- package/dist/chunk-Y44Z3OUE.js +89 -0
- package/dist/chunk-Y44Z3OUE.js.map +1 -0
- package/dist/index.cjs +4 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +94 -94
- package/dist/molecules/date-picker/index.js +2 -2
- package/dist/molecules/expand-table/index.js +35 -35
- package/dist/molecules/expand-table/row.js +32 -32
- package/dist/molecules/form.cjs +0 -1
- package/dist/molecules/form.cjs.map +1 -1
- package/dist/molecules/form.d.cts +0 -4
- package/dist/molecules/form.d.ts +0 -4
- package/dist/molecules/form.js +2 -2
- package/dist/molecules/index.js +40 -40
- package/dist/molecules/learning-post.js +6 -6
- package/dist/molecules/navigation.js +33 -33
- package/dist/molecules/stepper.js +3 -3
- package/dist/molecules/tag-selector.js +33 -33
- package/package.json +3 -3
- package/src/atoms/dialog.tsx +5 -4
- package/src/molecules/form.tsx +0 -1
package/dist/index.js
CHANGED
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
useThemeContext
|
|
3
|
-
} from "./chunk-MMGP4GEQ.js";
|
|
4
1
|
import {
|
|
5
2
|
uiProps
|
|
6
3
|
} from "./chunk-NVKNDAIN.js";
|
|
@@ -14,58 +11,37 @@ import {
|
|
|
14
11
|
import {
|
|
15
12
|
getCellAlign
|
|
16
13
|
} from "./chunk-2BPFXK4L.js";
|
|
14
|
+
import {
|
|
15
|
+
useThemeContext
|
|
16
|
+
} from "./chunk-MMGP4GEQ.js";
|
|
17
17
|
import "./chunk-6ZAP2Q6K.js";
|
|
18
18
|
import {
|
|
19
19
|
DatePicker
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-OCAFG4UV.js";
|
|
21
21
|
import {
|
|
22
22
|
ExpandTable,
|
|
23
23
|
createColumnHelper
|
|
24
|
-
} from "./chunk-
|
|
24
|
+
} from "./chunk-7RMTZBCT.js";
|
|
25
25
|
import "./chunk-PCWEW2UL.js";
|
|
26
26
|
import {
|
|
27
27
|
DotNavigation
|
|
28
28
|
} from "./chunk-EDTEVEJW.js";
|
|
29
29
|
import {
|
|
30
30
|
LearningPost
|
|
31
|
-
} from "./chunk-
|
|
31
|
+
} from "./chunk-CVON644P.js";
|
|
32
32
|
import {
|
|
33
33
|
ThemeProvider
|
|
34
34
|
} from "./chunk-BVNXAZ4W.js";
|
|
35
35
|
import {
|
|
36
36
|
Navigation
|
|
37
|
-
} from "./chunk-
|
|
37
|
+
} from "./chunk-TOBTSM5I.js";
|
|
38
38
|
import {
|
|
39
39
|
Stepper
|
|
40
|
-
} from "./chunk-
|
|
40
|
+
} from "./chunk-TRPACCEM.js";
|
|
41
41
|
import {
|
|
42
42
|
TagSelector
|
|
43
|
-
} from "./chunk-
|
|
44
|
-
import "./chunk-BSTJBBEX.js";
|
|
45
|
-
import "./chunk-NDUKDKGB.js";
|
|
43
|
+
} from "./chunk-IKUXA6XG.js";
|
|
46
44
|
import "./chunk-KTVZ4KLX.js";
|
|
47
|
-
import {
|
|
48
|
-
Form
|
|
49
|
-
} from "./chunk-MOAXPZLZ.js";
|
|
50
|
-
import {
|
|
51
|
-
TextArea
|
|
52
|
-
} from "./chunk-ILRUXI2E.js";
|
|
53
|
-
import {
|
|
54
|
-
TextField
|
|
55
|
-
} from "./chunk-JPIZP2PZ.js";
|
|
56
|
-
import {
|
|
57
|
-
ToastContainer,
|
|
58
|
-
toast
|
|
59
|
-
} from "./chunk-CYYWMYE7.js";
|
|
60
|
-
import {
|
|
61
|
-
Select
|
|
62
|
-
} from "./chunk-3JRNKBMN.js";
|
|
63
|
-
import {
|
|
64
|
-
Separator
|
|
65
|
-
} from "./chunk-HYITAA4J.js";
|
|
66
|
-
import {
|
|
67
|
-
Skeleton
|
|
68
|
-
} from "./chunk-5H3YPCZK.js";
|
|
69
45
|
import {
|
|
70
46
|
Spinner
|
|
71
47
|
} from "./chunk-FR2GDOU2.js";
|
|
@@ -82,14 +58,15 @@ import {
|
|
|
82
58
|
Tabs
|
|
83
59
|
} from "./chunk-5ZITU5L7.js";
|
|
84
60
|
import {
|
|
85
|
-
|
|
86
|
-
} from "./chunk-
|
|
61
|
+
TextArea
|
|
62
|
+
} from "./chunk-ILRUXI2E.js";
|
|
87
63
|
import {
|
|
88
|
-
|
|
89
|
-
} from "./chunk-
|
|
64
|
+
TextField
|
|
65
|
+
} from "./chunk-JPIZP2PZ.js";
|
|
90
66
|
import {
|
|
91
|
-
|
|
92
|
-
|
|
67
|
+
ToastContainer,
|
|
68
|
+
toast
|
|
69
|
+
} from "./chunk-CYYWMYE7.js";
|
|
93
70
|
import {
|
|
94
71
|
RadioGroup
|
|
95
72
|
} from "./chunk-6DJOIRMF.js";
|
|
@@ -106,8 +83,14 @@ import {
|
|
|
106
83
|
SegmentedControl
|
|
107
84
|
} from "./chunk-TVDKGMBI.js";
|
|
108
85
|
import {
|
|
109
|
-
|
|
110
|
-
} from "./chunk-
|
|
86
|
+
Select
|
|
87
|
+
} from "./chunk-3JRNKBMN.js";
|
|
88
|
+
import {
|
|
89
|
+
Separator
|
|
90
|
+
} from "./chunk-HYITAA4J.js";
|
|
91
|
+
import {
|
|
92
|
+
Skeleton
|
|
93
|
+
} from "./chunk-5H3YPCZK.js";
|
|
111
94
|
import {
|
|
112
95
|
Inset
|
|
113
96
|
} from "./chunk-XQOL7UBI.js";
|
|
@@ -119,13 +102,46 @@ import {
|
|
|
119
102
|
} from "./chunk-SIM6HKVI.js";
|
|
120
103
|
import {
|
|
121
104
|
Pagination
|
|
122
|
-
} from "./chunk-
|
|
105
|
+
} from "./chunk-VKEZRJ2L.js";
|
|
106
|
+
import {
|
|
107
|
+
Popover
|
|
108
|
+
} from "./chunk-5AVBYDPB.js";
|
|
109
|
+
import {
|
|
110
|
+
Progress
|
|
111
|
+
} from "./chunk-365QMK4D.js";
|
|
112
|
+
import {
|
|
113
|
+
Quote
|
|
114
|
+
} from "./chunk-YO3BQW6S.js";
|
|
115
|
+
import {
|
|
116
|
+
RadioCards
|
|
117
|
+
} from "./chunk-6IVCARWS.js";
|
|
118
|
+
import {
|
|
119
|
+
Em
|
|
120
|
+
} from "./chunk-2DZ2Y3JI.js";
|
|
121
|
+
import {
|
|
122
|
+
FieldErrorWrapper
|
|
123
|
+
} from "./chunk-DJN2IEY6.js";
|
|
124
|
+
import {
|
|
125
|
+
HoverCard
|
|
126
|
+
} from "./chunk-O3T3TM3V.js";
|
|
123
127
|
import {
|
|
124
128
|
IconButton
|
|
125
129
|
} from "./chunk-O3DNDMV3.js";
|
|
126
130
|
import {
|
|
127
|
-
|
|
128
|
-
} from "./chunk-
|
|
131
|
+
Code
|
|
132
|
+
} from "./chunk-OHMOP5PV.js";
|
|
133
|
+
import {
|
|
134
|
+
Collapse
|
|
135
|
+
} from "./chunk-LZJR77Q2.js";
|
|
136
|
+
import {
|
|
137
|
+
Container
|
|
138
|
+
} from "./chunk-Q37G2GS6.js";
|
|
139
|
+
import {
|
|
140
|
+
DataList
|
|
141
|
+
} from "./chunk-VTJZMOSP.js";
|
|
142
|
+
import {
|
|
143
|
+
Dialog
|
|
144
|
+
} from "./chunk-2VD5Y72N.js";
|
|
129
145
|
import {
|
|
130
146
|
Content,
|
|
131
147
|
Drawer,
|
|
@@ -141,24 +157,13 @@ import {
|
|
|
141
157
|
import {
|
|
142
158
|
Tooltip
|
|
143
159
|
} from "./chunk-ACVANQJ4.js";
|
|
160
|
+
import "./chunk-ZD7MNMED.js";
|
|
144
161
|
import {
|
|
145
|
-
|
|
146
|
-
} from "./chunk-
|
|
147
|
-
import {
|
|
148
|
-
FieldErrorWrapper
|
|
149
|
-
} from "./chunk-QDZS4B6A.js";
|
|
150
|
-
import {
|
|
151
|
-
Typo
|
|
152
|
-
} from "./chunk-52MVZ6AN.js";
|
|
153
|
-
import {
|
|
154
|
-
Flex
|
|
155
|
-
} from "./chunk-25HMMI7R.js";
|
|
156
|
-
import {
|
|
157
|
-
Grid
|
|
158
|
-
} from "./chunk-EGEQY3KT.js";
|
|
162
|
+
Callout
|
|
163
|
+
} from "./chunk-B6XJN6EC.js";
|
|
159
164
|
import {
|
|
160
|
-
|
|
161
|
-
} from "./chunk-
|
|
165
|
+
Card
|
|
166
|
+
} from "./chunk-UVKNLJDZ.js";
|
|
162
167
|
import {
|
|
163
168
|
CheckboxCards
|
|
164
169
|
} from "./chunk-MIMJ7LON.js";
|
|
@@ -169,43 +174,45 @@ import {
|
|
|
169
174
|
Checkbox
|
|
170
175
|
} from "./chunk-LHCDPZ5E.js";
|
|
171
176
|
import {
|
|
172
|
-
|
|
173
|
-
} from "./chunk-
|
|
174
|
-
import {
|
|
175
|
-
Collapse
|
|
176
|
-
} from "./chunk-LZJR77Q2.js";
|
|
177
|
-
import {
|
|
178
|
-
Container
|
|
179
|
-
} from "./chunk-Q37G2GS6.js";
|
|
180
|
-
import {
|
|
181
|
-
DataList
|
|
182
|
-
} from "./chunk-VTJZMOSP.js";
|
|
183
|
-
import {
|
|
184
|
-
Dialog
|
|
185
|
-
} from "./chunk-BDVTRPXG.js";
|
|
186
|
-
import {
|
|
187
|
-
Avatar
|
|
188
|
-
} from "./chunk-3SSSCLJ5.js";
|
|
177
|
+
AlertDialog
|
|
178
|
+
} from "./chunk-J242TTFH.js";
|
|
189
179
|
import {
|
|
190
|
-
|
|
191
|
-
} from "./chunk-
|
|
180
|
+
AutoSizingInput
|
|
181
|
+
} from "./chunk-YJCCE5WP.js";
|
|
192
182
|
import {
|
|
193
183
|
Blockquote
|
|
194
184
|
} from "./chunk-YGL6SWKN.js";
|
|
185
|
+
import {
|
|
186
|
+
Form
|
|
187
|
+
} from "./chunk-OHBL3CTQ.js";
|
|
188
|
+
import {
|
|
189
|
+
Grid
|
|
190
|
+
} from "./chunk-EGEQY3KT.js";
|
|
195
191
|
import {
|
|
196
192
|
Box
|
|
197
193
|
} from "./chunk-4Y5BEXVN.js";
|
|
198
194
|
import {
|
|
199
195
|
Button
|
|
200
196
|
} from "./chunk-U7JPP7WJ.js";
|
|
201
|
-
import "./chunk-LQY4RKWI.js";
|
|
202
|
-
import "./chunk-ZD7MNMED.js";
|
|
203
197
|
import {
|
|
204
|
-
|
|
205
|
-
} from "./chunk-
|
|
198
|
+
AspectRatio
|
|
199
|
+
} from "./chunk-EAXUQEO5.js";
|
|
206
200
|
import {
|
|
207
|
-
|
|
208
|
-
} from "./chunk-
|
|
201
|
+
Badge
|
|
202
|
+
} from "./chunk-EWD4AO5N.js";
|
|
203
|
+
import {
|
|
204
|
+
Heading
|
|
205
|
+
} from "./chunk-HK224ADT.js";
|
|
206
|
+
import {
|
|
207
|
+
Avatar
|
|
208
|
+
} from "./chunk-3SSSCLJ5.js";
|
|
209
|
+
import {
|
|
210
|
+
Flex
|
|
211
|
+
} from "./chunk-25HMMI7R.js";
|
|
212
|
+
import {
|
|
213
|
+
Typo
|
|
214
|
+
} from "./chunk-52MVZ6AN.js";
|
|
215
|
+
import "./chunk-LQY4RKWI.js";
|
|
209
216
|
import {
|
|
210
217
|
ArchiveIcon,
|
|
211
218
|
BackpackIcon,
|
|
@@ -250,15 +257,8 @@ import {
|
|
|
250
257
|
import {
|
|
251
258
|
HorizontalBarChart
|
|
252
259
|
} from "./chunk-SGMO4KBC.js";
|
|
253
|
-
import
|
|
254
|
-
|
|
255
|
-
} from "./chunk-J242TTFH.js";
|
|
256
|
-
import {
|
|
257
|
-
AspectRatio
|
|
258
|
-
} from "./chunk-EAXUQEO5.js";
|
|
259
|
-
import {
|
|
260
|
-
AutoSizingInput
|
|
261
|
-
} from "./chunk-YJCCE5WP.js";
|
|
260
|
+
import "./chunk-BSTJBBEX.js";
|
|
261
|
+
import "./chunk-NDUKDKGB.js";
|
|
262
262
|
import "./chunk-N552FDTV.js";
|
|
263
263
|
export {
|
|
264
264
|
AlertDialog,
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
DatePicker
|
|
3
|
-
} from "../../chunk-
|
|
3
|
+
} from "../../chunk-OCAFG4UV.js";
|
|
4
4
|
import "../../chunk-O3DNDMV3.js";
|
|
5
|
-
import "../../chunk-25HMMI7R.js";
|
|
6
5
|
import "../../chunk-HK224ADT.js";
|
|
6
|
+
import "../../chunk-25HMMI7R.js";
|
|
7
7
|
import "../../chunk-FWNTKFWE.js";
|
|
8
8
|
import "../../chunk-N552FDTV.js";
|
|
9
9
|
export {
|
|
@@ -1,69 +1,69 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ExpandTable,
|
|
3
3
|
createColumnHelper
|
|
4
|
-
} from "../../chunk-
|
|
4
|
+
} from "../../chunk-7RMTZBCT.js";
|
|
5
5
|
import "../../chunk-PCWEW2UL.js";
|
|
6
|
-
import "../../chunk-BSTJBBEX.js";
|
|
7
|
-
import "../../chunk-NDUKDKGB.js";
|
|
8
6
|
import "../../chunk-KTVZ4KLX.js";
|
|
9
|
-
import "../../chunk-MOAXPZLZ.js";
|
|
10
|
-
import "../../chunk-ILRUXI2E.js";
|
|
11
|
-
import "../../chunk-JPIZP2PZ.js";
|
|
12
|
-
import "../../chunk-CYYWMYE7.js";
|
|
13
|
-
import "../../chunk-3JRNKBMN.js";
|
|
14
|
-
import "../../chunk-HYITAA4J.js";
|
|
15
|
-
import "../../chunk-5H3YPCZK.js";
|
|
16
7
|
import "../../chunk-FR2GDOU2.js";
|
|
17
8
|
import "../../chunk-74DX4CU7.js";
|
|
18
9
|
import "../../chunk-OYM4XCHQ.js";
|
|
19
10
|
import "../../chunk-YJ7ZFOYL.js";
|
|
20
11
|
import "../../chunk-5ZITU5L7.js";
|
|
21
|
-
import "../../chunk-
|
|
22
|
-
import "../../chunk-
|
|
23
|
-
import "../../chunk-
|
|
12
|
+
import "../../chunk-ILRUXI2E.js";
|
|
13
|
+
import "../../chunk-JPIZP2PZ.js";
|
|
14
|
+
import "../../chunk-CYYWMYE7.js";
|
|
24
15
|
import "../../chunk-6DJOIRMF.js";
|
|
25
16
|
import "../../chunk-FPD73OHW.js";
|
|
26
17
|
import "../../chunk-ZKZDVS7G.js";
|
|
27
18
|
import "../../chunk-MUNMDHRF.js";
|
|
28
19
|
import "../../chunk-TVDKGMBI.js";
|
|
29
|
-
import "../../chunk-
|
|
20
|
+
import "../../chunk-3JRNKBMN.js";
|
|
21
|
+
import "../../chunk-HYITAA4J.js";
|
|
22
|
+
import "../../chunk-5H3YPCZK.js";
|
|
30
23
|
import "../../chunk-XQOL7UBI.js";
|
|
31
24
|
import "../../chunk-TULWX7D6.js";
|
|
32
25
|
import "../../chunk-SIM6HKVI.js";
|
|
33
|
-
import "../../chunk-
|
|
34
|
-
import "../../chunk-O3DNDMV3.js";
|
|
26
|
+
import "../../chunk-VKEZRJ2L.js";
|
|
35
27
|
import "../../chunk-5AVBYDPB.js";
|
|
28
|
+
import "../../chunk-365QMK4D.js";
|
|
29
|
+
import "../../chunk-YO3BQW6S.js";
|
|
30
|
+
import "../../chunk-6IVCARWS.js";
|
|
31
|
+
import "../../chunk-2DZ2Y3JI.js";
|
|
32
|
+
import "../../chunk-DJN2IEY6.js";
|
|
33
|
+
import "../../chunk-O3T3TM3V.js";
|
|
34
|
+
import "../../chunk-O3DNDMV3.js";
|
|
35
|
+
import "../../chunk-OHMOP5PV.js";
|
|
36
|
+
import "../../chunk-LZJR77Q2.js";
|
|
37
|
+
import "../../chunk-Q37G2GS6.js";
|
|
38
|
+
import "../../chunk-VTJZMOSP.js";
|
|
39
|
+
import "../../chunk-2VD5Y72N.js";
|
|
36
40
|
import "../../chunk-UC627KGO.js";
|
|
37
41
|
import "../../chunk-4WFMOFN2.js";
|
|
38
42
|
import "../../chunk-WKFZ5MMN.js";
|
|
39
43
|
import "../../chunk-ACVANQJ4.js";
|
|
40
|
-
import "../../chunk-
|
|
41
|
-
import "../../chunk-
|
|
42
|
-
import "../../chunk-
|
|
43
|
-
import "../../chunk-25HMMI7R.js";
|
|
44
|
-
import "../../chunk-EGEQY3KT.js";
|
|
45
|
-
import "../../chunk-HK224ADT.js";
|
|
44
|
+
import "../../chunk-ZD7MNMED.js";
|
|
45
|
+
import "../../chunk-B6XJN6EC.js";
|
|
46
|
+
import "../../chunk-UVKNLJDZ.js";
|
|
46
47
|
import "../../chunk-MIMJ7LON.js";
|
|
47
48
|
import "../../chunk-IQEEPHOY.js";
|
|
48
49
|
import "../../chunk-LHCDPZ5E.js";
|
|
49
|
-
import "../../chunk-
|
|
50
|
-
import "../../chunk-
|
|
51
|
-
import "../../chunk-Q37G2GS6.js";
|
|
52
|
-
import "../../chunk-VTJZMOSP.js";
|
|
53
|
-
import "../../chunk-BDVTRPXG.js";
|
|
54
|
-
import "../../chunk-3SSSCLJ5.js";
|
|
55
|
-
import "../../chunk-EWD4AO5N.js";
|
|
50
|
+
import "../../chunk-J242TTFH.js";
|
|
51
|
+
import "../../chunk-YJCCE5WP.js";
|
|
56
52
|
import "../../chunk-YGL6SWKN.js";
|
|
53
|
+
import "../../chunk-OHBL3CTQ.js";
|
|
54
|
+
import "../../chunk-EGEQY3KT.js";
|
|
57
55
|
import "../../chunk-4Y5BEXVN.js";
|
|
58
56
|
import "../../chunk-U7JPP7WJ.js";
|
|
57
|
+
import "../../chunk-EAXUQEO5.js";
|
|
58
|
+
import "../../chunk-EWD4AO5N.js";
|
|
59
|
+
import "../../chunk-HK224ADT.js";
|
|
60
|
+
import "../../chunk-3SSSCLJ5.js";
|
|
61
|
+
import "../../chunk-25HMMI7R.js";
|
|
62
|
+
import "../../chunk-52MVZ6AN.js";
|
|
59
63
|
import "../../chunk-LQY4RKWI.js";
|
|
60
|
-
import "../../chunk-ZD7MNMED.js";
|
|
61
|
-
import "../../chunk-B6XJN6EC.js";
|
|
62
|
-
import "../../chunk-UVKNLJDZ.js";
|
|
63
64
|
import "../../chunk-FWNTKFWE.js";
|
|
64
|
-
import "../../chunk-
|
|
65
|
-
import "../../chunk-
|
|
66
|
-
import "../../chunk-YJCCE5WP.js";
|
|
65
|
+
import "../../chunk-BSTJBBEX.js";
|
|
66
|
+
import "../../chunk-NDUKDKGB.js";
|
|
67
67
|
import "../../chunk-N552FDTV.js";
|
|
68
68
|
export {
|
|
69
69
|
ExpandTable,
|
|
@@ -2,64 +2,64 @@ import {
|
|
|
2
2
|
Row
|
|
3
3
|
} from "../../chunk-PCWEW2UL.js";
|
|
4
4
|
import "../../chunk-KTVZ4KLX.js";
|
|
5
|
-
import "../../chunk-MOAXPZLZ.js";
|
|
6
|
-
import "../../chunk-ILRUXI2E.js";
|
|
7
|
-
import "../../chunk-JPIZP2PZ.js";
|
|
8
|
-
import "../../chunk-CYYWMYE7.js";
|
|
9
|
-
import "../../chunk-3JRNKBMN.js";
|
|
10
|
-
import "../../chunk-HYITAA4J.js";
|
|
11
|
-
import "../../chunk-5H3YPCZK.js";
|
|
12
5
|
import "../../chunk-FR2GDOU2.js";
|
|
13
6
|
import "../../chunk-74DX4CU7.js";
|
|
14
7
|
import "../../chunk-OYM4XCHQ.js";
|
|
15
8
|
import "../../chunk-YJ7ZFOYL.js";
|
|
16
9
|
import "../../chunk-5ZITU5L7.js";
|
|
17
|
-
import "../../chunk-
|
|
18
|
-
import "../../chunk-
|
|
19
|
-
import "../../chunk-
|
|
10
|
+
import "../../chunk-ILRUXI2E.js";
|
|
11
|
+
import "../../chunk-JPIZP2PZ.js";
|
|
12
|
+
import "../../chunk-CYYWMYE7.js";
|
|
20
13
|
import "../../chunk-6DJOIRMF.js";
|
|
21
14
|
import "../../chunk-FPD73OHW.js";
|
|
22
15
|
import "../../chunk-ZKZDVS7G.js";
|
|
23
16
|
import "../../chunk-MUNMDHRF.js";
|
|
24
17
|
import "../../chunk-TVDKGMBI.js";
|
|
25
|
-
import "../../chunk-
|
|
18
|
+
import "../../chunk-3JRNKBMN.js";
|
|
19
|
+
import "../../chunk-HYITAA4J.js";
|
|
20
|
+
import "../../chunk-5H3YPCZK.js";
|
|
26
21
|
import "../../chunk-XQOL7UBI.js";
|
|
27
22
|
import "../../chunk-TULWX7D6.js";
|
|
28
23
|
import "../../chunk-SIM6HKVI.js";
|
|
29
|
-
import "../../chunk-
|
|
30
|
-
import "../../chunk-O3DNDMV3.js";
|
|
24
|
+
import "../../chunk-VKEZRJ2L.js";
|
|
31
25
|
import "../../chunk-5AVBYDPB.js";
|
|
26
|
+
import "../../chunk-365QMK4D.js";
|
|
27
|
+
import "../../chunk-YO3BQW6S.js";
|
|
28
|
+
import "../../chunk-6IVCARWS.js";
|
|
29
|
+
import "../../chunk-2DZ2Y3JI.js";
|
|
30
|
+
import "../../chunk-DJN2IEY6.js";
|
|
31
|
+
import "../../chunk-O3T3TM3V.js";
|
|
32
|
+
import "../../chunk-O3DNDMV3.js";
|
|
33
|
+
import "../../chunk-OHMOP5PV.js";
|
|
34
|
+
import "../../chunk-LZJR77Q2.js";
|
|
35
|
+
import "../../chunk-Q37G2GS6.js";
|
|
36
|
+
import "../../chunk-VTJZMOSP.js";
|
|
37
|
+
import "../../chunk-2VD5Y72N.js";
|
|
32
38
|
import "../../chunk-UC627KGO.js";
|
|
33
39
|
import "../../chunk-4WFMOFN2.js";
|
|
34
40
|
import "../../chunk-WKFZ5MMN.js";
|
|
35
41
|
import "../../chunk-ACVANQJ4.js";
|
|
36
|
-
import "../../chunk-
|
|
37
|
-
import "../../chunk-
|
|
38
|
-
import "../../chunk-
|
|
39
|
-
import "../../chunk-25HMMI7R.js";
|
|
40
|
-
import "../../chunk-EGEQY3KT.js";
|
|
41
|
-
import "../../chunk-HK224ADT.js";
|
|
42
|
+
import "../../chunk-ZD7MNMED.js";
|
|
43
|
+
import "../../chunk-B6XJN6EC.js";
|
|
44
|
+
import "../../chunk-UVKNLJDZ.js";
|
|
42
45
|
import "../../chunk-MIMJ7LON.js";
|
|
43
46
|
import "../../chunk-IQEEPHOY.js";
|
|
44
47
|
import "../../chunk-LHCDPZ5E.js";
|
|
45
|
-
import "../../chunk-
|
|
46
|
-
import "../../chunk-
|
|
47
|
-
import "../../chunk-Q37G2GS6.js";
|
|
48
|
-
import "../../chunk-VTJZMOSP.js";
|
|
49
|
-
import "../../chunk-BDVTRPXG.js";
|
|
50
|
-
import "../../chunk-3SSSCLJ5.js";
|
|
51
|
-
import "../../chunk-EWD4AO5N.js";
|
|
48
|
+
import "../../chunk-J242TTFH.js";
|
|
49
|
+
import "../../chunk-YJCCE5WP.js";
|
|
52
50
|
import "../../chunk-YGL6SWKN.js";
|
|
51
|
+
import "../../chunk-OHBL3CTQ.js";
|
|
52
|
+
import "../../chunk-EGEQY3KT.js";
|
|
53
53
|
import "../../chunk-4Y5BEXVN.js";
|
|
54
54
|
import "../../chunk-U7JPP7WJ.js";
|
|
55
|
+
import "../../chunk-EAXUQEO5.js";
|
|
56
|
+
import "../../chunk-EWD4AO5N.js";
|
|
57
|
+
import "../../chunk-HK224ADT.js";
|
|
58
|
+
import "../../chunk-3SSSCLJ5.js";
|
|
59
|
+
import "../../chunk-25HMMI7R.js";
|
|
60
|
+
import "../../chunk-52MVZ6AN.js";
|
|
55
61
|
import "../../chunk-LQY4RKWI.js";
|
|
56
|
-
import "../../chunk-ZD7MNMED.js";
|
|
57
|
-
import "../../chunk-B6XJN6EC.js";
|
|
58
|
-
import "../../chunk-UVKNLJDZ.js";
|
|
59
62
|
import "../../chunk-FWNTKFWE.js";
|
|
60
|
-
import "../../chunk-J242TTFH.js";
|
|
61
|
-
import "../../chunk-EAXUQEO5.js";
|
|
62
|
-
import "../../chunk-YJCCE5WP.js";
|
|
63
63
|
import "../../chunk-N552FDTV.js";
|
|
64
64
|
export {
|
|
65
65
|
Row
|
package/dist/molecules/form.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/molecules/form.tsx","../../src/atoms/heading.tsx","../../src/atoms/typo.tsx"],"sourcesContent":["import * as RadixForm from '@radix-ui/react-form';\nimport { createContext, forwardRef, useContext } from 'react';\nimport type { HeadingProps } from '@radix-ui/themes';\nimport { Heading } from '../atoms/heading';\nimport { Typo } from '../atoms/typo';\n\nconst Root = forwardRef<HTMLFormElement, RadixForm.FormProps>(\n ({ children, className, ...rest }, ref) => {\n return (\n <RadixForm.Root\n {...rest}\n className={`FormRoot ${className || ''}`}\n ref={ref}\n >\n {children}\n </RadixForm.Root>\n );\n }\n);\n\nRoot.displayName = 'FORM_ROOT';\n\ntype FormFieldProps = RadixForm.FormFieldProps & { required?: boolean };\n\nconst FieldContext = createContext<FormFieldProps>({\n name: '',\n});\n\nconst Field = forwardRef<HTMLDivElement, FormFieldProps>(\n ({ children, className, ...rest }, ref) => {\n return (\n <RadixForm.Field\n {...rest}\n className={`FormField ${className || ''}`}\n ref={ref}\n >\n <FieldContext.Provider value={rest}>{children}</FieldContext.Provider>\n </RadixForm.Field>\n );\n }\n);\nField.displayName = 'FORM_FIELD';\n\ntype LabelProps = RadixForm.FormLabelProps & {\n /** label의 타입을 지정 */\n variant?: 'title' | 'body';\n};\n\nfunction HeadingLabel(props: HeadingProps): React.ReactElement {\n return (\n <Heading variant=\"heading5\" {...props}>\n {props.children}\n </Heading>\n );\n}\n\nconst Label = forwardRef<HTMLLabelElement, LabelProps>(\n ({ children, className, variant = 'body', ...rest }, ref) => {\n const Comp = variant === 'title' ? HeadingLabel : Typo;\n const fieldProps = useContext(FieldContext);\n return (\n <RadixForm.Label\n {...rest}\n asChild\n className={`FormLabel ${className || ''}`}\n ref={ref}\n >\n <Comp>\n {children}\n {fieldProps.required ? (\n <Typo as=\"span\" color=\"tomato\">\n {` *`}\n </Typo>\n ) : null}\n </Comp>\n </RadixForm.Label>\n );\n }\n);\nLabel.displayName = 'FORM_Label';\n\nconst Message = forwardRef<HTMLSpanElement, RadixForm.FormMessageProps>(\n ({ children, className, ...rest }, ref) => {\n return (\n <RadixForm.Message\n {...rest}\n asChild\n className={`FormMessage ${className || ''}`}\n ref={ref}\n >\n <Typo color=\"red\">{children}</Typo>\n </RadixForm.Message>\n );\n }\n);\nMessage.displayName = 'FORM_Message';\n\ntype ControlProps = Omit<RadixForm.FormControlProps, 'required'>;\nconst Control = forwardRef<HTMLInputElement, ControlProps>(\n ({ className, ...rest }, ref) => {\n const fieldProps = useContext(FieldContext);\n return (\n <RadixForm.Control\n {...rest}\n className={`FormControl ${className || ''}`}\n ref={ref}\n required={fieldProps.required}\n />\n );\n }\n);\nControl.displayName = 'FORM_Control';\n\nexport const Form = {\n Root,\n Field,\n Label,\n Message,\n
|
|
1
|
+
{"version":3,"sources":["../../src/molecules/form.tsx","../../src/atoms/heading.tsx","../../src/atoms/typo.tsx"],"sourcesContent":["import * as RadixForm from '@radix-ui/react-form';\nimport { createContext, forwardRef, useContext } from 'react';\nimport type { HeadingProps } from '@radix-ui/themes';\nimport { Heading } from '../atoms/heading';\nimport { Typo } from '../atoms/typo';\n\nconst Root = forwardRef<HTMLFormElement, RadixForm.FormProps>(\n ({ children, className, ...rest }, ref) => {\n return (\n <RadixForm.Root\n {...rest}\n className={`FormRoot ${className || ''}`}\n ref={ref}\n >\n {children}\n </RadixForm.Root>\n );\n }\n);\n\nRoot.displayName = 'FORM_ROOT';\n\ntype FormFieldProps = RadixForm.FormFieldProps & { required?: boolean };\n\nconst FieldContext = createContext<FormFieldProps>({\n name: '',\n});\n\nconst Field = forwardRef<HTMLDivElement, FormFieldProps>(\n ({ children, className, ...rest }, ref) => {\n return (\n <RadixForm.Field\n {...rest}\n className={`FormField ${className || ''}`}\n ref={ref}\n >\n <FieldContext.Provider value={rest}>{children}</FieldContext.Provider>\n </RadixForm.Field>\n );\n }\n);\nField.displayName = 'FORM_FIELD';\n\ntype LabelProps = RadixForm.FormLabelProps & {\n /** label의 타입을 지정 */\n variant?: 'title' | 'body';\n};\n\nfunction HeadingLabel(props: HeadingProps): React.ReactElement {\n return (\n <Heading variant=\"heading5\" {...props}>\n {props.children}\n </Heading>\n );\n}\n\nconst Label = forwardRef<HTMLLabelElement, LabelProps>(\n ({ children, className, variant = 'body', ...rest }, ref) => {\n const Comp = variant === 'title' ? HeadingLabel : Typo;\n const fieldProps = useContext(FieldContext);\n return (\n <RadixForm.Label\n {...rest}\n asChild\n className={`FormLabel ${className || ''}`}\n ref={ref}\n >\n <Comp>\n {children}\n {fieldProps.required ? (\n <Typo as=\"span\" color=\"tomato\">\n {` *`}\n </Typo>\n ) : null}\n </Comp>\n </RadixForm.Label>\n );\n }\n);\nLabel.displayName = 'FORM_Label';\n\nconst Message = forwardRef<HTMLSpanElement, RadixForm.FormMessageProps>(\n ({ children, className, ...rest }, ref) => {\n return (\n <RadixForm.Message\n {...rest}\n asChild\n className={`FormMessage ${className || ''}`}\n ref={ref}\n >\n <Typo color=\"red\">{children}</Typo>\n </RadixForm.Message>\n );\n }\n);\nMessage.displayName = 'FORM_Message';\n\ntype ControlProps = Omit<RadixForm.FormControlProps, 'required'>;\nconst Control = forwardRef<HTMLInputElement, ControlProps>(\n ({ className, ...rest }, ref) => {\n const fieldProps = useContext(FieldContext);\n return (\n <RadixForm.Control\n {...rest}\n className={`FormControl ${className || ''}`}\n ref={ref}\n required={fieldProps.required}\n />\n );\n }\n);\nControl.displayName = 'FORM_Control';\n\nexport const Form = {\n Root,\n Field,\n Label,\n Message,\n Control: RadixForm.Control,\n Submit: RadixForm.Submit,\n};\n","import {\n Heading as RadixHeading,\n type HeadingProps as RadixHeadingProps,\n} from '@radix-ui/themes';\nimport { useMemo } from 'react';\n\nexport { Heading as RadixHeading } from '@radix-ui/themes';\n\nexport type HeadingProps = RadixHeadingProps & {\n variant?: 'heading1' | 'heading2' | 'heading3' | 'heading4' | 'heading5';\n};\n\nexport function Heading(props: HeadingProps): React.ReactElement {\n const { size, children, variant, ...rest } = props;\n const radixSize = useMemo<RadixHeadingProps['size']>(() => {\n switch (variant) {\n case 'heading1':\n return '7';\n case 'heading2':\n return '6';\n case 'heading3':\n return '5';\n case 'heading4':\n return '4';\n case 'heading5':\n return '3';\n default:\n return size;\n }\n }, [size, variant]);\n\n return (\n <RadixHeading {...rest} size={radixSize}>\n {children}\n </RadixHeading>\n );\n}\n","import type { TextProps as RadixTextProps } from '@radix-ui/themes';\nimport { Text as RadixText } from '@radix-ui/themes';\nimport React, { useMemo, forwardRef } from 'react';\n\nexport type TypoProps = RadixTextProps & {\n variant?: 'body' | 'caption' | 'subtitle';\n};\n\nexport const Typo = forwardRef<HTMLSpanElement, TypoProps>(\n (props: TypoProps, ref): React.ReactElement => {\n const { size, variant, children, ...rest } = props;\n\n const radixSize = useMemo<RadixTextProps['size']>(() => {\n if (size !== undefined) return size;\n switch (variant) {\n case 'caption':\n return '1';\n case 'subtitle':\n return '3';\n case 'body':\n default:\n return '2';\n }\n }, [size, variant]);\n\n return (\n <RadixText {...rest} ref={ref} size={radixSize}>\n {children}\n </RadixText>\n );\n }\n);\n\nTypo.displayName = 'Typo';\n"],"mappings":"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","names":["import_react","import_themes","Heading","RadixHeading","import_themes","import_react","import_jsx_runtime","RadixText","import_jsx_runtime","Root","Field","Heading","Label","Message","Control"]}
|
|
@@ -11,10 +11,6 @@ declare const Form: {
|
|
|
11
11
|
variant?: "body" | "title" | undefined;
|
|
12
12
|
} & react.RefAttributes<HTMLLabelElement>>;
|
|
13
13
|
Message: react.ForwardRefExoticComponent<RadixForm.FormMessageProps & react.RefAttributes<HTMLSpanElement>>;
|
|
14
|
-
ValidityState: {
|
|
15
|
-
new (): ValidityState;
|
|
16
|
-
prototype: ValidityState;
|
|
17
|
-
};
|
|
18
14
|
Control: react.ForwardRefExoticComponent<RadixForm.FormControlProps & react.RefAttributes<HTMLInputElement>>;
|
|
19
15
|
Submit: react.ForwardRefExoticComponent<RadixForm.FormSubmitProps & react.RefAttributes<HTMLButtonElement>>;
|
|
20
16
|
};
|
package/dist/molecules/form.d.ts
CHANGED
|
@@ -11,10 +11,6 @@ declare const Form: {
|
|
|
11
11
|
variant?: "body" | "title" | undefined;
|
|
12
12
|
} & react.RefAttributes<HTMLLabelElement>>;
|
|
13
13
|
Message: react.ForwardRefExoticComponent<RadixForm.FormMessageProps & react.RefAttributes<HTMLSpanElement>>;
|
|
14
|
-
ValidityState: {
|
|
15
|
-
new (): ValidityState;
|
|
16
|
-
prototype: ValidityState;
|
|
17
|
-
};
|
|
18
14
|
Control: react.ForwardRefExoticComponent<RadixForm.FormControlProps & react.RefAttributes<HTMLInputElement>>;
|
|
19
15
|
Submit: react.ForwardRefExoticComponent<RadixForm.FormSubmitProps & react.RefAttributes<HTMLButtonElement>>;
|
|
20
16
|
};
|
package/dist/molecules/form.js
CHANGED