@envive-ai/react-widgets 0.1.2-arthur-3 → 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 -2996
- package/dist/SearchZeroState/index.d.cts +4 -0
- package/dist/SearchZeroState/index.d.ts +4 -0
- package/dist/SearchZeroState/index.js +2 -2991
- 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/SuggestionBar.js +72 -0
- 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/SuggestionButtonContainer.js +75 -0
- 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/_virtual/rolldown_runtime.cjs +33 -0
- 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-BOThXJvJ.cjs → node_modules/react-indiana-drag-scroll/dist/index.cjs} +6 -139
- 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/{chunk-DWy1uDak.cjs → packages/icons/dist/_virtual/rolldown_runtime.cjs} +4 -14
- 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 +14 -8
- package/src/SearchResults/SearchResults.tsx +2 -4
- package/src/SearchResults/SearchResultsWidget.tsx +1 -1
- package/src/SearchResults/types.ts +0 -3
- package/src/SearchZeroState/SearchIcon.tsx +16 -9
- package/src/SearchZeroState/SearchOverlay.tsx +3 -2
- package/src/SearchZeroState/SearchZeroState.tsx +15 -18
- package/src/SearchZeroState/SearchZeroStateWidget.tsx +17 -8
- package/src/SearchZeroState/components/RecommendedProducts.tsx +8 -3
- package/src/SearchZeroState/overlay/overlayHostLocator.ts +2 -4
- package/src/SearchZeroState/types.ts +4 -1
- package/src/SearchZeroState/zeroStateSearchVariants.ts +14 -5
- package/src/SuggestionBar/SuggestionBar.tsx +12 -20
- package/src/SuggestionBar/types.ts +3 -3
- package/src/SuggestionButtonContainer/SuggestionButtonContainer.tsx +8 -17
- package/src/SuggestionButtonContainer/types.ts +3 -4
- package/src/stories/SearchResults.stories.tsx +1 -1
- package/src/stories/SearchZeroState.stories.tsx +10 -2
- package/src/stories/SuggestionBar.stories.tsx +1 -2
- package/src/util/useHorizontalScrollAnimation.ts +1 -1
- package/dist/SearchZeroState/index-19CiYvee.d.cts +0 -27
- package/dist/SearchZeroState/index-6EaGWYP4.d.ts +0 -27
- package/dist/SuggestionBar-DeMmAK4M.js +0 -131
- package/dist/SuggestionButtonContainer-BeWPpeQk.cjs +0 -173
- package/dist/SuggestionButtonContainer-CZhOkZaJ.js +0 -167
- /package/dist/SearchResults/{index-D8nrHueo.d.ts → SearchResultsWidget.d.cts} +0 -0
- /package/dist/SearchResults/{index-D52sX_I2.d.cts → SearchResultsWidget.d.ts} +0 -0
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
const require_rolldown_runtime = require('./_virtual/rolldown_runtime.cjs');
|
|
2
|
+
const require_jsx_runtime$1 = require('./node_modules/react/jsx-runtime.cjs');
|
|
3
|
+
|
|
4
|
+
//#region ../icons/dist/AiSearchThin.js
|
|
5
|
+
var import_jsx_runtime = /* @__PURE__ */ require_rolldown_runtime.__toESM(require_jsx_runtime$1.require_jsx_runtime());
|
|
6
|
+
const SvgAiSearchThin = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", {
|
|
7
|
+
width: 26,
|
|
8
|
+
height: 23,
|
|
9
|
+
viewBox: "0 0 26 23",
|
|
10
|
+
fill: "none",
|
|
11
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
12
|
+
...props,
|
|
13
|
+
children: [
|
|
14
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
15
|
+
d: "M19.1063 1.14819L19.9991 3.46956C20.1443 3.84706 20.2169 4.03581 20.3298 4.19458C20.4298 4.3353 20.5528 4.45824 20.6935 4.55829C20.8523 4.67118 21.041 4.74378 21.4185 4.88897L23.7399 5.78181L21.4185 6.67464C21.041 6.81984 20.8523 6.89243 20.6935 7.00532C20.5528 7.10538 20.4298 7.22832 20.3298 7.36904C20.2169 7.5278 20.1443 7.71656 19.9991 8.09406L19.1063 10.4154L18.2134 8.09406C18.0682 7.71656 17.9956 7.5278 17.8828 7.36903C17.7827 7.22832 17.6598 7.10538 17.519 7.00532C17.3603 6.89243 17.1715 6.81984 16.794 6.67464L14.4727 5.78181L16.794 4.88897C17.1715 4.74378 17.3603 4.67118 17.519 4.55829C17.6598 4.45824 17.7827 4.3353 17.8828 4.19458C17.9956 4.03581 18.0682 3.84706 18.2134 3.46956L19.1063 1.14819Z",
|
|
16
|
+
stroke: "currentColor",
|
|
17
|
+
strokeLinecap: "round",
|
|
18
|
+
strokeLinejoin: "round"
|
|
19
|
+
}),
|
|
20
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
21
|
+
d: "M13.1079 2.92848C11.9585 2.16951 10.589 1.71336 9.1105 1.67668C4.91057 1.5725 1.4214 4.89275 1.31721 9.09268C1.21303 13.2926 4.53328 16.7818 8.73321 16.886C12.344 16.9755 15.4295 14.534 16.2902 11.1783",
|
|
22
|
+
stroke: "currentColor",
|
|
23
|
+
strokeLinecap: "round"
|
|
24
|
+
}),
|
|
25
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
26
|
+
d: "M15.5439 17.7734L19.1358 21.7072",
|
|
27
|
+
stroke: "currentColor",
|
|
28
|
+
strokeLinecap: "round"
|
|
29
|
+
})
|
|
30
|
+
]
|
|
31
|
+
});
|
|
32
|
+
var AiSearchThin_default = SvgAiSearchThin;
|
|
33
|
+
|
|
34
|
+
//#endregion
|
|
35
|
+
exports.AiSearchThin_default = AiSearchThin_default;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { __toESM } from "./_virtual/rolldown_runtime.js";
|
|
2
|
+
import { require_jsx_runtime } from "./node_modules/react/jsx-runtime.js";
|
|
3
|
+
|
|
4
|
+
//#region ../icons/dist/AiSearchThin.js
|
|
5
|
+
var import_jsx_runtime = /* @__PURE__ */ __toESM(require_jsx_runtime());
|
|
6
|
+
const SvgAiSearchThin = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", {
|
|
7
|
+
width: 26,
|
|
8
|
+
height: 23,
|
|
9
|
+
viewBox: "0 0 26 23",
|
|
10
|
+
fill: "none",
|
|
11
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
12
|
+
...props,
|
|
13
|
+
children: [
|
|
14
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
15
|
+
d: "M19.1063 1.14819L19.9991 3.46956C20.1443 3.84706 20.2169 4.03581 20.3298 4.19458C20.4298 4.3353 20.5528 4.45824 20.6935 4.55829C20.8523 4.67118 21.041 4.74378 21.4185 4.88897L23.7399 5.78181L21.4185 6.67464C21.041 6.81984 20.8523 6.89243 20.6935 7.00532C20.5528 7.10538 20.4298 7.22832 20.3298 7.36904C20.2169 7.5278 20.1443 7.71656 19.9991 8.09406L19.1063 10.4154L18.2134 8.09406C18.0682 7.71656 17.9956 7.5278 17.8828 7.36903C17.7827 7.22832 17.6598 7.10538 17.519 7.00532C17.3603 6.89243 17.1715 6.81984 16.794 6.67464L14.4727 5.78181L16.794 4.88897C17.1715 4.74378 17.3603 4.67118 17.519 4.55829C17.6598 4.45824 17.7827 4.3353 17.8828 4.19458C17.9956 4.03581 18.0682 3.84706 18.2134 3.46956L19.1063 1.14819Z",
|
|
16
|
+
stroke: "currentColor",
|
|
17
|
+
strokeLinecap: "round",
|
|
18
|
+
strokeLinejoin: "round"
|
|
19
|
+
}),
|
|
20
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
21
|
+
d: "M13.1079 2.92848C11.9585 2.16951 10.589 1.71336 9.1105 1.67668C4.91057 1.5725 1.4214 4.89275 1.31721 9.09268C1.21303 13.2926 4.53328 16.7818 8.73321 16.886C12.344 16.9755 15.4295 14.534 16.2902 11.1783",
|
|
22
|
+
stroke: "currentColor",
|
|
23
|
+
strokeLinecap: "round"
|
|
24
|
+
}),
|
|
25
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
26
|
+
d: "M15.5439 17.7734L19.1358 21.7072",
|
|
27
|
+
stroke: "currentColor",
|
|
28
|
+
strokeLinecap: "round"
|
|
29
|
+
})
|
|
30
|
+
]
|
|
31
|
+
});
|
|
32
|
+
var AiSearchThin_default = SvgAiSearchThin;
|
|
33
|
+
|
|
34
|
+
//#endregion
|
|
35
|
+
export { AiSearchThin_default };
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
const require_rolldown_runtime = require('./_virtual/rolldown_runtime.cjs');
|
|
2
|
+
const require_jsx_runtime$1 = require('./node_modules/react/jsx-runtime.cjs');
|
|
3
|
+
|
|
4
|
+
//#region ../icons/dist/ChevronDown.js
|
|
5
|
+
var import_jsx_runtime = /* @__PURE__ */ require_rolldown_runtime.__toESM(require_jsx_runtime$1.require_jsx_runtime());
|
|
6
|
+
const SvgChevronDown = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", {
|
|
7
|
+
width: 24,
|
|
8
|
+
height: 24,
|
|
9
|
+
viewBox: "0 0 24 24",
|
|
10
|
+
fill: "none",
|
|
11
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
12
|
+
...props,
|
|
13
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
14
|
+
fillRule: "evenodd",
|
|
15
|
+
clipRule: "evenodd",
|
|
16
|
+
d: "M5.46783 10.4697C5.76072 10.1768 6.2356 10.1768 6.52849 10.4697L11.655 15.5962L16.7815 10.4697C17.0744 10.1768 17.5493 10.1768 17.8422 10.4697C18.1351 10.7626 18.1351 11.2374 17.8422 11.5303L11.655 17.7175L5.46783 11.5303C5.17494 11.2374 5.17494 10.7626 5.46783 10.4697Z",
|
|
17
|
+
fill: "#222222"
|
|
18
|
+
})
|
|
19
|
+
});
|
|
20
|
+
var ChevronDown_default = SvgChevronDown;
|
|
21
|
+
|
|
22
|
+
//#endregion
|
|
23
|
+
exports.ChevronDown_default = ChevronDown_default;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { __toESM } from "./_virtual/rolldown_runtime.js";
|
|
2
|
+
import { require_jsx_runtime } from "./node_modules/react/jsx-runtime.js";
|
|
3
|
+
|
|
4
|
+
//#region ../icons/dist/ChevronDown.js
|
|
5
|
+
var import_jsx_runtime = /* @__PURE__ */ __toESM(require_jsx_runtime());
|
|
6
|
+
const SvgChevronDown = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", {
|
|
7
|
+
width: 24,
|
|
8
|
+
height: 24,
|
|
9
|
+
viewBox: "0 0 24 24",
|
|
10
|
+
fill: "none",
|
|
11
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
12
|
+
...props,
|
|
13
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
14
|
+
fillRule: "evenodd",
|
|
15
|
+
clipRule: "evenodd",
|
|
16
|
+
d: "M5.46783 10.4697C5.76072 10.1768 6.2356 10.1768 6.52849 10.4697L11.655 15.5962L16.7815 10.4697C17.0744 10.1768 17.5493 10.1768 17.8422 10.4697C18.1351 10.7626 18.1351 11.2374 17.8422 11.5303L11.655 17.7175L5.46783 11.5303C5.17494 11.2374 5.17494 10.7626 5.46783 10.4697Z",
|
|
17
|
+
fill: "#222222"
|
|
18
|
+
})
|
|
19
|
+
});
|
|
20
|
+
var ChevronDown_default = SvgChevronDown;
|
|
21
|
+
|
|
22
|
+
//#endregion
|
|
23
|
+
export { ChevronDown_default };
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
const require_rolldown_runtime = require('./_virtual/rolldown_runtime.cjs');
|
|
2
|
+
const require_jsx_runtime$1 = require('./node_modules/react/jsx-runtime.cjs');
|
|
3
|
+
|
|
4
|
+
//#region ../icons/dist/FourPointStar.js
|
|
5
|
+
var import_jsx_runtime = /* @__PURE__ */ require_rolldown_runtime.__toESM(require_jsx_runtime$1.require_jsx_runtime());
|
|
6
|
+
const SvgFourPointStar = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", {
|
|
7
|
+
width: 13,
|
|
8
|
+
height: 12,
|
|
9
|
+
viewBox: "0 0 13 12",
|
|
10
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
+
...props,
|
|
12
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
13
|
+
d: "M6.45324 0.546875L7.50401 3.27887C7.67488 3.72314 7.76032 3.94528 7.89318 4.13213C8.01094 4.29774 8.15563 4.44242 8.32123 4.56018C8.50808 4.69304 8.73023 4.77848 9.1745 4.94935L11.9065 6.00012L9.1745 7.05089C8.73023 7.22176 8.50808 7.3072 8.32123 7.44006C8.15563 7.55782 8.01094 7.7025 7.89318 7.86811C7.76032 8.05496 7.67488 8.2771 7.50401 8.72138L6.45324 11.4534L5.40248 8.72138C5.2316 8.2771 5.14616 8.05496 5.0133 7.86811C4.89555 7.7025 4.75086 7.55782 4.58526 7.44006C4.3984 7.3072 4.17627 7.22176 3.73199 7.05089L1 6.00012L3.73199 4.94935C4.17627 4.77848 4.3984 4.69304 4.58526 4.56018C4.75086 4.44242 4.89555 4.29774 5.0133 4.13213C5.14616 3.94528 5.2316 3.72314 5.40248 3.27887L6.45324 0.546875Z",
|
|
14
|
+
strokeWidth: .908874,
|
|
15
|
+
strokeLinecap: "round",
|
|
16
|
+
strokeLinejoin: "round"
|
|
17
|
+
})
|
|
18
|
+
});
|
|
19
|
+
var FourPointStar_default = SvgFourPointStar;
|
|
20
|
+
|
|
21
|
+
//#endregion
|
|
22
|
+
exports.FourPointStar_default = FourPointStar_default;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { __toESM } from "./_virtual/rolldown_runtime.js";
|
|
2
|
+
import { require_jsx_runtime } from "./node_modules/react/jsx-runtime.js";
|
|
3
|
+
|
|
4
|
+
//#region ../icons/dist/FourPointStar.js
|
|
5
|
+
var import_jsx_runtime = /* @__PURE__ */ __toESM(require_jsx_runtime());
|
|
6
|
+
const SvgFourPointStar = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", {
|
|
7
|
+
width: 13,
|
|
8
|
+
height: 12,
|
|
9
|
+
viewBox: "0 0 13 12",
|
|
10
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
+
...props,
|
|
12
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
13
|
+
d: "M6.45324 0.546875L7.50401 3.27887C7.67488 3.72314 7.76032 3.94528 7.89318 4.13213C8.01094 4.29774 8.15563 4.44242 8.32123 4.56018C8.50808 4.69304 8.73023 4.77848 9.1745 4.94935L11.9065 6.00012L9.1745 7.05089C8.73023 7.22176 8.50808 7.3072 8.32123 7.44006C8.15563 7.55782 8.01094 7.7025 7.89318 7.86811C7.76032 8.05496 7.67488 8.2771 7.50401 8.72138L6.45324 11.4534L5.40248 8.72138C5.2316 8.2771 5.14616 8.05496 5.0133 7.86811C4.89555 7.7025 4.75086 7.55782 4.58526 7.44006C4.3984 7.3072 4.17627 7.22176 3.73199 7.05089L1 6.00012L3.73199 4.94935C4.17627 4.77848 4.3984 4.69304 4.58526 4.56018C4.75086 4.44242 4.89555 4.29774 5.0133 4.13213C5.14616 3.94528 5.2316 3.72314 5.40248 3.27887L6.45324 0.546875Z",
|
|
14
|
+
strokeWidth: .908874,
|
|
15
|
+
strokeLinecap: "round",
|
|
16
|
+
strokeLinejoin: "round"
|
|
17
|
+
})
|
|
18
|
+
});
|
|
19
|
+
var FourPointStar_default = SvgFourPointStar;
|
|
20
|
+
|
|
21
|
+
//#endregion
|
|
22
|
+
export { FourPointStar_default };
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
const require_rolldown_runtime = require('./_virtual/rolldown_runtime.cjs');
|
|
2
|
+
const require_jsx_runtime$1 = require('./node_modules/react/jsx-runtime.cjs');
|
|
3
|
+
|
|
4
|
+
//#region ../icons/dist/IconClose.js
|
|
5
|
+
var import_jsx_runtime = /* @__PURE__ */ require_rolldown_runtime.__toESM(require_jsx_runtime$1.require_jsx_runtime());
|
|
6
|
+
const SvgIconClose = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", {
|
|
7
|
+
width: 24,
|
|
8
|
+
height: 24,
|
|
9
|
+
viewBox: "0 0 24 24",
|
|
10
|
+
fill: "none",
|
|
11
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
12
|
+
...props,
|
|
13
|
+
children: [/* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", {
|
|
14
|
+
cx: 12,
|
|
15
|
+
cy: 12,
|
|
16
|
+
r: 12,
|
|
17
|
+
fill: "#FCFCF9"
|
|
18
|
+
}), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
19
|
+
d: "M16.167 6L11.5 10.667L6.833 6L5 7.833L9.667 12.5L5 17.167L6.833 19L11.5 14.333L16.167 19L18 17.167L13.333 12.5L18 7.833L16.167 6Z",
|
|
20
|
+
fill: "currentColor"
|
|
21
|
+
})]
|
|
22
|
+
});
|
|
23
|
+
var IconClose_default = SvgIconClose;
|
|
24
|
+
|
|
25
|
+
//#endregion
|
|
26
|
+
exports.IconClose_default = IconClose_default;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { __toESM } from "./_virtual/rolldown_runtime.js";
|
|
2
|
+
import { require_jsx_runtime } from "./node_modules/react/jsx-runtime.js";
|
|
3
|
+
|
|
4
|
+
//#region ../icons/dist/IconClose.js
|
|
5
|
+
var import_jsx_runtime = /* @__PURE__ */ __toESM(require_jsx_runtime());
|
|
6
|
+
const SvgIconClose = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", {
|
|
7
|
+
width: 24,
|
|
8
|
+
height: 24,
|
|
9
|
+
viewBox: "0 0 24 24",
|
|
10
|
+
fill: "none",
|
|
11
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
12
|
+
...props,
|
|
13
|
+
children: [/* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", {
|
|
14
|
+
cx: 12,
|
|
15
|
+
cy: 12,
|
|
16
|
+
r: 12,
|
|
17
|
+
fill: "#FCFCF9"
|
|
18
|
+
}), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
19
|
+
d: "M16.167 6L11.5 10.667L6.833 6L5 7.833L9.667 12.5L5 17.167L6.833 19L11.5 14.333L16.167 19L18 17.167L13.333 12.5L18 7.833L16.167 6Z",
|
|
20
|
+
fill: "currentColor"
|
|
21
|
+
})]
|
|
22
|
+
});
|
|
23
|
+
var IconClose_default = SvgIconClose;
|
|
24
|
+
|
|
25
|
+
//#endregion
|
|
26
|
+
export { IconClose_default };
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
const require_rolldown_runtime = require('./_virtual/rolldown_runtime.cjs');
|
|
2
|
+
const require_jsx_runtime$1 = require('./node_modules/react/jsx-runtime.cjs');
|
|
3
|
+
|
|
4
|
+
//#region ../icons/dist/IconCloseVariant.js
|
|
5
|
+
var import_jsx_runtime = /* @__PURE__ */ require_rolldown_runtime.__toESM(require_jsx_runtime$1.require_jsx_runtime());
|
|
6
|
+
const SvgIconCloseVariant = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", {
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
...props,
|
|
10
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", {
|
|
11
|
+
className: "layer",
|
|
12
|
+
children: [/* @__PURE__ */ (0, import_jsx_runtime.jsx)("title", { children: "Layer 1" }), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
13
|
+
d: "m18.98,2.56l-6.76,6.76l-6.76,-6.76l-2.65,2.65l6.76,6.76l-6.76,6.76l2.65,2.65l6.76,-6.76l6.76,6.76l2.65,-2.65l-6.76,-6.76l6.76,-6.76l-2.65,-2.65z",
|
|
14
|
+
fill: "currentColor",
|
|
15
|
+
id: "svg_2"
|
|
16
|
+
})]
|
|
17
|
+
})
|
|
18
|
+
});
|
|
19
|
+
var IconCloseVariant_default = SvgIconCloseVariant;
|
|
20
|
+
|
|
21
|
+
//#endregion
|
|
22
|
+
exports.IconCloseVariant_default = IconCloseVariant_default;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { __toESM } from "./_virtual/rolldown_runtime.js";
|
|
2
|
+
import { require_jsx_runtime } from "./node_modules/react/jsx-runtime.js";
|
|
3
|
+
|
|
4
|
+
//#region ../icons/dist/IconCloseVariant.js
|
|
5
|
+
var import_jsx_runtime = /* @__PURE__ */ __toESM(require_jsx_runtime());
|
|
6
|
+
const SvgIconCloseVariant = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", {
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
...props,
|
|
10
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", {
|
|
11
|
+
className: "layer",
|
|
12
|
+
children: [/* @__PURE__ */ (0, import_jsx_runtime.jsx)("title", { children: "Layer 1" }), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
13
|
+
d: "m18.98,2.56l-6.76,6.76l-6.76,-6.76l-2.65,2.65l6.76,6.76l-6.76,6.76l2.65,2.65l6.76,-6.76l6.76,6.76l2.65,-2.65l-6.76,-6.76l6.76,-6.76l-2.65,-2.65z",
|
|
14
|
+
fill: "currentColor",
|
|
15
|
+
id: "svg_2"
|
|
16
|
+
})]
|
|
17
|
+
})
|
|
18
|
+
});
|
|
19
|
+
var IconCloseVariant_default = SvgIconCloseVariant;
|
|
20
|
+
|
|
21
|
+
//#endregion
|
|
22
|
+
export { IconCloseVariant_default };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
const require_rolldown_runtime = require('./_virtual/rolldown_runtime.cjs');
|
|
2
|
+
const require_jsx_runtime$1 = require('./node_modules/react/jsx-runtime.cjs');
|
|
3
|
+
|
|
4
|
+
//#region ../icons/dist/MagnifyingGlassStarVariant.js
|
|
5
|
+
var import_jsx_runtime = /* @__PURE__ */ require_rolldown_runtime.__toESM(require_jsx_runtime$1.require_jsx_runtime());
|
|
6
|
+
const SvgMagnifyingGlassStarVariant = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", {
|
|
7
|
+
width: 23,
|
|
8
|
+
height: 21,
|
|
9
|
+
viewBox: "0 0 23 21",
|
|
10
|
+
fill: "none",
|
|
11
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
12
|
+
...props,
|
|
13
|
+
children: [
|
|
14
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
15
|
+
d: "M16.9017 1.07275L17.6915 3.12627C17.82 3.46022 17.8842 3.62719 17.984 3.76764C18.0726 3.89211 18.1813 4.00087 18.3058 4.08938C18.4462 4.18925 18.6132 4.25347 18.9472 4.38191L21.0007 5.17172L18.9472 5.96154C18.6132 6.08998 18.4462 6.1542 18.3058 6.25406C18.1813 6.34257 18.0726 6.45133 17.984 6.57581C17.8842 6.71625 17.82 6.88323 17.6915 7.21717L16.9017 9.27069L16.1119 7.21717C15.9834 6.88323 15.9192 6.71625 15.8194 6.57581C15.7308 6.45133 15.6221 6.34257 15.4976 6.25406C15.3572 6.1542 15.1902 6.08998 14.8563 5.96154L12.8027 5.17172L14.8563 4.38191C15.1902 4.25347 15.3572 4.18925 15.4976 4.08938C15.6221 4.00087 15.7308 3.89211 15.8194 3.76764C15.9192 3.62719 15.9834 3.46022 16.1119 3.12627L16.9017 1.07275Z",
|
|
16
|
+
fill: "#595959",
|
|
17
|
+
stroke: "#595959",
|
|
18
|
+
strokeWidth: .910882,
|
|
19
|
+
strokeLinecap: "round",
|
|
20
|
+
strokeLinejoin: "round"
|
|
21
|
+
}),
|
|
22
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
23
|
+
d: "M11.5954 2.64387C10.5786 1.97247 9.36711 1.56895 8.05921 1.53651C4.34389 1.44434 1.25732 4.38149 1.16515 8.09681C1.07299 11.8121 4.01013 14.8987 7.72546 14.9909C10.9196 15.0701 13.6491 12.9102 14.4105 9.94181",
|
|
24
|
+
stroke: "#595959",
|
|
25
|
+
strokeWidth: 1.5,
|
|
26
|
+
strokeLinecap: "round"
|
|
27
|
+
}),
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
29
|
+
d: "M13.75 15.7759L16.9274 19.2557",
|
|
30
|
+
stroke: "#595959",
|
|
31
|
+
strokeWidth: 1.5,
|
|
32
|
+
strokeLinecap: "round"
|
|
33
|
+
})
|
|
34
|
+
]
|
|
35
|
+
});
|
|
36
|
+
var MagnifyingGlassStarVariant_default = SvgMagnifyingGlassStarVariant;
|
|
37
|
+
|
|
38
|
+
//#endregion
|
|
39
|
+
exports.MagnifyingGlassStarVariant_default = MagnifyingGlassStarVariant_default;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __toESM } from "./_virtual/rolldown_runtime.js";
|
|
2
|
+
import { require_jsx_runtime } from "./node_modules/react/jsx-runtime.js";
|
|
3
|
+
|
|
4
|
+
//#region ../icons/dist/MagnifyingGlassStarVariant.js
|
|
5
|
+
var import_jsx_runtime = /* @__PURE__ */ __toESM(require_jsx_runtime());
|
|
6
|
+
const SvgMagnifyingGlassStarVariant = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", {
|
|
7
|
+
width: 23,
|
|
8
|
+
height: 21,
|
|
9
|
+
viewBox: "0 0 23 21",
|
|
10
|
+
fill: "none",
|
|
11
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
12
|
+
...props,
|
|
13
|
+
children: [
|
|
14
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
15
|
+
d: "M16.9017 1.07275L17.6915 3.12627C17.82 3.46022 17.8842 3.62719 17.984 3.76764C18.0726 3.89211 18.1813 4.00087 18.3058 4.08938C18.4462 4.18925 18.6132 4.25347 18.9472 4.38191L21.0007 5.17172L18.9472 5.96154C18.6132 6.08998 18.4462 6.1542 18.3058 6.25406C18.1813 6.34257 18.0726 6.45133 17.984 6.57581C17.8842 6.71625 17.82 6.88323 17.6915 7.21717L16.9017 9.27069L16.1119 7.21717C15.9834 6.88323 15.9192 6.71625 15.8194 6.57581C15.7308 6.45133 15.6221 6.34257 15.4976 6.25406C15.3572 6.1542 15.1902 6.08998 14.8563 5.96154L12.8027 5.17172L14.8563 4.38191C15.1902 4.25347 15.3572 4.18925 15.4976 4.08938C15.6221 4.00087 15.7308 3.89211 15.8194 3.76764C15.9192 3.62719 15.9834 3.46022 16.1119 3.12627L16.9017 1.07275Z",
|
|
16
|
+
fill: "#595959",
|
|
17
|
+
stroke: "#595959",
|
|
18
|
+
strokeWidth: .910882,
|
|
19
|
+
strokeLinecap: "round",
|
|
20
|
+
strokeLinejoin: "round"
|
|
21
|
+
}),
|
|
22
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
23
|
+
d: "M11.5954 2.64387C10.5786 1.97247 9.36711 1.56895 8.05921 1.53651C4.34389 1.44434 1.25732 4.38149 1.16515 8.09681C1.07299 11.8121 4.01013 14.8987 7.72546 14.9909C10.9196 15.0701 13.6491 12.9102 14.4105 9.94181",
|
|
24
|
+
stroke: "#595959",
|
|
25
|
+
strokeWidth: 1.5,
|
|
26
|
+
strokeLinecap: "round"
|
|
27
|
+
}),
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
29
|
+
d: "M13.75 15.7759L16.9274 19.2557",
|
|
30
|
+
stroke: "#595959",
|
|
31
|
+
strokeWidth: 1.5,
|
|
32
|
+
strokeLinecap: "round"
|
|
33
|
+
})
|
|
34
|
+
]
|
|
35
|
+
});
|
|
36
|
+
var MagnifyingGlassStarVariant_default = SvgMagnifyingGlassStarVariant;
|
|
37
|
+
|
|
38
|
+
//#endregion
|
|
39
|
+
export { MagnifyingGlassStarVariant_default };
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
const require_rolldown_runtime = require('./_virtual/rolldown_runtime.cjs');
|
|
2
|
+
const require_jsx_runtime$1 = require('./node_modules/react/jsx-runtime.cjs');
|
|
3
|
+
|
|
4
|
+
//#region ../icons/dist/OutlinedStar.js
|
|
5
|
+
var import_jsx_runtime = /* @__PURE__ */ require_rolldown_runtime.__toESM(require_jsx_runtime$1.require_jsx_runtime());
|
|
6
|
+
const SvgOutlinedStar = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", {
|
|
7
|
+
width: 10,
|
|
8
|
+
height: 10,
|
|
9
|
+
viewBox: "0 0 10 10",
|
|
10
|
+
fill: "none",
|
|
11
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
12
|
+
...props,
|
|
13
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
14
|
+
d: "M5 1L5.30785 2.36664C5.56897 3.52576 6.4742 4.43104 7.63336 4.69216L9 5L7.63336 5.30784C6.4742 5.56896 5.56897 6.47416 5.30785 7.63336L5 9L4.69215 7.63336C4.43103 6.47416 3.5258 5.56896 2.36662 5.30784L1 5L2.36662 4.69216C3.5258 4.43104 4.43103 3.52584 4.69215 2.36664L5 1Z",
|
|
15
|
+
strokeWidth: .75,
|
|
16
|
+
strokeLinejoin: "round"
|
|
17
|
+
})
|
|
18
|
+
});
|
|
19
|
+
var OutlinedStar_default = SvgOutlinedStar;
|
|
20
|
+
|
|
21
|
+
//#endregion
|
|
22
|
+
exports.OutlinedStar_default = OutlinedStar_default;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { __toESM } from "./_virtual/rolldown_runtime.js";
|
|
2
|
+
import { require_jsx_runtime } from "./node_modules/react/jsx-runtime.js";
|
|
3
|
+
|
|
4
|
+
//#region ../icons/dist/OutlinedStar.js
|
|
5
|
+
var import_jsx_runtime = /* @__PURE__ */ __toESM(require_jsx_runtime());
|
|
6
|
+
const SvgOutlinedStar = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", {
|
|
7
|
+
width: 10,
|
|
8
|
+
height: 10,
|
|
9
|
+
viewBox: "0 0 10 10",
|
|
10
|
+
fill: "none",
|
|
11
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
12
|
+
...props,
|
|
13
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
14
|
+
d: "M5 1L5.30785 2.36664C5.56897 3.52576 6.4742 4.43104 7.63336 4.69216L9 5L7.63336 5.30784C6.4742 5.56896 5.56897 6.47416 5.30785 7.63336L5 9L4.69215 7.63336C4.43103 6.47416 3.5258 5.56896 2.36662 5.30784L1 5L2.36662 4.69216C3.5258 4.43104 4.43103 3.52584 4.69215 2.36664L5 1Z",
|
|
15
|
+
strokeWidth: .75,
|
|
16
|
+
strokeLinejoin: "round"
|
|
17
|
+
})
|
|
18
|
+
});
|
|
19
|
+
var OutlinedStar_default = SvgOutlinedStar;
|
|
20
|
+
|
|
21
|
+
//#endregion
|
|
22
|
+
export { OutlinedStar_default };
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
const require_rolldown_runtime = require('./_virtual/rolldown_runtime.cjs');
|
|
2
|
+
const require_jsx_runtime$1 = require('./node_modules/react/jsx-runtime.cjs');
|
|
3
|
+
|
|
4
|
+
//#region ../icons/dist/SettingsVariant.js
|
|
5
|
+
var import_jsx_runtime = /* @__PURE__ */ require_rolldown_runtime.__toESM(require_jsx_runtime$1.require_jsx_runtime());
|
|
6
|
+
const SvgSettingsVariant = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", {
|
|
7
|
+
width: 28,
|
|
8
|
+
height: 28,
|
|
9
|
+
viewBox: "0 0 28 28",
|
|
10
|
+
fill: "none",
|
|
11
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
12
|
+
...props,
|
|
13
|
+
children: [
|
|
14
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", {
|
|
15
|
+
cx: 3.5,
|
|
16
|
+
cy: 3.5,
|
|
17
|
+
r: 3.03346,
|
|
18
|
+
transform: "matrix(-1 0 0 1 22.4004 0)",
|
|
19
|
+
stroke: "#767676",
|
|
20
|
+
strokeWidth: .933083
|
|
21
|
+
}),
|
|
22
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
23
|
+
d: "M14 3.5L0 3.5",
|
|
24
|
+
stroke: "#767676",
|
|
25
|
+
strokeWidth: .933083
|
|
26
|
+
}),
|
|
27
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
28
|
+
d: "M28 3.5L23.5 3.5",
|
|
29
|
+
stroke: "#767676",
|
|
30
|
+
strokeWidth: .933083
|
|
31
|
+
}),
|
|
32
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", {
|
|
33
|
+
cx: 9.09961,
|
|
34
|
+
cy: 13.5,
|
|
35
|
+
r: 3.03346,
|
|
36
|
+
stroke: "#767676",
|
|
37
|
+
strokeWidth: .933083
|
|
38
|
+
}),
|
|
39
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
40
|
+
d: "M14 13.5L28 13.5",
|
|
41
|
+
stroke: "#767676",
|
|
42
|
+
strokeWidth: .933083
|
|
43
|
+
}),
|
|
44
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
45
|
+
d: "M0 13.5L4.5 13.5",
|
|
46
|
+
stroke: "#767676",
|
|
47
|
+
strokeWidth: .933083
|
|
48
|
+
}),
|
|
49
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", {
|
|
50
|
+
cx: 3.5,
|
|
51
|
+
cy: 3.5,
|
|
52
|
+
r: 3.03346,
|
|
53
|
+
transform: "matrix(-1 0 0 1 22.4004 20)",
|
|
54
|
+
stroke: "#767676",
|
|
55
|
+
strokeWidth: .933083
|
|
56
|
+
}),
|
|
57
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
58
|
+
d: "M14 23.5H0",
|
|
59
|
+
stroke: "#767676",
|
|
60
|
+
strokeWidth: .933083
|
|
61
|
+
}),
|
|
62
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
63
|
+
d: "M28 23.5L23.5 23.5",
|
|
64
|
+
stroke: "#767676",
|
|
65
|
+
strokeWidth: .933083
|
|
66
|
+
})
|
|
67
|
+
]
|
|
68
|
+
});
|
|
69
|
+
var SettingsVariant_default = SvgSettingsVariant;
|
|
70
|
+
|
|
71
|
+
//#endregion
|
|
72
|
+
exports.SettingsVariant_default = SettingsVariant_default;
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
import { __toESM } from "./_virtual/rolldown_runtime.js";
|
|
2
|
+
import { require_jsx_runtime } from "./node_modules/react/jsx-runtime.js";
|
|
3
|
+
|
|
4
|
+
//#region ../icons/dist/SettingsVariant.js
|
|
5
|
+
var import_jsx_runtime = /* @__PURE__ */ __toESM(require_jsx_runtime());
|
|
6
|
+
const SvgSettingsVariant = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", {
|
|
7
|
+
width: 28,
|
|
8
|
+
height: 28,
|
|
9
|
+
viewBox: "0 0 28 28",
|
|
10
|
+
fill: "none",
|
|
11
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
12
|
+
...props,
|
|
13
|
+
children: [
|
|
14
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", {
|
|
15
|
+
cx: 3.5,
|
|
16
|
+
cy: 3.5,
|
|
17
|
+
r: 3.03346,
|
|
18
|
+
transform: "matrix(-1 0 0 1 22.4004 0)",
|
|
19
|
+
stroke: "#767676",
|
|
20
|
+
strokeWidth: .933083
|
|
21
|
+
}),
|
|
22
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
23
|
+
d: "M14 3.5L0 3.5",
|
|
24
|
+
stroke: "#767676",
|
|
25
|
+
strokeWidth: .933083
|
|
26
|
+
}),
|
|
27
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
28
|
+
d: "M28 3.5L23.5 3.5",
|
|
29
|
+
stroke: "#767676",
|
|
30
|
+
strokeWidth: .933083
|
|
31
|
+
}),
|
|
32
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", {
|
|
33
|
+
cx: 9.09961,
|
|
34
|
+
cy: 13.5,
|
|
35
|
+
r: 3.03346,
|
|
36
|
+
stroke: "#767676",
|
|
37
|
+
strokeWidth: .933083
|
|
38
|
+
}),
|
|
39
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
40
|
+
d: "M14 13.5L28 13.5",
|
|
41
|
+
stroke: "#767676",
|
|
42
|
+
strokeWidth: .933083
|
|
43
|
+
}),
|
|
44
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
45
|
+
d: "M0 13.5L4.5 13.5",
|
|
46
|
+
stroke: "#767676",
|
|
47
|
+
strokeWidth: .933083
|
|
48
|
+
}),
|
|
49
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", {
|
|
50
|
+
cx: 3.5,
|
|
51
|
+
cy: 3.5,
|
|
52
|
+
r: 3.03346,
|
|
53
|
+
transform: "matrix(-1 0 0 1 22.4004 20)",
|
|
54
|
+
stroke: "#767676",
|
|
55
|
+
strokeWidth: .933083
|
|
56
|
+
}),
|
|
57
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
58
|
+
d: "M14 23.5H0",
|
|
59
|
+
stroke: "#767676",
|
|
60
|
+
strokeWidth: .933083
|
|
61
|
+
}),
|
|
62
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
63
|
+
d: "M28 23.5L23.5 23.5",
|
|
64
|
+
stroke: "#767676",
|
|
65
|
+
strokeWidth: .933083
|
|
66
|
+
})
|
|
67
|
+
]
|
|
68
|
+
});
|
|
69
|
+
var SettingsVariant_default = SvgSettingsVariant;
|
|
70
|
+
|
|
71
|
+
//#endregion
|
|
72
|
+
export { SettingsVariant_default };
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
const require_rolldown_runtime = require('./_virtual/rolldown_runtime.cjs');
|
|
2
|
+
const require_jsx_runtime$1 = require('./node_modules/react/jsx-runtime.cjs');
|
|
3
|
+
|
|
4
|
+
//#region ../icons/dist/Sparkles.js
|
|
5
|
+
var import_jsx_runtime = /* @__PURE__ */ require_rolldown_runtime.__toESM(require_jsx_runtime$1.require_jsx_runtime());
|
|
6
|
+
const SvgSparkles = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", {
|
|
7
|
+
width: 24,
|
|
8
|
+
height: 24,
|
|
9
|
+
viewBox: "0 0 24 24",
|
|
10
|
+
fill: "currentColor",
|
|
11
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
12
|
+
...props,
|
|
13
|
+
children: [
|
|
14
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
15
|
+
d: "M8.18658 5.99609L9.47499 9.34597C9.68451 9.89072 9.78927 10.1631 9.95218 10.3922C10.0966 10.5953 10.274 10.7727 10.477 10.9171C10.7061 11.08 10.9785 11.1847 11.5233 11.3943L14.8732 12.6827L11.5233 13.9711C10.9785 14.1806 10.7061 14.2854 10.477 14.4483C10.274 14.5927 10.0966 14.7701 9.95218 14.9731C9.78927 15.2022 9.68451 15.4746 9.47499 16.0194L8.18658 19.3693L6.89816 16.0194C6.68864 15.4746 6.58388 15.2022 6.42097 14.9731C6.27659 14.7701 6.09917 14.5927 5.89612 14.4483C5.66701 14.2854 5.39463 14.1806 4.84988 13.9711L1.5 12.6827L4.84987 11.3943C5.39463 11.1847 5.66701 11.08 5.89612 10.9171C6.09917 10.7727 6.27659 10.5953 6.42097 10.3922C6.58388 10.1631 6.68864 9.89072 6.89816 9.34597L8.18658 5.99609Z",
|
|
16
|
+
fill: "currentColor",
|
|
17
|
+
stroke: "currentColor",
|
|
18
|
+
strokeWidth: 1.11443,
|
|
19
|
+
strokeLinecap: "round",
|
|
20
|
+
strokeLinejoin: "round"
|
|
21
|
+
}),
|
|
22
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
23
|
+
d: "M19.6402 14.3135L20.2844 15.9884C20.3891 16.2608 20.4415 16.397 20.523 16.5115C20.5952 16.6131 20.6839 16.7018 20.7854 16.774C20.8999 16.8554 21.0361 16.9078 21.3085 17.0126L22.9835 17.6568L21.3085 18.301C21.0361 18.4057 20.8999 18.4581 20.7854 18.5396C20.6839 18.6118 20.5952 18.7005 20.523 18.802C20.4415 18.9166 20.3891 19.0527 20.2844 19.3251L19.6402 21.0001L18.996 19.3251C18.8912 19.0527 18.8388 18.9166 18.7574 18.802C18.6852 18.7005 18.5965 18.6118 18.4949 18.5396C18.3804 18.4581 18.2442 18.4057 17.9718 18.301L16.2969 17.6568L17.9718 17.0126C18.2442 16.9078 18.3804 16.8554 18.4949 16.774C18.5965 16.7018 18.6852 16.6131 18.7574 16.5115C18.8388 16.397 18.8912 16.2608 18.996 15.9884L19.6402 14.3135Z",
|
|
24
|
+
fill: "currentColor",
|
|
25
|
+
stroke: "currentColor",
|
|
26
|
+
strokeWidth: 1.11443,
|
|
27
|
+
strokeLinecap: "round",
|
|
28
|
+
strokeLinejoin: "round"
|
|
29
|
+
}),
|
|
30
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
31
|
+
d: "M17.0913 3L17.7355 4.67494C17.8403 4.94732 17.8927 5.0835 17.9741 5.19806C18.0463 5.29959 18.135 5.38829 18.2366 5.46049C18.3511 5.54194 18.4873 5.59432 18.7597 5.69908L20.4346 6.34329L18.7597 6.9875C18.4873 7.09226 18.3511 7.14464 18.2366 7.22609C18.135 7.29829 18.0463 7.38699 17.9741 7.48852C17.8927 7.60308 17.8403 7.73927 17.7355 8.01165L17.0913 9.68658L16.4471 8.01165C16.3424 7.73927 16.29 7.60308 16.2085 7.48852C16.1363 7.38699 16.0476 7.29829 15.9461 7.22609C15.8315 7.14464 15.6954 7.09226 15.423 6.9875L13.748 6.34329L15.423 5.69908C15.6954 5.59432 15.8315 5.54194 15.9461 5.46049C16.0476 5.38829 16.1363 5.29959 16.2085 5.19806C16.29 5.0835 16.3424 4.94731 16.4471 4.67494L17.0913 3Z",
|
|
32
|
+
fill: "currentColor",
|
|
33
|
+
stroke: "currentColor",
|
|
34
|
+
strokeWidth: 1.11443,
|
|
35
|
+
strokeLinecap: "round",
|
|
36
|
+
strokeLinejoin: "round"
|
|
37
|
+
})
|
|
38
|
+
]
|
|
39
|
+
});
|
|
40
|
+
var Sparkles_default = SvgSparkles;
|
|
41
|
+
|
|
42
|
+
//#endregion
|
|
43
|
+
exports.Sparkles_default = Sparkles_default;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { __toESM } from "./_virtual/rolldown_runtime.js";
|
|
2
|
+
import { require_jsx_runtime } from "./node_modules/react/jsx-runtime.js";
|
|
3
|
+
|
|
4
|
+
//#region ../icons/dist/Sparkles.js
|
|
5
|
+
var import_jsx_runtime = /* @__PURE__ */ __toESM(require_jsx_runtime());
|
|
6
|
+
const SvgSparkles = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", {
|
|
7
|
+
width: 24,
|
|
8
|
+
height: 24,
|
|
9
|
+
viewBox: "0 0 24 24",
|
|
10
|
+
fill: "currentColor",
|
|
11
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
12
|
+
...props,
|
|
13
|
+
children: [
|
|
14
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
15
|
+
d: "M8.18658 5.99609L9.47499 9.34597C9.68451 9.89072 9.78927 10.1631 9.95218 10.3922C10.0966 10.5953 10.274 10.7727 10.477 10.9171C10.7061 11.08 10.9785 11.1847 11.5233 11.3943L14.8732 12.6827L11.5233 13.9711C10.9785 14.1806 10.7061 14.2854 10.477 14.4483C10.274 14.5927 10.0966 14.7701 9.95218 14.9731C9.78927 15.2022 9.68451 15.4746 9.47499 16.0194L8.18658 19.3693L6.89816 16.0194C6.68864 15.4746 6.58388 15.2022 6.42097 14.9731C6.27659 14.7701 6.09917 14.5927 5.89612 14.4483C5.66701 14.2854 5.39463 14.1806 4.84988 13.9711L1.5 12.6827L4.84987 11.3943C5.39463 11.1847 5.66701 11.08 5.89612 10.9171C6.09917 10.7727 6.27659 10.5953 6.42097 10.3922C6.58388 10.1631 6.68864 9.89072 6.89816 9.34597L8.18658 5.99609Z",
|
|
16
|
+
fill: "currentColor",
|
|
17
|
+
stroke: "currentColor",
|
|
18
|
+
strokeWidth: 1.11443,
|
|
19
|
+
strokeLinecap: "round",
|
|
20
|
+
strokeLinejoin: "round"
|
|
21
|
+
}),
|
|
22
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
23
|
+
d: "M19.6402 14.3135L20.2844 15.9884C20.3891 16.2608 20.4415 16.397 20.523 16.5115C20.5952 16.6131 20.6839 16.7018 20.7854 16.774C20.8999 16.8554 21.0361 16.9078 21.3085 17.0126L22.9835 17.6568L21.3085 18.301C21.0361 18.4057 20.8999 18.4581 20.7854 18.5396C20.6839 18.6118 20.5952 18.7005 20.523 18.802C20.4415 18.9166 20.3891 19.0527 20.2844 19.3251L19.6402 21.0001L18.996 19.3251C18.8912 19.0527 18.8388 18.9166 18.7574 18.802C18.6852 18.7005 18.5965 18.6118 18.4949 18.5396C18.3804 18.4581 18.2442 18.4057 17.9718 18.301L16.2969 17.6568L17.9718 17.0126C18.2442 16.9078 18.3804 16.8554 18.4949 16.774C18.5965 16.7018 18.6852 16.6131 18.7574 16.5115C18.8388 16.397 18.8912 16.2608 18.996 15.9884L19.6402 14.3135Z",
|
|
24
|
+
fill: "currentColor",
|
|
25
|
+
stroke: "currentColor",
|
|
26
|
+
strokeWidth: 1.11443,
|
|
27
|
+
strokeLinecap: "round",
|
|
28
|
+
strokeLinejoin: "round"
|
|
29
|
+
}),
|
|
30
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
31
|
+
d: "M17.0913 3L17.7355 4.67494C17.8403 4.94732 17.8927 5.0835 17.9741 5.19806C18.0463 5.29959 18.135 5.38829 18.2366 5.46049C18.3511 5.54194 18.4873 5.59432 18.7597 5.69908L20.4346 6.34329L18.7597 6.9875C18.4873 7.09226 18.3511 7.14464 18.2366 7.22609C18.135 7.29829 18.0463 7.38699 17.9741 7.48852C17.8927 7.60308 17.8403 7.73927 17.7355 8.01165L17.0913 9.68658L16.4471 8.01165C16.3424 7.73927 16.29 7.60308 16.2085 7.48852C16.1363 7.38699 16.0476 7.29829 15.9461 7.22609C15.8315 7.14464 15.6954 7.09226 15.423 6.9875L13.748 6.34329L15.423 5.69908C15.6954 5.59432 15.8315 5.54194 15.9461 5.46049C16.0476 5.38829 16.1363 5.29959 16.2085 5.19806C16.29 5.0835 16.3424 4.94731 16.4471 4.67494L17.0913 3Z",
|
|
32
|
+
fill: "currentColor",
|
|
33
|
+
stroke: "currentColor",
|
|
34
|
+
strokeWidth: 1.11443,
|
|
35
|
+
strokeLinecap: "round",
|
|
36
|
+
strokeLinejoin: "round"
|
|
37
|
+
})
|
|
38
|
+
]
|
|
39
|
+
});
|
|
40
|
+
var Sparkles_default = SvgSparkles;
|
|
41
|
+
|
|
42
|
+
//#endregion
|
|
43
|
+
export { Sparkles_default };
|