@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 +6 -0
- package/dist/umd/index.css +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/umd/index.css
CHANGED
|
@@ -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-
|
|
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-
|
|
2744
|
+
background: var(--llm-product-background);
|
|
2745
2745
|
}
|
|
2746
2746
|
.llm .llm__product-content {
|
|
2747
2747
|
position: relative;
|