@ikas/loyalty-widget-renderer 1.0.0-alpha.38 → 1.0.0-alpha.39

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,3 +1,5 @@
1
- export declare const Container: import("styled-components").StyledComponent<"div", any, {}, never>;
1
+ export declare const Container: import("styled-components").StyledComponent<"div", any, {
2
+ $hasImg: boolean;
3
+ }, never>;
2
4
  export declare const Logo: import("styled-components").StyledComponent<"img", any, {}, never>;
3
5
  export declare const Emoji: import("styled-components").StyledComponent<"span", any, {}, never>;
@@ -1 +1 @@
1
- import{__makeTemplateObject as n}from'./../../../ext/tslib/tslib.es6.mjs.js';import t from"styled-components";var e,i,r,o=t.div(e||(e=n(["\n display: flex;\n width: 60px;\n height: 60px;\n padding: 14px;\n justify-content: center;\n align-items: center;\n border-radius: 60px;\n background: #000;\n box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08),\n 0 4px 6px -2px rgba(19, 19, 24, 0.03);\n cursor: pointer;\n transition: transform 0.2s ease-in-out;\n\n &:hover {\n transform: scale(1.05);\n }\n"],["\n display: flex;\n width: 60px;\n height: 60px;\n padding: 14px;\n justify-content: center;\n align-items: center;\n border-radius: 60px;\n background: #000;\n box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08),\n 0 4px 6px -2px rgba(19, 19, 24, 0.03);\n cursor: pointer;\n transition: transform 0.2s ease-in-out;\n\n &:hover {\n transform: scale(1.05);\n }\n"]))),s=t.img(i||(i=n(["\n width: 100%;\n height: 100%;\n object-fit: contain;\n"],["\n width: 100%;\n height: 100%;\n object-fit: contain;\n"]))),p=t.span(r||(r=n(["\n font-size: 32px;\n line-height: 1;\n"],["\n font-size: 32px;\n line-height: 1;\n"])));export{o as Container,p as Emoji,s as Logo};
1
+ import{__makeTemplateObject as n}from'./../../../ext/tslib/tslib.es6.mjs.js';import t,{css as e}from"styled-components";var i,r,o,s,p=t.div(r||(r=n(["\n display: flex;\n width: 60px;\n height: 60px;\n padding: 14px;\n justify-content: center;\n align-items: center;\n border-radius: 60px;\n \n box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08),\n 0 4px 6px -2px rgba(19, 19, 24, 0.03);\n cursor: pointer;\n transition: transform 0.2s ease-in-out;\n\n &:hover {\n transform: scale(1.05);\n }\n\n ","\n"],["\n display: flex;\n width: 60px;\n height: 60px;\n padding: 14px;\n justify-content: center;\n align-items: center;\n border-radius: 60px;\n \n box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08),\n 0 4px 6px -2px rgba(19, 19, 24, 0.03);\n cursor: pointer;\n transition: transform 0.2s ease-in-out;\n\n &:hover {\n transform: scale(1.05);\n }\n\n ","\n"])),function(t){return!t.$hasImg&&e(i||(i=n(["\n background: #000;\n "],["\n background: #000;\n "])))}),a=t.img(o||(o=n(["\n width: 100%;\n height: 100%;\n object-fit: contain;\n"],["\n width: 100%;\n height: 100%;\n object-fit: contain;\n"]))),x=t.span(s||(s=n(["\n font-size: 32px;\n line-height: 1;\n"],["\n font-size: 32px;\n line-height: 1;\n"])));export{p as Container,x as Emoji,a as Logo};