Merge pull request #7605 from nurbek91/stenciljs

Update Stencil / web-components
main
Elbert Alias 2 years ago committed by GitHub
commit c58e3292a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5935,9 +5935,12 @@
"cats": [ "cats": [
18 18
], ],
"description": "Stencil is a compiler that generates Web Components developed by the Ionic team.", "description": "Stenciljs is an open-source web component compiler that enables developers to create reusable, interoperable UI components that can work across different frameworks and platforms.",
"dom": "html[data-stencil-build][class*='hydrated'], stencil-router, stencil-route-link", "dom": "html[data-stencil-build][class*='hydrated'], stencil-router, stencil-route-link",
"icon": "Stencil.svg", "icon": "Stencil.svg",
"js": {
"stencil.inspect": ""
},
"oss": true, "oss": true,
"website": "https://stenciljs.com" "website": "https://stenciljs.com"
}, },