@gofynd/theme-template 3.2.6 → 3.2.8

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 (86) 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 +824 -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 -213
  17. package/dist/index.js +1 -1
  18. package/dist/page-layouts/cart/Components/chip-item/chip-item.css +2 -0
  19. package/dist/page-layouts/cart/Components/chip-item/chip-item.js +1 -1
  20. package/dist/page-layouts/cart/Components/delivery-location/delivery-location.js +1 -1
  21. package/dist/page-layouts/compare/compare.css +7319 -309
  22. package/dist/page-layouts/compare/compare.js +2 -1
  23. package/dist/page-layouts/compare/compare.js.LICENSE.txt +5 -0
  24. package/dist/page-layouts/login/component/social-login-button/apple-login-button.css +373 -0
  25. package/dist/page-layouts/login/component/social-login-button/apple-login-button.js +1 -0
  26. package/dist/page-layouts/login/component/social-login-button/facebook-login-button.css +373 -0
  27. package/dist/page-layouts/login/component/social-login-button/facebook-login-button.js +1 -0
  28. package/dist/page-layouts/login/component/social-login-button/google-login-button.css +375 -0
  29. package/dist/page-layouts/login/component/social-login-button/google-login-button.js +1 -0
  30. package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.css +3 -0
  31. package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.js +1 -1
  32. package/dist/page-layouts/plp/Components/delivery-info/delivery-info.js +1 -1
  33. package/dist/page-layouts/plp/Components/filter-item/filter-item.js +1 -1
  34. package/dist/page-layouts/plp/Components/filter-list/filter-list.js +1 -1
  35. package/dist/page-layouts/plp/Components/image-gallery/image-gallery.js +1 -1
  36. package/dist/page-layouts/plp/Components/lightbox-image/lightbox-image.js +1 -1
  37. package/dist/page-layouts/plp/Components/mobile-slider/mobile-slider.js +1 -1
  38. package/dist/page-layouts/plp/Components/product-variants/product-variants.js +1 -1
  39. package/dist/page-layouts/single-checkout/address/single-address.js +1 -1
  40. package/dist/page-layouts/single-checkout/payment/card-form.css +59 -1
  41. package/dist/page-layouts/single-checkout/payment/checkout-payment-content.css +59 -1
  42. package/dist/page-layouts/single-checkout/payment/checkout-payment-content.js +1 -1
  43. package/dist/page-layouts/single-checkout/payment/checkout-payment.css +62 -1
  44. package/dist/page-layouts/single-checkout/payment/checkout-payment.js +1 -1
  45. package/dist/page-layouts/single-checkout/payment/juspay-card-from.css +59 -1
  46. package/dist/page-layouts/single-checkout/shipment/single-page-shipment.css +1 -0
  47. package/dist/pages/cart/cart.css +2 -0
  48. package/dist/pages/cart/cart.js +1 -1
  49. package/dist/pages/cart/index.css +2 -0
  50. package/dist/pages/cart/index.js +1 -1
  51. package/dist/pages/checkout/checkout.css +63 -1
  52. package/dist/pages/checkout/checkout.js +1 -1
  53. package/dist/pages/checkout/index.css +63 -1
  54. package/dist/pages/checkout/index.js +1 -1
  55. package/dist/pages/contact-us/contact-us.js +1 -1
  56. package/dist/pages/contact-us/index.js +1 -1
  57. package/dist/pages/index.css +1401 -213
  58. package/dist/pages/index.js +1 -1
  59. package/dist/pages/login/index.css +1121 -0
  60. package/dist/pages/login/index.js +1 -1
  61. package/dist/pages/login/login.css +1121 -0
  62. package/dist/pages/login/login.js +1 -1
  63. package/dist/pages/order/index.js +1 -1
  64. package/dist/pages/order/order-tracking-details/order-tracking-details.js +1 -1
  65. package/dist/pages/order/order-tracking.js +1 -1
  66. package/dist/pages/order-status/index.css +5 -0
  67. package/dist/pages/order-status/index.js +1 -1
  68. package/dist/pages/order-status/order-status.css +5 -0
  69. package/dist/pages/order-status/order-status.js +1 -1
  70. package/dist/pages/product-listing/index.css +3 -0
  71. package/dist/pages/product-listing/index.js +1 -1
  72. package/dist/pages/product-listing/product-listing.css +3 -0
  73. package/dist/pages/product-listing/product-listing.js +1 -1
  74. package/dist/pages/profile/components/add-email-modal/add-email-modal.js +1 -1
  75. package/dist/pages/profile/components/add-phone-modal/add-phone-modal.js +1 -1
  76. package/dist/pages/profile/email/email.js +1 -1
  77. package/dist/pages/profile/email/index.js +1 -1
  78. package/dist/pages/profile/index.js +1 -1
  79. package/dist/pages/profile/phone/index.js +1 -1
  80. package/dist/pages/profile/phone/phone.js +1 -1
  81. package/dist/pages/profile/profile-details.js +1 -1
  82. package/dist/pages/wishlist/index.css +3 -0
  83. package/dist/pages/wishlist/index.js +1 -1
  84. package/dist/pages/wishlist/wishlist.css +3 -0
  85. package/dist/pages/wishlist/wishlist.js +1 -1
  86. package/package.json +1 -1
