@chakra-ui/theme
Advanced tools
Comparing version 0.0.0-dev-20230908144305 to 0.0.0-dev-20231109130949
@@ -74,3 +74,3 @@ "use strict"; | ||
container: { | ||
[$fg.variable]: `colors.${c}.500`, | ||
[$fg.variable]: `colors.${c}.600`, | ||
[$bg.variable]: bg.light, | ||
@@ -89,3 +89,3 @@ _dark: { | ||
container: { | ||
[$fg.variable]: `colors.${c}.500`, | ||
[$fg.variable]: `colors.${c}.600`, | ||
[$bg.variable]: bg.light, | ||
@@ -107,3 +107,3 @@ _dark: { | ||
container: { | ||
[$fg.variable]: `colors.${c}.500`, | ||
[$fg.variable]: `colors.${c}.600`, | ||
[$bg.variable]: bg.light, | ||
@@ -125,3 +125,3 @@ _dark: { | ||
[$fg.variable]: `colors.white`, | ||
[$bg.variable]: `colors.${c}.500`, | ||
[$bg.variable]: `colors.${c}.600`, | ||
_dark: { | ||
@@ -128,0 +128,0 @@ [$fg.variable]: `colors.gray.900`, |
@@ -98,3 +98,3 @@ import * as _chakra_ui_styled_system from '@chakra-ui/styled-system'; | ||
[key: string]: _chakra_ui_styled_system.PartsStyleInterpolation<{ | ||
keys: ("container" | "track" | "thumb")[]; | ||
keys: ("container" | "label" | "track" | "thumb")[]; | ||
}>; | ||
@@ -107,5 +107,5 @@ } | undefined; | ||
} | undefined; | ||
parts: ("container" | "track" | "thumb")[]; | ||
parts: ("container" | "label" | "track" | "thumb")[]; | ||
}; | ||
export { switchTheme }; |
{ | ||
"name": "@chakra-ui/theme", | ||
"version": "0.0.0-dev-20230908144305", | ||
"version": "0.0.0-dev-20231109130949", | ||
"description": "The default theme for chakra components", | ||
@@ -31,8 +31,8 @@ "keywords": [ | ||
"dependencies": { | ||
"@chakra-ui/anatomy": "0.0.0-dev-20230908144305", | ||
"@chakra-ui/theme-tools": "0.0.0-dev-20230908144305", | ||
"@chakra-ui/anatomy": "0.0.0-dev-20231109130949", | ||
"@chakra-ui/theme-tools": "0.0.0-dev-20231109130949", | ||
"@chakra-ui/shared-utils": "2.0.5" | ||
}, | ||
"peerDependencies": { | ||
"@chakra-ui/styled-system": ">=2.8.0" | ||
"@chakra-ui/styled-system": "0.0.0-dev-20231109130949" | ||
}, | ||
@@ -42,3 +42,3 @@ "devDependencies": { | ||
"@chakra-ui/cli": "2.4.1", | ||
"@chakra-ui/styled-system": "2.9.1" | ||
"@chakra-ui/styled-system": "0.0.0-dev-20231109130949" | ||
}, | ||
@@ -45,0 +45,0 @@ "tsup": { |
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 too big to display
Sorry, the diff of this file is too big to display
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 too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
2072754
+ Added@chakra-ui/anatomy@0.0.0-dev-20231109130949(transitive)
+ Added@chakra-ui/styled-system@0.0.0-dev-20231109130949(transitive)
+ Added@chakra-ui/theme-tools@0.0.0-dev-20231109130949(transitive)
- Removed@chakra-ui/anatomy@0.0.0-dev-20230908144305(transitive)
- Removed@chakra-ui/styled-system@2.12.1(transitive)
- Removed@chakra-ui/theme-tools@0.0.0-dev-20230908144305(transitive)
- Removed@chakra-ui/utils@2.2.3(transitive)
- Removed@types/lodash@4.17.14(transitive)
- Removed@types/lodash.mergewith@4.6.9(transitive)
- Removedreact@19.0.0(transitive)