addio-ecomm-sdk 1.3.76 → 1.3.77

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 (149) hide show
  1. package/.vscode/settings.json +34 -34
  2. package/README.md +79 -79
  3. package/dist/index.d.ts +203 -203
  4. package/dist/index.js +1237 -1818
  5. package/dist/index.js.map +1 -1
  6. package/dist/lib/constants/components/CreditCardInput.d.ts +11 -11
  7. package/dist/lib/constants/components/CreditCardInput.js +65 -79
  8. package/dist/lib/constants/components/CreditCardInput.js.map +1 -1
  9. package/dist/lib/constants/components/Snackbar.d.ts +11 -11
  10. package/dist/lib/constants/components/Snackbar.js +29 -39
  11. package/dist/lib/constants/components/Snackbar.js.map +1 -1
  12. package/dist/lib/constants/contexts/CartContext/CartContextProvider.d.ts +7 -7
  13. package/dist/lib/constants/contexts/CartContext/CartContextProvider.js +640 -980
  14. package/dist/lib/constants/contexts/CartContext/CartContextProvider.js.map +1 -1
  15. package/dist/lib/constants/contexts/CartContext/index.d.ts +79 -79
  16. package/dist/lib/constants/contexts/CartContext/index.js +47 -127
  17. package/dist/lib/constants/contexts/CartContext/index.js.map +1 -1
  18. package/dist/lib/constants/contexts/DataContext/DataContextProvider.d.ts +15 -15
  19. package/dist/lib/constants/contexts/DataContext/DataContextProvider.js +173 -304
  20. package/dist/lib/constants/contexts/DataContext/DataContextProvider.js.map +1 -1
  21. package/dist/lib/constants/contexts/DataContext/index.d.ts +47 -47
  22. package/dist/lib/constants/contexts/DataContext/index.js +27 -67
  23. package/dist/lib/constants/contexts/DataContext/index.js.map +1 -1
  24. package/dist/lib/constants/contexts/LogContext/LogContextProvider.d.ts +6 -6
  25. package/dist/lib/constants/contexts/LogContext/LogContextProvider.js +40 -103
  26. package/dist/lib/constants/contexts/LogContext/LogContextProvider.js.map +1 -1
  27. package/dist/lib/constants/contexts/LogContext/index.d.ts +7 -7
  28. package/dist/lib/constants/contexts/LogContext/index.js +7 -45
  29. package/dist/lib/constants/contexts/LogContext/index.js.map +1 -1
  30. package/dist/lib/constants/contexts/ModalContext/ModalContextProvider.d.ts +7 -7
  31. package/dist/lib/constants/contexts/ModalContext/ModalContextProvider.js +61 -76
  32. package/dist/lib/constants/contexts/ModalContext/ModalContextProvider.js.map +1 -1
  33. package/dist/lib/constants/contexts/ModalContext/index.d.ts +14 -14
  34. package/dist/lib/constants/contexts/ModalContext/index.js +16 -18
  35. package/dist/lib/constants/contexts/ModalContext/index.js.map +1 -1
  36. package/dist/lib/constants/contexts/SDKContext/SDKProvider.d.ts +8 -8
  37. package/dist/lib/constants/contexts/SDKContext/SDKProvider.js +23 -79
  38. package/dist/lib/constants/contexts/SDKContext/SDKProvider.js.map +1 -1
  39. package/dist/lib/constants/contexts/SDKContext/index.d.ts +4 -4
  40. package/dist/lib/constants/contexts/SDKContext/index.js +4 -4
  41. package/dist/lib/constants/contexts/SDKContext/index.js.map +1 -1
  42. package/dist/lib/constants/contexts/SnackbarContext/SnackbarContext.d.ts +4 -4
  43. package/dist/lib/constants/contexts/SnackbarContext/SnackbarContext.js +6 -6
  44. package/dist/lib/constants/contexts/SnackbarContext/SnackbarContext.js.map +1 -1
  45. package/dist/lib/constants/contexts/SnackbarContext/SnackbarContextProvider.d.ts +12 -12
  46. package/dist/lib/constants/contexts/SnackbarContext/SnackbarContextProvider.js +38 -52
  47. package/dist/lib/constants/contexts/SnackbarContext/SnackbarContextProvider.js.map +1 -1
  48. package/dist/lib/constants/contexts/SnackbarContext/interfaces/ISnackbarContext.d.ts +19 -17
  49. package/dist/lib/constants/contexts/SnackbarContext/interfaces/ISnackbarContext.js +21 -21
  50. package/dist/lib/constants/contexts/SnackbarContext/interfaces/ISnackbarContext.js.map +1 -1
  51. package/dist/lib/constants/contexts/StockNotifContext/StockNotifContextProvider.d.ts +7 -7
  52. package/dist/lib/constants/contexts/StockNotifContext/StockNotifContextProvider.js +112 -179
  53. package/dist/lib/constants/contexts/StockNotifContext/StockNotifContextProvider.js.map +1 -1
  54. package/dist/lib/constants/contexts/StockNotifContext/index.d.ts +10 -10
  55. package/dist/lib/constants/contexts/StockNotifContext/index.js +10 -10
  56. package/dist/lib/constants/contexts/StockNotifContext/index.js.map +1 -1
  57. package/dist/lib/constants/contexts/UserContext/UserContextProvider.d.ts +5 -5
  58. package/dist/lib/constants/contexts/UserContext/UserContextProvider.js +313 -470
  59. package/dist/lib/constants/contexts/UserContext/UserContextProvider.js.map +1 -1
  60. package/dist/lib/constants/contexts/UserContext/index.d.ts +54 -54
  61. package/dist/lib/constants/contexts/UserContext/index.js +28 -82
  62. package/dist/lib/constants/contexts/UserContext/index.js.map +1 -1
  63. package/dist/lib/constants/contexts/WishlistContext/WishlistContextProvider.d.ts +6 -6
  64. package/dist/lib/constants/contexts/WishlistContext/WishlistContextProvider.js +231 -327
  65. package/dist/lib/constants/contexts/WishlistContext/WishlistContextProvider.js.map +1 -1
  66. package/dist/lib/constants/contexts/WishlistContext/index.d.ts +12 -12
  67. package/dist/lib/constants/contexts/WishlistContext/index.js +12 -12
  68. package/dist/lib/constants/contexts/WishlistContext/index.js.map +1 -1
  69. package/dist/lib/constants/hooks/useCart.d.ts +2 -2
  70. package/dist/lib/constants/hooks/useCart.js +11 -11
  71. package/dist/lib/constants/hooks/useCart.js.map +1 -1
  72. package/dist/lib/constants/hooks/useData.d.ts +2 -2
  73. package/dist/lib/constants/hooks/useData.js +11 -11
  74. package/dist/lib/constants/hooks/useData.js.map +1 -1
  75. package/dist/lib/constants/hooks/useLogs.d.ts +2 -2
  76. package/dist/lib/constants/hooks/useLogs.js +11 -11
  77. package/dist/lib/constants/hooks/useLogs.js.map +1 -1
  78. package/dist/lib/constants/hooks/useModal.d.ts +2 -2
  79. package/dist/lib/constants/hooks/useModal.js +11 -11
  80. package/dist/lib/constants/hooks/useModal.js.map +1 -1
  81. package/dist/lib/constants/hooks/useSDK.d.ts +2 -2
  82. package/dist/lib/constants/hooks/useSDK.js +11 -11
  83. package/dist/lib/constants/hooks/useSDK.js.map +1 -1
  84. package/dist/lib/constants/hooks/useSnackbar.d.ts +2 -2
  85. package/dist/lib/constants/hooks/useSnackbar.js +11 -11
  86. package/dist/lib/constants/hooks/useSnackbar.js.map +1 -1
  87. package/dist/lib/constants/hooks/useStockNotif.d.ts +2 -2
  88. package/dist/lib/constants/hooks/useStockNotif.js +11 -11
  89. package/dist/lib/constants/hooks/useStockNotif.js.map +1 -1
  90. package/dist/lib/constants/hooks/useUser.d.ts +2 -2
  91. package/dist/lib/constants/hooks/useUser.js +11 -11
  92. package/dist/lib/constants/hooks/useUser.js.map +1 -1
  93. package/dist/lib/constants/hooks/useWishlist.d.ts +2 -2
  94. package/dist/lib/constants/hooks/useWishlist.js +11 -11
  95. package/dist/lib/constants/hooks/useWishlist.js.map +1 -1
  96. package/dist/lib/models/image/index.d.ts +6 -6
  97. package/dist/lib/models/image/index.js +10 -15
  98. package/dist/lib/models/image/index.js.map +1 -1
  99. package/dist/lib/models/stockNotification/index.d.ts +13 -13
  100. package/dist/lib/models/stockNotification/index.js +70 -130
  101. package/dist/lib/models/stockNotification/index.js.map +1 -1
  102. package/dist/lib/models/wishlist/index.d.ts +14 -14
  103. package/dist/lib/models/wishlist/index.js +86 -155
  104. package/dist/lib/models/wishlist/index.js.map +1 -1
  105. package/dist/utils/StripeErrors.d.ts +24 -24
  106. package/dist/utils/StripeErrors.js +55 -55
  107. package/dist/utils/algolia.d.ts +3 -3
  108. package/dist/utils/algolia.js +35 -81
  109. package/dist/utils/algolia.js.map +1 -1
  110. package/dist/utils/analytics.d.ts +71 -71
  111. package/dist/utils/analytics.js +246 -257
  112. package/dist/utils/analytics.js.map +1 -1
  113. package/dist/utils/cart.d.ts +3 -3
  114. package/dist/utils/cart.js +65 -66
  115. package/dist/utils/cart.js.map +1 -1
  116. package/dist/utils/contentful.d.ts +10 -10
  117. package/dist/utils/contentful.js +63 -136
  118. package/dist/utils/contentful.js.map +1 -1
  119. package/dist/utils/functions.d.ts +21 -21
  120. package/dist/utils/functions.js +183 -200
  121. package/dist/utils/functions.js.map +1 -1
  122. package/dist/utils/getSDK.d.ts +4 -4
  123. package/dist/utils/getSDK.js +19 -77
  124. package/dist/utils/getSDK.js.map +1 -1
  125. package/dist/utils/initStoreData.d.ts +3 -3
  126. package/dist/utils/initStoreData.js +17 -62
  127. package/dist/utils/initStoreData.js.map +1 -1
  128. package/dist/utils/interfaces/IClientCMSData.d.ts +132 -132
  129. package/dist/utils/interfaces/IClientCMSData.js +2 -2
  130. package/dist/utils/interfaces/IEndpointResult.d.ts +10 -10
  131. package/dist/utils/interfaces/IEndpointResult.js +2 -2
  132. package/dist/utils/interfaces/IFacebookUserProfile.d.ts +10 -10
  133. package/dist/utils/interfaces/IFacebookUserProfile.js +2 -2
  134. package/dist/utils/interfaces/IFilter.d.ts +23 -23
  135. package/dist/utils/interfaces/IFilter.js +2 -2
  136. package/dist/utils/interfaces/IGoogleUserProfile.d.ts +7 -7
  137. package/dist/utils/interfaces/IGoogleUserProfile.js +2 -2
  138. package/dist/utils/interfaces/ISDKConfig.d.ts +7 -7
  139. package/dist/utils/interfaces/ISDKConfig.js +2 -2
  140. package/dist/utils/interfaces/ISpaceData.d.ts +18 -18
  141. package/dist/utils/interfaces/ISpaceData.js +2 -2
  142. package/dist/utils/larivieremeunier.d.ts +3 -3
  143. package/dist/utils/larivieremeunier.js +156 -156
  144. package/dist/utils/larivieremeunier.js.map +1 -1
  145. package/dist/utils/technosupply.d.ts +3 -3
  146. package/dist/utils/technosupply.js +155 -155
  147. package/dist/utils/technosupply.js.map +1 -1
  148. package/package.json +61 -61
  149. package/publish.sh +132 -132
