@zenkigen-inc/component-theme 1.19.2 → 1.19.4
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/index.d.mts +10 -8
- package/dist/index.d.ts +10 -8
- package/dist/index.js +10 -8
- package/dist/index.mjs +10 -8
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -23,8 +23,8 @@ declare const buttonColors: {
|
|
|
23
23
|
};
|
|
24
24
|
readonly outlineDanger: {
|
|
25
25
|
readonly base: "border border-supportDanger bg-uiBackground01 text-supportDanger fill-supportDanger";
|
|
26
|
-
readonly hover: "hover:bg-
|
|
27
|
-
readonly active: "active:bg-
|
|
26
|
+
readonly hover: "hover:bg-hoverUiError";
|
|
27
|
+
readonly active: "active:bg-activeUiError";
|
|
28
28
|
readonly disabled: "disabled:border-uiBorder01 disabled:text-disabled01 disabled:fill-disabled01";
|
|
29
29
|
readonly selected: "border border-interactive01 bg-selectedUi text-interactive01 fill-interactive01";
|
|
30
30
|
};
|
|
@@ -52,16 +52,16 @@ declare const selectColors: {
|
|
|
52
52
|
readonly selected: "border border-transparent bg-selectedUi text-interactive01 fill-interactive01";
|
|
53
53
|
};
|
|
54
54
|
readonly outlineError: {
|
|
55
|
-
readonly base: "border border-supportError bg-
|
|
56
|
-
readonly hover: "hover:bg-
|
|
57
|
-
readonly active: "active:bg-
|
|
55
|
+
readonly base: "border border-supportError bg-uiBackground01 text-supportError fill-supportError";
|
|
56
|
+
readonly hover: "hover:bg-hoverUiError";
|
|
57
|
+
readonly active: "active:bg-activeUiError";
|
|
58
58
|
readonly disabled: "disabled:border-uiBorder01 disabled:text-disabled01 disabled:fill-disabled01";
|
|
59
59
|
readonly selected: "border border-interactive01 bg-selectedUi text-interactive01 fill-interactive01";
|
|
60
60
|
};
|
|
61
61
|
readonly textError: {
|
|
62
|
-
readonly base: "border border-transparent bg-
|
|
63
|
-
readonly hover: "hover:bg-
|
|
64
|
-
readonly active: "active:bg-
|
|
62
|
+
readonly base: "border border-transparent bg-uiBackground01 text-supportError fill-supportError";
|
|
63
|
+
readonly hover: "hover:bg-hoverUiError hover:border-hoverUiError";
|
|
64
|
+
readonly active: "active:bg-activeUiError active:border-activeUiError";
|
|
65
65
|
readonly disabled: "disabled:text-disabled01 disabled:fill-disabled01";
|
|
66
66
|
readonly selected: "border border-transparent bg-selectedUi text-interactive01 fill-interactive01";
|
|
67
67
|
};
|
|
@@ -141,6 +141,8 @@ declare const typography: {
|
|
|
141
141
|
readonly label16regular: "font-normal leading-6 text-4 tracking-normal no-underline";
|
|
142
142
|
readonly label14bold: "font-bold leading-6 text-3 tracking-normal no-underline";
|
|
143
143
|
readonly label14regular: "font-normal leading-6 text-3 tracking-normal no-underline";
|
|
144
|
+
readonly label13bold: "font-bold leading-6 text-2 tracking-normal no-underline";
|
|
145
|
+
readonly label13regular: "font-normal leading-6 text-2 tracking-normal no-underline";
|
|
144
146
|
readonly label12bold: "font-bold leading-6 text-1 tracking-normal no-underline";
|
|
145
147
|
readonly label12regular: "font-normal leading-6 text-1 tracking-normal no-underline";
|
|
146
148
|
readonly label11bold: "font-bold leading-6 text-0 tracking-normal no-underline";
|
package/dist/index.d.ts
CHANGED
|
@@ -23,8 +23,8 @@ declare const buttonColors: {
|
|
|
23
23
|
};
|
|
24
24
|
readonly outlineDanger: {
|
|
25
25
|
readonly base: "border border-supportDanger bg-uiBackground01 text-supportDanger fill-supportDanger";
|
|
26
|
-
readonly hover: "hover:bg-
|
|
27
|
-
readonly active: "active:bg-
|
|
26
|
+
readonly hover: "hover:bg-hoverUiError";
|
|
27
|
+
readonly active: "active:bg-activeUiError";
|
|
28
28
|
readonly disabled: "disabled:border-uiBorder01 disabled:text-disabled01 disabled:fill-disabled01";
|
|
29
29
|
readonly selected: "border border-interactive01 bg-selectedUi text-interactive01 fill-interactive01";
|
|
30
30
|
};
|
|
@@ -52,16 +52,16 @@ declare const selectColors: {
|
|
|
52
52
|
readonly selected: "border border-transparent bg-selectedUi text-interactive01 fill-interactive01";
|
|
53
53
|
};
|
|
54
54
|
readonly outlineError: {
|
|
55
|
-
readonly base: "border border-supportError bg-
|
|
56
|
-
readonly hover: "hover:bg-
|
|
57
|
-
readonly active: "active:bg-
|
|
55
|
+
readonly base: "border border-supportError bg-uiBackground01 text-supportError fill-supportError";
|
|
56
|
+
readonly hover: "hover:bg-hoverUiError";
|
|
57
|
+
readonly active: "active:bg-activeUiError";
|
|
58
58
|
readonly disabled: "disabled:border-uiBorder01 disabled:text-disabled01 disabled:fill-disabled01";
|
|
59
59
|
readonly selected: "border border-interactive01 bg-selectedUi text-interactive01 fill-interactive01";
|
|
60
60
|
};
|
|
61
61
|
readonly textError: {
|
|
62
|
-
readonly base: "border border-transparent bg-
|
|
63
|
-
readonly hover: "hover:bg-
|
|
64
|
-
readonly active: "active:bg-
|
|
62
|
+
readonly base: "border border-transparent bg-uiBackground01 text-supportError fill-supportError";
|
|
63
|
+
readonly hover: "hover:bg-hoverUiError hover:border-hoverUiError";
|
|
64
|
+
readonly active: "active:bg-activeUiError active:border-activeUiError";
|
|
65
65
|
readonly disabled: "disabled:text-disabled01 disabled:fill-disabled01";
|
|
66
66
|
readonly selected: "border border-transparent bg-selectedUi text-interactive01 fill-interactive01";
|
|
67
67
|
};
|
|
@@ -141,6 +141,8 @@ declare const typography: {
|
|
|
141
141
|
readonly label16regular: "font-normal leading-6 text-4 tracking-normal no-underline";
|
|
142
142
|
readonly label14bold: "font-bold leading-6 text-3 tracking-normal no-underline";
|
|
143
143
|
readonly label14regular: "font-normal leading-6 text-3 tracking-normal no-underline";
|
|
144
|
+
readonly label13bold: "font-bold leading-6 text-2 tracking-normal no-underline";
|
|
145
|
+
readonly label13regular: "font-normal leading-6 text-2 tracking-normal no-underline";
|
|
144
146
|
readonly label12bold: "font-bold leading-6 text-1 tracking-normal no-underline";
|
|
145
147
|
readonly label12regular: "font-normal leading-6 text-1 tracking-normal no-underline";
|
|
146
148
|
readonly label11bold: "font-bold leading-6 text-0 tracking-normal no-underline";
|
package/dist/index.js
CHANGED
|
@@ -68,8 +68,8 @@ var buttonColors = {
|
|
|
68
68
|
},
|
|
69
69
|
outlineDanger: {
|
|
70
70
|
base: "border border-supportDanger bg-uiBackground01 text-supportDanger fill-supportDanger",
|
|
71
|
-
hover: "hover:bg-
|
|
72
|
-
active: "active:bg-
|
|
71
|
+
hover: "hover:bg-hoverUiError",
|
|
72
|
+
active: "active:bg-activeUiError",
|
|
73
73
|
disabled: "disabled:border-uiBorder01 disabled:text-disabled01 disabled:fill-disabled01",
|
|
74
74
|
selected: "border border-interactive01 bg-selectedUi text-interactive01 fill-interactive01"
|
|
75
75
|
},
|
|
@@ -85,16 +85,16 @@ var selectColors = {
|
|
|
85
85
|
outline: buttonColors.outline,
|
|
86
86
|
text: buttonColors.text,
|
|
87
87
|
outlineError: {
|
|
88
|
-
base: "border border-supportError bg-
|
|
89
|
-
hover: "hover:bg-
|
|
90
|
-
active: "active:bg-
|
|
88
|
+
base: "border border-supportError bg-uiBackground01 text-supportError fill-supportError",
|
|
89
|
+
hover: "hover:bg-hoverUiError",
|
|
90
|
+
active: "active:bg-activeUiError",
|
|
91
91
|
disabled: "disabled:border-uiBorder01 disabled:text-disabled01 disabled:fill-disabled01",
|
|
92
92
|
selected: "border border-interactive01 bg-selectedUi text-interactive01 fill-interactive01"
|
|
93
93
|
},
|
|
94
94
|
textError: {
|
|
95
|
-
base: "border border-transparent bg-
|
|
96
|
-
hover: "hover:bg-
|
|
97
|
-
active: "active:bg-
|
|
95
|
+
base: "border border-transparent bg-uiBackground01 text-supportError fill-supportError",
|
|
96
|
+
hover: "hover:bg-hoverUiError hover:border-hoverUiError",
|
|
97
|
+
active: "active:bg-activeUiError active:border-activeUiError",
|
|
98
98
|
disabled: "disabled:text-disabled01 disabled:fill-disabled01",
|
|
99
99
|
selected: "border border-transparent bg-selectedUi text-interactive01 fill-interactive01"
|
|
100
100
|
}
|
|
@@ -176,6 +176,8 @@ var typography = {
|
|
|
176
176
|
label16regular: "font-normal leading-6 text-4 tracking-normal no-underline",
|
|
177
177
|
label14bold: "font-bold leading-6 text-3 tracking-normal no-underline",
|
|
178
178
|
label14regular: "font-normal leading-6 text-3 tracking-normal no-underline",
|
|
179
|
+
label13bold: "font-bold leading-6 text-2 tracking-normal no-underline",
|
|
180
|
+
label13regular: "font-normal leading-6 text-2 tracking-normal no-underline",
|
|
179
181
|
label12bold: "font-bold leading-6 text-1 tracking-normal no-underline",
|
|
180
182
|
label12regular: "font-normal leading-6 text-1 tracking-normal no-underline",
|
|
181
183
|
label11bold: "font-bold leading-6 text-0 tracking-normal no-underline",
|
package/dist/index.mjs
CHANGED
|
@@ -35,8 +35,8 @@ var buttonColors = {
|
|
|
35
35
|
},
|
|
36
36
|
outlineDanger: {
|
|
37
37
|
base: "border border-supportDanger bg-uiBackground01 text-supportDanger fill-supportDanger",
|
|
38
|
-
hover: "hover:bg-
|
|
39
|
-
active: "active:bg-
|
|
38
|
+
hover: "hover:bg-hoverUiError",
|
|
39
|
+
active: "active:bg-activeUiError",
|
|
40
40
|
disabled: "disabled:border-uiBorder01 disabled:text-disabled01 disabled:fill-disabled01",
|
|
41
41
|
selected: "border border-interactive01 bg-selectedUi text-interactive01 fill-interactive01"
|
|
42
42
|
},
|
|
@@ -52,16 +52,16 @@ var selectColors = {
|
|
|
52
52
|
outline: buttonColors.outline,
|
|
53
53
|
text: buttonColors.text,
|
|
54
54
|
outlineError: {
|
|
55
|
-
base: "border border-supportError bg-
|
|
56
|
-
hover: "hover:bg-
|
|
57
|
-
active: "active:bg-
|
|
55
|
+
base: "border border-supportError bg-uiBackground01 text-supportError fill-supportError",
|
|
56
|
+
hover: "hover:bg-hoverUiError",
|
|
57
|
+
active: "active:bg-activeUiError",
|
|
58
58
|
disabled: "disabled:border-uiBorder01 disabled:text-disabled01 disabled:fill-disabled01",
|
|
59
59
|
selected: "border border-interactive01 bg-selectedUi text-interactive01 fill-interactive01"
|
|
60
60
|
},
|
|
61
61
|
textError: {
|
|
62
|
-
base: "border border-transparent bg-
|
|
63
|
-
hover: "hover:bg-
|
|
64
|
-
active: "active:bg-
|
|
62
|
+
base: "border border-transparent bg-uiBackground01 text-supportError fill-supportError",
|
|
63
|
+
hover: "hover:bg-hoverUiError hover:border-hoverUiError",
|
|
64
|
+
active: "active:bg-activeUiError active:border-activeUiError",
|
|
65
65
|
disabled: "disabled:text-disabled01 disabled:fill-disabled01",
|
|
66
66
|
selected: "border border-transparent bg-selectedUi text-interactive01 fill-interactive01"
|
|
67
67
|
}
|
|
@@ -143,6 +143,8 @@ var typography = {
|
|
|
143
143
|
label16regular: "font-normal leading-6 text-4 tracking-normal no-underline",
|
|
144
144
|
label14bold: "font-bold leading-6 text-3 tracking-normal no-underline",
|
|
145
145
|
label14regular: "font-normal leading-6 text-3 tracking-normal no-underline",
|
|
146
|
+
label13bold: "font-bold leading-6 text-2 tracking-normal no-underline",
|
|
147
|
+
label13regular: "font-normal leading-6 text-2 tracking-normal no-underline",
|
|
146
148
|
label12bold: "font-bold leading-6 text-1 tracking-normal no-underline",
|
|
147
149
|
label12regular: "font-normal leading-6 text-1 tracking-normal no-underline",
|
|
148
150
|
label11bold: "font-bold leading-6 text-0 tracking-normal no-underline",
|