@aurodesignsystem-dev/auro-carousel 0.0.0-pr97.1 → 0.0.0-pr97.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 +2 -0
- package/package.json +1 -1
package/demo/api.md
CHANGED
|
@@ -466,6 +466,8 @@ Used for all elements inside the scrolling carousel.
|
|
|
466
466
|
|
|
467
467
|
Use the `ariaLabel`, `ariaLabel.scroll.left`, and `ariaLabel.scroll.right` slots to customize the accessible names for the carousel container and the left and right scroll buttons.
|
|
468
468
|
|
|
469
|
+
**Note:** Do not use the `aria-label` attribute on the `auro-carousel` element itself. This will be ignored in favor of the `ariaLabel` slot.
|
|
470
|
+
|
|
469
471
|
<div class="exampleWrapper">
|
|
470
472
|
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/ariaLabelSlots.html) -->
|
|
471
473
|
<!-- The below content is automatically added from ./../apiExamples/ariaLabelSlots.html -->
|
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"================================================================================"
|
|
8
8
|
],
|
|
9
9
|
"name": "@aurodesignsystem-dev/auro-carousel",
|
|
10
|
-
"version": "0.0.0-pr97.
|
|
10
|
+
"version": "0.0.0-pr97.2",
|
|
11
11
|
"description": "auro-carousel HTML custom element",
|
|
12
12
|
"repository": {
|
|
13
13
|
"type": "git",
|