@teach-in/react 1.2.0 → 1.3.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/LICENSE +21 -21
- package/README.md +9 -9
- package/dist/chunk-3YOW5DEZ.mjs +45 -0
- package/dist/{chunk-QCLLPJMB.mjs → chunk-544SDU73.mjs} +2 -2
- package/dist/{chunk-2CEZXLZR.mjs → chunk-AFVGHUW2.mjs} +1 -1
- package/dist/{chunk-IU2JYI7W.mjs → chunk-CETCW7DS.mjs} +1 -1
- package/dist/{chunk-5FFWQB7D.mjs → chunk-JDFRAN4S.mjs} +2 -12
- package/dist/{chunk-KTWHCUYV.mjs → chunk-KTUGFQWJ.mjs} +1 -1
- package/dist/{chunk-46SKVFMZ.mjs → chunk-LJIVY6GU.mjs} +1 -1
- package/dist/{chunk-CKJ5U5Q4.mjs → chunk-NLHQDWUK.mjs} +1 -1
- package/dist/{chunk-R46SWVWL.mjs → chunk-R7LDL5CU.mjs} +1 -1
- package/dist/chunk-V2G5QHZZ.mjs +14 -0
- package/dist/{chunk-2ASQXBDD.mjs → chunk-WFNNN6WU.mjs} +1 -1
- package/dist/index.js +230 -575
- package/dist/index.mjs +125 -141
- package/dist/ui/data/index.mjs +8 -8
- package/dist/ui/feedback/index.mjs +14 -14
- package/dist/ui/form/index.js +106 -447
- package/dist/ui/form/index.mjs +21 -31
- package/dist/ui/form/rhf/fields/autocomplete-field.mjs +14 -20
- package/dist/ui/form/rhf/fields/checkbox-field.mjs +14 -20
- package/dist/ui/form/rhf/fields/date-picker-field.mjs +14 -20
- package/dist/ui/form/rhf/fields/email-field.js +10 -147
- package/dist/ui/form/rhf/fields/email-field.mjs +15 -21
- package/dist/ui/form/rhf/fields/index.d.ts +0 -1
- package/dist/ui/form/rhf/fields/index.js +102 -443
- package/dist/ui/form/rhf/fields/index.mjs +21 -31
- package/dist/ui/form/rhf/fields/input-field.js +6 -153
- package/dist/ui/form/rhf/fields/input-field.mjs +15 -21
- package/dist/ui/form/rhf/fields/radio-field.mjs +14 -20
- package/dist/ui/form/rhf/fields/select-field.js +26 -136
- package/dist/ui/form/rhf/fields/select-field.mjs +15 -21
- package/dist/ui/form/rhf/fields/switch-field.mjs +14 -20
- package/dist/ui/form/rhf/fields/text-field.js +10 -147
- package/dist/ui/form/rhf/fields/text-field.mjs +15 -21
- package/dist/ui/form/rhf/fields/textarea-field.mjs +14 -20
- package/dist/ui/form/rhf/index.js +102 -443
- package/dist/ui/form/rhf/index.mjs +21 -31
- package/dist/ui/format/index.mjs +3 -3
- package/dist/ui/index.js +230 -575
- package/dist/ui/index.mjs +125 -141
- package/dist/ui/inputs/checkbox/index.mjs +3 -3
- package/dist/ui/inputs/email/email.js +7 -144
- package/dist/ui/inputs/email/email.mjs +2 -4
- package/dist/ui/inputs/email/index.js +7 -144
- package/dist/ui/inputs/email/index.mjs +2 -4
- package/dist/ui/inputs/index.d.ts +0 -2
- package/dist/ui/inputs/index.js +56 -363
- package/dist/ui/inputs/index.mjs +25 -37
- package/dist/ui/inputs/input/index.js +3 -140
- package/dist/ui/inputs/input/index.mjs +1 -3
- package/dist/ui/inputs/input/input.d.ts +0 -1
- package/dist/ui/inputs/input/input.js +3 -140
- package/dist/ui/inputs/input/input.mjs +1 -3
- package/dist/ui/inputs/select/index.js +22 -132
- package/dist/ui/inputs/select/index.mjs +1 -3
- package/dist/ui/inputs/select/select.d.ts +0 -4
- package/dist/ui/inputs/select/select.js +22 -132
- package/dist/ui/inputs/select/select.mjs +1 -3
- package/dist/ui/inputs/text/index.js +7 -144
- package/dist/ui/inputs/text/index.mjs +2 -4
- package/dist/ui/inputs/text/text.js +7 -144
- package/dist/ui/inputs/text/text.mjs +2 -4
- package/dist/ui/layout/container/container.mjs +64 -71
- package/dist/ui/layout/container/index.mjs +64 -71
- package/dist/ui/layout/index.mjs +69 -76
- package/dist/ui/layout/page/index.mjs +3 -3
- package/dist/ui/layout/page/page-loading.mjs +3 -3
- package/dist/ui/layout/page/section-loading.mjs +3 -3
- package/dist/ui/navigation/index.mjs +5 -5
- package/dist/ui/overlays/index.mjs +4 -4
- package/dist/ui/provider/index.mjs +3 -3
- package/dist/ui/provider/ui-provider.mjs +3 -3
- package/dist/ui/theme/colors/common.mjs +3 -3
- package/dist/ui/theme/colors/index.mjs +6 -6
- package/dist/ui/theme/colors/semantic.mjs +4 -4
- package/dist/ui/theme/colors.mjs +6 -6
- package/dist/ui/theme/index.mjs +6 -6
- package/dist/ui/theme/theme.mjs +6 -6
- package/package.json +1 -1
- package/dist/chunk-2UHA3DYG.mjs +0 -62
- package/dist/chunk-C2VWADF5.mjs +0 -34
- package/dist/chunk-CUEG2BFV.mjs +0 -34
- package/dist/chunk-MCQGBAUS.mjs +0 -73
- package/dist/chunk-NSU66J5E.mjs +0 -59
- package/dist/chunk-SEJXJZSK.mjs +0 -64
- package/dist/chunk-TUIN5YJW.mjs +0 -33
- package/dist/chunk-UQAG7TKJ.mjs +0 -1
- package/dist/chunk-VXYV37IM.mjs +0 -74
- package/dist/ui/form/rhf/fields/search-field.d.ts +0 -10
- package/dist/ui/form/rhf/fields/search-field.js +0 -296
- package/dist/ui/form/rhf/fields/search-field.mjs +0 -37
- package/dist/ui/inputs/clear-button.d.ts +0 -5
- package/dist/ui/inputs/clear-button.js +0 -67
- package/dist/ui/inputs/clear-button.mjs +0 -8
- package/dist/ui/inputs/input/use-input.d.ts +0 -19
- package/dist/ui/inputs/input/use-input.js +0 -82
- package/dist/ui/inputs/input/use-input.mjs +0 -7
- package/dist/ui/inputs/search/index.d.ts +0 -1
- package/dist/ui/inputs/search/index.js +0 -270
- package/dist/ui/inputs/search/index.mjs +0 -13
- package/dist/ui/inputs/search/search.d.ts +0 -7
- package/dist/ui/inputs/search/search.js +0 -268
- package/dist/ui/inputs/search/search.mjs +0 -12
- package/dist/ui/inputs/search/use-search.d.ts +0 -12
- package/dist/ui/inputs/search/use-search.js +0 -57
- package/dist/ui/inputs/search/use-search.mjs +0 -7
- package/dist/ui/inputs/select/use-select.d.ts +0 -17
- package/dist/ui/inputs/select/use-select.js +0 -85
- package/dist/ui/inputs/select/use-select.mjs +0 -7
- package/dist/{chunk-IXPMUODA.mjs → chunk-5WDV3PDI.mjs} +6 -6
- /package/dist/{chunk-5RNCFTW5.mjs → chunk-CZEO3U25.mjs} +0 -0
- /package/dist/{chunk-PTCNYQVY.mjs → chunk-Q6JSJOU4.mjs} +0 -0
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import "../../../chunk-FXXWSYJA.mjs";
|
|
3
|
-
import "../../../chunk-
|
|
3
|
+
import "../../../chunk-Q6JSJOU4.mjs";
|
|
4
|
+
import {
|
|
5
|
+
EmailField
|
|
6
|
+
} from "../../../chunk-R7LDL5CU.mjs";
|
|
4
7
|
import {
|
|
5
8
|
InputField
|
|
6
|
-
} from "../../../chunk-
|
|
9
|
+
} from "../../../chunk-JDFRAN4S.mjs";
|
|
7
10
|
import {
|
|
8
11
|
RadioField
|
|
9
12
|
} from "../../../chunk-W2A6C27Y.mjs";
|
|
10
|
-
import {
|
|
11
|
-
SearchField
|
|
12
|
-
} from "../../../chunk-CUEG2BFV.mjs";
|
|
13
13
|
import {
|
|
14
14
|
SelectField
|
|
15
|
-
} from "../../../chunk-
|
|
15
|
+
} from "../../../chunk-NLHQDWUK.mjs";
|
|
16
16
|
import {
|
|
17
17
|
SwitchField
|
|
18
18
|
} from "../../../chunk-EC3NSPHR.mjs";
|
|
19
19
|
import {
|
|
20
20
|
TextField
|
|
21
|
-
} from "../../../chunk-
|
|
21
|
+
} from "../../../chunk-CETCW7DS.mjs";
|
|
22
22
|
import {
|
|
23
23
|
TextareaField
|
|
24
24
|
} from "../../../chunk-V4HKGJYK.mjs";
|
|
@@ -31,39 +31,30 @@ import {
|
|
|
31
31
|
import {
|
|
32
32
|
DatePickerField
|
|
33
33
|
} from "../../../chunk-7GHK5XYK.mjs";
|
|
34
|
-
import
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
import "../../../chunk-UQAG7TKJ.mjs";
|
|
38
|
-
import "../../../chunk-DUQFM3QS.mjs";
|
|
39
|
-
import "../../../chunk-KTWHCUYV.mjs";
|
|
34
|
+
import "../../../chunk-CZEO3U25.mjs";
|
|
35
|
+
import "../../../chunk-5HK7HRTR.mjs";
|
|
36
|
+
import "../../../chunk-HJUZTISD.mjs";
|
|
40
37
|
import "../../../chunk-LLP2PTPK.mjs";
|
|
41
38
|
import "../../../chunk-E5QSNLSR.mjs";
|
|
42
39
|
import "../../../chunk-N3EAW6UO.mjs";
|
|
43
|
-
import "../../../chunk-5HK7HRTR.mjs";
|
|
44
|
-
import "../../../chunk-HJUZTISD.mjs";
|
|
45
|
-
import "../../../chunk-V3KKDSQP.mjs";
|
|
46
|
-
import "../../../chunk-46SKVFMZ.mjs";
|
|
47
|
-
import "../../../chunk-AQ3ISJKU.mjs";
|
|
48
|
-
import "../../../chunk-VXYV37IM.mjs";
|
|
49
|
-
import "../../../chunk-2UHA3DYG.mjs";
|
|
50
|
-
import "../../../chunk-5RNCFTW5.mjs";
|
|
51
|
-
import "../../../chunk-SEJXJZSK.mjs";
|
|
52
|
-
import "../../../chunk-C2VWADF5.mjs";
|
|
53
|
-
import "../../../chunk-UUKS7JYX.mjs";
|
|
54
|
-
import "../../../chunk-V2HNFTTX.mjs";
|
|
55
|
-
import "../../../chunk-IAJ6G633.mjs";
|
|
56
40
|
import "../../../chunk-RRA7GWP2.mjs";
|
|
57
41
|
import "../../../chunk-NOXFF2KJ.mjs";
|
|
58
42
|
import "../../../chunk-2SNKT7I4.mjs";
|
|
43
|
+
import "../../../chunk-DUQFM3QS.mjs";
|
|
44
|
+
import "../../../chunk-KTUGFQWJ.mjs";
|
|
45
|
+
import "../../../chunk-UUKS7JYX.mjs";
|
|
46
|
+
import "../../../chunk-N3QOXWJI.mjs";
|
|
47
|
+
import "../../../chunk-V3KKDSQP.mjs";
|
|
48
|
+
import "../../../chunk-LJIVY6GU.mjs";
|
|
59
49
|
import "../../../chunk-ZRHEFEFS.mjs";
|
|
60
|
-
import "../../../chunk-
|
|
61
|
-
import "../../../chunk-
|
|
50
|
+
import "../../../chunk-V2G5QHZZ.mjs";
|
|
51
|
+
import "../../../chunk-AQ3ISJKU.mjs";
|
|
52
|
+
import "../../../chunk-3YOW5DEZ.mjs";
|
|
62
53
|
import "../../../chunk-WYJW5NNA.mjs";
|
|
63
54
|
import "../../../chunk-C3MURCMZ.mjs";
|
|
55
|
+
import "../../../chunk-V2HNFTTX.mjs";
|
|
56
|
+
import "../../../chunk-IAJ6G633.mjs";
|
|
64
57
|
import "../../../chunk-C4PCTOGM.mjs";
|
|
65
|
-
import "../../../chunk-N3QOXWJI.mjs";
|
|
66
|
-
import "../../../chunk-TUIN5YJW.mjs";
|
|
67
58
|
export {
|
|
68
59
|
AutocompleteField,
|
|
69
60
|
CheckboxField,
|
|
@@ -71,7 +62,6 @@ export {
|
|
|
71
62
|
EmailField,
|
|
72
63
|
InputField,
|
|
73
64
|
RadioField,
|
|
74
|
-
SearchField,
|
|
75
65
|
SelectField,
|
|
76
66
|
SwitchField,
|
|
77
67
|
TextField,
|
package/dist/ui/format/index.mjs
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import "../../chunk-5N3SIZHF.mjs";
|
|
3
|
+
import {
|
|
4
|
+
Number
|
|
5
|
+
} from "../../chunk-NZI5NBXF.mjs";
|
|
3
6
|
import {
|
|
4
7
|
Percent
|
|
5
8
|
} from "../../chunk-CXAZBWS4.mjs";
|
|
@@ -27,9 +30,6 @@ import {
|
|
|
27
30
|
import {
|
|
28
31
|
Duration
|
|
29
32
|
} from "../../chunk-4QSIBIUI.mjs";
|
|
30
|
-
import {
|
|
31
|
-
Number
|
|
32
|
-
} from "../../chunk-NZI5NBXF.mjs";
|
|
33
33
|
export {
|
|
34
34
|
Boolean as FormatBoolean,
|
|
35
35
|
Currency as FormatCurrency,
|