@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.
- package/dist/components/address-form/address-form.js +1 -1
- package/dist/components/address-form/form-input-selector.js +1 -1
- package/dist/components/address-form/v2/address-form.js +1 -1
- package/dist/components/compare-product-card/compare-product-card.css +888 -0
- package/dist/components/compare-product-card/compare-product-card.js +1 -0
- package/dist/components/core/fy-dropdown/fy-dropdown.js +1 -1
- package/dist/components/core/fy-input/fy-input.js +1 -1
- package/dist/components/filter-modal/filter-modal.js +1 -1
- package/dist/components/form-builder/form-builder.js +1 -1
- package/dist/components/google-map/google-map.js +1 -1
- package/dist/components/index.js +1 -1
- package/dist/components/location-modal/location-modal.js +1 -1
- package/dist/components/product-card/product-card.js +1 -1
- package/dist/components/quantity-control/quantity-control.js +1 -1
- package/dist/components/range-slider/range-slider.js +1 -1
- package/dist/index.css +1401 -216
- package/dist/index.js +1 -1
- package/dist/page-layouts/cart/Components/chip-item/chip-item.js +1 -1
- package/dist/page-layouts/cart/Components/delivery-location/delivery-location.js +1 -1
- package/dist/page-layouts/compare/compare.css +7384 -309
- package/dist/page-layouts/compare/compare.js +2 -1
- package/dist/page-layouts/compare/compare.js.LICENSE.txt +5 -0
- package/dist/page-layouts/login/component/social-login-button/apple-login-button.css +373 -0
- package/dist/page-layouts/login/component/social-login-button/apple-login-button.js +1 -0
- package/dist/page-layouts/login/component/social-login-button/facebook-login-button.css +373 -0
- package/dist/page-layouts/login/component/social-login-button/facebook-login-button.js +1 -0
- package/dist/page-layouts/login/component/social-login-button/google-login-button.css +375 -0
- package/dist/page-layouts/login/component/social-login-button/google-login-button.js +1 -0
- package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.css +3 -0
- package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.js +1 -1
- package/dist/page-layouts/plp/Components/delivery-info/delivery-info.js +1 -1
- package/dist/page-layouts/plp/Components/filter-item/filter-item.js +1 -1
- package/dist/page-layouts/plp/Components/filter-list/filter-list.js +1 -1
- package/dist/page-layouts/plp/Components/image-gallery/image-gallery.js +1 -1
- package/dist/page-layouts/plp/Components/lightbox-image/lightbox-image.js +1 -1
- package/dist/page-layouts/plp/Components/mobile-slider/mobile-slider.js +1 -1
- package/dist/page-layouts/plp/Components/product-variants/product-variants.js +1 -1
- package/dist/page-layouts/single-checkout/address/single-address.js +1 -1
- package/dist/page-layouts/single-checkout/payment/card-form.css +58 -1
- package/dist/page-layouts/single-checkout/payment/checkout-payment-content.css +1046 -1
- package/dist/page-layouts/single-checkout/payment/checkout-payment-content.js +1 -1
- package/dist/page-layouts/single-checkout/payment/checkout-payment.css +1192 -144
- package/dist/page-layouts/single-checkout/payment/checkout-payment.js +1 -1
- package/dist/page-layouts/single-checkout/payment/juspay-card-from.css +58 -1
- package/dist/page-layouts/single-checkout/shipment/single-page-shipment.css +1 -0
- package/dist/pages/cart/cart.js +1 -1
- package/dist/pages/cart/index.js +1 -1
- package/dist/pages/checkout/checkout.css +62 -1
- package/dist/pages/checkout/checkout.js +1 -1
- package/dist/pages/checkout/index.css +62 -1
- package/dist/pages/checkout/index.js +1 -1
- package/dist/pages/contact-us/contact-us.js +1 -1
- package/dist/pages/contact-us/index.js +1 -1
- package/dist/pages/index.css +1401 -216
- package/dist/pages/index.js +1 -1
- package/dist/pages/login/index.css +1121 -0
- package/dist/pages/login/index.js +1 -1
- package/dist/pages/login/login.css +1121 -0
- package/dist/pages/login/login.js +1 -1
- package/dist/pages/order/index.js +1 -1
- package/dist/pages/order/order-tracking-details/order-tracking-details.js +1 -1
- package/dist/pages/order/order-tracking.js +1 -1
- package/dist/pages/order-status/index.css +5 -0
- package/dist/pages/order-status/index.js +1 -1
- package/dist/pages/order-status/order-status.css +5 -0
- package/dist/pages/order-status/order-status.js +1 -1
- package/dist/pages/product-listing/index.css +3 -0
- package/dist/pages/product-listing/index.js +1 -1
- package/dist/pages/product-listing/product-listing.css +3 -0
- package/dist/pages/product-listing/product-listing.js +1 -1
- package/dist/pages/profile/components/add-email-modal/add-email-modal.js +1 -1
- package/dist/pages/profile/components/add-phone-modal/add-phone-modal.js +1 -1
- package/dist/pages/profile/email/email.js +1 -1
- package/dist/pages/profile/email/index.js +1 -1
- package/dist/pages/profile/index.js +1 -1
- package/dist/pages/profile/phone/index.js +1 -1
- package/dist/pages/profile/phone/phone.js +1 -1
- package/dist/pages/profile/profile-details.js +1 -1
- package/dist/pages/wishlist/index.css +3 -0
- package/dist/pages/wishlist/index.js +1 -1
- package/dist/pages/wishlist/wishlist.css +3 -0
- package/dist/pages/wishlist/wishlist.js +1 -1
- 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={
|
|
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})()));
|