@epa-wg/custom-element 0.0.4 → 0.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +5 -7
  2. package/index.html +4 -2
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -8,10 +8,7 @@ It allows to define custom HTML tag with template filled from slots and attribut
8
8
  | Live demo: [custom-element][demo-url]
9
9
  | Try in [Sandbox][sandbox-url]
10
10
  | [tests project][git-test-url]
11
-
12
- [![NPM version][npm-image]][npm-url]
13
-
14
- [//]: # ([![coverage][coverage-image]][coverage-url])
11
+ [![NPM version][npm-image]][npm-url] [![coverage][coverage-image]][coverage-url]
15
12
 
16
13
  # use
17
14
  ## install
@@ -144,6 +141,7 @@ within template
144
141
  [github-image]: https://cdnjs.cloudflare.com/ajax/libs/octicons/8.5.0/svg/mark-github.svg
145
142
  [npm-image]: https://img.shields.io/npm/v/@epa-wg/custom-element.svg
146
143
  [npm-url]: https://npmjs.org/package/@epa-wg/custom-element
147
- [coverage-image]: https://unpkg.com/@epa-wg/custom-element-test@0.0.4/coverage/coverage.svg
148
- [coverage-url]: https://unpkg.com/@epa-wg/custom-element-test@0.0.4/coverage/lcov-report/index.html
149
- [sandbox-url]: https://stackblitz.com/github/EPA-WG/custom-element?file=index.html
144
+ [coverage-image]: https://unpkg.com/@epa-wg/custom-element-test@0.0.5/coverage/coverage.svg
145
+ [coverage-url]: https://unpkg.com/@epa-wg/custom-element-test@0.0.5/coverage/lcov-report/index.html
146
+ [sandbox-url]: https://stackblitz.com/github/EPA-WG/custom-element?file=index.html
147
+ [storybook-url]: https://unpkg.com/@epa-wg/custom-element-test@0.0.5/storybook-static/index.html?path=/story/welcome--introduction
package/index.html CHANGED
@@ -16,8 +16,10 @@
16
16
  <body>
17
17
  <nav>
18
18
  <h3><code>custom-element</code> demo</h3>
19
- <a href="https://github.com/EPA-WG/custom-element"
20
- ><img src="https://cdnjs.cloudflare.com/ajax/libs/octicons/8.5.0/svg/mark-github.svg" alt="icon">GIT</a>
19
+ <div><a href="https://github.com/EPA-WG/custom-element"
20
+ ><img src="https://cdnjs.cloudflare.com/ajax/libs/octicons/8.5.0/svg/mark-github.svg" alt="icon">GIT</a>
21
+ | <a href="https://stackblitz.com/github/EPA-WG/custom-element?file=index.html">Sandbox</a>
22
+ </div>
21
23
  <p>
22
24
  This <em>Declarative Custom Element</em> allows to define<br/>
23
25
  custom HTML tag with template filled from slots, attributes, dataset. </p>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epa-wg/custom-element",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "description": "Declarative Custom Element as W3C proposal PoC with native(XSLT) based templating",
5
5
  "browser": "custom-element.js",
6
6
  "module": "custom-element.js",