yt-uikit 0.7.400 → 0.7.401

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/esm/index.js CHANGED
@@ -2152,7 +2152,7 @@ import*as e from"react";import t,{forwardRef as n,useImperativeHandle as r,useRe
2152
2152
  display: flex !important;
2153
2153
  align-items: center !important;
2154
2154
  column-gap: 3px !important;
2155
- `,mp=({loyaltyIcon:e,backgroundSubdued:n,primaryTextColor:r,pointsRewardRate:o,rewardMultiplier:a})=>{const i=Wt(Gt),l=.01*o*sn(i?.items_subtotal_price,i?.currency),c="number"==typeof a&&a>0?l*a:l;return t.createElement("div",{style:{paddingTop:"10px",paddingBottom:"5px",justifyContent:"center",display:"flex",fontSize:"11px",alignItems:"center",margin:"0px 1rem 5px",borderBottomLeftRadius:"10px",borderBottomRightRadius:"10px",border:"0.2px solid #00000040",borderTop:"none",transform:"translateY(-5px)",background:n??"#9090901F",color:r??"#000000"}},t.createElement(up,null,"you earn"," ",t.createElement("img",{style:{alignSelf:"center"},src:e,height:"18px",width:"18px"})," ",t.createElement("span",{style:{fontWeight:600}},c.toFixed(2)," points")," ","on this order"))},fp=x.span`
2155
+ `,mp=({loyaltyIcon:e,backgroundSubdued:n,primaryTextColor:r,pointsRewardRate:o,rewardMultiplier:a})=>{const i=Wt(Gt),l=.01*o*sn(i?.items_subtotal_price,i?.currency),c="number"==typeof a&&a>0?l*a:l;return t.createElement("div",{style:{paddingTop:"10px",paddingBottom:"5px",justifyContent:"center",display:"flex",fontSize:"11px",alignItems:"center",margin:"0px 1rem 5px",borderBottomLeftRadius:"10px",borderBottomRightRadius:"10px",border:"0.2px solid #00000040",borderTop:"none",transform:"translateY(-5px)",background:n??"#9090901F",color:r??"#000000"}},t.createElement(up,null,"you earn"," ",t.createElement("img",{style:{alignSelf:"center",height:"18px",width:"18px"},src:e,height:"18px",width:"18px"})," ",t.createElement("span",{style:{fontWeight:600}},c.toFixed(2)," points")," ","on this order"))},fp=x.span`
2156
2156
  position: relative;
2157
2157
  overflow: hidden;
2158
2158
  border-radius: 9999px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yt-uikit",
3
- "version": "0.7.400",
3
+ "version": "0.7.401",
4
4
  "description": "YourToken UI Kit",
5
5
  "scripts": {
6
6
  "rollup": "tsc && rollup -c",