@envive-ai/react-toolkit 0.3.1 → 0.3.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.
Files changed (61) hide show
  1. package/dist/components/Accordion/Accordion.d.ts +2 -2
  2. package/dist/components/AnimatedChevron/AnimatedChevron.d.cts +2 -2
  3. package/dist/components/AnimatedChevron/AnimatedChevron.d.ts +2 -2
  4. package/dist/components/AppliedFiltersScrollbar/AppliedFiltersScrollbar.d.cts +2 -2
  5. package/dist/components/AppliedFiltersScrollbar/AppliedFiltersScrollbar.d.ts +2 -2
  6. package/dist/components/ButtonBase/ButtonBase.d.cts +2 -2
  7. package/dist/components/ButtonBase/ButtonBase.d.ts +2 -2
  8. package/dist/components/DynamicFiltersScrollbar/DynamicFiltersScrollbar.d.cts +2 -2
  9. package/dist/components/DynamicFiltersScrollbar/DynamicFiltersScrollbar.d.ts +2 -2
  10. package/dist/components/FilterScrollbar/AppliedFiltersScrollbar.d.cts +2 -2
  11. package/dist/components/FilterScrollbar/AppliedFiltersScrollbar.d.ts +2 -2
  12. package/dist/components/FilterScrollbar/DynamicFiltersScrollbar.d.cts +2 -2
  13. package/dist/components/FilterScrollbar/DynamicFiltersScrollbar.d.ts +2 -2
  14. package/dist/components/ImageWithFallback/ImageWithFallback.d.cts +2 -2
  15. package/dist/components/ImageWithFallback/ImageWithFallback.d.ts +2 -2
  16. package/dist/components/ModalSheet/ModalSheet.d.cts +2 -2
  17. package/dist/components/ModalSheet/ModalSheet.d.ts +2 -2
  18. package/dist/components/ProductCard/ProductCard.d.cts +4 -4
  19. package/dist/components/ProductCard/ProductCard.d.ts +4 -4
  20. package/dist/components/ProductGrid/ProductGrid.d.cts +2 -2
  21. package/dist/components/ProductGrid/ProductGrid.d.ts +2 -2
  22. package/dist/components/RadioButton/RadioButton.d.cts +2 -2
  23. package/dist/components/RadioButton/RadioButton.d.ts +2 -2
  24. package/dist/components/RadioButtonGroup/RadioButtonGroup.d.cts +2 -2
  25. package/dist/components/RadioButtonGroup/RadioButtonGroup.d.ts +2 -2
  26. package/dist/components/SearchAutocomplete/SearchAutocomplete.d.cts +2 -2
  27. package/dist/components/SearchAutocomplete/SearchAutocomplete.d.ts +2 -2
  28. package/dist/components/SearchFilter/SearchFilter.d.cts +2 -2
  29. package/dist/components/SearchFilter/SearchFilter.d.ts +2 -2
  30. package/dist/components/SearchFilter/SearchFilterFooter.d.cts +2 -2
  31. package/dist/components/SearchFilter/SearchFilterFooter.d.ts +2 -2
  32. package/dist/components/SearchFilter/SearchFilterHeader.d.cts +2 -2
  33. package/dist/components/SearchFilter/SearchFilterHeader.d.ts +2 -2
  34. package/dist/components/SearchFilter/SearchFilterItem.d.cts +2 -2
  35. package/dist/components/SearchFilter/SearchFilterItem.d.ts +2 -2
  36. package/dist/components/SearchInputForm/SearchInputForm.d.cts +2 -2
  37. package/dist/components/SearchInputForm/SearchInputForm.d.ts +2 -2
  38. package/dist/components/SearchResultsContent/SearchResultsContent.d.cts +2 -2
  39. package/dist/components/SearchResultsContent/SearchResultsContent.d.ts +2 -2
  40. package/dist/components/SearchResultsFilterButton/SearchResultsFilterButton.d.cts +2 -2
  41. package/dist/components/SearchResultsFilterModal/SearchResultsFilterModal.d.cts +2 -2
  42. package/dist/components/SearchResultsFilterModal/SearchResultsFilterModal.d.ts +2 -2
  43. package/dist/components/SearchResultsFilterSidebar/SearchResultsFilter.d.cts +2 -2
  44. package/dist/components/SearchResultsFilterSidebar/SearchResultsFilter.d.ts +2 -2
  45. package/dist/components/SearchResultsStates/NoSearchResultsFound.d.ts +2 -2
  46. package/dist/components/SearchResultsStates/SearchResultsGrid.d.ts +2 -2
  47. package/dist/components/SearchResultsStates/SearchResultsLoadingGrid.d.ts +2 -2
  48. package/dist/components/SearchResultsToolbar/SearchResultsToolbar.d.ts +2 -2
  49. package/dist/components/SparkleAnimation/SparkleAnimation.d.cts +2 -2
  50. package/dist/components/SparkleAnimation/SparkleAnimation.d.ts +2 -2
  51. package/dist/components/Spinner/Spinner.d.cts +2 -2
  52. package/dist/components/Spinner/Spinner.d.ts +2 -2
  53. package/dist/components/SuggestionButton/SuggestionButton.d.cts +2 -2
  54. package/dist/components/SuggestionButton/SuggestionButton.d.ts +2 -2
  55. package/dist/components/ToggleButton/ToggleButton.d.ts +2 -2
  56. package/dist/models/colorsConfig.cjs +0 -1
  57. package/dist/models/colorsConfig.js +0 -1
  58. package/package.json +1 -1
  59. package/src/components/ButtonBase/ButtonBase.tsx +1 -0
  60. package/src/models/colorsConfig.ts +0 -1
  61. package/src/stories/ProductCardSkeleton.stories.tsx +1 -0
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime26 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime8 from "react/jsx-runtime";
2
2
 
3
3
  //#region src/components/Accordion/Accordion.d.ts
4
4
  interface AccordionProps {
@@ -8,6 +8,6 @@ interface AccordionProps {
8
8
  declare const Accordion: ({
9
9
  title,
10
10
  content
11
- }: AccordionProps) => react_jsx_runtime26.JSX.Element;
11
+ }: AccordionProps) => react_jsx_runtime8.JSX.Element;
12
12
  //#endregion
13
13
  export { Accordion };
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime24 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime15 from "react/jsx-runtime";
2
2
  import { MotionValue } from "framer-motion";
3
3
 
