box-ui-elements 20.1.0-beta.3 → 21.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/dist/explorer.js +827 -888
- package/dist/picker.js +619 -634
- package/dist/sharing.js +4298 -696
- package/dist/uploader.js +617 -632
- package/package.json +5 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "box-ui-elements",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "21.0.0",
|
|
4
4
|
"description": "Box UI Elements",
|
|
5
5
|
"author": "Box (https://www.box.com/)",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE",
|
|
@@ -159,7 +159,7 @@
|
|
|
159
159
|
"@box/cldr-data": "^34.2.0",
|
|
160
160
|
"@box/frontend": "^10.0.0",
|
|
161
161
|
"@box/languages": "^1.0.0",
|
|
162
|
-
"@box/react-virtualized": "9.22.3-rc-box.
|
|
162
|
+
"@box/react-virtualized": "9.22.3-rc-box.9",
|
|
163
163
|
"@cfaester/enzyme-adapter-react-18": "^0.8.0",
|
|
164
164
|
"@chromatic-com/storybook": "^1.6.1",
|
|
165
165
|
"@commitlint/cli": "^8.3.5",
|
|
@@ -169,7 +169,7 @@
|
|
|
169
169
|
"@formatjs/intl-pluralrules": "^1.5.2",
|
|
170
170
|
"@formatjs/intl-relativetimeformat": "^4.5.9",
|
|
171
171
|
"@formatjs/intl-unified-numberformat": "^3.2.0",
|
|
172
|
-
"@hapi/address": "2.1.
|
|
172
|
+
"@hapi/address": "^2.1.4",
|
|
173
173
|
"@storybook/addon-actions": "^8.1.11",
|
|
174
174
|
"@storybook/addon-docs": "^8.1.11",
|
|
175
175
|
"@storybook/addon-essentials": "^8.1.11",
|
|
@@ -352,8 +352,8 @@
|
|
|
352
352
|
},
|
|
353
353
|
"peerDependencies": {
|
|
354
354
|
"@box/cldr-data": "^34.2.0",
|
|
355
|
-
"@box/react-virtualized": "9.22.3-rc-box.
|
|
356
|
-
"@hapi/address": "
|
|
355
|
+
"@box/react-virtualized": "9.22.3-rc-box.9",
|
|
356
|
+
"@hapi/address": "^2.1.4",
|
|
357
357
|
"axios": "^0.25.0",
|
|
358
358
|
"classnames": "^2.2.5",
|
|
359
359
|
"color": "^3.1.2",
|
|
@@ -396,7 +396,6 @@
|
|
|
396
396
|
},
|
|
397
397
|
"comments": {
|
|
398
398
|
"dependencies": {
|
|
399
|
-
"@hapi/address": "Version 2.1.2+ requires a polyfill for TextEncoder. Pinning to version 2.1.1 prevents IE11 from breaking.",
|
|
400
399
|
"react-tether": "Version 2.x has too many breaking changes and requires forwardRef on all components"
|
|
401
400
|
}
|
|
402
401
|
},
|