@transitive-sdk/utils-web 0.14.11 → 0.14.12
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/client/shared.jsx +1 -1
- package/dist/utils-web.js +1 -1
- package/package.json +1 -1
package/client/shared.jsx
CHANGED
|
@@ -368,7 +368,7 @@ export const createWebComponent = (Component, name, version = '0.0.0',
|
|
|
368
368
|
const stylesheets = options.stylesheets || [
|
|
369
369
|
// 'https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css'
|
|
370
370
|
// Bootstrap 5.3.2 css scoped to `.transitive-bs-root`:
|
|
371
|
-
'https://cdn.jsdelivr.net/gh/transitiverobotics/transitive-utils@0.
|
|
371
|
+
'https://cdn.jsdelivr.net/gh/transitiverobotics/transitive-utils@0.14.12/web/css/bootstrap_transitive-bs-root.min.css'
|
|
372
372
|
];
|
|
373
373
|
|
|
374
374
|
return <div id={`cap-${name}-${version}`}
|
package/dist/utils-web.js
CHANGED
|
@@ -1771,7 +1771,7 @@ var createWebComponent = (Component, name, version = "0.0.0", options = {}) => {
|
|
|
1771
1771
|
const stylesheets = options.stylesheets || [
|
|
1772
1772
|
// 'https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css'
|
|
1773
1773
|
// Bootstrap 5.3.2 css scoped to `.transitive-bs-root`:
|
|
1774
|
-
"https://cdn.jsdelivr.net/gh/transitiverobotics/transitive-utils@0.
|
|
1774
|
+
"https://cdn.jsdelivr.net/gh/transitiverobotics/transitive-utils@0.14.12/web/css/bootstrap_transitive-bs-root.min.css"
|
|
1775
1775
|
];
|
|
1776
1776
|
return /* @__PURE__ */ import_react2.default.createElement(
|
|
1777
1777
|
"div",
|