@cleartrip/ct-platform-supercoins-chip 2.2.0-beta.7 → 2.2.0-beta.71

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":"SupercoinsChip.d.ts","sourceRoot":"","sources":["../packages/components/SupercoinsChip/src/SupercoinsChip.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiD,MAAM,OAAO,CAAC;AAetE,OAAO,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;AAa7D,QAAA,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CAkSjD,CAAC;AAEF,eAAe,cAAc,CAAC"}
1
+ {"version":3,"file":"SupercoinsChip.d.ts","sourceRoot":"","sources":["../packages/components/SupercoinsChip/src/SupercoinsChip.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAyD,MAAM,OAAO,CAAC;AAe9E,OAAO,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;AAkB7D,QAAA,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CAuZjD,CAAC;AAEF,eAAe,cAAc,CAAC"}
@@ -10,6 +10,8 @@ export interface SupercoinsChipProps {
10
10
  [key: string]: string | number;
11
11
  };
12
12
  onSupercoinsClick?: () => void;
13
+ walletEnabled: boolean;
14
+ walletBalance: number;
13
15
  }
14
16
  export interface RenderSuperCoinFloatingIsland {
15
17
  renderFloatingIsland: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"SupercoinsChip.types.d.ts","sourceRoot":"","sources":["../packages/components/SupercoinsChip/src/SupercoinsChip.types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,mBAAmB;IAChC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,iBAAiB,EAAE,OAAO,CAAC;IAC3B,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC,oBAAoB,EAAE,MAAM,GAAG,MAAM,CAAC;IACtC,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,uBAAuB,CAAC,EAAE,OAAO,CAAC;IAClC,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,YAAY,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;IAClD,iBAAiB,CAAC,EAAE,MAAM,IAAI,CAAC;CAClC;AAED,MAAM,WAAW,6BAA6B;IAC1C,oBAAoB,EAAE,OAAO,CAAC;IAC9B,UAAU,EAAE,MAAM,CAAC;CACtB;AAED,MAAM,WAAW,0BAA0B;IACvC,UAAU,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;IAClD,SAAS,EAAE,MAAM,CAAC;CACrB"}
1
+ {"version":3,"file":"SupercoinsChip.types.d.ts","sourceRoot":"","sources":["../packages/components/SupercoinsChip/src/SupercoinsChip.types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,mBAAmB;IAChC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,iBAAiB,EAAE,OAAO,CAAC;IAC3B,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC,oBAAoB,EAAE,MAAM,GAAG,MAAM,CAAC;IACtC,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,uBAAuB,CAAC,EAAE,OAAO,CAAC;IAClC,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,YAAY,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;IAClD,iBAAiB,CAAC,EAAE,MAAM,IAAI,CAAC;IAC/B,aAAa,EAAE,OAAO,CAAC;IACvB,aAAa,EAAE,MAAM,CAAC;CACzB;AAED,MAAM,WAAW,6BAA6B;IAC1C,oBAAoB,EAAE,OAAO,CAAC;IAC9B,UAAU,EAAE,MAAM,CAAC;CACtB;AAED,MAAM,WAAW,0BAA0B;IACvC,UAAU,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;IAClD,SAAS,EAAE,MAAM,CAAC;CACrB"}
@@ -1,4 +1,5 @@
1
1
  export declare const SUPERCOINS_CHIP_ICON = "https://rukmini-ct.flixcart.com/f_auto,q_auto,dpr_2/offermgmt-prod/offermgmt/images/banner/supercoins-chip-icon.png";
2
+ export declare const WALLET_CHIP_ICON = "https://rukmini-ct.flixcart.com/f_auto,q_auto/offermgmt-prod/offermgmt/images/banner/wallet-pill-icon.png";
2
3
  export declare const SUPERCOIN_ISLAND_RENDERED_FREQUENCY = "island_rendered_frquency";
3
4
  export declare const SUPERCOIN_ISLAND_ANIMATION_PLAYED = "islandAnimationPlayed";
4
5
  export declare const SUPERCOIN_ISLAND_EXPIRATION_FREQUENCY = "island_expiration_frquency";
@@ -1 +1 @@
1
- {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../packages/components/SupercoinsChip/src/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,oBAAoB,wHACwF,CAAC;AAE1H,eAAO,MAAM,mCAAmC,6BAA6B,CAAC;AAE9E,eAAO,MAAM,iCAAiC,0BAA0B,CAAC;AAEzE,eAAO,MAAM,qCAAqC,+BAClB,CAAC;AAEjC,eAAO,MAAM,gCAAgC,oBAAoB,CAAC;AAElE,eAAO,MAAM,uBAAuB;;;;;;CAMnC,CAAA;AAED,eAAO,MAAM,gCAAgC;;;;;;CAM5C,CAAC"}
1
+ {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../packages/components/SupercoinsChip/src/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,oBAAoB,wHACwF,CAAC;AAE1H,eAAO,MAAM,gBAAgB,8GACkF,CAAC;AAEhH,eAAO,MAAM,mCAAmC,6BAA6B,CAAC;AAE9E,eAAO,MAAM,iCAAiC,0BAA0B,CAAC;AAEzE,eAAO,MAAM,qCAAqC,+BAClB,CAAC;AAEjC,eAAO,MAAM,gCAAgC,oBAAoB,CAAC;AAElE,eAAO,MAAM,uBAAuB;;;;;;CAMnC,CAAC;AAEF,eAAO,MAAM,gCAAgC;;;;;;CAM5C,CAAC"}
@@ -1,2 +1,2 @@
1
- "use strict";var e=require("tslib"),n=require("react/jsx-runtime"),i=require("react"),o=require("@cleartrip/ct-design-typography"),r=require("@cleartrip/ct-platform-shimmer"),t=require("@cleartrip/ct-platform-utils");function a(e){return e&&e.__esModule?e:{default:e}}var s=a(i);var u="index-module_supercoinsBalance__w9srh",c="index-module_supercoinsExpiryPill__v4w06",l="index-module_supercoinChipWrapper__QPdUS",_="index-module_supercoinBurnTextAlign__g-go5",d="index-module_supercoinBurnExpiryColor__FTFjA",p="index-module_supercoinExpiryText__rkVbG",m="index-module_supercoinExpiryAnimating__Gdq0n",f="index-module_superCoinsFloatingIslandContainer__5FNNa",g="index-module_supercoinsBalanceBackgroundColorShift__r6YWa",x="index-module_supercoinsBalanceTextColorShift__y7vva",h="index-module_supercoinsBalanceBackgroundColorShift_exit__sinUJ",v="index-module_supercoinsBalanceTextColorShift_exit__JKt90";!function(e,n){void 0===n&&(n={});var i=n.insertAt;if("undefined"!=typeof document){var o=document.head||document.getElementsByTagName("head")[0],r=document.createElement("style");r.type="text/css","top"===i&&o.firstChild?o.insertBefore(r,o.firstChild):o.appendChild(r),r.styleSheet?r.styleSheet.cssText=e:r.appendChild(document.createTextNode(e))}}('.index-module_supercoinsBalance__w9srh{background-color:#fff;border:1px solid #e6e6e6;border-radius:16px;display:inline-block;overflow:hidden;padding:6px 8px}.index-module_supercoinsExpiryPill__v4w06{background-color:#fbefef;border:1.5px solid #c83232;border-radius:16px;display:inline-block;overflow:hidden;padding:6px 0 6px 8px}.index-module_supercoinChipWrapper__QPdUS{align-items:center;display:flex;justify-content:center;padding:0 4px}.index-module_supercoinBurnTextAlign__g-go5{line-height:18px;margin-right:4px}.index-module_supercoinBurnExpiryColor__FTFjA{color:#c83232!important}.index-module_supercoinExpiryText__rkVbG{color:#c83232!important;display:inline-block;line-height:18px;opacity:0;overflow:hidden;transition:width .5s ease-in-out,opacity .5s ease-in-out;white-space:nowrap;width:0}.index-module_supercoinExpiryAnimating__Gdq0n{opacity:1;width:97px}.index-module_superCoinsFloatingIslandContainer__5FNNa{margin-left:100%;position:relative;width:1px}.index-module_supercoinsBalanceBackgroundColorShift__r6YWa{animation:index-module_supercoins_balance_background_color_shift__1NHEU .6s forwards;overflow:hidden;position:relative}.index-module_supercoinsBalanceTextColorShift__y7vva{animation:index-module_supercoins_balance_text_color_shift__V8yxU .6s forwards}.index-module_supercoinsBalanceBackgroundColorShift_exit__sinUJ{animation:index-module_supercoins_balance_background_color_shift_exit__qAHuv .6s forwards;overflow:hidden;position:relative}.index-module_supercoinsBalanceTextColorShift_exit__JKt90{animation:index-module_supercoins_balance_text_color_shift_exit__rluZH .6s forwards}.index-module_supercoinsBalanceBackgroundColorShift__r6YWa:before{animation:index-module_supercoin_chip_loading_shimmer__0jquY .4s ease-in .5s;background:hsla(0,0%,100%,.8);content:"";height:64px;left:-30%;position:absolute;top:-10px;transform:rotate(25deg);width:8px}@keyframes index-module_supercoin_chip_loading_shimmer__0jquY{0%{left:-30%}to{left:120%}}@keyframes index-module_supercoins_balance_background_color_shift__1NHEU{0%{background-color:rgba(0,62,162,.1)}to{background-color:#003ea2}}@keyframes index-module_supercoins_balance_background_color_shift_exit__qAHuv{0%{background-color:#003ea2}to{background-color:rgba(0,62,162,0)}}@keyframes index-module_supercoins_balance_text_color_shift__V8yxU{0%{color:#000}to{color:#fff}}@keyframes index-module_supercoins_balance_text_color_shift_exit__rluZH{0%{color:#fff}to{color:#000}}@keyframes index-module_supercoins_balance_background_shimmer__2lOFp{0%{background-color:rgba(0,62,162,.1)}to{background-color:#003ea2}}');var y="island_rendered_frquency",b="islandAnimationPlayed",S="island_expiration_frquency",k=5,w=2,I=2e3,C=500,T=1500,B={requiredSupercoins:50,frequency:1,frequencyGapInDays:1,cutoffTimeInMs:5e3,isVisibleOnScroll:!1};function j(e){var n,i=e.renderFloatingIsland,o=e.supercoins;if(!i)return!1;if(o<B.requiredSupercoins)return!1;if(!("true"===t.getQueryParam("isMobileApp")))return!1;if(function(){var e=localStorage.getItem(y);return e&&"number"==typeof parseInt(e)?parseInt(e):0}()>=B.frequency){var r=(n=localStorage.getItem(S))&&"number"==typeof parseInt(n)?parseInt(n):null;return!r||!(r>Math.floor(Date.now()/1e3))&&(localStorage.removeItem(y),localStorage.removeItem(S),!0)}return!sessionStorage.getItem(b)}function q(){var e=localStorage.getItem(y);e||(e="0");var n=parseInt(e)+1;if(localStorage.setItem(y,n.toString()),n>=B.frequency){var i=Math.floor(Date.now()/1e3)+86400*B.frequencyGapInDays;localStorage.setItem(S,i.toString())}}var E=s.default.lazy((function(){return import("@cleartrip/ct-platform-supercoins-floating-island").then((function(e){return{default:e.SupercoinsFloatingIsland}}))}));exports.SupercoinsChip=function(a){var s=a.supercoinsLoading,y=a.supercoinBurnBalance,S=a.ravenPayload,A=void 0===S?{}:S,N=a.onSupercoinsClick,F=a.supercoinsExpiryCount,P=a.renderFloatingIsland,M=void 0===P||P,H=i.useMemo((function(){var e;return null!==(e=t.getQueryParam("utm_source"))&&void 0!==e?e:"organic"}),[]),U=i.useState(!1),D=U[0],G=U[1],Y=i.useState(0),K=Y[0],V=Y[1],W=i.useState(!1),J=W[0],Q=W[1],L=i.useMemo((function(){return"number"==typeof y&&y>=0&&!s}),[y,s]),O=i.useState(!1),Z=O[0],z=O[1],R=i.useState(null),X=R[0],$=R[1],ee=i.useState(!1),ne=ee[0],ie=ee[1],oe="entry"===X?g:"exit"===X?h:"",re="entry"===X?x:"exit"===X?v:"";return i.useEffect((function(){V(Number(null===sessionStorage||void 0===sessionStorage?void 0:sessionStorage.getItem("expiryAnimationCount")));var e=function(){window.scrollY>0&&(sessionStorage.getItem(b)||(ie(!0),$(null)))};return window.addEventListener("scroll",e),function(){window.removeEventListener("scroll",e)}}),[]),i.useEffect((function(){var e,n=j({renderFloatingIsland:M,supercoins:y});return G("number"==typeof F&&F>=k&&!n),n&&sessionStorage.setItem("disable_floater","true"),n&&!ne&&($("entry"),e=setTimeout((function(){z(!0)}),1500)),function(){clearTimeout(e)}}),[y,F]),i.useEffect((function(){if(M&&Z){var e=setTimeout((function(){sessionStorage.getItem(b)||(z(!1),$("exit"))}),B.cutoffTimeInMs);return function(){clearTimeout(e)}}}),[]),i.useEffect((function(){var n;if("number"==typeof y&&y>=0&&!s){A.action_event_name;var i=A.impression_event_name,o=e.__rest(A,["action_event_name","impression_event_name"]);t.ravenSDKTrigger(null!==(n=i)&&void 0!==n?n:"u_impression",e.__assign({action_name:"supercoin_pill_impression",page_name:"unified_homepage",supercoin_balance:y,u_utm_source:H,supercoinsExpiryCount:F||"N/A"},o))}}),[s]),i.useEffect((function(){if(D&&!(K>=w)){var e=setTimeout((function(){Q(!0);var e=setTimeout((function(){Q(!1);var e=K+1;V(e),sessionStorage.setItem("expiryAnimationCount",e.toString())}),T);return function(){return clearTimeout(e)}}),0===K?C:I);return function(){return clearTimeout(e)}}}),[D,K]),n.jsx(n.Fragment,{children:s?n.jsx("div",e.__assign({className:u},{children:n.jsxs("div",e.__assign({style:{display:"flex",alignItems:"center",gap:"4px"}},{children:[n.jsx(r.Shimmer,{width:18,height:18,type:"rounded"}),n.jsx(r.Shimmer,{width:44,height:18,type:"rounded"})]}))})):L?n.jsxs("div",e.__assign({style:{position:"relative"}},{children:[n.jsx("div",e.__assign({className:"".concat(D?c:u," ").concat(oe),onClick:function(){var n;N&&"function"==typeof N&&N();var i=A.action_event_name;A.impression_event_name;var o=e.__rest(A,["action_event_name","impression_event_name"]);t.ravenSDKTrigger(null!==(n=i)&&void 0!==n?n:"u_ui_action",e.__assign({action_name:"supercoin_icon_click",page_name:"unified_homepage",supercoin_balance:y,u_utm_source:H},o))}},{children:n.jsxs("div",e.__assign({style:{display:"flex",alignItems:"center",gap:"4px"}},{children:[n.jsx("img",{src:"https://rukmini-ct.flixcart.com/f_auto,q_auto,dpr_2/offermgmt-prod/offermgmt/images/banner/supercoins-chip-icon.png",alt:"supercoin_icon",width:18,height:18}),n.jsxs("div",e.__assign({className:l},{children:[n.jsx(o.Typography,e.__assign({variant:D?"HM4":"B2",className:"".concat(re," ").concat(_," ").concat(D?d:""," ")},{children:J?F:y})),D&&n.jsx(o.Typography,e.__assign({variant:"HM4",className:"".concat(p," ").concat(J?m:"")},{children:"expiring soon"}))]}))]}))})),Z&&!ne&&n.jsx("div",e.__assign({className:f},{children:n.jsx(i.Suspense,e.__assign({fallback:n.jsx(n.Fragment,{})},{children:n.jsx(E,{superCoins:y,onAnimationStart:function(){return function(n){var i,o=n.supercoins,r=n.ravenPayload,a=void 0===r?{}:r,s=n.utmSource,u=void 0===s?"":s;a.action_event_name;var c=a.impression_event_name,l=e.__rest(a,["action_event_name","impression_event_name"]);t.ravenSDKTrigger(null!==(i=c)&&void 0!==i?i:"u_impression",e.__assign({action_name:"supercoin_banner_impression",page_name:"unified_homepage",supercoin_balance:o,u_utm_source:u},l)),sessionStorage.setItem("islandAnimationPlayed","true"),q()}({supercoins:y,ravenPayload:A,utmSource:H})},onAnimationEnd:function(){$("exit")}})}))}))]})):null})};
1
+ "use strict";var e=require("tslib"),n=require("react/jsx-runtime"),i=require("react"),r=require("@cleartrip/ct-design-typography"),o=require("@cleartrip/ct-platform-shimmer"),a=require("@cleartrip/ct-platform-utils");function t(e){return e&&e.__esModule?e:{default:e}}var s=t(i);function l(e,n){void 0===n&&(n={});var i=n.insertAt;if(e&&"undefined"!=typeof document){var r=document.head||document.getElementsByTagName("head")[0],o=document.createElement("style");o.type="text/css","top"===i&&r.firstChild?r.insertBefore(o,r.firstChild):r.appendChild(o),o.styleSheet?o.styleSheet.cssText=e:o.appendChild(document.createTextNode(e))}}var c={supercoinsBalance:"index-module_supercoinsBalance__w9srh",supercoinsExpiryPill:"index-module_supercoinsExpiryPill__v4w06",supercoinChipWrapper:"index-module_supercoinChipWrapper__QPdUS",supercoinBurnTextAlign:"index-module_supercoinBurnTextAlign__g-go5",supercoinBurnExpiryColor:"index-module_supercoinBurnExpiryColor__FTFjA",supercoinExpiryText:"index-module_supercoinExpiryText__rkVbG",supercoinExpiryAnimating:"index-module_supercoinExpiryAnimating__Gdq0n",superCoinsFloatingIslandContainer:"index-module_superCoinsFloatingIslandContainer__5FNNa",supercoinsBalanceBackgroundColorShift:"index-module_supercoinsBalanceBackgroundColorShift__r6YWa",supercoins_balance_background_color_shift:"index-module_supercoins_balance_background_color_shift__1NHEU",supercoinsBalanceTextColorShift:"index-module_supercoinsBalanceTextColorShift__y7vva",supercoins_balance_text_color_shift:"index-module_supercoins_balance_text_color_shift__V8yxU",supercoinsBalanceBackgroundColorShift_exit:"index-module_supercoinsBalanceBackgroundColorShift_exit__sinUJ",supercoins_balance_background_color_shift_exit:"index-module_supercoins_balance_background_color_shift_exit__qAHuv",supercoinsBalanceTextColorShift_exit:"index-module_supercoinsBalanceTextColorShift_exit__JKt90",supercoins_balance_text_color_shift_exit:"index-module_supercoins_balance_text_color_shift_exit__rluZH",supercoin_chip_loading_shimmer:"index-module_supercoin_chip_loading_shimmer__0jquY",supercoins_balance_background_shimmer:"index-module_supercoins_balance_background_shimmer__2lOFp"};l('.index-module_supercoinsBalance__w9srh{background-color:#fff;border:1px solid #e6e6e6;border-radius:16px;display:inline-block;overflow:hidden;padding:6px 8px}.index-module_supercoinsExpiryPill__v4w06{background-color:#fbefef;border:1.5px solid #c83232;border-radius:16px;display:inline-block;overflow:hidden;padding:6px 0 6px 8px}.index-module_supercoinChipWrapper__QPdUS{align-items:center;display:flex;justify-content:center;padding:0 4px}.index-module_supercoinBurnTextAlign__g-go5{line-height:18px;margin-right:4px}.index-module_supercoinBurnExpiryColor__FTFjA{color:#c83232!important}.index-module_supercoinExpiryText__rkVbG{color:#c83232!important;display:inline-block;line-height:18px;opacity:0;overflow:hidden;transition:width .5s ease-in-out,opacity .5s ease-in-out;white-space:nowrap;width:0}.index-module_supercoinExpiryAnimating__Gdq0n{opacity:1;width:97px}.index-module_superCoinsFloatingIslandContainer__5FNNa{margin-left:100%;position:relative;width:1px}.index-module_supercoinsBalanceBackgroundColorShift__r6YWa{animation:index-module_supercoins_balance_background_color_shift__1NHEU .6s forwards;overflow:hidden;position:relative}.index-module_supercoinsBalanceTextColorShift__y7vva{animation:index-module_supercoins_balance_text_color_shift__V8yxU .6s forwards}.index-module_supercoinsBalanceBackgroundColorShift_exit__sinUJ{animation:index-module_supercoins_balance_background_color_shift_exit__qAHuv .6s forwards;overflow:hidden;position:relative}.index-module_supercoinsBalanceTextColorShift_exit__JKt90{animation:index-module_supercoins_balance_text_color_shift_exit__rluZH .6s forwards}.index-module_supercoinsBalanceBackgroundColorShift__r6YWa:before{animation:index-module_supercoin_chip_loading_shimmer__0jquY .4s ease-in .5s;background:hsla(0,0%,100%,.8);content:"";height:64px;left:-30%;position:absolute;top:-10px;transform:rotate(25deg);width:8px}@keyframes index-module_supercoin_chip_loading_shimmer__0jquY{0%{left:-30%}to{left:120%}}@keyframes index-module_supercoins_balance_background_color_shift__1NHEU{0%{background-color:rgba(0,62,162,.1)}to{background-color:#003ea2}}@keyframes index-module_supercoins_balance_background_color_shift_exit__qAHuv{0%{background-color:#003ea2}to{background-color:#fff}}@keyframes index-module_supercoins_balance_text_color_shift__V8yxU{0%{color:#000}to{color:#fff}}@keyframes index-module_supercoins_balance_text_color_shift_exit__rluZH{0%{color:#fff}to{color:#000}}@keyframes index-module_supercoins_balance_background_shimmer__2lOFp{0%{background-color:rgba(0,62,162,.1)}to{background-color:#003ea2}}');var u="https://rukmini-ct.flixcart.com/f_auto,q_auto,dpr_2/offermgmt-prod/offermgmt/images/banner/supercoins-chip-icon.png",d="https://rukmini-ct.flixcart.com/f_auto,q_auto/offermgmt-prod/offermgmt/images/banner/wallet-pill-icon.png",_="island_rendered_frquency",p="islandAnimationPlayed",m="island_expiration_frquency",x=5,f=2,g=2e3,h=500,v=1500,y={requiredSupercoins:50,frequency:1,frequencyGapInDays:1,cutoffTimeInMs:5e3,isVisibleOnScroll:!1};function b(e){var n,i=e.renderFloatingIsland,r=e.supercoins;if(!i)return!1;if(r<y.requiredSupercoins)return!1;if(!("true"===a.getQueryParam("isMobileApp")))return!1;if(function(){var e=localStorage.getItem(_);return e&&"number"==typeof parseInt(e)?parseInt(e):0}()>=y.frequency){var o=(n=localStorage.getItem(m))&&"number"==typeof parseInt(n)?parseInt(n):null;return!o||!(o>Math.floor(Date.now()/1e3))&&(localStorage.removeItem(_),localStorage.removeItem(m),!0)}return!sessionStorage.getItem(p)}function w(){var e=localStorage.getItem(_);e||(e="0");var n=parseInt(e)+1;if(localStorage.setItem(_,n.toString()),n>=y.frequency){var i=Math.floor(Date.now()/1e3)+86400*y.frequencyGapInDays;localStorage.setItem(m,i.toString())}}var S={chipWrapper:"index-module_chipWrapper__EwpUk",chipTextWrapper:"index-module_chipTextWrapper__Uburn",textWrapper:"index-module_textWrapper__BysJP",pillContainer:"index-module_pillContainer__bz7P4","width-animation":"index-module_width-animation__Ap-Ga","spring-up-wallet":"index-module_spring-up-wallet__GJrXW","spring-up1":"index-module_spring-up1__OLe4L","spring-up-wallet-sc":"index-module_spring-up-wallet-sc__KKKf0","spring-up2":"index-module_spring-up2__SIbCp"};l(".index-module_chipWrapper__EwpUk{align-items:center;display:flex;gap:4px;margin-bottom:20px;text-align:center}.index-module_chipTextWrapper__Uburn{align-items:center;display:flex;justify-content:center;padding:0 4px;text-align:center;width:100%}.index-module_textWrapper__BysJP{margin-right:4px}.index-module_pillContainer__bz7P4{background-color:#fff;border:1px solid #e6e6e6;border-radius:16px;box-sizing:border-box;display:inline-block;overflow:hidden;padding:5px 8px}@keyframes index-module_spring-up1__OLe4L{0%{transform:translateY(0)}60%{transform:translateY(-44px)}90%{transform:translateY(-40px)}to{transform:translateY(-40px)}}@keyframes index-module_spring-up2__SIbCp{0%{transform:translateY(-40px)}60%{transform:translateY(-84px)}90%{transform:translateY(-80px)}to{transform:translateY(-80px)}}@keyframes index-module_width-animation__Ap-Ga{0%{width:var(--wallet-initial-width)}to{width:var(--wallet-final-width)}}.index-module_width-animation__Ap-Ga{animation:index-module_width-animation__Ap-Ga .7s ease-in-out forwards}.index-module_spring-up-wallet__GJrXW{animation:index-module_spring-up1__OLe4L .7s ease-in-out 2s forwards}.index-module_spring-up-wallet-sc__KKKf0{animation:index-module_spring-up1__OLe4L .7s ease-in-out 2s forwards,index-module_spring-up2__SIbCp .7s ease-in-out 5s forwards}");var C={2:58,3:66,4:74,5:82,6:90,7:120};function B(i){var o=i.supercoinBalance;return n.jsxs("div",e.__assign({className:S.chipWrapper},{children:[n.jsx("img",{src:u,alt:"supercoin_icon",width:18,height:18}),n.jsx("div",e.__assign({className:S.chipTextWrapper},{children:n.jsx(r.Typography,e.__assign({variant:"B2",className:S.textWrapper},{children:o}))}))]}))}function k(i){var o=i.walletBalance;return n.jsxs("div",e.__assign({className:S.chipWrapper},{children:[n.jsx("img",{src:d,alt:"supercoin_icon",width:18,height:18}),n.jsx("div",e.__assign({className:S.chipTextWrapper},{children:n.jsxs(r.Typography,e.__assign({variant:"B2",className:S.textWrapper},{children:["₹",o]}))}))]}))}function T(i){var r,o=i.supercoinBalance,a=i.walletBalance,t=i.handleClick,s=i.chipWidthRef,l=0===a&&o>0||0===o&&0===a,c=l?S["spring-up-wallet-sc"]:S["spring-up-wallet"],u=Math.max(a.toString().length,o.toString().length)+1;!function(e,n){var i=document.querySelector(":root");null==i||i.style.setProperty("--wallet-initial-width","".concat(e,"px"));var r=C[n];null==i||i.style.setProperty("--wallet-final-width","".concat(Math.max(r,e),"px"))}(null!==(r=null==s?void 0:s.current)&&void 0!==r?r:0,u);var d=0===(null==s?void 0:s.current)?"auto":"".concat(null==s?void 0:s.current,"px"),_=0===(null==s?void 0:s.current)?"":S["width-animation"];return n.jsx("div",e.__assign({onClick:t},{children:n.jsx("div",e.__assign({className:"".concat(S.pillContainer," ").concat(_),style:{height:"32px",width:d}},{children:n.jsxs("div",e.__assign({className:c},{children:[n.jsx(B,{supercoinBalance:o}),n.jsx(k,{walletBalance:a}),l?n.jsx(B,{supercoinBalance:o}):null]}))}))}))}var E=s.default.lazy((function(){return import("@cleartrip/ct-platform-supercoins-floating-island").then((function(e){return{default:e.SupercoinsFloatingIsland}}))}));exports.SupercoinsChip=function(t){var s=t.supercoinsLoading,l=t.supercoinBurnBalance,d=t.ravenPayload,_=void 0===d?{}:d,m=t.onSupercoinsClick,S=t.supercoinsExpiryCount,C=t.renderFloatingIsland,B=void 0===C||C,k=t.walletEnabled,I=void 0!==k&&k,j=t.walletBalance,A=t.supercoinsFetchError;console.log("l1130 SupercoinsChip recieved props",{supercoinsLoading:s,supercoinBurnBalance:l,ravenPayload:_,onSupercoinsClick:m,supercoinsExpiryCount:S,renderFloatingIsland:B,walletEnabled:I,walletBalance:j});var W=i.useMemo((function(){var e;return null!==(e=a.getQueryParam("utm_source"))&&void 0!==e?e:"organic"}),[]),N=i.useState(!1),q=N[0],F=N[1],P=i.useState(0),Y=P[0],U=P[1],G=i.useState(!1),H=G[0],L=G[1],M=i.useState(!1),K=M[0],R=M[1],J=i.useState(!1),D=J[0],O=J[1],V=i.useMemo((function(){return"number"==typeof l&&l>=0&&!s}),[l,s]),z=i.useState(!1),Q=z[0],Z=z[1],X=i.useState(null),$=X[0],ee=X[1],ne=i.useState(!1),ie=ne[0],re=ne[1],oe=i.useRef(0),ae=i.useRef(!1),te="entry"===$?c.supercoinsBalanceBackgroundColorShift:"exit"===$?c.supercoinsBalanceBackgroundColorShift_exit:"",se="entry"===$?c.supercoinsBalanceTextColorShift:"exit"===$?c.supercoinsBalanceTextColorShift_exit:"";function le(){var n;m&&"function"==typeof m&&m();var i=_.action_event_name;_.impression_event_name;var r=e.__rest(_,["action_event_name","impression_event_name"]);a.ravenSDKTrigger(null!==(n=i)&&void 0!==n?n:"u_ui_action",e.__assign({action_name:"supercoin_icon_click",page_name:"unified_homepage",supercoin_balance:l,u_utm_source:W},r))}if(i.useEffect((function(){U(Number(null===sessionStorage||void 0===sessionStorage?void 0:sessionStorage.getItem("expiryAnimationCount")));var e=function(){window.scrollY>0&&(sessionStorage.getItem(p)||(console.log("setHasScrolledBeforeAnimation called"),re(!0),ee(null)))};return window.addEventListener("scroll",e),function(){window.removeEventListener("scroll",e)}}),[]),i.useEffect((function(){if(!s){var e=b({renderFloatingIsland:B,supercoins:l});console.log("l1130 shouldRenderFloatingIsland called with renderFloatingIsland value",B,"and supercoins value",l,"returned value",e);var n,i="number"==typeof S&&S>=x&&!e;return console.log("l1130 renderSupercoinExpiry called with supercoinsExpiryCount value",S,"and shouldRender value",e,"returned value",i),F(i),e&&sessionStorage.setItem("disable_floater","true"),e&&!ie?(console.log("l1130 setChipAnimationType called with entry"),ee("entry"),n=setTimeout((function(){console.log("l1130 setRenderSuperCoinIsland called with true"),Z(!0)}),1500),O(!0)):i?(O(!0),setTimeout((function(){I&&R(!0)}),1e4)):(I&&R(!0),O(!0)),function(){clearTimeout(n)}}}),[l,S,s]),i.useEffect((function(){if(console.log("l1130 useEffect called with renderFloatingIsland value",B,"and renderSuperCoinIsland value",Q),B&&Q){var e=setTimeout((function(){sessionStorage.getItem(p)||(console.log("l1130 setRenderSuperCoinIsland called with false"),Z(!1),ee("exit"),R(!0))}),y.cutoffTimeInMs);return function(){clearTimeout(e)}}}),[]),i.useEffect((function(){var n;if("number"==typeof l&&l>=0&&!s){_.action_event_name;var i=_.impression_event_name,r=e.__rest(_,["action_event_name","impression_event_name"]);a.ravenSDKTrigger(null!==(n=i)&&void 0!==n?n:"u_impression",e.__assign({action_name:"supercoin_pill_impression",page_name:"unified_homepage",supercoin_balance:l,u_utm_source:W,supercoinsExpiryCount:S||"N/A"},r))}}),[s]),i.useEffect((function(){if(q&&!(Y>=f)){var e=setTimeout((function(){L(!0),console.log("l1130 setIsAnimating called with true");var e=setTimeout((function(){L(!1),console.log("l1130 setIsAnimating called with false");var e=Y+1;U(e),sessionStorage.setItem("expiryAnimationCount",e.toString())}),v);return function(){return clearTimeout(e)}}),0===Y?h:g);return function(){return clearTimeout(e)}}}),[q,Y]),A)return n.jsx(n.Fragment,{});var ce=function(){return n.jsx("div",e.__assign({className:"px-2 br-16 ba-solid bc-line-500 bg-neutral-100 o-hidden",style:{paddingTop:"6px",paddingBottom:"6px",display:"inline-block"}},{children:n.jsxs("div",e.__assign({className:"flex flex-middle flex-gap-1"},{children:[n.jsx(o.Shimmer,{width:18,height:18,type:"rounded"}),n.jsx(o.Shimmer,{width:44,height:18,type:"rounded"})]}))}))};if(a.isServer())return n.jsx(ce,{});if(s||!Q&&!K&&!D)return n.jsx(ce,{});if(!V)return null;var ue=q?"HM4":"B2",de=q?c.supercoinsExpiryPill:c.supercoinsBalance,_e=q?c.supercoinBurnExpiryColor:"";return K?(console.log("l1130 startWalletAnimation called with true"),n.jsx(T,{walletBalance:j,supercoinBalance:Number(l),handleClick:le,chipWidthRef:oe})):n.jsxs("div",e.__assign({style:{position:"relative"}},{children:[n.jsx("div",e.__assign({ref:function(e){var n;ae.current||(ae.current=!0,oe.current=null!==(n=null==e?void 0:e.offsetWidth)&&void 0!==n?n:0,console.log("l1130 chipWidthRef called with offsetWidth",null==e?void 0:e.offsetWidth))},className:"".concat(de," ").concat(te),onClick:le},{children:n.jsxs("div",e.__assign({style:{display:"flex",alignItems:"center",gap:"4px"}},{children:[n.jsx("img",{src:u,alt:"supercoin_icon",width:18,height:18}),n.jsxs("div",e.__assign({className:c.supercoinChipWrapper},{children:[n.jsx(r.Typography,e.__assign({variant:ue,className:[se,c.supercoinBurnTextAlign,_e].join(" ")},{children:H?S:l})),q&&n.jsx(r.Typography,e.__assign({variant:"HM4",className:"".concat(c.supercoinExpiryText," ").concat(H?c.supercoinExpiryAnimating:"")},{children:"expiring soon"}))]}))]}))})),Q&&!ie&&n.jsx("div",e.__assign({className:c.superCoinsFloatingIslandContainer},{children:n.jsx(i.Suspense,e.__assign({fallback:n.jsx(n.Fragment,{})},{children:n.jsx(E,{superCoins:l,onAnimationStart:function(){return function(n){var i,r=n.supercoins,o=n.ravenPayload,t=void 0===o?{}:o,s=n.utmSource,l=void 0===s?"":s;t.action_event_name;var c=t.impression_event_name,u=e.__rest(t,["action_event_name","impression_event_name"]);a.ravenSDKTrigger(null!==(i=c)&&void 0!==i?i:"u_impression",e.__assign({action_name:"supercoin_banner_impression",page_name:"unified_homepage",supercoin_balance:r,u_utm_source:l},u)),sessionStorage.setItem("islandAnimationPlayed","true"),w()}({supercoins:l,ravenPayload:_,utmSource:W})},onAnimationEnd:function(){console.log("l1130 onAnimationEnd called with walletEnabled value",I),setTimeout((function(){console.log("l1130 setStartWalletAnimation setting to true from \n onAnimationEnd with walletEnabled value ".concat(I)),I&&R(!0)}),500),ee("exit")}})}))}))]}))};
2
2
  //# sourceMappingURL=ct-platform-supercoins-chip.cjs.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ct-platform-supercoins-chip.cjs.js","sources":["../../../../node_modules/.pnpm/style-inject@0.3.0/node_modules/style-inject/dist/style-inject.es.js","../packages/components/SupercoinsChip/src/constants.ts","../packages/components/SupercoinsChip/src/utils/shouldRenderFloatingIsland.ts","../packages/components/SupercoinsChip/src/utils/onIslandAnimationStart.ts","../packages/components/SupercoinsChip/src/SupercoinsChip.tsx"],"sourcesContent":["function styleInject(css, ref) {\n if ( ref === void 0 ) ref = {};\n var insertAt = ref.insertAt;\n\n if (!css || typeof document === 'undefined') { return; }\n\n var head = document.head || document.getElementsByTagName('head')[0];\n var style = document.createElement('style');\n style.type = 'text/css';\n\n if (insertAt === 'top') {\n if (head.firstChild) {\n head.insertBefore(style, head.firstChild);\n } else {\n head.appendChild(style);\n }\n } else {\n head.appendChild(style);\n }\n\n if (style.styleSheet) {\n style.styleSheet.cssText = css;\n } else {\n style.appendChild(document.createTextNode(css));\n }\n}\n\nexport default styleInject;\n",null,null,null,null],"names":["css","ref","insertAt","document","head","getElementsByTagName","style","createElement","type","firstChild","insertBefore","appendChild","styleSheet","cssText","createTextNode","SUPERCOIN_ISLAND_RENDERED_FREQUENCY","SUPERCOIN_ISLAND_ANIMATION_PLAYED","SUPERCOIN_ISLAND_EXPIRATION_FREQUENCY","SUPERCOIN_EXPIRY_CONFIG","SUPERCOIN_FLOATING_ISLAND_CONFIG","requiredSupercoins","frequency","frequencyGapInDays","cutoffTimeInMs","isVisibleOnScroll","shouldRenderFloatingIsland","_a","expiry","renderFloatingIsland","supercoins","getQueryParam","localStorage","getItem","parseInt","getIslandShownFrequency","expiryEpoch","Math","floor","Date","now","removeItem","sessionStorage","incrementAnimationPlayedFrequency","currentFrequency","setItem","toString","LazySuperCoinsFloatingIsland","React","lazy","import","then","module","default","SupercoinsFloatingIsland","supercoinsLoading","supercoinBurnBalance","_b","ravenPayload","onSupercoinsClick","supercoinsExpiryCount","_c","utmSource","useMemo","_d","useState","showSupercoinExpiryAnimation","setSupercoinExpiryAnimation","_e","animationCount","setAnimationCount","_f","isAnimating","setIsAnimating","shouldRenderSupercoins","_g","renderSuperCoinIsland","setRenderSuperCoinIsland","_h","chipAnimationType","setChipAnimationType","_j","hasScrolledBeforeAnimation","setHasScrolledBeforeAnimation","chipBackgroundAnimationClassname","styles","chipTextAnimationClassname","useEffect","Number","handleScroll","window","scrollY","addEventListener","removeEventListener","timeout","shouldRender","setTimeout","clearTimeout","action_event_name","impression_event_name","restPayload","__rest","ravenSDKTrigger","action_name","page_name","supercoin_balance","u_utm_source","startTimer","switchBackTimer","newCount","_jsx","_Fragment","children","jsx","__assign","className","_jsxs","jsxs","display","alignItems","gap","Shimmer","width","height","position","concat","onClick","src","alt","Typography","variant","Suspense","fallback","superCoins","onAnimationStart","onIslandAnimationStart","onAnimationEnd"],"mappings":"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","x_google_ignoreList":[0]}
1
+ {"version":3,"file":"ct-platform-supercoins-chip.cjs.js","sources":["../../../../node_modules/.pnpm/style-inject@0.3.0/node_modules/style-inject/dist/style-inject.es.js","../packages/components/SupercoinsChip/src/constants.ts","../packages/components/SupercoinsChip/src/utils/shouldRenderFloatingIsland.ts","../packages/components/SupercoinsChip/src/utils/onIslandAnimationStart.ts","../packages/components/SupercoinsChip/src/utils/setWalletCssVariables.ts","../packages/components/SupercoinsChip/src/walletAnimation/index.tsx","../packages/components/SupercoinsChip/src/SupercoinsChip.tsx"],"sourcesContent":["function styleInject(css, ref) {\n if ( ref === void 0 ) ref = {};\n var insertAt = ref.insertAt;\n\n if (!css || typeof document === 'undefined') { return; }\n\n var head = document.head || document.getElementsByTagName('head')[0];\n var style = document.createElement('style');\n style.type = 'text/css';\n\n if (insertAt === 'top') {\n if (head.firstChild) {\n head.insertBefore(style, head.firstChild);\n } else {\n head.appendChild(style);\n }\n } else {\n head.appendChild(style);\n }\n\n if (style.styleSheet) {\n style.styleSheet.cssText = css;\n } else {\n style.appendChild(document.createTextNode(css));\n }\n}\n\nexport default styleInject;\n",null,null,null,null,null,null],"names":["styleInject","css","ref","insertAt","document","head","getElementsByTagName","style","createElement","type","firstChild","insertBefore","appendChild","styleSheet","cssText","createTextNode","SUPERCOINS_CHIP_ICON","WALLET_CHIP_ICON","SUPERCOIN_ISLAND_RENDERED_FREQUENCY","SUPERCOIN_ISLAND_ANIMATION_PLAYED","SUPERCOIN_ISLAND_EXPIRATION_FREQUENCY","SUPERCOIN_EXPIRY_CONFIG","SUPERCOIN_FLOATING_ISLAND_CONFIG","requiredSupercoins","frequency","frequencyGapInDays","cutoffTimeInMs","isVisibleOnScroll","shouldRenderFloatingIsland","_a","expiry","renderFloatingIsland","supercoins","getQueryParam","localStorage","getItem","parseInt","getIslandShownFrequency","expiryEpoch","Math","floor","Date","now","removeItem","sessionStorage","incrementAnimationPlayedFrequency","currentFrequency","setItem","toString","widthByNumberOfCharactersMap","SupercoinChip","supercoinBalance","_jsxs","className","styles","chipWrapper","children","_jsx","jsx","src","alt","width","height","__assign","chipTextWrapper","Typography","variant","textWrapper","WalletChip","walletBalance","WalletAnimation","handleClick","chipWidthRef","renderSupercoinPillOnAnimationEnd","wrapperAnimation","maxNumberOfCharacters","max","length","chipWidth","numberOfCharacters","ctx","querySelector","setProperty","concat","setWalletCSSVariables","_b","current","containerClass","onClick","pillContainer","LazySuperCoinsFloatingIsland","React","lazy","import","then","module","default","SupercoinsFloatingIsland","supercoinsLoading","supercoinBurnBalance","ravenPayload","onSupercoinsClick","supercoinsExpiryCount","_c","_d","walletEnabled","supercoinsFetchError","console","log","utmSource","useMemo","_e","useState","showSupercoinExpiryAnimation","setSupercoinExpiryAnimation","_f","animationCount","setAnimationCount","_g","isAnimating","setIsAnimating","_h","startWalletAnimation","setStartWalletAnimation","_j","calculatedAnimation","setCalculatedAnimation","shouldRenderSupercoins","_k","renderSuperCoinIsland","setRenderSuperCoinIsland","_l","chipAnimationType","setChipAnimationType","_m","hasScrolledBeforeAnimation","setHasScrolledBeforeAnimation","useRef","chipWidthCalculatedRef","chipBackgroundAnimationClassname","supercoinsBalanceBackgroundColorShift","supercoinsBalanceBackgroundColorShift_exit","chipTextAnimationClassname","supercoinsBalanceTextColorShift","supercoinsBalanceTextColorShift_exit","handleSupercoinsClick","action_event_name","impression_event_name","restPayload","__rest","ravenSDKTrigger","action_name","page_name","supercoin_balance","u_utm_source","useEffect","Number","handleScroll","window","scrollY","addEventListener","removeEventListener","shouldRender","timeout","renderSupercoinExpiry","setTimeout","clearTimeout","startTimer","switchBackTimer","newCount","SupercoinLoadingPill","paddingTop","paddingBottom","display","Shimmer","isServer","typographyVariant","chipClassName","supercoinsExpiryPill","supercoinsBalance","expiryColorClass","supercoinBurnExpiryColor","position","offsetWidth","jsxs","alignItems","gap","supercoinChipWrapper","supercoinBurnTextAlign","join","supercoinExpiryText","supercoinExpiryAnimating","superCoinsFloatingIslandContainer","Suspense","fallback","superCoins","onAnimationStart","onIslandAnimationStart","onAnimationEnd"],"mappings":"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","x_google_ignoreList":[0]}
@@ -1,2 +1,2 @@
1
- import{__rest as e,__assign as n}from"tslib";import{jsx as o,Fragment as i,jsxs as r}from"react/jsx-runtime";import t,{useMemo as a,useState as s,useEffect as c,Suspense as l}from"react";import{Typography as u}from"@cleartrip/ct-design-typography";import{Shimmer as d}from"@cleartrip/ct-platform-shimmer";import{getQueryParam as _,ravenSDKTrigger as p}from"@cleartrip/ct-platform-utils";var m="index-module_supercoinsBalance__w9srh",f="index-module_supercoinsExpiryPill__v4w06",x="index-module_supercoinChipWrapper__QPdUS",g="index-module_supercoinBurnTextAlign__g-go5",h="index-module_supercoinBurnExpiryColor__FTFjA",v="index-module_supercoinExpiryText__rkVbG",y="index-module_supercoinExpiryAnimating__Gdq0n",b="index-module_superCoinsFloatingIslandContainer__5FNNa",S="index-module_supercoinsBalanceBackgroundColorShift__r6YWa",k="index-module_supercoinsBalanceTextColorShift__y7vva",w="index-module_supercoinsBalanceBackgroundColorShift_exit__sinUJ",I="index-module_supercoinsBalanceTextColorShift_exit__JKt90";!function(e,n){void 0===n&&(n={});var o=n.insertAt;if("undefined"!=typeof document){var i=document.head||document.getElementsByTagName("head")[0],r=document.createElement("style");r.type="text/css","top"===o&&i.firstChild?i.insertBefore(r,i.firstChild):i.appendChild(r),r.styleSheet?r.styleSheet.cssText=e:r.appendChild(document.createTextNode(e))}}('.index-module_supercoinsBalance__w9srh{background-color:#fff;border:1px solid #e6e6e6;border-radius:16px;display:inline-block;overflow:hidden;padding:6px 8px}.index-module_supercoinsExpiryPill__v4w06{background-color:#fbefef;border:1.5px solid #c83232;border-radius:16px;display:inline-block;overflow:hidden;padding:6px 0 6px 8px}.index-module_supercoinChipWrapper__QPdUS{align-items:center;display:flex;justify-content:center;padding:0 4px}.index-module_supercoinBurnTextAlign__g-go5{line-height:18px;margin-right:4px}.index-module_supercoinBurnExpiryColor__FTFjA{color:#c83232!important}.index-module_supercoinExpiryText__rkVbG{color:#c83232!important;display:inline-block;line-height:18px;opacity:0;overflow:hidden;transition:width .5s ease-in-out,opacity .5s ease-in-out;white-space:nowrap;width:0}.index-module_supercoinExpiryAnimating__Gdq0n{opacity:1;width:97px}.index-module_superCoinsFloatingIslandContainer__5FNNa{margin-left:100%;position:relative;width:1px}.index-module_supercoinsBalanceBackgroundColorShift__r6YWa{animation:index-module_supercoins_balance_background_color_shift__1NHEU .6s forwards;overflow:hidden;position:relative}.index-module_supercoinsBalanceTextColorShift__y7vva{animation:index-module_supercoins_balance_text_color_shift__V8yxU .6s forwards}.index-module_supercoinsBalanceBackgroundColorShift_exit__sinUJ{animation:index-module_supercoins_balance_background_color_shift_exit__qAHuv .6s forwards;overflow:hidden;position:relative}.index-module_supercoinsBalanceTextColorShift_exit__JKt90{animation:index-module_supercoins_balance_text_color_shift_exit__rluZH .6s forwards}.index-module_supercoinsBalanceBackgroundColorShift__r6YWa:before{animation:index-module_supercoin_chip_loading_shimmer__0jquY .4s ease-in .5s;background:hsla(0,0%,100%,.8);content:"";height:64px;left:-30%;position:absolute;top:-10px;transform:rotate(25deg);width:8px}@keyframes index-module_supercoin_chip_loading_shimmer__0jquY{0%{left:-30%}to{left:120%}}@keyframes index-module_supercoins_balance_background_color_shift__1NHEU{0%{background-color:rgba(0,62,162,.1)}to{background-color:#003ea2}}@keyframes index-module_supercoins_balance_background_color_shift_exit__qAHuv{0%{background-color:#003ea2}to{background-color:rgba(0,62,162,0)}}@keyframes index-module_supercoins_balance_text_color_shift__V8yxU{0%{color:#000}to{color:#fff}}@keyframes index-module_supercoins_balance_text_color_shift_exit__rluZH{0%{color:#fff}to{color:#000}}@keyframes index-module_supercoins_balance_background_shimmer__2lOFp{0%{background-color:rgba(0,62,162,.1)}to{background-color:#003ea2}}');var C="island_rendered_frquency",B="islandAnimationPlayed",T="island_expiration_frquency",A=5,E=2,q=2e3,N=500,F=1500,P={requiredSupercoins:50,frequency:1,frequencyGapInDays:1,cutoffTimeInMs:5e3,isVisibleOnScroll:!1};function H(e){var n,o=e.renderFloatingIsland,i=e.supercoins;if(!o)return!1;if(i<P.requiredSupercoins)return!1;if(!("true"===_("isMobileApp")))return!1;if(function(){var e=localStorage.getItem(C);return e&&"number"==typeof parseInt(e)?parseInt(e):0}()>=P.frequency){var r=(n=localStorage.getItem(T))&&"number"==typeof parseInt(n)?parseInt(n):null;return!r||!(r>Math.floor(Date.now()/1e3))&&(localStorage.removeItem(C),localStorage.removeItem(T),!0)}return!sessionStorage.getItem(B)}function U(){var e=localStorage.getItem(C);e||(e="0");var n=parseInt(e)+1;if(localStorage.setItem(C,n.toString()),n>=P.frequency){var o=Math.floor(Date.now()/1e3)+86400*P.frequencyGapInDays;localStorage.setItem(T,o.toString())}}var M=t.lazy((function(){return import("@cleartrip/ct-platform-supercoins-floating-island").then((function(e){return{default:e.SupercoinsFloatingIsland}}))})),j=function(t){var C=t.supercoinsLoading,T=t.supercoinBurnBalance,j=t.ravenPayload,G=void 0===j?{}:j,Y=t.onSupercoinsClick,V=t.supercoinsExpiryCount,W=t.renderFloatingIsland,D=void 0===W||W,J=a((function(){var e;return null!==(e=_("utm_source"))&&void 0!==e?e:"organic"}),[]),L=s(!1),K=L[0],O=L[1],Q=s(0),Z=Q[0],z=Q[1],R=s(!1),X=R[0],$=R[1],ee=a((function(){return"number"==typeof T&&T>=0&&!C}),[T,C]),ne=s(!1),oe=ne[0],ie=ne[1],re=s(null),te=re[0],ae=re[1],se=s(!1),ce=se[0],le=se[1],ue="entry"===te?S:"exit"===te?w:"",de="entry"===te?k:"exit"===te?I:"";return c((function(){z(Number(null===sessionStorage||void 0===sessionStorage?void 0:sessionStorage.getItem("expiryAnimationCount")));var e=function(){window.scrollY>0&&(sessionStorage.getItem(B)||(le(!0),ae(null)))};return window.addEventListener("scroll",e),function(){window.removeEventListener("scroll",e)}}),[]),c((function(){var e,n=H({renderFloatingIsland:D,supercoins:T});return O("number"==typeof V&&V>=A&&!n),n&&sessionStorage.setItem("disable_floater","true"),n&&!ce&&(ae("entry"),e=setTimeout((function(){ie(!0)}),1500)),function(){clearTimeout(e)}}),[T,V]),c((function(){if(D&&oe){var e=setTimeout((function(){sessionStorage.getItem(B)||(ie(!1),ae("exit"))}),P.cutoffTimeInMs);return function(){clearTimeout(e)}}}),[]),c((function(){var o;if("number"==typeof T&&T>=0&&!C){G.action_event_name;var i=G.impression_event_name,r=e(G,["action_event_name","impression_event_name"]);p(null!==(o=i)&&void 0!==o?o:"u_impression",n({action_name:"supercoin_pill_impression",page_name:"unified_homepage",supercoin_balance:T,u_utm_source:J,supercoinsExpiryCount:V||"N/A"},r))}}),[C]),c((function(){if(K&&!(Z>=E)){var e=setTimeout((function(){$(!0);var e=setTimeout((function(){$(!1);var e=Z+1;z(e),sessionStorage.setItem("expiryAnimationCount",e.toString())}),F);return function(){return clearTimeout(e)}}),0===Z?N:q);return function(){return clearTimeout(e)}}}),[K,Z]),o(i,{children:C?o("div",n({className:m},{children:r("div",n({style:{display:"flex",alignItems:"center",gap:"4px"}},{children:[o(d,{width:18,height:18,type:"rounded"}),o(d,{width:44,height:18,type:"rounded"})]}))})):ee?r("div",n({style:{position:"relative"}},{children:[o("div",n({className:"".concat(K?f:m," ").concat(ue),onClick:function(){var o;Y&&"function"==typeof Y&&Y();var i=G.action_event_name;G.impression_event_name;var r=e(G,["action_event_name","impression_event_name"]);p(null!==(o=i)&&void 0!==o?o:"u_ui_action",n({action_name:"supercoin_icon_click",page_name:"unified_homepage",supercoin_balance:T,u_utm_source:J},r))}},{children:r("div",n({style:{display:"flex",alignItems:"center",gap:"4px"}},{children:[o("img",{src:"https://rukmini-ct.flixcart.com/f_auto,q_auto,dpr_2/offermgmt-prod/offermgmt/images/banner/supercoins-chip-icon.png",alt:"supercoin_icon",width:18,height:18}),r("div",n({className:x},{children:[o(u,n({variant:K?"HM4":"B2",className:"".concat(de," ").concat(g," ").concat(K?h:""," ")},{children:X?V:T})),K&&o(u,n({variant:"HM4",className:"".concat(v," ").concat(X?y:"")},{children:"expiring soon"}))]}))]}))})),oe&&!ce&&o("div",n({className:b},{children:o(l,n({fallback:o(i,{})},{children:o(M,{superCoins:T,onAnimationStart:function(){return function(o){var i,r=o.supercoins,t=o.ravenPayload,a=void 0===t?{}:t,s=o.utmSource,c=void 0===s?"":s;a.action_event_name;var l=a.impression_event_name,u=e(a,["action_event_name","impression_event_name"]);p(null!==(i=l)&&void 0!==i?i:"u_impression",n({action_name:"supercoin_banner_impression",page_name:"unified_homepage",supercoin_balance:r,u_utm_source:c},u)),sessionStorage.setItem("islandAnimationPlayed","true"),U()}({supercoins:T,ravenPayload:G,utmSource:J})},onAnimationEnd:function(){ae("exit")}})}))}))]})):null})};export{j as SupercoinsChip};
1
+ import{__rest as e,__assign as n}from"tslib";import{jsx as i,jsxs as o,Fragment as r}from"react/jsx-runtime";import t,{useMemo as a,useState as l,useRef as s,useEffect as c,Suspense as u}from"react";import{Typography as d}from"@cleartrip/ct-design-typography";import{Shimmer as p}from"@cleartrip/ct-platform-shimmer";import{getQueryParam as _,ravenSDKTrigger as m,isServer as f}from"@cleartrip/ct-platform-utils";function x(e,n){void 0===n&&(n={});var i=n.insertAt;if(e&&"undefined"!=typeof document){var o=document.head||document.getElementsByTagName("head")[0],r=document.createElement("style");r.type="text/css","top"===i&&o.firstChild?o.insertBefore(r,o.firstChild):o.appendChild(r),r.styleSheet?r.styleSheet.cssText=e:r.appendChild(document.createTextNode(e))}}var g={supercoinsBalance:"index-module_supercoinsBalance__w9srh",supercoinsExpiryPill:"index-module_supercoinsExpiryPill__v4w06",supercoinChipWrapper:"index-module_supercoinChipWrapper__QPdUS",supercoinBurnTextAlign:"index-module_supercoinBurnTextAlign__g-go5",supercoinBurnExpiryColor:"index-module_supercoinBurnExpiryColor__FTFjA",supercoinExpiryText:"index-module_supercoinExpiryText__rkVbG",supercoinExpiryAnimating:"index-module_supercoinExpiryAnimating__Gdq0n",superCoinsFloatingIslandContainer:"index-module_superCoinsFloatingIslandContainer__5FNNa",supercoinsBalanceBackgroundColorShift:"index-module_supercoinsBalanceBackgroundColorShift__r6YWa",supercoins_balance_background_color_shift:"index-module_supercoins_balance_background_color_shift__1NHEU",supercoinsBalanceTextColorShift:"index-module_supercoinsBalanceTextColorShift__y7vva",supercoins_balance_text_color_shift:"index-module_supercoins_balance_text_color_shift__V8yxU",supercoinsBalanceBackgroundColorShift_exit:"index-module_supercoinsBalanceBackgroundColorShift_exit__sinUJ",supercoins_balance_background_color_shift_exit:"index-module_supercoins_balance_background_color_shift_exit__qAHuv",supercoinsBalanceTextColorShift_exit:"index-module_supercoinsBalanceTextColorShift_exit__JKt90",supercoins_balance_text_color_shift_exit:"index-module_supercoins_balance_text_color_shift_exit__rluZH",supercoin_chip_loading_shimmer:"index-module_supercoin_chip_loading_shimmer__0jquY",supercoins_balance_background_shimmer:"index-module_supercoins_balance_background_shimmer__2lOFp"};x('.index-module_supercoinsBalance__w9srh{background-color:#fff;border:1px solid #e6e6e6;border-radius:16px;display:inline-block;overflow:hidden;padding:6px 8px}.index-module_supercoinsExpiryPill__v4w06{background-color:#fbefef;border:1.5px solid #c83232;border-radius:16px;display:inline-block;overflow:hidden;padding:6px 0 6px 8px}.index-module_supercoinChipWrapper__QPdUS{align-items:center;display:flex;justify-content:center;padding:0 4px}.index-module_supercoinBurnTextAlign__g-go5{line-height:18px;margin-right:4px}.index-module_supercoinBurnExpiryColor__FTFjA{color:#c83232!important}.index-module_supercoinExpiryText__rkVbG{color:#c83232!important;display:inline-block;line-height:18px;opacity:0;overflow:hidden;transition:width .5s ease-in-out,opacity .5s ease-in-out;white-space:nowrap;width:0}.index-module_supercoinExpiryAnimating__Gdq0n{opacity:1;width:97px}.index-module_superCoinsFloatingIslandContainer__5FNNa{margin-left:100%;position:relative;width:1px}.index-module_supercoinsBalanceBackgroundColorShift__r6YWa{animation:index-module_supercoins_balance_background_color_shift__1NHEU .6s forwards;overflow:hidden;position:relative}.index-module_supercoinsBalanceTextColorShift__y7vva{animation:index-module_supercoins_balance_text_color_shift__V8yxU .6s forwards}.index-module_supercoinsBalanceBackgroundColorShift_exit__sinUJ{animation:index-module_supercoins_balance_background_color_shift_exit__qAHuv .6s forwards;overflow:hidden;position:relative}.index-module_supercoinsBalanceTextColorShift_exit__JKt90{animation:index-module_supercoins_balance_text_color_shift_exit__rluZH .6s forwards}.index-module_supercoinsBalanceBackgroundColorShift__r6YWa:before{animation:index-module_supercoin_chip_loading_shimmer__0jquY .4s ease-in .5s;background:hsla(0,0%,100%,.8);content:"";height:64px;left:-30%;position:absolute;top:-10px;transform:rotate(25deg);width:8px}@keyframes index-module_supercoin_chip_loading_shimmer__0jquY{0%{left:-30%}to{left:120%}}@keyframes index-module_supercoins_balance_background_color_shift__1NHEU{0%{background-color:rgba(0,62,162,.1)}to{background-color:#003ea2}}@keyframes index-module_supercoins_balance_background_color_shift_exit__qAHuv{0%{background-color:#003ea2}to{background-color:#fff}}@keyframes index-module_supercoins_balance_text_color_shift__V8yxU{0%{color:#000}to{color:#fff}}@keyframes index-module_supercoins_balance_text_color_shift_exit__rluZH{0%{color:#fff}to{color:#000}}@keyframes index-module_supercoins_balance_background_shimmer__2lOFp{0%{background-color:rgba(0,62,162,.1)}to{background-color:#003ea2}}');var h="https://rukmini-ct.flixcart.com/f_auto,q_auto,dpr_2/offermgmt-prod/offermgmt/images/banner/supercoins-chip-icon.png",v="https://rukmini-ct.flixcart.com/f_auto,q_auto/offermgmt-prod/offermgmt/images/banner/wallet-pill-icon.png",y="island_rendered_frquency",b="islandAnimationPlayed",w="island_expiration_frquency",B=5,C=2,S=2e3,k=500,I=1500,T={requiredSupercoins:50,frequency:1,frequencyGapInDays:1,cutoffTimeInMs:5e3,isVisibleOnScroll:!1};function E(e){var n,i=e.renderFloatingIsland,o=e.supercoins;if(!i)return!1;if(o<T.requiredSupercoins)return!1;if(!("true"===_("isMobileApp")))return!1;if(function(){var e=localStorage.getItem(y);return e&&"number"==typeof parseInt(e)?parseInt(e):0}()>=T.frequency){var r=(n=localStorage.getItem(w))&&"number"==typeof parseInt(n)?parseInt(n):null;return!r||!(r>Math.floor(Date.now()/1e3))&&(localStorage.removeItem(y),localStorage.removeItem(w),!0)}return!sessionStorage.getItem(b)}function A(){var e=localStorage.getItem(y);e||(e="0");var n=parseInt(e)+1;if(localStorage.setItem(y,n.toString()),n>=T.frequency){var i=Math.floor(Date.now()/1e3)+86400*T.frequencyGapInDays;localStorage.setItem(w,i.toString())}}var W={chipWrapper:"index-module_chipWrapper__EwpUk",chipTextWrapper:"index-module_chipTextWrapper__Uburn",textWrapper:"index-module_textWrapper__BysJP",pillContainer:"index-module_pillContainer__bz7P4","width-animation":"index-module_width-animation__Ap-Ga","spring-up-wallet":"index-module_spring-up-wallet__GJrXW","spring-up1":"index-module_spring-up1__OLe4L","spring-up-wallet-sc":"index-module_spring-up-wallet-sc__KKKf0","spring-up2":"index-module_spring-up2__SIbCp"};x(".index-module_chipWrapper__EwpUk{align-items:center;display:flex;gap:4px;margin-bottom:20px;text-align:center}.index-module_chipTextWrapper__Uburn{align-items:center;display:flex;justify-content:center;padding:0 4px;text-align:center;width:100%}.index-module_textWrapper__BysJP{margin-right:4px}.index-module_pillContainer__bz7P4{background-color:#fff;border:1px solid #e6e6e6;border-radius:16px;box-sizing:border-box;display:inline-block;overflow:hidden;padding:5px 8px}@keyframes index-module_spring-up1__OLe4L{0%{transform:translateY(0)}60%{transform:translateY(-44px)}90%{transform:translateY(-40px)}to{transform:translateY(-40px)}}@keyframes index-module_spring-up2__SIbCp{0%{transform:translateY(-40px)}60%{transform:translateY(-84px)}90%{transform:translateY(-80px)}to{transform:translateY(-80px)}}@keyframes index-module_width-animation__Ap-Ga{0%{width:var(--wallet-initial-width)}to{width:var(--wallet-final-width)}}.index-module_width-animation__Ap-Ga{animation:index-module_width-animation__Ap-Ga .7s ease-in-out forwards}.index-module_spring-up-wallet__GJrXW{animation:index-module_spring-up1__OLe4L .7s ease-in-out 2s forwards}.index-module_spring-up-wallet-sc__KKKf0{animation:index-module_spring-up1__OLe4L .7s ease-in-out 2s forwards,index-module_spring-up2__SIbCp .7s ease-in-out 5s forwards}");var N={2:58,3:66,4:74,5:82,6:90,7:120};function F(e){var r=e.supercoinBalance;return o("div",n({className:W.chipWrapper},{children:[i("img",{src:h,alt:"supercoin_icon",width:18,height:18}),i("div",n({className:W.chipTextWrapper},{children:i(d,n({variant:"B2",className:W.textWrapper},{children:r}))}))]}))}function q(e){var r=e.walletBalance;return o("div",n({className:W.chipWrapper},{children:[i("img",{src:v,alt:"supercoin_icon",width:18,height:18}),i("div",n({className:W.chipTextWrapper},{children:o(d,n({variant:"B2",className:W.textWrapper},{children:["₹",r]}))}))]}))}function P(e){var r,t=e.supercoinBalance,a=e.walletBalance,l=e.handleClick,s=e.chipWidthRef,c=0===a&&t>0||0===t&&0===a,u=c?W["spring-up-wallet-sc"]:W["spring-up-wallet"],d=Math.max(a.toString().length,t.toString().length)+1;!function(e,n){var i=document.querySelector(":root");null==i||i.style.setProperty("--wallet-initial-width","".concat(e,"px"));var o=N[n];null==i||i.style.setProperty("--wallet-final-width","".concat(Math.max(o,e),"px"))}(null!==(r=null==s?void 0:s.current)&&void 0!==r?r:0,d);var p=0===(null==s?void 0:s.current)?"auto":"".concat(null==s?void 0:s.current,"px"),_=0===(null==s?void 0:s.current)?"":W["width-animation"];return i("div",n({onClick:l},{children:i("div",n({className:"".concat(W.pillContainer," ").concat(_),style:{height:"32px",width:p}},{children:o("div",n({className:u},{children:[i(F,{supercoinBalance:t}),i(q,{walletBalance:a}),c?i(F,{supercoinBalance:t}):null]}))}))}))}var Y=t.lazy((function(){return import("@cleartrip/ct-platform-supercoins-floating-island").then((function(e){return{default:e.SupercoinsFloatingIsland}}))})),U=function(t){var x=t.supercoinsLoading,v=t.supercoinBurnBalance,y=t.ravenPayload,w=void 0===y?{}:y,W=t.onSupercoinsClick,N=t.supercoinsExpiryCount,F=t.renderFloatingIsland,q=void 0===F||F,U=t.walletEnabled,G=void 0!==U&&U,H=t.walletBalance,L=t.supercoinsFetchError;console.log("l1130 SupercoinsChip recieved props",{supercoinsLoading:x,supercoinBurnBalance:v,ravenPayload:w,onSupercoinsClick:W,supercoinsExpiryCount:N,renderFloatingIsland:q,walletEnabled:G,walletBalance:H});var j=a((function(){var e;return null!==(e=_("utm_source"))&&void 0!==e?e:"organic"}),[]),M=l(!1),J=M[0],K=M[1],O=l(0),R=O[0],V=O[1],z=l(!1),D=z[0],Z=z[1],Q=l(!1),X=Q[0],$=Q[1],ee=l(!1),ne=ee[0],ie=ee[1],oe=a((function(){return"number"==typeof v&&v>=0&&!x}),[v,x]),re=l(!1),te=re[0],ae=re[1],le=l(null),se=le[0],ce=le[1],ue=l(!1),de=ue[0],pe=ue[1],_e=s(0),me=s(!1),fe="entry"===se?g.supercoinsBalanceBackgroundColorShift:"exit"===se?g.supercoinsBalanceBackgroundColorShift_exit:"",xe="entry"===se?g.supercoinsBalanceTextColorShift:"exit"===se?g.supercoinsBalanceTextColorShift_exit:"";function ge(){var i;W&&"function"==typeof W&&W();var o=w.action_event_name;w.impression_event_name;var r=e(w,["action_event_name","impression_event_name"]);m(null!==(i=o)&&void 0!==i?i:"u_ui_action",n({action_name:"supercoin_icon_click",page_name:"unified_homepage",supercoin_balance:v,u_utm_source:j},r))}if(c((function(){V(Number(null===sessionStorage||void 0===sessionStorage?void 0:sessionStorage.getItem("expiryAnimationCount")));var e=function(){window.scrollY>0&&(sessionStorage.getItem(b)||(console.log("setHasScrolledBeforeAnimation called"),pe(!0),ce(null)))};return window.addEventListener("scroll",e),function(){window.removeEventListener("scroll",e)}}),[]),c((function(){if(!x){var e=E({renderFloatingIsland:q,supercoins:v});console.log("l1130 shouldRenderFloatingIsland called with renderFloatingIsland value",q,"and supercoins value",v,"returned value",e);var n,i="number"==typeof N&&N>=B&&!e;return console.log("l1130 renderSupercoinExpiry called with supercoinsExpiryCount value",N,"and shouldRender value",e,"returned value",i),K(i),e&&sessionStorage.setItem("disable_floater","true"),e&&!de?(console.log("l1130 setChipAnimationType called with entry"),ce("entry"),n=setTimeout((function(){console.log("l1130 setRenderSuperCoinIsland called with true"),ae(!0)}),1500),ie(!0)):i?(ie(!0),setTimeout((function(){G&&$(!0)}),1e4)):(G&&$(!0),ie(!0)),function(){clearTimeout(n)}}}),[v,N,x]),c((function(){if(console.log("l1130 useEffect called with renderFloatingIsland value",q,"and renderSuperCoinIsland value",te),q&&te){var e=setTimeout((function(){sessionStorage.getItem(b)||(console.log("l1130 setRenderSuperCoinIsland called with false"),ae(!1),ce("exit"),$(!0))}),T.cutoffTimeInMs);return function(){clearTimeout(e)}}}),[]),c((function(){var i;if("number"==typeof v&&v>=0&&!x){w.action_event_name;var o=w.impression_event_name,r=e(w,["action_event_name","impression_event_name"]);m(null!==(i=o)&&void 0!==i?i:"u_impression",n({action_name:"supercoin_pill_impression",page_name:"unified_homepage",supercoin_balance:v,u_utm_source:j,supercoinsExpiryCount:N||"N/A"},r))}}),[x]),c((function(){if(J&&!(R>=C)){var e=setTimeout((function(){Z(!0),console.log("l1130 setIsAnimating called with true");var e=setTimeout((function(){Z(!1),console.log("l1130 setIsAnimating called with false");var e=R+1;V(e),sessionStorage.setItem("expiryAnimationCount",e.toString())}),I);return function(){return clearTimeout(e)}}),0===R?k:S);return function(){return clearTimeout(e)}}}),[J,R]),L)return i(r,{});var he=function(){return i("div",n({className:"px-2 br-16 ba-solid bc-line-500 bg-neutral-100 o-hidden",style:{paddingTop:"6px",paddingBottom:"6px",display:"inline-block"}},{children:o("div",n({className:"flex flex-middle flex-gap-1"},{children:[i(p,{width:18,height:18,type:"rounded"}),i(p,{width:44,height:18,type:"rounded"})]}))}))};if(f())return i(he,{});if(x||!te&&!X&&!ne)return i(he,{});if(!oe)return null;var ve=J?"HM4":"B2",ye=J?g.supercoinsExpiryPill:g.supercoinsBalance,be=J?g.supercoinBurnExpiryColor:"";return X?(console.log("l1130 startWalletAnimation called with true"),i(P,{walletBalance:H,supercoinBalance:Number(v),handleClick:ge,chipWidthRef:_e})):o("div",n({style:{position:"relative"}},{children:[i("div",n({ref:function(e){var n;me.current||(me.current=!0,_e.current=null!==(n=null==e?void 0:e.offsetWidth)&&void 0!==n?n:0,console.log("l1130 chipWidthRef called with offsetWidth",null==e?void 0:e.offsetWidth))},className:"".concat(ye," ").concat(fe),onClick:ge},{children:o("div",n({style:{display:"flex",alignItems:"center",gap:"4px"}},{children:[i("img",{src:h,alt:"supercoin_icon",width:18,height:18}),o("div",n({className:g.supercoinChipWrapper},{children:[i(d,n({variant:ve,className:[xe,g.supercoinBurnTextAlign,be].join(" ")},{children:D?N:v})),J&&i(d,n({variant:"HM4",className:"".concat(g.supercoinExpiryText," ").concat(D?g.supercoinExpiryAnimating:"")},{children:"expiring soon"}))]}))]}))})),te&&!de&&i("div",n({className:g.superCoinsFloatingIslandContainer},{children:i(u,n({fallback:i(r,{})},{children:i(Y,{superCoins:v,onAnimationStart:function(){return function(i){var o,r=i.supercoins,t=i.ravenPayload,a=void 0===t?{}:t,l=i.utmSource,s=void 0===l?"":l;a.action_event_name;var c=a.impression_event_name,u=e(a,["action_event_name","impression_event_name"]);m(null!==(o=c)&&void 0!==o?o:"u_impression",n({action_name:"supercoin_banner_impression",page_name:"unified_homepage",supercoin_balance:r,u_utm_source:s},u)),sessionStorage.setItem("islandAnimationPlayed","true"),A()}({supercoins:v,ravenPayload:w,utmSource:j})},onAnimationEnd:function(){console.log("l1130 onAnimationEnd called with walletEnabled value",G),setTimeout((function(){console.log("l1130 setStartWalletAnimation setting to true from \n onAnimationEnd with walletEnabled value ".concat(G)),G&&$(!0)}),500),ce("exit")}})}))}))]}))};export{U as SupercoinsChip};
2
2
  //# sourceMappingURL=ct-platform-supercoins-chip.esm.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ct-platform-supercoins-chip.esm.js","sources":["../../../../node_modules/.pnpm/style-inject@0.3.0/node_modules/style-inject/dist/style-inject.es.js","../packages/components/SupercoinsChip/src/constants.ts","../packages/components/SupercoinsChip/src/utils/shouldRenderFloatingIsland.ts","../packages/components/SupercoinsChip/src/utils/onIslandAnimationStart.ts","../packages/components/SupercoinsChip/src/SupercoinsChip.tsx"],"sourcesContent":["function styleInject(css, ref) {\n if ( ref === void 0 ) ref = {};\n var insertAt = ref.insertAt;\n\n if (!css || typeof document === 'undefined') { return; }\n\n var head = document.head || document.getElementsByTagName('head')[0];\n var style = document.createElement('style');\n style.type = 'text/css';\n\n if (insertAt === 'top') {\n if (head.firstChild) {\n head.insertBefore(style, head.firstChild);\n } else {\n head.appendChild(style);\n }\n } else {\n head.appendChild(style);\n }\n\n if (style.styleSheet) {\n style.styleSheet.cssText = css;\n } else {\n style.appendChild(document.createTextNode(css));\n }\n}\n\nexport default styleInject;\n",null,null,null,null],"names":["css","ref","insertAt","document","head","getElementsByTagName","style","createElement","type","firstChild","insertBefore","appendChild","styleSheet","cssText","createTextNode","SUPERCOIN_ISLAND_RENDERED_FREQUENCY","SUPERCOIN_ISLAND_ANIMATION_PLAYED","SUPERCOIN_ISLAND_EXPIRATION_FREQUENCY","SUPERCOIN_EXPIRY_CONFIG","SUPERCOIN_FLOATING_ISLAND_CONFIG","requiredSupercoins","frequency","frequencyGapInDays","cutoffTimeInMs","isVisibleOnScroll","shouldRenderFloatingIsland","_a","expiry","renderFloatingIsland","supercoins","getQueryParam","localStorage","getItem","parseInt","getIslandShownFrequency","expiryEpoch","Math","floor","Date","now","removeItem","sessionStorage","incrementAnimationPlayedFrequency","currentFrequency","setItem","toString","LazySuperCoinsFloatingIsland","React","lazy","import","then","module","default","SupercoinsFloatingIsland","SupercoinsChip","supercoinsLoading","supercoinBurnBalance","_b","ravenPayload","onSupercoinsClick","supercoinsExpiryCount","_c","utmSource","useMemo","_d","useState","showSupercoinExpiryAnimation","setSupercoinExpiryAnimation","_e","animationCount","setAnimationCount","_f","isAnimating","setIsAnimating","shouldRenderSupercoins","_g","renderSuperCoinIsland","setRenderSuperCoinIsland","_h","chipAnimationType","setChipAnimationType","_j","hasScrolledBeforeAnimation","setHasScrolledBeforeAnimation","chipBackgroundAnimationClassname","styles","chipTextAnimationClassname","useEffect","Number","handleScroll","window","scrollY","addEventListener","removeEventListener","timeout","shouldRender","setTimeout","clearTimeout","action_event_name","impression_event_name","restPayload","__rest","ravenSDKTrigger","action_name","page_name","supercoin_balance","u_utm_source","startTimer","switchBackTimer","newCount","_jsx","_Fragment","children","__assign","className","_jsxs","display","alignItems","gap","Shimmer","width","height","position","concat","onClick","src","alt","Typography","variant","Suspense","fallback","superCoins","onAnimationStart","onIslandAnimationStart","onAnimationEnd"],"mappings":"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","x_google_ignoreList":[0]}
1
+ {"version":3,"file":"ct-platform-supercoins-chip.esm.js","sources":["../../../../node_modules/.pnpm/style-inject@0.3.0/node_modules/style-inject/dist/style-inject.es.js","../packages/components/SupercoinsChip/src/constants.ts","../packages/components/SupercoinsChip/src/utils/shouldRenderFloatingIsland.ts","../packages/components/SupercoinsChip/src/utils/onIslandAnimationStart.ts","../packages/components/SupercoinsChip/src/utils/setWalletCssVariables.ts","../packages/components/SupercoinsChip/src/walletAnimation/index.tsx","../packages/components/SupercoinsChip/src/SupercoinsChip.tsx"],"sourcesContent":["function styleInject(css, ref) {\n if ( ref === void 0 ) ref = {};\n var insertAt = ref.insertAt;\n\n if (!css || typeof document === 'undefined') { return; }\n\n var head = document.head || document.getElementsByTagName('head')[0];\n var style = document.createElement('style');\n style.type = 'text/css';\n\n if (insertAt === 'top') {\n if (head.firstChild) {\n head.insertBefore(style, head.firstChild);\n } else {\n head.appendChild(style);\n }\n } else {\n head.appendChild(style);\n }\n\n if (style.styleSheet) {\n style.styleSheet.cssText = css;\n } else {\n style.appendChild(document.createTextNode(css));\n }\n}\n\nexport default styleInject;\n",null,null,null,null,null,null],"names":["styleInject","css","ref","insertAt","document","head","getElementsByTagName","style","createElement","type","firstChild","insertBefore","appendChild","styleSheet","cssText","createTextNode","SUPERCOINS_CHIP_ICON","WALLET_CHIP_ICON","SUPERCOIN_ISLAND_RENDERED_FREQUENCY","SUPERCOIN_ISLAND_ANIMATION_PLAYED","SUPERCOIN_ISLAND_EXPIRATION_FREQUENCY","SUPERCOIN_EXPIRY_CONFIG","SUPERCOIN_FLOATING_ISLAND_CONFIG","requiredSupercoins","frequency","frequencyGapInDays","cutoffTimeInMs","isVisibleOnScroll","shouldRenderFloatingIsland","_a","expiry","renderFloatingIsland","supercoins","getQueryParam","localStorage","getItem","parseInt","getIslandShownFrequency","expiryEpoch","Math","floor","Date","now","removeItem","sessionStorage","incrementAnimationPlayedFrequency","currentFrequency","setItem","toString","widthByNumberOfCharactersMap","SupercoinChip","supercoinBalance","_jsxs","className","styles","chipWrapper","children","_jsx","src","alt","width","height","__assign","chipTextWrapper","Typography","variant","textWrapper","WalletChip","walletBalance","WalletAnimation","handleClick","chipWidthRef","renderSupercoinPillOnAnimationEnd","wrapperAnimation","maxNumberOfCharacters","max","length","chipWidth","numberOfCharacters","ctx","querySelector","setProperty","concat","setWalletCSSVariables","_b","current","containerClass","onClick","pillContainer","LazySuperCoinsFloatingIsland","React","lazy","import","then","module","default","SupercoinsFloatingIsland","SupercoinsChip","supercoinsLoading","supercoinBurnBalance","ravenPayload","onSupercoinsClick","supercoinsExpiryCount","_c","_d","walletEnabled","supercoinsFetchError","console","log","utmSource","useMemo","_e","useState","showSupercoinExpiryAnimation","setSupercoinExpiryAnimation","_f","animationCount","setAnimationCount","_g","isAnimating","setIsAnimating","_h","startWalletAnimation","setStartWalletAnimation","_j","calculatedAnimation","setCalculatedAnimation","shouldRenderSupercoins","_k","renderSuperCoinIsland","setRenderSuperCoinIsland","_l","chipAnimationType","setChipAnimationType","_m","hasScrolledBeforeAnimation","setHasScrolledBeforeAnimation","useRef","chipWidthCalculatedRef","chipBackgroundAnimationClassname","supercoinsBalanceBackgroundColorShift","supercoinsBalanceBackgroundColorShift_exit","chipTextAnimationClassname","supercoinsBalanceTextColorShift","supercoinsBalanceTextColorShift_exit","handleSupercoinsClick","action_event_name","impression_event_name","restPayload","__rest","ravenSDKTrigger","action_name","page_name","supercoin_balance","u_utm_source","useEffect","Number","handleScroll","window","scrollY","addEventListener","removeEventListener","shouldRender","timeout","renderSupercoinExpiry","setTimeout","clearTimeout","startTimer","switchBackTimer","newCount","SupercoinLoadingPill","paddingTop","paddingBottom","display","Shimmer","isServer","typographyVariant","chipClassName","supercoinsExpiryPill","supercoinsBalance","expiryColorClass","supercoinBurnExpiryColor","position","offsetWidth","alignItems","gap","supercoinChipWrapper","supercoinBurnTextAlign","join","supercoinExpiryText","supercoinExpiryAnimating","superCoinsFloatingIslandContainer","Suspense","fallback","superCoins","onAnimationStart","onIslandAnimationStart","onAnimationEnd"],"mappings":"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","x_google_ignoreList":[0]}
@@ -0,0 +1,2 @@
1
+ export default function setWalletCSSVariables(chipWidth: number, numberOfCharacters: number): void;
2
+ //# sourceMappingURL=setWalletCssVariables.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"setWalletCssVariables.d.ts","sourceRoot":"","sources":["../../packages/components/SupercoinsChip/src/utils/setWalletCssVariables.ts"],"names":[],"mappings":"AASA,MAAM,CAAC,OAAO,UAAU,qBAAqB,CACzC,SAAS,EAAE,MAAM,EACjB,kBAAkB,EAAE,MAAM,QAU7B"}
@@ -0,0 +1,10 @@
1
+ import { MutableRefObject } from 'react';
2
+ interface IWalletAnimation {
3
+ supercoinBalance: number;
4
+ walletBalance: number;
5
+ handleClick: () => void;
6
+ chipWidthRef: MutableRefObject<number>;
7
+ }
8
+ export default function WalletAnimation({ supercoinBalance, walletBalance, handleClick, chipWidthRef, }: IWalletAnimation): import("react/jsx-runtime").JSX.Element;
9
+ export {};
10
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../packages/components/SupercoinsChip/src/walletAnimation/index.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,gBAAgB,EAAE,MAAM,OAAO,CAAC;AAMhD,UAAU,gBAAgB;IACtB,gBAAgB,EAAE,MAAM,CAAC;IACzB,aAAa,EAAE,MAAM,CAAC;IACtB,WAAW,EAAE,MAAM,IAAI,CAAC;IACxB,YAAY,EAAE,gBAAgB,CAAC,MAAM,CAAC,CAAC;CAC1C;AAsCD,MAAM,CAAC,OAAO,UAAU,eAAe,CAAC,EACpC,gBAAgB,EAChB,aAAa,EACb,WAAW,EACX,YAAY,GACf,EAAE,gBAAgB,2CA0ClB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cleartrip/ct-platform-supercoins-chip",
3
- "version": "2.2.0-beta.7",
3
+ "version": "2.2.0-beta.71",
4
4
  "description": "SuperCoins Chip Component",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/ct-platform-supercoins-chip.cjs.js",
@@ -11,9 +11,9 @@
11
11
  ],
12
12
  "dependencies": {
13
13
  "@cleartrip/ct-design-typography": "2.6.0",
14
- "@cleartrip/ct-platform-supercoins-floating-island": "2.2.0-beta.7",
15
- "@cleartrip/ct-platform-utils": "4.2.0-beta.7",
16
- "@cleartrip/ct-platform-shimmer": "4.2.0-beta.7"
14
+ "@cleartrip/ct-platform-shimmer": "4.2.0-beta.71",
15
+ "@cleartrip/ct-platform-supercoins-floating-island": "2.2.0-beta.71",
16
+ "@cleartrip/ct-platform-utils": "4.2.0-beta.71"
17
17
  },
18
18
  "peerDependencies": {
19
19
  "react": ">=16.8.0",