@aurodesignsystem-dev/auro-banner 0.0.0-pr103.3 → 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 +1 -1
- package/package.json +1 -1
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
|
|
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/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.4",
|
|
11
11
|
"description": "auro-banner HTML custom element",
|
|
12
12
|
"repository": {
|
|
13
13
|
"type": "git",
|