@aurodesignsystem-dev/auro-banner 0.0.0-pr92.0 → 0.0.0-pr92.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
@@ -20,7 +20,7 @@ The auro-banner element provides users a flexible way to convey a summary of inf
20
20
 
21
21
  | Property | Attribute | Type | Default | Description |
22
22
  |-----------------|-----------------|-----------|-------------|--------------------------------------------------|
23
- | [appearance](#appearance) | `appearance` | `string` | "'default'" | Defines whether the banner should be light colored for use on dark backgrounds. |
23
+ | [appearance](#appearance) | `appearance` | `string` | "'default'" | Defines whether the icon should be light colored for use on dark backgrounds. |
24
24
  | [hero](#hero) | `hero` | `Boolean` | false | to be used for hero style configuration |
25
25
  | [iconbg](#iconbg) | `iconbg` | `String` | | to be used in conjunction with the iconic variant this specifies the background color of the icon |
26
26
  | [iconic](#iconic) | `iconic` | `Boolean` | false | to be used in as a hero on pages but with an icon and no displayImage on mobile |
@@ -259,7 +259,7 @@ class AuroBanner extends i$2 {
259
259
  ...i$2.properties,
260
260
 
261
261
  /**
262
- * Defines whether the banner should be light colored for use on dark backgrounds.
262
+ * Defines whether the icon should be light colored for use on dark backgrounds.
263
263
  * @property {'default', 'inverse'}
264
264
  * @default 'default'
265
265
  */
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "================================================================================"
8
8
  ],
9
9
  "name": "@aurodesignsystem-dev/auro-banner",
10
- "version": "0.0.0-pr92.0",
10
+ "version": "0.0.0-pr92.1",
11
11
  "description": "auro-banner HTML custom element",
12
12
  "repository": {
13
13
  "type": "git",