@wcstack/media-query 2.5.0 → 2.5.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.ja.md +1 -1
- package/README.md +1 -1
- package/package.json +1 -1
package/README.ja.md
CHANGED
package/README.md
CHANGED
|
@@ -34,7 +34,7 @@ A media query that only changes *styling* belongs in a stylesheet. This node is
|
|
|
34
34
|
npm install @wcstack/media-query
|
|
35
35
|
```
|
|
36
36
|
|
|
37
|
-
CDN (pinned): `https://esm.run/@wcstack/media-query@2.5.
|
|
37
|
+
CDN (pinned): `https://esm.run/@wcstack/media-query@2.5.1/auto`
|
|
38
38
|
|
|
39
39
|
## Quick Start
|
|
40
40
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wcstack/media-query",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.1",
|
|
4
4
|
"description": "Declarative matchMedia component for Web Components. Framework-agnostic media-query monitor (prefers-color-scheme, prefers-reduced-motion, viewport width) via wc-bindable-protocol.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.esm.js",
|