4
4
  //#region src/components/AnimatedChevron/AnimatedChevron.d.ts
@@ -9,6 +9,6 @@ interface AnimatedChevronProps {
9
9
  declare const AnimatedChevron: ({
10
10
  animationKey,
11
11
  chevronColor
12
- }: AnimatedChevronProps) => react_jsx_runtime24.JSX.Element;
12
+ }: AnimatedChevronProps) => react_jsx_runtime15.JSX.Element;
13
13
  //#endregion
14
14
  export { AnimatedChevron };
@@ -1,5 +1,5 @@
1
1
  import { MotionValue } from "framer-motion";
2
- import * as react_jsx_runtime27 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime20 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/AnimatedChevron/AnimatedChevron.d.ts
5
5
  interface AnimatedChevronProps {
@@ -9,6 +9,6 @@ interface AnimatedChevronProps {
9
9
  declare const AnimatedChevron: ({
10
10
  animationKey,
11
11
  chevronColor
12
- }: AnimatedChevronProps) => react_jsx_runtime27.JSX.Element;
12
+ }: AnimatedChevronProps) => react_jsx_runtime20.JSX.Element;
13
13
  //#endregion
14
14
  export { AnimatedChevron };
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime23 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime29 from "react/jsx-runtime";
2
2
  import { SelectedFilterOption } from "@envive-ai/react-hooks/atoms/search";
3
3
 
4
4
  //#region src/components/AppliedFiltersScrollbar/AppliedFiltersScrollbar.d.ts
@@ -17,6 +17,6 @@ declare const AppliedFiltersScrollbar: ({
17
17
  filterHoverClasses,
18
18
  appliedFilterBackgroundClasses,
19
19
  onRemoveFilter
20
- }: AppliedFiltersScrollbarProps) => react_jsx_runtime23.JSX.Element;
20
+ }: AppliedFiltersScrollbarProps) => react_jsx_runtime29.JSX.Element;
21
21
  //#endregion
22
22
  export { AppliedFiltersScrollbar };
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime19 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime23 from "react/jsx-runtime";
2
2
  import { SelectedFilterOption } from "@envive-ai/react-hooks/atoms/search";
3
3
 
4
4
  //#region src/components/AppliedFiltersScrollbar/AppliedFiltersScrollbar.d.ts
@@ -17,6 +17,6 @@ declare const AppliedFiltersScrollbar: ({
17
17
  filterHoverClasses,
18
18
  appliedFilterBackgroundClasses,
19
19
  onRemoveFilter
20
- }: AppliedFiltersScrollbarProps) => react_jsx_runtime19.JSX.Element;
20
+ }: AppliedFiltersScrollbarProps) => react_jsx_runtime23.JSX.Element;
21
21
  //#endregion
22
22
  export { AppliedFiltersScrollbar };
@@ -1,5 +1,5 @@
1
1
  import { ButtonBaseProps } from "./types.cjs";
2
- import * as react_jsx_runtime29 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime18 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/ButtonBase/ButtonBase.d.ts
5
5
  declare const ButtonBase: ({
@@ -13,6 +13,6 @@ declare const ButtonBase: ({
13
13
  dataTestId,
14
14
  onClick,
15
15
  disablePadding
16
- }: ButtonBaseProps) => react_jsx_runtime29.JSX.Element;
16
+ }: ButtonBaseProps) => react_jsx_runtime18.JSX.Element;
17
17
  //#endregion
18
18
  export { ButtonBase };
@@ -1,5 +1,5 @@
1
1
  import { ButtonBaseProps } from "./types.js";
2
- import * as react_jsx_runtime24 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime22 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/ButtonBase/ButtonBase.d.ts
5
5
  declare const ButtonBase: ({
@@ -13,6 +13,6 @@ declare const ButtonBase: ({
13
13
  dataTestId,
14
14
  onClick,
15
15
  disablePadding
16
- }: ButtonBaseProps) => react_jsx_runtime24.JSX.Element;
16
+ }: ButtonBaseProps) => react_jsx_runtime22.JSX.Element;
17
17
  //#endregion
18
18
  export { ButtonBase };
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime28 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime30 from "react/jsx-runtime";
2
2
 
3
3
  //#region src/components/DynamicFiltersScrollbar/DynamicFiltersScrollbar.d.ts
4
4
  interface DynamicFiltersScrollbarProps {
@@ -23,6 +23,6 @@ declare const DynamicFiltersScrollbar: ({
23
23
  filterDefaultClasses,
24
24
  filterHoverClasses,
25
25
  onToggleDynamicFilter
26
- }: DynamicFiltersScrollbarProps) => react_jsx_runtime28.JSX.Element;
26
+ }: DynamicFiltersScrollbarProps) => react_jsx_runtime30.JSX.Element;
27
27
  //#endregion
28
28
  export { DynamicFiltersScrollbar };
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime20 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime31 from "react/jsx-runtime";
2
2
 
3
3
  //#region src/components/DynamicFiltersScrollbar/DynamicFiltersScrollbar.d.ts
4
4
  interface DynamicFiltersScrollbarProps {
@@ -23,6 +23,6 @@ declare const DynamicFiltersScrollbar: ({
23
23
  filterDefaultClasses,
24
24
  filterHoverClasses,
25
25
  onToggleDynamicFilter
26
- }: DynamicFiltersScrollbarProps) => react_jsx_runtime20.JSX.Element;
26
+ }: DynamicFiltersScrollbarProps) => react_jsx_runtime31.JSX.Element;
27
27
  //#endregion
28
28
  export { DynamicFiltersScrollbar };
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime22 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime24 from "react/jsx-runtime";
2
2
  import { SelectedFilterOption } from "@envive-ai/react-hooks/atoms/search";
3
3
 
4
4
  //#region src/components/FilterScrollbar/AppliedFiltersScrollbar.d.ts
@@ -17,6 +17,6 @@ declare const AppliedFiltersScrollbar: ({
17
17
  filterHoverClasses,
18
18
  appliedFilterBackgroundClasses,
19
19
  onRemoveFilter
20
- }: AppliedFiltersScrollbarProps) => react_jsx_runtime22.JSX.Element;
20
+ }: AppliedFiltersScrollbarProps) => react_jsx_runtime24.JSX.Element;
21
21
  //#endregion
22
22
  export { AppliedFiltersScrollbar };
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime12 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime29 from "react/jsx-runtime";
2
2
  import { SelectedFilterOption } from "@envive-ai/react-hooks/atoms/search";
