project-booster-vue 10.30.0 → 10.30.2

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 (184) hide show
  1. package/package.json +1 -1
  2. package/src/Intro.stories.mdx +1 -1
  3. package/src/components/animations/PbProjectsLandingAnimation.stories.mdx +2 -2
  4. package/src/components/animations/PbProjectsLandingAnimation.vue +5 -5
  5. package/src/components/appointment/PbAppointmentNotification.vue +66 -0
  6. package/src/components/appointment/appointmentQualification-default-payload.json +3 -3
  7. package/src/components/cards/3-cards-list.json +3 -3
  8. package/src/components/cards/4-cards-list.json +4 -4
  9. package/src/components/cards/PbCard.stories.mdx +16 -16
  10. package/src/components/cards/cards-list.json +2 -2
  11. package/src/components/cards/decorators/PbCardSelectionIndicator.vue +1 -1
  12. package/src/components/cards-select/PbCardsSelect.stories.mdx +1 -1
  13. package/src/components/configurations/search/PbConfigurationsSearch.vue +3 -2
  14. package/src/components/configurations/search/tools.json +2 -2
  15. package/src/components/date-picker/MPbDatePicker.stories.mdx +1 -1
  16. package/src/components/date-picker/MPbDatePicker.vue +1 -1
  17. package/src/components/dropdown/PbDropdown.vue +1 -1
  18. package/src/components/empty-state/PbEmptyState.stories.mdx +15 -15
  19. package/src/components/estimates/PbEstimatesList.stories.mdx +1 -1
  20. package/src/components/header/PbHeader.stories.mdx +1 -1
  21. package/src/components/header/PbHeader.vue +1 -1
  22. package/src/components/items/PbItem.stories.mdx +2 -2
  23. package/src/components/items/PbItem.vue +3 -3
  24. package/src/components/items/PbItemInput.stories.mdx +2 -2
  25. package/src/components/items/PbItemInput.vue +2 -2
  26. package/src/components/items/PbItemsList.stories.mdx +2 -2
  27. package/src/components/items/PbItemsList.vue +1 -1
  28. package/src/components/items/items-list-icon.json +1 -1
  29. package/src/components/landing/PbProjectsLanding.vue +30 -23
  30. package/src/components/landing/PbProjectsLandingEstimators.vue +8 -8
  31. package/src/components/loader/PbAnimableLoader.stories.mdx +1 -1
  32. package/src/components/loader/PbAnimableLoader.vue +1 -1
  33. package/src/components/loader/PbLoader.stories.mdx +1 -1
  34. package/src/components/loader/PbMediaLoader.vue +1 -1
  35. package/src/components/media/PbMedia.vue +1 -1
  36. package/src/components/media/detail/PbMediaDetail.vue +11 -9
  37. package/src/components/media/list/PbMediaList.vue +1 -1
  38. package/src/components/media/list/documents-list-payload.json +1 -1
  39. package/src/components/media/upload/PbMediaUpload.vue +1 -1
  40. package/src/components/mopinion/PbMOpinion.stories.mdx +1 -1
  41. package/src/components/mozaic/accordions/MAccordion.stories.mdx +7 -7
  42. package/src/components/mozaic/buttons/MButton.stories.mdx +12 -12
  43. package/src/components/mozaic/checkbox/MCheckbox.stories.mdx +2 -2
  44. package/src/components/mozaic/dialog/MDialog.stories.mdx +3 -3
  45. package/src/components/mozaic/dialog/MDialog.vue +1 -1
  46. package/src/components/mozaic/flag/MFlag.stories.mdx +3 -3
  47. package/src/components/mozaic/flex/MFlex.stories.mdx +1 -1
  48. package/src/components/mozaic/grid/GridSystem.stories.mdx +1 -1
  49. package/src/components/mozaic/grid/MContainer.stories.mdx +2 -2
  50. package/src/components/mozaic/grid/MFlexy.stories.mdx +2 -2
  51. package/src/components/mozaic/grid/MFlexyCol.stories.mdx +2 -2
  52. package/src/components/mozaic/heading/MHeading.stories.mdx +3 -3
  53. package/src/components/mozaic/icon/MIcon.stories.mdx +5 -5
  54. package/src/components/mozaic/image/MImage.stories.mdx +2 -2
  55. package/src/components/mozaic/layer/MLayer.stories.mdx +2 -2
  56. package/src/components/mozaic/layer/MLayer.vue +1 -1
  57. package/src/components/mozaic/link/MLink.stories.mdx +41 -41
  58. package/src/components/mozaic/notifications/MNotification.stories.mdx +3 -3
  59. package/src/components/mozaic/quantityselector/MQuantitySelector.stories.mdx +3 -3
  60. package/src/components/mozaic/quantityselector/MQuantitySelector.vue +2 -2
  61. package/src/components/mozaic/radio/MRadio.stories.mdx +2 -2
  62. package/src/components/mozaic/radio/MRadio.vue +1 -1
  63. package/src/components/mozaic/tabs/MTabs.stories.mdx +2 -2
  64. package/src/components/mozaic/text-input/MTextInput.stories.mdx +5 -5
  65. package/src/components/onboarding/PbOnboarding.stories.js +3 -3
  66. package/src/components/onboarding/PbOnboarding.vue +1 -1
  67. package/src/components/pedagogy/default-payload.json +4 -4
  68. package/src/components/pedagogy/with-email-lead.json +1 -1
  69. package/src/components/pedagogy/with-instructions.json +4 -4
  70. package/src/components/products/PbProducts.vue +1 -1
  71. package/src/components/products/default-payload.json +1 -1
  72. package/src/components/projects/project-attributes/PbProjectAttributes.vue +16 -16
  73. package/src/components/projects/project-connect/PbProjectConnect.vue +1 -1
  74. package/src/components/projects/project-created/PbProjectCreated.vue +1 -1
  75. package/src/components/projects/project-hub/PbProjectHub.vue +27 -15
  76. package/src/components/projects/project-item-save/PbProjectItemSave.vue +1 -1
  77. package/src/components/projects/project-item-save/PbProjectItemSaveProjectsList.vue +1 -1
  78. package/src/components/projects/projects-list/PbProjectHub.vue +7 -7
  79. package/src/components/projects/projects-list/PbProjectsList.vue +6 -6
  80. package/src/components/question/PbQuestion-Demo-Multiple.stories.mdx +3 -3
  81. package/src/components/question/PbQuestion-Demo-Simple.stories.mdx +4 -4
  82. package/src/components/question/PbQuestion-Features-Answers-Buttons.stories.mdx +1 -1
  83. package/src/components/question/PbQuestion-Features-Question-Decorator-stripe.stories.mdx +7 -7
  84. package/src/components/question/PbQuestion-Features-Question-Skippable.stories.mdx +4 -4
  85. package/src/components/question/PbQuestion-Features-With-Progress-Bar.stories.mdx +2 -2
  86. package/src/components/question/PbQuestion.stories.mdx +1 -1
  87. package/src/components/question/PbQuestion.vue +2 -2
  88. package/src/components/question/amount-input/PbAmountInput.stories.mdx +1 -1
  89. package/src/components/question/amount-input/PbAmountInput.vue +2 -2
  90. package/src/components/question/city-search/PbCitySearch.stories.mdx +1 -1
  91. package/src/components/question/city-search/PbCitySearch.vue +1 -1
  92. package/src/components/question/city-search/default-payload.json +1 -1
  93. package/src/components/question/configurations-import/PbConfigurationsImport.stories.mdx +1 -1
  94. package/src/components/question/configurations-import/PbConfigurationsImport.vue +3 -3
  95. package/src/components/question/default-payload-modal.json +1 -1
  96. package/src/components/question/default-payload.json +1 -1
  97. package/src/components/question/dimensions-input/PbDimensionsInput.stories.mdx +1 -1
  98. package/src/components/question/dimensions-input/PbDimensionsInput.vue +2 -2
  99. package/src/components/question/dimensions-input/default-payload.json +1 -1
  100. package/src/components/question/incremental-amount-input/PbIncrementalAmountInput.stories.mdx +1 -1
  101. package/src/components/question/incremental-amount-input/PbIncrementalAmountInput.vue +1 -1
  102. package/src/components/question/incremental-amount-input/default-payload.json +1 -1
  103. package/src/components/question/list-select/PbListSelect-Answers-Skippable.stories.mdx +2 -1
  104. package/src/components/question/list-select/PbListSelect.stories.mdx +1 -1
  105. package/src/components/question/list-select/PbListSelect.vue +3 -3
  106. package/src/components/question/login-redirect/PbLoginRedirect.stories.mdx +6 -5
  107. package/src/components/question/login-redirect/default-payload.json +2 -2
  108. package/src/components/question/name-input/PbNameInput.stories.mdx +1 -1
  109. package/src/components/question/name-input/PbNameInput.vue +1 -1
  110. package/src/components/question/space-input/PbSpaceInput.stories.mdx +1 -1
  111. package/src/components/question/space-input/PbSpaceInput.vue +2 -2
  112. package/src/components/question/upload-document/PbUploadDocument.stories.mdx +1 -1
  113. package/src/components/question/upload-document/PbUploadDocument.vue +3 -3
  114. package/src/components/restitution/PbRestitution.vue +1 -1
  115. package/src/components/restitution/PbRestitutionLine.vue +2 -2
  116. package/src/components/restitution/restitution-default.json +2 -2
  117. package/src/components/restitution/restitution-no-pricebar.json +2 -2
  118. package/src/components/restitution/restitution-with-conditionnal-exit-options.json +3 -3
  119. package/src/components/restitution/restitution-with-exit-options.json +3 -3
  120. package/src/components/rework/alert/default-payload.json +2 -2
  121. package/src/components/rework/cards/3-cards-list.json +3 -3
  122. package/src/components/rework/cards/4-cards-list.json +4 -4
  123. package/src/components/rework/cards/MPbCards.stories.mdx +16 -16
  124. package/src/components/rework/cards/cards-list.json +2 -2
  125. package/src/components/rework/cards/decorators/MPbCardSelectionIndicator.vue +1 -1
  126. package/src/components/rework/media/upload/MPbMediaUpload.vue +1 -1
  127. package/src/components/rework/products/default-payload.json +1 -1
  128. package/src/components/rework/question/MPbQuestion.stories.mdx +1 -1
  129. package/src/components/rework/question/MPbQuestion.vue +3 -3
  130. package/src/components/rework/question/amount-input/MPbAmountInput.stories.mdx +3 -3
  131. package/src/components/rework/question/amount-input/MPbAmountInput.vue +2 -2
  132. package/src/components/rework/question/city-search/MPbCitySearch.stories.mdx +1 -1
  133. package/src/components/rework/question/city-search/MPbCitySearch.vue +1 -1
  134. package/src/components/rework/question/configurations-import/MPbConfigurationsImport.stories.mdx +1 -1
  135. package/src/components/rework/question/default-payload.json +1 -1
  136. package/src/components/rework/question/dimensions-input/MPbDimensionsInput.stories.mdx +1 -1
  137. package/src/components/rework/question/dimensions-input/MPbDimensionsInput.vue +1 -1
  138. package/src/components/rework/question/incremental-amount-input/MPbIncrementalAmountInput.stories.mdx +1 -1
  139. package/src/components/rework/question/incremental-amount-input/MPbIncrementalAmountInput.vue +1 -1
  140. package/src/components/rework/question/incremental-amount-input/default-payload.json +1 -1
  141. package/src/components/rework/question/list-select/MPbListSelect-Answers-Skippable.stories.mdx +2 -1
  142. package/src/components/rework/question/list-select/MPbListSelect.stories.mdx +1 -1
  143. package/src/components/rework/question/name-input/MPbNameInput.stories.mdx +1 -1
  144. package/src/components/rework/question/name-input/MPbNameInput.vue +1 -1
  145. package/src/components/rework/question/space-input/MPbSpaceInput.stories.mdx +1 -1
  146. package/src/components/rework/question/space-input/MPbSpaceInput.vue +1 -1
  147. package/src/components/rework/question/upload-document/MPbUploadDocument.stories.mdx +1 -1
  148. package/src/components/rework/question/upload-document/MPbUploadDocument.vue +1 -1
  149. package/src/components/rework/restitution/MPbRestitutionList.vue +1 -1
  150. package/src/components/rework/restitution/restitution-list-default.json +2 -2
  151. package/src/components/rework/ui/accordion/default-payload.json +1 -1
  152. package/src/components/scenario/PbScenario-Features-Skippable-Event.stories.mdx +6 -6
  153. package/src/components/scenario/scenarii/appointment-qualification-bathroom.json +28 -28
  154. package/src/components/scenario/scenarii/appointment-qualification-carpentry.json +37 -37
  155. package/src/components/scenario/scenarii/appointment-qualification-garden.json +20 -20
  156. package/src/components/scenario/scenarii/appointment-qualification-kitchen.json +45 -45
  157. package/src/components/scenario/scenarii/estimator-attic-insulation.json +14 -14
  158. package/src/components/scenario/scenarii/estimator-bathroom.json +69 -69
  159. package/src/components/scenario/scenarii/estimator-bookcase.json +15 -15
  160. package/src/components/scenario/scenarii/estimator-dressing.json +20 -20
  161. package/src/components/scenario/scenarii/estimator-external-wall-insulation.json +18 -18
  162. package/src/components/scenario/scenarii/estimator-floor-insulation.json +17 -17
  163. package/src/components/scenario/scenarii/estimator-floor.json +51 -51
  164. package/src/components/scenario/scenarii/estimator-heating.json +10 -10
  165. package/src/components/scenario/scenarii/estimator-hpwa.json +23 -23
  166. package/src/components/scenario/scenarii/estimator-kitchen.json +54 -54
  167. package/src/components/scenario/scenarii/estimator-misc.json +12 -12
  168. package/src/components/scenario/scenarii/estimator-new-construction.json +12 -12
  169. package/src/components/scenario/scenarii/estimator-pellet-boiler.json +26 -26
  170. package/src/components/scenario/scenarii/estimator-pellet-burning-stove.json +25 -25
  171. package/src/components/scenario/scenarii/estimator-roof-floor.json +25 -25
  172. package/src/components/scenario/scenarii/estimator-solar-panel.json +7 -7
  173. package/src/components/scenario/scenarii/estimator-storage.json +63 -63
  174. package/src/components/scenario/scenarii/estimator-tv.json +18 -18
  175. package/src/components/scenario/scenarii/estimator-wood-stove.json +28 -28
  176. package/src/components/scenario/scenarii/scenario-kitchen-context-for-rehydration.json +39 -39
  177. package/src/components/trezor/PbTrezor.stories.mdx +1 -1
  178. package/src/components/trezor/PbTrezor.vue +1 -1
  179. package/src/components/warning-message/PbWarningMessage.stories.mdx +1 -1
  180. package/src/components/warning-message/PbWarningMessage.vue +2 -2
  181. package/src/components/warning-message/with-modal.json +1 -1
  182. package/src/services/api/mocks/jsons/appointmentsRecovery.json +27 -27
  183. package/src/services/api/mocks/jsons/products.json +3 -3
  184. package/src/services/api/mocks/jsons/tools.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "project-booster-vue",
