@box/metadata-editor 0.138.3 → 1.0.0
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 +3 -3
- package/package.json +3 -3
package/README.md
CHANGED
@@ -50,7 +50,7 @@ Code of the feature belongs to product-adoption. Responsibilities of owning team
|
|
50
50
|
|
51
51
|
## Translations
|
52
52
|
|
53
|
-
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 [here]
|
53
|
+
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 [here].
|
54
54
|
|
55
|
-
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]
|
56
|
-
see EUA's [webpack.base.config.js]
|
55
|
+
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],
|
56
|
+
see EUA's [webpack.base.config.js] and [i18n.config.js] for reference.
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@box/metadata-editor",
|
3
|
-
"version": "0.
|
3
|
+
"version": "1.0.0",
|
4
4
|
"peerDependencies": {
|
5
5
|
"@ariakit/react": "0.4.15",
|
6
6
|
"@box/box-ai-agent-selector": "^0.55.2",
|
@@ -15,9 +15,9 @@
|
|
15
15
|
},
|
16
16
|
"devDependencies": {
|
17
17
|
"@ariakit/react": "0.4.15",
|
18
|
-
"@box/box-ai-agent-selector": "^0.
|
18
|
+
"@box/box-ai-agent-selector": "^1.0.0",
|
19
19
|
"@box/babel-plugin-target-attributes": "1.3.0",
|
20
|
-
"@box/blueprint-web": "^12.
|
20
|
+
"@box/blueprint-web": "^12.81.1",
|
21
21
|
"@box/blueprint-web-assets": "^4.71.0",
|
22
22
|
"@box/storybook-utils": "^0.14.7",
|
23
23
|
"@testing-library/react": "^15.0.6",
|