@aofl/picture
Advanced tools
Comparing version 4.0.0-alpha.21 to 4.0.0-alpha.22
{ | ||
"name": "@aofl/picture", | ||
"version": "4.0.0-alpha.21", | ||
"version": "4.0.0-alpha.22", | ||
"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.", | ||
@@ -9,3 +9,2 @@ "main": "index.js", | ||
"typings": "types.d.ts", | ||
"scripts": {}, | ||
"repository": { | ||
@@ -37,5 +36,2 @@ "type": "git", | ||
"devDependencies": { | ||
"@aofl/cli": "^4.0.0-alpha.21", | ||
"@aofl/component-utils": "^4.0.0-alpha.21", | ||
"@aofl/element": "^4.0.0-alpha.21", | ||
"cross-env": "^7.0.3", | ||
@@ -42,0 +38,0 @@ "jsdoc": "^3.6.6", |
4
44762