@sk-web-gui/theme
Advanced tools
Comparing version 2.3.1 to 2.3.2
@@ -296,3 +296,3 @@ "use strict"; | ||
primary: primitives.red[800], | ||
secondary: primitives.red[100] | ||
secondary: primitives.gray.lightest | ||
} | ||
@@ -320,3 +320,3 @@ }, | ||
primary: primitives.orange[800], | ||
secondary: primitives.orange[100] | ||
secondary: primitives.gray.lightest | ||
} | ||
@@ -536,4 +536,4 @@ }, | ||
text: { | ||
DEFAULT: primitives.red[100], | ||
primary: primitives.red[100], | ||
DEFAULT: primitives.gray.lightest, | ||
primary: primitives.gray.lightest, | ||
secondary: primitives.red[800] | ||
@@ -560,4 +560,4 @@ } | ||
text: { | ||
DEFAULT: primitives.orange[100], | ||
primary: primitives.orange[100], | ||
DEFAULT: primitives.gray.lightest, | ||
primary: primitives.gray.lightest, | ||
secondary: primitives.orange[800] | ||
@@ -564,0 +564,0 @@ } |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -295,3 +295,3 @@ var _toRGB, _toRGB2, _toRGB3, _toRGB4, _toRGB5, _toRGB6, _toRGB7, _toRGB8, _toRGB9, _toRGB10, _toRGB11, _toRGB12, _toRGB13, _toRGB14, _toRGB15, _toRGB16, _toRGB17, _toRGB18, _toRGB19, _toRGB20, _toRGB21, _toRGB22, _toRGB23, _toRGB24, _toRGB25, _toRGB26, _toRGB27, _toRGB28, _toRGB29, _toRGB30, _toRGB31, _toRGB32, _toRGB33, _toRGB34, _toRGB35, _toRGB36, _toRGB37, _toRGB38, _toRGB39, _toRGB40, _toRGB41, _toRGB42, _toRGB43, _toRGB44, _toRGB45, _toRGB46, _toRGB47, _toRGB48, _toRGB49, _toRGB50, _toRGB51, _toRGB52, _toRGB53, _toRGB54, _toRGB55, _toRGB56, _toRGB57, _toRGB58, _toRGB59, _toRGB60, _toRGB61, _toRGB62, _toRGB63, _toRGB64, _toRGB65, _toRGB66, _toRGB67, _toRGB68, _toRGB69, _toRGB70, _toRGB71, _toRGB72, _toRGB73, _toRGB74, _toRGB75, _toRGB76, _toRGB77, _toRGB78, _toRGB79, _toRGB80, _toRGB81, _toRGB82, _toRGB83, _toRGB84, _toRGB85, _toRGB86, _toRGB87, _toRGB88, _toRGB89, _toRGB90, _toRGB91, _toRGB92, _toRGB93, _toRGB94; | ||
primary: primitives.red[800], | ||
secondary: primitives.red[100] | ||
secondary: primitives.gray.lightest | ||
} | ||
@@ -319,3 +319,3 @@ }, | ||
primary: primitives.orange[800], | ||
secondary: primitives.orange[100] | ||
secondary: primitives.gray.lightest | ||
} | ||
@@ -535,4 +535,4 @@ }, | ||
text: { | ||
DEFAULT: primitives.red[100], | ||
primary: primitives.red[100], | ||
DEFAULT: primitives.gray.lightest, | ||
primary: primitives.gray.lightest, | ||
secondary: primitives.red[800] | ||
@@ -559,4 +559,4 @@ } | ||
text: { | ||
DEFAULT: primitives.orange[100], | ||
primary: primitives.orange[100], | ||
DEFAULT: primitives.gray.lightest, | ||
primary: primitives.gray.lightest, | ||
secondary: primitives.orange[800] | ||
@@ -563,0 +563,0 @@ } |
@@ -0,0 +0,0 @@ import { useMediaQuery } from 'usehooks-ts'; |
{ | ||
"name": "@sk-web-gui/theme", | ||
"version": "2.3.1", | ||
"version": "2.3.2", | ||
"sideEffects": false, | ||
@@ -41,3 +41,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"@sk-web-gui/utils": "2.0.1", | ||
"@sk-web-gui/utils": "2.1.0", | ||
"lodash.set": "^4.3.2", | ||
@@ -49,3 +49,3 @@ "usehooks-ts": "^3.1.0" | ||
}, | ||
"gitHead": "01e472001f032907d14364742abf3c66e571b15f" | ||
"gitHead": "c77fabf4bbde4adb7dc5f940593864f24cd42482" | ||
} |
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
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
368875
+ Added@sk-web-gui/utils@2.1.0(transitive)
- Removed@sk-web-gui/utils@2.0.1(transitive)
Updated@sk-web-gui/utils@2.1.0