@arc-ui/tokens-bt-enterprise 13.7.0 → 13.8.1

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.
package/dist/index.cjs.js CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * Do not edit directly
5
- * Generated on Thu, 26 Mar 2026 15:14:45 GMT
5
+ * Generated on Wed, 15 Apr 2026 13:11:24 GMT
6
6
  */
7
7
  var ComboboxColorBgLight = "#ffffff";
8
8
  var ComboboxColorBgDisabled = "#f0f0f0";
package/dist/index.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 26 Mar 2026 15:14:44 GMT
3
+ * Generated on Wed, 15 Apr 2026 13:11:24 GMT
4
4
  */
5
5
 
6
6
  .arc-ds-sys-theme--bt-enterprise {
package/dist/index.es.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 26 Mar 2026 15:14:45 GMT
3
+ * Generated on Wed, 15 Apr 2026 13:11:24 GMT
4
4
  */
5
5
  var ComboboxColorBgLight = "#ffffff";
6
6
  var ComboboxColorBgDisabled = "#f0f0f0";
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 26 Mar 2026 15:14:45 GMT
3
+ // Generated on Wed, 15 Apr 2026 13:11:24 GMT
4
4
 
5
5
  $combobox-color-bg-light: #ffffff;
6
6
  $combobox-color-bg-disabled: #f0f0f0;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 26 Mar 2026 15:14:45 GMT
3
+ * Generated on Wed, 15 Apr 2026 13:11:24 GMT
4
4
  */
5
5
  export declare const ComboboxColorBgLight = "#ffffff";
6
6
  export declare const ComboboxColorBgDisabled = "#f0f0f0";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arc-ui/tokens-bt-enterprise",
3
- "version": "13.7.0",
3
+ "version": "13.8.1",
4
4
  "homepage": "https://ui.digital-ent-int.bt.com",
5
5
  "author": "BT Business Digital UI Team <ui-digital-ent-int@bt.com>",
6
6
  "main": "dist/index.cjs.js",
@@ -25,8 +25,8 @@
25
25
  "rollup-plugin-postcss": "^4.0.0",
26
26
  "typescript": "5.6.3",
27
27
  "@arc-ui/eslint-config": "^12.0.0",
28
- "@arc-ui/tokens-figma": "^13.7.0",
29
- "@arc-ui/typescript-config": "^12.0.0"
28
+ "@arc-ui/typescript-config": "^12.0.0",
29
+ "@arc-ui/tokens-figma": "^13.8.1"
30
30
  },
31
31
  "scripts": {
32
32
  "lint:ts": "eslint .",