3
3
 
4
4
  //#region src/components/FilterScrollbar/AppliedFiltersScrollbar.d.ts
@@ -17,6 +17,6 @@ declare const AppliedFiltersScrollbar: ({
17
17
  filterHoverClasses,
18
18
  appliedFilterBackgroundClasses,
19
19
  onRemoveFilter
20
- }: AppliedFiltersScrollbarProps) => react_jsx_runtime12.JSX.Element;
20
+ }: AppliedFiltersScrollbarProps) => react_jsx_runtime29.JSX.Element;
21
21
  //#endregion
22
22
  export { AppliedFiltersScrollbar };
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime20 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime23 from "react/jsx-runtime";
2
2
 
3
3
  //#region src/components/FilterScrollbar/DynamicFiltersScrollbar.d.ts
4
4
  interface DynamicFiltersScrollbarProps {
@@ -23,6 +23,6 @@ declare const DynamicFiltersScrollbar: ({
23
23
  filterDefaultClasses,
24
24
  filterHoverClasses,
25
25
  onToggleDynamicFilter
26
- }: DynamicFiltersScrollbarProps) => react_jsx_runtime20.JSX.Element;
26
+ }: DynamicFiltersScrollbarProps) => react_jsx_runtime23.JSX.Element;
27
27
  //#endregion
28
28
  export { DynamicFiltersScrollbar };
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime11 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime28 from "react/jsx-runtime";
2
2
 
3
3
  //#region src/components/FilterScrollbar/DynamicFiltersScrollbar.d.ts
4
4
  interface DynamicFiltersScrollbarProps {
@@ -23,6 +23,6 @@ declare const DynamicFiltersScrollbar: ({
23
23
  filterDefaultClasses,
24
24
  filterHoverClasses,
25
25
  onToggleDynamicFilter
26
- }: DynamicFiltersScrollbarProps) => react_jsx_runtime11.JSX.Element;
26
+ }: DynamicFiltersScrollbarProps) => react_jsx_runtime28.JSX.Element;
27
27
  //#endregion
28
28
  export { DynamicFiltersScrollbar };
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime19 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime20 from "react/jsx-runtime";
2
2
  import React from "react";
3
3
 
4
4
  //#region src/components/ImageWithFallback/ImageWithFallback.d.ts
@@ -21,6 +21,6 @@ declare const ImageWithFallback: ({
21
21
  imageClassnames,
22
22
  onLoad,
23
23
  onError
24
- }: ImageWithFallbackProps) => react_jsx_runtime19.JSX.Element;
24
+ }: ImageWithFallbackProps) => react_jsx_runtime20.JSX.Element;
25
25
  //#endregion
26
26
  export { ImageWithFallback, ImageWithFallbackProps };
@@ -1,5 +1,5 @@
1
1
  import React from "react";
2
- import * as react_jsx_runtime25 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime30 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/ImageWithFallback/ImageWithFallback.d.ts
5
5
  interface ImageWithFallbackProps {
@@ -21,6 +21,6 @@ declare const ImageWithFallback: ({
21
21
  imageClassnames,
22
22
  onLoad,
23
23
  onError
24
- }: ImageWithFallbackProps) => react_jsx_runtime25.JSX.Element;
24
+ }: ImageWithFallbackProps) => react_jsx_runtime30.JSX.Element;
25
25
  //#endregion
26
26
  export { ImageWithFallback, ImageWithFallbackProps };
@@ -1,5 +1,5 @@
1
1
  import { ModalSheetProps } from "./types.cjs";
2
- import * as react_jsx_runtime12 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime25 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/ModalSheet/ModalSheet.d.ts
5
5
  declare const ModalSheet: ({
@@ -10,6 +10,6 @@ declare const ModalSheet: ({
10
10
  desktopWidth,
11
11
  headerProps,
12
12
  footerProps
13
- }: ModalSheetProps) => react_jsx_runtime12.JSX.Element;
13
+ }: ModalSheetProps) => react_jsx_runtime25.JSX.Element;
14
14
  //#endregion
15
15
  export { ModalSheet };
@@ -1,5 +1,5 @@
1
1
  import { ModalSheetProps } from "./types.js";
2
- import * as react_jsx_runtime22 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime26 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/ModalSheet/ModalSheet.d.ts
5
5
  declare const ModalSheet: ({
@@ -10,6 +10,6 @@ declare const ModalSheet: ({
10
10
  desktopWidth,
11
11
  headerProps,
12
12
  footerProps
13
- }: ModalSheetProps) => react_jsx_runtime22.JSX.Element;
13
+ }: ModalSheetProps) => react_jsx_runtime26.JSX.Element;
14
14
  //#endregion
15
15
  export { ModalSheet };
@@ -1,5 +1,5 @@
1
1
  import { ProductCardConfig, ProductCardHoverVariant, ProductCardLayoutVariant, ProductCardVariant } from "./types.cjs";
2
- import * as react_jsx_runtime25 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime26 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/ProductCard/ProductCard.d.ts
5
5
  interface RatingSummaryProps {
@@ -11,7 +11,7 @@ declare const RatingSummary: ({
11
11
  stars,
12
12
  reviewCount,
13
13
  className
14
- }: RatingSummaryProps) => react_jsx_runtime25.JSX.Element;
14
+ }: RatingSummaryProps) => react_jsx_runtime26.JSX.Element;
15
15
  interface PriceSectionProps {
16
16
  originalPrice?: string;
17
17
  salePrice?: string;
@@ -21,7 +21,7 @@ declare const PriceSection: ({
21
21
  originalPrice,
22
22
  salePrice,
23
23
  pricePrefix
24
- }: PriceSectionProps) => react_jsx_runtime25.JSX.Element;
24
+ }: PriceSectionProps) => react_jsx_runtime26.JSX.Element;
25
25
  interface ProductCardProps {
26
26
  productCardConfig?: ProductCardConfig;
27
27
  merchantShortName: string;
@@ -59,6 +59,6 @@ declare const ProductCard: ({
59
59
  aspectRatio,
60
60
  growWithContainer,
61
61
  onClick
62
- }: ProductCardProps) => react_jsx_runtime25.JSX.Element;
62
+ }: ProductCardProps) => react_jsx_runtime26.JSX.Element;
63
63
  //#endregion
