@websolutespa/bom-llm 0.0.51 → 0.0.52
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 +19 -9
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/umd/index.css
CHANGED
|
@@ -1956,7 +1956,7 @@ llm-embed {
|
|
|
1956
1956
|
font-size: 10px;
|
|
1957
1957
|
line-height: 1.1;
|
|
1958
1958
|
color: var(--llm-color-foreground);
|
|
1959
|
-
opacity: 0.
|
|
1959
|
+
opacity: 0.8;
|
|
1960
1960
|
}
|
|
1961
1961
|
@media (min-width: 1024px) {
|
|
1962
1962
|
.llm .llm__prompt-disclaimer {
|
|
@@ -2244,12 +2244,8 @@ llm-embed {
|
|
|
2244
2244
|
}
|
|
2245
2245
|
|
|
2246
2246
|
.llm .llm__disclaimer {
|
|
2247
|
-
|
|
2248
|
-
|
|
2249
|
-
font-weight: var(--llm-typography-body5-font-weight);
|
|
2250
|
-
line-height: var(--llm-typography-body5-line-height);
|
|
2251
|
-
letter-spacing: var(--llm-typography-body5-letter-spacing);
|
|
2252
|
-
font-size: clamp(var(--llm-typography-body5-font-size-min) * 1px * var(--s, 1), var(--llm-typography-body5-font-size-min) * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * (var(--llm-typography-body5-font-size-max) - var(--llm-typography-body5-font-size-min)) * var(--s, 1), var(--llm-typography-body5-font-size-max) * 1px * var(--s, 1));
|
|
2247
|
+
font-size: 10px;
|
|
2248
|
+
line-height: 1.2;
|
|
2253
2249
|
display: flex;
|
|
2254
2250
|
gap: var(--llm-size-2, 1rem);
|
|
2255
2251
|
color: var(--llm-color-foreground);
|
|
@@ -2259,8 +2255,8 @@ llm-embed {
|
|
|
2259
2255
|
}
|
|
2260
2256
|
.llm .llm__disclaimer i {
|
|
2261
2257
|
display: block;
|
|
2262
|
-
width:
|
|
2263
|
-
height:
|
|
2258
|
+
width: 14px;
|
|
2259
|
+
height: 14px;
|
|
2264
2260
|
flex-shrink: 0;
|
|
2265
2261
|
color: var(--llm-color-accent-foreground);
|
|
2266
2262
|
}
|
|
@@ -2269,6 +2265,20 @@ llm-embed {
|
|
|
2269
2265
|
width: 100%;
|
|
2270
2266
|
height: 100%;
|
|
2271
2267
|
}
|
|
2268
|
+
@media (min-width: 1024px) {
|
|
2269
|
+
.llm .llm__disclaimer {
|
|
2270
|
+
line-height: 1;
|
|
2271
|
+
font-family: var(--llm-font-secondary);
|
|
2272
|
+
font-weight: var(--llm-typography-body5-font-weight);
|
|
2273
|
+
line-height: var(--llm-typography-body5-line-height);
|
|
2274
|
+
letter-spacing: var(--llm-typography-body5-letter-spacing);
|
|
2275
|
+
font-size: clamp(var(--llm-typography-body5-font-size-min) * 1px * var(--s, 1), var(--llm-typography-body5-font-size-min) * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * (var(--llm-typography-body5-font-size-max) - var(--llm-typography-body5-font-size-min)) * var(--s, 1), var(--llm-typography-body5-font-size-max) * 1px * var(--s, 1));
|
|
2276
|
+
}
|
|
2277
|
+
.llm .llm__disclaimer i {
|
|
2278
|
+
width: 19px;
|
|
2279
|
+
height: 18px;
|
|
2280
|
+
}
|
|
2281
|
+
}
|
|
2272
2282
|
|
|
2273
2283
|
.llm .llm__card {
|
|
2274
2284
|
width: max(267px, min(420px, var(--u, 1vw) * 25));
|