@jsekulowicz/ds-tokens 0.3.1 → 0.4.1
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 +1 -1
- package/dist/primitive/typography.d.ts +1 -1
- package/dist/primitive/typography.js +1 -1
- package/dist/primitive/typography.js.map +1 -1
- package/dist/semantic/dark.d.ts +1 -1
- package/dist/semantic/light.d.ts +1 -1
- package/dist/theme-default-dark.css +2 -2
- package/dist/theme-default-light.css +1 -1
- package/package.json +1 -1
package/dist/base.css
CHANGED
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
--ds-easing-emphasized: cubic-bezier(0.2, 0, 0.1, 1.1);
|
|
60
60
|
--ds-easing-enter: cubic-bezier(0, 0, 0, 1);
|
|
61
61
|
--ds-easing-exit: cubic-bezier(0.4, 0, 1, 1);
|
|
62
|
-
--ds-font-family-display: '
|
|
62
|
+
--ds-font-family-display: 'Source Serif 4', Georgia, 'Times New Roman', serif;
|
|
63
63
|
--ds-font-family-body: 'General Sans', 'Inter', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', sans-serif;
|
|
64
64
|
--ds-font-family-mono: 'JetBrains Mono', ui-monospace, 'SFMono-Regular', Menlo, Consolas, monospace;
|
|
65
65
|
--ds-font-size-3xs: 0.6875rem;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export declare const fontFamily: {
|
|
2
|
-
readonly display: "'
|
|
2
|
+
readonly display: "'Source Serif 4', Georgia, 'Times New Roman', serif";
|
|
3
3
|
readonly body: "'General Sans', 'Inter', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', sans-serif";
|
|
4
4
|
readonly mono: "'JetBrains Mono', ui-monospace, 'SFMono-Regular', Menlo, Consolas, monospace";
|
|
5
5
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export const fontFamily = {
|
|
2
|
-
display: "'
|
|
2
|
+
display: "'Source Serif 4', Georgia, 'Times New Roman', serif",
|
|
3
3
|
body: "'General Sans', 'Inter', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', sans-serif",
|
|
4
4
|
mono: "'JetBrains Mono', ui-monospace, 'SFMono-Regular', Menlo, Consolas, monospace",
|
|
5
5
|
};
|
|
@@ -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
|
|
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,KAAK,EAAE,WAAW;IAClB,KAAK,EAAE,SAAS;IAChB,EAAE,EAAE,WAAW;IACf,EAAE,EAAE,UAAU;IACd,EAAE,EAAE,MAAM;IACV,EAAE,EAAE,UAAU;IACd,EAAE,EAAE,UAAU;IACd,KAAK,EAAE,SAAS;IAChB,KAAK,EAAE,SAAS;IAChB,KAAK,EAAE,MAAM;IACb,KAAK,EAAE,MAAM;CACL,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
|
@@ -47,7 +47,7 @@ export declare const semanticDark: {
|
|
|
47
47
|
readonly 32: "8rem";
|
|
48
48
|
};
|
|
49
49
|
readonly font: {
|
|
50
|
-
readonly display: "'
|
|
50
|
+
readonly display: "'Source Serif 4', Georgia, 'Times New Roman', serif";
|
|
51
51
|
readonly body: "'General Sans', 'Inter', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', sans-serif";
|
|
52
52
|
readonly mono: "'JetBrains Mono', ui-monospace, 'SFMono-Regular', Menlo, Consolas, monospace";
|
|
53
53
|
};
|
package/dist/semantic/light.d.ts
CHANGED
|
@@ -47,7 +47,7 @@ export declare const semanticLight: {
|
|
|
47
47
|
readonly 32: "8rem";
|
|
48
48
|
};
|
|
49
49
|
readonly font: {
|
|
50
|
-
readonly display: "'
|
|
50
|
+
readonly display: "'Source Serif 4', Georgia, 'Times New Roman', serif";
|
|
51
51
|
readonly body: "'General Sans', 'Inter', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', sans-serif";
|
|
52
52
|
readonly mono: "'JetBrains Mono', ui-monospace, 'SFMono-Regular', Menlo, Consolas, monospace";
|
|
53
53
|
};
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
--ds-space-20: 5rem;
|
|
48
48
|
--ds-space-24: 6rem;
|
|
49
49
|
--ds-space-32: 8rem;
|
|
50
|
-
--ds-font-display: '
|
|
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
53
|
--ds-font-size-3xs: 0.6875rem;
|
|
@@ -159,7 +159,7 @@
|
|
|
159
159
|
--ds-space-20: 5rem;
|
|
160
160
|
--ds-space-24: 6rem;
|
|
161
161
|
--ds-space-32: 8rem;
|
|
162
|
-
--ds-font-display: '
|
|
162
|
+
--ds-font-display: 'Source Serif 4', Georgia, 'Times New Roman', serif;
|
|
163
163
|
--ds-font-body: 'General Sans', 'Inter', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', sans-serif;
|
|
164
164
|
--ds-font-mono: 'JetBrains Mono', ui-monospace, 'SFMono-Regular', Menlo, Consolas, monospace;
|
|
165
165
|
--ds-font-size-3xs: 0.6875rem;
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
--ds-space-20: 5rem;
|
|
48
48
|
--ds-space-24: 6rem;
|
|
49
49
|
--ds-space-32: 8rem;
|
|
50
|
-
--ds-font-display: '
|
|
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
53
|
--ds-font-size-3xs: 0.6875rem;
|