@@ -651,7 +651,7 @@ h5,
651
651
  .checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK .checkout-payment-content__arrowContainer___LDeoa.checkout-payment-content__codIconContainer____fdEj svg {
652
652
  transform: rotate(270deg);
653
653
  }
654
- [dir='rtl'] .checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK .checkout-payment-content__arrowContainer___LDeoa.checkout-payment-content__codIconContainer____fdEj svg {
654
+ [dir="rtl"] .checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK .checkout-payment-content__arrowContainer___LDeoa.checkout-payment-content__codIconContainer____fdEj svg {
655
655
  transform: rotate(90deg);
656
656
  }
657
657
  .checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK .checkout-payment-content__arrowContainer___LDeoa .checkout-payment-content__upsideDown___dk0Z9 {
@@ -2210,6 +2210,64 @@ h5,
2210
2210
  width: 24px;
2211
2211
  height: 24px;
2212
2212
  }
2213
+ .checkout-payment-content__noOptionContainer___uCGHg {
2214
+ display: flex;
2215
+ padding: 24px;
2216
+ flex-direction: column;
2217
+ align-items: center;
2218
+ gap: 24px;
2219
+ align-self: stretch;
2220
+ border: 1px solid var(--dividerStokes);
2221
+ border-top: unset;
2222
+ border-radius: 0 0 8px 8px;
2223
+ background: var(--pageBackground, #f8f8f8);
2224
+ }
2225
+ @media only screen and (max-width: 768px) {
2226
+ .checkout-payment-content__noOptionContainer___uCGHg {
2227
+ border-radius: 0;
2228
+ border: none;
2229
+ }
2230
+ }
2231
+ .checkout-payment-content__noOptionContainer___uCGHg .checkout-payment-content__noOptionText___zceGG {
2232
+ display: flex;
2233
+ width: 580px;
2234
+ flex-direction: column;
2235
+ align-items: center;
2236
+ gap: 8px;
2237
+ }
2238
+ @media only screen and (max-width: 768px) {
2239
+ .checkout-payment-content__noOptionContainer___uCGHg .checkout-payment-content__noOptionText___zceGG {
2240
+ width: 100%;
2241
+ }
2242
+ }
2243
+ .checkout-payment-content__noOptionContainer___uCGHg .checkout-payment-content__noOptionText___zceGG h3 {
2244
+ color: var(--textHeading, #26201a);
2245
+ text-align: center;
2246
+ font-size: 16px;
2247
+ font-style: normal;
2248
+ font-weight: 700;
2249
+ line-height: 140%;
2250
+ align-self: stretch;
2251
+ }
2252
+ @media only screen and (max-width: 768px) {
2253
+ .checkout-payment-content__noOptionContainer___uCGHg .checkout-payment-content__noOptionText___zceGG h3 {
2254
+ font-weight: 600;
2255
+ }
2256
+ }
2257
+ .checkout-payment-content__noOptionContainer___uCGHg .checkout-payment-content__noOptionText___zceGG p {
2258
+ color: var(--textBody, #3c3131);
2259
+ text-align: center;
2260
+ font-size: 14px;
2261
+ font-style: normal;
2262
+ font-weight: 400;
2263
+ line-height: 140%;
2264
+ align-self: stretch;
2265
+ }
2266
+ @media only screen and (max-width: 768px) {
2267
+ .checkout-payment-content__noOptionContainer___uCGHg .checkout-payment-content__noOptionText___zceGG p {
2268
+ font-size: 12px;
2269
+ }
2270
+ }
2213
2271
 
2214
2272
  /**color by character**/
2215
2273
  /** Font family **/
@@ -340,6 +340,7 @@ h5,
340
340
  border: 1px solid var(--dividerStokes);
341
341
  border-radius: 8px;
342
342
  opacity: 0.5;
343
+ margin-top: 20px;
343
344
  }
344
345
  @media only screen and (min-width: 769px) and (max-width: 1024px) {
345
346
  .single-page-shipment__reviewHeaderUnselect___mNmXU {
@@ -10043,6 +10043,8 @@ h5,
10043
10043
  position: absolute;
10044
10044
  top: 0;
10045
10045
  inset-inline-end: 0;
10046
+ cursor: pointer;
10047
+ z-index: 1;
10046
10048
  }
10047
10049
  .chip-item__cartItemsListContainer___ud9jU .chip-item__eachItemContainer___rROgS .chip-item__eachItemDetailsContainer___RLC12 .chip-item__itemBrand___I14XU {
10048
10050
  color: var(--textHeading);