@box/unified-share-modal 2.15.11 → 2.15.16
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/chunks/remove-collaborator-modal.js +4 -4
- package/dist/chunks/remove-shared-link-modal.js +4 -4
- package/dist/chunks/shared-link-settings-modal.js +8 -8
- package/dist/chunks/unified-share-form-modal.js +8 -8
- package/dist/i18n/en-x-pseudo.js +162 -162
- package/dist/i18n/en-x-pseudo.properties +162 -162
- package/dist/styles/remove-collaborator-modal.css +1 -1
- package/dist/styles/shared-link-settings-modal.css +1 -1
- package/dist/styles/unified-share-form-modal.css +1 -1
- package/package.json +9 -9
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._content_1jzrn_1._content_1jzrn_1._isFullscreen_1jzrn_1{border-radius:0;width:100vw;max-width:none;height:100vh;max-height:none;margin:0;animation:none!important}._content_1jzrn_1._content_1jzrn_1._isFullscreen_1jzrn_1 ._body_1jzrn_10{flex-grow:1;padding-top:0;position:relative;overflow:auto}._divider_1jzrn_17._divider_1jzrn_17{z-index:1;width:100%;margin-bottom:var(--bp-space-060);position:sticky;top:0}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._content_v2gl6_1._content_v2gl6_1{max-width:480px}._content_v2gl6_1._content_v2gl6_1._isFullscreen_v2gl6_4{border-radius:0;width:100vw;max-width:none;height:100vh;max-height:none;margin:0;animation:none!important}._content_v2gl6_1._content_v2gl6_1._isFullscreen_v2gl6_4 ._body_v2gl6_13{overflow:hidden auto}._content_v2gl6_1._content_v2gl6_1 [data-radix-popper-content-wrapper]:has([data-side=top]){margin-top:max(332px - var(--radix-popper-available-height), 0px)}._content_v2gl6_1._content_v2gl6_1 [data-radix-popper-content-wrapper]:has([data-side=bottom]){margin-top:min((332px - var(--radix-popper-available-height)) * -1, 0px)}._title_v2gl6_23{display:inline}._title_v2gl6_23:after{width:var(--bp-space-020);content:"";display:inline-block}._body_v2gl6_13._body_v2gl6_13{gap:var(--bp-space-040);margin-bottom:calc(var(--bp-space-010) * -1);padding-top:0;padding-bottom:var(--bp-space-010);flex-direction:column;flex-grow:1;display:flex;overflow:auto}._form_v2gl6_43{flex-direction:column;flex-grow:1;display:flex;position:relative;overflow:hidden}._form_v2gl6_43 ._isLoading_v2gl6_50{visibility:hidden}._loading_v2gl6_54{padding-bottom:var(--bp-space-080);align-items:center;display:flex;position:absolute;inset:0}._divider_v2gl6_62._divider_v2gl6_62{z-index:1;width:100%;position:sticky;top:0}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._content_1i180_1._content_1i180_1{max-width:480px}._content_1i180_1._content_1i180_1._isFullscreen_1i180_4{border-radius:0;width:100vw;max-width:none;height:100vh;max-height:none;margin:0;animation:none!important}._content_1i180_1._content_1i180_1._isFullscreen_1i180_4 ._body_1i180_13{overflow:hidden auto}._title_1i180_17{display:inline}._title_1i180_17:after{width:var(--bp-space-020);content:"";display:inline-block}._body_1i180_13._body_1i180_13{padding-top:0;padding-bottom:var(--bp-space-080);flex-direction:column;flex-grow:1;display:flex;position:relative}._body_1i180_13._body_1i180_13:before{content:"";width:100vw;display:block}._body_1i180_13._body_1i180_13._hasFooter_1i180_39{padding-bottom:0}._loading_1i180_43{padding-bottom:var(--bp-space-080);align-items:center;display:flex;position:absolute;inset:0}._form_1i180_51{flex-direction:column;flex-grow:1;display:flex}._form_1i180_51._isLoading_1i180_56{visibility:hidden}@media (width>374px){._content_1i180_1._content_1i180_1{overflow:auto}}@media (width>459px){:has(>._content_1i180_1._content_1i180_1:not(._isFullscreen_1i180_4)){padding:var(--bp-space-080);display:flex;overflow:auto}._content_1i180_1._content_1i180_1{max-height:none;margin:auto;overflow:visible}}
|
package/package.json
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@box/unified-share-modal",
|
|
3
|
-
"version": "2.15.
|
|
3
|
+
"version": "2.15.16",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE",
|
|
5
5
|
"peerDependencies": {
|
|
6
|
-
"@box/blueprint-web": "^14.
|
|
7
|
-
"@box/blueprint-web-assets": "^4.
|
|
8
|
-
"@box/copy-input": "^1.42.
|
|
9
|
-
"@box/user-selector": "^1.76.
|
|
6
|
+
"@box/blueprint-web": "^14.32.1",
|
|
7
|
+
"@box/blueprint-web-assets": "^4.119.2",
|
|
8
|
+
"@box/copy-input": "^1.42.16",
|
|
9
|
+
"@box/user-selector": "^1.76.16",
|
|
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": "^14.
|
|
17
|
-
"@box/blueprint-web-assets": "^4.
|
|
18
|
-
"@box/copy-input": "^1.42.
|
|
16
|
+
"@box/blueprint-web": "^14.32.1",
|
|
17
|
+
"@box/blueprint-web-assets": "^4.119.2",
|
|
18
|
+
"@box/copy-input": "^1.42.16",
|
|
19
19
|
"@box/eslint-plugin-blueprint": "1.2.2",
|
|
20
|
-
"@box/storybook-utils": "0.19.
|
|
20
|
+
"@box/storybook-utils": "0.19.11",
|
|
21
21
|
"react-intl": "^6.4.2"
|
|
22
22
|
},
|
|
23
23
|
"publishConfig": {
|