@teach-in/react 0.1.0 → 0.2.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-HH7MLUOF.mjs → chunk-25XG46X6.mjs} +1 -1
- package/dist/chunk-2OPPNAW2.mjs +19 -0
- package/dist/chunk-3LOCA2SP.mjs +19 -0
- package/dist/chunk-545OBZ4O.mjs +47 -0
- package/dist/{chunk-2W4N27WQ.mjs → chunk-6NZ4IHNU.mjs} +4 -3
- package/dist/{chunk-CLDAITOP.mjs → chunk-BUVPBB4J.mjs} +2 -2
- package/dist/chunk-CAJWTQDB.mjs +1 -0
- package/dist/chunk-EJQH6CYW.mjs +1 -0
- package/dist/chunk-HOVAPYGJ.mjs +19 -0
- package/dist/{chunk-S2TB4GD2.mjs → chunk-IZ5KKF6P.mjs} +2 -2
- package/dist/chunk-J3OZNLTZ.mjs +50 -0
- package/dist/chunk-JUIVZCH7.mjs +1 -0
- package/dist/chunk-JWMPI5AZ.mjs +1 -0
- package/dist/chunk-LUERGYYZ.mjs +19 -0
- package/dist/{chunk-CUVF3U67.mjs → chunk-M5F723W7.mjs} +1 -1
- package/dist/chunk-NCM6KIQH.mjs +47 -0
- package/dist/chunk-NDQAHQFL.mjs +1 -0
- package/dist/{chunk-AS4T5M6E.mjs → chunk-O5T4GUJH.mjs} +3 -0
- package/dist/chunk-OW6U64MG.mjs +19 -0
- package/dist/chunk-PFLROV3C.mjs +17 -0
- package/dist/chunk-PON4ZQKG.mjs +1 -0
- package/dist/chunk-SLB2JE3N.mjs +19 -0
- package/dist/{chunk-PEB5ZH76.mjs → chunk-SPED4RBS.mjs} +1 -1
- package/dist/{chunk-GRWFJ4FP.mjs → chunk-TJBXXTYS.mjs} +1 -1
- package/dist/{chunk-QU35SWES.mjs → chunk-TYMUQULA.mjs} +9 -5
- package/dist/chunk-VIPLRFPR.mjs +23 -0
- package/dist/chunk-W6NKLZ73.mjs +61 -0
- package/dist/chunk-X7ER4IDJ.mjs +167 -0
- package/dist/chunk-XKX5LFH7.mjs +19 -0
- package/dist/chunk-XYQVL4EX.mjs +19 -0
- package/dist/chunk-YBQFG6QJ.mjs +19 -0
- package/dist/{chunk-LR4R7GFR.mjs → chunk-ZXCQ73RT.mjs} +3 -5
- package/dist/index.js +527 -55
- package/dist/index.mjs +110 -78
- package/dist/ui/actions/button/button.d.ts +0 -4
- package/dist/ui/actions/button/button.js +9 -6
- package/dist/ui/actions/button/button.mjs +1 -2
- package/dist/ui/actions/button/index.js +9 -5
- package/dist/ui/actions/button/index.mjs +1 -1
- package/dist/ui/actions/index.js +9 -5
- package/dist/ui/actions/index.mjs +1 -1
- package/dist/ui/data/index.js +1 -0
- package/dist/ui/data/index.mjs +1 -1
- package/dist/ui/data/pagination/index.js +1 -0
- package/dist/ui/data/pagination/index.mjs +1 -1
- package/dist/ui/data/pagination/pagination.d.ts +6 -2
- package/dist/ui/data/pagination/pagination.js +6 -2
- package/dist/ui/data/pagination/pagination.mjs +5 -3
- package/dist/ui/feedback/alert/alert.d.ts +1 -1
- package/dist/ui/feedback/alert/alert.js +0 -1
- package/dist/ui/feedback/alert/alert.mjs +0 -1
- package/dist/ui/feedback/chip/chip.js +0 -1
- package/dist/ui/feedback/chip/chip.mjs +0 -1
- package/dist/ui/feedback/index.js +4 -6
- package/dist/ui/feedback/index.mjs +8 -8
- package/dist/ui/feedback/spinner/index.js +3 -5
- package/dist/ui/feedback/spinner/index.mjs +1 -1
- package/dist/ui/feedback/spinner/spinner.d.ts +8 -4
- package/dist/ui/feedback/spinner/spinner.js +3 -6
- package/dist/ui/feedback/spinner/spinner.mjs +1 -2
- package/dist/ui/feedback/tooltip/index.js +1 -1
- package/dist/ui/feedback/tooltip/index.mjs +1 -1
- package/dist/ui/feedback/tooltip/tooltip.d.ts +2 -2
- package/dist/ui/feedback/tooltip/tooltip.js +1 -2
- package/dist/ui/feedback/tooltip/tooltip.mjs +1 -2
- package/dist/ui/form/index.mjs +14 -14
- package/dist/ui/form/rhf/fields/autocomplete-field.js +0 -1
- package/dist/ui/form/rhf/fields/autocomplete-field.mjs +6 -7
- package/dist/ui/form/rhf/fields/checkbox-field.js +0 -1
- package/dist/ui/form/rhf/fields/checkbox-field.mjs +6 -7
- package/dist/ui/form/rhf/fields/date-picker-field.js +0 -1
- package/dist/ui/form/rhf/fields/date-picker-field.mjs +6 -7
- package/dist/ui/form/rhf/fields/email-field.js +0 -1
- package/dist/ui/form/rhf/fields/email-field.mjs +6 -7
- package/dist/ui/form/rhf/fields/index.mjs +12 -12
- package/dist/ui/form/rhf/fields/input-field.js +0 -1
- package/dist/ui/form/rhf/fields/input-field.mjs +6 -7
- package/dist/ui/form/rhf/fields/select-field.js +0 -1
- package/dist/ui/form/rhf/fields/select-field.mjs +6 -7
- package/dist/ui/form/rhf/fields/switch-field.js +0 -1
- package/dist/ui/form/rhf/fields/switch-field.mjs +6 -7
- package/dist/ui/form/rhf/fields/text-field.js +0 -1
- package/dist/ui/form/rhf/fields/text-field.mjs +6 -7
- package/dist/ui/form/rhf/fields/textarea-field.js +0 -1
- package/dist/ui/form/rhf/fields/textarea-field.mjs +6 -7
- package/dist/ui/form/rhf/index.mjs +12 -12
- package/dist/ui/format/boolean.js +0 -1
- package/dist/ui/format/boolean.mjs +0 -1
- package/dist/ui/format/currency.js +0 -1
- package/dist/ui/format/currency.mjs +0 -1
- package/dist/ui/format/date.js +2 -3
- package/dist/ui/format/date.mjs +1 -2
- package/dist/ui/format/datetime.js +4 -4
- package/dist/ui/format/datetime.mjs +1 -2
- package/dist/ui/format/duration.js +0 -1
- package/dist/ui/format/duration.mjs +0 -1
- package/dist/ui/format/index.js +6 -5
- package/dist/ui/format/index.mjs +2 -2
- package/dist/ui/format/number.js +0 -1
- package/dist/ui/format/number.mjs +0 -1
- package/dist/ui/format/percent.js +0 -1
- package/dist/ui/format/percent.mjs +0 -1
- package/dist/ui/format/plural.js +0 -1
- package/dist/ui/format/plural.mjs +0 -1
- package/dist/ui/format/time.js +0 -1
- package/dist/ui/format/time.mjs +0 -1
- package/dist/ui/index.d.ts +1 -0
- package/dist/ui/index.js +527 -55
- package/dist/ui/index.mjs +110 -78
- package/dist/ui/inputs/index.mjs +10 -10
- package/dist/ui/inputs/switch/switch.js +0 -1
- package/dist/ui/inputs/switch/switch.mjs +0 -1
- package/dist/ui/layout/{container.d.ts → container/container.d.ts} +2 -2
- package/dist/ui/layout/{container.js → container/container.js} +3 -4
- package/dist/ui/layout/container/container.mjs +107 -0
- package/dist/ui/layout/container/index.d.ts +1 -0
- package/dist/ui/layout/container/index.js +66 -0
- package/dist/ui/layout/container/index.mjs +107 -0
- package/dist/ui/layout/{flex.js → flex/flex.js} +1 -2
- package/dist/ui/layout/{flex.mjs → flex/flex.mjs} +1 -2
- package/dist/ui/layout/flex/index.d.ts +1 -0
- package/dist/ui/layout/flex/index.js +84 -0
- package/dist/ui/layout/flex/index.mjs +8 -0
- package/dist/ui/layout/grid/grid.d.ts +118 -0
- package/dist/ui/layout/grid/grid.js +84 -0
- package/dist/ui/layout/grid/grid.mjs +7 -0
- package/dist/ui/layout/grid/index.d.ts +1 -0
- package/dist/ui/layout/grid/index.js +86 -0
- package/dist/ui/layout/grid/index.mjs +8 -0
- package/dist/ui/layout/index.d.ts +1 -0
- package/dist/ui/layout/index.js +65 -9
- package/dist/ui/layout/index.mjs +72 -48
- package/dist/ui/layout/page/breadcrumbs.js +0 -1
- package/dist/ui/layout/page/breadcrumbs.mjs +0 -1
- package/dist/ui/layout/page/index.js +3 -5
- package/dist/ui/layout/page/index.mjs +11 -11
- package/dist/ui/layout/page/page-loading.js +3 -5
- package/dist/ui/layout/page/page-loading.mjs +6 -6
- package/dist/ui/layout/page/section-loading.js +3 -5
- package/dist/ui/layout/page/section-loading.mjs +6 -6
- package/dist/ui/overlays/modal/modal.js +0 -1
- package/dist/ui/overlays/modal/modal.mjs +0 -1
- package/dist/ui/surface/bento/bento.d.ts +86 -0
- package/dist/ui/surface/bento/bento.js +74 -0
- package/dist/ui/surface/bento/bento.mjs +9 -0
- package/dist/ui/surface/bento/index.d.ts +1 -0
- package/dist/ui/surface/bento/index.js +76 -0
- package/dist/ui/surface/bento/index.mjs +10 -0
- package/dist/ui/surface/index.d.ts +1 -0
- package/dist/ui/surface/index.js +76 -0
- package/dist/ui/surface/index.mjs +11 -0
- package/dist/ui/theme/colors/blue.d.ts +12 -0
- package/dist/ui/theme/colors/blue.js +42 -0
- package/dist/ui/theme/colors/blue.mjs +7 -0
- package/dist/ui/theme/colors/common.d.ts +113 -0
- package/dist/ui/theme/colors/common.js +171 -0
- package/dist/ui/theme/colors/common.mjs +16 -0
- package/dist/ui/theme/colors/cyan.d.ts +12 -0
- package/dist/ui/theme/colors/cyan.js +42 -0
- package/dist/ui/theme/colors/cyan.mjs +7 -0
- package/dist/ui/theme/colors/flat.d.ts +22 -0
- package/dist/ui/theme/colors/flat.js +52 -0
- package/dist/ui/theme/colors/flat.mjs +28 -0
- package/dist/ui/theme/colors/green.d.ts +12 -0
- package/dist/ui/theme/colors/green.js +42 -0
- package/dist/ui/theme/colors/green.mjs +7 -0
- package/dist/ui/theme/colors/index.d.ts +118 -0
- package/dist/ui/theme/colors/index.js +353 -0
- package/dist/ui/theme/colors/index.mjs +26 -0
- package/dist/ui/theme/colors/pink.d.ts +12 -0
- package/dist/ui/theme/colors/pink.js +42 -0
- package/dist/ui/theme/colors/pink.mjs +7 -0
- package/dist/ui/theme/colors/purple.d.ts +12 -0
- package/dist/ui/theme/colors/purple.js +42 -0
- package/dist/ui/theme/colors/purple.mjs +7 -0
- package/dist/ui/theme/colors/red.d.ts +12 -0
- package/dist/ui/theme/colors/red.js +42 -0
- package/dist/ui/theme/colors/red.mjs +7 -0
- package/dist/ui/theme/colors/semantic.d.ts +7 -0
- package/dist/ui/theme/colors/semantic.js +347 -0
- package/dist/ui/theme/colors/semantic.mjs +22 -0
- package/dist/ui/theme/colors/shipgray.d.ts +12 -0
- package/dist/ui/theme/colors/shipgray.js +42 -0
- package/dist/ui/theme/colors/shipgray.mjs +7 -0
- package/dist/ui/theme/colors/types.d.ts +38 -0
- package/dist/ui/theme/colors/types.js +19 -0
- package/dist/ui/theme/colors/types.mjs +2 -0
- package/dist/ui/theme/colors/yellow.d.ts +12 -0
- package/dist/ui/theme/colors/yellow.js +42 -0
- package/dist/ui/theme/colors/yellow.mjs +7 -0
- package/dist/ui/theme/colors/zinc.d.ts +12 -0
- package/dist/ui/theme/colors/zinc.js +42 -0
- package/dist/ui/theme/colors/zinc.mjs +7 -0
- package/dist/ui/theme/colors.d.ts +1 -0
- package/dist/ui/theme/colors.js +353 -0
- package/dist/ui/theme/colors.mjs +27 -0
- package/dist/ui/theme/index.js +364 -2
- package/dist/ui/theme/index.mjs +20 -2
- package/dist/ui/theme/swap-color-values.d.ts +1 -0
- package/dist/ui/theme/swap-color-values.js +46 -0
- package/dist/ui/theme/swap-color-values.mjs +7 -0
- package/dist/ui/theme/theme.d.ts +1 -2
- package/dist/ui/theme/theme.js +332 -183
- package/dist/ui/theme/theme.mjs +18 -3
- package/package.json +4 -3
- package/dist/chunk-FELJP42D.mjs +0 -220
- package/dist/ui/layout/container.mjs +0 -87
- package/dist/ui/theme/theme.css +0 -2
- /package/dist/ui/layout/{flex.d.ts → flex/flex.d.ts} +0 -0
package/dist/ui/layout/index.mjs
CHANGED
|
@@ -1,8 +1,22 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
Container
|
|
4
|
-
} from "../../chunk-
|
|
4
|
+
} from "../../chunk-IZ5KKF6P.mjs";
|
|
5
|
+
import "../../chunk-JUIVZCH7.mjs";
|
|
6
|
+
import {
|
|
7
|
+
Flex
|
|
8
|
+
} from "../../chunk-M5F723W7.mjs";
|
|
9
|
+
import "../../chunk-NDQAHQFL.mjs";
|
|
10
|
+
import {
|
|
11
|
+
Grid
|
|
12
|
+
} from "../../chunk-W6NKLZ73.mjs";
|
|
5
13
|
import "../../chunk-CRPCWBXA.mjs";
|
|
14
|
+
import {
|
|
15
|
+
PageLoading
|
|
16
|
+
} from "../../chunk-SPED4RBS.mjs";
|
|
17
|
+
import {
|
|
18
|
+
SectionLoading
|
|
19
|
+
} from "../../chunk-25XG46X6.mjs";
|
|
6
20
|
import {
|
|
7
21
|
Actions,
|
|
8
22
|
Body,
|
|
@@ -15,78 +29,89 @@ import {
|
|
|
15
29
|
SectionTitle,
|
|
16
30
|
Title
|
|
17
31
|
} from "../../chunk-Q4TQYK6N.mjs";
|
|
18
|
-
import {
|
|
19
|
-
PageLoading
|
|
20
|
-
} from "../../chunk-PEB5ZH76.mjs";
|
|
21
|
-
import {
|
|
22
|
-
SectionLoading
|
|
23
|
-
} from "../../chunk-HH7MLUOF.mjs";
|
|
24
32
|
import "../../chunk-DBQTFBA3.mjs";
|
|
25
|
-
import "../../chunk-5HUR2CNH.mjs";
|
|
26
|
-
import "../../chunk-25ISU6R3.mjs";
|
|
27
|
-
import "../../chunk-7T3JFARO.mjs";
|
|
28
33
|
import "../../chunk-Q6XJI7Q2.mjs";
|
|
29
|
-
import "../../chunk-
|
|
34
|
+
import "../../chunk-CAJWTQDB.mjs";
|
|
35
|
+
import "../../chunk-PON4ZQKG.mjs";
|
|
36
|
+
import "../../chunk-J3OZNLTZ.mjs";
|
|
30
37
|
import "../../chunk-EVQFKHCM.mjs";
|
|
31
38
|
import "../../chunk-XAW35UDV.mjs";
|
|
32
39
|
import "../../chunk-NBFOX367.mjs";
|
|
33
|
-
import "../../chunk-
|
|
34
|
-
import "../../chunk-
|
|
35
|
-
import "../../chunk-
|
|
36
|
-
import "../../chunk-
|
|
37
|
-
import "../../chunk-
|
|
38
|
-
import "../../chunk-
|
|
40
|
+
import "../../chunk-545OBZ4O.mjs";
|
|
41
|
+
import "../../chunk-JWMPI5AZ.mjs";
|
|
42
|
+
import "../../chunk-PFLROV3C.mjs";
|
|
43
|
+
import "../../chunk-X7ER4IDJ.mjs";
|
|
44
|
+
import "../../chunk-EJQH6CYW.mjs";
|
|
45
|
+
import "../../chunk-NCM6KIQH.mjs";
|
|
46
|
+
import "../../chunk-SLB2JE3N.mjs";
|
|
47
|
+
import "../../chunk-XYQVL4EX.mjs";
|
|
48
|
+
import "../../chunk-HOVAPYGJ.mjs";
|
|
49
|
+
import "../../chunk-3LOCA2SP.mjs";
|
|
50
|
+
import "../../chunk-2OPPNAW2.mjs";
|
|
51
|
+
import "../../chunk-OW6U64MG.mjs";
|
|
52
|
+
import "../../chunk-LUERGYYZ.mjs";
|
|
53
|
+
import "../../chunk-YBQFG6QJ.mjs";
|
|
54
|
+
import "../../chunk-XKX5LFH7.mjs";
|
|
55
|
+
import "../../chunk-VIPLRFPR.mjs";
|
|
39
56
|
import "../../chunk-OEHJDT6R.mjs";
|
|
40
57
|
import "../../chunk-I5AMV7H7.mjs";
|
|
41
58
|
import "../../chunk-T57H3CGO.mjs";
|
|
42
59
|
import "../../chunk-3N5UZODS.mjs";
|
|
43
60
|
import "../../chunk-6WK4W5LL.mjs";
|
|
44
|
-
import "../../chunk-
|
|
45
|
-
import "../../chunk-
|
|
46
|
-
import "../../chunk-
|
|
47
|
-
import "../../chunk-
|
|
48
|
-
import "../../chunk-
|
|
49
|
-
import "../../chunk-
|
|
50
|
-
import "../../chunk-
|
|
51
|
-
import "../../chunk-
|
|
52
|
-
import "../../chunk-
|
|
53
|
-
import "../../chunk-7GHK5XYK.mjs";
|
|
54
|
-
import "../../chunk-R7LDL5CU.mjs";
|
|
55
|
-
import "../../chunk-JDFRAN4S.mjs";
|
|
56
|
-
import "../../chunk-A3AAC7PF.mjs";
|
|
61
|
+
import "../../chunk-LOMRTWX5.mjs";
|
|
62
|
+
import "../../chunk-5HUR2CNH.mjs";
|
|
63
|
+
import "../../chunk-25ISU6R3.mjs";
|
|
64
|
+
import "../../chunk-7T3JFARO.mjs";
|
|
65
|
+
import "../../chunk-5IHVMMCK.mjs";
|
|
66
|
+
import "../../chunk-NZI5NBXF.mjs";
|
|
67
|
+
import "../../chunk-CXAZBWS4.mjs";
|
|
68
|
+
import "../../chunk-UHLC7GOU.mjs";
|
|
69
|
+
import "../../chunk-3ZTXXJSO.mjs";
|
|
57
70
|
import "../../chunk-26RHRVH2.mjs";
|
|
58
71
|
import "../../chunk-LN7WH3OB.mjs";
|
|
59
|
-
import "../../chunk-
|
|
60
|
-
import "../../chunk-
|
|
72
|
+
import "../../chunk-BUVPBB4J.mjs";
|
|
73
|
+
import "../../chunk-6NZ4IHNU.mjs";
|
|
61
74
|
import "../../chunk-4QSIBIUI.mjs";
|
|
62
75
|
import "../../chunk-HZ5YAOU6.mjs";
|
|
63
76
|
import "../../chunk-5UKTT75Y.mjs";
|
|
64
|
-
import "../../chunk-
|
|
77
|
+
import "../../chunk-TYMUQULA.mjs";
|
|
65
78
|
import "../../chunk-54ZSBA6H.mjs";
|
|
66
79
|
import "../../chunk-KH4D2C2T.mjs";
|
|
67
|
-
import "../../chunk-
|
|
80
|
+
import "../../chunk-O5T4GUJH.mjs";
|
|
68
81
|
import "../../chunk-UTZUYZZL.mjs";
|
|
69
82
|
import "../../chunk-IZEJE6V2.mjs";
|
|
70
83
|
import "../../chunk-UURZJWWV.mjs";
|
|
71
|
-
import "../../chunk-3BST3PYD.mjs";
|
|
72
|
-
import "../../chunk-GRWFJ4FP.mjs";
|
|
73
84
|
import "../../chunk-WZDFBWUL.mjs";
|
|
74
|
-
import "../../chunk-
|
|
75
|
-
import "../../chunk-
|
|
76
|
-
import "../../chunk-
|
|
85
|
+
import "../../chunk-ZXCQ73RT.mjs";
|
|
86
|
+
import "../../chunk-3BST3PYD.mjs";
|
|
87
|
+
import "../../chunk-TJBXXTYS.mjs";
|
|
77
88
|
import "../../chunk-K3WTHFIG.mjs";
|
|
78
89
|
import "../../chunk-ONQIPN3G.mjs";
|
|
90
|
+
import "../../chunk-V77JZXH7.mjs";
|
|
91
|
+
import "../../chunk-TIFF5WZA.mjs";
|
|
92
|
+
import "../../chunk-VOG5HJID.mjs";
|
|
93
|
+
import "../../chunk-FXXWSYJA.mjs";
|
|
94
|
+
import "../../chunk-JJHHWDZT.mjs";
|
|
95
|
+
import "../../chunk-CETCW7DS.mjs";
|
|
96
|
+
import "../../chunk-V4HKGJYK.mjs";
|
|
97
|
+
import "../../chunk-S3ET5HKP.mjs";
|
|
98
|
+
import "../../chunk-6UIBJVXP.mjs";
|
|
99
|
+
import "../../chunk-7GHK5XYK.mjs";
|
|
100
|
+
import "../../chunk-R7LDL5CU.mjs";
|
|
101
|
+
import "../../chunk-JDFRAN4S.mjs";
|
|
102
|
+
import "../../chunk-GEJLG5RP.mjs";
|
|
103
|
+
import "../../chunk-EC3NSPHR.mjs";
|
|
79
104
|
import "../../chunk-5YMUHF45.mjs";
|
|
80
|
-
import "../../chunk-DUQFM3QS.mjs";
|
|
81
|
-
import "../../chunk-KTUGFQWJ.mjs";
|
|
82
|
-
import "../../chunk-5EWHMXCP.mjs";
|
|
83
|
-
import "../../chunk-N3EAW6UO.mjs";
|
|
84
105
|
import "../../chunk-5HK7HRTR.mjs";
|
|
85
106
|
import "../../chunk-HJUZTISD.mjs";
|
|
86
|
-
import "../../chunk-
|
|
87
|
-
import "../../chunk-
|
|
107
|
+
import "../../chunk-5EWHMXCP.mjs";
|
|
108
|
+
import "../../chunk-N3EAW6UO.mjs";
|
|
109
|
+
import "../../chunk-DUQFM3QS.mjs";
|
|
110
|
+
import "../../chunk-KTUGFQWJ.mjs";
|
|
88
111
|
import "../../chunk-V2HNFTTX.mjs";
|
|
89
112
|
import "../../chunk-IAJ6G633.mjs";
|
|
113
|
+
import "../../chunk-V3KKDSQP.mjs";
|
|
114
|
+
import "../../chunk-LJIVY6GU.mjs";
|
|
90
115
|
import "../../chunk-ZRHEFEFS.mjs";
|
|
91
116
|
import "../../chunk-V2G5QHZZ.mjs";
|
|
92
117
|
import "../../chunk-AQ3ISJKU.mjs";
|
|
@@ -95,14 +120,13 @@ import "../../chunk-WYJW5NNA.mjs";
|
|
|
95
120
|
import "../../chunk-C3MURCMZ.mjs";
|
|
96
121
|
import "../../chunk-WJXIRSSW.mjs";
|
|
97
122
|
import "../../chunk-WTXPB253.mjs";
|
|
98
|
-
import
|
|
99
|
-
Flex
|
|
100
|
-
} from "../../chunk-CUVF3U67.mjs";
|
|
123
|
+
import "../../chunk-A3AAC7PF.mjs";
|
|
101
124
|
export {
|
|
102
125
|
Actions,
|
|
103
126
|
Body,
|
|
104
127
|
Container,
|
|
105
128
|
Flex,
|
|
129
|
+
Grid,
|
|
106
130
|
Header,
|
|
107
131
|
PageContent,
|
|
108
132
|
PageLoading,
|
|
@@ -111,11 +111,9 @@ var PageContent = {
|
|
|
111
111
|
var import_react = __toESM(require("react"));
|
|
112
112
|
var import_spinner = require("@heroui/spinner");
|
|
113
113
|
var import_jsx_runtime3 = require("react/jsx-runtime");
|
|
114
|
-
var Spinner = import_react.default.forwardRef(
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
}
|
|
118
|
-
);
|
|
114
|
+
var Spinner = import_react.default.forwardRef((props, ref) => {
|
|
115
|
+
return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(import_spinner.Spinner, { ref, ...props });
|
|
116
|
+
});
|
|
119
117
|
Spinner.displayName = "TeachInUI.Spinner";
|
|
120
118
|
|
|
121
119
|
// src/ui/layout/page/page-loading.tsx
|
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import "../../../chunk-CRPCWBXA.mjs";
|
|
3
|
+
import {
|
|
4
|
+
PageLoading
|
|
5
|
+
} from "../../../chunk-SPED4RBS.mjs";
|
|
6
|
+
import {
|
|
7
|
+
SectionLoading
|
|
8
|
+
} from "../../../chunk-25XG46X6.mjs";
|
|
3
9
|
import {
|
|
4
10
|
Actions,
|
|
5
11
|
Body,
|
|
@@ -12,22 +18,16 @@ import {
|
|
|
12
18
|
SectionTitle,
|
|
13
19
|
Title
|
|
14
20
|
} from "../../../chunk-Q4TQYK6N.mjs";
|
|
15
|
-
import {
|
|
16
|
-
PageLoading
|
|
17
|
-
} from "../../../chunk-PEB5ZH76.mjs";
|
|
18
|
-
import {
|
|
19
|
-
SectionLoading
|
|
20
|
-
} from "../../../chunk-HH7MLUOF.mjs";
|
|
21
21
|
import "../../../chunk-DBQTFBA3.mjs";
|
|
22
22
|
import "../../../chunk-UURZJWWV.mjs";
|
|
23
|
-
import "../../../chunk-3BST3PYD.mjs";
|
|
24
|
-
import "../../../chunk-GRWFJ4FP.mjs";
|
|
25
23
|
import "../../../chunk-WZDFBWUL.mjs";
|
|
26
|
-
import "../../../chunk-
|
|
27
|
-
import "../../../chunk-
|
|
28
|
-
import "../../../chunk-
|
|
24
|
+
import "../../../chunk-ZXCQ73RT.mjs";
|
|
25
|
+
import "../../../chunk-3BST3PYD.mjs";
|
|
26
|
+
import "../../../chunk-TJBXXTYS.mjs";
|
|
29
27
|
import "../../../chunk-K3WTHFIG.mjs";
|
|
30
28
|
import "../../../chunk-ONQIPN3G.mjs";
|
|
29
|
+
import "../../../chunk-V77JZXH7.mjs";
|
|
30
|
+
import "../../../chunk-TIFF5WZA.mjs";
|
|
31
31
|
export {
|
|
32
32
|
Actions,
|
|
33
33
|
Body,
|
|
@@ -39,11 +39,9 @@ module.exports = __toCommonJS(page_loading_exports);
|
|
|
39
39
|
var import_react = __toESM(require("react"));
|
|
40
40
|
var import_spinner = require("@heroui/spinner");
|
|
41
41
|
var import_jsx_runtime = require("react/jsx-runtime");
|
|
42
|
-
var Spinner = import_react.default.forwardRef(
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
}
|
|
46
|
-
);
|
|
42
|
+
var Spinner = import_react.default.forwardRef((props, ref) => {
|
|
43
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_spinner.Spinner, { ref, ...props });
|
|
44
|
+
});
|
|
47
45
|
Spinner.displayName = "TeachInUI.Spinner";
|
|
48
46
|
|
|
49
47
|
// src/ui/layout/page/page-loading.tsx
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
PageLoading
|
|
4
|
-
} from "../../../chunk-
|
|
4
|
+
} from "../../../chunk-SPED4RBS.mjs";
|
|
5
5
|
import "../../../chunk-UURZJWWV.mjs";
|
|
6
|
-
import "../../../chunk-3BST3PYD.mjs";
|
|
7
|
-
import "../../../chunk-GRWFJ4FP.mjs";
|
|
8
6
|
import "../../../chunk-WZDFBWUL.mjs";
|
|
9
|
-
import "../../../chunk-
|
|
10
|
-
import "../../../chunk-
|
|
11
|
-
import "../../../chunk-
|
|
7
|
+
import "../../../chunk-ZXCQ73RT.mjs";
|
|
8
|
+
import "../../../chunk-3BST3PYD.mjs";
|
|
9
|
+
import "../../../chunk-TJBXXTYS.mjs";
|
|
12
10
|
import "../../../chunk-K3WTHFIG.mjs";
|
|
13
11
|
import "../../../chunk-ONQIPN3G.mjs";
|
|
12
|
+
import "../../../chunk-V77JZXH7.mjs";
|
|
13
|
+
import "../../../chunk-TIFF5WZA.mjs";
|
|
14
14
|
export {
|
|
15
15
|
PageLoading
|
|
16
16
|
};
|
|
@@ -39,11 +39,9 @@ module.exports = __toCommonJS(section_loading_exports);
|
|
|
39
39
|
var import_react = __toESM(require("react"));
|
|
40
40
|
var import_spinner = require("@heroui/spinner");
|
|
41
41
|
var import_jsx_runtime = require("react/jsx-runtime");
|
|
42
|
-
var Spinner = import_react.default.forwardRef(
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
}
|
|
46
|
-
);
|
|
42
|
+
var Spinner = import_react.default.forwardRef((props, ref) => {
|
|
43
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_spinner.Spinner, { ref, ...props });
|
|
44
|
+
});
|
|
47
45
|
Spinner.displayName = "TeachInUI.Spinner";
|
|
48
46
|
|
|
49
47
|
// src/ui/layout/page/section-loading.tsx
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
SectionLoading
|
|
4
|
-
} from "../../../chunk-
|
|
4
|
+
} from "../../../chunk-25XG46X6.mjs";
|
|
5
5
|
import "../../../chunk-UURZJWWV.mjs";
|
|
6
|
-
import "../../../chunk-3BST3PYD.mjs";
|
|
7
|
-
import "../../../chunk-GRWFJ4FP.mjs";
|
|
8
6
|
import "../../../chunk-WZDFBWUL.mjs";
|
|
9
|
-
import "../../../chunk-
|
|
10
|
-
import "../../../chunk-
|
|
11
|
-
import "../../../chunk-
|
|
7
|
+
import "../../../chunk-ZXCQ73RT.mjs";
|
|
8
|
+
import "../../../chunk-3BST3PYD.mjs";
|
|
9
|
+
import "../../../chunk-TJBXXTYS.mjs";
|
|
12
10
|
import "../../../chunk-K3WTHFIG.mjs";
|
|
13
11
|
import "../../../chunk-ONQIPN3G.mjs";
|
|
12
|
+
import "../../../chunk-V77JZXH7.mjs";
|
|
13
|
+
import "../../../chunk-TIFF5WZA.mjs";
|
|
14
14
|
export {
|
|
15
15
|
SectionLoading
|
|
16
16
|
};
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
import type { VariantProps } from "tailwind-variants";
|
|
2
|
+
import React from "react";
|
|
3
|
+
export declare const bento: import("tailwind-variants").TVReturnType<{
|
|
4
|
+
color: {
|
|
5
|
+
default: string;
|
|
6
|
+
primary: string;
|
|
7
|
+
secondary: string;
|
|
8
|
+
success: string;
|
|
9
|
+
warning: string;
|
|
10
|
+
danger: string;
|
|
11
|
+
};
|
|
12
|
+
radius: {
|
|
13
|
+
none: string;
|
|
14
|
+
sm: string;
|
|
15
|
+
md: string;
|
|
16
|
+
lg: string;
|
|
17
|
+
full: string;
|
|
18
|
+
};
|
|
19
|
+
shadow: {
|
|
20
|
+
none: string;
|
|
21
|
+
sm: string;
|
|
22
|
+
md: string;
|
|
23
|
+
lg: string;
|
|
24
|
+
};
|
|
25
|
+
bordered: {
|
|
26
|
+
false: string;
|
|
27
|
+
true: string;
|
|
28
|
+
};
|
|
29
|
+
}, undefined, "rounded-xl p-6 transition-colors", {
|
|
30
|
+
color: {
|
|
31
|
+
default: string;
|
|
32
|
+
primary: string;
|
|
33
|
+
secondary: string;
|
|
34
|
+
success: string;
|
|
35
|
+
warning: string;
|
|
36
|
+
danger: string;
|
|
37
|
+
};
|
|
38
|
+
radius: {
|
|
39
|
+
none: string;
|
|
40
|
+
sm: string;
|
|
41
|
+
md: string;
|
|
42
|
+
lg: string;
|
|
43
|
+
full: string;
|
|
44
|
+
};
|
|
45
|
+
shadow: {
|
|
46
|
+
none: string;
|
|
47
|
+
sm: string;
|
|
48
|
+
md: string;
|
|
49
|
+
lg: string;
|
|
50
|
+
};
|
|
51
|
+
bordered: {
|
|
52
|
+
false: string;
|
|
53
|
+
true: string;
|
|
54
|
+
};
|
|
55
|
+
}, undefined, import("tailwind-variants").TVReturnType<{
|
|
56
|
+
color: {
|
|
57
|
+
default: string;
|
|
58
|
+
primary: string;
|
|
59
|
+
secondary: string;
|
|
60
|
+
success: string;
|
|
61
|
+
warning: string;
|
|
62
|
+
danger: string;
|
|
63
|
+
};
|
|
64
|
+
radius: {
|
|
65
|
+
none: string;
|
|
66
|
+
sm: string;
|
|
67
|
+
md: string;
|
|
68
|
+
lg: string;
|
|
69
|
+
full: string;
|
|
70
|
+
};
|
|
71
|
+
shadow: {
|
|
72
|
+
none: string;
|
|
73
|
+
sm: string;
|
|
74
|
+
md: string;
|
|
75
|
+
lg: string;
|
|
76
|
+
};
|
|
77
|
+
bordered: {
|
|
78
|
+
false: string;
|
|
79
|
+
true: string;
|
|
80
|
+
};
|
|
81
|
+
}, undefined, "rounded-xl p-6 transition-colors", unknown, unknown, undefined>>;
|
|
82
|
+
type BentoVariants = VariantProps<typeof bento>;
|
|
83
|
+
export interface BentoProps extends Omit<React.HTMLAttributes<HTMLDivElement>, keyof BentoVariants>, BentoVariants {
|
|
84
|
+
}
|
|
85
|
+
export declare const Bento: React.FC<BentoProps>;
|
|
86
|
+
export {};
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
"use strict";
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
7
|
+
var __export = (target, all) => {
|
|
8
|
+
for (var name in all)
|
|
9
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
10
|
+
};
|
|
11
|
+
var __copyProps = (to, from, except, desc) => {
|
|
12
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
13
|
+
for (let key of __getOwnPropNames(from))
|
|
14
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
15
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
16
|
+
}
|
|
17
|
+
return to;
|
|
18
|
+
};
|
|
19
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
|
+
|
|
21
|
+
// src/ui/surface/bento/bento.tsx
|
|
22
|
+
var bento_exports = {};
|
|
23
|
+
__export(bento_exports, {
|
|
24
|
+
Bento: () => Bento,
|
|
25
|
+
bento: () => bento
|
|
26
|
+
});
|
|
27
|
+
module.exports = __toCommonJS(bento_exports);
|
|
28
|
+
var import_tailwind_variants = require("tailwind-variants");
|
|
29
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
30
|
+
var bento = (0, import_tailwind_variants.tv)({
|
|
31
|
+
base: "rounded-xl p-6 transition-colors",
|
|
32
|
+
variants: {
|
|
33
|
+
color: {
|
|
34
|
+
default: "bg-default-50 text-default-700",
|
|
35
|
+
primary: "bg-primary-50 text-primary-700",
|
|
36
|
+
secondary: "bg-secondary-50 text-secondary-700",
|
|
37
|
+
success: "bg-success-50 text-success-700",
|
|
38
|
+
warning: "bg-warning-50 text-warning-700",
|
|
39
|
+
danger: "bg-danger-50 text-danger-700"
|
|
40
|
+
},
|
|
41
|
+
radius: {
|
|
42
|
+
none: "rounded-none",
|
|
43
|
+
sm: "rounded-md",
|
|
44
|
+
md: "rounded-lg",
|
|
45
|
+
lg: "rounded-xl",
|
|
46
|
+
full: "rounded-full"
|
|
47
|
+
},
|
|
48
|
+
shadow: {
|
|
49
|
+
none: "",
|
|
50
|
+
sm: "shadow-small",
|
|
51
|
+
md: "shadow-medium",
|
|
52
|
+
lg: "shadow-large"
|
|
53
|
+
},
|
|
54
|
+
bordered: {
|
|
55
|
+
false: "",
|
|
56
|
+
true: "border border-default-200"
|
|
57
|
+
}
|
|
58
|
+
},
|
|
59
|
+
defaultVariants: {
|
|
60
|
+
color: "default",
|
|
61
|
+
radius: "lg",
|
|
62
|
+
shadow: "none",
|
|
63
|
+
bordered: false
|
|
64
|
+
}
|
|
65
|
+
});
|
|
66
|
+
var Bento = ({ className, ...props }) => {
|
|
67
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("div", { className: bento({ ...props, className }), ...props });
|
|
68
|
+
};
|
|
69
|
+
Bento.displayName = "TeachInUI.Bento";
|
|
70
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
71
|
+
0 && (module.exports = {
|
|
72
|
+
Bento,
|
|
73
|
+
bento
|
|
74
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./bento";
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
"use strict";
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
7
|
+
var __export = (target, all) => {
|
|
8
|
+
for (var name in all)
|
|
9
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
10
|
+
};
|
|
11
|
+
var __copyProps = (to, from, except, desc) => {
|
|
12
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
13
|
+
for (let key of __getOwnPropNames(from))
|
|
14
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
15
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
16
|
+
}
|
|
17
|
+
return to;
|
|
18
|
+
};
|
|
19
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
|
+
|
|
21
|
+
// src/ui/surface/bento/index.ts
|
|
22
|
+
var bento_exports = {};
|
|
23
|
+
__export(bento_exports, {
|
|
24
|
+
Bento: () => Bento,
|
|
25
|
+
bento: () => bento
|
|
26
|
+
});
|
|
27
|
+
module.exports = __toCommonJS(bento_exports);
|
|
28
|
+
|
|
29
|
+
// src/ui/surface/bento/bento.tsx
|
|
30
|
+
var import_tailwind_variants = require("tailwind-variants");
|
|
31
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
32
|
+
var bento = (0, import_tailwind_variants.tv)({
|
|
33
|
+
base: "rounded-xl p-6 transition-colors",
|
|
34
|
+
variants: {
|
|
35
|
+
color: {
|
|
36
|
+
default: "bg-default-50 text-default-700",
|
|
37
|
+
primary: "bg-primary-50 text-primary-700",
|
|
38
|
+
secondary: "bg-secondary-50 text-secondary-700",
|
|
39
|
+
success: "bg-success-50 text-success-700",
|
|
40
|
+
warning: "bg-warning-50 text-warning-700",
|
|
41
|
+
danger: "bg-danger-50 text-danger-700"
|
|
42
|
+
},
|
|
43
|
+
radius: {
|
|
44
|
+
none: "rounded-none",
|
|
45
|
+
sm: "rounded-md",
|
|
46
|
+
md: "rounded-lg",
|
|
47
|
+
lg: "rounded-xl",
|
|
48
|
+
full: "rounded-full"
|
|
49
|
+
},
|
|
50
|
+
shadow: {
|
|
51
|
+
none: "",
|
|
52
|
+
sm: "shadow-small",
|
|
53
|
+
md: "shadow-medium",
|
|
54
|
+
lg: "shadow-large"
|
|
55
|
+
},
|
|
56
|
+
bordered: {
|
|
57
|
+
false: "",
|
|
58
|
+
true: "border border-default-200"
|
|
59
|
+
}
|
|
60
|
+
},
|
|
61
|
+
defaultVariants: {
|
|
62
|
+
color: "default",
|
|
63
|
+
radius: "lg",
|
|
64
|
+
shadow: "none",
|
|
65
|
+
bordered: false
|
|
66
|
+
}
|
|
67
|
+
});
|
|
68
|
+
var Bento = ({ className, ...props }) => {
|
|
69
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("div", { className: bento({ ...props, className }), ...props });
|
|
70
|
+
};
|
|
71
|
+
Bento.displayName = "TeachInUI.Bento";
|
|
72
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
73
|
+
0 && (module.exports = {
|
|
74
|
+
Bento,
|
|
75
|
+
bento
|
|
76
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./bento";
|