@teach-in/react 0.3.0 → 0.4.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/chunk-3YOW5DEZ.mjs +45 -0
- package/dist/chunk-4N3FFVKQ.mjs +14 -0
- package/dist/{chunk-QCLLPJMB.mjs → chunk-544SDU73.mjs} +2 -2
- package/dist/chunk-7BTEKEON.mjs +11 -0
- package/dist/{chunk-2CEZXLZR.mjs → chunk-AFVGHUW2.mjs} +1 -1
- package/dist/chunk-EEGPGLDC.mjs +26 -0
- package/dist/{chunk-GEJLG5RP.mjs → chunk-NLHQDWUK.mjs} +3 -2
- package/dist/chunk-PSK7I7V4.mjs +30 -0
- package/dist/chunk-Q2ILWL7L.mjs +1 -0
- package/dist/chunk-TSD6GU35.mjs +16 -0
- package/dist/chunk-UON5ACST.mjs +1 -0
- package/dist/chunk-UT5RUCAT.mjs +1 -0
- package/dist/{chunk-2ASQXBDD.mjs → chunk-WFNNN6WU.mjs} +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +290 -234
- package/dist/index.mjs +148 -133
- package/dist/ui/data/image/image.d.ts +6 -0
- package/dist/ui/data/image/image.js +47 -0
- package/dist/ui/data/image/image.mjs +7 -0
- package/dist/ui/data/image/index.d.ts +1 -0
- package/dist/ui/data/image/index.js +49 -0
- package/dist/ui/data/image/index.mjs +8 -0
- package/dist/ui/data/index.d.ts +1 -0
- package/dist/ui/data/index.js +11 -0
- package/dist/ui/data/index.mjs +10 -5
- package/dist/ui/feedback/chip/chip.js +18 -1
- package/dist/ui/feedback/chip/chip.mjs +3 -1
- package/dist/ui/feedback/chip/index.js +18 -1
- package/dist/ui/feedback/chip/index.mjs +3 -1
- package/dist/ui/feedback/index.js +18 -1
- package/dist/ui/feedback/index.mjs +6 -4
- package/dist/ui/form/index.js +23 -10
- package/dist/ui/form/index.mjs +14 -14
- package/dist/ui/form/rhf/fields/autocomplete-field.mjs +10 -10
- package/dist/ui/form/rhf/fields/checkbox-field.mjs +10 -10
- package/dist/ui/form/rhf/fields/date-picker-field.mjs +10 -10
- package/dist/ui/form/rhf/fields/email-field.mjs +10 -10
- package/dist/ui/form/rhf/fields/index.js +23 -10
- package/dist/ui/form/rhf/fields/index.mjs +11 -11
- package/dist/ui/form/rhf/fields/input-field.mjs +10 -10
- package/dist/ui/form/rhf/fields/radio-field.mjs +10 -10
- package/dist/ui/form/rhf/fields/select-field.d.ts +8 -3
- package/dist/ui/form/rhf/fields/select-field.js +23 -10
- package/dist/ui/form/rhf/fields/select-field.mjs +11 -11
- package/dist/ui/form/rhf/fields/switch-field.mjs +10 -10
- package/dist/ui/form/rhf/fields/text-field.mjs +10 -10
- package/dist/ui/form/rhf/fields/textarea-field.mjs +10 -10
- package/dist/ui/form/rhf/index.js +23 -10
- package/dist/ui/form/rhf/index.mjs +11 -11
- package/dist/ui/format/index.mjs +12 -12
- package/dist/ui/index.js +288 -234
- package/dist/ui/index.mjs +145 -133
- package/dist/ui/inputs/index.js +21 -9
- package/dist/ui/inputs/index.mjs +18 -18
- package/dist/ui/inputs/select/index.js +21 -9
- package/dist/ui/inputs/select/index.mjs +1 -1
- package/dist/ui/inputs/select/select.d.ts +18 -5
- package/dist/ui/inputs/select/select.js +21 -9
- package/dist/ui/inputs/select/select.mjs +1 -1
- package/dist/ui/layout/container/container.mjs +73 -67
- package/dist/ui/layout/container/index.mjs +73 -67
- package/dist/ui/layout/index.mjs +76 -70
- package/dist/ui/layout/page/index.mjs +4 -2
- package/dist/ui/layout/page/page-loading.mjs +4 -2
- package/dist/ui/layout/page/section-loading.mjs +4 -2
- package/dist/ui/navigation/breadcrumbs/breadcrumbs.d.ts +10 -6
- package/dist/ui/navigation/breadcrumbs/breadcrumbs.js +4 -24
- package/dist/ui/navigation/breadcrumbs/breadcrumbs.mjs +1 -1
- package/dist/ui/navigation/breadcrumbs/index.js +4 -24
- package/dist/ui/navigation/breadcrumbs/index.mjs +1 -1
- package/dist/ui/navigation/index.js +4 -14
- package/dist/ui/navigation/index.mjs +9 -9
- package/dist/ui/overlays/index.d.ts +1 -0
- package/dist/ui/overlays/index.js +25 -2
- package/dist/ui/overlays/index.mjs +11 -6
- package/dist/ui/overlays/popover/index.d.ts +1 -0
- package/dist/ui/overlays/popover/index.js +51 -0
- package/dist/ui/overlays/popover/index.mjs +8 -0
- package/dist/ui/overlays/popover/popover.d.ts +10 -0
- package/dist/ui/overlays/popover/popover.js +49 -0
- package/dist/ui/overlays/popover/popover.mjs +7 -0
- package/dist/ui/provider/index.mjs +4 -2
- package/dist/ui/provider/ui-provider.mjs +4 -2
- package/dist/ui/surface/index.mjs +4 -4
- package/dist/ui/theme/colors/common.mjs +3 -3
- package/dist/ui/theme/colors/index.mjs +5 -5
- package/dist/ui/theme/colors/semantic.mjs +4 -4
- package/dist/ui/theme/colors.mjs +5 -5
- package/dist/ui/theme/index.mjs +6 -6
- package/dist/ui/theme/theme.mjs +6 -6
- package/dist/utils/extend-variants.d.ts +41 -0
- package/dist/utils/extend-variants.js +34 -0
- package/dist/utils/extend-variants.mjs +7 -0
- package/dist/utils/index.d.ts +1 -0
- package/dist/utils/index.js +36 -0
- package/dist/utils/index.mjs +8 -0
- package/package.json +5 -3
- package/dist/chunk-4KPEPEPC.mjs +0 -26
- package/dist/chunk-GQ3LBZ2Q.mjs +0 -33
- package/dist/chunk-ONQIPN3G.mjs +0 -14
- package/dist/{chunk-CYSW4N3T.mjs → chunk-3C4DPNCD.mjs} +0 -0
- package/dist/{chunk-IXPMUODA.mjs → chunk-5WDV3PDI.mjs} +6 -6
- /package/dist/{chunk-NMMWGIQE.mjs → chunk-DRZAPJZH.mjs} +0 -0
package/dist/index.mjs
CHANGED
|
@@ -6,10 +6,10 @@ import "./chunk-BGNMWHME.mjs";
|
|
|
6
6
|
import {
|
|
7
7
|
ScrollShadow
|
|
8
8
|
} from "./chunk-OZSO3C5Q.mjs";
|
|
9
|
-
import "./chunk-
|
|
9
|
+
import "./chunk-NVLF7L4R.mjs";
|
|
10
10
|
import {
|
|
11
|
-
|
|
12
|
-
} from "./chunk-
|
|
11
|
+
Divider
|
|
12
|
+
} from "./chunk-VWGY6KWP.mjs";
|
|
13
13
|
import "./chunk-NDQAHQFL.mjs";
|
|
14
14
|
import {
|
|
15
15
|
Grid
|
|
@@ -34,11 +34,11 @@ import "./chunk-DBQTFBA3.mjs";
|
|
|
34
34
|
import {
|
|
35
35
|
PageLoading
|
|
36
36
|
} from "./chunk-SPED4RBS.mjs";
|
|
37
|
-
import "./chunk-
|
|
38
|
-
import "./chunk-NVLF7L4R.mjs";
|
|
37
|
+
import "./chunk-JUIVZCH7.mjs";
|
|
39
38
|
import {
|
|
40
|
-
|
|
41
|
-
} from "./chunk-
|
|
39
|
+
Flex
|
|
40
|
+
} from "./chunk-M5F723W7.mjs";
|
|
41
|
+
import "./chunk-N7GOJBLM.mjs";
|
|
42
42
|
import {
|
|
43
43
|
Accordion,
|
|
44
44
|
AccordionItem
|
|
@@ -47,6 +47,16 @@ import "./chunk-Q6XJI7Q2.mjs";
|
|
|
47
47
|
import {
|
|
48
48
|
cn
|
|
49
49
|
} from "./chunk-LOMRTWX5.mjs";
|
|
50
|
+
import "./chunk-UNBE67YJ.mjs";
|
|
51
|
+
import "./chunk-PON4ZQKG.mjs";
|
|
52
|
+
import {
|
|
53
|
+
Bento,
|
|
54
|
+
bento
|
|
55
|
+
} from "./chunk-J3OZNLTZ.mjs";
|
|
56
|
+
import "./chunk-57JRJHSH.mjs";
|
|
57
|
+
import {
|
|
58
|
+
Card
|
|
59
|
+
} from "./chunk-UFYLYN5Z.mjs";
|
|
50
60
|
import "./chunk-EVQFKHCM.mjs";
|
|
51
61
|
import "./chunk-XAW35UDV.mjs";
|
|
52
62
|
import {
|
|
@@ -54,77 +64,22 @@ import {
|
|
|
54
64
|
} from "./chunk-NBFOX367.mjs";
|
|
55
65
|
import {
|
|
56
66
|
theme
|
|
57
|
-
} from "./chunk-
|
|
58
|
-
import "./chunk-NMMWGIQE.mjs";
|
|
59
|
-
import "./chunk-I5AMV7H7.mjs";
|
|
60
|
-
import {
|
|
61
|
-
Modal
|
|
62
|
-
} from "./chunk-T57H3CGO.mjs";
|
|
63
|
-
import "./chunk-ICRO6HS3.mjs";
|
|
64
|
-
import {
|
|
65
|
-
Dropdown,
|
|
66
|
-
DropdownItem,
|
|
67
|
-
DropdownMenu,
|
|
68
|
-
DropdownSection,
|
|
69
|
-
DropdownTrigger
|
|
70
|
-
} from "./chunk-YNCISHAU.mjs";
|
|
71
|
-
import "./chunk-3N5UZODS.mjs";
|
|
72
|
-
import {
|
|
73
|
-
UIProvider
|
|
74
|
-
} from "./chunk-FQUYFYMS.mjs";
|
|
75
|
-
import "./chunk-UNBE67YJ.mjs";
|
|
76
|
-
import "./chunk-57JRJHSH.mjs";
|
|
77
|
-
import {
|
|
78
|
-
Card
|
|
79
|
-
} from "./chunk-UFYLYN5Z.mjs";
|
|
80
|
-
import "./chunk-PON4ZQKG.mjs";
|
|
81
|
-
import {
|
|
82
|
-
Bento,
|
|
83
|
-
bento
|
|
84
|
-
} from "./chunk-J3OZNLTZ.mjs";
|
|
67
|
+
} from "./chunk-WFNNN6WU.mjs";
|
|
85
68
|
import "./chunk-JWMPI5AZ.mjs";
|
|
86
|
-
import "./chunk-
|
|
87
|
-
import "./chunk-
|
|
69
|
+
import "./chunk-544SDU73.mjs";
|
|
70
|
+
import "./chunk-AFVGHUW2.mjs";
|
|
88
71
|
import "./chunk-EJQH6CYW.mjs";
|
|
89
|
-
import "./chunk-
|
|
72
|
+
import "./chunk-5WDV3PDI.mjs";
|
|
73
|
+
import "./chunk-HOVAPYGJ.mjs";
|
|
90
74
|
import "./chunk-3LOCA2SP.mjs";
|
|
75
|
+
import "./chunk-LUERGYYZ.mjs";
|
|
91
76
|
import "./chunk-YBQFG6QJ.mjs";
|
|
92
77
|
import "./chunk-XKX5LFH7.mjs";
|
|
93
78
|
import "./chunk-SLB2JE3N.mjs";
|
|
94
79
|
import "./chunk-XYQVL4EX.mjs";
|
|
95
|
-
import "./chunk-HOVAPYGJ.mjs";
|
|
96
80
|
import "./chunk-2OPPNAW2.mjs";
|
|
97
81
|
import "./chunk-OW6U64MG.mjs";
|
|
98
|
-
import "./chunk-LUERGYYZ.mjs";
|
|
99
82
|
import "./chunk-VIPLRFPR.mjs";
|
|
100
|
-
import "./chunk-5IHVMMCK.mjs";
|
|
101
|
-
import {
|
|
102
|
-
Plural
|
|
103
|
-
} from "./chunk-UHLC7GOU.mjs";
|
|
104
|
-
import {
|
|
105
|
-
Time
|
|
106
|
-
} from "./chunk-3ZTXXJSO.mjs";
|
|
107
|
-
import {
|
|
108
|
-
Boolean
|
|
109
|
-
} from "./chunk-26RHRVH2.mjs";
|
|
110
|
-
import {
|
|
111
|
-
Currency
|
|
112
|
-
} from "./chunk-LN7WH3OB.mjs";
|
|
113
|
-
import {
|
|
114
|
-
DateFormat
|
|
115
|
-
} from "./chunk-BUVPBB4J.mjs";
|
|
116
|
-
import {
|
|
117
|
-
Datetime
|
|
118
|
-
} from "./chunk-6NZ4IHNU.mjs";
|
|
119
|
-
import {
|
|
120
|
-
Duration
|
|
121
|
-
} from "./chunk-4QSIBIUI.mjs";
|
|
122
|
-
import {
|
|
123
|
-
Number
|
|
124
|
-
} from "./chunk-NZI5NBXF.mjs";
|
|
125
|
-
import {
|
|
126
|
-
Percent
|
|
127
|
-
} from "./chunk-CXAZBWS4.mjs";
|
|
128
83
|
import "./chunk-VOG5HJID.mjs";
|
|
129
84
|
import "./chunk-FXXWSYJA.mjs";
|
|
130
85
|
import "./chunk-Q6JSJOU4.mjs";
|
|
@@ -136,7 +91,7 @@ import {
|
|
|
136
91
|
} from "./chunk-W2A6C27Y.mjs";
|
|
137
92
|
import {
|
|
138
93
|
SelectField
|
|
139
|
-
} from "./chunk-
|
|
94
|
+
} from "./chunk-NLHQDWUK.mjs";
|
|
140
95
|
import {
|
|
141
96
|
SwitchField
|
|
142
97
|
} from "./chunk-EC3NSPHR.mjs";
|
|
@@ -158,14 +113,14 @@ import {
|
|
|
158
113
|
import {
|
|
159
114
|
EmailField
|
|
160
115
|
} from "./chunk-R7LDL5CU.mjs";
|
|
161
|
-
import "./chunk-CZEO3U25.mjs";
|
|
162
|
-
import "./chunk-LLP2PTPK.mjs";
|
|
163
116
|
import {
|
|
164
|
-
|
|
165
|
-
} from "./chunk-
|
|
117
|
+
Form
|
|
118
|
+
} from "./chunk-A3AAC7PF.mjs";
|
|
119
|
+
import "./chunk-CZEO3U25.mjs";
|
|
120
|
+
import "./chunk-DUQFM3QS.mjs";
|
|
166
121
|
import {
|
|
167
|
-
|
|
168
|
-
} from "./chunk-
|
|
122
|
+
Text
|
|
123
|
+
} from "./chunk-KTUGFQWJ.mjs";
|
|
169
124
|
import "./chunk-RRA7GWP2.mjs";
|
|
170
125
|
import {
|
|
171
126
|
RadioGroup
|
|
@@ -173,23 +128,33 @@ import {
|
|
|
173
128
|
import {
|
|
174
129
|
Radio
|
|
175
130
|
} from "./chunk-2SNKT7I4.mjs";
|
|
176
|
-
import "./chunk-
|
|
131
|
+
import "./chunk-LLP2PTPK.mjs";
|
|
177
132
|
import {
|
|
178
|
-
|
|
179
|
-
} from "./chunk-
|
|
133
|
+
FavoriteSwitch
|
|
134
|
+
} from "./chunk-E5QSNLSR.mjs";
|
|
135
|
+
import {
|
|
136
|
+
Switch
|
|
137
|
+
} from "./chunk-N3EAW6UO.mjs";
|
|
180
138
|
import "./chunk-5HK7HRTR.mjs";
|
|
181
139
|
import {
|
|
182
140
|
Textarea
|
|
183
141
|
} from "./chunk-HJUZTISD.mjs";
|
|
184
|
-
import "./chunk-V3KKDSQP.mjs";
|
|
185
142
|
import "./chunk-V2HNFTTX.mjs";
|
|
186
143
|
import {
|
|
187
144
|
DatePicker
|
|
188
145
|
} from "./chunk-IAJ6G633.mjs";
|
|
146
|
+
import "./chunk-V3KKDSQP.mjs";
|
|
147
|
+
import {
|
|
148
|
+
Email
|
|
149
|
+
} from "./chunk-LJIVY6GU.mjs";
|
|
150
|
+
import "./chunk-ZRHEFEFS.mjs";
|
|
151
|
+
import {
|
|
152
|
+
Input
|
|
153
|
+
} from "./chunk-V2G5QHZZ.mjs";
|
|
189
154
|
import "./chunk-AQ3ISJKU.mjs";
|
|
190
155
|
import {
|
|
191
156
|
Select
|
|
192
|
-
} from "./chunk-
|
|
157
|
+
} from "./chunk-3YOW5DEZ.mjs";
|
|
193
158
|
import "./chunk-WYJW5NNA.mjs";
|
|
194
159
|
import {
|
|
195
160
|
Autocomplete
|
|
@@ -201,44 +166,51 @@ import {
|
|
|
201
166
|
import {
|
|
202
167
|
Checkbox
|
|
203
168
|
} from "./chunk-N3QOXWJI.mjs";
|
|
169
|
+
import "./chunk-J3GK2CGQ.mjs";
|
|
170
|
+
import "./chunk-MJTSZFLC.mjs";
|
|
204
171
|
import {
|
|
205
|
-
|
|
206
|
-
} from "./chunk-
|
|
207
|
-
import "./chunk-
|
|
172
|
+
Tabs
|
|
173
|
+
} from "./chunk-ZSYIKEXW.mjs";
|
|
174
|
+
import "./chunk-FKHR6G3R.mjs";
|
|
208
175
|
import {
|
|
209
|
-
|
|
210
|
-
|
|
176
|
+
BreadcrumbItem,
|
|
177
|
+
Breadcrumbs
|
|
178
|
+
} from "./chunk-TSD6GU35.mjs";
|
|
179
|
+
import "./chunk-25ISU6R3.mjs";
|
|
211
180
|
import {
|
|
212
|
-
|
|
213
|
-
} from "./chunk-
|
|
214
|
-
import "./chunk-
|
|
215
|
-
import "./chunk-5UKTT75Y.mjs";
|
|
181
|
+
Link
|
|
182
|
+
} from "./chunk-7T3JFARO.mjs";
|
|
183
|
+
import "./chunk-AT6DX4DN.mjs";
|
|
216
184
|
import {
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
185
|
+
Navbar,
|
|
186
|
+
NavbarBrand,
|
|
187
|
+
NavbarContent,
|
|
188
|
+
NavbarItem,
|
|
189
|
+
NavbarMenu,
|
|
190
|
+
NavbarMenuItem,
|
|
191
|
+
NavbarMenuToggle
|
|
192
|
+
} from "./chunk-SAYYLTIE.mjs";
|
|
193
|
+
import "./chunk-UON5ACST.mjs";
|
|
194
|
+
import "./chunk-ICRO6HS3.mjs";
|
|
221
195
|
import {
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
} from "./chunk-PKZZEODR.mjs";
|
|
230
|
-
import "./chunk-CTKWGSNJ.mjs";
|
|
196
|
+
Dropdown,
|
|
197
|
+
DropdownItem,
|
|
198
|
+
DropdownMenu,
|
|
199
|
+
DropdownSection,
|
|
200
|
+
DropdownTrigger
|
|
201
|
+
} from "./chunk-YNCISHAU.mjs";
|
|
202
|
+
import "./chunk-I5AMV7H7.mjs";
|
|
231
203
|
import {
|
|
232
|
-
|
|
233
|
-
} from "./chunk-
|
|
234
|
-
import "./chunk-
|
|
204
|
+
Modal
|
|
205
|
+
} from "./chunk-T57H3CGO.mjs";
|
|
206
|
+
import "./chunk-UT5RUCAT.mjs";
|
|
235
207
|
import {
|
|
236
|
-
|
|
237
|
-
} from "./chunk-
|
|
238
|
-
import "./chunk-
|
|
208
|
+
Popover
|
|
209
|
+
} from "./chunk-PSK7I7V4.mjs";
|
|
210
|
+
import "./chunk-3N5UZODS.mjs";
|
|
239
211
|
import {
|
|
240
|
-
|
|
241
|
-
} from "./chunk-
|
|
212
|
+
UIProvider
|
|
213
|
+
} from "./chunk-FQUYFYMS.mjs";
|
|
242
214
|
import "./chunk-AR4IYKG5.mjs";
|
|
243
215
|
import {
|
|
244
216
|
Toast,
|
|
@@ -265,38 +237,78 @@ import "./chunk-3BST3PYD.mjs";
|
|
|
265
237
|
import {
|
|
266
238
|
Tooltip
|
|
267
239
|
} from "./chunk-TJBXXTYS.mjs";
|
|
240
|
+
import "./chunk-K3WTHFIG.mjs";
|
|
241
|
+
import {
|
|
242
|
+
Chip
|
|
243
|
+
} from "./chunk-EEGPGLDC.mjs";
|
|
268
244
|
import "./chunk-V77JZXH7.mjs";
|
|
269
245
|
import {
|
|
270
246
|
Alert
|
|
271
247
|
} from "./chunk-TIFF5WZA.mjs";
|
|
272
|
-
import "./chunk-
|
|
248
|
+
import "./chunk-5IHVMMCK.mjs";
|
|
273
249
|
import {
|
|
274
|
-
|
|
275
|
-
} from "./chunk-
|
|
276
|
-
import "./chunk-J3GK2CGQ.mjs";
|
|
277
|
-
import "./chunk-MJTSZFLC.mjs";
|
|
250
|
+
DateFormat
|
|
251
|
+
} from "./chunk-BUVPBB4J.mjs";
|
|
278
252
|
import {
|
|
279
|
-
|
|
280
|
-
} from "./chunk-
|
|
281
|
-
import "./chunk-AT6DX4DN.mjs";
|
|
253
|
+
Datetime
|
|
254
|
+
} from "./chunk-6NZ4IHNU.mjs";
|
|
282
255
|
import {
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
NavbarContent,
|
|
286
|
-
NavbarItem,
|
|
287
|
-
NavbarMenu,
|
|
288
|
-
NavbarMenuItem,
|
|
289
|
-
NavbarMenuToggle
|
|
290
|
-
} from "./chunk-SAYYLTIE.mjs";
|
|
291
|
-
import "./chunk-25ISU6R3.mjs";
|
|
256
|
+
Duration
|
|
257
|
+
} from "./chunk-4QSIBIUI.mjs";
|
|
292
258
|
import {
|
|
293
|
-
|
|
294
|
-
} from "./chunk-
|
|
295
|
-
import "./chunk-FKHR6G3R.mjs";
|
|
259
|
+
Number
|
|
260
|
+
} from "./chunk-NZI5NBXF.mjs";
|
|
296
261
|
import {
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
262
|
+
Percent
|
|
263
|
+
} from "./chunk-CXAZBWS4.mjs";
|
|
264
|
+
import {
|
|
265
|
+
Plural
|
|
266
|
+
} from "./chunk-UHLC7GOU.mjs";
|
|
267
|
+
import {
|
|
268
|
+
Time
|
|
269
|
+
} from "./chunk-3ZTXXJSO.mjs";
|
|
270
|
+
import "./chunk-Q2ILWL7L.mjs";
|
|
271
|
+
import {
|
|
272
|
+
extendVariants
|
|
273
|
+
} from "./chunk-7BTEKEON.mjs";
|
|
274
|
+
import "./chunk-HZ5YAOU6.mjs";
|
|
275
|
+
import "./chunk-5UKTT75Y.mjs";
|
|
276
|
+
import {
|
|
277
|
+
Button
|
|
278
|
+
} from "./chunk-TYMUQULA.mjs";
|
|
279
|
+
import "./chunk-3C4DPNCD.mjs";
|
|
280
|
+
import "./chunk-54FA62HL.mjs";
|
|
281
|
+
import {
|
|
282
|
+
Table,
|
|
283
|
+
TableBody,
|
|
284
|
+
TableCell,
|
|
285
|
+
TableColumn,
|
|
286
|
+
TableHeader,
|
|
287
|
+
TableRow,
|
|
288
|
+
getKeyValue
|
|
289
|
+
} from "./chunk-PKZZEODR.mjs";
|
|
290
|
+
import "./chunk-CTKWGSNJ.mjs";
|
|
291
|
+
import {
|
|
292
|
+
User
|
|
293
|
+
} from "./chunk-XHCXM5MU.mjs";
|
|
294
|
+
import "./chunk-UTZUYZZL.mjs";
|
|
295
|
+
import {
|
|
296
|
+
Avatar
|
|
297
|
+
} from "./chunk-IZEJE6V2.mjs";
|
|
298
|
+
import "./chunk-DRZAPJZH.mjs";
|
|
299
|
+
import {
|
|
300
|
+
Image
|
|
301
|
+
} from "./chunk-4N3FFVKQ.mjs";
|
|
302
|
+
import "./chunk-KH4D2C2T.mjs";
|
|
303
|
+
import {
|
|
304
|
+
Pagination
|
|
305
|
+
} from "./chunk-O5T4GUJH.mjs";
|
|
306
|
+
import {
|
|
307
|
+
Boolean
|
|
308
|
+
} from "./chunk-26RHRVH2.mjs";
|
|
309
|
+
import {
|
|
310
|
+
Currency
|
|
311
|
+
} from "./chunk-LN7WH3OB.mjs";
|
|
300
312
|
export {
|
|
301
313
|
Accordion,
|
|
302
314
|
AccordionItem,
|
|
@@ -341,6 +353,7 @@ export {
|
|
|
341
353
|
Time as FormatTime,
|
|
342
354
|
Grid,
|
|
343
355
|
Header,
|
|
356
|
+
Image,
|
|
344
357
|
Input,
|
|
345
358
|
InputField,
|
|
346
359
|
Link,
|
|
@@ -355,6 +368,7 @@ export {
|
|
|
355
368
|
PageContent,
|
|
356
369
|
PageLoading,
|
|
357
370
|
Pagination,
|
|
371
|
+
Popover,
|
|
358
372
|
Progress,
|
|
359
373
|
Radio,
|
|
360
374
|
RadioField,
|
|
@@ -395,6 +409,7 @@ export {
|
|
|
395
409
|
closeAll,
|
|
396
410
|
closeToast,
|
|
397
411
|
cn,
|
|
412
|
+
extendVariants,
|
|
398
413
|
getKeyValue,
|
|
399
414
|
getToastQueue,
|
|
400
415
|
isToastClosing,
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { ImageProps as HeroUIImageProps } from "@heroui/image";
|
|
2
|
+
import React from "react";
|
|
3
|
+
export interface ImageProps extends HeroUIImageProps {
|
|
4
|
+
}
|
|
5
|
+
declare const Image: React.ForwardRefExoticComponent<Omit<ImageProps, "ref"> & React.RefAttributes<HTMLImageElement>>;
|
|
6
|
+
export { Image };
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
"use strict";
|
|
3
|
+
var __create = Object.create;
|
|
4
|
+
var __defProp = Object.defineProperty;
|
|
5
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
6
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
7
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
8
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
9
|
+
var __export = (target, all) => {
|
|
10
|
+
for (var name in all)
|
|
11
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
12
|
+
};
|
|
13
|
+
var __copyProps = (to, from, except, desc) => {
|
|
14
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
15
|
+
for (let key of __getOwnPropNames(from))
|
|
16
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
17
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
18
|
+
}
|
|
19
|
+
return to;
|
|
20
|
+
};
|
|
21
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
22
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
23
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
24
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
25
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
26
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
27
|
+
mod
|
|
28
|
+
));
|
|
29
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
30
|
+
|
|
31
|
+
// src/ui/data/image/image.tsx
|
|
32
|
+
var image_exports = {};
|
|
33
|
+
__export(image_exports, {
|
|
34
|
+
Image: () => Image
|
|
35
|
+
});
|
|
36
|
+
module.exports = __toCommonJS(image_exports);
|
|
37
|
+
var import_react = __toESM(require("react"));
|
|
38
|
+
var import_image = require("@heroui/image");
|
|
39
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
40
|
+
var Image = import_react.default.forwardRef(({ ...props }, ref) => {
|
|
41
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_image.Image, { ref, ...props });
|
|
42
|
+
});
|
|
43
|
+
Image.displayName = "TeachInUI.Image";
|
|
44
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
45
|
+
0 && (module.exports = {
|
|
46
|
+
Image
|
|
47
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Image } from "./image";
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
"use strict";
|
|
3
|
+
var __create = Object.create;
|
|
4
|
+
var __defProp = Object.defineProperty;
|
|
5
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
6
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
7
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
8
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
9
|
+
var __export = (target, all) => {
|
|
10
|
+
for (var name in all)
|
|
11
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
12
|
+
};
|
|
13
|
+
var __copyProps = (to, from, except, desc) => {
|
|
14
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
15
|
+
for (let key of __getOwnPropNames(from))
|
|
16
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
17
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
18
|
+
}
|
|
19
|
+
return to;
|
|
20
|
+
};
|
|
21
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
22
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
23
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
24
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
25
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
26
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
27
|
+
mod
|
|
28
|
+
));
|
|
29
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
30
|
+
|
|
31
|
+
// src/ui/data/image/index.ts
|
|
32
|
+
var image_exports = {};
|
|
33
|
+
__export(image_exports, {
|
|
34
|
+
Image: () => Image
|
|
35
|
+
});
|
|
36
|
+
module.exports = __toCommonJS(image_exports);
|
|
37
|
+
|
|
38
|
+
// src/ui/data/image/image.tsx
|
|
39
|
+
var import_react = __toESM(require("react"));
|
|
40
|
+
var import_image = require("@heroui/image");
|
|
41
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
42
|
+
var Image = import_react.default.forwardRef(({ ...props }, ref) => {
|
|
43
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_image.Image, { ref, ...props });
|
|
44
|
+
});
|
|
45
|
+
Image.displayName = "TeachInUI.Image";
|
|
46
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
47
|
+
0 && (module.exports = {
|
|
48
|
+
Image
|
|
49
|
+
});
|
package/dist/ui/data/index.d.ts
CHANGED
package/dist/ui/data/index.js
CHANGED
|
@@ -32,6 +32,7 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
|
32
32
|
var data_exports = {};
|
|
33
33
|
__export(data_exports, {
|
|
34
34
|
Avatar: () => Avatar,
|
|
35
|
+
Image: () => Image,
|
|
35
36
|
Pagination: () => Pagination,
|
|
36
37
|
Table: () => Table,
|
|
37
38
|
TableBody: () => TableBody,
|
|
@@ -81,9 +82,19 @@ var User = import_react3.default.forwardRef((props, ref) => {
|
|
|
81
82
|
return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(import_user.User, { ref, ...props });
|
|
82
83
|
});
|
|
83
84
|
User.displayName = "TeachInUI.User";
|
|
85
|
+
|
|
86
|
+
// src/ui/data/image/image.tsx
|
|
87
|
+
var import_react4 = __toESM(require("react"));
|
|
88
|
+
var import_image = require("@heroui/image");
|
|
89
|
+
var import_jsx_runtime4 = require("react/jsx-runtime");
|
|
90
|
+
var Image = import_react4.default.forwardRef(({ ...props }, ref) => {
|
|
91
|
+
return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(import_image.Image, { ref, ...props });
|
|
92
|
+
});
|
|
93
|
+
Image.displayName = "TeachInUI.Image";
|
|
84
94
|
// Annotate the CommonJS export names for ESM import in node:
|
|
85
95
|
0 && (module.exports = {
|
|
86
96
|
Avatar,
|
|
97
|
+
Image,
|
|
87
98
|
Pagination,
|
|
88
99
|
Table,
|
|
89
100
|
TableBody,
|
package/dist/ui/data/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import "../../chunk-
|
|
2
|
+
import "../../chunk-3C4DPNCD.mjs";
|
|
3
3
|
import "../../chunk-54FA62HL.mjs";
|
|
4
4
|
import {
|
|
5
5
|
Table,
|
|
@@ -14,16 +14,21 @@ import "../../chunk-CTKWGSNJ.mjs";
|
|
|
14
14
|
import {
|
|
15
15
|
User
|
|
16
16
|
} from "../../chunk-XHCXM5MU.mjs";
|
|
17
|
-
import "../../chunk-KH4D2C2T.mjs";
|
|
18
|
-
import {
|
|
19
|
-
Pagination
|
|
20
|
-
} from "../../chunk-O5T4GUJH.mjs";
|
|
21
17
|
import "../../chunk-UTZUYZZL.mjs";
|
|
22
18
|
import {
|
|
23
19
|
Avatar
|
|
24
20
|
} from "../../chunk-IZEJE6V2.mjs";
|
|
21
|
+
import "../../chunk-DRZAPJZH.mjs";
|
|
22
|
+
import {
|
|
23
|
+
Image
|
|
24
|
+
} from "../../chunk-4N3FFVKQ.mjs";
|
|
25
|
+
import "../../chunk-KH4D2C2T.mjs";
|
|
26
|
+
import {
|
|
27
|
+
Pagination
|
|
28
|
+
} from "../../chunk-O5T4GUJH.mjs";
|
|
25
29
|
export {
|
|
26
30
|
Avatar,
|
|
31
|
+
Image,
|
|
27
32
|
Pagination,
|
|
28
33
|
Table,
|
|
29
34
|
TableBody,
|
|
@@ -36,9 +36,26 @@ __export(chip_exports, {
|
|
|
36
36
|
module.exports = __toCommonJS(chip_exports);
|
|
37
37
|
var import_react = __toESM(require("react"));
|
|
38
38
|
var import_chip = require("@heroui/chip");
|
|
39
|
+
|
|
40
|
+
// src/utils/extend-variants.ts
|
|
41
|
+
var import_system = require("@heroui/system");
|
|
42
|
+
var extendVariants = (component, config) => {
|
|
43
|
+
return (0, import_system.extendVariants)(component, config);
|
|
44
|
+
};
|
|
45
|
+
|
|
46
|
+
// src/ui/feedback/chip/chip.tsx
|
|
39
47
|
var import_jsx_runtime = require("react/jsx-runtime");
|
|
48
|
+
var ChipCustom = extendVariants(import_chip.Chip, {
|
|
49
|
+
variants: {
|
|
50
|
+
variant: {
|
|
51
|
+
bordered: { base: "border-1" },
|
|
52
|
+
faded: { base: "border-1" },
|
|
53
|
+
dot: { base: "border-1" }
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
});
|
|
40
57
|
var Chip = import_react.default.forwardRef(({ variant = "flat", ...props }, ref) => {
|
|
41
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
58
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(ChipCustom, { ref, variant, ...props });
|
|
42
59
|
});
|
|
43
60
|
Chip.displayName = "TeachInUI.Chip";
|
|
44
61
|
// Annotate the CommonJS export names for ESM import in node:
|
|
@@ -38,9 +38,26 @@ module.exports = __toCommonJS(chip_exports);
|
|
|
38
38
|
// src/ui/feedback/chip/chip.tsx
|
|
39
39
|
var import_react = __toESM(require("react"));
|
|
40
40
|
var import_chip = require("@heroui/chip");
|
|
41
|
+
|
|
42
|
+
// src/utils/extend-variants.ts
|
|
43
|
+
var import_system = require("@heroui/system");
|
|
44
|
+
var extendVariants = (component, config) => {
|
|
45
|
+
return (0, import_system.extendVariants)(component, config);
|
|
46
|
+
};
|
|
47
|
+
|
|
48
|
+
// src/ui/feedback/chip/chip.tsx
|
|
41
49
|
var import_jsx_runtime = require("react/jsx-runtime");
|
|
50
|
+
var ChipCustom = extendVariants(import_chip.Chip, {
|
|
51
|
+
variants: {
|
|
52
|
+
variant: {
|
|
53
|
+
bordered: { base: "border-1" },
|
|
54
|
+
faded: { base: "border-1" },
|
|
55
|
+
dot: { base: "border-1" }
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
});
|
|
42
59
|
var Chip = import_react.default.forwardRef(({ variant = "flat", ...props }, ref) => {
|
|
43
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
60
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(ChipCustom, { ref, variant, ...props });
|
|
44
61
|
});
|
|
45
62
|
Chip.displayName = "TeachInUI.Chip";
|
|
46
63
|
// Annotate the CommonJS export names for ESM import in node:
|