64
64
  export { PriceSection, ProductCard, RatingSummary, RatingSummaryProps };
@@ -1,5 +1,5 @@
1
1
  import { ProductCardConfig, ProductCardHoverVariant, ProductCardLayoutVariant, ProductCardVariant } from "./types.js";
2
- import * as react_jsx_runtime29 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime17 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/ProductCard/ProductCard.d.ts
5
5
  interface RatingSummaryProps {
@@ -11,7 +11,7 @@ declare const RatingSummary: ({
11
11
  stars,
12
12
  reviewCount,
13
13
  className
14
- }: RatingSummaryProps) => react_jsx_runtime29.JSX.Element;
14
+ }: RatingSummaryProps) => react_jsx_runtime17.JSX.Element;
15
15
  interface PriceSectionProps {
16
16
  originalPrice?: string;
17
17
  salePrice?: string;
@@ -21,7 +21,7 @@ declare const PriceSection: ({
21
21
  originalPrice,
22
22
  salePrice,
23
23
  pricePrefix
24
- }: PriceSectionProps) => react_jsx_runtime29.JSX.Element;
24
+ }: PriceSectionProps) => react_jsx_runtime17.JSX.Element;
25
25
  interface ProductCardProps {
26
26
  productCardConfig?: ProductCardConfig;
27
27
  merchantShortName: string;
@@ -59,6 +59,6 @@ declare const ProductCard: ({
59
59
  aspectRatio,
60
60
  growWithContainer,
61
61
  onClick
62
- }: ProductCardProps) => react_jsx_runtime29.JSX.Element;
62
+ }: ProductCardProps) => react_jsx_runtime17.JSX.Element;
63
63
  //#endregion
64
64
  export { PriceSection, ProductCard, RatingSummary, RatingSummaryProps };
@@ -1,5 +1,5 @@
1
1
  import { ProductCardConfig, ProductGridVariant } from "../ProductCard/types.cjs";
2
- import * as react_jsx_runtime14 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime17 from "react/jsx-runtime";
3
3
  import { SearchResponseProductAttributes } from "@envive-ai/react-hooks/application/models";
4
4
 
5
5
  //#region src/components/ProductGrid/ProductGrid.d.ts
@@ -20,6 +20,6 @@ declare const ProductGrid: ({
20
20
  merchantShortName,
21
21
  cardsGrowWithContainer,
22
22
  onProductClick
23
- }: ProductGridProps) => react_jsx_runtime14.JSX.Element;
23
+ }: ProductGridProps) => react_jsx_runtime17.JSX.Element;
24
24
  //#endregion
25
25
  export { ProductGrid };
@@ -1,5 +1,5 @@
1
1
  import { ProductCardConfig, ProductGridVariant } from "../ProductCard/types.js";
2
- import * as react_jsx_runtime28 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime24 from "react/jsx-runtime";
3
3
  import { SearchResponseProductAttributes } from "@envive-ai/react-hooks/application/models";
4
4
 
5
5
  //#region src/components/ProductGrid/ProductGrid.d.ts
@@ -20,6 +20,6 @@ declare const ProductGrid: ({
20
20
  merchantShortName,
21
21
  cardsGrowWithContainer,
22
22
  onProductClick
23
- }: ProductGridProps) => react_jsx_runtime28.JSX.Element;
23
+ }: ProductGridProps) => react_jsx_runtime24.JSX.Element;
24
24
  //#endregion
25
25
  export { ProductGrid };
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime13 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime16 from "react/jsx-runtime";
2
2
  import { TestProps } from "@envive-ai/react-hooks/types";
3
3
 
4
4
  //#region src/components/RadioButton/RadioButton.d.ts
@@ -27,6 +27,6 @@ declare const RadioButton: ({
27
27
  checked,
28
28
  onChange,
29
29
  id
30
- }: RadioButtonProps) => react_jsx_runtime13.JSX.Element;
30
+ }: RadioButtonProps) => react_jsx_runtime16.JSX.Element;
31
31
  //#endregion
32
32
  export { RadioButton };
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime6 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime25 from "react/jsx-runtime";
2
2
  import { TestProps } from "@envive-ai/react-hooks/types";
3
3
 
4
4
  //#region src/components/RadioButton/RadioButton.d.ts
@@ -27,6 +27,6 @@ declare const RadioButton: ({
27
27
  checked,
28
28
  onChange,
29
29
  id
30
- }: RadioButtonProps) => react_jsx_runtime6.JSX.Element;
30
+ }: RadioButtonProps) => react_jsx_runtime25.JSX.Element;
31
31
  //#endregion
32
32
  export { RadioButton };
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime3 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime19 from "react/jsx-runtime";
2
2
  import { TestProps } from "@envive-ai/react-hooks/types";
3
3
 
4
4
  //#region src/components/RadioButtonGroup/RadioButtonGroup.d.ts
@@ -31,6 +31,6 @@ declare const RadioButtonGroup: ({
31
31
  gap,
32
32
  textButtonGap,
33
33
  onChange
34
- }: RadioButtonGroupProps) => react_jsx_runtime3.JSX.Element;
34
+ }: RadioButtonGroupProps) => react_jsx_runtime19.JSX.Element;
35
35
  //#endregion
36
36
  export { RadioButtonGroup, SPIFFY_RADIO_BUTTON_GROUP_CLASS };
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime18 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime27 from "react/jsx-runtime";
2
2
  import { TestProps } from "@envive-ai/react-hooks/types";
3
3
 
4
4
  //#region src/components/RadioButtonGroup/RadioButtonGroup.d.ts
@@ -31,6 +31,6 @@ declare const RadioButtonGroup: ({
31
31
  gap,
32
32
  textButtonGap,
33
33
  onChange
34
- }: RadioButtonGroupProps) => react_jsx_runtime18.JSX.Element;
34
+ }: RadioButtonGroupProps) => react_jsx_runtime27.JSX.Element;
35
35
  //#endregion
36
36
  export { RadioButtonGroup, SPIFFY_RADIO_BUTTON_GROUP_CLASS };
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime10 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime22 from "react/jsx-runtime";
2
2
 
3
3
  //#region src/components/SearchAutocomplete/SearchAutocomplete.d.ts
