@optiaxiom/globals 3.0.3 → 3.0.5
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/cjs/index.js +2 -2
- package/dist/esm/tokens/fontFamily.js +2 -2
- package/dist/index.d.ts +4 -4
- package/package.json +1 -1
package/dist/cjs/index.js
CHANGED
|
@@ -553,9 +553,9 @@ const tokens = {
|
|
|
553
553
|
lg: "350ms"
|
|
554
554
|
},
|
|
555
555
|
fontFamily: {
|
|
556
|
-
heading: "Nudge SemiNormal, Roboto Condensed Variable, system-ui, sans-serif",
|
|
556
|
+
heading: "VC Nudge, Nudge SemiNormal, Roboto Condensed Variable, system-ui, sans-serif",
|
|
557
557
|
mono: "Roboto Mono Variable, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace",
|
|
558
|
-
sans: "DI Grotesk B, Roboto Variable, system-ui, sans-serif"
|
|
558
|
+
sans: "Die Grotesk B, DI Grotesk B, Roboto Variable, system-ui, sans-serif"
|
|
559
559
|
},
|
|
560
560
|
fontSize: {
|
|
561
561
|
xs: {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
//#region src/tokens/fontFamily.ts
|
|
2
2
|
const fontFamily = {
|
|
3
|
-
heading: "Nudge SemiNormal, Roboto Condensed Variable, system-ui, sans-serif",
|
|
3
|
+
heading: "VC Nudge, Nudge SemiNormal, Roboto Condensed Variable, system-ui, sans-serif",
|
|
4
4
|
mono: "Roboto Mono Variable, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace",
|
|
5
|
-
sans: "DI Grotesk B, Roboto Variable, system-ui, sans-serif"
|
|
5
|
+
sans: "Die Grotesk B, DI Grotesk B, Roboto Variable, system-ui, sans-serif"
|
|
6
6
|
};
|
|
7
7
|
//#endregion
|
|
8
8
|
export { fontFamily };
|
package/dist/index.d.ts
CHANGED
|
@@ -246,9 +246,9 @@ declare const theme: MapLeafNodes<{
|
|
|
246
246
|
readonly lg: "350ms";
|
|
247
247
|
};
|
|
248
248
|
readonly fontFamily: {
|
|
249
|
-
readonly heading: "Nudge SemiNormal, Roboto Condensed Variable, system-ui, sans-serif";
|
|
249
|
+
readonly heading: "VC Nudge, Nudge SemiNormal, Roboto Condensed Variable, system-ui, sans-serif";
|
|
250
250
|
readonly mono: "Roboto Mono Variable, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace";
|
|
251
|
-
readonly sans: "DI Grotesk B, Roboto Variable, system-ui, sans-serif";
|
|
251
|
+
readonly sans: "Die Grotesk B, DI Grotesk B, Roboto Variable, system-ui, sans-serif";
|
|
252
252
|
};
|
|
253
253
|
readonly fontSize: {
|
|
254
254
|
readonly xs: {
|
|
@@ -466,9 +466,9 @@ declare const tokens: {
|
|
|
466
466
|
readonly lg: "350ms";
|
|
467
467
|
};
|
|
468
468
|
readonly fontFamily: {
|
|
469
|
-
readonly heading: "Nudge SemiNormal, Roboto Condensed Variable, system-ui, sans-serif";
|
|
469
|
+
readonly heading: "VC Nudge, Nudge SemiNormal, Roboto Condensed Variable, system-ui, sans-serif";
|
|
470
470
|
readonly mono: "Roboto Mono Variable, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace";
|
|
471
|
-
readonly sans: "DI Grotesk B, Roboto Variable, system-ui, sans-serif";
|
|
471
|
+
readonly sans: "Die Grotesk B, DI Grotesk B, Roboto Variable, system-ui, sans-serif";
|
|
472
472
|
};
|
|
473
473
|
readonly fontSize: {
|
|
474
474
|
readonly xs: {
|