UNPKG

@orfeas126/box-ui-elements

Version:
240 lines (203 loc) 3.15 MB
/*! * Box UI Element * * Copyright 2019 Box, Inc. All rights reserved. * * This product includes software developed by Box, Inc. ("Box") * (http://www.box.com) * * ALL BOX SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. * IN NO EVENT SHALL BOX BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * See the Box license for the specific language governing permissions * and limitations under the license. */ /******/ (() => { // webpackBootstrap /******/ var __webpack_modules__ = ({ /***/ "./node_modules/@box/blueprint-web-assets/icons/Content/FolderPersonal.js": /*!********************************************************************************!*\ !*** ./node_modules/@box/blueprint-web-assets/icons/Content/FolderPersonal.js ***! \********************************************************************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__) /* harmony export */ }); /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-runtime */ "./node_modules/react/jsx-runtime.js"); const SvgFolderPersonal = (props) => ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("svg", { width: "1em", height: "1em", viewBox: "0 0 32 32", role: "img", ...props, children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("path", { fill: "#FFD700", fillRule: "evenodd", d: "M6 6h6c2 0 1.5 2 4 2h10a3 3 0 0 1 3 3v13a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V9a3 3 0 0 1 3-3Z", clipRule: "evenodd" }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("path", { fill: "white", fillOpacity: 0.5, fillRule: "evenodd", d: "M6 11h20a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V14a3 3 0 0 1 3-3Z", clipRule: "evenodd" })] })); /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (SvgFolderPersonal); /***/ }), /***/ "./node_modules/@box/blueprint-web-assets/icons/Fill/ArrowCurveForward.js": /*!********************************************************************************!*\ !*** ./node_modules/@box/blueprint-web-assets/icons/Fill/ArrowCurveForward.js ***! \********************************************************************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__) /* harmony export */ }); /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-runtime */ "./node_modules/react/jsx-runtime.js"); const SvgArrowCurveForward = (props) => ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("svg", { width: "1em", height: "1em", viewBox: "0 0 16 16", role: "img", ...props, children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("path", { fill: props.color || '#909090', d: "M8.293 1.293a1 1 0 0 0 0 1.414L8.586 3H8a5.5 5.5 0 1 0 5.5 5.5 1 1 0 1 0-2 0A3.5 3.5 0 1 1 8 5h.586l-.293.293a1 1 0 0 0 1.414 1.414l1.93-1.93C11.837 4.596 12 4.295 12 4c0-.294-.162-.595-.364-.778l-1.929-1.93a1 1 0 0 0-1.414 0Z" }) })); /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (SvgArrowCurveForward); /***/ }), /***/ "./node_modules/@box/blueprint-web-assets/icons/Fill/Checkmark.js": /*!************************************************************************!*\ !*** ./node_modules/@box/blueprint-web-assets/icons/Fill/Checkmark.js ***! \************************************************************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__) /* harmony export */ }); /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-runtime */ "./node_modules/react/jsx-runtime.js"); const SvgCheckmark = (props) => ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("svg", { width: "1em", height: "1em", viewBox: "0 0 16 16", role: "img", ...props, children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("path", { fill: props.color || '#909090', d: "M6.617 14c.55 0 .968-.2 1.253-.603l6.34-9.273c.102-.15.175-.296.221-.438a1.34 1.34 0 0 0 .069-.41 1.2 1.2 0 0 0-.387-.912C13.855 2.122 13.53 2 13.139 2c-.26 0-.482.05-.666.15-.183.101-.357.275-.52.523l-5.357 8.152-2.693-3.12a1.327 1.327 0 0 0-1.05-.476c-.39 0-.714.121-.97.364-.255.243-.383.55-.383.919 0 .163.029.319.087.466.058.147.162.302.311.466l3.518 4.023c.318.355.719.533 1.201.533Z" }) })); /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (SvgCheckmark); /***/ }), /***/ "./node_modules/@box/blueprint-web-assets/icons/Fill/XMark.js": /*!********************************************************************!*\ !*** ./node_modules/@box/blueprint-web-assets/icons/Fill/XMark.js ***! \********************************************************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__) /* harmony export */ }); /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-runtime */ "./node_modules/react/jsx-runtime.js"); const SvgXMark = (props) => ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("svg", { width: "1em", height: "1em", viewBox: "0 0 16 16", role: "img", ...props, children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("path", { fill: props.color || '#909090', d: "M3 3a1.017 1.017 0 0 1 1.43.008L13 11.579a1.004 1.004 0 0 1-1.42 1.42L3.009 4.426A1.014 1.014 0 0 1 3 2.999Z" }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("path", { fill: props.color || '#909090', d: "M3.004 12.996a1 1 0 0 1 0-1.414l8.58-8.58a1 1 0 1 1 1.414 1.414l-8.58 8.58a1 1 0 0 1-1.414 0Z" })] })); /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (SvgXMark); /***/ }), /***/ "./node_modules/@box/blueprint-web-assets/illustrations/Medium/DiscoDanceParty.js": /*!****************************************************************************************!*\ !*** ./node_modules/@box/blueprint-web-assets/illustrations/Medium/DiscoDanceParty.js ***! \****************************************************************************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__) /* harmony export */ }); /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-runtime */ "./node_modules/react/jsx-runtime.js"); const SvgDiscoDanceParty = (props) => ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("svg", { width: "1em", height: "1em", viewBox: "0 0 140 140", role: "img", ...props, children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("path", { fill: "var(--surface-illustration-surface-box-neutral)", fillRule: "evenodd", d: "M127.996 29.751C127.865 25.456 124.335 22 120 22H56a8 8 0 1 0 0 16h64a8 8 0 0 0 8-8l-.004-.249ZM56 42a8 8 0 0 0-7.99 7.605c6.15-4.296 13.636-6.908 21.981-6.908 13.044 0 24.141 6.047 31.159 15.303H120a8 8 0 0 0 8-8l-.004-.249C127.865 45.456 124.335 42 120 42H56Zm64 20c4.335 0 7.865 3.456 7.996 7.751L128 70a8 8 0 0 1-8 8h-11.034a39.707 39.707 0 0 0-5.154-16H120Zm-42.402 46 9.854.001c-3.662 6.143-8.583 10.355-14.04 11.609.751-1.09 1.46-2.53 2.115-4.27l.254-.697.248-.728c.286-.867.561-1.793.822-2.775l.22-.856.108-.437.21-.895.209-.952Zm2.289-32H93.7c.197 1.953.3 3.958.3 6.001 0 2.748-.186 5.424-.537 8H79.798l.044-.88c.019-.42.036-.842.052-1.267l.041-1.28c.012-.429.023-.86.032-1.292l.021-1.304.007-.657L80 81.67l-.012-1.647-.009-.653-.027-1.298c-.01-.431-.022-.86-.036-1.287L79.887 76ZM39.012 60h9.27c-1.794 4.184-3.092 8.917-3.762 14H32.844a37.815 37.815 0 0 1 6.168-14Zm24.662 0h12.652c.711 4.212 1.211 8.96 1.471 14H62.203c.259-5.04.761-9.788 1.471-14Zm9.872-15.412-.134-.198C79.443 45.776 84.82 50.775 88.565 58H78l-.211-1.086-.196-.946-.204-.92-.104-.45-.214-.882-.22-.856a50.126 50.126 0 0 0-.822-2.775l-.248-.728-.254-.697c-.616-1.637-1.279-3.008-1.981-4.072Zm-55.453 73.666-.093-.179-.093.179a9.024 9.024 0 0 1-3.653 3.653l-.179.093.179.093a9.024 9.024 0 0 1 3.653 3.653l.093.178.093-.178a9.024 9.024 0 0 1 3.653-3.653l.178-.093-.178-.093a9.024 9.024 0 0 1-3.653-3.653Zm102-14-.093-.179-.093.179a9.024 9.024 0 0 1-3.653 3.653l-.179.093.179.093a9.024 9.024 0 0 1 3.653 3.653l.093.178.093-.178a9.024 9.024 0 0 1 3.653-3.653l.178-.094-.178-.092a9.024 9.024 0 0 1-3.653-3.653Zm-85.03-16.065L35 88.008l-.063.181a13.024 13.024 0 0 1-7.748 7.748l-.181.063.181.063a13.024 13.024 0 0 1 7.748 7.748l.062.18.064-.18a13.024 13.024 0 0 1 7.748-7.748l.18-.063-.18-.063a13.024 13.024 0 0 1-7.748-7.748Zm-12.97-46.935-.094-.179-.092.179a9.024 9.024 0 0 1-3.653 3.653l-.179.092.179.094a9.024 9.024 0 0 1 3.653 3.653l.092.178.094-.178a9.024 9.024 0 0 1 3.653-3.653l.178-.094-.178-.092a9.024 9.024 0 0 1-3.653-3.653ZM123.79 68.613a1 1 0 0 0-1.497-1.32L119 70.585l-1.293-1.292-.094-.083a1 1 0 0 0-1.32 1.497l2 2 .094.083a1 1 0 0 0 1.32-.083l4-4 .083-.094Zm0-20a1 1 0 0 0-1.497-1.32L119 50.585l-1.293-1.292-.094-.083a1 1 0 0 0-1.32 1.497l2 2 .094.083a1 1 0 0 0 1.32-.083l4-4 .083-.094Zm0-20a1 1 0 0 0-1.497-1.32L119 30.585l-1.293-1.292-.094-.083a1 1 0 0 0-1.32 1.497l2 2 .094.083a1 1 0 0 0 1.32-.083l4-4 .083-.094Z", clipRule: "evenodd", opacity: 0.1 }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("path", { fill: "var(--surface-illustration-surface-box-neutral)", fillRule: "evenodd", d: "M128 70a8 8 0 1 0-16 0 8 8 0 0 0 16 0Zm0-20a8 8 0 1 0-16 0 8 8 0 0 0 16 0Zm0-20a8 8 0 1 0-16 0 8 8 0 0 0 16 0Zm-4.21 38.613a1 1 0 0 0-1.497-1.32L119 70.585l-1.293-1.292-.094-.083a1 1 0 0 0-1.32 1.497l2 2 .094.083a1 1 0 0 0 1.32-.083l4-4 .083-.094Zm0-20a1 1 0 0 0-1.497-1.32L119 50.585l-1.293-1.292-.094-.083a1 1 0 0 0-1.32 1.497l2 2 .094.083a1 1 0 0 0 1.32-.083l4-4 .083-.094Zm0-20a1 1 0 0 0-1.497-1.32L119 30.585l-1.293-1.292-.094-.083a1 1 0 0 0-1.32 1.497l2 2 .094.083a1 1 0 0 0 1.32-.083l4-4 .083-.094ZM18.998 113.933c-.083-1.244-1.913-1.244-1.996 0l-.034.516a7 7 0 0 1-6.519 6.519l-.516.034c-1.244.083-1.244 1.913 0 1.996l.516.034a7 7 0 0 1 6.519 6.519l.034.516c.083 1.244 1.913 1.244 1.996 0l.034-.516a7 7 0 0 1 6.519-6.519l.516-.034c1.244-.083 1.244-1.913 0-1.996l-.516-.034a7 7 0 0 1-6.519-6.519l-.034-.516Zm-1.091 4.321.093-.179.093.179a9.024 9.024 0 0 0 3.653 3.653l.178.093-.178.093a9.024 9.024 0 0 0-3.653 3.653l-.093.178-.093-.178a9.024 9.024 0 0 0-3.653-3.653l-.179-.093.179-.093a9.024 9.024 0 0 0 3.653-3.653Z", clipRule: "evenodd" }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("path", { fill: "var(--surface-illustration-surface-box-neutral)", d: "m27.189 95.937.39-.15a12.979 12.979 0 0 0 3.828-2.387" }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("path", { fill: "var(--surface-illustration-surface-box-neutral)", fillRule: "evenodd", d: "M77 11a2 2 0 0 0-2-2H65l-.151.007A2.001 2.001 0 0 0 63 11.044l.005.216.016.25a7.012 7.012 0 0 0 5.98 6.42v24.082C47.371 42.542 30 60.243 30 82c0 3.075.347 6.067 1.003 8.94l-.001.03a10.978 10.978 0 0 1-7.545 3.731l-4.524.301-.128.016c-1.115.196-1.072 1.9.128 1.98l4.524.301.288.024a10.999 10.999 0 0 1 9.956 10.22l.301 4.524.016.128c.196 1.115 1.9 1.072 1.98-.128l.301-4.524.034-.394c.093-.915.299-1.797.603-2.631C44.137 115.072 56.26 122 70 122l.661-.005C92.448 121.641 110 103.87 110 82c0-21.758-17.37-39.458-39-39.988l.001-24.083A7.002 7.002 0 0 0 77 11Zm-12.131 98.799a68.77 68.77 0 0 1-.422-1.798h11.106l-.138.611c-.092.403-.187.799-.285 1.187-.868 3.475-1.884 6.22-2.96 8.04C71.272 119.36 70.49 120 70 120c-.489 0-1.272-.641-2.171-2.161-1.075-1.82-2.091-4.565-2.96-8.04Zm-12.322-1.798L62.4 108l.21.952.104.45.214.882.22.856c.262.982.536 1.908.822 2.775l.248.728.254.698c.655 1.74 1.364 3.18 2.115 4.27-5.457-1.255-10.378-5.467-14.04-11.61Zm24.841.951.209-.952 9.854.001c-3.662 6.143-8.583 10.355-14.04 11.609.751-1.09 1.46-2.53 2.115-4.27l.254-.697.248-.728c.286-.867.561-1.793.822-2.775l.22-.856.108-.437.21-.895ZM42.287 108h7.953c2.473 4.442 5.567 8.042 9.075 10.477A37.978 37.978 0 0 1 42.287 108Zm47.473 0h7.951l.002.001a38.007 38.007 0 0 1-17.028 10.477c3.508-2.436 6.602-6.035 9.075-10.478ZM45.968 97.353l.015-.002c.838 3.1 1.922 6.002 3.214 8.649h-8.198a.967.967 0 0 0-.395.083 37.959 37.959 0 0 1-2.65-3.652 10.994 10.994 0 0 1 8.014-5.078ZM95.18 92h11.49l-.175.626a37.882 37.882 0 0 1-7.1 13.455A1 1 0 0 0 99 106h-8.198c2.012-4.122 3.518-8.861 4.378-14Zm-48.333.001L60.316 92l.015.226.085 1.217.12 1.498.134 1.471.117 1.157.126 1.14.134 1.12.07.554.147 1.09.155 1.07.163 1.049.084.516.174 1.016.16.876-10.565.002c-1.376-2.656-2.533-5.612-3.42-8.8l3.052-.204.128-.016c1.115-.196 1.072-1.9-.128-1.98l-3.669-.244a54.626 54.626 0 0 1-.551-2.757Zm15.473 0h15.36c-.332 5.099-.916 9.853-1.715 14h-11.93c-.799-4.147-1.383-8.901-1.715-14Zm17.35.225.014-.226 13.469.001c-.902 5.203-2.489 9.951-4.588 14H78.001l.16-.877.174-1.016.084-.516.163-1.049.155-1.07.217-1.643.134-1.12.126-1.14.146-1.45.13-1.477.095-1.2.085-1.217ZM31.407 93.4l.19-.174a13.017 13.017 0 0 0 3.34-5.037l.063-.181.017.047.047.134.18.467a13.872 13.872 0 0 0 .385.85l.1.198a13.016 13.016 0 0 0 7.082 6.232l.18.063-.18.064-.066.024-.252.097a13.031 13.031 0 0 0-7.43 7.627l-.064.18-.062-.18-.128-.335a13.028 13.028 0 0 0-7.62-7.413L27.008 96l.181-.063M40.028 92h4.792l.14.807c.107.586.222 1.166.345 1.74A10.975 10.975 0 0 1 40.028 92Zm55.68-16h11.82c.31 1.954.472 3.958.472 6 0 2.749-.292 5.43-.846 8.012A.98.98 0 0 0 107 90H95.479c.34-2.584.52-5.26.52-8 0-2.039-.099-4.042-.291-6ZM46.3 76h13.812l-.047 1.428c-.012.429-.023.86-.032 1.292l-.021 1.304-.01 1.316v1.321l.01 1.316.009.653.027 1.298c.01.431.022.86.036 1.287l.047 1.273c.017.423.036.843.056 1.26L60.2 90H46.537A59.298 59.298 0 0 1 46 82c0-2.043.103-4.047.3-6Zm-13.829 0H44.29a62.131 62.131 0 0 0 .23 14.001h-6.28a10.968 10.968 0 0 1-1.941-5.544l-.301-4.524-.016-.128c-.196-1.115-1.9-1.072-1.98.128l-.301 4.524-.035.404a10.92 10.92 0 0 1-1.091 3.762A38.242 38.242 0 0 1 32 82c0-2.042.161-4.046.471-6Zm47.416 0H93.7c.197 1.953.3 3.958.3 6.001 0 2.748-.186 5.424-.537 8H79.798l.044-.88c.019-.42.036-.842.052-1.267l.041-1.28c.012-.429.023-.86.032-1.292l.021-1.304.007-.657L80 81.67l-.012-1.647-.009-.653-.027-1.298c-.01-.431-.022-.86-.036-1.287L79.887 76ZM62 82c0-2.03.038-4.034.113-6h15.774l.049 1.482C77.978 78.97 78 80.478 78 82c0 2.723-.069 5.4-.203 8H62.203A156.88 156.88 0 0 1 62 82Zm-29.156-8a37.815 37.815 0 0 1 6.168-14h9.27c-1.794 4.184-3.092 8.917-3.762 14H32.844Zm17.622-14h11.18l-.065.408-.163 1.049-.155 1.07-.217 1.643-.134 1.12-.126 1.14-.146 1.45-.13 1.477-.095 1.2-.085 1.217-.076 1.231L60.2 74H46.537c.701-5.136 2.063-9.876 3.929-14Zm11.737 14c.259-5.04.761-9.788 1.471-14h12.652c.711 4.212 1.211 8.96 1.471 14H62.203Zm16.15-14h11.182c1.865 4.124 3.227 8.864 3.928 14H79.799l-.053-.995-.076-1.231-.085-1.217-.12-1.498-.134-1.471-.117-1.157-.126-1.14-.134-1.12-.07-.554-.147-1.09-.155-1.07-.163-1.049-.066-.408Zm22.354-.293.038-.043A37.827 37.827 0 0 1 107.156 74H95.48c-.671-5.083-1.968-9.816-3.762-14H100a.993.993 0 0 0 .707-.293ZM59.13 45.578l.187-.056c-4.022 2.792-7.5 7.112-10.12 12.478h-8.66A38.042 38.042 0 0 1 59.13 45.578Zm7.409-1.177.05-.012c-.751 1.09-1.46 2.531-2.115 4.271l-.254.697-.248.728a49.278 49.278 0 0 0-.822 2.775l-.22.856-.108.437-.21.895-.204.92-.196.946L62 58H51.436c3.734-7.205 9.093-12.197 15.103-13.599Zm6.875-.01.133.198c.702 1.063 1.365 2.434 1.981 4.07l.254.698.248.728c.286.867.56 1.793.822 2.775l.22.856.214.882.104.45.204.92.196.946L78 58h10.565c-3.745-7.224-9.12-12.223-15.151-13.61Zm7.448 1.255-.177-.123A38.037 38.037 0 0 1 99.464 58h-8.661c-2.581-5.287-5.995-9.558-9.941-12.354Zm-13.032.515C68.728 44.64 69.51 44 70 44c.489 0 1.272.641 2.171 2.161 1.075 1.819 2.091 4.565 2.96 8.039.299 1.199.578 2.468.834 3.8h-11.93c.256-1.332.535-2.601.835-3.799.868-3.475 1.884-6.22 2.96-8.04ZM65 11h10l-.005.217a4.999 4.999 0 0 1-9.99 0L65 11ZM120.997 99.933c-.083-1.244-1.913-1.244-1.996 0l-.034.516a7 7 0 0 1-6.519 6.519l-.516.034c-1.244.083-1.244 1.913 0 1.996l.516.034a7 7 0 0 1 6.519 6.519l.034.516c.083 1.244 1.913 1.244 1.996 0l.034-.516a7 7 0 0 1 6.519-6.519l.516-.034c1.244-.083 1.244-1.913 0-1.996l-.516-.034a7 7 0 0 1-6.519-6.519l-.034-.516Zm-1.091 4.321.093-.179.093.179a9.024 9.024 0 0 0 3.653 3.653l.178.092-.178.094a9.024 9.024 0 0 0-3.653 3.653l-.093.178-.093-.178a9.024 9.024 0 0 0-3.653-3.653l-.179-.093.179-.093a9.024 9.024 0 0 0 3.653-3.653ZM22.998 36.933c-.083-1.244-1.913-1.244-1.996 0l-.034.516a7 7 0 0 1-6.519 6.519l-.516.034c-1.244.083-1.244 1.913 0 1.996l.516.034a7 7 0 0 1 6.519 6.519l.034.516c.083 1.244 1.913 1.244 1.996 0l.034-.516a7 7 0 0 1 6.519-6.519l.516-.034c1.244-.083 1.244-1.913 0-1.996l-.516-.034a7 7 0 0 1-6.519-6.519l-.034-.516Zm-1.09 4.321.092-.179.094.179a9.024 9.024 0 0 0 3.653 3.653l.178.092-.178.094a9.024 9.024 0 0 0-3.653 3.653l-.094.178-.092-.178a9.024 9.024 0 0 0-3.653-3.653l-.179-.094.179-.092a9.024 9.024 0 0 0 3.653-3.653Z", clipRule: "evenodd" })] })); /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (SvgDiscoDanceParty); /***/ }), /***/ "./node_modules/@box/blueprint-web-assets/illustrations/Medium/HatWand.js": /*!********************************************************************************!*\ !*** ./node_modules/@box/blueprint-web-assets/illustrations/Medium/HatWand.js ***! \********************************************************************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__) /* harmony export */ }); /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-runtime */ "./node_modules/react/jsx-runtime.js"); const SvgHatWand = (props) => ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("svg", { width: "1em", height: "1em", viewBox: "0 0 140 140", role: "img", ...props, children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("g", { fill: "var(--surface-illustration-surface-box-neutral)", children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("path", { d: "M70 134c17.95 0 32.5 1.343 32.5 3s-14.55 3-32.5 3h-.537c-17.702-.027-31.963-1.36-31.963-3 0-1.657 14.55-3 32.5-3ZM48.406 78.083s1.539 3.427 2.327 9.531c.162 1.258-.07 3.105-.313 5.02l-.085.677-.083.677c-.305 2.593-.463 5.081.48 6.171 1.63 1.882 5.08.521 8.379 2.297.52.28 1.08.593 1.647.921l.378.221.377.224.375.226c2.61 1.586 4.865 3.23 3.39 3.079-8.724-.89-16.69-3.713-16.69-3.713-.754-.25-1.349-1.1-1.328-1.899l.591-23.324c.02-.799.28-.843.555-.108Zm21.986-9.044c12.511.044 22.58 1.968 22.58 4.334 0 2.394-10.307 4.335-23.022 4.335-12.715 0-23.022-1.94-23.022-4.335 0-2.394 10.307-4.335 23.022-4.335h.442Zm-.035-7.442c9.24.04 20.311 1.449 21.656 2.258 0 .766-4.933 1.605-10.683 2.155l-.68.063-.686.06-.345.03-.718.058c-3.117.244-6.304.393-8.95.393h-.308c-1.654-.008-3.504-.07-5.407-.176l-.716-.042a143.64 143.64 0 0 1-2.16-.147l-.72-.057-.716-.06c-6.307-.54-12.036-1.452-12.036-2.277 1.889-1.14 12.413-2.225 21.631-2.258h.838Z", opacity: 0.1 }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("path", { d: "M84.216 14.389c1.721-.627 3.605-.06 4.149 1.464l3.174 8.895.07-.024.667 1.885-.065.022 1.593 4.462a16.92 16.92 0 0 1 4.257.356c8.703 1.85 14.404 10.096 13.226 18.771l-.026.183h.152c.502.01 1.005.059 1.505.146l.375.072c5.398 1.147 8.844 6.453 7.697 11.85a1 1 0 0 1-1.956-.415 7.993 7.993 0 0 0-6.157-9.479 7.979 7.979 0 0 0-2.702-.109 1 1 0 0 1-1.124-1.1l.061-.307c1.71-8.041-3.424-15.946-11.467-17.655-1.051-.224-2.1-.33-3.132-.329l9.145 25.631.244.082c.35.12.689.242 1.017.366l.641.25c3.967 1.602 6.158 3.513 6.158 5.778 0 1.83-1.435 3.417-4.036 4.797l11.723 32.848c.517 1.45-.246 3.05-1.697 3.578-1.452.529-3.064-.206-3.599-1.65L102.02 72.176c-2.037.599-4.342 1.134-6.861 1.597l.604 29.448c.024 1.232-.85 2.491-1.99 2.895l-.658.244c-.494.179-1.031.364-1.607.551l-.893.284c-.46.143-.943.287-1.445.43l-1.031.287c-.88.239-1.815.475-2.798.704-5.09 1.188-10.293 1.884-15.39 1.884-5.041 0-10.187-.681-15.23-1.846a81.622 81.622 0 0 1-2.805-.7l-1.038-.287a69.233 69.233 0 0 1-1.461-.432l-.907-.286-.432-.142-.822-.28a45.042 45.042 0 0 1-.763-.273l-.245-.092-.26-.103c-1.081-.476-1.873-1.673-1.85-2.843l.603-29.432-.543-.1a74.086 74.086 0 0 1-3.38-.728l-.904-.226c-7.276-1.87-11.732-4.485-11.732-7.546 0-3 4.276-5.57 11.29-7.431l.89-.23.457-.111.932-.218.476-.106.973-.206a88.374 88.374 0 0 1 3.602-.659l1.084-.17 1.106-.161 1.129-.153 1.15-.144.582-.07 1.182-.13 1.2-.122 1.22-.113 1.239-.104 1.256-.095c.211-.015.423-.03.635-.043l1.282-.08c.215-.013.43-.026.647-.037l1.306-.066 1.32-.056 1.336-.046 1.35-.037 1.362-.025 1.375-.016 1.387-.005c9.785 0 19.036.813 26.37 2.267l-8.258-22.25a14.86 14.86 0 0 0-8.074 10.303 1 1 0 1 1-1.956-.415 16.805 16.805 0 0 1 4.772-8.624.458.458 0 0 1-.023-.065c-1.764-6.152-8.182-9.709-14.335-7.944-5.641 1.617-9.166 7.19-8.257 12.935a1 1 0 0 1-1.28 1.112 7.95 7.95 0 0 0-4.532-.035 7.95 7.95 0 0 0-3.858 2.471 1 1 0 0 1-1.592-.097 14.893 14.893 0 0 0-16.5-6.058c-7.904 2.266-12.474 10.51-10.208 18.412a1 1 0 0 1-1.922.551c-2.57-8.964 2.613-18.315 11.579-20.886a16.895 16.895 0 0 1 17.891 5.738l.108.14.144-.129a9.95 9.95 0 0 1 3.453-1.956l.354-.109a9.968 9.968 0 0 1 3.92-.321l.318.043-.007-.137a13.598 13.598 0 0 1 9.53-13.505l.308-.092c6.949-1.992 14.187 1.804 16.558 8.532l.154-.114a16.974 16.974 0 0 1 2.756-1.632L81.98 18.177c-.563-1.517.518-3.163 2.237-3.788Zm7.531 59.95-.324.046-.771.11-.203.028-.136.018c-.296.04-.594.08-.894.118l-.296.037a126.454 126.454 0 0 1-1.352.162l-.131.015c-.35.039-.7.077-1.055.114l-.192.02c-.231.024-.464.048-.697.07l-.132.014c-.379.037-.76.072-1.145.106l-.136.012-.281.025c-.59.05-1.183.098-1.782.142l-.097.007-.121.01a154.9 154.9 0 0 1-1.312.089l-.032.002-.019.001c-.481.03-.965.06-1.452.086h-.013l-.032.002c-.457.025-.916.048-1.378.069l-.09.004-.151.007-.316.013.466-.02c-.503.022-1.009.043-1.517.061l-.333.012-.946.03-.253.006-.163.005c-.456.011-.915.021-1.374.03l1.537-.035a174.293 174.293 0 0 1-5.689.06h-.096.096l-.372-.003-.45-.004-.483-.006-.442-.005-.683-.012-1.356-.03-1.342-.042-.666-.024-1.321-.056-1.306-.066c-.433-.024-.863-.049-1.29-.076l-1.274-.085-.63-.046-1.248-.1-1.229-.108-1.21-.117-1.192-.127-1.17-.135-1.15-.144-.567-.076-1.118-.157a96.364 96.364 0 0 1-.55-.082l-1.084-.17-.068-.011-.596 29.124c-.007.334.273.768.616.95l.104.047.69.255.765.267a71.13 71.13 0 0 0 6.859 1.93c4.904 1.132 9.903 1.794 14.778 1.794 4.93 0 9.985-.676 14.937-1.831a79.069 79.069 0 0 0 3.23-.825l.975-.279c.316-.092.623-.185.921-.277l.865-.275.806-.269c.388-.133.754-.264 1.095-.39l.294-.112c.36-.127.697-.612.69-.98l-.598-29.144c-.466.076-.939.15-1.418.22Zm-1.421-47.04-2.5.885 16.106 43.398-.002-.001 12.054 32.48a.81.81 0 0 0 .934.498l.106-.031a.813.813 0 0 0 .497-1.027L90.326 27.299ZM128 75.5c.276 0 .5.215.5.49l.001.644c.151.088.278.215.365.366h.644c.24 0 .441.183.482.412l.008.088c0 .276-.215.5-.49.5l-.644.001a1.01 1.01 0 0 1-.365.365l-.001.644c0 .24-.183.44-.412.482L128 79.5a.506.506 0 0 1-.5-.505v-.629a1.003 1.003 0 0 1-.366-.365L126.49 78a.499.499 0 0 1-.482-.412L126 77.5c0-.276.215-.5.49-.5h.644c.088-.152.214-.278.366-.366v-.642a.5.5 0 0 1 .412-.484L128 75.5ZM69.95 56.55c-.436 0-.871.001-1.304.005l-1.295.015-1.284.025-.637.016-1.267.039-.629.023-1.248.053-1.234.062-1.22.07-1.207.08-.597.043-1.182.092-.585.049-1.158.104-1.14.112-1.122.12c-.186.02-.37.04-.555.062l-1.093.13-1.074.138-1.054.145-1.032.151-.508.078-1 .162-.491.083-.965.17-.474.088-.929.179-.904.185-.879.19-.43.098-.838.198-.41.1-.798.206-.77.21c-.504.143-.988.287-1.452.435l-.681.223c-3.996 1.351-6.321 2.913-6.321 4.495 0 1.889 3.318 3.75 8.836 5.257l.784.208.812.204.416.1.852.195.879.19.904.186.93.179c.313.059.63.117.953.173l.976.168.497.081 1.01.158 1.033.151 1.054.145 1.074.138.544.066 1.104.127 1.122.12 1.14.111 1.158.104 1.174.096 1.19.088.601.041 1.214.075 1.227.067 1.242.057 1.254.049.632.02 1.272.035.64.013 1.29.02 1.1.008.853.004.934-.003.219-.001-.219.001c.288-.001.575-.004.86-.007l-.641.006c1.484-.01 2.953-.039 4.403-.086l.084-.002-.084.002.646-.022-.562.02c.35-.012.697-.024 1.044-.038l-.482.018.904-.035-.422.017c.255-.01.51-.02.764-.032l-.342.014a159.12 159.12 0 0 0 4.111-.224l-.29.019a148.934 148.934 0 0 0 1.717-.123l-.424.032c.257-.019.513-.039.767-.06l-.343.029.667-.054-.324.026c.326-.026.65-.053.973-.081l-.649.055.714-.06-.065.005.723-.064-.658.059a137.802 137.802 0 0 0 2.745-.267l-.563.06.699-.075-.136.015c.258-.028.516-.056.772-.086l-.636.071c.263-.028.525-.058.785-.088l-.15.017c.22-.024.437-.05.653-.075l-.503.058a121.798 121.798 0 0 0 2.358-.293l-.312.041.892-.121-.58.08.762-.106-.182.026c1.164-.164 2.295-.341 3.39-.532l.22-.038c2.261-.4 4.35-.857 6.224-1.365l.51-.14.398-.116-.06-.16-4.123-11.108-.152-.032c-6.89-1.464-15.71-2.332-25.142-2.435l-.945-.008-.949-.002ZM11.5 67.5c.276 0 .5.215.5.49l.001.644c.151.088.277.215.365.366h.643a.5.5 0 0 1 .483.412l.008.088c0 .276-.215.5-.49.5l-.644.001a1.005 1.005 0 0 1-.365.365L12 71.01a.5.5 0 0 1-.412.482l-.088.008a.506.506 0 0 1-.5-.505v-.629a1.005 1.005 0 0 1-.366-.365L9.99 70a.5.5 0 0 1-.482-.412L9.5 69.5c0-.276.215-.5.49-.5h.644c.088-.152.214-.278.366-.366v-.642a.5.5 0 0 1 .412-.484l.088-.008Zm58.913-9.095.945.005 1.396.019 1.371.03.899.026.886.032 1.303.057 1.273.068.83.052 1.216.088 1.18.098.767.072 1.118.118.723.084.704.089 1.022.143.657.1.637.107.616.11.596.116.574.12c.094.02.187.04.28.062l.54.127.52.131.496.137.239.07.46.143c.075.024.149.048.221.073l.424.15.4.154c1.738.705 2.705 1.546 2.705 2.512 0 1.036-1.118 1.93-3.11 2.665l-.424.15c-.146.05-.295.098-.45.146l-.472.14c-.08.024-.162.047-.245.07l-.508.133-.262.066-.542.127-.564.123-.585.117-.607.114-.627.108-.647.104-.666.099-.686.094-.705.089-.722.084-.74.08-.758.074-1.168.103-.798.062-1.227.084-.836.049-.85.044-1.302.057-1.331.046-.903.024-1.377.025-1.401.014-1.423.002-1.41-.01-1.385-.022-1.359-.033-1.331-.046-1.302-.057-.85-.044-1.25-.076-1.214-.088-1.18-.098-.766-.072-.749-.077-.731-.082-.714-.087-.695-.092-.676-.096-.657-.102-.637-.106-.617-.11-.596-.116-.575-.12-.553-.125-.53-.13-.508-.134a22.984 22.984 0 0 1-.484-.138l-.461-.144a19.849 19.849 0 0 1-.222-.073l-.424-.15c-1.992-.736-3.11-1.629-3.11-2.665s1.118-1.93 3.11-2.665l.424-.15c.146-.05.295-.098.45-.146l.472-.14c.08-.024.162-.047.245-.07l.508-.133.262-.066.542-.127.564-.122.585-.118.607-.114.627-.108.647-.104.667-.099.685-.094.705-.089.722-.084.74-.08.758-.074 1.168-.103.798-.062 1.227-.084.836-.049.85-.044 1.302-.057 1.331-.046.903-.024 1.377-.025 1.401-.014 1.41-.002Zm34.118 2.746 2.471 6.922.07-.038c1.604-.902 2.471-1.803 2.622-2.602l.019-.132.005-.117c0-1.19-1.642-2.578-4.778-3.869l-.409-.164Zm-34.123-.746h-1.21c-6.24.033-12.054.46-16.38 1.184-2.166.363-3.886.79-5.039 1.245-.536.212-.928.423-1.16.613l-.063.051.157.123c.238.17.597.355 1.066.54 1.153.457 2.873.883 5.04 1.246 4.498.752 10.607 1.185 17.131 1.185 6.524 0 12.633-.433 17.132-1.185 2.166-.363 3.886-.79 5.039-1.245.536-.213.928-.424 1.16-.613l.062-.051-.147-.116c-.23-.167-.58-.35-1.037-.533-1.126-.45-2.809-.873-4.93-1.235-1.862-.317-4.01-.579-6.354-.777l-1.297-.101-.663-.046-1.35-.082c-.228-.013-.457-.025-.688-.036l-1.395-.062-1.423-.048a143.701 143.701 0 0 0-3.651-.057ZM1.25 61c.173 0 .313.134.313.306v.403a.628.628 0 0 1 .228.228h.402c.146 0 .267.107.299.243l.008.07a.308.308 0 0 1-.307.313h-.402a.628.628 0 0 1-.228.228v.403a.312.312 0 0 1-.243.298l-.07.008a.314.314 0 0 1-.313-.303v-.406a.628.628 0 0 1-.228-.228H.307a.312.312 0 0 1-.299-.243L0 62.25c0-.173.134-.313.307-.313h.402a.628.628 0 0 1 .228-.228v-.402c0-.145.107-.267.243-.299L1.25 61ZM138 38.5c.276 0 .5.215.5.49l.001.644c.151.088.278.215.365.366h.644c.24 0 .441.183.482.412l.008.088c0 .276-.215.5-.49.5l-.644.001a1.01 1.01 0 0 1-.365.365l-.001.644c0 .24-.183.44-.412.482L138 42.5a.506.506 0 0 1-.5-.505v-.629a1.003 1.003 0 0 1-.366-.365L136.49 41a.499.499 0 0 1-.482-.412L136 40.5c0-.276.215-.5.49-.5h.644c.088-.152.214-.278.366-.366v-.642a.5.5 0 0 1 .412-.484L138 38.5Zm-14.25-9c.173 0 .312.134.312.306l.001.403a.626.626 0 0 1 .228.228h.402c.146 0 .267.107.299.243l.008.07a.308.308 0 0 1-.307.313h-.402a.626.626 0 0 1-.228.228l-.001.402a.311.311 0 0 1-.242.299l-.07.008a.313.313 0 0 1-.312-.303l-.001-.406a.626.626 0 0 1-.228-.228h-.402a.312.312 0 0 1-.299-.243l-.008-.07c0-.173.134-.313.307-.313h.402a.626.626 0 0 1 .228-.228l.001-.402c0-.145.106-.267.242-.299l.07-.008ZM86.481 16.525c-.12-.336-.8-.54-1.58-.257-.779.283-1.17.88-1.047 1.213l3.276 8.828 2.524-.894-3.173-8.89ZM21.75 21c.173 0 .313.134.313.306v.403a.628.628 0 0 1 .228.228h.402c.146 0 .267.107.299.243l.008.07a.308.308 0 0 1-.306.313h-.403a.628.628 0 0 1-.228.228v.402a.312.312 0 0 1-.243.299l-.07.008a.314.314 0 0 1-.313-.303v-.406a.628.628 0 0 1-.228-.228h-.402a.312.312 0 0 1-.299-.243l-.008-.07c0-.173.134-.313.306-.313h.403a.628.628 0 0 1 .228-.228v-.402c0-.145.107-.267.243-.299l.07-.008Zm80.75-2.5c.276 0 .5.215.5.49l.001.644c.151.088.278.215.365.366h.644c.24 0 .441.183.482.412l.008.088c0 .276-.215.5-.49.5l-.644.001a1.01 1.01 0 0 1-.365.365l-.001.643c0 .241-.183.442-.412.483l-.088.008a.506.506 0 0 1-.5-.505v-.629a1.003 1.003 0 0 1-.366-.365L100.99 21a.499.499 0 0 1-.482-.412l-.008-.088c0-.276.215-.5.49-.5h.644c.088-.152.214-.278.366-.366v-.642a.5.5 0 0 1 .412-.484l.088-.008Zm-60-1.5c.276 0 .5.215.5.49l.001.644c.151.088.278.215.365.366h.644a.5.5 0 0 1 .482.412L44.5 19c0 .276-.215.5-.49.5l-.644.001a1.005 1.005 0 0 1-.365.365l-.001.643a.5.5 0 0 1-.412.483L42.5 21a.506.506 0 0 1-.5-.505v-.629a1.005 1.005 0 0 1-.366-.365l-.644-.001a.5.5 0 0 1-.482-.412L40.5 19c0-.276.215-.5.49-.5h.644c.088-.152.214-.278.366-.366v-.642a.5.5 0 0 1 .412-.484L42.5 17ZM71 0c.276 0 .5.215.5.49l.001.644c.151.088.277.214.365.366h.644a.5.5 0 0 1 .482.412L73 2c0 .276-.215.5-.49.5l-.644.001c-.088.151-.214.277-.365.365l-.001.644a.5.5 0 0 1-.412.482L71 4a.506.506 0 0 1-.5-.505v-.629a1.005 1.005 0 0 1-.366-.365L69.49 2.5a.5.5 0 0 1-.482-.412L69 2c0-.276.215-.5.49-.5h.644c.088-.152.214-.278.366-.366V.492a.5.5 0 0 1 .412-.484L71 0Z" })] }) })); /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (SvgHatWand); /***/ }), /***/ "./node_modules/@box/blueprint-web-assets/illustrations/Medium/UploadCloud.js": /*!************************************************************************************!*\ !*** ./node_modules/@box/blueprint-web-assets/illustrations/Medium/UploadCloud.js ***! \************************************************************************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__) /* harmony export */ }); /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-runtime */ "./node_modules/react/jsx-runtime.js"); const SvgUploadCloud = (props) => ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("svg", { width: "1em", height: "1em", viewBox: "0 0 140 140", role: "img", ...props, children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("path", { fill: "var(--surface-illustration-surface-box-neutral)", d: "M69.633 124.009 72 124l1.767.005 1.74.014 1.715.023 1.69.032 1.11.026 1.643.046 1.612.054 1.056.04 2.066.093 1.507.078 1.469.085 1.894.125 1.817.137.879.073 1.693.154 1.606.165 1.143.131.732.09 1.051.141.995.146.63.1.602.102.576.104.81.16.504.11.474.11.226.057.429.114.398.115c.318.097.604.196.855.297l.285.121.251.123c.508.267.775.545.775.829 0 .398-.522.782-1.495 1.144l-.34.12-.374.119-.405.116-.438.115-.468.113-.498.111-.529.11-.557.106-.586.105-.932.153-.992.148-.695.096-1.09.14-1.145.132-1.2.128-.828.081-1.723.154-1.808.143-1.887.13-1.466.09-1.506.081-1.544.075-2.115.086-2.175.072-2.23.057-2.28.041-2.327.025-1.772.008-2.374-.004-2.337-.02-1.723-.027-1.697-.036-1.668-.044-2.175-.072-1.592-.064-2.067-.097-1.506-.081-1.466-.09-1.887-.13-1.364-.106-1.317-.112-.85-.079-1.634-.165-1.164-.132-1.108-.137-1.052-.143-.668-.098-.642-.1-.614-.103-.586-.105-.557-.107-.529-.109-.498-.11-.468-.114-.438-.115-.405-.116-.374-.119-.34-.12C36.522 128.782 36 128.398 36 128c0-.398.522-.782 1.495-1.144l.34-.12.374-.119.405-.116.438-.115.468-.113.498-.111.529-.11.557-.106.586-.105.932-.153.992-.148.695-.096 1.09-.14 1.145-.132 1.2-.128.828-.081 1.723-.154 1.808-.143 1.887-.13 1.466-.09 1.506-.081 1.544-.075 2.115-.086 2.175-.072 2.23-.057 2.28-.041 2.327-.025ZM72 70c8.284 0 15 6.716 15 15 0 8.284-6.716 15-15 15-8.284 0-15-6.716-15-15 0-8.284 6.716-15 15-15Zm43.987-12.643 6.062 3.5-1 1.732-6.062-3.5 1-1.732ZM29.723 51.65l2 3.464-8.66 5-2-3.464 8.66-5Zm88.264 2.243 6.062 3.5-1 1.732-6.062-3.5 1-1.732Zm-6.33.964 2.598 1.5-1 1.732-2.598-1.5 1-1.732Zm19.96-10.57.078.216.066.22 3.106 11.591.052.22.041.231-3.58-2.068-.186-.112a5 5 0 0 1-1.758-6.51l.113-.208 2.068-3.58Zm-17.96 7.106 2.598 1.5-1 1.732-2.598-1.5 1-1.732Zm-27.427-8.52 1.32 3.287.05.108.068.107a1 1 0 0 0 1.203.332l.107-.054 1.392-.804 1.321 3.905-9.976-2.673 4.515-4.208Zm-63.206-4.83.225.04.223.053 11.592 3.106.217.065.22.08-3.581 2.067-.19.104a5.001 5.001 0 0 1-6.518-1.733l-.123-.202-2.065-3.58Zm75.494-10.41.13.188.121.196 6 10.392.108.2.099.212-3.994-1.071-.208-.06a5.001 5.001 0 0 1-3.38-5.847l.053-.217 1.07-3.992.001-.001Zm-41.94-5.303.207.097.203.109 10.392 6 .193.119.192.134-3.994 1.07-.211.05a4.998 4.998 0 0 1-5.85-3.372l-.063-.214-1.069-3.993Z", opacity: 0.1 }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("path", { fill: "var(--surface-illustration-surface-box-neutral)", d: "M71.613 100.995a16.462 16.462 0 0 1-.77-.036 1 1 0 0 0-.142 1.995c.431.031.864.046 1.301.046l.191-.007a1.001 1.001 0 0 0-.124-1.993l-.456-.005ZM77.679 102.086a1.001 1.001 0 0 0-.631-1.898c-.386.128-.778.241-1.174.341a.999.999 0 1 0 .482 1.94 18.2 18.2 0 0 0 1.323-.383ZM67.137 100.248a16.08 16.08 0 0 1-1.15-.416 1 1 0 1 0-.752 1.853c.425.173.857.329 1.295.469a1.001 1.001 0 0 0 .607-1.906ZM82.643 99.518a1 1 0 0 0-1.183-1.612c-.329.241-.667.47-1.014.686a1 1 0 0 0 1.057 1.697c.39-.242.77-.5 1.14-.771ZM62.68 98.007a16.217 16.217 0 0 1-.966-.751 1 1 0 0 0-1.286 1.531c.351.295.713.577 1.086.845a1 1 0 1 0 1.166-1.625ZM86.61 95.516a.999.999 0 1 0-1.622-1.169c-.239.33-.49.652-.754.964a1.002 1.002 0 0 0 .12 1.41 1.002 1.002 0 0 0 1.41-.12c.296-.351.578-.713.846-1.085ZM59.114 94.486a16.055 16.055 0 0 1-.688-1.011 1 1 0 1 0-1.695 1.06c.243.389.501.769.773 1.138a1.001 1.001 0 0 0 1.61-1.187ZM89.141 90.508a1 1 0 1 0-1.904-.611c-.125.388-.264.771-.418 1.148a1 1 0 0 0 1.852.757c.173-.425.33-.857.47-1.294ZM56.823 90.08a16.132 16.132 0 0 1-.343-1.174 1 1 0 0 0-1.94.487c.112.446.241.887.386 1.322a1.001 1.001 0 0 0 1.897-.635ZM89.993 84.844a1 1 0 0 0-1.993.122l-.004.433c-.007.265-.02.529-.04.792a1 1 0 0 0 1.995.147c.033-.444.049-.89.049-1.338l-.007-.156ZM56.039 83.877a1 1 0 0 0-1.995-.138c-.029.418-.044.839-.044 1.263v.113a1 1 0 1 0 2-.012l.004-.478c.006-.25.018-.5.035-.748ZM89.478 80.682c-.11-.447-.237-.888-.38-1.324a1 1 0 0 0-1.9.627c.128.387.241.779.338 1.175a1 1 0 0 0 1.942-.478ZM57.156 79.018a1 1 0 0 0-1.855-.747c-.172.426-.327.858-.466 1.296a1 1 0 1 0 1.907.603c.124-.389.261-.773.414-1.152ZM87.31 75.53c-.242-.39-.499-.771-.769-1.141a1 1 0 0 0-1.615 1.18c.241.33.469.668.684 1.015a1 1 0 0 0 1.7-1.054ZM59.722 74.742a1 1 0 0 0-1.534-1.284 17.36 17.36 0 0 0-.842 1.089.999.999 0 1 0 1.626 1.162c.238-.332.488-.654.75-.967ZM83.63 71.263c-.35-.297-.711-.58-1.082-.85a1.001 1.001 0 0 0-1.173 1.62c.33.24.652.492.962.755a.999.999 0 1 0 1.293-1.525ZM63.496 71.445a.999.999 0 1 0-1.064-1.693 17.82 17.82 0 0 0-1.137.777 1 1 0 1 0 1.191 1.606c.328-.242.665-.473 1.01-.69ZM78.837 68.345a18.32 18.32 0 0 0-1.293-.474 1 1 0 1 0-.615 1.904c.388.125.771.265 1.148.42a1 1 0 1 0 .76-1.85ZM68.061 69.489a.999.999 0 0 0 .723-1.215h.001a1.001 1.001 0 0 0-1.215-.724c-.446.113-.886.243-1.321.39a1 1 0 0 0 .639 1.895c.386-.13.777-.246 1.173-.346ZM73.374 67.052A17.947 17.947 0 0 0 72 67a1 1 0 0 0 0 2c.41 0 .818.016 1.223.046a1 1 0 0 0 .151-1.994ZM65.174 84.436l.066-.086 6-7c.4-.466 1.12-.466 1.52 0l6 7c.555.648.094 1.65-.76 1.65h-3v6a1 1 0 0 1-.883.993L74 93h-4a1 1 0 0 1-1-1v-6h-3c-.817 0-1.274-.917-.826-1.564Z" }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("path", { fill: "var(--surface-illustration-surface-box-neutral)", fillRule: "evenodd", d: "m125.915 56.161-12.124-7a1 1 0 0 0-1.366.366l-4 6.928a1.002 1.002 0 0 0 .366 1.367l12.124 7 .105.052a1 1 0 0 0 1.262-.419l4-6.928a1 1 0 0 0-.367-1.366Zm-10.928 2.928 1-1.732 6.062 3.5-1 1.732-6.062-3.5Zm2-3.463 1-1.732 6.062 3.5-1 1.732-6.062-3.5Zm-6.33.964 1-1.732 2.598 1.5-1 1.732-2.598-1.5Zm2-3.464 1-1.732 2.598 1.5-1 1.732-2.598-1.5ZM31.455 50.65a.999.999 0 0 0 .366-1.366h.001a1 1 0 0 0-1.367-.366l-12.124 7a1 1 0 0 0 1 1.732l2 3.464a1 1 0 0 0 1 1.732l5.196-3 .5.866-.866.5a1 1 0 0 0 1 1.732l3.464-2a1 1 0 0 0-1-1.732l-.866.5-.5-.866 5.196-3a1 1 0 1 0-1-1.732l-2-3.464Zm-10.392 6 8.66-5 2 3.465-8.66 5-2-3.465Z", clipRule: "evenodd" }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("path", { fill: "var(--surface-illustration-surface-box-neutral)", d: "M63.868 44.962a1 1 0 0 0-.518-1.932l-13.523 3.624a1 1 0 1 0 .518 1.932l13.523-3.624ZM62.495 40.554a1 1 0 0 0-.517-1.932l-13.523 3.623a1 1 0 1 0 .517 1.932l13.523-3.623ZM57.596 37.725a.999.999 0 1 0-.517-1.932l-9.66 2.589a1 1 0 0 0 .517 1.932l9.66-2.589Z" }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("path", { fill: "var(--surface-illustration-surface-box-neutral)", fillRule: "evenodd", d: "m87.543 40.776-.056-.117a1 1 0 0 0-1.554-.242l-6.9 6.433-.08.083a1 1 0 0 0 .503 1.614l13.523 3.624.11.023a1 1 0 0 0 1.096-1.31l-2.311-6.83-.046-.115-.059-.106a1.002 1.002 0 0 0-1.342-.325l-1.452.837-1.432-3.569Zm-1.313 2.097 1.32 3.287.05.108.068.107a1 1 0 0 0 1.203.332l.107-.054 1.392-.804 1.321 3.905-9.976-2.673 4.515-4.208Z", clipRule: "evenodd" }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("path", { fill: "var(--surface-illustration-surface-box-neutral)", d: "M93.187 39.804a2 2 0 1 0-3.863-1.037 2 2 0 0 0 3.863 1.037Z" }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("path", { fill: "var(--surface-illustration-surface-box-neutral)", fillRule: "evenodd", d: "m96.858 24.221-14.986-4.015a6.001 6.001 0 0 0-7.349 4.243l-2.478 9.246-.87-3.248a5.997 5.997 0 0 0-2.795-3.643l-10.392-6a6.003 6.003 0 0 0-4.553-.6L38.449 24.22a6 6 0 0 0-4.243 7.348l2.145 8.005a6.02 6.02 0 0 0-.77-.263L23.99 36.204a6.003 6.003 0 0 0-4.553.6L6.001 44.561a6 6 0 0 0-2.197 8.196l18 31.177a6.004 6.004 0 0 0 6.91 2.752l-.09.339A20.005 20.005 0 0 0 28 92c0 10.931 8.769 19.813 19.656 19.997l.582.003h49v-.038l.345-.024C107.889 111.131 116 102.513 116 92c0-1.775-.231-3.495-.665-5.133a6.002 6.002 0 0 0 7.107-2.689l13.757-23.829a6 6 0 0 0 .6-4.552l-3.106-11.592a6.002 6.002 0 0 0-2.796-3.643l-13.436-7.757a6 6 0 0 0-8.196 2.196l-2.184 3.782a6.034 6.034 0 0 0-.58-1.374l-6-10.392a6 6 0 0 0-3.643-2.796Zm-53.834 48.74C43.567 61.27 53.223 52 65 52a21.95 21.95 0 0 1 17.161 8.234l.262.333.985 1.275 1.455-.691.37-.168A11.967 11.967 0 0 1 90 60c6.627 0 12 5.373 12 12a12 12 0 0 1-.036.932l-.044.46-.173 1.479 1.368.59.337.149A18.002 18.002 0 0 1 114 92c0 9.415-7.251 17.205-16.554 17.943l-.33.023-.542.033H51.476l.02-.039L48 110l-.33-.003C37.88 109.82 30 101.83 30 92a18.009 18.009 0 0 1 11.369-16.74l.341-.13 1.26-.47.04-1.343.014-.356ZM110.997 36l.104-.17a4 4 0 0 1 5.36-1.293l13.436 7.757.193.119c.073.048.143.098.213.15l-2.486 4.304-.117.21a7.002 7.002 0 0 0 2.68 9.353l4.304 2.485a3.992 3.992 0 0 1-.217.434L120.71 83.178l-.104.17a4 4 0 0 1-5.36 1.294l-.843-.486-.166-.378a20.078 20.078 0 0 0-10.331-10.154c.062-.531.094-1.074.094-1.624 0-5.038-2.661-9.454-6.654-11.92l-.186-.113L110.997 36Zm-90.36 2.429c.077-.04.155-.075.235-.109l2.485 4.304.124.207a7.06 7.06 0 0 0 .323.474l.016.022a4.91 4.91 0 0 0 .17.218l.025.03a7.004 7.004 0 0 0 8.905 1.612l4.273-2.467 5.808 21.673-.018.041-.144.337-.037.088a23.924 23.924 0 0 0-1.791 8.398 19.96 19.96 0 0 0-5.954 3.496 20.057 20.057 0 0 0-5.418 7.308l.016-.04-.654.378-.175.096a4.01 4.01 0 0 1-.346.158l-.016.006a4.002 4.002 0 0 1-4.927-1.724l-18-31.177-.096-.175a4.001 4.001 0 0 1 .226-4.036l.002-.003c.02-.032.042-.063.064-.094.324-.46.75-.857 1.268-1.156l13.436-7.757.2-.108Zm33.537-16.344c.085-.018.17-.033.256-.045l1.285 4.801.066.232a7 7 0 0 0 8.507 4.718l4.802-1.286c.06.149.111.302.154.46l1.766 6.593-3.372 12.586-.432-.044c-.726-.066-1.462-.1-2.206-.1-8.79 0-16.474 4.724-20.654 11.772l.016-.028-8.223-30.692-.047-.194a4 4 0 0 1 2.875-4.705l14.987-4.016.22-.052Zm22.281 2.881.057-.191a3.999 3.999 0 0 1 4.842-2.636l14.986 4.015.218.065c.082.027.164.057.244.09l-1.287 4.8-.058.233a7 7 0 0 0 5.008 8.341l4.801 1.286a4.2 4.2 0 0 1-.097.477l-.327 1.213-9.472 16.408-.336-.135A13.967 13.967 0 0 0 90 58c-2.144 0-4.177.481-5.994 1.346a24.002 24.002 0 0 0-13.991-8.82l-.387-.08 6.827-25.48Zm53.094 22.902 2.068-3.58v.001c.056.141.104.287.144.435l3.106 11.592.053.22.04.23-3.58-2.068-.186-.112a5.001 5.001 0 0 1-1.645-6.718Zm-104.46-6.244-2.065-3.58c.15.023.3.053.448.093l11.592 3.106.217.065.22.08-3.582 2.067-.19.104a5 5 0 0 1-6.64-1.935Zm72.358-9.997 1.071-3.992c.091.122.174.25.251.383l6 10.392.107.2.1.212-3.994-1.072-.208-.06a5 5 0 0 1-3.327-6.063Zm-39.8-5.303-1.069-3.993c.14.06.276.129.41.205l10.392 6 .193.12.192.133-3.995 1.07-.21.052a5 5 0 0 1-5.913-3.587Z", clipRule: "evenodd" })] })); /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (SvgUploadCloud); /***/ }), /***/ "./node_modules/@box/blueprint-web-assets/tokens/tokens.js": /*!*****************************************************************!*\ !*** ./node_modules/@box/blueprint-web-assets/tokens/tokens.js ***! \*****************************************************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ AnimationDuration2: () => (/* binding */ AnimationDuration2), /* harmony export */ AnimationDuration3: () => (/* binding */ AnimationDuration3), /* harmony export */ AnimationDuration4: () => (/* binding */ AnimationDuration4), /* harmony export */ AnimationEasingEaseBase: () => (/* binding */ AnimationEasingEaseBase), /* harmony export */ BackgroundBackground: () => (/* binding */ BackgroundBackground), /* harmony export */ BlackOpacity00: () => (/* binding */ BlackOpacity00), /* harmony export */ BlackOpacity04: () => (/* binding */ BlackOpacity04), /* harmony export */ BlackOpacity08: () => (/* binding */ BlackOpacity08), /* harmony export */ BlackOpacity50: () => (/* binding */ BlackOpacity50), /* harmony export */ BlackOpacity60: () => (/* binding */ BlackOpacity60), /* harmony export */ BlackOpacity80: () => (/* binding */ BlackOpacity80), /* harmony export */ BodyDefaultBoldFontFamily: () => (/* binding */ BodyDefaultBoldFontFamily), /* harmony export */ BodyDefaultBoldFontSize: () => (/* binding */ BodyDefaultBoldFontSize), /* harmony export */ BodyDefaultBoldFontWeight: () => (/* binding */ BodyDefaultBoldFontWeight), /* harmony export */ BodyDefaultBoldLetterSpacing: () => (/* binding */ BodyDefaultBoldLetterSpacing), /* harmony export */ BodyDefaultBoldLineHeight: () => (/* binding */ BodyDefaultBoldLineHeight), /* harmony export */ BodyDefaultBoldParagraphSpacing: () => (/* binding */ BodyDefaultBoldParagraphSpacing), /* harmony export */ BodyDefaultBoldTextCase: () => (/* binding */ BodyDefaultBoldTextCase), /* harmony export */ BodyDefaultBoldTextDecoration: () => (/* binding */ BodyDefaultBoldTextDecoration), /* harmony export */ BodyDefaultFontFamily: () => (/* binding */ BodyDefaultFontFamily), /* harmony export */ BodyDefaultFontSize: () => (/* binding */ BodyDefaultFontSize), /* harmony export */ BodyDefaultFontWeight: () => (/* binding */ BodyDefaultFontWeight), /* harmony export */ BodyDefaultLetterSpacing: () => (/* binding */ BodyDefaultLetterSpacing), /* harmony export */ BodyDefaultLineHeight: () => (/* binding */ BodyDefaultLineHeight), /* harmony export */ BodyDefaultParagraphSpacing: () => (/* binding */ BodyDefaultParagraphSpacing), /* harmony export */ BodyDefaultSemiboldFontFamily: () => (/* binding */ BodyDefaultSemiboldFontFamily), /* harmony export */ BodyDefaultSemiboldFontSize: () => (/* binding */ BodyDefaultSemiboldFontSize), /* harmony export */ BodyDefaultSemiboldFontWeight: () => (/* binding */ BodyDefaultSemiboldFontWeight), /* harmony export */ BodyDefaultSemiboldLetterSpacing: () => (/* binding */ BodyDefaultSemiboldLetterSpacing), /* harmony export */ BodyDefaultSemiboldLineHeight: () => (/* binding */ BodyDefaultSemiboldLineHeight), /* harmony export */ BodyDefaultSemiboldParagraphSpacing: () => (/* binding */ BodyDefaultSemiboldParagraphSpacing), /* harmony export */ BodyDefaultSemiboldTextCase: () => (/* binding */ BodyDefaultSemiboldTextCase), /* harmony export */ BodyDefaultSemiboldTextDecoration: () => (/* binding */ BodyDefaultSemiboldTextDecoration), /* harmony export */ BodyDefaultTextCase: () => (/* binding */ BodyDefaultTextCase), /* harmony export */ BodyDefaultTextDecoration: () => (/* binding */ BodyDefaultTextDecoration), /* harmony export */ BodyLargeBoldFontFamily: () => (/* binding */ BodyLargeBoldFontFamily), /* harmony export */ BodyLargeBoldFontSize: () => (/* binding */ BodyLargeBoldFontSize), /* harmony export */ BodyLargeBoldFontWeight: () => (/* binding */ BodyLargeBoldFontWeight), /* harmony export */ BodyLargeBoldLetterSpacing: () => (/* binding */ BodyLargeBoldLetterSpacing), /* harmony export */ BodyLargeBoldLineHeight: () => (/* binding */ BodyLargeBoldLineHeight), /* harmony export */ BodyLargeBoldParagraphSpacing: () => (/* binding */ BodyLargeBoldParagraphSpacing), /* harmony export */ BodyLargeBoldTextCase: () => (/* binding */ BodyLargeBoldTextCase), /* harmony export */ BodyLargeBoldTextDecoration: () => (/* binding */ BodyLargeBoldTextDecoration), /* harmony export */ BodyLargeFontFamily: () => (/* binding */ BodyLargeFontFamily), /* harmony export */ BodyLargeFontSize: () => (/* binding */ BodyLargeFontSize), /* harmony export */ BodyLargeFontWeight: () => (/* binding */ BodyLargeFontWeight), /* harmony export */ BodyLargeLetterSpacing: () => (/* binding */ BodyLargeLetterSpacing), /* harmony export */ BodyLargeLineHeight: () => (/* binding */ BodyLargeLineHeight), /* harmony export */ BodyLargeParagraphSpacing: () => (/* binding */ BodyLargeParagraphSpacing), /* harmony export */ BodyLargeTextCase: () => (/* binding */ BodyLargeTextCase), /* harmony export */ BodyLargeTextDecoration: () => (/* binding */ BodyLargeTextDecoration), /* harmony export */ Border1: () => (/* binding */ Border1), /* harmony export */ Border2: () => (/* binding */ Border2), /* harmony export */ Border3: () => (/* binding */ Border3), /* harmony export */ Border4: () => (/* binding */ Border4), /* harmony export */ Border6: () => (/* binding */ Border6), /* harmony export */ Border8: () => (/* binding */ Border8), /* harmony export */ BorderAvatarBorderHover: () => (/* binding */ BorderAvatarBorderHover), /* harmony export */ BorderAvatarBorderPressed: () => (/* binding */ BorderAvatarBorderPressed), /* harmony export */ BorderBadgeBorder: () => (/* binding */ BorderBadgeBorder), /* harmony export */ BorderCardBorder: () => (/* binding */ BorderCardBorder), /* harmony export */ BorderCardBorderAi: () => (/* binding */ BorderCardBorderAi), /* harmony export */ BorderCardBorderFocus: () => (/* binding */ BorderCardBorderFocus), /* harmony export */ BorderCardBorderHover: () => (/* binding */ BorderCardBorderHover), /* harmony export */ BorderCardBorderPressed: () => (/* binding */ BorderCardBorderPressed), /* harmony export */ BorderCheckboxBorder: () => (/* binding */ BorderCheckboxBorder), /* harmony export */ BorderCheckboxBorderHover: () => (/* binding */ BorderCheckboxBorderHover), /* harmony export */ BorderCheckboxBorderSelected: () => (/* binding */ BorderCheckboxBorderSelected), /* harmony export */ BorderCheckboxBorderSelectedHover: () => (/* binding */ BorderCheckboxBorderSelectedHover), /* harmony export */ BorderCollapsibleBorder: () => (/* binding */ BorderCollapsibleBorder), /* harmony export */ BorderContentbuttonBorderSelected: () => (/* binding */ BorderContentbuttonBorderSelected), /* harmony export */ BorderCtaBorderAi: () => (/* binding */ BorderCtaBorderAi), /* harmony export */ BorderCtaBorderOutline: () => (/* binding */ Borde