@aurodesignsystem-dev/auro-loader 0.0.0-pr74.1 → 0.0.0-pr74.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
@@ -20,7 +20,7 @@ The auro-loader element is an easy to use animated loader component.
20
20
 
21
21
  | Property | Attribute | Type | Default | Description |
22
22
  |--------------|--------------|-----------|-------------|--------------------------------------------------|
23
- | [appearance](#appearance) | `appearance` | `string` | "'default'" | Defines whether the button is intended for lighter or darker backgrounds, or if it should use the brand color regardless of the background. |
23
+ | [appearance](#appearance) | `appearance` | `string` | "'default'" | Defines whether the loader is intended for lighter or darker backgrounds, or if it should use the brand color regardless of the background. |
24
24
  | [laser](#laser) | `laser` | `boolean` | false | Sets loader to laser type. |
25
25
  | [orbit](#orbit) | `orbit` | `boolean` | false | Sets loader to orbit type. |
26
26
  | [pulse](#pulse) | `pulse` | `boolean` | false | Sets loader to pulse type. |
@@ -153,7 +153,7 @@ class AuroLoader extends r {
153
153
  return {
154
154
 
155
155
  /**
156
- * Defines whether the button is intended for lighter or darker backgrounds, or if it should use the brand color regardless of the background.
156
+ * Defines whether the loader is intended for lighter or darker backgrounds, or if it should use the brand color regardless of the background.
157
157
  * @property {'default', 'inverse', 'brand'}
158
158
  * @default 'default'
159
159
  */
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "================================================================================"
8
8
  ],
9
9
  "name": "@aurodesignsystem-dev/auro-loader",
10
- "version": "0.0.0-pr74.1",
10
+ "version": "0.0.0-pr74.2",
11
11
  "description": "auro-loader HTML custom element",
12
12
  "repository": {
13
13
  "type": "git",