@bcc-code/design-tokens 5.1.28 → 5.1.30

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.
@@ -154,7 +154,7 @@ export default {
154
154
  "color": "{color.border.default}",
155
155
  "radius": "{border-radius.sm}"
156
156
  },
157
- "color": "{overlay.select.color}",
157
+ "color": "{color.border.default}",
158
158
  "shadow": "{overlay.select.shadow}"
159
159
  },
160
160
  "list": {
@@ -154,7 +154,7 @@ export default {
154
154
  "color": "{color.border.default}",
155
155
  "radius": "{border-radius.sm}"
156
156
  },
157
- "color": "{overlay.select.color}",
157
+ "color": "{color.border.default}",
158
158
  "shadow": "{overlay.select.shadow}"
159
159
  },
160
160
  "list": {
@@ -1054,7 +1054,7 @@ const BCCPreset = definePreset(Aura, {
1054
1054
  background: "var(--color-elevation-surface-default)",
1055
1055
  borderColor: "var(--color-border-default)",
1056
1056
  borderRadius: "var(--border-radius-sm)",
1057
- color: "{overlay.select.color}",
1057
+ color: "var(--color-border-default)",
1058
1058
  shadow: "{overlay.select.shadow}"
1059
1059
  },
1060
1060
  list: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bcc-code/design-tokens",
3
- "version": "5.1.28",
3
+ "version": "5.1.30",
4
4
  "description": "Design tokens build system",
5
5
  "type": "module",
6
6
  "engines": {