favesalon-embed 1.0.14 → 1.0.16

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 (51) hide show
  1. package/dist/custom-elements/index.d.ts +36 -0
  2. package/dist/favesalon-embed/{_commonjsHelpers-a4f66ccd.js → _commonjsHelpers-9bc404fc.js} +1 -1
  3. package/dist/favesalon-embed/activate-form.entry.js +10 -3
  4. package/dist/favesalon-embed/buy-giftcard-form.entry.js +998 -0
  5. package/dist/favesalon-embed/buy-giftcard-verification.entry.js +153 -0
  6. package/dist/favesalon-embed/change-password-form.entry.js +10 -3
  7. package/dist/favesalon-embed/chat-box.entry.js +2 -2
  8. package/dist/favesalon-embed/chat-button.entry.js +2 -2
  9. package/dist/favesalon-embed/chat-form.entry.js +2 -2
  10. package/dist/favesalon-embed/chat-messages.entry.js +4 -4
  11. package/dist/favesalon-embed/chat-rooms.entry.js +3 -3
  12. package/dist/favesalon-embed/credit-card-types.entry.js +16 -0
  13. package/dist/favesalon-embed/favesalon-embed.esm.js +1 -1
  14. package/dist/favesalon-embed/{index-00b83e1c.js → index-ac52896a.js} +1 -1
  15. package/dist/favesalon-embed/{lodash-d5526b38.js → lodash-b4fe554a.js} +1 -1
  16. package/dist/favesalon-embed/login-form.entry.js +2 -2
  17. package/dist/favesalon-embed/powered-by-favesalon.entry.js +16 -0
  18. package/dist/favesalon-embed/register-form.entry.js +10 -4
  19. package/dist/favesalon-embed/{relativeTime-268e64b0.js → relativeTime-15477f02.js} +1 -1
  20. package/dist/favesalon-embed/reset-password-form.entry.js +10 -3
  21. package/dist/favesalon-embed/salon-booking.entry.js +2 -2
  22. package/dist/favesalon-embed/salon-gift-card.entry.js +2 -2
  23. package/dist/favesalon-embed/salon-info.entry.js +2 -2
  24. package/dist/favesalon-embed/salon-latest-reviews.entry.js +2 -2
  25. package/dist/favesalon-embed/salon-latest-styles.entry.js +2 -2
  26. package/dist/favesalon-embed/salon-locations.entry.js +2 -2
  27. package/dist/favesalon-embed/salon-lookbook.entry.js +2 -2
  28. package/dist/favesalon-embed/salon-reviews.entry.js +2 -2
  29. package/dist/favesalon-embed/salon-schedules.entry.js +2 -2
  30. package/dist/favesalon-embed/salon-services.entry.js +2 -2
  31. package/dist/favesalon-embed/salon-stylists.entry.js +2 -2
  32. package/dist/favesalon-embed/services-3dd9f820.js +24104 -0
  33. package/dist/favesalon-embed/services-45c0e274.js +24122 -0
  34. package/dist/favesalon-embed/{services-ece4767f.js → services-65861516.js} +333 -167
  35. package/dist/favesalon-embed/services-935ba09f.js +24118 -0
  36. package/dist/favesalon-embed/services-9a686ade.js +24122 -0
  37. package/dist/favesalon-embed/services-baa3f112.js +24123 -0
  38. package/dist/favesalon-embed/style-detail.entry.js +3 -3
  39. package/dist/favesalon-embed/wizard-existing-user.entry.js +146 -0
  40. package/dist/favesalon-embed/wizard-new-user.entry.js +178 -0
  41. package/dist/types/components/buy-giftcard-form/buy-giftcard-form.d.ts +56 -0
  42. package/dist/types/components/buy-giftcard-verification/buy-giftcard-verification.d.ts +21 -0
  43. package/dist/types/components/credit-card-types/credit-card-types.d.ts +4 -0
  44. package/dist/types/components/powered-by-favesalon/powered-by-favesalon.d.ts +4 -0
  45. package/dist/types/components/wizard-existing-user/wizard-existing-user.d.ts +19 -0
  46. package/dist/types/components/wizard-new-user/wizard-new-user.d.ts +23 -0
  47. package/dist/types/components.d.ts +108 -0
  48. package/dist/types/services/services.d.ts +55 -0
  49. package/dist/types/types/giftcard.d.ts +13 -0
  50. package/dist/types/types/salon.d.ts +1 -0
  51. package/package.json +3 -1
@@ -1,8 +1,8 @@
1
1
  import { r as registerInstance, h } from './index-888e99e3.js';
2
2
  import { a as formatWebsiteUrl, b as formatFullAddress } from './utils-fd30fb29.js';
3
3
  import { C as Colors } from './colors-ea36347a.js';
