@websolutespa/bom-llm 0.0.40 → 0.0.41

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,5 +1,11 @@
1
1
  # @websolutespa/bom-llm
2
2
 
3
+ ## 0.0.41
4
+
5
+ ### Patch Changes
6
+
7
+ - Modified: ProductCard availability
8
+
3
9
  ## 0.0.40
4
10
 
5
11
  ### Patch Changes
package/dist/umd/index.js CHANGED
@@ -32999,10 +32999,13 @@ void main(void) {
32999
32999
  }) : /*#__PURE__*/jsxRuntimeExports.jsx("div", {
33000
33000
  className: "llm__product-soldout",
33001
33001
  children: label('llm.soldOut')
33002
- })), hasAvailabilityLabel && /*#__PURE__*/jsxRuntimeExports.jsx("div", {
33002
+ })), hasAvailabilityLabel && (availability ? /*#__PURE__*/jsxRuntimeExports.jsx("div", {
33003
+ className: "llm__product-available",
33004
+ children: props.availabilityLabel
33005
+ }) : /*#__PURE__*/jsxRuntimeExports.jsx("div", {
33003
33006
  className: "llm__product-soldout",
33004
33007
  children: props.availabilityLabel
33005
- }), props.cta && /*#__PURE__*/jsxRuntimeExports.jsxs("div", {
33008
+ })), props.cta && /*#__PURE__*/jsxRuntimeExports.jsxs("div", {
33006
33009
  className: "llm__product-cta",
33007
33010
  children: [/*#__PURE__*/jsxRuntimeExports.jsx("span", {
33008
33011
  children: props.cta