@a4ui/core 0.22.0 → 0.23.0

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.
@@ -5,4 +5,7 @@ export { ProductGrid, type ProductGridProps } from './ProductGrid';
5
5
  export { CartLine, type CartLineProps } from './CartLine';
6
6
  export { CartSummary, type CartSummaryProps, type CartSummaryItem } from './CartSummary';
7
7
  export { FilterGroup, type FilterGroupProps, type FacetOption } from './FilterGroup';
8
+ export { FacetSidebar, type FacetSidebarProps, type FacetSection, type FacetPrice } from './FacetSidebar';
9
+ export { PriceBlock, type PriceBlockProps, type PriceBlockCoupon, type PriceBlockFinancing, type PriceBlockSize, } from './PriceBlock';
10
+ export { ConditionScale, type ConditionScaleProps, type ConditionTier } from './ConditionScale';
8
11
  export { createCart, type Cart, type CartProduct, type CartEntry } from './createCart';