4
4
  interface GlobalSearchAutocompleteProps {
@@ -16,6 +16,6 @@ declare const SearchAutocomplete: ({
16
16
  searchText,
17
17
  onSuggestionSelect,
18
18
  iconColor
19
- }: GlobalSearchAutocompleteProps) => react_jsx_runtime10.JSX.Element;
19
+ }: GlobalSearchAutocompleteProps) => react_jsx_runtime22.JSX.Element;
20
20
  //#endregion
21
21
  export { SearchAutocomplete };
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime7 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime13 from "react/jsx-runtime";
2
2
 
3
3
  //#region src/components/SearchAutocomplete/SearchAutocomplete.d.ts
4
4
  interface GlobalSearchAutocompleteProps {
@@ -16,6 +16,6 @@ declare const SearchAutocomplete: ({
16
16
  searchText,
17
17
  onSuggestionSelect,
18
18
  iconColor
19
- }: GlobalSearchAutocompleteProps) => react_jsx_runtime7.JSX.Element;
19
+ }: GlobalSearchAutocompleteProps) => react_jsx_runtime13.JSX.Element;
20
20
  //#endregion
21
21
  export { SearchAutocomplete };
@@ -1,5 +1,5 @@
1
1
  import { SearchFilterProps } from "./types.cjs";
2
- import * as react_jsx_runtime15 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime7 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/SearchFilter/SearchFilter.d.ts
5
5
  declare const SearchFilter: ({
@@ -18,6 +18,6 @@ declare const SearchFilter: ({
18
18
  radioButtonHoverColor,
19
19
  radioButtonUncheckedBorderColor,
20
20
  filterCloseIconVariant
21
- }: SearchFilterProps) => react_jsx_runtime15.JSX.Element;
21
+ }: SearchFilterProps) => react_jsx_runtime7.JSX.Element;
22
22
  //#endregion
23
23
  export { SearchFilter };
@@ -1,5 +1,5 @@
1
1
  import { SearchFilterProps } from "./types.js";
2
- import * as react_jsx_runtime1 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime9 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/SearchFilter/SearchFilter.d.ts
5
5
  declare const SearchFilter: ({
@@ -18,6 +18,6 @@ declare const SearchFilter: ({
18
18
  radioButtonHoverColor,
19
19
  radioButtonUncheckedBorderColor,
20
20
  filterCloseIconVariant
21
- }: SearchFilterProps) => react_jsx_runtime1.JSX.Element;
21
+ }: SearchFilterProps) => react_jsx_runtime9.JSX.Element;
22
22
  //#endregion
23
23
  export { SearchFilter };
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime16 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime9 from "react/jsx-runtime";
2
2
  import { FilterFooterProps } from "@envive-ai/react-hooks/types";
3
3
 
4
4
  //#region src/components/SearchFilter/SearchFilterFooter.d.ts
@@ -9,6 +9,6 @@ declare const SearchFilterFooter: ({
9
9
  applyFiltersUnchangedClasses,
10
10
  applyFiltersChangedClasses,
11
11
  hasFiltersChanged
12
- }: FilterFooterProps) => react_jsx_runtime16.JSX.Element;
12
+ }: FilterFooterProps) => react_jsx_runtime9.JSX.Element;
13
13
  //#endregion
14
14
  export { SearchFilterFooter };
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime2 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime12 from "react/jsx-runtime";
2
2
  import { FilterFooterProps } from "@envive-ai/react-hooks/types";
3
3
 
4
4
  //#region src/components/SearchFilter/SearchFilterFooter.d.ts
@@ -9,6 +9,6 @@ declare const SearchFilterFooter: ({
9
9
  applyFiltersUnchangedClasses,
10
10
  applyFiltersChangedClasses,
11
11
  hasFiltersChanged
12
- }: FilterFooterProps) => react_jsx_runtime2.JSX.Element;
12
+ }: FilterFooterProps) => react_jsx_runtime12.JSX.Element;
13
13
  //#endregion
14
14
  export { SearchFilterFooter };
@@ -1,5 +1,5 @@
1
1
  import { SearchFilterHeaderProps } from "./types.cjs";
2
- import * as react_jsx_runtime17 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime8 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/SearchFilter/SearchFilterHeader.d.ts
5
5
  declare const SearchFilterHeader: ({
@@ -7,6 +7,6 @@ declare const SearchFilterHeader: ({
7
7
  productCount,
8
8
  headerClassName,
9
9
  filterCloseIconVariant
10
- }: SearchFilterHeaderProps) => react_jsx_runtime17.JSX.Element;
10
+ }: SearchFilterHeaderProps) => react_jsx_runtime8.JSX.Element;
11
11
  //#endregion
12
12
  export { SearchFilterHeader };
@@ -1,5 +1,5 @@
1
1
  import { SearchFilterHeaderProps } from "./types.js";
2
- import * as react_jsx_runtime3 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime11 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/SearchFilter/SearchFilterHeader.d.ts
5
5
  declare const SearchFilterHeader: ({
@@ -7,6 +7,6 @@ declare const SearchFilterHeader: ({
7
7
  productCount,
8
8
  headerClassName,
9
9
  filterCloseIconVariant
10
- }: SearchFilterHeaderProps) => react_jsx_runtime3.JSX.Element;
10
+ }: SearchFilterHeaderProps) => react_jsx_runtime11.JSX.Element;
11
11
  //#endregion
12
12
  export { SearchFilterHeader };
@@ -1,5 +1,5 @@
1
1
  import { SearchFilterItemProps } from "./types.cjs";
2
- import * as react_jsx_runtime18 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime10 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/SearchFilter/SearchFilterItem.d.ts
5
5
  declare const SearchFilterItem: ({
@@ -8,6 +8,6 @@ declare const SearchFilterItem: ({
8
8
  radioButtonFillColor,
9
9
  radioButtonHoverColor,
10
10
  radioButtonUncheckedBorderColor
11
- }: SearchFilterItemProps) => react_jsx_runtime18.JSX.Element;
11
+ }: SearchFilterItemProps) => react_jsx_runtime10.JSX.Element;
12
12
  //#endregion
13
13
  export { SearchFilterItem };
@@ -1,5 +1,5 @@
1
1
  import { SearchFilterItemProps } from "./types.js";
2
- import * as react_jsx_runtime4 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime10 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/SearchFilter/SearchFilterItem.d.ts
5
5
  declare const SearchFilterItem: ({
@@ -8,6 +8,6 @@ declare const SearchFilterItem: ({
8
8
  radioButtonFillColor,
9
9
  radioButtonHoverColor,
10
10
  radioButtonUncheckedBorderColor
11
- }: SearchFilterItemProps) => react_jsx_runtime4.JSX.Element;
11
+ }: SearchFilterItemProps) => react_jsx_runtime10.JSX.Element;
12
12
  //#endregion
