@muraldevkit/ui-toolkit 4.47.1-dev-0g73.1 → 4.47.1-dev-YZsz.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.
@@ -11,7 +11,7 @@ export declare const getFocusableElementsInsideElement: (element: HTMLElement) =
11
11
  */
12
12
  export declare const getElementWithAutofocus: (containerElement: HTMLElement) => HTMLElement | undefined;
13
13
  /**
14
- * Traps focus inside of an element.
14
+ * Traps focus inside of an element
15
15
  * Adapted from https://hidde.blog/using-javascript-to-trap-focus-in-an-element/
16
16
  * @param {HTMLElement} element // Element to trap focus in
17
17
  * @param {boolean} disableAutofocus // Whether to disable autofocus
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@muraldevkit/ui-toolkit",
3
- "version": "4.47.1-dev-0g73.1",
3
+ "version": "4.47.1-dev-YZsz.1",
4
4
  "description": "Mural's UI Toolkit",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",