@smart-react-components/ui
Advanced tools
Comparing version 2.0.0-alpha-111 to 2.0.0-alpha-112
@@ -108,3 +108,3 @@ "use strict"; | ||
background: ${theme.$.palette[palette].dynamicest}; | ||
border-color: ${theme.$.palette[palette].dynamicest}; | ||
border-color: ${theme.$.palette[palette].dynamicest}; | ||
} | ||
@@ -111,0 +111,0 @@ ` |
{ | ||
"name": "@smart-react-components/ui", | ||
"version": "2.0.0-alpha-111", | ||
"version": "2.0.0-alpha-112", | ||
"license": "MIT", | ||
@@ -67,5 +67,5 @@ "main": "index.js", | ||
"devDependencies": { | ||
"@smart-react-components/core": "2.0.0-alpha-40", | ||
"@smart-react-components/router": "2.0.0-alpha-37", | ||
"@smart-react-components/transition": "2.0.0-alpha-34", | ||
"@smart-react-components/core": "2.0.0-alpha-41", | ||
"@smart-react-components/router": "2.0.0-alpha-38", | ||
"@smart-react-components/transition": "2.0.0-alpha-35", | ||
"@testing-library/react": "13.4.0", | ||
@@ -87,5 +87,5 @@ "@types/jest": "29.0.1", | ||
"peerDependencies": { | ||
"@smart-react-components/core": "^2.0.0-alpha-40", | ||
"@smart-react-components/router": "^2.0.0-alpha-37", | ||
"@smart-react-components/transition": "^2.0.0-alpha-34", | ||
"@smart-react-components/core": "^2.0.0-alpha-41", | ||
"@smart-react-components/router": "^2.0.0-alpha-38", | ||
"@smart-react-components/transition": "^2.0.0-alpha-35", | ||
"react": "^18.2.0", | ||
@@ -92,0 +92,0 @@ "react-dom": "^18.2.0", |
542198