@@ -1,157 +1,157 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- var larivieremeunier = {
4
- header: {
5
- promo: 'COVID-19 – Informations sur le délais de réponse et la rupture de stock >',
6
- promoLink: '/covid',
7
- menu: {
8
- showAbout: true
9
- }
10
- },
11
- map: {
12
- latitude: 45.5477693,
13
- longitude: -73.6422159
14
- },
15
- contact: {
16
- phones: [
17
- {
18
- name: 'Montréal',
19
- phone: '+1 (514) 389-4749'
20
- },
21
- {
22
- name: 'Sans frais',
23
- phone: '+1 (877) 389-4749'
24
- },
25
- {
26
- name: 'Téléc.',
27
- phone: '+1 (514) 389-9139'
28
- }
29
- ],
30
- banner: 'https://gng-ecr.imgix.net//the_beast/1.0.0/orgs/zrqIBwO7QyqUT2DoxeNW/spaces/RqUTslR7Jcll3lsD68yT/contact.png',
31
- addressLine1: '8839 Basile-Routhier',
32
- addressLine2: 'Montréal, Québec',
33
- addressLine3: 'H2M 1T2',
34
- email: 'info@larivieremeunier.com',
35
- businessHours: {
36
- title: 'Lundi au vendredi',
37
- hours: '8:30-16:30'
38
- },
39
- companyName: 'Larivière Meunier Médical'
40
- },
41
- social: {
42
- facebook: 'https://facebook.com',
43
- twitter: 'https://twitter.com',
44
- instagram: 'https://instagram.com',
45
- pinterest: 'https://pinterest.com'
46
- },
47
- qna: {
48
- title: 'Foire aux questions',
49
- banner: 'https://gng-ecr.imgix.net//the_beast/1.0.0/orgs/zrqIBwO7QyqUT2DoxeNW/spaces/RqUTslR7Jcll3lsD68yT/contact.png',
50
- catch: "Vous avez d'autres questions?",
51
- catchSubtitle: 'Maecenas pharetra convallis posuere morbi leo urna. Leo a diam sollicitudin tempor id eu nisl nunc.',
52
- catchButtonLink: '/contact',
53
- catchButtonText: 'Nous joindre',
54
- questions: [
55
- {
56
- question: 'J’ai passé une commande sur votre site internet. Quelles sont les étapes par la suite?',
57
- answer: 'We currently deliver to most postal codes in the following provinces in Canada: Alberta, British Columbia, Manitoba, Nova Scotia, Ontario, Quebec and Saskatchewan. To find out for sure if we deliver to your area, simply enter your postal code at the top of the page before placing an order. We currently deliver to most postal codes in the following provinces in Canada: Alberta, British Columbia, Manitoba, Nova Scotia, Ontario, Quebec and Saskatchewan. To find out for sure if we deliver to your area, simply enter your postal code at the top of the page before placing an order. We currently deliver to most postal codes in the following provinces in Canada: Alberta, British Columbia, Manitoba, Nova Scotia, Ontario, Quebec and Saskatchewan. To find out for sure if we deliver to your area, simply enter your postal code at the top of the page before placing an order. We currently deliver to most postal codes in the following provinces in Canada: Alberta, British Columbia, Manitoba, Nova Scotia, Ontario, Quebec and Saskatchewan. To find out for sure if we deliver to your area, simply enter your postal code at the top of the page before placing an order.'
58
- },
59
- {
60
- question: 'Pourquoi ouvrir un compte?',
61
- answer: 'We currently deliver to most postal codes in the following provinces in Canada: Alberta, British Columbia, Manitoba, Nova Scotia, Ontario, Quebec and Saskatchewan.'
62
- },
63
- {
64
- question: 'J’ai ouvert un compte professionnel (ou un compte étudiant) et je continue de voir un message m’invitant à ouvrir un tel compte. Pourquoi?',
65
- answer: 'Find out for sure if we deliver to your area, simply enter your postal code at the top of the page before placing an order.'
66
- },
67
- {
68
- question: 'Combien coûte la livraison et quelles sont les modalités de transport?',
69
- answer: 'We currently deliver to most postal codes in the following provinces in Canada: Alberta, British Columbia, Manitoba, Nova Scotia, Ontario, Quebec and Saskatchewan. To find out for sure if we deliver to your area, simply enter your postal code at the top of the page before placing an order.'
70
- },
71
- {
72
- question: 'Avez-vous des prix étudiants?',
73
- answer: 'We currently deliver to most postal codes in the following provinces in Canada: Alberta, British Columbia, Manitoba, Nova Scotia, Ontario, Quebec and Saskatchewan. To find out for sure if we deliver to your area, simply enter your postal code at the top of the page before placing an order.'
74
- },
75
- {
76
- question: 'Quelle est la politique de retour?',
77
- answer: 'We currently deliver to most postal codes in the following provinces in Canada: Alberta, British Columbia, Manitoba, Nova Scotia, Ontario, Quebec and Saskatchewan. To find out for sure if we deliver to your area, simply enter your postal code at the top of the page before placing an order.'
78
- },
79
- {
80
- question: 'Qui peut acheter le matériel d’acupuncture?',
81
- answer: 'We currently deliver to most postal codes in the following provinces in Canada: Alberta, British Columbia, Manitoba, Nova Scotia, Ontario, Quebec and Saskatchewan. To find out for sure if we deliver to your area, simply enter your postal code at the top of the page before placing an order.'
82
- }
83
- ]
84
- },
85
- products: {
86
- displayTemplate: '4columns',
87
- title: 'Nouveautés',
88
- productType: 'new',
89
- buttonText: 'Voir tous nos nouveautés',
90
- buttonLink: '/products'
91
- },
92
- callToActionBar: {
93
- logo: 'https://gng-ecr.imgix.net//the_beast/1.0.0/orgs/zrqIBwO7QyqUT2DoxeNW/spaces/RqUTslR7Jcll3lsD68yT/logo-lariviere-meunier.png',
94
- title: 'Vous avez des questions concernant nos produits ?',
95
- subtitle: 'Consultez la foire aux questions'
96
- },
97
- promoBlock: [
98
- {
99
- title: 'À l’achat de 5000 et +',
100
- title2: '5% de rabais ',
101
- text: 'Combinez différentes familles d’aiguilles pour un total de 5000 aiguilles et obtenez un rabais additionnel de 5%',
102
- color: 'primary'
103
- },
104
- {
105
- title: 'À l’achat de 10 000 et +',
106
- title2: '10% de rabais ',
107
- text: 'Combinez différentes familles d’aiguilles pour un total de 5000 aiguilles et obtenez un rabais additionnel de 5%',
108
- color: 'secondary'
109
- }
110
- ],
111
- footer: {
112
- showNewProducts: true,
113
- sections: [
114
- {
115
- title: 'À propos',
116
- description: 'Pionnier dans le domaine de la distribution de matériel médical, Distributions Larivière-Meunier, à l’origine, fut fondé en 1983.',
117
- links: [
118
- {
119
- title: "À propos de l'entreprise",
120
- url: '/about'
121
- },
122
- {
123
- title: 'Foire aux questions',
124
- url: '/faq'
125
- },
126
- {
127
- title: 'Politique de remboursement',
128
- url: '/politics'
129
- },
130
- {
131
- title: 'Nous joindre',
132
- url: '/contact'
133
- }
134
- ]
135
- },
136
- {
137
- title: 'Mon compte',
138
- links: [
139
- {
140
- title: 'Mon profil',
141
- url: '/my-profile/userInfos'
142
- },
143
- {
144
- title: 'Mes adresses',
145
- url: '/my-profile/addresses'
146
- },
147
- {
148
- title: 'Sécurité',
149
- url: '/my-profile/security'
150
- }
151
- ]
152
- }
153
- ]
154
- }
155
- };
156
- exports.default = larivieremeunier;
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const larivieremeunier = {
4
+ header: {
5
+ promo: 'COVID-19 – Informations sur le délais de réponse et la rupture de stock >',
6
+ promoLink: '/covid',
7
+ menu: {
8
+ showAbout: true
9
+ }
10
+ },
11
+ map: {
12
+ latitude: 45.5477693,
13
+ longitude: -73.6422159
14
+ },
15
+ contact: {
16
+ phones: [
17
+ {
18
+ name: 'Montréal',
19
+ phone: '+1 (514) 389-4749'
20
+ },
21
+ {
22
+ name: 'Sans frais',
23
+ phone: '+1 (877) 389-4749'
24
+ },
25
+ {
26
+ name: 'Téléc.',
27
+ phone: '+1 (514) 389-9139'
28
+ }
29
+ ],
30
+ banner: 'https://gng-ecr.imgix.net//the_beast/1.0.0/orgs/zrqIBwO7QyqUT2DoxeNW/spaces/RqUTslR7Jcll3lsD68yT/contact.png',
31
+ addressLine1: '8839 Basile-Routhier',
32
+ addressLine2: 'Montréal, Québec',
33
+ addressLine3: 'H2M 1T2',
34
+ email: 'info@larivieremeunier.com',
35
+ businessHours: {
36
+ title: 'Lundi au vendredi',
37
+ hours: '8:30-16:30'
38
+ },
39
+ companyName: 'Larivière Meunier Médical'
40
+ },
41
+ social: {
42
+ facebook: 'https://facebook.com',
43
+ twitter: 'https://twitter.com',
44
+ instagram: 'https://instagram.com',
45
+ pinterest: 'https://pinterest.com'
46
+ },
47
+ qna: {
48
+ title: 'Foire aux questions',
49
+ banner: 'https://gng-ecr.imgix.net//the_beast/1.0.0/orgs/zrqIBwO7QyqUT2DoxeNW/spaces/RqUTslR7Jcll3lsD68yT/contact.png',
50
+ catch: "Vous avez d'autres questions?",
51
+ catchSubtitle: 'Maecenas pharetra convallis posuere morbi leo urna. Leo a diam sollicitudin tempor id eu nisl nunc.',
52
+ catchButtonLink: '/contact',
53
+ catchButtonText: 'Nous joindre',
54
+ questions: [
55
+ {
56
+ question: 'J’ai passé une commande sur votre site internet. Quelles sont les étapes par la suite?',
57
+ answer: 'We currently deliver to most postal codes in the following provinces in Canada: Alberta, British Columbia, Manitoba, Nova Scotia, Ontario, Quebec and Saskatchewan. To find out for sure if we deliver to your area, simply enter your postal code at the top of the page before placing an order. We currently deliver to most postal codes in the following provinces in Canada: Alberta, British Columbia, Manitoba, Nova Scotia, Ontario, Quebec and Saskatchewan. To find out for sure if we deliver to your area, simply enter your postal code at the top of the page before placing an order. We currently deliver to most postal codes in the following provinces in Canada: Alberta, British Columbia, Manitoba, Nova Scotia, Ontario, Quebec and Saskatchewan. To find out for sure if we deliver to your area, simply enter your postal code at the top of the page before placing an order. We currently deliver to most postal codes in the following provinces in Canada: Alberta, British Columbia, Manitoba, Nova Scotia, Ontario, Quebec and Saskatchewan. To find out for sure if we deliver to your area, simply enter your postal code at the top of the page before placing an order.'
58
+ },
59
+ {
60
+ question: 'Pourquoi ouvrir un compte?',
61
+ answer: 'We currently deliver to most postal codes in the following provinces in Canada: Alberta, British Columbia, Manitoba, Nova Scotia, Ontario, Quebec and Saskatchewan.'
62
+ },
63
+ {
64
+ question: 'J’ai ouvert un compte professionnel (ou un compte étudiant) et je continue de voir un message m’invitant à ouvrir un tel compte. Pourquoi?',
65
+ answer: 'Find out for sure if we deliver to your area, simply enter your postal code at the top of the page before placing an order.'
66
+ },
67
+ {
68
+ question: 'Combien coûte la livraison et quelles sont les modalités de transport?',
69
+ answer: 'We currently deliver to most postal codes in the following provinces in Canada: Alberta, British Columbia, Manitoba, Nova Scotia, Ontario, Quebec and Saskatchewan. To find out for sure if we deliver to your area, simply enter your postal code at the top of the page before placing an order.'
70
+ },
71
+ {
72
+ question: 'Avez-vous des prix étudiants?',
73
+ answer: 'We currently deliver to most postal codes in the following provinces in Canada: Alberta, British Columbia, Manitoba, Nova Scotia, Ontario, Quebec and Saskatchewan. To find out for sure if we deliver to your area, simply enter your postal code at the top of the page before placing an order.'
74
+ },
75
+ {
76
+ question: 'Quelle est la politique de retour?',
77
+ answer: 'We currently deliver to most postal codes in the following provinces in Canada: Alberta, British Columbia, Manitoba, Nova Scotia, Ontario, Quebec and Saskatchewan. To find out for sure if we deliver to your area, simply enter your postal code at the top of the page before placing an order.'
78
+ },
79
+ {
80
+ question: 'Qui peut acheter le matériel d’acupuncture?',
81
+ answer: 'We currently deliver to most postal codes in the following provinces in Canada: Alberta, British Columbia, Manitoba, Nova Scotia, Ontario, Quebec and Saskatchewan. To find out for sure if we deliver to your area, simply enter your postal code at the top of the page before placing an order.'
82
+ }
83
+ ]
84
+ },
85
+ products: {
86
+ displayTemplate: '4columns',
87
+ title: 'Nouveautés',
88
+ productType: 'new',
89
+ buttonText: 'Voir tous nos nouveautés',
90
+ buttonLink: '/products'
91
+ },
92
+ callToActionBar: {
93
+ logo: 'https://gng-ecr.imgix.net//the_beast/1.0.0/orgs/zrqIBwO7QyqUT2DoxeNW/spaces/RqUTslR7Jcll3lsD68yT/logo-lariviere-meunier.png',
94
+ title: 'Vous avez des questions concernant nos produits ?',
95
+ subtitle: 'Consultez la foire aux questions'
96
+ },
97
+ promoBlock: [
98
+ {
99
+ title: 'À l’achat de 5000 et +',
100
+ title2: '5% de rabais ',
101
+ text: 'Combinez différentes familles d’aiguilles pour un total de 5000 aiguilles et obtenez un rabais additionnel de 5%',
102
+ color: 'primary'
103
+ },
104
+ {
105
+ title: 'À l’achat de 10 000 et +',
106
+ title2: '10% de rabais ',
107
+ text: 'Combinez différentes familles d’aiguilles pour un total de 5000 aiguilles et obtenez un rabais additionnel de 5%',
108
+ color: 'secondary'
109
+ }
110
+ ],
111
+ footer: {
112
+ showNewProducts: true,
113
+ sections: [
114
+ {
115
+ title: 'À propos',
116
+ description: 'Pionnier dans le domaine de la distribution de matériel médical, Distributions Larivière-Meunier, à l’origine, fut fondé en 1983.',
117
+ links: [
118
+ {
119
+ title: "À propos de l'entreprise",
120
+ url: '/about'
121
+ },
122
+ {
123
+ title: 'Foire aux questions',
124
+ url: '/faq'
125
+ },
126
+ {
127
+ title: 'Politique de remboursement',
128
+ url: '/politics'
129
+ },
130
+ {
131
+ title: 'Nous joindre',
132
+ url: '/contact'
133
+ }
134
+ ]
135
+ },
136
+ {
137
+ title: 'Mon compte',
138
+ links: [
139
+ {
140
+ title: 'Mon profil',
141
+ url: '/my-profile/userInfos'
142
+ },
143
+ {
144
+ title: 'Mes adresses',
145
+ url: '/my-profile/addresses'
146
+ },
147
+ {
148
+ title: 'Sécurité',
149
+ url: '/my-profile/security'
150
+ }
151
+ ]
152
+ }
153
+ ]
154
+ }
155
+ };
156
+ exports.default = larivieremeunier;
157
157
  //# sourceMappingURL=larivieremeunier.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"larivieremeunier.js","sourceRoot":"","sources":["../../src/utils/larivieremeunier.ts"],"names":[],"mappings":";;AAEA,IAAM,gBAAgB,GAAG;IACxB,MAAM,EAAE;QACP,KAAK,EAAE,2EAA2E;QAClF,SAAS,EAAE,QAAQ;QACnB,IAAI,EAAE;YACL,SAAS,EAAE,IAAI;SACf;KACD;IACD,GAAG,EAAE;QACJ,QAAQ,EAAE,UAAU;QACpB,SAAS,EAAE,CAAC,UAAU;KACtB;IACD,OAAO,EAAE;QACR,MAAM,EAAE;YACP;gBACC,IAAI,EAAE,UAAU;gBAChB,KAAK,EAAE,mBAAmB;aAC1B;YACD;gBACC,IAAI,EAAE,YAAY;gBAClB,KAAK,EAAE,mBAAmB;aAC1B;YACD;gBACC,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,mBAAmB;aAC1B;SACD;QACD,MAAM,EACL,8GAA8G;QAC/G,YAAY,EAAE,sBAAsB;QACpC,YAAY,EAAE,kBAAkB;QAChC,YAAY,EAAE,SAAS;QACvB,KAAK,EAAE,2BAA2B;QAClC,aAAa,EAAE;YACd,KAAK,EAAE,mBAAmB;YAC1B,KAAK,EAAE,YAAY;SACnB;QACD,WAAW,EAAE,2BAA2B;KACxC;IACD,MAAM,EAAE;QACP,QAAQ,EAAE,sBAAsB;QAChC,OAAO,EAAE,qBAAqB;QAC9B,SAAS,EAAE,uBAAuB;QAClC,SAAS,EAAE,uBAAuB;KAClC;IACD,GAAG,EAAE;QACJ,KAAK,EAAE,qBAAqB;QAC5B,MAAM,EACL,8GAA8G;QAC/G,KAAK,EAAE,+BAA+B;QACtC,aAAa,EACZ,qGAAqG;QACtG,eAAe,EAAE,UAAU;QAC3B,eAAe,EAAE,cAAc;QAC/B,SAAS,EAAE;YACV;gBACC,QAAQ,EAAE,wFAAwF;gBAClG,MAAM,EACL,6oCAA6oC;aAC9oC;YACD;gBACC,QAAQ,EAAE,4BAA4B;gBACtC,MAAM,EACL,qKAAqK;aACtK;YACD;gBACC,QAAQ,EACP,4IAA4I;gBAC7I,MAAM,EACL,6HAA6H;aAC9H;YACD;gBACC,QAAQ,EAAE,wEAAwE;gBAClF,MAAM,EACL,oSAAoS;aACrS;YACD;gBACC,QAAQ,EAAE,+BAA+B;gBACzC,MAAM,EACL,oSAAoS;aACrS;YACD;gBACC,QAAQ,EAAE,oCAAoC;gBAC9C,MAAM,EACL,oSAAoS;aACrS;YACD;gBACC,QAAQ,EAAE,6CAA6C;gBACvD,MAAM,EACL,oSAAoS;aACrS;SACD;KACD;IACD,QAAQ,EAAE;QACT,eAAe,EAAE,UAAU;QAC3B,KAAK,EAAE,YAAY;QACnB,WAAW,EAAE,KAAK;QAClB,UAAU,EAAE,0BAA0B;QACtC,UAAU,EAAE,WAAW;KACvB;IACD,eAAe,EAAE;QAChB,IAAI,EAAE,6HAA6H;QACnI,KAAK,EAAE,mDAAmD;QAC1D,QAAQ,EAAE,kCAAkC;KAC5C;IACD,UAAU,EAAE;QACX;YACC,KAAK,EAAE,wBAAwB;YAC/B,MAAM,EAAE,eAAe;YACvB,IAAI,EAAE,kHAAkH;YACxH,KAAK,EAAE,SAAS;SAChB;QACD;YACC,KAAK,EAAE,0BAA0B;YACjC,MAAM,EAAE,gBAAgB;YACxB,IAAI,EAAE,kHAAkH;YACxH,KAAK,EAAE,WAAW;SAClB;KACD;IACD,MAAM,EAAE;QACP,eAAe,EAAE,IAAI;QACrB,QAAQ,EAAE;YACT;gBACC,KAAK,EAAE,UAAU;gBACjB,WAAW,EACV,mIAAmI;gBACpI,KAAK,EAAE;oBACN;wBACC,KAAK,EAAE,0BAA0B;wBACjC,GAAG,EAAE,QAAQ;qBACb;oBACD;wBACC,KAAK,EAAE,qBAAqB;wBAC5B,GAAG,EAAE,MAAM;qBACX;oBACD;wBACC,KAAK,EAAE,4BAA4B;wBACnC,GAAG,EAAE,WAAW;qBAChB;oBACD;wBACC,KAAK,EAAE,cAAc;wBACrB,GAAG,EAAE,UAAU;qBACf;iBACD;aACD;YACD;gBACC,KAAK,EAAE,YAAY;gBACnB,KAAK,EAAE;oBACN;wBACC,KAAK,EAAE,YAAY;wBACnB,GAAG,EAAE,uBAAuB;qBAC5B;oBACD;wBACC,KAAK,EAAE,cAAc;wBACrB,GAAG,EAAE,uBAAuB;qBAC5B;oBACD;wBACC,KAAK,EAAE,UAAU;wBACjB,GAAG,EAAE,sBAAsB;qBAC3B;iBACD;aACD;SACD;KACD;CACiB,CAAA;AAEnB,kBAAe,gBAAgB,CAAA"}
1
+ {"version":3,"file":"larivieremeunier.js","sourceRoot":"","sources":["../../src/utils/larivieremeunier.ts"],"names":[],"mappings":"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"}
@@ -1,3 +1,3 @@
1
- import IClientCMSData from './interfaces/IClientCMSData';
2
- declare const technosupply: IClientCMSData;
3
- export default technosupply;
1
+ import IClientCMSData from './interfaces/IClientCMSData';
2
+ declare const technosupply: IClientCMSData;
3
+ export default technosupply;