@gd-uikit/uikit
Advanced tools
Comparing version 0.2.0-alpha.26 to 0.2.0-alpha.27
@@ -85,3 +85,3 @@ var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) { | ||
var Button = styled(function (_a) { | ||
var _ = _a.iconOnly, __ = _a.outlined, rest = __rest(_a, ["iconOnly", "outlined"]); | ||
var _ = _a.iconOnly, __ = _a.outlined, ___ = _a.block, rest = __rest(_a, ["iconOnly", "outlined", "block"]); | ||
return (React.createElement(AntdButton, __assign({}, rest))); | ||
@@ -88,0 +88,0 @@ }).attrs({ |
@@ -23,1 +23,2 @@ export { default as Badge } from './badge'; | ||
export { default as Utils } from './utils'; | ||
export { default as Form } from './form'; |
@@ -23,1 +23,2 @@ export { default as Badge } from './badge'; | ||
export { default as Utils } from './utils'; | ||
export { default as Form } from './form'; |
@@ -30,3 +30,3 @@ var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) { | ||
if (error) { | ||
return "\n &,\n &:hover,\n &:focus {\n border-color: " + colors.R400 + ";\n box-shadow: 0 0 0 2px " + rgba(colors.R400, 0.2) + ";\n } \n "; | ||
return "\n &,\n &:hover,\n &:focus {\n border-color: " + colors.R400 + ";\n }\n\n &:focus {\n box-shadow: 0 0 0 2px " + rgba(colors.R400, 0.2) + ";\n }\n "; | ||
} | ||
@@ -33,0 +33,0 @@ else { |
{ | ||
"name": "@gd-uikit/uikit", | ||
"version": "0.2.0-alpha.26", | ||
"version": "0.2.0-alpha.27", | ||
"scripts": { | ||
@@ -5,0 +5,0 @@ "start": "yarn run clean && start-storybook -p 9001 -c .storybook", |
1259237
72
5716