@box/metadata-template-browser 2.1.25 → 2.1.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.
Files changed (2) hide show
  1. package/README.md +3 -7
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -33,9 +33,8 @@ All commands used with Nx can be found in `project.json` file within your packag
33
33
  - `nx storybook metadata-template-browser` - launches development environment for UI component.
34
34
  - `nx build-storybook metadata-template-browser` - build static version of storybook with all stories.
35
35
  - `nx build metadata-template-browser` - build package using `shared-feature-builder` executor from `automation` package.
36
- - `nx build metadata-template-browser --watch` - build package with --watch flag enabled, which rebuilds `dist` content based on changes in `src`
37
- - `nx build-locales metadata-template-browser` - generate `i18n/*.js` and `i18n/*.properties` files out of `i18n/json/*.json` files to be imported by `react-intl`.
38
- - `nx lint metadata-template-browser` - run linter over package files,
36
+ - `nx build metadata-template-browser --watch` - build package with --watch flag enabled, which rebuilds `dist` content based on changes in `src`.
37
+ - `nx lint metadata-template-browser` - runs linter over package files.
39
38
  - `nx test metadata-template-browser` - runs storybook tests (visual/interactions) and jest unit tests, producing coverage report at the end.
40
39
  - `nx test-storybook metadata-template-browser` - runs storybook tests. You need first to start storybook in separate terminal for this to work.
41
40
  - `nx test-storybook-local-coverage metadata-template-browser` - runs storybook tests, and produces coverage report at the end. Requires running instance of storybook.
@@ -51,7 +50,4 @@ Code of the feature belongs to role_metadata. Responsibilities of owning team in
51
50
 
52
51
  ## Translations
53
52
 
54
- For translations this package will be leveraging `@box/frontend` as it has the required scripts to do translations the Box way, for more information on this checkout their i18n docs.
55
-
56
- 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,
57
- see EUA's webpack.base.config.js and i18n.config.js for reference.
53
+ 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,10 +1,10 @@
1
1
  {
2
2
  "name": "@box/metadata-template-browser",
3
- "version": "2.1.25",
3
+ "version": "2.1.26",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "peerDependencies": {
6
- "@box/blueprint-web": "^16.8.2",
7
- "@box/blueprint-web-assets": "^5.5.0",
6
+ "@box/blueprint-web": "^16.8.3",
7
+ "@box/blueprint-web-assets": "^5.5.1",
8
8
  "lodash": "^4.17.15",
9
9
  "react": "^18.0.0",
10
10
  "react-aria-components": "1.16.0",
@@ -12,10 +12,10 @@
12
12
  "react-intl": "^6.4.2"
13
13
  },
14
14
  "devDependencies": {
15
- "@box/blueprint-web": "^16.8.2",
16
- "@box/blueprint-web-assets": "^5.5.0",
15
+ "@box/blueprint-web": "^16.8.3",
16
+ "@box/blueprint-web-assets": "^5.5.1",
17
17
  "@box/eslint-plugin-blueprint": "2.1.10",
18
- "@box/storybook-utils": "1.1.24",
18
+ "@box/storybook-utils": "1.1.25",
19
19
  "react-intl": "^6.4.2"
20
20
  },
21
21
  "publishConfig": {