@dust-tt/sparkle 0.1.9 → 0.1.10

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/cjs/index.js CHANGED
@@ -1,26 +1,5 @@
1
1
  'use strict';
2
2
 
3
- var React = require('react');
4
-
5
- function _interopNamespaceDefault(e) {
6
- var n = Object.create(null);
7
- if (e) {
8
- Object.keys(e).forEach(function (k) {
9
- if (k !== 'default') {
10
- var d = Object.getOwnPropertyDescriptor(e, k);
11
- Object.defineProperty(n, k, d.get ? d : {
12
- enumerable: true,
13
- get: function () { return e[k]; }
14
- });
15
- }
16
- });
17
- }
18
- n.default = e;
19
- return Object.freeze(n);
20
- }
21
-
22
- var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
23
-
24
3
  function styleInject(css, ref) {
25
4
  if ( ref === void 0 ) ref = {};
26
5
  var insertAt = ref.insertAt;
@@ -51,6 +30,2807 @@ function styleInject(css, ref) {
51
30
  var css_248z = "/*\n! tailwindcss v3.3.2 | MIT License | https://tailwindcss.com\n*//*\n1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)\n2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)\n*/\n\n*,\n::before,\n::after {\n box-sizing: border-box; /* 1 */\n border-width: 0; /* 2 */\n border-style: solid; /* 2 */\n border-color: #e5e7eb; /* 2 */\n}\n\n::before,\n::after {\n --tw-content: '';\n}\n\n/*\n1. Use a consistent sensible line-height in all browsers.\n2. Prevent adjustments of font size after orientation changes in iOS.\n3. Use a more readable tab size.\n4. Use the user's configured `sans` font-family by default.\n5. Use the user's configured `sans` font-feature-settings by default.\n6. Use the user's configured `sans` font-variation-settings by default.\n*/\n\nhtml {\n line-height: 1.5; /* 1 */\n -webkit-text-size-adjust: 100%; /* 2 */\n -moz-tab-size: 4; /* 3 */\n -o-tab-size: 4;\n tab-size: 4; /* 3 */\n font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"; /* 4 */\n font-feature-settings: normal; /* 5 */\n font-variation-settings: normal; /* 6 */\n}\n\n/*\n1. Remove the margin in all browsers.\n2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.\n*/\n\nbody {\n margin: 0; /* 1 */\n line-height: inherit; /* 2 */\n}\n\n/*\n1. Add the correct height in Firefox.\n2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)\n3. Ensure horizontal rules are visible by default.\n*/\n\nhr {\n height: 0; /* 1 */\n color: inherit; /* 2 */\n border-top-width: 1px; /* 3 */\n}\n\n/*\nAdd the correct text decoration in Chrome, Edge, and Safari.\n*/\n\nabbr:where([title]) {\n -webkit-text-decoration: underline dotted;\n text-decoration: underline dotted;\n}\n\n/*\nRemove the default font size and weight for headings.\n*/\n\nh1,\nh2,\nh3,\nh4,\nh5,\nh6 {\n font-size: inherit;\n font-weight: inherit;\n}\n\n/*\nReset links to optimize for opt-in styling instead of opt-out.\n*/\n\na {\n color: inherit;\n text-decoration: inherit;\n}\n\n/*\nAdd the correct font weight in Edge and Safari.\n*/\n\nb,\nstrong {\n font-weight: bolder;\n}\n\n/*\n1. Use the user's configured `mono` font family by default.\n2. Correct the odd `em` font sizing in all browsers.\n*/\n\ncode,\nkbd,\nsamp,\npre {\n font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace; /* 1 */\n font-size: 1em; /* 2 */\n}\n\n/*\nAdd the correct font size in all browsers.\n*/\n\nsmall {\n font-size: 80%;\n}\n\n/*\nPrevent `sub` and `sup` elements from affecting the line height in all browsers.\n*/\n\nsub,\nsup {\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline;\n}\n\nsub {\n bottom: -0.25em;\n}\n\nsup {\n top: -0.5em;\n}\n\n/*\n1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)\n2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)\n3. Remove gaps between table borders by default.\n*/\n\ntable {\n text-indent: 0; /* 1 */\n border-color: inherit; /* 2 */\n border-collapse: collapse; /* 3 */\n}\n\n/*\n1. Change the font styles in all browsers.\n2. Remove the margin in Firefox and Safari.\n3. Remove default padding in all browsers.\n*/\n\nbutton,\ninput,\noptgroup,\nselect,\ntextarea {\n font-family: inherit; /* 1 */\n font-size: 100%; /* 1 */\n font-weight: inherit; /* 1 */\n line-height: inherit; /* 1 */\n color: inherit; /* 1 */\n margin: 0; /* 2 */\n padding: 0; /* 3 */\n}\n\n/*\nRemove the inheritance of text transform in Edge and Firefox.\n*/\n\nbutton,\nselect {\n text-transform: none;\n}\n\n/*\n1. Correct the inability to style clickable types in iOS and Safari.\n2. Remove default button styles.\n*/\n\nbutton,\n[type='button'],\n[type='reset'],\n[type='submit'] {\n -webkit-appearance: button; /* 1 */\n background-color: transparent; /* 2 */\n background-image: none; /* 2 */\n}\n\n/*\nUse the modern Firefox focus style for all focusable elements.\n*/\n\n:-moz-focusring {\n outline: auto;\n}\n\n/*\nRemove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)\n*/\n\n:-moz-ui-invalid {\n box-shadow: none;\n}\n\n/*\nAdd the correct vertical alignment in Chrome and Firefox.\n*/\n\nprogress {\n vertical-align: baseline;\n}\n\n/*\nCorrect the cursor style of increment and decrement buttons in Safari.\n*/\n\n::-webkit-inner-spin-button,\n::-webkit-outer-spin-button {\n height: auto;\n}\n\n/*\n1. Correct the odd appearance in Chrome and Safari.\n2. Correct the outline style in Safari.\n*/\n\n[type='search'] {\n -webkit-appearance: textfield; /* 1 */\n outline-offset: -2px; /* 2 */\n}\n\n/*\nRemove the inner padding in Chrome and Safari on macOS.\n*/\n\n::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n/*\n1. Correct the inability to style clickable types in iOS and Safari.\n2. Change font properties to `inherit` in Safari.\n*/\n\n::-webkit-file-upload-button {\n -webkit-appearance: button; /* 1 */\n font: inherit; /* 2 */\n}\n\n/*\nAdd the correct display in Chrome and Safari.\n*/\n\nsummary {\n display: list-item;\n}\n\n/*\nRemoves the default spacing and border for appropriate elements.\n*/\n\nblockquote,\ndl,\ndd,\nh1,\nh2,\nh3,\nh4,\nh5,\nh6,\nhr,\nfigure,\np,\npre {\n margin: 0;\n}\n\nfieldset {\n margin: 0;\n padding: 0;\n}\n\nlegend {\n padding: 0;\n}\n\nol,\nul,\nmenu {\n list-style: none;\n margin: 0;\n padding: 0;\n}\n\n/*\nPrevent resizing textareas horizontally by default.\n*/\n\ntextarea {\n resize: vertical;\n}\n\n/*\n1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)\n2. Set the default placeholder color to the user's configured gray 400 color.\n*/\n\ninput::-moz-placeholder, textarea::-moz-placeholder {\n opacity: 1; /* 1 */\n color: #9ca3af; /* 2 */\n}\n\ninput::placeholder,\ntextarea::placeholder {\n opacity: 1; /* 1 */\n color: #9ca3af; /* 2 */\n}\n\n/*\nSet the default cursor for buttons.\n*/\n\nbutton,\n[role=\"button\"] {\n cursor: pointer;\n}\n\n/*\nMake sure disabled buttons don't get the pointer cursor.\n*/\n:disabled {\n cursor: default;\n}\n\n/*\n1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)\n2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)\n This can trigger a poorly considered lint error in some tools but is included by design.\n*/\n\nimg,\nsvg,\nvideo,\ncanvas,\naudio,\niframe,\nembed,\nobject {\n display: block; /* 1 */\n vertical-align: middle; /* 2 */\n}\n\n/*\nConstrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)\n*/\n\nimg,\nvideo {\n max-width: 100%;\n height: auto;\n}\n\n/* Make elements with the HTML hidden attribute stay hidden by default */\n[hidden] {\n display: none;\n}\n\n[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {\n -webkit-appearance: none;\n -moz-appearance: none;\n appearance: none;\n background-color: #fff;\n border-color: #6b7280;\n border-width: 1px;\n border-radius: 0px;\n padding-top: 0.5rem;\n padding-right: 0.75rem;\n padding-bottom: 0.5rem;\n padding-left: 0.75rem;\n font-size: 1rem;\n line-height: 1.5rem;\n --tw-shadow: 0 0 #0000;\n}\n\n[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {\n outline: 2px solid transparent;\n outline-offset: 2px;\n --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);\n --tw-ring-offset-width: 0px;\n --tw-ring-offset-color: #fff;\n --tw-ring-color: #2563eb;\n --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);\n --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);\n box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);\n border-color: #2563eb;\n}\n\ninput::-moz-placeholder, textarea::-moz-placeholder {\n color: #6b7280;\n opacity: 1;\n}\n\ninput::placeholder,textarea::placeholder {\n color: #6b7280;\n opacity: 1;\n}\n\n::-webkit-datetime-edit-fields-wrapper {\n padding: 0;\n}\n\n::-webkit-date-and-time-value {\n min-height: 1.5em;\n}\n\n::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {\n padding-top: 0;\n padding-bottom: 0;\n}\n\nselect {\n background-image: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e\");\n background-position: right 0.5rem center;\n background-repeat: no-repeat;\n background-size: 1.5em 1.5em;\n padding-right: 2.5rem;\n -webkit-print-color-adjust: exact;\n print-color-adjust: exact;\n}\n\n[multiple] {\n background-image: initial;\n background-position: initial;\n background-repeat: unset;\n background-size: initial;\n padding-right: 0.75rem;\n -webkit-print-color-adjust: unset;\n print-color-adjust: unset;\n}\n\n[type='checkbox'],[type='radio'] {\n -webkit-appearance: none;\n -moz-appearance: none;\n appearance: none;\n padding: 0;\n -webkit-print-color-adjust: exact;\n print-color-adjust: exact;\n display: inline-block;\n vertical-align: middle;\n background-origin: border-box;\n -webkit-user-select: none;\n -moz-user-select: none;\n user-select: none;\n flex-shrink: 0;\n height: 1rem;\n width: 1rem;\n color: #2563eb;\n background-color: #fff;\n border-color: #6b7280;\n border-width: 1px;\n --tw-shadow: 0 0 #0000;\n}\n\n[type='checkbox'] {\n border-radius: 0px;\n}\n\n[type='radio'] {\n border-radius: 100%;\n}\n\n[type='checkbox']:focus,[type='radio']:focus {\n outline: 2px solid transparent;\n outline-offset: 2px;\n --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);\n --tw-ring-offset-width: 2px;\n --tw-ring-offset-color: #fff;\n --tw-ring-color: #2563eb;\n --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);\n --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);\n box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);\n}\n\n[type='checkbox']:checked,[type='radio']:checked {\n border-color: transparent;\n background-color: currentColor;\n background-size: 100% 100%;\n background-position: center;\n background-repeat: no-repeat;\n}\n\n[type='checkbox']:checked {\n background-image: url(\"data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e\");\n}\n\n[type='radio']:checked {\n background-image: url(\"data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e\");\n}\n\n[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {\n border-color: transparent;\n background-color: currentColor;\n}\n\n[type='checkbox']:indeterminate {\n background-image: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e\");\n border-color: transparent;\n background-color: currentColor;\n background-size: 100% 100%;\n background-position: center;\n background-repeat: no-repeat;\n}\n\n[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {\n border-color: transparent;\n background-color: currentColor;\n}\n\n[type='file'] {\n background: unset;\n border-color: inherit;\n border-width: 0;\n border-radius: 0;\n padding: 0;\n font-size: unset;\n line-height: inherit;\n}\n\n[type='file']:focus {\n outline: 1px solid ButtonText;\n outline: 1px auto -webkit-focus-ring-color;\n}\n\n*, ::before, ::after {\n --tw-border-spacing-x: 0;\n --tw-border-spacing-y: 0;\n --tw-translate-x: 0;\n --tw-translate-y: 0;\n --tw-rotate: 0;\n --tw-skew-x: 0;\n --tw-skew-y: 0;\n --tw-scale-x: 1;\n --tw-scale-y: 1;\n --tw-pan-x: ;\n --tw-pan-y: ;\n --tw-pinch-zoom: ;\n --tw-scroll-snap-strictness: proximity;\n --tw-gradient-from-position: ;\n --tw-gradient-via-position: ;\n --tw-gradient-to-position: ;\n --tw-ordinal: ;\n --tw-slashed-zero: ;\n --tw-numeric-figure: ;\n --tw-numeric-spacing: ;\n --tw-numeric-fraction: ;\n --tw-ring-inset: ;\n --tw-ring-offset-width: 0px;\n --tw-ring-offset-color: #fff;\n --tw-ring-color: rgb(59 130 246 / 0.5);\n --tw-ring-offset-shadow: 0 0 #0000;\n --tw-ring-shadow: 0 0 #0000;\n --tw-shadow: 0 0 #0000;\n --tw-shadow-colored: 0 0 #0000;\n --tw-blur: ;\n --tw-brightness: ;\n --tw-contrast: ;\n --tw-grayscale: ;\n --tw-hue-rotate: ;\n --tw-invert: ;\n --tw-saturate: ;\n --tw-sepia: ;\n --tw-drop-shadow: ;\n --tw-backdrop-blur: ;\n --tw-backdrop-brightness: ;\n --tw-backdrop-contrast: ;\n --tw-backdrop-grayscale: ;\n --tw-backdrop-hue-rotate: ;\n --tw-backdrop-invert: ;\n --tw-backdrop-opacity: ;\n --tw-backdrop-saturate: ;\n --tw-backdrop-sepia: ;\n}\n\n::backdrop {\n --tw-border-spacing-x: 0;\n --tw-border-spacing-y: 0;\n --tw-translate-x: 0;\n --tw-translate-y: 0;\n --tw-rotate: 0;\n --tw-skew-x: 0;\n --tw-skew-y: 0;\n --tw-scale-x: 1;\n --tw-scale-y: 1;\n --tw-pan-x: ;\n --tw-pan-y: ;\n --tw-pinch-zoom: ;\n --tw-scroll-snap-strictness: proximity;\n --tw-gradient-from-position: ;\n --tw-gradient-via-position: ;\n --tw-gradient-to-position: ;\n --tw-ordinal: ;\n --tw-slashed-zero: ;\n --tw-numeric-figure: ;\n --tw-numeric-spacing: ;\n --tw-numeric-fraction: ;\n --tw-ring-inset: ;\n --tw-ring-offset-width: 0px;\n --tw-ring-offset-color: #fff;\n --tw-ring-color: rgb(59 130 246 / 0.5);\n --tw-ring-offset-shadow: 0 0 #0000;\n --tw-ring-shadow: 0 0 #0000;\n --tw-shadow: 0 0 #0000;\n --tw-shadow-colored: 0 0 #0000;\n --tw-blur: ;\n --tw-brightness: ;\n --tw-contrast: ;\n --tw-grayscale: ;\n --tw-hue-rotate: ;\n --tw-invert: ;\n --tw-saturate: ;\n --tw-sepia: ;\n --tw-drop-shadow: ;\n --tw-backdrop-blur: ;\n --tw-backdrop-brightness: ;\n --tw-backdrop-contrast: ;\n --tw-backdrop-grayscale: ;\n --tw-backdrop-hue-rotate: ;\n --tw-backdrop-invert: ;\n --tw-backdrop-opacity: ;\n --tw-backdrop-saturate: ;\n --tw-backdrop-sepia: ;\n}\n.-mb-px {\n margin-bottom: -1px;\n}\n.box-border {\n box-sizing: border-box;\n}\n.flex {\n display: flex;\n}\n.inline-flex {\n display: inline-flex;\n}\n.h-4 {\n height: 1rem;\n}\n.h-5 {\n height: 1.25rem;\n}\n.w-4 {\n width: 1rem;\n}\n.w-5 {\n width: 1.25rem;\n}\n.flex-1 {\n flex: 1 1 0%;\n}\n.grow {\n flex-grow: 1;\n}\n.scale-100 {\n --tw-scale-x: 1;\n --tw-scale-y: 1;\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n}\n.scale-95 {\n --tw-scale-x: .95;\n --tw-scale-y: .95;\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n}\n.transform {\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n}\n.cursor-default {\n cursor: default;\n}\n.cursor-not-allowed {\n cursor: not-allowed;\n}\n.cursor-pointer {\n cursor: pointer;\n}\n.select-none {\n -webkit-user-select: none;\n -moz-user-select: none;\n user-select: none;\n}\n.items-center {\n align-items: center;\n}\n.justify-center {\n justify-content: center;\n}\n.gap-x-1 {\n -moz-column-gap: 0.25rem;\n column-gap: 0.25rem;\n}\n.gap-x-1\\.5 {\n -moz-column-gap: 0.375rem;\n column-gap: 0.375rem;\n}\n.gap-x-2 {\n -moz-column-gap: 0.5rem;\n column-gap: 0.5rem;\n}\n.space-x-0 > :not([hidden]) ~ :not([hidden]) {\n --tw-space-x-reverse: 0;\n margin-right: calc(0px * var(--tw-space-x-reverse));\n margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));\n}\n.whitespace-nowrap {\n white-space: nowrap;\n}\n.rounded-full {\n border-radius: 9999px;\n}\n.border {\n border-width: 1px;\n}\n.border-b {\n border-bottom-width: 1px;\n}\n.border-b-2 {\n border-bottom-width: 2px;\n}\n.border-action-500 {\n --tw-border-opacity: 1;\n border-color: rgb(59 130 246 / var(--tw-border-opacity));\n}\n.border-action-600 {\n --tw-border-opacity: 1;\n border-color: rgb(37 99 235 / var(--tw-border-opacity));\n}\n.border-structure-200 {\n --tw-border-opacity: 1;\n border-color: rgb(226 232 240 / var(--tw-border-opacity));\n}\n.border-structure-300 {\n --tw-border-opacity: 1;\n border-color: rgb(203 213 225 / var(--tw-border-opacity));\n}\n.border-transparent {\n border-color: transparent;\n}\n.bg-action-500 {\n --tw-bg-opacity: 1;\n background-color: rgb(59 130 246 / var(--tw-bg-opacity));\n}\n.bg-gray-200 {\n --tw-bg-opacity: 1;\n background-color: rgb(229 231 235 / var(--tw-bg-opacity));\n}\n.bg-structure-0 {\n --tw-bg-opacity: 1;\n background-color: rgb(255 255 255 / var(--tw-bg-opacity));\n}\n.px-0 {\n padding-left: 0px;\n padding-right: 0px;\n}\n.px-0\\.5 {\n padding-left: 0.125rem;\n padding-right: 0.125rem;\n}\n.px-1 {\n padding-left: 0.25rem;\n padding-right: 0.25rem;\n}\n.px-3 {\n padding-left: 0.75rem;\n padding-right: 0.75rem;\n}\n.px-4 {\n padding-left: 1rem;\n padding-right: 1rem;\n}\n.px-5 {\n padding-left: 1.25rem;\n padding-right: 1.25rem;\n}\n.py-1 {\n padding-top: 0.25rem;\n padding-bottom: 0.25rem;\n}\n.py-1\\.5 {\n padding-top: 0.375rem;\n padding-bottom: 0.375rem;\n}\n.py-2 {\n padding-top: 0.5rem;\n padding-bottom: 0.5rem;\n}\n.py-3 {\n padding-top: 0.75rem;\n padding-bottom: 0.75rem;\n}\n.text-sm {\n font-size: 0.875rem;\n line-height: 1.25rem;\n}\n.text-xs {\n font-size: 0.75rem;\n line-height: 1rem;\n}\n.font-bold {\n font-weight: 700;\n}\n.font-semibold {\n font-weight: 600;\n}\n.text-action-500 {\n --tw-text-opacity: 1;\n color: rgb(59 130 246 / var(--tw-text-opacity));\n}\n.text-element-600 {\n --tw-text-opacity: 1;\n color: rgb(148 163 184 / var(--tw-text-opacity));\n}\n.text-element-700 {\n --tw-text-opacity: 1;\n color: rgb(100 116 139 / var(--tw-text-opacity));\n}\n.text-element-800 {\n --tw-text-opacity: 1;\n color: rgb(51 65 85 / var(--tw-text-opacity));\n}\n.text-element-900 {\n --tw-text-opacity: 1;\n color: rgb(15 23 42 / var(--tw-text-opacity));\n}\n.text-white {\n --tw-text-opacity: 1;\n color: rgb(255 255 255 / var(--tw-text-opacity));\n}\n.opacity-50 {\n opacity: 0.5;\n}\n.filter {\n filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);\n}\n.transition-all {\n transition-property: all;\n transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);\n transition-duration: 150ms;\n}\n.transition-colors {\n transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;\n transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);\n transition-duration: 150ms;\n}\n.transition-transform {\n transition-property: transform;\n transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);\n transition-duration: 150ms;\n}\n.ease-out {\n transition-timing-function: cubic-bezier(0, 0, 0.2, 1);\n}\n.hover\\:scale-100:hover {\n --tw-scale-x: 1;\n --tw-scale-y: 1;\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n}\n.hover\\:border-action-300:hover {\n --tw-border-opacity: 1;\n border-color: rgb(147 197 253 / var(--tw-border-opacity));\n}\n.hover\\:border-action-500:hover {\n --tw-border-opacity: 1;\n border-color: rgb(59 130 246 / var(--tw-border-opacity));\n}\n.hover\\:bg-action-400:hover {\n --tw-bg-opacity: 1;\n background-color: rgb(96 165 250 / var(--tw-bg-opacity));\n}\n.hover\\:bg-action-50:hover {\n --tw-bg-opacity: 1;\n background-color: rgb(239 246 255 / var(--tw-bg-opacity));\n}\n.hover\\:text-action-500:hover {\n --tw-text-opacity: 1;\n color: rgb(59 130 246 / var(--tw-text-opacity));\n}\n.hover\\:text-element-800:hover {\n --tw-text-opacity: 1;\n color: rgb(51 65 85 / var(--tw-text-opacity));\n}\n.hover\\:drop-shadow-md:hover {\n --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));\n filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);\n}\n.active\\:scale-95:active {\n --tw-scale-x: .95;\n --tw-scale-y: .95;\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n}\n.active\\:border-action-500:active {\n --tw-border-opacity: 1;\n border-color: rgb(59 130 246 / var(--tw-border-opacity));\n}\n.active\\:border-action-700:active {\n --tw-border-opacity: 1;\n border-color: rgb(29 78 216 / var(--tw-border-opacity));\n}\n.active\\:bg-action-100:active {\n --tw-bg-opacity: 1;\n background-color: rgb(219 234 254 / var(--tw-bg-opacity));\n}\n.active\\:bg-action-600:active {\n --tw-bg-opacity: 1;\n background-color: rgb(37 99 235 / var(--tw-bg-opacity));\n}\n.active\\:text-action-700:active {\n --tw-text-opacity: 1;\n color: rgb(29 78 216 / var(--tw-text-opacity));\n}\n.active\\:drop-shadow-none:active {\n --tw-drop-shadow: drop-shadow(0 0 #0000);\n filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);\n}\n.group:hover .group-hover\\:scale-110 {\n --tw-scale-x: 1.1;\n --tw-scale-y: 1.1;\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n}\n.group:hover .group-hover\\:text-action-400 {\n --tw-text-opacity: 1;\n color: rgb(96 165 250 / var(--tw-text-opacity));\n}\n:is(.dark .dark\\:border-action-500-dark) {\n --tw-border-opacity: 1;\n border-color: rgb(59 130 246 / var(--tw-border-opacity));\n}\n:is(.dark .dark\\:border-action-600-dark) {\n --tw-border-opacity: 1;\n border-color: rgb(96 165 250 / var(--tw-border-opacity));\n}\n:is(.dark .dark\\:border-structure-200-dark) {\n --tw-border-opacity: 1;\n border-color: rgb(51 65 85 / var(--tw-border-opacity));\n}\n:is(.dark .dark\\:border-structure-300-dark) {\n --tw-border-opacity: 1;\n border-color: rgb(71 85 105 / var(--tw-border-opacity));\n}\n:is(.dark .dark\\:bg-action-500-dark) {\n --tw-bg-opacity: 1;\n background-color: rgb(59 130 246 / var(--tw-bg-opacity));\n}\n:is(.dark .dark\\:bg-structure-50-dark) {\n --tw-bg-opacity: 1;\n background-color: rgb(15 23 42 / var(--tw-bg-opacity));\n}\n:is(.dark .dark\\:text-action-500-dark) {\n --tw-text-opacity: 1;\n color: rgb(59 130 246 / var(--tw-text-opacity));\n}\n:is(.dark .dark\\:text-element-600-dark) {\n --tw-text-opacity: 1;\n color: rgb(148 163 184 / var(--tw-text-opacity));\n}\n:is(.dark .dark\\:text-element-700-dark) {\n --tw-text-opacity: 1;\n color: rgb(203 213 225 / var(--tw-text-opacity));\n}\n:is(.dark .dark\\:hover\\:border-action-300-dark:hover) {\n --tw-border-opacity: 1;\n border-color: rgb(29 78 216 / var(--tw-border-opacity));\n}\n:is(.dark .dark\\:hover\\:border-action-500-dark:hover) {\n --tw-border-opacity: 1;\n border-color: rgb(59 130 246 / var(--tw-border-opacity));\n}\n:is(.dark .dark\\:hover\\:bg-action-50-dark:hover) {\n --tw-bg-opacity: 1;\n background-color: rgb(23 37 84 / var(--tw-bg-opacity));\n}\n:is(.dark .dark\\:hover\\:bg-action-500-dark:hover) {\n --tw-bg-opacity: 1;\n background-color: rgb(59 130 246 / var(--tw-bg-opacity));\n}\n:is(.dark .dark\\:hover\\:text-action-600-dark:hover) {\n --tw-text-opacity: 1;\n color: rgb(96 165 250 / var(--tw-text-opacity));\n}\n:is(.dark .dark\\:active\\:border-action-500-dark:active) {\n --tw-border-opacity: 1;\n border-color: rgb(59 130 246 / var(--tw-border-opacity));\n}\n:is(.dark .dark\\:active\\:border-action-700-dark:active) {\n --tw-border-opacity: 1;\n border-color: rgb(147 197 253 / var(--tw-border-opacity));\n}\n:is(.dark .dark\\:active\\:bg-action-100-dark:active) {\n --tw-bg-opacity: 1;\n background-color: rgb(30 58 138 / var(--tw-bg-opacity));\n}\n:is(.dark .dark\\:active\\:bg-action-600-dark:active) {\n --tw-bg-opacity: 1;\n background-color: rgb(96 165 250 / var(--tw-bg-opacity));\n}\n:is(.dark .group:hover .dark\\:group-hover\\:text-action-500-dark) {\n --tw-text-opacity: 1;\n color: rgb(59 130 246 / var(--tw-text-opacity));\n}";
52
31
  styleInject(css_248z);
53
32
 
33
+ function getDefaultExportFromCjs (x) {
34
+ return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
35
+ }
36
+
37
+ var react = {exports: {}};
38
+
39
+ var react_production_min = {};
40
+
41
+ /**
42
+ * @license React
43
+ * react.production.min.js
44
+ *
45
+ * Copyright (c) Facebook, Inc. and its affiliates.
46
+ *
47
+ * This source code is licensed under the MIT license found in the
48
+ * LICENSE file in the root directory of this source tree.
49
+ */
50
+
51
+ var hasRequiredReact_production_min;
52
+
53
+ function requireReact_production_min () {
54
+ if (hasRequiredReact_production_min) return react_production_min;
55
+ hasRequiredReact_production_min = 1;
56
+ var l=Symbol.for("react.element"),n=Symbol.for("react.portal"),p=Symbol.for("react.fragment"),q=Symbol.for("react.strict_mode"),r=Symbol.for("react.profiler"),t=Symbol.for("react.provider"),u=Symbol.for("react.context"),v=Symbol.for("react.forward_ref"),w=Symbol.for("react.suspense"),x=Symbol.for("react.memo"),y=Symbol.for("react.lazy"),z=Symbol.iterator;function A(a){if(null===a||"object"!==typeof a)return null;a=z&&a[z]||a["@@iterator"];return "function"===typeof a?a:null}
57
+ var B={isMounted:function(){return !1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},C=Object.assign,D={};function E(a,b,e){this.props=a;this.context=b;this.refs=D;this.updater=e||B;}E.prototype.isReactComponent={};
58
+ E.prototype.setState=function(a,b){if("object"!==typeof a&&"function"!==typeof a&&null!=a)throw Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables.");this.updater.enqueueSetState(this,a,b,"setState");};E.prototype.forceUpdate=function(a){this.updater.enqueueForceUpdate(this,a,"forceUpdate");};function F(){}F.prototype=E.prototype;function G(a,b,e){this.props=a;this.context=b;this.refs=D;this.updater=e||B;}var H=G.prototype=new F;
59
+ H.constructor=G;C(H,E.prototype);H.isPureReactComponent=!0;var I=Array.isArray,J=Object.prototype.hasOwnProperty,K={current:null},L={key:!0,ref:!0,__self:!0,__source:!0};
60
+ function M(a,b,e){var d,c={},k=null,h=null;if(null!=b)for(d in void 0!==b.ref&&(h=b.ref),void 0!==b.key&&(k=""+b.key),b)J.call(b,d)&&!L.hasOwnProperty(d)&&(c[d]=b[d]);var g=arguments.length-2;if(1===g)c.children=e;else if(1<g){for(var f=Array(g),m=0;m<g;m++)f[m]=arguments[m+2];c.children=f;}if(a&&a.defaultProps)for(d in g=a.defaultProps,g)void 0===c[d]&&(c[d]=g[d]);return {$$typeof:l,type:a,key:k,ref:h,props:c,_owner:K.current}}
61
+ function N(a,b){return {$$typeof:l,type:a.type,key:b,ref:a.ref,props:a.props,_owner:a._owner}}function O(a){return "object"===typeof a&&null!==a&&a.$$typeof===l}function escape(a){var b={"=":"=0",":":"=2"};return "$"+a.replace(/[=:]/g,function(a){return b[a]})}var P=/\/+/g;function Q(a,b){return "object"===typeof a&&null!==a&&null!=a.key?escape(""+a.key):b.toString(36)}
62
+ function R(a,b,e,d,c){var k=typeof a;if("undefined"===k||"boolean"===k)a=null;var h=!1;if(null===a)h=!0;else switch(k){case "string":case "number":h=!0;break;case "object":switch(a.$$typeof){case l:case n:h=!0;}}if(h)return h=a,c=c(h),a=""===d?"."+Q(h,0):d,I(c)?(e="",null!=a&&(e=a.replace(P,"$&/")+"/"),R(c,b,e,"",function(a){return a})):null!=c&&(O(c)&&(c=N(c,e+(!c.key||h&&h.key===c.key?"":(""+c.key).replace(P,"$&/")+"/")+a)),b.push(c)),1;h=0;d=""===d?".":d+":";if(I(a))for(var g=0;g<a.length;g++){k=
63
+ a[g];var f=d+Q(k,g);h+=R(k,b,e,f,c);}else if(f=A(a),"function"===typeof f)for(a=f.call(a),g=0;!(k=a.next()).done;)k=k.value,f=d+Q(k,g++),h+=R(k,b,e,f,c);else if("object"===k)throw b=String(a),Error("Objects are not valid as a React child (found: "+("[object Object]"===b?"object with keys {"+Object.keys(a).join(", ")+"}":b)+"). If you meant to render a collection of children, use an array instead.");return h}
64
+ function S(a,b,e){if(null==a)return a;var d=[],c=0;R(a,d,"","",function(a){return b.call(e,a,c++)});return d}function T(a){if(-1===a._status){var b=a._result;b=b();b.then(function(b){if(0===a._status||-1===a._status)a._status=1,a._result=b;},function(b){if(0===a._status||-1===a._status)a._status=2,a._result=b;});-1===a._status&&(a._status=0,a._result=b);}if(1===a._status)return a._result.default;throw a._result;}
65
+ var U={current:null},V={transition:null},W={ReactCurrentDispatcher:U,ReactCurrentBatchConfig:V,ReactCurrentOwner:K};react_production_min.Children={map:S,forEach:function(a,b,e){S(a,function(){b.apply(this,arguments);},e);},count:function(a){var b=0;S(a,function(){b++;});return b},toArray:function(a){return S(a,function(a){return a})||[]},only:function(a){if(!O(a))throw Error("React.Children.only expected to receive a single React element child.");return a}};react_production_min.Component=E;react_production_min.Fragment=p;
66
+ react_production_min.Profiler=r;react_production_min.PureComponent=G;react_production_min.StrictMode=q;react_production_min.Suspense=w;react_production_min.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=W;
67
+ react_production_min.cloneElement=function(a,b,e){if(null===a||void 0===a)throw Error("React.cloneElement(...): The argument must be a React element, but you passed "+a+".");var d=C({},a.props),c=a.key,k=a.ref,h=a._owner;if(null!=b){void 0!==b.ref&&(k=b.ref,h=K.current);void 0!==b.key&&(c=""+b.key);if(a.type&&a.type.defaultProps)var g=a.type.defaultProps;for(f in b)J.call(b,f)&&!L.hasOwnProperty(f)&&(d[f]=void 0===b[f]&&void 0!==g?g[f]:b[f]);}var f=arguments.length-2;if(1===f)d.children=e;else if(1<f){g=Array(f);
68
+ for(var m=0;m<f;m++)g[m]=arguments[m+2];d.children=g;}return {$$typeof:l,type:a.type,key:c,ref:k,props:d,_owner:h}};react_production_min.createContext=function(a){a={$$typeof:u,_currentValue:a,_currentValue2:a,_threadCount:0,Provider:null,Consumer:null,_defaultValue:null,_globalName:null};a.Provider={$$typeof:t,_context:a};return a.Consumer=a};react_production_min.createElement=M;react_production_min.createFactory=function(a){var b=M.bind(null,a);b.type=a;return b};react_production_min.createRef=function(){return {current:null}};
69
+ react_production_min.forwardRef=function(a){return {$$typeof:v,render:a}};react_production_min.isValidElement=O;react_production_min.lazy=function(a){return {$$typeof:y,_payload:{_status:-1,_result:a},_init:T}};react_production_min.memo=function(a,b){return {$$typeof:x,type:a,compare:void 0===b?null:b}};react_production_min.startTransition=function(a){var b=V.transition;V.transition={};try{a();}finally{V.transition=b;}};react_production_min.unstable_act=function(){throw Error("act(...) is not supported in production builds of React.");};
70
+ react_production_min.useCallback=function(a,b){return U.current.useCallback(a,b)};react_production_min.useContext=function(a){return U.current.useContext(a)};react_production_min.useDebugValue=function(){};react_production_min.useDeferredValue=function(a){return U.current.useDeferredValue(a)};react_production_min.useEffect=function(a,b){return U.current.useEffect(a,b)};react_production_min.useId=function(){return U.current.useId()};react_production_min.useImperativeHandle=function(a,b,e){return U.current.useImperativeHandle(a,b,e)};
71
+ react_production_min.useInsertionEffect=function(a,b){return U.current.useInsertionEffect(a,b)};react_production_min.useLayoutEffect=function(a,b){return U.current.useLayoutEffect(a,b)};react_production_min.useMemo=function(a,b){return U.current.useMemo(a,b)};react_production_min.useReducer=function(a,b,e){return U.current.useReducer(a,b,e)};react_production_min.useRef=function(a){return U.current.useRef(a)};react_production_min.useState=function(a){return U.current.useState(a)};react_production_min.useSyncExternalStore=function(a,b,e){return U.current.useSyncExternalStore(a,b,e)};
72
+ react_production_min.useTransition=function(){return U.current.useTransition()};react_production_min.version="18.2.0";
73
+ return react_production_min;
74
+ }
75
+
76
+ var react_development = {exports: {}};
77
+
78
+ /**
79
+ * @license React
80
+ * react.development.js
81
+ *
82
+ * Copyright (c) Facebook, Inc. and its affiliates.
83
+ *
84
+ * This source code is licensed under the MIT license found in the
85
+ * LICENSE file in the root directory of this source tree.
86
+ */
87
+ react_development.exports;
88
+
89
+ var hasRequiredReact_development;
90
+
91
+ function requireReact_development () {
92
+ if (hasRequiredReact_development) return react_development.exports;
93
+ hasRequiredReact_development = 1;
94
+ (function (module, exports) {
95
+
96
+ if (process.env.NODE_ENV !== "production") {
97
+ (function() {
98
+
99
+ /* global __REACT_DEVTOOLS_GLOBAL_HOOK__ */
100
+ if (
101
+ typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ !== 'undefined' &&
102
+ typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart ===
103
+ 'function'
104
+ ) {
105
+ __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(new Error());
106
+ }
107
+ var ReactVersion = '18.2.0';
108
+
109
+ // ATTENTION
110
+ // When adding new symbols to this file,
111
+ // Please consider also adding to 'react-devtools-shared/src/backend/ReactSymbols'
112
+ // The Symbol used to tag the ReactElement-like types.
113
+ var REACT_ELEMENT_TYPE = Symbol.for('react.element');
114
+ var REACT_PORTAL_TYPE = Symbol.for('react.portal');
115
+ var REACT_FRAGMENT_TYPE = Symbol.for('react.fragment');
116
+ var REACT_STRICT_MODE_TYPE = Symbol.for('react.strict_mode');
117
+ var REACT_PROFILER_TYPE = Symbol.for('react.profiler');
118
+ var REACT_PROVIDER_TYPE = Symbol.for('react.provider');
119
+ var REACT_CONTEXT_TYPE = Symbol.for('react.context');
120
+ var REACT_FORWARD_REF_TYPE = Symbol.for('react.forward_ref');
121
+ var REACT_SUSPENSE_TYPE = Symbol.for('react.suspense');
122
+ var REACT_SUSPENSE_LIST_TYPE = Symbol.for('react.suspense_list');
123
+ var REACT_MEMO_TYPE = Symbol.for('react.memo');
124
+ var REACT_LAZY_TYPE = Symbol.for('react.lazy');
125
+ var REACT_OFFSCREEN_TYPE = Symbol.for('react.offscreen');
126
+ var MAYBE_ITERATOR_SYMBOL = Symbol.iterator;
127
+ var FAUX_ITERATOR_SYMBOL = '@@iterator';
128
+ function getIteratorFn(maybeIterable) {
129
+ if (maybeIterable === null || typeof maybeIterable !== 'object') {
130
+ return null;
131
+ }
132
+
133
+ var maybeIterator = MAYBE_ITERATOR_SYMBOL && maybeIterable[MAYBE_ITERATOR_SYMBOL] || maybeIterable[FAUX_ITERATOR_SYMBOL];
134
+
135
+ if (typeof maybeIterator === 'function') {
136
+ return maybeIterator;
137
+ }
138
+
139
+ return null;
140
+ }
141
+
142
+ /**
143
+ * Keeps track of the current dispatcher.
144
+ */
145
+ var ReactCurrentDispatcher = {
146
+ /**
147
+ * @internal
148
+ * @type {ReactComponent}
149
+ */
150
+ current: null
151
+ };
152
+
153
+ /**
154
+ * Keeps track of the current batch's configuration such as how long an update
155
+ * should suspend for if it needs to.
156
+ */
157
+ var ReactCurrentBatchConfig = {
158
+ transition: null
159
+ };
160
+
161
+ var ReactCurrentActQueue = {
162
+ current: null,
163
+ // Used to reproduce behavior of `batchedUpdates` in legacy mode.
164
+ isBatchingLegacy: false,
165
+ didScheduleLegacyUpdate: false
166
+ };
167
+
168
+ /**
169
+ * Keeps track of the current owner.
170
+ *
171
+ * The current owner is the component who should own any components that are
172
+ * currently being constructed.
173
+ */
174
+ var ReactCurrentOwner = {
175
+ /**
176
+ * @internal
177
+ * @type {ReactComponent}
178
+ */
179
+ current: null
180
+ };
181
+
182
+ var ReactDebugCurrentFrame = {};
183
+ var currentExtraStackFrame = null;
184
+ function setExtraStackFrame(stack) {
185
+ {
186
+ currentExtraStackFrame = stack;
187
+ }
188
+ }
189
+
190
+ {
191
+ ReactDebugCurrentFrame.setExtraStackFrame = function (stack) {
192
+ {
193
+ currentExtraStackFrame = stack;
194
+ }
195
+ }; // Stack implementation injected by the current renderer.
196
+
197
+
198
+ ReactDebugCurrentFrame.getCurrentStack = null;
199
+
200
+ ReactDebugCurrentFrame.getStackAddendum = function () {
201
+ var stack = ''; // Add an extra top frame while an element is being validated
202
+
203
+ if (currentExtraStackFrame) {
204
+ stack += currentExtraStackFrame;
205
+ } // Delegate to the injected renderer-specific implementation
206
+
207
+
208
+ var impl = ReactDebugCurrentFrame.getCurrentStack;
209
+
210
+ if (impl) {
211
+ stack += impl() || '';
212
+ }
213
+
214
+ return stack;
215
+ };
216
+ }
217
+
218
+ // -----------------------------------------------------------------------------
219
+
220
+ var enableScopeAPI = false; // Experimental Create Event Handle API.
221
+ var enableCacheElement = false;
222
+ var enableTransitionTracing = false; // No known bugs, but needs performance testing
223
+
224
+ var enableLegacyHidden = false; // Enables unstable_avoidThisFallback feature in Fiber
225
+ // stuff. Intended to enable React core members to more easily debug scheduling
226
+ // issues in DEV builds.
227
+
228
+ var enableDebugTracing = false; // Track which Fiber(s) schedule render work.
229
+
230
+ var ReactSharedInternals = {
231
+ ReactCurrentDispatcher: ReactCurrentDispatcher,
232
+ ReactCurrentBatchConfig: ReactCurrentBatchConfig,
233
+ ReactCurrentOwner: ReactCurrentOwner
234
+ };
235
+
236
+ {
237
+ ReactSharedInternals.ReactDebugCurrentFrame = ReactDebugCurrentFrame;
238
+ ReactSharedInternals.ReactCurrentActQueue = ReactCurrentActQueue;
239
+ }
240
+
241
+ // by calls to these methods by a Babel plugin.
242
+ //
243
+ // In PROD (or in packages without access to React internals),
244
+ // they are left as they are instead.
245
+
246
+ function warn(format) {
247
+ {
248
+ {
249
+ for (var _len = arguments.length, args = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {
250
+ args[_key - 1] = arguments[_key];
251
+ }
252
+
253
+ printWarning('warn', format, args);
254
+ }
255
+ }
256
+ }
257
+ function error(format) {
258
+ {
259
+ {
260
+ for (var _len2 = arguments.length, args = new Array(_len2 > 1 ? _len2 - 1 : 0), _key2 = 1; _key2 < _len2; _key2++) {
261
+ args[_key2 - 1] = arguments[_key2];
262
+ }
263
+
264
+ printWarning('error', format, args);
265
+ }
266
+ }
267
+ }
268
+
269
+ function printWarning(level, format, args) {
270
+ // When changing this logic, you might want to also
271
+ // update consoleWithStackDev.www.js as well.
272
+ {
273
+ var ReactDebugCurrentFrame = ReactSharedInternals.ReactDebugCurrentFrame;
274
+ var stack = ReactDebugCurrentFrame.getStackAddendum();
275
+
276
+ if (stack !== '') {
277
+ format += '%s';
278
+ args = args.concat([stack]);
279
+ } // eslint-disable-next-line react-internal/safe-string-coercion
280
+
281
+
282
+ var argsWithFormat = args.map(function (item) {
283
+ return String(item);
284
+ }); // Careful: RN currently depends on this prefix
285
+
286
+ argsWithFormat.unshift('Warning: ' + format); // We intentionally don't use spread (or .apply) directly because it
287
+ // breaks IE9: https://github.com/facebook/react/issues/13610
288
+ // eslint-disable-next-line react-internal/no-production-logging
289
+
290
+ Function.prototype.apply.call(console[level], console, argsWithFormat);
291
+ }
292
+ }
293
+
294
+ var didWarnStateUpdateForUnmountedComponent = {};
295
+
296
+ function warnNoop(publicInstance, callerName) {
297
+ {
298
+ var _constructor = publicInstance.constructor;
299
+ var componentName = _constructor && (_constructor.displayName || _constructor.name) || 'ReactClass';
300
+ var warningKey = componentName + "." + callerName;
301
+
302
+ if (didWarnStateUpdateForUnmountedComponent[warningKey]) {
303
+ return;
304
+ }
305
+
306
+ error("Can't call %s on a component that is not yet mounted. " + 'This is a no-op, but it might indicate a bug in your application. ' + 'Instead, assign to `this.state` directly or define a `state = {};` ' + 'class property with the desired state in the %s component.', callerName, componentName);
307
+
308
+ didWarnStateUpdateForUnmountedComponent[warningKey] = true;
309
+ }
310
+ }
311
+ /**
312
+ * This is the abstract API for an update queue.
313
+ */
314
+
315
+
316
+ var ReactNoopUpdateQueue = {
317
+ /**
318
+ * Checks whether or not this composite component is mounted.
319
+ * @param {ReactClass} publicInstance The instance we want to test.
320
+ * @return {boolean} True if mounted, false otherwise.
321
+ * @protected
322
+ * @final
323
+ */
324
+ isMounted: function (publicInstance) {
325
+ return false;
326
+ },
327
+
328
+ /**
329
+ * Forces an update. This should only be invoked when it is known with
330
+ * certainty that we are **not** in a DOM transaction.
331
+ *
332
+ * You may want to call this when you know that some deeper aspect of the
333
+ * component's state has changed but `setState` was not called.
334
+ *
335
+ * This will not invoke `shouldComponentUpdate`, but it will invoke
336
+ * `componentWillUpdate` and `componentDidUpdate`.
337
+ *
338
+ * @param {ReactClass} publicInstance The instance that should rerender.
339
+ * @param {?function} callback Called after component is updated.
340
+ * @param {?string} callerName name of the calling function in the public API.
341
+ * @internal
342
+ */
343
+ enqueueForceUpdate: function (publicInstance, callback, callerName) {
344
+ warnNoop(publicInstance, 'forceUpdate');
345
+ },
346
+
347
+ /**
348
+ * Replaces all of the state. Always use this or `setState` to mutate state.
349
+ * You should treat `this.state` as immutable.
350
+ *
351
+ * There is no guarantee that `this.state` will be immediately updated, so
352
+ * accessing `this.state` after calling this method may return the old value.
353
+ *
354
+ * @param {ReactClass} publicInstance The instance that should rerender.
355
+ * @param {object} completeState Next state.
356
+ * @param {?function} callback Called after component is updated.
357
+ * @param {?string} callerName name of the calling function in the public API.
358
+ * @internal
359
+ */
360
+ enqueueReplaceState: function (publicInstance, completeState, callback, callerName) {
361
+ warnNoop(publicInstance, 'replaceState');
362
+ },
363
+
364
+ /**
365
+ * Sets a subset of the state. This only exists because _pendingState is
366
+ * internal. This provides a merging strategy that is not available to deep
367
+ * properties which is confusing. TODO: Expose pendingState or don't use it
368
+ * during the merge.
369
+ *
370
+ * @param {ReactClass} publicInstance The instance that should rerender.
371
+ * @param {object} partialState Next partial state to be merged with state.
372
+ * @param {?function} callback Called after component is updated.
373
+ * @param {?string} Name of the calling function in the public API.
374
+ * @internal
375
+ */
376
+ enqueueSetState: function (publicInstance, partialState, callback, callerName) {
377
+ warnNoop(publicInstance, 'setState');
378
+ }
379
+ };
380
+
381
+ var assign = Object.assign;
382
+
383
+ var emptyObject = {};
384
+
385
+ {
386
+ Object.freeze(emptyObject);
387
+ }
388
+ /**
389
+ * Base class helpers for the updating state of a component.
390
+ */
391
+
392
+
393
+ function Component(props, context, updater) {
394
+ this.props = props;
395
+ this.context = context; // If a component has string refs, we will assign a different object later.
396
+
397
+ this.refs = emptyObject; // We initialize the default updater but the real one gets injected by the
398
+ // renderer.
399
+
400
+ this.updater = updater || ReactNoopUpdateQueue;
401
+ }
402
+
403
+ Component.prototype.isReactComponent = {};
404
+ /**
405
+ * Sets a subset of the state. Always use this to mutate
406
+ * state. You should treat `this.state` as immutable.
407
+ *
408
+ * There is no guarantee that `this.state` will be immediately updated, so
409
+ * accessing `this.state` after calling this method may return the old value.
410
+ *
411
+ * There is no guarantee that calls to `setState` will run synchronously,
412
+ * as they may eventually be batched together. You can provide an optional
413
+ * callback that will be executed when the call to setState is actually
414
+ * completed.
415
+ *
416
+ * When a function is provided to setState, it will be called at some point in
417
+ * the future (not synchronously). It will be called with the up to date
418
+ * component arguments (state, props, context). These values can be different
419
+ * from this.* because your function may be called after receiveProps but before
420
+ * shouldComponentUpdate, and this new state, props, and context will not yet be
421
+ * assigned to this.
422
+ *
423
+ * @param {object|function} partialState Next partial state or function to
424
+ * produce next partial state to be merged with current state.
425
+ * @param {?function} callback Called after state is updated.
426
+ * @final
427
+ * @protected
428
+ */
429
+
430
+ Component.prototype.setState = function (partialState, callback) {
431
+ if (typeof partialState !== 'object' && typeof partialState !== 'function' && partialState != null) {
432
+ throw new Error('setState(...): takes an object of state variables to update or a ' + 'function which returns an object of state variables.');
433
+ }
434
+
435
+ this.updater.enqueueSetState(this, partialState, callback, 'setState');
436
+ };
437
+ /**
438
+ * Forces an update. This should only be invoked when it is known with
439
+ * certainty that we are **not** in a DOM transaction.
440
+ *
441
+ * You may want to call this when you know that some deeper aspect of the
442
+ * component's state has changed but `setState` was not called.
443
+ *
444
+ * This will not invoke `shouldComponentUpdate`, but it will invoke
445
+ * `componentWillUpdate` and `componentDidUpdate`.
446
+ *
447
+ * @param {?function} callback Called after update is complete.
448
+ * @final
449
+ * @protected
450
+ */
451
+
452
+
453
+ Component.prototype.forceUpdate = function (callback) {
454
+ this.updater.enqueueForceUpdate(this, callback, 'forceUpdate');
455
+ };
456
+ /**
457
+ * Deprecated APIs. These APIs used to exist on classic React classes but since
458
+ * we would like to deprecate them, we're not going to move them over to this
459
+ * modern base class. Instead, we define a getter that warns if it's accessed.
460
+ */
461
+
462
+
463
+ {
464
+ var deprecatedAPIs = {
465
+ isMounted: ['isMounted', 'Instead, make sure to clean up subscriptions and pending requests in ' + 'componentWillUnmount to prevent memory leaks.'],
466
+ replaceState: ['replaceState', 'Refactor your code to use setState instead (see ' + 'https://github.com/facebook/react/issues/3236).']
467
+ };
468
+
469
+ var defineDeprecationWarning = function (methodName, info) {
470
+ Object.defineProperty(Component.prototype, methodName, {
471
+ get: function () {
472
+ warn('%s(...) is deprecated in plain JavaScript React classes. %s', info[0], info[1]);
473
+
474
+ return undefined;
475
+ }
476
+ });
477
+ };
478
+
479
+ for (var fnName in deprecatedAPIs) {
480
+ if (deprecatedAPIs.hasOwnProperty(fnName)) {
481
+ defineDeprecationWarning(fnName, deprecatedAPIs[fnName]);
482
+ }
483
+ }
484
+ }
485
+
486
+ function ComponentDummy() {}
487
+
488
+ ComponentDummy.prototype = Component.prototype;
489
+ /**
490
+ * Convenience component with default shallow equality check for sCU.
491
+ */
492
+
493
+ function PureComponent(props, context, updater) {
494
+ this.props = props;
495
+ this.context = context; // If a component has string refs, we will assign a different object later.
496
+
497
+ this.refs = emptyObject;
498
+ this.updater = updater || ReactNoopUpdateQueue;
499
+ }
500
+
501
+ var pureComponentPrototype = PureComponent.prototype = new ComponentDummy();
502
+ pureComponentPrototype.constructor = PureComponent; // Avoid an extra prototype jump for these methods.
503
+
504
+ assign(pureComponentPrototype, Component.prototype);
505
+ pureComponentPrototype.isPureReactComponent = true;
506
+
507
+ // an immutable object with a single mutable value
508
+ function createRef() {
509
+ var refObject = {
510
+ current: null
511
+ };
512
+
513
+ {
514
+ Object.seal(refObject);
515
+ }
516
+
517
+ return refObject;
518
+ }
519
+
520
+ var isArrayImpl = Array.isArray; // eslint-disable-next-line no-redeclare
521
+
522
+ function isArray(a) {
523
+ return isArrayImpl(a);
524
+ }
525
+
526
+ /*
527
+ * The `'' + value` pattern (used in in perf-sensitive code) throws for Symbol
528
+ * and Temporal.* types. See https://github.com/facebook/react/pull/22064.
529
+ *
530
+ * The functions in this module will throw an easier-to-understand,
531
+ * easier-to-debug exception with a clear errors message message explaining the
532
+ * problem. (Instead of a confusing exception thrown inside the implementation
533
+ * of the `value` object).
534
+ */
535
+ // $FlowFixMe only called in DEV, so void return is not possible.
536
+ function typeName(value) {
537
+ {
538
+ // toStringTag is needed for namespaced types like Temporal.Instant
539
+ var hasToStringTag = typeof Symbol === 'function' && Symbol.toStringTag;
540
+ var type = hasToStringTag && value[Symbol.toStringTag] || value.constructor.name || 'Object';
541
+ return type;
542
+ }
543
+ } // $FlowFixMe only called in DEV, so void return is not possible.
544
+
545
+
546
+ function willCoercionThrow(value) {
547
+ {
548
+ try {
549
+ testStringCoercion(value);
550
+ return false;
551
+ } catch (e) {
552
+ return true;
553
+ }
554
+ }
555
+ }
556
+
557
+ function testStringCoercion(value) {
558
+ // If you ended up here by following an exception call stack, here's what's
559
+ // happened: you supplied an object or symbol value to React (as a prop, key,
560
+ // DOM attribute, CSS property, string ref, etc.) and when React tried to
561
+ // coerce it to a string using `'' + value`, an exception was thrown.
562
+ //
563
+ // The most common types that will cause this exception are `Symbol` instances
564
+ // and Temporal objects like `Temporal.Instant`. But any object that has a
565
+ // `valueOf` or `[Symbol.toPrimitive]` method that throws will also cause this
566
+ // exception. (Library authors do this to prevent users from using built-in
567
+ // numeric operators like `+` or comparison operators like `>=` because custom
568
+ // methods are needed to perform accurate arithmetic or comparison.)
569
+ //
570
+ // To fix the problem, coerce this object or symbol value to a string before
571
+ // passing it to React. The most reliable way is usually `String(value)`.
572
+ //
573
+ // To find which value is throwing, check the browser or debugger console.
574
+ // Before this exception was thrown, there should be `console.error` output
575
+ // that shows the type (Symbol, Temporal.PlainDate, etc.) that caused the
576
+ // problem and how that type was used: key, atrribute, input value prop, etc.
577
+ // In most cases, this console output also shows the component and its
578
+ // ancestor components where the exception happened.
579
+ //
580
+ // eslint-disable-next-line react-internal/safe-string-coercion
581
+ return '' + value;
582
+ }
583
+ function checkKeyStringCoercion(value) {
584
+ {
585
+ if (willCoercionThrow(value)) {
586
+ error('The provided key is an unsupported type %s.' + ' This value must be coerced to a string before before using it here.', typeName(value));
587
+
588
+ return testStringCoercion(value); // throw (to help callers find troubleshooting comments)
589
+ }
590
+ }
591
+ }
592
+
593
+ function getWrappedName(outerType, innerType, wrapperName) {
594
+ var displayName = outerType.displayName;
595
+
596
+ if (displayName) {
597
+ return displayName;
598
+ }
599
+
600
+ var functionName = innerType.displayName || innerType.name || '';
601
+ return functionName !== '' ? wrapperName + "(" + functionName + ")" : wrapperName;
602
+ } // Keep in sync with react-reconciler/getComponentNameFromFiber
603
+
604
+
605
+ function getContextName(type) {
606
+ return type.displayName || 'Context';
607
+ } // Note that the reconciler package should generally prefer to use getComponentNameFromFiber() instead.
608
+
609
+
610
+ function getComponentNameFromType(type) {
611
+ if (type == null) {
612
+ // Host root, text node or just invalid type.
613
+ return null;
614
+ }
615
+
616
+ {
617
+ if (typeof type.tag === 'number') {
618
+ error('Received an unexpected object in getComponentNameFromType(). ' + 'This is likely a bug in React. Please file an issue.');
619
+ }
620
+ }
621
+
622
+ if (typeof type === 'function') {
623
+ return type.displayName || type.name || null;
624
+ }
625
+
626
+ if (typeof type === 'string') {
627
+ return type;
628
+ }
629
+
630
+ switch (type) {
631
+ case REACT_FRAGMENT_TYPE:
632
+ return 'Fragment';
633
+
634
+ case REACT_PORTAL_TYPE:
635
+ return 'Portal';
636
+
637
+ case REACT_PROFILER_TYPE:
638
+ return 'Profiler';
639
+
640
+ case REACT_STRICT_MODE_TYPE:
641
+ return 'StrictMode';
642
+
643
+ case REACT_SUSPENSE_TYPE:
644
+ return 'Suspense';
645
+
646
+ case REACT_SUSPENSE_LIST_TYPE:
647
+ return 'SuspenseList';
648
+
649
+ }
650
+
651
+ if (typeof type === 'object') {
652
+ switch (type.$$typeof) {
653
+ case REACT_CONTEXT_TYPE:
654
+ var context = type;
655
+ return getContextName(context) + '.Consumer';
656
+
657
+ case REACT_PROVIDER_TYPE:
658
+ var provider = type;
659
+ return getContextName(provider._context) + '.Provider';
660
+
661
+ case REACT_FORWARD_REF_TYPE:
662
+ return getWrappedName(type, type.render, 'ForwardRef');
663
+
664
+ case REACT_MEMO_TYPE:
665
+ var outerName = type.displayName || null;
666
+
667
+ if (outerName !== null) {
668
+ return outerName;
669
+ }
670
+
671
+ return getComponentNameFromType(type.type) || 'Memo';
672
+
673
+ case REACT_LAZY_TYPE:
674
+ {
675
+ var lazyComponent = type;
676
+ var payload = lazyComponent._payload;
677
+ var init = lazyComponent._init;
678
+
679
+ try {
680
+ return getComponentNameFromType(init(payload));
681
+ } catch (x) {
682
+ return null;
683
+ }
684
+ }
685
+
686
+ // eslint-disable-next-line no-fallthrough
687
+ }
688
+ }
689
+
690
+ return null;
691
+ }
692
+
693
+ var hasOwnProperty = Object.prototype.hasOwnProperty;
694
+
695
+ var RESERVED_PROPS = {
696
+ key: true,
697
+ ref: true,
698
+ __self: true,
699
+ __source: true
700
+ };
701
+ var specialPropKeyWarningShown, specialPropRefWarningShown, didWarnAboutStringRefs;
702
+
703
+ {
704
+ didWarnAboutStringRefs = {};
705
+ }
706
+
707
+ function hasValidRef(config) {
708
+ {
709
+ if (hasOwnProperty.call(config, 'ref')) {
710
+ var getter = Object.getOwnPropertyDescriptor(config, 'ref').get;
711
+
712
+ if (getter && getter.isReactWarning) {
713
+ return false;
714
+ }
715
+ }
716
+ }
717
+
718
+ return config.ref !== undefined;
719
+ }
720
+
721
+ function hasValidKey(config) {
722
+ {
723
+ if (hasOwnProperty.call(config, 'key')) {
724
+ var getter = Object.getOwnPropertyDescriptor(config, 'key').get;
725
+
726
+ if (getter && getter.isReactWarning) {
727
+ return false;
728
+ }
729
+ }
730
+ }
731
+
732
+ return config.key !== undefined;
733
+ }
734
+
735
+ function defineKeyPropWarningGetter(props, displayName) {
736
+ var warnAboutAccessingKey = function () {
737
+ {
738
+ if (!specialPropKeyWarningShown) {
739
+ specialPropKeyWarningShown = true;
740
+
741
+ error('%s: `key` is not a prop. Trying to access it will result ' + 'in `undefined` being returned. If you need to access the same ' + 'value within the child component, you should pass it as a different ' + 'prop. (https://reactjs.org/link/special-props)', displayName);
742
+ }
743
+ }
744
+ };
745
+
746
+ warnAboutAccessingKey.isReactWarning = true;
747
+ Object.defineProperty(props, 'key', {
748
+ get: warnAboutAccessingKey,
749
+ configurable: true
750
+ });
751
+ }
752
+
753
+ function defineRefPropWarningGetter(props, displayName) {
754
+ var warnAboutAccessingRef = function () {
755
+ {
756
+ if (!specialPropRefWarningShown) {
757
+ specialPropRefWarningShown = true;
758
+
759
+ error('%s: `ref` is not a prop. Trying to access it will result ' + 'in `undefined` being returned. If you need to access the same ' + 'value within the child component, you should pass it as a different ' + 'prop. (https://reactjs.org/link/special-props)', displayName);
760
+ }
761
+ }
762
+ };
763
+
764
+ warnAboutAccessingRef.isReactWarning = true;
765
+ Object.defineProperty(props, 'ref', {
766
+ get: warnAboutAccessingRef,
767
+ configurable: true
768
+ });
769
+ }
770
+
771
+ function warnIfStringRefCannotBeAutoConverted(config) {
772
+ {
773
+ if (typeof config.ref === 'string' && ReactCurrentOwner.current && config.__self && ReactCurrentOwner.current.stateNode !== config.__self) {
774
+ var componentName = getComponentNameFromType(ReactCurrentOwner.current.type);
775
+
776
+ if (!didWarnAboutStringRefs[componentName]) {
777
+ error('Component "%s" contains the string ref "%s". ' + 'Support for string refs will be removed in a future major release. ' + 'This case cannot be automatically converted to an arrow function. ' + 'We ask you to manually fix this case by using useRef() or createRef() instead. ' + 'Learn more about using refs safely here: ' + 'https://reactjs.org/link/strict-mode-string-ref', componentName, config.ref);
778
+
779
+ didWarnAboutStringRefs[componentName] = true;
780
+ }
781
+ }
782
+ }
783
+ }
784
+ /**
785
+ * Factory method to create a new React element. This no longer adheres to
786
+ * the class pattern, so do not use new to call it. Also, instanceof check
787
+ * will not work. Instead test $$typeof field against Symbol.for('react.element') to check
788
+ * if something is a React Element.
789
+ *
790
+ * @param {*} type
791
+ * @param {*} props
792
+ * @param {*} key
793
+ * @param {string|object} ref
794
+ * @param {*} owner
795
+ * @param {*} self A *temporary* helper to detect places where `this` is
796
+ * different from the `owner` when React.createElement is called, so that we
797
+ * can warn. We want to get rid of owner and replace string `ref`s with arrow
798
+ * functions, and as long as `this` and owner are the same, there will be no
799
+ * change in behavior.
800
+ * @param {*} source An annotation object (added by a transpiler or otherwise)
801
+ * indicating filename, line number, and/or other information.
802
+ * @internal
803
+ */
804
+
805
+
806
+ var ReactElement = function (type, key, ref, self, source, owner, props) {
807
+ var element = {
808
+ // This tag allows us to uniquely identify this as a React Element
809
+ $$typeof: REACT_ELEMENT_TYPE,
810
+ // Built-in properties that belong on the element
811
+ type: type,
812
+ key: key,
813
+ ref: ref,
814
+ props: props,
815
+ // Record the component responsible for creating this element.
816
+ _owner: owner
817
+ };
818
+
819
+ {
820
+ // The validation flag is currently mutative. We put it on
821
+ // an external backing store so that we can freeze the whole object.
822
+ // This can be replaced with a WeakMap once they are implemented in
823
+ // commonly used development environments.
824
+ element._store = {}; // To make comparing ReactElements easier for testing purposes, we make
825
+ // the validation flag non-enumerable (where possible, which should
826
+ // include every environment we run tests in), so the test framework
827
+ // ignores it.
828
+
829
+ Object.defineProperty(element._store, 'validated', {
830
+ configurable: false,
831
+ enumerable: false,
832
+ writable: true,
833
+ value: false
834
+ }); // self and source are DEV only properties.
835
+
836
+ Object.defineProperty(element, '_self', {
837
+ configurable: false,
838
+ enumerable: false,
839
+ writable: false,
840
+ value: self
841
+ }); // Two elements created in two different places should be considered
842
+ // equal for testing purposes and therefore we hide it from enumeration.
843
+
844
+ Object.defineProperty(element, '_source', {
845
+ configurable: false,
846
+ enumerable: false,
847
+ writable: false,
848
+ value: source
849
+ });
850
+
851
+ if (Object.freeze) {
852
+ Object.freeze(element.props);
853
+ Object.freeze(element);
854
+ }
855
+ }
856
+
857
+ return element;
858
+ };
859
+ /**
860
+ * Create and return a new ReactElement of the given type.
861
+ * See https://reactjs.org/docs/react-api.html#createelement
862
+ */
863
+
864
+ function createElement(type, config, children) {
865
+ var propName; // Reserved names are extracted
866
+
867
+ var props = {};
868
+ var key = null;
869
+ var ref = null;
870
+ var self = null;
871
+ var source = null;
872
+
873
+ if (config != null) {
874
+ if (hasValidRef(config)) {
875
+ ref = config.ref;
876
+
877
+ {
878
+ warnIfStringRefCannotBeAutoConverted(config);
879
+ }
880
+ }
881
+
882
+ if (hasValidKey(config)) {
883
+ {
884
+ checkKeyStringCoercion(config.key);
885
+ }
886
+
887
+ key = '' + config.key;
888
+ }
889
+
890
+ self = config.__self === undefined ? null : config.__self;
891
+ source = config.__source === undefined ? null : config.__source; // Remaining properties are added to a new props object
892
+
893
+ for (propName in config) {
894
+ if (hasOwnProperty.call(config, propName) && !RESERVED_PROPS.hasOwnProperty(propName)) {
895
+ props[propName] = config[propName];
896
+ }
897
+ }
898
+ } // Children can be more than one argument, and those are transferred onto
899
+ // the newly allocated props object.
900
+
901
+
902
+ var childrenLength = arguments.length - 2;
903
+
904
+ if (childrenLength === 1) {
905
+ props.children = children;
906
+ } else if (childrenLength > 1) {
907
+ var childArray = Array(childrenLength);
908
+
909
+ for (var i = 0; i < childrenLength; i++) {
910
+ childArray[i] = arguments[i + 2];
911
+ }
912
+
913
+ {
914
+ if (Object.freeze) {
915
+ Object.freeze(childArray);
916
+ }
917
+ }
918
+
919
+ props.children = childArray;
920
+ } // Resolve default props
921
+
922
+
923
+ if (type && type.defaultProps) {
924
+ var defaultProps = type.defaultProps;
925
+
926
+ for (propName in defaultProps) {
927
+ if (props[propName] === undefined) {
928
+ props[propName] = defaultProps[propName];
929
+ }
930
+ }
931
+ }
932
+
933
+ {
934
+ if (key || ref) {
935
+ var displayName = typeof type === 'function' ? type.displayName || type.name || 'Unknown' : type;
936
+
937
+ if (key) {
938
+ defineKeyPropWarningGetter(props, displayName);
939
+ }
940
+
941
+ if (ref) {
942
+ defineRefPropWarningGetter(props, displayName);
943
+ }
944
+ }
945
+ }
946
+
947
+ return ReactElement(type, key, ref, self, source, ReactCurrentOwner.current, props);
948
+ }
949
+ function cloneAndReplaceKey(oldElement, newKey) {
950
+ var newElement = ReactElement(oldElement.type, newKey, oldElement.ref, oldElement._self, oldElement._source, oldElement._owner, oldElement.props);
951
+ return newElement;
952
+ }
953
+ /**
954
+ * Clone and return a new ReactElement using element as the starting point.
955
+ * See https://reactjs.org/docs/react-api.html#cloneelement
956
+ */
957
+
958
+ function cloneElement(element, config, children) {
959
+ if (element === null || element === undefined) {
960
+ throw new Error("React.cloneElement(...): The argument must be a React element, but you passed " + element + ".");
961
+ }
962
+
963
+ var propName; // Original props are copied
964
+
965
+ var props = assign({}, element.props); // Reserved names are extracted
966
+
967
+ var key = element.key;
968
+ var ref = element.ref; // Self is preserved since the owner is preserved.
969
+
970
+ var self = element._self; // Source is preserved since cloneElement is unlikely to be targeted by a
971
+ // transpiler, and the original source is probably a better indicator of the
972
+ // true owner.
973
+
974
+ var source = element._source; // Owner will be preserved, unless ref is overridden
975
+
976
+ var owner = element._owner;
977
+
978
+ if (config != null) {
979
+ if (hasValidRef(config)) {
980
+ // Silently steal the ref from the parent.
981
+ ref = config.ref;
982
+ owner = ReactCurrentOwner.current;
983
+ }
984
+
985
+ if (hasValidKey(config)) {
986
+ {
987
+ checkKeyStringCoercion(config.key);
988
+ }
989
+
990
+ key = '' + config.key;
991
+ } // Remaining properties override existing props
992
+
993
+
994
+ var defaultProps;
995
+
996
+ if (element.type && element.type.defaultProps) {
997
+ defaultProps = element.type.defaultProps;
998
+ }
999
+
1000
+ for (propName in config) {
1001
+ if (hasOwnProperty.call(config, propName) && !RESERVED_PROPS.hasOwnProperty(propName)) {
1002
+ if (config[propName] === undefined && defaultProps !== undefined) {
1003
+ // Resolve default props
1004
+ props[propName] = defaultProps[propName];
1005
+ } else {
1006
+ props[propName] = config[propName];
1007
+ }
1008
+ }
1009
+ }
1010
+ } // Children can be more than one argument, and those are transferred onto
1011
+ // the newly allocated props object.
1012
+
1013
+
1014
+ var childrenLength = arguments.length - 2;
1015
+
1016
+ if (childrenLength === 1) {
1017
+ props.children = children;
1018
+ } else if (childrenLength > 1) {
1019
+ var childArray = Array(childrenLength);
1020
+
1021
+ for (var i = 0; i < childrenLength; i++) {
1022
+ childArray[i] = arguments[i + 2];
1023
+ }
1024
+
1025
+ props.children = childArray;
1026
+ }
1027
+
1028
+ return ReactElement(element.type, key, ref, self, source, owner, props);
1029
+ }
1030
+ /**
1031
+ * Verifies the object is a ReactElement.
1032
+ * See https://reactjs.org/docs/react-api.html#isvalidelement
1033
+ * @param {?object} object
1034
+ * @return {boolean} True if `object` is a ReactElement.
1035
+ * @final
1036
+ */
1037
+
1038
+ function isValidElement(object) {
1039
+ return typeof object === 'object' && object !== null && object.$$typeof === REACT_ELEMENT_TYPE;
1040
+ }
1041
+
1042
+ var SEPARATOR = '.';
1043
+ var SUBSEPARATOR = ':';
1044
+ /**
1045
+ * Escape and wrap key so it is safe to use as a reactid
1046
+ *
1047
+ * @param {string} key to be escaped.
1048
+ * @return {string} the escaped key.
1049
+ */
1050
+
1051
+ function escape(key) {
1052
+ var escapeRegex = /[=:]/g;
1053
+ var escaperLookup = {
1054
+ '=': '=0',
1055
+ ':': '=2'
1056
+ };
1057
+ var escapedString = key.replace(escapeRegex, function (match) {
1058
+ return escaperLookup[match];
1059
+ });
1060
+ return '$' + escapedString;
1061
+ }
1062
+ /**
1063
+ * TODO: Test that a single child and an array with one item have the same key
1064
+ * pattern.
1065
+ */
1066
+
1067
+
1068
+ var didWarnAboutMaps = false;
1069
+ var userProvidedKeyEscapeRegex = /\/+/g;
1070
+
1071
+ function escapeUserProvidedKey(text) {
1072
+ return text.replace(userProvidedKeyEscapeRegex, '$&/');
1073
+ }
1074
+ /**
1075
+ * Generate a key string that identifies a element within a set.
1076
+ *
1077
+ * @param {*} element A element that could contain a manual key.
1078
+ * @param {number} index Index that is used if a manual key is not provided.
1079
+ * @return {string}
1080
+ */
1081
+
1082
+
1083
+ function getElementKey(element, index) {
1084
+ // Do some typechecking here since we call this blindly. We want to ensure
1085
+ // that we don't block potential future ES APIs.
1086
+ if (typeof element === 'object' && element !== null && element.key != null) {
1087
+ // Explicit key
1088
+ {
1089
+ checkKeyStringCoercion(element.key);
1090
+ }
1091
+
1092
+ return escape('' + element.key);
1093
+ } // Implicit key determined by the index in the set
1094
+
1095
+
1096
+ return index.toString(36);
1097
+ }
1098
+
1099
+ function mapIntoArray(children, array, escapedPrefix, nameSoFar, callback) {
1100
+ var type = typeof children;
1101
+
1102
+ if (type === 'undefined' || type === 'boolean') {
1103
+ // All of the above are perceived as null.
1104
+ children = null;
1105
+ }
1106
+
1107
+ var invokeCallback = false;
1108
+
1109
+ if (children === null) {
1110
+ invokeCallback = true;
1111
+ } else {
1112
+ switch (type) {
1113
+ case 'string':
1114
+ case 'number':
1115
+ invokeCallback = true;
1116
+ break;
1117
+
1118
+ case 'object':
1119
+ switch (children.$$typeof) {
1120
+ case REACT_ELEMENT_TYPE:
1121
+ case REACT_PORTAL_TYPE:
1122
+ invokeCallback = true;
1123
+ }
1124
+
1125
+ }
1126
+ }
1127
+
1128
+ if (invokeCallback) {
1129
+ var _child = children;
1130
+ var mappedChild = callback(_child); // If it's the only child, treat the name as if it was wrapped in an array
1131
+ // so that it's consistent if the number of children grows:
1132
+
1133
+ var childKey = nameSoFar === '' ? SEPARATOR + getElementKey(_child, 0) : nameSoFar;
1134
+
1135
+ if (isArray(mappedChild)) {
1136
+ var escapedChildKey = '';
1137
+
1138
+ if (childKey != null) {
1139
+ escapedChildKey = escapeUserProvidedKey(childKey) + '/';
1140
+ }
1141
+
1142
+ mapIntoArray(mappedChild, array, escapedChildKey, '', function (c) {
1143
+ return c;
1144
+ });
1145
+ } else if (mappedChild != null) {
1146
+ if (isValidElement(mappedChild)) {
1147
+ {
1148
+ // The `if` statement here prevents auto-disabling of the safe
1149
+ // coercion ESLint rule, so we must manually disable it below.
1150
+ // $FlowFixMe Flow incorrectly thinks React.Portal doesn't have a key
1151
+ if (mappedChild.key && (!_child || _child.key !== mappedChild.key)) {
1152
+ checkKeyStringCoercion(mappedChild.key);
1153
+ }
1154
+ }
1155
+
1156
+ mappedChild = cloneAndReplaceKey(mappedChild, // Keep both the (mapped) and old keys if they differ, just as
1157
+ // traverseAllChildren used to do for objects as children
1158
+ escapedPrefix + ( // $FlowFixMe Flow incorrectly thinks React.Portal doesn't have a key
1159
+ mappedChild.key && (!_child || _child.key !== mappedChild.key) ? // $FlowFixMe Flow incorrectly thinks existing element's key can be a number
1160
+ // eslint-disable-next-line react-internal/safe-string-coercion
1161
+ escapeUserProvidedKey('' + mappedChild.key) + '/' : '') + childKey);
1162
+ }
1163
+
1164
+ array.push(mappedChild);
1165
+ }
1166
+
1167
+ return 1;
1168
+ }
1169
+
1170
+ var child;
1171
+ var nextName;
1172
+ var subtreeCount = 0; // Count of children found in the current subtree.
1173
+
1174
+ var nextNamePrefix = nameSoFar === '' ? SEPARATOR : nameSoFar + SUBSEPARATOR;
1175
+
1176
+ if (isArray(children)) {
1177
+ for (var i = 0; i < children.length; i++) {
1178
+ child = children[i];
1179
+ nextName = nextNamePrefix + getElementKey(child, i);
1180
+ subtreeCount += mapIntoArray(child, array, escapedPrefix, nextName, callback);
1181
+ }
1182
+ } else {
1183
+ var iteratorFn = getIteratorFn(children);
1184
+
1185
+ if (typeof iteratorFn === 'function') {
1186
+ var iterableChildren = children;
1187
+
1188
+ {
1189
+ // Warn about using Maps as children
1190
+ if (iteratorFn === iterableChildren.entries) {
1191
+ if (!didWarnAboutMaps) {
1192
+ warn('Using Maps as children is not supported. ' + 'Use an array of keyed ReactElements instead.');
1193
+ }
1194
+
1195
+ didWarnAboutMaps = true;
1196
+ }
1197
+ }
1198
+
1199
+ var iterator = iteratorFn.call(iterableChildren);
1200
+ var step;
1201
+ var ii = 0;
1202
+
1203
+ while (!(step = iterator.next()).done) {
1204
+ child = step.value;
1205
+ nextName = nextNamePrefix + getElementKey(child, ii++);
1206
+ subtreeCount += mapIntoArray(child, array, escapedPrefix, nextName, callback);
1207
+ }
1208
+ } else if (type === 'object') {
1209
+ // eslint-disable-next-line react-internal/safe-string-coercion
1210
+ var childrenString = String(children);
1211
+ throw new Error("Objects are not valid as a React child (found: " + (childrenString === '[object Object]' ? 'object with keys {' + Object.keys(children).join(', ') + '}' : childrenString) + "). " + 'If you meant to render a collection of children, use an array ' + 'instead.');
1212
+ }
1213
+ }
1214
+
1215
+ return subtreeCount;
1216
+ }
1217
+
1218
+ /**
1219
+ * Maps children that are typically specified as `props.children`.
1220
+ *
1221
+ * See https://reactjs.org/docs/react-api.html#reactchildrenmap
1222
+ *
1223
+ * The provided mapFunction(child, index) will be called for each
1224
+ * leaf child.
1225
+ *
1226
+ * @param {?*} children Children tree container.
1227
+ * @param {function(*, int)} func The map function.
1228
+ * @param {*} context Context for mapFunction.
1229
+ * @return {object} Object containing the ordered map of results.
1230
+ */
1231
+ function mapChildren(children, func, context) {
1232
+ if (children == null) {
1233
+ return children;
1234
+ }
1235
+
1236
+ var result = [];
1237
+ var count = 0;
1238
+ mapIntoArray(children, result, '', '', function (child) {
1239
+ return func.call(context, child, count++);
1240
+ });
1241
+ return result;
1242
+ }
1243
+ /**
1244
+ * Count the number of children that are typically specified as
1245
+ * `props.children`.
1246
+ *
1247
+ * See https://reactjs.org/docs/react-api.html#reactchildrencount
1248
+ *
1249
+ * @param {?*} children Children tree container.
1250
+ * @return {number} The number of children.
1251
+ */
1252
+
1253
+
1254
+ function countChildren(children) {
1255
+ var n = 0;
1256
+ mapChildren(children, function () {
1257
+ n++; // Don't return anything
1258
+ });
1259
+ return n;
1260
+ }
1261
+
1262
+ /**
1263
+ * Iterates through children that are typically specified as `props.children`.
1264
+ *
1265
+ * See https://reactjs.org/docs/react-api.html#reactchildrenforeach
1266
+ *
1267
+ * The provided forEachFunc(child, index) will be called for each
1268
+ * leaf child.
1269
+ *
1270
+ * @param {?*} children Children tree container.
1271
+ * @param {function(*, int)} forEachFunc
1272
+ * @param {*} forEachContext Context for forEachContext.
1273
+ */
1274
+ function forEachChildren(children, forEachFunc, forEachContext) {
1275
+ mapChildren(children, function () {
1276
+ forEachFunc.apply(this, arguments); // Don't return anything.
1277
+ }, forEachContext);
1278
+ }
1279
+ /**
1280
+ * Flatten a children object (typically specified as `props.children`) and
1281
+ * return an array with appropriately re-keyed children.
1282
+ *
1283
+ * See https://reactjs.org/docs/react-api.html#reactchildrentoarray
1284
+ */
1285
+
1286
+
1287
+ function toArray(children) {
1288
+ return mapChildren(children, function (child) {
1289
+ return child;
1290
+ }) || [];
1291
+ }
1292
+ /**
1293
+ * Returns the first child in a collection of children and verifies that there
1294
+ * is only one child in the collection.
1295
+ *
1296
+ * See https://reactjs.org/docs/react-api.html#reactchildrenonly
1297
+ *
1298
+ * The current implementation of this function assumes that a single child gets
1299
+ * passed without a wrapper, but the purpose of this helper function is to
1300
+ * abstract away the particular structure of children.
1301
+ *
1302
+ * @param {?object} children Child collection structure.
1303
+ * @return {ReactElement} The first and only `ReactElement` contained in the
1304
+ * structure.
1305
+ */
1306
+
1307
+
1308
+ function onlyChild(children) {
1309
+ if (!isValidElement(children)) {
1310
+ throw new Error('React.Children.only expected to receive a single React element child.');
1311
+ }
1312
+
1313
+ return children;
1314
+ }
1315
+
1316
+ function createContext(defaultValue) {
1317
+ // TODO: Second argument used to be an optional `calculateChangedBits`
1318
+ // function. Warn to reserve for future use?
1319
+ var context = {
1320
+ $$typeof: REACT_CONTEXT_TYPE,
1321
+ // As a workaround to support multiple concurrent renderers, we categorize
1322
+ // some renderers as primary and others as secondary. We only expect
1323
+ // there to be two concurrent renderers at most: React Native (primary) and
1324
+ // Fabric (secondary); React DOM (primary) and React ART (secondary).
1325
+ // Secondary renderers store their context values on separate fields.
1326
+ _currentValue: defaultValue,
1327
+ _currentValue2: defaultValue,
1328
+ // Used to track how many concurrent renderers this context currently
1329
+ // supports within in a single renderer. Such as parallel server rendering.
1330
+ _threadCount: 0,
1331
+ // These are circular
1332
+ Provider: null,
1333
+ Consumer: null,
1334
+ // Add these to use same hidden class in VM as ServerContext
1335
+ _defaultValue: null,
1336
+ _globalName: null
1337
+ };
1338
+ context.Provider = {
1339
+ $$typeof: REACT_PROVIDER_TYPE,
1340
+ _context: context
1341
+ };
1342
+ var hasWarnedAboutUsingNestedContextConsumers = false;
1343
+ var hasWarnedAboutUsingConsumerProvider = false;
1344
+ var hasWarnedAboutDisplayNameOnConsumer = false;
1345
+
1346
+ {
1347
+ // A separate object, but proxies back to the original context object for
1348
+ // backwards compatibility. It has a different $$typeof, so we can properly
1349
+ // warn for the incorrect usage of Context as a Consumer.
1350
+ var Consumer = {
1351
+ $$typeof: REACT_CONTEXT_TYPE,
1352
+ _context: context
1353
+ }; // $FlowFixMe: Flow complains about not setting a value, which is intentional here
1354
+
1355
+ Object.defineProperties(Consumer, {
1356
+ Provider: {
1357
+ get: function () {
1358
+ if (!hasWarnedAboutUsingConsumerProvider) {
1359
+ hasWarnedAboutUsingConsumerProvider = true;
1360
+
1361
+ error('Rendering <Context.Consumer.Provider> is not supported and will be removed in ' + 'a future major release. Did you mean to render <Context.Provider> instead?');
1362
+ }
1363
+
1364
+ return context.Provider;
1365
+ },
1366
+ set: function (_Provider) {
1367
+ context.Provider = _Provider;
1368
+ }
1369
+ },
1370
+ _currentValue: {
1371
+ get: function () {
1372
+ return context._currentValue;
1373
+ },
1374
+ set: function (_currentValue) {
1375
+ context._currentValue = _currentValue;
1376
+ }
1377
+ },
1378
+ _currentValue2: {
1379
+ get: function () {
1380
+ return context._currentValue2;
1381
+ },
1382
+ set: function (_currentValue2) {
1383
+ context._currentValue2 = _currentValue2;
1384
+ }
1385
+ },
1386
+ _threadCount: {
1387
+ get: function () {
1388
+ return context._threadCount;
1389
+ },
1390
+ set: function (_threadCount) {
1391
+ context._threadCount = _threadCount;
1392
+ }
1393
+ },
1394
+ Consumer: {
1395
+ get: function () {
1396
+ if (!hasWarnedAboutUsingNestedContextConsumers) {
1397
+ hasWarnedAboutUsingNestedContextConsumers = true;
1398
+
1399
+ error('Rendering <Context.Consumer.Consumer> is not supported and will be removed in ' + 'a future major release. Did you mean to render <Context.Consumer> instead?');
1400
+ }
1401
+
1402
+ return context.Consumer;
1403
+ }
1404
+ },
1405
+ displayName: {
1406
+ get: function () {
1407
+ return context.displayName;
1408
+ },
1409
+ set: function (displayName) {
1410
+ if (!hasWarnedAboutDisplayNameOnConsumer) {
1411
+ warn('Setting `displayName` on Context.Consumer has no effect. ' + "You should set it directly on the context with Context.displayName = '%s'.", displayName);
1412
+
1413
+ hasWarnedAboutDisplayNameOnConsumer = true;
1414
+ }
1415
+ }
1416
+ }
1417
+ }); // $FlowFixMe: Flow complains about missing properties because it doesn't understand defineProperty
1418
+
1419
+ context.Consumer = Consumer;
1420
+ }
1421
+
1422
+ {
1423
+ context._currentRenderer = null;
1424
+ context._currentRenderer2 = null;
1425
+ }
1426
+
1427
+ return context;
1428
+ }
1429
+
1430
+ var Uninitialized = -1;
1431
+ var Pending = 0;
1432
+ var Resolved = 1;
1433
+ var Rejected = 2;
1434
+
1435
+ function lazyInitializer(payload) {
1436
+ if (payload._status === Uninitialized) {
1437
+ var ctor = payload._result;
1438
+ var thenable = ctor(); // Transition to the next state.
1439
+ // This might throw either because it's missing or throws. If so, we treat it
1440
+ // as still uninitialized and try again next time. Which is the same as what
1441
+ // happens if the ctor or any wrappers processing the ctor throws. This might
1442
+ // end up fixing it if the resolution was a concurrency bug.
1443
+
1444
+ thenable.then(function (moduleObject) {
1445
+ if (payload._status === Pending || payload._status === Uninitialized) {
1446
+ // Transition to the next state.
1447
+ var resolved = payload;
1448
+ resolved._status = Resolved;
1449
+ resolved._result = moduleObject;
1450
+ }
1451
+ }, function (error) {
1452
+ if (payload._status === Pending || payload._status === Uninitialized) {
1453
+ // Transition to the next state.
1454
+ var rejected = payload;
1455
+ rejected._status = Rejected;
1456
+ rejected._result = error;
1457
+ }
1458
+ });
1459
+
1460
+ if (payload._status === Uninitialized) {
1461
+ // In case, we're still uninitialized, then we're waiting for the thenable
1462
+ // to resolve. Set it as pending in the meantime.
1463
+ var pending = payload;
1464
+ pending._status = Pending;
1465
+ pending._result = thenable;
1466
+ }
1467
+ }
1468
+
1469
+ if (payload._status === Resolved) {
1470
+ var moduleObject = payload._result;
1471
+
1472
+ {
1473
+ if (moduleObject === undefined) {
1474
+ error('lazy: Expected the result of a dynamic imp' + 'ort() call. ' + 'Instead received: %s\n\nYour code should look like: \n ' + // Break up imports to avoid accidentally parsing them as dependencies.
1475
+ 'const MyComponent = lazy(() => imp' + "ort('./MyComponent'))\n\n" + 'Did you accidentally put curly braces around the import?', moduleObject);
1476
+ }
1477
+ }
1478
+
1479
+ {
1480
+ if (!('default' in moduleObject)) {
1481
+ error('lazy: Expected the result of a dynamic imp' + 'ort() call. ' + 'Instead received: %s\n\nYour code should look like: \n ' + // Break up imports to avoid accidentally parsing them as dependencies.
1482
+ 'const MyComponent = lazy(() => imp' + "ort('./MyComponent'))", moduleObject);
1483
+ }
1484
+ }
1485
+
1486
+ return moduleObject.default;
1487
+ } else {
1488
+ throw payload._result;
1489
+ }
1490
+ }
1491
+
1492
+ function lazy(ctor) {
1493
+ var payload = {
1494
+ // We use these fields to store the result.
1495
+ _status: Uninitialized,
1496
+ _result: ctor
1497
+ };
1498
+ var lazyType = {
1499
+ $$typeof: REACT_LAZY_TYPE,
1500
+ _payload: payload,
1501
+ _init: lazyInitializer
1502
+ };
1503
+
1504
+ {
1505
+ // In production, this would just set it on the object.
1506
+ var defaultProps;
1507
+ var propTypes; // $FlowFixMe
1508
+
1509
+ Object.defineProperties(lazyType, {
1510
+ defaultProps: {
1511
+ configurable: true,
1512
+ get: function () {
1513
+ return defaultProps;
1514
+ },
1515
+ set: function (newDefaultProps) {
1516
+ error('React.lazy(...): It is not supported to assign `defaultProps` to ' + 'a lazy component import. Either specify them where the component ' + 'is defined, or create a wrapping component around it.');
1517
+
1518
+ defaultProps = newDefaultProps; // Match production behavior more closely:
1519
+ // $FlowFixMe
1520
+
1521
+ Object.defineProperty(lazyType, 'defaultProps', {
1522
+ enumerable: true
1523
+ });
1524
+ }
1525
+ },
1526
+ propTypes: {
1527
+ configurable: true,
1528
+ get: function () {
1529
+ return propTypes;
1530
+ },
1531
+ set: function (newPropTypes) {
1532
+ error('React.lazy(...): It is not supported to assign `propTypes` to ' + 'a lazy component import. Either specify them where the component ' + 'is defined, or create a wrapping component around it.');
1533
+
1534
+ propTypes = newPropTypes; // Match production behavior more closely:
1535
+ // $FlowFixMe
1536
+
1537
+ Object.defineProperty(lazyType, 'propTypes', {
1538
+ enumerable: true
1539
+ });
1540
+ }
1541
+ }
1542
+ });
1543
+ }
1544
+
1545
+ return lazyType;
1546
+ }
1547
+
1548
+ function forwardRef(render) {
1549
+ {
1550
+ if (render != null && render.$$typeof === REACT_MEMO_TYPE) {
1551
+ error('forwardRef requires a render function but received a `memo` ' + 'component. Instead of forwardRef(memo(...)), use ' + 'memo(forwardRef(...)).');
1552
+ } else if (typeof render !== 'function') {
1553
+ error('forwardRef requires a render function but was given %s.', render === null ? 'null' : typeof render);
1554
+ } else {
1555
+ if (render.length !== 0 && render.length !== 2) {
1556
+ error('forwardRef render functions accept exactly two parameters: props and ref. %s', render.length === 1 ? 'Did you forget to use the ref parameter?' : 'Any additional parameter will be undefined.');
1557
+ }
1558
+ }
1559
+
1560
+ if (render != null) {
1561
+ if (render.defaultProps != null || render.propTypes != null) {
1562
+ error('forwardRef render functions do not support propTypes or defaultProps. ' + 'Did you accidentally pass a React component?');
1563
+ }
1564
+ }
1565
+ }
1566
+
1567
+ var elementType = {
1568
+ $$typeof: REACT_FORWARD_REF_TYPE,
1569
+ render: render
1570
+ };
1571
+
1572
+ {
1573
+ var ownName;
1574
+ Object.defineProperty(elementType, 'displayName', {
1575
+ enumerable: false,
1576
+ configurable: true,
1577
+ get: function () {
1578
+ return ownName;
1579
+ },
1580
+ set: function (name) {
1581
+ ownName = name; // The inner component shouldn't inherit this display name in most cases,
1582
+ // because the component may be used elsewhere.
1583
+ // But it's nice for anonymous functions to inherit the name,
1584
+ // so that our component-stack generation logic will display their frames.
1585
+ // An anonymous function generally suggests a pattern like:
1586
+ // React.forwardRef((props, ref) => {...});
1587
+ // This kind of inner function is not used elsewhere so the side effect is okay.
1588
+
1589
+ if (!render.name && !render.displayName) {
1590
+ render.displayName = name;
1591
+ }
1592
+ }
1593
+ });
1594
+ }
1595
+
1596
+ return elementType;
1597
+ }
1598
+
1599
+ var REACT_MODULE_REFERENCE;
1600
+
1601
+ {
1602
+ REACT_MODULE_REFERENCE = Symbol.for('react.module.reference');
1603
+ }
1604
+
1605
+ function isValidElementType(type) {
1606
+ if (typeof type === 'string' || typeof type === 'function') {
1607
+ return true;
1608
+ } // Note: typeof might be other than 'symbol' or 'number' (e.g. if it's a polyfill).
1609
+
1610
+
1611
+ if (type === REACT_FRAGMENT_TYPE || type === REACT_PROFILER_TYPE || enableDebugTracing || type === REACT_STRICT_MODE_TYPE || type === REACT_SUSPENSE_TYPE || type === REACT_SUSPENSE_LIST_TYPE || enableLegacyHidden || type === REACT_OFFSCREEN_TYPE || enableScopeAPI || enableCacheElement || enableTransitionTracing ) {
1612
+ return true;
1613
+ }
1614
+
1615
+ if (typeof type === 'object' && type !== null) {
1616
+ if (type.$$typeof === REACT_LAZY_TYPE || type.$$typeof === REACT_MEMO_TYPE || type.$$typeof === REACT_PROVIDER_TYPE || type.$$typeof === REACT_CONTEXT_TYPE || type.$$typeof === REACT_FORWARD_REF_TYPE || // This needs to include all possible module reference object
1617
+ // types supported by any Flight configuration anywhere since
1618
+ // we don't know which Flight build this will end up being used
1619
+ // with.
1620
+ type.$$typeof === REACT_MODULE_REFERENCE || type.getModuleId !== undefined) {
1621
+ return true;
1622
+ }
1623
+ }
1624
+
1625
+ return false;
1626
+ }
1627
+
1628
+ function memo(type, compare) {
1629
+ {
1630
+ if (!isValidElementType(type)) {
1631
+ error('memo: The first argument must be a component. Instead ' + 'received: %s', type === null ? 'null' : typeof type);
1632
+ }
1633
+ }
1634
+
1635
+ var elementType = {
1636
+ $$typeof: REACT_MEMO_TYPE,
1637
+ type: type,
1638
+ compare: compare === undefined ? null : compare
1639
+ };
1640
+
1641
+ {
1642
+ var ownName;
1643
+ Object.defineProperty(elementType, 'displayName', {
1644
+ enumerable: false,
1645
+ configurable: true,
1646
+ get: function () {
1647
+ return ownName;
1648
+ },
1649
+ set: function (name) {
1650
+ ownName = name; // The inner component shouldn't inherit this display name in most cases,
1651
+ // because the component may be used elsewhere.
1652
+ // But it's nice for anonymous functions to inherit the name,
1653
+ // so that our component-stack generation logic will display their frames.
1654
+ // An anonymous function generally suggests a pattern like:
1655
+ // React.memo((props) => {...});
1656
+ // This kind of inner function is not used elsewhere so the side effect is okay.
1657
+
1658
+ if (!type.name && !type.displayName) {
1659
+ type.displayName = name;
1660
+ }
1661
+ }
1662
+ });
1663
+ }
1664
+
1665
+ return elementType;
1666
+ }
1667
+
1668
+ function resolveDispatcher() {
1669
+ var dispatcher = ReactCurrentDispatcher.current;
1670
+
1671
+ {
1672
+ if (dispatcher === null) {
1673
+ error('Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for' + ' one of the following reasons:\n' + '1. You might have mismatching versions of React and the renderer (such as React DOM)\n' + '2. You might be breaking the Rules of Hooks\n' + '3. You might have more than one copy of React in the same app\n' + 'See https://reactjs.org/link/invalid-hook-call for tips about how to debug and fix this problem.');
1674
+ }
1675
+ } // Will result in a null access error if accessed outside render phase. We
1676
+ // intentionally don't throw our own error because this is in a hot path.
1677
+ // Also helps ensure this is inlined.
1678
+
1679
+
1680
+ return dispatcher;
1681
+ }
1682
+ function useContext(Context) {
1683
+ var dispatcher = resolveDispatcher();
1684
+
1685
+ {
1686
+ // TODO: add a more generic warning for invalid values.
1687
+ if (Context._context !== undefined) {
1688
+ var realContext = Context._context; // Don't deduplicate because this legitimately causes bugs
1689
+ // and nobody should be using this in existing code.
1690
+
1691
+ if (realContext.Consumer === Context) {
1692
+ error('Calling useContext(Context.Consumer) is not supported, may cause bugs, and will be ' + 'removed in a future major release. Did you mean to call useContext(Context) instead?');
1693
+ } else if (realContext.Provider === Context) {
1694
+ error('Calling useContext(Context.Provider) is not supported. ' + 'Did you mean to call useContext(Context) instead?');
1695
+ }
1696
+ }
1697
+ }
1698
+
1699
+ return dispatcher.useContext(Context);
1700
+ }
1701
+ function useState(initialState) {
1702
+ var dispatcher = resolveDispatcher();
1703
+ return dispatcher.useState(initialState);
1704
+ }
1705
+ function useReducer(reducer, initialArg, init) {
1706
+ var dispatcher = resolveDispatcher();
1707
+ return dispatcher.useReducer(reducer, initialArg, init);
1708
+ }
1709
+ function useRef(initialValue) {
1710
+ var dispatcher = resolveDispatcher();
1711
+ return dispatcher.useRef(initialValue);
1712
+ }
1713
+ function useEffect(create, deps) {
1714
+ var dispatcher = resolveDispatcher();
1715
+ return dispatcher.useEffect(create, deps);
1716
+ }
1717
+ function useInsertionEffect(create, deps) {
1718
+ var dispatcher = resolveDispatcher();
1719
+ return dispatcher.useInsertionEffect(create, deps);
1720
+ }
1721
+ function useLayoutEffect(create, deps) {
1722
+ var dispatcher = resolveDispatcher();
1723
+ return dispatcher.useLayoutEffect(create, deps);
1724
+ }
1725
+ function useCallback(callback, deps) {
1726
+ var dispatcher = resolveDispatcher();
1727
+ return dispatcher.useCallback(callback, deps);
1728
+ }
1729
+ function useMemo(create, deps) {
1730
+ var dispatcher = resolveDispatcher();
1731
+ return dispatcher.useMemo(create, deps);
1732
+ }
1733
+ function useImperativeHandle(ref, create, deps) {
1734
+ var dispatcher = resolveDispatcher();
1735
+ return dispatcher.useImperativeHandle(ref, create, deps);
1736
+ }
1737
+ function useDebugValue(value, formatterFn) {
1738
+ {
1739
+ var dispatcher = resolveDispatcher();
1740
+ return dispatcher.useDebugValue(value, formatterFn);
1741
+ }
1742
+ }
1743
+ function useTransition() {
1744
+ var dispatcher = resolveDispatcher();
1745
+ return dispatcher.useTransition();
1746
+ }
1747
+ function useDeferredValue(value) {
1748
+ var dispatcher = resolveDispatcher();
1749
+ return dispatcher.useDeferredValue(value);
1750
+ }
1751
+ function useId() {
1752
+ var dispatcher = resolveDispatcher();
1753
+ return dispatcher.useId();
1754
+ }
1755
+ function useSyncExternalStore(subscribe, getSnapshot, getServerSnapshot) {
1756
+ var dispatcher = resolveDispatcher();
1757
+ return dispatcher.useSyncExternalStore(subscribe, getSnapshot, getServerSnapshot);
1758
+ }
1759
+
1760
+ // Helpers to patch console.logs to avoid logging during side-effect free
1761
+ // replaying on render function. This currently only patches the object
1762
+ // lazily which won't cover if the log function was extracted eagerly.
1763
+ // We could also eagerly patch the method.
1764
+ var disabledDepth = 0;
1765
+ var prevLog;
1766
+ var prevInfo;
1767
+ var prevWarn;
1768
+ var prevError;
1769
+ var prevGroup;
1770
+ var prevGroupCollapsed;
1771
+ var prevGroupEnd;
1772
+
1773
+ function disabledLog() {}
1774
+
1775
+ disabledLog.__reactDisabledLog = true;
1776
+ function disableLogs() {
1777
+ {
1778
+ if (disabledDepth === 0) {
1779
+ /* eslint-disable react-internal/no-production-logging */
1780
+ prevLog = console.log;
1781
+ prevInfo = console.info;
1782
+ prevWarn = console.warn;
1783
+ prevError = console.error;
1784
+ prevGroup = console.group;
1785
+ prevGroupCollapsed = console.groupCollapsed;
1786
+ prevGroupEnd = console.groupEnd; // https://github.com/facebook/react/issues/19099
1787
+
1788
+ var props = {
1789
+ configurable: true,
1790
+ enumerable: true,
1791
+ value: disabledLog,
1792
+ writable: true
1793
+ }; // $FlowFixMe Flow thinks console is immutable.
1794
+
1795
+ Object.defineProperties(console, {
1796
+ info: props,
1797
+ log: props,
1798
+ warn: props,
1799
+ error: props,
1800
+ group: props,
1801
+ groupCollapsed: props,
1802
+ groupEnd: props
1803
+ });
1804
+ /* eslint-enable react-internal/no-production-logging */
1805
+ }
1806
+
1807
+ disabledDepth++;
1808
+ }
1809
+ }
1810
+ function reenableLogs() {
1811
+ {
1812
+ disabledDepth--;
1813
+
1814
+ if (disabledDepth === 0) {
1815
+ /* eslint-disable react-internal/no-production-logging */
1816
+ var props = {
1817
+ configurable: true,
1818
+ enumerable: true,
1819
+ writable: true
1820
+ }; // $FlowFixMe Flow thinks console is immutable.
1821
+
1822
+ Object.defineProperties(console, {
1823
+ log: assign({}, props, {
1824
+ value: prevLog
1825
+ }),
1826
+ info: assign({}, props, {
1827
+ value: prevInfo
1828
+ }),
1829
+ warn: assign({}, props, {
1830
+ value: prevWarn
1831
+ }),
1832
+ error: assign({}, props, {
1833
+ value: prevError
1834
+ }),
1835
+ group: assign({}, props, {
1836
+ value: prevGroup
1837
+ }),
1838
+ groupCollapsed: assign({}, props, {
1839
+ value: prevGroupCollapsed
1840
+ }),
1841
+ groupEnd: assign({}, props, {
1842
+ value: prevGroupEnd
1843
+ })
1844
+ });
1845
+ /* eslint-enable react-internal/no-production-logging */
1846
+ }
1847
+
1848
+ if (disabledDepth < 0) {
1849
+ error('disabledDepth fell below zero. ' + 'This is a bug in React. Please file an issue.');
1850
+ }
1851
+ }
1852
+ }
1853
+
1854
+ var ReactCurrentDispatcher$1 = ReactSharedInternals.ReactCurrentDispatcher;
1855
+ var prefix;
1856
+ function describeBuiltInComponentFrame(name, source, ownerFn) {
1857
+ {
1858
+ if (prefix === undefined) {
1859
+ // Extract the VM specific prefix used by each line.
1860
+ try {
1861
+ throw Error();
1862
+ } catch (x) {
1863
+ var match = x.stack.trim().match(/\n( *(at )?)/);
1864
+ prefix = match && match[1] || '';
1865
+ }
1866
+ } // We use the prefix to ensure our stacks line up with native stack frames.
1867
+
1868
+
1869
+ return '\n' + prefix + name;
1870
+ }
1871
+ }
1872
+ var reentry = false;
1873
+ var componentFrameCache;
1874
+
1875
+ {
1876
+ var PossiblyWeakMap = typeof WeakMap === 'function' ? WeakMap : Map;
1877
+ componentFrameCache = new PossiblyWeakMap();
1878
+ }
1879
+
1880
+ function describeNativeComponentFrame(fn, construct) {
1881
+ // If something asked for a stack inside a fake render, it should get ignored.
1882
+ if ( !fn || reentry) {
1883
+ return '';
1884
+ }
1885
+
1886
+ {
1887
+ var frame = componentFrameCache.get(fn);
1888
+
1889
+ if (frame !== undefined) {
1890
+ return frame;
1891
+ }
1892
+ }
1893
+
1894
+ var control;
1895
+ reentry = true;
1896
+ var previousPrepareStackTrace = Error.prepareStackTrace; // $FlowFixMe It does accept undefined.
1897
+
1898
+ Error.prepareStackTrace = undefined;
1899
+ var previousDispatcher;
1900
+
1901
+ {
1902
+ previousDispatcher = ReactCurrentDispatcher$1.current; // Set the dispatcher in DEV because this might be call in the render function
1903
+ // for warnings.
1904
+
1905
+ ReactCurrentDispatcher$1.current = null;
1906
+ disableLogs();
1907
+ }
1908
+
1909
+ try {
1910
+ // This should throw.
1911
+ if (construct) {
1912
+ // Something should be setting the props in the constructor.
1913
+ var Fake = function () {
1914
+ throw Error();
1915
+ }; // $FlowFixMe
1916
+
1917
+
1918
+ Object.defineProperty(Fake.prototype, 'props', {
1919
+ set: function () {
1920
+ // We use a throwing setter instead of frozen or non-writable props
1921
+ // because that won't throw in a non-strict mode function.
1922
+ throw Error();
1923
+ }
1924
+ });
1925
+
1926
+ if (typeof Reflect === 'object' && Reflect.construct) {
1927
+ // We construct a different control for this case to include any extra
1928
+ // frames added by the construct call.
1929
+ try {
1930
+ Reflect.construct(Fake, []);
1931
+ } catch (x) {
1932
+ control = x;
1933
+ }
1934
+
1935
+ Reflect.construct(fn, [], Fake);
1936
+ } else {
1937
+ try {
1938
+ Fake.call();
1939
+ } catch (x) {
1940
+ control = x;
1941
+ }
1942
+
1943
+ fn.call(Fake.prototype);
1944
+ }
1945
+ } else {
1946
+ try {
1947
+ throw Error();
1948
+ } catch (x) {
1949
+ control = x;
1950
+ }
1951
+
1952
+ fn();
1953
+ }
1954
+ } catch (sample) {
1955
+ // This is inlined manually because closure doesn't do it for us.
1956
+ if (sample && control && typeof sample.stack === 'string') {
1957
+ // This extracts the first frame from the sample that isn't also in the control.
1958
+ // Skipping one frame that we assume is the frame that calls the two.
1959
+ var sampleLines = sample.stack.split('\n');
1960
+ var controlLines = control.stack.split('\n');
1961
+ var s = sampleLines.length - 1;
1962
+ var c = controlLines.length - 1;
1963
+
1964
+ while (s >= 1 && c >= 0 && sampleLines[s] !== controlLines[c]) {
1965
+ // We expect at least one stack frame to be shared.
1966
+ // Typically this will be the root most one. However, stack frames may be
1967
+ // cut off due to maximum stack limits. In this case, one maybe cut off
1968
+ // earlier than the other. We assume that the sample is longer or the same
1969
+ // and there for cut off earlier. So we should find the root most frame in
1970
+ // the sample somewhere in the control.
1971
+ c--;
1972
+ }
1973
+
1974
+ for (; s >= 1 && c >= 0; s--, c--) {
1975
+ // Next we find the first one that isn't the same which should be the
1976
+ // frame that called our sample function and the control.
1977
+ if (sampleLines[s] !== controlLines[c]) {
1978
+ // In V8, the first line is describing the message but other VMs don't.
1979
+ // If we're about to return the first line, and the control is also on the same
1980
+ // line, that's a pretty good indicator that our sample threw at same line as
1981
+ // the control. I.e. before we entered the sample frame. So we ignore this result.
1982
+ // This can happen if you passed a class to function component, or non-function.
1983
+ if (s !== 1 || c !== 1) {
1984
+ do {
1985
+ s--;
1986
+ c--; // We may still have similar intermediate frames from the construct call.
1987
+ // The next one that isn't the same should be our match though.
1988
+
1989
+ if (c < 0 || sampleLines[s] !== controlLines[c]) {
1990
+ // V8 adds a "new" prefix for native classes. Let's remove it to make it prettier.
1991
+ var _frame = '\n' + sampleLines[s].replace(' at new ', ' at '); // If our component frame is labeled "<anonymous>"
1992
+ // but we have a user-provided "displayName"
1993
+ // splice it in to make the stack more readable.
1994
+
1995
+
1996
+ if (fn.displayName && _frame.includes('<anonymous>')) {
1997
+ _frame = _frame.replace('<anonymous>', fn.displayName);
1998
+ }
1999
+
2000
+ {
2001
+ if (typeof fn === 'function') {
2002
+ componentFrameCache.set(fn, _frame);
2003
+ }
2004
+ } // Return the line we found.
2005
+
2006
+
2007
+ return _frame;
2008
+ }
2009
+ } while (s >= 1 && c >= 0);
2010
+ }
2011
+
2012
+ break;
2013
+ }
2014
+ }
2015
+ }
2016
+ } finally {
2017
+ reentry = false;
2018
+
2019
+ {
2020
+ ReactCurrentDispatcher$1.current = previousDispatcher;
2021
+ reenableLogs();
2022
+ }
2023
+
2024
+ Error.prepareStackTrace = previousPrepareStackTrace;
2025
+ } // Fallback to just using the name if we couldn't make it throw.
2026
+
2027
+
2028
+ var name = fn ? fn.displayName || fn.name : '';
2029
+ var syntheticFrame = name ? describeBuiltInComponentFrame(name) : '';
2030
+
2031
+ {
2032
+ if (typeof fn === 'function') {
2033
+ componentFrameCache.set(fn, syntheticFrame);
2034
+ }
2035
+ }
2036
+
2037
+ return syntheticFrame;
2038
+ }
2039
+ function describeFunctionComponentFrame(fn, source, ownerFn) {
2040
+ {
2041
+ return describeNativeComponentFrame(fn, false);
2042
+ }
2043
+ }
2044
+
2045
+ function shouldConstruct(Component) {
2046
+ var prototype = Component.prototype;
2047
+ return !!(prototype && prototype.isReactComponent);
2048
+ }
2049
+
2050
+ function describeUnknownElementTypeFrameInDEV(type, source, ownerFn) {
2051
+
2052
+ if (type == null) {
2053
+ return '';
2054
+ }
2055
+
2056
+ if (typeof type === 'function') {
2057
+ {
2058
+ return describeNativeComponentFrame(type, shouldConstruct(type));
2059
+ }
2060
+ }
2061
+
2062
+ if (typeof type === 'string') {
2063
+ return describeBuiltInComponentFrame(type);
2064
+ }
2065
+
2066
+ switch (type) {
2067
+ case REACT_SUSPENSE_TYPE:
2068
+ return describeBuiltInComponentFrame('Suspense');
2069
+
2070
+ case REACT_SUSPENSE_LIST_TYPE:
2071
+ return describeBuiltInComponentFrame('SuspenseList');
2072
+ }
2073
+
2074
+ if (typeof type === 'object') {
2075
+ switch (type.$$typeof) {
2076
+ case REACT_FORWARD_REF_TYPE:
2077
+ return describeFunctionComponentFrame(type.render);
2078
+
2079
+ case REACT_MEMO_TYPE:
2080
+ // Memo may contain any component type so we recursively resolve it.
2081
+ return describeUnknownElementTypeFrameInDEV(type.type, source, ownerFn);
2082
+
2083
+ case REACT_LAZY_TYPE:
2084
+ {
2085
+ var lazyComponent = type;
2086
+ var payload = lazyComponent._payload;
2087
+ var init = lazyComponent._init;
2088
+
2089
+ try {
2090
+ // Lazy may contain any component type so we recursively resolve it.
2091
+ return describeUnknownElementTypeFrameInDEV(init(payload), source, ownerFn);
2092
+ } catch (x) {}
2093
+ }
2094
+ }
2095
+ }
2096
+
2097
+ return '';
2098
+ }
2099
+
2100
+ var loggedTypeFailures = {};
2101
+ var ReactDebugCurrentFrame$1 = ReactSharedInternals.ReactDebugCurrentFrame;
2102
+
2103
+ function setCurrentlyValidatingElement(element) {
2104
+ {
2105
+ if (element) {
2106
+ var owner = element._owner;
2107
+ var stack = describeUnknownElementTypeFrameInDEV(element.type, element._source, owner ? owner.type : null);
2108
+ ReactDebugCurrentFrame$1.setExtraStackFrame(stack);
2109
+ } else {
2110
+ ReactDebugCurrentFrame$1.setExtraStackFrame(null);
2111
+ }
2112
+ }
2113
+ }
2114
+
2115
+ function checkPropTypes(typeSpecs, values, location, componentName, element) {
2116
+ {
2117
+ // $FlowFixMe This is okay but Flow doesn't know it.
2118
+ var has = Function.call.bind(hasOwnProperty);
2119
+
2120
+ for (var typeSpecName in typeSpecs) {
2121
+ if (has(typeSpecs, typeSpecName)) {
2122
+ var error$1 = void 0; // Prop type validation may throw. In case they do, we don't want to
2123
+ // fail the render phase where it didn't fail before. So we log it.
2124
+ // After these have been cleaned up, we'll let them throw.
2125
+
2126
+ try {
2127
+ // This is intentionally an invariant that gets caught. It's the same
2128
+ // behavior as without this statement except with a better message.
2129
+ if (typeof typeSpecs[typeSpecName] !== 'function') {
2130
+ // eslint-disable-next-line react-internal/prod-error-codes
2131
+ var err = Error((componentName || 'React class') + ': ' + location + ' type `' + typeSpecName + '` is invalid; ' + 'it must be a function, usually from the `prop-types` package, but received `' + typeof typeSpecs[typeSpecName] + '`.' + 'This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.');
2132
+ err.name = 'Invariant Violation';
2133
+ throw err;
2134
+ }
2135
+
2136
+ error$1 = typeSpecs[typeSpecName](values, typeSpecName, componentName, location, null, 'SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED');
2137
+ } catch (ex) {
2138
+ error$1 = ex;
2139
+ }
2140
+
2141
+ if (error$1 && !(error$1 instanceof Error)) {
2142
+ setCurrentlyValidatingElement(element);
2143
+
2144
+ error('%s: type specification of %s' + ' `%s` is invalid; the type checker ' + 'function must return `null` or an `Error` but returned a %s. ' + 'You may have forgotten to pass an argument to the type checker ' + 'creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and ' + 'shape all require an argument).', componentName || 'React class', location, typeSpecName, typeof error$1);
2145
+
2146
+ setCurrentlyValidatingElement(null);
2147
+ }
2148
+
2149
+ if (error$1 instanceof Error && !(error$1.message in loggedTypeFailures)) {
2150
+ // Only monitor this failure once because there tends to be a lot of the
2151
+ // same error.
2152
+ loggedTypeFailures[error$1.message] = true;
2153
+ setCurrentlyValidatingElement(element);
2154
+
2155
+ error('Failed %s type: %s', location, error$1.message);
2156
+
2157
+ setCurrentlyValidatingElement(null);
2158
+ }
2159
+ }
2160
+ }
2161
+ }
2162
+ }
2163
+
2164
+ function setCurrentlyValidatingElement$1(element) {
2165
+ {
2166
+ if (element) {
2167
+ var owner = element._owner;
2168
+ var stack = describeUnknownElementTypeFrameInDEV(element.type, element._source, owner ? owner.type : null);
2169
+ setExtraStackFrame(stack);
2170
+ } else {
2171
+ setExtraStackFrame(null);
2172
+ }
2173
+ }
2174
+ }
2175
+
2176
+ var propTypesMisspellWarningShown;
2177
+
2178
+ {
2179
+ propTypesMisspellWarningShown = false;
2180
+ }
2181
+
2182
+ function getDeclarationErrorAddendum() {
2183
+ if (ReactCurrentOwner.current) {
2184
+ var name = getComponentNameFromType(ReactCurrentOwner.current.type);
2185
+
2186
+ if (name) {
2187
+ return '\n\nCheck the render method of `' + name + '`.';
2188
+ }
2189
+ }
2190
+
2191
+ return '';
2192
+ }
2193
+
2194
+ function getSourceInfoErrorAddendum(source) {
2195
+ if (source !== undefined) {
2196
+ var fileName = source.fileName.replace(/^.*[\\\/]/, '');
2197
+ var lineNumber = source.lineNumber;
2198
+ return '\n\nCheck your code at ' + fileName + ':' + lineNumber + '.';
2199
+ }
2200
+
2201
+ return '';
2202
+ }
2203
+
2204
+ function getSourceInfoErrorAddendumForProps(elementProps) {
2205
+ if (elementProps !== null && elementProps !== undefined) {
2206
+ return getSourceInfoErrorAddendum(elementProps.__source);
2207
+ }
2208
+
2209
+ return '';
2210
+ }
2211
+ /**
2212
+ * Warn if there's no key explicitly set on dynamic arrays of children or
2213
+ * object keys are not valid. This allows us to keep track of children between
2214
+ * updates.
2215
+ */
2216
+
2217
+
2218
+ var ownerHasKeyUseWarning = {};
2219
+
2220
+ function getCurrentComponentErrorInfo(parentType) {
2221
+ var info = getDeclarationErrorAddendum();
2222
+
2223
+ if (!info) {
2224
+ var parentName = typeof parentType === 'string' ? parentType : parentType.displayName || parentType.name;
2225
+
2226
+ if (parentName) {
2227
+ info = "\n\nCheck the top-level render call using <" + parentName + ">.";
2228
+ }
2229
+ }
2230
+
2231
+ return info;
2232
+ }
2233
+ /**
2234
+ * Warn if the element doesn't have an explicit key assigned to it.
2235
+ * This element is in an array. The array could grow and shrink or be
2236
+ * reordered. All children that haven't already been validated are required to
2237
+ * have a "key" property assigned to it. Error statuses are cached so a warning
2238
+ * will only be shown once.
2239
+ *
2240
+ * @internal
2241
+ * @param {ReactElement} element Element that requires a key.
2242
+ * @param {*} parentType element's parent's type.
2243
+ */
2244
+
2245
+
2246
+ function validateExplicitKey(element, parentType) {
2247
+ if (!element._store || element._store.validated || element.key != null) {
2248
+ return;
2249
+ }
2250
+
2251
+ element._store.validated = true;
2252
+ var currentComponentErrorInfo = getCurrentComponentErrorInfo(parentType);
2253
+
2254
+ if (ownerHasKeyUseWarning[currentComponentErrorInfo]) {
2255
+ return;
2256
+ }
2257
+
2258
+ ownerHasKeyUseWarning[currentComponentErrorInfo] = true; // Usually the current owner is the offender, but if it accepts children as a
2259
+ // property, it may be the creator of the child that's responsible for
2260
+ // assigning it a key.
2261
+
2262
+ var childOwner = '';
2263
+
2264
+ if (element && element._owner && element._owner !== ReactCurrentOwner.current) {
2265
+ // Give the component that originally created this child.
2266
+ childOwner = " It was passed a child from " + getComponentNameFromType(element._owner.type) + ".";
2267
+ }
2268
+
2269
+ {
2270
+ setCurrentlyValidatingElement$1(element);
2271
+
2272
+ error('Each child in a list should have a unique "key" prop.' + '%s%s See https://reactjs.org/link/warning-keys for more information.', currentComponentErrorInfo, childOwner);
2273
+
2274
+ setCurrentlyValidatingElement$1(null);
2275
+ }
2276
+ }
2277
+ /**
2278
+ * Ensure that every element either is passed in a static location, in an
2279
+ * array with an explicit keys property defined, or in an object literal
2280
+ * with valid key property.
2281
+ *
2282
+ * @internal
2283
+ * @param {ReactNode} node Statically passed child of any type.
2284
+ * @param {*} parentType node's parent's type.
2285
+ */
2286
+
2287
+
2288
+ function validateChildKeys(node, parentType) {
2289
+ if (typeof node !== 'object') {
2290
+ return;
2291
+ }
2292
+
2293
+ if (isArray(node)) {
2294
+ for (var i = 0; i < node.length; i++) {
2295
+ var child = node[i];
2296
+
2297
+ if (isValidElement(child)) {
2298
+ validateExplicitKey(child, parentType);
2299
+ }
2300
+ }
2301
+ } else if (isValidElement(node)) {
2302
+ // This element was passed in a valid location.
2303
+ if (node._store) {
2304
+ node._store.validated = true;
2305
+ }
2306
+ } else if (node) {
2307
+ var iteratorFn = getIteratorFn(node);
2308
+
2309
+ if (typeof iteratorFn === 'function') {
2310
+ // Entry iterators used to provide implicit keys,
2311
+ // but now we print a separate warning for them later.
2312
+ if (iteratorFn !== node.entries) {
2313
+ var iterator = iteratorFn.call(node);
2314
+ var step;
2315
+
2316
+ while (!(step = iterator.next()).done) {
2317
+ if (isValidElement(step.value)) {
2318
+ validateExplicitKey(step.value, parentType);
2319
+ }
2320
+ }
2321
+ }
2322
+ }
2323
+ }
2324
+ }
2325
+ /**
2326
+ * Given an element, validate that its props follow the propTypes definition,
2327
+ * provided by the type.
2328
+ *
2329
+ * @param {ReactElement} element
2330
+ */
2331
+
2332
+
2333
+ function validatePropTypes(element) {
2334
+ {
2335
+ var type = element.type;
2336
+
2337
+ if (type === null || type === undefined || typeof type === 'string') {
2338
+ return;
2339
+ }
2340
+
2341
+ var propTypes;
2342
+
2343
+ if (typeof type === 'function') {
2344
+ propTypes = type.propTypes;
2345
+ } else if (typeof type === 'object' && (type.$$typeof === REACT_FORWARD_REF_TYPE || // Note: Memo only checks outer props here.
2346
+ // Inner props are checked in the reconciler.
2347
+ type.$$typeof === REACT_MEMO_TYPE)) {
2348
+ propTypes = type.propTypes;
2349
+ } else {
2350
+ return;
2351
+ }
2352
+
2353
+ if (propTypes) {
2354
+ // Intentionally inside to avoid triggering lazy initializers:
2355
+ var name = getComponentNameFromType(type);
2356
+ checkPropTypes(propTypes, element.props, 'prop', name, element);
2357
+ } else if (type.PropTypes !== undefined && !propTypesMisspellWarningShown) {
2358
+ propTypesMisspellWarningShown = true; // Intentionally inside to avoid triggering lazy initializers:
2359
+
2360
+ var _name = getComponentNameFromType(type);
2361
+
2362
+ error('Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?', _name || 'Unknown');
2363
+ }
2364
+
2365
+ if (typeof type.getDefaultProps === 'function' && !type.getDefaultProps.isReactClassApproved) {
2366
+ error('getDefaultProps is only used on classic React.createClass ' + 'definitions. Use a static property named `defaultProps` instead.');
2367
+ }
2368
+ }
2369
+ }
2370
+ /**
2371
+ * Given a fragment, validate that it can only be provided with fragment props
2372
+ * @param {ReactElement} fragment
2373
+ */
2374
+
2375
+
2376
+ function validateFragmentProps(fragment) {
2377
+ {
2378
+ var keys = Object.keys(fragment.props);
2379
+
2380
+ for (var i = 0; i < keys.length; i++) {
2381
+ var key = keys[i];
2382
+
2383
+ if (key !== 'children' && key !== 'key') {
2384
+ setCurrentlyValidatingElement$1(fragment);
2385
+
2386
+ error('Invalid prop `%s` supplied to `React.Fragment`. ' + 'React.Fragment can only have `key` and `children` props.', key);
2387
+
2388
+ setCurrentlyValidatingElement$1(null);
2389
+ break;
2390
+ }
2391
+ }
2392
+
2393
+ if (fragment.ref !== null) {
2394
+ setCurrentlyValidatingElement$1(fragment);
2395
+
2396
+ error('Invalid attribute `ref` supplied to `React.Fragment`.');
2397
+
2398
+ setCurrentlyValidatingElement$1(null);
2399
+ }
2400
+ }
2401
+ }
2402
+ function createElementWithValidation(type, props, children) {
2403
+ var validType = isValidElementType(type); // We warn in this case but don't throw. We expect the element creation to
2404
+ // succeed and there will likely be errors in render.
2405
+
2406
+ if (!validType) {
2407
+ var info = '';
2408
+
2409
+ if (type === undefined || typeof type === 'object' && type !== null && Object.keys(type).length === 0) {
2410
+ info += ' You likely forgot to export your component from the file ' + "it's defined in, or you might have mixed up default and named imports.";
2411
+ }
2412
+
2413
+ var sourceInfo = getSourceInfoErrorAddendumForProps(props);
2414
+
2415
+ if (sourceInfo) {
2416
+ info += sourceInfo;
2417
+ } else {
2418
+ info += getDeclarationErrorAddendum();
2419
+ }
2420
+
2421
+ var typeString;
2422
+
2423
+ if (type === null) {
2424
+ typeString = 'null';
2425
+ } else if (isArray(type)) {
2426
+ typeString = 'array';
2427
+ } else if (type !== undefined && type.$$typeof === REACT_ELEMENT_TYPE) {
2428
+ typeString = "<" + (getComponentNameFromType(type.type) || 'Unknown') + " />";
2429
+ info = ' Did you accidentally export a JSX literal instead of a component?';
2430
+ } else {
2431
+ typeString = typeof type;
2432
+ }
2433
+
2434
+ {
2435
+ error('React.createElement: type is invalid -- expected a string (for ' + 'built-in components) or a class/function (for composite ' + 'components) but got: %s.%s', typeString, info);
2436
+ }
2437
+ }
2438
+
2439
+ var element = createElement.apply(this, arguments); // The result can be nullish if a mock or a custom function is used.
2440
+ // TODO: Drop this when these are no longer allowed as the type argument.
2441
+
2442
+ if (element == null) {
2443
+ return element;
2444
+ } // Skip key warning if the type isn't valid since our key validation logic
2445
+ // doesn't expect a non-string/function type and can throw confusing errors.
2446
+ // We don't want exception behavior to differ between dev and prod.
2447
+ // (Rendering will throw with a helpful message and as soon as the type is
2448
+ // fixed, the key warnings will appear.)
2449
+
2450
+
2451
+ if (validType) {
2452
+ for (var i = 2; i < arguments.length; i++) {
2453
+ validateChildKeys(arguments[i], type);
2454
+ }
2455
+ }
2456
+
2457
+ if (type === REACT_FRAGMENT_TYPE) {
2458
+ validateFragmentProps(element);
2459
+ } else {
2460
+ validatePropTypes(element);
2461
+ }
2462
+
2463
+ return element;
2464
+ }
2465
+ var didWarnAboutDeprecatedCreateFactory = false;
2466
+ function createFactoryWithValidation(type) {
2467
+ var validatedFactory = createElementWithValidation.bind(null, type);
2468
+ validatedFactory.type = type;
2469
+
2470
+ {
2471
+ if (!didWarnAboutDeprecatedCreateFactory) {
2472
+ didWarnAboutDeprecatedCreateFactory = true;
2473
+
2474
+ warn('React.createFactory() is deprecated and will be removed in ' + 'a future major release. Consider using JSX ' + 'or use React.createElement() directly instead.');
2475
+ } // Legacy hook: remove it
2476
+
2477
+
2478
+ Object.defineProperty(validatedFactory, 'type', {
2479
+ enumerable: false,
2480
+ get: function () {
2481
+ warn('Factory.type is deprecated. Access the class directly ' + 'before passing it to createFactory.');
2482
+
2483
+ Object.defineProperty(this, 'type', {
2484
+ value: type
2485
+ });
2486
+ return type;
2487
+ }
2488
+ });
2489
+ }
2490
+
2491
+ return validatedFactory;
2492
+ }
2493
+ function cloneElementWithValidation(element, props, children) {
2494
+ var newElement = cloneElement.apply(this, arguments);
2495
+
2496
+ for (var i = 2; i < arguments.length; i++) {
2497
+ validateChildKeys(arguments[i], newElement.type);
2498
+ }
2499
+
2500
+ validatePropTypes(newElement);
2501
+ return newElement;
2502
+ }
2503
+
2504
+ function startTransition(scope, options) {
2505
+ var prevTransition = ReactCurrentBatchConfig.transition;
2506
+ ReactCurrentBatchConfig.transition = {};
2507
+ var currentTransition = ReactCurrentBatchConfig.transition;
2508
+
2509
+ {
2510
+ ReactCurrentBatchConfig.transition._updatedFibers = new Set();
2511
+ }
2512
+
2513
+ try {
2514
+ scope();
2515
+ } finally {
2516
+ ReactCurrentBatchConfig.transition = prevTransition;
2517
+
2518
+ {
2519
+ if (prevTransition === null && currentTransition._updatedFibers) {
2520
+ var updatedFibersCount = currentTransition._updatedFibers.size;
2521
+
2522
+ if (updatedFibersCount > 10) {
2523
+ warn('Detected a large number of updates inside startTransition. ' + 'If this is due to a subscription please re-write it to use React provided hooks. ' + 'Otherwise concurrent mode guarantees are off the table.');
2524
+ }
2525
+
2526
+ currentTransition._updatedFibers.clear();
2527
+ }
2528
+ }
2529
+ }
2530
+ }
2531
+
2532
+ var didWarnAboutMessageChannel = false;
2533
+ var enqueueTaskImpl = null;
2534
+ function enqueueTask(task) {
2535
+ if (enqueueTaskImpl === null) {
2536
+ try {
2537
+ // read require off the module object to get around the bundlers.
2538
+ // we don't want them to detect a require and bundle a Node polyfill.
2539
+ var requireString = ('require' + Math.random()).slice(0, 7);
2540
+ var nodeRequire = module && module[requireString]; // assuming we're in node, let's try to get node's
2541
+ // version of setImmediate, bypassing fake timers if any.
2542
+
2543
+ enqueueTaskImpl = nodeRequire.call(module, 'timers').setImmediate;
2544
+ } catch (_err) {
2545
+ // we're in a browser
2546
+ // we can't use regular timers because they may still be faked
2547
+ // so we try MessageChannel+postMessage instead
2548
+ enqueueTaskImpl = function (callback) {
2549
+ {
2550
+ if (didWarnAboutMessageChannel === false) {
2551
+ didWarnAboutMessageChannel = true;
2552
+
2553
+ if (typeof MessageChannel === 'undefined') {
2554
+ error('This browser does not have a MessageChannel implementation, ' + 'so enqueuing tasks via await act(async () => ...) will fail. ' + 'Please file an issue at https://github.com/facebook/react/issues ' + 'if you encounter this warning.');
2555
+ }
2556
+ }
2557
+ }
2558
+
2559
+ var channel = new MessageChannel();
2560
+ channel.port1.onmessage = callback;
2561
+ channel.port2.postMessage(undefined);
2562
+ };
2563
+ }
2564
+ }
2565
+
2566
+ return enqueueTaskImpl(task);
2567
+ }
2568
+
2569
+ var actScopeDepth = 0;
2570
+ var didWarnNoAwaitAct = false;
2571
+ function act(callback) {
2572
+ {
2573
+ // `act` calls can be nested, so we track the depth. This represents the
2574
+ // number of `act` scopes on the stack.
2575
+ var prevActScopeDepth = actScopeDepth;
2576
+ actScopeDepth++;
2577
+
2578
+ if (ReactCurrentActQueue.current === null) {
2579
+ // This is the outermost `act` scope. Initialize the queue. The reconciler
2580
+ // will detect the queue and use it instead of Scheduler.
2581
+ ReactCurrentActQueue.current = [];
2582
+ }
2583
+
2584
+ var prevIsBatchingLegacy = ReactCurrentActQueue.isBatchingLegacy;
2585
+ var result;
2586
+
2587
+ try {
2588
+ // Used to reproduce behavior of `batchedUpdates` in legacy mode. Only
2589
+ // set to `true` while the given callback is executed, not for updates
2590
+ // triggered during an async event, because this is how the legacy
2591
+ // implementation of `act` behaved.
2592
+ ReactCurrentActQueue.isBatchingLegacy = true;
2593
+ result = callback(); // Replicate behavior of original `act` implementation in legacy mode,
2594
+ // which flushed updates immediately after the scope function exits, even
2595
+ // if it's an async function.
2596
+
2597
+ if (!prevIsBatchingLegacy && ReactCurrentActQueue.didScheduleLegacyUpdate) {
2598
+ var queue = ReactCurrentActQueue.current;
2599
+
2600
+ if (queue !== null) {
2601
+ ReactCurrentActQueue.didScheduleLegacyUpdate = false;
2602
+ flushActQueue(queue);
2603
+ }
2604
+ }
2605
+ } catch (error) {
2606
+ popActScope(prevActScopeDepth);
2607
+ throw error;
2608
+ } finally {
2609
+ ReactCurrentActQueue.isBatchingLegacy = prevIsBatchingLegacy;
2610
+ }
2611
+
2612
+ if (result !== null && typeof result === 'object' && typeof result.then === 'function') {
2613
+ var thenableResult = result; // The callback is an async function (i.e. returned a promise). Wait
2614
+ // for it to resolve before exiting the current scope.
2615
+
2616
+ var wasAwaited = false;
2617
+ var thenable = {
2618
+ then: function (resolve, reject) {
2619
+ wasAwaited = true;
2620
+ thenableResult.then(function (returnValue) {
2621
+ popActScope(prevActScopeDepth);
2622
+
2623
+ if (actScopeDepth === 0) {
2624
+ // We've exited the outermost act scope. Recursively flush the
2625
+ // queue until there's no remaining work.
2626
+ recursivelyFlushAsyncActWork(returnValue, resolve, reject);
2627
+ } else {
2628
+ resolve(returnValue);
2629
+ }
2630
+ }, function (error) {
2631
+ // The callback threw an error.
2632
+ popActScope(prevActScopeDepth);
2633
+ reject(error);
2634
+ });
2635
+ }
2636
+ };
2637
+
2638
+ {
2639
+ if (!didWarnNoAwaitAct && typeof Promise !== 'undefined') {
2640
+ // eslint-disable-next-line no-undef
2641
+ Promise.resolve().then(function () {}).then(function () {
2642
+ if (!wasAwaited) {
2643
+ didWarnNoAwaitAct = true;
2644
+
2645
+ error('You called act(async () => ...) without await. ' + 'This could lead to unexpected testing behaviour, ' + 'interleaving multiple act calls and mixing their ' + 'scopes. ' + 'You should - await act(async () => ...);');
2646
+ }
2647
+ });
2648
+ }
2649
+ }
2650
+
2651
+ return thenable;
2652
+ } else {
2653
+ var returnValue = result; // The callback is not an async function. Exit the current scope
2654
+ // immediately, without awaiting.
2655
+
2656
+ popActScope(prevActScopeDepth);
2657
+
2658
+ if (actScopeDepth === 0) {
2659
+ // Exiting the outermost act scope. Flush the queue.
2660
+ var _queue = ReactCurrentActQueue.current;
2661
+
2662
+ if (_queue !== null) {
2663
+ flushActQueue(_queue);
2664
+ ReactCurrentActQueue.current = null;
2665
+ } // Return a thenable. If the user awaits it, we'll flush again in
2666
+ // case additional work was scheduled by a microtask.
2667
+
2668
+
2669
+ var _thenable = {
2670
+ then: function (resolve, reject) {
2671
+ // Confirm we haven't re-entered another `act` scope, in case
2672
+ // the user does something weird like await the thenable
2673
+ // multiple times.
2674
+ if (ReactCurrentActQueue.current === null) {
2675
+ // Recursively flush the queue until there's no remaining work.
2676
+ ReactCurrentActQueue.current = [];
2677
+ recursivelyFlushAsyncActWork(returnValue, resolve, reject);
2678
+ } else {
2679
+ resolve(returnValue);
2680
+ }
2681
+ }
2682
+ };
2683
+ return _thenable;
2684
+ } else {
2685
+ // Since we're inside a nested `act` scope, the returned thenable
2686
+ // immediately resolves. The outer scope will flush the queue.
2687
+ var _thenable2 = {
2688
+ then: function (resolve, reject) {
2689
+ resolve(returnValue);
2690
+ }
2691
+ };
2692
+ return _thenable2;
2693
+ }
2694
+ }
2695
+ }
2696
+ }
2697
+
2698
+ function popActScope(prevActScopeDepth) {
2699
+ {
2700
+ if (prevActScopeDepth !== actScopeDepth - 1) {
2701
+ error('You seem to have overlapping act() calls, this is not supported. ' + 'Be sure to await previous act() calls before making a new one. ');
2702
+ }
2703
+
2704
+ actScopeDepth = prevActScopeDepth;
2705
+ }
2706
+ }
2707
+
2708
+ function recursivelyFlushAsyncActWork(returnValue, resolve, reject) {
2709
+ {
2710
+ var queue = ReactCurrentActQueue.current;
2711
+
2712
+ if (queue !== null) {
2713
+ try {
2714
+ flushActQueue(queue);
2715
+ enqueueTask(function () {
2716
+ if (queue.length === 0) {
2717
+ // No additional work was scheduled. Finish.
2718
+ ReactCurrentActQueue.current = null;
2719
+ resolve(returnValue);
2720
+ } else {
2721
+ // Keep flushing work until there's none left.
2722
+ recursivelyFlushAsyncActWork(returnValue, resolve, reject);
2723
+ }
2724
+ });
2725
+ } catch (error) {
2726
+ reject(error);
2727
+ }
2728
+ } else {
2729
+ resolve(returnValue);
2730
+ }
2731
+ }
2732
+ }
2733
+
2734
+ var isFlushing = false;
2735
+
2736
+ function flushActQueue(queue) {
2737
+ {
2738
+ if (!isFlushing) {
2739
+ // Prevent re-entrance.
2740
+ isFlushing = true;
2741
+ var i = 0;
2742
+
2743
+ try {
2744
+ for (; i < queue.length; i++) {
2745
+ var callback = queue[i];
2746
+
2747
+ do {
2748
+ callback = callback(true);
2749
+ } while (callback !== null);
2750
+ }
2751
+
2752
+ queue.length = 0;
2753
+ } catch (error) {
2754
+ // If something throws, leave the remaining callbacks on the queue.
2755
+ queue = queue.slice(i + 1);
2756
+ throw error;
2757
+ } finally {
2758
+ isFlushing = false;
2759
+ }
2760
+ }
2761
+ }
2762
+ }
2763
+
2764
+ var createElement$1 = createElementWithValidation ;
2765
+ var cloneElement$1 = cloneElementWithValidation ;
2766
+ var createFactory = createFactoryWithValidation ;
2767
+ var Children = {
2768
+ map: mapChildren,
2769
+ forEach: forEachChildren,
2770
+ count: countChildren,
2771
+ toArray: toArray,
2772
+ only: onlyChild
2773
+ };
2774
+
2775
+ exports.Children = Children;
2776
+ exports.Component = Component;
2777
+ exports.Fragment = REACT_FRAGMENT_TYPE;
2778
+ exports.Profiler = REACT_PROFILER_TYPE;
2779
+ exports.PureComponent = PureComponent;
2780
+ exports.StrictMode = REACT_STRICT_MODE_TYPE;
2781
+ exports.Suspense = REACT_SUSPENSE_TYPE;
2782
+ exports.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = ReactSharedInternals;
2783
+ exports.cloneElement = cloneElement$1;
2784
+ exports.createContext = createContext;
2785
+ exports.createElement = createElement$1;
2786
+ exports.createFactory = createFactory;
2787
+ exports.createRef = createRef;
2788
+ exports.forwardRef = forwardRef;
2789
+ exports.isValidElement = isValidElement;
2790
+ exports.lazy = lazy;
2791
+ exports.memo = memo;
2792
+ exports.startTransition = startTransition;
2793
+ exports.unstable_act = act;
2794
+ exports.useCallback = useCallback;
2795
+ exports.useContext = useContext;
2796
+ exports.useDebugValue = useDebugValue;
2797
+ exports.useDeferredValue = useDeferredValue;
2798
+ exports.useEffect = useEffect;
2799
+ exports.useId = useId;
2800
+ exports.useImperativeHandle = useImperativeHandle;
2801
+ exports.useInsertionEffect = useInsertionEffect;
2802
+ exports.useLayoutEffect = useLayoutEffect;
2803
+ exports.useMemo = useMemo;
2804
+ exports.useReducer = useReducer;
2805
+ exports.useRef = useRef;
2806
+ exports.useState = useState;
2807
+ exports.useSyncExternalStore = useSyncExternalStore;
2808
+ exports.useTransition = useTransition;
2809
+ exports.version = ReactVersion;
2810
+ /* global __REACT_DEVTOOLS_GLOBAL_HOOK__ */
2811
+ if (
2812
+ typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ !== 'undefined' &&
2813
+ typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop ===
2814
+ 'function'
2815
+ ) {
2816
+ __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(new Error());
2817
+ }
2818
+
2819
+ })();
2820
+ }
2821
+ } (react_development, react_development.exports));
2822
+ return react_development.exports;
2823
+ }
2824
+
2825
+ if (process.env.NODE_ENV === 'production') {
2826
+ react.exports = requireReact_production_min();
2827
+ } else {
2828
+ react.exports = requireReact_development();
2829
+ }
2830
+
2831
+ var reactExports = react.exports;
2832
+ var React = /*@__PURE__*/getDefaultExportFromCjs(reactExports);
2833
+
54
2834
  var aLink = function (_a) {
55
2835
  var key = _a.key, href = _a.href, className = _a.className, ariaCurrent = _a.ariaCurrent, ariaLabel = _a.ariaLabel, onClick = _a.onClick, children = _a.children;
56
2836
  return (React.createElement("a", { key: key, href: href, className: className, "aria-current": ariaCurrent, "aria-label": ariaLabel, onClick: onClick }, children));
@@ -237,106 +3017,106 @@ typeof SuppressedError === "function" ? SuppressedError : function (error, suppr
237
3017
  return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
238
3018
  };
239
3019
 
240
- var SvgArrowUpOnSquare$2 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
241
- React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.75 7h-3V3.66l1.95 2.1a.75.75 0 1 0 1.1-1.02l-3.25-3.5a.75.75 0 0 0-1.1 0L6.2 4.74a.75.75 0 0 0 1.1 1.02l1.95-2.1V7h-3A2.25 2.25 0 0 0 4 9.25v7.5A2.25 2.25 0 0 0 6.25 19h7.5A2.25 2.25 0 0 0 16 16.75v-7.5A2.25 2.25 0 0 0 13.75 7Zm-3 0h-1.5v5.25a.75.75 0 0 0 1.5 0V7Z", clipRule: "evenodd" }))); };
3020
+ var SvgArrowUpOnSquare$2 = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
3021
+ reactExports.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.75 7h-3V3.66l1.95 2.1a.75.75 0 1 0 1.1-1.02l-3.25-3.5a.75.75 0 0 0-1.1 0L6.2 4.74a.75.75 0 0 0 1.1 1.02l1.95-2.1V7h-3A2.25 2.25 0 0 0 4 9.25v7.5A2.25 2.25 0 0 0 6.25 19h7.5A2.25 2.25 0 0 0 16 16.75v-7.5A2.25 2.25 0 0 0 13.75 7Zm-3 0h-1.5v5.25a.75.75 0 0 0 1.5 0V7Z", clipRule: "evenodd" }))); };
242
3022
 
243
- var SvgBeakerPlus$2 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
244
- React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m13 3.612.19.015a.75.75 0 0 0 .12-1.495 41.406 41.406 0 0 0-6.62 0 .75.75 0 0 0 .12 1.495L7 3.612v4.56c0 .331-.132.649-.366.883L2.6 13.09c-1.496 1.496-.817 4.15 1.403 4.475C5.961 17.852 7.963 18 10 18s4.039-.148 5.997-.436c2.22-.325 2.9-2.979 1.403-4.475l-4.034-4.034A1.25 1.25 0 0 1 13 8.172v-4.56Zm-4.5-.084V7.5h3V3.528a40.2 40.2 0 0 0-3 0ZM10 10a.75.75 0 0 1 .75.75v1.5h1.5a.75.75 0 0 1 0 1.5h-1.5v1.5a.75.75 0 0 1-1.5 0v-1.5h-1.5a.75.75 0 0 1 0-1.5h1.5v-1.5A.75.75 0 0 1 10 10Z", clipRule: "evenodd" }))); };
3023
+ var SvgBeakerPlus$2 = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
3024
+ reactExports.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m13 3.612.19.015a.75.75 0 0 0 .12-1.495 41.406 41.406 0 0 0-6.62 0 .75.75 0 0 0 .12 1.495L7 3.612v4.56c0 .331-.132.649-.366.883L2.6 13.09c-1.496 1.496-.817 4.15 1.403 4.475C5.961 17.852 7.963 18 10 18s4.039-.148 5.997-.436c2.22-.325 2.9-2.979 1.403-4.475l-4.034-4.034A1.25 1.25 0 0 1 13 8.172v-4.56Zm-4.5-.084V7.5h3V3.528a40.2 40.2 0 0 0-3 0ZM10 10a.75.75 0 0 1 .75.75v1.5h1.5a.75.75 0 0 1 0 1.5h-1.5v1.5a.75.75 0 0 1-1.5 0v-1.5h-1.5a.75.75 0 0 1 0-1.5h1.5v-1.5A.75.75 0 0 1 10 10Z", clipRule: "evenodd" }))); };
245
3025
 
246
- var SvgBeaker$2 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
247
- React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8.5 3.528v4.644c0 .729-.29 1.428-.805 1.944l-1.217 1.216a8.75 8.75 0 0 1 3.55.621l.502.201a7.25 7.25 0 0 0 4.178.365l-2.402-2.403a2.75 2.75 0 0 1-.806-1.944V3.528a40.2 40.2 0 0 0-3 0Zm4.5.084.19.015a.75.75 0 0 0 .12-1.495 41.406 41.406 0 0 0-6.62 0 .75.75 0 0 0 .12 1.495L7 3.612v4.56c0 .331-.132.649-.366.883L2.6 13.09c-1.496 1.496-.817 4.15 1.403 4.475C5.961 17.852 7.963 18 10 18s4.039-.148 5.997-.436c2.22-.325 2.9-2.979 1.403-4.475l-4.034-4.034A1.25 1.25 0 0 1 13 8.172v-4.56Z", clipRule: "evenodd" }))); };
3026
+ var SvgBeaker$2 = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
3027
+ reactExports.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8.5 3.528v4.644c0 .729-.29 1.428-.805 1.944l-1.217 1.216a8.75 8.75 0 0 1 3.55.621l.502.201a7.25 7.25 0 0 0 4.178.365l-2.402-2.403a2.75 2.75 0 0 1-.806-1.944V3.528a40.2 40.2 0 0 0-3 0Zm4.5.084.19.015a.75.75 0 0 0 .12-1.495 41.406 41.406 0 0 0-6.62 0 .75.75 0 0 0 .12 1.495L7 3.612v4.56c0 .331-.132.649-.366.883L2.6 13.09c-1.496 1.496-.817 4.15 1.403 4.475C5.961 17.852 7.963 18 10 18s4.039-.148 5.997-.436c2.22-.325 2.9-2.979 1.403-4.475l-4.034-4.034A1.25 1.25 0 0 1 13 8.172v-4.56Z", clipRule: "evenodd" }))); };
248
3028
 
249
- var SvgChatBubbleBottomCenterPlus$2 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
250
- React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M3.43 2.524A41.29 41.29 0 0 1 10 2c2.236 0 4.43.18 6.57.524 1.437.231 2.43 1.49 2.43 2.902v5.148c0 1.413-.993 2.67-2.43 2.902a41.102 41.102 0 0 1-3.55.414c-.28.02-.521.18-.643.413l-1.712 3.293a.75.75 0 0 1-1.33 0l-1.713-3.293a.783.783 0 0 0-.642-.413 41.108 41.108 0 0 1-3.55-.414C1.993 13.245 1 11.986 1 10.574V5.426c0-1.413.993-2.67 2.43-2.902ZM10 5a.75.75 0 0 1 .75.75v1.5h1.5a.75.75 0 0 1 0 1.5h-1.5v1.5a.75.75 0 0 1-1.5 0v-1.5h-1.5a.75.75 0 0 1 0-1.5h1.5v-1.5A.75.75 0 0 1 10 5Z", clipRule: "evenodd" }))); };
3029
+ var SvgChatBubbleBottomCenterPlus$2 = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
3030
+ reactExports.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M3.43 2.524A41.29 41.29 0 0 1 10 2c2.236 0 4.43.18 6.57.524 1.437.231 2.43 1.49 2.43 2.902v5.148c0 1.413-.993 2.67-2.43 2.902a41.102 41.102 0 0 1-3.55.414c-.28.02-.521.18-.643.413l-1.712 3.293a.75.75 0 0 1-1.33 0l-1.713-3.293a.783.783 0 0 0-.642-.413 41.108 41.108 0 0 1-3.55-.414C1.993 13.245 1 11.986 1 10.574V5.426c0-1.413.993-2.67 2.43-2.902ZM10 5a.75.75 0 0 1 .75.75v1.5h1.5a.75.75 0 0 1 0 1.5h-1.5v1.5a.75.75 0 0 1-1.5 0v-1.5h-1.5a.75.75 0 0 1 0-1.5h1.5v-1.5A.75.75 0 0 1 10 5Z", clipRule: "evenodd" }))); };
251
3031
 
252
- var SvgChatBubbleBottomCenterText$2 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
253
- React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M10 2c-2.236 0-4.43.18-6.57.524C1.993 2.755 1 4.014 1 5.426v5.148c0 1.413.993 2.67 2.43 2.902 1.168.188 2.352.327 3.55.414.28.02.521.18.642.413l1.713 3.293a.75.75 0 0 0 1.33 0l1.713-3.293a.783.783 0 0 1 .642-.413 41.102 41.102 0 0 0 3.55-.414c1.437-.231 2.43-1.49 2.43-2.902V5.426c0-1.413-.993-2.67-2.43-2.902A41.289 41.289 0 0 0 10 2ZM6.75 6a.75.75 0 0 0 0 1.5h6.5a.75.75 0 0 0 0-1.5h-6.5Zm0 2.5a.75.75 0 0 0 0 1.5h3.5a.75.75 0 0 0 0-1.5h-3.5Z", clipRule: "evenodd" }))); };
3032
+ var SvgChatBubbleBottomCenterText$2 = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
3033
+ reactExports.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M10 2c-2.236 0-4.43.18-6.57.524C1.993 2.755 1 4.014 1 5.426v5.148c0 1.413.993 2.67 2.43 2.902 1.168.188 2.352.327 3.55.414.28.02.521.18.642.413l1.713 3.293a.75.75 0 0 0 1.33 0l1.713-3.293a.783.783 0 0 1 .642-.413 41.102 41.102 0 0 0 3.55-.414c1.437-.231 2.43-1.49 2.43-2.902V5.426c0-1.413-.993-2.67-2.43-2.902A41.289 41.289 0 0 0 10 2ZM6.75 6a.75.75 0 0 0 0 1.5h6.5a.75.75 0 0 0 0-1.5h-6.5Zm0 2.5a.75.75 0 0 0 0 1.5h3.5a.75.75 0 0 0 0-1.5h-3.5Z", clipRule: "evenodd" }))); };
254
3034
 
255
- var SvgChatBubbleLeftRight$2 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
256
- React__namespace.createElement("path", { fill: "currentColor", d: "M3.505 2.365A41.369 41.369 0 0 1 9 2c1.863 0 3.697.124 5.495.365 1.247.167 2.18 1.108 2.435 2.268a4.45 4.45 0 0 0-.577-.069 43.141 43.141 0 0 0-4.706 0C9.229 4.696 7.5 6.727 7.5 8.998v2.24c0 1.413.67 2.735 1.76 3.562l-2.98 2.98A.75.75 0 0 1 5 17.25v-3.443c-.501-.048-1-.106-1.495-.172C2.033 13.438 1 12.162 1 10.72V5.28c0-1.441 1.033-2.717 2.505-2.914Z" }),
257
- React__namespace.createElement("path", { fill: "currentColor", d: "M14 6c-.762 0-1.52.02-2.271.062C10.157 6.148 9 7.472 9 8.998v2.24c0 1.519 1.147 2.839 2.71 2.935.214.013.428.024.642.034.2.009.385.09.518.224l2.35 2.35a.75.75 0 0 0 1.28-.531v-2.07c1.453-.195 2.5-1.463 2.5-2.915V8.998c0-1.526-1.157-2.85-2.729-2.936A41.645 41.645 0 0 0 14 6Z" }))); };
3035
+ var SvgChatBubbleLeftRight$2 = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
3036
+ reactExports.createElement("path", { fill: "currentColor", d: "M3.505 2.365A41.369 41.369 0 0 1 9 2c1.863 0 3.697.124 5.495.365 1.247.167 2.18 1.108 2.435 2.268a4.45 4.45 0 0 0-.577-.069 43.141 43.141 0 0 0-4.706 0C9.229 4.696 7.5 6.727 7.5 8.998v2.24c0 1.413.67 2.735 1.76 3.562l-2.98 2.98A.75.75 0 0 1 5 17.25v-3.443c-.501-.048-1-.106-1.495-.172C2.033 13.438 1 12.162 1 10.72V5.28c0-1.441 1.033-2.717 2.505-2.914Z" }),
3037
+ reactExports.createElement("path", { fill: "currentColor", d: "M14 6c-.762 0-1.52.02-2.271.062C10.157 6.148 9 7.472 9 8.998v2.24c0 1.519 1.147 2.839 2.71 2.935.214.013.428.024.642.034.2.009.385.09.518.224l2.35 2.35a.75.75 0 0 0 1.28-.531v-2.07c1.453-.195 2.5-1.463 2.5-2.915V8.998c0-1.526-1.157-2.85-2.729-2.936A41.645 41.645 0 0 0 14 6Z" }))); };
258
3038
 
