@arc-ui/tokens-ee 12.0.0-beta.3 → 12.0.0-beta.4

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.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 23 Aug 2024 17:25:50 GMT
3
+ * Generated on Wed, 28 Aug 2024 12:02:10 GMT
4
4
  */
5
5
  declare const SemFontFamilyHeading = "Non-Dottee";
6
6
  declare const SemFontFamilyBody = "Non-Dottee";
package/dist/index.cjs.js CHANGED
@@ -4,7 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  /**
6
6
  * Do not edit directly
7
- * Generated on Fri, 23 Aug 2024 17:25:50 GMT
7
+ * Generated on Wed, 28 Aug 2024 12:02:10 GMT
8
8
  */
9
9
  var SemFontFamilyHeading = "Non-Dottee";
10
10
  var SemFontFamilyBody = "Non-Dottee";
package/dist/index.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 23 Aug 2024 17:25:49 GMT
3
+ * Generated on Wed, 28 Aug 2024 12:02:09 GMT
4
4
  */
5
5
 
6
6
  .arc-ds-sys-theme--ee {
package/dist/index.es.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 23 Aug 2024 17:25:50 GMT
3
+ * Generated on Wed, 28 Aug 2024 12:02:10 GMT
4
4
  */
5
5
  var SemFontFamilyHeading = "Non-Dottee";
6
6
  var SemFontFamilyBody = "Non-Dottee";
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Fri, 23 Aug 2024 17:25:49 GMT
3
+ // Generated on Wed, 28 Aug 2024 12:02:10 GMT
4
4
 
5
5
  $sem-font-family-heading: Non-Dottee;
6
6
  $sem-font-family-body: Non-Dottee;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arc-ui/tokens-ee",
3
- "version": "12.0.0-beta.3",
3
+ "version": "12.0.0-beta.4",
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",
@@ -21,7 +21,7 @@
21
21
  "rollup-plugin-copy": "^3.4.0",
22
22
  "rollup-plugin-ts": "^3.0.2",
23
23
  "typescript": "^4.0.2",
24
- "@arc-ui/tokens-figma": "^12.0.0-beta.3"
24
+ "@arc-ui/tokens-figma": "^12.0.0-beta.4"
25
25
  },
26
26
  "scripts": {
27
27
  "build": "rimraf dist scss web json && build-tokens --brand=ee && rollup -c rollup.config.js",