@aurodesignsystem-dev/auro-dialog 0.0.0-pr106.1 → 0.0.0-pr106.10
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.md +8 -8
- package/demo/auro-dialog.min.js +246 -166
- package/demo/index.md +7 -0
- package/dist/{auro-dialog-CygrMPON.js → auro-dialog-kOOWhEZT.js} +43 -42
- package/dist/index.d.ts +2 -1
- package/dist/index.js +1 -1
- package/dist/registered.js +1 -1
- package/package.json +3 -3
package/demo/api.md
CHANGED
|
@@ -45,14 +45,14 @@ The `auro-dialog` appears on top of the page and presents information that requi
|
|
|
45
45
|
|
|
46
46
|
### CSS Shadow Parts
|
|
47
47
|
|
|
48
|
-
| Name | Description
|
|
49
|
-
| -------------- |
|
|
50
|
-
| close-button | adjust position of the close X icon in the dialog window
|
|
51
|
-
| dialog | apply CSS to the entire dialog
|
|
52
|
-
| dialog-content | apply CSS to the content of the dialog
|
|
53
|
-
| dialog-footer | apply CSS to the footer of the dialog
|
|
54
|
-
| dialog-header | apply CSS to the header of the dialog
|
|
55
|
-
| dialog-overlay | DEPRECATED
|
|
48
|
+
| Name | Description |
|
|
49
|
+
| -------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
50
|
+
| close-button | adjust position of the close X icon in the dialog window |
|
|
51
|
+
| dialog | apply CSS to the entire dialog |
|
|
52
|
+
| dialog-content | apply CSS to the content of the dialog |
|
|
53
|
+
| dialog-footer | apply CSS to the footer of the dialog |
|
|
54
|
+
| dialog-header | apply CSS to the header of the dialog |
|
|
55
|
+
| dialog-overlay | DEPRECATED. Use `--ds-auro-dialog-overlay-modal-background-color` or `--ds-auro-dialog-overlay-open-background-color` for backdrop styling instead. |
|
|
56
56
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
57
57
|
|
|
58
58
|
## Basic
|