@zenkigen-inc/component-theme 1.15.1 → 1.15.2
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/{colors.d.ts → index.d.mts} +44 -5
- package/dist/index.d.ts +112 -3
- package/dist/index.js +144 -91
- package/dist/index.mjs +133 -0
- package/package.json +11 -6
- package/dist/form.d.ts +0 -6
- package/dist/index.esm.js +0 -113
- package/dist/index.esm.js.map +0 -1
- package/dist/index.js.map +0 -1
- package/dist/typography.d.ts +0 -29
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
declare const userColors: readonly ["bg-user-red", "bg-user-pink", "bg-user-purple", "bg-user-turquoise", "bg-user-royalBlue", "bg-user-blue", "bg-user-aquamarine", "bg-user-yellowGreen", "bg-user-yellow", "bg-user-orange"];
|
|
2
|
+
declare const buttonColors: {
|
|
3
3
|
readonly fill: {
|
|
4
4
|
readonly base: "border border-interactive01 bg-interactive01 text-textOnColor fill-textOnColor";
|
|
5
5
|
readonly hover: "hover:bg-hover01 hover:border-hover01";
|
|
@@ -29,13 +29,13 @@ export declare const buttonColors: {
|
|
|
29
29
|
readonly selected: "border border-transparent bg-selectedUi text-interactive01 fill-interactive01";
|
|
30
30
|
};
|
|
31
31
|
};
|
|
32
|
-
|
|
32
|
+
declare const iconColors: {
|
|
33
33
|
readonly icon01: "fill-icon01";
|
|
34
34
|
readonly icon02: "fill-icon02";
|
|
35
35
|
readonly icon03: "fill-icon03";
|
|
36
36
|
readonly iconOnColor: "fill-iconOnColor";
|
|
37
37
|
};
|
|
38
|
-
|
|
38
|
+
declare const tagColors: {
|
|
39
39
|
readonly supportError: "text-textOnColor bg-supportError";
|
|
40
40
|
readonly supportSuccess: "text-textOnColor bg-supportSuccess";
|
|
41
41
|
readonly supportWarning: "text-textOnColor bg-supportWarning";
|
|
@@ -53,7 +53,7 @@ export declare const tagColors: {
|
|
|
53
53
|
readonly default: "text-textOnColor bg-supportInfo";
|
|
54
54
|
readonly gray: "text-text02 bg-gray-gray10";
|
|
55
55
|
};
|
|
56
|
-
|
|
56
|
+
declare const tagLightColors: {
|
|
57
57
|
readonly supportError: "text-text01 bg-supportErrorLight";
|
|
58
58
|
readonly supportSuccess: "text-text01 bg-supportSuccessLight";
|
|
59
59
|
readonly supportWarning: "text-text01 bg-supportWarningLight";
|
|
@@ -71,3 +71,42 @@ export declare const tagLightColors: {
|
|
|
71
71
|
readonly default: "text-text01 bg-supportInfoLight";
|
|
72
72
|
readonly gray: "text-text01 bg-gray-gray10";
|
|
73
73
|
};
|
|
74
|
+
|
|
75
|
+
declare const focusVisible: {
|
|
76
|
+
normal: string;
|
|
77
|
+
inset: string;
|
|
78
|
+
normalPeer: string;
|
|
79
|
+
insetPeer: string;
|
|
80
|
+
};
|
|
81
|
+
|
|
82
|
+
declare const typography: {
|
|
83
|
+
readonly heading: {
|
|
84
|
+
readonly h1: "font-bold leading-0 text-7 tracking-normal no-underline";
|
|
85
|
+
readonly h2: "font-bold leading-1 text-6 tracking-normal no-underline";
|
|
86
|
+
readonly h3: "font-bold leading-2 text-5 tracking-normal no-underline";
|
|
87
|
+
readonly h4: "font-bold leading-3 text-4 tracking-normal no-underline";
|
|
88
|
+
readonly h5: "font-bold leading-4 text-3 tracking-normal no-underline";
|
|
89
|
+
};
|
|
90
|
+
readonly body: {
|
|
91
|
+
readonly body16bold: "font-bold leading-5 text-4 tracking-normal no-underline";
|
|
92
|
+
readonly body16regular: "font-normal leading-5 text-4 tracking-normal no-underline";
|
|
93
|
+
readonly body14bold: "font-bold leading-4 text-3 tracking-normal no-underline";
|
|
94
|
+
readonly body14regular: "font-normal leading-4 text-3 tracking-normal no-underline";
|
|
95
|
+
readonly body13bold: "font-bold leading-5 text-2 tracking-normal no-underline";
|
|
96
|
+
readonly body13regular: "font-normal leading-5 text-2 tracking-normal no-underline";
|
|
97
|
+
readonly body12bold: "font-bold leading-1 text-1 tracking-normal no-underline";
|
|
98
|
+
readonly body12regular: "font-normal leading-1 text-1 tracking-normal no-underline";
|
|
99
|
+
};
|
|
100
|
+
readonly label: {
|
|
101
|
+
readonly label16bold: "font-bold leading-6 text-4 tracking-normal no-underline";
|
|
102
|
+
readonly label16regular: "font-normal leading-6 text-4 tracking-normal no-underline";
|
|
103
|
+
readonly label14bold: "font-bold leading-6 text-3 tracking-normal no-underline";
|
|
104
|
+
readonly label14regular: "font-normal leading-6 text-3 tracking-normal no-underline";
|
|
105
|
+
readonly label12bold: "font-bold leading-6 text-1 tracking-normal no-underline";
|
|
106
|
+
readonly label12regular: "font-normal leading-6 text-1 tracking-normal no-underline";
|
|
107
|
+
readonly label11bold: "font-bold leading-6 text-0 tracking-normal no-underline";
|
|
108
|
+
readonly label11regular: "font-normal leading-6 text-0 tracking-normal no-underline";
|
|
109
|
+
};
|
|
110
|
+
};
|
|
111
|
+
|
|
112
|
+
export { buttonColors, focusVisible, iconColors, tagColors, tagLightColors, typography, userColors };
|
package/dist/index.d.ts
CHANGED
|
@@ -1,3 +1,112 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
declare const userColors: readonly ["bg-user-red", "bg-user-pink", "bg-user-purple", "bg-user-turquoise", "bg-user-royalBlue", "bg-user-blue", "bg-user-aquamarine", "bg-user-yellowGreen", "bg-user-yellow", "bg-user-orange"];
|
|
2
|
+
declare const buttonColors: {
|
|
3
|
+
readonly fill: {
|
|
4
|
+
readonly base: "border border-interactive01 bg-interactive01 text-textOnColor fill-textOnColor";
|
|
5
|
+
readonly hover: "hover:bg-hover01 hover:border-hover01";
|
|
6
|
+
readonly active: "active:bg-active01 active:border-active01";
|
|
7
|
+
readonly disabled: "disabled:bg-disabled01 disabled:border-disabled01";
|
|
8
|
+
readonly selected: "border border-transparent bg-selectedUi text-interactive01 fill-interactive01";
|
|
9
|
+
};
|
|
10
|
+
readonly fillDanger: {
|
|
11
|
+
readonly base: "border border-supportDanger bg-supportDanger text-textOnColor fill-textOnColor";
|
|
12
|
+
readonly hover: "hover:bg-hoverDanger hover:border-hoverDanger";
|
|
13
|
+
readonly active: "active:bg-activeDanger active:border-activeDanger";
|
|
14
|
+
readonly disabled: "disabled:bg-disabled01 disabled:border-disabled01";
|
|
15
|
+
readonly selected: "border border-transparent bg-supportDangerLight text-supportDanger fill-supportDanger";
|
|
16
|
+
};
|
|
17
|
+
readonly outline: {
|
|
18
|
+
readonly base: "border border-uiBorder02 bg-uiBackground01 text-interactive02 fill-interactive02";
|
|
19
|
+
readonly hover: "hover:bg-hover02";
|
|
20
|
+
readonly active: "active:bg-active02";
|
|
21
|
+
readonly disabled: "disabled:border-uiBorder01 disabled:text-disabled01 disabled:fill-disabled01";
|
|
22
|
+
readonly selected: "border border-interactive01 bg-selectedUi text-interactive01 fill-interactive01";
|
|
23
|
+
};
|
|
24
|
+
readonly text: {
|
|
25
|
+
readonly base: "border border-transparent text-interactive02 fill-interactive02";
|
|
26
|
+
readonly hover: "hover:bg-hover02 hover:border-hover02";
|
|
27
|
+
readonly active: "active:bg-active02 active:border-active02";
|
|
28
|
+
readonly disabled: "disabled:text-disabled01 disabled:fill-disabled01";
|
|
29
|
+
readonly selected: "border border-transparent bg-selectedUi text-interactive01 fill-interactive01";
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
declare const iconColors: {
|
|
33
|
+
readonly icon01: "fill-icon01";
|
|
34
|
+
readonly icon02: "fill-icon02";
|
|
35
|
+
readonly icon03: "fill-icon03";
|
|
36
|
+
readonly iconOnColor: "fill-iconOnColor";
|
|
37
|
+
};
|
|
38
|
+
declare const tagColors: {
|
|
39
|
+
readonly supportError: "text-textOnColor bg-supportError";
|
|
40
|
+
readonly supportSuccess: "text-textOnColor bg-supportSuccess";
|
|
41
|
+
readonly supportWarning: "text-textOnColor bg-supportWarning";
|
|
42
|
+
readonly supportDanger: "text-textOnColor bg-supportDanger";
|
|
43
|
+
readonly userRed: "text-textOnColor bg-user-red";
|
|
44
|
+
readonly userPink: "text-textOnColor bg-user-pink";
|
|
45
|
+
readonly userPurple: "text-textOnColor bg-user-purple";
|
|
46
|
+
readonly userTurquoise: "text-textOnColor bg-user-turquoise";
|
|
47
|
+
readonly userRoyalBlue: "text-textOnColor bg-user-royalBlue";
|
|
48
|
+
readonly userBlue: "text-textOnColor bg-user-blue";
|
|
49
|
+
readonly userAquamarine: "text-textOnColor bg-user-aquamarine";
|
|
50
|
+
readonly userYellowGreen: "text-textOnColor bg-user-yellowGreen";
|
|
51
|
+
readonly userYellow: "text-textOnColor bg-user-yellow";
|
|
52
|
+
readonly userOrange: "text-textOnColor bg-user-orange";
|
|
53
|
+
readonly default: "text-textOnColor bg-supportInfo";
|
|
54
|
+
readonly gray: "text-text02 bg-gray-gray10";
|
|
55
|
+
};
|
|
56
|
+
declare const tagLightColors: {
|
|
57
|
+
readonly supportError: "text-text01 bg-supportErrorLight";
|
|
58
|
+
readonly supportSuccess: "text-text01 bg-supportSuccessLight";
|
|
59
|
+
readonly supportWarning: "text-text01 bg-supportWarningLight";
|
|
60
|
+
readonly supportDanger: "text-text01 bg-supportDangerLight";
|
|
61
|
+
readonly userRed: "text-text01 bg-user-redLight";
|
|
62
|
+
readonly userPink: "text-text01 bg-user-pinkLight";
|
|
63
|
+
readonly userPurple: "text-text01 bg-user-purpleLight";
|
|
64
|
+
readonly userTurquoise: "text-text01 bg-user-turquoiseLight";
|
|
65
|
+
readonly userRoyalBlue: "text-text01 bg-user-royalBlueLight";
|
|
66
|
+
readonly userBlue: "text-text01 bg-user-blueLight";
|
|
67
|
+
readonly userAquamarine: "text-text01 bg-user-aquamarineLight";
|
|
68
|
+
readonly userYellowGreen: "text-text01 bg-user-yellowGreenLight";
|
|
69
|
+
readonly userYellow: "text-text01 bg-user-yellowLight";
|
|
70
|
+
readonly userOrange: "text-text01 bg-user-orangeLight";
|
|
71
|
+
readonly default: "text-text01 bg-supportInfoLight";
|
|
72
|
+
readonly gray: "text-text01 bg-gray-gray10";
|
|
73
|
+
};
|
|
74
|
+
|
|
75
|
+
declare const focusVisible: {
|
|
76
|
+
normal: string;
|
|
77
|
+
inset: string;
|
|
78
|
+
normalPeer: string;
|
|
79
|
+
insetPeer: string;
|
|
80
|
+
};
|
|
81
|
+
|
|
82
|
+
declare const typography: {
|
|
83
|
+
readonly heading: {
|
|
84
|
+
readonly h1: "font-bold leading-0 text-7 tracking-normal no-underline";
|
|
85
|
+
readonly h2: "font-bold leading-1 text-6 tracking-normal no-underline";
|
|
86
|
+
readonly h3: "font-bold leading-2 text-5 tracking-normal no-underline";
|
|
87
|
+
readonly h4: "font-bold leading-3 text-4 tracking-normal no-underline";
|
|
88
|
+
readonly h5: "font-bold leading-4 text-3 tracking-normal no-underline";
|
|
89
|
+
};
|
|
90
|
+
readonly body: {
|
|
91
|
+
readonly body16bold: "font-bold leading-5 text-4 tracking-normal no-underline";
|
|
92
|
+
readonly body16regular: "font-normal leading-5 text-4 tracking-normal no-underline";
|
|
93
|
+
readonly body14bold: "font-bold leading-4 text-3 tracking-normal no-underline";
|
|
94
|
+
readonly body14regular: "font-normal leading-4 text-3 tracking-normal no-underline";
|
|
95
|
+
readonly body13bold: "font-bold leading-5 text-2 tracking-normal no-underline";
|
|
96
|
+
readonly body13regular: "font-normal leading-5 text-2 tracking-normal no-underline";
|
|
97
|
+
readonly body12bold: "font-bold leading-1 text-1 tracking-normal no-underline";
|
|
98
|
+
readonly body12regular: "font-normal leading-1 text-1 tracking-normal no-underline";
|
|
99
|
+
};
|
|
100
|
+
readonly label: {
|
|
101
|
+
readonly label16bold: "font-bold leading-6 text-4 tracking-normal no-underline";
|
|
102
|
+
readonly label16regular: "font-normal leading-6 text-4 tracking-normal no-underline";
|
|
103
|
+
readonly label14bold: "font-bold leading-6 text-3 tracking-normal no-underline";
|
|
104
|
+
readonly label14regular: "font-normal leading-6 text-3 tracking-normal no-underline";
|
|
105
|
+
readonly label12bold: "font-bold leading-6 text-1 tracking-normal no-underline";
|
|
106
|
+
readonly label12regular: "font-normal leading-6 text-1 tracking-normal no-underline";
|
|
107
|
+
readonly label11bold: "font-bold leading-6 text-0 tracking-normal no-underline";
|
|
108
|
+
readonly label11regular: "font-normal leading-6 text-0 tracking-normal no-underline";
|
|
109
|
+
};
|
|
110
|
+
};
|
|
111
|
+
|
|
112
|
+
export { buttonColors, focusVisible, iconColors, tagColors, tagLightColors, typography, userColors };
|
package/dist/index.js
CHANGED
|
@@ -1,113 +1,166 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
|
|
20
|
+
// src/index.ts
|
|
21
|
+
var index_exports = {};
|
|
22
|
+
__export(index_exports, {
|
|
23
|
+
buttonColors: () => buttonColors,
|
|
24
|
+
focusVisible: () => focusVisible,
|
|
25
|
+
iconColors: () => iconColors,
|
|
26
|
+
tagColors: () => tagColors,
|
|
27
|
+
tagLightColors: () => tagLightColors,
|
|
28
|
+
typography: () => typography,
|
|
29
|
+
userColors: () => userColors
|
|
30
|
+
});
|
|
31
|
+
module.exports = __toCommonJS(index_exports);
|
|
32
|
+
|
|
33
|
+
// src/colors.ts
|
|
34
|
+
var userColors = [
|
|
35
|
+
"bg-user-red",
|
|
36
|
+
"bg-user-pink",
|
|
37
|
+
"bg-user-purple",
|
|
38
|
+
"bg-user-turquoise",
|
|
39
|
+
"bg-user-royalBlue",
|
|
40
|
+
"bg-user-blue",
|
|
41
|
+
"bg-user-aquamarine",
|
|
42
|
+
"bg-user-yellowGreen",
|
|
43
|
+
"bg-user-yellow",
|
|
44
|
+
"bg-user-orange"
|
|
45
|
+
];
|
|
46
|
+
var buttonColors = {
|
|
3
47
|
fill: {
|
|
4
|
-
base:
|
|
5
|
-
hover:
|
|
6
|
-
active:
|
|
7
|
-
disabled:
|
|
8
|
-
selected:
|
|
48
|
+
base: "border border-interactive01 bg-interactive01 text-textOnColor fill-textOnColor",
|
|
49
|
+
hover: "hover:bg-hover01 hover:border-hover01",
|
|
50
|
+
active: "active:bg-active01 active:border-active01",
|
|
51
|
+
disabled: "disabled:bg-disabled01 disabled:border-disabled01",
|
|
52
|
+
selected: "border border-transparent bg-selectedUi text-interactive01 fill-interactive01"
|
|
9
53
|
},
|
|
10
54
|
fillDanger: {
|
|
11
|
-
base:
|
|
12
|
-
hover:
|
|
13
|
-
active:
|
|
14
|
-
disabled:
|
|
15
|
-
selected:
|
|
55
|
+
base: "border border-supportDanger bg-supportDanger text-textOnColor fill-textOnColor",
|
|
56
|
+
hover: "hover:bg-hoverDanger hover:border-hoverDanger",
|
|
57
|
+
active: "active:bg-activeDanger active:border-activeDanger",
|
|
58
|
+
disabled: "disabled:bg-disabled01 disabled:border-disabled01",
|
|
59
|
+
selected: "border border-transparent bg-supportDangerLight text-supportDanger fill-supportDanger"
|
|
16
60
|
},
|
|
17
61
|
outline: {
|
|
18
|
-
base:
|
|
19
|
-
hover:
|
|
20
|
-
active:
|
|
21
|
-
disabled:
|
|
22
|
-
selected:
|
|
62
|
+
base: "border border-uiBorder02 bg-uiBackground01 text-interactive02 fill-interactive02",
|
|
63
|
+
hover: "hover:bg-hover02",
|
|
64
|
+
active: "active:bg-active02",
|
|
65
|
+
disabled: "disabled:border-uiBorder01 disabled:text-disabled01 disabled:fill-disabled01",
|
|
66
|
+
selected: "border border-interactive01 bg-selectedUi text-interactive01 fill-interactive01"
|
|
23
67
|
},
|
|
24
68
|
text: {
|
|
25
|
-
base:
|
|
26
|
-
hover:
|
|
27
|
-
active:
|
|
28
|
-
disabled:
|
|
29
|
-
selected:
|
|
69
|
+
base: "border border-transparent text-interactive02 fill-interactive02",
|
|
70
|
+
hover: "hover:bg-hover02 hover:border-hover02",
|
|
71
|
+
active: "active:bg-active02 active:border-active02",
|
|
72
|
+
disabled: "disabled:text-disabled01 disabled:fill-disabled01",
|
|
73
|
+
selected: "border border-transparent bg-selectedUi text-interactive01 fill-interactive01"
|
|
30
74
|
}
|
|
31
75
|
};
|
|
32
|
-
|
|
33
|
-
icon01:
|
|
34
|
-
icon02:
|
|
35
|
-
icon03:
|
|
36
|
-
iconOnColor:
|
|
76
|
+
var iconColors = {
|
|
77
|
+
icon01: "fill-icon01",
|
|
78
|
+
icon02: "fill-icon02",
|
|
79
|
+
icon03: "fill-icon03",
|
|
80
|
+
iconOnColor: "fill-iconOnColor"
|
|
37
81
|
};
|
|
38
|
-
|
|
39
|
-
supportError:
|
|
40
|
-
supportSuccess:
|
|
41
|
-
supportWarning:
|
|
42
|
-
supportDanger:
|
|
43
|
-
userRed:
|
|
44
|
-
userPink:
|
|
45
|
-
userPurple:
|
|
46
|
-
userTurquoise:
|
|
47
|
-
userRoyalBlue:
|
|
48
|
-
userBlue:
|
|
49
|
-
userAquamarine:
|
|
50
|
-
userYellowGreen:
|
|
51
|
-
userYellow:
|
|
52
|
-
userOrange:
|
|
53
|
-
default:
|
|
54
|
-
gray:
|
|
82
|
+
var tagColors = {
|
|
83
|
+
supportError: "text-textOnColor bg-supportError",
|
|
84
|
+
supportSuccess: "text-textOnColor bg-supportSuccess",
|
|
85
|
+
supportWarning: "text-textOnColor bg-supportWarning",
|
|
86
|
+
supportDanger: "text-textOnColor bg-supportDanger",
|
|
87
|
+
userRed: "text-textOnColor bg-user-red",
|
|
88
|
+
userPink: "text-textOnColor bg-user-pink",
|
|
89
|
+
userPurple: "text-textOnColor bg-user-purple",
|
|
90
|
+
userTurquoise: "text-textOnColor bg-user-turquoise",
|
|
91
|
+
userRoyalBlue: "text-textOnColor bg-user-royalBlue",
|
|
92
|
+
userBlue: "text-textOnColor bg-user-blue",
|
|
93
|
+
userAquamarine: "text-textOnColor bg-user-aquamarine",
|
|
94
|
+
userYellowGreen: "text-textOnColor bg-user-yellowGreen",
|
|
95
|
+
userYellow: "text-textOnColor bg-user-yellow",
|
|
96
|
+
userOrange: "text-textOnColor bg-user-orange",
|
|
97
|
+
default: "text-textOnColor bg-supportInfo",
|
|
98
|
+
gray: "text-text02 bg-gray-gray10"
|
|
55
99
|
};
|
|
56
|
-
|
|
57
|
-
supportError:
|
|
58
|
-
supportSuccess:
|
|
59
|
-
supportWarning:
|
|
60
|
-
supportDanger:
|
|
61
|
-
userRed:
|
|
62
|
-
userPink:
|
|
63
|
-
userPurple:
|
|
64
|
-
userTurquoise:
|
|
65
|
-
userRoyalBlue:
|
|
66
|
-
userBlue:
|
|
67
|
-
userAquamarine:
|
|
68
|
-
userYellowGreen:
|
|
69
|
-
userYellow:
|
|
70
|
-
userOrange:
|
|
71
|
-
default:
|
|
72
|
-
gray:
|
|
100
|
+
var tagLightColors = {
|
|
101
|
+
supportError: "text-text01 bg-supportErrorLight",
|
|
102
|
+
supportSuccess: "text-text01 bg-supportSuccessLight",
|
|
103
|
+
supportWarning: "text-text01 bg-supportWarningLight",
|
|
104
|
+
supportDanger: "text-text01 bg-supportDangerLight",
|
|
105
|
+
userRed: "text-text01 bg-user-redLight",
|
|
106
|
+
userPink: "text-text01 bg-user-pinkLight",
|
|
107
|
+
userPurple: "text-text01 bg-user-purpleLight",
|
|
108
|
+
userTurquoise: "text-text01 bg-user-turquoiseLight",
|
|
109
|
+
userRoyalBlue: "text-text01 bg-user-royalBlueLight",
|
|
110
|
+
userBlue: "text-text01 bg-user-blueLight",
|
|
111
|
+
userAquamarine: "text-text01 bg-user-aquamarineLight",
|
|
112
|
+
userYellowGreen: "text-text01 bg-user-yellowGreenLight",
|
|
113
|
+
userYellow: "text-text01 bg-user-yellowLight",
|
|
114
|
+
userOrange: "text-text01 bg-user-orangeLight",
|
|
115
|
+
default: "text-text01 bg-supportInfoLight",
|
|
116
|
+
gray: "text-text01 bg-gray-gray10"
|
|
73
117
|
};
|
|
74
118
|
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
119
|
+
// src/form.ts
|
|
120
|
+
var focusVisible = {
|
|
121
|
+
normal: "focus-visible:outline focus-visible:outline-2 focus-visible:outline-focus-focus focus-visible:outline-offset-1",
|
|
122
|
+
inset: "focus-visible:outline focus-visible:outline-2 focus-visible:outline-focus-focus focus-visible:outline-offset-[-2px]",
|
|
123
|
+
normalPeer: "peer-focus-visible:outline peer-focus-visible:outline-2 peer-focus-visible:outline-offset-1 peer-focus-visible:outline-focus-focus",
|
|
124
|
+
insetPeer: "peer-focus-visible:outline peer-focus-visible:outline-2 peer-focus-visible:outline-offset-[-2px] peer-focus-visible:outline-focus-focus"
|
|
80
125
|
};
|
|
81
126
|
|
|
82
|
-
|
|
127
|
+
// src/typography.ts
|
|
128
|
+
var typography = {
|
|
83
129
|
heading: {
|
|
84
|
-
h1:
|
|
85
|
-
h2:
|
|
86
|
-
h3:
|
|
87
|
-
h4:
|
|
88
|
-
h5:
|
|
130
|
+
h1: "font-bold leading-0 text-7 tracking-normal no-underline",
|
|
131
|
+
h2: "font-bold leading-1 text-6 tracking-normal no-underline",
|
|
132
|
+
h3: "font-bold leading-2 text-5 tracking-normal no-underline",
|
|
133
|
+
h4: "font-bold leading-3 text-4 tracking-normal no-underline",
|
|
134
|
+
h5: "font-bold leading-4 text-3 tracking-normal no-underline"
|
|
89
135
|
},
|
|
90
136
|
body: {
|
|
91
|
-
body16bold:
|
|
92
|
-
body16regular:
|
|
93
|
-
body14bold:
|
|
94
|
-
body14regular:
|
|
95
|
-
body13bold:
|
|
96
|
-
body13regular:
|
|
97
|
-
body12bold:
|
|
98
|
-
body12regular:
|
|
137
|
+
body16bold: "font-bold leading-5 text-4 tracking-normal no-underline",
|
|
138
|
+
body16regular: "font-normal leading-5 text-4 tracking-normal no-underline",
|
|
139
|
+
body14bold: "font-bold leading-4 text-3 tracking-normal no-underline",
|
|
140
|
+
body14regular: "font-normal leading-4 text-3 tracking-normal no-underline",
|
|
141
|
+
body13bold: "font-bold leading-5 text-2 tracking-normal no-underline",
|
|
142
|
+
body13regular: "font-normal leading-5 text-2 tracking-normal no-underline",
|
|
143
|
+
body12bold: "font-bold leading-1 text-1 tracking-normal no-underline",
|
|
144
|
+
body12regular: "font-normal leading-1 text-1 tracking-normal no-underline"
|
|
99
145
|
},
|
|
100
146
|
label: {
|
|
101
|
-
label16bold:
|
|
102
|
-
label16regular:
|
|
103
|
-
label14bold:
|
|
104
|
-
label14regular:
|
|
105
|
-
label12bold:
|
|
106
|
-
label12regular:
|
|
107
|
-
label11bold:
|
|
108
|
-
label11regular:
|
|
147
|
+
label16bold: "font-bold leading-6 text-4 tracking-normal no-underline",
|
|
148
|
+
label16regular: "font-normal leading-6 text-4 tracking-normal no-underline",
|
|
149
|
+
label14bold: "font-bold leading-6 text-3 tracking-normal no-underline",
|
|
150
|
+
label14regular: "font-normal leading-6 text-3 tracking-normal no-underline",
|
|
151
|
+
label12bold: "font-bold leading-6 text-1 tracking-normal no-underline",
|
|
152
|
+
label12regular: "font-normal leading-6 text-1 tracking-normal no-underline",
|
|
153
|
+
label11bold: "font-bold leading-6 text-0 tracking-normal no-underline",
|
|
154
|
+
label11regular: "font-normal leading-6 text-0 tracking-normal no-underline"
|
|
109
155
|
}
|
|
110
156
|
};
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
157
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
158
|
+
0 && (module.exports = {
|
|
159
|
+
buttonColors,
|
|
160
|
+
focusVisible,
|
|
161
|
+
iconColors,
|
|
162
|
+
tagColors,
|
|
163
|
+
tagLightColors,
|
|
164
|
+
typography,
|
|
165
|
+
userColors
|
|
166
|
+
});
|
package/dist/index.mjs
ADDED
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
// src/colors.ts
|
|
2
|
+
var userColors = [
|
|
3
|
+
"bg-user-red",
|
|
4
|
+
"bg-user-pink",
|
|
5
|
+
"bg-user-purple",
|
|
6
|
+
"bg-user-turquoise",
|
|
7
|
+
"bg-user-royalBlue",
|
|
8
|
+
"bg-user-blue",
|
|
9
|
+
"bg-user-aquamarine",
|
|
10
|
+
"bg-user-yellowGreen",
|
|
11
|
+
"bg-user-yellow",
|
|
12
|
+
"bg-user-orange"
|
|
13
|
+
];
|
|
14
|
+
var buttonColors = {
|
|
15
|
+
fill: {
|
|
16
|
+
base: "border border-interactive01 bg-interactive01 text-textOnColor fill-textOnColor",
|
|
17
|
+
hover: "hover:bg-hover01 hover:border-hover01",
|
|
18
|
+
active: "active:bg-active01 active:border-active01",
|
|
19
|
+
disabled: "disabled:bg-disabled01 disabled:border-disabled01",
|
|
20
|
+
selected: "border border-transparent bg-selectedUi text-interactive01 fill-interactive01"
|
|
21
|
+
},
|
|
22
|
+
fillDanger: {
|
|
23
|
+
base: "border border-supportDanger bg-supportDanger text-textOnColor fill-textOnColor",
|
|
24
|
+
hover: "hover:bg-hoverDanger hover:border-hoverDanger",
|
|
25
|
+
active: "active:bg-activeDanger active:border-activeDanger",
|
|
26
|
+
disabled: "disabled:bg-disabled01 disabled:border-disabled01",
|
|
27
|
+
selected: "border border-transparent bg-supportDangerLight text-supportDanger fill-supportDanger"
|
|
28
|
+
},
|
|
29
|
+
outline: {
|
|
30
|
+
base: "border border-uiBorder02 bg-uiBackground01 text-interactive02 fill-interactive02",
|
|
31
|
+
hover: "hover:bg-hover02",
|
|
32
|
+
active: "active:bg-active02",
|
|
33
|
+
disabled: "disabled:border-uiBorder01 disabled:text-disabled01 disabled:fill-disabled01",
|
|
34
|
+
selected: "border border-interactive01 bg-selectedUi text-interactive01 fill-interactive01"
|
|
35
|
+
},
|
|
36
|
+
text: {
|
|
37
|
+
base: "border border-transparent text-interactive02 fill-interactive02",
|
|
38
|
+
hover: "hover:bg-hover02 hover:border-hover02",
|
|
39
|
+
active: "active:bg-active02 active:border-active02",
|
|
40
|
+
disabled: "disabled:text-disabled01 disabled:fill-disabled01",
|
|
41
|
+
selected: "border border-transparent bg-selectedUi text-interactive01 fill-interactive01"
|
|
42
|
+
}
|
|
43
|
+
};
|
|
44
|
+
var iconColors = {
|
|
45
|
+
icon01: "fill-icon01",
|
|
46
|
+
icon02: "fill-icon02",
|
|
47
|
+
icon03: "fill-icon03",
|
|
48
|
+
iconOnColor: "fill-iconOnColor"
|
|
49
|
+
};
|
|
50
|
+
var tagColors = {
|
|
51
|
+
supportError: "text-textOnColor bg-supportError",
|
|
52
|
+
supportSuccess: "text-textOnColor bg-supportSuccess",
|
|
53
|
+
supportWarning: "text-textOnColor bg-supportWarning",
|
|
54
|
+
supportDanger: "text-textOnColor bg-supportDanger",
|
|
55
|
+
userRed: "text-textOnColor bg-user-red",
|
|
56
|
+
userPink: "text-textOnColor bg-user-pink",
|
|
57
|
+
userPurple: "text-textOnColor bg-user-purple",
|
|
58
|
+
userTurquoise: "text-textOnColor bg-user-turquoise",
|
|
59
|
+
userRoyalBlue: "text-textOnColor bg-user-royalBlue",
|
|
60
|
+
userBlue: "text-textOnColor bg-user-blue",
|
|
61
|
+
userAquamarine: "text-textOnColor bg-user-aquamarine",
|
|
62
|
+
userYellowGreen: "text-textOnColor bg-user-yellowGreen",
|
|
63
|
+
userYellow: "text-textOnColor bg-user-yellow",
|
|
64
|
+
userOrange: "text-textOnColor bg-user-orange",
|
|
65
|
+
default: "text-textOnColor bg-supportInfo",
|
|
66
|
+
gray: "text-text02 bg-gray-gray10"
|
|
67
|
+
};
|
|
68
|
+
var tagLightColors = {
|
|
69
|
+
supportError: "text-text01 bg-supportErrorLight",
|
|
70
|
+
supportSuccess: "text-text01 bg-supportSuccessLight",
|
|
71
|
+
supportWarning: "text-text01 bg-supportWarningLight",
|
|
72
|
+
supportDanger: "text-text01 bg-supportDangerLight",
|
|
73
|
+
userRed: "text-text01 bg-user-redLight",
|
|
74
|
+
userPink: "text-text01 bg-user-pinkLight",
|
|
75
|
+
userPurple: "text-text01 bg-user-purpleLight",
|
|
76
|
+
userTurquoise: "text-text01 bg-user-turquoiseLight",
|
|
77
|
+
userRoyalBlue: "text-text01 bg-user-royalBlueLight",
|
|
78
|
+
userBlue: "text-text01 bg-user-blueLight",
|
|
79
|
+
userAquamarine: "text-text01 bg-user-aquamarineLight",
|
|
80
|
+
userYellowGreen: "text-text01 bg-user-yellowGreenLight",
|
|
81
|
+
userYellow: "text-text01 bg-user-yellowLight",
|
|
82
|
+
userOrange: "text-text01 bg-user-orangeLight",
|
|
83
|
+
default: "text-text01 bg-supportInfoLight",
|
|
84
|
+
gray: "text-text01 bg-gray-gray10"
|
|
85
|
+
};
|
|
86
|
+
|
|
87
|
+
// src/form.ts
|
|
88
|
+
var focusVisible = {
|
|
89
|
+
normal: "focus-visible:outline focus-visible:outline-2 focus-visible:outline-focus-focus focus-visible:outline-offset-1",
|
|
90
|
+
inset: "focus-visible:outline focus-visible:outline-2 focus-visible:outline-focus-focus focus-visible:outline-offset-[-2px]",
|
|
91
|
+
normalPeer: "peer-focus-visible:outline peer-focus-visible:outline-2 peer-focus-visible:outline-offset-1 peer-focus-visible:outline-focus-focus",
|
|
92
|
+
insetPeer: "peer-focus-visible:outline peer-focus-visible:outline-2 peer-focus-visible:outline-offset-[-2px] peer-focus-visible:outline-focus-focus"
|
|
93
|
+
};
|
|
94
|
+
|
|
95
|
+
// src/typography.ts
|
|
96
|
+
var typography = {
|
|
97
|
+
heading: {
|
|
98
|
+
h1: "font-bold leading-0 text-7 tracking-normal no-underline",
|
|
99
|
+
h2: "font-bold leading-1 text-6 tracking-normal no-underline",
|
|
100
|
+
h3: "font-bold leading-2 text-5 tracking-normal no-underline",
|
|
101
|
+
h4: "font-bold leading-3 text-4 tracking-normal no-underline",
|
|
102
|
+
h5: "font-bold leading-4 text-3 tracking-normal no-underline"
|
|
103
|
+
},
|
|
104
|
+
body: {
|
|
105
|
+
body16bold: "font-bold leading-5 text-4 tracking-normal no-underline",
|
|
106
|
+
body16regular: "font-normal leading-5 text-4 tracking-normal no-underline",
|
|
107
|
+
body14bold: "font-bold leading-4 text-3 tracking-normal no-underline",
|
|
108
|
+
body14regular: "font-normal leading-4 text-3 tracking-normal no-underline",
|
|
109
|
+
body13bold: "font-bold leading-5 text-2 tracking-normal no-underline",
|
|
110
|
+
body13regular: "font-normal leading-5 text-2 tracking-normal no-underline",
|
|
111
|
+
body12bold: "font-bold leading-1 text-1 tracking-normal no-underline",
|
|
112
|
+
body12regular: "font-normal leading-1 text-1 tracking-normal no-underline"
|
|
113
|
+
},
|
|
114
|
+
label: {
|
|
115
|
+
label16bold: "font-bold leading-6 text-4 tracking-normal no-underline",
|
|
116
|
+
label16regular: "font-normal leading-6 text-4 tracking-normal no-underline",
|
|
117
|
+
label14bold: "font-bold leading-6 text-3 tracking-normal no-underline",
|
|
118
|
+
label14regular: "font-normal leading-6 text-3 tracking-normal no-underline",
|
|
119
|
+
label12bold: "font-bold leading-6 text-1 tracking-normal no-underline",
|
|
120
|
+
label12regular: "font-normal leading-6 text-1 tracking-normal no-underline",
|
|
121
|
+
label11bold: "font-bold leading-6 text-0 tracking-normal no-underline",
|
|
122
|
+
label11regular: "font-normal leading-6 text-0 tracking-normal no-underline"
|
|
123
|
+
}
|
|
124
|
+
};
|
|
125
|
+
export {
|
|
126
|
+
buttonColors,
|
|
127
|
+
focusVisible,
|
|
128
|
+
iconColors,
|
|
129
|
+
tagColors,
|
|
130
|
+
tagLightColors,
|
|
131
|
+
typography,
|
|
132
|
+
userColors
|
|
133
|
+
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zenkigen-inc/component-theme",
|
|
3
|
-
"version": "1.15.
|
|
3
|
+
"version": "1.15.2",
|
|
4
4
|
"repository": "https://github.com/zenkigen/zenkigen-component",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"publishConfig": {
|
|
@@ -8,17 +8,22 @@
|
|
|
8
8
|
},
|
|
9
9
|
"source": "./src/index.ts",
|
|
10
10
|
"main": "./dist/index.js",
|
|
11
|
-
"module": "./dist/index.
|
|
11
|
+
"module": "./dist/index.mjs",
|
|
12
12
|
"types": "./dist/index.d.ts",
|
|
13
|
-
"exports":
|
|
13
|
+
"exports": {
|
|
14
|
+
".": {
|
|
15
|
+
"import": "./dist/index.mjs",
|
|
16
|
+
"require": "./dist/index.js"
|
|
17
|
+
}
|
|
18
|
+
},
|
|
14
19
|
"scripts": {
|
|
15
20
|
"type-check": "tsc --noEmit",
|
|
16
|
-
"build": "rimraf dist &&
|
|
17
|
-
"build-lib": "rimraf dist &&
|
|
21
|
+
"build": "rimraf dist && tsup src/index.ts --format cjs,esm --dts",
|
|
22
|
+
"build-lib": "rimraf dist && tsup src/index.ts --format cjs,esm --dts"
|
|
18
23
|
},
|
|
19
24
|
"devDependencies": {
|
|
20
|
-
"microbundle": "0.15.1",
|
|
21
25
|
"tailwindcss": "3.4.17",
|
|
26
|
+
"tsup": "8.5.0",
|
|
22
27
|
"typescript": "5.8.3"
|
|
23
28
|
}
|
|
24
29
|
}
|
package/dist/form.d.ts
DELETED
package/dist/index.esm.js
DELETED
|
@@ -1,113 +0,0 @@
|
|
|
1
|
-
var userColors = ['bg-user-red', 'bg-user-pink', 'bg-user-purple', 'bg-user-turquoise', 'bg-user-royalBlue', 'bg-user-blue', 'bg-user-aquamarine', 'bg-user-yellowGreen', 'bg-user-yellow', 'bg-user-orange'];
|
|
2
|
-
var buttonColors = {
|
|
3
|
-
fill: {
|
|
4
|
-
base: 'border border-interactive01 bg-interactive01 text-textOnColor fill-textOnColor',
|
|
5
|
-
hover: 'hover:bg-hover01 hover:border-hover01',
|
|
6
|
-
active: 'active:bg-active01 active:border-active01',
|
|
7
|
-
disabled: 'disabled:bg-disabled01 disabled:border-disabled01',
|
|
8
|
-
selected: 'border border-transparent bg-selectedUi text-interactive01 fill-interactive01'
|
|
9
|
-
},
|
|
10
|
-
fillDanger: {
|
|
11
|
-
base: 'border border-supportDanger bg-supportDanger text-textOnColor fill-textOnColor',
|
|
12
|
-
hover: 'hover:bg-hoverDanger hover:border-hoverDanger',
|
|
13
|
-
active: 'active:bg-activeDanger active:border-activeDanger',
|
|
14
|
-
disabled: 'disabled:bg-disabled01 disabled:border-disabled01',
|
|
15
|
-
selected: 'border border-transparent bg-supportDangerLight text-supportDanger fill-supportDanger'
|
|
16
|
-
},
|
|
17
|
-
outline: {
|
|
18
|
-
base: 'border border-uiBorder02 bg-uiBackground01 text-interactive02 fill-interactive02',
|
|
19
|
-
hover: 'hover:bg-hover02',
|
|
20
|
-
active: 'active:bg-active02',
|
|
21
|
-
disabled: 'disabled:border-uiBorder01 disabled:text-disabled01 disabled:fill-disabled01',
|
|
22
|
-
selected: 'border border-interactive01 bg-selectedUi text-interactive01 fill-interactive01'
|
|
23
|
-
},
|
|
24
|
-
text: {
|
|
25
|
-
base: 'border border-transparent text-interactive02 fill-interactive02',
|
|
26
|
-
hover: 'hover:bg-hover02 hover:border-hover02',
|
|
27
|
-
active: 'active:bg-active02 active:border-active02',
|
|
28
|
-
disabled: 'disabled:text-disabled01 disabled:fill-disabled01',
|
|
29
|
-
selected: 'border border-transparent bg-selectedUi text-interactive01 fill-interactive01'
|
|
30
|
-
}
|
|
31
|
-
};
|
|
32
|
-
var iconColors = {
|
|
33
|
-
icon01: 'fill-icon01',
|
|
34
|
-
icon02: 'fill-icon02',
|
|
35
|
-
icon03: 'fill-icon03',
|
|
36
|
-
iconOnColor: 'fill-iconOnColor'
|
|
37
|
-
};
|
|
38
|
-
var tagColors = {
|
|
39
|
-
supportError: 'text-textOnColor bg-supportError',
|
|
40
|
-
supportSuccess: 'text-textOnColor bg-supportSuccess',
|
|
41
|
-
supportWarning: 'text-textOnColor bg-supportWarning',
|
|
42
|
-
supportDanger: 'text-textOnColor bg-supportDanger',
|
|
43
|
-
userRed: 'text-textOnColor bg-user-red',
|
|
44
|
-
userPink: 'text-textOnColor bg-user-pink',
|
|
45
|
-
userPurple: 'text-textOnColor bg-user-purple',
|
|
46
|
-
userTurquoise: 'text-textOnColor bg-user-turquoise',
|
|
47
|
-
userRoyalBlue: 'text-textOnColor bg-user-royalBlue',
|
|
48
|
-
userBlue: 'text-textOnColor bg-user-blue',
|
|
49
|
-
userAquamarine: 'text-textOnColor bg-user-aquamarine',
|
|
50
|
-
userYellowGreen: 'text-textOnColor bg-user-yellowGreen',
|
|
51
|
-
userYellow: 'text-textOnColor bg-user-yellow',
|
|
52
|
-
userOrange: 'text-textOnColor bg-user-orange',
|
|
53
|
-
"default": 'text-textOnColor bg-supportInfo',
|
|
54
|
-
gray: 'text-text02 bg-gray-gray10'
|
|
55
|
-
};
|
|
56
|
-
var tagLightColors = {
|
|
57
|
-
supportError: 'text-text01 bg-supportErrorLight',
|
|
58
|
-
supportSuccess: 'text-text01 bg-supportSuccessLight',
|
|
59
|
-
supportWarning: 'text-text01 bg-supportWarningLight',
|
|
60
|
-
supportDanger: 'text-text01 bg-supportDangerLight',
|
|
61
|
-
userRed: 'text-text01 bg-user-redLight',
|
|
62
|
-
userPink: 'text-text01 bg-user-pinkLight',
|
|
63
|
-
userPurple: 'text-text01 bg-user-purpleLight',
|
|
64
|
-
userTurquoise: 'text-text01 bg-user-turquoiseLight',
|
|
65
|
-
userRoyalBlue: 'text-text01 bg-user-royalBlueLight',
|
|
66
|
-
userBlue: 'text-text01 bg-user-blueLight',
|
|
67
|
-
userAquamarine: 'text-text01 bg-user-aquamarineLight',
|
|
68
|
-
userYellowGreen: 'text-text01 bg-user-yellowGreenLight',
|
|
69
|
-
userYellow: 'text-text01 bg-user-yellowLight',
|
|
70
|
-
userOrange: 'text-text01 bg-user-orangeLight',
|
|
71
|
-
"default": 'text-text01 bg-supportInfoLight',
|
|
72
|
-
gray: 'text-text01 bg-gray-gray10'
|
|
73
|
-
};
|
|
74
|
-
|
|
75
|
-
var focusVisible = {
|
|
76
|
-
normal: 'focus-visible:outline focus-visible:outline-2 focus-visible:outline-focus-focus focus-visible:outline-offset-1',
|
|
77
|
-
inset: 'focus-visible:outline focus-visible:outline-2 focus-visible:outline-focus-focus focus-visible:outline-offset-[-2px]',
|
|
78
|
-
normalPeer: 'peer-focus-visible:outline peer-focus-visible:outline-2 peer-focus-visible:outline-offset-1 peer-focus-visible:outline-focus-focus',
|
|
79
|
-
insetPeer: 'peer-focus-visible:outline peer-focus-visible:outline-2 peer-focus-visible:outline-offset-[-2px] peer-focus-visible:outline-focus-focus'
|
|
80
|
-
};
|
|
81
|
-
|
|
82
|
-
var typography = {
|
|
83
|
-
heading: {
|
|
84
|
-
h1: 'font-bold leading-0 text-7 tracking-normal no-underline',
|
|
85
|
-
h2: 'font-bold leading-1 text-6 tracking-normal no-underline',
|
|
86
|
-
h3: 'font-bold leading-2 text-5 tracking-normal no-underline',
|
|
87
|
-
h4: 'font-bold leading-3 text-4 tracking-normal no-underline',
|
|
88
|
-
h5: 'font-bold leading-4 text-3 tracking-normal no-underline'
|
|
89
|
-
},
|
|
90
|
-
body: {
|
|
91
|
-
body16bold: 'font-bold leading-5 text-4 tracking-normal no-underline',
|
|
92
|
-
body16regular: 'font-normal leading-5 text-4 tracking-normal no-underline',
|
|
93
|
-
body14bold: 'font-bold leading-4 text-3 tracking-normal no-underline',
|
|
94
|
-
body14regular: 'font-normal leading-4 text-3 tracking-normal no-underline',
|
|
95
|
-
body13bold: 'font-bold leading-5 text-2 tracking-normal no-underline',
|
|
96
|
-
body13regular: 'font-normal leading-5 text-2 tracking-normal no-underline',
|
|
97
|
-
body12bold: 'font-bold leading-1 text-1 tracking-normal no-underline',
|
|
98
|
-
body12regular: 'font-normal leading-1 text-1 tracking-normal no-underline'
|
|
99
|
-
},
|
|
100
|
-
label: {
|
|
101
|
-
label16bold: 'font-bold leading-6 text-4 tracking-normal no-underline',
|
|
102
|
-
label16regular: 'font-normal leading-6 text-4 tracking-normal no-underline',
|
|
103
|
-
label14bold: 'font-bold leading-6 text-3 tracking-normal no-underline',
|
|
104
|
-
label14regular: 'font-normal leading-6 text-3 tracking-normal no-underline',
|
|
105
|
-
label12bold: 'font-bold leading-6 text-1 tracking-normal no-underline',
|
|
106
|
-
label12regular: 'font-normal leading-6 text-1 tracking-normal no-underline',
|
|
107
|
-
label11bold: 'font-bold leading-6 text-0 tracking-normal no-underline',
|
|
108
|
-
label11regular: 'font-normal leading-6 text-0 tracking-normal no-underline'
|
|
109
|
-
}
|
|
110
|
-
};
|
|
111
|
-
|
|
112
|
-
export { buttonColors, focusVisible, iconColors, tagColors, tagLightColors, typography, userColors };
|
|
113
|
-
//# sourceMappingURL=index.esm.js.map
|
package/dist/index.esm.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.esm.js","sources":["../src/colors.ts","../src/form.ts","../src/typography.ts"],"sourcesContent":["export const userColors = [\n 'bg-user-red',\n 'bg-user-pink',\n 'bg-user-purple',\n 'bg-user-turquoise',\n 'bg-user-royalBlue',\n 'bg-user-blue',\n 'bg-user-aquamarine',\n 'bg-user-yellowGreen',\n 'bg-user-yellow',\n 'bg-user-orange',\n] as const;\n\nexport const buttonColors = {\n fill: {\n base: 'border border-interactive01 bg-interactive01 text-textOnColor fill-textOnColor',\n hover: 'hover:bg-hover01 hover:border-hover01',\n active: 'active:bg-active01 active:border-active01',\n disabled: 'disabled:bg-disabled01 disabled:border-disabled01',\n selected: 'border border-transparent bg-selectedUi text-interactive01 fill-interactive01',\n },\n fillDanger: {\n base: 'border border-supportDanger bg-supportDanger text-textOnColor fill-textOnColor',\n hover: 'hover:bg-hoverDanger hover:border-hoverDanger',\n active: 'active:bg-activeDanger active:border-activeDanger',\n disabled: 'disabled:bg-disabled01 disabled:border-disabled01',\n selected: 'border border-transparent bg-supportDangerLight text-supportDanger fill-supportDanger',\n },\n outline: {\n base: 'border border-uiBorder02 bg-uiBackground01 text-interactive02 fill-interactive02',\n hover: 'hover:bg-hover02',\n active: 'active:bg-active02',\n disabled: 'disabled:border-uiBorder01 disabled:text-disabled01 disabled:fill-disabled01',\n selected: 'border border-interactive01 bg-selectedUi text-interactive01 fill-interactive01',\n },\n text: {\n base: 'border border-transparent text-interactive02 fill-interactive02',\n hover: 'hover:bg-hover02 hover:border-hover02',\n active: 'active:bg-active02 active:border-active02',\n disabled: 'disabled:text-disabled01 disabled:fill-disabled01',\n selected: 'border border-transparent bg-selectedUi text-interactive01 fill-interactive01',\n },\n} as const;\n\nexport const iconColors = {\n icon01: 'fill-icon01',\n icon02: 'fill-icon02',\n icon03: 'fill-icon03',\n iconOnColor: 'fill-iconOnColor',\n} as const;\n\nexport const tagColors = {\n supportError: 'text-textOnColor bg-supportError',\n supportSuccess: 'text-textOnColor bg-supportSuccess',\n supportWarning: 'text-textOnColor bg-supportWarning',\n supportDanger: 'text-textOnColor bg-supportDanger',\n userRed: 'text-textOnColor bg-user-red',\n userPink: 'text-textOnColor bg-user-pink',\n userPurple: 'text-textOnColor bg-user-purple',\n userTurquoise: 'text-textOnColor bg-user-turquoise',\n userRoyalBlue: 'text-textOnColor bg-user-royalBlue',\n userBlue: 'text-textOnColor bg-user-blue',\n userAquamarine: 'text-textOnColor bg-user-aquamarine',\n userYellowGreen: 'text-textOnColor bg-user-yellowGreen',\n userYellow: 'text-textOnColor bg-user-yellow',\n userOrange: 'text-textOnColor bg-user-orange',\n default: 'text-textOnColor bg-supportInfo',\n gray: 'text-text02 bg-gray-gray10',\n} as const;\n\nexport const tagLightColors = {\n supportError: 'text-text01 bg-supportErrorLight',\n supportSuccess: 'text-text01 bg-supportSuccessLight',\n supportWarning: 'text-text01 bg-supportWarningLight',\n supportDanger: 'text-text01 bg-supportDangerLight',\n userRed: 'text-text01 bg-user-redLight',\n userPink: 'text-text01 bg-user-pinkLight',\n userPurple: 'text-text01 bg-user-purpleLight',\n userTurquoise: 'text-text01 bg-user-turquoiseLight',\n userRoyalBlue: 'text-text01 bg-user-royalBlueLight',\n userBlue: 'text-text01 bg-user-blueLight',\n userAquamarine: 'text-text01 bg-user-aquamarineLight',\n userYellowGreen: 'text-text01 bg-user-yellowGreenLight',\n userYellow: 'text-text01 bg-user-yellowLight',\n userOrange: 'text-text01 bg-user-orangeLight',\n default: 'text-text01 bg-supportInfoLight',\n gray: 'text-text01 bg-gray-gray10',\n} as const;\n","export const focusVisible = {\n normal:\n 'focus-visible:outline focus-visible:outline-2 focus-visible:outline-focus-focus focus-visible:outline-offset-1',\n inset:\n 'focus-visible:outline focus-visible:outline-2 focus-visible:outline-focus-focus focus-visible:outline-offset-[-2px]',\n normalPeer:\n 'peer-focus-visible:outline peer-focus-visible:outline-2 peer-focus-visible:outline-offset-1 peer-focus-visible:outline-focus-focus',\n insetPeer:\n 'peer-focus-visible:outline peer-focus-visible:outline-2 peer-focus-visible:outline-offset-[-2px] peer-focus-visible:outline-focus-focus',\n};\n","export const typography = {\n heading: {\n h1: 'font-bold leading-0 text-7 tracking-normal no-underline',\n h2: 'font-bold leading-1 text-6 tracking-normal no-underline',\n h3: 'font-bold leading-2 text-5 tracking-normal no-underline',\n h4: 'font-bold leading-3 text-4 tracking-normal no-underline',\n h5: 'font-bold leading-4 text-3 tracking-normal no-underline',\n },\n body: {\n body16bold: 'font-bold leading-5 text-4 tracking-normal no-underline',\n body16regular: 'font-normal leading-5 text-4 tracking-normal no-underline',\n body14bold: 'font-bold leading-4 text-3 tracking-normal no-underline',\n body14regular: 'font-normal leading-4 text-3 tracking-normal no-underline',\n body13bold: 'font-bold leading-5 text-2 tracking-normal no-underline',\n body13regular: 'font-normal leading-5 text-2 tracking-normal no-underline',\n body12bold: 'font-bold leading-1 text-1 tracking-normal no-underline',\n body12regular: 'font-normal leading-1 text-1 tracking-normal no-underline',\n },\n label: {\n label16bold: 'font-bold leading-6 text-4 tracking-normal no-underline',\n label16regular: 'font-normal leading-6 text-4 tracking-normal no-underline',\n label14bold: 'font-bold leading-6 text-3 tracking-normal no-underline',\n label14regular: 'font-normal leading-6 text-3 tracking-normal no-underline',\n label12bold: 'font-bold leading-6 text-1 tracking-normal no-underline',\n label12regular: 'font-normal leading-6 text-1 tracking-normal no-underline',\n label11bold: 'font-bold leading-6 text-0 tracking-normal no-underline',\n label11regular: 'font-normal leading-6 text-0 tracking-normal no-underline',\n },\n} as const;\n"],"names":["userColors","buttonColors","fill","base","hover","active","disabled","selected","fillDanger","outline","text","iconColors","icon01","icon02","icon03","iconOnColor","tagColors","supportError","supportSuccess","supportWarning","supportDanger","userRed","userPink","userPurple","userTurquoise","userRoyalBlue","userBlue","userAquamarine","userYellowGreen","userYellow","userOrange","gray","tagLightColors","focusVisible","normal","inset","normalPeer","insetPeer","typography","heading","h1","h2","h3","h4","h5","body","body16bold","body16regular","body14bold","body14regular","body13bold","body13regular","body12bold","body12regular","label","label16bold","label16regular","label14bold","label14regular","label12bold","label12regular","label11bold","label11regular"],"mappings":"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"}
|
package/dist/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../src/colors.ts","../src/form.ts","../src/typography.ts"],"sourcesContent":["export const userColors = [\n 'bg-user-red',\n 'bg-user-pink',\n 'bg-user-purple',\n 'bg-user-turquoise',\n 'bg-user-royalBlue',\n 'bg-user-blue',\n 'bg-user-aquamarine',\n 'bg-user-yellowGreen',\n 'bg-user-yellow',\n 'bg-user-orange',\n] as const;\n\nexport const buttonColors = {\n fill: {\n base: 'border border-interactive01 bg-interactive01 text-textOnColor fill-textOnColor',\n hover: 'hover:bg-hover01 hover:border-hover01',\n active: 'active:bg-active01 active:border-active01',\n disabled: 'disabled:bg-disabled01 disabled:border-disabled01',\n selected: 'border border-transparent bg-selectedUi text-interactive01 fill-interactive01',\n },\n fillDanger: {\n base: 'border border-supportDanger bg-supportDanger text-textOnColor fill-textOnColor',\n hover: 'hover:bg-hoverDanger hover:border-hoverDanger',\n active: 'active:bg-activeDanger active:border-activeDanger',\n disabled: 'disabled:bg-disabled01 disabled:border-disabled01',\n selected: 'border border-transparent bg-supportDangerLight text-supportDanger fill-supportDanger',\n },\n outline: {\n base: 'border border-uiBorder02 bg-uiBackground01 text-interactive02 fill-interactive02',\n hover: 'hover:bg-hover02',\n active: 'active:bg-active02',\n disabled: 'disabled:border-uiBorder01 disabled:text-disabled01 disabled:fill-disabled01',\n selected: 'border border-interactive01 bg-selectedUi text-interactive01 fill-interactive01',\n },\n text: {\n base: 'border border-transparent text-interactive02 fill-interactive02',\n hover: 'hover:bg-hover02 hover:border-hover02',\n active: 'active:bg-active02 active:border-active02',\n disabled: 'disabled:text-disabled01 disabled:fill-disabled01',\n selected: 'border border-transparent bg-selectedUi text-interactive01 fill-interactive01',\n },\n} as const;\n\nexport const iconColors = {\n icon01: 'fill-icon01',\n icon02: 'fill-icon02',\n icon03: 'fill-icon03',\n iconOnColor: 'fill-iconOnColor',\n} as const;\n\nexport const tagColors = {\n supportError: 'text-textOnColor bg-supportError',\n supportSuccess: 'text-textOnColor bg-supportSuccess',\n supportWarning: 'text-textOnColor bg-supportWarning',\n supportDanger: 'text-textOnColor bg-supportDanger',\n userRed: 'text-textOnColor bg-user-red',\n userPink: 'text-textOnColor bg-user-pink',\n userPurple: 'text-textOnColor bg-user-purple',\n userTurquoise: 'text-textOnColor bg-user-turquoise',\n userRoyalBlue: 'text-textOnColor bg-user-royalBlue',\n userBlue: 'text-textOnColor bg-user-blue',\n userAquamarine: 'text-textOnColor bg-user-aquamarine',\n userYellowGreen: 'text-textOnColor bg-user-yellowGreen',\n userYellow: 'text-textOnColor bg-user-yellow',\n userOrange: 'text-textOnColor bg-user-orange',\n default: 'text-textOnColor bg-supportInfo',\n gray: 'text-text02 bg-gray-gray10',\n} as const;\n\nexport const tagLightColors = {\n supportError: 'text-text01 bg-supportErrorLight',\n supportSuccess: 'text-text01 bg-supportSuccessLight',\n supportWarning: 'text-text01 bg-supportWarningLight',\n supportDanger: 'text-text01 bg-supportDangerLight',\n userRed: 'text-text01 bg-user-redLight',\n userPink: 'text-text01 bg-user-pinkLight',\n userPurple: 'text-text01 bg-user-purpleLight',\n userTurquoise: 'text-text01 bg-user-turquoiseLight',\n userRoyalBlue: 'text-text01 bg-user-royalBlueLight',\n userBlue: 'text-text01 bg-user-blueLight',\n userAquamarine: 'text-text01 bg-user-aquamarineLight',\n userYellowGreen: 'text-text01 bg-user-yellowGreenLight',\n userYellow: 'text-text01 bg-user-yellowLight',\n userOrange: 'text-text01 bg-user-orangeLight',\n default: 'text-text01 bg-supportInfoLight',\n gray: 'text-text01 bg-gray-gray10',\n} as const;\n","export const focusVisible = {\n normal:\n 'focus-visible:outline focus-visible:outline-2 focus-visible:outline-focus-focus focus-visible:outline-offset-1',\n inset:\n 'focus-visible:outline focus-visible:outline-2 focus-visible:outline-focus-focus focus-visible:outline-offset-[-2px]',\n normalPeer:\n 'peer-focus-visible:outline peer-focus-visible:outline-2 peer-focus-visible:outline-offset-1 peer-focus-visible:outline-focus-focus',\n insetPeer:\n 'peer-focus-visible:outline peer-focus-visible:outline-2 peer-focus-visible:outline-offset-[-2px] peer-focus-visible:outline-focus-focus',\n};\n","export const typography = {\n heading: {\n h1: 'font-bold leading-0 text-7 tracking-normal no-underline',\n h2: 'font-bold leading-1 text-6 tracking-normal no-underline',\n h3: 'font-bold leading-2 text-5 tracking-normal no-underline',\n h4: 'font-bold leading-3 text-4 tracking-normal no-underline',\n h5: 'font-bold leading-4 text-3 tracking-normal no-underline',\n },\n body: {\n body16bold: 'font-bold leading-5 text-4 tracking-normal no-underline',\n body16regular: 'font-normal leading-5 text-4 tracking-normal no-underline',\n body14bold: 'font-bold leading-4 text-3 tracking-normal no-underline',\n body14regular: 'font-normal leading-4 text-3 tracking-normal no-underline',\n body13bold: 'font-bold leading-5 text-2 tracking-normal no-underline',\n body13regular: 'font-normal leading-5 text-2 tracking-normal no-underline',\n body12bold: 'font-bold leading-1 text-1 tracking-normal no-underline',\n body12regular: 'font-normal leading-1 text-1 tracking-normal no-underline',\n },\n label: {\n label16bold: 'font-bold leading-6 text-4 tracking-normal no-underline',\n label16regular: 'font-normal leading-6 text-4 tracking-normal no-underline',\n label14bold: 'font-bold leading-6 text-3 tracking-normal no-underline',\n label14regular: 'font-normal leading-6 text-3 tracking-normal no-underline',\n label12bold: 'font-bold leading-6 text-1 tracking-normal no-underline',\n label12regular: 'font-normal leading-6 text-1 tracking-normal no-underline',\n label11bold: 'font-bold leading-6 text-0 tracking-normal no-underline',\n label11regular: 'font-normal leading-6 text-0 tracking-normal no-underline',\n },\n} as const;\n"],"names":["userColors","buttonColors","fill","base","hover","active","disabled","selected","fillDanger","outline","text","iconColors","icon01","icon02","icon03","iconOnColor","tagColors","supportError","supportSuccess","supportWarning","supportDanger","userRed","userPink","userPurple","userTurquoise","userRoyalBlue","userBlue","userAquamarine","userYellowGreen","userYellow","userOrange","default","gray","tagLightColors","focusVisible","normal","inset","normalPeer","insetPeer","typography","heading","h1","h2","h3","h4","h5","body","body16bold","body16regular","body14bold","body14regular","body13bold","body13regular","body12bold","body12regular","label","label16bold","label16regular","label14bold","label14regular","label12bold","label12regular","label11bold","label11regular"],"mappings":"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"}
|
package/dist/typography.d.ts
DELETED
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
export declare const typography: {
|
|
2
|
-
readonly heading: {
|
|
3
|
-
readonly h1: "font-bold leading-0 text-7 tracking-normal no-underline";
|
|
4
|
-
readonly h2: "font-bold leading-1 text-6 tracking-normal no-underline";
|
|
5
|
-
readonly h3: "font-bold leading-2 text-5 tracking-normal no-underline";
|
|
6
|
-
readonly h4: "font-bold leading-3 text-4 tracking-normal no-underline";
|
|
7
|
-
readonly h5: "font-bold leading-4 text-3 tracking-normal no-underline";
|
|
8
|
-
};
|
|
9
|
-
readonly body: {
|
|
10
|
-
readonly body16bold: "font-bold leading-5 text-4 tracking-normal no-underline";
|
|
11
|
-
readonly body16regular: "font-normal leading-5 text-4 tracking-normal no-underline";
|
|
12
|
-
readonly body14bold: "font-bold leading-4 text-3 tracking-normal no-underline";
|
|
13
|
-
readonly body14regular: "font-normal leading-4 text-3 tracking-normal no-underline";
|
|
14
|
-
readonly body13bold: "font-bold leading-5 text-2 tracking-normal no-underline";
|
|
15
|
-
readonly body13regular: "font-normal leading-5 text-2 tracking-normal no-underline";
|
|
16
|
-
readonly body12bold: "font-bold leading-1 text-1 tracking-normal no-underline";
|
|
17
|
-
readonly body12regular: "font-normal leading-1 text-1 tracking-normal no-underline";
|
|
18
|
-
};
|
|
19
|
-
readonly label: {
|
|
20
|
-
readonly label16bold: "font-bold leading-6 text-4 tracking-normal no-underline";
|
|
21
|
-
readonly label16regular: "font-normal leading-6 text-4 tracking-normal no-underline";
|
|
22
|
-
readonly label14bold: "font-bold leading-6 text-3 tracking-normal no-underline";
|
|
23
|
-
readonly label14regular: "font-normal leading-6 text-3 tracking-normal no-underline";
|
|
24
|
-
readonly label12bold: "font-bold leading-6 text-1 tracking-normal no-underline";
|
|
25
|
-
readonly label12regular: "font-normal leading-6 text-1 tracking-normal no-underline";
|
|
26
|
-
readonly label11bold: "font-bold leading-6 text-0 tracking-normal no-underline";
|
|
27
|
-
readonly label11regular: "font-normal leading-6 text-0 tracking-normal no-underline";
|
|
28
|
-
};
|
|
29
|
-
};
|