@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
@@ -334,6 +334,113 @@ h5,
334
334
  display: none !important;
335
335
  }
336
336
  }
337
+ .address-form__addressFormWrapper___M0Ler .address-form__formContainer___UrnfJ {
338
+ display: flex;
339
+ flex-wrap: wrap;
340
+ box-sizing: border-box;
341
+ width: 100%;
342
+ justify-content: space-between;
343
+ }
344
+ .address-form__addressFormWrapper___M0Ler .address-form__formContainer___UrnfJ .address-form__labelClassName___vSawZ span {
345
+ color: var(--errorText, #ff3333);
346
+ }
347
+ .address-form__addressFormWrapper___M0Ler .address-form__formContainer___UrnfJ .address-form__formItemDiv___ciw5I:nth-child(odd) {
348
+ margin-inline-end: 8px;
349
+ }
350
+ @media only screen and (max-width: 768px) {
351
+ .address-form__addressFormWrapper___M0Ler .address-form__formContainer___UrnfJ .address-form__formItemDiv___ciw5I:nth-child(odd) {
352
+ margin-inline-end: 0;
353
+ }
354
+ }
355
+ .address-form__addressFormWrapper___M0Ler .address-form__formError___uBC6H {
356
+ color: var(--errorText, #ff3333);
357
+ width: max-content;
358
+ font-size: 12px;
359
+ font-weight: 400;
360
+ line-height: 16.8px;
361
+ margin-top: 5px;
362
+ }
363
+ .address-form__addressFormWrapper___M0Ler .address-form__customClass___gwrwx {
364
+ display: flex;
365
+ flex: 1;
366
+ flex-direction: column;
367
+ position: relative;
368
+ }
369
+ .address-form__addressFormWrapper___M0Ler .address-form__addressTypeContainer___JzuQf {
370
+ width: 100%;
371
+ }
372
+ .address-form__addressFormWrapper___M0Ler .address-form__addressTypeContainer___JzuQf .address-form__typeWrap___B8UId {
373
+ display: flex;
374
+ margin-bottom: 16px;
375
+ flex-wrap: wrap;
376
+ row-gap: 16px;
377
+ }
378
+ .address-form__addressFormWrapper___M0Ler .address-form__addressTypeContainer___JzuQf .address-form__typeIcon___vUhe7 {
379
+ margin-inline-end: 4px;
380
+ }
381
+ .address-form__addressFormWrapper___M0Ler .address-form__addressTypeContainer___JzuQf .address-form__typeBtn___G5ztN {
382
+ display: flex;
383
+ background: transparent;
384
+ align-items: center;
385
+ padding: 8px;
386
+ white-space: nowrap;
387
+ border-radius: 6px;
388
+ margin-right: 16px;
389
+ border: 1px solid var(--dividerStokes);
390
+ color: var(--textHeading, #26201a);
391
+ }
392
+ .address-form__addressFormWrapper___M0Ler .address-form__addressTypeContainer___JzuQf .address-form__typeBtn___G5ztN svg path {
393
+ fill: var(--textHeading, #26201a);
394
+ }
395
+ .address-form__addressFormWrapper___M0Ler .address-form__addressTypeContainer___JzuQf .address-form__typeBtn___G5ztN.address-form__selected___nQrcr {
396
+ color: var(--buttonPrimary);
397
+ border-width: 2px;
398
+ border-color: var(--buttonPrimary);
399
+ }
400
+ .address-form__addressFormWrapper___M0Ler .address-form__addressTypeContainer___JzuQf .address-form__typeBtn___G5ztN.address-form__selected___nQrcr svg path {
401
+ fill: var(--buttonPrimary);
402
+ }
403
+ .address-form__addressFormWrapper___M0Ler .address-form__addressTypeContainer___JzuQf .address-form__addressTypeHeader___gg1fZ {
404
+ font-size: 13px;
405
+ font-weight: 600;
406
+ margin-bottom: 16px;
407
+ margin-top: 16px;
408
+ display: block;
409
+ }
410
+ .address-form__addressFormWrapper___M0Ler .address-form__addressTypeContainer___JzuQf .address-form__addressType___YuGec {
411
+ margin-top: 20px;
412
+ position: relative;
413
+ display: flex;
414
+ gap: 16px;
415
+ flex-wrap: wrap;
416
+ align-items: flex-end;
417
+ }
418
+ .address-form__addressFormWrapper___M0Ler .address-form__addressTypeContainer___JzuQf .address-form__addressType___YuGec .address-form__addressTypes___e_uLu {
419
+ display: flex;
420
+ flex-direction: row;
421
+ align-items: center;
422
+ padding: 4px 12px;
423
+ gap: 10px;
424
+ height: 40px;
425
+ border: 1px solid #e2e2e2;
426
+ border-radius: 4px;
427
+ }
428
+ .address-form__addressFormWrapper___M0Ler .address-form__addressTypeContainer___JzuQf .address-form__addressType___YuGec .address-form__selectedDiv___XsDeW {
429
+ border: 1px solid var(--buttonPrimary);
430
+ }
431
+ .address-form__addressFormWrapper___M0Ler .address-form__addressTypeContainer___JzuQf .address-form__addressType___YuGec input[type="radio"] {
432
+ margin-inline-start: 0;
433
+ margin-inline-end: 10px;
434
+ }
435
+ .address-form__addressFormWrapper___M0Ler .address-form__addressTypeContainer___JzuQf .address-form__addressType___YuGec label {
436
+ display: flex;
437
+ align-items: center;
438
+ cursor: pointer;
439
+ gap: 5px;
440
+ }
441
+ .address-form__addressFormWrapper___M0Ler .address-form__addressTypeContainer___JzuQf .address-form__addressType___YuGec label:hover {
442
+ font-weight: 400;
443
+ }
337
444
  .address-form__mapWrap___MCD0m {
338
445
  padding-bottom: 16px;
339
446
  }
@@ -1473,6 +1580,7 @@ h5,
1473
1580
  box-sizing: border-box;
1474
1581
  width: 100%;
1475
1582
  background-color: transparent;
1583
+ font-weight: 500;
1476
1584
  }
1477
1585
  @media only screen and (max-width: 480px) {
1478
1586
  .fy-input__fyInput___S4Mtu {
@@ -1492,7 +1600,9 @@ h5,
1492
1600
  outline: none;
1493
1601
  }
1494
1602
  .fy-input__fyInput___S4Mtu:disabled {
1495
- color: var(--textSecondary);
1603
+ color: var(--textSecondary, #9c9c9c);
1604
+ border-color: var(--overlaypopupdividerstroke, #e0e0e0);
1605
+ font-weight: 400;
1496
1606
  }
1497
1607
  .fy-input__fyInput___S4Mtu:focus {
1498
1608
  border-color: var(--buttonPrimary, #4e3f09);
@@ -1513,8 +1623,11 @@ h5,
1513
1623
  height: 48px;
1514
1624
  }
1515
1625
  .fy-input__outlined___CEaKm.fy-input__inputDisable___M8Zn2 {
1516
- border: 1px solid #cccccc;
1626
+ border: 1px solid var(--overlaypopupdividerstroke, #e0e0e0);
1517
1627
  cursor: not-allowed;
1628
+ pointer-events: auto;
1629
+ }
1630
+ .fy-input__outlined___CEaKm.fy-input__inputDisable___M8Zn2 input {
1518
1631
  pointer-events: none;
1519
1632
  }
1520
1633
  .fy-input__outlined___CEaKm.fy-input__medium___L3QsD {
@@ -2700,6 +2813,13 @@ h5,
2700
2813
  display: none !important;
2701
2814
  }
2702
2815
  }
2816
+ .mobile-number__additionalLableClasses___ceKOA {
2817
+ background-color: var(--pageBackground, #f8f8f8);
2818
+ color: var(--textLabel, #7d7676);
2819
+ font-size: 12px;
2820
+ font-style: normal;
2821
+ font-weight: 400;
2822
+ }
2703
2823
  .mobile-number__mobileInputWrapper___Na12n {
2704
2824
  display: flex;
2705
2825
  flex-direction: column;
@@ -3117,6 +3237,9 @@ h5,
3117
3237
  background: unset;
3118
3238
  color: var(--textLabel, #7d7676) !important;
3119
3239
  }
3240
+ .form-input-selector__customClass___hEqXl:focus-within {
3241
+ border-color: var(--buttonPrimary, #4e3f09);
3242
+ }
3120
3243
  .form-input-selector__telInput___F4FEd {
3121
3244
  background-color: transparent;
3122
3245
  }