@lrnwebcomponents/simple-image
Advanced tools
Comparing version 2.6.2 to 2.6.3
{ | ||
"schema_version": "1.0.0", | ||
"elements": [ | ||
"classes": [ | ||
{ | ||
@@ -8,88 +8,3 @@ "description": "`simple-image`", | ||
"path": "simple-image.js", | ||
"properties": [ | ||
{ | ||
"name": "src", | ||
"type": "string | null | undefined", | ||
"description": "image source", | ||
"privacy": "public", | ||
"sourceRange": { | ||
"start": { | ||
"line": 243, | ||
"column": 6 | ||
}, | ||
"end": { | ||
"line": 245, | ||
"column": 7 | ||
} | ||
}, | ||
"metadata": { | ||
"polymer": { | ||
"attributeType": "String" | ||
} | ||
} | ||
}, | ||
{ | ||
"name": "alt", | ||
"type": "string | null | undefined", | ||
"description": "alt data", | ||
"privacy": "public", | ||
"sourceRange": { | ||
"start": { | ||
"line": 249, | ||
"column": 6 | ||
}, | ||
"end": { | ||
"line": 251, | ||
"column": 7 | ||
} | ||
}, | ||
"metadata": { | ||
"polymer": { | ||
"attributeType": "String" | ||
} | ||
} | ||
}, | ||
{ | ||
"name": "caption", | ||
"type": "string | null | undefined", | ||
"description": "caption on the image", | ||
"privacy": "public", | ||
"sourceRange": { | ||
"start": { | ||
"line": 255, | ||
"column": 6 | ||
}, | ||
"end": { | ||
"line": 257, | ||
"column": 7 | ||
} | ||
}, | ||
"metadata": { | ||
"polymer": { | ||
"attributeType": "String" | ||
} | ||
} | ||
}, | ||
{ | ||
"name": "credit", | ||
"type": "string | null | undefined", | ||
"description": "photo credit / copyright info", | ||
"privacy": "public", | ||
"sourceRange": { | ||
"start": { | ||
"line": 261, | ||
"column": 6 | ||
}, | ||
"end": { | ||
"line": 263, | ||
"column": 7 | ||
} | ||
}, | ||
"metadata": { | ||
"polymer": { | ||
"attributeType": "String" | ||
} | ||
} | ||
} | ||
], | ||
"properties": [], | ||
"methods": [], | ||
@@ -101,2 +16,6 @@ "staticMethods": [], | ||
"description": "" | ||
}, | ||
{ | ||
"url": "demo/index.html", | ||
"description": "" | ||
} | ||
@@ -116,79 +35,5 @@ ], | ||
"privacy": "public", | ||
"superclass": "HTMLElement", | ||
"name": "SimpleImage", | ||
"attributes": [ | ||
{ | ||
"name": "src", | ||
"description": "image source", | ||
"sourceRange": { | ||
"start": { | ||
"line": 243, | ||
"column": 6 | ||
}, | ||
"end": { | ||
"line": 245, | ||
"column": 7 | ||
} | ||
}, | ||
"metadata": {}, | ||
"type": "string | null | undefined" | ||
}, | ||
{ | ||
"name": "alt", | ||
"description": "alt data", | ||
"sourceRange": { | ||
"start": { | ||
"line": 249, | ||
"column": 6 | ||
}, | ||
"end": { | ||
"line": 251, | ||
"column": 7 | ||
} | ||
}, | ||
"metadata": {}, | ||
"type": "string | null | undefined" | ||
}, | ||
{ | ||
"name": "caption", | ||
"description": "caption on the image", | ||
"sourceRange": { | ||
"start": { | ||
"line": 255, | ||
"column": 6 | ||
}, | ||
"end": { | ||
"line": 257, | ||
"column": 7 | ||
} | ||
}, | ||
"metadata": {}, | ||
"type": "string | null | undefined" | ||
}, | ||
{ | ||
"name": "credit", | ||
"description": "photo credit / copyright info", | ||
"sourceRange": { | ||
"start": { | ||
"line": 261, | ||
"column": 6 | ||
}, | ||
"end": { | ||
"line": 263, | ||
"column": 7 | ||
} | ||
}, | ||
"metadata": {}, | ||
"type": "string | null | undefined" | ||
} | ||
], | ||
"events": [], | ||
"styling": { | ||
"cssVariables": [], | ||
"selectors": [] | ||
}, | ||
"slots": [], | ||
"tagname": "simple-image\n`A minimalist image that modals and presents info cleanly.`" | ||
"name": "SimpleImage" | ||
} | ||
] | ||
} |
@@ -20,3 +20,3 @@ { | ||
}, | ||
"version": "2.6.2", | ||
"version": "2.6.3", | ||
"description": "Automated conversion of simple-image/", | ||
@@ -45,3 +45,3 @@ "repository": { | ||
"dependencies": { | ||
"@lrnwebcomponents/schema-behaviors": "^2.6.2", | ||
"@lrnwebcomponents/schema-behaviors": "^2.6.3", | ||
"@polymer/polymer": "^3.3.1" | ||
@@ -51,3 +51,3 @@ }, | ||
"@lrnwebcomponents/deduping-fix": "^2.4.0", | ||
"@lrnwebcomponents/storybook-utilities": "^2.6.2", | ||
"@lrnwebcomponents/storybook-utilities": "^2.6.3", | ||
"@polymer/iron-component-page": "github:PolymerElements/iron-component-page", | ||
@@ -71,3 +71,3 @@ "@polymer/iron-demo-helpers": "3.1.0", | ||
], | ||
"gitHead": "86dc4b7573b43ebcaeaf4bc2acb85ec0692b398d" | ||
"gitHead": "5b87417e138250dc7da2de0d3c7fb0b0a696a199" | ||
} |
@@ -5,3 +5,3 @@ import { html, PolymerElement } from "@polymer/polymer/polymer-element.js"; | ||
* `simple-image` | ||
* @customElement simple-image | ||
* @element simple-image | ||
* `A minimalist image that modals and presents info cleanly.` | ||
@@ -8,0 +8,0 @@ * @demo demo/index.html |
@@ -5,3 +5,3 @@ import { html, PolymerElement } from "@polymer/polymer/polymer-element.js"; | ||
* `simple-image` | ||
* @customElement simple-image | ||
* @element simple-image | ||
* `A minimalist image that modals and presents info cleanly.` | ||
@@ -8,0 +8,0 @@ * @demo demo/index.html |
@@ -5,3 +5,3 @@ import { html, PolymerElement } from "@polymer/polymer/polymer-element.js"; | ||
* `simple-image` | ||
* @customElement simple-image | ||
* @element simple-image | ||
* `A minimalist image that modals and presents info cleanly.` | ||
@@ -8,0 +8,0 @@ * @demo demo/index.html |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
113227
1611