@aurodesignsystem-dev/auro-drawer 0.0.0-pr131.7 → 0.0.0-pr131.9

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,13 +151,12 @@ 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
+ * - `hide(eventType = undefined) => void`: Closes the native dialog.
155
155
  * - `register(name?: string = "auro-drawer") => void`: This will register this element with the browser.
156
156
  * - `show() => void`: Opens the native dialog inside the bib.
157
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
158
+ * - `modal && !nested`: `showModal()` for native focus containment and top-layer rendering.
159
+ * - `nested` or `!modal`: `showPopover()` to keep positional CSS intact
161
160
  * and allow free keyboard flow to background content (WCAG 2.1.2).
162
161
  *
163
162
  * ## CSS Custom Properties
package/dist/index.js CHANGED
@@ -1 +1 @@
1
- export{A as AuroDrawer}from"./auro-drawer-CozmUPFj.js";import"lit/static-html.js";import"lit";import"lit/directives/class-map.js";import"lit/directives/if-defined.js";
1
+ export{A as AuroDrawer}from"./auro-drawer-DJcKRnFy.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-CozmUPFj.js";import"lit/static-html.js";import"lit";import"lit/directives/class-map.js";import"lit/directives/if-defined.js";i.register();
1
+ import{A as i}from"./auro-drawer-DJcKRnFy.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.7",
10
+ "version": "0.0.0-pr131.9",
11
11
  "description": "auro-drawer HTML custom element",
12
12
  "repository": {
13
13
  "type": "git",
@@ -24,13 +24,13 @@
24
24
  "lit": "^3.3.2"
25
25
  },
26
26
  "devDependencies": {
27
- "@aurodesignsystem/auro-button": "^12.3.0",
28
- "@aurodesignsystem/auro-cli": "^3.5.0",
27
+ "@aurodesignsystem/auro-button": "^12.3.2",
28
+ "@aurodesignsystem/auro-cli": "^3.7.1",
29
29
  "@aurodesignsystem/auro-config": "^1.3.1",
30
- "@aurodesignsystem/auro-icon": "^9.1.1",
31
- "@aurodesignsystem/auro-library": "^5.5.4",
32
- "@aurodesignsystem/design-tokens": "^8.7.0",
33
- "@aurodesignsystem/webcorestylesheets": "^10.1.4",
30
+ "@aurodesignsystem/auro-icon": "^9.2.0",
31
+ "@aurodesignsystem/auro-library": "^5.13.1",
32
+ "@aurodesignsystem/design-tokens": "^9.0.0",
33
+ "@aurodesignsystem/webcorestylesheets": "^11.1.3",
34
34
  "@web/test-runner-commands": "^0.9.0",
35
35
  "baseline-browser-mapping": "^2.10.0",
36
36
  "husky": "^9.1.7"