@aofl/picture
Advanced tools
Comparing version 3.0.0-beta.12 to 3.0.0-beta.13
{ | ||
"name": "@aofl/picture", | ||
"version": "3.0.0-beta.12", | ||
"version": "3.0.0-beta.13", | ||
"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.", | ||
"main": "dist/index.js", | ||
"module": "index.js", | ||
"typings": "types.d.ts", | ||
@@ -40,5 +41,5 @@ "scripts": { | ||
"devDependencies": { | ||
"@aofl/cli": "^3.0.0-beta.10", | ||
"@aofl/component-utils": "^3.0.0-beta.12", | ||
"@aofl/element": "^3.0.0-beta.12", | ||
"@aofl/cli": "^3.0.0-beta.13", | ||
"@aofl/component-utils": "^3.0.0-beta.13", | ||
"@aofl/element": "^3.0.0-beta.13", | ||
"cross-env": "^6.0.3", | ||
@@ -49,3 +50,3 @@ "jsdoc": "^3.6.3", | ||
}, | ||
"gitHead": "7fefe74af1885e7b807b6ed3522d9ae661e52645" | ||
"gitHead": "aa2e52c46ae9451fde097de4734398430f2127a7" | ||
} |
48950