@widergy/energy-ui 3.142.0 → 3.142.2
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/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [3.142.2](https://github.com/widergy/energy-ui/compare/v3.142.1...v3.142.2) (2026-04-15)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* [OUG] token fixes ([#777](https://github.com/widergy/energy-ui/issues/777)) ([915430b](https://github.com/widergy/energy-ui/commit/915430bcc0f3841800c4e1d7ef52c0c4097415a2))
|
|
7
|
+
|
|
8
|
+
## [3.142.1](https://github.com/widergy/energy-ui/compare/v3.142.0...v3.142.1) (2026-04-14)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* [DEV-766] remove --cache flag from eslint lint scripts ([#776](https://github.com/widergy/energy-ui/issues/776)) ([06d63d0](https://github.com/widergy/energy-ui/commit/06d63d06b96893c05b7a031d26f254dda5c3e613))
|
|
14
|
+
|
|
1
15
|
# [3.142.0](https://github.com/widergy/energy-ui/compare/v3.141.4...v3.142.0) (2026-04-14)
|
|
2
16
|
|
|
3
17
|
|
|
@@ -96,12 +96,13 @@ const baseTokens = exports.baseTokens = {
|
|
|
96
96
|
'gap-xl': 'spacing-7',
|
|
97
97
|
'gap-2xl': 'spacing-8',
|
|
98
98
|
'gap-3xl': 'spacing-9',
|
|
99
|
-
'font-heading-size-1': 'font-size-
|
|
100
|
-
'font-heading-size-2': 'font-size-
|
|
101
|
-
'font-heading-size-3': 'font-size-
|
|
99
|
+
'font-heading-size-1': 'font-size-700',
|
|
100
|
+
'font-heading-size-2': 'font-size-650',
|
|
101
|
+
'font-heading-size-3': 'font-size-600',
|
|
102
102
|
'font-heading-size-4': 'font-size-500',
|
|
103
103
|
'font-heading-size-5': 'font-size-400',
|
|
104
104
|
'font-heading-size-6': 'font-size-500',
|
|
105
|
+
'font-body-size-xs': 'font-size-100',
|
|
105
106
|
'font-body-size-sm': 'font-size-200',
|
|
106
107
|
'font-body-size-md': 'font-size-300',
|
|
107
108
|
'font-body-size-lg': 'font-size-400',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@widergy/energy-ui",
|
|
3
|
-
"version": "3.142.
|
|
3
|
+
"version": "3.142.2",
|
|
4
4
|
"description": "Widergy Web Components",
|
|
5
5
|
"author": "widergy",
|
|
6
6
|
"license": "MIT",
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
"scripts": {
|
|
14
14
|
"start": "SKIP_PREFLIGHT_CHECK=true DISABLE_ESLINT_PLUGIN=true cross-env GENERATE_SOURCEMAP=false react-scripts --openssl-legacy-provider start",
|
|
15
15
|
"build-examples": "cross-env GENERATE_SOURCEMAP=false react-scripts --openssl-legacy-provider build",
|
|
16
|
-
"lint": "./node_modules/eslint/bin/eslint.js src --
|
|
17
|
-
"lint-suppress": "./node_modules/eslint/bin/eslint.js src --
|
|
16
|
+
"lint": "./node_modules/eslint/bin/eslint.js src --prune-suppressions",
|
|
17
|
+
"lint-suppress": "./node_modules/eslint/bin/eslint.js src --suppress-all",
|
|
18
18
|
"test": "SKIP_PREFLIGHT_CHECK=true DISABLE_ESLINT_PLUGIN=true react-scripts test --env=jsdom",
|
|
19
19
|
"eject": "react-scripts eject",
|
|
20
20
|
"prebuild": "rimraf dist",
|