@websolutespa/bom-llm 0.0.52 → 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 +6 -0
- package/dist/umd/index.css +10 -2
- package/dist/umd/index.js +6 -6
- package/dist/umd/index.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/umd/index.css
CHANGED
|
@@ -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
|
-
|
|
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.
|
|
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 {
|
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.
|
|
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
|
});
|