@websolutespa/bom-llm 0.0.40 → 0.0.42

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,17 @@
1
1
  # @websolutespa/bom-llm
2
2
 
3
+ ## 0.0.42
4
+
5
+ ### Patch Changes
6
+
7
+ - Modified: ProductCard style
8
+
9
+ ## 0.0.41
10
+
11
+ ### Patch Changes
12
+
13
+ - Modified: ProductCard availability
14
+
3
15
  ## 0.0.40
4
16
 
5
17
  ### Patch Changes
@@ -2735,13 +2735,13 @@ llm-embed {
2735
2735
  align-items: center;
2736
2736
  aspect-ratio: var(--llm-product-aspect-ratio);
2737
2737
  overflow: hidden;
2738
- background: var(--llm-color-neutral-200);
2738
+ background: var(--llm-product-background);
2739
2739
  }
2740
2740
  .llm .llm__product-asset > img {
2741
2741
  width: 100%;
2742
2742
  height: 100%;
2743
2743
  object-fit: contain;
2744
- background: var(--llm-color-neutral-200);
2744
+ background: var(--llm-product-background);
2745
2745
  }
2746
2746
  .llm .llm__product-content {
2747
2747
  position: relative;
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