@envive-ai/react-widgets 0.1.2 → 0.1.3
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/SearchResults/SearchResults.cjs +86 -0
- package/dist/SearchResults/SearchResults.js +84 -0
- package/dist/SearchResults/SearchResultsWidget.cjs +34 -0
- package/dist/SearchResults/SearchResultsWidget.js +33 -0
- package/dist/SearchResults/index.cjs +2 -122
- package/dist/SearchResults/index.d.cts +2 -0
- package/dist/SearchResults/index.d.ts +2 -0
- package/dist/SearchResults/index.js +1 -119
- package/dist/SearchResults/withSearchResults.cjs +18 -0
- package/dist/SearchResults/withSearchResults.js +17 -0
- package/dist/SearchZeroState/SearchIcon.cjs +48 -0
- package/dist/SearchZeroState/SearchIcon.js +45 -0
- package/dist/SearchZeroState/SearchOverlay.cjs +42 -0
- package/dist/SearchZeroState/SearchOverlay.js +39 -0
- package/dist/SearchZeroState/SearchZeroState.cjs +173 -0
- package/dist/SearchZeroState/SearchZeroState.d.cts +7 -0
- package/dist/SearchZeroState/SearchZeroState.d.ts +7 -0
- package/dist/SearchZeroState/SearchZeroState.js +171 -0
- package/dist/SearchZeroState/SearchZeroStateWidget.cjs +23 -0
- package/dist/SearchZeroState/SearchZeroStateWidget.d.cts +15 -0
- package/dist/SearchZeroState/SearchZeroStateWidget.d.ts +15 -0
- package/dist/SearchZeroState/SearchZeroStateWidget.js +22 -0
- package/dist/SearchZeroState/components/RecommendedProducts.cjs +74 -0
- package/dist/SearchZeroState/components/RecommendedProducts.js +72 -0
- package/dist/SearchZeroState/index.cjs +4 -3070
- package/dist/SearchZeroState/index.d.cts +4 -0
- package/dist/SearchZeroState/index.d.ts +4 -0
- package/dist/SearchZeroState/index.js +2 -3065
- package/dist/SearchZeroState/overlay/overlayHostLocator.cjs +21 -0
- package/dist/SearchZeroState/overlay/overlayHostLocator.js +20 -0
- package/dist/SearchZeroState/types.d.cts +10 -0
- package/dist/SearchZeroState/types.d.ts +10 -0
- package/dist/SearchZeroState/zeroStateSearchVariants.cjs +21 -0
- package/dist/SearchZeroState/zeroStateSearchVariants.js +20 -0
- package/dist/SuggestionBar/SuggestionBar.cjs +74 -0
- package/dist/SuggestionBar/{index-DZU9kbWS.d.cts → SuggestionBar.d.cts} +4 -9
- package/dist/SuggestionBar/{index-DyXd4-b7.d.ts → SuggestionBar.d.ts} +6 -11
- package/dist/{SuggestionBar-BHAXhgcd.js → SuggestionBar/SuggestionBar.js} +7 -59
- package/dist/SuggestionBar/index.cjs +3 -3
- package/dist/SuggestionBar/index.d.cts +3 -0
- package/dist/SuggestionBar/index.d.ts +3 -0
- package/dist/SuggestionBar/index.js +2 -2
- package/dist/SuggestionBar/types.cjs +10 -0
- package/dist/SuggestionBar/types.d.cts +7 -0
- package/dist/SuggestionBar/types.d.ts +7 -0
- package/dist/SuggestionBar/types.js +9 -0
- package/dist/SuggestionButtonContainer/SuggestionButtonContainer.cjs +76 -0
- package/dist/SuggestionButtonContainer/SuggestionButtonContainer.d.cts +6 -0
- package/dist/SuggestionButtonContainer/SuggestionButtonContainer.d.ts +6 -0
- package/dist/{SuggestionButtonContainer-s2e9YGW_.js → SuggestionButtonContainer/SuggestionButtonContainer.js} +6 -98
- package/dist/SuggestionButtonContainer/index.cjs +1 -1
- package/dist/SuggestionButtonContainer/index.d.cts +3 -0
- package/dist/SuggestionButtonContainer/index.d.ts +3 -0
- package/dist/SuggestionButtonContainer/index.js +1 -1
- package/dist/SuggestionButtonContainer/{index-B_X537jw.d.cts → types.d.cts} +1 -4
- package/dist/SuggestionButtonContainer/{index-vwelzDzM.d.ts → types.d.ts} +1 -4
- package/dist/{chunk-DSlc6foC.cjs → _virtual/rolldown_runtime.cjs} +2 -12
- package/dist/node_modules/react-icons/lib/iconBase.cjs +121 -0
- package/dist/node_modules/react-icons/lib/iconBase.js +119 -0
- package/dist/node_modules/react-icons/lib/iconContext.cjs +17 -0
- package/dist/node_modules/react-icons/lib/iconContext.js +14 -0
- package/dist/node_modules/react-icons/md/index.cjs +35 -0
- package/dist/node_modules/react-icons/md/index.js +35 -0
- package/dist/{SuggestionBar-CK5aU2bb.cjs → node_modules/react-indiana-drag-scroll/dist/index.cjs} +6 -132
- package/dist/node_modules/uuid/dist/native.js +6 -0
- package/dist/node_modules/uuid/dist/rng.js +13 -0
- package/dist/node_modules/uuid/dist/stringify.js +9 -0
- package/dist/node_modules/uuid/dist/v4.js +27 -0
- package/dist/node_modules/uuid/dist-node/native.cjs +8 -0
- package/dist/node_modules/uuid/dist-node/rng.cjs +16 -0
- package/dist/node_modules/uuid/dist-node/stringify.cjs +10 -0
- package/dist/node_modules/uuid/dist-node/v4.cjs +27 -0
- package/dist/packages/components/dist/components/Accordion/Accordion.cjs +80 -0
- package/dist/packages/components/dist/components/Accordion/Accordion.js +78 -0
- package/dist/packages/components/dist/components/Accordion/index.cjs +1 -0
- package/dist/packages/components/dist/components/Accordion/index.js +1 -0
- package/dist/packages/components/dist/components/AnimatedChevron/AnimatedChevron.cjs +30 -0
- package/dist/packages/components/dist/components/AnimatedChevron/AnimatedChevron.js +29 -0
- package/dist/packages/components/dist/components/ButtonBase/ButtonBase.cjs +56 -0
- package/dist/packages/components/dist/components/ButtonBase/ButtonBase.js +54 -0
- package/dist/packages/components/dist/components/ButtonBase/index.cjs +2 -0
- package/dist/packages/components/dist/components/ButtonBase/index.js +2 -0
- package/dist/packages/components/dist/components/ButtonBase/types.cjs +11 -0
- package/dist/packages/components/dist/components/ButtonBase/types.js +10 -0
- package/dist/packages/components/dist/components/FilterScrollbar/AppliedFiltersScrollbar.cjs +45 -0
- package/dist/packages/components/dist/components/FilterScrollbar/AppliedFiltersScrollbar.js +42 -0
- package/dist/packages/components/dist/components/FilterScrollbar/DynamicFiltersScrollbar.cjs +33 -0
- package/dist/packages/components/dist/components/FilterScrollbar/DynamicFiltersScrollbar.js +30 -0
- package/dist/packages/components/dist/components/ImageWithFallback/ImageWithFallback.cjs +45 -0
- package/dist/packages/components/dist/components/ImageWithFallback/ImageWithFallback.js +42 -0
- package/dist/packages/components/dist/components/ImageWithFallback/index.cjs +1 -0
- package/dist/packages/components/dist/components/ImageWithFallback/index.js +1 -0
- package/dist/packages/components/dist/components/ModalSheet/ModalSheet.cjs +30 -0
- package/dist/packages/components/dist/components/ModalSheet/ModalSheet.js +29 -0
- package/dist/packages/components/dist/components/ModalSheet/desktop/desktopHeader.cjs +26 -0
- package/dist/packages/components/dist/components/ModalSheet/desktop/desktopHeader.js +24 -0
- package/dist/packages/components/dist/components/ModalSheet/desktop/index.cjs +122 -0
- package/dist/packages/components/dist/components/ModalSheet/desktop/index.js +120 -0
- package/dist/packages/components/dist/components/ModalSheet/index.cjs +1 -0
- package/dist/packages/components/dist/components/ModalSheet/index.js +1 -0
- package/dist/packages/components/dist/components/ModalSheet/mobile/index.cjs +116 -0
- package/dist/packages/components/dist/components/ModalSheet/mobile/index.js +114 -0
- package/dist/packages/components/dist/components/ModalSheet/mobile/mobileHeader.cjs +38 -0
- package/dist/packages/components/dist/components/ModalSheet/mobile/mobileHeader.js +36 -0
- package/dist/packages/components/dist/components/ProductCard/ProductCard.cjs +153 -0
- package/dist/packages/components/dist/components/ProductCard/ProductCard.js +149 -0
- package/dist/packages/components/dist/components/ProductCard/ProductCardSkeleton.cjs +33 -0
- package/dist/packages/components/dist/components/ProductCard/ProductCardSkeleton.js +31 -0
- package/dist/packages/components/dist/components/ProductCard/index.cjs +4 -0
- package/dist/packages/components/dist/components/ProductCard/index.js +4 -0
- package/dist/packages/components/dist/components/ProductCard/productCardVariants.cjs +49 -0
- package/dist/packages/components/dist/components/ProductCard/productCardVariants.js +45 -0
- package/dist/packages/components/dist/components/ProductCard/types.cjs +10 -0
- package/dist/packages/components/dist/components/ProductCard/types.js +9 -0
- package/dist/packages/components/dist/components/ProductGrid/ProductGrid.cjs +43 -0
- package/dist/packages/components/dist/components/ProductGrid/ProductGrid.js +41 -0
- package/dist/packages/components/dist/components/ProductGrid/index.cjs +2 -0
- package/dist/packages/components/dist/components/ProductGrid/index.js +2 -0
- package/dist/packages/components/dist/components/ProductGrid/productGridVariants.cjs +21 -0
- package/dist/packages/components/dist/components/ProductGrid/productGridVariants.js +20 -0
- package/dist/packages/components/dist/components/RadioButton/RadioButton.cjs +74 -0
- package/dist/packages/components/dist/components/RadioButton/RadioButton.js +72 -0
- package/dist/packages/components/dist/components/RadioButton/index.cjs +1 -0
- package/dist/packages/components/dist/components/RadioButton/index.js +1 -0
- package/dist/packages/components/dist/components/RadioButtonGroup/RadioButtonGroup.cjs +42 -0
- package/dist/packages/components/dist/components/RadioButtonGroup/RadioButtonGroup.js +39 -0
- package/dist/packages/components/dist/components/RadioButtonGroup/index.cjs +1 -0
- package/dist/packages/components/dist/components/RadioButtonGroup/index.js +1 -0
- package/dist/packages/components/dist/components/RecommendedProducts/RecommendedProducts.cjs +53 -0
- package/dist/packages/components/dist/components/RecommendedProducts/RecommendedProducts.js +51 -0
- package/dist/packages/components/dist/components/RecommendedProducts/index.cjs +3 -0
- package/dist/packages/components/dist/components/RecommendedProducts/index.js +3 -0
- package/dist/packages/components/dist/components/SearchAutocomplete/SearchAutocomplete.cjs +72 -0
- package/dist/packages/components/dist/components/SearchAutocomplete/SearchAutocomplete.js +69 -0
- package/dist/packages/components/dist/components/SearchAutocomplete/index.cjs +1 -0
- package/dist/packages/components/dist/components/SearchAutocomplete/index.js +1 -0
- package/dist/packages/components/dist/components/SearchFilter/SearchFilter.cjs +134 -0
- package/dist/packages/components/dist/components/SearchFilter/SearchFilter.js +132 -0
- package/dist/packages/components/dist/components/SearchFilter/SearchFilterFooter.cjs +48 -0
- package/dist/packages/components/dist/components/SearchFilter/SearchFilterFooter.js +46 -0
- package/dist/packages/components/dist/components/SearchFilter/SearchFilterHeader.cjs +42 -0
- package/dist/packages/components/dist/components/SearchFilter/SearchFilterHeader.js +40 -0
- package/dist/packages/components/dist/components/SearchFilter/SearchFilterItem.cjs +6 -0
- package/dist/packages/components/dist/components/SearchFilter/SearchFilterItem.js +4 -0
- package/dist/packages/components/dist/components/SearchFilter/index.cjs +5 -0
- package/dist/packages/components/dist/components/SearchFilter/index.js +5 -0
- package/dist/packages/components/dist/components/SearchFilter/useHasFilterStateChanged.cjs +27 -0
- package/dist/packages/components/dist/components/SearchFilter/useHasFilterStateChanged.js +26 -0
- package/dist/packages/components/dist/components/SearchFilter/utils.cjs +11 -0
- package/dist/packages/components/dist/components/SearchFilter/utils.js +9 -0
- package/dist/packages/components/dist/components/SearchInput/SearchInput.cjs +81 -0
- package/dist/packages/components/dist/components/SearchInput/SearchInput.js +78 -0
- package/dist/packages/components/dist/components/SearchInput/index.cjs +2 -0
- package/dist/packages/components/dist/components/SearchInput/index.js +2 -0
- package/dist/packages/components/dist/components/SearchInput/searchInputVariants.cjs +15 -0
- package/dist/packages/components/dist/components/SearchInput/searchInputVariants.js +15 -0
- package/dist/packages/components/dist/components/SearchInputForm/SearchInputForm.cjs +57 -0
- package/dist/packages/components/dist/components/SearchInputForm/SearchInputForm.js +55 -0
- package/dist/packages/components/dist/components/SearchInputForm/index.cjs +1 -0
- package/dist/packages/components/dist/components/SearchInputForm/index.js +1 -0
- package/dist/packages/components/dist/components/SearchResultsContent/SearchResultsContent.cjs +52 -0
- package/dist/packages/components/dist/components/SearchResultsContent/SearchResultsContent.js +50 -0
- package/dist/packages/components/dist/components/SearchResultsContent/index.cjs +1 -0
- package/dist/packages/components/dist/components/SearchResultsContent/index.js +1 -0
- package/dist/packages/components/dist/components/SearchResultsFilterButton/SearchResultsFilterButton.cjs +24 -0
- package/dist/packages/components/dist/components/SearchResultsFilterButton/SearchResultsFilterButton.js +23 -0
- package/dist/packages/components/dist/components/SearchResultsFilterButton/index.cjs +3 -0
- package/dist/packages/components/dist/components/SearchResultsFilterButton/index.js +3 -0
- package/dist/packages/components/dist/components/SearchResultsFilterModal/SearchResultsFilterModal.cjs +36 -0
- package/dist/packages/components/dist/components/SearchResultsFilterModal/SearchResultsFilterModal.js +35 -0
- package/dist/packages/components/dist/components/SearchResultsFilterModal/index.cjs +3 -0
- package/dist/packages/components/dist/components/SearchResultsFilterModal/index.js +3 -0
- package/dist/packages/components/dist/components/SearchResultsFilterSidebar/SearchResultsFilter.cjs +9 -0
- package/dist/packages/components/dist/components/SearchResultsFilterSidebar/SearchResultsFilter.js +9 -0
- package/dist/packages/components/dist/components/SearchResultsFilterSidebar/index.cjs +2 -0
- package/dist/packages/components/dist/components/SearchResultsFilterSidebar/index.js +2 -0
- package/dist/packages/components/dist/components/SearchResultsFilterSidebar/searchFilterSidebarVariants.cjs +34 -0
- package/dist/packages/components/dist/components/SearchResultsFilterSidebar/searchFilterSidebarVariants.js +34 -0
- package/dist/packages/components/dist/components/SearchResultsStates/NoSearchResultsFound.cjs +56 -0
- package/dist/packages/components/dist/components/SearchResultsStates/NoSearchResultsFound.js +54 -0
- package/dist/packages/components/dist/components/SearchResultsStates/SearchResultsGrid.cjs +53 -0
- package/dist/packages/components/dist/components/SearchResultsStates/SearchResultsGrid.js +51 -0
- package/dist/packages/components/dist/components/SearchResultsStates/SearchResultsLoadingGrid.cjs +52 -0
- package/dist/packages/components/dist/components/SearchResultsStates/SearchResultsLoadingGrid.js +51 -0
- package/dist/packages/components/dist/components/SearchResultsStates/index.cjs +3 -0
- package/dist/packages/components/dist/components/SearchResultsStates/index.js +3 -0
- package/dist/packages/components/dist/components/SearchResultsToolbar/SearchResultsToolbar.cjs +60 -0
- package/dist/packages/components/dist/components/SearchResultsToolbar/SearchResultsToolbar.js +57 -0
- package/dist/packages/components/dist/components/SearchResultsToolbar/index.cjs +3 -0
- package/dist/packages/components/dist/components/SearchResultsToolbar/index.js +3 -0
- package/dist/packages/components/dist/components/SparkleAnimation/SparkleAnimation.cjs +77 -0
- package/dist/packages/components/dist/components/SparkleAnimation/SparkleAnimation.js +75 -0
- package/dist/packages/components/dist/components/SparkleAnimation/index.cjs +2 -0
- package/dist/packages/components/dist/components/SparkleAnimation/index.js +2 -0
- package/dist/packages/components/dist/components/SparkleAnimation/types.cjs +12 -0
- package/dist/packages/components/dist/components/SparkleAnimation/types.js +11 -0
- package/dist/packages/components/dist/components/Spinner/Spinner.cjs +40 -0
- package/dist/packages/components/dist/components/Spinner/Spinner.js +38 -0
- package/dist/packages/components/dist/components/Spinner/index.cjs +1 -0
- package/dist/packages/components/dist/components/Spinner/index.js +1 -0
- package/dist/packages/components/dist/components/SuggestionButton/SuggestionButton.cjs +193 -0
- package/dist/packages/components/dist/components/SuggestionButton/SuggestionButton.js +188 -0
- package/dist/packages/components/dist/components/SuggestionButton/index.cjs +1 -0
- package/dist/packages/components/dist/components/SuggestionButton/index.js +1 -0
- package/dist/packages/components/dist/components/TextInput/TextInput.cjs +34 -0
- package/dist/packages/components/dist/components/TextInput/TextInput.js +31 -0
- package/dist/packages/components/dist/components/TextInput/index.cjs +1 -0
- package/dist/packages/components/dist/components/TextInput/index.js +1 -0
- package/dist/packages/components/dist/components/ToggleButton/ToggleButton.cjs +63 -0
- package/dist/packages/components/dist/components/ToggleButton/ToggleButton.js +61 -0
- package/dist/packages/components/dist/components/ToggleButton/index.cjs +1 -0
- package/dist/packages/components/dist/components/ToggleButton/index.js +1 -0
- package/dist/packages/components/dist/components/Typography/Typography.cjs +53 -0
- package/dist/packages/components/dist/components/Typography/Typography.js +50 -0
- package/dist/packages/components/dist/components/Typography/index.cjs +2 -0
- package/dist/packages/components/dist/components/Typography/index.js +2 -0
- package/dist/packages/components/dist/components/Typography/typographyVariantClasses.cjs +99 -0
- package/dist/packages/components/dist/components/Typography/typographyVariantClasses.js +96 -0
- package/dist/packages/components/dist/components/Typography/util.cjs +10 -0
- package/dist/packages/components/dist/components/Typography/util.js +10 -0
- package/dist/packages/components/dist/logging/logger.cjs +20 -0
- package/dist/packages/components/dist/logging/logger.js +19 -0
- package/dist/packages/components/dist/models/colorsConfig.cjs +28 -0
- package/dist/packages/components/dist/models/colorsConfig.js +26 -0
- package/dist/packages/components/dist/util/formatPrice.cjs +14 -0
- package/dist/packages/components/dist/util/formatPrice.js +13 -0
- package/dist/packages/components/dist/util/index.cjs +3 -0
- package/dist/packages/components/dist/util/index.js +3 -0
- package/dist/packages/components/dist/util/useScrollDirection.cjs +39 -0
- package/dist/packages/components/dist/util/useScrollDirection.js +38 -0
- package/dist/packages/components/dist/util/useStickyVisibility.cjs +38 -0
- package/dist/packages/components/dist/util/useStickyVisibility.js +37 -0
- package/dist/packages/icons/dist/AiSearchBold.cjs +38 -0
- package/dist/packages/icons/dist/AiSearchBold.js +38 -0
- package/dist/packages/icons/dist/AiSearchThin.cjs +35 -0
- package/dist/packages/icons/dist/AiSearchThin.js +35 -0
- package/dist/packages/icons/dist/ChevronDown.cjs +23 -0
- package/dist/packages/icons/dist/ChevronDown.js +23 -0
- package/dist/packages/icons/dist/FourPointStar.cjs +22 -0
- package/dist/packages/icons/dist/FourPointStar.js +22 -0
- package/dist/packages/icons/dist/IconClose.cjs +26 -0
- package/dist/packages/icons/dist/IconClose.js +26 -0
- package/dist/packages/icons/dist/IconCloseVariant.cjs +22 -0
- package/dist/packages/icons/dist/IconCloseVariant.js +22 -0
- package/dist/packages/icons/dist/MagnifyingGlassStarVariant.cjs +39 -0
- package/dist/packages/icons/dist/MagnifyingGlassStarVariant.js +39 -0
- package/dist/packages/icons/dist/OutlinedStar.cjs +22 -0
- package/dist/packages/icons/dist/OutlinedStar.js +22 -0
- package/dist/packages/icons/dist/SettingsVariant.cjs +72 -0
- package/dist/packages/icons/dist/SettingsVariant.js +72 -0
- package/dist/packages/icons/dist/Sparkles.cjs +43 -0
- package/dist/packages/icons/dist/Sparkles.js +43 -0
- package/dist/packages/icons/dist/_virtual/rolldown_runtime.cjs +29 -0
- package/dist/packages/icons/dist/_virtual/rolldown_runtime.js +27 -0
- package/dist/packages/icons/dist/node_modules/react/cjs/react-jsx-runtime.development.cjs +696 -0
- package/dist/packages/icons/dist/node_modules/react/cjs/react-jsx-runtime.development.js +696 -0
- package/dist/packages/icons/dist/node_modules/react/cjs/react-jsx-runtime.production.min.cjs +43 -0
- package/dist/packages/icons/dist/node_modules/react/cjs/react-jsx-runtime.production.min.js +43 -0
- package/dist/packages/icons/dist/node_modules/react/cjs/react.development.cjs +1528 -0
- package/dist/packages/icons/dist/node_modules/react/cjs/react.development.js +1528 -0
- package/dist/packages/icons/dist/node_modules/react/cjs/react.production.min.cjs +329 -0
- package/dist/packages/icons/dist/node_modules/react/cjs/react.production.min.js +329 -0
- package/dist/packages/icons/dist/node_modules/react/index.cjs +13 -0
- package/dist/packages/icons/dist/node_modules/react/index.js +13 -0
- package/dist/packages/icons/dist/node_modules/react/jsx-runtime.cjs +13 -0
- package/dist/packages/icons/dist/node_modules/react/jsx-runtime.js +13 -0
- package/dist/util/useHorizontalScrollAnimation.cjs +88 -0
- package/dist/util/useHorizontalScrollAnimation.js +87 -0
- package/dist/util/useReducedMotionWithOverride.cjs +15 -0
- package/dist/util/useReducedMotionWithOverride.js +14 -0
- package/package.json +3 -5
- package/src/SearchZeroState/SearchZeroState.tsx +1 -1
- package/src/SuggestionBar/SuggestionBar.tsx +2 -2
- package/dist/SearchZeroState/index-DSFtalZR.d.ts +0 -27
- package/dist/SearchZeroState/index-bEcxYOSF.d.cts +0 -27
- package/dist/SuggestionButtonContainer-Dm38gJiJ.cjs +0 -173
- /package/dist/SearchResults/{index-DCTxvwmv.d.cts → SearchResultsWidget.d.cts} +0 -0
- /package/dist/SearchResults/{index-CYPV3XE0.d.ts → SearchResultsWidget.d.ts} +0 -0
|
@@ -0,0 +1,329 @@
|
|
|
1
|
+
const require_rolldown_runtime = require('../../../_virtual/rolldown_runtime.cjs');
|
|
2
|
+
|
|
3
|
+
//#region ../icons/dist/node_modules/react/cjs/react.production.min.js
|
|
4
|
+
/**
|
|
5
|
+
* @license React
|
|
6
|
+
* react.production.min.js
|
|
7
|
+
*
|
|
8
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
9
|
+
*
|
|
10
|
+
* This source code is licensed under the MIT license found in the
|
|
11
|
+
* LICENSE file in the root directory of this source tree.
|
|
12
|
+
*/
|
|
13
|
+
var require_react_production_min = /* @__PURE__ */ require_rolldown_runtime.__commonJS({ "../../node_modules/react/cjs/react.production.min.js": ((exports$1) => {
|
|
14
|
+
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;
|
|
15
|
+
function A(a) {
|
|
16
|
+
if (null === a || "object" !== typeof a) return null;
|
|
17
|
+
a = z && a[z] || a["@@iterator"];
|
|
18
|
+
return "function" === typeof a ? a : null;
|
|
19
|
+
}
|
|
20
|
+
var B = {
|
|
21
|
+
isMounted: function() {
|
|
22
|
+
return !1;
|
|
23
|
+
},
|
|
24
|
+
enqueueForceUpdate: function() {},
|
|
25
|
+
enqueueReplaceState: function() {},
|
|
26
|
+
enqueueSetState: function() {}
|
|
27
|
+
}, C = Object.assign, D = {};
|
|
28
|
+
function E(a, b, e) {
|
|
29
|
+
this.props = a;
|
|
30
|
+
this.context = b;
|
|
31
|
+
this.refs = D;
|
|
32
|
+
this.updater = e || B;
|
|
33
|
+
}
|
|
34
|
+
E.prototype.isReactComponent = {};
|
|
35
|
+
E.prototype.setState = function(a, b) {
|
|
36
|
+
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.");
|
|
37
|
+
this.updater.enqueueSetState(this, a, b, "setState");
|
|
38
|
+
};
|
|
39
|
+
E.prototype.forceUpdate = function(a) {
|
|
40
|
+
this.updater.enqueueForceUpdate(this, a, "forceUpdate");
|
|
41
|
+
};
|
|
42
|
+
function F() {}
|
|
43
|
+
F.prototype = E.prototype;
|
|
44
|
+
function G(a, b, e) {
|
|
45
|
+
this.props = a;
|
|
46
|
+
this.context = b;
|
|
47
|
+
this.refs = D;
|
|
48
|
+
this.updater = e || B;
|
|
49
|
+
}
|
|
50
|
+
var H = G.prototype = new F();
|
|
51
|
+
H.constructor = G;
|
|
52
|
+
C(H, E.prototype);
|
|
53
|
+
H.isPureReactComponent = !0;
|
|
54
|
+
var I = Array.isArray, J = Object.prototype.hasOwnProperty, K = { current: null }, L = {
|
|
55
|
+
key: !0,
|
|
56
|
+
ref: !0,
|
|
57
|
+
__self: !0,
|
|
58
|
+
__source: !0
|
|
59
|
+
};
|
|
60
|
+
function M(a, b, e) {
|
|
61
|
+
var d, c = {}, k = null, h = null;
|
|
62
|
+
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]);
|
|
63
|
+
var g = arguments.length - 2;
|
|
64
|
+
if (1 === g) c.children = e;
|
|
65
|
+
else if (1 < g) {
|
|
66
|
+
for (var f = Array(g), m = 0; m < g; m++) f[m] = arguments[m + 2];
|
|
67
|
+
c.children = f;
|
|
68
|
+
}
|
|
69
|
+
if (a && a.defaultProps) for (d in g = a.defaultProps, g) void 0 === c[d] && (c[d] = g[d]);
|
|
70
|
+
return {
|
|
71
|
+
$$typeof: l,
|
|
72
|
+
type: a,
|
|
73
|
+
key: k,
|
|
74
|
+
ref: h,
|
|
75
|
+
props: c,
|
|
76
|
+
_owner: K.current
|
|
77
|
+
};
|
|
78
|
+
}
|
|
79
|
+
function N(a, b) {
|
|
80
|
+
return {
|
|
81
|
+
$$typeof: l,
|
|
82
|
+
type: a.type,
|
|
83
|
+
key: b,
|
|
84
|
+
ref: a.ref,
|
|
85
|
+
props: a.props,
|
|
86
|
+
_owner: a._owner
|
|
87
|
+
};
|
|
88
|
+
}
|
|
89
|
+
function O(a) {
|
|
90
|
+
return "object" === typeof a && null !== a && a.$$typeof === l;
|
|
91
|
+
}
|
|
92
|
+
function escape(a) {
|
|
93
|
+
var b = {
|
|
94
|
+
"=": "=0",
|
|
95
|
+
":": "=2"
|
|
96
|
+
};
|
|
97
|
+
return "$" + a.replace(/[=:]/g, function(a$1) {
|
|
98
|
+
return b[a$1];
|
|
99
|
+
});
|
|
100
|
+
}
|
|
101
|
+
var P = /\/+/g;
|
|
102
|
+
function Q(a, b) {
|
|
103
|
+
return "object" === typeof a && null !== a && null != a.key ? escape("" + a.key) : b.toString(36);
|
|
104
|
+
}
|
|
105
|
+
function R(a, b, e, d, c) {
|
|
106
|
+
var k = typeof a;
|
|
107
|
+
if ("undefined" === k || "boolean" === k) a = null;
|
|
108
|
+
var h = !1;
|
|
109
|
+
if (null === a) h = !0;
|
|
110
|
+
else switch (k) {
|
|
111
|
+
case "string":
|
|
112
|
+
case "number":
|
|
113
|
+
h = !0;
|
|
114
|
+
break;
|
|
115
|
+
case "object": switch (a.$$typeof) {
|
|
116
|
+
case l:
|
|
117
|
+
case n: h = !0;
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
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$1) {
|
|
121
|
+
return a$1;
|
|
122
|
+
})) : null != c && (O(c) && (c = N(c, e + (!c.key || h && h.key === c.key ? "" : ("" + c.key).replace(P, "$&/") + "/") + a)), b.push(c)), 1;
|
|
123
|
+
h = 0;
|
|
124
|
+
d = "" === d ? "." : d + ":";
|
|
125
|
+
if (I(a)) for (var g = 0; g < a.length; g++) {
|
|
126
|
+
k = a[g];
|
|
127
|
+
var f = d + Q(k, g);
|
|
128
|
+
h += R(k, b, e, f, c);
|
|
129
|
+
}
|
|
130
|
+
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);
|
|
131
|
+
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.");
|
|
132
|
+
return h;
|
|
133
|
+
}
|
|
134
|
+
function S(a, b, e) {
|
|
135
|
+
if (null == a) return a;
|
|
136
|
+
var d = [], c = 0;
|
|
137
|
+
R(a, d, "", "", function(a$1) {
|
|
138
|
+
return b.call(e, a$1, c++);
|
|
139
|
+
});
|
|
140
|
+
return d;
|
|
141
|
+
}
|
|
142
|
+
function T(a) {
|
|
143
|
+
if (-1 === a._status) {
|
|
144
|
+
var b = a._result;
|
|
145
|
+
b = b();
|
|
146
|
+
b.then(function(b$1) {
|
|
147
|
+
if (0 === a._status || -1 === a._status) a._status = 1, a._result = b$1;
|
|
148
|
+
}, function(b$1) {
|
|
149
|
+
if (0 === a._status || -1 === a._status) a._status = 2, a._result = b$1;
|
|
150
|
+
});
|
|
151
|
+
-1 === a._status && (a._status = 0, a._result = b);
|
|
152
|
+
}
|
|
153
|
+
if (1 === a._status) return a._result.default;
|
|
154
|
+
throw a._result;
|
|
155
|
+
}
|
|
156
|
+
var U = { current: null }, V = { transition: null }, W = {
|
|
157
|
+
ReactCurrentDispatcher: U,
|
|
158
|
+
ReactCurrentBatchConfig: V,
|
|
159
|
+
ReactCurrentOwner: K
|
|
160
|
+
};
|
|
161
|
+
function X() {
|
|
162
|
+
throw Error("act(...) is not supported in production builds of React.");
|
|
163
|
+
}
|
|
164
|
+
exports$1.Children = {
|
|
165
|
+
map: S,
|
|
166
|
+
forEach: function(a, b, e) {
|
|
167
|
+
S(a, function() {
|
|
168
|
+
b.apply(this, arguments);
|
|
169
|
+
}, e);
|
|
170
|
+
},
|
|
171
|
+
count: function(a) {
|
|
172
|
+
var b = 0;
|
|
173
|
+
S(a, function() {
|
|
174
|
+
b++;
|
|
175
|
+
});
|
|
176
|
+
return b;
|
|
177
|
+
},
|
|
178
|
+
toArray: function(a) {
|
|
179
|
+
return S(a, function(a$1) {
|
|
180
|
+
return a$1;
|
|
181
|
+
}) || [];
|
|
182
|
+
},
|
|
183
|
+
only: function(a) {
|
|
184
|
+
if (!O(a)) throw Error("React.Children.only expected to receive a single React element child.");
|
|
185
|
+
return a;
|
|
186
|
+
}
|
|
187
|
+
};
|
|
188
|
+
exports$1.Component = E;
|
|
189
|
+
exports$1.Fragment = p;
|
|
190
|
+
exports$1.Profiler = r;
|
|
191
|
+
exports$1.PureComponent = G;
|
|
192
|
+
exports$1.StrictMode = q;
|
|
193
|
+
exports$1.Suspense = w;
|
|
194
|
+
exports$1.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = W;
|
|
195
|
+
exports$1.act = X;
|
|
196
|
+
exports$1.cloneElement = function(a, b, e) {
|
|
197
|
+
if (null === a || void 0 === a) throw Error("React.cloneElement(...): The argument must be a React element, but you passed " + a + ".");
|
|
198
|
+
var d = C({}, a.props), c = a.key, k = a.ref, h = a._owner;
|
|
199
|
+
if (null != b) {
|
|
200
|
+
void 0 !== b.ref && (k = b.ref, h = K.current);
|
|
201
|
+
void 0 !== b.key && (c = "" + b.key);
|
|
202
|
+
if (a.type && a.type.defaultProps) var g = a.type.defaultProps;
|
|
203
|
+
for (f in b) J.call(b, f) && !L.hasOwnProperty(f) && (d[f] = void 0 === b[f] && void 0 !== g ? g[f] : b[f]);
|
|
204
|
+
}
|
|
205
|
+
var f = arguments.length - 2;
|
|
206
|
+
if (1 === f) d.children = e;
|
|
207
|
+
else if (1 < f) {
|
|
208
|
+
g = Array(f);
|
|
209
|
+
for (var m = 0; m < f; m++) g[m] = arguments[m + 2];
|
|
210
|
+
d.children = g;
|
|
211
|
+
}
|
|
212
|
+
return {
|
|
213
|
+
$$typeof: l,
|
|
214
|
+
type: a.type,
|
|
215
|
+
key: c,
|
|
216
|
+
ref: k,
|
|
217
|
+
props: d,
|
|
218
|
+
_owner: h
|
|
219
|
+
};
|
|
220
|
+
};
|
|
221
|
+
exports$1.createContext = function(a) {
|
|
222
|
+
a = {
|
|
223
|
+
$$typeof: u,
|
|
224
|
+
_currentValue: a,
|
|
225
|
+
_currentValue2: a,
|
|
226
|
+
_threadCount: 0,
|
|
227
|
+
Provider: null,
|
|
228
|
+
Consumer: null,
|
|
229
|
+
_defaultValue: null,
|
|
230
|
+
_globalName: null
|
|
231
|
+
};
|
|
232
|
+
a.Provider = {
|
|
233
|
+
$$typeof: t,
|
|
234
|
+
_context: a
|
|
235
|
+
};
|
|
236
|
+
return a.Consumer = a;
|
|
237
|
+
};
|
|
238
|
+
exports$1.createElement = M;
|
|
239
|
+
exports$1.createFactory = function(a) {
|
|
240
|
+
var b = M.bind(null, a);
|
|
241
|
+
b.type = a;
|
|
242
|
+
return b;
|
|
243
|
+
};
|
|
244
|
+
exports$1.createRef = function() {
|
|
245
|
+
return { current: null };
|
|
246
|
+
};
|
|
247
|
+
exports$1.forwardRef = function(a) {
|
|
248
|
+
return {
|
|
249
|
+
$$typeof: v,
|
|
250
|
+
render: a
|
|
251
|
+
};
|
|
252
|
+
};
|
|
253
|
+
exports$1.isValidElement = O;
|
|
254
|
+
exports$1.lazy = function(a) {
|
|
255
|
+
return {
|
|
256
|
+
$$typeof: y,
|
|
257
|
+
_payload: {
|
|
258
|
+
_status: -1,
|
|
259
|
+
_result: a
|
|
260
|
+
},
|
|
261
|
+
_init: T
|
|
262
|
+
};
|
|
263
|
+
};
|
|
264
|
+
exports$1.memo = function(a, b) {
|
|
265
|
+
return {
|
|
266
|
+
$$typeof: x,
|
|
267
|
+
type: a,
|
|
268
|
+
compare: void 0 === b ? null : b
|
|
269
|
+
};
|
|
270
|
+
};
|
|
271
|
+
exports$1.startTransition = function(a) {
|
|
272
|
+
var b = V.transition;
|
|
273
|
+
V.transition = {};
|
|
274
|
+
try {
|
|
275
|
+
a();
|
|
276
|
+
} finally {
|
|
277
|
+
V.transition = b;
|
|
278
|
+
}
|
|
279
|
+
};
|
|
280
|
+
exports$1.unstable_act = X;
|
|
281
|
+
exports$1.useCallback = function(a, b) {
|
|
282
|
+
return U.current.useCallback(a, b);
|
|
283
|
+
};
|
|
284
|
+
exports$1.useContext = function(a) {
|
|
285
|
+
return U.current.useContext(a);
|
|
286
|
+
};
|
|
287
|
+
exports$1.useDebugValue = function() {};
|
|
288
|
+
exports$1.useDeferredValue = function(a) {
|
|
289
|
+
return U.current.useDeferredValue(a);
|
|
290
|
+
};
|
|
291
|
+
exports$1.useEffect = function(a, b) {
|
|
292
|
+
return U.current.useEffect(a, b);
|
|
293
|
+
};
|
|
294
|
+
exports$1.useId = function() {
|
|
295
|
+
return U.current.useId();
|
|
296
|
+
};
|
|
297
|
+
exports$1.useImperativeHandle = function(a, b, e) {
|
|
298
|
+
return U.current.useImperativeHandle(a, b, e);
|
|
299
|
+
};
|
|
300
|
+
exports$1.useInsertionEffect = function(a, b) {
|
|
301
|
+
return U.current.useInsertionEffect(a, b);
|
|
302
|
+
};
|
|
303
|
+
exports$1.useLayoutEffect = function(a, b) {
|
|
304
|
+
return U.current.useLayoutEffect(a, b);
|
|
305
|
+
};
|
|
306
|
+
exports$1.useMemo = function(a, b) {
|
|
307
|
+
return U.current.useMemo(a, b);
|
|
308
|
+
};
|
|
309
|
+
exports$1.useReducer = function(a, b, e) {
|
|
310
|
+
return U.current.useReducer(a, b, e);
|
|
311
|
+
};
|
|
312
|
+
exports$1.useRef = function(a) {
|
|
313
|
+
return U.current.useRef(a);
|
|
314
|
+
};
|
|
315
|
+
exports$1.useState = function(a) {
|
|
316
|
+
return U.current.useState(a);
|
|
317
|
+
};
|
|
318
|
+
exports$1.useSyncExternalStore = function(a, b, e) {
|
|
319
|
+
return U.current.useSyncExternalStore(a, b, e);
|
|
320
|
+
};
|
|
321
|
+
exports$1.useTransition = function() {
|
|
322
|
+
return U.current.useTransition();
|
|
323
|
+
};
|
|
324
|
+
exports$1.version = "18.3.1";
|
|
325
|
+
}) });
|
|
326
|
+
var react_production_min_default = require_react_production_min();
|
|
327
|
+
|
|
328
|
+
//#endregion
|
|
329
|
+
exports.require_react_production_min = require_react_production_min;
|
|
@@ -0,0 +1,329 @@
|
|
|
1
|
+
import { __commonJS } from "../../../_virtual/rolldown_runtime.js";
|
|
2
|
+
|
|
3
|
+
//#region ../icons/dist/node_modules/react/cjs/react.production.min.js
|
|
4
|
+
/**
|
|
5
|
+
* @license React
|
|
6
|
+
* react.production.min.js
|
|
7
|
+
*
|
|
8
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
9
|
+
*
|
|
10
|
+
* This source code is licensed under the MIT license found in the
|
|
11
|
+
* LICENSE file in the root directory of this source tree.
|
|
12
|
+
*/
|
|
13
|
+
var require_react_production_min = /* @__PURE__ */ __commonJS({ "../../node_modules/react/cjs/react.production.min.js": ((exports) => {
|
|
14
|
+
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;
|
|
15
|
+
function A(a) {
|
|
16
|
+
if (null === a || "object" !== typeof a) return null;
|
|
17
|
+
a = z && a[z] || a["@@iterator"];
|
|
18
|
+
return "function" === typeof a ? a : null;
|
|
19
|
+
}
|
|
20
|
+
var B = {
|
|
21
|
+
isMounted: function() {
|
|
22
|
+
return !1;
|
|
23
|
+
},
|
|
24
|
+
enqueueForceUpdate: function() {},
|
|
25
|
+
enqueueReplaceState: function() {},
|
|
26
|
+
enqueueSetState: function() {}
|
|
27
|
+
}, C = Object.assign, D = {};
|
|
28
|
+
function E(a, b, e) {
|
|
29
|
+
this.props = a;
|
|
30
|
+
this.context = b;
|
|
31
|
+
this.refs = D;
|
|
32
|
+
this.updater = e || B;
|
|
33
|
+
}
|
|
34
|
+
E.prototype.isReactComponent = {};
|
|
35
|
+
E.prototype.setState = function(a, b) {
|
|
36
|
+
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.");
|
|
37
|
+
this.updater.enqueueSetState(this, a, b, "setState");
|
|
38
|
+
};
|
|
39
|
+
E.prototype.forceUpdate = function(a) {
|
|
40
|
+
this.updater.enqueueForceUpdate(this, a, "forceUpdate");
|
|
41
|
+
};
|
|
42
|
+
function F() {}
|
|
43
|
+
F.prototype = E.prototype;
|
|
44
|
+
function G(a, b, e) {
|
|
45
|
+
this.props = a;
|
|
46
|
+
this.context = b;
|
|
47
|
+
this.refs = D;
|
|
48
|
+
this.updater = e || B;
|
|
49
|
+
}
|
|
50
|
+
var H = G.prototype = new F();
|
|
51
|
+
H.constructor = G;
|
|
52
|
+
C(H, E.prototype);
|
|
53
|
+
H.isPureReactComponent = !0;
|
|
54
|
+
var I = Array.isArray, J = Object.prototype.hasOwnProperty, K = { current: null }, L = {
|
|
55
|
+
key: !0,
|
|
56
|
+
ref: !0,
|
|
57
|
+
__self: !0,
|
|
58
|
+
__source: !0
|
|
59
|
+
};
|
|
60
|
+
function M(a, b, e) {
|
|
61
|
+
var d, c = {}, k = null, h = null;
|
|
62
|
+
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]);
|
|
63
|
+
var g = arguments.length - 2;
|
|
64
|
+
if (1 === g) c.children = e;
|
|
65
|
+
else if (1 < g) {
|
|
66
|
+
for (var f = Array(g), m = 0; m < g; m++) f[m] = arguments[m + 2];
|
|
67
|
+
c.children = f;
|
|
68
|
+
}
|
|
69
|
+
if (a && a.defaultProps) for (d in g = a.defaultProps, g) void 0 === c[d] && (c[d] = g[d]);
|
|
70
|
+
return {
|
|
71
|
+
$$typeof: l,
|
|
72
|
+
type: a,
|
|
73
|
+
key: k,
|
|
74
|
+
ref: h,
|
|
75
|
+
props: c,
|
|
76
|
+
_owner: K.current
|
|
77
|
+
};
|
|
78
|
+
}
|
|
79
|
+
function N(a, b) {
|
|
80
|
+
return {
|
|
81
|
+
$$typeof: l,
|
|
82
|
+
type: a.type,
|
|
83
|
+
key: b,
|
|
84
|
+
ref: a.ref,
|
|
85
|
+
props: a.props,
|
|
86
|
+
_owner: a._owner
|
|
87
|
+
};
|
|
88
|
+
}
|
|
89
|
+
function O(a) {
|
|
90
|
+
return "object" === typeof a && null !== a && a.$$typeof === l;
|
|
91
|
+
}
|
|
92
|
+
function escape(a) {
|
|
93
|
+
var b = {
|
|
94
|
+
"=": "=0",
|
|
95
|
+
":": "=2"
|
|
96
|
+
};
|
|
97
|
+
return "$" + a.replace(/[=:]/g, function(a$1) {
|
|
98
|
+
return b[a$1];
|
|
99
|
+
});
|
|
100
|
+
}
|
|
101
|
+
var P = /\/+/g;
|
|
102
|
+
function Q(a, b) {
|
|
103
|
+
return "object" === typeof a && null !== a && null != a.key ? escape("" + a.key) : b.toString(36);
|
|
104
|
+
}
|
|
105
|
+
function R(a, b, e, d, c) {
|
|
106
|
+
var k = typeof a;
|
|
107
|
+
if ("undefined" === k || "boolean" === k) a = null;
|
|
108
|
+
var h = !1;
|
|
109
|
+
if (null === a) h = !0;
|
|
110
|
+
else switch (k) {
|
|
111
|
+
case "string":
|
|
112
|
+
case "number":
|
|
113
|
+
h = !0;
|
|
114
|
+
break;
|
|
115
|
+
case "object": switch (a.$$typeof) {
|
|
116
|
+
case l:
|
|
117
|
+
case n: h = !0;
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
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$1) {
|
|
121
|
+
return a$1;
|
|
122
|
+
})) : null != c && (O(c) && (c = N(c, e + (!c.key || h && h.key === c.key ? "" : ("" + c.key).replace(P, "$&/") + "/") + a)), b.push(c)), 1;
|
|
123
|
+
h = 0;
|
|
124
|
+
d = "" === d ? "." : d + ":";
|
|
125
|
+
if (I(a)) for (var g = 0; g < a.length; g++) {
|
|
126
|
+
k = a[g];
|
|
127
|
+
var f = d + Q(k, g);
|
|
128
|
+
h += R(k, b, e, f, c);
|
|
129
|
+
}
|
|
130
|
+
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);
|
|
131
|
+
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.");
|
|
132
|
+
return h;
|
|
133
|
+
}
|
|
134
|
+
function S(a, b, e) {
|
|
135
|
+
if (null == a) return a;
|
|
136
|
+
var d = [], c = 0;
|
|
137
|
+
R(a, d, "", "", function(a$1) {
|
|
138
|
+
return b.call(e, a$1, c++);
|
|
139
|
+
});
|
|
140
|
+
return d;
|
|
141
|
+
}
|
|
142
|
+
function T(a) {
|
|
143
|
+
if (-1 === a._status) {
|
|
144
|
+
var b = a._result;
|
|
145
|
+
b = b();
|
|
146
|
+
b.then(function(b$1) {
|
|
147
|
+
if (0 === a._status || -1 === a._status) a._status = 1, a._result = b$1;
|
|
148
|
+
}, function(b$1) {
|
|
149
|
+
if (0 === a._status || -1 === a._status) a._status = 2, a._result = b$1;
|
|
150
|
+
});
|
|
151
|
+
-1 === a._status && (a._status = 0, a._result = b);
|
|
152
|
+
}
|
|
153
|
+
if (1 === a._status) return a._result.default;
|
|
154
|
+
throw a._result;
|
|
155
|
+
}
|
|
156
|
+
var U = { current: null }, V = { transition: null }, W = {
|
|
157
|
+
ReactCurrentDispatcher: U,
|
|
158
|
+
ReactCurrentBatchConfig: V,
|
|
159
|
+
ReactCurrentOwner: K
|
|
160
|
+
};
|
|
161
|
+
function X() {
|
|
162
|
+
throw Error("act(...) is not supported in production builds of React.");
|
|
163
|
+
}
|
|
164
|
+
exports.Children = {
|
|
165
|
+
map: S,
|
|
166
|
+
forEach: function(a, b, e) {
|
|
167
|
+
S(a, function() {
|
|
168
|
+
b.apply(this, arguments);
|
|
169
|
+
}, e);
|
|
170
|
+
},
|
|
171
|
+
count: function(a) {
|
|
172
|
+
var b = 0;
|
|
173
|
+
S(a, function() {
|
|
174
|
+
b++;
|
|
175
|
+
});
|
|
176
|
+
return b;
|
|
177
|
+
},
|
|
178
|
+
toArray: function(a) {
|
|
179
|
+
return S(a, function(a$1) {
|
|
180
|
+
return a$1;
|
|
181
|
+
}) || [];
|
|
182
|
+
},
|
|
183
|
+
only: function(a) {
|
|
184
|
+
if (!O(a)) throw Error("React.Children.only expected to receive a single React element child.");
|
|
185
|
+
return a;
|
|
186
|
+
}
|
|
187
|
+
};
|
|
188
|
+
exports.Component = E;
|
|
189
|
+
exports.Fragment = p;
|
|
190
|
+
exports.Profiler = r;
|
|
191
|
+
exports.PureComponent = G;
|
|
192
|
+
exports.StrictMode = q;
|
|
193
|
+
exports.Suspense = w;
|
|
194
|
+
exports.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = W;
|
|
195
|
+
exports.act = X;
|
|
196
|
+
exports.cloneElement = function(a, b, e) {
|
|
197
|
+
if (null === a || void 0 === a) throw Error("React.cloneElement(...): The argument must be a React element, but you passed " + a + ".");
|
|
198
|
+
var d = C({}, a.props), c = a.key, k = a.ref, h = a._owner;
|
|
199
|
+
if (null != b) {
|
|
200
|
+
void 0 !== b.ref && (k = b.ref, h = K.current);
|
|
201
|
+
void 0 !== b.key && (c = "" + b.key);
|
|
202
|
+
if (a.type && a.type.defaultProps) var g = a.type.defaultProps;
|
|
203
|
+
for (f in b) J.call(b, f) && !L.hasOwnProperty(f) && (d[f] = void 0 === b[f] && void 0 !== g ? g[f] : b[f]);
|
|
204
|
+
}
|
|
205
|
+
var f = arguments.length - 2;
|
|
206
|
+
if (1 === f) d.children = e;
|
|
207
|
+
else if (1 < f) {
|
|
208
|
+
g = Array(f);
|
|
209
|
+
for (var m = 0; m < f; m++) g[m] = arguments[m + 2];
|
|
210
|
+
d.children = g;
|
|
211
|
+
}
|
|
212
|
+
return {
|
|
213
|
+
$$typeof: l,
|
|
214
|
+
type: a.type,
|
|
215
|
+
key: c,
|
|
216
|
+
ref: k,
|
|
217
|
+
props: d,
|
|
218
|
+
_owner: h
|
|
219
|
+
};
|
|
220
|
+
};
|
|
221
|
+
exports.createContext = function(a) {
|
|
222
|
+
a = {
|
|
223
|
+
$$typeof: u,
|
|
224
|
+
_currentValue: a,
|
|
225
|
+
_currentValue2: a,
|
|
226
|
+
_threadCount: 0,
|
|
227
|
+
Provider: null,
|
|
228
|
+
Consumer: null,
|
|
229
|
+
_defaultValue: null,
|
|
230
|
+
_globalName: null
|
|
231
|
+
};
|
|
232
|
+
a.Provider = {
|
|
233
|
+
$$typeof: t,
|
|
234
|
+
_context: a
|
|
235
|
+
};
|
|
236
|
+
return a.Consumer = a;
|
|
237
|
+
};
|
|
238
|
+
exports.createElement = M;
|
|
239
|
+
exports.createFactory = function(a) {
|
|
240
|
+
var b = M.bind(null, a);
|
|
241
|
+
b.type = a;
|
|
242
|
+
return b;
|
|
243
|
+
};
|
|
244
|
+
exports.createRef = function() {
|
|
245
|
+
return { current: null };
|
|
246
|
+
};
|
|
247
|
+
exports.forwardRef = function(a) {
|
|
248
|
+
return {
|
|
249
|
+
$$typeof: v,
|
|
250
|
+
render: a
|
|
251
|
+
};
|
|
252
|
+
};
|
|
253
|
+
exports.isValidElement = O;
|
|
254
|
+
exports.lazy = function(a) {
|
|
255
|
+
return {
|
|
256
|
+
$$typeof: y,
|
|
257
|
+
_payload: {
|
|
258
|
+
_status: -1,
|
|
259
|
+
_result: a
|
|
260
|
+
},
|
|
261
|
+
_init: T
|
|
262
|
+
};
|
|
263
|
+
};
|
|
264
|
+
exports.memo = function(a, b) {
|
|
265
|
+
return {
|
|
266
|
+
$$typeof: x,
|
|
267
|
+
type: a,
|
|
268
|
+
compare: void 0 === b ? null : b
|
|
269
|
+
};
|
|
270
|
+
};
|
|
271
|
+
exports.startTransition = function(a) {
|
|
272
|
+
var b = V.transition;
|
|
273
|
+
V.transition = {};
|
|
274
|
+
try {
|
|
275
|
+
a();
|
|
276
|
+
} finally {
|
|
277
|
+
V.transition = b;
|
|
278
|
+
}
|
|
279
|
+
};
|
|
280
|
+
exports.unstable_act = X;
|
|
281
|
+
exports.useCallback = function(a, b) {
|
|
282
|
+
return U.current.useCallback(a, b);
|
|
283
|
+
};
|
|
284
|
+
exports.useContext = function(a) {
|
|
285
|
+
return U.current.useContext(a);
|
|
286
|
+
};
|
|
287
|
+
exports.useDebugValue = function() {};
|
|
288
|
+
exports.useDeferredValue = function(a) {
|
|
289
|
+
return U.current.useDeferredValue(a);
|
|
290
|
+
};
|
|
291
|
+
exports.useEffect = function(a, b) {
|
|
292
|
+
return U.current.useEffect(a, b);
|
|
293
|
+
};
|
|
294
|
+
exports.useId = function() {
|
|
295
|
+
return U.current.useId();
|
|
296
|
+
};
|
|
297
|
+
exports.useImperativeHandle = function(a, b, e) {
|
|
298
|
+
return U.current.useImperativeHandle(a, b, e);
|
|
299
|
+
};
|
|
300
|
+
exports.useInsertionEffect = function(a, b) {
|
|
301
|
+
return U.current.useInsertionEffect(a, b);
|
|
302
|
+
};
|
|
303
|
+
exports.useLayoutEffect = function(a, b) {
|
|
304
|
+
return U.current.useLayoutEffect(a, b);
|
|
305
|
+
};
|
|
306
|
+
exports.useMemo = function(a, b) {
|
|
307
|
+
return U.current.useMemo(a, b);
|
|
308
|
+
};
|
|
309
|
+
exports.useReducer = function(a, b, e) {
|
|
310
|
+
return U.current.useReducer(a, b, e);
|
|
311
|
+
};
|
|
312
|
+
exports.useRef = function(a) {
|
|
313
|
+
return U.current.useRef(a);
|
|
314
|
+
};
|
|
315
|
+
exports.useState = function(a) {
|
|
316
|
+
return U.current.useState(a);
|
|
317
|
+
};
|
|
318
|
+
exports.useSyncExternalStore = function(a, b, e) {
|
|
319
|
+
return U.current.useSyncExternalStore(a, b, e);
|
|
320
|
+
};
|
|
321
|
+
exports.useTransition = function() {
|
|
322
|
+
return U.current.useTransition();
|
|
323
|
+
};
|
|
324
|
+
exports.version = "18.3.1";
|
|
325
|
+
}) });
|
|
326
|
+
var react_production_min_default = require_react_production_min();
|
|
327
|
+
|
|
328
|
+
//#endregion
|
|
329
|
+
export { require_react_production_min };
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
const require_rolldown_runtime = require('../../_virtual/rolldown_runtime.cjs');
|
|
2
|
+
const require_react_production_min$1 = require('./cjs/react.production.min.cjs');
|
|
3
|
+
const require_react_development$1 = require('./cjs/react.development.cjs');
|
|
4
|
+
|
|
5
|
+
//#region ../icons/dist/node_modules/react/index.js
|
|
6
|
+
var require_react = /* @__PURE__ */ require_rolldown_runtime.__commonJS({ "../../node_modules/react/index.js": ((exports$1, module$1) => {
|
|
7
|
+
if (process.env.NODE_ENV === "production") module$1.exports = require_react_production_min$1.require_react_production_min();
|
|
8
|
+
else module$1.exports = require_react_development$1.require_react_development();
|
|
9
|
+
}) });
|
|
10
|
+
var react_default = require_react();
|
|
11
|
+
|
|
12
|
+
//#endregion
|
|
13
|
+
exports.require_react = require_react;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { __commonJS } from "../../_virtual/rolldown_runtime.js";
|
|
2
|
+
import { require_react_production_min } from "./cjs/react.production.min.js";
|
|
3
|
+
import { require_react_development } from "./cjs/react.development.js";
|
|
4
|
+
|
|
5
|
+
//#region ../icons/dist/node_modules/react/index.js
|
|
6
|
+
var require_react = /* @__PURE__ */ __commonJS({ "../../node_modules/react/index.js": ((exports, module) => {
|
|
7
|
+
if (process.env.NODE_ENV === "production") module.exports = require_react_production_min();
|
|
8
|
+
else module.exports = require_react_development();
|
|
9
|
+
}) });
|
|
10
|
+
var react_default = require_react();
|
|
11
|
+
|
|
12
|
+
//#endregion
|
|
13
|
+
export { require_react };
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
const require_rolldown_runtime = require('../../_virtual/rolldown_runtime.cjs');
|
|
2
|
+
const require_react_jsx_runtime_production_min$1 = require('./cjs/react-jsx-runtime.production.min.cjs');
|
|
3
|
+
const require_react_jsx_runtime_development$1 = require('./cjs/react-jsx-runtime.development.cjs');
|
|
4
|
+
|
|
5
|
+
//#region ../icons/dist/node_modules/react/jsx-runtime.js
|
|
6
|
+
var require_jsx_runtime = /* @__PURE__ */ require_rolldown_runtime.__commonJS({ "../../node_modules/react/jsx-runtime.js": ((exports$1, module$1) => {
|
|
7
|
+
if (process.env.NODE_ENV === "production") module$1.exports = require_react_jsx_runtime_production_min$1.require_react_jsx_runtime_production_min();
|
|
8
|
+
else module$1.exports = require_react_jsx_runtime_development$1.require_react_jsx_runtime_development();
|
|
9
|
+
}) });
|
|
10
|
+
var jsx_runtime_default = require_jsx_runtime();
|
|
11
|
+
|
|
12
|
+
//#endregion
|
|
13
|
+
exports.require_jsx_runtime = require_jsx_runtime;
|