@optiaxiom/globals 3.0.2 → 3.0.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/cjs/index.js
CHANGED
|
@@ -503,7 +503,7 @@ const tokens = {
|
|
|
503
503
|
"border.control": ld(palette["neutral.400"], palette["neutral.600"]),
|
|
504
504
|
"border.control.hovered": ld(palette["neutral.600"], palette["neutral.400"]),
|
|
505
505
|
"border.default": ld(palette["neutral.150"], palette["neutral.800"]),
|
|
506
|
-
"border.disabled": ld(palette["neutral.1200/
|
|
506
|
+
"border.disabled": ld(palette["neutral.1200/8"], palette["neutral.50/22"]),
|
|
507
507
|
"border.error": ld(palette["red.500"], palette["red.dark.200"]),
|
|
508
508
|
"border.focus": ld(palette["blue.500"], palette["blue.400"]),
|
|
509
509
|
"border.focus.error": ld(palette["red.400"], palette["red.300"]),
|
|
@@ -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: {
|
|
@@ -180,7 +180,7 @@ const colors = {
|
|
|
180
180
|
"border.control": ld(palette["neutral.400"], palette["neutral.600"]),
|
|
181
181
|
"border.control.hovered": ld(palette["neutral.600"], palette["neutral.400"]),
|
|
182
182
|
"border.default": ld(palette["neutral.150"], palette["neutral.800"]),
|
|
183
|
-
"border.disabled": ld(palette["neutral.1200/
|
|
183
|
+
"border.disabled": ld(palette["neutral.1200/8"], palette["neutral.50/22"]),
|
|
184
184
|
"border.error": ld(palette["red.500"], palette["red.dark.200"]),
|
|
185
185
|
"border.focus": ld(palette["blue.500"], palette["blue.400"]),
|
|
186
186
|
"border.focus.error": ld(palette["red.400"], palette["red.300"]),
|
|
@@ -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
|
@@ -196,7 +196,7 @@ declare const theme: MapLeafNodes<{
|
|
|
196
196
|
readonly "border.control": "light-dark(#A1AC8D, #717863)";
|
|
197
197
|
readonly "border.control.hovered": "light-dark(#717863, #A1AC8D)";
|
|
198
198
|
readonly "border.default": "light-dark(#D8E4CB, #484E46)";
|
|
199
|
-
readonly "border.disabled": "light-dark(#
|
|
199
|
+
readonly "border.disabled": "light-dark(#5D813121, #DDE9D238)";
|
|
200
200
|
readonly "border.error": "light-dark(#A95A77, #FCA5A5)";
|
|
201
201
|
readonly "border.focus": "light-dark(#197A94, #409AAB)";
|
|
202
202
|
readonly "border.focus.error": "light-dark(#E284A0, #FF99B6)";
|
|
@@ -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: {
|
|
@@ -416,7 +416,7 @@ declare const tokens: {
|
|
|
416
416
|
readonly "border.control": "light-dark(#A1AC8D, #717863)";
|
|
417
417
|
readonly "border.control.hovered": "light-dark(#717863, #A1AC8D)";
|
|
418
418
|
readonly "border.default": "light-dark(#D8E4CB, #484E46)";
|
|
419
|
-
readonly "border.disabled": "light-dark(#
|
|
419
|
+
readonly "border.disabled": "light-dark(#5D813121, #DDE9D238)";
|
|
420
420
|
readonly "border.error": "light-dark(#A95A77, #FCA5A5)";
|
|
421
421
|
readonly "border.focus": "light-dark(#197A94, #409AAB)";
|
|
422
422
|
readonly "border.focus.error": "light-dark(#E284A0, #FF99B6)";
|
|
@@ -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: {
|