259
- var SvgCheckCircle$2 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
260
- React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16Zm3.857-9.809a.75.75 0 0 0-1.214-.882l-3.483 4.79-1.88-1.88a.75.75 0 1 0-1.06 1.061l2.5 2.5a.75.75 0 0 0 1.137-.089l4-5.5Z", clipRule: "evenodd" }))); };
3039
+ var SvgCheckCircle$2 = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
3040
+ reactExports.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16Zm3.857-9.809a.75.75 0 0 0-1.214-.882l-3.483 4.79-1.88-1.88a.75.75 0 1 0-1.06 1.061l2.5 2.5a.75.75 0 0 0 1.137-.089l4-5.5Z", clipRule: "evenodd" }))); };
261
3041
 
262
- var SvgChevronDown$2 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
263
- React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M5.23 7.21a.75.75 0 0 1 1.06.02L10 11.168l3.71-3.938a.75.75 0 1 1 1.08 1.04l-4.25 4.5a.75.75 0 0 1-1.08 0l-4.25-4.5a.75.75 0 0 1 .02-1.06Z", clipRule: "evenodd" }))); };
3042
+ var SvgChevronDown$2 = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
3043
+ reactExports.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M5.23 7.21a.75.75 0 0 1 1.06.02L10 11.168l3.71-3.938a.75.75 0 1 1 1.08 1.04l-4.25 4.5a.75.75 0 0 1-1.08 0l-4.25-4.5a.75.75 0 0 1 .02-1.06Z", clipRule: "evenodd" }))); };
264
3044
 
