diff --git a/README.md b/README.md index c01aecd..1c3566f 100644 --- a/README.md +++ b/README.md @@ -341,16 +341,16 @@ within template [css-demo-url]: https://unpkg.com/@epa-wg/custom-element@0.0/demo/scoped-css.html [slice-demo-url]: https://unpkg.com/@epa-wg/custom-element@0.0/demo/data-slices.html [hex-grid-url]: https://unpkg.com/@epa-wg/custom-element@0.0/demo/hex-grid.html -[hex-grid-image]: https://unpkg.com/@epa-wg/custom-element@0.0.28/demo/hex-grid-transform.png +[hex-grid-image]: https://unpkg.com/@epa-wg/custom-element@0.0.29/demo/hex-grid-transform.png [local-storage-demo]: https://unpkg.com/@epa-wg/custom-element@0.0/demo/local-storage.html [http-request-demo]: https://unpkg.com/@epa-wg/custom-element@0.0/demo/http-request.html [location-demo]: https://unpkg.com/@epa-wg/custom-element@0.0/demo/location.html [github-image]: https://cdnjs.cloudflare.com/ajax/libs/octicons/8.5.0/svg/mark-github.svg [npm-image]: https://img.shields.io/npm/v/@epa-wg/custom-element.svg [npm-url]: https://npmjs.org/package/@epa-wg/custom-element -[coverage-image]: https://unpkg.com/@epa-wg/custom-element-dist@0.0.28/coverage/src/custom-element/coverage.svg -[coverage-url]: https://unpkg.com/@epa-wg/custom-element-dist@0.0.28/coverage/src/custom-element/index.html -[storybook-url]: https://unpkg.com/@epa-wg/custom-element-dist@0.0.28/storybook-static/index.html?path=/story/welcome--introduction +[coverage-image]: https://unpkg.com/@epa-wg/custom-element-dist@0.0.29/coverage/src/custom-element/coverage.svg +[coverage-url]: https://unpkg.com/@epa-wg/custom-element-dist@0.0.29/coverage/src/custom-element/index.html +[storybook-url]: https://unpkg.com/@epa-wg/custom-element-dist@0.0.29/storybook-static/index.html?path=/story/welcome--introduction [sandbox-url]: https://stackblitz.com/github/EPA-WG/custom-element?file=index.html [webcomponents-url]: https://www.webcomponents.org/element/@epa-wg/custom-element [webcomponents-img]: https://img.shields.io/badge/webcomponents.org-published-blue.svg diff --git a/bin/xslDtd2Ide.mjs b/bin/xslDtd2Ide.mjs index 5a2ea4e..27d6915 100644 --- a/bin/xslDtd2Ide.mjs +++ b/bin/xslDtd2Ide.mjs @@ -116,7 +116,7 @@ writeFileSync( '.././ide/customData-xsl.json', JSON.stringify( vsCode, undefined const intelliJ = { "$schema": "http://json.schemastore.org/web-types", "name": "@epa-wg/custom-element", - "version": "0.0.28", + "version": "0.0.29", "js-types-syntax": "typescript", "description-markup": "markdown", "contributions": { diff --git a/demo/demo.css b/demo/demo.css index b92c821..d3f820c 100644 --- a/demo/demo.css +++ b/demo/demo.css @@ -14,9 +14,6 @@ script{ display:none !important; } dd{ padding: 1rem;} p{ margin: 0;} code{ font-weight: bold; color: green; text-wrap: nowrap; } -*{ - gap: 1rem; -} html-demo-element h3 { text-shadow: 0 0 0.25em white; diff --git a/ide/web-types-dce.json b/ide/web-types-dce.json index ef90f11..d9ce542 100644 --- a/ide/web-types-dce.json +++ b/ide/web-types-dce.json @@ -1,7 +1,7 @@ { "$schema": "http://json.schemastore.org/web-types", "name": "@epa-wg/custom-element", - "version": "0.0.28", + "version": "0.0.29", "js-types-syntax": "typescript", "description-markup": "markdown", "contributions": { diff --git a/ide/web-types-xsl.json b/ide/web-types-xsl.json index dd9385c..b709f27 100644 --- a/ide/web-types-xsl.json +++ b/ide/web-types-xsl.json @@ -1,7 +1,7 @@ { "$schema": "http://json.schemastore.org/web-types", "name": "@epa-wg/custom-element", - "version": "0.0.28", + "version": "0.0.29", "js-types-syntax": "typescript", "description-markup": "markdown", "contributions": { diff --git a/package.json b/package.json index f60c6c1..52a00be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@epa-wg/custom-element", - "version": "0.0.28", + "version": "0.0.29", "description": "Declarative Custom Element as W3C proposal PoC with native(XSLT) based templating", "browser": "custom-element.js", "module": "custom-element.js",