13
13
  export { SearchFilterItem };
@@ -1,5 +1,5 @@
1
1
  import { SearchInputVariant } from "../../atoms/search/types.cjs";
2
- import * as react_jsx_runtime11 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime14 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/SearchInputForm/SearchInputForm.d.ts
5
5
  interface SearchInputFormProps {
@@ -33,6 +33,6 @@ declare const SearchInputForm: ({
33
33
  onSearchInputFocus,
34
34
  onSearchInputBlur,
35
35
  searchInputRef
36
- }: SearchInputFormProps) => react_jsx_runtime11.JSX.Element;
36
+ }: SearchInputFormProps) => react_jsx_runtime14.JSX.Element;
37
37
  //#endregion
38
38
  export { SearchInputForm };
@@ -1,5 +1,5 @@
1
1
  import { SearchInputVariant } from "../../atoms/search/types.js";
2
- import * as react_jsx_runtime21 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime16 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/SearchInputForm/SearchInputForm.d.ts
5
5
  interface SearchInputFormProps {
@@ -33,6 +33,6 @@ declare const SearchInputForm: ({
33
33
  onSearchInputFocus,
34
34
  onSearchInputBlur,
35
35
  searchInputRef
36
- }: SearchInputFormProps) => react_jsx_runtime21.JSX.Element;
36
+ }: SearchInputFormProps) => react_jsx_runtime16.JSX.Element;
37
37
  //#endregion
38
38
  export { SearchInputForm };
@@ -1,6 +1,6 @@
1
1
  import { ProductCardConfig, ProductGridVariant, SearchResponseProductAttributes } from "../ProductCard/types.cjs";
2
2
  import { SearchFilterSidebarVariant } from "../SearchResultsFilterSidebar/types.cjs";
3
- import * as react_jsx_runtime8 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime13 from "react/jsx-runtime";
4
4
  import { SelectedFilterOption } from "@envive-ai/react-hooks/atoms/search";
5
5
  import { SearchResponseProduct } from "@spiffy-ai/commerce-api-client";
6
6
  import { SearchResultsState } from "@envive-ai/react-hooks/hooks/utils";
@@ -52,6 +52,6 @@ declare const SearchResultsContent: ({
52
52
  searchResultsRef,
53
53
  toolbarHeight,
54
54
  query
55
- }: SearchResultsContentProps) => react_jsx_runtime8.JSX.Element;
55
+ }: SearchResultsContentProps) => react_jsx_runtime13.JSX.Element;
56
56
  //#endregion
57
57
  export { SearchResultsContent };
@@ -1,6 +1,6 @@
1
1
  import { ProductCardConfig, ProductGridVariant, SearchResponseProductAttributes } from "../ProductCard/types.js";
2
2
  import { SearchFilterSidebarVariant } from "../SearchResultsFilterSidebar/types.js";
3
- import * as react_jsx_runtime23 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime14 from "react/jsx-runtime";
4
4
  import { SearchResultsState } from "@envive-ai/react-hooks/hooks/utils";
5
5
  import { SelectedFilterOption } from "@envive-ai/react-hooks/atoms/search";
6
6
  import { SearchResponseProduct } from "@spiffy-ai/commerce-api-client";
@@ -52,6 +52,6 @@ declare const SearchResultsContent: ({
52
52
  searchResultsRef,
53
53
  toolbarHeight,
54
54
  query
55
- }: SearchResultsContentProps) => react_jsx_runtime23.JSX.Element;
55
+ }: SearchResultsContentProps) => react_jsx_runtime14.JSX.Element;
56
56
  //#endregion
57
57
  export { SearchResultsContent };
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime6 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime11 from "react/jsx-runtime";
2
2
 
3
3
  //#region src/components/SearchResultsFilterButton/SearchResultsFilterButton.d.ts
4
4
  type SearchResultsFilterButtonProps = {
@@ -8,6 +8,6 @@ type SearchResultsFilterButtonProps = {
8
8
  declare const SearchResultsFilterButton: ({
9
9
  setIsOpen,
10
10
  filterButtonText
11
- }: SearchResultsFilterButtonProps) => react_jsx_runtime6.JSX.Element;
11
+ }: SearchResultsFilterButtonProps) => react_jsx_runtime11.JSX.Element;
12
12
  //#endregion
13
13
  export { SearchResultsFilterButton, SearchResultsFilterButtonProps };
@@ -1,5 +1,5 @@
1
1
  import { SearchFilterSidebarVariant } from "../SearchResultsFilterSidebar/types.cjs";
2
- import * as react_jsx_runtime9 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime12 from "react/jsx-runtime";
3
3
  import { SearchFilterDatum, SelectFilterItem } from "@envive-ai/react-hooks/types";
4
4
 
5
5
  //#region src/components/SearchResultsFilterModal/SearchResultsFilterModal.d.ts
@@ -22,6 +22,6 @@ declare const SearchResultsFilterModal: ({
22
22
  onSelectFilterItem,
23
23
  onClearAllFilters,
24
24
  filterButtonText
25
- }: SearchResultsFilterModalProps) => react_jsx_runtime9.JSX.Element;
25
+ }: SearchResultsFilterModalProps) => react_jsx_runtime12.JSX.Element;
26
26
  //#endregion
27
27
  export { SearchResultsFilterModal, SearchResultsFilterModalProps };
@@ -1,5 +1,5 @@
1
1
  import { SearchFilterSidebarVariant } from "../SearchResultsFilterSidebar/types.js";
2
- import * as react_jsx_runtime16 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime21 from "react/jsx-runtime";
3
3
  import { SearchFilterDatum, SelectFilterItem } from "@envive-ai/react-hooks/types";
4
4
 
5
5
  //#region src/components/SearchResultsFilterModal/SearchResultsFilterModal.d.ts
@@ -22,6 +22,6 @@ declare const SearchResultsFilterModal: ({
22
22
  onSelectFilterItem,
23
23
  onClearAllFilters,
24
24
  filterButtonText
25
- }: SearchResultsFilterModalProps) => react_jsx_runtime16.JSX.Element;
25
+ }: SearchResultsFilterModalProps) => react_jsx_runtime21.JSX.Element;
26
26
  //#endregion