265
- var SvgChevronLeft$2 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
266
- React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12.79 5.23a.75.75 0 0 1-.02 1.06L8.832 10l3.938 3.71a.75.75 0 1 1-1.04 1.08l-4.5-4.25a.75.75 0 0 1 0-1.08l4.5-4.25a.75.75 0 0 1 1.06.02Z", clipRule: "evenodd" }))); };
3045
+ var SvgChevronLeft$2 = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
3046
+ reactExports.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12.79 5.23a.75.75 0 0 1-.02 1.06L8.832 10l3.938 3.71a.75.75 0 1 1-1.04 1.08l-4.5-4.25a.75.75 0 0 1 0-1.08l4.5-4.25a.75.75 0 0 1 1.06.02Z", clipRule: "evenodd" }))); };
267
3047
 
268
- var SvgChevronRight$2 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
269
- React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7.21 14.77a.75.75 0 0 1 .02-1.06L11.168 10 7.23 6.29a.75.75 0 1 1 1.04-1.08l4.5 4.25a.75.75 0 0 1 0 1.08l-4.5 4.25a.75.75 0 0 1-1.06-.02Z", clipRule: "evenodd" }))); };
3048
+ var SvgChevronRight$2 = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
3049
+ reactExports.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7.21 14.77a.75.75 0 0 1 .02-1.06L11.168 10 7.23 6.29a.75.75 0 1 1 1.04-1.08l4.5 4.25a.75.75 0 0 1 0 1.08l-4.5 4.25a.75.75 0 0 1-1.06-.02Z", clipRule: "evenodd" }))); };
270
3050
 
