@bcc-code/design-tokens 5.1.33 → 5.1.34

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.
@@ -1876,8 +1876,8 @@ export default {
1876
1876
  },
1877
1877
  "nav": {
1878
1878
  "button": {
1879
- "background": "{content.background}",
1880
- "color": "{text.muted.color}",
1879
+ "background": "{color.elevation.surface.default}",
1880
+ "color": "{color.text.subtlest}",
1881
1881
  "hover": {
1882
1882
  "color": "{text.color}"
1883
1883
  },
@@ -1898,7 +1898,7 @@ export default {
1898
1898
  "bar": {
1899
1899
  "height": "{space.25}",
1900
1900
  "bottom": "-1px",
1901
- "background": "{primary.color}"
1901
+ "background": "{color.background.brand.bolder.default}"
1902
1902
  }
1903
1903
  },
1904
1904
  "transition": {
@@ -1876,8 +1876,8 @@ export default {
1876
1876
  },
1877
1877
  "nav": {
1878
1878
  "button": {
1879
- "background": "{content.background}",
1880
- "color": "{text.muted.color}",
1879
+ "background": "{color.elevation.surface.default}",
1880
+ "color": "{color.text.subtlest}",
1881
1881
  "hover": {
1882
1882
  "color": "{text.color}"
1883
1883
  },
@@ -1898,7 +1898,7 @@ export default {
1898
1898
  "bar": {
1899
1899
  "height": "{space.25}",
1900
1900
  "bottom": "-1px",
1901
- "background": "{primary.color}"
1901
+ "background": "{color.background.brand.bolder.default}"
1902
1902
  }
1903
1903
  },
1904
1904
  "transition": {
@@ -2628,8 +2628,8 @@ const BCCPreset = definePreset(Aura, {
2628
2628
  }
2629
2629
  },
2630
2630
  navButton: {
2631
- background: "{content.background}",
2632
- color: "{text.muted.color}",
2631
+ background: "var(--color-elevation-surface-default)",
2632
+ color: "var(--color-text-subtlest)",
2633
2633
  hoverColor: "{text.color}",
2634
2634
  width: "var(--space-500)",
2635
2635
  focusRing: {
@@ -2643,7 +2643,7 @@ const BCCPreset = definePreset(Aura, {
2643
2643
  activeBar: {
2644
2644
  height: "var(--space-25)",
2645
2645
  bottom: "-1px",
2646
- background: "{primary.color}"
2646
+ background: "var(--color-background-brand-bolder-default)"
2647
2647
  },
2648
2648
  colorScheme: {
2649
2649
  light: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bcc-code/design-tokens",
3
- "version": "5.1.33",
3
+ "version": "5.1.34",
4
4
  "description": "Design tokens build system",
5
5
  "type": "module",
6
6
  "engines": {