27
27
  export { SearchResultsFilterModal, SearchResultsFilterModalProps };
@@ -1,5 +1,5 @@
1
1
  import { SearchFilterSidebarVariant } from "./types.cjs";
2
- import * as react_jsx_runtime7 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime3 from "react/jsx-runtime";
3
3
  import { SearchFilterDatum, SelectFilterItem } from "@envive-ai/react-hooks/types";
4
4
 
5
5
  //#region src/components/SearchResultsFilterSidebar/SearchResultsFilter.d.ts
@@ -22,6 +22,6 @@ declare const SearchResultsFilter: ({
22
22
  onSelectFilterItem,
23
23
  onClearAllFilters,
24
24
  filterButtonText
25
- }: SearchResultsFilterProps) => react_jsx_runtime7.JSX.Element;
25
+ }: SearchResultsFilterProps) => react_jsx_runtime3.JSX.Element;
26
26
  //#endregion
27
27
  export { SearchResultsFilter, SearchResultsFilterProps };
@@ -1,5 +1,5 @@
1
1
  import { SearchFilterSidebarVariant } from "./types.js";
2
- import * as react_jsx_runtime17 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime7 from "react/jsx-runtime";
3
3
  import { SearchFilterDatum, SelectFilterItem } from "@envive-ai/react-hooks/types";
4
4
 
5
5
  //#region src/components/SearchResultsFilterSidebar/SearchResultsFilter.d.ts
@@ -22,6 +22,6 @@ declare const SearchResultsFilter: ({
22
22
  onSelectFilterItem,
23
23
  onClearAllFilters,
24
24
  filterButtonText
25
- }: SearchResultsFilterProps) => react_jsx_runtime17.JSX.Element;
25
+ }: SearchResultsFilterProps) => react_jsx_runtime7.JSX.Element;
26
26
  //#endregion
27
27
  export { SearchResultsFilter, SearchResultsFilterProps };
@@ -1,5 +1,5 @@
1
1
  import { ProductGridVariant } from "../ProductCard/types.js";
2
- import * as react_jsx_runtime8 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime6 from "react/jsx-runtime";
3
3
  import { SearchResponseProductAttributes } from "@envive-ai/react-hooks/application/models";
4
4
 
5
5
  //#region src/components/SearchResultsStates/NoSearchResultsFound.d.ts
@@ -20,6 +20,6 @@ declare const NoSearchResultsFound: ({
20
20
  searchText,
21
21
  merchantShortName,
22
22
  productGridVariant
23
- }: NoSearchResultsFoundProps) => react_jsx_runtime8.JSX.Element;
23
+ }: NoSearchResultsFoundProps) => react_jsx_runtime6.JSX.Element;
24
24
  //#endregion
25
25
  export { NoSearchResultsFound };
@@ -1,6 +1,6 @@
1
1
  import { ProductCardConfig, ProductGridVariant } from "../ProductCard/types.js";
2
2
  import { SearchFilterSidebarVariant } from "../SearchResultsFilterSidebar/types.js";
3
- import * as react_jsx_runtime10 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime5 from "react/jsx-runtime";
4
4
  import { SelectedFilterOption } from "@envive-ai/react-hooks/atoms/search";
5
5
  import { SearchResponseProduct } from "@spiffy-ai/commerce-api-client";
6
6
 
@@ -41,6 +41,6 @@ declare const SearchResultsGrid: ({
41
41
  onRemoveFilter,
42
42
  onToggleDynamicFilter,
43
43
  onProductClick
44
- }: SearchResultsGridProps) => react_jsx_runtime10.JSX.Element;
44
+ }: SearchResultsGridProps) => react_jsx_runtime5.JSX.Element;
45
45
  //#endregion
46
46
  export { SearchResultsGrid };
@@ -1,5 +1,5 @@
1
1
  import { ProductGridVariant } from "../ProductCard/types.js";
2
- import * as react_jsx_runtime9 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime4 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/SearchResultsStates/SearchResultsLoadingGrid.d.ts
5
5
  declare const SearchResultsLoadingGrid: ({
@@ -10,6 +10,6 @@ declare const SearchResultsLoadingGrid: ({
10
10
  productGridVariant: ProductGridVariant;
11
11
  productGridClasses: string;
12
12
  sparkleIconColor?: string;
13
- }) => react_jsx_runtime9.JSX.Element;
13
+ }) => react_jsx_runtime4.JSX.Element;
14
14
  //#endregion
15
15
  export { SearchResultsLoadingGrid };
@@ -1,5 +1,5 @@
1
1
  import React from "react";
2
- import * as react_jsx_runtime13 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime0 from "react/jsx-runtime";
3
3
  import { SearchInputVariant } from "@envive-ai/react-hooks/contexts/types";
4
4
 
5
5
  //#region src/components/SearchResultsToolbar/SearchResultsToolbar.d.ts
@@ -44,6 +44,6 @@ declare const SearchResultsToolbar: ({
44
44
  toolbarRef,
45
45
  isVisible,
46
46
  className
47
- }: SearchResultsToolbarProps) => react_jsx_runtime13.JSX.Element;
47
+ }: SearchResultsToolbarProps) => react_jsx_runtime0.JSX.Element;
48
48
  //#endregion
49
49
  export { SearchResultsToolbar };
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime30 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime0 from "react/jsx-runtime";
2
2
 
3
3
  //#region src/components/SparkleAnimation/SparkleAnimation.d.ts
4
4
  interface SparkleAnimationProps {
@@ -10,6 +10,6 @@ declare const SparkleAnimation: ({
10
10
  color,
11
11
  className,
12
12
  animate
13
- }: SparkleAnimationProps) => react_jsx_runtime30.JSX.Element;
13
+ }: SparkleAnimationProps) => react_jsx_runtime0.JSX.Element;
14
14
  //#endregion
15
15
  export { SparkleAnimation };
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime5 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime0 from "react/jsx-runtime";
2
2
 
3
3
  //#region src/components/SparkleAnimation/SparkleAnimation.d.ts
4
4
  interface SparkleAnimationProps {
@@ -10,6 +10,6 @@ declare const SparkleAnimation: ({
10
10
  color,
11
11
  className,
12
12
  animate
13
- }: SparkleAnimationProps) => react_jsx_runtime5.JSX.Element;
13
+ }: SparkleAnimationProps) => react_jsx_runtime0.JSX.Element;
14
14
  //#endregion
