@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 CHANGED
@@ -19,10 +19,10 @@ The `auro-pane` element displays shoulder date information.
19
19
 
20
20
  ### Methods
21
21
 
22
- | Name | Parameters | Return | Description |
23
- | -------- | -------------------------------------------------------------------- | --------------- | ------------------------------------------------- |
24
- | focus | None | [object Object] | 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. |
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
@@ -3111,7 +3111,6 @@ class AuroPane extends i$1 {
3111
3111
 
3112
3112
  /**
3113
3113
  * Programmatically focuses the component.
3114
- * @returns {void}
3115
3114
  */
3116
3115
  focus() {
3117
3116
  this.renderRoot.querySelector("button").focus();
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.0",
10
+ "version": "0.0.0-pr112.2",
11
11
  "description": "auro-pane HTML custom element",
12
12
  "repository": {
13
13
  "type": "git",