@bcc-code/design-tokens 5.1.40 → 5.1.41

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.
@@ -981,7 +981,7 @@ export default {
981
981
  },
982
982
  "divider": {
983
983
  "border": {
984
- "color": "{color.border.default}"
984
+ "color": "{color.background.alpha.subtle.default}"
985
985
  },
986
986
  "content": {
987
987
  "background": "{color.transparent}",
@@ -981,7 +981,7 @@ export default {
981
981
  },
982
982
  "divider": {
983
983
  "border": {
984
- "color": "{color.border.default}"
984
+ "color": "{color.background.alpha.subtle.default}"
985
985
  },
986
986
  "content": {
987
987
  "background": "{color.transparent}",
@@ -1882,7 +1882,7 @@ const BCCPreset = definePreset(Aura, {
1882
1882
  },
1883
1883
  divider: {
1884
1884
  root: {
1885
- borderColor: "var(--color-border-default)"
1885
+ borderColor: "var(--color-background-alpha-subtle-default)"
1886
1886
  },
1887
1887
  content: {
1888
1888
  background: "transparent",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bcc-code/design-tokens",
3
- "version": "5.1.40",
3
+ "version": "5.1.41",
4
4
  "description": "Design tokens build system",
5
5
  "type": "module",
6
6
  "engines": {