@jsekulowicz/ds-tokens 0.37.0 → 0.46.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/base.css +10 -9
- package/dist/primitive/typography.d.ts +10 -9
- package/dist/primitive/typography.d.ts.map +1 -1
- package/dist/primitive/typography.js +10 -9
- package/dist/primitive/typography.js.map +1 -1
- package/dist/semantic/dark.d.ts +10 -9
- package/dist/semantic/dark.d.ts.map +1 -1
- package/dist/semantic/light.d.ts +10 -9
- package/dist/semantic/light.d.ts.map +1 -1
- package/dist/theme-default-dark.css +20 -18
- package/dist/theme-default-light.css +10 -9
- package/package.json +1 -1
package/dist/base.css
CHANGED
|
@@ -63,15 +63,16 @@
|
|
|
63
63
|
--ds-font-family-display: 'Source Serif 4', Georgia, 'Times New Roman', serif;
|
|
64
64
|
--ds-font-family-body: 'General Sans', 'Inter', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', sans-serif;
|
|
65
65
|
--ds-font-family-mono: 'JetBrains Mono', ui-monospace, 'SFMono-Regular', Menlo, Consolas, monospace;
|
|
66
|
-
--ds-font-size-
|
|
67
|
-
--ds-font-size-
|
|
68
|
-
--ds-font-size-
|
|
69
|
-
--ds-font-size-
|
|
70
|
-
--ds-font-size-
|
|
71
|
-
--ds-font-size-
|
|
72
|
-
--ds-font-size-
|
|
73
|
-
--ds-font-size-
|
|
74
|
-
--ds-font-size-
|
|
66
|
+
--ds-font-size-body-sm: 0.75rem;
|
|
67
|
+
--ds-font-size-body-md: 0.875rem;
|
|
68
|
+
--ds-font-size-body-lg: 1rem;
|
|
69
|
+
--ds-font-size-heading-xs: 1.125rem;
|
|
70
|
+
--ds-font-size-heading-sm: 1.25rem;
|
|
71
|
+
--ds-font-size-heading-md: 1.5rem;
|
|
72
|
+
--ds-font-size-heading-lg: 1.75rem;
|
|
73
|
+
--ds-font-size-heading-xl: 2rem;
|
|
74
|
+
--ds-font-size-heading-2xl: 3rem;
|
|
75
|
+
--ds-font-size-heading-3xl: 4rem;
|
|
75
76
|
--ds-font-weight-regular: 400;
|
|
76
77
|
--ds-font-weight-medium: 500;
|
|
77
78
|
--ds-font-weight-semibold: 600;
|
|
@@ -4,15 +4,16 @@ export declare const fontFamily: {
|
|
|
4
4
|
readonly mono: "'JetBrains Mono', ui-monospace, 'SFMono-Regular', Menlo, Consolas, monospace";
|
|
5
5
|
};
|
|
6
6
|
export declare const fontSize: {
|
|
7
|
-
readonly
|
|
8
|
-
readonly
|
|
9
|
-
readonly
|
|
10
|
-
readonly
|
|
11
|
-
readonly
|
|
12
|
-
readonly '
|
|
13
|
-
readonly '
|
|
14
|
-
readonly '
|
|
15
|
-
readonly '
|
|
7
|
+
readonly 'body-sm': "0.75rem";
|
|
8
|
+
readonly 'body-md': "0.875rem";
|
|
9
|
+
readonly 'body-lg': "1rem";
|
|
10
|
+
readonly 'heading-xs': "1.125rem";
|
|
11
|
+
readonly 'heading-sm': "1.25rem";
|
|
12
|
+
readonly 'heading-md': "1.5rem";
|
|
13
|
+
readonly 'heading-lg': "1.75rem";
|
|
14
|
+
readonly 'heading-xl': "2rem";
|
|
15
|
+
readonly 'heading-2xl': "3rem";
|
|
16
|
+
readonly 'heading-3xl': "4rem";
|
|
16
17
|
};
|
|
17
18
|
export declare const fontWeight: {
|
|
18
19
|
readonly regular: "400";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"typography.d.ts","sourceRoot":"","sources":["../../src/primitive/typography.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,UAAU;;;;CAKb,CAAC;AAEX,eAAO,MAAM,QAAQ
|
|
1
|
+
{"version":3,"file":"typography.d.ts","sourceRoot":"","sources":["../../src/primitive/typography.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,UAAU;;;;CAKb,CAAC;AAEX,eAAO,MAAM,QAAQ;;;;;;;;;;;CAWX,CAAC;AAEX,eAAO,MAAM,UAAU;;;;;CAKb,CAAC;AAEX,eAAO,MAAM,UAAU;;;;;CAKb,CAAC;AAEX,eAAO,MAAM,aAAa;;;;;CAKhB,CAAC;AAEX,MAAM,MAAM,gBAAgB,GAAG,OAAO,UAAU,CAAC;AACjD,MAAM,MAAM,cAAc,GAAG,OAAO,QAAQ,CAAC"}
|
|
@@ -4,15 +4,16 @@ export const fontFamily = {
|
|
|
4
4
|
mono: "'JetBrains Mono', ui-monospace, 'SFMono-Regular', Menlo, Consolas, monospace",
|
|
5
5
|
};
|
|
6
6
|
export const fontSize = {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
'
|
|
13
|
-
'
|
|
14
|
-
'
|
|
15
|
-
'
|
|
7
|
+
'body-sm': '0.75rem',
|
|
8
|
+
'body-md': '0.875rem',
|
|
9
|
+
'body-lg': '1rem',
|
|
10
|
+
'heading-xs': '1.125rem',
|
|
11
|
+
'heading-sm': '1.25rem',
|
|
12
|
+
'heading-md': '1.5rem',
|
|
13
|
+
'heading-lg': '1.75rem',
|
|
14
|
+
'heading-xl': '2rem',
|
|
15
|
+
'heading-2xl': '3rem',
|
|
16
|
+
'heading-3xl': '4rem',
|
|
16
17
|
};
|
|
17
18
|
export const fontWeight = {
|
|
18
19
|
regular: '400',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"typography.js","sourceRoot":"","sources":["../../src/primitive/typography.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,UAAU,GAAG;IACxB,OAAO,EACL,qDAAqD;IACvD,IAAI,EAAE,0FAA0F;IAChG,IAAI,EAAE,8EAA8E;CAC5E,CAAC;AAEX,MAAM,CAAC,MAAM,QAAQ,GAAG;IACtB,
|
|
1
|
+
{"version":3,"file":"typography.js","sourceRoot":"","sources":["../../src/primitive/typography.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,UAAU,GAAG;IACxB,OAAO,EACL,qDAAqD;IACvD,IAAI,EAAE,0FAA0F;IAChG,IAAI,EAAE,8EAA8E;CAC5E,CAAC;AAEX,MAAM,CAAC,MAAM,QAAQ,GAAG;IACtB,SAAS,EAAE,SAAS;IACpB,SAAS,EAAE,UAAU;IACrB,SAAS,EAAE,MAAM;IACjB,YAAY,EAAE,UAAU;IACxB,YAAY,EAAE,SAAS;IACvB,YAAY,EAAE,QAAQ;IACtB,YAAY,EAAE,SAAS;IACvB,YAAY,EAAE,MAAM;IACpB,aAAa,EAAE,MAAM;IACrB,aAAa,EAAE,MAAM;CACb,CAAC;AAEX,MAAM,CAAC,MAAM,UAAU,GAAG;IACxB,OAAO,EAAE,KAAK;IACd,MAAM,EAAE,KAAK;IACb,QAAQ,EAAE,KAAK;IACf,IAAI,EAAE,KAAK;CACH,CAAC;AAEX,MAAM,CAAC,MAAM,UAAU,GAAG;IACxB,KAAK,EAAE,KAAK;IACZ,IAAI,EAAE,MAAM;IACZ,MAAM,EAAE,MAAM;IACd,OAAO,EAAE,KAAK;CACN,CAAC;AAEX,MAAM,CAAC,MAAM,aAAa,GAAG;IAC3B,KAAK,EAAE,SAAS;IAChB,MAAM,EAAE,GAAG;IACX,IAAI,EAAE,QAAQ;IACd,OAAO,EAAE,SAAS;CACV,CAAC"}
|
package/dist/semantic/dark.d.ts
CHANGED
|
@@ -60,15 +60,16 @@ export declare const semanticDark: {
|
|
|
60
60
|
readonly mono: "'JetBrains Mono', ui-monospace, 'SFMono-Regular', Menlo, Consolas, monospace";
|
|
61
61
|
};
|
|
62
62
|
readonly 'font-size': {
|
|
63
|
-
readonly
|
|
64
|
-
readonly
|
|
65
|
-
readonly
|
|
66
|
-
readonly
|
|
67
|
-
readonly
|
|
68
|
-
readonly '
|
|
69
|
-
readonly '
|
|
70
|
-
readonly '
|
|
71
|
-
readonly '
|
|
63
|
+
readonly 'body-sm': "0.75rem";
|
|
64
|
+
readonly 'body-md': "0.875rem";
|
|
65
|
+
readonly 'body-lg': "1rem";
|
|
66
|
+
readonly 'heading-xs': "1.125rem";
|
|
67
|
+
readonly 'heading-sm': "1.25rem";
|
|
68
|
+
readonly 'heading-md': "1.5rem";
|
|
69
|
+
readonly 'heading-lg': "1.75rem";
|
|
70
|
+
readonly 'heading-xl': "2rem";
|
|
71
|
+
readonly 'heading-2xl': "3rem";
|
|
72
|
+
readonly 'heading-3xl': "4rem";
|
|
72
73
|
};
|
|
73
74
|
readonly 'font-weight': {
|
|
74
75
|
readonly regular: "400";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dark.d.ts","sourceRoot":"","sources":["../../src/semantic/dark.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"dark.d.ts","sourceRoot":"","sources":["../../src/semantic/dark.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmCf,CAAC"}
|
package/dist/semantic/light.d.ts
CHANGED
|
@@ -52,15 +52,16 @@ export declare const semanticLight: {
|
|
|
52
52
|
readonly mono: "'JetBrains Mono', ui-monospace, 'SFMono-Regular', Menlo, Consolas, monospace";
|
|
53
53
|
};
|
|
54
54
|
readonly 'font-size': {
|
|
55
|
-
readonly
|
|
56
|
-
readonly
|
|
57
|
-
readonly
|
|
58
|
-
readonly
|
|
59
|
-
readonly
|
|
60
|
-
readonly '
|
|
61
|
-
readonly '
|
|
62
|
-
readonly '
|
|
63
|
-
readonly '
|
|
55
|
+
readonly 'body-sm': "0.75rem";
|
|
56
|
+
readonly 'body-md': "0.875rem";
|
|
57
|
+
readonly 'body-lg': "1rem";
|
|
58
|
+
readonly 'heading-xs': "1.125rem";
|
|
59
|
+
readonly 'heading-sm': "1.25rem";
|
|
60
|
+
readonly 'heading-md': "1.5rem";
|
|
61
|
+
readonly 'heading-lg': "1.75rem";
|
|
62
|
+
readonly 'heading-xl': "2rem";
|
|
63
|
+
readonly 'heading-2xl': "3rem";
|
|
64
|
+
readonly 'heading-3xl': "4rem";
|
|
64
65
|
};
|
|
65
66
|
readonly 'font-weight': {
|
|
66
67
|
readonly regular: "400";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"light.d.ts","sourceRoot":"","sources":["../../src/semantic/light.ts"],"names":[],"mappings":"AAiBA,eAAO,MAAM,aAAa
|
|
1
|
+
{"version":3,"file":"light.d.ts","sourceRoot":"","sources":["../../src/semantic/light.ts"],"names":[],"mappings":"AAiBA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqDhB,CAAC;AAEX,MAAM,MAAM,cAAc,GAAG,OAAO,aAAa,CAAC"}
|
|
@@ -50,15 +50,16 @@
|
|
|
50
50
|
--ds-font-display: 'Source Serif 4', Georgia, 'Times New Roman', serif;
|
|
51
51
|
--ds-font-body: 'General Sans', 'Inter', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', sans-serif;
|
|
52
52
|
--ds-font-mono: 'JetBrains Mono', ui-monospace, 'SFMono-Regular', Menlo, Consolas, monospace;
|
|
53
|
-
--ds-font-size-
|
|
54
|
-
--ds-font-size-
|
|
55
|
-
--ds-font-size-
|
|
56
|
-
--ds-font-size-
|
|
57
|
-
--ds-font-size-
|
|
58
|
-
--ds-font-size-
|
|
59
|
-
--ds-font-size-
|
|
60
|
-
--ds-font-size-
|
|
61
|
-
--ds-font-size-
|
|
53
|
+
--ds-font-size-body-sm: 0.75rem;
|
|
54
|
+
--ds-font-size-body-md: 0.875rem;
|
|
55
|
+
--ds-font-size-body-lg: 1rem;
|
|
56
|
+
--ds-font-size-heading-xs: 1.125rem;
|
|
57
|
+
--ds-font-size-heading-sm: 1.25rem;
|
|
58
|
+
--ds-font-size-heading-md: 1.5rem;
|
|
59
|
+
--ds-font-size-heading-lg: 1.75rem;
|
|
60
|
+
--ds-font-size-heading-xl: 2rem;
|
|
61
|
+
--ds-font-size-heading-2xl: 3rem;
|
|
62
|
+
--ds-font-size-heading-3xl: 4rem;
|
|
62
63
|
--ds-font-weight-regular: 400;
|
|
63
64
|
--ds-font-weight-medium: 500;
|
|
64
65
|
--ds-font-weight-semibold: 600;
|
|
@@ -161,15 +162,16 @@
|
|
|
161
162
|
--ds-font-display: 'Source Serif 4', Georgia, 'Times New Roman', serif;
|
|
162
163
|
--ds-font-body: 'General Sans', 'Inter', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', sans-serif;
|
|
163
164
|
--ds-font-mono: 'JetBrains Mono', ui-monospace, 'SFMono-Regular', Menlo, Consolas, monospace;
|
|
164
|
-
--ds-font-size-
|
|
165
|
-
--ds-font-size-
|
|
166
|
-
--ds-font-size-
|
|
167
|
-
--ds-font-size-
|
|
168
|
-
--ds-font-size-
|
|
169
|
-
--ds-font-size-
|
|
170
|
-
--ds-font-size-
|
|
171
|
-
--ds-font-size-
|
|
172
|
-
--ds-font-size-
|
|
165
|
+
--ds-font-size-body-sm: 0.75rem;
|
|
166
|
+
--ds-font-size-body-md: 0.875rem;
|
|
167
|
+
--ds-font-size-body-lg: 1rem;
|
|
168
|
+
--ds-font-size-heading-xs: 1.125rem;
|
|
169
|
+
--ds-font-size-heading-sm: 1.25rem;
|
|
170
|
+
--ds-font-size-heading-md: 1.5rem;
|
|
171
|
+
--ds-font-size-heading-lg: 1.75rem;
|
|
172
|
+
--ds-font-size-heading-xl: 2rem;
|
|
173
|
+
--ds-font-size-heading-2xl: 3rem;
|
|
174
|
+
--ds-font-size-heading-3xl: 4rem;
|
|
173
175
|
--ds-font-weight-regular: 400;
|
|
174
176
|
--ds-font-weight-medium: 500;
|
|
175
177
|
--ds-font-weight-semibold: 600;
|
|
@@ -50,15 +50,16 @@
|
|
|
50
50
|
--ds-font-display: 'Source Serif 4', Georgia, 'Times New Roman', serif;
|
|
51
51
|
--ds-font-body: 'General Sans', 'Inter', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', sans-serif;
|
|
52
52
|
--ds-font-mono: 'JetBrains Mono', ui-monospace, 'SFMono-Regular', Menlo, Consolas, monospace;
|
|
53
|
-
--ds-font-size-
|
|
54
|
-
--ds-font-size-
|
|
55
|
-
--ds-font-size-
|
|
56
|
-
--ds-font-size-
|
|
57
|
-
--ds-font-size-
|
|
58
|
-
--ds-font-size-
|
|
59
|
-
--ds-font-size-
|
|
60
|
-
--ds-font-size-
|
|
61
|
-
--ds-font-size-
|
|
53
|
+
--ds-font-size-body-sm: 0.75rem;
|
|
54
|
+
--ds-font-size-body-md: 0.875rem;
|
|
55
|
+
--ds-font-size-body-lg: 1rem;
|
|
56
|
+
--ds-font-size-heading-xs: 1.125rem;
|
|
57
|
+
--ds-font-size-heading-sm: 1.25rem;
|
|
58
|
+
--ds-font-size-heading-md: 1.5rem;
|
|
59
|
+
--ds-font-size-heading-lg: 1.75rem;
|
|
60
|
+
--ds-font-size-heading-xl: 2rem;
|
|
61
|
+
--ds-font-size-heading-2xl: 3rem;
|
|
62
|
+
--ds-font-size-heading-3xl: 4rem;
|
|
62
63
|
--ds-font-weight-regular: 400;
|
|
63
64
|
--ds-font-weight-medium: 500;
|
|
64
65
|
--ds-font-weight-semibold: 600;
|