@cleartrip/ct-platform-animated-wallet-cta 4.3.34 → 6.0.1-beta.0
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/AnimatedWalletCta.d.ts.map +1 -1
- package/dist/ct-platform-animated-wallet-cta.cjs.js +1 -1
- package/dist/ct-platform-animated-wallet-cta.cjs.js.map +1 -1
- package/dist/ct-platform-animated-wallet-cta.esm.js +1 -1
- package/dist/ct-platform-animated-wallet-cta.esm.js.map +1 -1
- package/package.json +2 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AnimatedWalletCta.d.ts","sourceRoot":"","sources":["../packages/components/AnimatedWalletCta/src/AnimatedWalletCta.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAQ3D,OAAO,EAAE,sBAAsB,EAAE,MAAM,2BAA2B,CAAC;
|
|
1
|
+
{"version":3,"file":"AnimatedWalletCta.d.ts","sourceRoot":"","sources":["../packages/components/AnimatedWalletCta/src/AnimatedWalletCta.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAQ3D,OAAO,EAAE,sBAAsB,EAAE,MAAM,2BAA2B,CAAC;AAInE,QAAA,MAAM,iBAAiB,EAAE,KAAK,CAAC,EAAE,CAAC,sBAAsB,CA4GvD,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var
|
|
1
|
+
"use strict";var a=require("react/jsx-runtime"),i=require("react"),e=require("@cleartrip/ct-platform-assets"),t=require("@cleartrip/ct-design-style-manager"),n=require("@emotion/css"),o=require("@cleartrip/ct-design-components");const r=n.keyframes({"0%":{backgroundPosition:"-12px"},"49%":{backgroundPosition:"200%"},"50%":{backgroundPosition:"-12px"},"100%":{backgroundPosition:"200%"}}),s=n.keyframes({"0%, 100%":{transform:"translateY(0)",opacity:0},"16.666%, 50%":{transform:"translateY(-50%)",opacity:1},"83.333%, 100%":{transform:"translateY(-100%)",opacity:0}}),l=n.keyframes({"0%":{transform:"translateY(100%)",opacity:0},"50%, 83.333%, 100%":{transform:"translateY(-50%)",opacity:1}}),c=t.makeStyles((()=>({"cta-container__wrapper":{backgroundColor:"#fff",borderRadius:100},"cta-container":{boxSizing:"border-box",paddingTop:4,paddingRight:8,paddingBottom:4,paddingLeft:8,borderRadius:100,border:"1px solid #e6e6e6",height:32,overflow:"hidden",textAlign:"center",position:"relative",minWidth:84,width:"fit-content",lineHeight:50,background:"linear-gradient(45deg, rgba(255, 255, 255, 0) 40%, rgba(255, 214, 13, 0.2) 41%, rgba(255, 255, 255, 0) 60%)",backgroundPosition:-44,backgroundRepeat:"no-repeat",backgroundSize:44,animation:`${r} 1.5s 1, ${r} 1.5s 6s, ${r} 1.5s 11.8s`},"cta-container .animated-item":{display:"flex",alignItems:"center",gap:4,width:"max-content",position:"absolute",top:"50%",opacity:0,animation:`${s} 3s 1 ease-in-out forwards`},"cta-container .animated-item:nth-child(2)":{animationDelay:"2.8s"},"cta-container .animated-item:nth-child(3)":{animationDelay:"5.8s"},"cta-container .animated-item:nth-child(4)":{animationDelay:"8.8s"},"cta-container .animated-item:nth-child(5)":{animationName:`${l}`,animationDelay:"10.8s"},"cta-container .animated-item .icon":{width:20,height:20,verticalAlign:"middle"},"cta-container .animated-item .balance":{margin:0,color:"#1A1A1A",paddingTop:0,paddingRight:4,paddingBottom:0,paddingLeft:4,fontSize:12,fontStyle:"normal",fontWeight:500,lineHeight:20,display:"flex",alignItems:"baseline"},"animated-item":{display:"flex",alignItems:"center",gap:4,width:"max-content",position:"absolute",top:"50%",opacity:0,animation:`${s} 3s 1 ease-in-out forwards`},icon:{width:20,height:20,verticalAlign:"middle"},balance:{margin:0,color:"#1A1A1A",paddingTop:0,paddingRight:4,paddingBottom:0,paddingLeft:4,fontSize:12,fontStyle:"normal",fontWeight:500,lineHeight:20,display:"flex",alignItems:"baseline"}})));exports.AnimatedWalletCta=({superCoinsBalance:t,walletBalance:n})=>{const r=i.useRef(null),s=i.useRef(null),[l,d]=i.useState({});return i.useEffect((()=>{var a,i;if(r.current&&s.current){const e=Math.max(null===(a=null==r?void 0:r.current)||void 0===a?void 0:a.clientWidth,null===(i=null==s?void 0:s.current)||void 0===i?void 0:i.clientWidth);d({width:`${e+16}px`,minWidth:"84px"})}}),[]),a.jsx(o.Container,{as:"div",styleConfig:{root:[c["cta-container__wrapper"],l]},children:a.jsxs(o.Container,{as:"div",styleConfig:{root:[c["cta-container"],l]},children:[a.jsxs(o.Container,{as:"div",ref:s,styleConfig:{root:[c["animated-item"],c.supercoins]},children:[a.jsx(e.SuperCoinIcon,{className:c.icon}),a.jsx(o.Typography,{variant:"P2",styleConfig:{root:[c.balance]},children:t})]}),a.jsxs(o.Container,{as:"div",ref:r,styleConfig:{root:[c["animated-item"],c.wallet]},children:[a.jsx(e.WalletIcon,{className:c.icon}),a.jsxs(o.Typography,{variant:"P2",styleConfig:{root:[c.balance]},children:["₹",n]})]}),a.jsxs(o.Container,{as:"div",ref:s,styleConfig:{root:[c["animated-item"],c.supercoins]},children:[a.jsx(e.SuperCoinIcon,{className:c.icon}),a.jsx(o.Typography,{variant:"P2",styleConfig:{root:[c.balance]},children:t})]}),a.jsxs(o.Container,{as:"div",ref:r,styleConfig:{root:[c["animated-item"],c.wallet]},children:[a.jsx(e.WalletIcon,{className:c.icon}),a.jsxs(o.Typography,{variant:"P2",styleConfig:{root:[c.balance]},children:["₹",n]})]}),a.jsxs(o.Container,{as:"div",ref:s,styleConfig:{root:[c["animated-item"],c.supercoins]},children:[a.jsx(e.SuperCoinIcon,{className:c.icon}),a.jsx(o.Typography,{variant:"P2",styleConfig:{root:[c.balance]},children:t})]})]})})};
|
|
2
2
|
//# sourceMappingURL=ct-platform-animated-wallet-cta.cjs.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ct-platform-animated-wallet-cta.cjs.js","sources":["
|
|
1
|
+
{"version":3,"file":"ct-platform-animated-wallet-cta.cjs.js","sources":["../packages/components/AnimatedWalletCta/src/index.module.ts","../packages/components/AnimatedWalletCta/src/AnimatedWalletCta.tsx"],"sourcesContent":[null,null],"names":["shine","keyframes","backgroundPosition","slideUpText","transform","opacity","slideUpTextReverse","styles","makeStyles","backgroundColor","borderRadius","boxSizing","paddingTop","paddingRight","paddingBottom","paddingLeft","border","height","overflow","textAlign","position","minWidth","width","lineHeight","background","backgroundRepeat","backgroundSize","animation","display","alignItems","gap","top","animationDelay","animationName","verticalAlign","margin","color","fontSize","fontStyle","fontWeight","icon","balance","superCoinsBalance","walletBalance","walletref","useRef","supercoinsRef","ctaStyle","setCtaStyle","useState","useEffect","current","ctaWidth","Math","max","_a","clientWidth","_b","_jsx","Container","as","styleConfig","root","Styles","children","_jsxs","jsxs","ref","SuperCoinIcon","className","jsx","Typography","variant","WalletIcon"],"mappings":"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"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import{jsx as i,jsxs as t}from"react/jsx-runtime";import{useRef as a,useState as n,useEffect as e}from"react";import{SuperCoinIcon as o,WalletIcon as r}from"@cleartrip/ct-platform-assets";import{makeStyles as l}from"@cleartrip/ct-design-style-manager";import{keyframes as d}from"@emotion/css";import{Container as c,Typography as s}from"@cleartrip/ct-design-components";const m=d({"0%":{backgroundPosition:"-12px"},"49%":{backgroundPosition:"200%"},"50%":{backgroundPosition:"-12px"},"100%":{backgroundPosition:"200%"}}),g=d({"0%, 100%":{transform:"translateY(0)",opacity:0},"16.666%, 50%":{transform:"translateY(-50%)",opacity:1},"83.333%, 100%":{transform:"translateY(-100%)",opacity:0}}),p=d({"0%":{transform:"translateY(100%)",opacity:0},"50%, 83.333%, 100%":{transform:"translateY(-50%)",opacity:1}}),f=l((()=>({"cta-container__wrapper":{backgroundColor:"#fff",borderRadius:100},"cta-container":{boxSizing:"border-box",paddingTop:4,paddingRight:8,paddingBottom:4,paddingLeft:8,borderRadius:100,border:"1px solid #e6e6e6",height:32,overflow:"hidden",textAlign:"center",position:"relative",minWidth:84,width:"fit-content",lineHeight:50,background:"linear-gradient(45deg, rgba(255, 255, 255, 0) 40%, rgba(255, 214, 13, 0.2) 41%, rgba(255, 255, 255, 0) 60%)",backgroundPosition:-44,backgroundRepeat:"no-repeat",backgroundSize:44,animation:`${m} 1.5s 1, ${m} 1.5s 6s, ${m} 1.5s 11.8s`},"cta-container .animated-item":{display:"flex",alignItems:"center",gap:4,width:"max-content",position:"absolute",top:"50%",opacity:0,animation:`${g} 3s 1 ease-in-out forwards`},"cta-container .animated-item:nth-child(2)":{animationDelay:"2.8s"},"cta-container .animated-item:nth-child(3)":{animationDelay:"5.8s"},"cta-container .animated-item:nth-child(4)":{animationDelay:"8.8s"},"cta-container .animated-item:nth-child(5)":{animationName:`${p}`,animationDelay:"10.8s"},"cta-container .animated-item .icon":{width:20,height:20,verticalAlign:"middle"},"cta-container .animated-item .balance":{margin:0,color:"#1A1A1A",paddingTop:0,paddingRight:4,paddingBottom:0,paddingLeft:4,fontSize:12,fontStyle:"normal",fontWeight:500,lineHeight:20,display:"flex",alignItems:"baseline"},"animated-item":{display:"flex",alignItems:"center",gap:4,width:"max-content",position:"absolute",top:"50%",opacity:0,animation:`${g} 3s 1 ease-in-out forwards`},icon:{width:20,height:20,verticalAlign:"middle"},balance:{margin:0,color:"#1A1A1A",paddingTop:0,paddingRight:4,paddingBottom:0,paddingLeft:4,fontSize:12,fontStyle:"normal",fontWeight:500,lineHeight:20,display:"flex",alignItems:"baseline"}}))),h=({superCoinsBalance:l,walletBalance:d})=>{const m=a(null),g=a(null),[p,h]=n({});return e((()=>{var i,t;if(m.current&&g.current){const a=Math.max(null===(i=null==m?void 0:m.current)||void 0===i?void 0:i.clientWidth,null===(t=null==g?void 0:g.current)||void 0===t?void 0:t.clientWidth);h({width:`${a+16}px`,minWidth:"84px"})}}),[]),i(c,{as:"div",styleConfig:{root:[f["cta-container__wrapper"],p]},children:t(c,{as:"div",styleConfig:{root:[f["cta-container"],p]},children:[t(c,{as:"div",ref:g,styleConfig:{root:[f["animated-item"],f.supercoins]},children:[i(o,{className:f.icon}),i(s,{variant:"P2",styleConfig:{root:[f.balance]},children:l})]}),t(c,{as:"div",ref:m,styleConfig:{root:[f["animated-item"],f.wallet]},children:[i(r,{className:f.icon}),t(s,{variant:"P2",styleConfig:{root:[f.balance]},children:["₹",d]})]}),t(c,{as:"div",ref:g,styleConfig:{root:[f["animated-item"],f.supercoins]},children:[i(o,{className:f.icon}),i(s,{variant:"P2",styleConfig:{root:[f.balance]},children:l})]}),t(c,{as:"div",ref:m,styleConfig:{root:[f["animated-item"],f.wallet]},children:[i(r,{className:f.icon}),t(s,{variant:"P2",styleConfig:{root:[f.balance]},children:["₹",d]})]}),t(c,{as:"div",ref:g,styleConfig:{root:[f["animated-item"],f.supercoins]},children:[i(o,{className:f.icon}),i(s,{variant:"P2",styleConfig:{root:[f.balance]},children:l})]})]})})};export{h as AnimatedWalletCta};
|
|
2
2
|
//# sourceMappingURL=ct-platform-animated-wallet-cta.esm.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ct-platform-animated-wallet-cta.esm.js","sources":["
|
|
1
|
+
{"version":3,"file":"ct-platform-animated-wallet-cta.esm.js","sources":["../packages/components/AnimatedWalletCta/src/index.module.ts","../packages/components/AnimatedWalletCta/src/AnimatedWalletCta.tsx"],"sourcesContent":[null,null],"names":["shine","keyframes","backgroundPosition","slideUpText","transform","opacity","slideUpTextReverse","styles","makeStyles","backgroundColor","borderRadius","boxSizing","paddingTop","paddingRight","paddingBottom","paddingLeft","border","height","overflow","textAlign","position","minWidth","width","lineHeight","background","backgroundRepeat","backgroundSize","animation","display","alignItems","gap","top","animationDelay","animationName","verticalAlign","margin","color","fontSize","fontStyle","fontWeight","icon","balance","AnimatedWalletCta","superCoinsBalance","walletBalance","walletref","useRef","supercoinsRef","ctaStyle","setCtaStyle","useState","useEffect","current","ctaWidth","Math","max","_a","clientWidth","_b","_jsx","Container","as","styleConfig","root","Styles","children","_jsxs","ref","SuperCoinIcon","className","Typography","variant","WalletIcon"],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cleartrip/ct-platform-animated-wallet-cta",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "6.0.1-beta.0",
|
|
4
4
|
"description": "Animated Wallet CTA",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"main": "dist/ct-platform-animated-wallet-cta.cjs.js",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
],
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"classnames": "^2.5.1",
|
|
14
|
-
"@cleartrip/ct-platform-assets": "
|
|
14
|
+
"@cleartrip/ct-platform-assets": "6.0.1-beta.0"
|
|
15
15
|
},
|
|
16
16
|
"peerDependencies": {
|
|
17
17
|
"react": ">=16.8.0",
|