@box/item-icon 3.2.24 → 3.2.26
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/README.md +2 -6
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -38,8 +38,7 @@ All commands used with Nx can be found in `project.json` file within your packag
|
|
|
38
38
|
- `nx storybook item-icon` - launches development environment for UI component.
|
|
39
39
|
- `nx build-storybook item-icon` - build static version of storybook with all stories.
|
|
40
40
|
- `nx build item-icon` - build package using `shared-feature-builder` executor from `automation` package.
|
|
41
|
-
- `nx
|
|
42
|
-
- `nx lint item-icon` - run linter over package files,
|
|
41
|
+
- `nx lint item-icon` - runs linter over package files.
|
|
43
42
|
- `nx test item-icon` - runs storybook tests (visual/interactions) and jest unit tests, producing coverage report at the end.
|
|
44
43
|
- `nx test-storybook item-icon` - runs storybook tests. You need first to start storybook in separate terminal for this to work.
|
|
45
44
|
- `nx test-storybook-local-coverage item-icon` - runs storybook tests, and produces coverage report at the end. Requires running instance of storybook.
|
|
@@ -157,7 +156,4 @@ Code of the feature belongs to webapp-eng. Responsibilities of owning team inclu
|
|
|
157
156
|
|
|
158
157
|
## Translations
|
|
159
158
|
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
The `i18n/` dir is bundled with this package to enable the consuming app to use the translations included in this component it need to adjust it's [TranslationsPlugin],
|
|
163
|
-
see EUA's [webpack.base.config.js] and [i18n.config.js] for reference.
|
|
159
|
+
Per-locale `i18n/*.js` files are generated and committed by the Moji Jenkins pipeline. The shared-feature builder copies them into `dist/i18n/` during `build`. Consuming applications list this package in `i18n.config.js` under `translationDependencies`.
|
package/package.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@box/item-icon",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.26",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@box/blueprint-web": "^16.8.
|
|
6
|
-
"@box/blueprint-web-assets": "^5.5.
|
|
5
|
+
"@box/blueprint-web": "^16.8.4",
|
|
6
|
+
"@box/blueprint-web-assets": "^5.5.2",
|
|
7
7
|
"@box/types": "^3.1.10",
|
|
8
8
|
"react": "^17.0.0 || ^18.0.0",
|
|
9
9
|
"react-dom": "^17.0.0 || ^18.0.0",
|
|
10
10
|
"react-intl": "^6.4.2"
|
|
11
11
|
},
|
|
12
12
|
"devDependencies": {
|
|
13
|
-
"@box/blueprint-web": "^16.8.
|
|
14
|
-
"@box/blueprint-web-assets": "^5.5.
|
|
15
|
-
"@box/storybook-utils": "^1.1.
|
|
13
|
+
"@box/blueprint-web": "^16.8.4",
|
|
14
|
+
"@box/blueprint-web-assets": "^5.5.2",
|
|
15
|
+
"@box/storybook-utils": "^1.1.26",
|
|
16
16
|
"@box/types": "^3.1.10",
|
|
17
17
|
"react": "^18.3.0",
|
|
18
18
|
"react-dom": "^18.3.0",
|