@jasonshimmy/custom-elements-runtime 2.1.1 → 2.1.2

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -1
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/style.css`
210
+ **Package:** `@jasonshimmy/custom-elements-runtime/css` or `@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.1",
4
+ "version": "2.1.2",
5
5
  "type": "module",
6
6
  "keywords": [
7
7
  "web-components",
@@ -104,6 +104,7 @@
104
104
  "require": "./dist/custom-elements-runtime.router.cjs.js"
105
105
  },
106
106
  "./entities.json": "./entities.json",
107
+ "./css": "./dist/style.css",
107
108
  "./css/style.css": "./dist/style.css",
108
109
  "./css/reset.css": "./dist/reset.css",
109
110
  "./css/variables.css": "./dist/variables.css"