@aurodesignsystem-dev/auro-icon 0.0.0-pr241.2 → 0.0.0-pr241.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 +1 -1
  2. package/package.json +1 -1
package/demo/api.md CHANGED
@@ -401,7 +401,7 @@ When an icon is not found, the component will attempt to render a fallback icon.
401
401
  <!-- Default Fallback Icon -->
402
402
  <auro-icon category="interface" name="icon-INVALID"></auro-icon>
403
403
  <!-- Tail Fallback Icon -->
404
- <auro-icon category="interface" name="tail-INVALID"></auro-icon>
404
+ <auro-icon category="logos" name="tail-INVALID"></auro-icon>
405
405
  ```
406
406
  <!-- AURO-GENERATED-CONTENT:END -->
407
407
  </auro-accordion>
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "================================================================================"
8
8
  ],
9
9
  "name": "@aurodesignsystem-dev/auro-icon",
10
- "version": "0.0.0-pr241.2",
10
+ "version": "0.0.0-pr241.3",
11
11
  "description": "auro-icon HTML custom element",
12
12
  "repository": {
13
13
  "type": "git",