@teach-in/react 0.1.1 → 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-WVF5LVDJ.mjs → chunk-TYMUQULA.mjs} +1 -1
- 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 +519 -51
- package/dist/index.mjs +94 -62
- 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/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/index.js +4 -6
- package/dist/ui/feedback/index.mjs +6 -6
- 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 -5
- package/dist/ui/feedback/spinner/spinner.mjs +1 -1
- 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 -1
- package/dist/ui/feedback/tooltip/tooltip.mjs +1 -1
- package/dist/ui/form/index.mjs +11 -11
- package/dist/ui/form/rhf/fields/autocomplete-field.mjs +5 -5
- package/dist/ui/form/rhf/fields/checkbox-field.mjs +5 -5
- package/dist/ui/form/rhf/fields/date-picker-field.mjs +5 -5
- package/dist/ui/form/rhf/fields/email-field.mjs +5 -5
- package/dist/ui/form/rhf/fields/index.mjs +11 -11
- package/dist/ui/form/rhf/fields/input-field.mjs +5 -5
- package/dist/ui/form/rhf/fields/select-field.mjs +5 -5
- package/dist/ui/form/rhf/fields/switch-field.mjs +5 -5
- package/dist/ui/form/rhf/fields/text-field.mjs +5 -5
- package/dist/ui/form/rhf/fields/textarea-field.mjs +5 -5
- package/dist/ui/form/rhf/index.mjs +11 -11
- package/dist/ui/format/date.js +2 -2
- package/dist/ui/format/date.mjs +1 -1
- package/dist/ui/format/datetime.js +4 -3
- package/dist/ui/format/datetime.mjs +1 -1
- package/dist/ui/format/index.js +6 -5
- package/dist/ui/format/index.mjs +14 -14
- package/dist/ui/index.d.ts +1 -0
- package/dist/ui/index.js +519 -51
- package/dist/ui/index.mjs +94 -62
- package/dist/ui/inputs/index.mjs +11 -11
- package/dist/ui/layout/{container.d.ts → container/container.d.ts} +2 -2
- package/dist/ui/layout/{container.js → container/container.js} +3 -3
- 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 -1
- package/dist/ui/layout/{flex.mjs → flex/flex.mjs} +1 -1
- 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 +59 -35
- package/dist/ui/layout/page/index.js +3 -5
- package/dist/ui/layout/page/index.mjs +6 -6
- package/dist/ui/layout/page/page-loading.js +3 -5
- package/dist/ui/layout/page/page-loading.mjs +5 -5
- package/dist/ui/layout/page/section-loading.js +3 -5
- package/dist/ui/layout/page/section-loading.mjs +5 -5
- 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 -86
- package/dist/ui/theme/theme.css +0 -2
- /package/dist/ui/layout/{flex.d.ts → flex/flex.d.ts} +0 -0
|
@@ -0,0 +1,42 @@
|
|
|
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/theme/colors/blue.ts
|
|
22
|
+
var blue_exports = {};
|
|
23
|
+
__export(blue_exports, {
|
|
24
|
+
blue: () => blue
|
|
25
|
+
});
|
|
26
|
+
module.exports = __toCommonJS(blue_exports);
|
|
27
|
+
var blue = {
|
|
28
|
+
50: "#f5f7fd",
|
|
29
|
+
100: "#dfe8fb",
|
|
30
|
+
200: "#b5c8f6",
|
|
31
|
+
300: "#80a2f1",
|
|
32
|
+
400: "#2e66e8",
|
|
33
|
+
500: "#2552ba",
|
|
34
|
+
600: "#1c3d8c",
|
|
35
|
+
700: "#173274",
|
|
36
|
+
800: "#0d1f45",
|
|
37
|
+
900: "#070f22"
|
|
38
|
+
};
|
|
39
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
40
|
+
0 && (module.exports = {
|
|
41
|
+
blue
|
|
42
|
+
});
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
export declare const commonColors: {
|
|
2
|
+
white: string;
|
|
3
|
+
black: string;
|
|
4
|
+
blue: {
|
|
5
|
+
50: string;
|
|
6
|
+
100: string;
|
|
7
|
+
200: string;
|
|
8
|
+
300: string;
|
|
9
|
+
400: string;
|
|
10
|
+
500: string;
|
|
11
|
+
600: string;
|
|
12
|
+
700: string;
|
|
13
|
+
800: string;
|
|
14
|
+
900: string;
|
|
15
|
+
};
|
|
16
|
+
green: {
|
|
17
|
+
50: string;
|
|
18
|
+
100: string;
|
|
19
|
+
200: string;
|
|
20
|
+
300: string;
|
|
21
|
+
400: string;
|
|
22
|
+
500: string;
|
|
23
|
+
600: string;
|
|
24
|
+
700: string;
|
|
25
|
+
800: string;
|
|
26
|
+
900: string;
|
|
27
|
+
};
|
|
28
|
+
pink: {
|
|
29
|
+
50: string;
|
|
30
|
+
100: string;
|
|
31
|
+
200: string;
|
|
32
|
+
300: string;
|
|
33
|
+
400: string;
|
|
34
|
+
500: string;
|
|
35
|
+
600: string;
|
|
36
|
+
700: string;
|
|
37
|
+
800: string;
|
|
38
|
+
900: string;
|
|
39
|
+
};
|
|
40
|
+
purple: {
|
|
41
|
+
50: string;
|
|
42
|
+
100: string;
|
|
43
|
+
200: string;
|
|
44
|
+
300: string;
|
|
45
|
+
400: string;
|
|
46
|
+
500: string;
|
|
47
|
+
600: string;
|
|
48
|
+
700: string;
|
|
49
|
+
800: string;
|
|
50
|
+
900: string;
|
|
51
|
+
};
|
|
52
|
+
red: {
|
|
53
|
+
50: string;
|
|
54
|
+
100: string;
|
|
55
|
+
200: string;
|
|
56
|
+
300: string;
|
|
57
|
+
400: string;
|
|
58
|
+
500: string;
|
|
59
|
+
600: string;
|
|
60
|
+
700: string;
|
|
61
|
+
800: string;
|
|
62
|
+
900: string;
|
|
63
|
+
};
|
|
64
|
+
shipgray: {
|
|
65
|
+
50: string;
|
|
66
|
+
100: string;
|
|
67
|
+
200: string;
|
|
68
|
+
300: string;
|
|
69
|
+
400: string;
|
|
70
|
+
500: string;
|
|
71
|
+
600: string;
|
|
72
|
+
700: string;
|
|
73
|
+
800: string;
|
|
74
|
+
900: string;
|
|
75
|
+
};
|
|
76
|
+
yellow: {
|
|
77
|
+
50: string;
|
|
78
|
+
100: string;
|
|
79
|
+
200: string;
|
|
80
|
+
300: string;
|
|
81
|
+
400: string;
|
|
82
|
+
500: string;
|
|
83
|
+
600: string;
|
|
84
|
+
700: string;
|
|
85
|
+
800: string;
|
|
86
|
+
900: string;
|
|
87
|
+
};
|
|
88
|
+
cyan: {
|
|
89
|
+
50: string;
|
|
90
|
+
100: string;
|
|
91
|
+
200: string;
|
|
92
|
+
300: string;
|
|
93
|
+
400: string;
|
|
94
|
+
500: string;
|
|
95
|
+
600: string;
|
|
96
|
+
700: string;
|
|
97
|
+
800: string;
|
|
98
|
+
900: string;
|
|
99
|
+
};
|
|
100
|
+
zinc: {
|
|
101
|
+
"50": string;
|
|
102
|
+
"100": string;
|
|
103
|
+
"200": string;
|
|
104
|
+
"300": string;
|
|
105
|
+
"400": string;
|
|
106
|
+
"500": string;
|
|
107
|
+
"600": string;
|
|
108
|
+
"700": string;
|
|
109
|
+
"800": string;
|
|
110
|
+
"900": string;
|
|
111
|
+
};
|
|
112
|
+
};
|
|
113
|
+
export type CommonColors = typeof commonColors;
|
|
@@ -0,0 +1,171 @@
|
|
|
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/theme/colors/common.ts
|
|
22
|
+
var common_exports = {};
|
|
23
|
+
__export(common_exports, {
|
|
24
|
+
commonColors: () => commonColors
|
|
25
|
+
});
|
|
26
|
+
module.exports = __toCommonJS(common_exports);
|
|
27
|
+
|
|
28
|
+
// src/ui/theme/colors/blue.ts
|
|
29
|
+
var blue = {
|
|
30
|
+
50: "#f5f7fd",
|
|
31
|
+
100: "#dfe8fb",
|
|
32
|
+
200: "#b5c8f6",
|
|
33
|
+
300: "#80a2f1",
|
|
34
|
+
400: "#2e66e8",
|
|
35
|
+
500: "#2552ba",
|
|
36
|
+
600: "#1c3d8c",
|
|
37
|
+
700: "#173274",
|
|
38
|
+
800: "#0d1f45",
|
|
39
|
+
900: "#070f22"
|
|
40
|
+
};
|
|
41
|
+
|
|
42
|
+
// src/ui/theme/colors/green.ts
|
|
43
|
+
var green = {
|
|
44
|
+
50: "#f2fbf6",
|
|
45
|
+
100: "#d9f2e3",
|
|
46
|
+
200: "#a3e0bb",
|
|
47
|
+
300: "#66cb8e",
|
|
48
|
+
400: "#00a843",
|
|
49
|
+
500: "#008636",
|
|
50
|
+
600: "#006528",
|
|
51
|
+
700: "#005421",
|
|
52
|
+
800: "#002f13",
|
|
53
|
+
900: "#00190a"
|
|
54
|
+
};
|
|
55
|
+
|
|
56
|
+
// src/ui/theme/colors/pink.ts
|
|
57
|
+
var pink = {
|
|
58
|
+
50: "#fef8ff",
|
|
59
|
+
100: "#fce9ff",
|
|
60
|
+
200: "#f8c6ff",
|
|
61
|
+
300: "#f4a8ff",
|
|
62
|
+
400: "#ed6aff",
|
|
63
|
+
500: "#c759d6",
|
|
64
|
+
600: "#9844a3",
|
|
65
|
+
700: "#7b3785",
|
|
66
|
+
800: "#47204d",
|
|
67
|
+
900: "#2b132e"
|
|
68
|
+
};
|
|
69
|
+
|
|
70
|
+
// src/ui/theme/colors/purple.ts
|
|
71
|
+
var purple = {
|
|
72
|
+
50: "#faf6fe",
|
|
73
|
+
100: "#efe5fd",
|
|
74
|
+
200: "#d6bcfa",
|
|
75
|
+
300: "#b88bf6",
|
|
76
|
+
400: "#9350f2",
|
|
77
|
+
500: "#7b43cb",
|
|
78
|
+
600: "#5e339b",
|
|
79
|
+
700: "#4c2a7e",
|
|
80
|
+
800: "#2c1849",
|
|
81
|
+
900: "#1a0e2c"
|
|
82
|
+
};
|
|
83
|
+
|
|
84
|
+
// src/ui/theme/colors/red.ts
|
|
85
|
+
var red = {
|
|
86
|
+
50: "#fdf4f3",
|
|
87
|
+
100: "#f8dfdb",
|
|
88
|
+
200: "#eeb2a9",
|
|
89
|
+
300: "#e37f70",
|
|
90
|
+
400: "#d02a11",
|
|
91
|
+
500: "#a6220e",
|
|
92
|
+
600: "#7d190a",
|
|
93
|
+
700: "#681509",
|
|
94
|
+
800: "#3a0c05",
|
|
95
|
+
900: "#1f0603"
|
|
96
|
+
};
|
|
97
|
+
|
|
98
|
+
// src/ui/theme/colors/shipgray.ts
|
|
99
|
+
var shipgray = {
|
|
100
|
+
50: "#f8f8fa",
|
|
101
|
+
100: "#f4f4f8",
|
|
102
|
+
200: "#cfcdde",
|
|
103
|
+
300: "#acaac7",
|
|
104
|
+
400: "#7571a2",
|
|
105
|
+
500: "#5e5a82",
|
|
106
|
+
600: "#464461",
|
|
107
|
+
700: "#232231",
|
|
108
|
+
800: "#1a1923",
|
|
109
|
+
900: "#121118"
|
|
110
|
+
};
|
|
111
|
+
|
|
112
|
+
// src/ui/theme/colors/yellow.ts
|
|
113
|
+
var yellow = {
|
|
114
|
+
50: "#fffcec",
|
|
115
|
+
100: "#fff2ab",
|
|
116
|
+
200: "#ffe66e",
|
|
117
|
+
300: "#ffd739",
|
|
118
|
+
400: "#f5c20f",
|
|
119
|
+
500: "#daa800",
|
|
120
|
+
600: "#b38700",
|
|
121
|
+
700: "#836100",
|
|
122
|
+
800: "#4c3800",
|
|
123
|
+
900: "#171200"
|
|
124
|
+
};
|
|
125
|
+
|
|
126
|
+
// src/ui/theme/colors/cyan.ts
|
|
127
|
+
var cyan = {
|
|
128
|
+
50: "#f4fdfe",
|
|
129
|
+
100: "#ddf9fd",
|
|
130
|
+
200: "#a9effb",
|
|
131
|
+
300: "#69e3f8",
|
|
132
|
+
400: "#1cd5f4",
|
|
133
|
+
500: "#18b3cd",
|
|
134
|
+
600: "#12889c",
|
|
135
|
+
700: "#0f6f7f",
|
|
136
|
+
800: "#084049",
|
|
137
|
+
900: "#05262c"
|
|
138
|
+
};
|
|
139
|
+
|
|
140
|
+
// src/ui/theme/colors/zinc.ts
|
|
141
|
+
var zinc = {
|
|
142
|
+
"50": "#fafafa",
|
|
143
|
+
"100": "#f4f4f5",
|
|
144
|
+
"200": "#e4e4e7",
|
|
145
|
+
"300": "#d4d4d8",
|
|
146
|
+
"400": "#a1a1aa",
|
|
147
|
+
"500": "#71717a",
|
|
148
|
+
"600": "#52525b",
|
|
149
|
+
"700": "#3f3f46",
|
|
150
|
+
"800": "#27272a",
|
|
151
|
+
"900": "#18181b"
|
|
152
|
+
};
|
|
153
|
+
|
|
154
|
+
// src/ui/theme/colors/common.ts
|
|
155
|
+
var commonColors = {
|
|
156
|
+
white: "#ffffff",
|
|
157
|
+
black: "#111016",
|
|
158
|
+
blue,
|
|
159
|
+
green,
|
|
160
|
+
pink,
|
|
161
|
+
purple,
|
|
162
|
+
red,
|
|
163
|
+
shipgray,
|
|
164
|
+
yellow,
|
|
165
|
+
cyan,
|
|
166
|
+
zinc
|
|
167
|
+
};
|
|
168
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
169
|
+
0 && (module.exports = {
|
|
170
|
+
commonColors
|
|
171
|
+
});
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import {
|
|
3
|
+
commonColors
|
|
4
|
+
} from "../../../chunk-NCM6KIQH.mjs";
|
|
5
|
+
import "../../../chunk-SLB2JE3N.mjs";
|
|
6
|
+
import "../../../chunk-XYQVL4EX.mjs";
|
|
7
|
+
import "../../../chunk-HOVAPYGJ.mjs";
|
|
8
|
+
import "../../../chunk-3LOCA2SP.mjs";
|
|
9
|
+
import "../../../chunk-2OPPNAW2.mjs";
|
|
10
|
+
import "../../../chunk-OW6U64MG.mjs";
|
|
11
|
+
import "../../../chunk-LUERGYYZ.mjs";
|
|
12
|
+
import "../../../chunk-YBQFG6QJ.mjs";
|
|
13
|
+
import "../../../chunk-XKX5LFH7.mjs";
|
|
14
|
+
export {
|
|
15
|
+
commonColors
|
|
16
|
+
};
|
|
@@ -0,0 +1,42 @@
|
|
|
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/theme/colors/cyan.ts
|
|
22
|
+
var cyan_exports = {};
|
|
23
|
+
__export(cyan_exports, {
|
|
24
|
+
cyan: () => cyan
|
|
25
|
+
});
|
|
26
|
+
module.exports = __toCommonJS(cyan_exports);
|
|
27
|
+
var cyan = {
|
|
28
|
+
50: "#f4fdfe",
|
|
29
|
+
100: "#ddf9fd",
|
|
30
|
+
200: "#a9effb",
|
|
31
|
+
300: "#69e3f8",
|
|
32
|
+
400: "#1cd5f4",
|
|
33
|
+
500: "#18b3cd",
|
|
34
|
+
600: "#12889c",
|
|
35
|
+
700: "#0f6f7f",
|
|
36
|
+
800: "#084049",
|
|
37
|
+
900: "#05262c"
|
|
38
|
+
};
|
|
39
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
40
|
+
0 && (module.exports = {
|
|
41
|
+
cyan
|
|
42
|
+
});
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
export declare const flat: {
|
|
2
|
+
default: {
|
|
3
|
+
300: string;
|
|
4
|
+
700: string;
|
|
5
|
+
};
|
|
6
|
+
primary: {
|
|
7
|
+
500: string;
|
|
8
|
+
};
|
|
9
|
+
secondary: {
|
|
10
|
+
400: string;
|
|
11
|
+
500: string;
|
|
12
|
+
};
|
|
13
|
+
success: {
|
|
14
|
+
500: string;
|
|
15
|
+
};
|
|
16
|
+
warning: {
|
|
17
|
+
500: string;
|
|
18
|
+
};
|
|
19
|
+
danger: {
|
|
20
|
+
500: string;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
@@ -0,0 +1,52 @@
|
|
|
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/theme/colors/flat.ts
|
|
22
|
+
var flat_exports = {};
|
|
23
|
+
__export(flat_exports, {
|
|
24
|
+
flat: () => flat
|
|
25
|
+
});
|
|
26
|
+
module.exports = __toCommonJS(flat_exports);
|
|
27
|
+
var flat = {
|
|
28
|
+
default: {
|
|
29
|
+
300: "#acaac73f",
|
|
30
|
+
700: "#4644613f"
|
|
31
|
+
},
|
|
32
|
+
primary: {
|
|
33
|
+
500: "#2552ba33"
|
|
34
|
+
},
|
|
35
|
+
secondary: {
|
|
36
|
+
400: "#9350f233",
|
|
37
|
+
500: "#7b43cb33"
|
|
38
|
+
},
|
|
39
|
+
success: {
|
|
40
|
+
500: "#00863633"
|
|
41
|
+
},
|
|
42
|
+
warning: {
|
|
43
|
+
500: "#daa80033"
|
|
44
|
+
},
|
|
45
|
+
danger: {
|
|
46
|
+
500: "#a6220e33"
|
|
47
|
+
}
|
|
48
|
+
};
|
|
49
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
50
|
+
0 && (module.exports = {
|
|
51
|
+
flat
|
|
52
|
+
});
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
|
|
3
|
+
// src/ui/theme/colors/flat.ts
|
|
4
|
+
var flat = {
|
|
5
|
+
default: {
|
|
6
|
+
300: "#acaac73f",
|
|
7
|
+
700: "#4644613f"
|
|
8
|
+
},
|
|
9
|
+
primary: {
|
|
10
|
+
500: "#2552ba33"
|
|
11
|
+
},
|
|
12
|
+
secondary: {
|
|
13
|
+
400: "#9350f233",
|
|
14
|
+
500: "#7b43cb33"
|
|
15
|
+
},
|
|
16
|
+
success: {
|
|
17
|
+
500: "#00863633"
|
|
18
|
+
},
|
|
19
|
+
warning: {
|
|
20
|
+
500: "#daa80033"
|
|
21
|
+
},
|
|
22
|
+
danger: {
|
|
23
|
+
500: "#a6220e33"
|
|
24
|
+
}
|
|
25
|
+
};
|
|
26
|
+
export {
|
|
27
|
+
flat
|
|
28
|
+
};
|
|
@@ -0,0 +1,42 @@
|
|
|
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/theme/colors/green.ts
|
|
22
|
+
var green_exports = {};
|
|
23
|
+
__export(green_exports, {
|
|
24
|
+
green: () => green
|
|
25
|
+
});
|
|
26
|
+
module.exports = __toCommonJS(green_exports);
|
|
27
|
+
var green = {
|
|
28
|
+
50: "#f2fbf6",
|
|
29
|
+
100: "#d9f2e3",
|
|
30
|
+
200: "#a3e0bb",
|
|
31
|
+
300: "#66cb8e",
|
|
32
|
+
400: "#00a843",
|
|
33
|
+
500: "#008636",
|
|
34
|
+
600: "#006528",
|
|
35
|
+
700: "#005421",
|
|
36
|
+
800: "#002f13",
|
|
37
|
+
900: "#00190a"
|
|
38
|
+
};
|
|
39
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
40
|
+
0 && (module.exports = {
|
|
41
|
+
green
|
|
42
|
+
});
|
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
import { commonColors } from "./common";
|
|
2
|
+
import { semanticColors } from "./semantic";
|
|
3
|
+
export * from "./types";
|
|
4
|
+
declare const colors: {
|
|
5
|
+
light: import("./types").ThemeColors;
|
|
6
|
+
dark: import("./types").ThemeColors;
|
|
7
|
+
white: string;
|
|
8
|
+
black: string;
|
|
9
|
+
blue: {
|
|
10
|
+
50: string;
|
|
11
|
+
100: string;
|
|
12
|
+
200: string;
|
|
13
|
+
300: string;
|
|
14
|
+
400: string;
|
|
15
|
+
500: string;
|
|
16
|
+
600: string;
|
|
17
|
+
700: string;
|
|
18
|
+
800: string;
|
|
19
|
+
900: string;
|
|
20
|
+
};
|
|
21
|
+
green: {
|
|
22
|
+
50: string;
|
|
23
|
+
100: string;
|
|
24
|
+
200: string;
|
|
25
|
+
300: string;
|
|
26
|
+
400: string;
|
|
27
|
+
500: string;
|
|
28
|
+
600: string;
|
|
29
|
+
700: string;
|
|
30
|
+
800: string;
|
|
31
|
+
900: string;
|
|
32
|
+
};
|
|
33
|
+
pink: {
|
|
34
|
+
50: string;
|
|
35
|
+
100: string;
|
|
36
|
+
200: string;
|
|
37
|
+
300: string;
|
|
38
|
+
400: string;
|
|
39
|
+
500: string;
|
|
40
|
+
600: string;
|
|
41
|
+
700: string;
|
|
42
|
+
800: string;
|
|
43
|
+
900: string;
|
|
44
|
+
};
|
|
45
|
+
purple: {
|
|
46
|
+
50: string;
|
|
47
|
+
100: string;
|
|
48
|
+
200: string;
|
|
49
|
+
300: string;
|
|
50
|
+
400: string;
|
|
51
|
+
500: string;
|
|
52
|
+
600: string;
|
|
53
|
+
700: string;
|
|
54
|
+
800: string;
|
|
55
|
+
900: string;
|
|
56
|
+
};
|
|
57
|
+
red: {
|
|
58
|
+
50: string;
|
|
59
|
+
100: string;
|
|
60
|
+
200: string;
|
|
61
|
+
300: string;
|
|
62
|
+
400: string;
|
|
63
|
+
500: string;
|
|
64
|
+
600: string;
|
|
65
|
+
700: string;
|
|
66
|
+
800: string;
|
|
67
|
+
900: string;
|
|
68
|
+
};
|
|
69
|
+
shipgray: {
|
|
70
|
+
50: string;
|
|
71
|
+
100: string;
|
|
72
|
+
200: string;
|
|
73
|
+
300: string;
|
|
74
|
+
400: string;
|
|
75
|
+
500: string;
|
|
76
|
+
600: string;
|
|
77
|
+
700: string;
|
|
78
|
+
800: string;
|
|
79
|
+
900: string;
|
|
80
|
+
};
|
|
81
|
+
yellow: {
|
|
82
|
+
50: string;
|
|
83
|
+
100: string;
|
|
84
|
+
200: string;
|
|
85
|
+
300: string;
|
|
86
|
+
400: string;
|
|
87
|
+
500: string;
|
|
88
|
+
600: string;
|
|
89
|
+
700: string;
|
|
90
|
+
800: string;
|
|
91
|
+
900: string;
|
|
92
|
+
};
|
|
93
|
+
cyan: {
|
|
94
|
+
50: string;
|
|
95
|
+
100: string;
|
|
96
|
+
200: string;
|
|
97
|
+
300: string;
|
|
98
|
+
400: string;
|
|
99
|
+
500: string;
|
|
100
|
+
600: string;
|
|
101
|
+
700: string;
|
|
102
|
+
800: string;
|
|
103
|
+
900: string;
|
|
104
|
+
};
|
|
105
|
+
zinc: {
|
|
106
|
+
"50": string;
|
|
107
|
+
"100": string;
|
|
108
|
+
"200": string;
|
|
109
|
+
"300": string;
|
|
110
|
+
"400": string;
|
|
111
|
+
"500": string;
|
|
112
|
+
"600": string;
|
|
113
|
+
"700": string;
|
|
114
|
+
"800": string;
|
|
115
|
+
"900": string;
|
|
116
|
+
};
|
|
117
|
+
};
|
|
118
|
+
export { colors, commonColors, semanticColors };
|