3
- "version": "10.30.0",
3
+ "version": "10.30.2",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -8,7 +8,7 @@ import { Meta, Canvas, Story, ArgsTable } from '@storybook/addon-docs';
8
8
 
9
9
  <div style={{ display: 'flex', flexDirection: 'column', alignItems: 'center'}}>
10
10
  <img
11
- src="https://storage.googleapis.com/project-booster-media/project-booster-vue/logo-project-booster-vue-large.svg"
11
+ src="https://customer-project.adeo.cloud/project-booster-media/project-booster-vue/logo-project-booster-vue-large.svg"
12
12
  style={{ backgroundColor: 'black', width: '20vw' }}
13
13
  />
14
14
 
@@ -12,8 +12,8 @@ import PbProjectsLandingAnimation from './PbProjectsLandingAnimation';
12
12
 
13
13
  # 🦠 `PbProjectsLandingAnimation` - Component
14
14
 
15
- [![alt text](https://storage.googleapis.com/project-booster-media/project-booster-vue/project-booster-wireframes.svg 'Project booster component wireframes')](https://www.figma.com/file/HRykzcjxuPMggEZtbdUPak/Espace-projet?node-id=4050%3A106200)
16
- [![alt text](https://storage.googleapis.com/project-booster-media/project-booster-vue/project-booster-sources.svg 'Project booster component source code')](https://github.com/adeo/project-booster-vue/tree/master/src/components/animations)
15
+ [![alt text](https://customer-project.adeo.cloud/project-booster-media/project-booster-vue/project-booster-wireframes.svg 'Project booster component wireframes')](https://www.figma.com/file/HRykzcjxuPMggEZtbdUPak/Espace-projet?node-id=4050%3A106200)
16
+ [![alt text](https://customer-project.adeo.cloud/project-booster-media/project-booster-vue/project-booster-sources.svg 'Project booster component source code')](https://github.com/adeo/project-booster-vue/tree/master/src/components/animations)
17
17
 
18
18
  ---
19
19
 
@@ -52,27 +52,27 @@
52
52
  <div class="pb-projects-landing-animation__images-container">
53
53
  <m-image
54
54
  class="pb-projects-landing-animation__image pb-projects-landing-animation__image-1"
55
- src="https://storage.googleapis.com/project-booster-media/landing-projet/illustration-construction.png"
55
+ src="https://customer-project.adeo.cloud/project-booster-media/landing-projet/illustration-construction.png"
56
56
  ratio="1x1"
57
57
  />
58
58
  <m-image
59
59
  class="pb-projects-landing-animation__image pb-projects-landing-animation__image-2"
60
- src="https://storage.googleapis.com/project-booster-media/landing-projet/illustration-renovation.png"
60
+ src="https://customer-project.adeo.cloud/project-booster-media/landing-projet/illustration-renovation.png"
61
61
  ratio="1x1"
62
62
  />
63
63
  <m-image
64
64
  class="pb-projects-landing-animation__image pb-projects-landing-animation__image-3"
65
- src="https://storage.googleapis.com/project-booster-media/landing-projet/illustration-ameublement.png"
65
+ src="https://customer-project.adeo.cloud/project-booster-media/landing-projet/illustration-ameublement.png"
66
66
  ratio="1x1"
67
67
  />
68
68
  <m-image
69
69
  class="pb-projects-landing-animation__image pb-projects-landing-animation__image-4"
70
- src="https://storage.googleapis.com/project-booster-media/landing-projet/illustration-exterieur.png"
70
+ src="https://customer-project.adeo.cloud/project-booster-media/landing-projet/illustration-exterieur.png"
71
71
  ratio="1x1"
72
72
  />
73
73
  <m-image
74
74
  class="pb-projects-landing-animation__image pb-projects-landing-animation__image-5"
75
- src="https://storage.googleapis.com/project-booster-media/landing-projet/illustration-decoration.png"
75
+ src="https://customer-project.adeo.cloud/project-booster-media/landing-projet/illustration-decoration.png"
76
76
  ratio="1x1"
77
77
  />
78
78
  </div>
@@ -0,0 +1,66 @@
1
+ <script lang="ts">
2
+ export default {
3
+ name: 'PbAppointmentNotification',
4
+ props: {
5
+ title: { type: String, default: null },
6
+ informationText: { type: String, default: null },
7
+ updateAppointmentLink: { type: String, default: null },
8
+ },
9
+ };
10
+ </script>
11
+
12
+ <template>
13
+ <div class="appointment-notification">
14
+ <span class="appointment-notification__title">
15
+ {{ title }}
16
+ </span>
17
+ <span class="appointment-notification__information">
18
+ {{ informationText }}
19
+ </span>
20
+ <a
21
+ v-if="!!updateAppointmentLink"
22
+ target="_blank"
23
+ :href="updateAppointmentLink"
24
+ class="appointment-notification__update-button"
25
+ >
26
+ Modifier ou annuler mon rendez-vous
27
+ </a>
28
+ </div>
29
+ </template>
30
+
31
+ <style lang="css" scoped>
32
+ .appointment-notification {
33
+ gap: 1rem;
34
+ display: flex;
35
+ flex-direction: column;
36
+
37
+ width: 100%;
38
+ padding: 1rem 2rem;
39
+ box-sizing: border-box;
40
+
41
+ border-radius: 4px;
42
+ background-color: #daeff7;
43
+ border: 1px solid #0b96cc;
44
+ }
45
+
46
+ .appointment-notification__title {
47
+ font-size: 1rem;
48
+ font-weight: 600;
49
+ }
50
+
51
+ .appointment-notification__information {
52
+ font-weight: 400;
53
+ font-size: 0.875rem;
54
+ }
55
+
56
+ .appointment-notification__update-button {
57
+ width: fit-content;
58
+ padding: 0.75rem 1rem;
59
+
60
+ color: white;
61
+ border-radius: 4px;
62
+ text-align: center;
63
+ text-decoration: none;
64
+ background-color: #333;
65
+ }
66
+ </style>
@@ -19,7 +19,7 @@
19
19
  "code": "ITEM-1",
20
20
  "viewModel": {
21
21
  "title": "Les informations sur votre projet",
22
- "image": "https://storage.googleapis.com/project-booster-media/vad/liste-etapes/picto_planner-bien-choisir_small_40.svg",
22
+ "image": "https://customer-project.adeo.cloud/project-booster-media/vad/liste-etapes/picto_planner-bien-choisir_small_40.svg",
23
23
  "imageSize": "small"
24
24
  }
25
25
  },
@@ -27,7 +27,7 @@
27
27
  "code": "ITEM-2",
28
28
  "viewModel": {
29
29
  "title": "Un plan aux mesures de votre pièce (dessin, document, plan 3D…)",
30
- "image": "https://storage.googleapis.com/project-booster-media/vad/liste-etapes/picto_planner-plan_40.svg",
30
+ "image": "https://customer-project.adeo.cloud/project-booster-media/vad/liste-etapes/picto_planner-plan_40.svg",
31
31
  "imageSize": "small"
32
32
  }
33
33
  },
@@ -35,7 +35,7 @@
35
35
  "code": "ITEM-3",
36
36
  "viewModel": {
37
37
  "title": "Des photos de votre cuisine",
38
- "image": "https://storage.googleapis.com/project-booster-media/vad/picto_planner-penser_photo-small.svg",
38
+ "image": "https://customer-project.adeo.cloud/project-booster-media/vad/picto_planner-penser_photo-small.svg",
39
39
  "imageSize": "small"
40
40
  }
41
41
  }
@@ -4,7 +4,7 @@
4
4
  "code": "CARD-1",
5
5
  "viewModel": {
6
6
  "title": "Par Chat",
7
- "image": "https://storage.googleapis.com/project-booster-media/common/services/store.jpg",
7
+ "image": "https://customer-project.adeo.cloud/project-booster-media/common/services/store.jpg",
8
8
  "text": "Sit voluptatem accusantium",
9
9
  "buttonLabel": "Contacter",
10
10
  "buttonHref": "http://leroymerlin.fr"
@@ -14,7 +14,7 @@
14
14
  "code": "CARD-2",
15
15
  "viewModel": {
16
16
  "title": "Par téléphone",
17
- "image": "https://storage.googleapis.com/project-booster-media/common/services/appointment.jpg",
17
+ "image": "https://customer-project.adeo.cloud/project-booster-media/common/services/appointment.jpg",
18
18
  "text": "Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium",
19
19
  "buttonLabel": "Contacter",
20
20
  "buttonHref": "http://leroymerlin.fr"
@@ -24,7 +24,7 @@
24
24
  "code": "CARD-3",
25
25
  "viewModel": {
26
26
  "title": "En autonomie",
27
- "image": "https://storage.googleapis.com/project-booster-media/common/services/photo-OAA-rangement-lien-tool.jpg",
27
+ "image": "https://customer-project.adeo.cloud/project-booster-media/common/services/photo-OAA-rangement-lien-tool.jpg",
28
28
  "text": "Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium",
29
29
  "buttonLabel": "Contacter",
30
30
  "buttonHref": "http://leroymerlin.fr"
@@ -4,7 +4,7 @@
4
4
  "code": "CARD-1",
5
5
  "viewModel": {
6
6
  "title": "Par Chat",
7
- "image": "https://storage.googleapis.com/project-booster-media/common/services/store.jpg",
7
+ "image": "https://customer-project.adeo.cloud/project-booster-media/common/services/store.jpg",
8
8
  "text": "Sit voluptatem accusantium",
9
9
  "buttonLabel": "Contacter",
10
10
  "buttonHref": "http://leroymerlin.fr"
@@ -14,7 +14,7 @@
14
14
  "code": "CARD-2",
15
15
  "viewModel": {
16
16
  "title": "Par téléphone",
17
- "image": "https://storage.googleapis.com/project-booster-media/common/services/appointment.jpg",
17
+ "image": "https://customer-project.adeo.cloud/project-booster-media/common/services/appointment.jpg",
18
18
  "text": "Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium",
19
19
  "buttonLabel": "Contacter",
20
20
  "buttonHref": "http://leroymerlin.fr"
@@ -24,7 +24,7 @@
24
24
  "code": "CARD-3",
25
25
  "viewModel": {
26
26
  "title": "En autonomie",
27
- "image": "https://storage.googleapis.com/project-booster-media/common/services/photo-OAA-rangement-lien-tool.jpg",
27
+ "image": "https://customer-project.adeo.cloud/project-booster-media/common/services/photo-OAA-rangement-lien-tool.jpg",
28
28
  "text": "Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium",
29
29
  "buttonLabel": "Contacter",
30
30
  "buttonHref": "http://leroymerlin.fr"
@@ -34,7 +34,7 @@
34
34
  "code": "CARD-4",
35
35
  "viewModel": {
36
36
  "title": "En ??",
37
- "image": "https://storage.googleapis.com/project-booster-media/common/services/installation.jpg",
37
+ "image": "https://customer-project.adeo.cloud/project-booster-media/common/services/installation.jpg",
38
38
  "text": "Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium",
39
39
  "buttonLabel": "Contacter",
40
40
  "buttonHref": "http://leroymerlin.fr"
@@ -92,8 +92,8 @@ export const HTML_STRING = `HTML string:
92
92
 
93
93
  # 🦠 `PbCard` - Component
94
94
 
95
- [![alt text](https://storage.googleapis.com/project-booster-media/project-booster-vue/project-booster-wireframes.svg 'Project booster component wireframes')](https://www.figma.com/file/XqqYm6Trew66wygIrVdH6r/%5BLIBRAIRIE%5D-Composants-Project-Booster?node-id=6%3A13)
96
- [![alt text](https://storage.googleapis.com/project-booster-media/project-booster-vue/project-booster-sources.svg 'Project booster component source code')](https://github.com/adeo/project-booster-vue/tree/master/src/components/cards)
95
+ [![alt text](https://customer-project.adeo.cloud/project-booster-media/project-booster-vue/project-booster-wireframes.svg 'Project booster component wireframes')](https://www.figma.com/file/XqqYm6Trew66wygIrVdH6r/%5BLIBRAIRIE%5D-Composants-Project-Booster?node-id=6%3A13)
96
+ [![alt text](https://customer-project.adeo.cloud/project-booster-media/project-booster-vue/project-booster-sources.svg 'Project booster component source code')](https://github.com/adeo/project-booster-vue/tree/master/src/components/cards)
97
97
 
98
98
  ---
99
99
 
@@ -293,48 +293,48 @@ export const TemplateSandbox = (args, { argTypes }) => ({
293
293
  text="The card text should have two lines"
294
294
  button-label="The button label"
295
295
  selected
296
- type-icon="https://storage.googleapis.com/project-booster-media/mozaic-icons/svg/Payment_Bill_24px.svg"
296
+ type-icon="https://customer-project.adeo.cloud/project-booster-media/mozaic-icons/svg/Payment_Bill_24px.svg"
297
297
  class="pb-card--story"
298
298
  />
299
299
  <pb-card
300
300
  image="https://images.unsplash.com/photo-1577106777018-886191d770b2?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1868&q=80"
301
301
  image-title="The image title"
302
302
  selected
303
- type-icon="https://storage.googleapis.com/project-booster-media/mozaic-icons/svg/Payment_Bill_24px.svg"
303
+ type-icon="https://customer-project.adeo.cloud/project-booster-media/mozaic-icons/svg/Payment_Bill_24px.svg"
304
304
  class="pb-card--story"
305
305
  />
306
306
  <pb-card
307
307
  image="https://images.unsplash.com/photo-1577106777018-886191d770b2?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1868&q=80"
308
308
  image-title="The image title"
309
309
  selectable
310
- type-icon="https://storage.googleapis.com/project-booster-media/mozaic-icons/svg/Payment_Bill_24px.svg"
310
+ type-icon="https://customer-project.adeo.cloud/project-booster-media/mozaic-icons/svg/Payment_Bill_24px.svg"
311
311
  class="pb-card--story"
312
312
  />
313
313
  <pb-card
314
314
  image-title="The image title"
315
315
  selectable
316
- type-icon="https://storage.googleapis.com/project-booster-media/mozaic-icons/svg/Payment_Bill_24px.svg"
316
+ type-icon="https://customer-project.adeo.cloud/project-booster-media/mozaic-icons/svg/Payment_Bill_24px.svg"
317
317
  class="pb-card--story"
318
318
  />
319
319
  <pb-card
320
320
  image-title="The image title"
321
321
  flag="The card flag"
322
322
  selectable
323
- type-icon="https://storage.googleapis.com/project-booster-media/mozaic-icons/svg/Payment_Bill_24px.svg"
323
+ type-icon="https://customer-project.adeo.cloud/project-booster-media/mozaic-icons/svg/Payment_Bill_24px.svg"
324
324
  class="pb-card--story"
325
325
  />
326
326
  <pb-card
327
327
  image-title="The image title"
328
328
  hero="The card hero"
329
329
  selectable
330
- type-icon="https://storage.googleapis.com/project-booster-media/mozaic-icons/svg/Payment_Bill_24px.svg"
330
+ type-icon="https://customer-project.adeo.cloud/project-booster-media/mozaic-icons/svg/Payment_Bill_24px.svg"
331
331
  class="pb-card--story"
332
332
  />
333
333
  <pb-card
334
334
  image-title="The image title"
335
335
  title="The card title"
336
336
  selectable
337
- type-icon="https://storage.googleapis.com/project-booster-media/mozaic-icons/svg/Payment_Bill_24px.svg"
337
+ type-icon="https://customer-project.adeo.cloud/project-booster-media/mozaic-icons/svg/Payment_Bill_24px.svg"
338
338
  class="pb-card--story"
339
339
  />
340
340
  </div>
@@ -1101,7 +1101,7 @@ export const TemplateSandbox = (args, { argTypes }) => ({
1101
1101
  button-label="The button label"
1102
1102
  disabled
1103
1103
  selectable
1104
- type-icon="https://storage.googleapis.com/project-booster-media/mozaic-icons/svg/Payment_Bill_24px.svg"
1104
+ type-icon="https://customer-project.adeo.cloud/project-booster-media/mozaic-icons/svg/Payment_Bill_24px.svg"
1105
1105
  class="pb-card--story"
1106
1106
  />
1107
1107
  <pb-card
@@ -1126,7 +1126,7 @@ export const TemplateSandbox = (args, { argTypes }) => ({
1126
1126
  button-label="The button label"
1127
1127
  disabled
1128
1128
  selectable
1129
- type-icon="https://storage.googleapis.com/project-booster-media/mozaic-icons/svg/Payment_Bill_24px.svg"
1129
+ type-icon="https://customer-project.adeo.cloud/project-booster-media/mozaic-icons/svg/Payment_Bill_24px.svg"
1130
1130
  class="pb-card--story"
1131
1131
  />
1132
1132
  <pb-card
@@ -1139,7 +1139,7 @@ export const TemplateSandbox = (args, { argTypes }) => ({
1139
1139
  button-label="The button label"
1140
1140
  disabled
1141
1141
  selectable
1142
- type-icon="https://storage.googleapis.com/project-booster-media/mozaic-icons/svg/Payment_Bill_24px.svg"
1142
+ type-icon="https://customer-project.adeo.cloud/project-booster-media/mozaic-icons/svg/Payment_Bill_24px.svg"
1143
1143
  class="pb-card--story"
1144
1144
  />
1145
1145
  </div>
@@ -1298,12 +1298,12 @@ export const TemplateSandbox = (args, { argTypes }) => ({
1298
1298
  title="The card title"
1299
1299
  text="The card text should have two lines"
1300
1300
  button-label="The button label"
1301
- type-icon="https://storage.googleapis.com/project-booster-media/mozaic-icons/svg/Payment_Bill_24px.svg"
1301
+ type-icon="https://customer-project.adeo.cloud/project-booster-media/mozaic-icons/svg/Payment_Bill_24px.svg"
1302
1302
  class="pb-card--story"
1303
1303
  />
1304
1304
  <pb-card
1305
1305
  title="The card title"
1306
- type-icon="https://storage.googleapis.com/project-booster-media/mozaic-icons/svg/Payment_Bill_24px.svg"
1306
+ type-icon="https://customer-project.adeo.cloud/project-booster-media/mozaic-icons/svg/Payment_Bill_24px.svg"
1307
1307
  class="pb-card--story"
1308
1308
  />
1309
1309
  </div>
@@ -1445,7 +1445,7 @@ export const TemplateSandbox = (args, { argTypes }) => ({
1445
1445
  title="The card title"
1446
1446
  text="The card text should have two lines"
1447
1447
  link-label="The link label"
1448
- type-icon="https://storage.googleapis.com/project-booster-media/mozaic-icons/svg/Payment_Bill_24px.svg"
1448
+ type-icon="https://customer-project.adeo.cloud/project-booster-media/mozaic-icons/svg/Payment_Bill_24px.svg"
1449
1449
  class="pb-card--story"
1450
1450
  />
1451
1451
  <pb-card
@@ -1476,7 +1476,7 @@ export const TemplateSandbox = (args, { argTypes }) => ({
1476
1476
  title="The card title"
1477
1477
  text="The card text should have two lines"
1478
1478
  card-link="http://www.google.com"
1479
- type-icon="https://storage.googleapis.com/project-booster-media/mozaic-icons/svg/Payment_Bill_24px.svg"
1479
+ type-icon="https://customer-project.adeo.cloud/project-booster-media/mozaic-icons/svg/Payment_Bill_24px.svg"
1480
1480
  class="pb-card--story"
1481
1481
  />
1482
1482
  </div>
@@ -4,7 +4,7 @@
4
4
  "code": "CARD-1",
5
5
  "viewModel": {
6
6
  "title": "Par Chat",
7
- "image": "https://storage.googleapis.com/project-booster-media/common/services/store.jpg",
7
+ "image": "https://customer-project.adeo.cloud/project-booster-media/common/services/store.jpg",
8
8
  "text": "Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium",
9
9
  "buttonLabel": "Contacter",
10
10
  "buttonHref": "http://leroymerlin.fr"
@@ -14,7 +14,7 @@
14
14
  "code": "CARD-2",
15
15
  "viewModel": {
16
16
  "title": "Par téléphone",
17
- "image": "https://storage.googleapis.com/project-booster-media/common/services/appointment.jpg",
17
+ "image": "https://customer-project.adeo.cloud/project-booster-media/common/services/appointment.jpg",
18
18
  "text": "Sed ut perspiciatis unde omnis iste natus error",
19
19
  "buttonLabel": "Contacter",
20
20
  "buttonHref": "http://leroymerlin.fr"
@@ -50,7 +50,7 @@ $responsive-breakpoint: 's';
50
50
  &::after {
51
51
  animation: zoom-in 100ms forwards;
52
52
  background-color: $color-primary-01-500;
53
- background-image: url('https://storage.googleapis.com/project-booster-media/mozaic-icons/svg/Navigation_Notification_Available_16px--White.svg');
53
+ background-image: url('https://customer-project.adeo.cloud/project-booster-media/mozaic-icons/svg/Navigation_Notification_Available_16px--White.svg');
54
54
  background-position: center;
55
55
  border-color: $color-primary-01-500;
56
56
  border-radius: 100%;
@@ -542,7 +542,7 @@ export const TemplateValidation = (args, { argTypes }) => ({
542
542
  alignText: 'center',
543
543
  alignHorizontal: 'center',
544
544
  alignVertical: 'center',
545
- typeIcon: 'https://storage.googleapis.com/project-booster-media/mozaic-icons/svg/Payment_Bill_24px.svg',
545
+ typeIcon: 'https://customer-project.adeo.cloud/project-booster-media/mozaic-icons/svg/Payment_Bill_24px.svg',
546
546
  selected: true,
547
547
  },
548
548
  ]"
@@ -103,8 +103,9 @@ import PbConfigurationsList from '../list/PbConfigurationsList.vue';
103
103
  import PbLoader from '../../loader/PbLoader.vue';
104
104
 
105
105
  const ICONS_PER_TOOL_TYPE = {
106
- 'budget-estimator': 'https://storage.googleapis.com/project-booster-media/mozaic-icons/svg/Payment_Bill_24px.svg',
107
- 'oaa': 'https://storage.googleapis.com/project-booster-media/mozaic-icons/svg/Media_Project_24px.svg',
106
+ 'budget-estimator':
107
+ 'https://customer-project.adeo.cloud/project-booster-media/mozaic-icons/svg/Payment_Bill_24px.svg',
108
+ 'oaa': 'https://customer-project.adeo.cloud/project-booster-media/mozaic-icons/svg/Media_Project_24px.svg',
108
109
  };
109
110
 
110
111
  export default defineComponent({
@@ -8,7 +8,7 @@
8
8
  "subtitle": "Meubles + équipements + pose",
9
9
  "type": "budget-estimator",
10
10
  "link": "https://www.leroymerlin.fr/estimez-le-cout-de-votre-prochaine-cuisine.html",
11
- "image": "https://storage.googleapis.com/project-booster-media/kitchen/logo-kitchen-estimators.png"
11
+ "image": "https://customer-project.adeo.cloud/project-booster-media/kitchen/logo-kitchen-estimators.png"
12
12
  },
13
13
  {
14
14
  "id": "Estimation-budget-cout-rangement",
@@ -16,7 +16,7 @@
16
16
  "subtitle": "Radiateur + pose",
17
17
  "type": "budget-estimator",
18
18
  "link": "https://www.leroymerlin.fr/estimez-le-cout-de-votre-meuble-de-rangement-sur-mesure.html",
19
- "image": "https://storage.googleapis.com/project-booster-media/storage/logo-storage-estimator.jpg"
19
+ "image": "https://customer-project.adeo.cloud/project-booster-media/storage/logo-storage-estimator.jpg"
20
20
  },
21
21
  {
22
22
  "id": "Concevoir-ma-cuisine-en-3D",
@@ -13,7 +13,7 @@ import MPbDatePicker from './MPbDatePicker.vue';
13
13
 
14
14
  # 🦠 `MPbDatePicker` - Components
15
15
 
16
- [![alt text](https://storage.googleapis.com/project-booster-media/project-booster-vue/project-booster-sources.svg 'Project booster component source code')](https://github.com/adeo/project-booster-vue/tree/master/src/components/date-picker/MPbDatePicker)
16
+ [![alt text](https://customer-project.adeo.cloud/project-booster-media/project-booster-vue/project-booster-sources.svg 'Project booster component source code')](https://github.com/adeo/project-booster-vue/tree/master/src/components/date-picker/MPbDatePicker)
17
17
 
18
18
  ---
19
19
 
@@ -5,7 +5,7 @@ import MLink from '../mozaic/link/MLink.vue';
5
5
  import MButton from '../mozaic/buttons/MButton.vue';
6
6
 
7
7
  const BACK_ICON =
8
- 'https://storage.googleapis.com/project-booster-media/mozaic-icons/svg/Navigation_Arrow_Arrow--Left_16px.svg';
8
+ 'https://customer-project.adeo.cloud/project-booster-media/mozaic-icons/svg/Navigation_Arrow_Arrow--Left_16px.svg';
9
9
  const props = defineProps(['payload']);
10
10
  const emit = defineEmits(['go-back']);
11
11
  const store = useStore();
@@ -131,7 +131,7 @@ export interface DropdownConfig {
131
131
  }
132
132
 
133
133
  const STAR_ICON =
134
- 'https://storage.googleapis.com/project-booster-media/mozaic-icons/svg/Social_View_Star--Full_24px.svg';
134
+ 'https://customer-project.adeo.cloud/project-booster-media/mozaic-icons/svg/Social_View_Star--Full_24px.svg';
135
135
 
136
136
  export default defineComponent({
137
137
  name: 'PbDropdown',
@@ -11,8 +11,8 @@ import PbEmptyState from './PbEmptyState';
11
11
 
12
12
  # 🦠 `PbEmptyState` - Component
13
13
 
14
- [![alt text](https://storage.googleapis.com/project-booster-media/project-booster-vue/project-booster-wireframes.svg 'Project booster component wireframes')](https://www.figma.com/file/XqqYm6Trew66wygIrVdH6r/%5BLIBRAIRIE%5D-Composants-Project-Booster?node-id=362%3A47)
15
- [![alt text](https://storage.googleapis.com/project-booster-media/project-booster-vue/project-booster-sources.svg 'Project booster component source code')](https://github.com/adeo/project-booster-vue/tree/master/src/components/empty-state)
14
+ [![alt text](https://customer-project.adeo.cloud/project-booster-media/project-booster-vue/project-booster-wireframes.svg 'Project booster component wireframes')](https://www.figma.com/file/XqqYm6Trew66wygIrVdH6r/%5BLIBRAIRIE%5D-Composants-Project-Booster?node-id=362%3A47)
15
+ [![alt text](https://customer-project.adeo.cloud/project-booster-media/project-booster-vue/project-booster-sources.svg 'Project booster component source code')](https://github.com/adeo/project-booster-vue/tree/master/src/components/empty-state)
16
16
 
17
17
  ---
18
18
 
@@ -53,15 +53,15 @@ export const TemplateSandbox = (args, { argTypes }) => {
53
53
  args={{
54
54
  title: 'The empty state title',
55
55
  subtitle: 'The empty state subtitle',
56
- image: 'https://storage.googleapis.com/project-booster-media/planner/planner.svg',
57
- icon: 'https://storage.googleapis.com/project-booster-media/mozaic-icons/svg/Navigation_Notification_Circle--Available_64px.svg',
56
+ image: 'https://customer-project.adeo.cloud/project-booster-media/planner/planner.svg',
57
+ icon: 'https://customer-project.adeo.cloud/project-booster-media/mozaic-icons/svg/Navigation_Notification_Circle--Available_64px.svg',
58
58
  buttonLabel: 'The button label',
59
59
  buttonLeftIcon:
60
- 'https://storage.googleapis.com/project-booster-media/mozaic-icons/svg/Navigation_Arrow_Arrow--Left_24px.svg',
60
+ 'https://customer-project.adeo.cloud/project-booster-media/mozaic-icons/svg/Navigation_Arrow_Arrow--Left_24px.svg',
61
61
  buttonRightIcon:
62
- 'https://storage.googleapis.com/project-booster-media/mozaic-icons/svg/Navigation_Arrow_Arrow--Right_24px.svg',
62
+ 'https://customer-project.adeo.cloud/project-booster-media/mozaic-icons/svg/Navigation_Arrow_Arrow--Right_24px.svg',
63
63
  typeIcon:
64
- 'https://storage.googleapis.com/project-booster-media/mozaic-icons/svg/Navigation_Notification_Circle--Available_24px.svg',
64
+ 'https://customer-project.adeo.cloud/project-booster-media/mozaic-icons/svg/Navigation_Notification_Circle--Available_24px.svg',
65
65
  }}
66
66
  >
67
67
  {TemplateSandbox.bind({})}
@@ -113,8 +113,8 @@ export const TemplateSandbox = (args, { argTypes }) => {
113
113
  template: `
114
114
  <div style="display: flex; flex-direction: column; gap: 1rem;">
115
115
  <pb-empty-state title="The empty state title" />
116
- <pb-empty-state title="The empty state title" image="https://storage.googleapis.com/project-booster-media/planner/planner.svg" />
117
- <pb-empty-state title="The empty state title" image="https://storage.googleapis.com/project-booster-media/media/media.svg" />
116
+ <pb-empty-state title="The empty state title" image="https://customer-project.adeo.cloud/project-booster-media/planner/planner.svg" />
117
+ <pb-empty-state title="The empty state title" image="https://customer-project.adeo.cloud/project-booster-media/media/media.svg" />
118
118
  </div>
119
119
  `,
120
120
  }}
@@ -130,7 +130,7 @@ export const TemplateSandbox = (args, { argTypes }) => {
130
130
  template: `
131
131
  <div style="display: flex; flex-direction: column; gap: 1rem;">
132
132
  <pb-empty-state />
133
- <pb-empty-state icon="https://storage.googleapis.com/project-booster-media/mozaic-icons/svg/Navigation_Notification_Circle--Available_64px.svg" />
133
+ <pb-empty-state icon="https://customer-project.adeo.cloud/project-booster-media/mozaic-icons/svg/Navigation_Notification_Circle--Available_64px.svg" />
134
134
  </div>
135
135
  `,
136
136
  }}
@@ -164,12 +164,12 @@ export const TemplateSandbox = (args, { argTypes }) => {
164
164
  <div style="display: flex; flex-direction: column; gap: 1rem;">
165
165
  <pb-empty-state />
166
166
  <pb-empty-state button-label="The button label" />
167
- <pb-empty-state button-left-icon="https://storage.googleapis.com/project-booster-media/mozaic-icons/svg/Navigation_Arrow_Arrow--Left_24px.svg" />
168
- <pb-empty-state button-right-icon="https://storage.googleapis.com/project-booster-media/mozaic-icons/svg/Navigation_Arrow_Arrow--Right_24px.svg" />
167
+ <pb-empty-state button-left-icon="https://customer-project.adeo.cloud/project-booster-media/mozaic-icons/svg/Navigation_Arrow_Arrow--Left_24px.svg" />
168
+ <pb-empty-state button-right-icon="https://customer-project.adeo.cloud/project-booster-media/mozaic-icons/svg/Navigation_Arrow_Arrow--Right_24px.svg" />
169
169
  <pb-empty-state
170
170
  button-label="The button label"
171
- button-left-icon="https://storage.googleapis.com/project-booster-media/mozaic-icons/svg/Navigation_Arrow_Arrow--Left_24px.svg"
172
- button-right-icon="https://storage.googleapis.com/project-booster-media/mozaic-icons/svg/Navigation_Arrow_Arrow--Right_24px.svg"
171
+ button-left-icon="https://customer-project.adeo.cloud/project-booster-media/mozaic-icons/svg/Navigation_Arrow_Arrow--Left_24px.svg"
172
+ button-right-icon="https://customer-project.adeo.cloud/project-booster-media/mozaic-icons/svg/Navigation_Arrow_Arrow--Right_24px.svg"
173
173
  />
174
174
  </div>
175
175
  `,
@@ -186,7 +186,7 @@ export const TemplateSandbox = (args, { argTypes }) => {
186
186
  template: `
187
187
  <div style="display: flex; flex-direction: column; gap: 1rem;">
188
188
  <pb-empty-state title="The empty state title" />
189
- <pb-empty-state title="The empty state title" type-icon="https://storage.googleapis.com/project-booster-media/mozaic-icons/svg/Navigation_Notification_Circle--Available_24px.svg" />
189
+ <pb-empty-state title="The empty state title" type-icon="https://customer-project.adeo.cloud/project-booster-media/mozaic-icons/svg/Navigation_Notification_Circle--Available_24px.svg" />
190
190
  </div>
191
191
  `,
192
192
  }}
@@ -41,7 +41,7 @@ import {
41
41
 
42
42
  # 🦠 `PbEstimatesList` - Components
43
43
 
44
- [![alt text](https://storage.googleapis.com/project-booster-media/project-booster-vue/project-booster-sources.svg 'Project booster component source code')](https://github.com/adeo/project-booster-vue/tree/master/src/components/estimates)
44
+ [![alt text](https://customer-project.adeo.cloud/project-booster-media/project-booster-vue/project-booster-sources.svg 'Project booster component source code')](https://github.com/adeo/project-booster-vue/tree/master/src/components/estimates)
45
45
 
46
46
  ---
47
47
 
@@ -36,7 +36,7 @@ export const TemplateSandbox = (args, { argTypes }) => ({
36
36
  <Story
37
37
  name="101 Sandbox"
38
38
  args={{
39
- logo: 'https://storage.googleapis.com/project-booster-media/common/logo-lm.svg',
39
+ logo: 'https://customer-project.adeo.cloud/project-booster-media/common/logo-lm.svg',
40
40
  title: 'Espace projet client',
41
41
  subtitle: 'Connecté en tant que 20010944',
42
42
  logoutLabel: 'Se déconnecter',
@@ -10,7 +10,7 @@
10
10
  <div v-if="logoutLabel" class="pb-header__button">
11
11
  <m-button
12
12
  class="pb-header__button--mobile"
13
- left-icon="https://storage.googleapis.com/project-booster-media/mozaic-icons/svg/Navigation_Display_Connect_32px.svg"
13
+ left-icon="https://customer-project.adeo.cloud/project-booster-media/mozaic-icons/svg/Navigation_Display_Connect_32px.svg"
14
14
  theme="text-primary"
15
15
  size="s"
16
16
  @click="handleLogoutClick"
@@ -49,8 +49,8 @@ export const serializeValues = (values) => {
49
49
 
50
50
  # 🦠 `PbItem` - Component
51
51
 
52
- [![alt text](https://storage.googleapis.com/project-booster-media/project-booster-vue/project-booster-wireframes.svg 'Project booster component wireframes')](https://www.figma.com/file/XqqYm6Trew66wygIrVdH6r/%5BLIBRAIRIE%5D-Composants-Project-Booster?node-id=1344%3A11693)
53
- [![alt text](https://storage.googleapis.com/project-booster-media/project-booster-vue/project-booster-sources.svg 'Project booster component source code')](https://github.com/adeo/project-booster-vue/tree/master/src/components/items)
52
+ [![alt text](https://customer-project.adeo.cloud/project-booster-media/project-booster-vue/project-booster-wireframes.svg 'Project booster component wireframes')](https://www.figma.com/file/XqqYm6Trew66wygIrVdH6r/%5BLIBRAIRIE%5D-Composants-Project-Booster?node-id=1344%3A11693)
53
+ [![alt text](https://customer-project.adeo.cloud/project-booster-media/project-booster-vue/project-booster-sources.svg 'Project booster component source code')](https://github.com/adeo/project-booster-vue/tree/master/src/components/items)
54
54
 
55
55
  ---
56
56
 
@@ -133,7 +133,7 @@ export default defineComponent({
133
133
  icon: {
134
134
  type: String,
135
135
  default:
136
- "https://storage.googleapis.com/project-booster-media/mozaic-icons/svg/Navigation_Arrow_Arrow--Right_24px.svg'",
136
+ "https://customer-project.adeo.cloud/project-booster-media/mozaic-icons/svg/Navigation_Arrow_Arrow--Right_24px.svg'",
137
137
  },
138
138
  },
139
139
 
@@ -212,7 +212,7 @@ export default defineComponent({
212
212
  :deep(.mc-checkbox .mc-checkbox__input) {
213
213
  background: none;
214
214
  border-color: white;
215
- content: url('https://storage.googleapis.com/project-booster-media/mozaic-icons/svg/Navigation_Notification_Available_16px--White.svg');
215
+ content: url('https://customer-project.adeo.cloud/project-booster-media/mozaic-icons/svg/Navigation_Notification_Available_16px--White.svg');
216
216
  filter: invert(56%) sepia(9%) saturate(3801%) hue-rotate(58deg) brightness(89%) contrast(93%);
217
217
  }
218
218
 
@@ -230,7 +230,7 @@ export default defineComponent({
230
230
  :deep(.mc-radio .mc-radio__input) {
231
231
  background: none;
232
232
  border-color: white;
233
- content: url('https://storage.googleapis.com/project-booster-media/mozaic-icons/svg/Navigation_Notification_Available_16px--White.svg');
233
+ content: url('https://customer-project.adeo.cloud/project-booster-media/mozaic-icons/svg/Navigation_Notification_Available_16px--White.svg');
234
234
  filter: invert(56%) sepia(9%) saturate(3801%) hue-rotate(58deg) brightness(89%) contrast(93%);
235
235
  }
236
236