@box/unified-share-modal 1.32.1 → 1.34.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/unified-share-form-modal/collaboration-section/collaboration-role.js +39 -39
- package/dist/esm/lib/components/unified-share-form-modal/collaboration-section/collaboration-section.js +107 -102
- package/dist/esm/lib/components/unified-share-form-modal/shared-link-section/shared-link-section.js +66 -66
- package/dist/esm/lib/unified-share-modal.js +56 -54
- package/dist/i18n/bn-IN.js +13 -13
- package/dist/i18n/bn-IN.properties +34 -0
- package/dist/i18n/da-DK.js +13 -13
- package/dist/i18n/da-DK.properties +34 -0
- package/dist/i18n/de-DE.js +13 -13
- package/dist/i18n/de-DE.properties +34 -0
- package/dist/i18n/en-AU.js +6 -6
- package/dist/i18n/en-AU.properties +34 -0
- package/dist/i18n/en-CA.properties +34 -0
- package/dist/i18n/en-GB.js +6 -6
- package/dist/i18n/en-GB.properties +34 -0
- package/dist/i18n/en-x-pseudo.js +153 -153
- package/dist/i18n/en-x-pseudo.properties +170 -136
- package/dist/i18n/es-419.js +12 -12
- package/dist/i18n/es-419.properties +34 -0
- package/dist/i18n/es-ES.js +12 -12
- package/dist/i18n/es-ES.properties +34 -0
- package/dist/i18n/fi-FI.js +13 -13
- package/dist/i18n/fi-FI.properties +34 -0
- package/dist/i18n/fr-CA.js +13 -13
- package/dist/i18n/fr-CA.properties +34 -0
- package/dist/i18n/fr-FR.js +13 -13
- package/dist/i18n/fr-FR.properties +34 -0
- package/dist/i18n/hi-IN.js +13 -13
- package/dist/i18n/hi-IN.properties +34 -0
- package/dist/i18n/it-IT.js +13 -13
- package/dist/i18n/it-IT.properties +34 -0
- package/dist/i18n/ja-JP.js +13 -13
- package/dist/i18n/ja-JP.properties +34 -0
- package/dist/i18n/ko-KR.js +13 -13
- package/dist/i18n/ko-KR.properties +34 -0
- package/dist/i18n/nb-NO.js +13 -13
- package/dist/i18n/nb-NO.properties +34 -0
- package/dist/i18n/nl-NL.js +13 -13
- package/dist/i18n/nl-NL.properties +34 -0
- package/dist/i18n/pl-PL.js +13 -13
- package/dist/i18n/pl-PL.properties +34 -0
- package/dist/i18n/pt-BR.js +13 -13
- package/dist/i18n/pt-BR.properties +34 -0
- package/dist/i18n/ru-RU.js +13 -13
- package/dist/i18n/ru-RU.properties +34 -0
- package/dist/i18n/sv-SE.js +13 -13
- package/dist/i18n/sv-SE.properties +34 -0
- package/dist/i18n/tr-TR.js +13 -13
- package/dist/i18n/tr-TR.properties +34 -0
- package/dist/i18n/zh-CN.js +13 -13
- package/dist/i18n/zh-CN.properties +34 -0
- package/dist/i18n/zh-TW.js +13 -13
- package/dist/i18n/zh-TW.properties +34 -0
- package/dist/styles/collaboration-role.css +1 -1
- package/dist/styles/collaboration-section.css +1 -1
- package/dist/styles/shared-link-section.css +1 -1
- package/dist/types/lib/contexts/unified-share-modal-context.d.ts +1 -0
- package/dist/types/lib/unified-share-modal.d.ts +2 -1
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@box/unified-share-modal",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.34.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@box/blueprint-web": "^12.112.0",
|
|
7
7
|
"@box/blueprint-web-assets": "^4.91.0",
|
|
8
|
-
"@box/copy-input": "^1.
|
|
9
|
-
"@box/user-selector": "^1.
|
|
8
|
+
"@box/copy-input": "^1.22.0",
|
|
9
|
+
"@box/user-selector": "^1.55.0",
|
|
10
10
|
"lodash": "^4.17.15",
|
|
11
11
|
"react": "^18.0.0",
|
|
12
12
|
"react-dom": "^18.0.0",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"devDependencies": {
|
|
16
16
|
"@box/blueprint-web": "^12.112.0",
|
|
17
17
|
"@box/blueprint-web-assets": "^4.91.0",
|
|
18
|
-
"@box/copy-input": "^1.
|
|
18
|
+
"@box/copy-input": "^1.22.0",
|
|
19
19
|
"@box/storybook-utils": "0.15.0",
|
|
20
20
|
"@box/eslint-plugin-blueprint": "1.0.5",
|
|
21
21
|
"react-intl": "^6.4.2"
|