@aurodesignsystem-dev/auro-banner 0.0.0-pr103.1 → 0.0.0-pr103.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.
- package/demo/api.md +1 -1
- package/demo/auro-banner.min.js +1 -1
- package/demo/index.md +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/demo/api.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
# auro-banner
|
|
5
5
|
|
|
6
|
-
The auro-banner element provides users a flexible way to convey a summary of information. The primary elements of a banner include an image, and details.
|
|
6
|
+
The `auro-banner` element provides users a flexible way to convey a summary of information. The primary elements of a banner include an image, and details.
|
|
7
7
|
|
|
8
8
|
### Properties & Attributes
|
|
9
9
|
|
package/demo/auro-banner.min.js
CHANGED
|
@@ -193,7 +193,7 @@ var tokensCss = i$5`:host{--ds-auro-banner-text-color: var(--ds-basic-color-text
|
|
|
193
193
|
|
|
194
194
|
// See https://git.io/JJ6SJ for "How to document your components using JSDoc"
|
|
195
195
|
/**
|
|
196
|
-
* The auro-banner element provides users a flexible way to convey a summary of information. The primary elements of a banner include an image, and details.
|
|
196
|
+
* The `auro-banner` element provides users a flexible way to convey a summary of information. The primary elements of a banner include an image, and details.
|
|
197
197
|
* @customElement auro-banner
|
|
198
198
|
*
|
|
199
199
|
* @slot action - call to action
|
package/demo/index.md
CHANGED
|
@@ -29,7 +29,7 @@ Use the `<auro-banner>` element to:
|
|
|
29
29
|
|
|
30
30
|
The default `<auro-banner>` element features configuration options when using using the `displayImage`, `contentImage`, `prefix`, `title`, `description`, `action` and `disclaimer` slots for structured content placement.
|
|
31
31
|
|
|
32
|
-
The `<auro-banner>` component must be used in conjunction with one of the following attributes: `billboard`, `hero
|
|
32
|
+
The `<auro-banner>` component must be used in conjunction with one of the following attributes: `billboard`, `hero`, `iconic`, `marquee`, or `roundedBorder`. The `billboard` attribute is the most common use case.
|
|
33
33
|
|
|
34
34
|
**Note**: See the [auro-banner API page](https://auro.alaskaair.com/components/auro/banner/api) for more information on how to use this component's slots and attributes.
|
|
35
35
|
|
package/dist/index.d.ts
CHANGED
|
@@ -113,7 +113,7 @@ export type AuroBannerProps = {
|
|
|
113
113
|
|
|
114
114
|
|
|
115
115
|
/**
|
|
116
|
-
* The auro-banner element provides users a flexible way to convey a summary of information. The primary elements of a banner include an image, and details.
|
|
116
|
+
* The `auro-banner` element provides users a flexible way to convey a summary of information. The primary elements of a banner include an image, and details.
|
|
117
117
|
*
|
|
118
118
|
* ## Attributes & Properties
|
|
119
119
|
*
|
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.3",
|
|
11
11
|
"description": "auro-banner HTML custom element",
|
|
12
12
|
"repository": {
|
|
13
13
|
"type": "git",
|