@websolutespa/bom-llm 0.0.41 → 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,11 @@
1
1
  # @websolutespa/bom-llm
2
2
 
3
+ ## 0.0.42
4
+
5
+ ### Patch Changes
6
+
7
+ - Modified: ProductCard style
8
+
3
9
  ## 0.0.41
4
10
 
5
11
  ### 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@websolutespa/bom-llm",
3
- "version": "0.0.41",
3
+ "version": "0.0.42",
4
4
  "description": "LLM module of the BOM Repository",
5
5
  "keywords": [
6
6
  "bom",