@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 +14 -14
- package/demo/auro-banner.min.js +1 -1
- package/package.json +1 -1
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
|
|
11
|
-
| ------------- | ------------- | --------- |
|
|
12
|
-
| alignLeft | alignLeft | | boolean
|
|
13
|
-
| alignRight | alignRight | | boolean
|
|
14
|
-
| appearance | appearance | |
|
|
15
|
-
| billboard | billboard | | boolean
|
|
16
|
-
| hero | hero | | boolean
|
|
17
|
-
| iconbg | iconbg | | string
|
|
18
|
-
| iconic | iconic | | boolean
|
|
19
|
-
| marquee | marquee | | boolean
|
|
20
|
-
| onDark | onDark | | boolean
|
|
21
|
-
| roundedBorder | roundedBorder | | boolean
|
|
22
|
-
| slim | slim | | boolean
|
|
23
|
-
| solid | solid | | boolean
|
|
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
|
|
package/demo/auro-banner.min.js
CHANGED
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.
|
|
10
|
+
"version": "0.0.0-pr103.7",
|
|
11
11
|
"description": "auro-banner HTML custom element",
|
|
12
12
|
"repository": {
|
|
13
13
|
"type": "git",
|