4
- import { H as HttpService } from './services-ece4767f.js';
5
- import './_commonjsHelpers-a4f66ccd.js';
4
+ import { H as HttpService } from './services-9a686ade.js';
5
+ import './_commonjsHelpers-9bc404fc.js';
6
6
 
7
7
  const indexCss = "@media (min-width: 768px){salon-locations .salon-contact--links{overflow:hidden;margin-left:-32px}salon-locations .salon-contact--links-item{float:left;display:flex;flex-direction:row;align-items:center;font-size:16px;min-width:300px;padding-left:32px}salon-locations .salon-contact--links-item:nth-child(2n+1){clear:left}salon-locations .salon-contact--links-item+.salon-contact--links-item{margin-top:8px}}";
8
8
 
@@ -1,7 +1,7 @@
1
1
  import { r as registerInstance, h } from './index-888e99e3.js';
2
2
  import { C as Colors } from './colors-ea36347a.js';
3
- import { H as HttpService } from './services-ece4767f.js';
4
- import './_commonjsHelpers-a4f66ccd.js';
3
+ import { H as HttpService } from './services-9a686ade.js';
4
+ import './_commonjsHelpers-9bc404fc.js';
5
5
 
6
6
  const indexCss = "@media (max-width: 768px){salon-lookbook .view-header{display:block !important}salon-lookbook .salon-loobook--serch-result{margin-bottom:16px}salon-lookbook .salon-loobook--filter-wrapper>label,salon-lookbook .salon-loobook--sort-wrapper>label{display:none !important}}";
7
7
 
@@ -1,7 +1,7 @@
1
1
  import { r as registerInstance, h } from './index-888e99e3.js';
2
- import { H as HttpService, d as dayjs_min, s as shortDateYearFormat } from './services-ece4767f.js';
2
+ import { H as HttpService, d as dayjs_min, f as shortDateYearFormat } from './services-9a686ade.js';
3
3
  import { C as Colors } from './colors-ea36347a.js';
4
- import './_commonjsHelpers-a4f66ccd.js';
4
+ import './_commonjsHelpers-9bc404fc.js';
5
5
 
6
6
  const indexCss = "@media (max-width: 768px){salon-reviews .salon-reviews{flex-direction:column !important}salon-reviews .salon-reviews--filters--options{display:none !important}salon-reviews .salon-reviews--list{padding-top:32px !important;padding-left:0px !important}salon-reviews .reviews-list--sorting>label{display:none !important}}";
7
7
 
@@ -1,7 +1,7 @@
1
1
  import { r as registerInstance, h } from './index-888e99e3.js';
2
- import { H as HttpService, B as BusinessHourStatus } from './services-ece4767f.js';
2
+ import { H as HttpService, B as BusinessHourStatus } from './services-9a686ade.js';
3
3
  import { C as Colors } from './colors-ea36347a.js';
4
- import './_commonjsHelpers-a4f66ccd.js';
4
+ import './_commonjsHelpers-9bc404fc.js';
5
5
 
6
6
  const indexCss = "salon-schedules .salon-schedules--day{display:flex;flex-direction:row;min-width:240px}@media (min-width: 768px){salon-schedules .salon-schedules--dates{overflow:hidden;margin-left:-32px}salon-schedules .salon-schedules--day{float:left;padding-left:32px}}";
7
7
 
@@ -1,7 +1,7 @@
1
1
  import { r as registerInstance, h } from './index-888e99e3.js';
2
- import { H as HttpService, a as sortBy_1 } from './services-ece4767f.js';
2
+ import { H as HttpService, h as sortBy_1 } from './services-9a686ade.js';
3
3
  import { C as Colors } from './colors-ea36347a.js';
4
- import './_commonjsHelpers-a4f66ccd.js';
4
+ import './_commonjsHelpers-9bc404fc.js';
5
5
 
6
6
  const indexCss = "";
7
7
 
@@ -1,7 +1,7 @@
1
1
  import { r as registerInstance, h } from './index-888e99e3.js';
2
2
  import { C as Colors } from './colors-ea36347a.js';
3
- import { H as HttpService } from './services-ece4767f.js';
4
- import './_commonjsHelpers-a4f66ccd.js';
3
+ import { H as HttpService } from './services-9a686ade.js';
4
+ import './_commonjsHelpers-9bc404fc.js';
5
5
 
6
6
  const indexCss = ".view--salon-stylists{overflow:hidden;margin-left:-12px;margin-top:-12px}.view--salon-stylists .salon-stylist{float:left;padding-left:12px;padding-top:12px;width:50%}.view--salon-stylists .salon-stylist--avatar{height:180px}@media (min-width: 576px){.view--salon-stylists .salon-stylist{width:33.33%;max-width:240px}}@media (min-width: 768px){.view--salon-stylists{margin-left:-24px;margin-top:-24px}.view--salon-stylists .salon-stylist{padding-left:24px;padding-top:24px;width:264px;max-width:none}.view--salon-stylists .salon-stylist--avatar{height:240px}}";
7
7