@aurodesignsystem/auro-devops-component 1.0.0-rc-1.13.1 → 1.0.0-rc-18.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/CHANGELOG.md +5 -1
- package/custom-elements.json +22 -4
- package/demo/api.md +21 -21
- package/demo/auro-slideshow.min.js +9 -9
- package/dist/{auro-slideshow-rYdnH7og.js → auro-slideshow-DJNfKkR-.js} +10 -10
- package/dist/index.d.ts +324 -134
- package/dist/index.js +1 -1
- package/dist/registered.js +1 -1
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# 1.0.0-rc-
|
|
1
|
+
# 1.0.0-rc-18.1 (2026-01-23)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Bug Fixes
|
|
@@ -27,12 +27,16 @@
|
|
|
27
27
|
* remove permissions section for OIDC in pull request workflow ([c374584](https://github.com/AlaskaAirlines/auro-devops-component/commit/c374584a34d241f3b05c26c5159021dc60f788e3))
|
|
28
28
|
* remove permissions section from pull request workflow ([79f6f14](https://github.com/AlaskaAirlines/auro-devops-component/commit/79f6f14242a1ddc8ceed24258d51ab63a8e09ce8))
|
|
29
29
|
* remove permissions section from workflow files ([5ab8228](https://github.com/AlaskaAirlines/auro-devops-component/commit/5ab8228d3be6522a5f3304a703a8804f9a8dd012))
|
|
30
|
+
* remove pull_request trigger from dev-demo workflow ([4dbbc6e](https://github.com/AlaskaAirlines/auro-devops-component/commit/4dbbc6e6599fbe21e710355d457ea493650f8a9b))
|
|
30
31
|
* remove release job and associated steps from pull request workflow ([16efac1](https://github.com/AlaskaAirlines/auro-devops-component/commit/16efac1f7316953c34a5ffde8e37dc9d0942a072))
|
|
31
32
|
* specify AURO_SURGE_TOKEN in pull request workflow secrets ([6140d7d](https://github.com/AlaskaAirlines/auro-devops-component/commit/6140d7d7c45df01c21093697c36502e0ff380826))
|
|
32
33
|
* unset inactive style on autoscroll slides ([04dd55e](https://github.com/AlaskaAirlines/auro-devops-component/commit/04dd55e0caeaa0d9681442fec1ea0c021f7018f3))
|
|
34
|
+
* update component version in pull request workflow and increment button/icon versions ([b27a9b9](https://github.com/AlaskaAirlines/auro-devops-component/commit/b27a9b995cd03db20db7503f062e63c77474187a))
|
|
35
|
+
* update node engine version requirement in package.json ([327b435](https://github.com/AlaskaAirlines/auro-devops-component/commit/327b4353ab8c30bc06f28b54471cebb8d294d3a1))
|
|
33
36
|
* update npm publish command to include tag and provenance options ([a81cdb2](https://github.com/AlaskaAirlines/auro-devops-component/commit/a81cdb2c132c15394ee9930dcc8d38c026c89b13))
|
|
34
37
|
* update repository URL and correct main entry point in package.json ([368f54b](https://github.com/AlaskaAirlines/auro-devops-component/commit/368f54bba0a4a62554826a9b2d5cffeeb36032a7))
|
|
35
38
|
* update workflow references to use dev branch for OIDC auth ([d451fbc](https://github.com/AlaskaAirlines/auro-devops-component/commit/d451fbc28f5a825ef54b329cad51c96527c12a47))
|
|
39
|
+
* update workflow to use dev branch for action references ([6319d43](https://github.com/AlaskaAirlines/auro-devops-component/commit/6319d433a9e1c39abd1fbbd29edae9059bb5b305))
|
|
36
40
|
|
|
37
41
|
|
|
38
42
|
### Features
|
package/custom-elements.json
CHANGED
|
@@ -679,6 +679,9 @@
|
|
|
679
679
|
"inheritedFrom": {
|
|
680
680
|
"name": "AuroSlideshow",
|
|
681
681
|
"module": "src/auro-slideshow.js"
|
|
682
|
+
},
|
|
683
|
+
"type": {
|
|
684
|
+
"text": "play() => void"
|
|
682
685
|
}
|
|
683
686
|
},
|
|
684
687
|
{
|
|
@@ -741,6 +744,9 @@
|
|
|
741
744
|
"inheritedFrom": {
|
|
742
745
|
"name": "AuroSlideshow",
|
|
743
746
|
"module": "src/auro-slideshow.js"
|
|
747
|
+
},
|
|
748
|
+
"type": {
|
|
749
|
+
"text": "register(name?: string = \"auro-slideshow\") => void"
|
|
744
750
|
}
|
|
745
751
|
},
|
|
746
752
|
{
|
|
@@ -789,6 +795,9 @@
|
|
|
789
795
|
"inheritedFrom": {
|
|
790
796
|
"name": "AuroSlideshow",
|
|
791
797
|
"module": "src/auro-slideshow.js"
|
|
798
|
+
},
|
|
799
|
+
"type": {
|
|
800
|
+
"text": "scrollNext() => void"
|
|
792
801
|
}
|
|
793
802
|
},
|
|
794
803
|
{
|
|
@@ -803,6 +812,9 @@
|
|
|
803
812
|
"inheritedFrom": {
|
|
804
813
|
"name": "AuroSlideshow",
|
|
805
814
|
"module": "src/auro-slideshow.js"
|
|
815
|
+
},
|
|
816
|
+
"type": {
|
|
817
|
+
"text": "scrollPrev() => void"
|
|
806
818
|
}
|
|
807
819
|
},
|
|
808
820
|
{
|
|
@@ -862,6 +874,9 @@
|
|
|
862
874
|
"inheritedFrom": {
|
|
863
875
|
"name": "AuroSlideshow",
|
|
864
876
|
"module": "src/auro-slideshow.js"
|
|
877
|
+
},
|
|
878
|
+
"type": {
|
|
879
|
+
"text": "stop() => void"
|
|
865
880
|
}
|
|
866
881
|
},
|
|
867
882
|
{
|
|
@@ -918,7 +933,9 @@
|
|
|
918
933
|
"module": "src/auro-slideshow.js"
|
|
919
934
|
}
|
|
920
935
|
}
|
|
921
|
-
]
|
|
936
|
+
],
|
|
937
|
+
"modulePath": "scripts/wca/auro-slideshow.js",
|
|
938
|
+
"definitionPath": "scripts/wca/auro-slideshow.js"
|
|
922
939
|
}
|
|
923
940
|
],
|
|
924
941
|
"exports": [
|
|
@@ -1559,7 +1576,8 @@
|
|
|
1559
1576
|
"name": "LitElement",
|
|
1560
1577
|
"package": "lit"
|
|
1561
1578
|
},
|
|
1562
|
-
"customElement": true
|
|
1579
|
+
"customElement": true,
|
|
1580
|
+
"modulePath": "src/auro-slideshow.js"
|
|
1563
1581
|
}
|
|
1564
1582
|
],
|
|
1565
1583
|
"exports": [
|
|
@@ -1582,7 +1600,7 @@
|
|
|
1582
1600
|
"kind": "js",
|
|
1583
1601
|
"name": "default",
|
|
1584
1602
|
"declaration": {
|
|
1585
|
-
"name": "12.3.
|
|
1603
|
+
"name": "12.3.1",
|
|
1586
1604
|
"module": "src/buttonVersion.js"
|
|
1587
1605
|
}
|
|
1588
1606
|
}
|
|
@@ -1597,7 +1615,7 @@
|
|
|
1597
1615
|
"kind": "js",
|
|
1598
1616
|
"name": "default",
|
|
1599
1617
|
"declaration": {
|
|
1600
|
-
"name": "9.1.
|
|
1618
|
+
"name": "9.1.1",
|
|
1601
1619
|
"module": "src/iconVersion.js"
|
|
1602
1620
|
}
|
|
1603
1621
|
}
|
package/demo/api.md
CHANGED
|
@@ -5,30 +5,30 @@
|
|
|
5
5
|
|
|
6
6
|
### Properties & Attributes
|
|
7
7
|
|
|
8
|
-
| Properties | Attributes | Type | Default | Description |
|
|
9
|
-
| ----------- | ----------- | ------- | ----------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
10
|
-
| autoplay | autoplay | boolean | false
|
|
11
|
-
| autoScroll | autoScroll | boolean | false
|
|
12
|
-
| delay | delay | number | 7000
|
|
13
|
-
| fullBleed | fullBleed | boolean | false
|
|
14
|
-
| loop | loop | boolean | false
|
|
15
|
-
| navigation | navigation | boolean | false
|
|
16
|
-
| pagination | pagination | boolean | false
|
|
17
|
-
| pauseLabel | pauseLabel | string |
|
|
18
|
-
| playLabel | playLabel | string |
|
|
19
|
-
| playOnInit | playOnInit | boolean | false
|
|
20
|
-
| scrollSpeed | scrollSpeed | number | 0.75
|
|
21
|
-
| startDelay | startDelay | number | 1000
|
|
8
|
+
| Properties | Attributes | Modifiers | Type | Default | Description |
|
|
9
|
+
| ----------- | ----------- | --------- | ------- | ----------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
10
|
+
| autoplay | autoplay | | boolean | `false` | If true, the slideshow will play automatically. |
|
|
11
|
+
| autoScroll | autoScroll | | boolean | `false` | If true, the slideshow will scroll continuously. |
|
|
12
|
+
| delay | delay | | number | `7000` | Slide duration in milliseconds. (Only used with `autoplay`) |
|
|
13
|
+
| fullBleed | fullBleed | | boolean | `false` | If set, the slideshow will take up the width of its parent container showing previous and next slides. **Note:** a parent container must have `overflow-x: hidden` to prevent horizontal scrolling. |
|
|
14
|
+
| loop | loop | | boolean | `false` | If true, the slideshow will loop back to the first slide after reaching the last slide. |
|
|
15
|
+
| navigation | navigation | | boolean | `false` | If true, the slideshow will display navigation arrows for previous and next slides when the slide container is hovered. |
|
|
16
|
+
| pagination | pagination | | boolean | `false` | If true, the slideshow will display pagination dots for each slide. If autoplay is on, the active dot will also show a progress bar. |
|
|
17
|
+
| pauseLabel | pauseLabel | | string | `Pause slideshow` | The aria-label for the pause button. |
|
|
18
|
+
| playLabel | playLabel | | string | `Play slideshow` | The aria-label for the play button. |
|
|
19
|
+
| playOnInit | playOnInit | | boolean | `false` | If true, the slideshow will start playing automatically on page load when `autoplay` or `autoScroll` are on. |
|
|
20
|
+
| scrollSpeed | scrollSpeed | | number | `0.75` | Number of pixels auto scroll should advance per frame. (Only used with `autoScroll`) |
|
|
21
|
+
| startDelay | startDelay | | number | `1000` | Delay in milliseconds before the auto scroll starts. (Only used with `autoScroll`) |
|
|
22
22
|
|
|
23
23
|
### Methods
|
|
24
24
|
|
|
25
|
-
| Name | Parameters | Return
|
|
26
|
-
| ---------- | -------------------------------------------------- |
|
|
27
|
-
| play | None |
|
|
28
|
-
| register | `name` (string) - Custom element name to register. |
|
|
29
|
-
| scrollNext | None |
|
|
30
|
-
| scrollPrev | None |
|
|
31
|
-
| stop | None |
|
|
25
|
+
| Name | Parameters | Return | Description |
|
|
26
|
+
| ---------- | -------------------------------------------------- | ------ | ---------------------------------------------- |
|
|
27
|
+
| play | None | void | Starts the slideshow playback. |
|
|
28
|
+
| register | `name` (string) - Custom element name to register. | | Registers the custom element with the browser. |
|
|
29
|
+
| scrollNext | None | void | Scrolls to the next slide. |
|
|
30
|
+
| scrollPrev | None | void | Scrolls to the previous slide. |
|
|
31
|
+
| stop | None | void | Stops the slideshow playback. |
|
|
32
32
|
|
|
33
33
|
### Slots
|
|
34
34
|
|