@aurodesignsystem-dev/auro-icon 0.0.0-pr219.0 → 0.0.0-pr219.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/demo/api.md CHANGED
@@ -18,7 +18,7 @@ auro-icon provides users a way to use the Auro Icons by simply passing in the ca
18
18
  | [hiddenAudible](#hiddenAudible) | `hiddenAudible` | `Boolean` | | If present, the component will be hidden from screen readers, but seen visually |
19
19
  | [hiddenVisually](#hiddenVisually) | `hiddenVisually` | `Boolean` | | If present, the component will be hidden visually, but still read by screen readers |
20
20
  | [label](#label) | `label` | `boolean` | | Exposes content in slot as icon label. |
21
- | [name](#name) | `name` | `string` | | The name of the icon you are looking for without the file extension. See https://auro.alaskaair.com/icons/usage. |
21
+ | [name](#name) | `name` | `string` | | The name of the icon you are looking for without the file extension. See https://auro.alaskaair.com/icons/ways-to-use. |
22
22
  | [onDark](#onDark) | `onDark` | `boolean` | false | DEPRECATED - use `appearance` instead. |
23
23
  | [variant](#variant) | `variant` | `string` | "undefined" | The style of the icon. The accepted variants are `accent1`, `disabled`, `muted`, `statusDefault`, `statusInfo`, `statusSuccess`, `statusWarning`, `statusError`, `statusInfoSubtle`, `statusSuccessSubtle`, `statusWarningSubtle`, `statusErrorSubtle`, `fareBasicEconomy`, `fareBusiness`, `fareEconomy`, `fareFirst`, `farePremiumEconomy`, `tierOneWorldEmerald`, `tierOneWorldSapphire`, `tierOneWorldRuby`. |
24
24
 
@@ -363,7 +363,7 @@ class AuroIcon extends BaseIcon {
363
363
  },
364
364
 
365
365
  /**
366
- * The name of the icon you are looking for without the file extension. See https://auro.alaskaair.com/icons/usage.
366
+ * The name of the icon you are looking for without the file extension. See https://auro.alaskaair.com/icons/ways-to-use.
367
367
  */
368
368
  name: {
369
369
  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-pr219.0",
10
+ "version": "0.0.0-pr219.1",
11
11
  "description": "auro-icon HTML custom element",
12
12
  "repository": {
13
13
  "type": "git",