Skip to content

Commit

Permalink
Merge pull request #73 from EPA-WG/develop
Browse files Browse the repository at this point in the history
0.0.29
  • Loading branch information
sashafirsov authored Nov 7, 2024
2 parents ba119c7 + 1847dd9 commit d579abb
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 11 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -341,16 +341,16 @@ within template
[css-demo-url]: https://unpkg.com/@epa-wg/[email protected]/demo/scoped-css.html
[slice-demo-url]: https://unpkg.com/@epa-wg/[email protected]/demo/data-slices.html
[hex-grid-url]: https://unpkg.com/@epa-wg/[email protected]/demo/hex-grid.html
[hex-grid-image]: https://unpkg.com/@epa-wg/[email protected].28/demo/hex-grid-transform.png
[hex-grid-image]: https://unpkg.com/@epa-wg/[email protected].29/demo/hex-grid-transform.png
[local-storage-demo]: https://unpkg.com/@epa-wg/[email protected]/demo/local-storage.html
[http-request-demo]: https://unpkg.com/@epa-wg/[email protected]/demo/http-request.html
[location-demo]: https://unpkg.com/@epa-wg/[email protected]/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/[email protected].28/coverage/src/custom-element/coverage.svg
[coverage-url]: https://unpkg.com/@epa-wg/[email protected].28/coverage/src/custom-element/index.html
[storybook-url]: https://unpkg.com/@epa-wg/[email protected].28/storybook-static/index.html?path=/story/welcome--introduction
[coverage-image]: https://unpkg.com/@epa-wg/[email protected].29/coverage/src/custom-element/coverage.svg
[coverage-url]: https://unpkg.com/@epa-wg/[email protected].29/coverage/src/custom-element/index.html
[storybook-url]: https://unpkg.com/@epa-wg/[email protected].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
Expand Down
2 changes: 1 addition & 1 deletion bin/xslDtd2Ide.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
3 changes: 0 additions & 3 deletions demo/demo.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion ide/web-types-dce.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion ide/web-types-xsl.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit d579abb

Please sign in to comment.