@bcc-code/design-tokens 5.1.48 → 5.1.50

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.
@@ -468,7 +468,7 @@ export default {
468
468
  }
469
469
  },
470
470
  "badge": {
471
- "size": "{space.200}"
471
+ "size": "{space.250}"
472
472
  },
473
473
  "transition": {
474
474
  "duration": "{form.field.transition.duration}"
@@ -468,7 +468,7 @@ export default {
468
468
  }
469
469
  },
470
470
  "badge": {
471
- "size": "{space.200}"
471
+ "size": "{space.250}"
472
472
  },
473
473
  "transition": {
474
474
  "duration": "{form.field.transition.duration}"
@@ -733,10 +733,10 @@ const BCCPreset = definePreset(Aura, {
733
733
  "950": "{slate.950}"
734
734
  },
735
735
  primary: {
736
- color: "{primary.500}",
737
- contrastColor: "{surface.0}",
738
- hoverColor: "{primary.600}",
739
- activeColor: "{primary.700}"
736
+ color: "{color.brand.800}",
737
+ contrastColor: "{color.neutral.0}",
738
+ hoverColor: "{color.brand.700}",
739
+ activeColor: "{color.brand.600}"
740
740
  },
741
741
  highlight: {
742
742
  background: "{primary.50}",
@@ -858,10 +858,10 @@ const BCCPreset = definePreset(Aura, {
858
858
  "950": "{zinc.950}"
859
859
  },
860
860
  primary: {
861
- color: "{primary.400}",
862
- contrastColor: "{surface.900}",
863
- hoverColor: "{primary.300}",
864
- activeColor: "{primary.200}"
861
+ color: "{color.brand.300}",
862
+ contrastColor: "{color.dark-neutral.0}",
863
+ hoverColor: "{color.brand.400}",
864
+ activeColor: "{color.brand.500}"
865
865
  },
866
866
  highlight: {
867
867
  background: "{primary.400}",
@@ -1072,7 +1072,7 @@ const BCCPreset = definePreset(Aura, {
1072
1072
  style: "{focus.ring.style}",
1073
1073
  offset: "{focus.ring.offset}"
1074
1074
  },
1075
- badgeSize: "var(--space-200)",
1075
+ badgeSize: "var(--space-250)",
1076
1076
  transitionDuration: "{form.field.transition.duration}",
1077
1077
  minHeight: "var(--space-500)"
1078
1078
  },
@@ -325,15 +325,15 @@ export default {
325
325
  "800": "{color.brand.900}",
326
326
  "900": "{color.brand.1000}",
327
327
  "950": "{color.brand.1000}",
328
- "color": "{primary.400}",
328
+ "color": "{color.brand.300}",
329
329
  "contrast": {
330
- "color": "{surface.900}"
330
+ "color": "{color.dark-neutral.0}"
331
331
  },
332
332
  "hover": {
333
- "color": "{primary.300}"
333
+ "color": "{color.brand.400}"
334
334
  },
335
335
  "active": {
336
- "color": "{primary.200}"
336
+ "color": "{color.brand.500}"
337
337
  }
338
338
  },
339
339
  "surface": {
@@ -325,15 +325,15 @@ export default {
325
325
  "800": "{color.brand.900}",
326
326
  "900": "{color.brand.1000}",
327
327
  "950": "{color.brand.1000}",
328
- "color": "{primary.500}",
328
+ "color": "{color.brand.800}",
329
329
  "contrast": {
330
- "color": "{surface.0}"
330
+ "color": "{color.neutral.0}"
331
331
  },
332
332
  "hover": {
333
- "color": "{primary.600}"
333
+ "color": "{color.brand.700}"
334
334
  },
335
335
  "active": {
336
- "color": "{primary.700}"
336
+ "color": "{color.brand.600}"
337
337
  }
338
338
  },
339
339
  "surface": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bcc-code/design-tokens",
3
- "version": "5.1.48",
3
+ "version": "5.1.50",
4
4
  "description": "Design tokens build system",
5
5
  "type": "module",
6
6
  "engines": {