@gofynd/theme-template 3.2.7 → 3.2.9

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 (83) hide show
  1. package/dist/components/address-form/address-form.js +1 -1
  2. package/dist/components/address-form/form-input-selector.js +1 -1
  3. package/dist/components/address-form/v2/address-form.js +1 -1
  4. package/dist/components/compare-product-card/compare-product-card.css +888 -0
  5. package/dist/components/compare-product-card/compare-product-card.js +1 -0
  6. package/dist/components/core/fy-dropdown/fy-dropdown.js +1 -1
  7. package/dist/components/core/fy-input/fy-input.js +1 -1
  8. package/dist/components/filter-modal/filter-modal.js +1 -1
  9. package/dist/components/form-builder/form-builder.js +1 -1
  10. package/dist/components/google-map/google-map.js +1 -1
  11. package/dist/components/index.js +1 -1
  12. package/dist/components/location-modal/location-modal.js +1 -1
  13. package/dist/components/product-card/product-card.js +1 -1
  14. package/dist/components/quantity-control/quantity-control.js +1 -1
  15. package/dist/components/range-slider/range-slider.js +1 -1
  16. package/dist/index.css +1401 -216
  17. package/dist/index.js +1 -1
  18. package/dist/page-layouts/cart/Components/chip-item/chip-item.js +1 -1
  19. package/dist/page-layouts/cart/Components/delivery-location/delivery-location.js +1 -1
  20. package/dist/page-layouts/compare/compare.css +7384 -309
  21. package/dist/page-layouts/compare/compare.js +2 -1
  22. package/dist/page-layouts/compare/compare.js.LICENSE.txt +5 -0
  23. package/dist/page-layouts/login/component/social-login-button/apple-login-button.css +373 -0
  24. package/dist/page-layouts/login/component/social-login-button/apple-login-button.js +1 -0
  25. package/dist/page-layouts/login/component/social-login-button/facebook-login-button.css +373 -0
  26. package/dist/page-layouts/login/component/social-login-button/facebook-login-button.js +1 -0
  27. package/dist/page-layouts/login/component/social-login-button/google-login-button.css +375 -0
  28. package/dist/page-layouts/login/component/social-login-button/google-login-button.js +1 -0
  29. package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.css +3 -0
  30. package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.js +1 -1
  31. package/dist/page-layouts/plp/Components/delivery-info/delivery-info.js +1 -1
  32. package/dist/page-layouts/plp/Components/filter-item/filter-item.js +1 -1
  33. package/dist/page-layouts/plp/Components/filter-list/filter-list.js +1 -1
  34. package/dist/page-layouts/plp/Components/image-gallery/image-gallery.js +1 -1
  35. package/dist/page-layouts/plp/Components/lightbox-image/lightbox-image.js +1 -1
  36. package/dist/page-layouts/plp/Components/mobile-slider/mobile-slider.js +1 -1
  37. package/dist/page-layouts/plp/Components/product-variants/product-variants.js +1 -1
  38. package/dist/page-layouts/single-checkout/address/single-address.js +1 -1
  39. package/dist/page-layouts/single-checkout/payment/card-form.css +58 -1
  40. package/dist/page-layouts/single-checkout/payment/checkout-payment-content.css +1046 -1
  41. package/dist/page-layouts/single-checkout/payment/checkout-payment-content.js +1 -1
  42. package/dist/page-layouts/single-checkout/payment/checkout-payment.css +1192 -144
  43. package/dist/page-layouts/single-checkout/payment/checkout-payment.js +1 -1
  44. package/dist/page-layouts/single-checkout/payment/juspay-card-from.css +58 -1
  45. package/dist/page-layouts/single-checkout/shipment/single-page-shipment.css +1 -0
  46. package/dist/pages/cart/cart.js +1 -1
  47. package/dist/pages/cart/index.js +1 -1
  48. package/dist/pages/checkout/checkout.css +62 -1
  49. package/dist/pages/checkout/checkout.js +1 -1
  50. package/dist/pages/checkout/index.css +62 -1
  51. package/dist/pages/checkout/index.js +1 -1
  52. package/dist/pages/contact-us/contact-us.js +1 -1
  53. package/dist/pages/contact-us/index.js +1 -1
  54. package/dist/pages/index.css +1401 -216
  55. package/dist/pages/index.js +1 -1
  56. package/dist/pages/login/index.css +1121 -0
  57. package/dist/pages/login/index.js +1 -1
  58. package/dist/pages/login/login.css +1121 -0
  59. package/dist/pages/login/login.js +1 -1
  60. package/dist/pages/order/index.js +1 -1
  61. package/dist/pages/order/order-tracking-details/order-tracking-details.js +1 -1
  62. package/dist/pages/order/order-tracking.js +1 -1
  63. package/dist/pages/order-status/index.css +5 -0
  64. package/dist/pages/order-status/index.js +1 -1
  65. package/dist/pages/order-status/order-status.css +5 -0
  66. package/dist/pages/order-status/order-status.js +1 -1
  67. package/dist/pages/product-listing/index.css +3 -0
  68. package/dist/pages/product-listing/index.js +1 -1
  69. package/dist/pages/product-listing/product-listing.css +3 -0
  70. package/dist/pages/product-listing/product-listing.js +1 -1
  71. package/dist/pages/profile/components/add-email-modal/add-email-modal.js +1 -1
  72. package/dist/pages/profile/components/add-phone-modal/add-phone-modal.js +1 -1
  73. package/dist/pages/profile/email/email.js +1 -1
  74. package/dist/pages/profile/email/index.js +1 -1
  75. package/dist/pages/profile/index.js +1 -1
  76. package/dist/pages/profile/phone/index.js +1 -1
  77. package/dist/pages/profile/phone/phone.js +1 -1
  78. package/dist/pages/profile/profile-details.js +1 -1
  79. package/dist/pages/wishlist/index.css +3 -0
  80. package/dist/pages/wishlist/index.js +1 -1
  81. package/dist/pages/wishlist/wishlist.css +3 -0
  82. package/dist/pages/wishlist/wishlist.js +1 -1
  83. package/package.json +1 -1
