@bcc-code/design-tokens 5.1.66 → 5.1.67

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.
@@ -4149,7 +4149,7 @@ export default {
4149
4149
  },
4150
4150
  "tab": {
4151
4151
  "border": {
4152
- "color": "{color.border.default}",
4152
+ "color": "{color.transparent}",
4153
4153
  "width": "0 0 {border-width.2} 0"
4154
4154
  },
4155
4155
  "active": {
@@ -4149,7 +4149,7 @@ export default {
4149
4149
  },
4150
4150
  "tab": {
4151
4151
  "border": {
4152
- "color": "{color.border.default}",
4152
+ "color": "{color.transparent}",
4153
4153
  "width": "0 0 {border-width.2} 0"
4154
4154
  },
4155
4155
  "active": {
@@ -3690,7 +3690,7 @@ const BCCPreset = definePreset(Aura, {
3690
3690
  hoverBackground: "transparent",
3691
3691
  activeBackground: "transparent",
3692
3692
  borderWidth: "0 0 var(--border-width-2) 0",
3693
- borderColor: "var(--color-border-default)",
3693
+ borderColor: "transparent",
3694
3694
  hoverBorderColor: "var(--color-border-default)",
3695
3695
  activeBorderColor: "var(--color-border-selected)",
3696
3696
  color: "var(--color-text-subtlest)",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bcc-code/design-tokens",
3
- "version": "5.1.66",
3
+ "version": "5.1.67",
4
4
  "description": "Design tokens build system",
5
5
  "type": "module",
6
6
  "engines": {