@aurodesignsystem-dev/auro-drawer 0.0.0-pr131.6 → 0.0.0-pr131.8

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/dist/index.d.ts CHANGED
@@ -151,7 +151,14 @@ When expanded, the drawer will automatically display in fullscreen mode if the s
151
151
  * Methods that can be called to access component functionality.
152
152
  *
153
153
  * - `_initializeDefaults() => void`: undefined
154
+ * - `hide(eventType = undefined) => void`: Closes the native dialog and releases all scroll locks.
154
155
  * - `register(name?: string = "auro-drawer") => void`: This will register this element with the browser.
156
+ * - `show() => void`: Opens the native dialog inside the bib.
157
+ *
158
+ * - `modal && !nested`: `showModal()` for native focus containment and top-layer
159
+ * rendering. Page scroll and touch scroll are locked on mobile for the duration.
160
+ * - `nested` or `!modal`: `setAttribute('open','')` to keep positional CSS intact
161
+ * and allow free keyboard flow to background content (WCAG 2.1.2).
155
162
  *
156
163
  * ## CSS Custom Properties
157
164
  *
package/dist/index.js CHANGED
@@ -1 +1 @@
1
- export{A as AuroDrawer}from"./auro-drawer-CegxL4wi.js";import"lit";import"lit/static-html.js";import"lit/directives/class-map.js";import"lit/directives/if-defined.js";
1
+ export{A as AuroDrawer}from"./auro-drawer-BphK1Ich.js";import"lit/static-html.js";import"lit";import"lit/directives/class-map.js";import"lit/directives/if-defined.js";
@@ -1 +1 @@
1
- import{A as i}from"./auro-drawer-CegxL4wi.js";import"lit";import"lit/static-html.js";import"lit/directives/class-map.js";import"lit/directives/if-defined.js";i.register();
1
+ import{A as i}from"./auro-drawer-BphK1Ich.js";import"lit/static-html.js";import"lit";import"lit/directives/class-map.js";import"lit/directives/if-defined.js";i.register();
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "================================================================================"
8
8
  ],
9
9
  "name": "@aurodesignsystem-dev/auro-drawer",
10
- "version": "0.0.0-pr131.6",
10
+ "version": "0.0.0-pr131.8",
11
11
  "description": "auro-drawer HTML custom element",
12
12
  "repository": {
13
13
  "type": "git",