@potok/button
Advanced tools
Comparing version 1.0.4-3.1 to 1.1.0-alpha.0386e093
@@ -162,7 +162,4 @@ // @flow | ||
withDropdownIcon: false, | ||
theme: { | ||
appearance: 'slick', | ||
}, | ||
}; | ||
export default Button; |
@@ -208,2 +208,3 @@ import { colors as paletteColors } from '@potok/theme'; | ||
appearance: string, | ||
color: string, | ||
}; |
{ | ||
"name": "@potok/button", | ||
"version": "1.0.4-3.1", | ||
"version": "1.1.0-alpha.0386e093", | ||
"description": "Potok.io UI Kit buttons", | ||
@@ -14,5 +14,5 @@ "main": "./index.js", | ||
"dependencies": { | ||
"@potok/icons": "^2.6.13", | ||
"@potok/theme": "^0.6.3" | ||
"@potok/icons": "^2.7.0-alpha.0386e093", | ||
"@potok/theme": "^0.7.0-alpha.0386e093" | ||
} | ||
} |
39694
959
+ Added@potok/theme@0.7.6(transitive)
- Removed@potok/theme@0.6.4(transitive)