@tonic-ui/styled-system
Advanced tools
Comparing version 1.2.1 to 1.2.2
{ | ||
"name": "@tonic-ui/styled-system", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "The framework agnostic styling engine for Tonic UI.", | ||
@@ -37,3 +37,4 @@ "main": "index.js", | ||
"eslint-plugin-react-hooks": "latest", | ||
"jest": "^27.5.1" | ||
"jest": "^28.0.0", | ||
"jest-environment-node": "^28.0.0" | ||
}, | ||
@@ -78,3 +79,3 @@ "jest": { | ||
], | ||
"gitHead": "27b52a1209055bf6a3797395b0a1f53841c41483" | ||
"gitHead": "3ff897115817253283b0179fd48d3186510e245d" | ||
} |
@@ -94,3 +94,5 @@ "use strict"; | ||
_lastOfType: createSelectorFunction('&:last-of-type'), | ||
_notFirstChild: createSelectorFunction('&:not(:first-child)'), | ||
_notFirstOfType: createSelectorFunction('&:not(:first-of-type)'), | ||
_notLastChild: createSelectorFunction('&:not(:last-child)'), | ||
_notLastOfType: createSelectorFunction('&:not(:last-of-type)'), | ||
@@ -97,0 +99,0 @@ _nthOfType: createNthOfTypeSelectorFunction('&:nth-of-type'), |
61368
1606
18