271
- var SvgChevronUp$2 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
272
- React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M14.77 12.79a.75.75 0 0 1-1.06-.02L10 8.832 6.29 12.77a.75.75 0 1 1-1.08-1.04l4.25-4.5a.75.75 0 0 1 1.08 0l4.25 4.5a.75.75 0 0 1-.02 1.06Z", clipRule: "evenodd" }))); };
3051
+ var SvgChevronUp$2 = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
3052
+ reactExports.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M14.77 12.79a.75.75 0 0 1-1.06-.02L10 8.832 6.29 12.77a.75.75 0 1 1-1.08-1.04l4.25-4.5a.75.75 0 0 1 1.08 0l4.25 4.5a.75.75 0 0 1-.02 1.06Z", clipRule: "evenodd" }))); };
273
3053
 
274
- var SvgClipboard$2 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
275
- React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.887 3.182c.396.037.79.08 1.183.128C16.194 3.45 17 4.414 17 5.517V16.75A2.25 2.25 0 0 1 14.75 19h-9.5A2.25 2.25 0 0 1 3 16.75V5.517c0-1.103.806-2.068 1.93-2.207.393-.048.787-.09 1.183-.128A3.001 3.001 0 0 1 9 1h2c1.373 0 2.531.923 2.887 2.182ZM7.5 4A1.5 1.5 0 0 1 9 2.5h2A1.5 1.5 0 0 1 12.5 4v.5h-5V4Z", clipRule: "evenodd" }))); };
3054
+ var SvgClipboard$2 = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
3055
+ reactExports.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.887 3.182c.396.037.79.08 1.183.128C16.194 3.45 17 4.414 17 5.517V16.75A2.25 2.25 0 0 1 14.75 19h-9.5A2.25 2.25 0 0 1 3 16.75V5.517c0-1.103.806-2.068 1.93-2.207.393-.048.787-.09 1.183-.128A3.001 3.001 0 0 1 9 1h2c1.373 0 2.531.923 2.887 2.182ZM7.5 4A1.5 1.5 0 0 1 9 2.5h2A1.5 1.5 0 0 1 12.5 4v.5h-5V4Z", clipRule: "evenodd" }))); };
276
3056
 
