@jasonshimmy/custom-elements-runtime 2.1.0 → 2.1.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 +1 -1
- package/package.json +1 -2
package/README.md
CHANGED
|
@@ -207,7 +207,7 @@ Below is the **complete list of public symbols** exported by the runtime and its
|
|
|
207
207
|
|
|
208
208
|
### Global Styles (CSS)
|
|
209
209
|
|
|
210
|
-
**Package:** `@jasonshimmy/custom-elements-runtime/css
|
|
210
|
+
**Package:** `@jasonshimmy/custom-elements-runtime/css/style.css`
|
|
211
211
|
|
|
212
212
|
| Export | Description |
|
|
213
213
|
| ----------- | -------------------------------------------------------- |
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jasonshimmy/custom-elements-runtime",
|
|
3
3
|
"description": "A powerful, modern, and lightweight runtime for creating reactive web components with TypeScript",
|
|
4
|
-
"version": "2.1.
|
|
4
|
+
"version": "2.1.1",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"web-components",
|
|
@@ -104,7 +104,6 @@
|
|
|
104
104
|
"require": "./dist/custom-elements-runtime.router.cjs.js"
|
|
105
105
|
},
|
|
106
106
|
"./entities.json": "./entities.json",
|
|
107
|
-
"./css": "./dist/style.css",
|
|
108
107
|
"./css/style.css": "./dist/style.css",
|
|
109
108
|
"./css/reset.css": "./dist/reset.css",
|
|
110
109
|
"./css/variables.css": "./dist/variables.css"
|