@lrnwebcomponents/full-width-image
Advanced tools
Comparing version 4.0.24 to 4.0.25
{ | ||
"version": "experimental", | ||
"version": 1, | ||
"tags": [ | ||
{ | ||
"name": "full-width-image", | ||
"description": "`full-width-image`\n`full width image that flows beyond boundaries`" | ||
}, | ||
{ | ||
"name": "full-width-image", | ||
"description": "`full-width-image`\n`full width image that flows beyond boundaries`", | ||
"description": "`full-width-image`\n`full width image that flows beyond boundaries`\n\nAttributes:\n\n * `source` {`string`} - \n\n * `caption` {`string`} - \n\nProperties:\n\n * `source` {`string`} - \n\n * `caption` {`string`} - ", | ||
"attributes": [ | ||
{ | ||
"name": "source", | ||
"type": "string" | ||
"description": "`source` {`string`} - \n\nProperty: source" | ||
}, | ||
{ | ||
"name": "caption", | ||
"type": "string" | ||
"description": "`caption` {`string`} - \n\nProperty: caption" | ||
} | ||
], | ||
"properties": [ | ||
] | ||
}, | ||
{ | ||
"name": "full-width-image", | ||
"attributes": [] | ||
}, | ||
{ | ||
"name": "full-width-image", | ||
"description": "`full-width-image`\n`full width image that flows beyond boundaries`\n\nAttributes:\n\n * `source` {`string`} - \n\n * `caption` {`string`} - \n\nProperties:\n\n * `source` {`string`} - \n\n * `caption` {`string`} - ", | ||
"attributes": [ | ||
{ | ||
"name": "source", | ||
"attribute": "source", | ||
"type": "string" | ||
"description": "`source` {`string`} - \n\nProperty: source" | ||
}, | ||
{ | ||
"name": "caption", | ||
"attribute": "caption", | ||
"type": "string" | ||
"description": "`caption` {`string`} - \n\nProperty: caption" | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "full-width-image" | ||
}, | ||
{ | ||
"name": "full-width-image", | ||
"description": "`full-width-image`\n`full width image that flows beyond boundaries`" | ||
} | ||
] | ||
} | ||
], | ||
"globalAttributes": [], | ||
"valueSets": [] | ||
} |
@@ -15,3 +15,3 @@ { | ||
}, | ||
"version": "4.0.24", | ||
"version": "4.0.25", | ||
"description": "full width image that flows beyond boundaries", | ||
@@ -28,6 +28,6 @@ "repository": { | ||
"start": "yarn run dev", | ||
"build": "gulp --gulpfile=gulpfile.cjs && node --experimental-json-modules ../../node_modules/.bin/rollup --config && prettier --ignore-path ../../.prettierignore --write \"**/*.{js,json}\" && wca analyze \"**/*.js\" --format vscode --outFile vscode-html-custom-data.json", | ||
"build": "gulp --gulpfile=gulpfile.cjs && node --experimental-json-modules ../../node_modules/.bin/rollup --config && prettier --ignore-path ../../.prettierignore --write \"**/*.{js,json}\" && wca analyze \"**/*.js\" --format vscode --outFile custom-elements.json", | ||
"dev": "concurrently --kill-others \"yarn run watch\" \"yarn run serve\"", | ||
"watch": "gulp dev --gulpfile=gulpfile.cjs", | ||
"serve": "web-dev-server -c ../../web-dev-server.config.js", | ||
"serve": "web-dev-server -c ../../web-dev-server.config.mjs", | ||
"lighthouse": "gulp lighthouse --gulpfile=gulpfile.cjs", | ||
@@ -46,7 +46,7 @@ "test:watch": "web-test-runner \"test/**/*.test.js\" --node-resolve --config=../../web-test-runner.config.mjs --playwright --browsers chromium firefox --watch", | ||
"@lrnwebcomponents/deduping-fix": "^4.0.0", | ||
"@lrnwebcomponents/storybook-utilities": "^4.0.24", | ||
"@lrnwebcomponents/storybook-utilities": "^4.0.25", | ||
"@open-wc/testing": "3.0.4", | ||
"@polymer/iron-component-page": "github:PolymerElements/iron-component-page", | ||
"@polymer/iron-demo-helpers": "3.1.0", | ||
"@web/dev-server": "0.1.30", | ||
"@web/dev-server": "0.1.31", | ||
"@webcomponents/webcomponentsjs": "2.6.0", | ||
@@ -68,3 +68,3 @@ "concurrently": "7.0.0", | ||
], | ||
"gitHead": "dfb2cd70d6c85d3ac0792679b3120c20923d5ada" | ||
"gitHead": "0af870d14d29af2e5f834389cc9b00a5d250b4da" | ||
} |
@@ -39,2 +39,2 @@ { | ||
"valueSets": [] | ||
} | ||
} |
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
51992
871