@solid-primitives/props
Advanced tools
Comparing version 3.1.1 to 3.1.2
@@ -68,3 +68,3 @@ import { $PROXY, createMemo, mergeProps } from 'solid-js'; | ||
} | ||
var extractCSSregex = /([^:; ]*):\s*([^;]*)/g; | ||
var extractCSSregex = /((?:--)?(?:\w+-?)+)\s*:\s*([^;]*)/g; | ||
function stringStyleToObject(style) { | ||
@@ -71,0 +71,0 @@ const object = {}; |
{ | ||
"name": "@solid-primitives/props", | ||
"version": "3.1.1", | ||
"version": "3.1.2", | ||
"description": "Library of primitives focused around component props.", | ||
@@ -5,0 +5,0 @@ "author": "Damian Tarnawski <gthetarnav@gmail.com>", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22281