@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.
- package/dist/index.cjs.d.ts +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.css +1 -1
- package/dist/index.es.js +1 -1
- package/dist/scss/index.scss +1 -1
- package/package.json +2 -2
package/dist/index.cjs.d.ts
CHANGED
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
|
|
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
package/dist/index.es.js
CHANGED
package/dist/scss/index.scss
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arc-ui/tokens-ee",
|
|
3
|
-
"version": "12.0.0-beta.
|
|
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.
|
|
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",
|