@aofl/picture
Advanced tools
Comparing version 3.0.0-beta.17 to 3.0.0-beta.18
{ | ||
"name": "@aofl/picture", | ||
"version": "3.0.0-beta.17", | ||
"version": "3.0.0-beta.18", | ||
"description": "`<aofl-picture>` serves as a container for zero or more `<aofl-source>` and one `<aofl-img>` elements to provide versions of an image for different display sizes. Display size specific sources are defined using the media attribute of the `aofl-source` element. `<aofl-img>` embeds an image into the document. It behaves similarly to `<img>` with the addition of lazy loading images as they scroll near the visible area of the screen. The current formula is 2x height or width. In addition to this `<aofl-img>` can be combined with `<aofl-picture>` and `<aofl-source>` to provide different images for different display sizes. AoflSource component must be used as a child of aofl-picture and specifies images for different media queries.", | ||
@@ -44,3 +44,3 @@ "main": "index.js", | ||
"@aofl/component-utils": "^3.0.0-beta.16", | ||
"@aofl/element": "^3.0.0-beta.17", | ||
"@aofl/element": "^3.0.0-beta.18", | ||
"cross-env": "^6.0.3", | ||
@@ -51,3 +51,3 @@ "jsdoc": "^3.6.3", | ||
}, | ||
"gitHead": "1a9a0010d531b8a6ab7287dee07687c312379976" | ||
"gitHead": "ab2dfef9429103078acc848e0e35e4dd927fe6b8" | ||
} |