@inera/ids-design 8.2.0 → 9.0.0
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/components/accordion/accordion-lit.js +1 -1
- package/components/accordion/accordion-shadow-lit.js +9 -0
- package/components/accordion/accordion-shadow.css +115 -0
- package/components/accordion/accordion.css +10 -16
- package/components/action-link/action-link-lit.js +1 -1
- package/components/{carousel/carousel-item-lit.js → action-link/action-link-shadow-lit.js} +3 -3
- package/components/{carousel/carousel-item.css → action-link/action-link-shadow.css} +43 -51
- package/components/action-link/action-link.css +5 -10
- package/components/alert/alert-lit.js +1 -1
- package/components/alert/alert-shadow-lit.js +7 -0
- package/components/alert/alert-shadow.css +63 -0
- package/components/alert/alert.css +27 -20
- package/components/badge/badge-lit.js +1 -1
- package/components/badge/badge.css +1 -1
- package/components/box-link/box-link-lit.js +1 -1
- package/components/box-link/box-link-shadow-lit.js +7 -0
- package/components/box-link/box-link-shadow.css +109 -0
- package/components/box-link/box-link.css +16 -28
- package/components/breadcrumbs/breadcrumbs-lit.js +1 -1
- package/components/breadcrumbs/breadcrumbs-shadow-lit.js +7 -0
- package/components/breadcrumbs/breadcrumbs-shadow.css +35 -0
- package/components/breadcrumbs/breadcrumbs.css +7 -15
- package/components/button-group/button-group-lit.js +1 -1
- package/components/button-group/button-group.css +2 -2
- package/components/card/card-lit.js +1 -1
- package/components/card/card-shadow-lit.js +9 -0
- package/components/card/card-shadow.css +30 -0
- package/components/card/card.css +58 -65
- package/components/carousel/carousel-lit.js +1 -1
- package/components/carousel/carousel-shadow-lit.js +7 -0
- package/components/carousel/carousel-shadow.css +56 -0
- package/components/carousel/carousel.css +110 -33
- package/components/data-pagination/data-pagination-lit.js +7 -0
- package/components/data-pagination/data-pagination-shadow-lit.d.ts +2 -0
- package/components/data-pagination/data-pagination-shadow-lit.js +7 -0
- package/components/data-pagination/data-pagination-shadow.css +251 -0
- package/components/{pagination/data-pagination → data-pagination}/data-pagination.css +36 -77
- package/components/data-table/data-table-lit.js +1 -1
- package/components/data-table/data-table.css +48 -40
- package/components/date-label/date-label-lit.js +1 -1
- package/components/date-label/date-label.css +28 -35
- package/components/dialog/dialog-lit.js +1 -1
- package/components/dialog/dialog-shadow-lit.d.ts +2 -0
- package/components/dialog/dialog-shadow-lit.js +7 -0
- package/components/dialog/dialog-shadow.css +27 -0
- package/components/dialog/dialog.css +39 -32
- package/components/dropdown/dropdown-lit.js +1 -1
- package/components/dropdown/dropdown-shadow-lit.d.ts +2 -0
- package/components/dropdown/dropdown-shadow-lit.js +9 -0
- package/components/dropdown/dropdown-shadow.css +90 -0
- package/components/dropdown/dropdown.css +56 -66
- package/components/footer-1177/footer-1177-lit.js +1 -1
- package/components/footer-1177/footer-1177-shadow-lit.d.ts +2 -0
- package/components/footer-1177/footer-1177-shadow-lit.js +7 -0
- package/components/footer-1177/footer-1177-shadow.css +61 -0
- package/components/footer-1177/footer-1177.css +20 -20
- package/components/footer-1177-admin/footer-1177-admin-lit.js +1 -1
- package/components/footer-1177-admin/footer-1177-admin-shadow-lit.d.ts +2 -0
- package/components/footer-1177-admin/footer-1177-admin-shadow-lit.js +7 -0
- package/components/footer-1177-admin/footer-1177-admin-shadow.css +113 -0
- package/components/footer-1177-admin/footer-1177-admin.css +21 -33
- package/components/footer-1177-pro/footer-1177-pro-lit.js +1 -1
- package/components/footer-1177-pro/footer-1177-pro-shadow-lit.d.ts +2 -0
- package/components/footer-1177-pro/footer-1177-pro-shadow-lit.js +7 -0
- package/components/footer-1177-pro/footer-1177-pro-shadow.css +125 -0
- package/components/footer-1177-pro/footer-1177-pro.css +26 -32
- package/components/footer-inera/footer-inera-lit.js +1 -1
- package/components/footer-inera/footer-inera-shadow-lit.d.ts +2 -0
- package/components/footer-inera/footer-inera-shadow-lit.js +7 -0
- package/components/footer-inera/footer-inera-shadow.css +113 -0
- package/components/footer-inera/footer-inera.css +20 -18
- package/components/footer-inera-admin/footer-inera-admin-lit.js +1 -1
- package/components/footer-inera-admin/footer-inera-admin-shadow-lit.d.ts +2 -0
- package/components/footer-inera-admin/footer-inera-admin-shadow-lit.js +7 -0
- package/components/footer-inera-admin/footer-inera-admin-shadow.css +113 -0
- package/components/footer-inera-admin/footer-inera-admin.css +21 -33
- package/components/form/darkmode-toggle/darkmode-toggle-lit.d.ts +2 -0
- package/components/form/darkmode-toggle/darkmode-toggle-lit.js +9 -0
- package/components/form/darkmode-toggle/darkmode-toggle.css +179 -0
- package/components/form/datepicker/datepicker-lit.js +1 -1
- package/components/form/datepicker/datepicker.css +9 -7
- package/components/form/error-message/error-message-lit.js +1 -1
- package/components/form/error-message/error-message.css +1 -2
- package/components/form/group/group-lit.js +1 -1
- package/components/form/group/group.css +37 -68
- package/components/form/range/range-lit.js +1 -1
- package/components/form/range/range.css +9 -10
- package/components/form/select-multiple/select-multiple-lit.js +1 -1
- package/components/form/select-multiple/select-multiple.css +27 -31
- package/components/form/spinner/spinner-lit.js +1 -1
- package/components/form/spinner/spinner.css +6 -3
- package/components/global-alert/global-alert-lit.js +1 -1
- package/components/global-alert/global-alert.css +15 -15
- package/components/grid/column/column-lit.js +1 -1
- package/components/grid/column/column.css +203 -204
- package/components/grid/container/container-lit.js +1 -1
- package/components/grid/container/container.css +2 -5
- package/components/grid/row/row-lit.js +1 -1
- package/components/grid/row/row.css +11 -32
- package/components/grid-layout/grid-column/grid-column-lit.d.ts +2 -0
- package/components/grid-layout/grid-column/grid-column-lit.js +7 -0
- package/components/grid-layout/grid-column/grid-column.css +286 -0
- package/components/grid-layout/grid-container/grid-container-lit.d.ts +2 -0
- package/components/grid-layout/grid-container/grid-container-lit.js +7 -0
- package/components/grid-layout/grid-container/grid-container.css +11 -0
- package/components/grid-layout/grid-row/grid-row-lit.d.ts +2 -0
- package/components/grid-layout/grid-row/grid-row-lit.js +7 -0
- package/components/grid-layout/grid-row/grid-row.css +53 -0
- package/components/header-1177/composite-header-1177.css +247 -1106
- package/components/header-1177/header-1177-avatar-lit.js +1 -1
- package/components/header-1177/header-1177-avatar-shadow-lit.d.ts +2 -0
- package/components/header-1177/header-1177-avatar-shadow-lit.js +7 -0
- package/components/header-1177/header-1177-avatar-shadow.css +86 -0
- package/components/header-1177/header-1177-avatar.css +50 -390
- package/components/header-1177/header-1177-item-lit.js +1 -1
- package/components/header-1177/header-1177-item-shadow-lit.d.ts +2 -0
- package/components/header-1177/header-1177-item-shadow-lit.js +7 -0
- package/components/header-1177/header-1177-item-shadow.css +230 -0
- package/components/header-1177/header-1177-item.css +89 -323
- package/components/header-1177/header-1177-lit.js +1 -1
- package/components/header-1177/header-1177-menu-mobile-lit.js +1 -1
- package/components/header-1177/header-1177-menu-mobile.css +39 -48
- package/components/header-1177/header-1177-nav-item-lit.js +1 -1
- package/components/header-1177/header-1177-nav-item-mobile-lit.js +1 -1
- package/components/header-1177/header-1177-nav-item-mobile-shadow-lit.d.ts +2 -0
- package/components/header-1177/header-1177-nav-item-mobile-shadow-lit.js +7 -0
- package/components/header-1177/header-1177-nav-item-mobile-shadow.css +87 -0
- package/components/header-1177/header-1177-nav-item-mobile.css +60 -147
- package/components/header-1177/header-1177-nav-item-shadow-lit.d.ts +2 -0
- package/components/header-1177/header-1177-nav-item-shadow-lit.js +7 -0
- package/components/header-1177/header-1177-nav-item-shadow.css +98 -0
- package/components/header-1177/header-1177-nav-item.css +51 -28
- package/components/header-1177/header-1177-nav-lit.js +1 -1
- package/components/header-1177/header-1177-nav.css +16 -100
- package/components/header-1177/header-1177-region-picker-lit.js +1 -1
- package/components/header-1177/header-1177-region-picker-mobile-lit.js +1 -1
- package/components/header-1177/header-1177-region-picker-mobile.css +55 -17
- package/components/header-1177/header-1177-region-picker.css +52 -13
- package/components/header-1177/header-1177-shadow-lit.d.ts +2 -0
- package/components/header-1177/header-1177-shadow-lit.js +7 -0
- package/components/header-1177/header-1177-shadow.css +102 -0
- package/components/header-1177/header-1177.css +53 -18
- package/components/header-1177-admin/composite-header-1177-admin.css +1318 -0
- package/components/header-1177-admin/header-1177-admin-avatar-lit.js +1 -1
- package/components/header-1177-admin/header-1177-admin-avatar-mobile-lit.js +1 -1
- package/components/header-1177-admin/header-1177-admin-avatar-mobile-shadow-lit.d.ts +2 -0
- package/components/header-1177-admin/header-1177-admin-avatar-mobile-shadow-lit.js +7 -0
- package/components/header-1177-admin/header-1177-admin-avatar-mobile-shadow.css +37 -0
- package/components/header-1177-admin/header-1177-admin-avatar-mobile.css +15 -22
- package/components/header-1177-admin/header-1177-admin-avatar-shadow-lit.d.ts +2 -0
- package/components/header-1177-admin/header-1177-admin-avatar-shadow-lit.js +7 -0
- package/components/header-1177-admin/header-1177-admin-avatar-shadow.css +23 -0
- package/components/header-1177-admin/header-1177-admin-avatar.css +34 -291
- package/components/header-1177-admin/header-1177-admin-item-lit.js +1 -1
- package/components/header-1177-admin/header-1177-admin-item-shadow-lit.d.ts +2 -0
- package/components/header-1177-admin/header-1177-admin-item-shadow-lit.js +7 -0
- package/components/header-1177-admin/header-1177-admin-item-shadow.css +158 -0
- package/components/header-1177-admin/header-1177-admin-item.css +28 -247
- package/components/header-1177-admin/header-1177-admin-lit.js +1 -1
- package/components/header-1177-admin/header-1177-admin-menu-mobile-lit.js +1 -1
- package/components/header-1177-admin/header-1177-admin-menu-mobile.css +39 -46
- package/components/header-1177-admin/header-1177-admin-nav-item-lit.js +1 -1
- package/components/header-1177-admin/header-1177-admin-nav-item-mobile-lit.d.ts +2 -0
- package/components/header-1177-admin/header-1177-admin-nav-item-mobile-lit.js +7 -0
- package/components/header-1177-admin/header-1177-admin-nav-item-mobile-shadow-lit.d.ts +2 -0
- package/components/header-1177-admin/header-1177-admin-nav-item-mobile-shadow-lit.js +7 -0
- package/components/header-1177-admin/header-1177-admin-nav-item-mobile-shadow.css +35 -0
- package/components/header-1177-admin/header-1177-admin-nav-item-mobile.css +76 -0
- package/components/header-1177-admin/header-1177-admin-nav-item-shadow-lit.d.ts +2 -0
- package/components/header-1177-admin/header-1177-admin-nav-item-shadow-lit.js +7 -0
- package/components/header-1177-admin/header-1177-admin-nav-item-shadow.css +47 -0
- package/components/header-1177-admin/header-1177-admin-nav-item.css +9 -22
- package/components/header-1177-admin/header-1177-admin-nav-lit.js +1 -1
- package/components/header-1177-admin/header-1177-admin-nav.css +9 -64
- package/components/header-1177-admin/header-1177-admin-shadow-lit.d.ts +2 -0
- package/components/header-1177-admin/header-1177-admin-shadow-lit.js +7 -0
- package/components/header-1177-admin/header-1177-admin-shadow.css +33 -0
- package/components/header-1177-admin/header-1177-admin.css +15 -31
- package/components/header-1177-pro/composite-header-1177-pro.css +1506 -0
- package/components/header-1177-pro/header-1177-pro-avatar-lit.js +1 -1
- package/components/header-1177-pro/header-1177-pro-avatar-mobile-lit.js +1 -1
- package/components/header-1177-pro/header-1177-pro-avatar-mobile-shadow-lit.d.ts +2 -0
- package/components/header-1177-pro/header-1177-pro-avatar-mobile-shadow-lit.js +7 -0
- package/components/header-1177-pro/header-1177-pro-avatar-mobile-shadow.css +38 -0
- package/components/header-1177-pro/header-1177-pro-avatar-mobile.css +26 -31
- package/components/header-1177-pro/header-1177-pro-avatar-shadow-lit.d.ts +2 -0
- package/components/header-1177-pro/header-1177-pro-avatar-shadow-lit.js +7 -0
- package/components/header-1177-pro/header-1177-pro-avatar-shadow.css +23 -0
- package/components/header-1177-pro/header-1177-pro-avatar.css +34 -279
- package/components/header-1177-pro/header-1177-pro-item-lit.js +1 -1
- package/components/header-1177-pro/header-1177-pro-item-shadow-lit.d.ts +2 -0
- package/components/header-1177-pro/header-1177-pro-item-shadow-lit.js +7 -0
- package/components/header-1177-pro/header-1177-pro-item-shadow.css +169 -0
- package/components/header-1177-pro/header-1177-pro-item.css +45 -286
- package/components/header-1177-pro/header-1177-pro-lit.js +1 -1
- package/components/header-1177-pro/header-1177-pro-menu-mobile-lit.js +1 -1
- package/components/header-1177-pro/header-1177-pro-menu-mobile.css +39 -47
- package/components/header-1177-pro/header-1177-pro-nav-item-lit.js +1 -1
- package/components/header-1177-pro/header-1177-pro-nav-item-mobile-lit.d.ts +2 -0
- package/components/header-1177-pro/header-1177-pro-nav-item-mobile-lit.js +7 -0
- package/components/header-1177-pro/header-1177-pro-nav-item-mobile-shadow-lit.d.ts +2 -0
- package/components/header-1177-pro/header-1177-pro-nav-item-mobile-shadow-lit.js +7 -0
- package/components/header-1177-pro/header-1177-pro-nav-item-mobile-shadow.css +35 -0
- package/components/header-1177-pro/header-1177-pro-nav-item-mobile.css +76 -0
- package/components/header-1177-pro/header-1177-pro-nav-item-shadow-lit.d.ts +2 -0
- package/components/header-1177-pro/header-1177-pro-nav-item-shadow-lit.js +7 -0
- package/components/header-1177-pro/header-1177-pro-nav-item-shadow.css +67 -0
- package/components/header-1177-pro/header-1177-pro-nav-item.css +9 -26
- package/components/header-1177-pro/header-1177-pro-nav-lit.js +1 -1
- package/components/header-1177-pro/header-1177-pro-nav.css +15 -97
- package/components/header-1177-pro/header-1177-pro-region-picker-lit.js +1 -1
- package/components/header-1177-pro/header-1177-pro-region-picker-mobile-lit.js +1 -1
- package/components/header-1177-pro/header-1177-pro-region-picker-mobile.css +4 -6
- package/components/header-1177-pro/header-1177-pro-region-picker.css +1 -2
- package/components/header-1177-pro/header-1177-pro-shadow-lit.d.ts +2 -0
- package/components/header-1177-pro/header-1177-pro-shadow-lit.js +7 -0
- package/components/header-1177-pro/header-1177-pro-shadow.css +69 -0
- package/components/header-1177-pro/header-1177-pro.css +9 -24
- package/components/header-inera/composite-header-inera.css +633 -0
- package/components/header-inera/header-inera-item-lit.js +1 -1
- package/components/header-inera/header-inera-item-shadow-lit.d.ts +2 -0
- package/components/header-inera/header-inera-item-shadow-lit.js +7 -0
- package/components/header-inera/header-inera-item-shadow.css +100 -0
- package/components/header-inera/header-inera-item.css +52 -18
- package/components/header-inera/header-inera-lit.js +1 -1
- package/components/header-inera/header-inera-menu-mobile-lit.js +1 -1
- package/components/header-inera/header-inera-menu-mobile.css +9 -11
- package/components/header-inera/header-inera-nav-item-lit.js +1 -1
- package/components/header-inera/header-inera-nav-item-shadow-lit.d.ts +2 -0
- package/components/header-inera/header-inera-nav-item-shadow-lit.js +7 -0
- package/components/header-inera/header-inera-nav-item-shadow.css +46 -0
- package/components/header-inera/header-inera-nav-item.css +9 -21
- package/components/header-inera/header-inera-nav-lit.js +1 -1
- package/components/header-inera/header-inera-nav.css +8 -12
- package/components/header-inera/header-inera-shadow-lit.d.ts +2 -0
- package/components/header-inera/header-inera-shadow-lit.js +7 -0
- package/components/header-inera/header-inera-shadow.css +48 -0
- package/components/header-inera/header-inera.css +52 -44
- package/components/header-inera-admin/composite-header-inera-admin.css +191 -377
- package/components/header-inera-admin/header-inera-admin-avatar-lit.js +1 -1
- package/components/header-inera-admin/header-inera-admin-avatar-mobile-lit.js +1 -1
- package/components/header-inera-admin/header-inera-admin-avatar-mobile-shadow-lit.d.ts +2 -0
- package/components/header-inera-admin/header-inera-admin-avatar-mobile-shadow-lit.js +7 -0
- package/components/header-inera-admin/header-inera-admin-avatar-mobile-shadow.css +20 -0
- package/components/header-inera-admin/header-inera-admin-avatar-mobile.css +11 -18
- package/components/header-inera-admin/header-inera-admin-avatar-shadow-lit.d.ts +2 -0
- package/components/header-inera-admin/header-inera-admin-avatar-shadow-lit.js +7 -0
- package/components/header-inera-admin/header-inera-admin-avatar-shadow.css +8 -0
- package/components/header-inera-admin/header-inera-admin-avatar.css +32 -269
- package/components/header-inera-admin/header-inera-admin-item-lit.js +1 -1
- package/components/header-inera-admin/header-inera-admin-item-shadow-lit.d.ts +2 -0
- package/components/header-inera-admin/header-inera-admin-item-shadow-lit.js +7 -0
- package/components/header-inera-admin/header-inera-admin-item-shadow.css +83 -0
- package/components/header-inera-admin/header-inera-admin-item.css +72 -36
- package/components/header-inera-admin/header-inera-admin-lit.js +1 -1
- package/components/header-inera-admin/header-inera-admin-menu-mobile-lit.js +1 -1
- package/components/header-inera-admin/header-inera-admin-menu-mobile.css +9 -11
- package/components/header-inera-admin/header-inera-admin-nav-item-lit.js +1 -1
- package/components/header-inera-admin/header-inera-admin-nav-item-mobile-lit.d.ts +2 -0
- package/components/header-inera-admin/header-inera-admin-nav-item-mobile-lit.js +7 -0
- package/components/header-inera-admin/header-inera-admin-nav-item-mobile-shadow-lit.d.ts +2 -0
- package/components/header-inera-admin/header-inera-admin-nav-item-mobile-shadow-lit.js +7 -0
- package/components/header-inera-admin/header-inera-admin-nav-item-mobile-shadow.css +20 -0
- package/components/header-inera-admin/header-inera-admin-nav-item-mobile.css +61 -0
- package/components/header-inera-admin/header-inera-admin-nav-item-shadow-lit.d.ts +2 -0
- package/components/header-inera-admin/header-inera-admin-nav-item-shadow-lit.js +7 -0
- package/components/header-inera-admin/header-inera-admin-nav-item-shadow.css +31 -0
- package/components/header-inera-admin/header-inera-admin-nav-item.css +16 -29
- package/components/header-inera-admin/header-inera-admin-nav-lit.js +1 -1
- package/components/header-inera-admin/header-inera-admin-nav.css +3 -7
- package/components/header-inera-admin/header-inera-admin-shadow-lit.d.ts +2 -0
- package/components/header-inera-admin/header-inera-admin-shadow-lit.js +7 -0
- package/components/header-inera-admin/header-inera-admin-shadow.css +43 -0
- package/components/header-inera-admin/header-inera-admin.css +4 -13
- package/components/header-patient/header-patient-lit.js +1 -1
- package/components/header-patient/header-patient-shadow-lit.d.ts +2 -0
- package/components/header-patient/header-patient-shadow-lit.js +7 -0
- package/components/header-patient/header-patient-shadow.css +4 -0
- package/components/header-patient/header-patient.css +8 -14
- package/components/list-pagination/list-pagination-lit.d.ts +2 -0
- package/components/list-pagination/list-pagination-lit.js +9 -0
- package/components/list-pagination/list-pagination-shadow-lit.d.ts +2 -0
- package/components/list-pagination/list-pagination-shadow-lit.js +9 -0
- package/components/list-pagination/list-pagination-shadow.css +125 -0
- package/components/{pagination/list-pagination → list-pagination}/list-pagination.css +88 -36
- package/components/mobile-menu/mobile-menu-lit.js +1 -1
- package/components/mobile-menu/mobile-menu-shadow-lit.d.ts +2 -0
- package/components/mobile-menu/mobile-menu-shadow-lit.js +7 -0
- package/components/mobile-menu/mobile-menu-shadow.css +170 -0
- package/components/mobile-menu/mobile-menu.css +26 -79
- package/components/navigation-content/navigation-content-lit.d.ts +2 -0
- package/components/navigation-content/navigation-content-lit.js +7 -0
- package/components/navigation-content/navigation-content-shadow-lit.d.ts +2 -0
- package/components/navigation-content/navigation-content-shadow-lit.js +7 -0
- package/components/navigation-content/navigation-content-shadow.css +6 -0
- package/components/{navigation/content → navigation-content}/navigation-content.css +24 -3
- package/components/navigation-local/navigation-local-lit.d.ts +2 -0
- package/components/navigation-local/navigation-local-lit.js +7 -0
- package/components/navigation-local/navigation-local-shadow-lit.d.ts +2 -0
- package/components/navigation-local/navigation-local-shadow-lit.js +7 -0
- package/components/navigation-local/navigation-local-shadow.css +37 -0
- package/components/{navigation/local → navigation-local}/navigation-local.css +11 -17
- package/components/notification-badge/notification-badge-lit.js +1 -1
- package/components/notification-badge/notification-badge-shadow-lit.d.ts +2 -0
- package/components/notification-badge/notification-badge-shadow-lit.js +7 -0
- package/components/notification-badge/notification-badge-shadow.css +10 -0
- package/components/notification-badge/notification-badge.css +2 -4
- package/components/popover/popover-lit.js +1 -1
- package/components/popover/popover-shadow-lit.d.ts +2 -0
- package/components/popover/popover-shadow-lit.js +7 -0
- package/components/popover/popover-shadow.css +73 -0
- package/components/popover/popover.css +389 -1
- package/components/progressbar/progressbar-lit.js +1 -1
- package/components/progressbar/progressbar.css +2 -2
- package/components/puff-list/puff-list-lit.js +1 -1
- package/components/puff-list/puff-list-shadow-lit.d.ts +2 -0
- package/components/puff-list/puff-list-shadow-lit.js +7 -0
- package/components/puff-list/puff-list-shadow.css +110 -0
- package/components/puff-list/puff-list.css +32 -26
- package/components/region-icon/region-icon-lit.js +1 -1
- package/components/region-icon/region-icon.css +1 -1
- package/components/side-menu/side-menu-lit.js +1 -1
- package/components/side-menu/side-menu-shadow-lit.d.ts +2 -0
- package/components/side-menu/side-menu-shadow-lit.js +7 -0
- package/components/side-menu/side-menu-shadow.css +79 -0
- package/components/side-menu/side-menu.css +42 -44
- package/components/side-panel/side-panel-lit.js +1 -1
- package/components/side-panel/side-panel-shadow-lit.d.ts +2 -0
- package/components/side-panel/side-panel-shadow-lit.js +7 -0
- package/components/side-panel/side-panel-shadow.css +4 -0
- package/components/side-panel/side-panel.css +41 -14
- package/components/stepper/stepper-lit.js +1 -1
- package/components/stepper/stepper-shadow-lit.d.ts +2 -0
- package/components/stepper/stepper-shadow-lit.js +7 -0
- package/components/stepper/stepper-shadow.css +63 -0
- package/components/stepper/stepper.css +9 -21
- package/components/table/table.css +12 -6
- package/components/tabs/tab-panel-shadow-lit.d.ts +2 -0
- package/components/tabs/tab-panel-shadow-lit.js +7 -0
- package/components/tabs/tab-panel-shadow.css +3 -0
- package/components/tabs/tab-shadow-lit.d.ts +2 -0
- package/components/tabs/tab-shadow-lit.js +7 -0
- package/components/tabs/tab-shadow.css +33 -0
- package/components/tabs/tabs-lit.js +3 -3
- package/components/tabs/tabs.css +155 -1
- package/components/tag/tag-lit.js +1 -1
- package/components/tag/tag-shadow-lit.d.ts +2 -0
- package/components/tag/tag-shadow-lit.js +7 -0
- package/components/tag/tag-shadow.css +58 -0
- package/components/tag/tag.css +63 -12
- package/components/tooltip/tooltip-lit.js +1 -1
- package/components/tooltip/tooltip.css +1 -0
- package/global/global.css +10072 -2466
- package/global/icons/Inera-Design-Icons.eot +0 -0
- package/global/icons/Inera-Design-Icons.svg +10 -1
- package/global/icons/Inera-Design-Icons.ttf +0 -0
- package/global/icons/Inera-Design-Icons.woff +0 -0
- package/global/util/util.css +51 -2517
- package/layout/breakpoints.scss +18 -0
- package/package.json +1 -1
- package/styles.css +10434 -2681
- package/tokens/component-tokens.scss +5 -4
- package/tokens/themes/1177-admin-tokens.css +115 -76
- package/tokens/themes/1177-pro-tokens.css +112 -73
- package/tokens/themes/1177-tokens.css +112 -73
- package/tokens/themes/inera-admin-tokens.css +101 -62
- package/tokens/themes/inera-tokens.css +98 -59
- package/components/navigation/content/navigation-content-lit.js +0 -7
- package/components/navigation/local/navigation-local-lit.js +0 -7
- package/components/pagination/data-pagination/data-pagination-lit.js +0 -7
- package/components/pagination/list-pagination/list-pagination-lit.js +0 -9
- package/components/popover/popover-content-lit.js +0 -7
- package/components/popover/popover-content.css +0 -401
- package/components/tabs/tab-lit.js +0 -7
- package/components/tabs/tab-panel-lit.js +0 -7
- package/components/tabs/tab-panel.css +0 -21
- package/components/tabs/tab.css +0 -142
- /package/components/{carousel/carousel-item-lit.d.ts → accordion/accordion-shadow-lit.d.ts} +0 -0
- /package/components/{navigation/content/navigation-content-lit.d.ts → action-link/action-link-shadow-lit.d.ts} +0 -0
- /package/components/{navigation/local/navigation-local-lit.d.ts → alert/alert-shadow-lit.d.ts} +0 -0
- /package/components/{pagination/data-pagination/data-pagination-lit.d.ts → box-link/box-link-shadow-lit.d.ts} +0 -0
- /package/components/{pagination/list-pagination/list-pagination-lit.d.ts → breadcrumbs/breadcrumbs-shadow-lit.d.ts} +0 -0
- /package/components/{popover/popover-content-lit.d.ts → card/card-shadow-lit.d.ts} +0 -0
- /package/components/{tabs/tab-lit.d.ts → carousel/carousel-shadow-lit.d.ts} +0 -0
- /package/components/{tabs/tab-panel-lit.d.ts → data-pagination/data-pagination-lit.d.ts} +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@media (max-width:
|
|
1
|
+
@media (max-width: 639px) {
|
|
2
2
|
.ids-desktop {
|
|
3
3
|
display: none !important;
|
|
4
4
|
}
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
--IDS-PAGE-LIST__COLOR: var(--ids-color-interactive-text-default);
|
|
66
66
|
}
|
|
67
67
|
|
|
68
|
-
.ids-header-1177
|
|
68
|
+
.ids-header-1177-avatar:not(.ids-header-1177-avatar--unresponsive) {
|
|
69
69
|
justify-self: flex-end;
|
|
70
70
|
justify-content: flex-end;
|
|
71
71
|
display: flex;
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
flex-grow: 1;
|
|
75
75
|
margin-left: 0.5rem;
|
|
76
76
|
}
|
|
77
|
-
.ids-header-1177
|
|
77
|
+
.ids-header-1177-avatar:not(.ids-header-1177-avatar--unresponsive) .ids-header-1177-avatar__avatar {
|
|
78
78
|
position: relative;
|
|
79
79
|
justify-self: flex-end;
|
|
80
80
|
justify-content: flex-end;
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
flex-grow: 1;
|
|
85
85
|
margin-top: 0.0625rem;
|
|
86
86
|
}
|
|
87
|
-
.ids-header-1177
|
|
87
|
+
.ids-header-1177-avatar:not(.ids-header-1177-avatar--unresponsive) .ids-header-1177-avatar__menu-wrapper {
|
|
88
88
|
position: absolute;
|
|
89
89
|
left: 0;
|
|
90
90
|
right: 0;
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
display: flex;
|
|
94
94
|
justify-content: flex-end;
|
|
95
95
|
}
|
|
96
|
-
.ids-header-1177
|
|
96
|
+
.ids-header-1177-avatar:not(.ids-header-1177-avatar--unresponsive) .ids-header-1177-avatar__button {
|
|
97
97
|
position: relative;
|
|
98
98
|
display: flex;
|
|
99
99
|
align-items: center;
|
|
@@ -107,16 +107,15 @@
|
|
|
107
107
|
border: 0.0625rem solid var(--IDS-HEADER-1177-AVATAR__BORDER-COLOR);
|
|
108
108
|
cursor: pointer;
|
|
109
109
|
}
|
|
110
|
-
.ids-header-1177
|
|
110
|
+
.ids-header-1177-avatar:not(.ids-header-1177-avatar--unresponsive) .ids-header-1177-avatar__button:focus-visible {
|
|
111
111
|
outline: 0.125rem solid var(--IDS-FOCUS__OUTLINE-COLOR);
|
|
112
112
|
outline-offset: var(--IDS-FOCUS__OUTLINE-OFFSET) !important;
|
|
113
113
|
}
|
|
114
|
-
.ids-header-1177
|
|
114
|
+
.ids-header-1177-avatar:not(.ids-header-1177-avatar--unresponsive) .ids-header-1177-avatar__button:before {
|
|
115
115
|
font: icon;
|
|
116
116
|
font-family: "Inera-Design-Icons" !important;
|
|
117
117
|
display: block;
|
|
118
118
|
position: absolute;
|
|
119
|
-
pointer-events: none;
|
|
120
119
|
-webkit-font-smoothing: antialiased;
|
|
121
120
|
-moz-osx-font-smoothing: grayscale;
|
|
122
121
|
content: "\e923";
|
|
@@ -126,12 +125,11 @@
|
|
|
126
125
|
top: 50%;
|
|
127
126
|
transform: translateY(-50%);
|
|
128
127
|
}
|
|
129
|
-
.ids-header-1177
|
|
128
|
+
.ids-header-1177-avatar:not(.ids-header-1177-avatar--unresponsive) .ids-header-1177-avatar__button:after {
|
|
130
129
|
font: icon;
|
|
131
130
|
font-family: "Inera-Design-Icons" !important;
|
|
132
131
|
display: block;
|
|
133
132
|
position: absolute;
|
|
134
|
-
pointer-events: none;
|
|
135
133
|
-webkit-font-smoothing: antialiased;
|
|
136
134
|
-moz-osx-font-smoothing: grayscale;
|
|
137
135
|
content: "\e936";
|
|
@@ -143,366 +141,32 @@
|
|
|
143
141
|
top: 50%;
|
|
144
142
|
transform: translateY(-50%);
|
|
145
143
|
}
|
|
146
|
-
.ids-header-1177
|
|
144
|
+
.ids-header-1177-avatar:not(.ids-header-1177-avatar--unresponsive) .ids-header-1177-avatar__button:hover:before, .ids-header-1177-avatar:not(.ids-header-1177-avatar--unresponsive) .ids-header-1177-avatar__button:hover::after {
|
|
147
145
|
color: var(--IDS-HEADER-1177-AVATAR__ICON-HOVER-COLOR);
|
|
148
146
|
}
|
|
149
|
-
.ids-header-1177
|
|
147
|
+
.ids-header-1177-avatar:not(.ids-header-1177-avatar--unresponsive) .ids-header-1177-avatar__button:focus-visible {
|
|
150
148
|
z-index: 20;
|
|
151
149
|
}
|
|
152
|
-
.ids-header-1177
|
|
153
|
-
content: "\e939";
|
|
154
|
-
}
|
|
155
|
-
.ids-header-1177--unresponsive .ids-header-1177-avatar .ids-header-1177-avatar__button .ids-header-1177-avatar__name {
|
|
156
|
-
text-align: start;
|
|
157
|
-
padding: 0 1.75rem 0 2rem;
|
|
158
|
-
font-size: 1rem;
|
|
159
|
-
line-height: 1.5rem;
|
|
160
|
-
white-space: nowrap;
|
|
161
|
-
overflow: hidden;
|
|
162
|
-
position: relative;
|
|
163
|
-
text-overflow: ellipsis;
|
|
164
|
-
text-align: left;
|
|
165
|
-
color: var(--IDS-HEADER-1177-AVATAR__COLOR);
|
|
166
|
-
}
|
|
167
|
-
.ids-header-1177--unresponsive .ids-header-1177-avatar .ids-header-1177-avatar__menu {
|
|
168
|
-
display: none;
|
|
169
|
-
position: absolute;
|
|
170
|
-
top: calc(100% + 0.0625rem);
|
|
171
|
-
left: auto;
|
|
172
|
-
right: 0;
|
|
173
|
-
z-index: 12;
|
|
174
|
-
background-color: var(--IDS-HEADER-1177-AVATAR__DROPDOWN-BACKGROUND-COLOR);
|
|
175
|
-
border: 0.0625rem solid var(--IDS-HEADER-1177-AVATAR__DROPDOWN-BORDER-COLOR);
|
|
176
|
-
padding: 1.25rem;
|
|
177
|
-
box-sizing: border-box;
|
|
178
|
-
border-radius: 0.625rem;
|
|
179
|
-
box-shadow: var(--IDS-BOX-SHADOW-ELEVATED-2);
|
|
180
|
-
width: 100%;
|
|
181
|
-
max-width: 20rem;
|
|
182
|
-
gap: 1.5rem;
|
|
183
|
-
flex-direction: column;
|
|
184
|
-
}
|
|
185
|
-
.ids-header-1177--unresponsive .ids-header-1177-avatar .ids-header-1177-avatar__menu.ids-header-1177-avatar__menu--expanded {
|
|
186
|
-
display: flex;
|
|
187
|
-
}
|
|
188
|
-
.ids-header-1177--unresponsive .ids-header-1177-avatar .ids-header-1177-avatar__menu .ids-header-1177-avatar__agent p,
|
|
189
|
-
.ids-header-1177--unresponsive .ids-header-1177-avatar .ids-header-1177-avatar__menu .ids-header-1177-avatar__agent ::slotted(p) {
|
|
190
|
-
font-style: normal;
|
|
191
|
-
color: var(--ids-color-surface-text-on-default);
|
|
192
|
-
font-family: var(--ids-font-family-body-text);
|
|
193
|
-
font-size: var(--ids-font-size-body-text);
|
|
194
|
-
line-height: var(--ids-line-height-body-text);
|
|
195
|
-
font-weight: var(--ids-font-weight-body-text);
|
|
196
|
-
letter-spacing: 0;
|
|
197
|
-
margin-top: 0.75rem !important;
|
|
198
|
-
margin-bottom: 0 !important;
|
|
199
|
-
}
|
|
200
|
-
.ids-header-1177--unresponsive .ids-header-1177-avatar .ids-header-1177-avatar__menu .ids-header-1177-avatar__menu-links {
|
|
201
|
-
display: flex;
|
|
202
|
-
flex-direction: column;
|
|
203
|
-
gap: 1.5rem;
|
|
204
|
-
}
|
|
205
|
-
.ids-header-1177--unresponsive .ids-header-1177-avatar .ids-header-1177-avatar__menu hr,
|
|
206
|
-
.ids-header-1177--unresponsive .ids-header-1177-avatar .ids-header-1177-avatar__menu ::slotted(hr) {
|
|
207
|
-
width: 100%;
|
|
208
|
-
height: 0.0625rem;
|
|
209
|
-
display: block;
|
|
210
|
-
margin: 0;
|
|
211
|
-
border: 0;
|
|
212
|
-
border-top: 0.0625rem solid var(--IDS-HEADER-1177-AVATAR__MENU-SEPARATOR-COLOR);
|
|
213
|
-
}
|
|
214
|
-
|
|
215
|
-
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177-avatar {
|
|
216
|
-
justify-self: flex-end;
|
|
217
|
-
justify-content: flex-end;
|
|
218
|
-
display: flex;
|
|
219
|
-
align-items: center;
|
|
220
|
-
flex-wrap: wrap;
|
|
221
|
-
flex-grow: 1;
|
|
222
|
-
margin-left: 0.5rem;
|
|
223
|
-
}
|
|
224
|
-
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177-avatar .ids-header-1177-avatar__avatar {
|
|
225
|
-
position: relative;
|
|
226
|
-
justify-self: flex-end;
|
|
227
|
-
justify-content: flex-end;
|
|
228
|
-
display: flex;
|
|
229
|
-
align-items: center;
|
|
230
|
-
flex-wrap: wrap;
|
|
231
|
-
flex-grow: 1;
|
|
232
|
-
margin-top: 0.0625rem;
|
|
233
|
-
}
|
|
234
|
-
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177-avatar .ids-header-1177-avatar__menu-wrapper {
|
|
235
|
-
position: absolute;
|
|
236
|
-
left: 0;
|
|
237
|
-
right: 0;
|
|
238
|
-
top: 50%;
|
|
239
|
-
transform: translateY(-50%);
|
|
240
|
-
display: flex;
|
|
241
|
-
justify-content: flex-end;
|
|
242
|
-
}
|
|
243
|
-
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177-avatar .ids-header-1177-avatar__button {
|
|
244
|
-
position: relative;
|
|
245
|
-
display: flex;
|
|
246
|
-
align-items: center;
|
|
247
|
-
justify-content: center;
|
|
248
|
-
min-width: 8.5rem;
|
|
249
|
-
max-width: 100%;
|
|
250
|
-
padding: 0.75rem 1.25rem 0.75rem 1.75rem;
|
|
251
|
-
background-color: var(--IDS-HEADER-1177-AVATAR__BACKGROUND-COLOR);
|
|
252
|
-
border-radius: 2rem;
|
|
253
|
-
overflow: hidden;
|
|
254
|
-
border: 0.0625rem solid var(--IDS-HEADER-1177-AVATAR__BORDER-COLOR);
|
|
255
|
-
cursor: pointer;
|
|
256
|
-
}
|
|
257
|
-
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177-avatar .ids-header-1177-avatar__button:focus-visible {
|
|
258
|
-
outline: 0.125rem solid var(--IDS-FOCUS__OUTLINE-COLOR);
|
|
259
|
-
outline-offset: var(--IDS-FOCUS__OUTLINE-OFFSET) !important;
|
|
260
|
-
}
|
|
261
|
-
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177-avatar .ids-header-1177-avatar__button:before {
|
|
262
|
-
font: icon;
|
|
263
|
-
font-family: "Inera-Design-Icons" !important;
|
|
264
|
-
display: block;
|
|
265
|
-
position: absolute;
|
|
266
|
-
pointer-events: none;
|
|
267
|
-
-webkit-font-smoothing: antialiased;
|
|
268
|
-
-moz-osx-font-smoothing: grayscale;
|
|
269
|
-
content: "\e923";
|
|
270
|
-
font-size: 1.75rem;
|
|
271
|
-
color: var(--IDS-HEADER-1177-AVATAR__ICON-COLOR);
|
|
272
|
-
left: 1.5rem;
|
|
273
|
-
top: 50%;
|
|
274
|
-
transform: translateY(-50%);
|
|
275
|
-
}
|
|
276
|
-
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177-avatar .ids-header-1177-avatar__button:after {
|
|
277
|
-
font: icon;
|
|
278
|
-
font-family: "Inera-Design-Icons" !important;
|
|
279
|
-
display: block;
|
|
280
|
-
position: absolute;
|
|
281
|
-
pointer-events: none;
|
|
282
|
-
-webkit-font-smoothing: antialiased;
|
|
283
|
-
-moz-osx-font-smoothing: grayscale;
|
|
284
|
-
content: "\e936";
|
|
285
|
-
font-size: 1rem;
|
|
286
|
-
padding: 0.25rem;
|
|
287
|
-
color: var(--IDS-HEADER-1177-AVATAR__ICON-COLOR);
|
|
288
|
-
background-color: var(--IDS-HEADER-1177-AVATAR__BACKGROUND-COLOR);
|
|
289
|
-
right: 1.25rem;
|
|
290
|
-
top: 50%;
|
|
291
|
-
transform: translateY(-50%);
|
|
292
|
-
}
|
|
293
|
-
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177-avatar .ids-header-1177-avatar__button:hover:before, .ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177-avatar .ids-header-1177-avatar__button:hover::after {
|
|
294
|
-
color: var(--IDS-HEADER-1177-AVATAR__ICON-HOVER-COLOR);
|
|
295
|
-
}
|
|
296
|
-
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177-avatar .ids-header-1177-avatar__button:focus-visible {
|
|
297
|
-
z-index: 20;
|
|
298
|
-
}
|
|
299
|
-
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177-avatar .ids-header-1177-avatar__button.ids-header-1177-avatar__button--expanded:after {
|
|
300
|
-
content: "\e939";
|
|
301
|
-
}
|
|
302
|
-
@media (max-width: 1024px) {
|
|
303
|
-
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177-avatar .ids-header-1177-avatar__button {
|
|
304
|
-
justify-content: flex-start;
|
|
305
|
-
gap: 0.5rem;
|
|
306
|
-
padding: 0.375rem 0.5rem;
|
|
307
|
-
margin-left: 0.75rem;
|
|
308
|
-
margin-right: 0;
|
|
309
|
-
}
|
|
310
|
-
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177-avatar .ids-header-1177-avatar__button:before {
|
|
311
|
-
font-size: 1.25rem;
|
|
312
|
-
left: 0.75rem;
|
|
313
|
-
}
|
|
314
|
-
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177-avatar .ids-header-1177-avatar__button:after {
|
|
315
|
-
right: 0.5rem;
|
|
316
|
-
}
|
|
317
|
-
}
|
|
318
|
-
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177-avatar .ids-header-1177-avatar__button .ids-header-1177-avatar__name {
|
|
319
|
-
text-align: start;
|
|
320
|
-
padding: 0 1.75rem 0 2rem;
|
|
321
|
-
font-size: 1rem;
|
|
322
|
-
line-height: 1.5rem;
|
|
323
|
-
white-space: nowrap;
|
|
324
|
-
overflow: hidden;
|
|
325
|
-
position: relative;
|
|
326
|
-
text-overflow: ellipsis;
|
|
327
|
-
text-align: left;
|
|
328
|
-
color: var(--IDS-HEADER-1177-AVATAR__COLOR);
|
|
329
|
-
}
|
|
330
|
-
@media (max-width: 1024px) {
|
|
331
|
-
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177-avatar .ids-header-1177-avatar__button .ids-header-1177-avatar__name {
|
|
332
|
-
font-size: 0.875rem;
|
|
333
|
-
line-height: 1.25rem;
|
|
334
|
-
}
|
|
335
|
-
}
|
|
336
|
-
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177-avatar .ids-header-1177-avatar__menu {
|
|
337
|
-
display: none;
|
|
338
|
-
position: absolute;
|
|
339
|
-
top: calc(100% + 0.0625rem);
|
|
340
|
-
left: auto;
|
|
341
|
-
right: 0;
|
|
342
|
-
z-index: 12;
|
|
343
|
-
background-color: var(--IDS-HEADER-1177-AVATAR__DROPDOWN-BACKGROUND-COLOR);
|
|
344
|
-
border: 0.0625rem solid var(--IDS-HEADER-1177-AVATAR__DROPDOWN-BORDER-COLOR);
|
|
345
|
-
padding: 1.25rem;
|
|
346
|
-
box-sizing: border-box;
|
|
347
|
-
border-radius: 0.625rem;
|
|
348
|
-
box-shadow: var(--IDS-BOX-SHADOW-ELEVATED-2);
|
|
349
|
-
width: 100%;
|
|
350
|
-
max-width: 20rem;
|
|
351
|
-
gap: 1.5rem;
|
|
352
|
-
flex-direction: column;
|
|
353
|
-
}
|
|
354
|
-
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177-avatar .ids-header-1177-avatar__menu.ids-header-1177-avatar__menu--expanded {
|
|
355
|
-
display: flex;
|
|
356
|
-
}
|
|
357
|
-
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177-avatar .ids-header-1177-avatar__menu .ids-header-1177-avatar__agent p,
|
|
358
|
-
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177-avatar .ids-header-1177-avatar__menu .ids-header-1177-avatar__agent ::slotted(p) {
|
|
359
|
-
font-style: normal;
|
|
360
|
-
color: var(--ids-color-surface-text-on-default);
|
|
361
|
-
font-family: var(--ids-font-family-body-text);
|
|
362
|
-
font-size: var(--ids-font-size-body-text);
|
|
363
|
-
line-height: var(--ids-line-height-body-text);
|
|
364
|
-
font-weight: var(--ids-font-weight-body-text);
|
|
365
|
-
letter-spacing: 0;
|
|
366
|
-
margin-top: 0.75rem !important;
|
|
367
|
-
margin-bottom: 0 !important;
|
|
368
|
-
}
|
|
369
|
-
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177-avatar .ids-header-1177-avatar__menu .ids-header-1177-avatar__menu-links {
|
|
370
|
-
display: flex;
|
|
371
|
-
flex-direction: column;
|
|
372
|
-
gap: 1.5rem;
|
|
373
|
-
}
|
|
374
|
-
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177-avatar .ids-header-1177-avatar__menu hr,
|
|
375
|
-
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177-avatar .ids-header-1177-avatar__menu ::slotted(hr) {
|
|
376
|
-
width: 100%;
|
|
377
|
-
height: 0.0625rem;
|
|
378
|
-
display: block;
|
|
379
|
-
margin: 0;
|
|
380
|
-
border: 0;
|
|
381
|
-
border-top: 0.0625rem solid var(--IDS-HEADER-1177-AVATAR__MENU-SEPARATOR-COLOR);
|
|
382
|
-
}
|
|
383
|
-
@media (max-width: 1024px) {
|
|
384
|
-
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177-avatar .ids-header-1177-avatar__menu {
|
|
385
|
-
border-top-left-radius: 0;
|
|
386
|
-
border-top-right-radius: 0;
|
|
387
|
-
max-width: 30rem;
|
|
388
|
-
top: calc(100% + 0.4375rem);
|
|
389
|
-
}
|
|
390
|
-
}
|
|
391
|
-
@media (max-width: 640px) {
|
|
392
|
-
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177-avatar .ids-header-1177-avatar__menu {
|
|
393
|
-
width: 100vw;
|
|
394
|
-
max-width: 100vw;
|
|
395
|
-
right: -1.25rem;
|
|
396
|
-
}
|
|
397
|
-
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177-avatar .ids-header-1177-avatar__menu.ids-header-1177-avatar__menu--mobile-menu {
|
|
398
|
-
right: -3.75rem;
|
|
399
|
-
}
|
|
400
|
-
}
|
|
401
|
-
|
|
402
|
-
:host .ids-header-1177-avatar:not(.ids-header-1177-avatar--unresponsive) {
|
|
403
|
-
justify-self: flex-end;
|
|
404
|
-
justify-content: flex-end;
|
|
405
|
-
display: flex;
|
|
406
|
-
align-items: center;
|
|
407
|
-
flex-wrap: wrap;
|
|
408
|
-
flex-grow: 1;
|
|
409
|
-
margin-left: 0.5rem;
|
|
410
|
-
}
|
|
411
|
-
:host .ids-header-1177-avatar:not(.ids-header-1177-avatar--unresponsive) .ids-header-1177-avatar__avatar {
|
|
412
|
-
position: relative;
|
|
413
|
-
justify-self: flex-end;
|
|
414
|
-
justify-content: flex-end;
|
|
415
|
-
display: flex;
|
|
416
|
-
align-items: center;
|
|
417
|
-
flex-wrap: wrap;
|
|
418
|
-
flex-grow: 1;
|
|
419
|
-
margin-top: 0.0625rem;
|
|
420
|
-
}
|
|
421
|
-
:host .ids-header-1177-avatar:not(.ids-header-1177-avatar--unresponsive) .ids-header-1177-avatar__menu-wrapper {
|
|
422
|
-
position: absolute;
|
|
423
|
-
left: 0;
|
|
424
|
-
right: 0;
|
|
425
|
-
top: 50%;
|
|
426
|
-
transform: translateY(-50%);
|
|
427
|
-
display: flex;
|
|
428
|
-
justify-content: flex-end;
|
|
429
|
-
}
|
|
430
|
-
:host .ids-header-1177-avatar:not(.ids-header-1177-avatar--unresponsive) .ids-header-1177-avatar__button {
|
|
431
|
-
position: relative;
|
|
432
|
-
display: flex;
|
|
433
|
-
align-items: center;
|
|
434
|
-
justify-content: center;
|
|
435
|
-
min-width: 8.5rem;
|
|
436
|
-
max-width: 100%;
|
|
437
|
-
padding: 0.75rem 1.25rem 0.75rem 1.75rem;
|
|
438
|
-
background-color: var(--IDS-HEADER-1177-AVATAR__BACKGROUND-COLOR);
|
|
439
|
-
border-radius: 2rem;
|
|
440
|
-
overflow: hidden;
|
|
441
|
-
border: 0.0625rem solid var(--IDS-HEADER-1177-AVATAR__BORDER-COLOR);
|
|
442
|
-
cursor: pointer;
|
|
443
|
-
}
|
|
444
|
-
:host .ids-header-1177-avatar:not(.ids-header-1177-avatar--unresponsive) .ids-header-1177-avatar__button:focus-visible {
|
|
445
|
-
outline: 0.125rem solid var(--IDS-FOCUS__OUTLINE-COLOR);
|
|
446
|
-
outline-offset: var(--IDS-FOCUS__OUTLINE-OFFSET) !important;
|
|
447
|
-
}
|
|
448
|
-
:host .ids-header-1177-avatar:not(.ids-header-1177-avatar--unresponsive) .ids-header-1177-avatar__button:before {
|
|
449
|
-
font: icon;
|
|
450
|
-
font-family: "Inera-Design-Icons" !important;
|
|
451
|
-
display: block;
|
|
452
|
-
position: absolute;
|
|
453
|
-
pointer-events: none;
|
|
454
|
-
-webkit-font-smoothing: antialiased;
|
|
455
|
-
-moz-osx-font-smoothing: grayscale;
|
|
456
|
-
content: "\e923";
|
|
457
|
-
font-size: 1.75rem;
|
|
458
|
-
color: var(--IDS-HEADER-1177-AVATAR__ICON-COLOR);
|
|
459
|
-
left: 1.5rem;
|
|
460
|
-
top: 50%;
|
|
461
|
-
transform: translateY(-50%);
|
|
462
|
-
}
|
|
463
|
-
:host .ids-header-1177-avatar:not(.ids-header-1177-avatar--unresponsive) .ids-header-1177-avatar__button:after {
|
|
464
|
-
font: icon;
|
|
465
|
-
font-family: "Inera-Design-Icons" !important;
|
|
466
|
-
display: block;
|
|
467
|
-
position: absolute;
|
|
468
|
-
pointer-events: none;
|
|
469
|
-
-webkit-font-smoothing: antialiased;
|
|
470
|
-
-moz-osx-font-smoothing: grayscale;
|
|
471
|
-
content: "\e936";
|
|
472
|
-
font-size: 1rem;
|
|
473
|
-
padding: 0.25rem;
|
|
474
|
-
color: var(--IDS-HEADER-1177-AVATAR__ICON-COLOR);
|
|
475
|
-
background-color: var(--IDS-HEADER-1177-AVATAR__BACKGROUND-COLOR);
|
|
476
|
-
right: 1.25rem;
|
|
477
|
-
top: 50%;
|
|
478
|
-
transform: translateY(-50%);
|
|
479
|
-
}
|
|
480
|
-
:host .ids-header-1177-avatar:not(.ids-header-1177-avatar--unresponsive) .ids-header-1177-avatar__button:hover:before, :host .ids-header-1177-avatar:not(.ids-header-1177-avatar--unresponsive) .ids-header-1177-avatar__button:hover::after {
|
|
481
|
-
color: var(--IDS-HEADER-1177-AVATAR__ICON-HOVER-COLOR);
|
|
482
|
-
}
|
|
483
|
-
:host .ids-header-1177-avatar:not(.ids-header-1177-avatar--unresponsive) .ids-header-1177-avatar__button:focus-visible {
|
|
484
|
-
z-index: 20;
|
|
485
|
-
}
|
|
486
|
-
:host .ids-header-1177-avatar:not(.ids-header-1177-avatar--unresponsive) .ids-header-1177-avatar__button.ids-header-1177-avatar__button--expanded:after {
|
|
150
|
+
.ids-header-1177-avatar:not(.ids-header-1177-avatar--unresponsive) .ids-header-1177-avatar__button.ids-header-1177-avatar__button--expanded:after {
|
|
487
151
|
content: "\e939";
|
|
488
152
|
}
|
|
489
153
|
@media (max-width: 1024px) {
|
|
490
|
-
|
|
154
|
+
.ids-header-1177-avatar:not(.ids-header-1177-avatar--unresponsive) .ids-header-1177-avatar__button {
|
|
491
155
|
justify-content: flex-start;
|
|
492
156
|
gap: 0.5rem;
|
|
493
157
|
padding: 0.375rem 0.5rem;
|
|
494
158
|
margin-left: 0.75rem;
|
|
495
159
|
margin-right: 0;
|
|
496
160
|
}
|
|
497
|
-
|
|
161
|
+
.ids-header-1177-avatar:not(.ids-header-1177-avatar--unresponsive) .ids-header-1177-avatar__button:before {
|
|
498
162
|
font-size: 1.25rem;
|
|
499
163
|
left: 0.75rem;
|
|
500
164
|
}
|
|
501
|
-
|
|
165
|
+
.ids-header-1177-avatar:not(.ids-header-1177-avatar--unresponsive) .ids-header-1177-avatar__button:after {
|
|
502
166
|
right: 0.5rem;
|
|
503
167
|
}
|
|
504
168
|
}
|
|
505
|
-
|
|
169
|
+
.ids-header-1177-avatar:not(.ids-header-1177-avatar--unresponsive) .ids-header-1177-avatar__button .ids-header-1177-avatar__name {
|
|
506
170
|
text-align: start;
|
|
507
171
|
padding: 0 1.75rem 0 2rem;
|
|
508
172
|
font-size: 1rem;
|
|
@@ -513,14 +177,15 @@
|
|
|
513
177
|
text-overflow: ellipsis;
|
|
514
178
|
text-align: left;
|
|
515
179
|
color: var(--IDS-HEADER-1177-AVATAR__COLOR);
|
|
180
|
+
font-family: var(--IDS-FONT-FAMILY-BASE);
|
|
516
181
|
}
|
|
517
182
|
@media (max-width: 1024px) {
|
|
518
|
-
|
|
183
|
+
.ids-header-1177-avatar:not(.ids-header-1177-avatar--unresponsive) .ids-header-1177-avatar__button .ids-header-1177-avatar__name {
|
|
519
184
|
font-size: 0.875rem;
|
|
520
185
|
line-height: 1.25rem;
|
|
521
186
|
}
|
|
522
187
|
}
|
|
523
|
-
|
|
188
|
+
.ids-header-1177-avatar:not(.ids-header-1177-avatar--unresponsive) .ids-header-1177-avatar__menu {
|
|
524
189
|
display: none;
|
|
525
190
|
position: absolute;
|
|
526
191
|
top: calc(100% + 0.0625rem);
|
|
@@ -535,31 +200,29 @@
|
|
|
535
200
|
box-shadow: var(--IDS-BOX-SHADOW-ELEVATED-2);
|
|
536
201
|
width: 100%;
|
|
537
202
|
max-width: 20rem;
|
|
538
|
-
gap:
|
|
203
|
+
gap: 1rem;
|
|
539
204
|
flex-direction: column;
|
|
540
205
|
}
|
|
541
|
-
|
|
206
|
+
.ids-header-1177-avatar:not(.ids-header-1177-avatar--unresponsive) .ids-header-1177-avatar__menu.ids-header-1177-avatar__menu--expanded {
|
|
542
207
|
display: flex;
|
|
543
208
|
}
|
|
544
|
-
|
|
545
|
-
:host .ids-header-1177-avatar:not(.ids-header-1177-avatar--unresponsive) .ids-header-1177-avatar__menu .ids-header-1177-avatar__agent ::slotted(p) {
|
|
209
|
+
.ids-header-1177-avatar:not(.ids-header-1177-avatar--unresponsive) .ids-header-1177-avatar__menu .ids-header-1177-avatar__agent p {
|
|
546
210
|
font-style: normal;
|
|
547
211
|
color: var(--ids-color-surface-text-on-default);
|
|
548
212
|
font-family: var(--ids-font-family-body-text);
|
|
549
213
|
font-size: var(--ids-font-size-body-text);
|
|
550
|
-
line-height: var(--ids-line-height-body-text);
|
|
214
|
+
line-height: var(--ids-font-line-height-body-text);
|
|
551
215
|
font-weight: var(--ids-font-weight-body-text);
|
|
552
216
|
letter-spacing: 0;
|
|
553
217
|
margin-top: 0.75rem !important;
|
|
554
218
|
margin-bottom: 0 !important;
|
|
555
219
|
}
|
|
556
|
-
|
|
220
|
+
.ids-header-1177-avatar:not(.ids-header-1177-avatar--unresponsive) .ids-header-1177-avatar__menu .ids-header-1177-avatar__menu-links {
|
|
557
221
|
display: flex;
|
|
558
222
|
flex-direction: column;
|
|
559
|
-
gap:
|
|
223
|
+
gap: 1rem;
|
|
560
224
|
}
|
|
561
|
-
|
|
562
|
-
:host .ids-header-1177-avatar:not(.ids-header-1177-avatar--unresponsive) .ids-header-1177-avatar__menu ::slotted(hr) {
|
|
225
|
+
.ids-header-1177-avatar:not(.ids-header-1177-avatar--unresponsive) .ids-header-1177-avatar__menu hr {
|
|
563
226
|
width: 100%;
|
|
564
227
|
height: 0.0625rem;
|
|
565
228
|
display: block;
|
|
@@ -568,7 +231,7 @@
|
|
|
568
231
|
border-top: 0.0625rem solid var(--IDS-HEADER-1177-AVATAR__MENU-SEPARATOR-COLOR);
|
|
569
232
|
}
|
|
570
233
|
@media (max-width: 1024px) {
|
|
571
|
-
|
|
234
|
+
.ids-header-1177-avatar:not(.ids-header-1177-avatar--unresponsive) .ids-header-1177-avatar__menu {
|
|
572
235
|
border-top-left-radius: 0;
|
|
573
236
|
border-top-right-radius: 0;
|
|
574
237
|
max-width: 30rem;
|
|
@@ -576,16 +239,16 @@
|
|
|
576
239
|
}
|
|
577
240
|
}
|
|
578
241
|
@media (max-width: 640px) {
|
|
579
|
-
|
|
242
|
+
.ids-header-1177-avatar:not(.ids-header-1177-avatar--unresponsive) .ids-header-1177-avatar__menu {
|
|
580
243
|
width: 100vw;
|
|
581
244
|
max-width: 100vw;
|
|
582
|
-
right: -
|
|
245
|
+
right: -3.375rem;
|
|
583
246
|
}
|
|
584
|
-
|
|
585
|
-
right: -
|
|
247
|
+
.ids-header-1177-avatar:not(.ids-header-1177-avatar--unresponsive) .ids-header-1177-avatar__menu.ids-header-1177-avatar__menu--no-mobile-menu {
|
|
248
|
+
right: -1rem;
|
|
586
249
|
}
|
|
587
250
|
}
|
|
588
|
-
|
|
251
|
+
.ids-header-1177-avatar.ids-header-1177-avatar--unresponsive {
|
|
589
252
|
justify-self: flex-end;
|
|
590
253
|
justify-content: flex-end;
|
|
591
254
|
display: flex;
|
|
@@ -594,7 +257,7 @@
|
|
|
594
257
|
flex-grow: 1;
|
|
595
258
|
margin-left: 0.5rem;
|
|
596
259
|
}
|
|
597
|
-
|
|
260
|
+
.ids-header-1177-avatar.ids-header-1177-avatar--unresponsive .ids-header-1177-avatar__avatar {
|
|
598
261
|
position: relative;
|
|
599
262
|
justify-self: flex-end;
|
|
600
263
|
justify-content: flex-end;
|
|
@@ -604,7 +267,7 @@
|
|
|
604
267
|
flex-grow: 1;
|
|
605
268
|
margin-top: 0.0625rem;
|
|
606
269
|
}
|
|
607
|
-
|
|
270
|
+
.ids-header-1177-avatar.ids-header-1177-avatar--unresponsive .ids-header-1177-avatar__menu-wrapper {
|
|
608
271
|
position: absolute;
|
|
609
272
|
left: 0;
|
|
610
273
|
right: 0;
|
|
@@ -613,7 +276,7 @@
|
|
|
613
276
|
display: flex;
|
|
614
277
|
justify-content: flex-end;
|
|
615
278
|
}
|
|
616
|
-
|
|
279
|
+
.ids-header-1177-avatar.ids-header-1177-avatar--unresponsive .ids-header-1177-avatar__button {
|
|
617
280
|
position: relative;
|
|
618
281
|
display: flex;
|
|
619
282
|
align-items: center;
|
|
@@ -627,16 +290,15 @@
|
|
|
627
290
|
border: 0.0625rem solid var(--IDS-HEADER-1177-AVATAR__BORDER-COLOR);
|
|
628
291
|
cursor: pointer;
|
|
629
292
|
}
|
|
630
|
-
|
|
293
|
+
.ids-header-1177-avatar.ids-header-1177-avatar--unresponsive .ids-header-1177-avatar__button:focus-visible {
|
|
631
294
|
outline: 0.125rem solid var(--IDS-FOCUS__OUTLINE-COLOR);
|
|
632
295
|
outline-offset: var(--IDS-FOCUS__OUTLINE-OFFSET) !important;
|
|
633
296
|
}
|
|
634
|
-
|
|
297
|
+
.ids-header-1177-avatar.ids-header-1177-avatar--unresponsive .ids-header-1177-avatar__button:before {
|
|
635
298
|
font: icon;
|
|
636
299
|
font-family: "Inera-Design-Icons" !important;
|
|
637
300
|
display: block;
|
|
638
301
|
position: absolute;
|
|
639
|
-
pointer-events: none;
|
|
640
302
|
-webkit-font-smoothing: antialiased;
|
|
641
303
|
-moz-osx-font-smoothing: grayscale;
|
|
642
304
|
content: "\e923";
|
|
@@ -646,12 +308,11 @@
|
|
|
646
308
|
top: 50%;
|
|
647
309
|
transform: translateY(-50%);
|
|
648
310
|
}
|
|
649
|
-
|
|
311
|
+
.ids-header-1177-avatar.ids-header-1177-avatar--unresponsive .ids-header-1177-avatar__button:after {
|
|
650
312
|
font: icon;
|
|
651
313
|
font-family: "Inera-Design-Icons" !important;
|
|
652
314
|
display: block;
|
|
653
315
|
position: absolute;
|
|
654
|
-
pointer-events: none;
|
|
655
316
|
-webkit-font-smoothing: antialiased;
|
|
656
317
|
-moz-osx-font-smoothing: grayscale;
|
|
657
318
|
content: "\e936";
|
|
@@ -663,16 +324,16 @@
|
|
|
663
324
|
top: 50%;
|
|
664
325
|
transform: translateY(-50%);
|
|
665
326
|
}
|
|
666
|
-
|
|
327
|
+
.ids-header-1177-avatar.ids-header-1177-avatar--unresponsive .ids-header-1177-avatar__button:hover:before, .ids-header-1177-avatar.ids-header-1177-avatar--unresponsive .ids-header-1177-avatar__button:hover::after {
|
|
667
328
|
color: var(--IDS-HEADER-1177-AVATAR__ICON-HOVER-COLOR);
|
|
668
329
|
}
|
|
669
|
-
|
|
330
|
+
.ids-header-1177-avatar.ids-header-1177-avatar--unresponsive .ids-header-1177-avatar__button:focus-visible {
|
|
670
331
|
z-index: 20;
|
|
671
332
|
}
|
|
672
|
-
|
|
333
|
+
.ids-header-1177-avatar.ids-header-1177-avatar--unresponsive .ids-header-1177-avatar__button.ids-header-1177-avatar__button--expanded:after {
|
|
673
334
|
content: "\e939";
|
|
674
335
|
}
|
|
675
|
-
|
|
336
|
+
.ids-header-1177-avatar.ids-header-1177-avatar--unresponsive .ids-header-1177-avatar__button .ids-header-1177-avatar__name {
|
|
676
337
|
text-align: start;
|
|
677
338
|
padding: 0 1.75rem 0 2rem;
|
|
678
339
|
font-size: 1rem;
|
|
@@ -683,8 +344,9 @@
|
|
|
683
344
|
text-overflow: ellipsis;
|
|
684
345
|
text-align: left;
|
|
685
346
|
color: var(--IDS-HEADER-1177-AVATAR__COLOR);
|
|
347
|
+
font-family: var(--IDS-FONT-FAMILY-BASE);
|
|
686
348
|
}
|
|
687
|
-
|
|
349
|
+
.ids-header-1177-avatar.ids-header-1177-avatar--unresponsive .ids-header-1177-avatar__menu {
|
|
688
350
|
display: none;
|
|
689
351
|
position: absolute;
|
|
690
352
|
top: calc(100% + 0.0625rem);
|
|
@@ -699,31 +361,29 @@
|
|
|
699
361
|
box-shadow: var(--IDS-BOX-SHADOW-ELEVATED-2);
|
|
700
362
|
width: 100%;
|
|
701
363
|
max-width: 20rem;
|
|
702
|
-
gap:
|
|
364
|
+
gap: 1rem;
|
|
703
365
|
flex-direction: column;
|
|
704
366
|
}
|
|
705
|
-
|
|
367
|
+
.ids-header-1177-avatar.ids-header-1177-avatar--unresponsive .ids-header-1177-avatar__menu.ids-header-1177-avatar__menu--expanded {
|
|
706
368
|
display: flex;
|
|
707
369
|
}
|
|
708
|
-
|
|
709
|
-
:host .ids-header-1177-avatar.ids-header-1177-avatar--unresponsive .ids-header-1177-avatar__menu .ids-header-1177-avatar__agent ::slotted(p) {
|
|
370
|
+
.ids-header-1177-avatar.ids-header-1177-avatar--unresponsive .ids-header-1177-avatar__menu .ids-header-1177-avatar__agent p {
|
|
710
371
|
font-style: normal;
|
|
711
372
|
color: var(--ids-color-surface-text-on-default);
|
|
712
373
|
font-family: var(--ids-font-family-body-text);
|
|
713
374
|
font-size: var(--ids-font-size-body-text);
|
|
714
|
-
line-height: var(--ids-line-height-body-text);
|
|
375
|
+
line-height: var(--ids-font-line-height-body-text);
|
|
715
376
|
font-weight: var(--ids-font-weight-body-text);
|
|
716
377
|
letter-spacing: 0;
|
|
717
378
|
margin-top: 0.75rem !important;
|
|
718
379
|
margin-bottom: 0 !important;
|
|
719
380
|
}
|
|
720
|
-
|
|
381
|
+
.ids-header-1177-avatar.ids-header-1177-avatar--unresponsive .ids-header-1177-avatar__menu .ids-header-1177-avatar__menu-links {
|
|
721
382
|
display: flex;
|
|
722
383
|
flex-direction: column;
|
|
723
|
-
gap:
|
|
384
|
+
gap: 1rem;
|
|
724
385
|
}
|
|
725
|
-
|
|
726
|
-
:host .ids-header-1177-avatar.ids-header-1177-avatar--unresponsive .ids-header-1177-avatar__menu ::slotted(hr) {
|
|
386
|
+
.ids-header-1177-avatar.ids-header-1177-avatar--unresponsive .ids-header-1177-avatar__menu hr {
|
|
727
387
|
width: 100%;
|
|
728
388
|
height: 0.0625rem;
|
|
729
389
|
display: block;
|