@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/README.md +70 -82
- package/demo/api.html +1 -0
- package/demo/api.js +2 -2
- package/demo/api.md +953 -977
- package/demo/api.min.js +4119 -33
- package/demo/index.html +1 -0
- package/demo/index.md +54 -58
- package/demo/index.min.js +4083 -1
- package/demo/readme.md +175 -0
- package/dist/{auro-drawer-CozmUPFj.js → auro-drawer-DJcKRnFy.js} +27 -27
- package/dist/index.d.ts +3 -4
- package/dist/index.js +1 -1
- package/dist/registered.js +1 -1
- package/package.json +7 -7
- package/demo/auro-drawer.min.js +0 -3696
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
|
|
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
|
-
*
|
|
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-
|
|
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";
|
package/dist/registered.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{A as i}from"./auro-drawer-
|
|
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.
|
|
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.
|
|
28
|
-
"@aurodesignsystem/auro-cli": "^3.
|
|
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.
|
|
31
|
-
"@aurodesignsystem/auro-library": "^5.
|
|
32
|
-
"@aurodesignsystem/design-tokens": "^
|
|
33
|
-
"@aurodesignsystem/webcorestylesheets": "^
|
|
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"
|