@aurodesignsystem-dev/auro-banner 0.0.0-pr103.6 → 0.0.0-pr103.7

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
@@ -7,20 +7,20 @@ The `auro-banner` element provides users a flexible way to convey a summary of i
7
7
 
8
8
  ### Properties & Attributes
9
9
 
10
- | Properties | Attributes | Modifiers | Type | Default | Description |
11
- | ------------- | ------------- | --------- | ------- | --------- | --------------------------------------------------------------------------------------------------- |
12
- | alignLeft | alignLeft | | boolean | | Use to align text to the left side of the banner |
13
- | alignRight | alignRight | | boolean | | Use to align text to the right side of the banner |
14
- | appearance | appearance | | string | `default` | Defines whether the component will be on lighter or darker backgrounds |
15
- | billboard | billboard | | boolean | | Use to enable billboard style configuration |
16
- | hero | hero | | boolean | | Use to enable hero style configuration |
17
- | iconbg | iconbg | | string | | Use in conjunction with the iconic variant to specify the background color of the icon |
18
- | iconic | iconic | | boolean | | Used similarly to the `hero` variant, but adds an icon slot and removes the display image on mobile |
19
- | marquee | marquee | | boolean | | Use to enable marquee style configuration |
20
- | onDark | onDark | | boolean | | DEPRECATED - use `appearance="inverse"` instead. |
21
- | roundedBorder | roundedBorder | | boolean | | Use to enable rounded border style configuration |
22
- | slim | slim | | boolean | | Use to enable slimmer padding to the default banner |
23
- | solid | solid | | boolean | | Use to enable a solid background color as opposed to a transparent background |
10
+ | Properties | Attributes | Modifiers | Type | Default | Description |
11
+ | ------------- | ------------- | --------- | ---------------------- | --------- | --------------------------------------------------------------------------------------------------- |
12
+ | alignLeft | alignLeft | | boolean | | Use to align text to the left side of the banner |
13
+ | alignRight | alignRight | | boolean | | Use to align text to the right side of the banner |
14
+ | appearance | appearance | | `default` \| `inverse` | `default` | Defines whether the component will be on lighter or darker backgrounds |
15
+ | billboard | billboard | | boolean | | Use to enable billboard style configuration |
16
+ | hero | hero | | boolean | | Use to enable hero style configuration |
17
+ | iconbg | iconbg | | string | | Use in conjunction with the iconic variant to specify the background color of the icon |
18
+ | iconic | iconic | | boolean | | Used similarly to the `hero` variant, but adds an icon slot and removes the display image on mobile |
19
+ | marquee | marquee | | boolean | | Use to enable marquee style configuration |
20
+ | onDark | onDark | | boolean | | DEPRECATED - use `appearance="inverse"` instead. |
21
+ | roundedBorder | roundedBorder | | boolean | | Use to enable rounded border style configuration |
22
+ | slim | slim | | boolean | | Use to enable slimmer padding to the default banner |
23
+ | solid | solid | | boolean | | Use to enable a solid background color as opposed to a transparent background |
24
24
 
25
25
  ### Methods
26
26
 
@@ -285,7 +285,7 @@ class AuroBanner extends i$2 {
285
285
 
286
286
  /**
287
287
  * Defines whether the component will be on lighter or darker backgrounds
288
- * @property {'default', 'inverse'}
288
+ * @type {'default' | 'inverse'}
289
289
  * @default 'default'
290
290
  */
291
291
  appearance: {
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "================================================================================"
8
8
  ],
9
9
  "name": "@aurodesignsystem-dev/auro-banner",
10
- "version": "0.0.0-pr103.6",
10
+ "version": "0.0.0-pr103.7",
11
11
  "description": "auro-banner HTML custom element",
12
12
  "repository": {
13
13
  "type": "git",