@pedidopago/ui 1.13.41 → 1.13.42
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../src/components/CheckboxInput/styles.ts"],"names":[],"mappings":";AAEA,OAAO,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAC;AAE/C,eAAO,MAAM,OAAO;;;yGAInB,CAAC;AAEF,eAAO,MAAM,eAAe;;;yGAY3B,CAAC;AAEF,eAAO,MAAM,QAAQ;;;
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../src/components/CheckboxInput/styles.ts"],"names":[],"mappings":";AAEA,OAAO,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAC;AAE/C,eAAO,MAAM,OAAO;;;yGAInB,CAAC;AAEF,eAAO,MAAM,eAAe;;;yGAY3B,CAAC;AAEF,eAAO,MAAM,QAAQ;;;yIAiCpB,CAAC;AAEF,eAAO,MAAM,KAAK;;;yIAOjB,CAAC;AAEF,eAAO,MAAM,gBAAgB;;;yGAM5B,CAAC;AAEF,eAAO,MAAM,eAAe;;;yGAa3B,CAAC;AAEF,eAAO,MAAM,eAAe;;;yGAI3B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.Wrapper=exports.MultipleWrapper=exports.Label=exports.ChildrensWrapper=exports.CheckboxWrapper=exports.Checkbox=exports.CheckBoxWrapper=void 0;var _templateObject,_templateObject2,_templateObject3,_templateObject4,_templateObject5,_templateObject6,_templateObject7,_templateObject8,_templateObject9,_react=require("@emotion/react"),_styled=_interopRequireDefault(require("@emotion/styled"));function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}function _taggedTemplateLiteral(strings,raw){return raw||(raw=strings.slice(0)),Object.freeze(Object.defineProperties(strings,{raw:{value:Object.freeze(raw)}}))}var Wrapper=_styled.default.div(_templateObject||(_templateObject=_taggedTemplateLiteral(["\n display: flex;\n align-items: center;\n gap: 4px;\n"])));exports.Wrapper=Wrapper;var CheckboxWrapper=_styled.default.div(_templateObject2||(_templateObject2=_taggedTemplateLiteral(["\n display: flex;\n align-items: center;\n justify-content: center;\n box-sizing: border-box;\n position: relative;\n svg {\n position: absolute;\n pointer-events: none;\n top: 2;\n left: 2;\n }\n"])));exports.CheckboxWrapper=CheckboxWrapper;var Checkbox=_styled.default.input(_templateObject3||(_templateObject3=_taggedTemplateLiteral(["\n ","\n"])),function(_ref){var theme=_ref.theme,disabled=_ref.disabled,color=_ref.color;return(0,_react.css)(_templateObject4||(_templateObject4=_taggedTemplateLiteral(["\n margin: 0;\n box-sizing: border-box;\n appearance: none;\n width: 20px;\n height: 20px;\n border-radius: 6px;\n cursor: ",";\n border: 2px solid ",";\n
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.Wrapper=exports.MultipleWrapper=exports.Label=exports.ChildrensWrapper=exports.CheckboxWrapper=exports.Checkbox=exports.CheckBoxWrapper=void 0;var _templateObject,_templateObject2,_templateObject3,_templateObject4,_templateObject5,_templateObject6,_templateObject7,_templateObject8,_templateObject9,_react=require("@emotion/react"),_styled=_interopRequireDefault(require("@emotion/styled"));function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}function _taggedTemplateLiteral(strings,raw){return raw||(raw=strings.slice(0)),Object.freeze(Object.defineProperties(strings,{raw:{value:Object.freeze(raw)}}))}var Wrapper=_styled.default.div(_templateObject||(_templateObject=_taggedTemplateLiteral(["\n display: flex;\n align-items: center;\n gap: 4px;\n"])));exports.Wrapper=Wrapper;var CheckboxWrapper=_styled.default.div(_templateObject2||(_templateObject2=_taggedTemplateLiteral(["\n display: flex;\n align-items: center;\n justify-content: center;\n box-sizing: border-box;\n position: relative;\n svg {\n position: absolute;\n pointer-events: none;\n top: 2;\n left: 2;\n }\n"])));exports.CheckboxWrapper=CheckboxWrapper;var Checkbox=_styled.default.input(_templateObject3||(_templateObject3=_taggedTemplateLiteral(["\n ","\n"])),function(_ref){var theme=_ref.theme,disabled=_ref.disabled,color=_ref.color;return(0,_react.css)(_templateObject4||(_templateObject4=_taggedTemplateLiteral(["\n margin: 0;\n box-sizing: border-box;\n appearance: none;\n width: 20px;\n height: 20px;\n border-radius: 6px;\n cursor: ",";\n border: 2px solid ",";\n transition: all ease 0.2s;\n\n :hover,\n :focus {\n border-color: ",";\n }\n\n :checked:not(:disabled) {\n :hover,\n :focus {\n filter: brightness(0.8);\n }\n\n border-color: transparent;\n background: ",";\n }\n\n :disabled {\n filter: unset;\n border-color: transparent;\n background-color: ",";\n }\n "])),disabled&&"not-allowed",theme.colors.neutral.neutral3,theme.colors.neutral.neutral5,color||theme.colors.primary.default,theme.colors.neutral.neutral2)});exports.Checkbox=Checkbox;var Label=_styled.default.label(_templateObject5||(_templateObject5=_taggedTemplateLiteral(["\n ","\n"])),function(_ref2){var theme=_ref2.theme,isDisabled=_ref2.isDisabled;return(0,_react.css)(_templateObject6||(_templateObject6=_taggedTemplateLiteral(["\n font-weight: 500;\n color: ",";\n "])),isDisabled?theme.colors.neutral.neutral2:theme.colors.neutral.neutral6)});exports.Label=Label;var ChildrensWrapper=_styled.default.div(_templateObject7||(_templateObject7=_taggedTemplateLiteral(["\n display: flex;\n margin-top: 8px;\n margin-left: 24px;\n flex-direction: column;\n gap: 8px;\n"])));exports.ChildrensWrapper=ChildrensWrapper;var CheckBoxWrapper=_styled.default.div(_templateObject8||(_templateObject8=_taggedTemplateLiteral(["\n display: flex;\n align-items: center;\n justify-content: center;\n position: relative;\n svg {\n box-sizing: border-box;\n padding: 2px;\n pointer-events: none;\n position: absolute;\n top: 0;\n left: 0;\n }\n"])));exports.CheckBoxWrapper=CheckBoxWrapper;var MultipleWrapper=_styled.default.div(_templateObject9||(_templateObject9=_taggedTemplateLiteral(["\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n"])));exports.MultipleWrapper=MultipleWrapper;
|