277
- var SvgCloudArrowDown$2 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
278
- React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M5.5 17a4.5 4.5 0 0 1-1.44-8.765 4.5 4.5 0 0 1 8.302-3.046 3.5 3.5 0 0 1 4.504 4.272A4 4 0 0 1 15 17H5.5Zm5.25-9.25a.75.75 0 0 0-1.5 0v4.59l-1.95-2.1a.75.75 0 1 0-1.1 1.02l3.25 3.5a.75.75 0 0 0 1.1 0l3.25-3.5a.75.75 0 1 0-1.1-1.02l-1.95 2.1V7.75Z", clipRule: "evenodd" }))); };
3057
+ var SvgCloudArrowDown$2 = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
3058
+ reactExports.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M5.5 17a4.5 4.5 0 0 1-1.44-8.765 4.5 4.5 0 0 1 8.302-3.046 3.5 3.5 0 0 1 4.504 4.272A4 4 0 0 1 15 17H5.5Zm5.25-9.25a.75.75 0 0 0-1.5 0v4.59l-1.95-2.1a.75.75 0 1 0-1.1 1.02l3.25 3.5a.75.75 0 0 0 1.1 0l3.25-3.5a.75.75 0 1 0-1.1-1.02l-1.95 2.1V7.75Z", clipRule: "evenodd" }))); };
279
3059
 
280
- var SvgCog6Tooth$2 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
281
- React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7.84 1.804A1 1 0 0 1 8.82 1h2.36a1 1 0 0 1 .98.804l.331 1.652a6.993 6.993 0 0 1 1.929 1.115l1.598-.54a1 1 0 0 1 1.186.447l1.18 2.044a1 1 0 0 1-.205 1.251l-1.267 1.113a7.047 7.047 0 0 1 0 2.228l1.267 1.113a1 1 0 0 1 .206 1.25l-1.18 2.045a1 1 0 0 1-1.187.447l-1.598-.54a6.993 6.993 0 0 1-1.929 1.115l-.33 1.652a1 1 0 0 1-.98.804H8.82a1 1 0 0 1-.98-.804l-.331-1.652a6.993 6.993 0 0 1-1.929-1.115l-1.598.54a1 1 0 0 1-1.186-.447l-1.18-2.044a1 1 0 0 1 .205-1.251l1.267-1.114a7.05 7.05 0 0 1 0-2.227L1.821 7.773a1 1 0 0 1-.206-1.25l1.18-2.045a1 1 0 0 1 1.187-.447l1.598.54A6.993 6.993 0 0 1 7.51 3.456l.33-1.652ZM10 13a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z", clipRule: "evenodd" }))); };
3060
+ var SvgCog6Tooth$2 = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
3061
+ reactExports.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7.84 1.804A1 1 0 0 1 8.82 1h2.36a1 1 0 0 1 .98.804l.331 1.652a6.993 6.993 0 0 1 1.929 1.115l1.598-.54a1 1 0 0 1 1.186.447l1.18 2.044a1 1 0 0 1-.205 1.251l-1.267 1.113a7.047 7.047 0 0 1 0 2.228l1.267 1.113a1 1 0 0 1 .206 1.25l-1.18 2.045a1 1 0 0 1-1.187.447l-1.598-.54a6.993 6.993 0 0 1-1.929 1.115l-.33 1.652a1 1 0 0 1-.98.804H8.82a1 1 0 0 1-.98-.804l-.331-1.652a6.993 6.993 0 0 1-1.929-1.115l-1.598.54a1 1 0 0 1-1.186-.447l-1.18-2.044a1 1 0 0 1 .205-1.251l1.267-1.114a7.05 7.05 0 0 1 0-2.227L1.821 7.773a1 1 0 0 1-.206-1.25l1.18-2.045a1 1 0 0 1 1.187-.447l1.598.54A6.993 6.993 0 0 1 7.51 3.456l.33-1.652ZM10 13a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z", clipRule: "evenodd" }))); };
282
3062
 
283
- var SvgCommandLine$2 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
284
- React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M3.25 3A2.25 2.25 0 0 0 1 5.25v9.5A2.25 2.25 0 0 0 3.25 17h13.5A2.25 2.25 0 0 0 19 14.75v-9.5A2.25 2.25 0 0 0 16.75 3H3.25Zm.943 8.752a.75.75 0 0 1 .055-1.06L6.128 9l-1.88-1.693a.75.75 0 1 1 1.004-1.114l2.5 2.25a.75.75 0 0 1 0 1.114l-2.5 2.25a.75.75 0 0 1-1.06-.055ZM9.75 10.25a.75.75 0 0 0 0 1.5h2.5a.75.75 0 0 0 0-1.5h-2.5Z", clipRule: "evenodd" }))); };
3063
+ var SvgCommandLine$2 = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
3064
+ reactExports.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M3.25 3A2.25 2.25 0 0 0 1 5.25v9.5A2.25 2.25 0 0 0 3.25 17h13.5A2.25 2.25 0 0 0 19 14.75v-9.5A2.25 2.25 0 0 0 16.75 3H3.25Zm.943 8.752a.75.75 0 0 1 .055-1.06L6.128 9l-1.88-1.693a.75.75 0 1 1 1.004-1.114l2.5 2.25a.75.75 0 0 1 0 1.114l-2.5 2.25a.75.75 0 0 1-1.06-.055ZM9.75 10.25a.75.75 0 0 0 0 1.5h2.5a.75.75 0 0 0 0-1.5h-2.5Z", clipRule: "evenodd" }))); };
285
3065
 
286
- var SvgDocumentPlus$2 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
287
- React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M4.5 2A1.5 1.5 0 0 0 3 3.5v13A1.5 1.5 0 0 0 4.5 18h11a1.5 1.5 0 0 0 1.5-1.5V7.621a1.5 1.5 0 0 0-.44-1.06l-4.12-4.122A1.5 1.5 0 0 0 11.378 2H4.5ZM10 8a.75.75 0 0 1 .75.75v1.5h1.5a.75.75 0 0 1 0 1.5h-1.5v1.5a.75.75 0 0 1-1.5 0v-1.5h-1.5a.75.75 0 0 1 0-1.5h1.5v-1.5A.75.75 0 0 1 10 8Z", clipRule: "evenodd" }))); };
3066
+ var SvgDocumentPlus$2 = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
3067
+ reactExports.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M4.5 2A1.5 1.5 0 0 0 3 3.5v13A1.5 1.5 0 0 0 4.5 18h11a1.5 1.5 0 0 0 1.5-1.5V7.621a1.5 1.5 0 0 0-.44-1.06l-4.12-4.122A1.5 1.5 0 0 0 11.378 2H4.5ZM10 8a.75.75 0 0 1 .75.75v1.5h1.5a.75.75 0 0 1 0 1.5h-1.5v1.5a.75.75 0 0 1-1.5 0v-1.5h-1.5a.75.75 0 0 1 0-1.5h1.5v-1.5A.75.75 0 0 1 10 8Z", clipRule: "evenodd" }))); };
288
3068
 
289
- var SvgDocumentText$2 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
290
- React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M4.5 2A1.5 1.5 0 0 0 3 3.5v13A1.5 1.5 0 0 0 4.5 18h11a1.5 1.5 0 0 0 1.5-1.5V7.621a1.5 1.5 0 0 0-.44-1.06l-4.12-4.122A1.5 1.5 0 0 0 11.378 2H4.5Zm2.25 8.5a.75.75 0 0 0 0 1.5h6.5a.75.75 0 0 0 0-1.5h-6.5Zm0 3a.75.75 0 0 0 0 1.5h6.5a.75.75 0 0 0 0-1.5h-6.5Z", clipRule: "evenodd" }))); };
3069
+ var SvgDocumentText$2 = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
3070
+ reactExports.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M4.5 2A1.5 1.5 0 0 0 3 3.5v13A1.5 1.5 0 0 0 4.5 18h11a1.5 1.5 0 0 0 1.5-1.5V7.621a1.5 1.5 0 0 0-.44-1.06l-4.12-4.122A1.5 1.5 0 0 0 11.378 2H4.5Zm2.25 8.5a.75.75 0 0 0 0 1.5h6.5a.75.75 0 0 0 0-1.5h-6.5Zm0 3a.75.75 0 0 0 0 1.5h6.5a.75.75 0 0 0 0-1.5h-6.5Z", clipRule: "evenodd" }))); };
291
3071
 
292
- var SvgExclamationCircle$2 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
293
- React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M18 10a8 8 0 1 1-16 0 8 8 0 0 1 16 0Zm-8-5a.75.75 0 0 1 .75.75v4.5a.75.75 0 0 1-1.5 0v-4.5A.75.75 0 0 1 10 5Zm0 10a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z", clipRule: "evenodd" }))); };
3072
+ var SvgExclamationCircle$2 = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
3073
+ reactExports.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M18 10a8 8 0 1 1-16 0 8 8 0 0 1 16 0Zm-8-5a.75.75 0 0 1 .75.75v4.5a.75.75 0 0 1-1.5 0v-4.5A.75.75 0 0 1 10 5Zm0 10a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z", clipRule: "evenodd" }))); };
294
3074
 
295
- var SvgFolderOpen$2 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
296
- React__namespace.createElement("path", { fill: "currentColor", d: "M4.75 3A1.75 1.75 0 0 0 3 4.75v2.752l.104-.002h13.792c.035 0 .07 0 .104.002V6.75A1.75 1.75 0 0 0 15.25 5h-3.836a.25.25 0 0 1-.177-.073L9.823 3.513A1.75 1.75 0 0 0 8.586 3H4.75ZM3.104 9a1.75 1.75 0 0 0-1.673 2.265l1.385 4.5A1.75 1.75 0 0 0 4.488 17h11.023a1.75 1.75 0 0 0 1.673-1.235l1.384-4.5A1.75 1.75 0 0 0 16.896 9H3.104Z" }))); };
3075
+ var SvgFolderOpen$2 = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
3076
+ reactExports.createElement("path", { fill: "currentColor", d: "M4.75 3A1.75 1.75 0 0 0 3 4.75v2.752l.104-.002h13.792c.035 0 .07 0 .104.002V6.75A1.75 1.75 0 0 0 15.25 5h-3.836a.25.25 0 0 1-.177-.073L9.823 3.513A1.75 1.75 0 0 0 8.586 3H4.75ZM3.104 9a1.75 1.75 0 0 0-1.673 2.265l1.385 4.5A1.75 1.75 0 0 0 4.488 17h11.023a1.75 1.75 0 0 0 1.673-1.235l1.384-4.5A1.75 1.75 0 0 0 16.896 9H3.104Z" }))); };
297
3077
 
298
- var SvgHandThumbDown$2 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
299
- React__namespace.createElement("path", { fill: "currentColor", d: "M18.905 12.75a1.25 1.25 0 1 1-2.5 0v-7.5a1.25 1.25 0 0 1 2.5 0v7.5ZM8.905 17v1.3c0 .268-.14.526-.395.607A2 2 0 0 1 5.905 17c0-.995.182-1.948.514-2.826.204-.54-.166-1.174-.744-1.174h-2.52c-1.243 0-2.261-1.01-2.146-2.247.193-2.08.651-4.082 1.341-5.974C2.752 3.678 3.833 3 5.005 3h3.192a3 3 0 0 1 1.341.317l2.734 1.366A3 3 0 0 0 13.613 5h1.292v7h-.963c-.685 0-1.258.482-1.612 1.068a4.01 4.01 0 0 1-2.166 1.73c-.432.143-.853.386-1.011.814-.16.432-.248.9-.248 1.388Z" }))); };
3078
+ var SvgHandThumbDown$2 = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
3079
+ reactExports.createElement("path", { fill: "currentColor", d: "M18.905 12.75a1.25 1.25 0 1 1-2.5 0v-7.5a1.25 1.25 0 0 1 2.5 0v7.5ZM8.905 17v1.3c0 .268-.14.526-.395.607A2 2 0 0 1 5.905 17c0-.995.182-1.948.514-2.826.204-.54-.166-1.174-.744-1.174h-2.52c-1.243 0-2.261-1.01-2.146-2.247.193-2.08.651-4.082 1.341-5.974C2.752 3.678 3.833 3 5.005 3h3.192a3 3 0 0 1 1.341.317l2.734 1.366A3 3 0 0 0 13.613 5h1.292v7h-.963c-.685 0-1.258.482-1.612 1.068a4.01 4.01 0 0 1-2.166 1.73c-.432.143-.853.386-1.011.814-.16.432-.248.9-.248 1.388Z" }))); };
300
3080
 
301
- var SvgHandThumbUp$2 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
302
- React__namespace.createElement("path", { fill: "currentColor", d: "M1 8.25a1.25 1.25 0 1 1 2.5 0v7.5a1.25 1.25 0 1 1-2.5 0v-7.5ZM11 3V1.7c0-.268.14-.526.395-.607A2 2 0 0 1 14 3c0 .995-.182 1.948-.514 2.826-.204.54.166 1.174.744 1.174h2.52c1.243 0 2.261 1.01 2.146 2.247a23.864 23.864 0 0 1-1.341 5.974C17.153 16.323 16.072 17 14.9 17h-3.192a3 3 0 0 1-1.341-.317l-2.734-1.366A3 3 0 0 0 6.292 15H5V8h.963c.685 0 1.258-.483 1.612-1.068a4.011 4.011 0 0 1 2.166-1.73c.432-.143.853-.386 1.011-.814.16-.432.248-.9.248-1.388Z" }))); };
3081
+ var SvgHandThumbUp$2 = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
3082
+ reactExports.createElement("path", { fill: "currentColor", d: "M1 8.25a1.25 1.25 0 1 1 2.5 0v7.5a1.25 1.25 0 1 1-2.5 0v-7.5ZM11 3V1.7c0-.268.14-.526.395-.607A2 2 0 0 1 14 3c0 .995-.182 1.948-.514 2.826-.204.54.166 1.174.744 1.174h2.52c1.243 0 2.261 1.01 2.146 2.247a23.864 23.864 0 0 1-1.341 5.974C17.153 16.323 16.072 17 14.9 17h-3.192a3 3 0 0 1-1.341-.317l-2.734-1.366A3 3 0 0 0 6.292 15H5V8h.963c.685 0 1.258-.483 1.612-1.068a4.011 4.011 0 0 1 2.166-1.73c.432-.143.853-.386 1.011-.814.16-.432.248-.9.248-1.388Z" }))); };
303
3083
 
304
- var SvgInformationCircle$2 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
305
- React__namespace.createElement("path", { fill: "#0F172A", fillRule: "evenodd", d: "M18 10a8 8 0 1 1-16 0 8 8 0 0 1 16 0Zm-7-4a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM9 9a.75.75 0 0 0 0 1.5h.253a.25.25 0 0 1 .244.304l-.459 2.066A1.75 1.75 0 0 0 10.747 15H11a.75.75 0 0 0 0-1.5h-.253a.25.25 0 0 1-.244-.304l.459-2.066A1.75 1.75 0 0 0 9.253 9H9Z", clipRule: "evenodd" }))); };
3084
+ var SvgInformationCircle$2 = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
3085
+ reactExports.createElement("path", { fill: "#0F172A", fillRule: "evenodd", d: "M18 10a8 8 0 1 1-16 0 8 8 0 0 1 16 0Zm-7-4a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM9 9a.75.75 0 0 0 0 1.5h.253a.25.25 0 0 1 .244.304l-.459 2.066A1.75 1.75 0 0 0 10.747 15H11a.75.75 0 0 0 0-1.5h-.253a.25.25 0 0 1-.244-.304l.459-2.066A1.75 1.75 0 0 0 9.253 9H9Z", clipRule: "evenodd" }))); };
306
3086
 
307
- var SvgKey$2 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
308
- React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8 7a5 5 0 1 1 3.61 4.804l-1.903 1.903A1 1 0 0 1 9 14H8v1a1 1 0 0 1-1 1H6v1a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-2a1 1 0 0 1 .293-.707L8.196 8.39A5.002 5.002 0 0 1 8 7Zm5-3a.75.75 0 0 0 0 1.5A1.5 1.5 0 0 1 14.5 7 .75.75 0 0 0 16 7a3 3 0 0 0-3-3Z", clipRule: "evenodd" }))); };
3087
+ var SvgKey$2 = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
3088
+ reactExports.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8 7a5 5 0 1 1 3.61 4.804l-1.903 1.903A1 1 0 0 1 9 14H8v1a1 1 0 0 1-1 1H6v1a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-2a1 1 0 0 1 .293-.707L8.196 8.39A5.002 5.002 0 0 1 8 7Zm5-3a.75.75 0 0 0 0 1.5A1.5 1.5 0 0 1 14.5 7 .75.75 0 0 0 16 7a3 3 0 0 0-3-3Z", clipRule: "evenodd" }))); };
309
3089
 
310
- var SvgMagnifyingGlass$2 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
311
- React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M9 3.5a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11ZM2 9a7 7 0 1 1 12.452 4.391l3.328 3.329a.75.75 0 1 1-1.06 1.06l-3.329-3.328A7 7 0 0 1 2 9Z", clipRule: "evenodd" }))); };
3090
+ var SvgMagnifyingGlass$2 = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
3091
+ reactExports.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M9 3.5a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11ZM2 9a7 7 0 1 1 12.452 4.391l3.328 3.329a.75.75 0 1 1-1.06 1.06l-3.329-3.328A7 7 0 0 1 2 9Z", clipRule: "evenodd" }))); };
312
3092
 
313
- var SvgPaperAirplane$2 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
314
- React__namespace.createElement("path", { fill: "currentColor", d: "M3.105 2.288a.75.75 0 0 0-.826.95l1.414 4.926A1.5 1.5 0 0 0 5.135 9.25h6.115a.75.75 0 0 1 0 1.5H5.135a1.5 1.5 0 0 0-1.442 1.086l-1.414 4.926a.75.75 0 0 0 .826.95 28.897 28.897 0 0 0 15.293-7.155.75.75 0 0 0 0-1.114A28.897 28.897 0 0 0 3.105 2.288Z" }))); };
3093
+ var SvgPaperAirplane$2 = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
3094
+ reactExports.createElement("path", { fill: "currentColor", d: "M3.105 2.288a.75.75 0 0 0-.826.95l1.414 4.926A1.5 1.5 0 0 0 5.135 9.25h6.115a.75.75 0 0 1 0 1.5H5.135a1.5 1.5 0 0 0-1.442 1.086l-1.414 4.926a.75.75 0 0 0 .826.95 28.897 28.897 0 0 0 15.293-7.155.75.75 0 0 0 0-1.114A28.897 28.897 0 0 0 3.105 2.288Z" }))); };
315
3095
 
316
- var SvgPencilSquare$2 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
317
- React__namespace.createElement("path", { fill: "currentColor", d: "m5.433 13.917 1.262-3.155A4 4 0 0 1 7.58 9.42l6.92-6.918a2.121 2.121 0 0 1 3 3l-6.92 6.918c-.383.383-.84.685-1.343.886l-3.154 1.262a.5.5 0 0 1-.65-.65Z" }),
318
- React__namespace.createElement("path", { fill: "currentColor", d: "M3.5 5.75c0-.69.56-1.25 1.25-1.25H10A.75.75 0 0 0 10 3H4.75A2.75 2.75 0 0 0 2 5.75v9.5A2.75 2.75 0 0 0 4.75 18h9.5A2.75 2.75 0 0 0 17 15.25V10a.75.75 0 0 0-1.5 0v5.25c0 .69-.56 1.25-1.25 1.25h-9.5c-.69 0-1.25-.56-1.25-1.25v-9.5Z" }))); };
3096
+ var SvgPencilSquare$2 = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
3097
+ reactExports.createElement("path", { fill: "currentColor", d: "m5.433 13.917 1.262-3.155A4 4 0 0 1 7.58 9.42l6.92-6.918a2.121 2.121 0 0 1 3 3l-6.92 6.918c-.383.383-.84.685-1.343.886l-3.154 1.262a.5.5 0 0 1-.65-.65Z" }),
3098
+ reactExports.createElement("path", { fill: "currentColor", d: "M3.5 5.75c0-.69.56-1.25 1.25-1.25H10A.75.75 0 0 0 10 3H4.75A2.75 2.75 0 0 0 2 5.75v9.5A2.75 2.75 0 0 0 4.75 18h9.5A2.75 2.75 0 0 0 17 15.25V10a.75.75 0 0 0-1.5 0v5.25c0 .69-.56 1.25-1.25 1.25h-9.5c-.69 0-1.25-.56-1.25-1.25v-9.5Z" }))); };
319
3099
 
320
- var SvgPlus$2 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
321
- React__namespace.createElement("path", { fill: "currentColor", d: "M10.75 4.75a.75.75 0 0 0-1.5 0v4.5h-4.5a.75.75 0 0 0 0 1.5h4.5v4.5a.75.75 0 0 0 1.5 0v-4.5h4.5a.75.75 0 0 0 0-1.5h-4.5v-4.5Z" }))); };
3100
+ var SvgPlus$2 = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
3101
+ reactExports.createElement("path", { fill: "currentColor", d: "M10.75 4.75a.75.75 0 0 0-1.5 0v4.5h-4.5a.75.75 0 0 0 0 1.5h4.5v4.5a.75.75 0 0 0 1.5 0v-4.5h4.5a.75.75 0 0 0 0-1.5h-4.5v-4.5Z" }))); };
322
3102
 
323
- var SvgQuestionMarkCircle$2 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
324
- React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M18 10a8 8 0 1 1-16 0 8 8 0 0 1 16 0ZM8.94 6.94a.75.75 0 1 1-1.061-1.061 3 3 0 1 1 2.871 5.026v.345a.75.75 0 0 1-1.5 0v-.5c0-.72.57-1.172 1.081-1.287A1.5 1.5 0 1 0 8.94 6.94ZM10 15a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z", clipRule: "evenodd" }))); };
3103
+ var SvgQuestionMarkCircle$2 = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
3104
+ reactExports.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M18 10a8 8 0 1 1-16 0 8 8 0 0 1 16 0ZM8.94 6.94a.75.75 0 1 1-1.061-1.061 3 3 0 1 1 2.871 5.026v.345a.75.75 0 0 1-1.5 0v-.5c0-.72.57-1.172 1.081-1.287A1.5 1.5 0 1 0 8.94 6.94ZM10 15a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z", clipRule: "evenodd" }))); };
325
3105
 
326
- var SvgServer$2 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
327
- React__namespace.createElement("path", { fill: "currentColor", d: "M4.632 3.533A2 2 0 0 1 6.577 2h6.846a2 2 0 0 1 1.945 1.533l1.976 8.234A3.489 3.489 0 0 0 16 11.5H4c-.476 0-.93.095-1.344.267l1.976-8.234Z" }),
328
- React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M4 13a2 2 0 1 0 0 4h12a2 2 0 1 0 0-4H4Zm11.24 2a.75.75 0 0 1 .75-.75H16a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75h-.01a.75.75 0 0 1-.75-.75V15Zm-2.25-.75a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75H13a.75.75 0 0 0 .75-.75V15a.75.75 0 0 0-.75-.75h-.01Z", clipRule: "evenodd" }))); };
3106
+ var SvgServer$2 = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
3107
+ reactExports.createElement("path", { fill: "currentColor", d: "M4.632 3.533A2 2 0 0 1 6.577 2h6.846a2 2 0 0 1 1.945 1.533l1.976 8.234A3.489 3.489 0 0 0 16 11.5H4c-.476 0-.93.095-1.344.267l1.976-8.234Z" }),
3108
+ reactExports.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M4 13a2 2 0 1 0 0 4h12a2 2 0 1 0 0-4H4Zm11.24 2a.75.75 0 0 1 .75-.75H16a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75h-.01a.75.75 0 0 1-.75-.75V15Zm-2.25-.75a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75H13a.75.75 0 0 0 .75-.75V15a.75.75 0 0 0-.75-.75h-.01Z", clipRule: "evenodd" }))); };
329
3109
 
330
- var SvgSquare3Stack3D$2 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
331
- React__namespace.createElement("path", { fill: "currentColor", d: "m3.196 12.87-.825.483a.75.75 0 0 0 0 1.294l7.25 4.25a.75.75 0 0 0 .758 0l7.25-4.25a.75.75 0 0 0 0-1.294l-.825-.484-5.666 3.322a2.25 2.25 0 0 1-2.276 0L3.196 12.87Z" }),
332
- React__namespace.createElement("path", { fill: "currentColor", d: "m3.196 8.87-.825.483a.75.75 0 0 0 0 1.294l7.25 4.25a.75.75 0 0 0 .758 0l7.25-4.25a.75.75 0 0 0 0-1.294l-.825-.484-5.666 3.322a2.25 2.25 0 0 1-2.276 0L3.196 8.87Z" }),
333
- React__namespace.createElement("path", { fill: "currentColor", d: "M10.38 1.103a.75.75 0 0 0-.76 0l-7.25 4.25a.75.75 0 0 0 0 1.294l7.25 4.25a.75.75 0 0 0 .76 0l7.25-4.25a.75.75 0 0 0 0-1.294l-7.25-4.25Z" }))); };
3110
+ var SvgSquare3Stack3D$2 = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
3111
+ reactExports.createElement("path", { fill: "currentColor", d: "m3.196 12.87-.825.483a.75.75 0 0 0 0 1.294l7.25 4.25a.75.75 0 0 0 .758 0l7.25-4.25a.75.75 0 0 0 0-1.294l-.825-.484-5.666 3.322a2.25 2.25 0 0 1-2.276 0L3.196 12.87Z" }),
3112
+ reactExports.createElement("path", { fill: "currentColor", d: "m3.196 8.87-.825.483a.75.75 0 0 0 0 1.294l7.25 4.25a.75.75 0 0 0 .758 0l7.25-4.25a.75.75 0 0 0 0-1.294l-.825-.484-5.666 3.322a2.25 2.25 0 0 1-2.276 0L3.196 8.87Z" }),
3113
+ reactExports.createElement("path", { fill: "currentColor", d: "M10.38 1.103a.75.75 0 0 0-.76 0l-7.25 4.25a.75.75 0 0 0 0 1.294l7.25 4.25a.75.75 0 0 0 .76 0l7.25-4.25a.75.75 0 0 0 0-1.294l-7.25-4.25Z" }))); };
334
3114
 
335
- var SvgXCircle$2 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
336
- React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16ZM8.28 7.22a.75.75 0 0 0-1.06 1.06L8.94 10l-1.72 1.72a.75.75 0 1 0 1.06 1.06L10 11.06l1.72 1.72a.75.75 0 1 0 1.06-1.06L11.06 10l1.72-1.72a.75.75 0 0 0-1.06-1.06L10 8.94 8.28 7.22Z", clipRule: "evenodd" }))); };
3115
+ var SvgXCircle$2 = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
3116
+ reactExports.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16ZM8.28 7.22a.75.75 0 0 0-1.06 1.06L8.94 10l-1.72 1.72a.75.75 0 1 0 1.06 1.06L10 11.06l1.72 1.72a.75.75 0 1 0 1.06-1.06L11.06 10l1.72-1.72a.75.75 0 0 0-1.06-1.06L10 8.94 8.28 7.22Z", clipRule: "evenodd" }))); };
337
3117
 
338
- var SvgXMark$2 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
339
- React__namespace.createElement("path", { fill: "currentColor", d: "M6.28 5.22a.75.75 0 0 0-1.06 1.06L8.94 10l-3.72 3.72a.75.75 0 1 0 1.06 1.06L10 11.06l3.72 3.72a.75.75 0 1 0 1.06-1.06L11.06 10l3.72-3.72a.75.75 0 0 0-1.06-1.06L10 8.94 6.28 5.22Z" }))); };
3118
+ var SvgXMark$2 = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props),
3119
+ reactExports.createElement("path", { fill: "currentColor", d: "M6.28 5.22a.75.75 0 0 0-1.06 1.06L8.94 10l-3.72 3.72a.75.75 0 1 0 1.06 1.06L10 11.06l3.72 3.72a.75.75 0 1 0 1.06-1.06L11.06 10l3.72-3.72a.75.75 0 0 0-1.06-1.06L10 8.94 6.28 5.22Z" }))); };
340
3120
 
341
3121
  var baseClasses = "group inline-flex transition-color ease-out duration-400 box-border gap-x-2 py-3 text-sm font-semibold";
342
3122
  var iconBaseClasses = "h-5 w-5 transition-color ease-out duration-400";
@@ -396,214 +3176,214 @@ function Item(_a) {
396
3176
  React.createElement(Icon, { IconComponent: SvgChevronRight$2, className: finalIconClasses })));
397
3177
  }
398
3178
 
399
- var SvgLogo = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 64 16" }, props),
400
- React__namespace.createElement("path", { fill: "#FCD34D", d: "M56 8h-8v8h8V8Z" }),
401
- React__namespace.createElement("path", { fill: "#6EE7B7", d: "M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16Z" }),
402
- React__namespace.createElement("path", { fill: "#F9A8D4", d: "M24 16a8 8 0 1 0 0-16 8 8 0 0 0 0 16Z" }),
403
- React__namespace.createElement("path", { fill: "#10B981", d: "M8 0H0v16h8V0Z" }),
404
- React__namespace.createElement("path", { fill: "#F87171", d: "M32 0H16v8h16V0Z" }),
405
- React__namespace.createElement("path", { fill: "#3B82F6", fillRule: "evenodd", d: "M40 8a4 4 0 0 1 0-8h24v8H40Z", clipRule: "evenodd" }),
406
- React__namespace.createElement("path", { fill: "#7DD3FC", fillRule: "evenodd", d: "M32 16V8h8a4 4 0 0 1 0 8h-8Z", clipRule: "evenodd" }))); };
3179
+ var SvgLogo = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 64 16" }, props),
3180
+ reactExports.createElement("path", { fill: "#FCD34D", d: "M56 8h-8v8h8V8Z" }),
3181
+ reactExports.createElement("path", { fill: "#6EE7B7", d: "M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16Z" }),
3182
+ reactExports.createElement("path", { fill: "#F9A8D4", d: "M24 16a8 8 0 1 0 0-16 8 8 0 0 0 0 16Z" }),
3183
+ reactExports.createElement("path", { fill: "#10B981", d: "M8 0H0v16h8V0Z" }),
3184
+ reactExports.createElement("path", { fill: "#F87171", d: "M32 0H16v8h16V0Z" }),
3185
+ reactExports.createElement("path", { fill: "#3B82F6", fillRule: "evenodd", d: "M40 8a4 4 0 0 1 0-8h24v8H40Z", clipRule: "evenodd" }),
3186
+ reactExports.createElement("path", { fill: "#7DD3FC", fillRule: "evenodd", d: "M32 16V8h8a4 4 0 0 1 0 8h-8Z", clipRule: "evenodd" }))); };
407
3187
 
408
- var SvgArrowUpOnSquare$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
409
- React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M11.47 1.72a.75.75 0 0 1 1.06 0l3 3a.75.75 0 0 1-1.06 1.06l-1.72-1.72V15a.75.75 0 0 1-1.5 0V4.06L9.53 5.78a.75.75 0 0 1-1.06-1.06l3-3ZM7.5 9A1.5 1.5 0 0 0 6 10.5v9A1.5 1.5 0 0 0 7.5 21h9a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 16.5 9H15a.75.75 0 0 1 0-1.5h1.5a3 3 0 0 1 3 3v9a3 3 0 0 1-3 3h-9a3 3 0 0 1-3-3v-9a3 3 0 0 1 3-3H9A.75.75 0 0 1 9 9H7.5Z", clipRule: "evenodd" }))); };
3188
+ var SvgArrowUpOnSquare$1 = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
3189
+ reactExports.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M11.47 1.72a.75.75 0 0 1 1.06 0l3 3a.75.75 0 0 1-1.06 1.06l-1.72-1.72V15a.75.75 0 0 1-1.5 0V4.06L9.53 5.78a.75.75 0 0 1-1.06-1.06l3-3ZM7.5 9A1.5 1.5 0 0 0 6 10.5v9A1.5 1.5 0 0 0 7.5 21h9a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 16.5 9H15a.75.75 0 0 1 0-1.5h1.5a3 3 0 0 1 3 3v9a3 3 0 0 1-3 3h-9a3 3 0 0 1-3-3v-9a3 3 0 0 1 3-3H9A.75.75 0 0 1 9 9H7.5Z", clipRule: "evenodd" }))); };
410
3190
 
411
- var SvgBeakerPlus$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
412
- React__namespace.createElement("path", { fill: "currentColor", d: "M11.72 22c-4.67 0-7.36-.16-9.16-1.02-.78-.37-1.31-1.03-1.49-1.85-.21-.92.06-1.94.71-2.74l5.95-7.35c.32-.4.5-.9.5-1.42V3.69c-.24.03-.37.05-.38.05a.747.747 0 0 1-.86-.62c-.07-.41.21-.79.62-.86C7.67 2.25 9.2 2 11.73 2c2.53 0 4.06.25 4.12.26.41.07.68.45.62.86a.76.76 0 0 1-.86.62s-.13-.02-.38-.05v3.93c0 .51.18 1.02.5 1.42l1.6 1.98s.02.02.03.04l4.32 5.34c.65.8.91 1.83.71 2.74-.18.82-.71 1.47-1.49 1.85-1.8.86-4.5 1.02-9.16 1.02l-.02-.01ZM8.26 10.75l-5.32 6.58c-.36.45-.52 1-.41 1.47.08.37.32.65.68.83 1.53.74 4.17.87 8.51.87s6.98-.14 8.51-.87c.36-.17.6-.46.68-.83.11-.47-.05-1.02-.41-1.47l-4.11-5.08c-2.49-.04-3.67-.46-4.71-.83-.92-.33-1.73-.62-3.43-.66l.01-.01Zm1.06-1.44c1.3.12 2.1.41 2.88.69.8.29 1.56.56 2.93.68l-.57-.71c-.54-.67-.83-1.5-.83-2.36V3.56c-1.12-.07-2.88-.07-4 0v4.06c0 .59-.14 1.17-.4 1.69h-.01Zm2.4 9.94c-.41 0-.75-.34-.75-.75v-1.75H9.22c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h1.75V13.5c0-.41.34-.75.75-.75s.75.34.75.75v1.75h1.75c.41 0 .75.34.75.75s-.34.75-.75.75h-1.75v1.75c0 .41-.34.75-.75.75Z" }))); };
3191
+ var SvgBeakerPlus$1 = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
3192
+ reactExports.createElement("path", { fill: "currentColor", d: "M11.72 22c-4.67 0-7.36-.16-9.16-1.02-.78-.37-1.31-1.03-1.49-1.85-.21-.92.06-1.94.71-2.74l5.95-7.35c.32-.4.5-.9.5-1.42V3.69c-.24.03-.37.05-.38.05a.747.747 0 0 1-.86-.62c-.07-.41.21-.79.62-.86C7.67 2.25 9.2 2 11.73 2c2.53 0 4.06.25 4.12.26.41.07.68.45.62.86a.76.76 0 0 1-.86.62s-.13-.02-.38-.05v3.93c0 .51.18 1.02.5 1.42l1.6 1.98s.02.02.03.04l4.32 5.34c.65.8.91 1.83.71 2.74-.18.82-.71 1.47-1.49 1.85-1.8.86-4.5 1.02-9.16 1.02l-.02-.01ZM8.26 10.75l-5.32 6.58c-.36.45-.52 1-.41 1.47.08.37.32.65.68.83 1.53.74 4.17.87 8.51.87s6.98-.14 8.51-.87c.36-.17.6-.46.68-.83.11-.47-.05-1.02-.41-1.47l-4.11-5.08c-2.49-.04-3.67-.46-4.71-.83-.92-.33-1.73-.62-3.43-.66l.01-.01Zm1.06-1.44c1.3.12 2.1.41 2.88.69.8.29 1.56.56 2.93.68l-.57-.71c-.54-.67-.83-1.5-.83-2.36V3.56c-1.12-.07-2.88-.07-4 0v4.06c0 .59-.14 1.17-.4 1.69h-.01Zm2.4 9.94c-.41 0-.75-.34-.75-.75v-1.75H9.22c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h1.75V13.5c0-.41.34-.75.75-.75s.75.34.75.75v1.75h1.75c.41 0 .75.34.75.75s-.34.75-.75.75h-1.75v1.75c0 .41-.34.75-.75.75Z" }))); };
413
3193
 
