@authpack/theme
Advanced tools
Comparing version 0.6.9 to 0.6.10
@@ -68,2 +68,3 @@ "use strict"; | ||
const bp = `@media (max-width: ${525 + 50}px)`; | ||
const theme = useTheme_1.useTheme(); | ||
const [open, openChange] = react_1.useState(false); | ||
@@ -87,2 +88,3 @@ return react_1.createElement('div', { | ||
margin: -5, | ||
color: theme.input.error, | ||
}), | ||
@@ -89,0 +91,0 @@ children: react_1.createElement(Icon_1.Icon, { |
@@ -115,2 +115,3 @@ /// <reference types="react" /> | ||
off: string; | ||
error: string; | ||
payment: string; | ||
@@ -117,0 +118,0 @@ }; |
@@ -119,2 +119,3 @@ "use strict"; | ||
payment: '#ffffff', | ||
error: '#00b4ff', | ||
}, | ||
@@ -121,0 +122,0 @@ button: { |
@@ -43,3 +43,3 @@ "use strict"; | ||
subtitle: slate(65), | ||
branding: slate(35), | ||
branding: slate(25), | ||
brandingHover: slate(65), | ||
@@ -118,2 +118,3 @@ label: slate(65), | ||
payment: '#ffffff', | ||
error: '#00b4ff', | ||
}, | ||
@@ -120,0 +121,0 @@ button: { |
@@ -49,3 +49,3 @@ "use strict"; | ||
headerHover: slate(97.5), | ||
border: 'none', | ||
border: `1px solid ${slate(87.5)}`, | ||
background: slate(92.5), | ||
@@ -55,3 +55,3 @@ }, | ||
background: slate(97.5), | ||
border: `1px solid ${slate(92.5)}`, | ||
border: `1px solid ${slate(87.5)}`, | ||
}, | ||
@@ -119,2 +119,3 @@ searchBar: { | ||
payment: '#333333', | ||
error: '#00b4ff', | ||
}, | ||
@@ -136,7 +137,7 @@ button: { | ||
pointer: { | ||
label: slate(25), | ||
helper: slate(60), | ||
background: slate(100), | ||
shadow: `0 0 13px -3px ${slate(80, 0.5)}`, | ||
border: `1px solid ${slate(87.5)}`, | ||
label: slate(95), | ||
helper: slate(80), | ||
background: slate(50), | ||
shadow: `0 0 13px -3px ${slate(25, 0.25)}`, | ||
border: `1px solid ${slate(35)}`, | ||
}, | ||
@@ -176,5 +177,5 @@ menu: { | ||
shadow: `0 0 13px -3px ${slate(25, 0.25)}`, | ||
border: `none`, | ||
border: `1px solid ${slate(35)}`, | ||
}, | ||
}; | ||
//# sourceMappingURL=SnowStorm.js.map |
{ | ||
"name": "@authpack/theme", | ||
"version": "0.6.9", | ||
"version": "0.6.10", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "Theme for Authpack.", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
289375
4999