@haus-storefront-react/shared-types 0.0.32-7 → 0.0.32-9

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/CHANGELOG.md CHANGED
@@ -1,3 +1,36 @@
1
+ ## 0.0.32-8 (2025-09-23)
2
+
3
+ ### 🚀 Features
4
+
5
+ - enhance form handling and component props across various modules ([21edaa1](https://github.com/WeAreHausTech/haus-storefront-components/commit/21edaa1))
6
+ - add discount management components and hooks ([#33](https://github.com/WeAreHausTech/haus-storefront-components/pull/33))
7
+ - add ProductBadge component for enhanced product presentation ([#26](https://github.com/WeAreHausTech/haus-storefront-components/pull/26))
8
+ - add filters component for product listing ([d780517](https://github.com/WeAreHausTech/haus-storefront-components/commit/d780517))
9
+ - add ProductListPrice component to handle pricing details ([4f53f48](https://github.com/WeAreHausTech/haus-storefront-components/commit/4f53f48))
10
+
11
+ ### ❤️ Thank You
12
+
13
+ - Johanna Bertils @johannabertils
14
+ - Mathias Saxenstrand
15
+
16
+ ## 0.0.32-7 (2025-09-17)
17
+
18
+ ### 🚀 Features
19
+
20
+ - add collection and collections functionality to SDK ([79c1d54](https://github.com/WeAreHausTech/haus-storefront-components/commit/79c1d54))
21
+ - enhance SDK context and add active plugin configuration support ([bc7e8ac](https://github.com/WeAreHausTech/haus-storefront-components/commit/bc7e8ac))
22
+ - add Vendure Elastic Search Plugin integration ([6aaa641](https://github.com/WeAreHausTech/haus-storefront-components/commit/6aaa641))
23
+ - enhance form handling and component props across various modules ([21edaa1](https://github.com/WeAreHausTech/haus-storefront-components/commit/21edaa1))
24
+ - add discount management components and hooks ([#33](https://github.com/WeAreHausTech/haus-storefront-components/pull/33))
25
+ - add ProductBadge component for enhanced product presentation ([#26](https://github.com/WeAreHausTech/haus-storefront-components/pull/26))
26
+ - add filters component for product listing ([d780517](https://github.com/WeAreHausTech/haus-storefront-components/commit/d780517))
27
+ - add ProductListPrice component to handle pricing details ([4f53f48](https://github.com/WeAreHausTech/haus-storefront-components/commit/4f53f48))
28
+
29
+ ### ❤️ Thank You
30
+
31
+ - Johanna Bertils @johannabertils
32
+ - Mathias Saxenstrand
33
+
1
34
  ## 0.0.32-6 (2025-09-17)
2
35
 
3
36
  ### 🚀 Features
package/index.d.ts CHANGED
@@ -84,6 +84,7 @@ export type PriceFilterType = {
84
84
  export type EnabledFilter<T = FacetValueFilterType | PriceFilterType> = T & {
85
85
  label?: string;
86
86
  };
87
+ export type ActiveFilters = Record<string, (string | undefined)[]>;
87
88
  export type FacetValueFilterInput = {
88
89
  and?: Maybe<string>;
89
90
  or?: Maybe<Array<string>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haus-storefront-react/shared-types",
3
- "version": "0.0.32-7",
3
+ "version": "0.0.32-9",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "exports": {