414
- var SvgBeaker$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
415
- React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m15.97 9.04 5.95 7.35h.01c.58.72.86 1.62.75 2.48-.11.88-.63 1.67-1.54 2.11-.98.47-2.22.71-3.71.85-1.49.14-3.31.17-5.45.17s-3.95-.03-5.45-.17c-1.49-.13-2.73-.38-3.71-.85-.91-.44-1.43-1.23-1.54-2.11-.11-.86.17-1.76.75-2.48l5.94-7.35c.32-.41.5-.9.5-1.42V3.69l-.38.05c-.4.07-.79-.21-.86-.62-.07-.41.21-.79.62-.86.06-.01 1.59-.26 4.12-.26 2.53 0 4.06.25 4.12.26a.75.75 0 0 1-.12 1.49s-.08 0-.12-.01c0 0-.14-.02-.38-.05v3.93c0 .52.18 1.02.5 1.42Zm4.52 10.59c.43-.21.65-.56.7-.95h-.02c.05-.41-.08-.91-.43-1.35l-1.28-1.58c-4.786-.003-6.74-.51-8.269-1.042-.18-.062-.349-.123-.51-.181-.52-.187-.972-.35-1.547-.484-.723-.169-1.644-.289-3.056-.293L3.18 17.33c-.35.44-.48.94-.43 1.35.05.4.27.74.7.95.74.35 1.77.58 3.2.71 1.42.13 3.17.16 5.32.16 2.15 0 3.9-.03 5.32-.16 1.43-.13 2.46-.36 3.2-.71Zm-2.254-5.393c-3.758-.08-5.338-.523-6.552-.945-.15-.052-.299-.106-.45-.16-.534-.193-1.091-.394-1.76-.55a12.747 12.747 0 0 0-2.209-.299L9.13 9.98c.54-.67.83-1.5.83-2.36V3.56c.56-.03 1.23-.06 2-.06s1.44.03 2 .06v4.06c0 .86.29 1.69.83 2.36l3.446 4.257Z", clipRule: "evenodd" }))); };
3194
+ var SvgBeaker$1 = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
3195
+ reactExports.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m15.97 9.04 5.95 7.35h.01c.58.72.86 1.62.75 2.48-.11.88-.63 1.67-1.54 2.11-.98.47-2.22.71-3.71.85-1.49.14-3.31.17-5.45.17s-3.95-.03-5.45-.17c-1.49-.13-2.73-.38-3.71-.85-.91-.44-1.43-1.23-1.54-2.11-.11-.86.17-1.76.75-2.48l5.94-7.35c.32-.41.5-.9.5-1.42V3.69l-.38.05c-.4.07-.79-.21-.86-.62-.07-.41.21-.79.62-.86.06-.01 1.59-.26 4.12-.26 2.53 0 4.06.25 4.12.26a.75.75 0 0 1-.12 1.49s-.08 0-.12-.01c0 0-.14-.02-.38-.05v3.93c0 .52.18 1.02.5 1.42Zm4.52 10.59c.43-.21.65-.56.7-.95h-.02c.05-.41-.08-.91-.43-1.35l-1.28-1.58c-4.786-.003-6.74-.51-8.269-1.042-.18-.062-.349-.123-.51-.181-.52-.187-.972-.35-1.547-.484-.723-.169-1.644-.289-3.056-.293L3.18 17.33c-.35.44-.48.94-.43 1.35.05.4.27.74.7.95.74.35 1.77.58 3.2.71 1.42.13 3.17.16 5.32.16 2.15 0 3.9-.03 5.32-.16 1.43-.13 2.46-.36 3.2-.71Zm-2.254-5.393c-3.758-.08-5.338-.523-6.552-.945-.15-.052-.299-.106-.45-.16-.534-.193-1.091-.394-1.76-.55a12.747 12.747 0 0 0-2.209-.299L9.13 9.98c.54-.67.83-1.5.83-2.36V3.56c.56-.03 1.23-.06 2-.06s1.44.03 2 .06v4.06c0 .86.29 1.69.83 2.36l3.446 4.257Z", clipRule: "evenodd" }))); };
416
3196
 
417
- var SvgChatBubbleBottomCenterPlus$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
418
- React__namespace.createElement("path", { fill: "currentColor", d: "M12 6a.75.75 0 0 1 .75.75v2.5h2.5a.75.75 0 0 1 0 1.5h-2.5v2.5a.75.75 0 0 1-1.5 0v-2.5h-2.5a.75.75 0 0 1 0-1.5h2.5v-2.5A.75.75 0 0 1 12 6Z" }),
419
- React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12 2.25c-2.429 0-4.817.178-7.152.521C2.87 3.061 1.5 4.795 1.5 6.741v6.018c0 1.946 1.37 3.68 3.348 3.97a48.9 48.9 0 0 0 3.476.384.39.39 0 0 1 .297.17l2.755 4.133a.75.75 0 0 0 1.248 0l2.755-4.133a.39.39 0 0 1 .297-.17c1.17-.087 2.33-.215 3.476-.384 1.978-.29 3.348-2.023 3.348-3.97V6.741c0-1.947-1.37-3.68-3.348-3.97A49.145 49.145 0 0 0 12 2.25ZM5.067 4.255A47.643 47.643 0 0 1 12 3.75c2.356 0 4.67.172 6.933.505C20.123 4.43 21 5.485 21 6.741v6.018c0 1.256-.877 2.311-2.067 2.486-1.11.163-2.234.288-3.369.373a1.89 1.89 0 0 0-1.433.833L12 19.648 9.869 16.45a1.89 1.89 0 0 0-1.433-.833 47.326 47.326 0 0 1-3.37-.373C3.877 15.07 3 14.015 3 12.759V6.741c0-1.256.877-2.311 2.067-2.486Z", clipRule: "evenodd" }))); };
3197
+ var SvgChatBubbleBottomCenterPlus$1 = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
3198
+ reactExports.createElement("path", { fill: "currentColor", d: "M12 6a.75.75 0 0 1 .75.75v2.5h2.5a.75.75 0 0 1 0 1.5h-2.5v2.5a.75.75 0 0 1-1.5 0v-2.5h-2.5a.75.75 0 0 1 0-1.5h2.5v-2.5A.75.75 0 0 1 12 6Z" }),
3199
+ reactExports.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12 2.25c-2.429 0-4.817.178-7.152.521C2.87 3.061 1.5 4.795 1.5 6.741v6.018c0 1.946 1.37 3.68 3.348 3.97a48.9 48.9 0 0 0 3.476.384.39.39 0 0 1 .297.17l2.755 4.133a.75.75 0 0 0 1.248 0l2.755-4.133a.39.39 0 0 1 .297-.17c1.17-.087 2.33-.215 3.476-.384 1.978-.29 3.348-2.023 3.348-3.97V6.741c0-1.947-1.37-3.68-3.348-3.97A49.145 49.145 0 0 0 12 2.25ZM5.067 4.255A47.643 47.643 0 0 1 12 3.75c2.356 0 4.67.172 6.933.505C20.123 4.43 21 5.485 21 6.741v6.018c0 1.256-.877 2.311-2.067 2.486-1.11.163-2.234.288-3.369.373a1.89 1.89 0 0 0-1.433.833L12 19.648 9.869 16.45a1.89 1.89 0 0 0-1.433-.833 47.326 47.326 0 0 1-3.37-.373C3.877 15.07 3 14.015 3 12.759V6.741c0-1.256.877-2.311 2.067-2.486Z", clipRule: "evenodd" }))); };
420
3200
 
421
- var SvgChatBubbleBottomCenterText$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
422
- React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M4.848 2.771A49.144 49.144 0 0 1 12 2.25c2.43 0 4.817.178 7.152.52 1.978.292 3.348 2.024 3.348 3.97v6.02c0 1.946-1.37 3.678-3.348 3.97a48.901 48.901 0 0 1-3.476.383.39.39 0 0 0-.297.17l-2.755 4.133a.75.75 0 0 1-1.248 0l-2.755-4.133a.39.39 0 0 0-.297-.17 48.9 48.9 0 0 1-3.476-.384c-1.978-.29-3.348-2.024-3.348-3.97V6.741c0-1.946 1.37-3.68 3.348-3.97ZM12 3.75c-2.356 0-4.67.172-6.933.505C3.877 4.43 3 5.485 3 6.741v6.018c0 1.256.877 2.311 2.067 2.486 1.11.163 2.234.288 3.369.373a1.89 1.89 0 0 1 1.433.833L12 19.648l2.131-3.197a1.89 1.89 0 0 1 1.433-.833 47.382 47.382 0 0 0 3.37-.373C20.123 15.07 21 14.015 21 12.76V6.741c0-1.257-.877-2.311-2.067-2.486A47.643 47.643 0 0 0 12 3.75Zm-5.25 4.5a.75.75 0 0 1 .75-.75h9a.75.75 0 0 1 0 1.5h-9a.75.75 0 0 1-.75-.75Zm0 3a.75.75 0 0 1 .75-.75H12a.75.75 0 0 1 0 1.5H7.5a.75.75 0 0 1-.75-.75Z", clipRule: "evenodd" }))); };
3201
+ var SvgChatBubbleBottomCenterText$1 = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
3202
+ reactExports.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M4.848 2.771A49.144 49.144 0 0 1 12 2.25c2.43 0 4.817.178 7.152.52 1.978.292 3.348 2.024 3.348 3.97v6.02c0 1.946-1.37 3.678-3.348 3.97a48.901 48.901 0 0 1-3.476.383.39.39 0 0 0-.297.17l-2.755 4.133a.75.75 0 0 1-1.248 0l-2.755-4.133a.39.39 0 0 0-.297-.17 48.9 48.9 0 0 1-3.476-.384c-1.978-.29-3.348-2.024-3.348-3.97V6.741c0-1.946 1.37-3.68 3.348-3.97ZM12 3.75c-2.356 0-4.67.172-6.933.505C3.877 4.43 3 5.485 3 6.741v6.018c0 1.256.877 2.311 2.067 2.486 1.11.163 2.234.288 3.369.373a1.89 1.89 0 0 1 1.433.833L12 19.648l2.131-3.197a1.89 1.89 0 0 1 1.433-.833 47.382 47.382 0 0 0 3.37-.373C20.123 15.07 21 14.015 21 12.76V6.741c0-1.257-.877-2.311-2.067-2.486A47.643 47.643 0 0 0 12 3.75Zm-5.25 4.5a.75.75 0 0 1 .75-.75h9a.75.75 0 0 1 0 1.5h-9a.75.75 0 0 1-.75-.75Zm0 3a.75.75 0 0 1 .75-.75H12a.75.75 0 0 1 0 1.5H7.5a.75.75 0 0 1-.75-.75Z", clipRule: "evenodd" }))); };
423
3203
 
424
- var SvgChatBubbleLeftRight$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
425
- React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M4.913 2.658c2.075-.27 4.19-.408 6.337-.408 2.147 0 4.262.139 6.337.408C19.595 2.918 21 4.667 21 6.638v1.386c.911.51 1.5 1.493 1.5 2.584v4.286c0 1.507-1.128 2.815-2.67 2.94-.11.01-.22.018-.33.026v2.39a.75.75 0 0 1-1.28.53L15.438 18a50.076 50.076 0 0 1-3.769-.165 2.877 2.877 0 0 1-.584-.109L7.28 21.53A.75.75 0 0 1 6 21v-4.03a48.527 48.527 0 0 1-1.087-.128C2.905 16.58 1.5 14.833 1.5 12.862V6.638c0-1.97 1.405-3.718 3.413-3.979Zm4.868 14.25A2.977 2.977 0 0 1 9 14.895v-4.286c0-1.505 1.125-2.811 2.664-2.94a49.392 49.392 0 0 1 7.836-.026V6.637c0-1.272-.899-2.335-2.106-2.491a47.704 47.704 0 0 0-6.144-.396c-2.082 0-4.133.135-6.144.396C3.9 4.303 3 5.366 3 6.637v6.226c0 1.272.899 2.335 2.106 2.491.568.074 1.14.138 1.713.191a.75.75 0 0 1 .681.747v2.897l2.28-2.28ZM15.75 9c-1.334 0-2.656.055-3.962.164-.723.06-1.288.68-1.288 1.444v4.286c0 .56.308 1.05.758 1.29.16.084.339.14.533.155 1.305.107 2.626.161 3.959.161a.75.75 0 0 1 .53.22L18 18.44v-1.28a.75.75 0 0 1 .705-.75c.335-.02.67-.044 1.004-.07.724-.06 1.291-.68 1.291-1.446v-4.286c0-.65-.413-1.2-.98-1.383a1.378 1.378 0 0 0-.308-.061A47.89 47.89 0 0 0 15.75 9Z", clipRule: "evenodd" }))); };
3204
+ var SvgChatBubbleLeftRight$1 = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
3205
+ reactExports.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M4.913 2.658c2.075-.27 4.19-.408 6.337-.408 2.147 0 4.262.139 6.337.408C19.595 2.918 21 4.667 21 6.638v1.386c.911.51 1.5 1.493 1.5 2.584v4.286c0 1.507-1.128 2.815-2.67 2.94-.11.01-.22.018-.33.026v2.39a.75.75 0 0 1-1.28.53L15.438 18a50.076 50.076 0 0 1-3.769-.165 2.877 2.877 0 0 1-.584-.109L7.28 21.53A.75.75 0 0 1 6 21v-4.03a48.527 48.527 0 0 1-1.087-.128C2.905 16.58 1.5 14.833 1.5 12.862V6.638c0-1.97 1.405-3.718 3.413-3.979Zm4.868 14.25A2.977 2.977 0 0 1 9 14.895v-4.286c0-1.505 1.125-2.811 2.664-2.94a49.392 49.392 0 0 1 7.836-.026V6.637c0-1.272-.899-2.335-2.106-2.491a47.704 47.704 0 0 0-6.144-.396c-2.082 0-4.133.135-6.144.396C3.9 4.303 3 5.366 3 6.637v6.226c0 1.272.899 2.335 2.106 2.491.568.074 1.14.138 1.713.191a.75.75 0 0 1 .681.747v2.897l2.28-2.28ZM15.75 9c-1.334 0-2.656.055-3.962.164-.723.06-1.288.68-1.288 1.444v4.286c0 .56.308 1.05.758 1.29.16.084.339.14.533.155 1.305.107 2.626.161 3.959.161a.75.75 0 0 1 .53.22L18 18.44v-1.28a.75.75 0 0 1 .705-.75c.335-.02.67-.044 1.004-.07.724-.06 1.291-.68 1.291-1.446v-4.286c0-.65-.413-1.2-.98-1.383a1.378 1.378 0 0 0-.308-.061A47.89 47.89 0 0 0 15.75 9Z", clipRule: "evenodd" }))); };
426
3206
 
427
- var SvgCheckCircle$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
428
- React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12 3.75a8.25 8.25 0 1 0 0 16.5 8.25 8.25 0 0 0 0-16.5ZM2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12Zm13.186-2.86a.75.75 0 0 1 .174 1.046l-3.75 5.25a.75.75 0 0 1-1.14.094l-2.25-2.25a.75.75 0 1 1 1.06-1.06l1.624 1.624 3.236-4.53a.75.75 0 0 1 1.046-.174Z", clipRule: "evenodd" }))); };
3207
+ var SvgCheckCircle$1 = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
3208
+ reactExports.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12 3.75a8.25 8.25 0 1 0 0 16.5 8.25 8.25 0 0 0 0-16.5ZM2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12Zm13.186-2.86a.75.75 0 0 1 .174 1.046l-3.75 5.25a.75.75 0 0 1-1.14.094l-2.25-2.25a.75.75 0 1 1 1.06-1.06l1.624 1.624 3.236-4.53a.75.75 0 0 1 1.046-.174Z", clipRule: "evenodd" }))); };
429
3209
 
430
- var SvgChevronDown$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
431
- React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12.53 16.28a.75.75 0 0 1-1.06 0l-7.5-7.5a.75.75 0 0 1 1.06-1.06L12 14.69l6.97-6.97a.75.75 0 1 1 1.06 1.06l-7.5 7.5Z", clipRule: "evenodd" }))); };
3210
+ var SvgChevronDown$1 = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
3211
+ reactExports.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12.53 16.28a.75.75 0 0 1-1.06 0l-7.5-7.5a.75.75 0 0 1 1.06-1.06L12 14.69l6.97-6.97a.75.75 0 1 1 1.06 1.06l-7.5 7.5Z", clipRule: "evenodd" }))); };
432
3212
 
433
- var SvgChevronLeft$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
434
- React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7.72 12.53a.75.75 0 0 1 0-1.06l7.5-7.5a.75.75 0 1 1 1.06 1.06L9.31 12l6.97 6.97a.75.75 0 1 1-1.06 1.06l-7.5-7.5Z", clipRule: "evenodd" }))); };
3213
+ var SvgChevronLeft$1 = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
3214
+ reactExports.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7.72 12.53a.75.75 0 0 1 0-1.06l7.5-7.5a.75.75 0 1 1 1.06 1.06L9.31 12l6.97 6.97a.75.75 0 1 1-1.06 1.06l-7.5-7.5Z", clipRule: "evenodd" }))); };
435
3215
 
436
- var SvgChevronRight$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
437
- React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M16.28 11.47a.75.75 0 0 1 0 1.06l-7.5 7.5a.75.75 0 0 1-1.06-1.06L14.69 12 7.72 5.03a.75.75 0 0 1 1.06-1.06l7.5 7.5Z", clipRule: "evenodd" }))); };
3216
+ var SvgChevronRight$1 = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
3217
+ reactExports.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M16.28 11.47a.75.75 0 0 1 0 1.06l-7.5 7.5a.75.75 0 0 1-1.06-1.06L14.69 12 7.72 5.03a.75.75 0 0 1 1.06-1.06l7.5 7.5Z", clipRule: "evenodd" }))); };
438
3218
 
439
- var SvgChevronUp$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
440
- React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M11.47 7.72a.75.75 0 0 1 1.06 0l7.5 7.5a.75.75 0 1 1-1.06 1.06L12 9.31l-6.97 6.97a.75.75 0 0 1-1.06-1.06l7.5-7.5Z", clipRule: "evenodd" }))); };
3219
+ var SvgChevronUp$1 = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
3220
+ reactExports.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M11.47 7.72a.75.75 0 0 1 1.06 0l7.5 7.5a.75.75 0 1 1-1.06 1.06L12 9.31l-6.97 6.97a.75.75 0 0 1-1.06-1.06l7.5-7.5Z", clipRule: "evenodd" }))); };
441
3221
 
442
- var SvgClipboard$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
443
- React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M10.5 3A1.501 1.501 0 0 0 9 4.5h6A1.5 1.5 0 0 0 13.5 3h-3Zm5.694.178A3 3 0 0 0 13.5 1.5h-3a3 3 0 0 0-2.693 1.678 48.94 48.94 0 0 0-1.487.15c-1.497.173-2.57 1.46-2.57 2.929V19.5a3 3 0 0 0 3 3h10.5a3 3 0 0 0 3-3V6.257c0-1.47-1.073-2.756-2.57-2.93a48.951 48.951 0 0 0-1.486-.15ZM7.514 4.71c-.341.032-.681.068-1.02.107-.705.082-1.244.694-1.244 1.44V19.5a1.5 1.5 0 0 0 1.5 1.5h10.5a1.5 1.5 0 0 0 1.5-1.5V6.257c0-.746-.54-1.358-1.243-1.44-.34-.039-.68-.075-1.022-.107A1.5 1.5 0 0 1 15 6H9a1.5 1.5 0 0 1-1.485-1.29Z", clipRule: "evenodd" }))); };
3222
+ var SvgClipboard$1 = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
3223
+ reactExports.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M10.5 3A1.501 1.501 0 0 0 9 4.5h6A1.5 1.5 0 0 0 13.5 3h-3Zm5.694.178A3 3 0 0 0 13.5 1.5h-3a3 3 0 0 0-2.693 1.678 48.94 48.94 0 0 0-1.487.15c-1.497.173-2.57 1.46-2.57 2.929V19.5a3 3 0 0 0 3 3h10.5a3 3 0 0 0 3-3V6.257c0-1.47-1.073-2.756-2.57-2.93a48.951 48.951 0 0 0-1.486-.15ZM7.514 4.71c-.341.032-.681.068-1.02.107-.705.082-1.244.694-1.244 1.44V19.5a1.5 1.5 0 0 0 1.5 1.5h10.5a1.5 1.5 0 0 0 1.5-1.5V6.257c0-.746-.54-1.358-1.243-1.44-.34-.039-.68-.075-1.022-.107A1.5 1.5 0 0 1 15 6H9a1.5 1.5 0 0 1-1.485-1.29Z", clipRule: "evenodd" }))); };
444
3224
 
445
- var SvgCloudArrowDown$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
446
- React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M10.5 5.25a4.5 4.5 0 0 0-4.422 5.337.75.75 0 0 1-.503.85A3.752 3.752 0 0 0 6.75 18.75H18a3 3 0 0 0 1.065-5.806.75.75 0 0 1-.441-.949 2.25 2.25 0 0 0-2.819-2.886.75.75 0 0 1-.956-.52A4.502 4.502 0 0 0 10.5 5.25Zm-6 4.5a6 6 0 0 1 11.573-2.226 3.75 3.75 0 0 1 4.133 4.303A4.5 4.5 0 0 1 18 20.25H6.75a5.25 5.25 0 0 1-2.23-10.004 6.072 6.072 0 0 1-.02-.496ZM12 9a.75.75 0 0 1 .75.75v4.94l1.72-1.72a.75.75 0 1 1 1.06 1.06l-3 3a.75.75 0 0 1-1.06 0l-3-3a.75.75 0 1 1 1.06-1.06l1.72 1.72V9.75A.75.75 0 0 1 12 9Z", clipRule: "evenodd" }))); };
3225
+ var SvgCloudArrowDown$1 = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
3226
+ reactExports.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M10.5 5.25a4.5 4.5 0 0 0-4.422 5.337.75.75 0 0 1-.503.85A3.752 3.752 0 0 0 6.75 18.75H18a3 3 0 0 0 1.065-5.806.75.75 0 0 1-.441-.949 2.25 2.25 0 0 0-2.819-2.886.75.75 0 0 1-.956-.52A4.502 4.502 0 0 0 10.5 5.25Zm-6 4.5a6 6 0 0 1 11.573-2.226 3.75 3.75 0 0 1 4.133 4.303A4.5 4.5 0 0 1 18 20.25H6.75a5.25 5.25 0 0 1-2.23-10.004 6.072 6.072 0 0 1-.02-.496ZM12 9a.75.75 0 0 1 .75.75v4.94l1.72-1.72a.75.75 0 1 1 1.06 1.06l-3 3a.75.75 0 0 1-1.06 0l-3-3a.75.75 0 1 1 1.06-1.06l1.72 1.72V9.75A.75.75 0 0 1 12 9Z", clipRule: "evenodd" }))); };
447
3227
 
448
- var SvgCog6Tooth$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
449
- React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8.854 3.817a1.875 1.875 0 0 1 1.85-1.567h2.593c.917 0 1.699.663 1.85 1.567l.213 1.28a.498.498 0 0 0 .268.337c.082.046.164.093.244.142.161.097.317.104.425.063l1.217-.455a1.875 1.875 0 0 1 2.282.818l1.297 2.246a1.875 1.875 0 0 1-.433 2.385l-1.004.827a.496.496 0 0 0-.157.399 7.391 7.391 0 0 1 0 .282.496.496 0 0 0 .157.399l1.005.827c.707.582.89 1.591.432 2.385l-1.297 2.246a1.875 1.875 0 0 1-2.282.819l-1.217-.456a.497.497 0 0 0-.425.063 7.49 7.49 0 0 1-.244.142.498.498 0 0 0-.268.336l-.213 1.281a1.875 1.875 0 0 1-1.85 1.567h-2.594a1.875 1.875 0 0 1-1.85-1.567l-.213-1.28a.498.498 0 0 0-.267-.337 7.437 7.437 0 0 1-.245-.142.497.497 0 0 0-.425-.063l-1.217.456a1.875 1.875 0 0 1-2.281-.819l-1.297-2.246a1.875 1.875 0 0 1 .432-2.385l.477.579-.477-.58 1.004-.826a.496.496 0 0 0 .158-.399 7.635 7.635 0 0 1 0-.282.496.496 0 0 0-.158-.399l-1.004-.827a1.875 1.875 0 0 1-.432-2.385l1.297-2.246a1.875 1.875 0 0 1 2.281-.818l1.217.455c.108.04.264.034.425-.063a7.51 7.51 0 0 1 .245-.142.498.498 0 0 0 .267-.336l.214-1.281Zm1.85-.067a.375.375 0 0 0-.37.313l-.214 1.281c-.106.635-.522 1.126-1.02 1.403a5.997 5.997 0 0 0-.196.113c-.49.295-1.124.41-1.727.184L5.96 6.588a.375.375 0 0 0-.456.164L4.207 8.998a.375.375 0 0 0 .086.477l1.005.827c.496.409.714 1.014.703 1.585a6.13 6.13 0 0 0 0 .227c.01.57-.207 1.176-.703 1.584l-1.005.827-.332-.404.332.404a.375.375 0 0 0-.086.477l1.297 2.246a.375.375 0 0 0 .456.164l1.217-.456c.603-.226 1.238-.11 1.727.184.064.04.13.077.195.114.5.276.915.767 1.02 1.402l.214 1.28c.03.182.187.314.37.314h2.594c.183 0 .34-.132.37-.313l.214-1.281c.105-.635.521-1.126 1.02-1.402.066-.037.131-.075.196-.114.489-.295 1.123-.41 1.726-.184l1.217.456a.375.375 0 0 0 .457-.164l1.297-2.246a.375.375 0 0 0-.087-.477l-1.004-.827c-.496-.408-.714-1.014-.704-1.584a6.138 6.138 0 0 0 0-.228c-.01-.57.208-1.175.704-1.584l1.004-.827a.375.375 0 0 0 .087-.477l-1.297-2.246a.375.375 0 0 0-.457-.164l-1.217.456c-.603.226-1.237.111-1.726-.184a5.924 5.924 0 0 0-.196-.113c-.499-.277-.915-.768-1.02-1.403l-.214-1.28a.375.375 0 0 0-.37-.314h-2.594Zm1.296 6a2.25 2.25 0 1 0 0 4.5 2.25 2.25 0 0 0 0-4.5ZM8.25 12a3.75 3.75 0 1 1 7.5 0 3.75 3.75 0 0 1-7.5 0Z", clipRule: "evenodd" }))); };
3228
+ var SvgCog6Tooth$1 = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
3229
+ reactExports.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8.854 3.817a1.875 1.875 0 0 1 1.85-1.567h2.593c.917 0 1.699.663 1.85 1.567l.213 1.28a.498.498 0 0 0 .268.337c.082.046.164.093.244.142.161.097.317.104.425.063l1.217-.455a1.875 1.875 0 0 1 2.282.818l1.297 2.246a1.875 1.875 0 0 1-.433 2.385l-1.004.827a.496.496 0 0 0-.157.399 7.391 7.391 0 0 1 0 .282.496.496 0 0 0 .157.399l1.005.827c.707.582.89 1.591.432 2.385l-1.297 2.246a1.875 1.875 0 0 1-2.282.819l-1.217-.456a.497.497 0 0 0-.425.063 7.49 7.49 0 0 1-.244.142.498.498 0 0 0-.268.336l-.213 1.281a1.875 1.875 0 0 1-1.85 1.567h-2.594a1.875 1.875 0 0 1-1.85-1.567l-.213-1.28a.498.498 0 0 0-.267-.337 7.437 7.437 0 0 1-.245-.142.497.497 0 0 0-.425-.063l-1.217.456a1.875 1.875 0 0 1-2.281-.819l-1.297-2.246a1.875 1.875 0 0 1 .432-2.385l.477.579-.477-.58 1.004-.826a.496.496 0 0 0 .158-.399 7.635 7.635 0 0 1 0-.282.496.496 0 0 0-.158-.399l-1.004-.827a1.875 1.875 0 0 1-.432-2.385l1.297-2.246a1.875 1.875 0 0 1 2.281-.818l1.217.455c.108.04.264.034.425-.063a7.51 7.51 0 0 1 .245-.142.498.498 0 0 0 .267-.336l.214-1.281Zm1.85-.067a.375.375 0 0 0-.37.313l-.214 1.281c-.106.635-.522 1.126-1.02 1.403a5.997 5.997 0 0 0-.196.113c-.49.295-1.124.41-1.727.184L5.96 6.588a.375.375 0 0 0-.456.164L4.207 8.998a.375.375 0 0 0 .086.477l1.005.827c.496.409.714 1.014.703 1.585a6.13 6.13 0 0 0 0 .227c.01.57-.207 1.176-.703 1.584l-1.005.827-.332-.404.332.404a.375.375 0 0 0-.086.477l1.297 2.246a.375.375 0 0 0 .456.164l1.217-.456c.603-.226 1.238-.11 1.727.184.064.04.13.077.195.114.5.276.915.767 1.02 1.402l.214 1.28c.03.182.187.314.37.314h2.594c.183 0 .34-.132.37-.313l.214-1.281c.105-.635.521-1.126 1.02-1.402.066-.037.131-.075.196-.114.489-.295 1.123-.41 1.726-.184l1.217.456a.375.375 0 0 0 .457-.164l1.297-2.246a.375.375 0 0 0-.087-.477l-1.004-.827c-.496-.408-.714-1.014-.704-1.584a6.138 6.138 0 0 0 0-.228c-.01-.57.208-1.175.704-1.584l1.004-.827a.375.375 0 0 0 .087-.477l-1.297-2.246a.375.375 0 0 0-.457-.164l-1.217.456c-.603.226-1.237.111-1.726-.184a5.924 5.924 0 0 0-.196-.113c-.499-.277-.915-.768-1.02-1.403l-.214-1.28a.375.375 0 0 0-.37-.314h-2.594Zm1.296 6a2.25 2.25 0 1 0 0 4.5 2.25 2.25 0 0 0 0-4.5ZM8.25 12a3.75 3.75 0 1 1 7.5 0 3.75 3.75 0 0 1-7.5 0Z", clipRule: "evenodd" }))); };
450
3230
 
451
- var SvgCommandLine$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
452
- React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2.25 6a3 3 0 0 1 3-3h13.5a3 3 0 0 1 3 3v12a3 3 0 0 1-3 3H5.25a3 3 0 0 1-3-3V6Zm3-1.5A1.5 1.5 0 0 0 3.75 6v12a1.5 1.5 0 0 0 1.5 1.5h13.5a1.5 1.5 0 0 0 1.5-1.5V6a1.5 1.5 0 0 0-1.5-1.5H5.25Zm.9 2.55A.75.75 0 0 1 7.2 6.9l3 2.25a.75.75 0 0 1 0 1.2l-3 2.25a.75.75 0 1 1-.9-1.2l2.2-1.65L6.3 8.1a.75.75 0 0 1-.15-1.05ZM10.5 12a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 0 1.5h-3a.75.75 0 0 1-.75-.75Z", clipRule: "evenodd" }))); };
3231
+ var SvgCommandLine$1 = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
3232
+ reactExports.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2.25 6a3 3 0 0 1 3-3h13.5a3 3 0 0 1 3 3v12a3 3 0 0 1-3 3H5.25a3 3 0 0 1-3-3V6Zm3-1.5A1.5 1.5 0 0 0 3.75 6v12a1.5 1.5 0 0 0 1.5 1.5h13.5a1.5 1.5 0 0 0 1.5-1.5V6a1.5 1.5 0 0 0-1.5-1.5H5.25Zm.9 2.55A.75.75 0 0 1 7.2 6.9l3 2.25a.75.75 0 0 1 0 1.2l-3 2.25a.75.75 0 1 1-.9-1.2l2.2-1.65L6.3 8.1a.75.75 0 0 1-.15-1.05ZM10.5 12a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 0 1.5h-3a.75.75 0 0 1-.75-.75Z", clipRule: "evenodd" }))); };
453
3233
 
454
- var SvgDocumentPlus$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
455
- React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M5.625 3a.375.375 0 0 0-.375.375v17.25c0 .207.168.375.375.375h12.75a.375.375 0 0 0 .375-.375v-9A2.625 2.625 0 0 0 16.125 9h-1.5a1.875 1.875 0 0 1-1.875-1.875v-1.5A2.625 2.625 0 0 0 10.125 3h-4.5Zm0-1.5c-1.036 0-1.875.84-1.875 1.875v17.25c0 1.035.84 1.875 1.875 1.875h12.75c1.035 0 1.875-.84 1.875-1.875V11.25c0-5.385-4.365-9.75-9.75-9.75H5.625Zm8.132 2.168c.315.582.493 1.249.493 1.957v1.5c0 .207.168.375.375.375h1.5c.708 0 1.375.178 1.957.493a8.28 8.28 0 0 0-4.325-4.325ZM12 10.5a.75.75 0 0 1 .75.75v2.25H15a.75.75 0 0 1 0 1.5h-2.25v2.25a.75.75 0 0 1-1.5 0V15H9a.75.75 0 0 1 0-1.5h2.25v-2.25a.75.75 0 0 1 .75-.75Z", clipRule: "evenodd" }))); };
3234
+ var SvgDocumentPlus$1 = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
3235
+ reactExports.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M5.625 3a.375.375 0 0 0-.375.375v17.25c0 .207.168.375.375.375h12.75a.375.375 0 0 0 .375-.375v-9A2.625 2.625 0 0 0 16.125 9h-1.5a1.875 1.875 0 0 1-1.875-1.875v-1.5A2.625 2.625 0 0 0 10.125 3h-4.5Zm0-1.5c-1.036 0-1.875.84-1.875 1.875v17.25c0 1.035.84 1.875 1.875 1.875h12.75c1.035 0 1.875-.84 1.875-1.875V11.25c0-5.385-4.365-9.75-9.75-9.75H5.625Zm8.132 2.168c.315.582.493 1.249.493 1.957v1.5c0 .207.168.375.375.375h1.5c.708 0 1.375.178 1.957.493a8.28 8.28 0 0 0-4.325-4.325ZM12 10.5a.75.75 0 0 1 .75.75v2.25H15a.75.75 0 0 1 0 1.5h-2.25v2.25a.75.75 0 0 1-1.5 0V15H9a.75.75 0 0 1 0-1.5h2.25v-2.25a.75.75 0 0 1 .75-.75Z", clipRule: "evenodd" }))); };
456
3236
 
457
- var SvgDocumentText$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
458
- React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M5.625 3a.375.375 0 0 0-.375.375v17.25c0 .207.168.375.375.375h12.75a.375.375 0 0 0 .375-.375v-9A2.625 2.625 0 0 0 16.125 9h-1.5a1.875 1.875 0 0 1-1.875-1.875v-1.5A2.625 2.625 0 0 0 10.125 3h-4.5Zm0-1.5c-1.036 0-1.875.84-1.875 1.875v17.25c0 1.035.84 1.875 1.875 1.875h12.75c1.035 0 1.875-.84 1.875-1.875V11.25c0-5.385-4.365-9.75-9.75-9.75H5.625Zm8.132 2.168c.315.582.493 1.249.493 1.957v1.5c0 .207.168.375.375.375h1.5c.708 0 1.375.178 1.957.493a8.28 8.28 0 0 0-4.325-4.325ZM7.5 15a.75.75 0 0 1 .75-.75h7.5a.75.75 0 0 1 0 1.5h-7.5A.75.75 0 0 1 7.5 15Zm0 3a.75.75 0 0 1 .75-.75H12a.75.75 0 0 1 0 1.5H8.25A.75.75 0 0 1 7.5 18Z", clipRule: "evenodd" }))); };
3237
+ var SvgDocumentText$1 = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
3238
+ reactExports.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M5.625 3a.375.375 0 0 0-.375.375v17.25c0 .207.168.375.375.375h12.75a.375.375 0 0 0 .375-.375v-9A2.625 2.625 0 0 0 16.125 9h-1.5a1.875 1.875 0 0 1-1.875-1.875v-1.5A2.625 2.625 0 0 0 10.125 3h-4.5Zm0-1.5c-1.036 0-1.875.84-1.875 1.875v17.25c0 1.035.84 1.875 1.875 1.875h12.75c1.035 0 1.875-.84 1.875-1.875V11.25c0-5.385-4.365-9.75-9.75-9.75H5.625Zm8.132 2.168c.315.582.493 1.249.493 1.957v1.5c0 .207.168.375.375.375h1.5c.708 0 1.375.178 1.957.493a8.28 8.28 0 0 0-4.325-4.325ZM7.5 15a.75.75 0 0 1 .75-.75h7.5a.75.75 0 0 1 0 1.5h-7.5A.75.75 0 0 1 7.5 15Zm0 3a.75.75 0 0 1 .75-.75H12a.75.75 0 0 1 0 1.5H8.25A.75.75 0 0 1 7.5 18Z", clipRule: "evenodd" }))); };
459
3239
 
460
- var SvgExclamationCircle$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
461
- React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12 3.75a8.25 8.25 0 1 0 0 16.5 8.25 8.25 0 0 0 0-16.5ZM2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12ZM12 8.25a.75.75 0 0 1 .75.75v3.75a.75.75 0 0 1-1.5 0V9a.75.75 0 0 1 .75-.75Zm-.75 7.5A.75.75 0 0 1 12 15h.008a.75.75 0 0 1 .75.75v.008a.75.75 0 0 1-.75.75H12a.75.75 0 0 1-.75-.75v-.008Z", clipRule: "evenodd" }))); };
3240
+ var SvgExclamationCircle$1 = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
3241
+ reactExports.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12 3.75a8.25 8.25 0 1 0 0 16.5 8.25 8.25 0 0 0 0-16.5ZM2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12ZM12 8.25a.75.75 0 0 1 .75.75v3.75a.75.75 0 0 1-1.5 0V9a.75.75 0 0 1 .75-.75Zm-.75 7.5A.75.75 0 0 1 12 15h.008a.75.75 0 0 1 .75.75v.008a.75.75 0 0 1-.75.75H12a.75.75 0 0 1-.75-.75v-.008Z", clipRule: "evenodd" }))); };
462
3242
 
463
- var SvgFolderOpen$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
464
- React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M6 4.5A1.5 1.5 0 0 0 4.5 6v3h15A1.5 1.5 0 0 0 18 7.5h-3.879a2.25 2.25 0 0 1-1.59-.659L10.408 4.72a.75.75 0 0 0-.53-.22H6Zm15 4.706V9a3 3 0 0 0-3-3h-3.879a.75.75 0 0 1-.53-.22L11.47 3.66A2.25 2.25 0 0 0 9.879 3H6a3 3 0 0 0-3 3v3.206a3 3 0 0 0-1.876 3.218l.858 6A3 3 0 0 0 4.952 21h14.097a3 3 0 0 0 2.97-2.576l.857-6A3 3 0 0 0 21 9.206ZM4.094 10.5a1.5 1.5 0 0 0-1.485 1.712l.858 6A1.5 1.5 0 0 0 4.95 19.5H19.05a1.5 1.5 0 0 0 1.485-1.288l.857-6a1.5 1.5 0 0 0-1.485-1.712H4.094Z", clipRule: "evenodd" }))); };
3243
+ var SvgFolderOpen$1 = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
3244
+ reactExports.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M6 4.5A1.5 1.5 0 0 0 4.5 6v3h15A1.5 1.5 0 0 0 18 7.5h-3.879a2.25 2.25 0 0 1-1.59-.659L10.408 4.72a.75.75 0 0 0-.53-.22H6Zm15 4.706V9a3 3 0 0 0-3-3h-3.879a.75.75 0 0 1-.53-.22L11.47 3.66A2.25 2.25 0 0 0 9.879 3H6a3 3 0 0 0-3 3v3.206a3 3 0 0 0-1.876 3.218l.858 6A3 3 0 0 0 4.952 21h14.097a3 3 0 0 0 2.97-2.576l.857-6A3 3 0 0 0 21 9.206ZM4.094 10.5a1.5 1.5 0 0 0-1.485 1.712l.858 6A1.5 1.5 0 0 0 4.95 19.5H19.05a1.5 1.5 0 0 0 1.485-1.288l.857-6a1.5 1.5 0 0 0-1.485-1.712H4.094Z", clipRule: "evenodd" }))); };
465
3245
 
