@bcc-code/design-tokens 5.1.55 → 5.1.56

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.
@@ -4150,7 +4150,7 @@ export default {
4150
4150
  "tab": {
4151
4151
  "border": {
4152
4152
  "color": "{color.border.default}",
4153
- "width": "{border-width.0}"
4153
+ "width": "{border-width.2}"
4154
4154
  },
4155
4155
  "active": {
4156
4156
  "border": {
@@ -4150,7 +4150,7 @@ export default {
4150
4150
  "tab": {
4151
4151
  "border": {
4152
4152
  "color": "{color.border.default}",
4153
- "width": "{border-width.0}"
4153
+ "width": "{border-width.2}"
4154
4154
  },
4155
4155
  "active": {
4156
4156
  "border": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bcc-code/design-tokens",
3
- "version": "5.1.55",
3
+ "version": "5.1.56",
4
4
  "description": "Design tokens build system",
5
5
  "type": "module",
6
6
  "engines": {