@cnamts/synapse 1.0.24 → 1.0.25
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/README.md +27 -5
- package/dist/{AutocompleteFilter-BWLR3U7W.js → AutocompleteFilter-D7qBuCAP.js} +1 -1
- package/dist/{AutocompleteFilter-D9jzRzAL.cjs → AutocompleteFilter-Df9i5mAl.cjs} +1 -1
- package/dist/{DateFilter-DTUl8hb1.cjs → DateFilter-BJD6FMev.cjs} +1 -1
- package/dist/{DateFilter-BpwFexzi.js → DateFilter-BitMWrMU.js} +1 -1
- package/dist/{NumberFilter-Bz_NTdX9.js → NumberFilter-BTLUxw0a.js} +1 -1
- package/dist/{NumberFilter-MAEojdk0.cjs → NumberFilter-DGCzCXzI.cjs} +1 -1
- package/dist/{PeriodFilter-DX_wy9g-.js → PeriodFilter-B5rUIPAC.js} +1 -1
- package/dist/{PeriodFilter-CC4WgIhl.cjs → PeriodFilter-DO_ecTZW.cjs} +1 -1
- package/dist/{SelectFilter-BR3fvl-a.cjs → SelectFilter-CGwcKWLm.cjs} +1 -1
- package/dist/{SelectFilter-xqiPtPgX.js → SelectFilter-l4QnRcuk.js} +2 -2
- package/dist/{TextFilter-CCfYFl5F.cjs → TextFilter-B8nf7xoK.cjs} +1 -1
- package/dist/{TextFilter-BBl3JFqK.js → TextFilter-C9hj6Qrp.js} +1 -1
- package/dist/apLightTheme-CEK4iY3f.cjs +1 -0
- package/dist/{apLightTheme-D1P4jcD0.js → apLightTheme-DnIM24Lv.js} +441 -722
- package/dist/components/Customs/Selects/SyAutocomplete/SyAutocomplete.d.ts +10 -6
- package/dist/components/Customs/SyCheckbox/SyCheckbox.d.ts +3 -0
- package/dist/components/Customs/SyTabs/SyTabs.d.ts +13 -11
- package/dist/components/Customs/SyTextField/SyTextField.d.ts +4 -4
- package/dist/components/DatePicker/CalendarMode/DatePicker.d.ts +4 -24
- package/dist/components/DatePicker/ComplexDatePicker/ComplexDatePicker.d.ts +2 -12
- package/dist/components/DatePicker/DateTextInput/DateTextInput.d.ts +1 -6
- package/dist/components/DatePicker/composables/useDatePickerState.d.ts +1 -0
- package/dist/components/FileList/FileList.d.ts +6 -0
- package/dist/components/FilterSideBar/FilterSideBar.d.ts +2 -0
- package/dist/components/HeaderNavigationBar/HeaderNavigationBar.d.ts +13 -13
- package/dist/components/HeaderNavigationBar/HorizontalNavbar/HorizontalNavbar.d.ts +3 -3
- package/dist/components/MonthPicker/MonthPicker.d.ts +1 -6
- package/dist/components/MonthPicker/MonthPickerText/MonthPickerInput.d.ts +1 -6
- package/dist/components/NirField/NirField.d.ts +4 -16
- package/dist/components/PeriodField/PeriodField.d.ts +8 -48
- package/dist/components/PhoneField/PhoneField.d.ts +1 -6
- package/dist/components/Tables/SyServerTable/SyServerTable.d.ts +1 -0
- package/dist/components/Tables/SyTable/SyTable.d.ts +1 -0
- package/dist/components/Tables/common/SyTablePagination.d.ts +2 -0
- package/dist/components/Tables/common/TableHeader.d.ts +5 -0
- package/dist/components/Tables/common/locales.d.ts +3 -0
- package/dist/components/Tables/common/types.d.ts +2 -0
- package/dist/components/UploadWorkflow/UploadWorkflow.d.ts +1 -0
- package/dist/composables/unifyValidation/documentationValidationProps.d.ts +230 -0
- package/dist/composables/validation/useValidation.d.ts +5 -1
- package/dist/design-system-v3.js +2 -2
- package/dist/design-system-v3.umd.cjs +1 -1
- package/dist/designTokens/tokens/amelipro/apColors.d.ts +10 -10
- package/dist/designTokens/tokens/amelipro/apColors2026.d.ts +1 -2
- package/dist/designTokens/tokens/amelipro/apContextual.d.ts +44 -0
- package/dist/designTokens/tokens/amelipro/apSemantic.d.ts +1 -1
- package/dist/designTokens/tokens/baseColors.d.ts +127 -0
- package/dist/designTokens/tokens/baseContextualTokens.d.ts +50 -0
- package/dist/designTokens/tokens/cnam/cnamColors.d.ts +10 -10
- package/dist/designTokens/tokens/cnam/cnamSemantic.d.ts +1 -1
- package/dist/designTokens/tokens/pa/paColors.d.ts +1 -166
- package/dist/designTokens/tokens/pa/paSemantic.d.ts +1 -1
- package/dist/designTokens/utils/buildColorClassMap.d.ts +12 -0
- package/dist/designTokens/utils/createFlattenTheme.d.ts +1 -3
- package/dist/designTokens/utils/index.d.ts +2 -2
- package/dist/main-ByDPHpae.cjs +1067 -0
- package/dist/main-Cpx8Co6H.js +38869 -0
- package/dist/synapse.css +1 -1
- package/dist/utils/functions/classToHex.d.ts +1 -1
- package/dist/utils/functions/createHexResolver.d.ts +16 -0
- package/dist/vuetifyConfig.js +113 -152
- package/dist/vuetifyConfig.umd.cjs +1 -1
- package/package.json +29 -18
- package/src/assets/amelipro/apTokens2026.scss +5 -5
- package/src/assets/overrides/_breakpoints.scss +25 -0
- package/src/assets/overrides/_btns.scss +0 -2
- package/src/assets/overrides/_forms.scss +1 -3
- package/src/assets/overrides/_icons.scss +7 -11
- package/src/assets/overrides/_otp.scss +41 -0
- package/src/assets/overrides/_tables.scss +11 -20
- package/src/assets/overrides/_tooltips.scss +17 -7
- package/src/assets/overrides/_typography.scss +35 -37
- package/src/assets/overrides/_utilities.scss +43 -47
- package/src/assets/themes.scss +1 -0
- package/src/components/Amelipro/AmeliproAccordion/AmeliproAccordionTemplate/AmeliproAccordionTemplate.vue +20 -20
- package/src/components/Amelipro/AmeliproAccordionFrieze/AmeliproAccordionFrieze.vue +12 -14
- package/src/components/Amelipro/AmeliproAccordionList/AmeliproAccordionList.vue +4 -6
- package/src/components/Amelipro/AmeliproAccordionResult/AmeliproAccordionResultTemplate/AmeliproAccordionResultTemplate.vue +5 -5
- package/src/components/Amelipro/AmeliproAccordionResultList/AmeliproAccordionResultList.vue +4 -6
- package/src/components/Amelipro/AmeliproAutoCompleteField/AmeliproAutoCompleteField.vue +4 -6
- package/src/components/Amelipro/AmeliproBadge/AmeliproBadge.vue +4 -6
- package/src/components/Amelipro/AmeliproBreadcrumb/AmeliproBreadcrumb.vue +1 -3
- package/src/components/Amelipro/AmeliproBtn/AmeliproBtn.vue +4 -6
- package/src/components/Amelipro/AmeliproCallback/AmeliproCallback.vue +2 -2
- package/src/components/Amelipro/AmeliproCard/AmeliproCard.vue +31 -31
- package/src/components/Amelipro/AmeliproCarousel/AmeliproCarousel.vue +5 -7
- package/src/components/Amelipro/AmeliproCheckbox/AmeliproCheckbox.vue +13 -15
- package/src/components/Amelipro/AmeliproCheckboxGroup/AmeliproCheckboxGroup.vue +23 -23
- package/src/components/Amelipro/AmeliproChips/AmeliproChips.vue +1 -3
- package/src/components/Amelipro/AmeliproClickableTile/AmeliproClickableTile.vue +17 -12
- package/src/components/Amelipro/AmeliproClickableTile/tests/__snapshots__/AmeliproClickableTile.spec.ts.snap +2 -2
- package/src/components/Amelipro/AmeliproCopyBtn/AmeliproCopyBtn.vue +4 -6
- package/src/components/Amelipro/AmeliproCustomSelector/AmeliproCustomSelector.vue +13 -13
- package/src/components/Amelipro/AmeliproDentalChart/AmeliproDentalChart.vue +4 -2
- package/src/components/Amelipro/AmeliproDentalChart/AmeliproTooth/AmeliproTooth.vue +4 -4
- package/src/components/Amelipro/AmeliproDialog/AmeliproDialog.vue +5 -7
- package/src/components/Amelipro/AmeliproDisclosure/AmeliproDisclosure.vue +1 -3
- package/src/components/Amelipro/AmeliproErrorTemplate/AmeliproErrorTemplate.vue +2 -4
- package/src/components/Amelipro/AmeliproFilePreview/AmeliproFilePreview.vue +4 -6
- package/src/components/Amelipro/AmeliproFilters/AmeliproFilters.vue +13 -13
- package/src/components/Amelipro/AmeliproFirstLogin/AmeliproFirstLogin.vue +3 -5
- package/src/components/Amelipro/AmeliproFooter/AmeliproFooter.vue +1 -3
- package/src/components/Amelipro/AmeliproHeader/AmeliproHeader.vue +2 -4
- package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/AmeliproHeaderBar.vue +1 -3
- package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/AmeliproHeaderBrandSection/AmeliproHeaderBrandSection.vue +20 -16
- package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/AmeliproHeaderBrandSection/__tests__/__snapshots__/AmeliproHeaderBrandSection.spec.ts.snap +1 -1
- package/src/components/Amelipro/AmeliproIconBtn/AmeliproIconBtn.vue +2 -4
- package/src/components/Amelipro/AmeliproIllustratedDataTile/AmeliproIllustratedDataTile.vue +5 -7
- package/src/components/Amelipro/AmeliproIllustratedRadioGroup/AmeliproIllustratedRadioGroup.vue +6 -8
- package/src/components/Amelipro/AmeliproMailTile/AmeliproMailTile.vue +14 -14
- package/src/components/Amelipro/AmeliproMenu/AmeliproMenu.vue +11 -13
- package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproDropdownMenu/AmeliproDropdownMenu.vue +2 -4
- package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproMessagingLayout.vue +8 -8
- package/src/components/Amelipro/AmeliproMultipleFoldingCard/AmeliproMultipleFoldingCard.vue +40 -40
- package/src/components/Amelipro/AmeliproNumberedCard/AmeliproNumberedCard.vue +27 -27
- package/src/components/Amelipro/AmeliproOnboarding/AmeliproOnboarding.vue +3 -5
- package/src/components/Amelipro/AmeliproPageLayout/AmeliproPageLayout.vue +2 -4
- package/src/components/Amelipro/AmeliproPagination/AmeliproPagination.vue +2 -4
- package/src/components/Amelipro/AmeliproPagination/AmeliproPaginationBtn/AmeliproPaginationBtn.vue +3 -5
- package/src/components/Amelipro/AmeliproPatientBanner/AmeliproPatientBanner.vue +1 -3
- package/src/components/Amelipro/AmeliproPatientLogged/AmeliproPatientLogged.vue +2 -4
- package/src/components/Amelipro/AmeliproPatientLogin/AmeliproPatientLogin.vue +4 -4
- package/src/components/Amelipro/AmeliproPatientLogin/AmeliproPatientLoginForm/AmeliproPatientLoginForm.vue +1 -3
- package/src/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressCityRow/AmeliproPostalAddressCityRow.vue +3 -5
- package/src/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressField.vue +3 -5
- package/src/components/Amelipro/AmeliproRadioGroup/AmeliproRadioGroup.vue +23 -23
- package/src/components/Amelipro/AmeliproResultList/AmeliproResultList.vue +4 -6
- package/src/components/Amelipro/AmeliproSelect/AmeliproSelect.vue +12 -22
- package/src/components/Amelipro/AmeliproStateTile/AmeliproStateTile.vue +10 -12
- package/src/components/Amelipro/AmeliproStepper/AmeliproStepper.vue +17 -17
- package/src/components/Amelipro/AmeliproTable/AmeliproTable.vue +8 -10
- package/src/components/Amelipro/AmeliproTabs/AmeliproTabBtn/AmeliproTabBtn.vue +6 -8
- package/src/components/Amelipro/AmeliproTabs/AmeliproTabs.vue +4 -4
- package/src/components/Amelipro/AmeliproTextArea/AmeliproTextArea.vue +4 -6
- package/src/components/Amelipro/AmeliproTextField/AmeliproTextField.vue +7 -9
- package/src/components/Amelipro/AmeliproTileBtn/AmeliproTileBtn.vue +3 -5
- package/src/components/Amelipro/AmeliproTooltips/AmeliproTooltips.vue +0 -2
- package/src/components/Amelipro/AmeliproUpload/AmeliproUpload.vue +6 -6
- package/src/components/Amelipro/ServiceMenu/ServiceMenu.vue +2 -2
- package/src/components/Amelipro/StructureMenu/StructureBtn/StructureBtn.vue +4 -4
- package/src/components/Amelipro/StructureMenu/StructureItem/StructureItem.vue +4 -6
- package/src/components/Amelipro/StructureMenu/StructureMenu.vue +2 -2
- package/src/components/Amelipro/StructureMenu/StructureTabs/StructureTabs.vue +2 -2
- package/src/components/Amelipro/UserMenu/UserMenu.vue +1 -3
- package/src/components/BackBtn/tests/BackBtn.visual.cy.ts +43 -0
- package/src/components/BackBtn/tests/__snapshots__/back-btn-custom-bg.snap.png +0 -0
- package/src/components/BackBtn/tests/__snapshots__/back-btn-dark-mode.snap.png +0 -0
- package/src/components/BackBtn/tests/__snapshots__/back-btn-default.snap.png +0 -0
- package/src/components/BackBtn/tests/__snapshots__/back-btn-no-icon.snap.png +0 -0
- package/src/components/Captcha/Captcha.vue +1 -3
- package/src/components/ChipList/ChipList.vue +14 -16
- package/src/components/CookiesSelection/CookiesInformation/CookiesInformation.vue +0 -2
- package/src/components/CopyBtn/CopyBtn.vue +1 -3
- package/src/components/Customs/Selects/SelectBtnField/SelectBtnField.vue +17 -17
- package/src/components/Customs/Selects/SelectBtnField/tests/SelectBtnField.spec.ts +31 -0
- package/src/components/Customs/Selects/SyAutocomplete/SyAutocomplete.stories.ts +66 -0
- package/src/components/Customs/Selects/SyAutocomplete/SyAutocomplete.vue +7 -3
- package/src/components/Customs/Selects/SyAutocomplete/tests/SyAutocomplete.a11y.spec.ts +18 -0
- package/src/components/Customs/Selects/SyAutocomplete/tests/SyAutocomplete.spec.ts +66 -0
- package/src/components/Customs/Selects/SyInputSelect/SyInputSelect.vue +4 -6
- package/src/components/Customs/Selects/SySelect/SySelect.stories.ts +1 -39
- package/src/components/Customs/Selects/SySelect/SySelect.vue +263 -63
- package/src/components/Customs/Selects/SySelect/accessibilite/Accessibility.mdx +199 -269
- package/src/components/Customs/Selects/SySelect/tests/SySelect.spec.ts +35 -0
- package/src/components/Customs/SyCheckbox/SyCheckbox.mdx +5 -0
- package/src/components/Customs/SyCheckbox/SyCheckbox.vue +29 -0
- package/src/components/Customs/SyCheckbox/accessibilite/Accessibility.mdx +18 -3
- package/src/components/Customs/SyPagination/SyPagination.vue +0 -2
- package/src/components/Customs/SyTabs/SyTabs.mdx +0 -58
- package/src/components/Customs/SyTabs/SyTabs.stories.ts +32 -33
- package/src/components/Customs/SyTabs/SyTabs.vue +87 -67
- package/src/components/Customs/SyTabs/accessibilite/Accessibility.mdx +83 -23
- package/src/components/Customs/SyTabs/tests/SyTabs.a11y.spec.ts +88 -0
- package/src/components/Customs/SyTabs/tests/SyTabs.spec.ts +46 -1
- package/src/components/Customs/SyTextField/SyTextField.stories.ts +21 -41
- package/src/components/Customs/SyTextField/SyTextField.vue +4 -6
- package/src/components/DatePicker/CalendarMode/DatePicker.vue +12 -14
- package/src/components/DatePicker/ComplexDatePicker/ComplexDatePicker.vue +20 -16
- package/src/components/DatePicker/ComplexDatePicker/tests/ComplexDatePicker.spec.ts +23 -0
- package/src/components/DatePicker/DateTextInput/DateTextInput.vue +8 -10
- package/src/components/DatePicker/composables/tests/useDatePickerState.spec.ts +53 -0
- package/src/components/DatePicker/composables/useDatePickerState.ts +24 -0
- package/src/components/DatePicker/composables/useDateTextField.ts +0 -1
- package/src/components/DatePicker/composables/useMonthButtonCustomization.ts +9 -8
- package/src/components/DatePicker/playground/DatePickerHolidayRule.vue +1 -1
- package/src/components/DialogBox/DialogBox.vue +3 -5
- package/src/components/DialogBox/tests/DialogBox.visual.cy.ts +76 -0
- package/src/components/DialogBox/tests/__snapshots__/dialog-box-custom-texts.snap.png +0 -0
- package/src/components/DialogBox/tests/__snapshots__/dialog-box-default.snap.png +0 -0
- package/src/components/DialogBox/tests/__snapshots__/dialog-box-no-actions.snap.png +0 -0
- package/src/components/FileList/FileList.vue +9 -2
- package/src/components/FileList/UploadItem/UploadItem.vue +11 -13
- package/src/components/FileList/tests/FileList.spec.ts +47 -0
- package/src/components/FileUpload/FileUpload.vue +3 -5
- package/src/components/FileUpload/FileUploadContent.vue +3 -5
- package/src/components/FilterInline/FilterInline.vue +1 -3
- package/src/components/FilterSideBar/FilterSideBar.mdx +44 -1
- package/src/components/FilterSideBar/FilterSideBar.stories.ts +105 -1
- package/src/components/FilterSideBar/FilterSideBar.vue +7 -0
- package/src/components/FilterSideBar/tests/FilterSideBar.a11y.spec.ts +54 -1
- package/src/components/FilterSideBar/tests/FilterSideBar.spec.ts +42 -0
- package/src/components/FooterBar/FooterBar.vue +9 -13
- package/src/components/FranceConnectBtn/FranceConnectBtn.vue +1 -1
- package/src/components/HeaderBar/HeaderBar.vue +2 -3
- package/src/components/HeaderBar/HeaderBurgerMenu/HeaderBurgerMenu.vue +2 -3
- package/src/components/HeaderBar/HeaderBurgerMenu/HeaderMenuItem/HeaderMenuItem.vue +2 -3
- package/src/components/HeaderBar/HeaderBurgerMenu/HeaderMenuSection/HeaderMenuSection.vue +0 -1
- package/src/components/HeaderBar/HeaderBurgerMenu/HeaderSubMenu/HeaderSubMenu.vue +8 -9
- package/src/components/HeaderBar/HeaderBurgerMenu/menu.scss +0 -8
- package/src/components/HeaderBar/HeaderBurgerMenu/tests/HeaderBurgerMenu.visual.cy.ts +196 -0
- package/src/components/HeaderBar/HeaderBurgerMenu/tests/__snapshots__/header-burger-menu-generated-submenu-open.snap.png +0 -0
- package/src/components/HeaderBar/HeaderBurgerMenu/tests/__snapshots__/header-burger-menu-generated.snap.png +0 -0
- package/src/components/HeaderBar/HeaderLogo/HeaderLogo.vue +0 -1
- package/src/components/HeaderBar/HeaderMenuBtn/HeaderMenuBtn.vue +6 -7
- package/src/components/HeaderBar/tests/HeaderBar.visual.cy.ts +81 -0
- package/src/components/HeaderBar/tests/__snapshots__/header-bar-custom-width.snap.png +0 -0
- package/src/components/HeaderBar/tests/__snapshots__/header-bar-default.snap.png +0 -0
- package/src/components/HeaderBar/tests/__snapshots__/header-bar-no-sticky.snap.png +0 -0
- package/src/components/HeaderBar/tests/__snapshots__/header-bar-with-prepend.snap.png +0 -0
- package/src/components/HeaderBar/tests/__snapshots__/header-bar-with-side.snap.png +0 -0
- package/src/components/HeaderBar/tests/__snapshots__/header-bar-with-subtitle.snap.png +0 -0
- package/src/components/HeaderNavigationBar/HeaderNavigationBar.vue +12 -3
- package/src/components/HeaderNavigationBar/HorizontalNavbar/HorizontalNavbar.vue +15 -8
- package/src/components/HeaderToolbar/HeaderToolbar.vue +6 -7
- package/src/components/LangBtn/LangBtn.vue +2 -4
- package/src/components/Logo/tests/Logo.visual.cy.ts +57 -0
- package/src/components/Logo/tests/__snapshots__/logo-avatar.snap.png +0 -0
- package/src/components/Logo/tests/__snapshots__/logo-dark.snap.png +0 -0
- package/src/components/Logo/tests/__snapshots__/logo-default.snap.png +0 -0
- package/src/components/Logo/tests/__snapshots__/logo-no-organism.snap.png +0 -0
- package/src/components/Logo/tests/__snapshots__/logo-no-signature.snap.png +0 -0
- package/src/components/Logo/tests/__snapshots__/logo-risque-pro.snap.png +0 -0
- package/src/components/LogoBrandSection/LogoBrandSection.vue +2 -2
- package/src/components/MonthPicker/MonthPickerVisual/VisualPickerHeader.vue +1 -1
- package/src/components/NirField/NirField.stories.ts +2 -2
- package/src/components/NirField/NirField.vue +3 -5
- package/src/components/NirField/accessibilite/Accessibility.mdx +100 -5
- package/src/components/NirField/tests/NirField.spec.ts +118 -0
- package/src/components/NirField/tests/useNirValidation.spec.ts +449 -0
- package/src/components/NirField/useNirValidation.ts +38 -32
- package/src/components/NotificationBar/Notification/Notification.vue +5 -7
- package/src/components/NotificationBar/NotificationBar.vue +1 -3
- package/src/components/PaginatedTable/PaginatedTable.vue +2 -3
- package/src/components/PaginatedTable/Pagination.vue +3 -5
- package/src/components/PasswordField/PasswordField.vue +8 -10
- package/src/components/PhoneField/PhoneField.vue +3 -3
- package/src/components/RangeField/RangeSlider/RangeSlider.vue +0 -2
- package/src/components/RangeField/RangeSlider/Tooltip/Tooltip.vue +1 -1
- package/src/components/RangeField/tests/RangeField.visual.cy.ts +65 -0
- package/src/components/RangeField/tests/__snapshots__/range-field-custom-bg.snap.png +0 -0
- package/src/components/RangeField/tests/__snapshots__/range-field-custom-range.snap.png +0 -0
- package/src/components/RangeField/tests/__snapshots__/range-field-default.snap.png +0 -0
- package/src/components/RangeField/tests/__snapshots__/range-field-step.snap.png +0 -0
- package/src/components/RangeField/tests/__snapshots__/range-field-with-label.snap.png +0 -0
- package/src/components/RatingPicker/EmotionPicker/EmotionPicker.vue +6 -8
- package/src/components/RatingPicker/StarsPicker/StarsPicker.vue +3 -5
- package/src/components/SearchListField/SearchListField.vue +0 -2
- package/src/components/SkipLink/SkipLink.vue +2 -4
- package/src/components/SocialMediaLinks/SocialMediaLinks.vue +6 -6
- package/src/components/SubHeader/SubHeader.vue +1 -1
- package/src/components/SyAlert/SyAlert.vue +7 -9
- package/src/components/SyAlert/tests/SyAlert.visual.cy.ts +46 -0
- package/src/components/SyAlert/tests/__snapshots__/sy-alert-closable.snap.png +0 -0
- package/src/components/SyAlert/tests/__snapshots__/sy-alert-error.snap.png +0 -0
- package/src/components/SyAlert/tests/__snapshots__/sy-alert-info.snap.png +0 -0
- package/src/components/SyAlert/tests/__snapshots__/sy-alert-success.snap.png +0 -0
- package/src/components/SyAlert/tests/__snapshots__/sy-alert-variant-outlined.snap.png +0 -0
- package/src/components/SyAlert/tests/__snapshots__/sy-alert-variant-tonal.snap.png +0 -0
- package/src/components/SyAlert/tests/__snapshots__/sy-alert-warning.snap.png +0 -0
- package/src/components/SyBtnMenu/SyBtnMenu.vue +2 -4
- package/src/components/TableToolbar/TableToolbar.vue +6 -8
- package/src/components/Tables/SyServerTable/SyServerTable.stories.ts +166 -0
- package/src/components/Tables/SyServerTable/SyServerTable.vue +9 -7
- package/src/components/Tables/SyServerTable/tests/SyServerTable.a11y.spec.ts +23 -0
- package/src/components/Tables/SyServerTable/tests/SyServerTable.spec.ts +268 -0
- package/src/components/Tables/SyTable/SyTable.stories.ts +104 -0
- package/src/components/Tables/SyTable/SyTable.vue +9 -7
- package/src/components/Tables/SyTable/tests/SyTable.a11y.spec.ts +22 -0
- package/src/components/Tables/SyTable/tests/SyTable.spec.ts +274 -0
- package/src/components/Tables/common/SyTableFilter.vue +27 -2
- package/src/components/Tables/common/SyTablePagination.vue +142 -19
- package/src/components/Tables/common/TableHeader.vue +40 -3
- package/src/components/Tables/common/filters/SelectFilter.vue +1 -1
- package/src/components/Tables/common/locales.ts +3 -0
- package/src/components/Tables/common/tableStyles.scss +16 -19
- package/src/components/Tables/common/tests/SyTablePagination.spec.ts +18 -0
- package/src/components/Tables/common/tests/TableHeader.spec.ts +39 -0
- package/src/components/Tables/common/types.ts +2 -0
- package/src/components/Tables/common/useTableHeaders.ts +49 -27
- package/src/components/UploadWorkflow/UploadWorkflow.vue +1 -0
- package/src/components/UploadWorkflow/tests/UploadWorkflow.spec.ts +23 -0
- package/src/components/UploadWorkflow/tests/__snapshots__/UploadWorkflow.spec.ts.snap +66 -0
- package/src/components/UploadWorkflow/useFileList.ts +3 -0
- package/src/components/UserMenuBtn/UserMenuBtn.vue +1 -3
- package/src/composables/unifyValidation/documentationValidationProps.ts +235 -0
- package/src/composables/validation/useValidation.ts +17 -1
- package/src/composantsVuetify/VBreadcrumbs/VBreadcrumbs.mdx +28 -0
- package/src/composantsVuetify/VBreadcrumbs/v-breadcrumbs.stories.ts +108 -0
- package/src/composantsVuetify/VOtpInput/VOtpInput.mdx +39 -0
- package/src/composantsVuetify/VOtpInput/v-otp-input.stories.ts +56 -0
- package/src/composantsVuetify/VSkeletonLoader/VSkeletonLoader.mdx +42 -0
- package/src/composantsVuetify/VSkeletonLoader/v-skeleton-loader.stories.ts +77 -0
- package/src/composantsVuetify/VSwitch/VSwitch.mdx +47 -0
- package/src/composantsVuetify/VSwitch/v-switch.stories.ts +166 -0
- package/src/designTokens/tests/buildColorClassMap.spec.ts +31 -0
- package/src/designTokens/tests/generateScssTokens.spec.ts +12 -0
- package/src/designTokens/tests/themeUtils.spec.ts +53 -0
- package/src/designTokens/tokens/amelipro/apColors.ts +8 -130
- package/src/designTokens/tokens/amelipro/apColors2026.ts +3 -15
- package/src/designTokens/tokens/amelipro/apContextual.ts +55 -47
- package/src/designTokens/tokens/amelipro/apLightTheme.ts +1 -1
- package/src/designTokens/tokens/amelipro/apSemantic.ts +1 -1
- package/src/designTokens/tokens/baseColors.ts +129 -0
- package/src/designTokens/tokens/baseContextualTokens.ts +52 -0
- package/src/designTokens/tokens/cnam/cnamColors.ts +3 -125
- package/src/designTokens/tokens/cnam/cnamContextual.ts +4 -48
- package/src/designTokens/tokens/cnam/cnamLightTheme.ts +1 -1
- package/src/designTokens/tokens/cnam/cnamSemantic.ts +1 -1
- package/src/designTokens/tokens/pa/paColors.ts +2 -166
- package/src/designTokens/tokens/pa/paContextual.ts +3 -48
- package/src/designTokens/tokens/pa/paLightTheme.ts +1 -1
- package/src/designTokens/tokens/pa/paSemantic.ts +2 -2
- package/src/designTokens/utils/buildColorClassMap.ts +34 -0
- package/src/designTokens/utils/convertSemanticsToken.ts +8 -11
- package/src/designTokens/utils/createFlattenTheme.ts +15 -7
- package/src/designTokens/utils/index.ts +2 -2
- package/src/stories/Accessibilite/AuditDesignSystem.mdx +0 -11
- package/src/stories/Accessibilite/DesignSystem/Avancement.mdx +433 -0
- package/src/stories/Accessibilite/DesignSystem/a11y-status.json +692 -0
- package/src/stories/Accessibilite/KitDePreAudit/Echantillonnage.mdx +8 -1
- package/src/stories/Accessibilite/KitDePreAudit/Introduction.mdx +51 -10
- package/src/stories/Accessibilite/KitDePreAudit/Outils/Introduction.mdx +16 -9
- package/src/stories/Accessibilite/KitDePreAudit/Preaudit.mdx +48 -58
- package/src/stories/Components/Components.stories.ts +40 -1
- package/src/stories/Demarrer/EnrichirLeDesignSystem.mdx +4 -9
- package/src/stories/Demarrer/EnrichirLeDesignSystem.stories.ts +28 -0
- package/src/stories/Demarrer/Releases.stories.ts +48 -5
- package/src/stories/DesignTokens/ColorDisplay.vue +6 -5
- package/src/stories/DesignTokens/ColorIntegrationExample.vue +2 -4
- package/src/stories/DesignTokens/colors.stories.ts +5 -6
- package/src/stories/GuideDuDev/CreateVuetifyInstance.mdx +95 -0
- package/src/stories/GuideDuDev/Theme.mdx +36 -26
- package/src/stories/GuideDuDev/moduleDeNotification.mdx +3 -2
- package/src/stories/styles/accessibility-guide.css +3 -3
- package/src/utils/functions/classToHex.ts +6 -34
- package/src/utils/functions/createHexResolver.ts +45 -0
- package/src/utils/functions/tests/classToHex.spec.ts +36 -0
- package/src/utils/functions/tests/convertToHex.spec.ts +31 -0
- package/src/utils/functions/tests/createHexResolver.spec.ts +66 -0
- package/src/utils/functions/tests/isCssColor.spec.ts +48 -0
- package/dist/apLightTheme-CFSRrjv2.cjs +0 -1
- package/dist/designTokens/utils/convertGaps.d.ts +0 -5
- package/dist/main-BtTqyn4z.js +0 -38648
- package/dist/main-C1e3eoxd.cjs +0 -1067
- package/src/assets/apTokens.scss +0 -343
- package/src/assets/overrides/_container.scss +0 -36
- package/src/assets/tokens.scss +0 -388
- package/src/designTokens/apColors.md +0 -66
- package/src/designTokens/cnamColors.md +0 -193
- package/src/designTokens/paColors.md +0 -66
- package/src/designTokens/tokens/json/contextual-tokens.json +0 -156
- package/src/designTokens/tokens/json/primitives.json +0 -209
- package/src/designTokens/tokens/json/semantic.json +0 -120
- package/src/designTokens/utils/convertGaps.ts +0 -11
- package/src/stories/Accessibilite/Avancement/Avancement.mdx +0 -533
- package/src/stories/Accessibilite/Avancement/Avancement.stories.ts +0 -306
|
@@ -1,24 +1,20 @@
|
|
|
1
|
-
@use '@/assets/apTokens';
|
|
2
|
-
@use '@/assets/amelipro/apTokens2026';
|
|
3
|
-
@use '@/assets/tokens';
|
|
4
|
-
|
|
5
1
|
.v-theme--ap.v-btn--icon .v-icon {
|
|
6
|
-
color:
|
|
2
|
+
color: rgb(var(--v-theme-iconAccentPrimary)) !important;
|
|
7
3
|
transition: color 0.2s ease;
|
|
8
4
|
|
|
9
5
|
&:hover {
|
|
10
|
-
color:
|
|
6
|
+
color: rgb(var(--v-theme-iconAccentSecondary)) !important;
|
|
11
7
|
}
|
|
12
8
|
}
|
|
13
9
|
|
|
14
10
|
.v-theme--ap2026.v-btn--icon .v-icon {
|
|
15
|
-
color:
|
|
11
|
+
color: rgb(var(--v-theme-primary));
|
|
16
12
|
transition: color 0.2s ease;
|
|
17
13
|
}
|
|
18
14
|
|
|
19
15
|
.v-theme--cnam.v-btn--icon .v-icon,
|
|
20
16
|
.v-theme--pa.v-btn--icon .v-icon {
|
|
21
|
-
color:
|
|
17
|
+
color: rgb(var(--v-theme-iconAccentPrimary));
|
|
22
18
|
transition: color 0.2s ease;
|
|
23
19
|
}
|
|
24
20
|
|
|
@@ -41,17 +37,17 @@
|
|
|
41
37
|
}
|
|
42
38
|
|
|
43
39
|
.v-theme--ap.v-btn--icon .v-ripple__animation {
|
|
44
|
-
background-color:
|
|
40
|
+
background-color: rgb(var(--v-theme-iconAccentPrimary)) !important;
|
|
45
41
|
opacity: 0.18;
|
|
46
42
|
}
|
|
47
43
|
|
|
48
44
|
.v-theme--ap2026.v-btn--icon .v-ripple__animation {
|
|
49
|
-
background-color:
|
|
45
|
+
background-color: rgb(var(--v-theme-primary)) !important;
|
|
50
46
|
opacity: 0.18;
|
|
51
47
|
}
|
|
52
48
|
|
|
53
49
|
.v-theme--cnam.v-btn--icon .v-ripple__animation,
|
|
54
50
|
.v-theme--pa.v-btn--icon .v-ripple__animation {
|
|
55
|
-
background-color:
|
|
51
|
+
background-color: rgb(var(--v-theme-iconAccentPrimary)) !important;
|
|
56
52
|
opacity: 0.18;
|
|
57
53
|
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
/* stylelint-disable selector-class-pattern */
|
|
2
|
+
.theme-cnam,
|
|
3
|
+
.theme-pa {
|
|
4
|
+
.v-otp-input {
|
|
5
|
+
.v-field__outline__start,
|
|
6
|
+
.v-field__outline__end,
|
|
7
|
+
.v-field__outline__notch {
|
|
8
|
+
border-color: rgb(var(--v-theme-borderAccentPrimary)) !important;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.v-field--focused,
|
|
12
|
+
.v-field--dirty {
|
|
13
|
+
.v-field__outline__start,
|
|
14
|
+
.v-field__outline__end,
|
|
15
|
+
.v-field__outline__notch {
|
|
16
|
+
border-color: rgb(var(--v-theme-borderAccentPrimaryContrasted)) !important;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.theme-ap,
|
|
23
|
+
.theme-ap2026 {
|
|
24
|
+
.v-otp-input {
|
|
25
|
+
.v-field__outline__start,
|
|
26
|
+
.v-field__outline__end,
|
|
27
|
+
.v-field__outline__notch {
|
|
28
|
+
border-color: rgb(var(--v-theme-borderAccentPrimary)) !important;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.v-field--focused,
|
|
32
|
+
.v-field--dirty {
|
|
33
|
+
.v-field__outline__start,
|
|
34
|
+
.v-field__outline__end,
|
|
35
|
+
.v-field__outline__notch {
|
|
36
|
+
border-color: rgb(var(--v-theme-borderAccentPrimaryContrasted)) !important;
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
/* stylelint-enable selector-class-pattern */
|
|
@@ -1,9 +1,6 @@
|
|
|
1
|
-
@use '@/assets/tokens';
|
|
2
|
-
@use '@/assets/apTokens';
|
|
3
|
-
|
|
4
1
|
.v-data-table thead th .v-data-table-header__content {
|
|
5
2
|
opacity: 0.65;
|
|
6
|
-
font-size:
|
|
3
|
+
font-size: var(--v-ap-fontSizeXs);
|
|
7
4
|
font-weight: 700 !important;
|
|
8
5
|
}
|
|
9
6
|
|
|
@@ -14,24 +11,18 @@
|
|
|
14
11
|
|
|
15
12
|
.v-progress-linear__background,
|
|
16
13
|
.v-progress-linear__indeterminate {
|
|
17
|
-
background:
|
|
14
|
+
background: rgb(var(--v-theme-primary)) !important;
|
|
18
15
|
}
|
|
19
16
|
}
|
|
20
17
|
|
|
21
|
-
// Pagination color variables
|
|
18
|
+
// Pagination color variables — uses Vuetify theme CSS custom properties, theme-aware
|
|
22
19
|
.theme-cnam,
|
|
23
|
-
.theme-pa
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
--pagination-
|
|
27
|
-
--pagination-
|
|
28
|
-
--pagination-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
.theme-ap {
|
|
32
|
-
--pagination-color: #{apTokens.$primary-base};
|
|
33
|
-
--pagination-border: #{apTokens.$primary-base};
|
|
34
|
-
--pagination-ellipsis: #{apTokens.$primary-base};
|
|
35
|
-
--pagination-focused-background-color: rgba(apTokens.$primary-base, 0.1);
|
|
36
|
-
--pagination-background-color: #{apTokens.$primary-base};
|
|
20
|
+
.theme-pa,
|
|
21
|
+
.theme-ap,
|
|
22
|
+
.theme-ap2026 {
|
|
23
|
+
--pagination-color: rgb(var(--v-theme-primary));
|
|
24
|
+
--pagination-border: rgb(var(--v-theme-primary));
|
|
25
|
+
--pagination-ellipsis: rgb(var(--v-theme-primary));
|
|
26
|
+
--pagination-focused-background-color: rgba(var(--v-theme-primary), 0.1);
|
|
27
|
+
--pagination-background-color: rgb(var(--v-theme-primary));
|
|
37
28
|
}
|
|
@@ -1,16 +1,26 @@
|
|
|
1
|
-
@use '@/assets/amelipro/apTokens2026';
|
|
2
|
-
@use '@/assets/apTokens';
|
|
3
|
-
|
|
4
1
|
.v-tooltip .v-overlay__content {
|
|
5
2
|
background-color: rgb(0 0 0 / 70%);
|
|
6
3
|
}
|
|
7
4
|
|
|
8
5
|
.v-theme--ap2026.v-tooltip .v-overlay__content {
|
|
9
|
-
color:
|
|
10
|
-
background-color:
|
|
11
|
-
border: 1px solid
|
|
6
|
+
color: rgb(var(--v-theme-apBlack-base));
|
|
7
|
+
background-color: rgb(var(--v-theme-apWhite-base));
|
|
8
|
+
border: 1px solid rgb(var(--v-theme-ap-parme-darken-1));
|
|
12
9
|
}
|
|
13
10
|
|
|
14
11
|
.v-theme--ap.v-tooltip .v-overlay__content {
|
|
15
|
-
font-size:
|
|
12
|
+
font-size: var(--v-fontSize-liensEtLibelles);
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
// errreur Aria accessibility
|
|
16
|
+
.v-tooltip[role='tooltip'] {
|
|
17
|
+
display: none;
|
|
18
|
+
|
|
19
|
+
.v-overlay__content {
|
|
20
|
+
display: block !important;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
&.v-overlay--active {
|
|
24
|
+
display: block;
|
|
25
|
+
}
|
|
16
26
|
}
|
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
/* Typography styles for CNAM and PA themes */
|
|
2
|
-
@use '
|
|
3
|
-
@use '@/assets/apTokens';
|
|
4
|
-
@use '@/assets/amelipro/apTokens2026' as *;
|
|
2
|
+
@use 'breakpoints' as bp;
|
|
5
3
|
|
|
6
4
|
.theme-cnam,
|
|
7
5
|
.theme-pa {
|
|
@@ -181,28 +179,28 @@
|
|
|
181
179
|
}
|
|
182
180
|
|
|
183
181
|
.title {
|
|
184
|
-
font-size:
|
|
182
|
+
font-size: var(--v-fontSize-titres);
|
|
185
183
|
}
|
|
186
184
|
|
|
187
185
|
.alt-title {
|
|
188
|
-
font-size:
|
|
186
|
+
font-size: var(--v-fontSize-titresAlternatifs);
|
|
189
187
|
}
|
|
190
188
|
|
|
191
189
|
.body-text {
|
|
192
|
-
font-size:
|
|
190
|
+
font-size: var(--v-fontSize-corpsDeTexte);
|
|
193
191
|
}
|
|
194
192
|
|
|
195
193
|
.link-label {
|
|
196
|
-
font-size:
|
|
194
|
+
font-size: var(--v-fontSize-liensEtLibelles);
|
|
197
195
|
}
|
|
198
196
|
}
|
|
199
197
|
|
|
200
198
|
.theme-ap2026 {
|
|
201
199
|
a {
|
|
202
|
-
color:
|
|
200
|
+
color: rgb(var(--v-theme-primary));
|
|
203
201
|
|
|
204
202
|
&:hover {
|
|
205
|
-
color:
|
|
203
|
+
color: rgb(var(--v-theme-secondary));
|
|
206
204
|
}
|
|
207
205
|
}
|
|
208
206
|
}
|
|
@@ -210,61 +208,61 @@
|
|
|
210
208
|
.theme-ap,
|
|
211
209
|
.theme-ap2026 {
|
|
212
210
|
p {
|
|
213
|
-
font-size:
|
|
211
|
+
font-size: var(--v-ap-fontSizeXs);
|
|
214
212
|
}
|
|
215
213
|
|
|
216
214
|
a {
|
|
217
|
-
font-size:
|
|
215
|
+
font-size: var(--v-ap-fontSizeXs);
|
|
218
216
|
}
|
|
219
217
|
|
|
220
218
|
[class*='text-'] {
|
|
221
219
|
font-family: Arial, Helvetica, sans-serif !important;
|
|
222
|
-
font-weight:
|
|
220
|
+
font-weight: 400;
|
|
223
221
|
line-height: 1.3 !important;
|
|
224
222
|
}
|
|
225
223
|
|
|
226
224
|
// sets the service title text style
|
|
227
225
|
[class*='text-service-title'] {
|
|
228
226
|
font-family: Arial, Helvetica, sans-serif !important;
|
|
229
|
-
font-size:
|
|
230
|
-
font-weight:
|
|
227
|
+
font-size: var(--v-ap-fontSizeXxl) !important;
|
|
228
|
+
font-weight: 700 !important;
|
|
231
229
|
text-transform: uppercase !important;
|
|
232
230
|
|
|
233
|
-
@media #{
|
|
234
|
-
font-size:
|
|
231
|
+
@media #{bp.$down-sm} {
|
|
232
|
+
font-size: var(--v-ap-fontSizeMd) !important;
|
|
235
233
|
}
|
|
236
234
|
}
|
|
237
235
|
|
|
238
236
|
// sets classes font sizes
|
|
239
237
|
[class*='text-'][class*='-h1'],
|
|
240
238
|
h1 {
|
|
241
|
-
font-size:
|
|
242
|
-
font-weight:
|
|
239
|
+
font-size: var(--v-ap-fontSizeXxl) !important;
|
|
240
|
+
font-weight: 700 !important;
|
|
243
241
|
}
|
|
244
242
|
|
|
245
243
|
[class*='text-'][class*='-h2'],
|
|
246
244
|
h2 {
|
|
247
|
-
font-size:
|
|
248
|
-
font-weight:
|
|
245
|
+
font-size: var(--v-ap-fontSizeLg) !important;
|
|
246
|
+
font-weight: 700;
|
|
249
247
|
}
|
|
250
248
|
|
|
251
249
|
[class*='text-'][class*='-h3'],
|
|
252
250
|
h3 {
|
|
253
|
-
font-size:
|
|
251
|
+
font-size: var(--v-ap-fontSizeMd) !important;
|
|
254
252
|
}
|
|
255
253
|
|
|
256
254
|
[class*='text-'][class*='-h4'],
|
|
257
255
|
h4 {
|
|
258
|
-
font-size:
|
|
259
|
-
font-weight:
|
|
256
|
+
font-size: var(--v-ap-fontSizeSm) !important;
|
|
257
|
+
font-weight: 700;
|
|
260
258
|
}
|
|
261
259
|
|
|
262
260
|
[class*='text-'][class*='-h5'],
|
|
263
261
|
[class*='text-'][class*='-h6'],
|
|
264
262
|
h5,
|
|
265
263
|
h6 {
|
|
266
|
-
font-size:
|
|
267
|
-
font-weight:
|
|
264
|
+
font-size: var(--v-ap-fontSizeSm) !important;
|
|
265
|
+
font-weight: 700;
|
|
268
266
|
}
|
|
269
267
|
|
|
270
268
|
[class*='text-'][class*='-subtitle-1'],
|
|
@@ -273,49 +271,49 @@
|
|
|
273
271
|
[class*='text-'][class*='-body-2'],
|
|
274
272
|
[class*='text-'][class*='-button'],
|
|
275
273
|
[class*='text-'][class*='-overline'] {
|
|
276
|
-
font-size:
|
|
274
|
+
font-size: var(--v-ap-fontSizeXs) !important;
|
|
277
275
|
}
|
|
278
276
|
|
|
279
277
|
[class*='text-'][class*='-caption'] {
|
|
280
|
-
font-size:
|
|
278
|
+
font-size: var(--v-ap-fontSizeXxs) !important;
|
|
281
279
|
}
|
|
282
280
|
|
|
283
281
|
// sets font weight
|
|
284
282
|
[class*='text-'][class*='-subtitle-1'],
|
|
285
283
|
[class*='text-'][class*='-subtitle-2'] {
|
|
286
|
-
font-weight:
|
|
284
|
+
font-weight: 700;
|
|
287
285
|
}
|
|
288
286
|
|
|
289
287
|
[class*='font-weight-bold'] {
|
|
290
|
-
font-weight:
|
|
288
|
+
font-weight: 700 !important;
|
|
291
289
|
}
|
|
292
290
|
|
|
293
291
|
.font-size-xxs {
|
|
294
|
-
font-size:
|
|
292
|
+
font-size: var(--v-ap-fontSizeXxs);
|
|
295
293
|
}
|
|
296
294
|
|
|
297
295
|
.font-size-xs {
|
|
298
|
-
font-size:
|
|
296
|
+
font-size: var(--v-ap-fontSizeXs);
|
|
299
297
|
}
|
|
300
298
|
|
|
301
299
|
.font-size-sm {
|
|
302
|
-
font-size:
|
|
300
|
+
font-size: var(--v-ap-fontSizeSm);
|
|
303
301
|
}
|
|
304
302
|
|
|
305
303
|
.font-size-md {
|
|
306
|
-
font-size:
|
|
304
|
+
font-size: var(--v-ap-fontSizeMd);
|
|
307
305
|
}
|
|
308
306
|
|
|
309
307
|
.font-size-lg {
|
|
310
|
-
font-size:
|
|
308
|
+
font-size: var(--v-ap-fontSizeLg);
|
|
311
309
|
}
|
|
312
310
|
|
|
313
311
|
.font-size-xl {
|
|
314
|
-
font-size:
|
|
312
|
+
font-size: var(--v-ap-fontSizeXl);
|
|
315
313
|
}
|
|
316
314
|
|
|
317
315
|
.font-size-xxl {
|
|
318
|
-
font-size:
|
|
316
|
+
font-size: var(--v-ap-fontSizeXxl);
|
|
319
317
|
}
|
|
320
318
|
|
|
321
319
|
.relative {
|
|
@@ -347,5 +345,5 @@
|
|
|
347
345
|
|
|
348
346
|
// Font Styles
|
|
349
347
|
.theme--ap.v-sheet {
|
|
350
|
-
color:
|
|
348
|
+
color: rgb(var(--v-theme-ap-grey-darken-1));
|
|
351
349
|
}
|
|
@@ -1,54 +1,50 @@
|
|
|
1
|
-
@use '@/assets/amelipro/apTokens2026' as *;
|
|
2
|
-
@use '@/assets/apTokens';
|
|
3
|
-
@use '@/assets/tokens';
|
|
4
|
-
|
|
5
1
|
.theme-cnam,
|
|
6
2
|
.theme-pa {
|
|
7
|
-
--footer-background:
|
|
8
|
-
--alert-warning-background:
|
|
9
|
-
--alert-warning-accent:
|
|
10
|
-
--alert-warning-border:
|
|
11
|
-
--alert-warning-icon:
|
|
12
|
-
--alert-warning-icon-bg:
|
|
13
|
-
--alert-info-background:
|
|
14
|
-
--alert-info-accent:
|
|
15
|
-
--alert-info-border:
|
|
16
|
-
--alert-info-icon:
|
|
17
|
-
--alert-info-icon-bg:
|
|
18
|
-
--alert-success-background:
|
|
19
|
-
--alert-success-accent:
|
|
20
|
-
--alert-success-border:
|
|
21
|
-
--alert-success-icon:
|
|
22
|
-
--alert-success-icon-bg:
|
|
23
|
-
--alert-error-background:
|
|
24
|
-
--alert-error-accent:
|
|
25
|
-
--alert-error-border:
|
|
26
|
-
--alert-error-icon:
|
|
27
|
-
--alert-error-icon-bg:
|
|
3
|
+
--footer-background: rgb(var(--v-theme-parma-darken60));
|
|
4
|
+
--alert-warning-background: rgb(var(--v-theme-backgroundWarning));
|
|
5
|
+
--alert-warning-accent: rgb(var(--v-theme-borderWarning));
|
|
6
|
+
--alert-warning-border: rgb(var(--v-theme-borderWarning));
|
|
7
|
+
--alert-warning-icon: rgb(var(--v-theme-iconWarning));
|
|
8
|
+
--alert-warning-icon-bg: rgb(var(--v-theme-backgroundWarningSubdued));
|
|
9
|
+
--alert-info-background: rgb(var(--v-theme-backgroundInfo));
|
|
10
|
+
--alert-info-accent: rgb(var(--v-theme-borderInfo));
|
|
11
|
+
--alert-info-border: rgb(var(--v-theme-borderInfo));
|
|
12
|
+
--alert-info-icon: rgb(var(--v-theme-iconInfo));
|
|
13
|
+
--alert-info-icon-bg: rgb(var(--v-theme-backgroundInfoSubdued));
|
|
14
|
+
--alert-success-background: rgb(var(--v-theme-backgroundSuccess));
|
|
15
|
+
--alert-success-accent: rgb(var(--v-theme-borderSuccess));
|
|
16
|
+
--alert-success-border: rgb(var(--v-theme-borderSuccess));
|
|
17
|
+
--alert-success-icon: rgb(var(--v-theme-iconSuccess));
|
|
18
|
+
--alert-success-icon-bg: rgb(var(--v-theme-backgroundSuccessSubdued));
|
|
19
|
+
--alert-error-background: rgb(var(--v-theme-backgroundError));
|
|
20
|
+
--alert-error-accent: rgb(var(--v-theme-borderError));
|
|
21
|
+
--alert-error-border: rgb(var(--v-theme-borderError));
|
|
22
|
+
--alert-error-icon: rgb(var(--v-theme-iconError));
|
|
23
|
+
--alert-error-icon-bg: rgb(var(--v-theme-backgroundErrorSubdued));
|
|
28
24
|
}
|
|
29
25
|
|
|
30
26
|
.theme-ap,
|
|
31
27
|
.theme-ap2026 {
|
|
32
|
-
--footer-background:
|
|
33
|
-
--alert-background:
|
|
34
|
-
--alert-warning-background:
|
|
35
|
-
--alert-warning-accent:
|
|
36
|
-
--alert-warning-border:
|
|
37
|
-
--alert-warning-icon:
|
|
38
|
-
--alert-warning-icon-bg:
|
|
39
|
-
--alert-info-background:
|
|
40
|
-
--alert-info-accent:
|
|
41
|
-
--alert-info-border:
|
|
42
|
-
--alert-info-icon:
|
|
43
|
-
--alert-info-icon-bg:
|
|
44
|
-
--alert-success-background:
|
|
45
|
-
--alert-success-accent:
|
|
46
|
-
--alert-success-border:
|
|
47
|
-
--alert-success-icon:
|
|
48
|
-
--alert-success-icon-bg:
|
|
49
|
-
--alert-error-background:
|
|
50
|
-
--alert-error-accent:
|
|
51
|
-
--alert-error-border:
|
|
52
|
-
--alert-error-icon:
|
|
53
|
-
--alert-error-icon-bg:
|
|
28
|
+
--footer-background: rgb(var(--v-theme-accentPrimaryContrasted));
|
|
29
|
+
--alert-background: rgb(var(--v-theme-accentPrimaryContrasted));
|
|
30
|
+
--alert-warning-background: rgb(var(--v-theme-backgroundWarning));
|
|
31
|
+
--alert-warning-accent: rgb(var(--v-theme-borderWarning));
|
|
32
|
+
--alert-warning-border: rgb(var(--v-theme-borderWarning));
|
|
33
|
+
--alert-warning-icon: rgb(var(--v-theme-iconWarning));
|
|
34
|
+
--alert-warning-icon-bg: rgb(var(--v-theme-backgroundWarningSubdued));
|
|
35
|
+
--alert-info-background: rgb(var(--v-theme-backgroundInfo));
|
|
36
|
+
--alert-info-accent: rgb(var(--v-theme-borderInfo));
|
|
37
|
+
--alert-info-border: rgb(var(--v-theme-borderInfo));
|
|
38
|
+
--alert-info-icon: rgb(var(--v-theme-iconInfo));
|
|
39
|
+
--alert-info-icon-bg: rgb(var(--v-theme-backgroundInfoSubdued));
|
|
40
|
+
--alert-success-background: rgb(var(--v-theme-backgroundSuccess));
|
|
41
|
+
--alert-success-accent: rgb(var(--v-theme-borderSuccess));
|
|
42
|
+
--alert-success-border: rgb(var(--v-theme-borderSuccess));
|
|
43
|
+
--alert-success-icon: rgb(var(--v-theme-iconSuccess));
|
|
44
|
+
--alert-success-icon-bg: rgb(var(--v-theme-backgroundSuccessSubdued));
|
|
45
|
+
--alert-error-background: rgb(var(--v-theme-backgroundError));
|
|
46
|
+
--alert-error-accent: rgb(var(--v-theme-borderError));
|
|
47
|
+
--alert-error-border: rgb(var(--v-theme-borderError));
|
|
48
|
+
--alert-error-icon: rgb(var(--v-theme-iconError));
|
|
49
|
+
--alert-error-icon-bg: rgb(var(--v-theme-backgroundErrorSubdued));
|
|
54
50
|
}
|
package/src/assets/themes.scss
CHANGED
|
@@ -167,7 +167,7 @@
|
|
|
167
167
|
</template>
|
|
168
168
|
|
|
169
169
|
<style lang="scss" scoped>
|
|
170
|
-
@use '@/assets/
|
|
170
|
+
@use '@/assets/overrides/breakpoints' as bp;
|
|
171
171
|
|
|
172
172
|
.accordion-btn {
|
|
173
173
|
padding: 0;
|
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
border: 0;
|
|
176
176
|
|
|
177
177
|
&:focus {
|
|
178
|
-
outline: 1px dotted
|
|
178
|
+
outline: 1px dotted rgb(var(--v-theme-ap-grey-darken-1));
|
|
179
179
|
}
|
|
180
180
|
}
|
|
181
181
|
|
|
@@ -183,22 +183,22 @@
|
|
|
183
183
|
display: block;
|
|
184
184
|
position: relative;
|
|
185
185
|
max-width: 100%;
|
|
186
|
-
border-radius:
|
|
186
|
+
border-radius: var(--v-ap-btnRadius);
|
|
187
187
|
text-decoration: none;
|
|
188
188
|
overflow-wrap: break-word;
|
|
189
189
|
white-space: normal;
|
|
190
190
|
}
|
|
191
191
|
|
|
192
192
|
.amelipro-accordion__header {
|
|
193
|
-
padding:
|
|
193
|
+
padding: 1rem;
|
|
194
194
|
word-break: break-all;
|
|
195
195
|
|
|
196
|
-
@media #{
|
|
197
|
-
padding:
|
|
196
|
+
@media #{bp.$down-sm} {
|
|
197
|
+
padding: 1rem;
|
|
198
198
|
}
|
|
199
199
|
|
|
200
|
-
@media #{
|
|
201
|
-
padding:
|
|
200
|
+
@media #{bp.$down-xs} {
|
|
201
|
+
padding: 0.75rem;
|
|
202
202
|
}
|
|
203
203
|
|
|
204
204
|
.btn-wrapper {
|
|
@@ -206,31 +206,31 @@
|
|
|
206
206
|
}
|
|
207
207
|
|
|
208
208
|
.amelipro-accordion--opened & {
|
|
209
|
-
padding-bottom:
|
|
209
|
+
padding-bottom: 0.75rem;
|
|
210
210
|
}
|
|
211
211
|
}
|
|
212
212
|
|
|
213
213
|
.amelipro-accordion__wrapper {
|
|
214
214
|
width: 100%;
|
|
215
|
-
padding: 0
|
|
216
|
-
font-size:
|
|
217
|
-
font-weight:
|
|
215
|
+
padding: 0 1rem;
|
|
216
|
+
font-size: var(--v-ap-fontSizeXs);
|
|
217
|
+
font-weight: var(--v-ap-fontWeightRegular);
|
|
218
218
|
|
|
219
|
-
@media #{
|
|
220
|
-
padding: 0
|
|
219
|
+
@media #{bp.$down-sm} {
|
|
220
|
+
padding: 0 1rem;
|
|
221
221
|
}
|
|
222
222
|
|
|
223
|
-
@media #{
|
|
224
|
-
padding: 0
|
|
223
|
+
@media #{bp.$down-xs} {
|
|
224
|
+
padding: 0 0.75rem;
|
|
225
225
|
}
|
|
226
226
|
}
|
|
227
227
|
|
|
228
228
|
.amelipro-accordion__content {
|
|
229
|
-
padding-top:
|
|
230
|
-
padding-bottom:
|
|
229
|
+
padding-top: 1rem;
|
|
230
|
+
padding-bottom: 1rem;
|
|
231
231
|
|
|
232
|
-
@media #{
|
|
233
|
-
padding-bottom:
|
|
232
|
+
@media #{bp.$down-xs} {
|
|
233
|
+
padding-bottom: 0.75rem;
|
|
234
234
|
}
|
|
235
235
|
}
|
|
236
236
|
|
|
@@ -352,8 +352,6 @@
|
|
|
352
352
|
</template>
|
|
353
353
|
|
|
354
354
|
<style lang="scss" scoped>
|
|
355
|
-
@use '@/assets/amelipro/apTokens2026' as apTokens;
|
|
356
|
-
|
|
357
355
|
.frieze {
|
|
358
356
|
position: relative;
|
|
359
357
|
width: 100%;
|
|
@@ -370,37 +368,37 @@
|
|
|
370
368
|
|
|
371
369
|
.item-btn {
|
|
372
370
|
box-sizing: border-box !important;
|
|
373
|
-
padding:
|
|
374
|
-
border: 1px solid
|
|
371
|
+
padding: var(--v-padding-3);
|
|
372
|
+
border: 1px solid rgb(var(--v-theme-ap-grey-lighten-3));
|
|
375
373
|
border-radius: 8px;
|
|
376
374
|
text-align: center;
|
|
377
|
-
background-color:
|
|
375
|
+
background-color: rgb(var(--v-theme-surface));
|
|
378
376
|
|
|
379
377
|
&:hover,
|
|
380
378
|
&:focus {
|
|
381
379
|
padding: 11px 12px;
|
|
382
|
-
background-color:
|
|
383
|
-
border: 2px solid
|
|
380
|
+
background-color: rgb(var(--v-theme-ap-blue-lighten-3));
|
|
381
|
+
border: 2px solid rgb(var(--v-theme-primary));
|
|
384
382
|
}
|
|
385
383
|
}
|
|
386
384
|
|
|
387
385
|
.item-btn__link-style-text {
|
|
388
|
-
color:
|
|
389
|
-
font-size:
|
|
386
|
+
color: rgb(var(--v-theme-primary));
|
|
387
|
+
font-size: var(--v-ap-fontSizeXs);
|
|
390
388
|
text-decoration: underline;
|
|
391
389
|
}
|
|
392
390
|
|
|
393
391
|
.item-empty {
|
|
394
392
|
box-sizing: border-box !important;
|
|
395
|
-
padding:
|
|
396
|
-
border: 1px solid
|
|
393
|
+
padding: var(--v-padding-3);
|
|
394
|
+
border: 1px solid rgb(var(--v-theme-ap-grey-lighten-2));
|
|
397
395
|
border-radius: 8px;
|
|
398
|
-
color:
|
|
396
|
+
color: rgb(var(--v-theme-ap-grey));
|
|
399
397
|
text-align: center;
|
|
400
|
-
background-color:
|
|
398
|
+
background-color: rgb(var(--v-theme-ap-grey-lighten-2));
|
|
401
399
|
|
|
402
400
|
& .item-btn__link-style-text {
|
|
403
|
-
color:
|
|
401
|
+
color: rgb(var(--v-theme-ap-grey));
|
|
404
402
|
}
|
|
405
403
|
}
|
|
406
404
|
|
|
@@ -287,12 +287,10 @@
|
|
|
287
287
|
</template>
|
|
288
288
|
|
|
289
289
|
<style lang="scss" scoped>
|
|
290
|
-
@use '@/assets/amelipro/apTokens2026' as apTokens;
|
|
291
|
-
|
|
292
290
|
.total-counter {
|
|
293
|
-
background-color:
|
|
294
|
-
border: 1px solid
|
|
295
|
-
border-radius:
|
|
296
|
-
padding:
|
|
291
|
+
background-color: rgb(var(--v-theme-ap-grey-lighten-2));
|
|
292
|
+
border: 1px solid rgb(var(--v-theme-ap-grey-darken-1));
|
|
293
|
+
border-radius: var(--v-ap-btnRadius);
|
|
294
|
+
padding: var(--v-ap-cardPaddingMobile) var(--v-ap-cardPaddingDesktop);
|
|
297
295
|
}
|
|
298
296
|
</style>
|