@techexp/webitem 0.7.0 → 0.7.1

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.
package/README.md CHANGED
@@ -127,7 +127,7 @@ with CSS outside the component.
127
127
 
128
128
  If you need to use a common CSS among components, there are two options:
129
129
 
130
- 1. Use `CSSStyleSheet` object and pass in the `styleSheets` option. This is the recommended approach.
130
+ 1. Use `CSSStyleSheet` object and pass to the `styleSheets` option. This is the recommended approach.
131
131
  For example:
132
132
 
133
133
  ```js
@@ -151,6 +151,8 @@ webitem.defineElement({
151
151
  <link rel="stylesheet" href="css/common.css">
152
152
  ```
153
153
 
154
+ Usually, this options is slower.
155
+
154
156
  ## Examples
155
157
  There is a full set of examples in the repo's `src/` directory in both `index.html` and `test/webitem.test.js`.
156
158
  Next we will show some as well.
@@ -1,6 +1,6 @@
1
1
  // webitem.js Library to simplify creating HTML5 Custom Elements
2
2
  // https://github.com/ahabra/webitem
3
- // Copyright 2021 (C) Abdul Habra. Version 0.7.0.
3
+ // Copyright 2021 (C) Abdul Habra. Version 0.7.1.
4
4
  // Apache License Version 2.0
5
5
 
6
6
 
@@ -1,6 +1,6 @@
1
1
  // webitem.js Library to simplify creating HTML5 Custom Elements
2
2
  // https://github.com/ahabra/webitem
3
- // Copyright 2021 (C) Abdul Habra. Version 0.7.0.
3
+ // Copyright 2021 (C) Abdul Habra. Version 0.7.1.
4
4
  // Apache License Version 2.0
5
5
 
6
6
 
@@ -1,6 +1,6 @@
1
1
  // webitem.js Library to simplify creating HTML5 Custom Elements
2
2
  // https://github.com/ahabra/webitem
3
- // Copyright 2021 (C) Abdul Habra. Version 0.7.0.
3
+ // Copyright 2021 (C) Abdul Habra. Version 0.7.1.
4
4
  // Apache License Version 2.0
5
5
 
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@techexp/webitem",
3
- "version": "0.7.0",
3
+ "version": "0.7.1",
4
4
  "description": "Library to simplify creating Web Components/Custom Elements",
5
5
  "author": "Abdul Habra",
6
6
  "license": "Apache",