@gofynd/theme-template 3.2.14 → 3.2.15

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.
Files changed (152) hide show
  1. package/dist/components/address-form/address-form.css +125 -2
  2. package/dist/components/address-form/address-form.js +1 -1
  3. package/dist/components/address-form/form-input-selector.css +18 -2
  4. package/dist/components/address-form/form-input-selector.js +1 -1
  5. package/dist/components/address-form/v2/address-form.css +18 -2
  6. package/dist/components/address-form/v2/address-form.js +1 -1
  7. package/dist/components/carousel/carousel.css +415 -0
  8. package/dist/components/carousel/carousel.js +1 -0
  9. package/dist/components/core/fy-button/fy-button.js +1 -1
  10. package/dist/components/core/fy-dropdown/fy-dropdown.js +1 -1
  11. package/dist/components/core/fy-input/fy-input.css +8 -2
  12. package/dist/components/count-down/count-down.js +1 -0
  13. package/dist/components/date-picker/fy-date-picker/fy-date-picker.css +1099 -0
  14. package/dist/components/date-picker/fy-date-picker/fy-date-picker.js +1 -0
  15. package/dist/components/filter-modal/filter-modal.css +8 -2
  16. package/dist/components/form-builder/form-builder.css +15 -2
  17. package/dist/components/form-builder/form-builder.js +1 -1
  18. package/dist/components/google-map/google-map.js +1 -1
  19. package/dist/components/google-map/v2/google-map.js +1 -1
  20. package/dist/components/index.css +125 -2
  21. package/dist/components/index.js +1 -1
  22. package/dist/components/loader/loader.js +1 -1
  23. package/dist/components/location-modal/location-modal.css +8 -2
  24. package/dist/components/location-modal/location-modal.js +1 -1
  25. package/dist/components/order-shipment/order-shipment.css +125 -11
  26. package/dist/components/order-shipment/order-shipment.js +1 -1
  27. package/dist/components/product-card/product-card.js +1 -1
  28. package/dist/components/range-slider/range-slider.css +8 -2
  29. package/dist/components/shipment-item/shipment-item.css +50 -3
  30. package/dist/components/shipment-item/shipment-item.js +1 -1
  31. package/dist/components/shipment-tracking/shipment-tracking.css +3 -0
  32. package/dist/components/shipment-tracking/shipment-tracking.js +1 -1
  33. package/dist/components/verify-mobile/verify-mobile.css +523 -0
  34. package/dist/components/verify-mobile/verify-mobile.js +1 -0
  35. package/dist/index.css +1089 -399
  36. package/dist/index.js +1 -1
  37. package/dist/page-layouts/auth/account-locked/account-locked.js +1 -1
  38. package/dist/page-layouts/auth/mobile-number/mobile-number.css +7 -0
  39. package/dist/page-layouts/auth/mobile-number/mobile-number.js +1 -1
  40. package/dist/page-layouts/auth/verify-both/verify-both.js +1 -1
  41. package/dist/page-layouts/cart/Components/chip-item/chip-item.js +1 -1
  42. package/dist/page-layouts/cart/Components/delivery-location/delivery-location.css +18 -2
  43. package/dist/page-layouts/cart/Components/delivery-location/delivery-location.js +1 -1
  44. package/dist/page-layouts/cart/Components/share-cart/share-cart.js +1 -1
  45. package/dist/page-layouts/cart/Components/share-cart-modal/share-cart-modal.js +1 -1
  46. package/dist/page-layouts/compare/compare.css +423 -2
  47. package/dist/page-layouts/compare/compare.js +1 -2
  48. package/dist/page-layouts/login/component/login-otp/login-otp.css +7 -0
  49. package/dist/page-layouts/login/component/login-otp/login-otp.js +1 -1
  50. package/dist/page-layouts/login/component/login-password/login-password.css +7 -0
  51. package/dist/page-layouts/login/component/login-password/login-password.js +1 -1
  52. package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.css +423 -2
  53. package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.js +1 -2
  54. package/dist/page-layouts/plp/Components/delivery-info/delivery-info.css +8 -2
  55. package/dist/page-layouts/plp/Components/delivery-info/delivery-info.js +1 -1
  56. package/dist/page-layouts/plp/Components/filter-item/filter-item.css +8 -2
  57. package/dist/page-layouts/plp/Components/filter-item/filter-item.js +1 -1
  58. package/dist/page-layouts/plp/Components/filter-list/filter-list.css +8 -2
  59. package/dist/page-layouts/plp/Components/image-gallery/image-gallery.css +415 -0
  60. package/dist/page-layouts/plp/Components/image-gallery/image-gallery.js +1 -2
  61. package/dist/page-layouts/plp/Components/lightbox-image/lightbox-image.js +1 -1
  62. package/dist/page-layouts/plp/Components/mobile-slider/mobile-slider.css +415 -0
  63. package/dist/page-layouts/plp/Components/mobile-slider/mobile-slider.js +1 -2
  64. package/dist/page-layouts/plp/Components/pic-zoom/pic-zoom.js +1 -1
  65. package/dist/page-layouts/plp/Components/viewer-3d/viewer-3d.js +1 -1
  66. package/dist/page-layouts/single-checkout/address/single-address.css +18 -2
  67. package/dist/page-layouts/single-checkout/address/single-address.js +1 -1
  68. package/dist/page-layouts/single-checkout/payment/checkout-payment-content.js +1 -1
  69. package/dist/page-layouts/single-checkout/payment/checkout-payment.css +4 -2
  70. package/dist/page-layouts/single-checkout/payment/checkout-payment.js +1 -1
  71. package/dist/page-layouts/single-checkout/shipment/single-page-shipment.css +15 -3
  72. package/dist/page-layouts/single-checkout/shipment/single-page-shipment.js +1 -1
  73. package/dist/page-layouts/single-checkout/shipment/single-shipment-content.js +1 -1
  74. package/dist/pages/blog/blog.css +166 -136
  75. package/dist/pages/blog/blog.js +1 -2
  76. package/dist/pages/blog/index.css +166 -136
  77. package/dist/pages/blog/index.js +1 -2
  78. package/dist/pages/cart/cart.css +18 -2
  79. package/dist/pages/cart/cart.js +1 -1
  80. package/dist/pages/cart/index.css +18 -2
  81. package/dist/pages/cart/index.js +1 -1
  82. package/dist/pages/checkout/checkout.css +37 -7
  83. package/dist/pages/checkout/checkout.js +1 -1
  84. package/dist/pages/checkout/index.css +37 -7
  85. package/dist/pages/checkout/index.js +1 -1
  86. package/dist/pages/contact-us/contact-us.css +8 -2
  87. package/dist/pages/contact-us/contact-us.js +1 -1
  88. package/dist/pages/contact-us/index.css +8 -2
  89. package/dist/pages/contact-us/index.js +1 -1
  90. package/dist/pages/edit-profile/edit-profile.css +7 -0
  91. package/dist/pages/edit-profile/edit-profile.js +1 -1
  92. package/dist/pages/edit-profile/index.css +7 -0
  93. package/dist/pages/edit-profile/index.js +1 -1
  94. package/dist/pages/forgot-password/forget-password.css +929 -0
  95. package/dist/pages/forgot-password/forget-password.js +1 -1
  96. package/dist/pages/forgot-password/index.css +929 -0
  97. package/dist/pages/forgot-password/index.js +1 -1
  98. package/dist/pages/index.css +982 -399
  99. package/dist/pages/index.js +1 -1
  100. package/dist/pages/login/index.css +7 -0
  101. package/dist/pages/login/index.js +1 -1
  102. package/dist/pages/login/login.css +7 -0
  103. package/dist/pages/login/login.js +1 -1
  104. package/dist/pages/order/index.css +8 -2
  105. package/dist/pages/order/index.js +1 -1
  106. package/dist/pages/order/order-tracking-details/order-tracking-details.css +186 -16
  107. package/dist/pages/order/order-tracking-details/order-tracking-details.js +1 -1
  108. package/dist/pages/order/order-tracking.css +8 -2
  109. package/dist/pages/order/order-tracking.js +1 -1
  110. package/dist/pages/order-status/index.js +1 -1
  111. package/dist/pages/order-status/order-status.js +1 -1
  112. package/dist/pages/product-listing/index.css +423 -2
  113. package/dist/pages/product-listing/index.js +1 -1
  114. package/dist/pages/product-listing/product-listing.css +423 -2
  115. package/dist/pages/product-listing/product-listing.js +1 -1
  116. package/dist/pages/profile/components/add-email-modal/add-email-modal.css +8 -2
  117. package/dist/pages/profile/components/add-email-modal/add-email-modal.js +1 -1
  118. package/dist/pages/profile/components/add-phone-modal/add-phone-modal.css +15 -2
  119. package/dist/pages/profile/components/add-phone-modal/add-phone-modal.js +1 -1
  120. package/dist/pages/profile/components/confirm-modal/confirm-modal.js +1 -1
  121. package/dist/pages/profile/components/empty-state/empty-state.js +1 -1
  122. package/dist/pages/profile/components/reattempt-shipment-modal/reattempt-shipment-modal.css +5334 -0
  123. package/dist/pages/profile/components/reattempt-shipment-modal/reattempt-shipment-modal.js +1 -0
  124. package/dist/pages/profile/email/email.css +8 -2
  125. package/dist/pages/profile/email/email.js +1 -1
  126. package/dist/pages/profile/email/index.css +8 -2
  127. package/dist/pages/profile/email/index.js +1 -1
  128. package/dist/pages/profile/index.css +8 -2
  129. package/dist/pages/profile/index.js +1 -1
  130. package/dist/pages/profile/phone/index.css +15 -2
  131. package/dist/pages/profile/phone/index.js +1 -1
  132. package/dist/pages/profile/phone/phone.css +15 -2
  133. package/dist/pages/profile/phone/phone.js +1 -1
  134. package/dist/pages/profile/profile-details.css +8 -2
  135. package/dist/pages/profile/profile-details.js +1 -1
  136. package/dist/pages/register/index.css +7 -0
  137. package/dist/pages/register/index.js +1 -1
  138. package/dist/pages/register/register.css +7 -0
  139. package/dist/pages/register/register.js +1 -1
  140. package/dist/pages/wishlist/index.css +423 -2
  141. package/dist/pages/wishlist/index.js +1 -2
  142. package/dist/pages/wishlist/wishlist.css +423 -2
  143. package/dist/pages/wishlist/wishlist.js +1 -2
  144. package/package.json +9 -4
  145. package/dist/page-layouts/compare/compare.js.LICENSE.txt +0 -5
  146. package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.js.LICENSE.txt +0 -5
  147. package/dist/page-layouts/plp/Components/image-gallery/image-gallery.js.LICENSE.txt +0 -5
  148. package/dist/page-layouts/plp/Components/mobile-slider/mobile-slider.js.LICENSE.txt +0 -5
  149. package/dist/pages/blog/blog.js.LICENSE.txt +0 -5
  150. package/dist/pages/blog/index.js.LICENSE.txt +0 -5
  151. package/dist/pages/wishlist/index.js.LICENSE.txt +0 -5
  152. package/dist/pages/wishlist/wishlist.js.LICENSE.txt +0 -5
