@aurodesignsystem-dev/auro-pane 0.0.0-pr112.0 → 0.0.0-pr112.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 +4 -4
- package/demo/auro-pane.min.js +0 -1
- package/package.json +1 -1
package/demo/api.md
CHANGED
|
@@ -19,10 +19,10 @@ The `auro-pane` element displays shoulder date information.
|
|
|
19
19
|
|
|
20
20
|
### Methods
|
|
21
21
|
|
|
22
|
-
| Name | Parameters | Return
|
|
23
|
-
| -------- | -------------------------------------------------------------------- |
|
|
24
|
-
| focus | None |
|
|
25
|
-
| register | `name` (string) - The name of the element that you want to register. |
|
|
22
|
+
| Name | Parameters | Return | Description |
|
|
23
|
+
| -------- | -------------------------------------------------------------------- | ------ | ------------------------------------------------- |
|
|
24
|
+
| focus | None | | Programmatically focuses the component. |
|
|
25
|
+
| register | `name` (string) - The name of the element that you want to register. | | This will register this element with the browser. |
|
|
26
26
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
27
27
|
|
|
28
28
|
## Basic
|
package/demo/auro-pane.min.js
CHANGED
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"================================================================================"
|
|
8
8
|
],
|
|
9
9
|
"name": "@aurodesignsystem-dev/auro-pane",
|
|
10
|
-
"version": "0.0.0-pr112.
|
|
10
|
+
"version": "0.0.0-pr112.2",
|
|
11
11
|
"description": "auro-pane HTML custom element",
|
|
12
12
|
"repository": {
|
|
13
13
|
"type": "git",
|