@aurodesignsystem-dev/auro-icon 0.0.0-pr215.0 → 0.0.0-pr219.0
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 +1 -1
- package/demo/auro-icon.min.js +1 -1
- package/package.json +1 -1
package/demo/api.md
CHANGED
|
@@ -11,7 +11,7 @@ auro-icon provides users a way to use the Auro Icons by simply passing in the ca
|
|
|
11
11
|
|------------------|------------------|-----------|-------------|--------------------------------------------------|
|
|
12
12
|
| [appearance](#appearance) | `appearance` | `string` | "'default'" | Defines whether the button will be on lighter or darker backgrounds. |
|
|
13
13
|
| [ariaHidden](#ariaHidden) | `ariaHidden` | `string` | | Set aria-hidden value. Default is `true`. Option is `false`. |
|
|
14
|
-
| [category](#category) | `category` | `string` | | The category of the icon you are looking for. See https://auro.alaskaair.com/icons/
|
|
14
|
+
| [category](#category) | `category` | `string` | | The category of the icon you are looking for. See https://auro.alaskaair.com/icons/ways-to-use. |
|
|
15
15
|
| [customColor](#customColor) | `customColor` | `boolean` | | Allows custom color to be set. |
|
|
16
16
|
| [customSvg](#customSvg) | `customSvg` | `boolean` | | When true, auro-icon will render a custom SVG inside the default slot. |
|
|
17
17
|
| [hidden](#hidden) | `hidden` | `Boolean` | | If present, the component will be hidden both visually and from screen readers |
|
package/demo/auro-icon.min.js
CHANGED
|
@@ -332,7 +332,7 @@ class AuroIcon extends BaseIcon {
|
|
|
332
332
|
},
|
|
333
333
|
|
|
334
334
|
/**
|
|
335
|
-
* The category of the icon you are looking for. See https://auro.alaskaair.com/icons/
|
|
335
|
+
* The category of the icon you are looking for. See https://auro.alaskaair.com/icons/ways-to-use.
|
|
336
336
|
*/
|
|
337
337
|
category: {
|
|
338
338
|
type: String,
|
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"================================================================================"
|
|
8
8
|
],
|
|
9
9
|
"name": "@aurodesignsystem-dev/auro-icon",
|
|
10
|
-
"version": "0.0.0-
|
|
10
|
+
"version": "0.0.0-pr219.0",
|
|
11
11
|
"description": "auro-icon HTML custom element",
|
|
12
12
|
"repository": {
|
|
13
13
|
"type": "git",
|