@box/metadata-editor 1.41.0 → 1.43.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/dist/esm/lib/components/metadata-instance-review-notice/messages.js +30 -0
- package/dist/esm/lib/components/metadata-instance-review-notice/metadata-instance-review-notice.js +33 -0
- package/dist/i18n/bn-IN.js +6 -0
- package/dist/i18n/bn-IN.properties +12 -0
- package/dist/i18n/da-DK.js +6 -0
- package/dist/i18n/da-DK.properties +12 -0
- package/dist/i18n/de-DE.js +6 -0
- package/dist/i18n/de-DE.properties +12 -0
- package/dist/i18n/en-AU.js +6 -0
- package/dist/i18n/en-AU.properties +12 -0
- package/dist/i18n/en-CA.js +6 -0
- package/dist/i18n/en-CA.properties +12 -0
- package/dist/i18n/en-GB.js +6 -0
- package/dist/i18n/en-GB.properties +12 -0
- package/dist/i18n/en-US.js +6 -0
- package/dist/i18n/en-US.properties +12 -0
- package/dist/i18n/en-x-pseudo.js +140 -134
- package/dist/i18n/en-x-pseudo.properties +146 -134
- package/dist/i18n/es-419.js +6 -0
- package/dist/i18n/es-419.properties +12 -0
- package/dist/i18n/es-ES.js +6 -0
- package/dist/i18n/es-ES.properties +12 -0
- package/dist/i18n/fi-FI.js +6 -0
- package/dist/i18n/fi-FI.properties +12 -0
- package/dist/i18n/fr-CA.js +6 -0
- package/dist/i18n/fr-CA.properties +12 -0
- package/dist/i18n/fr-FR.js +6 -0
- package/dist/i18n/fr-FR.properties +12 -0
- package/dist/i18n/hi-IN.js +6 -0
- package/dist/i18n/hi-IN.properties +12 -0
- package/dist/i18n/it-IT.js +6 -0
- package/dist/i18n/it-IT.properties +12 -0
- package/dist/i18n/ja-JP.js +6 -0
- package/dist/i18n/ja-JP.properties +12 -0
- package/dist/i18n/json/src/lib/components/metadata-instance-review-notice/messages.json +1 -0
- package/dist/i18n/ko-KR.js +6 -0
- package/dist/i18n/ko-KR.properties +12 -0
- package/dist/i18n/nb-NO.js +6 -0
- package/dist/i18n/nb-NO.properties +12 -0
- package/dist/i18n/nl-NL.js +6 -0
- package/dist/i18n/nl-NL.properties +12 -0
- package/dist/i18n/pl-PL.js +6 -0
- package/dist/i18n/pl-PL.properties +12 -0
- package/dist/i18n/pt-BR.js +6 -0
- package/dist/i18n/pt-BR.properties +12 -0
- package/dist/i18n/ru-RU.js +6 -0
- package/dist/i18n/ru-RU.properties +12 -0
- package/dist/i18n/sv-SE.js +6 -0
- package/dist/i18n/sv-SE.properties +12 -0
- package/dist/i18n/tr-TR.js +6 -0
- package/dist/i18n/tr-TR.properties +12 -0
- package/dist/i18n/zh-CN.js +6 -0
- package/dist/i18n/zh-CN.properties +12 -0
- package/dist/i18n/zh-TW.js +6 -0
- package/dist/i18n/zh-TW.properties +12 -0
- package/dist/types/lib/components/metadata-instance-review-notice/messages.d.ts +33 -0
- package/dist/types/lib/components/metadata-instance-review-notice/metadata-instance-review-notice.d.ts +2 -0
- package/dist/types/lib/components/metadata-instance-review-notice/types.d.ts +5 -0
- package/dist/types/lib/test-utils/sample-data.d.ts +3 -1
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@box/metadata-editor",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.43.0",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@ariakit/react": "0.4.15",
|
|
6
|
-
"@box/box-ai-agent-selector": "^1.
|
|
6
|
+
"@box/box-ai-agent-selector": "^1.34.0",
|
|
7
7
|
"@box/blueprint-web": "^12.138.0",
|
|
8
8
|
"@box/blueprint-web-assets": "^4.101.7",
|
|
9
|
-
"@box/combobox-with-api": "^1.
|
|
9
|
+
"@box/combobox-with-api": "^1.36.0",
|
|
10
10
|
"formik": "^2.0.3",
|
|
11
11
|
"lodash": "^4.17.15",
|
|
12
12
|
"react": "^17.0.0 || ^18.0.0",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
17
|
"@ariakit/react": "0.4.15",
|
|
18
|
-
"@box/box-ai-agent-selector": "^1.
|
|
18
|
+
"@box/box-ai-agent-selector": "^1.34.0",
|
|
19
19
|
"@box/babel-plugin-target-attributes": "1.4.0",
|
|
20
20
|
"@box/blueprint-web": "^12.138.0",
|
|
21
21
|
"@box/blueprint-web-assets": "^4.101.7",
|