466
- var SvgHandThumbDown$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
467
- React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M6.504 4.75c-.425 0-.795.17-1.02.45A11.2 11.2 0 0 0 3 12.25c0 .408.022.81.064 1.206.06.572.594 1.044 1.308 1.044H9.7a.75.75 0 0 1 0 1.5h-.646c.024.282-.021.576-.153.855a6.72 6.72 0 0 0-.651 2.895 1.5 1.5 0 0 0 1.5 1.5v-.633c0-.668.127-1.33.376-1.95.389-.973 1.17-1.66 1.996-2.1a8.292 8.292 0 0 0 2.624-2.2c.585-.746 1.48-1.335 2.534-1.366.462-1.03.72-2.172.72-3.376a8.217 8.217 0 0 0-.72-3.375h-.8a5.25 5.25 0 0 1-1.66-.27l-3.114-1.038a3.75 3.75 0 0 0-1.186-.192H6.504Zm10.655 0h-.679a3.75 3.75 0 0 1-1.186-.192L12.18 3.519a5.25 5.25 0 0 0-1.66-.269H6.504c-.812 0-1.64.326-2.19 1.008A12.7 12.7 0 0 0 1.5 12.25c0 .46.024.916.072 1.364C1.73 15.085 3.033 16 4.372 16H7.5a.12.12 0 0 1 .034.042c.034.06.032.127.012.168a8.221 8.221 0 0 0-.796 3.54 3 3 0 0 0 3 3 1.5 1.5 0 0 0 1.5-1.5v-.633c0-.477.091-.95.268-1.393.219-.547.69-1.003 1.309-1.332a9.792 9.792 0 0 0 3.1-2.599c.2-.256.435-.457.687-.593.039.666.528 1.3 1.334 1.3H19c1.089 0 2.18-.597 2.615-1.702a12.72 12.72 0 0 0 .884-4.673c0-1.295-.193-2.546-.553-3.726C21.576 4.683 20.419 4 19.257 4h-.908c-.567 0-.983.326-1.19.75Zm1.428.75a9.716 9.716 0 0 1 .913 4.125 9.712 9.712 0 0 1-1.305 4.875h.806c.575 0 1.045-.31 1.22-.752.503-1.276.779-2.666.779-4.123 0-1.145-.17-2.249-.488-3.288-.148-.484-.64-.837-1.255-.837h-.67Z", clipRule: "evenodd" }))); };
3246
+ var SvgHandThumbDown$1 = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
3247
+ reactExports.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M6.504 4.75c-.425 0-.795.17-1.02.45A11.2 11.2 0 0 0 3 12.25c0 .408.022.81.064 1.206.06.572.594 1.044 1.308 1.044H9.7a.75.75 0 0 1 0 1.5h-.646c.024.282-.021.576-.153.855a6.72 6.72 0 0 0-.651 2.895 1.5 1.5 0 0 0 1.5 1.5v-.633c0-.668.127-1.33.376-1.95.389-.973 1.17-1.66 1.996-2.1a8.292 8.292 0 0 0 2.624-2.2c.585-.746 1.48-1.335 2.534-1.366.462-1.03.72-2.172.72-3.376a8.217 8.217 0 0 0-.72-3.375h-.8a5.25 5.25 0 0 1-1.66-.27l-3.114-1.038a3.75 3.75 0 0 0-1.186-.192H6.504Zm10.655 0h-.679a3.75 3.75 0 0 1-1.186-.192L12.18 3.519a5.25 5.25 0 0 0-1.66-.269H6.504c-.812 0-1.64.326-2.19 1.008A12.7 12.7 0 0 0 1.5 12.25c0 .46.024.916.072 1.364C1.73 15.085 3.033 16 4.372 16H7.5a.12.12 0 0 1 .034.042c.034.06.032.127.012.168a8.221 8.221 0 0 0-.796 3.54 3 3 0 0 0 3 3 1.5 1.5 0 0 0 1.5-1.5v-.633c0-.477.091-.95.268-1.393.219-.547.69-1.003 1.309-1.332a9.792 9.792 0 0 0 3.1-2.599c.2-.256.435-.457.687-.593.039.666.528 1.3 1.334 1.3H19c1.089 0 2.18-.597 2.615-1.702a12.72 12.72 0 0 0 .884-4.673c0-1.295-.193-2.546-.553-3.726C21.576 4.683 20.419 4 19.257 4h-.908c-.567 0-.983.326-1.19.75Zm1.428.75a9.716 9.716 0 0 1 .913 4.125 9.712 9.712 0 0 1-1.305 4.875h.806c.575 0 1.045-.31 1.22-.752.503-1.276.779-2.666.779-4.123 0-1.145-.17-2.249-.488-3.288-.148-.484-.64-.837-1.255-.837h-.67Z", clipRule: "evenodd" }))); };
468
3248
 
469
- var SvgHandThumbUp$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
470
- React__namespace.createElement("path", { fill: "currentColor", d: "M21.93 11.14c-.15-1.36-1.35-2.39-2.8-2.39h-2.87c-.1-.04-.2-.07-.31-.07a.17.17 0 0 1 0-.14c.53-1.11.8-2.3.8-3.54 0-1.65-1.35-3-3-3-.83 0-1.5.67-1.5 1.5v.63c0 .48-.09.94-.27 1.39-.27.66-.86 1.09-1.31 1.33a9.835 9.835 0 0 0-3.1 2.6c-.26.33-.56.56-.89.69-.24-.4-.66-.64-1.13-.64H4.5c-1.19 0-2.21.67-2.62 1.7C1.3 12.69 1 14.26 1 15.87c0 1.27.18 2.53.55 3.73.35 1.14 1.43 1.9 2.69 1.9h.91c.46 0 .88-.23 1.13-.63.17-.27.24-.57.21-.87h.54c.41 0 .81.06 1.19.19l3.11 1.04c.54.18 1.1.27 1.66.27H17c.88 0 1.67-.37 2.19-1.01a12.794 12.794 0 0 0 2.74-9.35ZM4.01 15.88c0 1.26.23 2.48.7 3.64.01.01.01.02.01.03.06.15.13.3.2.45h-.67c-.59 0-1.1-.34-1.25-.84-.33-1.06-.49-2.17-.49-3.29 0-1.42.26-2.81.78-4.12.18-.45.66-.75 1.22-.75h.8a9.792 9.792 0 0 0-1.3 4.88Zm14.02 3.67c-.23.29-.6.45-1.02.45h-4.02c-.41 0-.81-.06-1.19-.19l-3.11-1.04a5.2 5.2 0 0 0-1.66-.27h-1.1c-.29-.84-.43-1.72-.43-2.62 0-1.47.39-2.91 1.13-4.17.81-.14 1.56-.61 2.13-1.33.7-.9 1.61-1.66 2.62-2.2.97-.51 1.66-1.24 2-2.1.25-.62.38-1.28.38-1.95V3.5c.83 0 1.5.67 1.5 1.5 0 1.02-.22 1.99-.65 2.9-.12.26-.17.56-.15.85h-.7c-.41 0-.75.34-.75.75s.34.75.75.75h5.38c.68 0 1.25.44 1.31 1.04.04.4.06.81.06 1.21 0 2.59-.86 5.03-2.48 7.05Z" }))); };
3249
+ var SvgHandThumbUp$1 = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
3250
+ reactExports.createElement("path", { fill: "currentColor", d: "M21.93 11.14c-.15-1.36-1.35-2.39-2.8-2.39h-2.87c-.1-.04-.2-.07-.31-.07a.17.17 0 0 1 0-.14c.53-1.11.8-2.3.8-3.54 0-1.65-1.35-3-3-3-.83 0-1.5.67-1.5 1.5v.63c0 .48-.09.94-.27 1.39-.27.66-.86 1.09-1.31 1.33a9.835 9.835 0 0 0-3.1 2.6c-.26.33-.56.56-.89.69-.24-.4-.66-.64-1.13-.64H4.5c-1.19 0-2.21.67-2.62 1.7C1.3 12.69 1 14.26 1 15.87c0 1.27.18 2.53.55 3.73.35 1.14 1.43 1.9 2.69 1.9h.91c.46 0 .88-.23 1.13-.63.17-.27.24-.57.21-.87h.54c.41 0 .81.06 1.19.19l3.11 1.04c.54.18 1.1.27 1.66.27H17c.88 0 1.67-.37 2.19-1.01a12.794 12.794 0 0 0 2.74-9.35ZM4.01 15.88c0 1.26.23 2.48.7 3.64.01.01.01.02.01.03.06.15.13.3.2.45h-.67c-.59 0-1.1-.34-1.25-.84-.33-1.06-.49-2.17-.49-3.29 0-1.42.26-2.81.78-4.12.18-.45.66-.75 1.22-.75h.8a9.792 9.792 0 0 0-1.3 4.88Zm14.02 3.67c-.23.29-.6.45-1.02.45h-4.02c-.41 0-.81-.06-1.19-.19l-3.11-1.04a5.2 5.2 0 0 0-1.66-.27h-1.1c-.29-.84-.43-1.72-.43-2.62 0-1.47.39-2.91 1.13-4.17.81-.14 1.56-.61 2.13-1.33.7-.9 1.61-1.66 2.62-2.2.97-.51 1.66-1.24 2-2.1.25-.62.38-1.28.38-1.95V3.5c.83 0 1.5.67 1.5 1.5 0 1.02-.22 1.99-.65 2.9-.12.26-.17.56-.15.85h-.7c-.41 0-.75.34-.75.75s.34.75.75.75h5.38c.68 0 1.25.44 1.31 1.04.04.4.06.81.06 1.21 0 2.59-.86 5.03-2.48 7.05Z" }))); };
471
3251
 
472
- var SvgInformationCircle$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
473
- React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12 3.75a8.25 8.25 0 1 0 0 16.5 8.25 8.25 0 0 0 0-16.5ZM2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12Zm9-3.75A.75.75 0 0 1 12 7.5h.008a.75.75 0 0 1 .75.75v.008a.75.75 0 0 1-.75.75H12a.75.75 0 0 1-.75-.75V8.25Zm-.294 2.308c1.146-.573 2.437.463 2.126 1.706l-.709 2.836.042-.02a.75.75 0 1 1 .67 1.34l-.041.022c-1.146.573-2.437-.463-2.126-1.706l.709-2.836-.042.02a.75.75 0 1 1-.67-1.34l.041-.022Z", clipRule: "evenodd" }))); };
3252
+ var SvgInformationCircle$1 = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
3253
+ reactExports.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12 3.75a8.25 8.25 0 1 0 0 16.5 8.25 8.25 0 0 0 0-16.5ZM2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12Zm9-3.75A.75.75 0 0 1 12 7.5h.008a.75.75 0 0 1 .75.75v.008a.75.75 0 0 1-.75.75H12a.75.75 0 0 1-.75-.75V8.25Zm-.294 2.308c1.146-.573 2.437.463 2.126 1.706l-.709 2.836.042-.02a.75.75 0 1 1 .67 1.34l-.041.022c-1.146.573-2.437-.463-2.126-1.706l.709-2.836-.042.02a.75.75 0 1 1-.67-1.34l.041-.022Z", clipRule: "evenodd" }))); };
474
3254
 
475
- var SvgKey$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
476
- React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M15.75 3a5.25 5.25 0 0 0-5.173 6.151c.127.737-.02 1.602-.639 2.221l-6.499 6.5A1.5 1.5 0 0 0 3 18.931V21h2.25v-1.5a.75.75 0 0 1 .75-.75h1.5v-1.5a.75.75 0 0 1 .75-.75h1.94l2.438-2.438c.619-.62 1.484-.766 2.221-.639A5.25 5.25 0 1 0 15.75 3ZM9 8.25a6.75 6.75 0 1 1 5.594 6.651c-.39-.067-.717.032-.906.221L11.03 17.78a.75.75 0 0 1-.53.22H9v1.5a.75.75 0 0 1-.75.75h-1.5v1.5a.75.75 0 0 1-.75.75H2.25a.75.75 0 0 1-.75-.75v-2.818a3 3 0 0 1 .879-2.121l6.499-6.5c.189-.188.288-.516.22-.905A6.788 6.788 0 0 1 9 8.25Zm6-3a.75.75 0 0 1 .75-.75 3.75 3.75 0 0 1 3.75 3.75.75.75 0 0 1-1.5 0A2.25 2.25 0 0 0 15.75 6a.75.75 0 0 1-.75-.75Z", clipRule: "evenodd" }))); };
3255
+ var SvgKey$1 = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
3256
+ reactExports.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M15.75 3a5.25 5.25 0 0 0-5.173 6.151c.127.737-.02 1.602-.639 2.221l-6.499 6.5A1.5 1.5 0 0 0 3 18.931V21h2.25v-1.5a.75.75 0 0 1 .75-.75h1.5v-1.5a.75.75 0 0 1 .75-.75h1.94l2.438-2.438c.619-.62 1.484-.766 2.221-.639A5.25 5.25 0 1 0 15.75 3ZM9 8.25a6.75 6.75 0 1 1 5.594 6.651c-.39-.067-.717.032-.906.221L11.03 17.78a.75.75 0 0 1-.53.22H9v1.5a.75.75 0 0 1-.75.75h-1.5v1.5a.75.75 0 0 1-.75.75H2.25a.75.75 0 0 1-.75-.75v-2.818a3 3 0 0 1 .879-2.121l6.499-6.5c.189-.188.288-.516.22-.905A6.788 6.788 0 0 1 9 8.25Zm6-3a.75.75 0 0 1 .75-.75 3.75 3.75 0 0 1 3.75 3.75.75.75 0 0 1-1.5 0A2.25 2.25 0 0 0 15.75 6a.75.75 0 0 1-.75-.75Z", clipRule: "evenodd" }))); };
477
3257
 
478
- var SvgMagnifyingGlass$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
479
- React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M10.5 3.75a6.75 6.75 0 1 0 0 13.5 6.75 6.75 0 0 0 0-13.5ZM2.25 10.5a8.25 8.25 0 1 1 14.59 5.28l4.69 4.69a.75.75 0 1 1-1.06 1.06l-4.69-4.69A8.25 8.25 0 0 1 2.25 10.5Z", clipRule: "evenodd" }))); };
3258
+ var SvgMagnifyingGlass$1 = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
3259
+ reactExports.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M10.5 3.75a6.75 6.75 0 1 0 0 13.5 6.75 6.75 0 0 0 0-13.5ZM2.25 10.5a8.25 8.25 0 1 1 14.59 5.28l4.69 4.69a.75.75 0 1 1-1.06 1.06l-4.69-4.69A8.25 8.25 0 0 1 2.25 10.5Z", clipRule: "evenodd" }))); };
480
3260
 
481
- var SvgPaperAirplane$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
482
- React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2.734 2.598a.75.75 0 0 1 .744-.194 60.516 60.516 0 0 1 18.445 8.987.75.75 0 0 1 0 1.218 60.519 60.519 0 0 1-18.445 8.986.75.75 0 0 1-.926-.94L5.215 12 2.552 3.345a.75.75 0 0 1 .182-.747Zm3.82 10.152L4.4 19.748A59.02 59.02 0 0 0 20.184 12 59.02 59.02 0 0 0 4.4 4.252l2.154 6.998H13.5a.75.75 0 0 1 0 1.5H6.554Z", clipRule: "evenodd" }))); };
3261
+ var SvgPaperAirplane$1 = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
3262
+ reactExports.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2.734 2.598a.75.75 0 0 1 .744-.194 60.516 60.516 0 0 1 18.445 8.987.75.75 0 0 1 0 1.218 60.519 60.519 0 0 1-18.445 8.986.75.75 0 0 1-.926-.94L5.215 12 2.552 3.345a.75.75 0 0 1 .182-.747Zm3.82 10.152L4.4 19.748A59.02 59.02 0 0 0 20.184 12 59.02 59.02 0 0 0 4.4 4.252l2.154 6.998H13.5a.75.75 0 0 1 0 1.5H6.554Z", clipRule: "evenodd" }))); };
483
3263
 
484
- var SvgPencilSquare$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
485
- React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M20.67 3.33a1.125 1.125 0 0 0-1.59 0l-1.158 1.157 1.591 1.59L20.67 4.92c.44-.439.44-1.151 0-1.59Zm-2.217 3.808-1.591-1.59-8.401 8.4a3.75 3.75 0 0 0-.942 1.581l-.404 1.356 1.356-.404a3.75 3.75 0 0 0 1.58-.942l8.402-8.4Zm-.434-4.87a2.625 2.625 0 0 1 3.712 3.713L11.112 16.6A5.25 5.25 0 0 1 8.9 17.919l-2.685.8a.75.75 0 0 1-.933-.933l.8-2.685a5.25 5.25 0 0 1 1.32-2.214L18.018 2.27ZM5.25 6.75a1.5 1.5 0 0 0-1.5 1.5v10.5a1.5 1.5 0 0 0 1.5 1.5h10.5a1.5 1.5 0 0 0 1.5-1.5V14a.75.75 0 0 1 1.5 0v4.75a3 3 0 0 1-3 3H5.25a3 3 0 0 1-3-3V8.25a3 3 0 0 1 3-3H10a.75.75 0 0 1 0 1.5H5.25Z", clipRule: "evenodd" }))); };
3264
+ var SvgPencilSquare$1 = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
3265
+ reactExports.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M20.67 3.33a1.125 1.125 0 0 0-1.59 0l-1.158 1.157 1.591 1.59L20.67 4.92c.44-.439.44-1.151 0-1.59Zm-2.217 3.808-1.591-1.59-8.401 8.4a3.75 3.75 0 0 0-.942 1.581l-.404 1.356 1.356-.404a3.75 3.75 0 0 0 1.58-.942l8.402-8.4Zm-.434-4.87a2.625 2.625 0 0 1 3.712 3.713L11.112 16.6A5.25 5.25 0 0 1 8.9 17.919l-2.685.8a.75.75 0 0 1-.933-.933l.8-2.685a5.25 5.25 0 0 1 1.32-2.214L18.018 2.27ZM5.25 6.75a1.5 1.5 0 0 0-1.5 1.5v10.5a1.5 1.5 0 0 0 1.5 1.5h10.5a1.5 1.5 0 0 0 1.5-1.5V14a.75.75 0 0 1 1.5 0v4.75a3 3 0 0 1-3 3H5.25a3 3 0 0 1-3-3V8.25a3 3 0 0 1 3-3H10a.75.75 0 0 1 0 1.5H5.25Z", clipRule: "evenodd" }))); };
486
3266
 
487
- var SvgPlus$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
488
- React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12 3.75a.75.75 0 0 1 .75.75v6.75h6.75a.75.75 0 0 1 0 1.5h-6.75v6.75a.75.75 0 0 1-1.5 0v-6.75H4.5a.75.75 0 0 1 0-1.5h6.75V4.5a.75.75 0 0 1 .75-.75Z", clipRule: "evenodd" }))); };
3267
+ var SvgPlus$1 = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
3268
+ reactExports.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12 3.75a.75.75 0 0 1 .75.75v6.75h6.75a.75.75 0 0 1 0 1.5h-6.75v6.75a.75.75 0 0 1-1.5 0v-6.75H4.5a.75.75 0 0 1 0-1.5h6.75V4.5a.75.75 0 0 1 .75-.75Z", clipRule: "evenodd" }))); };
489
3269
 
490
- var SvgQuestionMarkCircle$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
491
- React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12 3.75a8.25 8.25 0 1 0 0 16.5 8.25 8.25 0 0 0 0-16.5ZM2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12Zm11.378-3.917c-.89-.777-2.366-.777-3.255 0a.75.75 0 0 1-.988-1.129c1.454-1.272 3.776-1.272 5.23 0 1.513 1.324 1.513 3.518 0 4.842a3.75 3.75 0 0 1-.837.552c-.676.328-1.028.774-1.028 1.152v.75a.75.75 0 0 1-1.5 0v-.75c0-1.279 1.06-2.107 1.875-2.502.182-.088.351-.199.503-.331.83-.727.83-1.857 0-2.584ZM11.25 17.25a.75.75 0 0 1 .75-.75h.008a.75.75 0 0 1 .75.75v.008a.75.75 0 0 1-.75.75H12a.75.75 0 0 1-.75-.75v-.008Z", clipRule: "evenodd" }))); };
3270
+ var SvgQuestionMarkCircle$1 = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
3271
+ reactExports.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12 3.75a8.25 8.25 0 1 0 0 16.5 8.25 8.25 0 0 0 0-16.5ZM2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12Zm11.378-3.917c-.89-.777-2.366-.777-3.255 0a.75.75 0 0 1-.988-1.129c1.454-1.272 3.776-1.272 5.23 0 1.513 1.324 1.513 3.518 0 4.842a3.75 3.75 0 0 1-.837.552c-.676.328-1.028.774-1.028 1.152v.75a.75.75 0 0 1-1.5 0v-.75c0-1.279 1.06-2.107 1.875-2.502.182-.088.351-.199.503-.331.83-.727.83-1.857 0-2.584ZM11.25 17.25a.75.75 0 0 1 .75-.75h.008a.75.75 0 0 1 .75.75v.008a.75.75 0 0 1-.75.75H12a.75.75 0 0 1-.75-.75v-.008Z", clipRule: "evenodd" }))); };
492
3272
 
493
- var SvgServer$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
494
- React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7.923 4.5a2.625 2.625 0 0 0-2.555 2.024L3.64 13.862A3.736 3.736 0 0 1 5.25 13.5h13.5c.576 0 1.121.13 1.609.362l-1.727-7.338A2.625 2.625 0 0 0 16.077 4.5H7.923ZM21 17.25A2.25 2.25 0 0 0 18.75 15H5.25a2.25 2.25 0 0 0 0 4.5h13.5A2.25 2.25 0 0 0 21 17.25Zm-19.5 0A3.75 3.75 0 0 0 5.25 21h13.5a3.75 3.75 0 0 0 3.75-3.75v-.228c0-.405-.047-.808-.14-1.202l-2.268-9.64A4.125 4.125 0 0 0 16.077 3H7.923a4.125 4.125 0 0 0-4.015 3.18L1.64 15.82a5.25 5.25 0 0 0-.14 1.202v.228Zm13.5 0a.75.75 0 0 1 .75-.75h.008a.75.75 0 0 1 .75.75v.008a.75.75 0 0 1-.75.75h-.008a.75.75 0 0 1-.75-.75v-.008Zm3 0a.75.75 0 0 1 .75-.75h.008a.75.75 0 0 1 .75.75v.008a.75.75 0 0 1-.75.75h-.008a.75.75 0 0 1-.75-.75v-.008Z", clipRule: "evenodd" }))); };
3273
+ var SvgServer$1 = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
3274
+ reactExports.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7.923 4.5a2.625 2.625 0 0 0-2.555 2.024L3.64 13.862A3.736 3.736 0 0 1 5.25 13.5h13.5c.576 0 1.121.13 1.609.362l-1.727-7.338A2.625 2.625 0 0 0 16.077 4.5H7.923ZM21 17.25A2.25 2.25 0 0 0 18.75 15H5.25a2.25 2.25 0 0 0 0 4.5h13.5A2.25 2.25 0 0 0 21 17.25Zm-19.5 0A3.75 3.75 0 0 0 5.25 21h13.5a3.75 3.75 0 0 0 3.75-3.75v-.228c0-.405-.047-.808-.14-1.202l-2.268-9.64A4.125 4.125 0 0 0 16.077 3H7.923a4.125 4.125 0 0 0-4.015 3.18L1.64 15.82a5.25 5.25 0 0 0-.14 1.202v.228Zm13.5 0a.75.75 0 0 1 .75-.75h.008a.75.75 0 0 1 .75.75v.008a.75.75 0 0 1-.75.75h-.008a.75.75 0 0 1-.75-.75v-.008Zm3 0a.75.75 0 0 1 .75-.75h.008a.75.75 0 0 1 .75.75v.008a.75.75 0 0 1-.75.75h-.008a.75.75 0 0 1-.75-.75v-.008Z", clipRule: "evenodd" }))); };
495
3275
 
496
- var SvgSquare3Stack3D$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
497
- React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M11.644 1.59a.75.75 0 0 1 .712 0l9.75 5.25a.75.75 0 0 1 0 1.32l-2.953 1.59 2.953 1.59a.75.75 0 0 1 0 1.32l-2.953 1.59 2.953 1.59a.75.75 0 0 1 0 1.32l-9.75 5.25a.75.75 0 0 1-.712 0l-9.75-5.25a.75.75 0 0 1 0-1.32l2.953-1.59-2.953-1.59a.75.75 0 0 1 0-1.32l2.953-1.59-2.953-1.59a.75.75 0 0 1 0-1.32l9.75-5.25ZM6.43 10.602 3.832 12 12 16.398 20.168 12l-2.597-1.398-5.215 2.808a.75.75 0 0 1-.712 0L6.43 10.602Zm0 4.5L3.832 16.5 12 20.898l8.168-4.398-2.597-1.398-5.215 2.808a.75.75 0 0 1-.712 0L6.43 15.102ZM3.832 7.5 12 11.898 20.168 7.5 12 3.102 3.832 7.5Z", clipRule: "evenodd" }))); };
3276
+ var SvgSquare3Stack3D$1 = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
3277
+ reactExports.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M11.644 1.59a.75.75 0 0 1 .712 0l9.75 5.25a.75.75 0 0 1 0 1.32l-2.953 1.59 2.953 1.59a.75.75 0 0 1 0 1.32l-2.953 1.59 2.953 1.59a.75.75 0 0 1 0 1.32l-9.75 5.25a.75.75 0 0 1-.712 0l-9.75-5.25a.75.75 0 0 1 0-1.32l2.953-1.59-2.953-1.59a.75.75 0 0 1 0-1.32l2.953-1.59-2.953-1.59a.75.75 0 0 1 0-1.32l9.75-5.25ZM6.43 10.602 3.832 12 12 16.398 20.168 12l-2.597-1.398-5.215 2.808a.75.75 0 0 1-.712 0L6.43 10.602Zm0 4.5L3.832 16.5 12 20.898l8.168-4.398-2.597-1.398-5.215 2.808a.75.75 0 0 1-.712 0L6.43 15.102ZM3.832 7.5 12 11.898 20.168 7.5 12 3.102 3.832 7.5Z", clipRule: "evenodd" }))); };
498
3278
 
499
- var SvgXCircle$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
500
- React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12 3.75a8.25 8.25 0 1 0 0 16.5 8.25 8.25 0 0 0 0-16.5ZM2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12Zm6.97-2.78a.75.75 0 0 1 1.06 0L12 10.94l1.72-1.72a.75.75 0 1 1 1.06 1.06L13.06 12l1.72 1.72a.75.75 0 1 1-1.06 1.06L12 13.06l-1.72 1.72a.75.75 0 1 1-1.06-1.06L10.94 12l-1.72-1.72a.75.75 0 0 1 0-1.06Z", clipRule: "evenodd" }))); };
3279
+ var SvgXCircle$1 = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
3280
+ reactExports.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12 3.75a8.25 8.25 0 1 0 0 16.5 8.25 8.25 0 0 0 0-16.5ZM2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12Zm6.97-2.78a.75.75 0 0 1 1.06 0L12 10.94l1.72-1.72a.75.75 0 1 1 1.06 1.06L13.06 12l1.72 1.72a.75.75 0 1 1-1.06 1.06L12 13.06l-1.72 1.72a.75.75 0 1 1-1.06-1.06L10.94 12l-1.72-1.72a.75.75 0 0 1 0-1.06Z", clipRule: "evenodd" }))); };
501
3281
 
502
- var SvgXMark$1 = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
503
- React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M5.47 5.47a.75.75 0 0 1 1.06 0L12 10.94l5.47-5.47a.75.75 0 1 1 1.06 1.06L13.06 12l5.47 5.47a.75.75 0 1 1-1.06 1.06L12 13.06l-5.47 5.47a.75.75 0 0 1-1.06-1.06L10.94 12 5.47 6.53a.75.75 0 0 1 0-1.06Z", clipRule: "evenodd" }))); };
3282
+ var SvgXMark$1 = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
3283
+ reactExports.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M5.47 5.47a.75.75 0 0 1 1.06 0L12 10.94l5.47-5.47a.75.75 0 1 1 1.06 1.06L13.06 12l5.47 5.47a.75.75 0 1 1-1.06 1.06L12 13.06l-5.47 5.47a.75.75 0 0 1-1.06-1.06L10.94 12 5.47 6.53a.75.75 0 0 1 0-1.06Z", clipRule: "evenodd" }))); };
504
3284
 
505
- var SvgArrowUpOnSquare = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
506
- React__namespace.createElement("path", { fill: "currentColor", d: "M11.47 1.72a.75.75 0 0 1 1.06 0l3 3a.75.75 0 0 1-1.06 1.06l-1.72-1.72V7.5h-1.5V4.06L9.53 5.78a.75.75 0 0 1-1.06-1.06l3-3ZM11.25 7.5V15a.75.75 0 0 0 1.5 0V7.5h3.75a3 3 0 0 1 3 3v9a3 3 0 0 1-3 3h-9a3 3 0 0 1-3-3v-9a3 3 0 0 1 3-3h3.75Z" }))); };
3285
+ var SvgArrowUpOnSquare = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
3286
+ reactExports.createElement("path", { fill: "currentColor", d: "M11.47 1.72a.75.75 0 0 1 1.06 0l3 3a.75.75 0 0 1-1.06 1.06l-1.72-1.72V7.5h-1.5V4.06L9.53 5.78a.75.75 0 0 1-1.06-1.06l3-3ZM11.25 7.5V15a.75.75 0 0 0 1.5 0V7.5h3.75a3 3 0 0 1 3 3v9a3 3 0 0 1-3 3h-9a3 3 0 0 1-3-3v-9a3 3 0 0 1 3-3h3.75Z" }))); };
507
3287
 
508
- var SvgBeakerPlus = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
509
- React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m15.97 9.04 5.95 7.35h.01c.58.72.86 1.62.75 2.48-.11.88-.63 1.67-1.54 2.11-.98.47-2.22.71-3.71.85-1.49.14-3.31.17-5.45.17s-3.95-.03-5.45-.17c-1.49-.13-2.73-.38-3.71-.85-.91-.44-1.43-1.23-1.54-2.11-.11-.86.17-1.76.75-2.48l5.94-7.35c.32-.41.5-.9.5-1.42V3.69l-.38.05c-.4.07-.79-.21-.86-.62-.07-.41.21-.79.62-.86.06-.01 1.59-.26 4.12-.26 2.53 0 4.06.25 4.12.26a.75.75 0 0 1-.12 1.49s-.08 0-.12-.01c0 0-.14-.02-.38-.05v3.93c0 .52.18 1.02.5 1.42Zm-4.8 1.965c-.73-.284-1.502-.585-2.237-.782l.197-.243c.54-.67.83-1.5.83-2.36V3.56c.56-.03 1.23-.06 2-.06s1.44.03 2 .06v4.06c0 .86.29 1.69.83 2.36l1.62 2.001c-1.327-.044-2.99-.175-3.91-.481a29.772 29.772 0 0 1-1.33-.495ZM12 13a.75.75 0 0 1 .75.75v1.5h1.5a.75.75 0 0 1 0 1.5h-1.5v1.5a.75.75 0 0 1-1.5 0v-1.5h-1.5a.75.75 0 0 1 0-1.5h1.5v-1.5A.75.75 0 0 1 12 13Z", clipRule: "evenodd" }))); };
3288
+ var SvgBeakerPlus = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
3289
+ reactExports.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m15.97 9.04 5.95 7.35h.01c.58.72.86 1.62.75 2.48-.11.88-.63 1.67-1.54 2.11-.98.47-2.22.71-3.71.85-1.49.14-3.31.17-5.45.17s-3.95-.03-5.45-.17c-1.49-.13-2.73-.38-3.71-.85-.91-.44-1.43-1.23-1.54-2.11-.11-.86.17-1.76.75-2.48l5.94-7.35c.32-.41.5-.9.5-1.42V3.69l-.38.05c-.4.07-.79-.21-.86-.62-.07-.41.21-.79.62-.86.06-.01 1.59-.26 4.12-.26 2.53 0 4.06.25 4.12.26a.75.75 0 0 1-.12 1.49s-.08 0-.12-.01c0 0-.14-.02-.38-.05v3.93c0 .52.18 1.02.5 1.42Zm-4.8 1.965c-.73-.284-1.502-.585-2.237-.782l.197-.243c.54-.67.83-1.5.83-2.36V3.56c.56-.03 1.23-.06 2-.06s1.44.03 2 .06v4.06c0 .86.29 1.69.83 2.36l1.62 2.001c-1.327-.044-2.99-.175-3.91-.481a29.772 29.772 0 0 1-1.33-.495ZM12 13a.75.75 0 0 1 .75.75v1.5h1.5a.75.75 0 0 1 0 1.5h-1.5v1.5a.75.75 0 0 1-1.5 0v-1.5h-1.5a.75.75 0 0 1 0-1.5h1.5v-1.5A.75.75 0 0 1 12 13Z", clipRule: "evenodd" }))); };
510
3290
 
511
- var SvgBeaker = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
512
- React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m15.97 9.04 5.95 7.35h.01c.58.72.86 1.62.75 2.48-.11.88-.63 1.67-1.54 2.11-.98.47-2.22.71-3.71.85-1.49.14-3.31.17-5.45.17s-3.95-.03-5.45-.17c-1.49-.13-2.73-.38-3.71-.85-.91-.44-1.43-1.23-1.54-2.11-.11-.86.17-1.76.75-2.48l5.94-7.35c.32-.41.5-.9.5-1.42V3.69l-.38.05c-.4.07-.79-.21-.86-.62-.07-.41.21-.79.62-.86.06-.01 1.59-.26 4.12-.26 2.53 0 4.06.25 4.12.26a.75.75 0 0 1-.12 1.49s-.08 0-.12-.01c0 0-.14-.02-.38-.05v3.93c0 .52.18 1.02.5 1.42Zm2.266 5.197c-3.758-.08-5.338-.523-6.552-.945-.15-.052-.299-.106-.45-.16-.534-.193-1.091-.394-1.76-.55a12.747 12.747 0 0 0-2.209-.299L9.13 9.98c.54-.67.83-1.5.83-2.36V3.56c.56-.03 1.23-.06 2-.06s1.44.03 2 .06v4.06c0 .86.29 1.69.83 2.36l3.446 4.257Z", clipRule: "evenodd" }))); };
3291
+ var SvgBeaker = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
3292
+ reactExports.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m15.97 9.04 5.95 7.35h.01c.58.72.86 1.62.75 2.48-.11.88-.63 1.67-1.54 2.11-.98.47-2.22.71-3.71.85-1.49.14-3.31.17-5.45.17s-3.95-.03-5.45-.17c-1.49-.13-2.73-.38-3.71-.85-.91-.44-1.43-1.23-1.54-2.11-.11-.86.17-1.76.75-2.48l5.94-7.35c.32-.41.5-.9.5-1.42V3.69l-.38.05c-.4.07-.79-.21-.86-.62-.07-.41.21-.79.62-.86.06-.01 1.59-.26 4.12-.26 2.53 0 4.06.25 4.12.26a.75.75 0 0 1-.12 1.49s-.08 0-.12-.01c0 0-.14-.02-.38-.05v3.93c0 .52.18 1.02.5 1.42Zm2.266 5.197c-3.758-.08-5.338-.523-6.552-.945-.15-.052-.299-.106-.45-.16-.534-.193-1.091-.394-1.76-.55a12.747 12.747 0 0 0-2.209-.299L9.13 9.98c.54-.67.83-1.5.83-2.36V3.56c.56-.03 1.23-.06 2-.06s1.44.03 2 .06v4.06c0 .86.29 1.69.83 2.36l3.446 4.257Z", clipRule: "evenodd" }))); };
513
3293
 
514
- var SvgChatBubbleBottomCenterPlus = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
515
- React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12 2.25c-2.429 0-4.817.178-7.152.521C2.87 3.061 1.5 4.795 1.5 6.741v6.018c0 1.946 1.37 3.68 3.348 3.97a48.9 48.9 0 0 0 3.476.384.39.39 0 0 1 .297.17l2.755 4.133a.75.75 0 0 0 1.248 0l2.755-4.133a.39.39 0 0 1 .297-.17c1.17-.087 2.33-.215 3.476-.384 1.978-.29 3.348-2.023 3.348-3.97V6.741c0-1.947-1.37-3.68-3.348-3.97A49.145 49.145 0 0 0 12 2.25ZM12 6a.75.75 0 0 1 .75.75v2.5h2.5a.75.75 0 0 1 0 1.5h-2.5v2.5a.75.75 0 0 1-1.5 0v-2.5h-2.5a.75.75 0 0 1 0-1.5h2.5v-2.5A.75.75 0 0 1 12 6Z", clipRule: "evenodd" }))); };
3294
+ var SvgChatBubbleBottomCenterPlus = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
3295
+ reactExports.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12 2.25c-2.429 0-4.817.178-7.152.521C2.87 3.061 1.5 4.795 1.5 6.741v6.018c0 1.946 1.37 3.68 3.348 3.97a48.9 48.9 0 0 0 3.476.384.39.39 0 0 1 .297.17l2.755 4.133a.75.75 0 0 0 1.248 0l2.755-4.133a.39.39 0 0 1 .297-.17c1.17-.087 2.33-.215 3.476-.384 1.978-.29 3.348-2.023 3.348-3.97V6.741c0-1.947-1.37-3.68-3.348-3.97A49.145 49.145 0 0 0 12 2.25ZM12 6a.75.75 0 0 1 .75.75v2.5h2.5a.75.75 0 0 1 0 1.5h-2.5v2.5a.75.75 0 0 1-1.5 0v-2.5h-2.5a.75.75 0 0 1 0-1.5h2.5v-2.5A.75.75 0 0 1 12 6Z", clipRule: "evenodd" }))); };
516
3296
 
517
- var SvgChatBubbleBottomCenterText = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
518
- React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M4.848 2.771A49.144 49.144 0 0 1 12 2.25c2.43 0 4.817.178 7.152.52 1.978.292 3.348 2.024 3.348 3.97v6.02c0 1.946-1.37 3.678-3.348 3.97a48.901 48.901 0 0 1-3.476.383.39.39 0 0 0-.297.17l-2.755 4.133a.75.75 0 0 1-1.248 0l-2.755-4.133a.39.39 0 0 0-.297-.17 48.9 48.9 0 0 1-3.476-.384c-1.978-.29-3.348-2.024-3.348-3.97V6.741c0-1.946 1.37-3.68 3.348-3.97ZM6.75 8.25a.75.75 0 0 1 .75-.75h9a.75.75 0 0 1 0 1.5h-9a.75.75 0 0 1-.75-.75Zm.75 2.25a.75.75 0 0 0 0 1.5H12a.75.75 0 0 0 0-1.5H7.5Z", clipRule: "evenodd" }))); };
3297
+ var SvgChatBubbleBottomCenterText = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
3298
+ reactExports.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M4.848 2.771A49.144 49.144 0 0 1 12 2.25c2.43 0 4.817.178 7.152.52 1.978.292 3.348 2.024 3.348 3.97v6.02c0 1.946-1.37 3.678-3.348 3.97a48.901 48.901 0 0 1-3.476.383.39.39 0 0 0-.297.17l-2.755 4.133a.75.75 0 0 1-1.248 0l-2.755-4.133a.39.39 0 0 0-.297-.17 48.9 48.9 0 0 1-3.476-.384c-1.978-.29-3.348-2.024-3.348-3.97V6.741c0-1.946 1.37-3.68 3.348-3.97ZM6.75 8.25a.75.75 0 0 1 .75-.75h9a.75.75 0 0 1 0 1.5h-9a.75.75 0 0 1-.75-.75Zm.75 2.25a.75.75 0 0 0 0 1.5H12a.75.75 0 0 0 0-1.5H7.5Z", clipRule: "evenodd" }))); };
519
3299
 
