@vellira-ui/tokens 2.23.0 → 2.25.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/css/tokens.css +174 -123
- package/dist/dark/components/button.d.ts +5 -5
- package/dist/dark/components/button.js +4 -4
- package/dist/dark/components/checkbox.d.ts +6 -6
- package/dist/dark/components/dropdown.d.ts +6 -6
- package/dist/dark/components/formField.d.ts +3 -3
- package/dist/dark/components/input.d.ts +8 -7
- package/dist/dark/components/input.d.ts.map +1 -1
- package/dist/dark/components/input.js +2 -1
- package/dist/dark/components/menu.d.ts +3 -3
- package/dist/dark/components/modal.d.ts +3 -3
- package/dist/dark/components/radio.d.ts +21 -5
- package/dist/dark/components/radio.d.ts.map +1 -1
- package/dist/dark/components/radio.js +20 -4
- package/dist/dark/components/select.d.ts +6 -6
- package/dist/dark/components/select.js +4 -4
- package/dist/dark/components/tabs.d.ts +3 -3
- package/dist/dark/components/tooltip.d.ts +1 -1
- package/dist/dark/semantic/border.d.ts +2 -1
- package/dist/dark/semantic/border.d.ts.map +1 -1
- package/dist/dark/semantic/border.js +2 -1
- package/dist/dark/semantic/control.d.ts +7 -2
- package/dist/dark/semantic/control.d.ts.map +1 -1
- package/dist/dark/semantic/control.js +7 -2
- package/dist/dark/semantic/status.d.ts +1 -1
- package/dist/dark/semantic/status.js +1 -1
- package/dist/dark/semantic/surface.d.ts +2 -1
- package/dist/dark/semantic/surface.d.ts.map +1 -1
- package/dist/dark/semantic/surface.js +2 -1
- package/dist/dark/semantic/text.d.ts +1 -1
- package/dist/dark/semantic/text.js +1 -1
- package/dist/dark/theme.d.ts +7 -4
- package/dist/dark/theme.d.ts.map +1 -1
- package/dist/generated/token-types.d.ts +8 -8
- package/dist/generated/token-types.d.ts.map +1 -1
- package/dist/generated/token-types.js +72 -0
- package/dist/highContrast/components/button.d.ts +4 -4
- package/dist/highContrast/components/button.d.ts.map +1 -1
- package/dist/highContrast/components/button.js +4 -5
- package/dist/highContrast/components/checkbox.d.ts +6 -6
- package/dist/highContrast/components/formField.d.ts +1 -1
- package/dist/highContrast/components/formField.js +1 -1
- package/dist/highContrast/components/input.d.ts +3 -2
- package/dist/highContrast/components/input.d.ts.map +1 -1
- package/dist/highContrast/components/input.js +1 -0
- package/dist/highContrast/components/radio.d.ts +24 -8
- package/dist/highContrast/components/radio.d.ts.map +1 -1
- package/dist/highContrast/components/radio.js +23 -7
- package/dist/highContrast/components/select.d.ts +3 -3
- package/dist/highContrast/components/select.js +1 -1
- package/dist/highContrast/components/tabs.d.ts +1 -1
- package/dist/highContrast/components/tooltip.d.ts +1 -1
- package/dist/highContrast/semantic/action.d.ts +1 -1
- package/dist/highContrast/semantic/action.js +7 -7
- package/dist/highContrast/semantic/control.d.ts +11 -6
- package/dist/highContrast/semantic/control.d.ts.map +1 -1
- package/dist/highContrast/semantic/control.js +9 -4
- package/dist/highContrast/semantic/navigation.d.ts +1 -1
- package/dist/highContrast/semantic/status.d.ts +2 -2
- package/dist/highContrast/semantic/status.js +2 -2
- package/dist/highContrast/semantic/surface.d.ts +2 -1
- package/dist/highContrast/semantic/surface.d.ts.map +1 -1
- package/dist/highContrast/semantic/surface.js +2 -1
- package/dist/highContrast/semantic/text.d.ts +2 -1
- package/dist/highContrast/semantic/text.d.ts.map +1 -1
- package/dist/highContrast/semantic/text.js +3 -3
- package/dist/highContrast/theme.d.ts +7 -4
- package/dist/highContrast/theme.d.ts.map +1 -1
- package/dist/index.d.ts +6 -4
- package/dist/index.d.ts.map +1 -1
- package/dist/light/components/checkbox.d.ts +5 -5
- package/dist/light/components/input.d.ts +2 -1
- package/dist/light/components/input.d.ts.map +1 -1
- package/dist/light/components/input.js +2 -1
- package/dist/light/components/radio.d.ts +20 -4
- package/dist/light/components/radio.d.ts.map +1 -1
- package/dist/light/components/radio.js +17 -1
- package/dist/light/components/select.d.ts +5 -5
- package/dist/light/components/select.js +3 -3
- package/dist/light/components/tabs.d.ts +1 -1
- package/dist/light/components/tooltip.d.ts +1 -1
- package/dist/light/semantic/action.js +17 -17
- package/dist/light/semantic/control.d.ts +11 -6
- package/dist/light/semantic/control.d.ts.map +1 -1
- package/dist/light/semantic/control.js +10 -5
- package/dist/light/semantic/status.d.ts +1 -1
- package/dist/light/semantic/status.js +1 -1
- package/dist/light/semantic/text.d.ts +2 -2
- package/dist/light/semantic/text.js +2 -2
- package/dist/light/theme.d.ts +7 -4
- package/dist/light/theme.d.ts.map +1 -1
- package/dist/primitives/colors.d.ts +1 -0
- package/dist/primitives/colors.d.ts.map +1 -1
- package/dist/primitives/colors.js +1 -0
- package/dist/tokens/typography.d.ts +6 -4
- package/dist/tokens/typography.d.ts.map +1 -1
- package/dist/tokens/typography.js +6 -4
- package/package.json +1 -1
|
@@ -6,28 +6,33 @@ export declare const control: {
|
|
|
6
6
|
};
|
|
7
7
|
readonly hover: {
|
|
8
8
|
readonly bg: "#F4F3FF";
|
|
9
|
-
readonly fg: "#
|
|
9
|
+
readonly fg: "#5037C8";
|
|
10
10
|
readonly border: "#5037C8";
|
|
11
11
|
};
|
|
12
|
+
readonly active: {
|
|
13
|
+
readonly bg: "#E9E6FF";
|
|
14
|
+
readonly fg: "#342580";
|
|
15
|
+
readonly border: "#402C9F";
|
|
16
|
+
};
|
|
12
17
|
readonly selected: {
|
|
13
18
|
readonly default: {
|
|
14
|
-
readonly bg: "#
|
|
19
|
+
readonly bg: "#6346E8";
|
|
15
20
|
readonly fg: "#FFFFFF";
|
|
16
|
-
readonly border: "#
|
|
21
|
+
readonly border: "#6346E8";
|
|
17
22
|
};
|
|
18
23
|
readonly hover: {
|
|
19
24
|
readonly bg: "#402C9F";
|
|
20
|
-
readonly fg: "#
|
|
25
|
+
readonly fg: "#5037C8";
|
|
21
26
|
readonly border: "#402C9F";
|
|
22
27
|
};
|
|
23
28
|
readonly active: {
|
|
24
29
|
readonly bg: "#21164F";
|
|
25
|
-
readonly fg: "#
|
|
30
|
+
readonly fg: "#0F0F0F";
|
|
26
31
|
readonly border: "#21164F";
|
|
27
32
|
};
|
|
28
33
|
readonly muted: {
|
|
29
34
|
readonly bg: "#5037C8";
|
|
30
|
-
readonly fg: "#
|
|
35
|
+
readonly fg: "#0F0F0F";
|
|
31
36
|
readonly border: "#7C5CFF";
|
|
32
37
|
};
|
|
33
38
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"control.d.ts","sourceRoot":"","sources":["../../../src/light/semantic/control.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,OAAO
|
|
1
|
+
{"version":3,"file":"control.d.ts","sourceRoot":"","sources":["../../../src/light/semantic/control.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4CV,CAAC"}
|
|
@@ -10,18 +10,23 @@ export const control = {
|
|
|
10
10
|
},
|
|
11
11
|
hover: {
|
|
12
12
|
bg: colors.primary[50],
|
|
13
|
-
fg: colors.primary[
|
|
13
|
+
fg: colors.primary[700],
|
|
14
14
|
border: colors.primary[700],
|
|
15
15
|
},
|
|
16
|
+
active: {
|
|
17
|
+
bg: colors.primary[100],
|
|
18
|
+
fg: colors.primary[900],
|
|
19
|
+
border: colors.primary[800],
|
|
20
|
+
},
|
|
16
21
|
selected: {
|
|
17
22
|
default: {
|
|
18
|
-
bg: colors.primary[
|
|
19
|
-
fg: text.
|
|
20
|
-
border: colors.primary[
|
|
23
|
+
bg: colors.primary[600],
|
|
24
|
+
fg: text.onInverse,
|
|
25
|
+
border: colors.primary[600],
|
|
21
26
|
},
|
|
22
27
|
hover: {
|
|
23
28
|
bg: colors.primary[800],
|
|
24
|
-
fg: text.
|
|
29
|
+
fg: text.brand,
|
|
25
30
|
border: colors.primary[800],
|
|
26
31
|
},
|
|
27
32
|
active: {
|
|
@@ -4,8 +4,8 @@ export declare const text: {
|
|
|
4
4
|
readonly muted: "#958CB0";
|
|
5
5
|
readonly disabled: "#9CA3AF";
|
|
6
6
|
readonly subtle: "#1A1A1A";
|
|
7
|
-
readonly inverse: "#
|
|
8
|
-
readonly onInverse: "#
|
|
7
|
+
readonly inverse: "#0F0F0F";
|
|
8
|
+
readonly onInverse: "#FFFFFF";
|
|
9
9
|
readonly brand: "#5037C8";
|
|
10
10
|
};
|
|
11
11
|
//# sourceMappingURL=text.d.ts.map
|
|
@@ -5,7 +5,7 @@ export const text = {
|
|
|
5
5
|
muted: colors.vellira[400],
|
|
6
6
|
disabled: colors.gray[400],
|
|
7
7
|
subtle: colors.mono[800],
|
|
8
|
-
inverse: colors.mono[
|
|
9
|
-
onInverse: colors.mono[
|
|
8
|
+
inverse: colors.mono[900],
|
|
9
|
+
onInverse: colors.mono[50],
|
|
10
10
|
brand: colors.primary[700],
|
|
11
11
|
};
|
package/dist/light/theme.d.ts
CHANGED
|
@@ -42,6 +42,7 @@ export declare const lightTheme: {
|
|
|
42
42
|
readonly 600: "#4F4867";
|
|
43
43
|
readonly 700: "#3D3754";
|
|
44
44
|
readonly 800: "#2F2A42";
|
|
45
|
+
readonly 850: "#242034";
|
|
45
46
|
readonly 900: "#231F31";
|
|
46
47
|
readonly 950: "#181521";
|
|
47
48
|
};
|
|
@@ -191,7 +192,7 @@ export declare const lightTheme: {
|
|
|
191
192
|
};
|
|
192
193
|
readonly typography: {
|
|
193
194
|
readonly family: {
|
|
194
|
-
readonly base: "KantumruyPro";
|
|
195
|
+
readonly base: "KantumruyPro, Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif";
|
|
195
196
|
readonly extraLight: "KantumruyPro-ExtraLight";
|
|
196
197
|
readonly regular: "KantumruyPro-Regular";
|
|
197
198
|
readonly medium: "KantumruyPro-Medium";
|
|
@@ -212,10 +213,12 @@ export declare const lightTheme: {
|
|
|
212
213
|
readonly semibold: "700";
|
|
213
214
|
};
|
|
214
215
|
readonly lineHeight: {
|
|
215
|
-
readonly
|
|
216
|
+
readonly xs: 16;
|
|
217
|
+
readonly sm: 20;
|
|
216
218
|
readonly md: 24;
|
|
217
|
-
readonly lg:
|
|
218
|
-
readonly xl:
|
|
219
|
+
readonly lg: 28;
|
|
220
|
+
readonly xl: 32;
|
|
221
|
+
readonly xxl: 40;
|
|
219
222
|
};
|
|
220
223
|
};
|
|
221
224
|
readonly zIndex: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../src/light/theme.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,UAAU,MAAM,uBAAuB,CAAC;AACpD,OAAO,KAAK,QAAQ,MAAM,qBAAqB,CAAC;AAEhD,eAAO,MAAM,UAAU
|
|
1
|
+
{"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../src/light/theme.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,UAAU,MAAM,uBAAuB,CAAC;AACpD,OAAO,KAAK,QAAQ,MAAM,qBAAqB,CAAC;AAEhD,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAYb,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"colors.d.ts","sourceRoot":"","sources":["../../src/primitives/colors.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AACH,eAAO,MAAM,MAAM
|
|
1
|
+
{"version":3,"file":"colors.d.ts","sourceRoot":"","sources":["../../src/primitives/colors.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AACH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkJT,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export declare const typography: {
|
|
2
2
|
readonly family: {
|
|
3
|
-
readonly base: "KantumruyPro";
|
|
3
|
+
readonly base: "KantumruyPro, Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif";
|
|
4
4
|
readonly extraLight: "KantumruyPro-ExtraLight";
|
|
5
5
|
readonly regular: "KantumruyPro-Regular";
|
|
6
6
|
readonly medium: "KantumruyPro-Medium";
|
|
@@ -21,10 +21,12 @@ export declare const typography: {
|
|
|
21
21
|
readonly semibold: "700";
|
|
22
22
|
};
|
|
23
23
|
readonly lineHeight: {
|
|
24
|
-
readonly
|
|
24
|
+
readonly xs: 16;
|
|
25
|
+
readonly sm: 20;
|
|
25
26
|
readonly md: 24;
|
|
26
|
-
readonly lg:
|
|
27
|
-
readonly xl:
|
|
27
|
+
readonly lg: 28;
|
|
28
|
+
readonly xl: 32;
|
|
29
|
+
readonly xxl: 40;
|
|
28
30
|
};
|
|
29
31
|
};
|
|
30
32
|
//# sourceMappingURL=typography.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"typography.d.ts","sourceRoot":"","sources":["../../src/tokens/typography.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,UAAU
|
|
1
|
+
{"version":3,"file":"typography.d.ts","sourceRoot":"","sources":["../../src/tokens/typography.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiCb,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export const typography = {
|
|
2
2
|
family: {
|
|
3
|
-
base:
|
|
3
|
+
base: "KantumruyPro, Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif",
|
|
4
4
|
extraLight: 'KantumruyPro-ExtraLight',
|
|
5
5
|
regular: 'KantumruyPro-Regular',
|
|
6
6
|
medium: 'KantumruyPro-Medium',
|
|
@@ -21,9 +21,11 @@ export const typography = {
|
|
|
21
21
|
semibold: '700',
|
|
22
22
|
},
|
|
23
23
|
lineHeight: {
|
|
24
|
-
|
|
24
|
+
xs: 16,
|
|
25
|
+
sm: 20,
|
|
25
26
|
md: 24,
|
|
26
|
-
lg:
|
|
27
|
-
xl:
|
|
27
|
+
lg: 28,
|
|
28
|
+
xl: 32,
|
|
29
|
+
xxl: 40,
|
|
28
30
|
},
|
|
29
31
|
};
|