@aurodesignsystem-dev/auro-drawer 0.0.0-pr131.18 → 0.0.0-pr131.19
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/demo/api.min.js +1 -1
- package/demo/index.min.js +1 -1
- package/demo/readme.md +3 -1
- package/package.json +1 -1
package/demo/api.min.js
CHANGED
|
@@ -3386,7 +3386,7 @@ class AuroFloater extends i$1 {
|
|
|
3386
3386
|
// Always remove the attribute: show() for modal already does this before
|
|
3387
3387
|
// showModal(); mirroring it here keeps the element in a clean state after
|
|
3388
3388
|
// close and avoids stale [popover] CSS matching on a hidden drawer.
|
|
3389
|
-
dialog.removeAttribute(
|
|
3389
|
+
dialog.removeAttribute("popover");
|
|
3390
3390
|
}, 300);
|
|
3391
3391
|
}
|
|
3392
3392
|
this.floater.hideBib(eventType);
|
package/demo/index.min.js
CHANGED
|
@@ -3138,7 +3138,7 @@ class AuroFloater extends i$1 {
|
|
|
3138
3138
|
// Always remove the attribute: show() for modal already does this before
|
|
3139
3139
|
// showModal(); mirroring it here keeps the element in a clean state after
|
|
3140
3140
|
// close and avoids stale [popover] CSS matching on a hidden drawer.
|
|
3141
|
-
dialog.removeAttribute(
|
|
3141
|
+
dialog.removeAttribute("popover");
|
|
3142
3142
|
}, 300);
|
|
3143
3143
|
}
|
|
3144
3144
|
this.floater.hideBib(eventType);
|
package/demo/readme.md
CHANGED
|
@@ -53,7 +53,9 @@ The `auro-drawer` component should be used in situations where users may:
|
|
|
53
53
|
|
|
54
54
|
### Define Dependency in Project
|
|
55
55
|
|
|
56
|
-
<!-- AURO-GENERATED-CONTENT:START (REMOTE:url=https://raw.githubusercontent.com/AlaskaAirlines/auro-templates/main/templates/default/partials/usage/componentImportDescription.md) -->
|
|
56
|
+
<!-- AURO-GENERATED-CONTENT:START (REMOTE:url=https://raw.githubusercontent.com/AlaskaAirlines/auro-templates/main/templates/default/partials/usage/componentImportDescription.md) -->
|
|
57
|
+
Defining the dependency within each project that is using the `<auro-drawer>` component.
|
|
58
|
+
|
|
57
59
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
58
60
|
<!-- AURO-GENERATED-CONTENT:START (REMOTE:url=https://raw.githubusercontent.com/AlaskaAirlines/auro-templates/main/templates/default/partials/usage/componentImport.md) -->
|
|
59
61
|
|
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.19",
|
|
11
11
|
"description": "auro-drawer HTML custom element",
|
|
12
12
|
"repository": {
|
|
13
13
|
"type": "git",
|