520
- var SvgChatBubbleLeftRight = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
521
- React__namespace.createElement("path", { fill: "currentColor", d: "M4.913 2.658c2.075-.27 4.19-.408 6.337-.408 2.147 0 4.262.139 6.337.408 1.922.25 3.291 1.861 3.405 3.727a4.403 4.403 0 0 0-1.032-.211 50.89 50.89 0 0 0-8.42 0c-2.358.196-4.04 2.19-4.04 4.434v4.286a4.47 4.47 0 0 0 2.433 3.984L7.28 21.53A.75.75 0 0 1 6 21v-4.03a48.527 48.527 0 0 1-1.087-.128C2.905 16.58 1.5 14.833 1.5 12.862V6.638c0-1.97 1.405-3.718 3.413-3.979Z" }),
522
- React__namespace.createElement("path", { fill: "currentColor", d: "M15.75 7.5c-1.376 0-2.739.057-4.086.169C10.124 7.797 9 9.103 9 10.609v4.285c0 1.507 1.128 2.814 2.67 2.94 1.243.102 2.5.157 3.768.165l2.782 2.781a.75.75 0 0 0 1.28-.53v-2.39l.33-.026c1.542-.125 2.67-1.433 2.67-2.94v-4.286c0-1.505-1.125-2.811-2.664-2.94A49.392 49.392 0 0 0 15.75 7.5Z" }))); };
3300
+ var SvgChatBubbleLeftRight = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
3301
+ reactExports.createElement("path", { fill: "currentColor", d: "M4.913 2.658c2.075-.27 4.19-.408 6.337-.408 2.147 0 4.262.139 6.337.408 1.922.25 3.291 1.861 3.405 3.727a4.403 4.403 0 0 0-1.032-.211 50.89 50.89 0 0 0-8.42 0c-2.358.196-4.04 2.19-4.04 4.434v4.286a4.47 4.47 0 0 0 2.433 3.984L7.28 21.53A.75.75 0 0 1 6 21v-4.03a48.527 48.527 0 0 1-1.087-.128C2.905 16.58 1.5 14.833 1.5 12.862V6.638c0-1.97 1.405-3.718 3.413-3.979Z" }),
3302
+ reactExports.createElement("path", { fill: "currentColor", d: "M15.75 7.5c-1.376 0-2.739.057-4.086.169C10.124 7.797 9 9.103 9 10.609v4.285c0 1.507 1.128 2.814 2.67 2.94 1.243.102 2.5.157 3.768.165l2.782 2.781a.75.75 0 0 0 1.28-.53v-2.39l.33-.026c1.542-.125 2.67-1.433 2.67-2.94v-4.286c0-1.505-1.125-2.811-2.664-2.94A49.392 49.392 0 0 0 15.75 7.5Z" }))); };
523
3303
 
524
- var SvgCheckCircle = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
525
- React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12Zm13.36-1.814a.75.75 0 1 0-1.22-.872l-3.236 4.53L9.53 12.22a.75.75 0 0 0-1.06 1.06l2.25 2.25a.75.75 0 0 0 1.14-.094l3.75-5.25Z", clipRule: "evenodd" }))); };
3304
+ var SvgCheckCircle = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
3305
+ reactExports.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12Zm13.36-1.814a.75.75 0 1 0-1.22-.872l-3.236 4.53L9.53 12.22a.75.75 0 0 0-1.06 1.06l2.25 2.25a.75.75 0 0 0 1.14-.094l3.75-5.25Z", clipRule: "evenodd" }))); };
526
3306
 
527
- var SvgChevronDown = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
528
- React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12.53 16.28a.75.75 0 0 1-1.06 0l-7.5-7.5a.75.75 0 0 1 1.06-1.06L12 14.69l6.97-6.97a.75.75 0 1 1 1.06 1.06l-7.5 7.5Z", clipRule: "evenodd" }))); };
3307
+ var SvgChevronDown = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
3308
+ reactExports.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12.53 16.28a.75.75 0 0 1-1.06 0l-7.5-7.5a.75.75 0 0 1 1.06-1.06L12 14.69l6.97-6.97a.75.75 0 1 1 1.06 1.06l-7.5 7.5Z", clipRule: "evenodd" }))); };
529
3309
 
530
- var SvgChevronLeft = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
531
- React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7.72 12.53a.75.75 0 0 1 0-1.06l7.5-7.5a.75.75 0 1 1 1.06 1.06L9.31 12l6.97 6.97a.75.75 0 1 1-1.06 1.06l-7.5-7.5Z", clipRule: "evenodd" }))); };
3310
+ var SvgChevronLeft = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
3311
+ reactExports.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7.72 12.53a.75.75 0 0 1 0-1.06l7.5-7.5a.75.75 0 1 1 1.06 1.06L9.31 12l6.97 6.97a.75.75 0 1 1-1.06 1.06l-7.5-7.5Z", clipRule: "evenodd" }))); };
532
3312
 
533
- var SvgChevronRight = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
534
- React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M16.28 11.47a.75.75 0 0 1 0 1.06l-7.5 7.5a.75.75 0 0 1-1.06-1.06L14.69 12 7.72 5.03a.75.75 0 0 1 1.06-1.06l7.5 7.5Z", clipRule: "evenodd" }))); };
3313
+ var SvgChevronRight = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
3314
+ reactExports.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M16.28 11.47a.75.75 0 0 1 0 1.06l-7.5 7.5a.75.75 0 0 1-1.06-1.06L14.69 12 7.72 5.03a.75.75 0 0 1 1.06-1.06l7.5 7.5Z", clipRule: "evenodd" }))); };
535
3315
 
536
- var SvgChevronUp = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
537
- React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M11.47 7.72a.75.75 0 0 1 1.06 0l7.5 7.5a.75.75 0 1 1-1.06 1.06L12 9.31l-6.97 6.97a.75.75 0 0 1-1.06-1.06l7.5-7.5Z", clipRule: "evenodd" }))); };
3316
+ var SvgChevronUp = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
3317
+ reactExports.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M11.47 7.72a.75.75 0 0 1 1.06 0l7.5 7.5a.75.75 0 1 1-1.06 1.06L12 9.31l-6.97 6.97a.75.75 0 0 1-1.06-1.06l7.5-7.5Z", clipRule: "evenodd" }))); };
538
3318
 
539
- var SvgClipboard = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
540
- React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M10.5 3A1.501 1.501 0 0 0 9 4.5h6A1.5 1.5 0 0 0 13.5 3h-3Zm-2.693.178A3 3 0 0 1 10.5 1.5h3a3 3 0 0 1 2.694 1.678c.497.042.992.092 1.486.15 1.497.173 2.57 1.46 2.57 2.929V19.5a3 3 0 0 1-3 3H6.75a3 3 0 0 1-3-3V6.257c0-1.47 1.073-2.756 2.57-2.93.493-.057.989-.107 1.487-.15Z", clipRule: "evenodd" }))); };
3319
+ var SvgClipboard = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
3320
+ reactExports.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M10.5 3A1.501 1.501 0 0 0 9 4.5h6A1.5 1.5 0 0 0 13.5 3h-3Zm-2.693.178A3 3 0 0 1 10.5 1.5h3a3 3 0 0 1 2.694 1.678c.497.042.992.092 1.486.15 1.497.173 2.57 1.46 2.57 2.929V19.5a3 3 0 0 1-3 3H6.75a3 3 0 0 1-3-3V6.257c0-1.47 1.073-2.756 2.57-2.93.493-.057.989-.107 1.487-.15Z", clipRule: "evenodd" }))); };
541
3321
 
542
- var SvgCloudArrowDown = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
543
- React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M10.5 3.75a6 6 0 0 0-5.98 6.496A5.25 5.25 0 0 0 6.75 20.25H18a4.5 4.5 0 0 0 2.206-8.423 3.75 3.75 0 0 0-4.133-4.303A6.001 6.001 0 0 0 10.5 3.75Zm2.25 6a.75.75 0 0 0-1.5 0v4.94l-1.72-1.72a.75.75 0 0 0-1.06 1.06l3 3a.75.75 0 0 0 1.06 0l3-3a.75.75 0 1 0-1.06-1.06l-1.72 1.72V9.75Z", clipRule: "evenodd" }))); };
3322
+ var SvgCloudArrowDown = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
3323
+ reactExports.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M10.5 3.75a6 6 0 0 0-5.98 6.496A5.25 5.25 0 0 0 6.75 20.25H18a4.5 4.5 0 0 0 2.206-8.423 3.75 3.75 0 0 0-4.133-4.303A6.001 6.001 0 0 0 10.5 3.75Zm2.25 6a.75.75 0 0 0-1.5 0v4.94l-1.72-1.72a.75.75 0 0 0-1.06 1.06l3 3a.75.75 0 0 0 1.06 0l3-3a.75.75 0 1 0-1.06-1.06l-1.72 1.72V9.75Z", clipRule: "evenodd" }))); };
544
3324
 
545
- var SvgCog6Tooth = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
546
- React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M11.078 2.25c-.917 0-1.699.663-1.85 1.567L9.05 4.889c-.02.12-.115.26-.297.348a7.493 7.493 0 0 0-.986.57c-.166.115-.334.126-.45.083L6.3 5.508a1.875 1.875 0 0 0-2.282.819l-.922 1.597a1.875 1.875 0 0 0 .432 2.385l.84.692c.095.078.17.229.154.43a7.598 7.598 0 0 0 0 1.139c.015.2-.059.352-.153.43l-.841.692a1.875 1.875 0 0 0-.432 2.385l.922 1.597a1.875 1.875 0 0 0 2.282.818l1.019-.382c.115-.043.283-.031.45.082.312.214.641.405.985.57.182.088.277.228.297.35l.178 1.071c.151.904.933 1.567 1.85 1.567h1.844c.916 0 1.699-.663 1.85-1.567l.178-1.072c.02-.12.114-.26.297-.349.344-.165.673-.356.985-.57.167-.114.335-.125.45-.082l1.02.382a1.875 1.875 0 0 0 2.28-.819l.923-1.597a1.875 1.875 0 0 0-.432-2.385l-.84-.692c-.095-.078-.17-.229-.154-.43a7.614 7.614 0 0 0 0-1.139c-.016-.2.059-.352.153-.43l.84-.692c.708-.582.891-1.59.433-2.385l-.922-1.597a1.875 1.875 0 0 0-2.282-.818l-1.02.382c-.114.043-.282.031-.449-.083a7.49 7.49 0 0 0-.985-.57c-.183-.087-.277-.227-.297-.348l-.179-1.072a1.875 1.875 0 0 0-1.85-1.567h-1.843ZM12 15.75a3.75 3.75 0 1 0 0-7.5 3.75 3.75 0 0 0 0 7.5Z", clipRule: "evenodd" }))); };
3325
+ var SvgCog6Tooth = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
3326
+ reactExports.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M11.078 2.25c-.917 0-1.699.663-1.85 1.567L9.05 4.889c-.02.12-.115.26-.297.348a7.493 7.493 0 0 0-.986.57c-.166.115-.334.126-.45.083L6.3 5.508a1.875 1.875 0 0 0-2.282.819l-.922 1.597a1.875 1.875 0 0 0 .432 2.385l.84.692c.095.078.17.229.154.43a7.598 7.598 0 0 0 0 1.139c.015.2-.059.352-.153.43l-.841.692a1.875 1.875 0 0 0-.432 2.385l.922 1.597a1.875 1.875 0 0 0 2.282.818l1.019-.382c.115-.043.283-.031.45.082.312.214.641.405.985.57.182.088.277.228.297.35l.178 1.071c.151.904.933 1.567 1.85 1.567h1.844c.916 0 1.699-.663 1.85-1.567l.178-1.072c.02-.12.114-.26.297-.349.344-.165.673-.356.985-.57.167-.114.335-.125.45-.082l1.02.382a1.875 1.875 0 0 0 2.28-.819l.923-1.597a1.875 1.875 0 0 0-.432-2.385l-.84-.692c-.095-.078-.17-.229-.154-.43a7.614 7.614 0 0 0 0-1.139c-.016-.2.059-.352.153-.43l.84-.692c.708-.582.891-1.59.433-2.385l-.922-1.597a1.875 1.875 0 0 0-2.282-.818l-1.02.382c-.114.043-.282.031-.449-.083a7.49 7.49 0 0 0-.985-.57c-.183-.087-.277-.227-.297-.348l-.179-1.072a1.875 1.875 0 0 0-1.85-1.567h-1.843ZM12 15.75a3.75 3.75 0 1 0 0-7.5 3.75 3.75 0 0 0 0 7.5Z", clipRule: "evenodd" }))); };
547
3327
 
548
- var SvgCommandLine = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
549
- React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2.25 6a3 3 0 0 1 3-3h13.5a3 3 0 0 1 3 3v12a3 3 0 0 1-3 3H5.25a3 3 0 0 1-3-3V6Zm3.97.97a.75.75 0 0 1 1.06 0l2.25 2.25a.75.75 0 0 1 0 1.06l-2.25 2.25a.75.75 0 0 1-1.06-1.06l1.72-1.72-1.72-1.72a.75.75 0 0 1 0-1.06Zm4.28 4.28a.75.75 0 0 0 0 1.5h3a.75.75 0 0 0 0-1.5h-3Z", clipRule: "evenodd" }))); };
3328
+ var SvgCommandLine = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
3329
+ reactExports.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2.25 6a3 3 0 0 1 3-3h13.5a3 3 0 0 1 3 3v12a3 3 0 0 1-3 3H5.25a3 3 0 0 1-3-3V6Zm3.97.97a.75.75 0 0 1 1.06 0l2.25 2.25a.75.75 0 0 1 0 1.06l-2.25 2.25a.75.75 0 0 1-1.06-1.06l1.72-1.72-1.72-1.72a.75.75 0 0 1 0-1.06Zm4.28 4.28a.75.75 0 0 0 0 1.5h3a.75.75 0 0 0 0-1.5h-3Z", clipRule: "evenodd" }))); };
550
3330
 
551
- var SvgDocumentPlus = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
552
- React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M5.625 1.5H9a3.75 3.75 0 0 1 3.75 3.75v1.875c0 1.036.84 1.875 1.875 1.875H16.5a3.75 3.75 0 0 1 3.75 3.75v7.875c0 1.035-.84 1.875-1.875 1.875H5.625a1.875 1.875 0 0 1-1.875-1.875V3.375c0-1.036.84-1.875 1.875-1.875ZM12.75 12a.75.75 0 0 0-1.5 0v2.25H9a.75.75 0 0 0 0 1.5h2.25V18a.75.75 0 0 0 1.5 0v-2.25H15a.75.75 0 0 0 0-1.5h-2.25V12Z", clipRule: "evenodd" }),
553
- React__namespace.createElement("path", { fill: "currentColor", d: "M14.25 5.25a5.23 5.23 0 0 0-1.279-3.434 9.768 9.768 0 0 1 6.963 6.963A5.23 5.23 0 0 0 16.5 7.5h-1.875a.375.375 0 0 1-.375-.375V5.25Z" }))); };
3331
+ var SvgDocumentPlus = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
3332
+ reactExports.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M5.625 1.5H9a3.75 3.75 0 0 1 3.75 3.75v1.875c0 1.036.84 1.875 1.875 1.875H16.5a3.75 3.75 0 0 1 3.75 3.75v7.875c0 1.035-.84 1.875-1.875 1.875H5.625a1.875 1.875 0 0 1-1.875-1.875V3.375c0-1.036.84-1.875 1.875-1.875ZM12.75 12a.75.75 0 0 0-1.5 0v2.25H9a.75.75 0 0 0 0 1.5h2.25V18a.75.75 0 0 0 1.5 0v-2.25H15a.75.75 0 0 0 0-1.5h-2.25V12Z", clipRule: "evenodd" }),
3333
+ reactExports.createElement("path", { fill: "currentColor", d: "M14.25 5.25a5.23 5.23 0 0 0-1.279-3.434 9.768 9.768 0 0 1 6.963 6.963A5.23 5.23 0 0 0 16.5 7.5h-1.875a.375.375 0 0 1-.375-.375V5.25Z" }))); };
554
3334
 
555
- var SvgDocumentText = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
556
- React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M5.625 1.5c-1.036 0-1.875.84-1.875 1.875v17.25c0 1.035.84 1.875 1.875 1.875h12.75c1.035 0 1.875-.84 1.875-1.875V12.75A3.75 3.75 0 0 0 16.5 9h-1.875a1.875 1.875 0 0 1-1.875-1.875V5.25A3.75 3.75 0 0 0 9 1.5H5.625ZM7.5 15a.75.75 0 0 1 .75-.75h7.5a.75.75 0 0 1 0 1.5h-7.5A.75.75 0 0 1 7.5 15Zm.75 2.25a.75.75 0 0 0 0 1.5H12a.75.75 0 0 0 0-1.5H8.25Z", clipRule: "evenodd" }),
557
- React__namespace.createElement("path", { fill: "currentColor", d: "M12.971 1.816A5.23 5.23 0 0 1 14.25 5.25v1.875c0 .207.168.375.375.375H16.5a5.23 5.23 0 0 1 3.434 1.279 9.768 9.768 0 0 0-6.963-6.963Z" }))); };
3335
+ var SvgDocumentText = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
3336
+ reactExports.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M5.625 1.5c-1.036 0-1.875.84-1.875 1.875v17.25c0 1.035.84 1.875 1.875 1.875h12.75c1.035 0 1.875-.84 1.875-1.875V12.75A3.75 3.75 0 0 0 16.5 9h-1.875a1.875 1.875 0 0 1-1.875-1.875V5.25A3.75 3.75 0 0 0 9 1.5H5.625ZM7.5 15a.75.75 0 0 1 .75-.75h7.5a.75.75 0 0 1 0 1.5h-7.5A.75.75 0 0 1 7.5 15Zm.75 2.25a.75.75 0 0 0 0 1.5H12a.75.75 0 0 0 0-1.5H8.25Z", clipRule: "evenodd" }),
3337
+ reactExports.createElement("path", { fill: "currentColor", d: "M12.971 1.816A5.23 5.23 0 0 1 14.25 5.25v1.875c0 .207.168.375.375.375H16.5a5.23 5.23 0 0 1 3.434 1.279 9.768 9.768 0 0 0-6.963-6.963Z" }))); };
558
3338
 
559
- var SvgExclamationCircle = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
560
- React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12ZM12 8.25a.75.75 0 0 1 .75.75v3.75a.75.75 0 0 1-1.5 0V9a.75.75 0 0 1 .75-.75Zm0 8.25a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Z", clipRule: "evenodd" }))); };
3339
+ var SvgExclamationCircle = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
3340
+ reactExports.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12ZM12 8.25a.75.75 0 0 1 .75.75v3.75a.75.75 0 0 1-1.5 0V9a.75.75 0 0 1 .75-.75Zm0 8.25a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Z", clipRule: "evenodd" }))); };
561
3341
 
562
- var SvgFolderOpen = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
563
- React__namespace.createElement("path", { fill: "currentColor", d: "M19.906 9c.382 0 .749.057 1.094.162V9a3 3 0 0 0-3-3h-3.879a.75.75 0 0 1-.53-.22L11.47 3.66A2.25 2.25 0 0 0 9.879 3H6a3 3 0 0 0-3 3v3.162A3.756 3.756 0 0 1 4.094 9h15.812ZM4.094 10.5a2.25 2.25 0 0 0-2.227 2.568l.857 6A2.25 2.25 0 0 0 4.951 21H19.05a2.25 2.25 0 0 0 2.227-1.932l.857-6a2.25 2.25 0 0 0-2.227-2.568H4.094Z" }))); };
3342
+ var SvgFolderOpen = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
3343
+ reactExports.createElement("path", { fill: "currentColor", d: "M19.906 9c.382 0 .749.057 1.094.162V9a3 3 0 0 0-3-3h-3.879a.75.75 0 0 1-.53-.22L11.47 3.66A2.25 2.25 0 0 0 9.879 3H6a3 3 0 0 0-3 3v3.162A3.756 3.756 0 0 1 4.094 9h15.812ZM4.094 10.5a2.25 2.25 0 0 0-2.227 2.568l.857 6A2.25 2.25 0 0 0 4.951 21H19.05a2.25 2.25 0 0 0 2.227-1.932l.857-6a2.25 2.25 0 0 0-2.227-2.568H4.094Z" }))); };
564
3344
 
565
- var SvgHandThumbDown = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
566
- React__namespace.createElement("path", { fill: "currentColor", d: "M15.73 5.5h1.035A7.465 7.465 0 0 1 18 9.625a7.465 7.465 0 0 1-1.235 4.125h-.148c-.806 0-1.534.446-2.031 1.08a9.04 9.04 0 0 1-2.861 2.4c-.723.384-1.35.956-1.653 1.715a4.499 4.499 0 0 0-.322 1.672v.633A.75.75 0 0 1 9 22a2.25 2.25 0 0 1-2.25-2.25c0-1.152.26-2.243.723-3.218.266-.558-.107-1.282-.725-1.282H3.622c-1.026 0-1.945-.694-2.054-1.715A12.137 12.137 0 0 1 1.5 12.25c0-2.848.992-5.464 2.649-7.521C4.537 4.247 5.136 4 5.754 4H9.77a4.5 4.5 0 0 1 1.423.23l3.114 1.04a4.5 4.5 0 0 0 1.423.23ZM21.669 14.023c.536-1.362.831-2.845.831-4.398 0-1.22-.182-2.398-.52-3.507-.26-.85-1.084-1.368-1.973-1.368H19.1c-.445 0-.72.498-.523.898.591 1.2.924 2.55.924 3.977a8.958 8.958 0 0 1-1.302 4.666c-.245.403.028.959.5.959h1.053c.832 0 1.612-.453 1.918-1.227Z" }))); };
3345
+ var SvgHandThumbDown = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
3346
+ reactExports.createElement("path", { fill: "currentColor", d: "M15.73 5.5h1.035A7.465 7.465 0 0 1 18 9.625a7.465 7.465 0 0 1-1.235 4.125h-.148c-.806 0-1.534.446-2.031 1.08a9.04 9.04 0 0 1-2.861 2.4c-.723.384-1.35.956-1.653 1.715a4.499 4.499 0 0 0-.322 1.672v.633A.75.75 0 0 1 9 22a2.25 2.25 0 0 1-2.25-2.25c0-1.152.26-2.243.723-3.218.266-.558-.107-1.282-.725-1.282H3.622c-1.026 0-1.945-.694-2.054-1.715A12.137 12.137 0 0 1 1.5 12.25c0-2.848.992-5.464 2.649-7.521C4.537 4.247 5.136 4 5.754 4H9.77a4.5 4.5 0 0 1 1.423.23l3.114 1.04a4.5 4.5 0 0 0 1.423.23ZM21.669 14.023c.536-1.362.831-2.845.831-4.398 0-1.22-.182-2.398-.52-3.507-.26-.85-1.084-1.368-1.973-1.368H19.1c-.445 0-.72.498-.523.898.591 1.2.924 2.55.924 3.977a8.958 8.958 0 0 1-1.302 4.666c-.245.403.028.959.5.959h1.053c.832 0 1.612-.453 1.918-1.227Z" }))); };
567
3347
 
568
- var SvgHandThumbUp = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
569
- React__namespace.createElement("path", { fill: "currentColor", d: "M7.493 18.5c-.425 0-.82-.236-.975-.632A7.48 7.48 0 0 1 6 15.125c0-1.75.599-3.358 1.602-4.634.151-.192.373-.309.6-.397.473-.183.89-.514 1.212-.924a9.042 9.042 0 0 1 2.861-2.4c.723-.384 1.35-.956 1.653-1.715a4.498 4.498 0 0 0 .322-1.672V2.75A.75.75 0 0 1 15 2a2.25 2.25 0 0 1 2.25 2.25c0 1.152-.26 2.243-.723 3.218-.266.558.107 1.282.725 1.282h3.126c1.026 0 1.945.694 2.054 1.715.045.422.068.85.068 1.285a11.95 11.95 0 0 1-2.649 7.521c-.388.482-.987.729-1.605.729H14.23c-.483 0-.964-.078-1.423-.23l-3.114-1.04a4.501 4.501 0 0 0-1.423-.23h-.777ZM2.331 10.727a11.969 11.969 0 0 0-.831 4.398 12 12 0 0 0 .52 3.507C2.28 19.482 3.105 20 3.994 20H4.9c.445 0 .72-.498.523-.898a8.963 8.963 0 0 1-.924-3.977c0-1.708.476-3.305 1.302-4.666.245-.403-.028-.959-.5-.959H4.25c-.832 0-1.612.453-1.918 1.227Z" }))); };
3348
+ var SvgHandThumbUp = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
3349
+ reactExports.createElement("path", { fill: "currentColor", d: "M7.493 18.5c-.425 0-.82-.236-.975-.632A7.48 7.48 0 0 1 6 15.125c0-1.75.599-3.358 1.602-4.634.151-.192.373-.309.6-.397.473-.183.89-.514 1.212-.924a9.042 9.042 0 0 1 2.861-2.4c.723-.384 1.35-.956 1.653-1.715a4.498 4.498 0 0 0 .322-1.672V2.75A.75.75 0 0 1 15 2a2.25 2.25 0 0 1 2.25 2.25c0 1.152-.26 2.243-.723 3.218-.266.558.107 1.282.725 1.282h3.126c1.026 0 1.945.694 2.054 1.715.045.422.068.85.068 1.285a11.95 11.95 0 0 1-2.649 7.521c-.388.482-.987.729-1.605.729H14.23c-.483 0-.964-.078-1.423-.23l-3.114-1.04a4.501 4.501 0 0 0-1.423-.23h-.777ZM2.331 10.727a11.969 11.969 0 0 0-.831 4.398 12 12 0 0 0 .52 3.507C2.28 19.482 3.105 20 3.994 20H4.9c.445 0 .72-.498.523-.898a8.963 8.963 0 0 1-.924-3.977c0-1.708.476-3.305 1.302-4.666.245-.403-.028-.959-.5-.959H4.25c-.832 0-1.612.453-1.918 1.227Z" }))); };
570
3350
 
571
- var SvgInformationCircle = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
572
- React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12Zm8.706-1.442c1.146-.573 2.437.463 2.126 1.706l-.709 2.836.042-.02a.75.75 0 0 1 .67 1.34l-.04.022c-1.147.573-2.438-.463-2.127-1.706l.71-2.836-.042.02a.75.75 0 1 1-.671-1.34l.041-.022ZM12 9a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Z", clipRule: "evenodd" }))); };
3351
+ var SvgInformationCircle = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
3352
+ reactExports.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12Zm8.706-1.442c1.146-.573 2.437.463 2.126 1.706l-.709 2.836.042-.02a.75.75 0 0 1 .67 1.34l-.04.022c-1.147.573-2.438-.463-2.127-1.706l.71-2.836-.042.02a.75.75 0 1 1-.671-1.34l.041-.022ZM12 9a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Z", clipRule: "evenodd" }))); };
573
3353
 
574
- var SvgKey = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
575
- React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M15.75 1.5a6.75 6.75 0 0 0-6.651 7.906c.067.39-.032.717-.221.906l-6.5 6.499a3 3 0 0 0-.878 2.121v2.818c0 .414.336.75.75.75H6a.75.75 0 0 0 .75-.75v-1.5h1.5A.75.75 0 0 0 9 19.5V18h1.5a.75.75 0 0 0 .53-.22l2.658-2.658c.19-.189.517-.288.906-.22A6.75 6.75 0 1 0 15.75 1.5Zm0 3a.75.75 0 0 0 0 1.5A2.25 2.25 0 0 1 18 8.25a.75.75 0 0 0 1.5 0 3.75 3.75 0 0 0-3.75-3.75Z", clipRule: "evenodd" }))); };
3354
+ var SvgKey = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
3355
+ reactExports.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M15.75 1.5a6.75 6.75 0 0 0-6.651 7.906c.067.39-.032.717-.221.906l-6.5 6.499a3 3 0 0 0-.878 2.121v2.818c0 .414.336.75.75.75H6a.75.75 0 0 0 .75-.75v-1.5h1.5A.75.75 0 0 0 9 19.5V18h1.5a.75.75 0 0 0 .53-.22l2.658-2.658c.19-.189.517-.288.906-.22A6.75 6.75 0 1 0 15.75 1.5Zm0 3a.75.75 0 0 0 0 1.5A2.25 2.25 0 0 1 18 8.25a.75.75 0 0 0 1.5 0 3.75 3.75 0 0 0-3.75-3.75Z", clipRule: "evenodd" }))); };
576
3356
 
577
- var SvgMagnifyingGlass = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
578
- React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M10.5 3.75a6.75 6.75 0 1 0 0 13.5 6.75 6.75 0 0 0 0-13.5ZM2.25 10.5a8.25 8.25 0 1 1 14.59 5.28l4.69 4.69a.75.75 0 1 1-1.06 1.06l-4.69-4.69A8.25 8.25 0 0 1 2.25 10.5Z", clipRule: "evenodd" }))); };
3357
+ var SvgMagnifyingGlass = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
3358
+ reactExports.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M10.5 3.75a6.75 6.75 0 1 0 0 13.5 6.75 6.75 0 0 0 0-13.5ZM2.25 10.5a8.25 8.25 0 1 1 14.59 5.28l4.69 4.69a.75.75 0 1 1-1.06 1.06l-4.69-4.69A8.25 8.25 0 0 1 2.25 10.5Z", clipRule: "evenodd" }))); };
579
3359
 
580
- var SvgPaperAirplane = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
581
- React__namespace.createElement("path", { fill: "currentColor", d: "M3.478 2.404a.75.75 0 0 0-.926.941l2.432 7.905H13.5a.75.75 0 0 1 0 1.5H4.984l-2.432 7.905a.75.75 0 0 0 .926.94 60.519 60.519 0 0 0 18.445-8.986.75.75 0 0 0 0-1.218A60.517 60.517 0 0 0 3.478 2.404Z" }))); };
3360
+ var SvgPaperAirplane = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
3361
+ reactExports.createElement("path", { fill: "currentColor", d: "M3.478 2.404a.75.75 0 0 0-.926.941l2.432 7.905H13.5a.75.75 0 0 1 0 1.5H4.984l-2.432 7.905a.75.75 0 0 0 .926.94 60.519 60.519 0 0 0 18.445-8.986.75.75 0 0 0 0-1.218A60.517 60.517 0 0 0 3.478 2.404Z" }))); };
582
3362
 
583
- var SvgPencilSquare = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
584
- React__namespace.createElement("path", { fill: "currentColor", d: "M21.731 2.269a2.625 2.625 0 0 0-3.712 0l-1.157 1.157 3.712 3.712 1.157-1.157a2.625 2.625 0 0 0 0-3.712ZM19.513 8.199l-3.712-3.712-8.4 8.4a5.25 5.25 0 0 0-1.32 2.214l-.8 2.685a.75.75 0 0 0 .933.933l2.685-.8a5.25 5.25 0 0 0 2.214-1.32l8.4-8.4Z" }),
585
- React__namespace.createElement("path", { fill: "currentColor", d: "M5.25 5.25a3 3 0 0 0-3 3v10.5a3 3 0 0 0 3 3h10.5a3 3 0 0 0 3-3V13.5a.75.75 0 0 0-1.5 0v5.25a1.5 1.5 0 0 1-1.5 1.5H5.25a1.5 1.5 0 0 1-1.5-1.5V8.25a1.5 1.5 0 0 1 1.5-1.5h5.25a.75.75 0 0 0 0-1.5H5.25Z" }))); };
3363
+ var SvgPencilSquare = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
3364
+ reactExports.createElement("path", { fill: "currentColor", d: "M21.731 2.269a2.625 2.625 0 0 0-3.712 0l-1.157 1.157 3.712 3.712 1.157-1.157a2.625 2.625 0 0 0 0-3.712ZM19.513 8.199l-3.712-3.712-8.4 8.4a5.25 5.25 0 0 0-1.32 2.214l-.8 2.685a.75.75 0 0 0 .933.933l2.685-.8a5.25 5.25 0 0 0 2.214-1.32l8.4-8.4Z" }),
3365
+ reactExports.createElement("path", { fill: "currentColor", d: "M5.25 5.25a3 3 0 0 0-3 3v10.5a3 3 0 0 0 3 3h10.5a3 3 0 0 0 3-3V13.5a.75.75 0 0 0-1.5 0v5.25a1.5 1.5 0 0 1-1.5 1.5H5.25a1.5 1.5 0 0 1-1.5-1.5V8.25a1.5 1.5 0 0 1 1.5-1.5h5.25a.75.75 0 0 0 0-1.5H5.25Z" }))); };
586
3366
 
587
- var SvgPlus = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
588
- React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12 3.75a.75.75 0 0 1 .75.75v6.75h6.75a.75.75 0 0 1 0 1.5h-6.75v6.75a.75.75 0 0 1-1.5 0v-6.75H4.5a.75.75 0 0 1 0-1.5h6.75V4.5a.75.75 0 0 1 .75-.75Z", clipRule: "evenodd" }))); };
3367
+ var SvgPlus = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
3368
+ reactExports.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12 3.75a.75.75 0 0 1 .75.75v6.75h6.75a.75.75 0 0 1 0 1.5h-6.75v6.75a.75.75 0 0 1-1.5 0v-6.75H4.5a.75.75 0 0 1 0-1.5h6.75V4.5a.75.75 0 0 1 .75-.75Z", clipRule: "evenodd" }))); };
589
3369
 
590
- var SvgQuestionMarkCircle = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
591
- React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12Zm11.378-3.917c-.89-.777-2.366-.777-3.255 0a.75.75 0 0 1-.988-1.129c1.454-1.272 3.776-1.272 5.23 0 1.513 1.324 1.513 3.518 0 4.842a3.75 3.75 0 0 1-.837.552c-.676.328-1.028.774-1.028 1.152v.75a.75.75 0 0 1-1.5 0v-.75c0-1.279 1.06-2.107 1.875-2.502.182-.088.351-.199.503-.331.83-.727.83-1.857 0-2.584ZM12 18a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Z", clipRule: "evenodd" }))); };
3370
+ var SvgQuestionMarkCircle = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
3371
+ reactExports.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12Zm11.378-3.917c-.89-.777-2.366-.777-3.255 0a.75.75 0 0 1-.988-1.129c1.454-1.272 3.776-1.272 5.23 0 1.513 1.324 1.513 3.518 0 4.842a3.75 3.75 0 0 1-.837.552c-.676.328-1.028.774-1.028 1.152v.75a.75.75 0 0 1-1.5 0v-.75c0-1.279 1.06-2.107 1.875-2.502.182-.088.351-.199.503-.331.83-.727.83-1.857 0-2.584ZM12 18a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Z", clipRule: "evenodd" }))); };
592
3372
 
593
- var SvgServer = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
594
- React__namespace.createElement("path", { fill: "currentColor", d: "M4.08 5.227A3 3 0 0 1 6.979 3H17.02a3 3 0 0 1 2.9 2.227l2.113 7.926A5.228 5.228 0 0 0 18.75 12H5.25a5.228 5.228 0 0 0-3.284 1.153L4.08 5.227Z" }),
595
- React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M5.25 13.5a3.75 3.75 0 1 0 0 7.5h13.5a3.75 3.75 0 1 0 0-7.5H5.25Zm10.5 4.5a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Zm3.75-.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Z", clipRule: "evenodd" }))); };
3373
+ var SvgServer = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
3374
+ reactExports.createElement("path", { fill: "currentColor", d: "M4.08 5.227A3 3 0 0 1 6.979 3H17.02a3 3 0 0 1 2.9 2.227l2.113 7.926A5.228 5.228 0 0 0 18.75 12H5.25a5.228 5.228 0 0 0-3.284 1.153L4.08 5.227Z" }),
3375
+ reactExports.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M5.25 13.5a3.75 3.75 0 1 0 0 7.5h13.5a3.75 3.75 0 1 0 0-7.5H5.25Zm10.5 4.5a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Zm3.75-.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Z", clipRule: "evenodd" }))); };
596
3376
 
597
- var SvgSquare3Stack3D = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
598
- React__namespace.createElement("path", { fill: "currentColor", d: "M11.644 1.59a.75.75 0 0 1 .712 0l9.75 5.25a.75.75 0 0 1 0 1.32l-9.75 5.25a.75.75 0 0 1-.712 0l-9.75-5.25a.75.75 0 0 1 0-1.32l9.75-5.25Z" }),
599
- React__namespace.createElement("path", { fill: "currentColor", d: "m3.265 10.602 7.668 4.129a2.25 2.25 0 0 0 2.134 0l7.668-4.13 1.37.739a.75.75 0 0 1 0 1.32l-9.75 5.25a.75.75 0 0 1-.71 0l-9.75-5.25a.75.75 0 0 1 0-1.32l1.37-.738Z" }),
600
- React__namespace.createElement("path", { fill: "currentColor", d: "m10.933 19.231-7.668-4.13-1.37.739a.75.75 0 0 0 0 1.32l9.75 5.25c.221.12.489.12.71 0l9.75-5.25a.75.75 0 0 0 0-1.32l-1.37-.738-7.668 4.13a2.25 2.25 0 0 1-2.134-.001Z" }))); };
3377
+ var SvgSquare3Stack3D = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
3378
+ reactExports.createElement("path", { fill: "currentColor", d: "M11.644 1.59a.75.75 0 0 1 .712 0l9.75 5.25a.75.75 0 0 1 0 1.32l-9.75 5.25a.75.75 0 0 1-.712 0l-9.75-5.25a.75.75 0 0 1 0-1.32l9.75-5.25Z" }),
3379
+ reactExports.createElement("path", { fill: "currentColor", d: "m3.265 10.602 7.668 4.129a2.25 2.25 0 0 0 2.134 0l7.668-4.13 1.37.739a.75.75 0 0 1 0 1.32l-9.75 5.25a.75.75 0 0 1-.71 0l-9.75-5.25a.75.75 0 0 1 0-1.32l1.37-.738Z" }),
3380
+ reactExports.createElement("path", { fill: "currentColor", d: "m10.933 19.231-7.668-4.13-1.37.739a.75.75 0 0 0 0 1.32l9.75 5.25c.221.12.489.12.71 0l9.75-5.25a.75.75 0 0 0 0-1.32l-1.37-.738-7.668 4.13a2.25 2.25 0 0 1-2.134-.001Z" }))); };
601
3381
 
602
- var SvgXCircle = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
603
- React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25Zm-1.72 6.97a.75.75 0 1 0-1.06 1.06L10.94 12l-1.72 1.72a.75.75 0 1 0 1.06 1.06L12 13.06l1.72 1.72a.75.75 0 1 0 1.06-1.06L13.06 12l1.72-1.72a.75.75 0 1 0-1.06-1.06L12 10.94l-1.72-1.72Z", clipRule: "evenodd" }))); };
3382
+ var SvgXCircle = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
3383
+ reactExports.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25Zm-1.72 6.97a.75.75 0 1 0-1.06 1.06L10.94 12l-1.72 1.72a.75.75 0 1 0 1.06 1.06L12 13.06l1.72 1.72a.75.75 0 1 0 1.06-1.06L13.06 12l1.72-1.72a.75.75 0 1 0-1.06-1.06L12 10.94l-1.72-1.72Z", clipRule: "evenodd" }))); };
604
3384
 
605
- var SvgXMark = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
606
- React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M5.47 5.47a.75.75 0 0 1 1.06 0L12 10.94l5.47-5.47a.75.75 0 1 1 1.06 1.06L13.06 12l5.47 5.47a.75.75 0 1 1-1.06 1.06L12 13.06l-5.47 5.47a.75.75 0 0 1-1.06-1.06L10.94 12 5.47 6.53a.75.75 0 0 1 0-1.06Z", clipRule: "evenodd" }))); };
3385
+ var SvgXMark = function (props) { return (reactExports.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props),
3386
+ reactExports.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M5.47 5.47a.75.75 0 0 1 1.06 0L12 10.94l5.47-5.47a.75.75 0 1 1 1.06 1.06L13.06 12l5.47 5.47a.75.75 0 1 1-1.06 1.06L12 13.06l-5.47 5.47a.75.75 0 0 1-1.06-1.06L10.94 12 5.47 6.53a.75.75 0 0 1 0-1.06Z", clipRule: "evenodd" }))); };
607
3387
 
608
3388
  exports.ArrowUpOnSquareIcon = SvgArrowUpOnSquare$2;
609
3389
  exports.ArrowUpOnSquareSolidIcon = SvgArrowUpOnSquare;