15
15
  export { SparkleAnimation };
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime0 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime5 from "react/jsx-runtime";
2
2
 
3
3
  //#region src/components/Spinner/Spinner.d.ts
4
4
  type SpinnerProps = {
@@ -6,6 +6,6 @@ type SpinnerProps = {
6
6
  };
7
7
  declare const Spinner: ({
8
8
  className
9
- }: SpinnerProps) => react_jsx_runtime0.JSX.Element;
9
+ }: SpinnerProps) => react_jsx_runtime5.JSX.Element;
10
10
  //#endregion
11
11
  export { Spinner };
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime0 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime3 from "react/jsx-runtime";
2
2
 
3
3
  //#region src/components/Spinner/Spinner.d.ts
4
4
  type SpinnerProps = {
@@ -6,6 +6,6 @@ type SpinnerProps = {
6
6
  };
7
7
  declare const Spinner: ({
8
8
  className
9
- }: SpinnerProps) => react_jsx_runtime0.JSX.Element;
9
+ }: SpinnerProps) => react_jsx_runtime3.JSX.Element;
10
10
  //#endregion
11
11
  export { Spinner };
@@ -1,5 +1,5 @@
1
1
  import { SuggestionButtonVariant } from "./types.cjs";
2
- import * as react_jsx_runtime5 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime6 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/SuggestionButton/SuggestionButton.d.ts
5
5
  declare const SPIFFY_SUGGESTION_BUTTON_QUESTION_CLASS = "spiffy-suggestion-button-question-class";
@@ -28,6 +28,6 @@ declare const SuggestionButton: ({
28
28
  dataAttributes,
29
29
  dataTestId,
30
30
  onClick
31
- }: SuggestionButtonProps) => react_jsx_runtime5.JSX.Element;
31
+ }: SuggestionButtonProps) => react_jsx_runtime6.JSX.Element;
32
32
  //#endregion
33
33
  export { SPIFFY_SUGGESTION_BUTTON_ANSWER_CLASS, SPIFFY_SUGGESTION_BUTTON_QUESTION_CLASS, SPIFFY_SUGGESTION_BUTTON_TEXT_CLASS, SuggestionButton };
@@ -1,5 +1,5 @@
1
1
  import { SuggestionButtonVariant } from "./types.js";
2
- import * as react_jsx_runtime14 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime2 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/SuggestionButton/SuggestionButton.d.ts
5
5
  declare const SPIFFY_SUGGESTION_BUTTON_QUESTION_CLASS = "spiffy-suggestion-button-question-class";
@@ -28,6 +28,6 @@ declare const SuggestionButton: ({
28
28
  dataAttributes,
29
29
  dataTestId,
30
30
  onClick
31
- }: SuggestionButtonProps) => react_jsx_runtime14.JSX.Element;
31
+ }: SuggestionButtonProps) => react_jsx_runtime2.JSX.Element;
32
32
  //#endregion
33
33
  export { SPIFFY_SUGGESTION_BUTTON_ANSWER_CLASS, SPIFFY_SUGGESTION_BUTTON_QUESTION_CLASS, SPIFFY_SUGGESTION_BUTTON_TEXT_CLASS, SuggestionButton };
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime0 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime1 from "react/jsx-runtime";
2
2
 
3
3
  //#region src/components/ToggleButton/ToggleButton.d.ts
4
4
  type ToggleButtonProps = {
@@ -25,6 +25,6 @@ declare const ToggleButton: ({
25
25
  icon,
26
26
  iconClassName,
27
27
  variant
28
- }: ToggleButtonProps) => react_jsx_runtime0.JSX.Element;
28
+ }: ToggleButtonProps) => react_jsx_runtime1.JSX.Element;
29
29
  //#endregion
30
30
  export { ToggleButton, ToggleButtonProps, ToggleButtonVariant };
@@ -16,7 +16,6 @@ var ColorNames = /* @__PURE__ */ function(ColorNames$1) {
16
16
  ColorNames$1["BorderLight"] = "border-light";
17
17
  ColorNames$1["BorderMedium"] = "border-medium";
18
18
  ColorNames$1["BorderDark"] = "border-dark";
19
- ColorNames$1["BorderOutline"] = "border-outline";
20
19
  ColorNames$1["AccentPrimary"] = "accent-primary";
21
20
  ColorNames$1["AccentSecondary"] = "accent-secondary";
22
21
  return ColorNames$1;
@@ -15,7 +15,6 @@ var ColorNames = /* @__PURE__ */ function(ColorNames$1) {
15
15
  ColorNames$1["BorderLight"] = "border-light";
16
16
  ColorNames$1["BorderMedium"] = "border-medium";
17
17
  ColorNames$1["BorderDark"] = "border-dark";
18
- ColorNames$1["BorderOutline"] = "border-outline";
19
18
  ColorNames$1["AccentPrimary"] = "accent-primary";
20
19
  ColorNames$1["AccentSecondary"] = "accent-secondary";
21
20
  return ColorNames$1;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@envive-ai/react-toolkit",
3
- "version": "0.3.1",
3
+ "version": "0.3.3",
4
4
  "description": "React component library for Envive services.",
5
5
  "keywords": [
6
6
  "react",
@@ -38,6 +38,7 @@ export const ButtonBase = ({
38
38
  [`${textClass}`]: textClass != null,
39
39
  });
40
40
 
41
+ // eslint-disable-next-line unused-imports/no-unused-vars, @typescript-eslint/no-unused-vars
41
42
  const iconClassName = classNames({
42
43
  [ButtonBaseOverrides.BUTTON_ICON]: true,
43
44
  [`${iconClass}`]: iconClass != null,
@@ -14,7 +14,6 @@ enum ColorNames {
14
14
  BorderLight = 'border-light',
15
15
  BorderMedium = 'border-medium',
16
16
  BorderDark = 'border-dark',
17
- BorderOutline = 'border-outline',
18
17
  AccentPrimary = 'accent-primary',
19
18
  AccentSecondary = 'accent-secondary',
20
19
  }
@@ -4,6 +4,7 @@ import { ProductCardSkeletonProps } from '../components/ProductCard/types';
4
4
 
5
5
  const meta = {
6
6
  title: 'Components/ProductCard/ProductCardSkeleton',
7
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
7
8
  component: ProductCardSkeleton as any as any,
8
9
  parameters: {
9
10
  layout: 'centered',