@teach-in/react 0.4.0 → 1.1.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-AFVGHUW2.mjs → chunk-3VAZY2QK.mjs} +1 -1
- package/dist/{chunk-TYMUQULA.mjs → chunk-4BGIUXAF.mjs} +1 -1
- package/dist/{chunk-WFNNN6WU.mjs → chunk-AMNORHD6.mjs} +1 -1
- package/dist/{chunk-544SDU73.mjs → chunk-CFG5V7VB.mjs} +2 -2
- package/dist/chunk-M5G6RR4Q.mjs +39 -0
- package/dist/index.js +99 -63
- package/dist/index.mjs +88 -84
- package/dist/ui/actions/button/button.js +1 -1
- package/dist/ui/actions/button/button.mjs +1 -1
- package/dist/ui/actions/button/index.js +1 -1
- package/dist/ui/actions/button/index.mjs +1 -1
- package/dist/ui/actions/index.js +1 -1
- package/dist/ui/actions/index.mjs +1 -1
- package/dist/ui/feedback/index.mjs +16 -16
- package/dist/ui/form/index.mjs +16 -16
- 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.mjs +13 -13
- 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.mjs +10 -10
- 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.mjs +13 -13
- package/dist/ui/format/index.d.ts +1 -0
- package/dist/ui/format/index.js +41 -5
- package/dist/ui/format/index.mjs +6 -2
- package/dist/ui/format/uuid.d.ts +12 -0
- package/dist/ui/format/uuid.js +62 -0
- package/dist/ui/format/uuid.mjs +7 -0
- package/dist/ui/index.js +99 -63
- package/dist/ui/index.mjs +88 -84
- package/dist/ui/inputs/checkbox/index.mjs +3 -3
- package/dist/ui/inputs/index.mjs +19 -19
- package/dist/ui/inputs/radio/index.mjs +3 -3
- package/dist/ui/layout/container/container.mjs +44 -43
- package/dist/ui/layout/container/index.mjs +44 -43
- package/dist/ui/layout/index.mjs +50 -49
- package/dist/ui/layout/page/index.mjs +9 -9
- package/dist/ui/layout/page/page-loading.mjs +5 -5
- package/dist/ui/layout/page/section-loading.mjs +5 -5
- package/dist/ui/navigation/index.mjs +4 -4
- package/dist/ui/overlays/index.mjs +4 -4
- package/dist/ui/provider/index.mjs +5 -5
- package/dist/ui/provider/ui-provider.mjs +5 -5
- package/dist/ui/surface/index.mjs +1 -1
- 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/package.json +1 -1
- package/dist/{chunk-5IHVMMCK.mjs → chunk-5N3SIZHF.mjs} +0 -0
- package/dist/{chunk-5WDV3PDI.mjs → chunk-STVN4B47.mjs} +6 -6
package/dist/ui/theme/colors.mjs
CHANGED
|
@@ -2,23 +2,23 @@
|
|
|
2
2
|
import "../../chunk-JWMPI5AZ.mjs";
|
|
3
3
|
import {
|
|
4
4
|
colors
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-CFG5V7VB.mjs";
|
|
6
6
|
import {
|
|
7
7
|
semanticColors
|
|
8
|
-
} from "../../chunk-
|
|
8
|
+
} from "../../chunk-3VAZY2QK.mjs";
|
|
9
9
|
import "../../chunk-EJQH6CYW.mjs";
|
|
10
10
|
import {
|
|
11
11
|
commonColors
|
|
12
|
-
} from "../../chunk-
|
|
12
|
+
} from "../../chunk-STVN4B47.mjs";
|
|
13
|
+
import "../../chunk-XYQVL4EX.mjs";
|
|
13
14
|
import "../../chunk-HOVAPYGJ.mjs";
|
|
14
15
|
import "../../chunk-3LOCA2SP.mjs";
|
|
16
|
+
import "../../chunk-OW6U64MG.mjs";
|
|
15
17
|
import "../../chunk-LUERGYYZ.mjs";
|
|
16
18
|
import "../../chunk-YBQFG6QJ.mjs";
|
|
17
19
|
import "../../chunk-XKX5LFH7.mjs";
|
|
18
20
|
import "../../chunk-SLB2JE3N.mjs";
|
|
19
|
-
import "../../chunk-XYQVL4EX.mjs";
|
|
20
21
|
import "../../chunk-2OPPNAW2.mjs";
|
|
21
|
-
import "../../chunk-OW6U64MG.mjs";
|
|
22
22
|
import "../../chunk-VIPLRFPR.mjs";
|
|
23
23
|
export {
|
|
24
24
|
colors,
|
package/dist/ui/theme/index.mjs
CHANGED
|
@@ -6,21 +6,21 @@ import {
|
|
|
6
6
|
} from "../../chunk-NBFOX367.mjs";
|
|
7
7
|
import {
|
|
8
8
|
theme
|
|
9
|
-
} from "../../chunk-
|
|
9
|
+
} from "../../chunk-AMNORHD6.mjs";
|
|
10
10
|
import "../../chunk-JWMPI5AZ.mjs";
|
|
11
|
-
import "../../chunk-
|
|
12
|
-
import "../../chunk-
|
|
11
|
+
import "../../chunk-CFG5V7VB.mjs";
|
|
12
|
+
import "../../chunk-3VAZY2QK.mjs";
|
|
13
13
|
import "../../chunk-EJQH6CYW.mjs";
|
|
14
|
-
import "../../chunk-
|
|
14
|
+
import "../../chunk-STVN4B47.mjs";
|
|
15
|
+
import "../../chunk-XYQVL4EX.mjs";
|
|
15
16
|
import "../../chunk-HOVAPYGJ.mjs";
|
|
16
17
|
import "../../chunk-3LOCA2SP.mjs";
|
|
18
|
+
import "../../chunk-OW6U64MG.mjs";
|
|
17
19
|
import "../../chunk-LUERGYYZ.mjs";
|
|
18
20
|
import "../../chunk-YBQFG6QJ.mjs";
|
|
19
21
|
import "../../chunk-XKX5LFH7.mjs";
|
|
20
22
|
import "../../chunk-SLB2JE3N.mjs";
|
|
21
|
-
import "../../chunk-XYQVL4EX.mjs";
|
|
22
23
|
import "../../chunk-2OPPNAW2.mjs";
|
|
23
|
-
import "../../chunk-OW6U64MG.mjs";
|
|
24
24
|
import "../../chunk-VIPLRFPR.mjs";
|
|
25
25
|
export {
|
|
26
26
|
breakpoints,
|
package/dist/ui/theme/theme.mjs
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
theme
|
|
4
|
-
} from "../../chunk-
|
|
4
|
+
} from "../../chunk-AMNORHD6.mjs";
|
|
5
5
|
import "../../chunk-JWMPI5AZ.mjs";
|
|
6
|
-
import "../../chunk-
|
|
7
|
-
import "../../chunk-
|
|
6
|
+
import "../../chunk-CFG5V7VB.mjs";
|
|
7
|
+
import "../../chunk-3VAZY2QK.mjs";
|
|
8
8
|
import "../../chunk-EJQH6CYW.mjs";
|
|
9
|
-
import "../../chunk-
|
|
9
|
+
import "../../chunk-STVN4B47.mjs";
|
|
10
|
+
import "../../chunk-XYQVL4EX.mjs";
|
|
10
11
|
import "../../chunk-HOVAPYGJ.mjs";
|
|
11
12
|
import "../../chunk-3LOCA2SP.mjs";
|
|
13
|
+
import "../../chunk-OW6U64MG.mjs";
|
|
12
14
|
import "../../chunk-LUERGYYZ.mjs";
|
|
13
15
|
import "../../chunk-YBQFG6QJ.mjs";
|
|
14
16
|
import "../../chunk-XKX5LFH7.mjs";
|
|
15
17
|
import "../../chunk-SLB2JE3N.mjs";
|
|
16
|
-
import "../../chunk-XYQVL4EX.mjs";
|
|
17
18
|
import "../../chunk-2OPPNAW2.mjs";
|
|
18
|
-
import "../../chunk-OW6U64MG.mjs";
|
|
19
19
|
import "../../chunk-VIPLRFPR.mjs";
|
|
20
20
|
export {
|
|
21
21
|
theme
|
package/package.json
CHANGED
|
File without changes
|
|
@@ -1,10 +1,16 @@
|
|
|
1
1
|
"use client";
|
|
2
|
+
import {
|
|
3
|
+
shipgray
|
|
4
|
+
} from "./chunk-XYQVL4EX.mjs";
|
|
2
5
|
import {
|
|
3
6
|
yellow
|
|
4
7
|
} from "./chunk-HOVAPYGJ.mjs";
|
|
5
8
|
import {
|
|
6
9
|
zinc
|
|
7
10
|
} from "./chunk-3LOCA2SP.mjs";
|
|
11
|
+
import {
|
|
12
|
+
cyan
|
|
13
|
+
} from "./chunk-OW6U64MG.mjs";
|
|
8
14
|
import {
|
|
9
15
|
green
|
|
10
16
|
} from "./chunk-LUERGYYZ.mjs";
|
|
@@ -17,15 +23,9 @@ import {
|
|
|
17
23
|
import {
|
|
18
24
|
red
|
|
19
25
|
} from "./chunk-SLB2JE3N.mjs";
|
|
20
|
-
import {
|
|
21
|
-
shipgray
|
|
22
|
-
} from "./chunk-XYQVL4EX.mjs";
|
|
23
26
|
import {
|
|
24
27
|
blue
|
|
25
28
|
} from "./chunk-2OPPNAW2.mjs";
|
|
26
|
-
import {
|
|
27
|
-
cyan
|
|
28
|
-
} from "./chunk-OW6U64MG.mjs";
|
|
29
29
|
|
|
30
30
|
// src/ui/theme/colors/common.ts
|
|
31
31
|
var commonColors = {
|