@bcc-code/design-tokens 5.1.50 → 5.1.52

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.
@@ -1852,7 +1852,7 @@ export default {
1852
1852
  },
1853
1853
  "title": {
1854
1854
  "font": {
1855
- "size": "{font-size.lg}",
1855
+ "size": "{font-size.xl}",
1856
1856
  "weight": "{font-weight.medium}"
1857
1857
  }
1858
1858
  },
@@ -3989,13 +3989,13 @@ export default {
3989
3989
  "border": {
3990
3990
  "radius": "{slider.handle.width} / 2"
3991
3991
  },
3992
- "background": "{content.border.color}",
3992
+ "background": "{color.border.default}",
3993
3993
  "hover": {
3994
- "background": "{content.border.color}"
3994
+ "background": "{color.border.default}"
3995
3995
  },
3996
3996
  "content": {
3997
3997
  "hover": {
3998
- "background": "{content.background}"
3998
+ "background": "{color.elevation.surface.default}"
3999
3999
  },
4000
4000
  "width": "{space.200}",
4001
4001
  "height": "{space.200}",
@@ -4010,7 +4010,7 @@ export default {
4010
4010
  "width": "{focus.ring.width}",
4011
4011
  "offset": "{focus.ring.offset}",
4012
4012
  "style": "{focus.ring.style}",
4013
- "color": "{focus.ring.color}",
4013
+ "color": "{color.border.focused}",
4014
4014
  "shadow": "{focus.ring.shadow}"
4015
4015
  }
4016
4016
  }
@@ -1852,7 +1852,7 @@ export default {
1852
1852
  },
1853
1853
  "title": {
1854
1854
  "font": {
1855
- "size": "{font-size.lg}",
1855
+ "size": "{font-size.xl}",
1856
1856
  "weight": "{font-weight.medium}"
1857
1857
  }
1858
1858
  },
@@ -3989,13 +3989,13 @@ export default {
3989
3989
  "border": {
3990
3990
  "radius": "{slider.handle.width} / 2"
3991
3991
  },
3992
- "background": "{content.border.color}",
3992
+ "background": "{color.border.default}",
3993
3993
  "hover": {
3994
- "background": "{content.border.color}"
3994
+ "background": "{color.border.default}"
3995
3995
  },
3996
3996
  "content": {
3997
3997
  "hover": {
3998
- "background": "{content.background}"
3998
+ "background": "{color.elevation.surface.default}"
3999
3999
  },
4000
4000
  "width": "{space.200}",
4001
4001
  "height": "{space.200}",
@@ -4010,7 +4010,7 @@ export default {
4010
4010
  "width": "{focus.ring.width}",
4011
4011
  "offset": "{focus.ring.offset}",
4012
4012
  "style": "{focus.ring.style}",
4013
- "color": "{focus.ring.color}",
4013
+ "color": "{color.border.focused}",
4014
4014
  "shadow": "{focus.ring.shadow}"
4015
4015
  }
4016
4016
  }
@@ -3258,11 +3258,11 @@ const BCCPreset = definePreset(Aura, {
3258
3258
  width: "var(--space-250)",
3259
3259
  height: "var(--space-250)",
3260
3260
  borderRadius: "{slider.handle.width} / 2",
3261
- background: "{content.border.color}",
3262
- hoverBackground: "{content.border.color}",
3261
+ background: "var(--color-border-default)",
3262
+ hoverBackground: "var(--color-border-default)",
3263
3263
  content: {
3264
3264
  borderRadius: "{slider.handle.content.width} / 2",
3265
- hoverBackground: "{content.background}",
3265
+ hoverBackground: "var(--color-elevation-surface-default)",
3266
3266
  width: "var(--space-200)",
3267
3267
  height: "var(--space-200)",
3268
3268
  shadow: "0 0.5px 0 0 rgba(0, 0, 0, 0.08), 0 1px 1px 0 rgba(0, 0, 0, 0.14)"
@@ -3270,7 +3270,7 @@ const BCCPreset = definePreset(Aura, {
3270
3270
  focusRing: {
3271
3271
  width: "{focus.ring.width}",
3272
3272
  style: "{focus.ring.style}",
3273
- color: "{focus.ring.color}",
3273
+ color: "var(--color-border-focused)",
3274
3274
  offset: "{focus.ring.offset}",
3275
3275
  shadow: "{focus.ring.shadow}"
3276
3276
  }
@@ -3804,7 +3804,7 @@ const BCCPreset = definePreset(Aura, {
3804
3804
  gap: "var(--space-100)"
3805
3805
  },
3806
3806
  title: {
3807
- fontSize: "var(--font-size-lg)",
3807
+ fontSize: "var(--font-size-xl)",
3808
3808
  fontWeight: "var(--font-weight-medium)"
3809
3809
  },
3810
3810
  content: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bcc-code/design-tokens",
3
- "version": "5.1.50",
3
+ "version": "5.1.52",
4
4
  "description": "Design tokens build system",
5
5
  "type": "module",
6
6
  "engines": {