@tonic-ui/styled-system
Advanced tools
Comparing version 1.6.1 to 1.6.2
@@ -450,3 +450,4 @@ 'use strict'; | ||
return { | ||
outline: get(scale, value, value) | ||
outline: get(scale, value, value), | ||
outlineOffset: 'unset' | ||
}; | ||
@@ -453,0 +454,0 @@ }; |
@@ -448,3 +448,4 @@ function _iterableToArrayLimit(arr, i) { | ||
return { | ||
outline: get(scale, value, value) | ||
outline: get(scale, value, value), | ||
outlineOffset: 'unset' | ||
}; | ||
@@ -451,0 +452,0 @@ }; |
{ | ||
"name": "@tonic-ui/styled-system", | ||
"version": "1.6.1", | ||
"version": "1.6.2", | ||
"description": "The framework agnostic styling engine for Tonic UI.", | ||
@@ -81,3 +81,3 @@ "main": "dist/index.cjs.js", | ||
], | ||
"gitHead": "d363f81f3570ea35640e63082727a544c9a676bf" | ||
"gitHead": "3c590838b97904db0a36b58c0ddeebcfa5c45f95" | ||
} |
91068
3218