@@ -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={447:e=>{e.exports=_},9155:_=>{_.exports=e}},n={};function __webpack_require__(_){var e=n[_];if(void 0!==e)return e.exports;var i=n[_]={exports:{}};return t[_](i,i.exports,__webpack_require__),i.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 i={};return(()=>{__webpack_require__.r(i),__webpack_require__.d(i,{default:()=>N_});var _={};__webpack_require__.r(_),__webpack_require__.d(_,{"accent-btn":()=>n,accentBtn:()=>r,adornmentContainer:()=>u,"b-small":()=>l,b1:()=>o,b2:()=>a,bSmall:()=>f,"base-page-container":()=>p,basePageContainer:()=>y,"btn-link":()=>s,btnLink:()=>c,"caption-medium":()=>d,"caption-semi-bold":()=>m,captionMedium:()=>b,captionSemiBold:()=>w,d1:()=>v,"display-block":()=>x,error:()=>j,"flex-align-center":()=>k,"flex-center":()=>g,"flex-column":()=>q,"flex-justify-center":()=>C,"flex-row":()=>S,flexAlignCenter:()=>h,flexCenter:()=>E,flexColumn:()=>M,flexJustifyCenter:()=>A,floating:()=>N,fyInput:()=>$,fyTextArea:()=>O,h1:()=>z,h2:()=>B,h3:()=>D,h4:()=>L,h5:()=>T,"hide-overflow":()=>U,hideOverflow:()=>V,"inline-block":()=>G,inlineBlock:()=>I,inputContainer:()=>K,inputDisable:()=>Z,inputError:()=>F,"justify-around":()=>J,"justify-between":()=>P,"justify-end":()=>Y,"justify-evenly":()=>Q,"justify-start":()=>R,justifyAround:()=>H,justifyBetween:()=>W,justifyEnd:()=>X,justifyEvenly:()=>__,justifyStart:()=>e_,label:()=>t_,"margin-0-auto":()=>n_,margin0auto:()=>i_,"markdown-body":()=>r_,medium:()=>u_,"mr-2":()=>l_,"mr-5":()=>o_,mr2:()=>a_,mr5:()=>f_,"no-border":()=>p_,"no-scroll":()=>y_,noScroll:()=>s_,outlined:()=>c_,"py-5":()=>d_,py5:()=>m_,"remove-scroll":()=>b_,removeScroll:()=>w_,required:()=>v_,underline:()=>x_,"user-select-none":()=>j_,userSelectNone:()=>k_,"view-all-mobile":()=>g_,"view-all-text":()=>q_,"view-mobile":()=>C_,"view-mobile-up":()=>S_,"view3d-canvas":()=>h_,viewAllMobile:()=>E_,viewAllText:()=>M_});var e=__webpack_require__(9155),t=__webpack_require__.n(e),n="fy-input__accent-btn____Y1RU",r="fy-input__accentBtn___Jv_le",u="fy-input__adornmentContainer___MtgI6",l="fy-input__b-small___XDJva",o="fy-input__b1___HBrNj",a="fy-input__b2___bhqLO",f="fy-input__bSmall___zjwR7",p="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",m="fy-input__caption-semi-bold___WmtaG",b="fy-input__captionMedium___cFBcK",w="fy-input__captionSemiBold___UuNTY",v="fy-input__d1___YqGZp",x="fy-input__display-block___Qw7AD",j="fy-input__error___wplxk",k="fy-input__flex-align-center___CiLo5",g="fy-input__flex-center____wzo4",q="fy-input__flex-column___DUDri",C="fy-input__flex-justify-center___Z4UeV",S="fy-input__flex-row___nxUdL",h="fy-input__flexAlignCenter___d3zzz",E="fy-input__flexCenter___Kbkj1",M="fy-input__flexColumn____JZqm",A="fy-input__flexJustifyCenter___ujbKe",N="fy-input__floating___jgtoq",$="fy-input__fyInput___S4Mtu",O="fy-input__fyTextArea___uikbN",z="fy-input__h1___w3tCr",B="fy-input__h2___kBdEx",D="fy-input__h3___COfff",L="fy-input__h4___pAltU",T="fy-input__h5___wM732",U="fy-input__hide-overflow___ijoCf",V="fy-input__hideOverflow____UGEr",G="fy-input__inline-block___CMLpt",I="fy-input__inlineBlock___KAeA1",K="fy-input__inputContainer___Du9V3",Z="fy-input__inputDisable___M8Zn2",F="fy-input__inputError___KsMkv",J="fy-input__justify-around___C5dCI",P="fy-input__justify-between___jLrlI",Y="fy-input__justify-end___RIbTk",Q="fy-input__justify-evenly___LlzdK",R="fy-input__justify-start___jEVsy",H="fy-input__justifyAround___GdVeg",W="fy-input__justifyBetween___ymndX",X="fy-input__justifyEnd___j4IuY",__="fy-input__justifyEvenly___UyFRu",e_="fy-input__justifyStart___SWORu",t_="fy-input__label___YQgmr",n_="fy-input__margin-0-auto___rEi0w",i_="fy-input__margin0auto___dSSwm",r_="fy-input__markdown-body___GUE4l",u_="fy-input__medium___L3QsD",l_="fy-input__mr-2___u3YuI",o_="fy-input__mr-5___v4vQm",a_="fy-input__mr2___EOVYz",f_="fy-input__mr5___FnOZz",p_="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",m_="fy-input__py5___q5mpm",b_="fy-input__remove-scroll___B0TU7",w_="fy-input__removeScroll___ZJHN4",v_="fy-input__required___MaAlL",x_="fy-input__underline___fCh8Z",j_="fy-input__user-select-none___rjMZW",k_="fy-input__userSelectNone___Prl4C",g_="fy-input__view-all-mobile___FzKuV",q_="fy-input__view-all-text___jIc9n",C_="fy-input__view-mobile___iTGo9",S_="fy-input__view-mobile-up___z4OJg",h_="fy-input__view3d-canvas___XFVjx",E_="fy-input__viewAllMobile___zHa_7",M_="fy-input__viewAllText___oV56f",A_=__webpack_require__(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 N_=(0,e.forwardRef)(((n,i)=>{let{label:r="",labelVariant:l="normal",inputVariant:o="outlined",inputSize:a="large",inputClassName:f,containerClassName:p,labelClassName:y,showAsterik:s=!0,id:c,error:d=!1,errorMessage:m,multiline:b=!1,required:w,startAdornment:v,endAdornment:x,...k}=n;const{t:g}=(0,A_.useGlobalTranslation)("translation"),q=(0,e.useMemo)((()=>`${_[a]} ${b?O:""} ${_[o]} ${d?F:""} ${f??""} `),[o,f,d,a]),C=(0,e.useMemo)((()=>`${t_} ${_[l]} ${y??""}`),[y,l]),S=(0,e.useMemo)((()=>`${K} ${p??""}`),[p]);return t().createElement("div",{className:S},r&&t().createElement("label",{htmlFor:c,className:C},r,w&&s&&t().createElement("span",{className:v_}," *")),b?t().createElement("textarea",_extends({rows:5},k,{id:c,className:`${q} ${$} `,ref:i})):t().createElement("div",{className:`${u} ${k?.disabled?Z:""} ${q}`},!!v&&v,t().createElement("input",_extends({},k,{className:`${$} ${k?.className||""}`,id:c,ref:i})),!!x&&x),d&&t().createElement("div",{className:j},m||g("resource.common.invalid_input")))}))})(),i})()));
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={2650:(_,e,t)=>{t.r(e),t.d(e,{"accent-btn":()=>n,accentBtn:()=>i,adornmentContainer:()=>r,"b-small":()=>u,b1:()=>l,b2:()=>o,bSmall:()=>a,"base-page-container":()=>f,basePageContainer:()=>p,"btn-link":()=>y,btnLink:()=>s,"caption-medium":()=>c,"caption-semi-bold":()=>d,captionMedium:()=>m,captionSemiBold:()=>b,d1:()=>w,"display-block":()=>v,error:()=>x,"flex-align-center":()=>j,"flex-center":()=>k,"flex-column":()=>g,"flex-justify-center":()=>q,"flex-row":()=>C,flexAlignCenter:()=>S,flexCenter:()=>h,flexColumn:()=>E,flexJustifyCenter:()=>M,floating:()=>A,fyInput:()=>N,fyTextArea:()=>$,h1:()=>O,h2:()=>z,h3:()=>B,h4:()=>D,h5:()=>I,"hide-overflow":()=>T,hideOverflow:()=>L,"inline-block":()=>U,inlineBlock:()=>V,inputContainer:()=>G,inputDisable:()=>K,inputError:()=>Z,"justify-around":()=>F,"justify-between":()=>J,"justify-end":()=>P,"justify-evenly":()=>Y,"justify-start":()=>Q,justifyAround:()=>R,justifyBetween:()=>H,justifyEnd:()=>W,justifyEvenly:()=>X,justifyStart:()=>__,label:()=>e_,"margin-0-auto":()=>t_,margin0auto:()=>n_,"markdown-body":()=>i_,medium:()=>r_,"mr-2":()=>u_,"mr-5":()=>l_,mr2:()=>o_,mr5:()=>a_,"no-border":()=>f_,"no-scroll":()=>p_,noScroll:()=>y_,outlined:()=>s_,"py-5":()=>c_,py5:()=>d_,"remove-scroll":()=>m_,removeScroll:()=>b_,required:()=>w_,underline:()=>v_,"user-select-none":()=>x_,userSelectNone:()=>j_,"view-all-mobile":()=>k_,"view-all-text":()=>g_,"view-mobile":()=>q_,"view-mobile-up":()=>C_,"view3d-canvas":()=>S_,viewAllMobile:()=>h_,viewAllText:()=>E_});var n="fy-input__accent-btn____Y1RU",i="fy-input__accentBtn___Jv_le",r="fy-input__adornmentContainer___MtgI6",u="fy-input__b-small___XDJva",l="fy-input__b1___HBrNj",o="fy-input__b2___bhqLO",a="fy-input__bSmall___zjwR7",f="fy-input__base-page-container___DIijL",p="fy-input__basePageContainer___iFW9V",y="fy-input__btn-link___kKnNG",s="fy-input__btnLink___gGoDJ",c="fy-input__caption-medium___ypzRG",d="fy-input__caption-semi-bold___WmtaG",m="fy-input__captionMedium___cFBcK",b="fy-input__captionSemiBold___UuNTY",w="fy-input__d1___YqGZp",v="fy-input__display-block___Qw7AD",x="fy-input__error___wplxk",j="fy-input__flex-align-center___CiLo5",k="fy-input__flex-center____wzo4",g="fy-input__flex-column___DUDri",q="fy-input__flex-justify-center___Z4UeV",C="fy-input__flex-row___nxUdL",S="fy-input__flexAlignCenter___d3zzz",h="fy-input__flexCenter___Kbkj1",E="fy-input__flexColumn____JZqm",M="fy-input__flexJustifyCenter___ujbKe",A="fy-input__floating___jgtoq",N="fy-input__fyInput___S4Mtu",$="fy-input__fyTextArea___uikbN",O="fy-input__h1___w3tCr",z="fy-input__h2___kBdEx",B="fy-input__h3___COfff",D="fy-input__h4___pAltU",I="fy-input__h5___wM732",T="fy-input__hide-overflow___ijoCf",L="fy-input__hideOverflow____UGEr",U="fy-input__inline-block___CMLpt",V="fy-input__inlineBlock___KAeA1",G="fy-input__inputContainer___Du9V3",K="fy-input__inputDisable___M8Zn2",Z="fy-input__inputError___KsMkv",F="fy-input__justify-around___C5dCI",J="fy-input__justify-between___jLrlI",P="fy-input__justify-end___RIbTk",Y="fy-input__justify-evenly___LlzdK",Q="fy-input__justify-start___jEVsy",R="fy-input__justifyAround___GdVeg",H="fy-input__justifyBetween___ymndX",W="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",i_="fy-input__markdown-body___GUE4l",r_="fy-input__medium___L3QsD",u_="fy-input__mr-2___u3YuI",l_="fy-input__mr-5___v4vQm",o_="fy-input__mr2___EOVYz",a_="fy-input__mr5___FnOZz",f_="fy-input__no-border____9qYF",p_="fy-input__no-scroll___QZXax",y_="fy-input__noScroll___iHfSy",s_="fy-input__outlined___CEaKm",c_="fy-input__py-5___QoQ9q",d_="fy-input__py5___q5mpm",m_="fy-input__remove-scroll___B0TU7",b_="fy-input__removeScroll___ZJHN4",w_="fy-input__required___MaAlL",v_="fy-input__underline___fCh8Z",x_="fy-input__user-select-none___rjMZW",j_="fy-input__userSelectNone___Prl4C",k_="fy-input__view-all-mobile___FzKuV",g_="fy-input__view-all-text___jIc9n",q_="fy-input__view-mobile___iTGo9",C_="fy-input__view-mobile-up___z4OJg",S_="fy-input__view3d-canvas___XFVjx",h_="fy-input__viewAllMobile___zHa_7",E_="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 i=n[_]={exports:{}};return t[_](i,i.exports,__webpack_require__),i.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 i={};return(()=>{__webpack_require__.r(i),__webpack_require__.d(i,{default:()=>r});var _=__webpack_require__(9155),e=__webpack_require__.n(_),t=__webpack_require__(2650),n=__webpack_require__(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 r=(0,_.forwardRef)(((i,r)=>{let{label:u="",labelVariant:l="normal",inputVariant:o="outlined",inputSize:a="large",inputClassName:f,containerClassName:p,labelClassName:y,showAsterik:s=!0,id:c,error:d=!1,errorMessage:m,multiline:b=!1,required:w,startAdornment:v,endAdornment:x,...j}=i;const{t:k}=(0,n.useGlobalTranslation)("translation"),g=(0,_.useMemo)((()=>`${t[a]} ${b?t.fyTextArea:""} ${t[o]} ${d?t.inputError:""} ${f??""} `),[o,f,d,a]),q=(0,_.useMemo)((()=>`${t.label} ${t[l]} ${y??""}`),[y,l]),C=(0,_.useMemo)((()=>`${t.inputContainer} ${p??""}`),[p]);return e().createElement("div",{className:C},u&&e().createElement("label",{htmlFor:c,className:q},u,w&&s&&e().createElement("span",{className:t.required}," *")),b?e().createElement("textarea",_extends({rows:5},j,{id:c,className:`${g} ${t.fyInput} `,ref:r})):e().createElement("div",{className:`${t.adornmentContainer} ${j?.disabled?t.inputDisable:""} ${g}`},!!v&&v,e().createElement("input",_extends({},j,{className:`${t.fyInput} ${j?.className||""}`,id:c,ref:r})),!!x&&x),d&&e().createElement("div",{className:t.error},m||k("resource.common.invalid_input")))}))})(),i})()));