@gandalan/weblibs 1.5.9 → 1.5.10

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.
Files changed (2) hide show
  1. package/index.js +3 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -16,7 +16,9 @@ export * from "./ui/index.js";
16
16
  * @property {string} moduleName
17
17
  * @property {(app: NeherApp3) => void} setup
18
18
  * @property {(node : HTMLElement, props : NeherApp3Props) => function} mount Must return an unmount function
19
- * @property {string?} embedUrl
19
+ * @property {string?} embedUrl
20
+ * @property {string[]} extraCSS
21
+ * @property {boolean} useShadowDom - If true, the app will be embedded in a shadow DOM. This is required for CSS isolation.
20
22
  */
21
23
 
22
24
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gandalan/weblibs",
3
- "version": "1.5.9",
3
+ "version": "1.5.10",
4
4
  "description": "WebLibs for Gandalan JS/TS projects",
5
5
  "keywords": [
6
6
  "gandalan"