@cnamts/synapse 1.0.9 → 1.0.10
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-BylukfjR.js → DateFilter-C0wDuzgn.js} +1 -1
- package/dist/{NumberFilter-C_bUk9o1.js → NumberFilter-CBj7zdOi.js} +1 -1
- package/dist/{PeriodFilter-dVOmcfmt.js → PeriodFilter-DB4wWyKy.js} +1 -1
- package/dist/{SelectFilter-BW8KpXkQ.js → SelectFilter-Dces8572.js} +1 -1
- package/dist/{TextFilter-diwVzTz7.js → TextFilter-BU9nlkuS.js} +1 -1
- package/dist/components/Amelipro/AmeliproAccordionFrieze/AmeliproAccordionFrieze.d.ts +110 -0
- package/dist/components/Amelipro/AmeliproAccordionFrieze/types.d.ts +6 -0
- package/dist/components/Amelipro/AmeliproAutoCompleteField/AmeliproAutoCompleteField.d.ts +120 -120
- package/dist/components/Amelipro/AmeliproBtn/AmeliproBtn.d.ts +2 -2
- package/dist/components/Amelipro/AmeliproCarousel/AmeliproCarousel.d.ts +3 -3
- package/dist/components/Amelipro/AmeliproDentalChart/AmeliproDentalChart.d.ts +47 -0
- package/dist/components/Amelipro/AmeliproDentalChart/AmeliproTooth/AmeliproTooth.d.ts +88 -0
- package/dist/components/Amelipro/AmeliproDentalChart/types.d.ts +13 -0
- package/dist/components/Amelipro/AmeliproFirstLogin/AmeliproFirstLogin.d.ts +70 -0
- package/dist/components/Amelipro/AmeliproFirstLogin/locales.d.ts +46 -0
- package/dist/components/Amelipro/AmeliproIconBtn/AmeliproIconBtn.d.ts +1 -1
- package/dist/components/Amelipro/AmeliproPatientLogged/AmeliproPatientLogged.d.ts +149 -0
- package/dist/components/Amelipro/AmeliproPatientLogged/types.d.ts +48 -0
- package/dist/components/Amelipro/AmeliproPatientLogin/AmeliproPatientLogin.d.ts +177 -0
- package/dist/components/Amelipro/AmeliproPatientLogin/AmeliproPatientLoginForm/AmeliproPatientLoginForm.d.ts +169 -0
- package/dist/components/Amelipro/AmeliproPatientLogin/AmeliproPatientLoginForm/types.d.ts +5 -0
- package/dist/components/Amelipro/AmeliproPatientLogin/types.d.ts +5 -0
- package/dist/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressCityRow/AmeliproPostalAddressCityRow.d.ts +2925 -0
- package/dist/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressCityRow/types.d.ts +11 -0
- package/dist/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressField.d.ts +4489 -0
- package/dist/components/Amelipro/AmeliproPostalAddressField/types.d.ts +17 -0
- package/dist/components/Amelipro/AmeliproSelect/AmeliproSelect.d.ts +120 -120
- package/dist/components/Amelipro/AmeliproTabs/AmeliproTabs.d.ts +120 -120
- package/dist/components/Amelipro/AmeliproTextArea/AmeliproTextArea.d.ts +12 -12
- package/dist/components/Amelipro/AmeliproTextField/AmeliproTextField.d.ts +30 -30
- package/dist/components/Amelipro/AmeliproTooltips/AmeliproTooltips.d.ts +12 -2
- package/dist/components/CookieBanner/CookieBanner.d.ts +7 -7
- package/dist/components/CookiesSelection/CookiesInformation/CookiesInformation.d.ts +20 -20
- package/dist/components/CookiesSelection/CookiesSelection.d.ts +9 -9
- package/dist/components/Customs/Selects/SySelect/SySelect.d.ts +7 -6
- package/dist/components/Customs/SyForm/SyForm.d.ts +1820 -0
- package/dist/components/Customs/SyTabs/SyTabs.d.ts +3 -1
- package/dist/components/Customs/SyTabs/useTabTransition.d.ts +5 -0
- package/dist/components/Customs/SyTextField/SyTextField.d.ts +36 -31
- package/dist/components/Customs/SyTextField/types.d.ts +1 -1
- package/dist/components/DatePicker/CalendarMode/DatePicker.d.ts +232 -134
- package/dist/components/DatePicker/ComplexDatePicker/ComplexDatePicker.d.ts +121 -71
- package/dist/components/DatePicker/DateTextInput/DateTextInput.d.ts +60 -37
- package/dist/components/DatePicker/composables/useDateValidation.d.ts +14 -2
- package/dist/components/DatePicker/composables/useManualDateValidation.d.ts +2 -2
- package/dist/components/DatePicker/tests/setup.d.ts +74354 -0
- package/dist/components/DialogBox/DialogBox.d.ts +10 -10
- package/dist/components/DialogBox/locales.d.ts +1 -0
- package/dist/components/DialogBox/useDraggable.d.ts +2 -0
- package/dist/components/FilterSideBar/FilterSideBar.d.ts +7 -7
- package/dist/components/HeaderBar/HeaderBurgerMenu/HeaderMenuItem/HeaderMenuItem.d.ts +2 -0
- package/dist/components/HeaderNavigationBar/types.d.ts +1 -0
- package/dist/components/HeaderToolbar/HeaderToolbar.d.ts +842 -9
- package/dist/components/HeaderToolbar/locales.d.ts +3 -0
- package/dist/components/HeaderToolbar/useMobileRightMenu.d.ts +10 -0
- package/dist/components/LangBtn/LangBtn.d.ts +8 -8
- package/dist/components/NirField/NirField.d.ts +90 -65
- package/dist/components/NirField/locales.d.ts +6 -4
- package/dist/components/PasswordField/PasswordField.d.ts +3 -1
- package/dist/components/PasswordField/locales.d.ts +2 -0
- package/dist/components/PeriodField/PeriodField.d.ts +460 -260
- package/dist/components/PhoneField/PhoneField.d.ts +45 -32
- package/dist/components/RangeField/RangeField.d.ts +11 -1
- package/dist/components/RangeField/RangeSlider/RangeSlider.d.ts +2 -2
- package/dist/components/RangeField/config.d.ts +3 -0
- package/dist/components/RatingPicker/EmotionPicker/EmotionPicker.d.ts +3 -1
- package/dist/components/RatingPicker/EmotionPicker/locales.d.ts +2 -0
- package/dist/components/RatingPicker/NumberPicker/NumberPicker.d.ts +3 -1
- package/dist/components/RatingPicker/StarsPicker/StarsPicker.d.ts +3 -1
- package/dist/components/RatingPicker/locales.d.ts +1 -0
- package/dist/components/SearchListField/SearchListField.d.ts +6 -6
- package/dist/components/SyAlert/SyAlert.d.ts +2 -2
- package/dist/components/SyTextArea/SyTextArea.d.ts +13 -13
- package/dist/components/Tables/SyServerTable/SyServerTable.d.ts +3 -5
- package/dist/components/Tables/SyTable/SyTable.d.ts +3 -5
- package/dist/components/Tables/common/SyTablePagination.d.ts +8 -6
- package/dist/components/Tables/common/organizeColumns/OrganizeColumns.d.ts +4 -4
- package/dist/components/Tables/common/usePagination.d.ts +1 -3
- package/dist/components/Tables/common/useTableCheckbox.d.ts +1 -1
- package/dist/components/UploadWorkflow/UploadWorkflow.d.ts +4 -4
- package/dist/components/index.d.ts +8 -0
- package/dist/composables/validation/useFormValidation.d.ts +24 -0
- package/dist/composables/validation/useValidatable.d.ts +17 -0
- package/dist/design-system-v3.js +181 -173
- package/dist/design-system-v3.umd.cjs +265 -263
- package/dist/{main-2eWGB7zZ.js → main-Dt4iNotT.js} +14095 -11151
- package/dist/style.css +1 -1
- package/dist/tooth-11-B9fN9Ow_.js +4 -0
- package/dist/tooth-12-BOOjuDe9.js +4 -0
- package/dist/tooth-13-DVU7jhZ8.js +4 -0
- package/dist/tooth-14-CXNleTBu.js +4 -0
- package/dist/tooth-15-iq3z8dzZ.js +4 -0
- package/dist/tooth-16-BuNIHSQk.js +4 -0
- package/dist/tooth-17-DLb4ijsH.js +4 -0
- package/dist/tooth-18-huijQe68.js +4 -0
- package/dist/tooth-21-Bl7Q-o4y.js +4 -0
- package/dist/tooth-22-ChQKI3h5.js +4 -0
- package/dist/tooth-23-CkzbEvBa.js +4 -0
- package/dist/tooth-24-BpaPUSEp.js +4 -0
- package/dist/tooth-25-BaVfhAL6.js +4 -0
- package/dist/tooth-26-BnL03Jv5.js +4 -0
- package/dist/tooth-27-BaHyZfhH.js +4 -0
- package/dist/tooth-28-BrMBVEgX.js +4 -0
- package/dist/tooth-31-DEH3Btej.js +4 -0
- package/dist/tooth-32-Dqcy596v.js +4 -0
- package/dist/tooth-33-DLzQOVky.js +4 -0
- package/dist/tooth-34-36nkjUPW.js +4 -0
- package/dist/tooth-35-VfFhleWT.js +4 -0
- package/dist/tooth-36-BHwtGkLx.js +4 -0
- package/dist/tooth-37-CT47Rtk-.js +4 -0
- package/dist/tooth-38-D15JmYSD.js +4 -0
- package/dist/tooth-41--x9N_iSc.js +4 -0
- package/dist/tooth-42-DZ1D3qmP.js +4 -0
- package/dist/tooth-43-C9T3b5_0.js +4 -0
- package/dist/tooth-44-CsPRBSZV.js +4 -0
- package/dist/tooth-45-Dg3wQunm.js +4 -0
- package/dist/tooth-46-DAOEt4G5.js +4 -0
- package/dist/tooth-47-DcqUeVM0.js +4 -0
- package/dist/tooth-48-0MVzkYem.js +4 -0
- package/dist/tooth-51-DOTod22I.js +4 -0
- package/dist/tooth-52-DZB1Jabv.js +4 -0
- package/dist/tooth-53-nunm2BQr.js +4 -0
- package/dist/tooth-54-BwdYfBd-.js +4 -0
- package/dist/tooth-55-BUJdNwqL.js +4 -0
- package/dist/tooth-61-BwqR1B88.js +4 -0
- package/dist/tooth-62-BzaECsvF.js +4 -0
- package/dist/tooth-63-wjdIfSq2.js +4 -0
- package/dist/tooth-64-CGW4ZcUq.js +4 -0
- package/dist/tooth-65-DxH4GgAL.js +4 -0
- package/dist/tooth-71-CmjVz11G.js +4 -0
- package/dist/tooth-72-CCyNUD-W.js +4 -0
- package/dist/tooth-73-D6aJwVz4.js +4 -0
- package/dist/tooth-74-zNtDQ6ig.js +4 -0
- package/dist/tooth-75-DDEx6y4E.js +4 -0
- package/dist/tooth-81-xg8UVvz2.js +4 -0
- package/dist/tooth-82-CtNXwBtB.js +4 -0
- package/dist/tooth-83-C2ODw7VT.js +4 -0
- package/dist/tooth-84-BKIdO9HA.js +4 -0
- package/dist/tooth-85-3YmvfAsK.js +4 -0
- package/package.json +2 -2
- package/src/assets/amelipro/img/dental-chart-img/tooth-11.svg +16 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-12.svg +11 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-13.svg +11 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-14.svg +26 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-15.svg +21 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-16.svg +31 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-17.svg +26 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-18.svg +26 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-21.svg +16 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-22.svg +11 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-23.svg +11 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-24.svg +26 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-25.svg +21 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-26.svg +31 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-27.svg +26 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-28.svg +26 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-31.svg +11 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-32.svg +11 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-33.svg +11 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-34.svg +11 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-35.svg +22 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-36.svg +26 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-37.svg +26 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-38.svg +11 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-41.svg +11 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-42.svg +11 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-43.svg +11 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-44.svg +11 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-45.svg +22 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-46.svg +26 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-47.svg +26 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-48.svg +11 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-51.svg +11 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-52.svg +16 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-53.svg +16 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-54.svg +11 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-55.svg +16 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-61.svg +11 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-62.svg +16 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-63.svg +16 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-64.svg +11 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-65.svg +16 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-71.svg +11 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-72.svg +16 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-73.svg +16 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-74.svg +11 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-75.svg +16 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-81.svg +11 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-82.svg +16 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-83.svg +16 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-84.svg +11 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-85.svg +16 -0
- package/src/assets/amelipro/img/idpa/apcv_logo.svg +16 -0
- package/src/assets/amelipro/img/idpa/carte-vitale.svg +75 -0
- package/src/components/Amelipro/AmeliproAccordionFrieze/AmeliproAccordionFrieze.mdx +15 -0
- package/src/components/Amelipro/AmeliproAccordionFrieze/AmeliproAccordionFrieze.stories.ts +261 -0
- package/src/components/Amelipro/AmeliproAccordionFrieze/AmeliproAccordionFrieze.vue +419 -0
- package/src/components/Amelipro/AmeliproAccordionFrieze/__tests__/AmeliproAccordionFrieze.spec.ts +98 -0
- package/src/components/Amelipro/AmeliproAccordionFrieze/__tests__/__snapshots__/AmeliproAccordionFrieze.spec.ts.snap +858 -0
- package/src/components/Amelipro/AmeliproAccordionFrieze/types.d.ts +6 -0
- package/src/components/Amelipro/AmeliproAccordionList/AmeliproAccordionList.vue +2 -2
- package/src/components/Amelipro/AmeliproAccordionList/__tests__/__snapshots__/AmeliproAccordionList.spec.ts.snap +0 -4
- package/src/components/Amelipro/AmeliproAccordionResultList/AmeliproAccordionResultList.vue +2 -2
- package/src/components/Amelipro/AmeliproAccordionResultList/__tests__/__snapshots__/AmeliproAccordionResultList.spec.ts.snap +0 -4
- package/src/components/Amelipro/AmeliproBadge/AmeliproBadge.stories.ts +97 -0
- package/src/components/Amelipro/AmeliproBtn/AmeliproBtn.stories.ts +190 -8
- package/src/components/Amelipro/AmeliproCallback/AmeliproCallback.stories.ts +321 -0
- package/src/components/Amelipro/AmeliproCaptcha/AmeliproCaptcha.vue +1 -1
- package/src/components/Amelipro/AmeliproCard/AmeliproCard.stories.ts +360 -0
- package/src/components/Amelipro/AmeliproCheckbox/AmeliproCheckbox.stories.ts +1 -1
- package/src/components/Amelipro/AmeliproCheckboxGroup/AmeliproCheckboxGroup.stories.ts +2 -2
- package/src/components/Amelipro/AmeliproCheckboxGroup/AmeliproCheckboxGroup.vue +1 -1
- package/src/components/Amelipro/AmeliproChips/AmeliproChips.stories.ts +46 -0
- package/src/components/Amelipro/AmeliproClickableTile/AmeliproClickableTile.stories.ts +173 -0
- package/src/components/Amelipro/AmeliproCopyBtn/AmeliproCopyBtn.stories.ts +112 -26
- package/src/components/Amelipro/AmeliproDentalChart/AmeliproDentalChart.mdx +15 -0
- package/src/components/Amelipro/AmeliproDentalChart/AmeliproDentalChart.stories.ts +1078 -0
- package/src/components/Amelipro/AmeliproDentalChart/AmeliproDentalChart.vue +163 -0
- package/src/components/Amelipro/AmeliproDentalChart/AmeliproTooth/AmeliproTooth.vue +183 -0
- package/src/components/Amelipro/AmeliproDentalChart/AmeliproTooth/tests/AmeliproTooth.spec.ts +20 -0
- package/src/components/Amelipro/AmeliproDentalChart/AmeliproTooth/tests/__snapshots__/AmeliproTooth.spec.ts.snap +39 -0
- package/src/components/Amelipro/AmeliproDentalChart/tests/AmeliproDentalChart.spec.ts +468 -0
- package/src/components/Amelipro/AmeliproDentalChart/tests/__snapshots__/AmeliproDentalChart.spec.ts.snap +2589 -0
- package/src/components/Amelipro/AmeliproDentalChart/types.d.ts +13 -0
- package/src/components/Amelipro/AmeliproDialog/AmeliproDialog.stories.ts +333 -0
- package/src/components/Amelipro/AmeliproDialog/AmeliproDialog.vue +7 -2
- package/src/components/Amelipro/AmeliproDialog/tests/__snapshots__/AmeliproDialog.spec.ts.snap +1 -0
- package/src/components/Amelipro/AmeliproErrorTemplate/AmeliproErrorTemplate.vue +1 -1
- package/src/components/Amelipro/AmeliproErrorTemplate/__tests__/__snapshots__/AmeliproErrorTemplate.spec.ts.snap +1 -2
- package/src/components/Amelipro/AmeliproFirstLogin/AmeliproFirstLogin.mdx +15 -0
- package/src/components/Amelipro/AmeliproFirstLogin/AmeliproFirstLogin.stories.ts +287 -0
- package/src/components/Amelipro/AmeliproFirstLogin/AmeliproFirstLogin.vue +331 -0
- package/src/components/Amelipro/AmeliproFirstLogin/__tests__/AmeliproFirstLogin.spec.ts +29 -0
- package/src/components/Amelipro/AmeliproFirstLogin/__tests__/__snapshots__/AmeliproFirstLogin.spec.ts.snap +1210 -0
- package/src/components/Amelipro/AmeliproFirstLogin/locales.ts +48 -0
- package/src/components/Amelipro/AmeliproIcon/AmeliproIcon.stories.ts +61 -1
- package/src/components/Amelipro/AmeliproIconBtn/AmeliproIconBtn.stories.ts +174 -0
- package/src/components/Amelipro/AmeliproIllustratedDataTile/AmeliproIllustratedDataTile.stories.ts +186 -0
- package/src/components/Amelipro/AmeliproMailTile/AmeliproMailTile.stories.ts +237 -0
- package/src/components/Amelipro/AmeliproMessage/AmeliproMessage.stories.ts +111 -0
- package/src/components/Amelipro/AmeliproMultipleFoldingCard/AmeliproMultipleFoldingCard.stories.ts +199 -0
- package/src/components/Amelipro/AmeliproNumberedCard/AmeliproNumberedCard.stories.ts +150 -0
- package/src/components/Amelipro/AmeliproOnboarding/AmeliproOnboarding.stories.ts +281 -8
- package/src/components/Amelipro/AmeliproPagination/AmeliproPagination.stories.ts +123 -43
- package/src/components/Amelipro/AmeliproPatientLogged/AmeliproPatientLogged.mdx +18 -0
- package/src/components/Amelipro/AmeliproPatientLogged/AmeliproPatientLogged.stories.ts +250 -0
- package/src/components/Amelipro/AmeliproPatientLogged/AmeliproPatientLogged.vue +520 -0
- package/src/components/Amelipro/AmeliproPatientLogged/__tests__/AmeliproPatientLogged.spec.ts +79 -0
- package/src/components/Amelipro/AmeliproPatientLogged/__tests__/__snapshots__/AmeliproPatientLogged.spec.ts.snap +1140 -0
- package/src/components/Amelipro/AmeliproPatientLogged/types.d.ts +49 -0
- package/src/components/Amelipro/AmeliproPatientLogin/AmeliproPatientLogin.mdx +18 -0
- package/src/components/Amelipro/AmeliproPatientLogin/AmeliproPatientLogin.stories.ts +151 -0
- package/src/components/Amelipro/AmeliproPatientLogin/AmeliproPatientLogin.vue +231 -0
- package/src/components/Amelipro/AmeliproPatientLogin/AmeliproPatientLoginForm/AmeliproPatientLoginForm.vue +252 -0
- package/src/components/Amelipro/AmeliproPatientLogin/AmeliproPatientLoginForm/__tests__/AmeliproPatientLoginForm.spec.ts +46 -0
- package/src/components/Amelipro/AmeliproPatientLogin/AmeliproPatientLoginForm/__tests__/__snapshots__/AmeliproPatientLoginForm.spec.ts.snap +33 -0
- package/src/components/Amelipro/AmeliproPatientLogin/AmeliproPatientLoginForm/types.d.ts +6 -0
- package/src/components/Amelipro/AmeliproPatientLogin/__tests__/AmeliproPatientLogin.spec.ts +49 -0
- package/src/components/Amelipro/AmeliproPatientLogin/__tests__/__snapshots__/AmeliproPatientLogin.spec.ts.snap +60 -0
- package/src/components/Amelipro/AmeliproPatientLogin/types.d.ts +6 -0
- package/src/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressCityRow/AmeliproPostalAddressCityRow.vue +464 -0
- package/src/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressCityRow/__tests__/AmeliproPostalAddressCityRow.spec.ts +41 -0
- package/src/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressCityRow/__tests__/__snapshots__/AmeliproPostalAddressCityRow.spec.ts.snap +548 -0
- package/src/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressCityRow/types.d.ts +12 -0
- package/src/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressField.mdx +15 -0
- package/src/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressField.stories.ts +133 -0
- package/src/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressField.vue +360 -0
- package/src/components/Amelipro/AmeliproPostalAddressField/tests/AmeliproPostalAddressField.spec.ts +27 -0
- package/src/components/Amelipro/AmeliproPostalAddressField/tests/__snapshots__/AmeliproPostalAddressField.spec.ts.snap +548 -0
- package/src/components/Amelipro/AmeliproPostalAddressField/types.d.ts +18 -0
- package/src/components/Amelipro/AmeliproRadioGroup/AmeliproRadioGroup.vue +4 -3
- package/src/components/Amelipro/AmeliproResultList/AmeliproResultList.vue +2 -2
- package/src/components/Amelipro/AmeliproResultList/__tests__/__snapshots__/AmeliproResultList.spec.ts.snap +0 -4
- package/src/components/Amelipro/AmeliproStateTile/AmeliproStateTile.stories.ts +210 -0
- package/src/components/Amelipro/AmeliproStatus/AmeliproStatus.stories.ts +326 -0
- package/src/components/Amelipro/AmeliproTable/AmeliproTable.stories.ts +232 -4
- package/src/components/Amelipro/AmeliproTable/AmeliproTable.vue +3 -2
- package/src/components/Amelipro/AmeliproTable/__tests__/__snapshots__/AmeliproTable.spec.ts.snap +0 -4
- package/src/components/Amelipro/AmeliproTabs/AmeliproTabs.vue +1 -1
- package/src/components/Amelipro/AmeliproTextField/AmeliproTextField.stories.ts +2 -2
- package/src/components/Amelipro/AmeliproTileBtn/AmeliproTileBtn.stories.ts +222 -6
- package/src/components/Amelipro/AmeliproTooltips/AmeliproTooltips.stories.ts +169 -0
- package/src/components/Amelipro/AmeliproTooltips/AmeliproTooltips.vue +6 -1
- package/src/components/Amelipro/AmeliproTooltips/tests/__snapshots__/AmeliproTooltips.spec.ts.snap +1 -5
- package/src/components/Amelipro/AmeliproTransmission/AmeliproTransmission.stories.ts +160 -0
- package/src/components/Amelipro/StructureMenu/StructureMenu.vue +1 -1
- package/src/components/Amelipro/StructureMenu/tests/__snapshots__/StructureMenu.spec.ts.snap +1 -2
- package/src/components/Customs/Selects/SySelect/SySelect.vue +43 -1
- package/src/components/Customs/SyCheckbox/SyCheckbox.vue +4 -0
- package/src/components/Customs/SyForm/Introduction.mdx +132 -0
- package/src/components/Customs/SyForm/SyForm.mdx +105 -0
- package/src/components/Customs/SyForm/SyForm.stories.ts +375 -0
- package/src/components/Customs/SyForm/SyForm.vue +80 -0
- package/src/components/Customs/SyTabs/SyTabs.stories.ts +31 -0
- package/src/components/Customs/SyTabs/SyTabs.vue +185 -27
- package/src/components/Customs/SyTabs/useTabTransition.ts +42 -0
- package/src/components/Customs/SyTextField/SyTextField.vue +12 -3
- package/src/components/Customs/SyTextField/types.d.ts +1 -1
- package/src/components/DataListItem/DataListItem.vue +12 -13
- package/src/components/DatePicker/CalendarMode/DatePicker.stories.ts +242 -41
- package/src/components/DatePicker/CalendarMode/DatePicker.vue +30 -12
- package/src/components/DatePicker/ComplexDatePicker/ComplexDatePicker.stories.ts +246 -59
- package/src/components/DatePicker/ComplexDatePicker/ComplexDatePicker.vue +40 -10
- package/src/components/DatePicker/DatePickerOverview.mdx +5 -1
- package/src/components/DatePicker/DatePickerValidationExample/DatePickerValidation.mdx +21 -21
- package/src/components/DatePicker/DatePickerValidationExample/DatePickerValidation.stories.ts +240 -133
- package/src/components/DatePicker/DateTextInput/DateRange.stories.ts +29 -1
- package/src/components/DatePicker/DateTextInput/DateTextInput.vue +32 -9
- package/src/components/DatePicker/DateTextInput/NoCalendar.stories.ts +166 -38
- package/src/components/DatePicker/composables/useDateValidation.ts +8 -5
- package/src/components/DatePicker/composables/useManualDateValidation.ts +23 -6
- package/src/components/DatePicker/datePickers.stories.ts +28 -0
- package/src/components/DatePicker/docExamples/DatePickerBidirectionalValidation.vue +47 -58
- package/src/components/DatePicker/docExamples/DatePickerValidationExamples.vue +2 -2
- package/src/components/DatePicker/tests/DatePicker.validation.spec.ts +4654 -0
- package/src/components/DatePicker/tests/archiTest.md +33 -0
- package/src/components/DatePicker/tests/setup.ts +243 -0
- package/src/components/DialogBox/DialogBox.stories.ts +1 -1
- package/src/components/DialogBox/DialogBox.vue +25 -8
- package/src/components/DialogBox/locales.ts +1 -0
- package/src/components/DialogBox/tests/DialogBox.spec.ts +187 -15
- package/src/components/DialogBox/useDraggable.ts +92 -4
- package/src/components/HeaderBar/HeaderBurgerMenu/HeaderMenuItem/HeaderMenuItem.vue +4 -0
- package/src/components/HeaderBar/HeaderBurgerMenu/HeaderMenuItem/tests/__snapshots__/HeaderMenuItem.spec.ts.snap +4 -1
- package/src/components/HeaderNavigationBar/HeaderNavigationBar.vue +18 -2
- package/src/components/HeaderNavigationBar/HorizontalNavbar/HorizontalNavbar.vue +14 -4
- package/src/components/HeaderNavigationBar/types.ts +1 -0
- package/src/components/HeaderToolbar/Accessibilite.stories.ts +8 -0
- package/src/components/HeaderToolbar/HeaderToolbar.mdx +0 -1
- package/src/components/HeaderToolbar/HeaderToolbar.stories.ts +65 -6
- package/src/components/HeaderToolbar/HeaderToolbar.vue +589 -162
- package/src/components/HeaderToolbar/locales.ts +3 -0
- package/src/components/HeaderToolbar/useMobileRightMenu.ts +121 -0
- package/src/components/NirField/Accessibilite.stories.ts +4 -0
- package/src/components/NirField/NirField.stories.ts +0 -11
- package/src/components/NirField/NirField.vue +164 -53
- package/src/components/NirField/locales.ts +6 -4
- package/src/components/NirField/tests/NirField.spec.ts +2 -2
- package/src/components/PasswordField/Accessibilite.stories.ts +96 -0
- package/src/components/PasswordField/PasswordField.stories.ts +8 -1
- package/src/components/PasswordField/PasswordField.vue +98 -19
- package/src/components/PasswordField/locales.ts +2 -0
- package/src/components/PasswordField/tests/PasswordField.spec.ts +1 -1
- package/src/components/PhoneField/PhoneField.vue +4 -0
- package/src/components/RangeField/Accessibilite.stories.ts +4 -0
- package/src/components/RangeField/RangeField.stories.ts +60 -0
- package/src/components/RangeField/RangeField.vue +37 -21
- package/src/components/RangeField/RangeSlider/RangeSlider.vue +30 -8
- package/src/components/RangeField/RangeSlider/Tooltip/Tooltip.vue +1 -0
- package/src/components/RangeField/RangeSlider/tests/__snapshots__/rangeSlider.spec.ts.snap +12 -4
- package/src/components/RangeField/RangeSlider/tests/useMouseSlide.spec.ts +9 -1
- package/src/components/RangeField/RangeSlider/useMouseSlide.ts +23 -8
- package/src/components/RangeField/config.ts +3 -1
- package/src/components/RangeField/tests/__snapshots__/RangeField.spec.ts.snap +132 -141
- package/src/components/RatingPicker/Accessibilite.stories.ts +4 -0
- package/src/components/RatingPicker/EmotionPicker/EmotionPicker.vue +119 -66
- package/src/components/RatingPicker/EmotionPicker/locales.ts +2 -0
- package/src/components/RatingPicker/EmotionPicker/tests/EmotionPicker.spec.ts +4 -4
- package/src/components/RatingPicker/EmotionPicker/tests/__snapshots__/EmotionPicker.spec.ts.snap +462 -678
- package/src/components/RatingPicker/NumberPicker/NumberPicker.vue +106 -42
- package/src/components/RatingPicker/NumberPicker/tests/NumberPicker.spec.ts +3 -3
- package/src/components/RatingPicker/NumberPicker/tests/__snapshots__/NumberPicker.spec.ts.snap +119 -515
- package/src/components/RatingPicker/Rating.ts +5 -1
- package/src/components/RatingPicker/RatingPicker.stories.ts +5 -6
- package/src/components/RatingPicker/RatingPicker.vue +7 -2
- package/src/components/RatingPicker/StarsPicker/StarsPicker.vue +78 -42
- package/src/components/RatingPicker/StarsPicker/tests/StarsPicker.spec.ts +7 -7
- package/src/components/RatingPicker/StarsPicker/tests/__snapshots__/StarsPicker.spec.ts.snap +163 -245
- package/src/components/RatingPicker/locales.ts +1 -0
- package/src/components/RatingPicker/tests/__snapshots__/RatingPicker.spec.ts.snap +120 -516
- package/src/components/Tables/SyServerTable/SyServerTable.stories.ts +109 -84
- package/src/components/Tables/SyServerTable/SyServerTable.vue +51 -16
- package/src/components/Tables/SyTable/SyTable.vue +1 -6
- package/src/components/Tables/SyTable/tests/SyTable.spec.ts +6 -0
- package/src/components/Tables/common/SyTablePagination.vue +0 -6
- package/src/components/Tables/common/tableProps.ts +19 -1
- package/src/components/Tables/common/usePagination.ts +0 -6
- package/src/components/Tables/common/useTableCheckbox.ts +5 -5
- package/src/components/index.ts +8 -0
- package/src/composables/rules/useFieldValidation.ts +21 -3
- package/src/composables/validation/AvecVosComposants.mdx +145 -0
- package/src/composables/validation/FormValidation.mdx +151 -0
- package/src/composables/validation/FormValidation.stories.ts +402 -0
- package/src/composables/validation/useFormValidation.ts +91 -0
- package/src/composables/validation/useValidatable.ts +41 -0
- package/src/stories/Accessibilite/Avancement/Avancement.stories.ts +2 -2
- package/src/stories/Accessibilite/KitDePreAudit/Outils/Introduction.mdx +2 -2
- package/src/stories/Accessibilite/KitDePreAudit/Preaudit.mdx +2 -2
- package/src/stories/Demarrer/Accueil.stories.ts +6 -6
- package/src/stories/GuideDuDev/Installation.mdx +13 -0
- package/src/stories/GuideDuDev/LesBreackingChanges.mdx +1 -1
- package/src/stories/GuideDuDev/MigrationDepuisBridge.mdx +1 -1
- package/src/stories/GuideDuDev/MigrationDepuisVue2.mdx +1 -1
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<svg width="52" height="60" viewBox="0 0 52 60" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M21.6934 20C17.7926 20 12.5915 23.2098 11.9414 25.1357C11.9414 27.7033 17.1425 31.5555 19.0929 34.7653C21.0433 37.9751 23.6439 40.5429 26.2444 39.901C28.8449 39.259 39.2471 28.9876 39.8973 25.1357C40.4174 22.0541 36.2132 20.4279 34.046 20H21.6934Z" fill="#F8F1EF"/>
|
|
3
|
+
<path d="M24.3885 25.7475C27.6255 24.3232 31.1322 23.3485 31.9414 20.5C39.2247 20.5 38.1458 23.8485 37.3365 25.7475C36.5273 27.6465 21.1514 27.1717 24.3885 25.7475Z" fill="url(#paint0_linear_3407_19885)"/>
|
|
4
|
+
<path d="M37.9424 28C35.6221 30.959 24.0272 38.1705 26.2749 38.0713C28.5684 37.97 32.5782 35.5605 33.9364 33.0539C35.8835 31.1768 37.6716 29.0651 37.9424 28Z" fill="url(#paint1_linear_3407_19885)"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.9414 25.1357C12.5915 23.2098 17.7926 20 21.6934 20H34.046C36.2132 20.4279 40.4174 22.0541 39.8973 25.1357C39.2471 28.9876 28.8449 39.259 26.2444 39.901C23.6439 40.5429 21.0433 37.9751 19.0929 34.7653C18.3156 33.4861 17.022 32.1049 15.7471 30.7436C13.823 28.6891 11.9414 26.6801 11.9414 25.1357ZM12.9414 25.6221C13.5451 23.8888 18.3747 21 21.9969 21H33.4671C35.4795 21.3851 39.3834 22.8487 38.9004 25.6221C38.2967 29.0889 28.6376 38.3331 26.2228 38.9109C23.808 39.4886 21.3932 37.1776 19.5821 34.2888C18.8603 33.1375 17.6591 31.8944 16.4753 30.6692C14.6886 28.8202 12.9414 27.0121 12.9414 25.6221Z" fill="#B6B1B0"/>
|
|
6
|
+
<defs>
|
|
7
|
+
<linearGradient id="paint0_linear_3407_19885" x1="30.8949" y1="21.4747" x2="30.8949" y2="27" gradientUnits="userSpaceOnUse">
|
|
8
|
+
<stop stop-color="#9A8A89" stop-opacity="0.6"/>
|
|
9
|
+
<stop offset="1" stop-color="#F6EEEB" stop-opacity="0.2"/>
|
|
10
|
+
</linearGradient>
|
|
11
|
+
<linearGradient id="paint1_linear_3407_19885" x1="35.7206" y1="29.6607" x2="28.6288" y2="37.6245" gradientUnits="userSpaceOnUse">
|
|
12
|
+
<stop stop-color="#9A8A89" stop-opacity="0.6"/>
|
|
13
|
+
<stop offset="1" stop-color="#F6EEEB" stop-opacity="0.2"/>
|
|
14
|
+
</linearGradient>
|
|
15
|
+
</defs>
|
|
16
|
+
</svg>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<svg width="52" height="60" viewBox="0 0 52 60" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M37.9414 26.3697C27.1182 13.2541 16.2946 24.0895 14.5856 26.3708L14.0156 26.94C13.0076 27.5103 22.5605 36.6359 25.4088 39.4875C28.2571 42.3391 32.8144 32.6437 37.9414 26.3697Z" fill="#F8F1EF"/>
|
|
3
|
+
<path d="M29.8831 23.7985C27.8368 24.0701 22.473 24.1876 19.6961 24.9361C19.1477 25.084 18.9309 25.7106 19.3093 26.1342C21.6646 28.7711 27.0214 28.2438 30.3846 27.5755C30.7109 27.5107 34.1628 29.4328 32.8311 26.5352C31.4995 23.6376 32.2095 23.4896 29.8831 23.7985Z" fill="url(#paint0_linear_3407_19871)"/>
|
|
4
|
+
<path d="M35.4412 29C33.4476 32.1883 24.2168 39.3369 26.4414 39C28.7113 38.6562 31.7725 35.8189 32.8573 33.1825C34.5945 31.1095 35.2848 30.0878 35.4412 29Z" fill="url(#paint1_linear_3407_19871)"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.5856 26.3708C16.2946 24.0895 27.1182 13.2541 37.9414 26.3697C36.4134 28.2396 34.936 30.4134 33.5393 32.4683C30.2498 37.3084 27.4082 41.4892 25.4088 39.4875C24.9819 39.0601 24.4044 38.4918 23.7345 37.8325C19.9342 34.0927 13.1587 27.4249 14.0156 26.94L14.5856 26.3708ZM15.5319 26.7337C17.0985 24.6806 27.0201 14.9287 36.9414 26.7327C35.5407 28.4156 34.1864 30.372 32.9061 32.2215C29.8907 36.5775 27.286 40.3403 25.4532 38.5388C25.0619 38.1541 24.5325 37.6427 23.9184 37.0493C20.4349 33.6835 14.2239 27.6824 15.0094 27.246L15.5319 26.7337Z" fill="#B6B1B0"/>
|
|
6
|
+
<defs>
|
|
7
|
+
<linearGradient id="paint0_linear_3407_19871" x1="26.6989" y1="28.4191" x2="25.9158" y2="22.4464" gradientUnits="userSpaceOnUse">
|
|
8
|
+
<stop stop-color="#F6EEEB" stop-opacity="0.2"/>
|
|
9
|
+
<stop offset="1" stop-color="#9A8A89" stop-opacity="0.6"/>
|
|
10
|
+
</linearGradient>
|
|
11
|
+
<linearGradient id="paint1_linear_3407_19871" x1="34.9413" y1="29.7275" x2="28.7334" y2="38.3981" gradientUnits="userSpaceOnUse">
|
|
12
|
+
<stop stop-color="#9A8A89" stop-opacity="0.6"/>
|
|
13
|
+
<stop offset="1" stop-color="#F6EEEB" stop-opacity="0.2"/>
|
|
14
|
+
</linearGradient>
|
|
15
|
+
</defs>
|
|
16
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<svg width="52" height="60" viewBox="0 0 52 60" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M21.3571 22.3669C14.2953 22.9654 13.1184 29.5488 11.9414 34.3368C14.2953 40.3218 14.2953 34.3368 27.242 37.9269C40.1886 41.5169 37.2462 35.5338 39.6001 28.3518C41.954 21.1699 31.3613 18.7759 31.3613 20.5714C31.3613 22.3669 28.4189 21.7684 21.3571 22.3669Z" fill="#F8F1EF"/>
|
|
3
|
+
<path d="M37.1612 22C37.1612 24.5 30.9424 24 28.9421 25C28.4424 25 24.2214 27 26.4418 27C27.5598 27 35.9403 32.5 37.9403 28C39.9403 23.5 37.6612 23.5 37.1612 22Z" fill="url(#paint0_linear_3407_19858)"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.9918 33.521C13.1264 28.8337 14.555 22.932 21.2585 22.3669C23.3019 22.1946 25.0021 22.1215 26.3875 22.0619C29.8154 21.9146 31.3156 21.8501 31.3156 20.5714C31.3156 18.7759 41.9644 21.1699 39.598 28.3518C39.0642 29.9718 38.8014 31.5307 38.565 32.9325C37.7534 37.7458 37.254 40.7072 27.1745 37.9269C20.863 36.1859 17.6121 36.6967 15.6679 37.0021C13.6029 37.3266 13.0118 37.4195 11.793 34.3368C11.8589 34.07 11.9248 33.7976 11.9918 33.521ZM12.6856 33.4261C13.7634 29.2596 15.1206 24.0136 21.4889 23.5113C23.4301 23.3582 25.0454 23.2932 26.3615 23.2402C29.618 23.1092 31.0432 23.0519 31.0432 21.9153C31.0432 20.3193 41.1595 22.4473 38.9114 28.8313C38.4044 30.2712 38.1547 31.6569 37.9301 32.903C37.159 37.1815 36.6846 39.8138 27.1091 37.3424C21.1132 35.7949 18.0249 36.2489 16.1778 36.5204C14.2161 36.8088 13.6546 36.8914 12.4967 34.1512C12.5593 33.9141 12.6219 33.672 12.6856 33.4261Z" fill="#B6B1B0"/>
|
|
5
|
+
<defs>
|
|
6
|
+
<linearGradient id="paint0_linear_3407_19858" x1="33.5582" y1="22" x2="33.5582" y2="29.9649" gradientUnits="userSpaceOnUse">
|
|
7
|
+
<stop stop-color="#9A8A89" stop-opacity="0.6"/>
|
|
8
|
+
<stop offset="1" stop-color="#F6EEEB" stop-opacity="0.2"/>
|
|
9
|
+
</linearGradient>
|
|
10
|
+
</defs>
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<svg width="52" height="60" viewBox="0 0 52 60" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M13.042 29.3685C11.9362 24.405 20.2294 21.096 24.0995 20.5445C25.7583 20.2036 33.4983 18.89 37.9213 22.199C40.6857 29.3685 37.3684 33.7805 33.4983 37.0895C29.6281 40.3986 29.0753 38.744 24.0995 37.0895C18.5709 37.641 14.1477 34.332 13.042 29.3685Z" fill="#F8F1EF"/>
|
|
3
|
+
<path d="M30.2176 26.5C32.2176 25 34.4414 24.5 34.9414 21.5C39.4414 21.5 38.7176 24.5 38.2176 26.5C37.7176 28.5 28.2176 28 30.2176 26.5Z" fill="url(#paint0_linear_3407_19844)"/>
|
|
4
|
+
<path d="M20.0961 32.25C18.0961 32.25 19.0961 34.25 20.0961 35.75C20.7813 36.95 22.7147 36.9167 23.5957 36.75C24.929 37.25 27.7957 38.35 28.5957 38.75C29.5957 39.25 32.5957 35.75 32.5957 34.25C32.5957 32.75 30.0957 32.25 26.0957 32.25C22.0957 32.25 24.4414 32.5 24.5957 33.25C24.9987 35.209 22.0961 32.25 20.0961 32.25Z" fill="url(#paint1_linear_3407_19844)"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.8138 20.5445C19.7948 21.096 11.1827 24.405 12.331 29.3685C13.4793 34.332 18.0726 37.641 23.8138 37.0895C24.9747 37.4613 25.9038 37.833 26.6921 38.1484C29.4128 39.2369 30.458 39.6551 33.5741 37.0895C37.5931 33.7805 41.0379 29.3685 38.1672 22.199C33.5741 18.89 25.5364 20.2036 23.8138 20.5445ZM23.9098 21.1853C20.0918 21.6974 11.9103 24.7701 13.0012 29.379C14.092 33.988 18.4556 37.0607 23.9098 36.5485C25.0127 36.8937 25.8953 37.2389 26.6442 37.5318C29.2289 38.5426 30.2218 38.9309 33.1821 36.5485C37.0001 33.4759 40.2727 29.379 37.5455 22.7216C33.1821 19.649 25.5463 20.8688 23.9098 21.1853Z" fill="#B6B1B0"/>
|
|
6
|
+
<defs>
|
|
7
|
+
<linearGradient id="paint0_linear_3407_19844" x1="34.2376" y1="22" x2="34.2376" y2="27.8191" gradientUnits="userSpaceOnUse">
|
|
8
|
+
<stop stop-color="#9A8A89" stop-opacity="0.6"/>
|
|
9
|
+
<stop offset="1" stop-color="#F6EEEB" stop-opacity="0.2"/>
|
|
10
|
+
</linearGradient>
|
|
11
|
+
<linearGradient id="paint1_linear_3407_19844" x1="25.7686" y1="32" x2="25.7686" y2="38.7985" gradientUnits="userSpaceOnUse">
|
|
12
|
+
<stop stop-color="#9A8A89" stop-opacity="0.6"/>
|
|
13
|
+
<stop offset="1" stop-color="#F6EEEB" stop-opacity="0.2"/>
|
|
14
|
+
</linearGradient>
|
|
15
|
+
</defs>
|
|
16
|
+
</svg>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<svg width="84" height="80" viewBox="0 0 84 80" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_2644_6024)">
|
|
3
|
+
<g clip-path="url(#clip1_2644_6024)">
|
|
4
|
+
<path d="M76.4458 74.6216L27.1521 87.4727C22.0566 88.8011 16.8518 85.7489 15.5234 80.6534L2.67231 31.3597C1.34389 26.2642 4.39605 21.0594 9.49155 19.731L58.7853 6.87993C63.8808 5.55151 69.0855 8.60367 70.4139 13.6992L83.265 62.9929C84.5935 68.0884 81.5413 73.2931 76.4458 74.6216Z" fill="#007850"/>
|
|
5
|
+
<path d="M35.403 12.9758L54.2353 8.06613L42.7733 83.4001L26.4702 87.6504L13.4904 72.8552L2.29415 29.9092L28.0541 61.273L35.403 12.9758Z" fill="#F0F032"/>
|
|
6
|
+
</g>
|
|
7
|
+
</g>
|
|
8
|
+
<defs>
|
|
9
|
+
<clipPath id="clip0_2644_6024">
|
|
10
|
+
<rect width="84" height="80" fill="white"/>
|
|
11
|
+
</clipPath>
|
|
12
|
+
<clipPath id="clip1_2644_6024">
|
|
13
|
+
<rect width="70.0059" height="70.0059" fill="white" transform="translate(0.267578 22.1357) rotate(-14.612)"/>
|
|
14
|
+
</clipPath>
|
|
15
|
+
</defs>
|
|
16
|
+
</svg>
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
<svg width="138" height="77" viewBox="0 0 138 77" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="Group 1929">
|
|
3
|
+
<g id="Clip path group">
|
|
4
|
+
<mask id="mask0_3485_7604" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="0" width="138" height="77">
|
|
5
|
+
<g id="clip-path">
|
|
6
|
+
<path id="Path 675" fill-rule="evenodd" clip-rule="evenodd" d="M0 0H138V77H0V0Z" fill="white"/>
|
|
7
|
+
</g>
|
|
8
|
+
</mask>
|
|
9
|
+
<g mask="url(#mask0_3485_7604)">
|
|
10
|
+
<g id="Group 103">
|
|
11
|
+
<g id="Group 102">
|
|
12
|
+
<g id="_606238152">
|
|
13
|
+
<path id="Path 639" fill-rule="evenodd" clip-rule="evenodd" d="M111.398 2.77051L11.0484 29.5152C9.73105 29.866 8.42877 31.4933 9.29611 32.5436L56.023 89.2563L129.423 69.6945C130.058 69.5221 130.599 69.1066 130.927 68.5388C131.256 67.971 131.345 67.297 131.175 66.6641L114.435 4.52178C114.264 3.88987 113.849 3.35096 113.28 3.02282C112.711 2.69467 112.034 2.60398 111.398 2.77051Z" fill="url(#paint0_linear_3485_7604)"/>
|
|
14
|
+
</g>
|
|
15
|
+
<g id="Clip path group_2">
|
|
16
|
+
<mask id="mask1_3485_7604" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="9" y="2" width="123" height="75">
|
|
17
|
+
<g id="clip-path-2">
|
|
18
|
+
<path id="Path 640" fill-rule="evenodd" clip-rule="evenodd" d="M111.398 2.77054L11.0484 29.5152C9.73105 29.866 8.42877 31.4933 9.29611 32.5437L45.925 76.9994H102.01L129.425 69.6938C130.06 69.5215 130.601 69.106 130.93 68.5382C131.258 67.9703 131.347 67.2963 131.177 66.6635L114.438 4.52117C114.267 3.88894 113.85 3.34986 113.281 3.0218C112.711 2.69374 112.034 2.60339 111.398 2.77054Z" fill="white"/>
|
|
19
|
+
</g>
|
|
20
|
+
</mask>
|
|
21
|
+
<g mask="url(#mask1_3485_7604)">
|
|
22
|
+
<g id="Group 98">
|
|
23
|
+
<g id="Group 97">
|
|
24
|
+
<path id="1" fill-rule="evenodd" clip-rule="evenodd" d="M9.17769 31.0817C8.82836 30.658 8.9382 32.1104 9.29553 32.5407L56.0224 89.2543L56.8811 89.0238L9.17769 31.0817Z" fill="#144D14"/>
|
|
25
|
+
</g>
|
|
26
|
+
</g>
|
|
27
|
+
</g>
|
|
28
|
+
</g>
|
|
29
|
+
<g id="Clip path group_3">
|
|
30
|
+
<mask id="mask2_3485_7604" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="0" width="138" height="77">
|
|
31
|
+
<g id="clip-path_2">
|
|
32
|
+
<path id="Path 675_2" fill-rule="evenodd" clip-rule="evenodd" d="M0 0H138V77H0V0Z" fill="white"/>
|
|
33
|
+
</g>
|
|
34
|
+
</mask>
|
|
35
|
+
<g mask="url(#mask2_3485_7604)">
|
|
36
|
+
<g id="Group 101">
|
|
37
|
+
<path id="Path 642" fill-rule="evenodd" clip-rule="evenodd" d="M55.8577 89.1637L55.8499 89.134L55.2897 88.4799L52.9486 85.5568L50.2292 82.249L47.9131 79.4191L45.5797 76.5737L43.168 73.6389C32.726 60.9071 26.0819 52.8246 14.7679 39.012L12.4499 36.217C12.0619 35.7303 9.10121 32.0622 8.92188 31.9819C9.09061 32.9656 9.33151 33.9369 9.64258 34.8856L25.5492 93.9441C25.8412 95.0243 26.0157 95.6276 26.7624 96.1601C27.0889 96.3532 27.4559 96.4687 27.8346 96.4981C28.2961 96.5009 28.7544 96.4256 29.1904 96.2754L49.9544 90.7399C51.8764 90.2327 53.9864 89.7533 55.8577 89.1637Z" fill="#FFBC00"/>
|
|
38
|
+
<path id="Path 653" fill-rule="evenodd" clip-rule="evenodd" d="M25.7091 47.9425C25.6504 48.0566 25.4788 48.1992 25.3881 48.3285C25.2828 48.481 25.2032 48.6291 25.1212 48.7611C24.9405 49.0906 24.841 49.4582 24.8302 49.8334C24.6482 50.2399 25.9268 54.4984 26.1375 55.2782C26.6335 57.1276 27.1219 58.9851 27.6492 60.8266C27.8948 61.4481 28.355 61.9616 28.9474 62.2759C29.5397 62.5902 30.2259 62.6847 30.8816 62.5414L42.5483 59.433C42.8752 59.2874 43.176 59.0897 43.4389 58.8476C43.8346 58.4616 44.1163 57.9751 44.254 57.4411C44.3778 56.7912 44.3155 56.1198 44.0737 55.5036L41.7455 46.8546C41.4789 45.852 41.2425 45.1713 40.2905 44.6037C40.1571 44.5261 39.6409 44.3414 39.5763 44.285C39.3496 44.285 39.1156 44.219 38.8562 44.219C38.5859 44.2196 38.3167 44.2563 38.0561 44.3278L36.7006 44.6878L35.3321 45.0531L33.9741 45.4131L32.6199 45.7732L31.254 46.141L29.9662 46.4803L28.7872 46.7963L26.9962 47.2794C26.5259 47.41 26.0873 47.6354 25.7091 47.9425Z" fill="#9E7D0A"/>
|
|
39
|
+
<path id="Path 654" fill-rule="evenodd" clip-rule="evenodd" d="M32.6133 58.7595L38.3125 57.2416L35.0247 45.0439L29.3125 46.5696L32.6133 58.7595Z" fill="#D3A900"/>
|
|
40
|
+
<path id="Path 655" fill-rule="evenodd" clip-rule="evenodd" d="M44.0586 55.69L42.6211 50.4006L37.1016 51.8797L38.5013 57.1742L44.0586 55.69Z" fill="#D3A900"/>
|
|
41
|
+
<path id="Path 656" fill-rule="evenodd" clip-rule="evenodd" d="M32.4102 58.7708L31.0299 53.6213L26.0352 54.9527L27.4232 60.1022L32.4102 58.7708Z" fill="#D3A900"/>
|
|
42
|
+
<path id="Path 657" fill-rule="evenodd" clip-rule="evenodd" d="M42.5794 50.2061L41.5039 46.2119L35.9492 47.6936L37.0273 51.6878L42.5794 50.2061Z" fill="#D4AA00"/>
|
|
43
|
+
<path id="Path 658" fill-rule="evenodd" clip-rule="evenodd" d="M25.9616 54.7966L30.985 53.4574L29.9264 49.5124L29.8672 49.3311L24.8555 50.6858L25.9616 54.7966Z" fill="#D3A900"/>
|
|
44
|
+
<path id="Path 659" fill-rule="evenodd" clip-rule="evenodd" d="M33.3971 61.7602L39.1185 60.2359L38.4076 57.5886L38.3451 57.415L32.6523 58.9265L32.694 59.113L33.3971 61.7602Z" fill="#D3A900"/>
|
|
45
|
+
<path id="Path 660" fill-rule="evenodd" clip-rule="evenodd" d="M39.2904 60.1908C40.2017 59.9474 42.7203 59.3951 43.3503 58.9708C43.799 58.6749 44.1246 58.227 44.2669 57.7106C44.4013 57.0984 44.3431 56.46 44.1003 55.8818L38.5312 57.3661L39.2904 60.1908Z" fill="#D3A900"/>
|
|
46
|
+
<path id="Path 661" fill-rule="evenodd" clip-rule="evenodd" d="M27.457 60.3247C27.6937 61.4228 28.24 62.4254 29.444 62.5938C30.3213 62.7158 32.2377 62.0638 33.2331 61.7986L32.4622 58.9778L27.457 60.3247Z" fill="#D3A900"/>
|
|
47
|
+
<path id="Path 662" fill-rule="evenodd" clip-rule="evenodd" d="M35.9336 47.4945L41.444 46.0258C41.3723 45.4785 41.1049 44.9753 40.6901 44.6089C40.2753 44.2424 39.741 44.0375 39.1862 44.0312C37.8481 44.2539 36.5286 44.5752 35.2383 44.9922C35.4146 45.8407 35.6468 46.6764 35.9336 47.4945Z" fill="#D3A900"/>
|
|
48
|
+
<path id="Path 663" fill-rule="evenodd" clip-rule="evenodd" d="M24.8018 50.499L29.8265 49.1546L29.1338 46.6135C28.2612 46.8469 26.2305 47.2769 25.6039 47.7066C25.1921 47.9909 24.8863 48.4026 24.7334 48.8774C24.5806 49.3523 24.5896 49.8639 24.7588 50.3332L24.8018 50.499Z" fill="#D3A900"/>
|
|
49
|
+
<path id="Path 664" fill-rule="evenodd" clip-rule="evenodd" d="M42.5819 50.2063L37.0272 51.6905L35.949 47.6937L41.5063 46.2172C41.4944 46.2121 41.4824 46.2066 41.4699 46.203C41.2065 46.1877 36.2352 47.571 35.9699 47.638L35.9308 47.4955C35.6456 46.6765 35.4141 45.8396 35.2381 44.9907C35.1714 45.1021 35.1782 45.0229 35.2902 45.4194C35.5742 46.4426 36.8505 51.3592 37.0011 51.7086C37.2851 51.7292 39.3551 51.1175 39.8058 51.0015C40.7458 50.789 41.6722 50.5234 42.5819 50.2063Z" fill="#645000"/>
|
|
50
|
+
<path id="Path 665" fill-rule="evenodd" clip-rule="evenodd" d="M44.0588 55.6844L38.5041 57.1687L37.1044 51.8767C37.0377 51.9649 37.0447 51.943 37.12 52.2083C37.4327 53.3064 38.2688 56.7047 38.4768 57.1868C39.4259 57.0073 40.3633 56.7709 41.2841 56.4796L43.9676 55.7647C44.0066 55.7494 44.0393 55.7213 44.0588 55.6844Z" fill="#645000"/>
|
|
51
|
+
<g id="Group 100">
|
|
52
|
+
<path id="Path 666" d="M65.5846 33.3226L61.957 19.8615L64.8503 19.0896L68.4805 32.5571L65.5846 33.3226Z" fill="#FECC00"/>
|
|
53
|
+
<path id="Path 667" d="M40.5508 27.3879L43.4622 26.5862L44.1758 29.2464L47.3086 28.4136L47.8424 30.403L44.7083 31.237L45.6146 34.6109C45.6924 35.1119 45.9296 35.5751 46.2917 35.9319C46.4729 36.0269 46.673 36.082 46.8776 36.0925C47.0822 36.1031 47.2865 36.0687 47.4766 35.9928C47.7529 35.9188 48.0174 35.8072 48.263 35.6612C48.5589 35.4937 48.8372 35.2972 49.0938 35.0745L49.6979 37.218C49.2891 37.5073 48.8559 37.761 48.4036 37.977C47.9688 38.1807 47.5177 38.3455 47.0534 38.4691C46.6087 38.6377 46.1305 38.705 45.6563 38.6653C45.1821 38.6256 44.7238 38.4801 44.3138 38.2399C43.6525 37.7724 43.1363 36.8112 42.7357 35.3524L40.5508 27.3879Z" fill="#FECC00"/>
|
|
54
|
+
<path id="Path 668" d="M33.6842 28.8746C33.6269 28.6724 33.611 28.4613 33.6373 28.2529C33.6636 28.0445 33.7322 27.8429 33.8378 27.661C33.9434 27.4792 34.0848 27.3202 34.2532 27.1935C34.4216 27.0667 34.6136 26.9752 34.8183 26.9234C35.0207 26.8626 35.2334 26.8444 35.4433 26.8703C35.6532 26.8963 35.8557 26.9655 36.037 27.0737C36.2674 27.204 36.4609 27.3887 36.6021 27.6118C36.7433 27.8349 36.8271 28.0897 36.8456 28.3526C36.8642 28.6156 36.8174 28.8789 36.7089 29.1194C36.6004 29.3598 36.4331 29.5697 36.2232 29.7307C36.0134 29.8916 35.7672 29.9988 35.5058 30.0421C35.2444 30.0854 34.9768 30.0633 34.7258 29.9787C34.4749 29.894 34.248 29.749 34.067 29.5565C33.886 29.364 33.7562 29.13 33.6881 28.8752L33.6842 28.8746Z" fill="#FECC00"/>
|
|
55
|
+
<path id="Path 669" d="M37.043 40.9323L34.582 31.8041L37.4779 31.0322L39.9388 40.1604L37.043 40.9323Z" fill="#FECC00"/>
|
|
56
|
+
<path id="Path 670" d="M27.6393 43.5652L17.8359 31.6156L21.4635 30.6507L26.9193 37.5862L28.3815 28.8052L32.0482 27.8286L29.1081 43.1709L27.6393 43.5652Z" fill="#FECC00"/>
|
|
57
|
+
<path id="Path 671" d="M58.3216 34.3554C58.0071 34.7948 57.6197 35.1776 57.1758 35.4874C56.7419 35.787 56.2579 36.0074 55.7461 36.1375C55.0339 36.3847 54.2531 36.3461 53.569 36.03C53.2604 35.8425 52.9945 35.5924 52.7891 35.2963C52.5836 35.0003 52.4431 34.6649 52.3763 34.3114C52.2782 33.9504 52.2735 33.5704 52.3633 33.2073C52.4531 32.8441 52.6341 32.5092 52.8893 32.2346C53.4311 31.583 54.7445 30.6327 56.8294 29.3834C56.8241 29.3509 56.8185 29.311 56.8138 29.2746C56.8091 29.2381 56.7934 29.1802 56.7747 29.1159C56.7389 28.9281 56.6558 28.7521 56.5339 28.6043C56.4119 28.4566 56.2551 28.3416 56.0768 28.2702C55.6009 28.1421 55.0973 28.1598 54.6315 28.3207C54.0835 28.4764 53.5758 28.7491 53.1445 29.1198C52.6376 29.5515 52.2008 30.0586 51.8503 30.6235L51.2812 28.3453C51.7425 27.8226 52.2848 27.3776 52.8893 27.0281C53.5718 26.6423 54.3043 26.3495 55.0651 26.1572C56.0595 25.7964 57.1496 25.7931 58.1458 26.1487C58.5501 26.3773 58.8979 26.6919 59.1654 27.0702C59.4328 27.4486 59.612 27.8812 59.6914 28.3369L60.6719 31.9749C60.7002 32.1315 60.7712 32.2771 60.8776 32.3959C60.9232 32.4298 60.9762 32.4519 61.0326 32.46C61.0889 32.4681 61.1471 32.4622 61.2005 32.4425C61.3301 32.4085 61.4544 32.3578 61.5703 32.2909C61.7391 32.1961 61.9001 32.0881 62.0521 31.9685L62.4792 33.5654C62.0916 33.9061 61.676 34.214 61.237 34.4862C60.8949 34.695 60.5263 34.8564 60.1406 34.9667C59.7671 35.0866 59.3665 35.0973 58.987 34.9978C58.8353 34.9461 58.6971 34.8622 58.582 34.7511C58.467 34.64 58.378 34.5047 58.3216 34.3554ZM57.819 33.0577L57.2148 30.8223C56.5711 31.2182 55.9875 31.7021 55.4792 32.2599C55.3567 32.4048 55.2704 32.5766 55.2279 32.7611C55.1853 32.9456 55.1877 33.1378 55.2344 33.3212C55.2614 33.4522 55.3159 33.5761 55.3945 33.6845C55.4731 33.793 55.5737 33.8837 55.6901 33.9507C55.8156 34.0142 55.952 34.0518 56.0924 34.0621C56.2329 34.0723 56.3743 34.0549 56.5078 34.0103C56.7433 33.9424 56.9638 33.8316 57.1589 33.6839C57.4005 33.499 57.6219 33.289 57.819 33.0577Z" fill="#FECC00"/>
|
|
58
|
+
<path id="Path 672" d="M80.1732 28.3659C79.6723 28.9274 79.0867 29.4093 78.4388 29.7944C77.7684 30.188 77.0463 30.4865 76.293 30.6816C75.6301 30.8994 74.9319 30.9851 74.2357 30.9335C73.5395 30.882 72.8589 30.6941 72.2357 30.3811C71.6474 30.0342 71.1382 29.5692 70.7409 29.0154C70.3436 28.4616 70.067 27.8315 69.9284 27.1653C69.7326 26.5504 69.6684 25.9014 69.7383 25.2601C69.8082 24.6189 70.0109 23.9993 70.3347 23.4405C70.6882 22.8833 71.1512 22.4018 71.694 22.0242C72.2369 21.6467 72.8487 21.3804 73.4961 21.2413C74.1215 21.0404 74.784 20.9779 75.4362 21.0581C76.0885 21.1382 76.7148 21.3593 77.2722 21.7056C78.439 22.5292 79.2502 23.7609 79.543 25.1539L79.5638 25.2504L73.069 26.9827L73.0743 27.0209C73.1463 27.3484 73.2919 27.6552 73.5013 27.9178C73.7108 28.1804 73.9784 28.3913 74.2826 28.5356C74.9854 28.8297 75.7716 28.862 76.4961 28.6256C77.0905 28.4642 77.6526 28.2022 78.1576 27.8511C78.7178 27.4582 79.2238 26.9941 79.6628 26.4705L80.1732 28.3659ZM72.7071 25.5736L76.28 24.6132C76.123 24.1091 75.8001 23.6721 75.3633 23.3725C75.1688 23.2497 74.9508 23.1693 74.7227 23.1374C74.4946 23.1055 74.2614 23.1226 74.0404 23.1873C73.8087 23.2431 73.5897 23.3457 73.3998 23.489C73.2098 23.6323 73.0528 23.8132 72.9362 24.02C72.6956 24.5005 72.6141 25.0444 72.7045 25.5736H72.7071Z" fill="#FECC00"/>
|
|
59
|
+
</g>
|
|
60
|
+
<path id="Path 673" d="M44.7451 45.5137L44.8571 45.9334C44.7677 45.9964 44.6728 46.051 44.5733 46.0965C44.4811 46.1411 44.3854 46.1775 44.2868 46.2053C43.9824 46.2985 43.6535 46.2696 43.3701 46.125C43.2394 46.0523 43.1235 45.9551 43.0316 45.8375C42.9397 45.7199 42.8736 45.5852 42.835 45.4412C42.7964 45.2973 42.7868 45.1471 42.8076 44.9996C42.8284 44.852 42.8791 44.7091 42.9561 44.5812C43.0357 44.448 43.1412 44.3331 43.2673 44.2419C43.3933 44.1507 43.5371 44.0859 43.6891 44.0515C43.7894 44.0236 43.8925 44.007 43.9964 44.0023C44.102 43.9977 44.2075 44.0047 44.3115 44.023L44.4287 44.4634C44.3238 44.4321 44.2152 44.4139 44.1058 44.409C44.0069 44.41 43.9094 44.4212 43.8128 44.4427C43.6188 44.4891 43.4501 44.6077 43.3415 44.7742C43.291 44.8539 43.2585 44.9437 43.2464 45.0371C43.2343 45.1306 43.2427 45.2257 43.2712 45.3156C43.2916 45.4099 43.3325 45.4976 43.391 45.5746C43.4495 45.6516 43.5241 45.7158 43.6097 45.7611C43.7922 45.8529 44.0035 45.8698 44.1983 45.8077C44.3 45.7808 44.3977 45.7405 44.4899 45.6899C44.5821 45.6422 44.6682 45.5832 44.7451 45.5137ZM46.1852 45.2003L46.0264 44.5968C45.8375 44.7033 45.6639 44.8348 45.5108 44.9879C45.4722 45.0268 45.4433 45.0754 45.4274 45.1278C45.4115 45.1801 45.4092 45.2347 45.4196 45.2884C45.4269 45.3262 45.4438 45.3618 45.4678 45.392C45.4918 45.4222 45.5223 45.4461 45.5576 45.4619C45.6363 45.4952 45.7249 45.497 45.805 45.4671C45.88 45.4479 45.9515 45.4166 46.016 45.3739C46.0813 45.3252 46.1384 45.2667 46.1852 45.2003ZM46.2712 45.449C46.1968 45.539 46.1111 45.6193 46.016 45.6873C45.9272 45.7464 45.8298 45.7907 45.7269 45.8194C45.5701 45.8705 45.399 45.8639 45.2464 45.8013C45.1832 45.7692 45.1282 45.7238 45.085 45.6679C45.0417 45.6119 45.0113 45.5478 44.9964 45.4788C44.9753 45.4062 44.9706 45.3294 44.9821 45.2547C44.9936 45.18 45.0221 45.1091 45.0641 45.0462C45.175 44.875 45.3237 44.7322 45.5003 44.6292L45.9522 44.3313C45.9478 44.3196 45.9448 44.3074 45.9457 44.295C45.9457 44.2844 45.9406 44.2691 45.9326 44.2432C45.9239 44.1938 45.9057 44.1465 45.8779 44.1046C45.8502 44.0628 45.8134 44.0271 45.7712 43.9997C45.6648 43.9637 45.5494 43.9637 45.443 43.9997C45.3227 44.0355 45.2098 44.0925 45.1097 44.1681C44.9926 44.2617 44.887 44.3688 44.7946 44.4867L44.6878 44.0774C44.7714 43.9629 44.8745 43.8637 44.9925 43.7847C45.1183 43.7055 45.2553 43.6455 45.3988 43.606C45.6035 43.5326 45.8288 43.5392 46.029 43.6241C46.1162 43.6848 46.1905 43.7614 46.2477 43.8508C46.3049 43.9401 46.3439 44.0392 46.3623 44.1435L46.5993 45.0216C46.6114 45.0745 46.6316 45.1263 46.6592 45.1731C46.6671 45.1865 46.6796 45.1964 46.6943 45.2016C46.7091 45.2068 46.7253 45.207 46.7399 45.2016C46.7665 45.1943 46.791 45.1798 46.8102 45.1602C46.852 45.122 46.8895 45.0793 46.9222 45.0332L46.9886 45.2819C46.9403 45.3617 46.8774 45.4317 46.8037 45.4891C46.7334 45.5364 46.6562 45.5723 46.5746 45.5953C46.513 45.6163 46.446 45.6163 46.3845 45.5953C46.3287 45.5633 46.288 45.5108 46.2712 45.449ZM47.279 45.3635L46.7269 43.2913L47.1358 43.1825L47.2608 43.6332C47.305 43.4684 47.3751 43.3122 47.4691 43.1695C47.5366 43.0799 47.6318 43.0143 47.7399 42.983C47.8191 42.9635 47.9018 42.961 47.9821 42.9753C48.0828 42.9895 48.1807 43.0174 48.2738 43.0581L48.1475 43.4855C48.075 43.452 47.9991 43.4267 47.9209 43.4104C47.8519 43.4036 47.7811 43.4091 47.7139 43.426C47.6566 43.4402 47.6037 43.4681 47.5589 43.5063C47.5142 43.5445 47.4789 43.592 47.4561 43.6461C47.3918 43.7826 47.3656 43.9339 47.3805 44.0839L47.6957 45.2547L47.279 45.3635ZM50.1384 44.532C50.0825 44.5847 50.0192 44.6289 49.9509 44.6641C49.8773 44.7026 49.7997 44.732 49.7191 44.7522C49.6321 44.7853 49.5386 44.8003 49.4457 44.7949C49.3527 44.7896 49.2626 44.764 49.18 44.7211C49.0198 44.5689 48.9137 44.37 48.8779 44.1525L48.611 43.1721L48.2568 43.2667L48.2438 43.2252L48.7568 42.2305L48.8037 42.215L48.9365 42.6968L49.5889 42.5258L49.6852 42.8885L49.0342 43.0568L49.292 44.0049C49.3082 44.1249 49.3632 44.2369 49.4483 44.3235C49.4875 44.3436 49.5305 44.3553 49.5746 44.3572C49.6187 44.359 49.6627 44.3506 49.7035 44.3339C49.7659 44.3187 49.8254 44.2954 49.8805 44.2626C49.9376 44.2281 49.9903 44.1861 50.0368 44.1383L50.1384 44.532ZM52.2582 43.799C52.1512 43.9222 52.0257 44.0279 51.8858 44.1124C51.7519 44.1986 51.6037 44.261 51.4483 44.2963C51.3054 44.3421 51.1548 44.3586 51.0055 44.3429C50.8563 44.3273 50.7112 44.28 50.5811 44.2056C50.4512 44.1242 50.3394 44.0175 50.2516 43.8922C50.1639 43.7669 50.1024 43.6258 50.0707 43.4765C50.0271 43.3397 50.0117 43.1958 50.0251 43.053C50.0385 42.9101 50.0805 42.7714 50.1488 42.645C50.2189 42.5233 50.314 42.4175 50.4274 42.3342C50.5408 42.2508 50.6701 42.1915 50.8076 42.1606C50.9393 42.1186 51.0782 42.106 51.2152 42.1243C51.3522 42.1427 51.4835 42.1916 51.5993 42.2668C51.847 42.4358 52.0188 42.6941 52.0785 42.9869L52.0967 43.0465L50.5394 43.4609C50.5611 43.547 50.601 43.6276 50.6553 43.6979C50.7095 43.7683 50.7766 43.8271 50.8545 43.8702C51.0143 43.9505 51.1999 43.9643 51.3701 43.9091C51.5112 43.8717 51.6443 43.8093 51.7634 43.7251C51.9046 43.6303 52.0327 43.5171 52.1436 43.3884L52.2582 43.799ZM50.4587 43.1669L51.555 42.8781C51.5123 42.7414 51.4194 42.6256 51.2946 42.5543C51.1726 42.491 51.0309 42.4759 50.8988 42.5142C50.7567 42.5445 50.631 42.6279 50.5472 42.746C50.4693 42.8718 50.4389 43.0209 50.4613 43.1669H50.4587ZM55.2113 42.7551L54.8988 41.5869C54.8232 41.5597 54.7432 41.543 54.6631 41.5376C54.5839 41.5311 54.5045 41.5399 54.4287 41.5636C54.335 41.5831 54.2472 41.6218 54.1696 41.6775C54.092 41.7333 54.0263 41.805 53.9782 41.8873C53.891 42.0695 53.8759 42.2776 53.9365 42.4701C53.9574 42.5684 53.9978 42.662 54.055 42.7447C54.1122 42.8275 54.1851 42.8974 54.2699 42.9519C54.3514 43.0014 54.4432 43.0331 54.5381 43.0439C54.633 43.0547 54.7287 43.0453 54.8194 43.0154C54.8978 42.9953 54.9725 42.9618 55.0407 42.9183C55.1058 42.8721 55.1644 42.8175 55.2139 42.7551H55.2113ZM55.305 43.1022C55.2448 43.1746 55.1714 43.235 55.0889 43.2809C55.0024 43.3359 54.9074 43.3774 54.8076 43.4014C54.6715 43.4415 54.5279 43.4528 54.3871 43.435C54.2462 43.4172 54.1116 43.3705 53.9899 43.2977C53.7493 43.1263 53.5764 42.8764 53.5003 42.5919C53.4243 42.3073 53.4499 42.0048 53.5733 41.7371C53.641 41.6135 53.7341 41.5063 53.8467 41.4211C53.9593 41.3358 54.0891 41.2744 54.2269 41.2424C54.3237 41.2126 54.4238 41.1996 54.5251 41.2035C54.6228 41.2075 54.7205 41.2259 54.8128 41.2579L54.4938 40.0793L54.9053 39.9679L55.7516 43.1035L55.335 43.2123L55.305 43.1022ZM55.6774 39.6752L56.0108 40.9186L55.693 41.0015L55.3597 39.7607L55.6774 39.6752ZM57.9118 42.0764L57.7503 41.4677C57.563 41.5776 57.391 41.7097 57.236 41.8614C57.1969 41.8994 57.1682 41.9466 57.1527 41.9987C57.1372 42.0508 57.1355 42.1063 57.1475 42.1593C57.1557 42.1968 57.1714 42.2321 57.1944 42.2629C57.2173 42.2938 57.2466 42.3193 57.2803 42.338C57.3616 42.3676 57.4504 42.3693 57.5329 42.3432C57.6058 42.3249 57.6744 42.2925 57.7334 42.2461C57.802 42.1991 57.8628 42.1415 57.9144 42.0764H57.9118ZM57.9925 42.3251C57.9211 42.4169 57.836 42.4975 57.7399 42.5634C57.6521 42.6225 57.5555 42.6668 57.4535 42.6955C57.2971 42.7465 57.1275 42.7382 56.9769 42.6722C56.9126 42.6422 56.8558 42.5979 56.8115 42.5427C56.7673 42.4875 56.7369 42.4239 56.7217 42.3549C56.7015 42.2822 56.6972 42.2053 56.7087 42.1308C56.7202 42.0563 56.7469 41.9856 56.7881 41.9223C56.9013 41.7514 57.0518 41.6081 57.2282 41.5027L57.6813 41.2074C57.6764 41.1958 57.6739 41.1837 57.6735 41.1711C57.6735 41.1579 57.6658 41.1399 57.6605 41.1193C57.6523 41.0694 57.6333 41.0211 57.6045 40.9794C57.5757 40.9378 57.5378 40.9038 57.4938 40.8784C57.3909 40.8385 57.2764 40.8385 57.1735 40.8784C57.0509 40.9112 56.9359 40.9675 56.835 41.0442C56.7158 41.1339 56.6114 41.2415 56.5251 41.3628L56.4157 40.9535C56.4971 40.8372 56.6006 40.7376 56.7204 40.6608C56.8444 40.5785 56.982 40.5183 57.1266 40.4821C57.33 40.41 57.5528 40.4166 57.7516 40.5002C57.8405 40.5603 57.9161 40.637 57.9743 40.7269C58.0325 40.8168 58.072 40.9168 58.0902 41.0222L58.3246 41.8938C58.3364 41.9487 58.3574 42.0014 58.3871 42.0492C58.3951 42.061 58.4073 42.0692 58.4209 42.0738C58.4345 42.0785 58.4489 42.0795 58.4626 42.0751C58.4909 42.0695 58.5173 42.0549 58.5381 42.035C58.5786 41.9949 58.6145 41.9509 58.6449 41.9029L58.7178 42.1541C58.6651 42.2298 58.6009 42.2974 58.5277 42.3536C58.4605 42.4051 58.3834 42.4422 58.3011 42.4624C58.2394 42.4875 58.1701 42.4875 58.1084 42.4624C58.0812 42.4478 58.0576 42.4267 58.0381 42.4028C58.0186 42.3789 58.0038 42.352 57.9951 42.3225L57.9925 42.3251ZM58.8337 42.1308L58.7139 41.6905C58.8459 41.7346 58.9821 41.7657 59.1201 41.7837C59.2316 41.7956 59.3443 41.7885 59.4535 41.763C59.543 41.7426 59.6243 41.697 59.6878 41.6309C59.7119 41.6075 59.7299 41.5777 59.7386 41.5454C59.7473 41.5131 59.7464 41.4792 59.7373 41.447C59.7113 41.3588 59.5734 41.2915 59.318 41.2398C59.24 41.2245 59.185 41.2088 59.1384 41.2035C58.9702 41.178 58.8095 41.1173 58.667 41.0248C58.5559 40.9329 58.4821 40.8039 58.4587 40.6621C58.4353 40.5203 58.4637 40.3752 58.5394 40.2529C58.6601 40.1055 58.827 40.0023 59.0134 39.9602C59.1274 39.9318 59.2448 39.9168 59.3623 39.9161C59.4809 39.9143 59.5994 39.9293 59.7139 39.9602L59.8233 40.3617C59.6948 40.3274 59.5629 40.3075 59.43 40.3021C59.3248 40.291 59.2185 40.3016 59.1175 40.3332C59.0459 40.3437 58.9793 40.3761 58.9274 40.4264C58.9092 40.4464 58.8956 40.4713 58.8897 40.4976C58.8837 40.524 58.8857 40.5508 58.8936 40.5767C58.9222 40.6801 59.0988 40.7695 59.4261 40.8318L59.4704 40.8396C59.6562 40.8655 59.8351 40.9268 59.9964 41.0222C60.1114 41.1157 60.1859 41.2499 60.2048 41.3965C60.2236 41.543 60.1856 41.6916 60.098 41.8109C59.9713 41.9702 59.7926 42.0801 59.5928 42.1218C59.4689 42.1555 59.341 42.1729 59.2126 42.1736C59.0858 42.1781 58.9588 42.1635 58.8363 42.1308H58.8337ZM60.5641 41.6672L60.4404 41.2242C60.5744 41.271 60.7134 41.3022 60.8545 41.3175C60.9677 41.3322 61.0825 41.325 61.193 41.2968C61.2806 41.2764 61.3619 41.2323 61.4261 41.1698C61.4498 41.1457 61.4652 41.1159 61.473 41.0831C61.4807 41.0502 61.4795 41.0154 61.4691 40.9833C61.4511 40.8978 61.3078 40.8318 61.0524 40.7774C60.9824 40.7621 60.9192 40.7505 60.8805 40.7373C60.7104 40.7132 60.5473 40.6542 60.4014 40.5637C60.3036 40.4834 60.2344 40.3748 60.2022 40.2529C60.178 40.1749 60.1722 40.0925 60.1852 40.012C60.1983 39.9315 60.2288 39.8556 60.2764 39.7892C60.3954 39.6395 60.5658 39.5364 60.7542 39.5004C60.868 39.4693 60.984 39.451 61.1019 39.446C61.2194 39.447 61.3368 39.462 61.4509 39.49L61.5602 39.8967C61.4315 39.8624 61.2999 39.8405 61.167 39.8307C61.0618 39.8249 60.9565 39.8354 60.8545 39.8617C60.7837 39.8752 60.7183 39.9097 60.667 39.9602C60.6476 39.979 60.6336 40.0028 60.6266 40.0288C60.6197 40.0548 60.6205 40.0819 60.6279 40.1078C60.6539 40.2139 60.8332 40.2967 61.1605 40.3617L61.2074 40.372C61.3923 40.3967 61.5704 40.4585 61.7308 40.5533C61.8285 40.6274 61.8961 40.7341 61.9209 40.8538C61.9459 40.9366 61.9506 41.0239 61.9352 41.109C61.9198 41.194 61.8848 41.2745 61.8324 41.3434C61.7057 41.5009 61.5282 41.6098 61.3298 41.6516C61.2058 41.6854 61.078 41.7045 60.9496 41.7086C60.8197 41.7135 60.6904 41.7002 60.5641 41.6698V41.6672ZM63.7634 40.6932C63.6957 40.8061 63.6105 40.9063 63.5108 40.9924C63.4192 41.0663 63.3127 41.1195 63.1983 41.1478C63.1018 41.1791 62.9999 41.1912 62.8988 41.1828C62.7977 41.1744 62.6996 41.1454 62.6097 41.0986C62.5228 41.0456 62.4471 40.9756 62.3884 40.8927C62.3297 40.8098 62.2895 40.716 62.2686 40.6168L61.8988 39.244L62.3154 39.1326L62.6592 40.3966C62.6831 40.5328 62.7561 40.6552 62.8649 40.7411C62.9201 40.7714 62.9818 40.7902 63.0446 40.7955C63.1074 40.8009 63.1699 40.7927 63.2295 40.7722C63.3262 40.7483 63.4159 40.7035 63.4925 40.6401C63.5735 40.5647 63.6361 40.4715 63.6748 40.3681L63.2751 38.8787L63.6917 38.7699L64.249 40.837L63.8298 40.9509L63.7634 40.6932ZM64.7764 40.6932L64.2191 38.6236L64.6358 38.5122L64.7569 38.9629C64.8006 38.7984 64.8699 38.641 64.9626 38.4979C65.0308 38.406 65.1295 38.3407 65.2412 38.314C65.318 38.2914 65.3994 38.2871 65.4782 38.3011C65.5779 38.3152 65.6744 38.3448 65.7647 38.3892L65.6423 38.8153C65.5706 38.7799 65.4931 38.7544 65.4144 38.7401C65.3455 38.7315 65.2759 38.7357 65.2087 38.7531C65.1524 38.7678 65.1005 38.7944 65.0563 38.8321C65.0121 38.8698 64.9768 38.9176 64.9535 38.9707C64.8906 39.1085 64.8653 39.2604 64.8805 39.411L65.193 40.5844L64.7764 40.6932ZM67.4118 39.5379L67.2451 38.9344C67.0591 39.0419 66.8885 39.1733 66.7373 39.3255C66.6983 39.3636 66.6699 39.4108 66.654 39.4628C66.638 39.5148 66.6351 39.5702 66.6462 39.6234C66.6533 39.661 66.6686 39.6965 66.6917 39.727C66.7149 39.7576 66.7447 39.7823 66.779 39.7996C66.8607 39.8312 66.952 39.8338 67.0355 39.8073C67.1102 39.7877 67.1805 39.7555 67.2438 39.7115C67.3091 39.6646 67.3665 39.6075 67.4144 39.5431L67.4118 39.5379ZM67.4977 39.7892C67.4226 39.8781 67.336 39.9563 67.2399 40.0223C67.1518 40.0809 67.0553 40.1251 66.9535 40.1544C66.7984 40.2065 66.6294 40.199 66.4795 40.1337C66.4147 40.1027 66.3575 40.0577 66.3128 40.0016C66.2682 39.9456 66.2373 39.8811 66.2217 39.8112C66.202 39.7389 66.1972 39.6625 66.2087 39.5885C66.2202 39.5144 66.2474 39.4442 66.2881 39.3812C66.4004 39.2094 66.5522 39.0665 66.7308 38.9642L67.1813 38.6663C67.176 38.6511 67.1762 38.6433 67.1709 38.6301C67.1656 38.6168 67.1658 38.6015 67.1605 38.5757C67.1522 38.5265 67.1336 38.4799 67.1058 38.4384C67.078 38.3969 67.0415 38.3613 66.999 38.3348C66.8927 38.299 66.7773 38.299 66.6709 38.3348C66.5509 38.3701 66.4381 38.4263 66.3376 38.5005C66.2225 38.5948 66.1179 38.7005 66.0251 38.8166L65.9157 38.4099C65.9992 38.2954 66.1024 38.1961 66.2204 38.1172C66.3446 38.0369 66.481 37.9768 66.624 37.9384C66.8309 37.8657 67.0578 37.8732 67.2595 37.9592C67.3469 38.0197 67.421 38.0965 67.4782 38.1858C67.5354 38.2752 67.5746 38.3754 67.5928 38.4798L67.8285 39.3553C67.8394 39.4092 67.8596 39.4612 67.8884 39.5082C67.8964 39.52 67.9086 39.5281 67.9222 39.5328C67.9358 39.5374 67.9502 39.5384 67.9639 39.5341C67.9923 39.5276 68.0186 39.513 68.0394 39.4926C68.0811 39.4523 68.1186 39.4071 68.1514 39.3592L68.2178 39.6105C68.1663 39.688 68.1043 39.7581 68.0316 39.8164C67.9628 39.8658 67.885 39.9034 67.8037 39.9278C67.7407 39.9476 67.6728 39.9458 67.611 39.9226C67.5598 39.8947 67.521 39.8487 67.5003 39.7944L67.4977 39.7892ZM68.4977 39.7037L67.9378 37.6289L68.3597 37.5201L68.4235 37.774C68.4908 37.6601 68.577 37.5584 68.6787 37.4735C68.7715 37.4 68.8788 37.3469 68.9938 37.3181C69.0886 37.2863 69.1885 37.275 69.2881 37.2844C69.3877 37.2938 69.4848 37.3236 69.572 37.3725C69.6597 37.4242 69.7354 37.4933 69.7946 37.5758C69.8538 37.6584 69.895 37.7524 69.9157 37.8517L70.2829 39.2245L69.8714 39.3359L69.5277 38.0693C69.5038 37.9333 69.4293 37.8115 69.3194 37.7273C69.2661 37.6957 69.2067 37.6758 69.1449 37.6704C69.0831 37.665 69.0205 37.6743 68.9626 37.6963C68.8636 37.7192 68.7717 37.7664 68.6957 37.8335C68.6156 37.9058 68.5543 37.9951 68.5147 38.0952L68.9209 39.5898L68.4977 39.7037ZM72.2985 38.1625L72.4131 38.5847C72.3212 38.6452 72.2256 38.6997 72.1266 38.7479C72.035 38.7929 71.9391 38.8285 71.8402 38.8541C71.6894 38.901 71.53 38.9176 71.3727 38.9033C71.2154 38.8891 71.0633 38.8444 70.9235 38.7712C70.7936 38.6984 70.679 38.5996 70.5876 38.4824C70.4961 38.3653 70.4285 38.2319 70.3897 38.0887C70.3509 37.9455 70.3411 37.7953 70.361 37.6483C70.3809 37.5013 70.4313 37.3605 70.5069 37.2326C70.5878 37.1004 70.6935 36.9856 70.8194 36.8946C70.9452 36.8035 71.0885 36.7375 71.2399 36.7016C71.3407 36.6762 71.4435 36.6597 71.5472 36.6524C71.652 36.6483 71.7567 36.6562 71.8597 36.6757L71.9795 37.116C71.8764 37.0839 71.7698 37.0656 71.6618 37.0616C71.5618 37.0598 71.4619 37.071 71.3649 37.0953C71.1686 37.1413 70.9974 37.2598 70.8858 37.4269C70.8382 37.5078 70.8074 37.598 70.7959 37.6911C70.7845 37.7841 70.7929 37.8783 70.8194 37.9682C70.8414 38.0612 70.8821 38.1488 70.9404 38.2247C70.9988 38.3006 71.0734 38.3631 71.1579 38.4086C71.3398 38.5015 71.5509 38.5202 71.7464 38.4604C71.8487 38.433 71.9476 38.394 72.0407 38.3438C72.1361 38.2979 72.2241 38.2387 72.3024 38.1677L72.2985 38.1625ZM74.6032 37.8413C74.492 37.9621 74.3648 38.0673 74.2256 38.1547C74.0914 38.2384 73.9444 38.3006 73.7907 38.3386C73.6474 38.3831 73.4972 38.3979 73.348 38.3814C73.1988 38.3648 73.0547 38.3176 72.9248 38.2428C72.795 38.1611 72.6822 38.0546 72.5941 37.9294C72.506 37.8042 72.4433 37.6617 72.4105 37.5123C72.326 37.2363 72.355 36.9382 72.4912 36.6835C72.5611 36.5608 72.656 36.4552 72.7699 36.3713C72.8838 36.2875 73.0144 36.2284 73.1527 36.1978C73.2839 36.1559 73.4237 36.1432 73.5602 36.1615C73.6968 36.1799 73.8264 36.229 73.9417 36.304C74.1888 36.4753 74.3622 36.7336 74.4248 37.0267L74.4378 37.0862L72.8806 37.5033C72.9038 37.5886 72.9431 37.6679 72.9977 37.7377C73.0523 37.8075 73.1208 37.8665 73.1983 37.91C73.2766 37.951 73.3626 37.9758 73.4509 37.9825C73.5391 37.9892 73.6276 37.9775 73.7113 37.9488C73.853 37.9109 73.9868 37.8485 74.1071 37.7649C74.2474 37.6688 74.3753 37.5558 74.4873 37.4282L74.6032 37.8413ZM72.7985 37.2067L73.9079 36.9166C73.8585 36.7812 73.7625 36.6673 73.6371 36.5954C73.577 36.5629 73.511 36.5429 73.4431 36.5358C73.3751 36.5288 73.3067 36.5358 73.2412 36.5552C73.1006 36.5873 72.9758 36.668 72.8897 36.7832C72.8126 36.9122 72.7819 37.0632 72.8024 37.2119L72.7985 37.2067ZM76.2464 37.6367L75.6917 35.567L76.1032 35.4557L76.1735 35.7043C76.2394 35.5933 76.323 35.4935 76.4209 35.409C76.5152 35.3357 76.623 35.2818 76.7386 35.251C76.8711 35.216 77.0098 35.2097 77.1449 35.2329C77.2723 35.2674 77.3876 35.3368 77.4782 35.4323C77.5517 35.2941 77.6484 35.1698 77.7647 35.0645C77.8601 34.9807 77.9744 34.9213 78.098 34.891C78.1943 34.8586 78.2962 34.845 78.3975 34.8534C78.4987 34.8619 78.5971 34.891 78.6865 34.9389C78.7732 34.9927 78.848 35.0643 78.9066 35.1474C78.9652 35.2306 79.0063 35.3239 79.0277 35.4233L79.3975 36.7935L78.9782 36.9049L78.6397 35.6409C78.6135 35.5045 78.5395 35.3814 78.4313 35.2938C78.3777 35.2631 78.3185 35.2456 78.2569 35.2407C78.1952 35.2357 78.1324 35.2436 78.0746 35.2653C77.9756 35.2858 77.8848 35.3322 77.8089 35.3987C77.7265 35.4713 77.6622 35.5611 77.6214 35.6629L78.0238 37.1549L77.6162 37.2676L77.2712 35.9983C77.2507 35.8638 77.1799 35.7412 77.072 35.6577C77.0175 35.6269 76.9572 35.6083 76.8949 35.602C76.8325 35.5957 76.7696 35.6022 76.71 35.6214C76.6108 35.6454 76.5189 35.6934 76.4431 35.7613C76.3648 35.8364 76.3025 35.9269 76.2608 36.0268L76.6605 37.5162L76.2464 37.6367ZM80.822 35.9634L80.6553 35.3572C80.4669 35.4662 80.2946 35.5998 80.1423 35.7548C80.1041 35.793 80.0748 35.8394 80.0589 35.8908C80.043 35.9422 80.0398 35.9973 80.0498 36.0501C80.0573 36.0876 80.0736 36.1232 80.0967 36.1537C80.1198 36.1843 80.1498 36.2087 80.1839 36.2263C80.2644 36.2593 80.3541 36.262 80.4365 36.234C80.5106 36.2149 80.5802 36.1826 80.6423 36.1382C80.712 36.0915 80.7741 36.0343 80.8259 35.9685L80.822 35.9634ZM80.9027 36.2146C80.8292 36.3038 80.7443 36.3832 80.6501 36.4503C80.5629 36.5106 80.4648 36.5549 80.3623 36.5824C80.2054 36.6326 80.0359 36.6261 79.8832 36.5643C79.8191 36.5322 79.7636 36.4868 79.7191 36.4309C79.6745 36.375 79.6422 36.3098 79.6253 36.2405C79.6073 36.1675 79.6042 36.092 79.6162 36.0178C79.6283 35.9435 79.6555 35.873 79.6957 35.8092C79.8095 35.6389 79.9599 35.4957 80.1358 35.3896L80.5889 35.0969C80.5811 35.0864 80.5776 35.0737 80.5785 35.0606C80.5759 35.0427 80.5705 35.0252 80.5628 35.0088C80.5558 34.9582 80.5371 34.9099 80.5082 34.8677C80.4792 34.8255 80.4409 34.7904 80.3962 34.7654C80.2945 34.7243 80.1814 34.7226 80.0785 34.7602C79.9566 34.7947 79.8431 34.8537 79.7451 34.9337C79.6243 35.0214 79.5182 35.127 79.43 35.2471L79.3207 34.8379C79.4052 34.7241 79.5092 34.6257 79.6279 34.5478C79.751 34.4655 79.8878 34.4052 80.0316 34.369C80.2359 34.293 80.4609 34.2997 80.6605 34.3872C80.7491 34.447 80.825 34.5231 80.8832 34.6125C80.9413 34.7019 80.9805 34.8029 80.999 34.9078L81.2321 35.7859C81.2428 35.8385 81.263 35.8884 81.292 35.9336C81.2997 35.9459 81.3111 35.9552 81.3246 35.9608C81.3381 35.9664 81.3533 35.9679 81.3675 35.9647C81.3956 35.9572 81.4203 35.9427 81.4417 35.9232C81.4851 35.8836 81.5235 35.8396 81.5563 35.7911L81.624 36.0475C81.5734 36.1231 81.5109 36.1908 81.4391 36.247C81.3702 36.2994 81.2915 36.3373 81.2074 36.3584C81.1456 36.3805 81.0777 36.3775 81.0173 36.3519C80.9908 36.3389 80.9673 36.3213 80.9483 36.2988C80.9292 36.2763 80.915 36.2506 80.9066 36.2224L80.9027 36.2146ZM81.9235 36.124L81.0759 32.9897L81.4951 32.8757L82.3376 36.0113L81.9235 36.124ZM83.7894 35.1707L83.6279 34.5672C83.4392 34.675 83.2656 34.8073 83.1123 34.9609C83.0732 34.9989 83.0454 35.046 83.0303 35.0982C83.0152 35.1504 83.0135 35.206 83.0264 35.2588C83.033 35.2963 83.0488 35.3322 83.072 35.3624C83.0952 35.3926 83.1259 35.4161 83.1605 35.4323C83.239 35.4651 83.3268 35.4699 83.4079 35.444C83.4832 35.4237 83.5537 35.3893 83.6162 35.343C83.6834 35.2965 83.7438 35.2398 83.7946 35.1759L83.7894 35.1707ZM83.8727 35.4194C83.8011 35.512 83.715 35.5926 83.6175 35.6577C83.5291 35.7174 83.4316 35.7617 83.3285 35.7898C83.1746 35.8426 83.0065 35.8359 82.8571 35.7717C82.7918 35.7421 82.734 35.6979 82.6891 35.6422C82.6443 35.5864 82.6139 35.5217 82.5993 35.4518C82.5805 35.379 82.5761 35.3033 82.5876 35.229C82.599 35.1547 82.6258 35.083 82.6657 35.0192C82.7799 34.8498 82.9302 34.7075 83.1058 34.6022L83.5563 34.3017C83.5563 34.2911 83.5563 34.2786 83.5563 34.268C83.5495 34.2504 83.544 34.2322 83.5407 34.2136C83.5335 34.1641 83.5158 34.1163 83.4873 34.075C83.4589 34.0338 83.4204 33.9999 83.3766 33.9753C83.274 33.9342 83.159 33.9342 83.0563 33.9753C82.9327 34.0091 82.817 34.0662 82.7152 34.1437C82.5952 34.2315 82.4899 34.3371 82.4027 34.4571L82.2907 34.0504C82.3783 33.9353 82.4837 33.8346 82.6032 33.7525C82.7263 33.6742 82.8624 33.6165 83.0042 33.5816C83.2098 33.5088 83.434 33.5145 83.6358 33.5971C83.8118 33.7199 83.9316 33.9072 83.9691 34.1178L84.2061 34.9959C84.2175 35.0495 84.2386 35.1002 84.2686 35.1461C84.2769 35.1586 84.2885 35.1678 84.3024 35.1733C84.3164 35.1789 84.3321 35.1805 84.3467 35.1772C84.3726 35.1649 84.3979 35.1509 84.4222 35.1358C84.4605 35.0938 84.4963 35.05 84.529 35.0037L84.5993 35.2575C84.5488 35.3349 84.4843 35.4028 84.4092 35.457C84.3422 35.5093 84.2651 35.5472 84.1826 35.5683C84.1201 35.5893 84.0524 35.5893 83.9899 35.5683C83.9354 35.5374 83.8952 35.4859 83.8779 35.4259L83.8727 35.4194ZM86.1878 34.4947L85.8753 33.3264C85.8005 33.297 85.7214 33.2803 85.641 33.2772C85.5604 33.2712 85.4792 33.2791 85.4014 33.3005C85.3083 33.32 85.2213 33.3595 85.1449 33.4158C85.0685 33.4721 85.0045 33.5441 84.9587 33.6269C84.9135 33.7166 84.8863 33.8131 84.8792 33.9131C84.8722 34.0132 84.885 34.1147 84.917 34.2097C84.9363 34.3069 84.9749 34.3994 85.0303 34.4817C85.0857 34.564 85.157 34.6342 85.2399 34.6889C85.322 34.7393 85.4149 34.7714 85.5108 34.7822C85.6066 34.793 85.7033 34.782 85.7946 34.7511C85.8725 34.7308 85.9471 34.6995 86.016 34.6579C86.0821 34.6131 86.142 34.5585 86.1931 34.4973L86.1878 34.4947ZM86.279 34.8392C86.2197 34.9121 86.1485 34.9738 86.0667 35.0205C85.9803 35.072 85.8875 35.1119 85.7907 35.1396C85.6543 35.1799 85.51 35.1911 85.3688 35.1733C85.2277 35.1555 85.0924 35.1089 84.9704 35.036C84.7211 34.8737 84.5439 34.6226 84.4756 34.3341C84.3865 34.0493 84.4147 33.741 84.5537 33.4767C84.6204 33.352 84.7131 33.2426 84.8259 33.1568C84.9386 33.071 85.069 33.0108 85.2074 32.9793C85.3989 32.9254 85.6023 32.931 85.7907 32.9949L85.4717 31.8163L85.8832 31.7075L86.7308 34.8418L86.3141 34.9506L86.279 34.8392ZM86.5329 32.0235C86.5228 31.9929 86.5181 31.9611 86.5212 31.929C86.5243 31.8969 86.5341 31.8652 86.5498 31.837C86.5656 31.8091 86.5875 31.7846 86.6136 31.7658C86.6398 31.747 86.6705 31.7344 86.7022 31.7282C86.7646 31.7103 86.8305 31.7169 86.8884 31.7464C86.9438 31.7803 86.9839 31.834 87.0003 31.8966C87.0087 31.9274 87.0113 31.9596 87.0069 31.9912C87.0024 32.0227 86.9922 32.0533 86.9756 32.0805C86.9613 32.1081 86.9412 32.1321 86.917 32.1518C86.8928 32.1714 86.8637 32.1861 86.8337 32.1945C86.7685 32.2114 86.7006 32.2021 86.6423 32.1686C86.6163 32.1534 86.5925 32.1331 86.5746 32.109C86.5566 32.085 86.5439 32.0578 86.5368 32.0287L86.5329 32.0235ZM87.2764 34.6941L86.7217 32.6271L87.1384 32.5131L87.6957 34.5853L87.2764 34.6941ZM90.0108 33.7331C89.8999 33.8532 89.7736 33.9584 89.6358 34.0465C89.5015 34.1319 89.3534 34.1942 89.1983 34.2305C89.0554 34.2767 88.9036 34.2919 88.7542 34.2758C88.6049 34.2597 88.4607 34.2129 88.3311 34.1372C88.2019 34.0551 88.0906 33.9477 88.0029 33.8225C87.9153 33.6973 87.8533 33.5571 87.8207 33.408C87.7765 33.2718 87.7604 33.1283 87.7738 32.9858C87.7872 32.8433 87.8299 32.7048 87.8988 32.5792C87.9692 32.4569 88.0649 32.3495 88.1787 32.2657C88.2926 32.1819 88.4221 32.1234 88.5602 32.0922C88.6915 32.0508 88.83 32.0389 88.9665 32.0572C89.103 32.0756 89.2337 32.1239 89.3493 32.1984C89.5941 32.3702 89.765 32.6272 89.8285 32.9185L89.8441 32.9781L88.2868 33.3951C88.3093 33.4811 88.3493 33.5618 88.404 33.6321C88.4586 33.7024 88.5265 33.761 88.6045 33.8044C88.7642 33.8824 88.949 33.8962 89.1188 33.8432C89.2598 33.8032 89.3933 33.741 89.5147 33.6593C89.6538 33.5618 89.7815 33.4489 89.8949 33.3226L90.0108 33.7331ZM88.2061 33.1011L89.3102 32.811C89.2661 32.6732 89.1704 32.5586 89.0433 32.4885C88.9215 32.4247 88.7796 32.4097 88.6475 32.4483C88.5065 32.4781 88.3813 32.5583 88.2959 32.6737C88.2173 32.8029 88.186 32.9556 88.2087 33.105L88.2061 33.1011Z" fill="#FEFEFE"/>
|
|
61
|
+
</g>
|
|
62
|
+
</g>
|
|
63
|
+
</g>
|
|
64
|
+
</g>
|
|
65
|
+
</g>
|
|
66
|
+
</g>
|
|
67
|
+
</g>
|
|
68
|
+
</g>
|
|
69
|
+
<defs>
|
|
70
|
+
<linearGradient id="paint0_linear_3485_7604" x1="22.9514" y1="87.6981" x2="83.4811" y2="-9.60881" gradientUnits="userSpaceOnUse">
|
|
71
|
+
<stop stop-color="#238223"/>
|
|
72
|
+
<stop offset="1" stop-color="#176117"/>
|
|
73
|
+
</linearGradient>
|
|
74
|
+
</defs>
|
|
75
|
+
</svg>
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Controls, Canvas, Meta } from '@storybook/blocks';
|
|
2
|
+
|
|
3
|
+
import * as AmeliproAccordionFriezeStories from './AmeliproAccordionFrieze.stories';
|
|
4
|
+
|
|
5
|
+
<Meta of={AmeliproAccordionFriezeStories} />
|
|
6
|
+
|
|
7
|
+
# AmeliproAccordionFrieze
|
|
8
|
+
|
|
9
|
+
L’élément `AmeliproAccordionFrieze` est utilisé pour afficher tous les éléments de type Carrousel constitués de bloc dépliants dans la charte Amelipro
|
|
10
|
+
|
|
11
|
+
<Canvas of={AmeliproAccordionFriezeStories.Default} />
|
|
12
|
+
|
|
13
|
+
## API
|
|
14
|
+
|
|
15
|
+
<Controls of={AmeliproAccordionFriezeStories.Default} />
|
|
@@ -0,0 +1,261 @@
|
|
|
1
|
+
import type { Meta, StoryObj } from '@storybook/vue3'
|
|
2
|
+
import AmeliproCard from '../AmeliproCard/AmeliproCard.vue'
|
|
3
|
+
import AmeliproAccordionFrieze from './AmeliproAccordionFrieze.vue'
|
|
4
|
+
|
|
5
|
+
const meta = {
|
|
6
|
+
argTypes: {
|
|
7
|
+
'`${uniqueId}-slot-slide-${index}-item-${item.uniqueId}`': { description: 'Slots générés automatiquement pour chaque item' },
|
|
8
|
+
'click-next': { description: 'Evénement émis au clic sur le bouton suivant du carrousel' },
|
|
9
|
+
'click-previous': { description: 'Evénement émis au clic sur le bouton précédent du carrousel' },
|
|
10
|
+
'defaultOpenedAccordion': { description: 'id unique du bloc déplié par défaut' },
|
|
11
|
+
'defaultSlide': { description: 'numéro de la slide affichée par défaut' },
|
|
12
|
+
'duration': { description: 'Durée de transition entre les slides du carrousel en secondes' },
|
|
13
|
+
'fillSlideOrientation': { description: 'Définit dans quel sens doivent être remplies les slide prend les valeur `left` ou `right`' },
|
|
14
|
+
'infiniteRotation': { description: 'Booléen permettant de faire boucler les slides du carrousel' },
|
|
15
|
+
'item': { description: 'Slots générés automatiquement pour chaque item, afin de donner le même aspect à tous les items' },
|
|
16
|
+
'items': {
|
|
17
|
+
description: 'Tableau comprenant la liste des blocs dépliants à afficher dans le carrousel',
|
|
18
|
+
table: {
|
|
19
|
+
type: {
|
|
20
|
+
detail: `Array <{
|
|
21
|
+
title?: string,
|
|
22
|
+
linkStyleText?: string,
|
|
23
|
+
uniqueId: string,
|
|
24
|
+
isEmpty?: boolean,
|
|
25
|
+
}>`,
|
|
26
|
+
summary: 'AmeliproAccordionFriezeItem[]',
|
|
27
|
+
},
|
|
28
|
+
},
|
|
29
|
+
},
|
|
30
|
+
'labelNextBtn': { description: 'Libellé du bouton suivant, il est affiché au survol du bouton' },
|
|
31
|
+
'labelPreviousBtn': { description: 'Libellé du bouton précédent, il est affiché au survol du bouton' },
|
|
32
|
+
'open-close-event': { description: 'Evénement émis à l\'ouverture ou fermeture des accordéons' },
|
|
33
|
+
'title': { description: 'Titre du carrousel doit être pertinent par rapport au contenu' },
|
|
34
|
+
'uniqueId': { description: 'Identifiant unique du carrousel' },
|
|
35
|
+
},
|
|
36
|
+
component: AmeliproAccordionFrieze,
|
|
37
|
+
title: 'Composants/Amelipro/Listes de résultats/AmeliproAccordionFrieze',
|
|
38
|
+
} as Meta<typeof AmeliproAccordionFrieze>
|
|
39
|
+
export default meta
|
|
40
|
+
|
|
41
|
+
type Story = StoryObj<typeof AmeliproAccordionFrieze>
|
|
42
|
+
|
|
43
|
+
export const Default: Story = {
|
|
44
|
+
args: {
|
|
45
|
+
items: [
|
|
46
|
+
{
|
|
47
|
+
linkStyleText: 'sous-titre 1',
|
|
48
|
+
title: 'titre 1',
|
|
49
|
+
uniqueId: '1',
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
linkStyleText: 'sous-titre 2',
|
|
53
|
+
title: 'titre 2',
|
|
54
|
+
uniqueId: '2',
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
linkStyleText: 'sous-titre 3',
|
|
58
|
+
title: 'titre 3',
|
|
59
|
+
uniqueId: '3',
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
linkStyleText: 'sous-titre 4',
|
|
63
|
+
title: 'titre 4',
|
|
64
|
+
uniqueId: '4',
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
linkStyleText: 'sous-titre 5',
|
|
68
|
+
title: 'titre 5',
|
|
69
|
+
uniqueId: '5',
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
linkStyleText: 'sous-titre 6',
|
|
73
|
+
title: 'titre 6',
|
|
74
|
+
uniqueId: '6',
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
linkStyleText: 'sous-titre 7',
|
|
78
|
+
title: 'titre 7',
|
|
79
|
+
uniqueId: '7',
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
linkStyleText: 'sous-titre 8',
|
|
83
|
+
title: 'titre 8',
|
|
84
|
+
uniqueId: '8',
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
linkStyleText: 'sous-titre 9',
|
|
88
|
+
title: 'titre 9',
|
|
89
|
+
uniqueId: '9',
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
linkStyleText: 'sous-titre 10',
|
|
93
|
+
title: 'titre 10',
|
|
94
|
+
uniqueId: '10',
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
linkStyleText: 'sous-titre 11',
|
|
98
|
+
title: 'titre 11',
|
|
99
|
+
uniqueId: '11',
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
linkStyleText: 'sous-titre 12',
|
|
103
|
+
title: 'titre 12',
|
|
104
|
+
uniqueId: '12',
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
linkStyleText: 'sous-titre 13',
|
|
108
|
+
title: 'titre 13',
|
|
109
|
+
uniqueId: '13',
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
linkStyleText: 'sous-titre 14',
|
|
113
|
+
title: 'titre 14',
|
|
114
|
+
uniqueId: '14',
|
|
115
|
+
},
|
|
116
|
+
],
|
|
117
|
+
title: 'Titre du carrousel',
|
|
118
|
+
uniqueId: 'amelipro-accordion-frieze-id',
|
|
119
|
+
},
|
|
120
|
+
parameters: {
|
|
121
|
+
sourceCode: [
|
|
122
|
+
{
|
|
123
|
+
name: 'Template',
|
|
124
|
+
code: `<template>
|
|
125
|
+
<AmeliproAccordionFrieze
|
|
126
|
+
:items="items"
|
|
127
|
+
title="Titre du carrousel"
|
|
128
|
+
unique-id="amelipro-accordion-frieze-id"
|
|
129
|
+
>
|
|
130
|
+
<template #item>
|
|
131
|
+
<div class="d-flex">
|
|
132
|
+
<AmeliproCard
|
|
133
|
+
card-title="Contenu dépliant"
|
|
134
|
+
class="mt-4"
|
|
135
|
+
>
|
|
136
|
+
<template #default>
|
|
137
|
+
<p class="mb-0">
|
|
138
|
+
Le lorem ipsum est, en imprimerie, une suite de mots sans signification utilisée
|
|
139
|
+
à titre provisoire pour calibrer une mise en page, le texte définitif venant remplacer le
|
|
140
|
+
faux-texte dès qu'il est prêt ou que la mise en page est achevée. Généralement, on utilise
|
|
141
|
+
un texte en faux latin, le Lorem ipsum ou Lipsum.
|
|
142
|
+
</p>
|
|
143
|
+
</template>
|
|
144
|
+
</AmeliproCard>
|
|
145
|
+
</div>
|
|
146
|
+
</template>
|
|
147
|
+
</AmeliproAccordionFrieze>
|
|
148
|
+
</template>
|
|
149
|
+
`,
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
name: 'Script',
|
|
153
|
+
code: `<script setup lang="ts">
|
|
154
|
+
import { AmeliproCard, AmeliproAccordionFrieze } from '@cnamts/synapse'
|
|
155
|
+
|
|
156
|
+
const items = [
|
|
157
|
+
{
|
|
158
|
+
linkStyleText: 'sous-titre 1',
|
|
159
|
+
title: 'titre 1',
|
|
160
|
+
uniqueId: '1',
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
linkStyleText: 'sous-titre 2',
|
|
164
|
+
title: 'titre 2',
|
|
165
|
+
uniqueId: '2',
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
linkStyleText: 'sous-titre 3',
|
|
169
|
+
title: 'titre 3',
|
|
170
|
+
uniqueId: '3',
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
linkStyleText: 'sous-titre 4',
|
|
174
|
+
title: 'titre 4',
|
|
175
|
+
uniqueId: '4',
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
linkStyleText: 'sous-titre 5',
|
|
179
|
+
title: 'titre 5',
|
|
180
|
+
uniqueId: '5',
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
linkStyleText: 'sous-titre 6',
|
|
184
|
+
title: 'titre 6',
|
|
185
|
+
uniqueId: '6',
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
linkStyleText: 'sous-titre 7',
|
|
189
|
+
title: 'titre 7',
|
|
190
|
+
uniqueId: '7',
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
linkStyleText: 'sous-titre 8',
|
|
194
|
+
title: 'titre 8',
|
|
195
|
+
uniqueId: '8',
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
linkStyleText: 'sous-titre 9',
|
|
199
|
+
title: 'titre 9',
|
|
200
|
+
uniqueId: '9',
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
linkStyleText: 'sous-titre 10',
|
|
204
|
+
title: 'titre 10',
|
|
205
|
+
uniqueId: '10',
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
linkStyleText: 'sous-titre 11',
|
|
209
|
+
title: 'titre 11',
|
|
210
|
+
uniqueId: '11',
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
linkStyleText: 'sous-titre 12',
|
|
214
|
+
title: 'titre 12',
|
|
215
|
+
uniqueId: '12',
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
linkStyleText: 'sous-titre 13',
|
|
219
|
+
title: 'titre 13',
|
|
220
|
+
uniqueId: '13',
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
linkStyleText: 'sous-titre 14',
|
|
224
|
+
title: 'titre 14',
|
|
225
|
+
uniqueId: '14',
|
|
226
|
+
},
|
|
227
|
+
]
|
|
228
|
+
</script>`,
|
|
229
|
+
},
|
|
230
|
+
],
|
|
231
|
+
},
|
|
232
|
+
render: args => ({
|
|
233
|
+
components: { AmeliproCard, AmeliproAccordionFrieze },
|
|
234
|
+
setup() {
|
|
235
|
+
return { args }
|
|
236
|
+
},
|
|
237
|
+
template: `
|
|
238
|
+
<AmeliproAccordionFrieze
|
|
239
|
+
v-bind="args"
|
|
240
|
+
>
|
|
241
|
+
<template #item>
|
|
242
|
+
<div class="d-flex">
|
|
243
|
+
<AmeliproCard
|
|
244
|
+
card-title="Contenu dépliant"
|
|
245
|
+
class="mt-4"
|
|
246
|
+
>
|
|
247
|
+
<template #default>
|
|
248
|
+
<p class="mb-0">
|
|
249
|
+
Le lorem ipsum est, en imprimerie, une suite de mots sans signification utilisée
|
|
250
|
+
à titre provisoire pour calibrer une mise en page, le texte définitif venant remplacer le
|
|
251
|
+
faux-texte dès qu'il est prêt ou que la mise en page est achevée. Généralement, on utilise
|
|
252
|
+
un texte en faux latin, le Lorem ipsum ou Lipsum.
|
|
253
|
+
</p>
|
|
254
|
+
</template>
|
|
255
|
+
</AmeliproCard>
|
|
256
|
+
</div>
|
|
257
|
+
</template>
|
|
258
|
+
</AmeliproAccordionFrieze>
|
|
259
|
+
`,
|
|
260
|
+
}),
|
|
261
|
+
}
|