@box/unified-share-modal 3.1.26 → 3.1.28

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 +7 -3
  2. package/package.json +9 -9
package/README.md CHANGED
@@ -5,6 +5,7 @@
5
5
  - [Running commands](#running-commands)
6
6
  - [Available commands](#available-commands)
7
7
  - [Ownership](#ownership)
8
+ - [Translations](#translations)
8
9
 
9
10
  <!-- END doctoc generated TOC please keep comment here to allow auto update -->
10
11
 
@@ -32,9 +33,8 @@ All commands used with Nx can be found in `project.json` file within your packag
32
33
  - `nx storybook unified-share-modal` - launches development environment for UI component.
33
34
  - `nx build-storybook unified-share-modal` - build static version of storybook with all stories.
34
35
  - `nx build unified-share-modal` - build package using `shared-feature-builder` executor from `automation` package.
35
- - `nx build unified-share-modal --watch` - build package with --watch flag enabled, which rebuilds `dist` content based on changes in `src`
36
- - `nx build-locales unified-share-modal` - generate `i18n/*.js` and `i18n/*.properties` files out of `i18n/json/*.json` files to be imported by `react-intl`.
37
- - `nx lint unified-share-modal` - run linter over package files,
36
+ - `nx build unified-share-modal --watch` - build package with --watch flag enabled, which rebuilds `dist` content based on changes in `src`.
37
+ - `nx lint unified-share-modal` - runs linter over package files.
38
38
  - `nx test unified-share-modal` - runs storybook tests (visual/interactions) and jest unit tests, producing coverage report at the end.
39
39
  - `nx test-storybook unified-share-modal` - runs storybook tests. You need first to start storybook in separate terminal for this to work.
40
40
  - `nx test-storybook-local-coverage unified-share-modal` - runs storybook tests, and produces coverage report at the end. Requires running instance of storybook.
@@ -47,3 +47,7 @@ All commands used with Nx can be found in `project.json` file within your packag
47
47
  ## Ownership
48
48
 
49
49
  Code of the feature belongs to ux-foundry. Responsibilities of owning team include control over code quality, providing guidelines for changes, and alignment with other teams regarding changes. It would be a good practice to consult which team, owning or requesting, will be responsible for implementing changes to code.
50
+
51
+ ## Translations
52
+
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,23 +1,23 @@
1
1
  {
2
2
  "name": "@box/unified-share-modal",
3
- "version": "3.1.26",
3
+ "version": "3.1.28",
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",
8
- "@box/copy-input": "^2.1.25",
9
- "@box/user-selector": "^2.1.26",
6
+ "@box/blueprint-web": "^16.8.3",
7
+ "@box/blueprint-web-assets": "^5.5.1",
8
+ "@box/copy-input": "^2.1.26",
9
+ "@box/user-selector": "^2.1.28",
10
10
  "lodash": "^4.17.15",
11
11
  "react": "^18.0.0",
12
12
  "react-dom": "^18.0.0",
13
13
  "react-intl": "^6.4.2"
14
14
  },
15
15
  "devDependencies": {
16
- "@box/blueprint-web": "^16.8.2",
17
- "@box/blueprint-web-assets": "^5.5.0",
18
- "@box/copy-input": "^2.1.25",
16
+ "@box/blueprint-web": "^16.8.3",
17
+ "@box/blueprint-web-assets": "^5.5.1",
18
+ "@box/copy-input": "^2.1.26",
19
19
  "@box/eslint-plugin-blueprint": "2.1.10",
20
- "@box/storybook-utils": "1.1.24",
20
+ "@box/storybook-utils": "1.1.25",
21
21
  "react-intl": "^6.4.2"
22
22
  },
23
23
  "publishConfig": {