@cnamts/synapse 1.0.11 → 1.0.13
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.
- package/dist/{DateFilter-QEfKOz0P.js → DateFilter-_EFzsvvM.js} +1 -1
- package/dist/{NumberFilter-C0h7gVzp.js → NumberFilter-CUxEbKJh.js} +1 -1
- package/dist/{PeriodFilter-8dVrKjju.js → PeriodFilter-D5ueqtKy.js} +1 -1
- package/dist/{SelectFilter-BI3QGbqb.js → SelectFilter-BciBNydy.js} +1 -1
- package/dist/{TextFilter-UOp1hcPp.js → TextFilter-DMN_WAQB.js} +1 -1
- package/dist/components/Amelipro/AmeliproAccordion/AmeliproAccordion.d.ts +7 -3
- package/dist/components/Amelipro/AmeliproAccordion/AmeliproAccordionTemplate/AmeliproAccordionTemplate.d.ts +1 -1
- package/dist/components/Amelipro/AmeliproAccordionList/AmeliproAccordionList.d.ts +2 -0
- package/dist/components/Amelipro/AmeliproAccordionResult/AmeliproAccordionResult.d.ts +7 -3
- package/dist/components/Amelipro/AmeliproAccordionResult/AmeliproAccordionResultTemplate/AmeliproAccordionResultTemplate.d.ts +1 -1
- package/dist/components/Amelipro/AmeliproAutoCompleteField/AmeliproAutoCompleteField.d.ts +50 -68
- package/dist/components/Amelipro/AmeliproCard/AmeliproCard.d.ts +1 -1
- package/dist/components/Amelipro/AmeliproIcon/AmeliproIcon.d.ts +1 -1
- package/dist/components/Amelipro/AmeliproIconBtn/AmeliproIconBtn.d.ts +5 -5
- package/dist/components/Amelipro/AmeliproMultipleFoldingCard/AmeliproMultipleFoldingCard.d.ts +1 -1
- package/dist/components/Amelipro/AmeliproNumberedCard/AmeliproNumberedCard.d.ts +1 -1
- package/dist/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressCityRow/AmeliproPostalAddressCityRow.d.ts +24 -32
- package/dist/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressField.d.ts +36 -48
- package/dist/components/Amelipro/AmeliproSelect/AmeliproSelect.d.ts +50 -68
- package/dist/components/Amelipro/AmeliproTable/AmeliproTable.d.ts +4 -0
- package/dist/components/Amelipro/AmeliproTable/types.d.ts +11 -0
- package/dist/components/Amelipro/AmeliproTabs/AmeliproTabs.d.ts +50 -68
- package/dist/components/Amelipro/AmeliproTextArea/AmeliproTextArea.d.ts +0 -4
- package/dist/components/Amelipro/AmeliproTextField/AmeliproTextField.d.ts +12 -16
- package/dist/components/Captcha/Captcha.d.ts +68 -0
- package/dist/components/Captcha/CaptchaAlert.d.ts +13 -0
- package/dist/components/Captcha/CaptchaBase.d.ts +55 -0
- package/dist/components/Captcha/CaptchaBtn.d.ts +12 -0
- package/dist/components/Captcha/CaptchaForm.d.ts +16 -0
- package/dist/components/Captcha/CaptchaImg.d.ts +12 -0
- package/dist/components/Captcha/CaptchaInformation.d.ts +20 -0
- package/dist/components/Captcha/captchaApi.d.ts +41 -0
- package/dist/components/Captcha/icons/volumeUp.d.ts +2 -0
- package/dist/components/Captcha/locales.d.ts +35 -0
- package/dist/components/Captcha/types.d.ts +2 -0
- package/dist/components/ChipList/ChipList.d.ts +2 -2
- package/dist/components/CookiesSelection/CookiesInformation/CookiesInformation.d.ts +14 -14
- package/dist/components/Customs/Selects/SySelect/SySelect.d.ts +5 -5
- package/dist/components/Customs/SyForm/SyForm.d.ts +6 -3
- package/dist/components/Customs/SyTextField/SyTextField.d.ts +12 -16
- package/dist/components/DatePicker/CalendarMode/DatePicker.d.ts +96 -68
- package/dist/components/DatePicker/ComplexDatePicker/ComplexDatePicker.d.ts +63 -38
- package/dist/components/DatePicker/DateTextInput/DateTextInput.d.ts +23 -27
- package/dist/components/DatePicker/composables/useDatePickerViewMode.d.ts +2 -1
- package/dist/components/DatePicker/tests/setup.d.ts +816 -520
- package/dist/components/HeaderToolbar/HeaderToolbar.d.ts +10 -10
- package/dist/components/NirField/NirField.d.ts +31 -34
- package/dist/components/NirField/locales.d.ts +1 -3
- package/dist/components/PasswordField/PasswordField.d.ts +2 -0
- package/dist/components/PeriodField/PeriodField.d.ts +192 -128
- package/dist/components/PhoneField/PhoneField.d.ts +13 -17
- package/dist/components/SearchListField/SearchListField.d.ts +5 -5
- package/dist/components/SyTextArea/SyTextArea.d.ts +0 -4
- package/dist/components/Tables/SyServerTable/SyServerTable.d.ts +5 -8
- package/dist/components/Tables/SyTable/SyTable.d.ts +5 -8
- package/dist/components/Tables/common/SyTablePagination.d.ts +5 -5
- package/dist/components/Tables/common/types.d.ts +4 -0
- package/dist/components/Tables/common/usePagination.d.ts +3 -4
- package/dist/components/Tables/common/useTableCheckbox.d.ts +10 -6
- package/dist/components/index.d.ts +1 -0
- package/dist/composables/validation/useFormValidation.d.ts +10 -0
- package/dist/composables/validation/useValidatable.d.ts +10 -2
- package/dist/design-system-v3.js +126 -125
- package/dist/design-system-v3.umd.cjs +265 -265
- package/dist/main-DISHlqcd.js +34217 -0
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/assets/overrides/_forms.scss +2 -0
- package/src/components/Amelipro/AmeliproAccordion/AmeliproAccordion.stories.ts +7 -4
- package/src/components/Amelipro/AmeliproAccordion/AmeliproAccordion.vue +2 -0
- package/src/components/Amelipro/AmeliproAccordionFrieze/AmeliproAccordionFrieze.vue +1 -0
- package/src/components/Amelipro/AmeliproAccordionFrieze/__tests__/__snapshots__/AmeliproAccordionFrieze.spec.ts.snap +574 -112
- package/src/components/Amelipro/AmeliproAccordionList/AmeliproAccordionList.stories.ts +5 -2
- package/src/components/Amelipro/AmeliproAccordionList/AmeliproAccordionList.vue +2 -1
- package/src/components/Amelipro/AmeliproAccordionResult/AmeliproAccordionResult.stories.ts +6 -3
- package/src/components/Amelipro/AmeliproAccordionResult/AmeliproAccordionResult.vue +2 -0
- package/src/components/Amelipro/AmeliproAccordionResultList/AmeliproAccordionResultList.stories.ts +5 -2
- package/src/components/Amelipro/AmeliproAccordionResultList/AmeliproAccordionResultList.vue +2 -1
- package/src/components/Amelipro/AmeliproCheckbox/__tests__/AmeliproCheckbox.spec.ts +175 -0
- package/src/components/Amelipro/AmeliproCheckbox/__tests__/__snapshots__/AmeliproCheckbox.spec.ts.snap +88 -0
- package/src/components/Amelipro/AmeliproCheckboxGroup/__tests__/AmeliproCheckboxGroup.spec.ts +423 -0
- package/src/components/Amelipro/AmeliproCheckboxGroup/{tests → __tests__}/__snapshots__/AmeliproCheckboxGroup.spec.ts.snap +112 -78
- package/src/components/Amelipro/AmeliproChips/__tests__/AmeliproChips.spec.ts +92 -0
- package/src/components/Amelipro/AmeliproChips/__tests__/__snapshots__/AmeliproChips.spec.ts.snap +81 -0
- package/src/components/Amelipro/AmeliproDialog/__tests__/AmeliproDialog.spec.ts +257 -0
- package/src/components/Amelipro/AmeliproDialog/__tests__/__snapshots__/AmeliproDialog.spec.ts.snap +61 -0
- package/src/components/Amelipro/AmeliproDisclosure/__tests__/AmeliproDisclosure.spec.ts +79 -0
- package/src/components/Amelipro/AmeliproDisclosure/__tests__/__snapshots__/AmeliproDisclosure.spec.ts.snap +89 -0
- package/src/components/Amelipro/AmeliproFooter/AmeliproFooter.vue +6 -7
- package/src/components/Amelipro/AmeliproFooter/__tests__/AmeliproFooter.spec.ts +787 -0
- package/src/components/Amelipro/AmeliproFooter/__tests__/__snapshots__/AmeliproFooter.spec.ts.snap +318 -0
- package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/AmeliproHeaderBrandSection/__tests__/AmeliproHeaderBrandSection.spec.ts +167 -0
- package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/AmeliproHeaderBrandSection/__tests__/__snapshots__/AmeliproHeaderBrandSection.spec.ts.snap +100 -0
- package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/__tests__/AmeliproHeaderBar.spec.ts +312 -0
- package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/__tests__/__snapshots__/AmeliproHeaderBar.spec.ts.snap +98 -0
- package/src/components/Amelipro/AmeliproHeader/__tests__/AmeliproHeader.spec.ts +361 -0
- package/src/components/Amelipro/AmeliproHeader/__tests__/__snapshots__/AmeliproHeader.spec.ts.snap +22 -0
- package/src/components/Amelipro/AmeliproMenu/__tests__/AmeliproMenu.spec.ts +168 -0
- package/src/components/Amelipro/AmeliproMenu/__tests__/__snapshots__/AmeliproMenu.spec.ts.snap +295 -0
- package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproDropdownMenu/AmeliproDropdownMenuBtn/__tests__/AmeliproDropdownMenuBtn.spec.ts +128 -0
- package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproDropdownMenu/AmeliproDropdownMenuBtn/__tests__/__snapshots__/AmeliproDropdownMenuBtn.spec.ts.snap +67 -0
- package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproDropdownMenu/__tests__/AmeliproDropdownMenu.spec.ts +266 -0
- package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproDropdownMenu/__tests__/__snapshots__/AmeliproDropdownMenu.spec.ts.snap +134 -0
- package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproMessagingMenuBtn/__tests__/AmeliproMessagingMenuBtn.spec.ts +72 -0
- package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproMessagingMenuBtn/__tests__/__snapshots__/AmeliproMessagingMenuBtn.spec.ts.snap +71 -0
- package/src/components/Amelipro/AmeliproPageLayout/tests/__snapshots__/AmeliproPageLayout.spec.ts.snap +12 -0
- package/src/components/Amelipro/AmeliproTable/AmeliproTable.stories.ts +81 -9
- package/src/components/Amelipro/AmeliproTable/AmeliproTable.vue +139 -61
- package/src/components/Amelipro/AmeliproTable/__tests__/AmeliproTable.spec.ts +10 -0
- package/src/components/Amelipro/AmeliproTable/__tests__/__snapshots__/AmeliproTable.spec.ts.snap +361 -187
- package/src/components/Amelipro/AmeliproTable/types.d.ts +11 -0
- package/src/components/Captcha/Captcha.mdx +72 -0
- package/src/components/Captcha/Captcha.stories.ts +276 -0
- package/src/components/Captcha/Captcha.vue +325 -0
- package/src/components/Captcha/CaptchaAlert.vue +60 -0
- package/src/components/Captcha/CaptchaBase.vue +219 -0
- package/src/components/Captcha/CaptchaBtn.vue +35 -0
- package/src/components/Captcha/CaptchaForm.vue +58 -0
- package/src/components/Captcha/CaptchaImg.vue +41 -0
- package/src/components/Captcha/CaptchaInformation.vue +64 -0
- package/src/components/Captcha/captchaApi.ts +111 -0
- package/src/components/Captcha/icons/volumeUp.vue +11 -0
- package/src/components/Captcha/locales.ts +35 -0
- package/src/components/Captcha/readme.md +5 -0
- package/src/components/Captcha/tests/Captcha.spec.ts +298 -0
- package/src/components/Captcha/tests/__snapshots__/Captcha.spec.ts.snap +716 -0
- package/src/components/Captcha/types.ts +2 -0
- package/src/components/Customs/Selects/SySelect/SySelect.vue +2 -2
- package/src/components/Customs/SyCheckbox/SyCheckbox.vue +4 -0
- package/src/components/Customs/SyForm/SyForm.stories.ts +133 -23
- package/src/components/Customs/SyForm/SyForm.vue +17 -1
- package/src/components/Customs/SyTextField/SyTextField.vue +29 -7
- package/src/components/DatePicker/CalendarMode/DatePicker.vue +32 -9
- package/src/components/DatePicker/ComplexDatePicker/ComplexDatePicker.vue +154 -18
- package/src/components/DatePicker/ComplexDatePicker/tests/ComplexDatePicker.spec.ts +2 -2
- package/src/components/DatePicker/DateTextInput/DateTextInput.vue +35 -4
- package/src/components/DatePicker/composables/tests/useDatePickerViewMode.spec.ts +107 -72
- package/src/components/DatePicker/composables/tests/useMonthButtonCustomization.spec.ts +6 -6
- package/src/components/DatePicker/composables/useDatePickerViewMode.ts +57 -7
- package/src/components/DatePicker/composables/useMonthButtonCustomization.ts +14 -14
- package/src/components/DatePicker/tests/navigation.regression.spec.ts +74 -0
- package/src/components/DatePicker/tests/navigation.simple.spec.ts +137 -0
- package/src/components/NirField/NirField.stories.ts +85 -2
- package/src/components/NirField/NirField.vue +55 -18
- package/src/components/NirField/locales.ts +1 -3
- package/src/components/PasswordField/PasswordField.vue +39 -7
- package/src/components/PhoneField/PhoneField.vue +43 -10
- package/src/components/RangeField/tests/RangeField.spec.ts +0 -3
- package/src/components/Tables/SyServerTable/SyServerTable.mdx +15 -0
- package/src/components/Tables/SyServerTable/SyServerTable.stories.ts +309 -0
- package/src/components/Tables/SyServerTable/SyServerTable.vue +18 -3
- package/src/components/Tables/SyServerTable/tests/SyServerTable.spec.ts +67 -0
- package/src/components/Tables/SyTable/SyTable.mdx +15 -0
- package/src/components/Tables/SyTable/SyTable.stories.ts +228 -0
- package/src/components/Tables/SyTable/SyTable.vue +18 -3
- package/src/components/Tables/SyTable/tests/SyTable.spec.ts +63 -0
- package/src/components/Tables/common/SyTablePagination.vue +10 -8
- package/src/components/Tables/common/types.ts +4 -0
- package/src/components/Tables/common/usePagination.ts +11 -20
- package/src/components/Tables/common/useTableCheckbox.ts +23 -11
- package/src/components/index.ts +1 -0
- package/src/composables/validation/AvecVosComposants.mdx.old +1 -1
- package/src/composables/validation/FormValidation.stories.ts.old +5 -5
- package/src/composables/validation/useFormValidation.ts +46 -8
- package/src/composables/validation/useValidatable.ts +19 -8
- package/src/stories/Accessibilite/Introduction.mdx +1 -1
- package/src/stories/Demarrer/EnrichirLeDesignSystem.mdx +43 -0
- package/src/stories/Demarrer/EnrichirLeDesignSystem.stories.ts +239 -0
- package/src/stories/Demarrer/SignalerUneAnomalie.mdx +39 -0
- package/src/stories/Demarrer/SignalerUneAnomalie.stories.ts +261 -0
- package/dist/main-DyEOPqqn.js +0 -33329
- package/src/components/Amelipro/AmeliproCheckbox/tests/AmeliproCheckbox.spec.ts +0 -19
- package/src/components/Amelipro/AmeliproCheckbox/tests/__snapshots__/AmeliproCheckbox.spec.ts.snap +0 -40
- package/src/components/Amelipro/AmeliproCheckboxGroup/tests/AmeliproCheckboxGroup.spec.ts +0 -46
- package/src/components/Amelipro/AmeliproChips/tests/AmeliproChips.spec.ts +0 -16
- package/src/components/Amelipro/AmeliproChips/tests/__snapshots__/AmeliproChips.spec.ts.snap +0 -97
- package/src/components/Amelipro/AmeliproDialog/tests/AmeliproDialog.spec.ts +0 -24
- package/src/components/Amelipro/AmeliproDialog/tests/__snapshots__/AmeliproDialog.spec.ts.snap +0 -134
- package/src/components/Amelipro/AmeliproDisclosure/tests/AmeliproDisclosure.spec.ts +0 -19
- package/src/components/Amelipro/AmeliproDisclosure/tests/__snapshots__/AmeliproDisclosure.spec.ts.snap +0 -104
- package/src/components/Amelipro/AmeliproFooter/tests/AmeliproFooter.spec.ts +0 -15
- package/src/components/Amelipro/AmeliproFooter/tests/__snapshots__/AmeliproFooter.spec.ts.snap +0 -432
- package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/AmeliproHeaderBrandSection/tests/AmeliproHeaderBrandSection.spec.ts +0 -15
- package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/AmeliproHeaderBrandSection/tests/__snapshots__/AmeliproHeaderBrandSection.spec.ts.snap +0 -131
- package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/tests/AmeliproHeaderBar.spec.ts +0 -15
- package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/tests/__snapshots__/AmeliproHeaderBar.spec.ts.snap +0 -172
- package/src/components/Amelipro/AmeliproHeader/tests/AmeliproHeader.spec.ts +0 -159
- package/src/components/Amelipro/AmeliproHeader/tests/__snapshots__/AmeliproHeader.spec.ts.snap +0 -841
- package/src/components/Amelipro/AmeliproMenu/tests/AmeliproMenu.spec.ts +0 -85
- package/src/components/Amelipro/AmeliproMenu/tests/__snapshots__/AmeliproMenu.spec.ts.snap +0 -537
- package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproDropdownMenu/AmeliproDropdownMenuBtn/tests/AmeliproDropdownMenuBtn.spec.ts +0 -16
- package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproDropdownMenu/AmeliproDropdownMenuBtn/tests/__snapshots__/AmeliproDropdownMenuBtn.spec.ts.snap +0 -56
- package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproDropdownMenu/tests/AmeliproDropdownMenu.spec.ts +0 -28
- package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproDropdownMenu/tests/__snapshots__/AmeliproDropdownMenu.spec.ts.snap +0 -300
- package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproMessagingMenuBtn/tests/AmeliproMessagingMenuBtn.spec.ts +0 -16
- package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproMessagingMenuBtn/tests/__snapshots__/AmeliproMessagingMenuBtn.spec.ts.snap +0 -89
- package/src/components/BackBtn/tests/__snapshots__/BackBtn.spec.ts.snap +0 -45
- package/src/components/RangeField/tests/__snapshots__/RangeField.spec.ts.snap +0 -1270
- package/src/stories/Demarrer/CreerUneIssue.mdx +0 -67
- package/src/stories/Demarrer/components.stories.ts +0 -25
|
@@ -146,15 +146,48 @@ exports[`AmeliproAccordionFrieze > render correctly 1`] = `
|
|
|
146
146
|
justify-center
|
|
147
147
|
">
|
|
148
148
|
sous-titre 1
|
|
149
|
-
<
|
|
150
|
-
class="
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
149
|
+
<span
|
|
150
|
+
class="
|
|
151
|
+
amelipro-icon
|
|
152
|
+
ml-1
|
|
153
|
+
"
|
|
154
|
+
id="amelipro-accordion-frieze-unique-id-btn-1-icon"
|
|
155
155
|
style="margin-top: -14px;"
|
|
156
|
-
|
|
157
|
-
|
|
156
|
+
>
|
|
157
|
+
<span
|
|
158
|
+
aria-hidden="true"
|
|
159
|
+
class="
|
|
160
|
+
amelipro-custom-icon
|
|
161
|
+
custom-color
|
|
162
|
+
"
|
|
163
|
+
focusable="false"
|
|
164
|
+
role="img"
|
|
165
|
+
style="
|
|
166
|
+
color: #0C419A;
|
|
167
|
+
height: 10px;
|
|
168
|
+
width: 10px;
|
|
169
|
+
"
|
|
170
|
+
>
|
|
171
|
+
<span>
|
|
172
|
+
<svg
|
|
173
|
+
aria-hidden="true"
|
|
174
|
+
style="enable-background:new 0 0 42 42;"
|
|
175
|
+
version="1.1"
|
|
176
|
+
viewBox="0 0 42 42"
|
|
177
|
+
x="0px"
|
|
178
|
+
xml:space="preserve"
|
|
179
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
180
|
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
181
|
+
y="0px"
|
|
182
|
+
>
|
|
183
|
+
<polygon
|
|
184
|
+
class="shape-color"
|
|
185
|
+
points="21,39.2 42,2.8 0,2.8 "
|
|
186
|
+
/>
|
|
187
|
+
</svg>
|
|
188
|
+
</span>
|
|
189
|
+
</span>
|
|
190
|
+
</span>
|
|
158
191
|
</span>
|
|
159
192
|
</button>
|
|
160
193
|
</div>
|
|
@@ -186,15 +219,48 @@ exports[`AmeliproAccordionFrieze > render correctly 1`] = `
|
|
|
186
219
|
justify-center
|
|
187
220
|
">
|
|
188
221
|
sous-titre 2
|
|
189
|
-
<
|
|
190
|
-
class="
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
222
|
+
<span
|
|
223
|
+
class="
|
|
224
|
+
amelipro-icon
|
|
225
|
+
ml-1
|
|
226
|
+
"
|
|
227
|
+
id="amelipro-accordion-frieze-unique-id-btn-2-icon"
|
|
195
228
|
style="margin-top: -14px;"
|
|
196
|
-
|
|
197
|
-
|
|
229
|
+
>
|
|
230
|
+
<span
|
|
231
|
+
aria-hidden="true"
|
|
232
|
+
class="
|
|
233
|
+
amelipro-custom-icon
|
|
234
|
+
custom-color
|
|
235
|
+
"
|
|
236
|
+
focusable="false"
|
|
237
|
+
role="img"
|
|
238
|
+
style="
|
|
239
|
+
color: #0C419A;
|
|
240
|
+
height: 10px;
|
|
241
|
+
width: 10px;
|
|
242
|
+
"
|
|
243
|
+
>
|
|
244
|
+
<span>
|
|
245
|
+
<svg
|
|
246
|
+
aria-hidden="true"
|
|
247
|
+
style="enable-background:new 0 0 42 42;"
|
|
248
|
+
version="1.1"
|
|
249
|
+
viewBox="0 0 42 42"
|
|
250
|
+
x="0px"
|
|
251
|
+
xml:space="preserve"
|
|
252
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
253
|
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
254
|
+
y="0px"
|
|
255
|
+
>
|
|
256
|
+
<polygon
|
|
257
|
+
class="shape-color"
|
|
258
|
+
points="21,39.2 42,2.8 0,2.8 "
|
|
259
|
+
/>
|
|
260
|
+
</svg>
|
|
261
|
+
</span>
|
|
262
|
+
</span>
|
|
263
|
+
</span>
|
|
198
264
|
</span>
|
|
199
265
|
</button>
|
|
200
266
|
</div>
|
|
@@ -241,15 +307,48 @@ exports[`AmeliproAccordionFrieze > render correctly 1`] = `
|
|
|
241
307
|
justify-center
|
|
242
308
|
">
|
|
243
309
|
sous-titre 3
|
|
244
|
-
<
|
|
245
|
-
class="
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
310
|
+
<span
|
|
311
|
+
class="
|
|
312
|
+
amelipro-icon
|
|
313
|
+
ml-1
|
|
314
|
+
"
|
|
315
|
+
id="amelipro-accordion-frieze-unique-id-btn-3-icon"
|
|
250
316
|
style="margin-top: -14px;"
|
|
251
|
-
|
|
252
|
-
|
|
317
|
+
>
|
|
318
|
+
<span
|
|
319
|
+
aria-hidden="true"
|
|
320
|
+
class="
|
|
321
|
+
amelipro-custom-icon
|
|
322
|
+
custom-color
|
|
323
|
+
"
|
|
324
|
+
focusable="false"
|
|
325
|
+
role="img"
|
|
326
|
+
style="
|
|
327
|
+
color: #0C419A;
|
|
328
|
+
height: 10px;
|
|
329
|
+
width: 10px;
|
|
330
|
+
"
|
|
331
|
+
>
|
|
332
|
+
<span>
|
|
333
|
+
<svg
|
|
334
|
+
aria-hidden="true"
|
|
335
|
+
style="enable-background:new 0 0 42 42;"
|
|
336
|
+
version="1.1"
|
|
337
|
+
viewBox="0 0 42 42"
|
|
338
|
+
x="0px"
|
|
339
|
+
xml:space="preserve"
|
|
340
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
341
|
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
342
|
+
y="0px"
|
|
343
|
+
>
|
|
344
|
+
<polygon
|
|
345
|
+
class="shape-color"
|
|
346
|
+
points="21,39.2 42,2.8 0,2.8 "
|
|
347
|
+
/>
|
|
348
|
+
</svg>
|
|
349
|
+
</span>
|
|
350
|
+
</span>
|
|
351
|
+
</span>
|
|
253
352
|
</span>
|
|
254
353
|
</button>
|
|
255
354
|
</div>
|
|
@@ -281,15 +380,48 @@ exports[`AmeliproAccordionFrieze > render correctly 1`] = `
|
|
|
281
380
|
justify-center
|
|
282
381
|
">
|
|
283
382
|
sous-titre 4
|
|
284
|
-
<
|
|
285
|
-
class="
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
383
|
+
<span
|
|
384
|
+
class="
|
|
385
|
+
amelipro-icon
|
|
386
|
+
ml-1
|
|
387
|
+
"
|
|
388
|
+
id="amelipro-accordion-frieze-unique-id-btn-4-icon"
|
|
290
389
|
style="margin-top: -14px;"
|
|
291
|
-
|
|
292
|
-
|
|
390
|
+
>
|
|
391
|
+
<span
|
|
392
|
+
aria-hidden="true"
|
|
393
|
+
class="
|
|
394
|
+
amelipro-custom-icon
|
|
395
|
+
custom-color
|
|
396
|
+
"
|
|
397
|
+
focusable="false"
|
|
398
|
+
role="img"
|
|
399
|
+
style="
|
|
400
|
+
color: #0C419A;
|
|
401
|
+
height: 10px;
|
|
402
|
+
width: 10px;
|
|
403
|
+
"
|
|
404
|
+
>
|
|
405
|
+
<span>
|
|
406
|
+
<svg
|
|
407
|
+
aria-hidden="true"
|
|
408
|
+
style="enable-background:new 0 0 42 42;"
|
|
409
|
+
version="1.1"
|
|
410
|
+
viewBox="0 0 42 42"
|
|
411
|
+
x="0px"
|
|
412
|
+
xml:space="preserve"
|
|
413
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
414
|
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
415
|
+
y="0px"
|
|
416
|
+
>
|
|
417
|
+
<polygon
|
|
418
|
+
class="shape-color"
|
|
419
|
+
points="21,39.2 42,2.8 0,2.8 "
|
|
420
|
+
/>
|
|
421
|
+
</svg>
|
|
422
|
+
</span>
|
|
423
|
+
</span>
|
|
424
|
+
</span>
|
|
293
425
|
</span>
|
|
294
426
|
</button>
|
|
295
427
|
</div>
|
|
@@ -321,15 +453,48 @@ exports[`AmeliproAccordionFrieze > render correctly 1`] = `
|
|
|
321
453
|
justify-center
|
|
322
454
|
">
|
|
323
455
|
sous-titre 5
|
|
324
|
-
<
|
|
325
|
-
class="
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
456
|
+
<span
|
|
457
|
+
class="
|
|
458
|
+
amelipro-icon
|
|
459
|
+
ml-1
|
|
460
|
+
"
|
|
461
|
+
id="amelipro-accordion-frieze-unique-id-btn-5-icon"
|
|
330
462
|
style="margin-top: -14px;"
|
|
331
|
-
|
|
332
|
-
|
|
463
|
+
>
|
|
464
|
+
<span
|
|
465
|
+
aria-hidden="true"
|
|
466
|
+
class="
|
|
467
|
+
amelipro-custom-icon
|
|
468
|
+
custom-color
|
|
469
|
+
"
|
|
470
|
+
focusable="false"
|
|
471
|
+
role="img"
|
|
472
|
+
style="
|
|
473
|
+
color: #0C419A;
|
|
474
|
+
height: 10px;
|
|
475
|
+
width: 10px;
|
|
476
|
+
"
|
|
477
|
+
>
|
|
478
|
+
<span>
|
|
479
|
+
<svg
|
|
480
|
+
aria-hidden="true"
|
|
481
|
+
style="enable-background:new 0 0 42 42;"
|
|
482
|
+
version="1.1"
|
|
483
|
+
viewBox="0 0 42 42"
|
|
484
|
+
x="0px"
|
|
485
|
+
xml:space="preserve"
|
|
486
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
487
|
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
488
|
+
y="0px"
|
|
489
|
+
>
|
|
490
|
+
<polygon
|
|
491
|
+
class="shape-color"
|
|
492
|
+
points="21,39.2 42,2.8 0,2.8 "
|
|
493
|
+
/>
|
|
494
|
+
</svg>
|
|
495
|
+
</span>
|
|
496
|
+
</span>
|
|
497
|
+
</span>
|
|
333
498
|
</span>
|
|
334
499
|
</button>
|
|
335
500
|
</div>
|
|
@@ -361,15 +526,48 @@ exports[`AmeliproAccordionFrieze > render correctly 1`] = `
|
|
|
361
526
|
justify-center
|
|
362
527
|
">
|
|
363
528
|
sous-titre 6
|
|
364
|
-
<
|
|
365
|
-
class="
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
529
|
+
<span
|
|
530
|
+
class="
|
|
531
|
+
amelipro-icon
|
|
532
|
+
ml-1
|
|
533
|
+
"
|
|
534
|
+
id="amelipro-accordion-frieze-unique-id-btn-6-icon"
|
|
370
535
|
style="margin-top: -14px;"
|
|
371
|
-
|
|
372
|
-
|
|
536
|
+
>
|
|
537
|
+
<span
|
|
538
|
+
aria-hidden="true"
|
|
539
|
+
class="
|
|
540
|
+
amelipro-custom-icon
|
|
541
|
+
custom-color
|
|
542
|
+
"
|
|
543
|
+
focusable="false"
|
|
544
|
+
role="img"
|
|
545
|
+
style="
|
|
546
|
+
color: #0C419A;
|
|
547
|
+
height: 10px;
|
|
548
|
+
width: 10px;
|
|
549
|
+
"
|
|
550
|
+
>
|
|
551
|
+
<span>
|
|
552
|
+
<svg
|
|
553
|
+
aria-hidden="true"
|
|
554
|
+
style="enable-background:new 0 0 42 42;"
|
|
555
|
+
version="1.1"
|
|
556
|
+
viewBox="0 0 42 42"
|
|
557
|
+
x="0px"
|
|
558
|
+
xml:space="preserve"
|
|
559
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
560
|
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
561
|
+
y="0px"
|
|
562
|
+
>
|
|
563
|
+
<polygon
|
|
564
|
+
class="shape-color"
|
|
565
|
+
points="21,39.2 42,2.8 0,2.8 "
|
|
566
|
+
/>
|
|
567
|
+
</svg>
|
|
568
|
+
</span>
|
|
569
|
+
</span>
|
|
570
|
+
</span>
|
|
373
571
|
</span>
|
|
374
572
|
</button>
|
|
375
573
|
</div>
|
|
@@ -401,15 +599,48 @@ exports[`AmeliproAccordionFrieze > render correctly 1`] = `
|
|
|
401
599
|
justify-center
|
|
402
600
|
">
|
|
403
601
|
sous-titre 7
|
|
404
|
-
<
|
|
405
|
-
class="
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
602
|
+
<span
|
|
603
|
+
class="
|
|
604
|
+
amelipro-icon
|
|
605
|
+
ml-1
|
|
606
|
+
"
|
|
607
|
+
id="amelipro-accordion-frieze-unique-id-btn-7-icon"
|
|
410
608
|
style="margin-top: -14px;"
|
|
411
|
-
|
|
412
|
-
|
|
609
|
+
>
|
|
610
|
+
<span
|
|
611
|
+
aria-hidden="true"
|
|
612
|
+
class="
|
|
613
|
+
amelipro-custom-icon
|
|
614
|
+
custom-color
|
|
615
|
+
"
|
|
616
|
+
focusable="false"
|
|
617
|
+
role="img"
|
|
618
|
+
style="
|
|
619
|
+
color: #0C419A;
|
|
620
|
+
height: 10px;
|
|
621
|
+
width: 10px;
|
|
622
|
+
"
|
|
623
|
+
>
|
|
624
|
+
<span>
|
|
625
|
+
<svg
|
|
626
|
+
aria-hidden="true"
|
|
627
|
+
style="enable-background:new 0 0 42 42;"
|
|
628
|
+
version="1.1"
|
|
629
|
+
viewBox="0 0 42 42"
|
|
630
|
+
x="0px"
|
|
631
|
+
xml:space="preserve"
|
|
632
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
633
|
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
634
|
+
y="0px"
|
|
635
|
+
>
|
|
636
|
+
<polygon
|
|
637
|
+
class="shape-color"
|
|
638
|
+
points="21,39.2 42,2.8 0,2.8 "
|
|
639
|
+
/>
|
|
640
|
+
</svg>
|
|
641
|
+
</span>
|
|
642
|
+
</span>
|
|
643
|
+
</span>
|
|
413
644
|
</span>
|
|
414
645
|
</button>
|
|
415
646
|
</div>
|
|
@@ -441,15 +672,48 @@ exports[`AmeliproAccordionFrieze > render correctly 1`] = `
|
|
|
441
672
|
justify-center
|
|
442
673
|
">
|
|
443
674
|
sous-titre 8
|
|
444
|
-
<
|
|
445
|
-
class="
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
675
|
+
<span
|
|
676
|
+
class="
|
|
677
|
+
amelipro-icon
|
|
678
|
+
ml-1
|
|
679
|
+
"
|
|
680
|
+
id="amelipro-accordion-frieze-unique-id-btn-8-icon"
|
|
450
681
|
style="margin-top: -14px;"
|
|
451
|
-
|
|
452
|
-
|
|
682
|
+
>
|
|
683
|
+
<span
|
|
684
|
+
aria-hidden="true"
|
|
685
|
+
class="
|
|
686
|
+
amelipro-custom-icon
|
|
687
|
+
custom-color
|
|
688
|
+
"
|
|
689
|
+
focusable="false"
|
|
690
|
+
role="img"
|
|
691
|
+
style="
|
|
692
|
+
color: #0C419A;
|
|
693
|
+
height: 10px;
|
|
694
|
+
width: 10px;
|
|
695
|
+
"
|
|
696
|
+
>
|
|
697
|
+
<span>
|
|
698
|
+
<svg
|
|
699
|
+
aria-hidden="true"
|
|
700
|
+
style="enable-background:new 0 0 42 42;"
|
|
701
|
+
version="1.1"
|
|
702
|
+
viewBox="0 0 42 42"
|
|
703
|
+
x="0px"
|
|
704
|
+
xml:space="preserve"
|
|
705
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
706
|
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
707
|
+
y="0px"
|
|
708
|
+
>
|
|
709
|
+
<polygon
|
|
710
|
+
class="shape-color"
|
|
711
|
+
points="21,39.2 42,2.8 0,2.8 "
|
|
712
|
+
/>
|
|
713
|
+
</svg>
|
|
714
|
+
</span>
|
|
715
|
+
</span>
|
|
716
|
+
</span>
|
|
453
717
|
</span>
|
|
454
718
|
</button>
|
|
455
719
|
</div>
|
|
@@ -496,15 +760,48 @@ exports[`AmeliproAccordionFrieze > render correctly 1`] = `
|
|
|
496
760
|
justify-center
|
|
497
761
|
">
|
|
498
762
|
sous-titre 9
|
|
499
|
-
<
|
|
500
|
-
class="
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
763
|
+
<span
|
|
764
|
+
class="
|
|
765
|
+
amelipro-icon
|
|
766
|
+
ml-1
|
|
767
|
+
"
|
|
768
|
+
id="amelipro-accordion-frieze-unique-id-btn-9-icon"
|
|
505
769
|
style="margin-top: -14px;"
|
|
506
|
-
|
|
507
|
-
|
|
770
|
+
>
|
|
771
|
+
<span
|
|
772
|
+
aria-hidden="true"
|
|
773
|
+
class="
|
|
774
|
+
amelipro-custom-icon
|
|
775
|
+
custom-color
|
|
776
|
+
"
|
|
777
|
+
focusable="false"
|
|
778
|
+
role="img"
|
|
779
|
+
style="
|
|
780
|
+
color: #0C419A;
|
|
781
|
+
height: 10px;
|
|
782
|
+
width: 10px;
|
|
783
|
+
"
|
|
784
|
+
>
|
|
785
|
+
<span>
|
|
786
|
+
<svg
|
|
787
|
+
aria-hidden="true"
|
|
788
|
+
style="enable-background:new 0 0 42 42;"
|
|
789
|
+
version="1.1"
|
|
790
|
+
viewBox="0 0 42 42"
|
|
791
|
+
x="0px"
|
|
792
|
+
xml:space="preserve"
|
|
793
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
794
|
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
795
|
+
y="0px"
|
|
796
|
+
>
|
|
797
|
+
<polygon
|
|
798
|
+
class="shape-color"
|
|
799
|
+
points="21,39.2 42,2.8 0,2.8 "
|
|
800
|
+
/>
|
|
801
|
+
</svg>
|
|
802
|
+
</span>
|
|
803
|
+
</span>
|
|
804
|
+
</span>
|
|
508
805
|
</span>
|
|
509
806
|
</button>
|
|
510
807
|
</div>
|
|
@@ -536,15 +833,48 @@ exports[`AmeliproAccordionFrieze > render correctly 1`] = `
|
|
|
536
833
|
justify-center
|
|
537
834
|
">
|
|
538
835
|
sous-titre 10
|
|
539
|
-
<
|
|
540
|
-
class="
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
836
|
+
<span
|
|
837
|
+
class="
|
|
838
|
+
amelipro-icon
|
|
839
|
+
ml-1
|
|
840
|
+
"
|
|
841
|
+
id="amelipro-accordion-frieze-unique-id-btn-10-icon"
|
|
545
842
|
style="margin-top: -14px;"
|
|
546
|
-
|
|
547
|
-
|
|
843
|
+
>
|
|
844
|
+
<span
|
|
845
|
+
aria-hidden="true"
|
|
846
|
+
class="
|
|
847
|
+
amelipro-custom-icon
|
|
848
|
+
custom-color
|
|
849
|
+
"
|
|
850
|
+
focusable="false"
|
|
851
|
+
role="img"
|
|
852
|
+
style="
|
|
853
|
+
color: #0C419A;
|
|
854
|
+
height: 10px;
|
|
855
|
+
width: 10px;
|
|
856
|
+
"
|
|
857
|
+
>
|
|
858
|
+
<span>
|
|
859
|
+
<svg
|
|
860
|
+
aria-hidden="true"
|
|
861
|
+
style="enable-background:new 0 0 42 42;"
|
|
862
|
+
version="1.1"
|
|
863
|
+
viewBox="0 0 42 42"
|
|
864
|
+
x="0px"
|
|
865
|
+
xml:space="preserve"
|
|
866
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
867
|
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
868
|
+
y="0px"
|
|
869
|
+
>
|
|
870
|
+
<polygon
|
|
871
|
+
class="shape-color"
|
|
872
|
+
points="21,39.2 42,2.8 0,2.8 "
|
|
873
|
+
/>
|
|
874
|
+
</svg>
|
|
875
|
+
</span>
|
|
876
|
+
</span>
|
|
877
|
+
</span>
|
|
548
878
|
</span>
|
|
549
879
|
</button>
|
|
550
880
|
</div>
|
|
@@ -576,15 +906,48 @@ exports[`AmeliproAccordionFrieze > render correctly 1`] = `
|
|
|
576
906
|
justify-center
|
|
577
907
|
">
|
|
578
908
|
sous-titre 11
|
|
579
|
-
<
|
|
580
|
-
class="
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
909
|
+
<span
|
|
910
|
+
class="
|
|
911
|
+
amelipro-icon
|
|
912
|
+
ml-1
|
|
913
|
+
"
|
|
914
|
+
id="amelipro-accordion-frieze-unique-id-btn-11-icon"
|
|
585
915
|
style="margin-top: -14px;"
|
|
586
|
-
|
|
587
|
-
|
|
916
|
+
>
|
|
917
|
+
<span
|
|
918
|
+
aria-hidden="true"
|
|
919
|
+
class="
|
|
920
|
+
amelipro-custom-icon
|
|
921
|
+
custom-color
|
|
922
|
+
"
|
|
923
|
+
focusable="false"
|
|
924
|
+
role="img"
|
|
925
|
+
style="
|
|
926
|
+
color: #0C419A;
|
|
927
|
+
height: 10px;
|
|
928
|
+
width: 10px;
|
|
929
|
+
"
|
|
930
|
+
>
|
|
931
|
+
<span>
|
|
932
|
+
<svg
|
|
933
|
+
aria-hidden="true"
|
|
934
|
+
style="enable-background:new 0 0 42 42;"
|
|
935
|
+
version="1.1"
|
|
936
|
+
viewBox="0 0 42 42"
|
|
937
|
+
x="0px"
|
|
938
|
+
xml:space="preserve"
|
|
939
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
940
|
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
941
|
+
y="0px"
|
|
942
|
+
>
|
|
943
|
+
<polygon
|
|
944
|
+
class="shape-color"
|
|
945
|
+
points="21,39.2 42,2.8 0,2.8 "
|
|
946
|
+
/>
|
|
947
|
+
</svg>
|
|
948
|
+
</span>
|
|
949
|
+
</span>
|
|
950
|
+
</span>
|
|
588
951
|
</span>
|
|
589
952
|
</button>
|
|
590
953
|
</div>
|
|
@@ -616,15 +979,48 @@ exports[`AmeliproAccordionFrieze > render correctly 1`] = `
|
|
|
616
979
|
justify-center
|
|
617
980
|
">
|
|
618
981
|
sous-titre 12
|
|
619
|
-
<
|
|
620
|
-
class="
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
982
|
+
<span
|
|
983
|
+
class="
|
|
984
|
+
amelipro-icon
|
|
985
|
+
ml-1
|
|
986
|
+
"
|
|
987
|
+
id="amelipro-accordion-frieze-unique-id-btn-12-icon"
|
|
625
988
|
style="margin-top: -14px;"
|
|
626
|
-
|
|
627
|
-
|
|
989
|
+
>
|
|
990
|
+
<span
|
|
991
|
+
aria-hidden="true"
|
|
992
|
+
class="
|
|
993
|
+
amelipro-custom-icon
|
|
994
|
+
custom-color
|
|
995
|
+
"
|
|
996
|
+
focusable="false"
|
|
997
|
+
role="img"
|
|
998
|
+
style="
|
|
999
|
+
color: #0C419A;
|
|
1000
|
+
height: 10px;
|
|
1001
|
+
width: 10px;
|
|
1002
|
+
"
|
|
1003
|
+
>
|
|
1004
|
+
<span>
|
|
1005
|
+
<svg
|
|
1006
|
+
aria-hidden="true"
|
|
1007
|
+
style="enable-background:new 0 0 42 42;"
|
|
1008
|
+
version="1.1"
|
|
1009
|
+
viewBox="0 0 42 42"
|
|
1010
|
+
x="0px"
|
|
1011
|
+
xml:space="preserve"
|
|
1012
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
1013
|
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
1014
|
+
y="0px"
|
|
1015
|
+
>
|
|
1016
|
+
<polygon
|
|
1017
|
+
class="shape-color"
|
|
1018
|
+
points="21,39.2 42,2.8 0,2.8 "
|
|
1019
|
+
/>
|
|
1020
|
+
</svg>
|
|
1021
|
+
</span>
|
|
1022
|
+
</span>
|
|
1023
|
+
</span>
|
|
628
1024
|
</span>
|
|
629
1025
|
</button>
|
|
630
1026
|
</div>
|
|
@@ -656,15 +1052,48 @@ exports[`AmeliproAccordionFrieze > render correctly 1`] = `
|
|
|
656
1052
|
justify-center
|
|
657
1053
|
">
|
|
658
1054
|
sous-titre 13
|
|
659
|
-
<
|
|
660
|
-
class="
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
1055
|
+
<span
|
|
1056
|
+
class="
|
|
1057
|
+
amelipro-icon
|
|
1058
|
+
ml-1
|
|
1059
|
+
"
|
|
1060
|
+
id="amelipro-accordion-frieze-unique-id-btn-13-icon"
|
|
665
1061
|
style="margin-top: -14px;"
|
|
666
|
-
|
|
667
|
-
|
|
1062
|
+
>
|
|
1063
|
+
<span
|
|
1064
|
+
aria-hidden="true"
|
|
1065
|
+
class="
|
|
1066
|
+
amelipro-custom-icon
|
|
1067
|
+
custom-color
|
|
1068
|
+
"
|
|
1069
|
+
focusable="false"
|
|
1070
|
+
role="img"
|
|
1071
|
+
style="
|
|
1072
|
+
color: #0C419A;
|
|
1073
|
+
height: 10px;
|
|
1074
|
+
width: 10px;
|
|
1075
|
+
"
|
|
1076
|
+
>
|
|
1077
|
+
<span>
|
|
1078
|
+
<svg
|
|
1079
|
+
aria-hidden="true"
|
|
1080
|
+
style="enable-background:new 0 0 42 42;"
|
|
1081
|
+
version="1.1"
|
|
1082
|
+
viewBox="0 0 42 42"
|
|
1083
|
+
x="0px"
|
|
1084
|
+
xml:space="preserve"
|
|
1085
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
1086
|
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
1087
|
+
y="0px"
|
|
1088
|
+
>
|
|
1089
|
+
<polygon
|
|
1090
|
+
class="shape-color"
|
|
1091
|
+
points="21,39.2 42,2.8 0,2.8 "
|
|
1092
|
+
/>
|
|
1093
|
+
</svg>
|
|
1094
|
+
</span>
|
|
1095
|
+
</span>
|
|
1096
|
+
</span>
|
|
668
1097
|
</span>
|
|
669
1098
|
</button>
|
|
670
1099
|
</div>
|
|
@@ -696,15 +1125,48 @@ exports[`AmeliproAccordionFrieze > render correctly 1`] = `
|
|
|
696
1125
|
justify-center
|
|
697
1126
|
">
|
|
698
1127
|
sous-titre 14
|
|
699
|
-
<
|
|
700
|
-
class="
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
1128
|
+
<span
|
|
1129
|
+
class="
|
|
1130
|
+
amelipro-icon
|
|
1131
|
+
ml-1
|
|
1132
|
+
"
|
|
1133
|
+
id="amelipro-accordion-frieze-unique-id-btn-14-icon"
|
|
705
1134
|
style="margin-top: -14px;"
|
|
706
|
-
|
|
707
|
-
|
|
1135
|
+
>
|
|
1136
|
+
<span
|
|
1137
|
+
aria-hidden="true"
|
|
1138
|
+
class="
|
|
1139
|
+
amelipro-custom-icon
|
|
1140
|
+
custom-color
|
|
1141
|
+
"
|
|
1142
|
+
focusable="false"
|
|
1143
|
+
role="img"
|
|
1144
|
+
style="
|
|
1145
|
+
color: #0C419A;
|
|
1146
|
+
height: 10px;
|
|
1147
|
+
width: 10px;
|
|
1148
|
+
"
|
|
1149
|
+
>
|
|
1150
|
+
<span>
|
|
1151
|
+
<svg
|
|
1152
|
+
aria-hidden="true"
|
|
1153
|
+
style="enable-background:new 0 0 42 42;"
|
|
1154
|
+
version="1.1"
|
|
1155
|
+
viewBox="0 0 42 42"
|
|
1156
|
+
x="0px"
|
|
1157
|
+
xml:space="preserve"
|
|
1158
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
1159
|
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
1160
|
+
y="0px"
|
|
1161
|
+
>
|
|
1162
|
+
<polygon
|
|
1163
|
+
class="shape-color"
|
|
1164
|
+
points="21,39.2 42,2.8 0,2.8 "
|
|
1165
|
+
/>
|
|
1166
|
+
</svg>
|
|
1167
|
+
</span>
|
|
1168
|
+
</span>
|
|
1169
|
+
</span>
|
|
708
1170
|
</span>
|
|
709
1171
|
</button>
|
|
710
1172
|
</div>
|