@solid-primitives/media
Advanced tools
Comparing version
import { createSignal } from 'solid-js'; | ||
import { makeEventListener } from '@solid-primitives/event-listener'; | ||
import { createStaticStore, forEachEntry, entries } from '@solid-primitives/utils'; | ||
import { createStaticStore, entries } from '@solid-primitives/utils'; | ||
import { createSharedRoot } from '@solid-primitives/rootless'; | ||
@@ -31,3 +31,3 @@ | ||
const matches2 = {}; | ||
forEachEntry(breakpoints, (token, width) => { | ||
entries(breakpoints).forEach(([token, width]) => { | ||
const mql = window.matchMedia(`(${mediaFeature}: ${width})`); | ||
@@ -34,0 +34,0 @@ matches2[token] = mql.matches; |
{ | ||
"name": "@solid-primitives/media", | ||
"version": "2.0.5", | ||
"version": "2.0.6", | ||
"description": "Primitives for media query and device features", | ||
@@ -89,5 +89,5 @@ "author": "David Di Biase <dave.dibiase@gmail.com>", | ||
"dependencies": { | ||
"@solid-primitives/event-listener": "^2.2.5", | ||
"@solid-primitives/rootless": "^1.2.2", | ||
"@solid-primitives/utils": "^4.0.1" | ||
"@solid-primitives/event-listener": "^2.2.6", | ||
"@solid-primitives/rootless": "^1.2.3", | ||
"@solid-primitives/utils": "^5.0.0" | ||
}, | ||
@@ -94,0 +94,0 @@ "peerDependencies": { |
Sorry, the diff of this file is not supported yet
16386
-0.02%+ Added
- Removed