@aurodesignsystem-dev/auro-banner 0.0.0-pr103.2 → 0.0.0-pr103.4

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
@@ -414,7 +414,7 @@ The `displayImage` slot is configured to work with the HTML [picture](https://de
414
414
  </picture>
415
415
  ```
416
416
 
417
- This allows the editor the upmost in image flexibility for cropped images placed at different breakpoints. A slotted `<img>` element is the default image shown when less than the first defined breakpoint.
417
+ This allows the editor the utmost in image flexibility for cropped images placed at different breakpoints. A slotted `<img>` element is the default image shown when less than the first defined breakpoint.
418
418
 
419
419
  By default `<img>` elements are `inline` elements and will add a few pixels of space below the image. To counter this, either set `display: block` on the `<img>` element, or add this [WCSS pre-defined selector](https://alaskaairlines.github.io/WebCoreStyleSheets/#core-css-#{$sym}#{$prefix}picture#{$scope}) to your project.<br><br>
420
420
 
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`,`iconic`, `marquee`, or `roundedBorder`. The `billboard` attribute the most common use case.
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/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "================================================================================"
8
8
  ],
9
9
  "name": "@aurodesignsystem-dev/auro-banner",
10
- "version": "0.0.0-pr103.2",
10
+ "version": "0.0.0-pr103.4",
11
11
  "description": "auro-banner HTML custom element",
12
12
  "repository": {
13
13
  "type": "git",