@aurodesignsystem-dev/auro-skeleton 0.0.0-pr71.0 → 0.0.0-pr71.1
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 +3 -3
- package/demo/auro-skeleton.min.js +1 -1
- package/package.json +1 -1
package/demo/api.md
CHANGED
|
@@ -13,9 +13,9 @@ The `auro-skeleton` element provides users a way to indicate the loading of asyn
|
|
|
13
13
|
|
|
14
14
|
### Methods
|
|
15
15
|
|
|
16
|
-
| Name | Parameters
|
|
17
|
-
| -------- |
|
|
18
|
-
| register | `name` (string) - The name of element that you want to register
|
|
16
|
+
| Name | Parameters | Return | Description |
|
|
17
|
+
| -------- | -------------------------------------------------------------------- | ------ | ------------------------------------------------- |
|
|
18
|
+
| register | `name` (string) - The name of the element that you want to register. | | This will register this element with the browser. |
|
|
19
19
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
20
20
|
|
|
21
21
|
## Basic
|
|
@@ -157,7 +157,7 @@ class AuroSkeleton extends i {
|
|
|
157
157
|
|
|
158
158
|
/**
|
|
159
159
|
* This will register this element with the browser.
|
|
160
|
-
* @param {string} [name="auro-skeleton"] - The name of element that you want to register
|
|
160
|
+
* @param {string} [name="auro-skeleton"] - The name of the element that you want to register.
|
|
161
161
|
*
|
|
162
162
|
* @example
|
|
163
163
|
* AuroSkeleton.register("custom-skeleton") // this will register this element to <custom-skeleton/>
|
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"================================================================================"
|
|
8
8
|
],
|
|
9
9
|
"name": "@aurodesignsystem-dev/auro-skeleton",
|
|
10
|
-
"version": "0.0.0-pr71.
|
|
10
|
+
"version": "0.0.0-pr71.1",
|
|
11
11
|
"description": "auro-skeleton HTML custom element",
|
|
12
12
|
"repository": {
|
|
13
13
|
"type": "git",
|