@aurodesignsystem-dev/auro-dialog 0.0.0-pr83.1 → 0.0.0-pr83.2
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 +1 -1
- package/demo/auro-dialog.min.js +1 -1
- package/package.json +1 -1
package/demo/api.md
CHANGED
|
@@ -17,7 +17,7 @@ The auro-dialog appears above the page and requires the user's attention.
|
|
|
17
17
|
|
|
18
18
|
| Property | Attribute | Type | Default | Description |
|
|
19
19
|
|------------------|---------------|---------------|-------------|--------------------------------------------------|
|
|
20
|
-
| [appearance](#appearance) | `appearance` | `string` | "'default'" | Defines whether the
|
|
20
|
+
| [appearance](#appearance) | `appearance` | `string` | "'default'" | Defines whether the component should be light colored for use on dark backgrounds. |
|
|
21
21
|
| [modal](#modal) | `modal` | `Boolean` | false | Modal dialog restricts the user to take an action (no default close actions) |
|
|
22
22
|
| [open](#open) | `open` | `Boolean` | | Sets state of dialog to open |
|
|
23
23
|
| [triggerElement](#triggerElement) | | `HTMLElement` | | The element to focus when the dialog is closed. If not set, defaults to the value of document.activeElement when the dialog is opened. |
|
package/demo/auro-dialog.min.js
CHANGED
|
@@ -600,7 +600,7 @@ class ComponentBase extends i$2 {
|
|
|
600
600
|
return {
|
|
601
601
|
|
|
602
602
|
/**
|
|
603
|
-
* Defines whether the
|
|
603
|
+
* Defines whether the component should be light colored for use on dark backgrounds.
|
|
604
604
|
* @property {'default', 'inverse'}
|
|
605
605
|
* @default 'default'
|
|
606
606
|
*/
|
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"================================================================================"
|
|
8
8
|
],
|
|
9
9
|
"name": "@aurodesignsystem-dev/auro-dialog",
|
|
10
|
-
"version": "0.0.0-pr83.
|
|
10
|
+
"version": "0.0.0-pr83.2",
|
|
11
11
|
"description": "auro-dialog HTML custom element",
|
|
12
12
|
"repository": {
|
|
13
13
|
"type": "git",
|