@transitive-sdk/utils-web 0.14.12 → 0.14.13

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 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.14.12/web/css/bootstrap_transitive-bs-root.min.css'
371
+ 'https://cdn.jsdelivr.net/gh/transitiverobotics/transitive-utils@0.14.13/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.14.12/web/css/bootstrap_transitive-bs-root.min.css"
1774
+ "https://cdn.jsdelivr.net/gh/transitiverobotics/transitive-utils@0.14.13/web/css/bootstrap_transitive-bs-root.min.css"
1775
1775
  ];
1776
1776
  return /* @__PURE__ */ import_react2.default.createElement(
1777
1777
  "div",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@transitive-sdk/utils-web",
3
- "version": "0.14.12",
3
+ "version": "0.14.13",
4
4
  "description": "Web utils for the Transitive framework",
5
5
  "homepage": "https://transitiverobotics.com",
6
6
  "repository": {