@muraldevkit/ui-toolkit 2.11.0 → 2.11.1

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.
@@ -5,7 +5,7 @@ export interface portalProps {
5
5
  export declare const MRL_PORTAL_ID = "mrl-root-portal";
6
6
  /**
7
7
  * Dynamically creates a single portal and send your children to the portal.
8
- * Where they will live outside of the normal document flow.
8
+ * Where they will live outside of the normal document flow
9
9
  *
10
10
  * @param portalProps Portal only takes children. Contact the platform team if you need to extend this.
11
11
  * @returns MrlPortal component
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@muraldevkit/ui-toolkit",
3
- "version": "2.11.0",
3
+ "version": "2.11.1",
4
4
  "description": "Mural's UI Toolkit",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",