zakeke-configurator-react 0.1.290-prod → 0.1.291-prod
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.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -24004,7 +24004,7 @@ function _taggedTemplateLiteral(e, t) { return t || (t = e.slice(0)), Object.fre
|
|
|
24004
24004
|
|
|
24005
24005
|
|
|
24006
24006
|
|
|
24007
|
-
var QRCodeAndTitleContainer = styled_components__WEBPACK_IMPORTED_MODULE_2___default().div(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n\tdisplay: flex;\n\tflex-direction: column;\n\talign-items: left;\n\tjustify-content: center;\n\tpadding: 20px;\n\ttext-align: center;\n\tspan {\n\t\tmargin-top: 20px;\n\t}\n\t@media (max-height: 400px) {\n\t\tpadding: 10px;\n\t\talign-items: center;\n\t\tspan {\n\t\t\tmargin-top: 5px;\n\t\t\tmargin-bottom: 5px;\n\t\t}\n\t}\n"])));
|
|
24007
|
+
var QRCodeAndTitleContainer = styled_components__WEBPACK_IMPORTED_MODULE_2___default().div(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n\tdisplay: flex;\n\tflex-direction: column;\n\talign-items: left;\n\tjustify-content: center;\n\tpadding: 20px;\n\ttext-align: center;\n\tspan {\n\t\tmargin-top: 20px;\n\t}\n\t@media (max-height: 400px) {\n\t\tpadding: 10px;\n\t\talign-items: center;\n\t\tspan {\n\t\t\tmargin-top: 5px;\n\t\t\tmargin-bottom: 5px;\n\t\t\tfont-size: 14px;\n\t\t}\n\t}\n"])));
|
|
24008
24008
|
var QRCodeTitle = styled_components__WEBPACK_IMPORTED_MODULE_2___default().span(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n\tfont-size: 24px;\n\tcolor: black;\n\tfont-weight: bold;\n\tmargin: 0 0 20px 0;\n\t@media (max-height: 400px) {\n\t\tfont-size: 16px;\n\t}\n"])));
|
|
24009
24009
|
var QRCodeContainer = styled_components__WEBPACK_IMPORTED_MODULE_2___default().div(_templateObject3 || (_templateObject3 = _taggedTemplateLiteral(["\n\tdisplay: flex;\n\tjustify-content: center;\n\talign-items: center;\n\t@media (max-height: 400px) {\n\t\tmax-height: 250px;\n\t\tmax-width: 250px;\n\t}\n"])));
|
|
24010
24010
|
var DeepARQrCodeContentContainer = function DeepARQrCodeContentContainer(_ref) {
|