@twilio-paste/grid
Advanced tools
Comparing version 0.2.28 to 0.2.29
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.2.29](https://github.com/twilio-labs/paste/compare/@twilio-paste/grid@0.2.28...@twilio-paste/grid@0.2.29) (2020-06-01) | ||
**Note:** Version bump only for package @twilio-paste/grid | ||
## [0.2.28](https://github.com/twilio-labs/paste/compare/@twilio-paste/grid@0.2.27...@twilio-paste/grid@0.2.28) (2020-06-01) | ||
@@ -8,0 +16,0 @@ |
@@ -105,3 +105,3 @@ import { ResponsiveValue } from 'styled-system'; | ||
colorBackgroundErrorLightest: "rgb(254, 236, 236)"; | ||
colorBackgroundInverse: "rgb(31, 48, 76)"; | ||
colorBackgroundInverse: "rgb(18, 28, 45)"; | ||
colorBackgroundNeutralLightest: "rgb(235, 244, 255)"; | ||
@@ -190,3 +190,3 @@ colorBackgroundOverlay: "rgba(18, 28, 45, 0.5)"; | ||
colorBackgroundErrorLightest: "rgb(254, 236, 236)"; | ||
colorBackgroundInverse: "rgb(31, 48, 76)"; | ||
colorBackgroundInverse: "rgb(18, 28, 45)"; | ||
colorBackgroundNeutralLightest: "rgb(235, 244, 255)"; | ||
@@ -733,3 +733,3 @@ colorBackgroundOverlay: "rgba(18, 28, 45, 0.5)"; | ||
colorBackgroundErrorLightest: "rgb(254, 236, 236)"; | ||
colorBackgroundInverse: "rgb(31, 48, 76)"; | ||
colorBackgroundInverse: "rgb(18, 28, 45)"; | ||
colorBackgroundNeutralLightest: "rgb(235, 244, 255)"; | ||
@@ -818,3 +818,3 @@ colorBackgroundOverlay: "rgba(18, 28, 45, 0.5)"; | ||
colorBackgroundErrorLightest: "rgb(254, 236, 236)"; | ||
colorBackgroundInverse: "rgb(31, 48, 76)"; | ||
colorBackgroundInverse: "rgb(18, 28, 45)"; | ||
colorBackgroundNeutralLightest: "rgb(235, 244, 255)"; | ||
@@ -821,0 +821,0 @@ colorBackgroundOverlay: "rgba(18, 28, 45, 0.5)"; |
{ | ||
"name": "@twilio-paste/grid", | ||
"version": "0.2.28", | ||
"version": "0.2.29", | ||
"category": "layout", | ||
@@ -35,7 +35,7 @@ "status": "beta", | ||
"@styled-system/theme-get": "^5.1.2", | ||
"@twilio-paste/box": "^2.4.6", | ||
"@twilio-paste/box": "^2.4.7", | ||
"@twilio-paste/design-tokens": "^5.2.0", | ||
"@twilio-paste/flex": "^0.3.25", | ||
"@twilio-paste/style-props": "^1.1.7", | ||
"@twilio-paste/theme": "^3.1.7", | ||
"@twilio-paste/flex": "^0.3.26", | ||
"@twilio-paste/style-props": "^1.1.8", | ||
"@twilio-paste/theme": "^3.2.0", | ||
"@twilio-paste/types": "^3.0.7", | ||
@@ -48,10 +48,10 @@ "prop-types": "^15.7.2", | ||
"devDependencies": { | ||
"@twilio-paste/box": "^2.4.7", | ||
"@twilio-paste/design-tokens": "^5.2.0", | ||
"@twilio-paste/flex": "^0.3.26", | ||
"@twilio-paste/style-props": "^1.1.8", | ||
"@twilio-paste/theme": "^3.2.0", | ||
"@twilio-paste/types": "^3.0.7" | ||
"@twilio-paste/box": "^2.4.8", | ||
"@twilio-paste/design-tokens": "^5.2.1", | ||
"@twilio-paste/flex": "^0.3.27", | ||
"@twilio-paste/style-props": "^1.1.9", | ||
"@twilio-paste/theme": "^3.2.1", | ||
"@twilio-paste/types": "^3.0.8" | ||
}, | ||
"gitHead": "e26f9af30f362846b7ce6bbaff3a839a421c6bab" | ||
"gitHead": "079d0c2feeafbea3d474298d4cad81809c932c3f" | ||
} |
71411