@@ -786,6 +786,7 @@ h5,
786
786
  box-sizing: border-box;
787
787
  width: 100%;
788
788
  background-color: transparent;
789
+ font-weight: 500;
789
790
  }
790
791
  @media only screen and (max-width: 480px) {
791
792
  .fy-input__fyInput___S4Mtu {
@@ -805,7 +806,9 @@ h5,
805
806
  outline: none;
806
807
  }
807
808
  .fy-input__fyInput___S4Mtu:disabled {
808
- color: var(--textSecondary);
809
+ color: var(--textSecondary, #9c9c9c);
810
+ border-color: var(--overlaypopupdividerstroke, #e0e0e0);
811
+ font-weight: 400;
809
812
  }
810
813
  .fy-input__fyInput___S4Mtu:focus {
811
814
  border-color: var(--buttonPrimary, #4e3f09);
@@ -826,8 +829,11 @@ h5,
826
829
  height: 48px;
827
830
  }
828
831
  .fy-input__outlined___CEaKm.fy-input__inputDisable___M8Zn2 {
829
- border: 1px solid #cccccc;
832
+ border: 1px solid var(--overlaypopupdividerstroke, #e0e0e0);
830
833
  cursor: not-allowed;
834
+ pointer-events: auto;
835
+ }
836
+ .fy-input__outlined___CEaKm.fy-input__inputDisable___M8Zn2 input {
831
837
  pointer-events: none;
832
838
  }
833
839
  .fy-input__outlined___CEaKm.fy-input__medium___L3QsD {
@@ -1 +1 @@
1
- !function webpackUniversalModuleDefinition(_,e){"object"==typeof exports&&"object"==typeof module?module.exports=e(require("fdk-core/utils"),require("react")):"function"==typeof define&&define.amd?define("firestone",["fdk-core/utils","react"],e):"object"==typeof exports?exports.firestone=e(require("fdk-core/utils"),require("react")):_.firestone=e(_["fdk-core/utils"],_.react)}("undefined"!=typeof self?self:this,((_,e)=>(()=>{"use strict";var t={2847:(_,e,t)=>{t.d(e,{default:()=>B_});var n={};t.r(n),t.d(n,{"accent-btn":()=>o,accentBtn:()=>l,"b-small":()=>u,b1:()=>a,b2:()=>f,bSmall:()=>y,"base-page-container":()=>s,basePageContainer:()=>c,"btn-link":()=>d,btnLink:()=>b,button:()=>m,"caption-medium":()=>p,"caption-semi-bold":()=>v,captionMedium:()=>w,captionSemiBold:()=>g,contained:()=>x,d1:()=>j,"display-block":()=>k,error:()=>C,"flex-align-center":()=>h,"flex-center":()=>E,"flex-column":()=>S,"flex-justify-center":()=>N,"flex-row":()=>A,flexAlignCenter:()=>M,flexCenter:()=>q,flexColumn:()=>O,flexJustifyCenter:()=>$,fullWidth:()=>B,h1:()=>L,h2:()=>T,h3:()=>J,h4:()=>F,h5:()=>z,"hide-overflow":()=>I,hideOverflow:()=>P,info:()=>U,"inline-block":()=>D,inlineBlock:()=>K,"justify-around":()=>Q,"justify-between":()=>V,"justify-end":()=>G,"justify-evenly":()=>H,"justify-start":()=>Y,justifyAround:()=>R,justifyBetween:()=>W,justifyEnd:()=>Z,justifyEvenly:()=>X,justifyStart:()=>__,large:()=>e_,loader:()=>t_,loaderContainer:()=>n_,"margin-0-auto":()=>r_,margin0auto:()=>i_,"markdown-body":()=>o_,medium:()=>l_,"mr-2":()=>u_,"mr-5":()=>a_,mr2:()=>f_,mr5:()=>y_,"no-scroll":()=>s_,noScroll:()=>c_,outlined:()=>d_,primary:()=>b_,"py-5":()=>m_,py5:()=>p_,"remove-scroll":()=>v_,removeScroll:()=>w_,secondary:()=>g_,small:()=>x_,success:()=>j_,text:()=>k_,"user-select-none":()=>C_,userSelectNone:()=>h_,"view-all-mobile":()=>E_,"view-all-text":()=>S_,"view-mobile":()=>N_,"view-mobile-up":()=>A_,"view3d-canvas":()=>M_,viewAllMobile:()=>q_,viewAllText:()=>O_});var r=t(9155),i=t.n(r),o="fy-button__accent-btn___xbDFn",l="fy-button__accentBtn___opgXg",u="fy-button__b-small___s1m8o",a="fy-button__b1___cBoS2",f="fy-button__b2___gOnJ1",y="fy-button__bSmall___fny2f",s="fy-button__base-page-container___blkPJ",c="fy-button__basePageContainer___ciPsX",d="fy-button__btn-link___bKkQ1",b="fy-button__btnLink___jOAiL",m="fy-button__button___UES8C",p="fy-button__caption-medium___PSB4T",v="fy-button__caption-semi-bold___FFG2N",w="fy-button__captionMedium___iW0z_",g="fy-button__captionSemiBold___czTMx",x="fy-button__contained___F5O7g",j="fy-button__d1___jr5H6",k="fy-button__display-block___vef36",C="fy-button__error___guhqH",h="fy-button__flex-align-center___QErLo",E="fy-button__flex-center____Om97",S="fy-button__flex-column___vcBv1",N="fy-button__flex-justify-center___myq9D",A="fy-button__flex-row___PMsJD",M="fy-button__flexAlignCenter___byvov",q="fy-button__flexCenter___PHlCU",O="fy-button__flexColumn___ReqFL",$="fy-button__flexJustifyCenter___mJQrA",B="fy-button__fullWidth___FLrWt",L="fy-button__h1___ljmcG",T="fy-button__h2___dtda8",J="fy-button__h3___HHfmk",F="fy-button__h4___SvINy",z="fy-button__h5___LNYpO",I="fy-button__hide-overflow___wDMEA",P="fy-button__hideOverflow___F8mRq",U="fy-button__info___zO7uV",D="fy-button__inline-block___AP9JK",K="fy-button__inlineBlock___xYCrv",Q="fy-button__justify-around___O7fq3",V="fy-button__justify-between___gbKe9",G="fy-button__justify-end___evwo6",H="fy-button__justify-evenly___Fukno",Y="fy-button__justify-start___vgs9K",R="fy-button__justifyAround___NdK7j",W="fy-button__justifyBetween___XdXo5",Z="fy-button__justifyEnd___fDa0b",X="fy-button__justifyEvenly____8lbT",__="fy-button__justifyStart___NggTJ",e_="fy-button__large___nv2sC",t_="fy-button__loader___eJW6i",n_="fy-button__loaderContainer___BYHJs",r_="fy-button__margin-0-auto___f2LiK",i_="fy-button__margin0auto___LCb81",o_="fy-button__markdown-body___uimil",l_="fy-button__medium___uyLw8",u_="fy-button__mr-2___Qtkhv",a_="fy-button__mr-5___A5qJJ",f_="fy-button__mr2___ajbyt",y_="fy-button__mr5___BRUgW",s_="fy-button__no-scroll___oFpSx",c_="fy-button__noScroll___ghKBa",d_="fy-button__outlined___WccQN",b_="fy-button__primary___xKz1S",m_="fy-button__py-5___y7k5w",p_="fy-button__py5___Zi5JN",v_="fy-button__remove-scroll___Kd5MZ",w_="fy-button__removeScroll___UpL4U",g_="fy-button__secondary___z_hBB",x_="fy-button__small___MktU8",j_="fy-button__success___M7fJl",k_="fy-button__text___HwP6V",C_="fy-button__user-select-none___CegHT",h_="fy-button__userSelectNone___DdRnr",E_="fy-button__view-all-mobile___T8nf5",S_="fy-button__view-all-text___U6bgs",N_="fy-button__view-mobile___yMsQF",A_="fy-button__view-mobile-up___sto08",M_="fy-button__view3d-canvas___E1pOb",q_="fy-button__viewAllMobile___yLYMO",O_="fy-button__viewAllText___CpXoj",$_=t(9636);function _extends(){return _extends=Object.assign?Object.assign.bind():function(_){for(var e=1;e<arguments.length;e++){var t=arguments[e];for(var n in t)({}).hasOwnProperty.call(t,n)&&(_[n]=t[n])}return _},_extends.apply(null,arguments)}const B_=(0,r.forwardRef)(((_,e)=>{let{children:t,className:r,variant:o="contained",size:l="medium",color:u="primary",fullWidth:a=!1,startIcon:f=i().createElement(i().Fragment,null),endIcon:y=i().createElement(i().Fragment,null),ariaLabel:s="",isLoading:c=!1,...d}=_;const b=`${m} ${n[u]} ${a?B:""} ${n[o]} ${n[l]} ${r??""} `;return i().createElement("button",_extends({type:"button",className:b,"aria-label":s},d,{disabled:d?.disabled||c,ref:e}),c?i().createElement($_.default,{containerClassName:n_,loaderClassName:`${t_} ${n[o]} ${n[u]} ${n[l]}`}):i().createElement(i().Fragment,null,f," ",i().createElement("span",null,t)," ",y))}))},873:(_,e,t)=>{t.d(e,{default:()=>l});var n=t(9155),r=t.n(n),i=t(2650),o=t(447);function _extends(){return _extends=Object.assign?Object.assign.bind():function(_){for(var e=1;e<arguments.length;e++){var t=arguments[e];for(var n in t)({}).hasOwnProperty.call(t,n)&&(_[n]=t[n])}return _},_extends.apply(null,arguments)}const l=(0,n.forwardRef)(((_,e)=>{let{label:t="",labelVariant:l="normal",inputVariant:u="outlined",inputSize:a="large",inputClassName:f,containerClassName:y,labelClassName:s,showAsterik:c=!0,id:d,error:b=!1,errorMessage:m,multiline:p=!1,required:v,startAdornment:w,endAdornment:g,...x}=_;const{t:j}=(0,o.useGlobalTranslation)("translation"),k=(0,n.useMemo)((()=>`${i[a]} ${p?i.fyTextArea:""} ${i[u]} ${b?i.inputError:""} ${f??""} `),[u,f,b,a]),C=(0,n.useMemo)((()=>`${i.label} ${i[l]} ${s??""}`),[s,l]),h=(0,n.useMemo)((()=>`${i.inputContainer} ${y??""}`),[y]);return r().createElement("div",{className:h},t&&r().createElement("label",{htmlFor:d,className:C},t,v&&c&&r().createElement("span",{className:i.required}," *")),p?r().createElement("textarea",_extends({rows:5},x,{id:d,className:`${k} ${i.fyInput} `,ref:e})):r().createElement("div",{className:`${i.adornmentContainer} ${x?.disabled?i.inputDisable:""} ${k}`},!!w&&w,r().createElement("input",_extends({},x,{className:`${i.fyInput} ${x?.className||""}`,id:d,ref:e})),!!g&&g),b&&r().createElement("div",{className:i.error},m||j("resource.common.invalid_input")))}))},9636:(_,e,t)=>{t.d(e,{default:()=>loader});var n=t(9155),r=t.n(n);const loader=_=>{let{containerClassName:e,loaderClassName:t,...n}=_;const i=`loader__page-loader-container___jJHee ${e??""}`,o=`loader__loader___ytdT3 ${t??""}`;return r().createElement("div",{className:i},r().createElement("div",{className:o}))}},700:(_,e,t)=>{t.d(e,{default:()=>a});var n=t(9155),r=t.n(n),i="order-tracking__btn___UjeQ7",o=t(447),l=t(873),u=t(2847);const a=function OrderTracking(_){let{instMob:e}=_;const{t}=(0,o.useGlobalTranslation)("translation"),[a,f]=(0,n.useState)(!1),[y,s]=(0,n.useState)(""),[c,d]=(0,n.useState)(!1),[b,m]=(0,n.useState)(!1),p=(0,o.useNavigate)();return r().createElement("div",{className:"basePageContainer margin0auto"},r().createElement("div",{className:"order-tracking__trackOrderCntr___ikuJz"},r().createElement("h2",{className:"order-tracking__orderTitle___IljZo"},t("resource.order.where_is_order_id"),"?"),r().createElement("div",{className:"order-tracking__trackOrder___AYAQT"},r().createElement(l.default,{label:b||y?t("resource.order.enter_order_id"):"",labelVariant:"floating",value:y,placeholder:b?"":t("resource.order.enter_order_id"),maxLength:"20",error:c,errorMessage:t("resource.order.invalid_order_id"),onChange:_=>s(_.target.value),onFocus:()=>m(!0),onBlur:()=>m(!1),className:"order-tracking__orderIdInput___EPAJ0"}),r().createElement(u.default,{className:i,variant:"contained",size:"medium",onClick:()=>{y.length<=10?d(!0):p(`/order-tracking/${y}`)}},t("resource.order.track_order_caps")),r().createElement(u.default,{className:i,variant:"text",onClick:()=>f(!a)},t("resource.order.where_is_order_id"),"?"),a&&r().createElement("div",null,r().createElement("img",{src:e,alt:`${t("resource.order.where_is_order_id")}?`,className:"order-tracking__demoImg___ATvyI"})))))}},2650:(_,e,t)=>{t.r(e),t.d(e,{"accent-btn":()=>n,accentBtn:()=>r,adornmentContainer:()=>i,"b-small":()=>o,b1:()=>l,b2:()=>u,bSmall:()=>a,"base-page-container":()=>f,basePageContainer:()=>y,"btn-link":()=>s,btnLink:()=>c,"caption-medium":()=>d,"caption-semi-bold":()=>b,captionMedium:()=>m,captionSemiBold:()=>p,d1:()=>v,"display-block":()=>w,error:()=>g,"flex-align-center":()=>x,"flex-center":()=>j,"flex-column":()=>k,"flex-justify-center":()=>C,"flex-row":()=>h,flexAlignCenter:()=>E,flexCenter:()=>S,flexColumn:()=>N,flexJustifyCenter:()=>A,floating:()=>M,fyInput:()=>q,fyTextArea:()=>O,h1:()=>$,h2:()=>B,h3:()=>L,h4:()=>T,h5:()=>J,"hide-overflow":()=>F,hideOverflow:()=>z,"inline-block":()=>I,inlineBlock:()=>P,inputContainer:()=>U,inputDisable:()=>D,inputError:()=>K,"justify-around":()=>Q,"justify-between":()=>V,"justify-end":()=>G,"justify-evenly":()=>H,"justify-start":()=>Y,justifyAround:()=>R,justifyBetween:()=>W,justifyEnd:()=>Z,justifyEvenly:()=>X,justifyStart:()=>__,label:()=>e_,"margin-0-auto":()=>t_,margin0auto:()=>n_,"markdown-body":()=>r_,medium:()=>i_,"mr-2":()=>o_,"mr-5":()=>l_,mr2:()=>u_,mr5:()=>a_,"no-border":()=>f_,"no-scroll":()=>y_,noScroll:()=>s_,outlined:()=>c_,"py-5":()=>d_,py5:()=>b_,"remove-scroll":()=>m_,removeScroll:()=>p_,required:()=>v_,underline:()=>w_,"user-select-none":()=>g_,userSelectNone:()=>x_,"view-all-mobile":()=>j_,"view-all-text":()=>k_,"view-mobile":()=>C_,"view-mobile-up":()=>h_,"view3d-canvas":()=>E_,viewAllMobile:()=>S_,viewAllText:()=>N_});var n="fy-input__accent-btn____Y1RU",r="fy-input__accentBtn___Jv_le",i="fy-input__adornmentContainer___MtgI6",o="fy-input__b-small___XDJva",l="fy-input__b1___HBrNj",u="fy-input__b2___bhqLO",a="fy-input__bSmall___zjwR7",f="fy-input__base-page-container___DIijL",y="fy-input__basePageContainer___iFW9V",s="fy-input__btn-link___kKnNG",c="fy-input__btnLink___gGoDJ",d="fy-input__caption-medium___ypzRG",b="fy-input__caption-semi-bold___WmtaG",m="fy-input__captionMedium___cFBcK",p="fy-input__captionSemiBold___UuNTY",v="fy-input__d1___YqGZp",w="fy-input__display-block___Qw7AD",g="fy-input__error___wplxk",x="fy-input__flex-align-center___CiLo5",j="fy-input__flex-center____wzo4",k="fy-input__flex-column___DUDri",C="fy-input__flex-justify-center___Z4UeV",h="fy-input__flex-row___nxUdL",E="fy-input__flexAlignCenter___d3zzz",S="fy-input__flexCenter___Kbkj1",N="fy-input__flexColumn____JZqm",A="fy-input__flexJustifyCenter___ujbKe",M="fy-input__floating___jgtoq",q="fy-input__fyInput___S4Mtu",O="fy-input__fyTextArea___uikbN",$="fy-input__h1___w3tCr",B="fy-input__h2___kBdEx",L="fy-input__h3___COfff",T="fy-input__h4___pAltU",J="fy-input__h5___wM732",F="fy-input__hide-overflow___ijoCf",z="fy-input__hideOverflow____UGEr",I="fy-input__inline-block___CMLpt",P="fy-input__inlineBlock___KAeA1",U="fy-input__inputContainer___Du9V3",D="fy-input__inputDisable___M8Zn2",K="fy-input__inputError___KsMkv",Q="fy-input__justify-around___C5dCI",V="fy-input__justify-between___jLrlI",G="fy-input__justify-end___RIbTk",H="fy-input__justify-evenly___LlzdK",Y="fy-input__justify-start___jEVsy",R="fy-input__justifyAround___GdVeg",W="fy-input__justifyBetween___ymndX",Z="fy-input__justifyEnd___j4IuY",X="fy-input__justifyEvenly___UyFRu",__="fy-input__justifyStart___SWORu",e_="fy-input__label___YQgmr",t_="fy-input__margin-0-auto___rEi0w",n_="fy-input__margin0auto___dSSwm",r_="fy-input__markdown-body___GUE4l",i_="fy-input__medium___L3QsD",o_="fy-input__mr-2___u3YuI",l_="fy-input__mr-5___v4vQm",u_="fy-input__mr2___EOVYz",a_="fy-input__mr5___FnOZz",f_="fy-input__no-border____9qYF",y_="fy-input__no-scroll___QZXax",s_="fy-input__noScroll___iHfSy",c_="fy-input__outlined___CEaKm",d_="fy-input__py-5___QoQ9q",b_="fy-input__py5___q5mpm",m_="fy-input__remove-scroll___B0TU7",p_="fy-input__removeScroll___ZJHN4",v_="fy-input__required___MaAlL",w_="fy-input__underline___fCh8Z",g_="fy-input__user-select-none___rjMZW",x_="fy-input__userSelectNone___Prl4C",j_="fy-input__view-all-mobile___FzKuV",k_="fy-input__view-all-text___jIc9n",C_="fy-input__view-mobile___iTGo9",h_="fy-input__view-mobile-up___z4OJg",E_="fy-input__view3d-canvas___XFVjx",S_="fy-input__viewAllMobile___zHa_7",N_="fy-input__viewAllText___oV56f"},447:e=>{e.exports=_},9155:_=>{_.exports=e}},n={};function __webpack_require__(_){var e=n[_];if(void 0!==e)return e.exports;var r=n[_]={exports:{}};return t[_](r,r.exports,__webpack_require__),r.exports}__webpack_require__.n=_=>{var e=_&&_.__esModule?()=>_.default:()=>_;return __webpack_require__.d(e,{a:e}),e},__webpack_require__.d=(_,e)=>{for(var t in e)__webpack_require__.o(e,t)&&!__webpack_require__.o(_,t)&&Object.defineProperty(_,t,{enumerable:!0,get:e[t]})},__webpack_require__.o=(_,e)=>Object.prototype.hasOwnProperty.call(_,e),__webpack_require__.r=_=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(_,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(_,"__esModule",{value:!0})};var r={};return(()=>{__webpack_require__.r(r),__webpack_require__.d(r,{default:()=>_});const _=__webpack_require__(700).default})(),r})()));
1
+ !function webpackUniversalModuleDefinition(_,e){"object"==typeof exports&&"object"==typeof module?module.exports=e(require("fdk-core/utils"),require("react")):"function"==typeof define&&define.amd?define("firestone",["fdk-core/utils","react"],e):"object"==typeof exports?exports.firestone=e(require("fdk-core/utils"),require("react")):_.firestone=e(_["fdk-core/utils"],_.react)}("undefined"!=typeof self?self:this,((_,e)=>(()=>{"use strict";var t={2847:(_,e,t)=>{t.d(e,{default:()=>B_});var n={};t.r(n),t.d(n,{"accent-btn":()=>o,accentBtn:()=>l,"b-small":()=>u,b1:()=>a,b2:()=>f,bSmall:()=>y,"base-page-container":()=>s,basePageContainer:()=>c,"btn-link":()=>d,btnLink:()=>b,button:()=>m,"caption-medium":()=>p,"caption-semi-bold":()=>v,captionMedium:()=>w,captionSemiBold:()=>g,contained:()=>x,d1:()=>j,"display-block":()=>k,error:()=>C,"flex-align-center":()=>h,"flex-center":()=>E,"flex-column":()=>S,"flex-justify-center":()=>N,"flex-row":()=>A,flexAlignCenter:()=>M,flexCenter:()=>q,flexColumn:()=>O,flexJustifyCenter:()=>$,fullWidth:()=>B,h1:()=>L,h2:()=>T,h3:()=>J,h4:()=>F,h5:()=>z,"hide-overflow":()=>I,hideOverflow:()=>K,info:()=>P,"inline-block":()=>U,inlineBlock:()=>D,"justify-around":()=>G,"justify-between":()=>Q,"justify-end":()=>V,"justify-evenly":()=>H,"justify-start":()=>Y,justifyAround:()=>R,justifyBetween:()=>W,justifyEnd:()=>Z,justifyEvenly:()=>X,justifyStart:()=>__,large:()=>e_,loader:()=>t_,loaderContainer:()=>n_,"margin-0-auto":()=>r_,margin0auto:()=>i_,"markdown-body":()=>o_,medium:()=>l_,"mr-2":()=>u_,"mr-5":()=>a_,mr2:()=>f_,mr5:()=>y_,"no-scroll":()=>s_,noScroll:()=>c_,outlined:()=>d_,primary:()=>b_,"py-5":()=>m_,py5:()=>p_,"remove-scroll":()=>v_,removeScroll:()=>w_,secondary:()=>g_,small:()=>x_,success:()=>j_,text:()=>k_,"user-select-none":()=>C_,userSelectNone:()=>h_,"view-all-mobile":()=>E_,"view-all-text":()=>S_,"view-mobile":()=>N_,"view-mobile-up":()=>A_,"view3d-canvas":()=>M_,viewAllMobile:()=>q_,viewAllText:()=>O_});var r=t(9155),i=t.n(r),o="fy-button__accent-btn___xbDFn",l="fy-button__accentBtn___opgXg",u="fy-button__b-small___s1m8o",a="fy-button__b1___cBoS2",f="fy-button__b2___gOnJ1",y="fy-button__bSmall___fny2f",s="fy-button__base-page-container___blkPJ",c="fy-button__basePageContainer___ciPsX",d="fy-button__btn-link___bKkQ1",b="fy-button__btnLink___jOAiL",m="fy-button__button___UES8C",p="fy-button__caption-medium___PSB4T",v="fy-button__caption-semi-bold___FFG2N",w="fy-button__captionMedium___iW0z_",g="fy-button__captionSemiBold___czTMx",x="fy-button__contained___F5O7g",j="fy-button__d1___jr5H6",k="fy-button__display-block___vef36",C="fy-button__error___guhqH",h="fy-button__flex-align-center___QErLo",E="fy-button__flex-center____Om97",S="fy-button__flex-column___vcBv1",N="fy-button__flex-justify-center___myq9D",A="fy-button__flex-row___PMsJD",M="fy-button__flexAlignCenter___byvov",q="fy-button__flexCenter___PHlCU",O="fy-button__flexColumn___ReqFL",$="fy-button__flexJustifyCenter___mJQrA",B="fy-button__fullWidth___FLrWt",L="fy-button__h1___ljmcG",T="fy-button__h2___dtda8",J="fy-button__h3___HHfmk",F="fy-button__h4___SvINy",z="fy-button__h5___LNYpO",I="fy-button__hide-overflow___wDMEA",K="fy-button__hideOverflow___F8mRq",P="fy-button__info___zO7uV",U="fy-button__inline-block___AP9JK",D="fy-button__inlineBlock___xYCrv",G="fy-button__justify-around___O7fq3",Q="fy-button__justify-between___gbKe9",V="fy-button__justify-end___evwo6",H="fy-button__justify-evenly___Fukno",Y="fy-button__justify-start___vgs9K",R="fy-button__justifyAround___NdK7j",W="fy-button__justifyBetween___XdXo5",Z="fy-button__justifyEnd___fDa0b",X="fy-button__justifyEvenly____8lbT",__="fy-button__justifyStart___NggTJ",e_="fy-button__large___nv2sC",t_="fy-button__loader___eJW6i",n_="fy-button__loaderContainer___BYHJs",r_="fy-button__margin-0-auto___f2LiK",i_="fy-button__margin0auto___LCb81",o_="fy-button__markdown-body___uimil",l_="fy-button__medium___uyLw8",u_="fy-button__mr-2___Qtkhv",a_="fy-button__mr-5___A5qJJ",f_="fy-button__mr2___ajbyt",y_="fy-button__mr5___BRUgW",s_="fy-button__no-scroll___oFpSx",c_="fy-button__noScroll___ghKBa",d_="fy-button__outlined___WccQN",b_="fy-button__primary___xKz1S",m_="fy-button__py-5___y7k5w",p_="fy-button__py5___Zi5JN",v_="fy-button__remove-scroll___Kd5MZ",w_="fy-button__removeScroll___UpL4U",g_="fy-button__secondary___z_hBB",x_="fy-button__small___MktU8",j_="fy-button__success___M7fJl",k_="fy-button__text___HwP6V",C_="fy-button__user-select-none___CegHT",h_="fy-button__userSelectNone___DdRnr",E_="fy-button__view-all-mobile___T8nf5",S_="fy-button__view-all-text___U6bgs",N_="fy-button__view-mobile___yMsQF",A_="fy-button__view-mobile-up___sto08",M_="fy-button__view3d-canvas___E1pOb",q_="fy-button__viewAllMobile___yLYMO",O_="fy-button__viewAllText___CpXoj",$_=t(4569);function _extends(){return _extends=Object.assign?Object.assign.bind():function(_){for(var e=1;e<arguments.length;e++){var t=arguments[e];for(var n in t)({}).hasOwnProperty.call(t,n)&&(_[n]=t[n])}return _},_extends.apply(null,arguments)}const B_=(0,r.forwardRef)(((_,e)=>{let{children:t,className:r,variant:o="contained",size:l="medium",color:u="primary",fullWidth:a=!1,startIcon:f=i().createElement(i().Fragment,null),endIcon:y=i().createElement(i().Fragment,null),ariaLabel:s="",isLoading:c=!1,...d}=_;const b=`${m} ${n[u]} ${a?B:""} ${n[o]} ${n[l]} ${r??""} `;return i().createElement("button",_extends({type:"button",className:b,"aria-label":s},d,{disabled:d?.disabled||c,ref:e}),c?i().createElement($_.default,{containerClassName:n_,loaderClassName:`${t_} ${n[o]} ${n[u]} ${n[l]}`}):i().createElement(i().Fragment,null,f," ",i().createElement("span",null,t)," ",y))}))},873:(_,e,t)=>{t.d(e,{default:()=>l});var n=t(9155),r=t.n(n),i=t(2650),o=t(447);function _extends(){return _extends=Object.assign?Object.assign.bind():function(_){for(var e=1;e<arguments.length;e++){var t=arguments[e];for(var n in t)({}).hasOwnProperty.call(t,n)&&(_[n]=t[n])}return _},_extends.apply(null,arguments)}const l=(0,n.forwardRef)(((_,e)=>{let{label:t="",labelVariant:l="normal",inputVariant:u="outlined",inputSize:a="large",inputClassName:f,containerClassName:y,labelClassName:s,showAsterik:c=!0,id:d,error:b=!1,errorMessage:m,multiline:p=!1,required:v,startAdornment:w,endAdornment:g,...x}=_;const{t:j}=(0,o.useGlobalTranslation)("translation"),k=(0,n.useMemo)((()=>`${i[a]} ${p?i.fyTextArea:""} ${i[u]} ${b?i.inputError:""} ${f??""} `),[u,f,b,a]),C=(0,n.useMemo)((()=>`${i.label} ${i[l]} ${s??""}`),[s,l]),h=(0,n.useMemo)((()=>`${i.inputContainer} ${y??""}`),[y]);return r().createElement("div",{className:h},t&&r().createElement("label",{htmlFor:d,className:C},t,v&&c&&r().createElement("span",{className:i.required}," *")),p?r().createElement("textarea",_extends({rows:5},x,{id:d,className:`${k} ${i.fyInput} `,ref:e})):r().createElement("div",{className:`${i.adornmentContainer} ${x?.disabled?i.inputDisable:""} ${k}`},!!w&&w,r().createElement("input",_extends({},x,{className:`${i.fyInput} ${x?.className||""}`,id:d,ref:e})),!!g&&g),b&&r().createElement("div",{className:i.error},m||j("resource.common.invalid_input")))}))},4569:(_,e,t)=>{t.d(e,{default:()=>__WEBPACK_DEFAULT_EXPORT__});var n=t(9155),r=t.n(n),i=t(108);const __WEBPACK_DEFAULT_EXPORT__=_=>{let{containerClassName:e,loaderClassName:t,...n}=_;const o=`${i.K4} ${e??""}`,l=`${i.wG} ${t??""}`;return r().createElement("div",{className:o},r().createElement("div",{className:l}))}},700:(_,e,t)=>{t.d(e,{default:()=>a});var n=t(9155),r=t.n(n),i="order-tracking__btn___UjeQ7",o=t(447),l=t(873),u=t(2847);const a=function OrderTracking(_){let{instMob:e}=_;const{t}=(0,o.useGlobalTranslation)("translation"),[a,f]=(0,n.useState)(!1),[y,s]=(0,n.useState)(""),[c,d]=(0,n.useState)(!1),[b,m]=(0,n.useState)(!1),p=(0,o.useNavigate)();return r().createElement("div",{className:"basePageContainer margin0auto"},r().createElement("div",{className:"order-tracking__trackOrderCntr___ikuJz"},r().createElement("h2",{className:"order-tracking__orderTitle___IljZo"},t("resource.order.where_is_order_id"),"?"),r().createElement("div",{className:"order-tracking__trackOrder___AYAQT"},r().createElement(l.default,{label:b||y?t("resource.order.enter_order_id"):"",labelVariant:"floating",value:y,placeholder:b?"":t("resource.order.enter_order_id"),maxLength:"20",error:c,errorMessage:t("resource.order.invalid_order_id"),onChange:_=>s(_.target.value),onFocus:()=>m(!0),onBlur:()=>m(!1),className:"order-tracking__orderIdInput___EPAJ0"}),r().createElement(u.default,{className:i,variant:"contained",size:"medium",onClick:()=>{y.length<=10?d(!0):p(`/order-tracking/${y}`)}},t("resource.order.track_order_caps")),r().createElement(u.default,{className:i,variant:"text",onClick:()=>f(!a)},t("resource.order.where_is_order_id"),"?"),a&&r().createElement("div",null,r().createElement("img",{src:e,alt:`${t("resource.order.where_is_order_id")}?`,className:"order-tracking__demoImg___ATvyI"})))))}},2650:(_,e,t)=>{t.r(e),t.d(e,{"accent-btn":()=>n,accentBtn:()=>r,adornmentContainer:()=>i,"b-small":()=>o,b1:()=>l,b2:()=>u,bSmall:()=>a,"base-page-container":()=>f,basePageContainer:()=>y,"btn-link":()=>s,btnLink:()=>c,"caption-medium":()=>d,"caption-semi-bold":()=>b,captionMedium:()=>m,captionSemiBold:()=>p,d1:()=>v,"display-block":()=>w,error:()=>g,"flex-align-center":()=>x,"flex-center":()=>j,"flex-column":()=>k,"flex-justify-center":()=>C,"flex-row":()=>h,flexAlignCenter:()=>E,flexCenter:()=>S,flexColumn:()=>N,flexJustifyCenter:()=>A,floating:()=>M,fyInput:()=>q,fyTextArea:()=>O,h1:()=>$,h2:()=>B,h3:()=>L,h4:()=>T,h5:()=>J,"hide-overflow":()=>F,hideOverflow:()=>z,"inline-block":()=>I,inlineBlock:()=>K,inputContainer:()=>P,inputDisable:()=>U,inputError:()=>D,"justify-around":()=>G,"justify-between":()=>Q,"justify-end":()=>V,"justify-evenly":()=>H,"justify-start":()=>Y,justifyAround:()=>R,justifyBetween:()=>W,justifyEnd:()=>Z,justifyEvenly:()=>X,justifyStart:()=>__,label:()=>e_,"margin-0-auto":()=>t_,margin0auto:()=>n_,"markdown-body":()=>r_,medium:()=>i_,"mr-2":()=>o_,"mr-5":()=>l_,mr2:()=>u_,mr5:()=>a_,"no-border":()=>f_,"no-scroll":()=>y_,noScroll:()=>s_,outlined:()=>c_,"py-5":()=>d_,py5:()=>b_,"remove-scroll":()=>m_,removeScroll:()=>p_,required:()=>v_,underline:()=>w_,"user-select-none":()=>g_,userSelectNone:()=>x_,"view-all-mobile":()=>j_,"view-all-text":()=>k_,"view-mobile":()=>C_,"view-mobile-up":()=>h_,"view3d-canvas":()=>E_,viewAllMobile:()=>S_,viewAllText:()=>N_});var n="fy-input__accent-btn____Y1RU",r="fy-input__accentBtn___Jv_le",i="fy-input__adornmentContainer___MtgI6",o="fy-input__b-small___XDJva",l="fy-input__b1___HBrNj",u="fy-input__b2___bhqLO",a="fy-input__bSmall___zjwR7",f="fy-input__base-page-container___DIijL",y="fy-input__basePageContainer___iFW9V",s="fy-input__btn-link___kKnNG",c="fy-input__btnLink___gGoDJ",d="fy-input__caption-medium___ypzRG",b="fy-input__caption-semi-bold___WmtaG",m="fy-input__captionMedium___cFBcK",p="fy-input__captionSemiBold___UuNTY",v="fy-input__d1___YqGZp",w="fy-input__display-block___Qw7AD",g="fy-input__error___wplxk",x="fy-input__flex-align-center___CiLo5",j="fy-input__flex-center____wzo4",k="fy-input__flex-column___DUDri",C="fy-input__flex-justify-center___Z4UeV",h="fy-input__flex-row___nxUdL",E="fy-input__flexAlignCenter___d3zzz",S="fy-input__flexCenter___Kbkj1",N="fy-input__flexColumn____JZqm",A="fy-input__flexJustifyCenter___ujbKe",M="fy-input__floating___jgtoq",q="fy-input__fyInput___S4Mtu",O="fy-input__fyTextArea___uikbN",$="fy-input__h1___w3tCr",B="fy-input__h2___kBdEx",L="fy-input__h3___COfff",T="fy-input__h4___pAltU",J="fy-input__h5___wM732",F="fy-input__hide-overflow___ijoCf",z="fy-input__hideOverflow____UGEr",I="fy-input__inline-block___CMLpt",K="fy-input__inlineBlock___KAeA1",P="fy-input__inputContainer___Du9V3",U="fy-input__inputDisable___M8Zn2",D="fy-input__inputError___KsMkv",G="fy-input__justify-around___C5dCI",Q="fy-input__justify-between___jLrlI",V="fy-input__justify-end___RIbTk",H="fy-input__justify-evenly___LlzdK",Y="fy-input__justify-start___jEVsy",R="fy-input__justifyAround___GdVeg",W="fy-input__justifyBetween___ymndX",Z="fy-input__justifyEnd___j4IuY",X="fy-input__justifyEvenly___UyFRu",__="fy-input__justifyStart___SWORu",e_="fy-input__label___YQgmr",t_="fy-input__margin-0-auto___rEi0w",n_="fy-input__margin0auto___dSSwm",r_="fy-input__markdown-body___GUE4l",i_="fy-input__medium___L3QsD",o_="fy-input__mr-2___u3YuI",l_="fy-input__mr-5___v4vQm",u_="fy-input__mr2___EOVYz",a_="fy-input__mr5___FnOZz",f_="fy-input__no-border____9qYF",y_="fy-input__no-scroll___QZXax",s_="fy-input__noScroll___iHfSy",c_="fy-input__outlined___CEaKm",d_="fy-input__py-5___QoQ9q",b_="fy-input__py5___q5mpm",m_="fy-input__remove-scroll___B0TU7",p_="fy-input__removeScroll___ZJHN4",v_="fy-input__required___MaAlL",w_="fy-input__underline___fCh8Z",g_="fy-input__user-select-none___rjMZW",x_="fy-input__userSelectNone___Prl4C",j_="fy-input__view-all-mobile___FzKuV",k_="fy-input__view-all-text___jIc9n",C_="fy-input__view-mobile___iTGo9",h_="fy-input__view-mobile-up___z4OJg",E_="fy-input__view3d-canvas___XFVjx",S_="fy-input__viewAllMobile___zHa_7",N_="fy-input__viewAllText___oV56f"},108:(_,e,t)=>{t.d(e,{K4:()=>r,wG:()=>n});var n="loader__loader___ytdT3",r="loader__page-loader-container___jJHee"},447:e=>{e.exports=_},9155:_=>{_.exports=e}},n={};function __webpack_require__(_){var e=n[_];if(void 0!==e)return e.exports;var r=n[_]={exports:{}};return t[_](r,r.exports,__webpack_require__),r.exports}__webpack_require__.n=_=>{var e=_&&_.__esModule?()=>_.default:()=>_;return __webpack_require__.d(e,{a:e}),e},__webpack_require__.d=(_,e)=>{for(var t in e)__webpack_require__.o(e,t)&&!__webpack_require__.o(_,t)&&Object.defineProperty(_,t,{enumerable:!0,get:e[t]})},__webpack_require__.o=(_,e)=>Object.prototype.hasOwnProperty.call(_,e),__webpack_require__.r=_=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(_,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(_,"__esModule",{value:!0})};var r={};return(()=>{__webpack_require__.r(r),__webpack_require__.d(r,{default:()=>_});const _=__webpack_require__(700).default})(),r})()));
@@ -1262,6 +1262,52 @@ h5,
1262
1262
  display: none !important;
1263
1263
  }
1264
1264
  }
1265
+ .order-shipment__scheduleIconContainer___dfvUS {
1266
+ margin-top: auto;
1267
+ padding: 4px 0 4px 0;
1268
+ display: flex;
1269
+ flex-direction: row;
1270
+ justify-content: center;
1271
+ align-items: center;
1272
+ gap: 4px;
1273
+ color: var(--textHeading, #26201a);
1274
+ font-size: 14px;
1275
+ font-weight: 500;
1276
+ }
1277
+ .order-shipment__scheduleIconContainer___dfvUS .order-shipment__scheduleIcon___ClVa2 {
1278
+ display: flex;
1279
+ justify-content: center;
1280
+ align-items: center;
1281
+ }
1282
+ .order-shipment__scheduleIconContainer___dfvUS .order-shipment__scheduleIconText____unaJ {
1283
+ flex: 1;
1284
+ }
1285
+ .order-shipment__scheduleIconContainer___dfvUS .order-shipment__scheduleIconText____unaJ .order-shipment__windowClosedText___m0KN0 {
1286
+ color: var(--textLabel, #7d7676);
1287
+ font-size: 14px;
1288
+ font-style: normal;
1289
+ font-weight: 400;
1290
+ }
1291
+ .order-shipment__scheduleIconContainer___dfvUS .order-shipment__scheduleIconText____unaJ .order-shipment__windowClosedText___m0KN0 span {
1292
+ font-weight: 500;
1293
+ }
1294
+ .order-shipment__overlay___XKR9k {
1295
+ position: fixed;
1296
+ top: 0;
1297
+ left: 0;
1298
+ width: 100vw;
1299
+ height: 100vh;
1300
+ background: rgba(0, 0, 0, 0.5);
1301
+ display: flex;
1302
+ justify-content: center;
1303
+ align-items: center;
1304
+ z-index: 9999;
1305
+ }
1306
+ @media only screen and (max-width: 480px) {
1307
+ .order-shipment__overlay___XKR9k {
1308
+ align-items: flex-end;
1309
+ }
1310
+ }
1265
1311
  .order-shipment__orderItem____zenT {
1266
1312
  color: #41434c;
1267
1313
  background-color: var(--highlightColor, #a7a7f8);
@@ -1277,11 +1323,11 @@ h5,
1277
1323
  inset-inline-end: 0px;
1278
1324
  }
1279
1325
  .order-shipment__orderItem____zenT .order-shipment__orderHeader___dBn7E .order-shipment__filterArrowUp___g46yt {
1280
- margin-inline-start: auto;
1326
+ margin-left: auto;
1281
1327
  transform: rotate(180deg);
1282
1328
  }
1283
1329
  .order-shipment__orderItem____zenT .order-shipment__orderHeader___dBn7E .order-shipment__filterArrowDown___XfgoC {
1284
- margin-inline-start: auto;
1330
+ margin-left: auto;
1285
1331
  }
1286
1332
  .order-shipment__orderItem____zenT .order-shipment__orderHeader___dBn7E .order-shipment__orderId___LUgiY {
1287
1333
  color: var(--textHeading, #26201a);
@@ -1308,16 +1354,20 @@ h5,
1308
1354
  }
1309
1355
  .order-shipment__orderItem____zenT .order-shipment__shipmentData___sofy3 .order-shipment__shipmentLeft___o0Q0q {
1310
1356
  display: table-cell;
1311
- flex-basis: 80px;
1357
+ }
1358
+ .order-shipment__orderItem____zenT .order-shipment__shipmentData___sofy3 .order-shipment__shipmentLeft___o0Q0q img {
1359
+ width: 80px;
1360
+ height: 100px;
1361
+ object-fit: cover;
1312
1362
  }
1313
1363
  .order-shipment__orderItem____zenT .order-shipment__shipmentData___sofy3 .order-shipment__shipmentLeft___o0Q0q #order-shipment__total-item___SOgWJ {
1314
1364
  text-align: center;
1315
1365
  position: relative;
1316
- float: inline-end;
1366
+ float: right;
1317
1367
  background: #4242ad;
1318
1368
  color: white;
1319
1369
  top: -40px;
1320
- inset-inline-start: -10px;
1370
+ left: -10px;
1321
1371
  border-radius: 50%;
1322
1372
  width: 35px;
1323
1373
  height: 35px;
@@ -1344,8 +1394,9 @@ h5,
1344
1394
  }
1345
1395
  }
1346
1396
  .order-shipment__orderItem____zenT .order-shipment__shipmentData___sofy3 .order-shipment__shipmentRight___DpAWq {
1347
- display: table-cell;
1348
- vertical-align: top;
1397
+ display: flex;
1398
+ flex-direction: column;
1399
+ flex: 1;
1349
1400
  }
1350
1401
  .order-shipment__orderItem____zenT .order-shipment__shipmentData___sofy3 .order-shipment__shipmentRight___DpAWq .order-shipment__shipmentId___Ussac {
1351
1402
  margin: 4px 0px;
@@ -1369,7 +1420,37 @@ h5,
1369
1420
  line-height: 140%;
1370
1421
  /* 16.8px */
1371
1422
  }
1372
- .order-shipment__orderItem____zenT .order-shipment__shipmentData___sofy3 .order-shipment__shipmentRight___DpAWq .order-shipment__status___ws6ge {
1423
+ .order-shipment__orderItem____zenT .order-shipment__shipmentData___sofy3 .order-shipment__shipmentRight___DpAWq .order-shipment__buttonContainer___zt9IZ {
1424
+ display: flex;
1425
+ padding-top: 8px;
1426
+ }
1427
+ @media only screen and (max-width: 480px) {
1428
+ .order-shipment__orderItem____zenT .order-shipment__shipmentData___sofy3 .order-shipment__shipmentRight___DpAWq .order-shipment__buttonContainer___zt9IZ {
1429
+ padding-top: 8px;
1430
+ }
1431
+ }
1432
+ .order-shipment__orderItem____zenT .order-shipment__shipmentData___sofy3 .order-shipment__shipmentRight___DpAWq .order-shipment__buttonContainer___zt9IZ .order-shipment__requestReattempt___gnE_B {
1433
+ min-width: 100%;
1434
+ }
1435
+ .order-shipment__orderItem____zenT .order-shipment__shipmentData___sofy3 .order-shipment__shipmentRight___DpAWq .order-shipment__buttonContainer___zt9IZ .order-shipment__requestReattempt___gnE_B button {
1436
+ margin-top: auto;
1437
+ width: auto;
1438
+ padding: 4px;
1439
+ border-radius: 8px;
1440
+ font-size: 12px;
1441
+ font-weight: 700;
1442
+ color: var(--user-alert-button-link, #1B6163);
1443
+ }
1444
+ .order-shipment__orderItem____zenT .order-shipment__shipmentData___sofy3 .order-shipment__shipmentRight___DpAWq .order-shipment__buttonContainer___zt9IZ .order-shipment__deliveryReattemptRequested___DUqqz {
1445
+ min-width: 100%;
1446
+ }
1447
+ .order-shipment__orderItem____zenT .order-shipment__shipmentData___sofy3 .order-shipment__shipmentRight___DpAWq .order-shipment__shipmentBrands___QyjCM {
1448
+ margin: 8px 0px;
1449
+ }
1450
+ .order-shipment__orderItem____zenT .order-shipment__shipmentThird___ETcwO {
1451
+ margin: 0;
1452
+ }
1453
+ .order-shipment__orderItem____zenT .order-shipment__shipmentThird___ETcwO .order-shipment__status___ws6ge {
1373
1454
  border-radius: 4px;
1374
1455
  background: var(--successBackground, #c2dbc9);
1375
1456
  padding: 4px;
@@ -1379,8 +1460,23 @@ h5,
1379
1460
  line-height: 140%;
1380
1461
  width: fit-content;
1381
1462
  }
1382
- .order-shipment__orderItem____zenT .order-shipment__shipmentData___sofy3 .order-shipment__shipmentRight___DpAWq .order-shipment__shipmentBrands___QyjCM {
1383
- margin: 8px 0px;
1463
+ .order-shipment__orderItem____zenT .order-shipment__shipmentThird___ETcwO .order-shipment__error___hNSAF {
1464
+ border-radius: 4px;
1465
+ background-color: var(--errorBackground, #e6d5d5);
1466
+ padding: 4px;
1467
+ color: var(--errorText, #ff3333);
1468
+ font-size: 12px;
1469
+ font-weight: 500;
1470
+ width: fit-content;
1471
+ }
1472
+ .order-shipment__orderItem____zenT .order-shipment__shipmentThird___ETcwO .order-shipment__info___fFhdr {
1473
+ border-radius: 4px;
1474
+ background-color: var(--useralertsinfobackground, #FFF0E4);
1475
+ padding: 4px;
1476
+ color: var(--useralertsinfotext, #D4803C);
1477
+ font-size: 12px;
1478
+ font-weight: 500;
1479
+ width: fit-content;
1384
1480
  }
1385
1481
  .order-shipment__orderItem____zenT .order-shipment__buttons___vYAo_ {
1386
1482
  display: flex;
@@ -1401,7 +1497,7 @@ h5,
1401
1497
  cursor: pointer;
1402
1498
  }
1403
1499
  .order-shipment__orderItem____zenT .order-shipment__buttons___vYAo_ .order-shipment__ordercheckout___m3RkW .order-shipment__reorderIcon___gHoWM {
1404
- margin-inline-end: 10px;
1500
+ margin-right: 10px;
1405
1501
  position: relative;
1406
1502
  top: -2px;
1407
1503
  }
@@ -1411,6 +1507,24 @@ h5,
1411
1507
  .order-shipment__orderItem____zenT .order-shipment__hideAccordionBody___IOXsZ {
1412
1508
  display: none;
1413
1509
  }
1510
+ .order-shipment__error___hNSAF {
1511
+ border-radius: 4px;
1512
+ background-color: var(--errorBackground, #e6d5d5);
1513
+ padding: 4px;
1514
+ color: var(--errorText, #ff3333);
1515
+ font-size: 12px;
1516
+ font-weight: 500;
1517
+ width: fit-content;
1518
+ }
1519
+ .order-shipment__info___fFhdr {
1520
+ border-radius: 4px;
1521
+ background-color: var(--useralertsinfobackground, #FFF0E4);
1522
+ padding: 4px;
1523
+ color: var(--useralertsinfotext, #D4803C);
1524
+ font-size: 12px;
1525
+ font-weight: 500;
1526
+ width: fit-content;
1527
+ }
1414
1528
  .order-shipment__productCustomizationContainer___TAPyU {
1415
1529
  margin-bottom: 16px;
1416
1530
  }
@@ -2658,6 +2772,9 @@ h5,
2658
2772
  display: flex;
2659
2773
  gap: 16px;
2660
2774
  }
2775
+ .shipment-item__bagItem___YVBW1 .shipment-item__bagInfo___j7W8G {
2776
+ flex: 1;
2777
+ }
2661
2778
  .shipment-item__bagItem___YVBW1 .shipment-item__bagInfo___j7W8G .shipment-item__regularxxs___nZRqX {
2662
2779
  font-weight: 400;
2663
2780
  font-size: 13px;
@@ -2727,7 +2844,7 @@ h5,
2727
2844
  }
2728
2845
  .shipment-item__bagItem___YVBW1 .shipment-item__bagInfo___j7W8G .shipment-item__margin___aoRFj {
2729
2846
  color: var(--errorText, #ff3333);
2730
- margin-inline-start: 10px;
2847
+ margin-left: 10px;
2731
2848
  }
2732
2849
  .shipment-item__bagItem___YVBW1 .shipment-item__bagInfo___j7W8G .shipment-item__total___j4dLu {
2733
2850
  display: flex;
@@ -2735,10 +2852,10 @@ h5,
2735
2852
  }
2736
2853
  .shipment-item__bagItem___YVBW1 .shipment-item__bagInfo___j7W8G .shipment-item__total___j4dLu .shipment-item__amt___LG95E {
2737
2854
  color: #41434c;
2738
- margin-inline-end: 10px;
2855
+ margin-right: 10px;
2739
2856
  }
2740
2857
  .shipment-item__bagItem___YVBW1 .shipment-item__bagInfo___j7W8G .shipment-item__total___j4dLu .shipment-item__delivery-at___ZUUCz {
2741
- margin-inline-start: 5px;
2858
+ margin-left: 5px;
2742
2859
  }
2743
2860
  .shipment-item__bagItem___YVBW1 .shipment-item__bagInfo___j7W8G .shipment-item__effectivePrice___Kqia8 {
2744
2861
  color: var(--textHeading, #26201a);
@@ -2746,6 +2863,50 @@ h5,
2746
2863
  font-weight: 600;
2747
2864
  line-height: 140%;
2748
2865
  }
2866
+ .shipment-item__bagItem___YVBW1 .shipment-item__bagInfo___j7W8G .shipment-item__requestReattempt___iY8FT {
2867
+ width: 163px;
2868
+ padding-top: 16px;
2869
+ }
2870
+ .shipment-item__bagItem___YVBW1 .shipment-item__bagInfo___j7W8G .shipment-item__requestReattempt___iY8FT button {
2871
+ width: 100%;
2872
+ padding: 8px 12px;
2873
+ background: #3d555f;
2874
+ border-radius: 8px;
2875
+ font-size: 12px;
2876
+ font-weight: 700;
2877
+ color: #fff;
2878
+ }
2879
+ .shipment-item__bagItem___YVBW1 .shipment-item__bagInfo___j7W8G .shipment-item__requestReattempt___iY8FT .shipment-item__scheduleIconContainer___pf6wq {
2880
+ display: flex;
2881
+ flex-direction: row;
2882
+ justify-content: center;
2883
+ align-items: center;
2884
+ gap: 4px;
2885
+ color: var(--textHeading, #26201a);
2886
+ font-size: 14px;
2887
+ font-weight: 500;
2888
+ }
2889
+ .shipment-item__bagItem___YVBW1 .shipment-item__bagInfo___j7W8G .shipment-item__requestReattempt___iY8FT .shipment-item__scheduleIconContainer___pf6wq .shipment-item__scheduleIcon___SP0H9 {
2890
+ display: flex;
2891
+ justify-content: center;
2892
+ align-items: center;
2893
+ }
2894
+ .shipment-item__bagItem___YVBW1 .shipment-item__bagInfo___j7W8G .shipment-item__requestReattempt___iY8FT .shipment-item__scheduleIconContainer___pf6wq .shipment-item__scheduleIconText___bDG9R {
2895
+ min-width: 100%;
2896
+ }
2897
+ .shipment-item__bagItem___YVBW1 .shipment-item__bagInfo___j7W8G .shipment-item__deliveryReattemptRequested___gtd_c {
2898
+ min-width: 100%;
2899
+ }
2900
+ .shipment-item__bagItem___YVBW1 .shipment-item__bagInfo___j7W8G .shipment-item__status___erGur {
2901
+ border-radius: 4px;
2902
+ background: var(--successBackground, #c2dbc9);
2903
+ padding: 4px;
2904
+ color: var(--successText, #1c958f);
2905
+ font-size: 12px;
2906
+ font-weight: 500;
2907
+ line-height: 140%;
2908
+ width: fit-content;
2909
+ }
2749
2910
  .shipment-item__regularRadio___OLxqz g > circle {
2750
2911
  stroke: var(--textHeading, #26201a);
2751
2912
  }
@@ -3245,6 +3406,9 @@ h5,
3245
3406
  padding-top: 16px;
3246
3407
  margin: 0 16px;
3247
3408
  }
3409
+ .shipment-tracking__shipmentTracking___vw2lr .shipment-tracking__links___E7mYI .shipment-tracking__productExchangeBox___t2joe {
3410
+ display: none;
3411
+ }
3248
3412
  .shipment-tracking__shipmentTracking___vw2lr .shipment-tracking__links___E7mYI div,
3249
3413
  .shipment-tracking__shipmentTracking___vw2lr .shipment-tracking__links___E7mYI a {
3250
3414
  flex: 1;
@@ -5064,6 +5228,7 @@ h5,
5064
5228
  box-sizing: border-box;
5065
5229
  width: 100%;
5066
5230
  background-color: transparent;
5231
+ font-weight: 500;
5067
5232
  }
5068
5233
  @media only screen and (max-width: 480px) {
5069
5234
  .fy-input__fyInput___S4Mtu {
@@ -5083,7 +5248,9 @@ h5,
5083
5248
  outline: none;
5084
5249
  }
5085
5250
  .fy-input__fyInput___S4Mtu:disabled {
5086
- color: var(--textSecondary);
5251
+ color: var(--textSecondary, #9c9c9c);
5252
+ border-color: var(--overlaypopupdividerstroke, #e0e0e0);
5253
+ font-weight: 400;
5087
5254
  }
5088
5255
  .fy-input__fyInput___S4Mtu:focus {
5089
5256
  border-color: var(--buttonPrimary, #4e3f09);
@@ -5104,8 +5271,11 @@ h5,
5104
5271
  height: 48px;
5105
5272
  }
5106
5273
  .fy-input__outlined___CEaKm.fy-input__inputDisable___M8Zn2 {
5107
- border: 1px solid #cccccc;
5274
+ border: 1px solid var(--overlaypopupdividerstroke, #e0e0e0);
5108
5275
  cursor: not-allowed;
5276
+ pointer-events: auto;
5277
+ }
5278
+ .fy-input__outlined___CEaKm.fy-input__inputDisable___M8Zn2 input {
5109
5279
  pointer-events: none;
5110
5280
  }
5111
5281
  .fy-input__outlined___CEaKm.fy-input__medium___L3QsD {