@xstyled/system
Advanced tools
Comparing version 3.0.2 to 3.1.0
@@ -2005,3 +2005,3 @@ import { num, string, getThemeValue, negative, warn, merge, assign, func, is, obj, cascade } from '@xstyled/util'; | ||
active: "&:active", | ||
disabled: "&:disabled", | ||
disabled: "&:disabled, &[aria-disabled=true]", | ||
placeholder: "&::placeholder" | ||
@@ -2008,0 +2008,0 @@ } |
{ | ||
"name": "@xstyled/system", | ||
"description": "xstyled system utilities.", | ||
"version": "3.0.2", | ||
"version": "3.1.0", | ||
"keywords": [ | ||
@@ -22,3 +22,3 @@ "emotion", | ||
"build": "../../node_modules/.bin/rollup -c ../../build/rollup.config.js", | ||
"prepublishOnly": "yarn reset && yarn build" | ||
"prepublishOnly": "npm run reset && npm run build" | ||
}, | ||
@@ -35,6 +35,6 @@ "homepage": "https://xstyled.dev", | ||
"dependencies": { | ||
"@xstyled/util": "^3.0.2", | ||
"@xstyled/util": "^3.1.0", | ||
"csstype": "^3.0.8" | ||
}, | ||
"gitHead": "2f74a07671c544e65728a156ff8eb2d7a29dc5e2" | ||
"gitHead": "da2f0f226329e1586a85d31c3cd4636fe7758ec6" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
6158
477269
8
Updated@xstyled/util@^3.1.0