@pedidopago/ui 1.16.60 → 1.16.61
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/NewDropzone/DropzoneButton/styles.ts"],"names":[],"mappings":";AAEA,eAAO,MAAM,uBAAuB;;;
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/components/NewDropzone/DropzoneButton/styles.ts"],"names":[],"mappings":";AAEA,eAAO,MAAM,uBAAuB;;;qHAkCnC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.DropzoneButtonContainer=void 0;var _templateObject,_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 DropzoneButtonContainer=_styled.default.button(_templateObject||(_templateObject=_taggedTemplateLiteral(["\n border: 2px dashed ",";\n padding: 1rem;\n border-radius: 0.5rem;\n font: inherit;\n cursor: pointer;\n transition: all ease 0.2s;\n background: ",";\n display: flex;\n justify-content: center;\n align-items: center;\n gap: 0.5rem;\n flex-direction: column;\n animation: fadeIn 0.4s ease;\n\n &:hover {\n border-color: ",";\n }\n\n &[aria-disabled='true'] {\n border-color: transparent;\n pointer-events: none;\n filter: brightness(",");\n }\n\n @keyframes fadeIn {\n from {\n opacity: 0;\n }\n }\n"])),function(_ref){var theme=_ref.theme;return theme.colors.neutral.neutral2},function(_ref2){var theme=_ref2.theme;return theme.colors.neutral.white},function(_ref3){var theme=_ref3.theme;return theme.colors.primary.hover},function(_ref4){var theme=_ref4.theme;return theme.colorByTheme(.96,.9)});exports.DropzoneButtonContainer=DropzoneButtonContainer;
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.DropzoneButtonContainer=void 0;var _templateObject,_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 DropzoneButtonContainer=_styled.default.button(_templateObject||(_templateObject=_taggedTemplateLiteral(["\n border: 2px dashed ",";\n padding: 1rem;\n border-radius: 0.5rem;\n font: inherit;\n cursor: pointer;\n transition: all ease 0.2s;\n background: ",";\n display: flex;\n justify-content: center;\n align-items: center;\n gap: 0.5rem;\n flex-direction: column;\n animation: fadeIn 0.4s ease;\n\n &:hover {\n border-color: ",";\n }\n\n &[aria-disabled='true'] {\n border-color: transparent;\n pointer-events: none;\n filter: brightness(",");\n }\n\n @keyframes fadeIn {\n from {\n opacity: 0;\n }\n\n to {\n opacity: 1;\n }\n }\n"])),function(_ref){var theme=_ref.theme;return theme.colors.neutral.neutral2},function(_ref2){var theme=_ref2.theme;return theme.colors.neutral.white},function(_ref3){var theme=_ref3.theme;return theme.colors.primary.hover},function(_ref4){var theme=_ref4.theme;return theme.colorByTheme(.96,.9)});exports.DropzoneButtonContainer=DropzoneButtonContainer;
|