@aurodesignsystem-dev/auro-backtotop 0.0.0-pr67.2 → 0.0.0-pr67.3

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.
Files changed (2) hide show
  1. package/demo/api.md +3 -2
  2. package/package.json +1 -1
package/demo/api.md CHANGED
@@ -158,7 +158,9 @@ The `ariaLabel` slot allows you to pass an aria-label to the HTML5 button. The d
158
158
  <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/ariaLabelButtonOnly.html) -->
159
159
  <!-- The below content is automatically added from ./../apiExamples/ariaLabelButtonOnly.html -->
160
160
  <auro-button
161
- aria-label="Custom aria-label goes here!">
161
+ aria-label="Custom aria-label goes here!"
162
+ shape="pill"
163
+ size="lg">
162
164
  Back to top
163
165
  <auro-icon customcolor category="interface" name="arrow-up" slot="icon" part="icon"></auro-icon>
164
166
  </auro-button>
@@ -171,7 +173,6 @@ The `ariaLabel` slot allows you to pass an aria-label to the HTML5 button. The d
171
173
 
172
174
  ```html
173
175
  <auro-backtotop>
174
- <span slot="ariaLabel">Custom aria-label goes here!</span>
175
176
  Back to top
176
177
  </auro-backtotop>
177
178
  ```
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "================================================================================"
8
8
  ],
9
9
  "name": "@aurodesignsystem-dev/auro-backtotop",
10
- "version": "0.0.0-pr67.2",
10
+ "version": "0.0.0-pr67.3",
11
11
  "description": "auro-backtotop HTML custom element",
12
12
  "repository": {
13
13
  "type": "git",