@websolutespa/bom-llm 0.0.51 → 0.0.53

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.53
4
+
5
+ ### Patch Changes
6
+
7
+ - Modified: disclaimer css
8
+
9
+ ## 0.0.52
10
+
11
+ ### Patch Changes
12
+
13
+ - Modified: disclaimer style
14
+
3
15
  ## 0.0.51
4
16
 
5
17
  ### Patch Changes
@@ -1890,10 +1890,18 @@ llm-embed {
1890
1890
  left: 0;
1891
1891
  bottom: 0;
1892
1892
  */
1893
+ padding: 10px 15px;
1893
1894
  display: flex;
1895
+ flex-direction: column;
1894
1896
  justify-content: center;
1895
1897
  align-items: center;
1896
- padding: 10px 15px;
1898
+ gap: 4px;
1899
+ text-align: justify;
1900
+ }
1901
+ @media (min-width: 1024px) {
1902
+ .llm .llm__prompt-footer {
1903
+ flex-direction: row;
1904
+ }
1897
1905
  }
1898
1906
  .llm .llm__prompt-powered-by {
1899
1907
  margin: 0;
@@ -1931,7 +1939,7 @@ llm-embed {
1931
1939
  font-size: 11px;
1932
1940
  line-height: 1.1;
1933
1941
  color: var(--llm-color-foreground);
1934
- opacity: 0.4;
1942
+ opacity: 0.8;
1935
1943
  transition: opacity ease-in-out 250ms;
1936
1944
  }
1937
1945
  .llm .llm__prompt-powered-by:focus, .llm .llm__prompt-powered-by:focus-visible {
@@ -1956,7 +1964,7 @@ llm-embed {
1956
1964
  font-size: 10px;
1957
1965
  line-height: 1.1;
1958
1966
  color: var(--llm-color-foreground);
1959
- opacity: 0.4;
1967
+ opacity: 0.8;
1960
1968
  }
1961
1969
  @media (min-width: 1024px) {
1962
1970
  .llm .llm__prompt-disclaimer {
@@ -2244,12 +2252,8 @@ llm-embed {
2244
2252
  }
2245
2253
 
2246
2254
  .llm .llm__disclaimer {
2247
- line-height: 1;
2248
- font-family: var(--llm-font-secondary);
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));
2255
+ font-size: 10px;
2256
+ line-height: 1.2;
2253
2257
  display: flex;
2254
2258
  gap: var(--llm-size-2, 1rem);
2255
2259
  color: var(--llm-color-foreground);
@@ -2259,8 +2263,8 @@ llm-embed {
2259
2263
  }
2260
2264
  .llm .llm__disclaimer i {
2261
2265
  display: block;
2262
- width: 19px;
2263
- height: 18px;
2266
+ width: 14px;
2267
+ height: 14px;
2264
2268
  flex-shrink: 0;
2265
2269
  color: var(--llm-color-accent-foreground);
2266
2270
  }
@@ -2269,6 +2273,20 @@ llm-embed {
2269
2273
  width: 100%;
2270
2274
  height: 100%;
2271
2275
  }
2276
+ @media (min-width: 1024px) {
2277
+ .llm .llm__disclaimer {
2278
+ line-height: 1;
2279
+ font-family: var(--llm-font-secondary);
2280
+ font-weight: var(--llm-typography-body5-font-weight);
2281
+ line-height: var(--llm-typography-body5-line-height);
2282
+ letter-spacing: var(--llm-typography-body5-letter-spacing);
2283
+ 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));
2284
+ }
2285
+ .llm .llm__disclaimer i {
2286
+ width: 19px;
2287
+ height: 18px;
2288
+ }
2289
+ }
2272
2290
 
2273
2291
  .llm .llm__card {
2274
2292
  width: max(267px, min(420px, var(--u, 1vw) * 25));
package/dist/umd/index.js CHANGED
@@ -30392,7 +30392,12 @@ void main(void) {
30392
30392
  })]
30393
30393
  }), /*#__PURE__*/jsxRuntimeExports.jsxs("nav", {
30394
30394
  className: "llm__prompt-footer",
30395
- children: [/*#__PURE__*/jsxRuntimeExports.jsxs("a", {
30395
+ children: [disclaimer && /*#__PURE__*/jsxRuntimeExports.jsx("div", {
30396
+ className: "llm__prompt-disclaimer",
30397
+ dangerouslySetInnerHTML: {
30398
+ __html: disclaimer
30399
+ }
30400
+ }), /*#__PURE__*/jsxRuntimeExports.jsxs("a", {
30396
30401
  className: "llm__prompt-powered-by",
30397
30402
  href: "https://www.websolute.com/",
30398
30403
  target: "_blank",
@@ -30403,11 +30408,6 @@ void main(void) {
30403
30408
  }), " ", /*#__PURE__*/jsxRuntimeExports.jsx(IconWebsolute, {
30404
30409
  "aria-label": "Websolute"
30405
30410
  })]
30406
- }), disclaimer && /*#__PURE__*/jsxRuntimeExports.jsx("div", {
30407
- className: "llm__prompt-disclaimer",
30408
- dangerouslySetInnerHTML: {
30409
- __html: disclaimer
30410
- }
30411
30411
  })]
30412
30412
  })]
30413
30413
  });