@box/metadata-editor 0.110.5 → 0.111.1
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/i18n/bn-IN.js +8 -14
- package/dist/i18n/bn-IN.properties +14 -12
- package/dist/i18n/da-DK.js +7 -13
- package/dist/i18n/da-DK.properties +14 -12
- package/dist/i18n/de-DE.js +7 -13
- package/dist/i18n/de-DE.properties +14 -12
- package/dist/i18n/en-AU.js +1 -7
- package/dist/i18n/en-AU.properties +14 -12
- package/dist/i18n/en-CA.js +1 -7
- package/dist/i18n/en-CA.properties +14 -12
- package/dist/i18n/en-GB.js +1 -7
- package/dist/i18n/en-GB.properties +14 -12
- package/dist/i18n/en-x-pseudo.js +125 -131
- package/dist/i18n/en-x-pseudo.properties +132 -130
- package/dist/i18n/es-419.js +8 -14
- package/dist/i18n/es-419.properties +14 -12
- package/dist/i18n/es-ES.js +8 -14
- package/dist/i18n/es-ES.properties +14 -12
- package/dist/i18n/fi-FI.js +8 -14
- package/dist/i18n/fi-FI.properties +14 -12
- package/dist/i18n/fr-CA.js +7 -13
- package/dist/i18n/fr-CA.properties +14 -12
- package/dist/i18n/fr-FR.js +7 -13
- package/dist/i18n/fr-FR.properties +14 -12
- package/dist/i18n/hi-IN.js +8 -14
- package/dist/i18n/hi-IN.properties +14 -12
- package/dist/i18n/it-IT.js +7 -13
- package/dist/i18n/it-IT.properties +14 -12
- package/dist/i18n/ja-JP.js +8 -14
- package/dist/i18n/ja-JP.properties +14 -12
- package/dist/i18n/ko-KR.js +8 -14
- package/dist/i18n/ko-KR.properties +14 -12
- package/dist/i18n/nb-NO.js +7 -13
- package/dist/i18n/nb-NO.properties +14 -12
- package/dist/i18n/nl-NL.js +8 -14
- package/dist/i18n/nl-NL.properties +14 -12
- package/dist/i18n/pl-PL.js +8 -14
- package/dist/i18n/pl-PL.properties +14 -12
- package/dist/i18n/pt-BR.js +8 -14
- package/dist/i18n/pt-BR.properties +14 -12
- package/dist/i18n/ru-RU.js +8 -14
- package/dist/i18n/ru-RU.properties +14 -12
- package/dist/i18n/sv-SE.js +7 -13
- package/dist/i18n/sv-SE.properties +14 -12
- package/dist/i18n/tr-TR.js +8 -14
- package/dist/i18n/tr-TR.properties +14 -12
- package/dist/i18n/zh-CN.js +8 -14
- package/dist/i18n/zh-CN.properties +14 -12
- package/dist/i18n/zh-TW.js +8 -14
- package/dist/i18n/zh-TW.properties +14 -12
- package/package.json +5 -5
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@box/metadata-editor",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.111.1",
|
4
4
|
"peerDependencies": {
|
5
5
|
"@ariakit/react": "0.4.15",
|
6
6
|
"@box/box-ai-agent-selector": "^0.41.7",
|
@@ -15,11 +15,11 @@
|
|
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": "^0.43.1",
|
19
19
|
"@box/babel-plugin-target-attributes": "1.3.0",
|
20
|
-
"@box/blueprint-web": "^12.9.
|
21
|
-
"@box/blueprint-web-assets": "^4.
|
22
|
-
"@box/storybook-utils": "^0.13.
|
20
|
+
"@box/blueprint-web": "^12.9.3",
|
21
|
+
"@box/blueprint-web-assets": "^4.52.0",
|
22
|
+
"@box/storybook-utils": "^0.13.5",
|
23
23
|
"@testing-library/react": "^15.0.6",
|
24
24
|
"react": "^18.3.0",
|
25
25
|
"react-dom": "^18.3.0",
|