@blocklet/launcher-ux 1.7.30 → 1.7.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/check-box/index.js +1 -1
- package/package.json +2 -2
package/lib/check-box/index.js
CHANGED
|
@@ -55,4 +55,4 @@ CheckBox.defaultProps = {
|
|
|
55
55
|
const Content = _styledComponents.default.div.withConfig({
|
|
56
56
|
displayName: "check-box__Content",
|
|
57
57
|
componentId: "sc-7zt78z-0"
|
|
58
|
-
})(["position:relative;padding:10px;border:0 solid ", ";border-radius:8px;transition:all ease 0.2s;cursor:pointer;.check-container{position:absolute;right:0;bottom:0;display:flex;justify-content:flex-end;align-items:flex-end;width:", "px;height:", "px;border-radius:0 0 7px 0;color:", ";overflow:hidden;transition:all ease 0.3s;&:after{position:absolute;z-index:0;left:", "px;top:", "px;display:block;width:0;height:0;border-top:transparent solid ", "px;border-left:transparent solid ", "px;border-bottom:", " solid ", "px;border-right:", " solid ", "px;transition:all ease 0.1s;content:'';}.check-icon{width:60%;height:60%;position:relative;z-index:2;margin:0 1px 1px 0;font-size:16px;transform:scale(0);transition:all ease 0.2s;}}&.checked{background-color:#ecfbfd;border-color:#ecfbfd;.check-container{&:after{left:0;top:0;}.check-icon{transform:scale(1);}}}"], props => props.theme.palette.grey['100'], props => props.checkIconSize, props => props.checkIconSize, props => props.theme.palette.common.white, props => props.checkIconSize, props => props.checkIconSize, props => props.checkIconSize / 2, props => props.checkIconSize / 2, props => props.theme.palette.primary.main, props => props.checkIconSize / 2, props => props.theme.palette.primary.main, props => props.checkIconSize / 2);
|
|
58
|
+
})(["position:relative;padding:10px;border:0 solid ", ";border-radius:8px;transition:all ease 0.2s;cursor:pointer;.check-container{position:absolute;right:0;bottom:0;display:flex;justify-content:flex-end;align-items:flex-end;width:", "px;height:", "px;border-radius:0 0 7px 0;color:", ";overflow:hidden;transition:all ease 0.3s;&:after{position:absolute;z-index:0;left:", "px;top:", "px;display:block;width:0;height:0;border-top:transparent solid ", "px;border-left:transparent solid ", "px;border-bottom:", " solid ", "px;border-right:", " solid ", "px;transition:all ease 0.1s;content:'';}.check-icon{width:60%;height:60%;position:relative;z-index:2;margin:0 1px 1px 0;font-size:16px;transform:scale(0);transition:all ease 0.2s;}}&.checked{background-color:#ecfbfd;border-color:#ecfbfd;color:", ";.check-container{&:after{left:0;top:0;}.check-icon{transform:scale(1);}}}"], props => props.theme.palette.grey['100'], props => props.checkIconSize, props => props.checkIconSize, props => props.theme.palette.common.white, props => props.checkIconSize, props => props.checkIconSize, props => props.checkIconSize / 2, props => props.checkIconSize / 2, props => props.theme.palette.primary.main, props => props.checkIconSize / 2, props => props.theme.palette.primary.main, props => props.checkIconSize / 2, props => props.theme.palette.primary.main);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blocklet/launcher-ux",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.31",
|
|
4
4
|
"description": "Launcher UX lib",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"babel-plugin-inline-react-svg": "^2.0.1",
|
|
49
49
|
"babel-plugin-styled-components": "^1.10.7"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "64a8514742ed065d35031800099191953d12c812"
|
|
52
52
|
}
|