@aurodesignsystem-dev/auro-loader 0.0.0-pr77.1 → 0.0.0-pr77.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
|
@@ -29,9 +29,9 @@ The auro-loader element is an easy to use animated loader component.
|
|
|
29
29
|
|
|
30
30
|
### Slots
|
|
31
31
|
|
|
32
|
-
| Name
|
|
33
|
-
|
|
|
34
|
-
|
|
|
32
|
+
| Name | Description |
|
|
33
|
+
| --------- | ------------------------------------------------------------------------------------------------------------------- |
|
|
34
|
+
| (default) | Default slot for text that replaces `auro-loader` component when user has the "Reduce Motion" a11y feature enabled. |
|
|
35
35
|
|
|
36
36
|
### CSS Shadow Parts
|
|
37
37
|
|
|
@@ -314,10 +314,10 @@ In order to see the example in action, please enable your system's "Reduce Motio
|
|
|
314
314
|
<div class="exampleWrapper">
|
|
315
315
|
<!-- AURO-GENERATED-CONTENT:START (FILE:src=../apiExamples/staticLabel.html) -->
|
|
316
316
|
<!-- The below content is automatically added from ../apiExamples/staticLabel.html -->
|
|
317
|
-
<auro-loader ringworm
|
|
318
|
-
<auro-loader orbit
|
|
319
|
-
<auro-loader pulse
|
|
320
|
-
<auro-loader laser
|
|
317
|
+
<auro-loader ringworm>Ringworm</auro-loader>
|
|
318
|
+
<auro-loader orbit>Orbit</auro-loader>
|
|
319
|
+
<auro-loader pulse>Pulse</auro-loader>
|
|
320
|
+
<auro-loader laser>Laser</auro-loader>
|
|
321
321
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
322
322
|
</div>
|
|
323
323
|
<auro-accordion alignRight>
|
|
@@ -326,10 +326,10 @@ In order to see the example in action, please enable your system's "Reduce Motio
|
|
|
326
326
|
<!-- The below code snippet is automatically added from ../apiExamples/staticLabel.html -->
|
|
327
327
|
|
|
328
328
|
```html
|
|
329
|
-
<auro-loader ringworm
|
|
330
|
-
<auro-loader orbit
|
|
331
|
-
<auro-loader pulse
|
|
332
|
-
<auro-loader laser
|
|
329
|
+
<auro-loader ringworm>Ringworm</auro-loader>
|
|
330
|
+
<auro-loader orbit>Orbit</auro-loader>
|
|
331
|
+
<auro-loader pulse>Pulse</auro-loader>
|
|
332
|
+
<auro-loader laser>Laser</auro-loader>
|
|
333
333
|
```
|
|
334
334
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
335
335
|
</auro-accordion>
|
package/demo/auro-loader.min.js
CHANGED
|
@@ -127,7 +127,7 @@ var tokensCss = i$3`:host{--ds-auro-loader-background-color: currentcolor;--ds-a
|
|
|
127
127
|
* @attr {Boolean} sm - Sets size to small.
|
|
128
128
|
* @attr {Boolean} md - Sets size to medium.
|
|
129
129
|
* @attr {Boolean} lg - Sets size to large.
|
|
130
|
-
* @slot
|
|
130
|
+
* @slot - Default slot for text that replaces `auro-loader` component when user has the "Reduce Motion" a11y feature enabled.
|
|
131
131
|
* @csspart element - Apply style to adjust speed of animation.
|
|
132
132
|
*/
|
|
133
133
|
class AuroLoader extends i {
|
|
@@ -264,7 +264,7 @@ class AuroLoader extends i {
|
|
|
264
264
|
)}
|
|
265
265
|
|
|
266
266
|
<div class="no-animation body-default">
|
|
267
|
-
<slot
|
|
267
|
+
<slot>Loading...</slot>
|
|
268
268
|
</div>
|
|
269
269
|
|
|
270
270
|
${
|
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export{A as AuroLoader}from"./auro-loader-
|
|
1
|
+
export{A as AuroLoader}from"./auro-loader-CQmwU8CR.js";import"lit";
|
package/dist/registered.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{A as r}from"./auro-loader-
|
|
1
|
+
import{A as r}from"./auro-loader-CQmwU8CR.js";import"lit";r.register();
|
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"================================================================================"
|
|
8
8
|
],
|
|
9
9
|
"name": "@aurodesignsystem-dev/auro-loader",
|
|
10
|
-
"version": "0.0.0-pr77.
|
|
10
|
+
"version": "0.0.0-pr77.2",
|
|
11
11
|
"description": "auro-loader HTML custom element",
|
|
12
12
|
"repository": {
|
|
13
13
|
"type": "git",
|