@blerp/design 1.0.113 → 1.0.114
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/dist/index.cjs.js +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -3076,7 +3076,7 @@ var ToggleInput = styled__default['default'].input(_templateObject2$5 || (_templ
|
|
|
3076
3076
|
return props.theme.colors.seafoam;
|
|
3077
3077
|
}, Slider$2, Slider$2);
|
|
3078
3078
|
var Switch$1 = styled__default['default'].div(_templateObject3$4 || (_templateObject3$4 = _taggedTemplateLiteral__default['default'](["\n position: relative;\n display: inline-block;\n place-self: center;\n width: 36px;\n min-width: 35px;\n height: 20px;\n border: 1px solid transparent;\n border-color: ", ";\n border-radius: 18px;\n & ", " {\n opacity: 0;\n width: 0;\n height: 0;\n }\n"])), function (props) {
|
|
3079
|
-
return props.checked ?
|
|
3079
|
+
return props.checked ? props.theme.colors.seafoam : props.theme.colors.grey5;
|
|
3080
3080
|
}, ToggleInput);
|
|
3081
3081
|
var BlackSlider = styled__default['default'].div(_templateObject4$2 || (_templateObject4$2 = _taggedTemplateLiteral__default['default'](["\n position: absolute;\n cursor: pointer;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n background-color: transparent;\n -webkit-transition: 0.2s;\n transition: 0.2s;\n border-radius: 34px;\n\n &:before {\n position: absolute;\n content: \"\";\n height: 14px;\n width: 14px;\n -webkit-transition: 0.2s;\n transition: 0.2s;\n background-color: ", ";\n border-radius: 50%;\n }\n"])), function (props) {
|
|
3082
3082
|
return props.theme.colors.notBlack;
|
package/dist/index.esm.js
CHANGED
|
@@ -3007,7 +3007,7 @@ var ToggleInput = styled.input(_templateObject2$5 || (_templateObject2$5 = _tagg
|
|
|
3007
3007
|
return props.theme.colors.seafoam;
|
|
3008
3008
|
}, Slider$2, Slider$2);
|
|
3009
3009
|
var Switch$1 = styled.div(_templateObject3$4 || (_templateObject3$4 = _taggedTemplateLiteral(["\n position: relative;\n display: inline-block;\n place-self: center;\n width: 36px;\n min-width: 35px;\n height: 20px;\n border: 1px solid transparent;\n border-color: ", ";\n border-radius: 18px;\n & ", " {\n opacity: 0;\n width: 0;\n height: 0;\n }\n"])), function (props) {
|
|
3010
|
-
return props.checked ?
|
|
3010
|
+
return props.checked ? props.theme.colors.seafoam : props.theme.colors.grey5;
|
|
3011
3011
|
}, ToggleInput);
|
|
3012
3012
|
var BlackSlider = styled.div(_templateObject4$2 || (_templateObject4$2 = _taggedTemplateLiteral(["\n position: absolute;\n cursor: pointer;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n background-color: transparent;\n -webkit-transition: 0.2s;\n transition: 0.2s;\n border-radius: 34px;\n\n &:before {\n position: absolute;\n content: \"\";\n height: 14px;\n width: 14px;\n -webkit-transition: 0.2s;\n transition: 0.2s;\n background-color: ", ";\n border-radius: 50%;\n }\n"])), function (props) {
|
|
3013
3013
|
return props.theme.colors.notBlack;
|
package/dist/index.umd.js
CHANGED
|
@@ -3028,7 +3028,7 @@
|
|
|
3028
3028
|
return props.theme.colors.seafoam;
|
|
3029
3029
|
}, Slider$2, Slider$2);
|
|
3030
3030
|
var Switch$1 = styled__default['default'].div(_templateObject3$4 || (_templateObject3$4 = _taggedTemplateLiteral__default['default'](["\n position: relative;\n display: inline-block;\n place-self: center;\n width: 36px;\n min-width: 35px;\n height: 20px;\n border: 1px solid transparent;\n border-color: ", ";\n border-radius: 18px;\n & ", " {\n opacity: 0;\n width: 0;\n height: 0;\n }\n"])), function (props) {
|
|
3031
|
-
return props.checked ?
|
|
3031
|
+
return props.checked ? props.theme.colors.seafoam : props.theme.colors.grey5;
|
|
3032
3032
|
}, ToggleInput);
|
|
3033
3033
|
var BlackSlider = styled__default['default'].div(_templateObject4$2 || (_templateObject4$2 = _taggedTemplateLiteral__default['default'](["\n position: absolute;\n cursor: pointer;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n background-color: transparent;\n -webkit-transition: 0.2s;\n transition: 0.2s;\n border-radius: 34px;\n\n &:before {\n position: absolute;\n content: \"\";\n height: 14px;\n width: 14px;\n -webkit-transition: 0.2s;\n transition: 0.2s;\n background-color: ", ";\n border-radius: 50%;\n }\n"])), function (props) {
|
|
3034
3034
|
return props.theme.colors.notBlack;
|