🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@solid-primitives/styles

Package Overview
Dependencies
Maintainers
3
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@solid-primitives/styles - npm Package Compare versions

Comparing version
0.1.3
to
1.0.0-next.0
+1
-1
dist/index.js
import { onCleanup } from "solid-js";
import { isServer } from "solid-js/web";
import { isServer } from "@solidjs/web";
import { createHydratableSingletonRoot } from "@solid-primitives/rootless";

@@ -4,0 +4,0 @@ import { createHydratableSignal, noop } from "@solid-primitives/utils";

{
"name": "@solid-primitives/styles",
"version": "0.1.3",
"version": "1.0.0-next.0",
"description": "Collection of reactive primitives focused on styles.",

@@ -20,7 +20,8 @@ "author": "Damian Tarnawski <gthetaranv@gmail.com>",

"name": "styles",
"stage": 0,
"stage": 3,
"list": [
"createRemSize"
],
"category": "Display & Media"
"category": "Display & Media",
"gzip": 700
},

@@ -50,11 +51,13 @@ "private": false,

"dependencies": {
"@solid-primitives/rootless": "^1.5.3",
"@solid-primitives/utils": "^6.4.0"
"@solid-primitives/rootless": "^2.0.0-next.0",
"@solid-primitives/utils": "^7.0.0-next.0"
},
"peerDependencies": {
"solid-js": "^1.6.12"
"@solidjs/web": "^2.0.0-beta.15",
"solid-js": "^2.0.0-beta.15"
},
"typesVersions": {},
"devDependencies": {
"solid-js": "^1.9.7"
"@solidjs/web": "2.0.0-beta.15",
"solid-js": "2.0.0-beta.15"
},

@@ -61,0 +64,0 @@ "scripts": {

@@ -7,5 +7,6 @@ <p>

[![size](https://img.shields.io/bundlephobia/minzip/@solid-primitives/styles?style=for-the-badge&label=size)](https://bundlephobia.com/package/@solid-primitives/styles)
[![size](https://img.shields.io/badge/size-700_B-blue?style=for-the-badge)](https://bundlephobia.com/package/@solid-primitives/styles)
[![version](https://img.shields.io/npm/v/@solid-primitives/styles?style=for-the-badge)](https://www.npmjs.com/package/@solid-primitives/styles)
[![stage](https://img.shields.io/endpoint?style=for-the-badge&url=https%3A%2F%2Fraw.githubusercontent.com%2Fsolidjs-community%2Fsolid-primitives%2Fmain%2Fassets%2Fbadges%2Fstage-0.json)](https://github.com/solidjs-community/solid-primitives#contribution-process)
[![tested with vitest](https://img.shields.io/badge/tested_with-vitest-6E9F18?style=for-the-badge&logo=vitest)](https://vitest.dev)

@@ -26,2 +27,4 @@ Collection of reactive primitives focused on styles.

**Peer dependencies**: `solid-js@^2.0.0-beta.10` and `@solidjs/web@^2.0.0-beta.10`
## `createRemSize`

@@ -72,8 +75,4 @@

## Demo
TODO
## Changelog
See [CHANGELOG.md](./CHANGELOG.md)