@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
|
}
|
|
@@ -10,13 +10,13 @@
|
|
|
10
10
|
}
|
|
11
11
|
}
|
|
12
12
|
|
|
13
|
-
nav.ids-header-1177-pro-nav
|
|
13
|
+
nav.ids-header-1177-pro-nav:not(.ids-header-1177-pro-nav--unresponsive) {
|
|
14
14
|
background-color: var(--IDS-HEADER-1177-PRO-NAV__BACKGROUND-COLOR);
|
|
15
15
|
border-top: 0.0625rem solid var(--IDS-HEADER-1177-PRO-NAV__BORDER-COLOR);
|
|
16
16
|
display: flex;
|
|
17
17
|
position: relative;
|
|
18
18
|
}
|
|
19
|
-
nav.ids-header-1177-pro-nav
|
|
19
|
+
nav.ids-header-1177-pro-nav:not(.ids-header-1177-pro-nav--unresponsive) .ids-header-1177-pro-nav__inner {
|
|
20
20
|
max-width: var(--IDS__MAX-WIDTH);
|
|
21
21
|
padding: var(--IDS__CONTAINER-PADDING);
|
|
22
22
|
box-sizing: border-box;
|
|
@@ -29,99 +29,27 @@ nav.ids-header-1177-pro-nav .ids-header-1177-pro--unresponsive .ids-header-1177-
|
|
|
29
29
|
margin-left: auto;
|
|
30
30
|
margin-right: auto;
|
|
31
31
|
}
|
|
32
|
-
nav.ids-header-1177-pro-nav .ids-header-1177-pro--unresponsive .ids-header-1177-pro-nav__inner-mobile {
|
|
33
|
-
gap: 1rem;
|
|
34
|
-
height: 3rem;
|
|
35
|
-
width: 100%;
|
|
36
|
-
box-sizing: border-box;
|
|
37
|
-
align-items: center;
|
|
38
|
-
justify-content: space-between;
|
|
39
|
-
margin: 0 1rem;
|
|
40
|
-
display: none;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) nav.ids-header-1177-pro-nav {
|
|
44
|
-
background-color: var(--IDS-HEADER-1177-PRO-NAV__BACKGROUND-COLOR);
|
|
45
|
-
border-top: 0.0625rem solid var(--IDS-HEADER-1177-PRO-NAV__BORDER-COLOR);
|
|
46
|
-
display: flex;
|
|
47
|
-
position: relative;
|
|
48
|
-
}
|
|
49
|
-
.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) nav.ids-header-1177-pro-nav .ids-header-1177-pro-nav__inner {
|
|
50
|
-
max-width: var(--IDS__MAX-WIDTH);
|
|
51
|
-
padding: var(--IDS__CONTAINER-PADDING);
|
|
52
|
-
box-sizing: border-box;
|
|
53
|
-
display: flex;
|
|
54
|
-
flex-grow: 1;
|
|
55
|
-
justify-content: flex-start;
|
|
56
|
-
align-items: center;
|
|
57
|
-
margin-top: 0;
|
|
58
|
-
margin-bottom: 0;
|
|
59
|
-
margin-left: auto;
|
|
60
|
-
margin-right: auto;
|
|
61
|
-
}
|
|
62
|
-
.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) nav.ids-header-1177-pro-nav .ids-header-1177-pro-nav__inner-mobile {
|
|
63
|
-
gap: 1rem;
|
|
64
|
-
height: 3rem;
|
|
65
|
-
width: 100%;
|
|
66
|
-
box-sizing: border-box;
|
|
67
|
-
align-items: center;
|
|
68
|
-
justify-content: space-between;
|
|
69
|
-
margin: 0 1rem;
|
|
70
|
-
display: none;
|
|
71
|
-
}
|
|
72
|
-
@media (max-width: 1024px) {
|
|
73
|
-
.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) nav.ids-header-1177-pro-nav .ids-header-1177-pro-nav__inner {
|
|
74
|
-
display: none;
|
|
75
|
-
}
|
|
76
|
-
.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) nav.ids-header-1177-pro-nav .ids-header-1177-pro-nav__inner-mobile {
|
|
77
|
-
display: flex;
|
|
78
|
-
}
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
:host nav.ids-header-1177-pro-nav:not(.ids-header-1177-pro-nav--unresponsive) {
|
|
82
|
-
background-color: var(--IDS-HEADER-1177-PRO-NAV__BACKGROUND-COLOR);
|
|
83
|
-
border-top: 0.0625rem solid var(--IDS-HEADER-1177-PRO-NAV__BORDER-COLOR);
|
|
84
|
-
display: flex;
|
|
85
|
-
position: relative;
|
|
86
|
-
}
|
|
87
|
-
:host nav.ids-header-1177-pro-nav:not(.ids-header-1177-pro-nav--unresponsive) .ids-header-1177-pro-nav__inner {
|
|
88
|
-
max-width: var(--IDS__MAX-WIDTH);
|
|
89
|
-
padding: var(--IDS__CONTAINER-PADDING);
|
|
90
|
-
box-sizing: border-box;
|
|
91
|
-
display: flex;
|
|
92
|
-
flex-grow: 1;
|
|
93
|
-
justify-content: flex-start;
|
|
94
|
-
align-items: center;
|
|
95
|
-
margin-top: 0;
|
|
96
|
-
margin-bottom: 0;
|
|
97
|
-
margin-left: auto;
|
|
98
|
-
margin-right: auto;
|
|
99
|
-
}
|
|
100
|
-
:host nav.ids-header-1177-pro-nav:not(.ids-header-1177-pro-nav--unresponsive) .ids-header-1177-pro-nav__inner-mobile {
|
|
101
|
-
gap: 1rem;
|
|
102
|
-
height: 3rem;
|
|
103
|
-
width: 100%;
|
|
104
|
-
box-sizing: border-box;
|
|
105
|
-
align-items: center;
|
|
106
|
-
justify-content: space-between;
|
|
107
|
-
margin: 0 1rem;
|
|
108
|
-
display: none;
|
|
109
|
-
}
|
|
110
32
|
@media (max-width: 1024px) {
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
33
|
+
nav.ids-header-1177-pro-nav:not(.ids-header-1177-pro-nav--unresponsive) .ids-header-1177-pro-nav__inner {
|
|
34
|
+
gap: 1rem;
|
|
35
|
+
height: 3rem;
|
|
36
|
+
width: 100%;
|
|
37
|
+
box-sizing: border-box;
|
|
38
|
+
align-items: center;
|
|
39
|
+
justify-content: space-between;
|
|
115
40
|
display: flex;
|
|
41
|
+
overflow: hidden;
|
|
42
|
+
padding: 0 0.25rem;
|
|
43
|
+
margin: 0 0.75rem;
|
|
116
44
|
}
|
|
117
45
|
}
|
|
118
|
-
|
|
46
|
+
nav.ids-header-1177-pro-nav.ids-header-1177-pro-nav--unresponsive {
|
|
119
47
|
background-color: var(--IDS-HEADER-1177-PRO-NAV__BACKGROUND-COLOR);
|
|
120
48
|
border-top: 0.0625rem solid var(--IDS-HEADER-1177-PRO-NAV__BORDER-COLOR);
|
|
121
49
|
display: flex;
|
|
122
50
|
position: relative;
|
|
123
51
|
}
|
|
124
|
-
|
|
52
|
+
nav.ids-header-1177-pro-nav.ids-header-1177-pro-nav--unresponsive .ids-header-1177-pro-nav__inner {
|
|
125
53
|
max-width: var(--IDS__MAX-WIDTH);
|
|
126
54
|
padding: var(--IDS__CONTAINER-PADDING);
|
|
127
55
|
box-sizing: border-box;
|
|
@@ -133,14 +61,4 @@ nav.ids-header-1177-pro-nav .ids-header-1177-pro--unresponsive .ids-header-1177-
|
|
|
133
61
|
margin-bottom: 0;
|
|
134
62
|
margin-left: auto;
|
|
135
63
|
margin-right: auto;
|
|
136
|
-
}
|
|
137
|
-
:host nav.ids-header-1177-pro-nav.ids-header-1177-pro-nav--unresponsive .ids-header-1177-pro-nav__inner-mobile {
|
|
138
|
-
gap: 1rem;
|
|
139
|
-
height: 3rem;
|
|
140
|
-
width: 100%;
|
|
141
|
-
box-sizing: border-box;
|
|
142
|
-
align-items: center;
|
|
143
|
-
justify-content: space-between;
|
|
144
|
-
margin: 0 1rem;
|
|
145
|
-
display: none;
|
|
146
64
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { css, unsafeCSS } from 'lit';
|
|
2
2
|
|
|
3
|
-
var css_248z = "@media (max-width:
|
|
3
|
+
var css_248z = "@media (max-width:639px){.ids-desktop{display:none!important}}@media (min-width:1024px){.ids-mobile{display:none!important}}.ids-header-1177-pro-region-picker{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap}.ids-header-1177-pro-region-picker:before{background-color:var(--IDS-HEADER-1177-PRO-REGION-PICKER__SEPARATOR-COLOR);content:\"\";left:-1.5rem;min-height:4rem;position:absolute;width:.0313rem;z-index:1}.ids-header-1177-pro-region-picker .ids-header-1177-pro-region-picker__button{align-items:center;background-color:transparent;border:none;border-radius:.0313rem;color:var(--IDS-HEADER-1177-PRO-REGION-PICKER__TEXT-COLOR-DESKTOP);cursor:pointer;font-family:var(--IDS-FONT-FAMILY-HEADING);font-size:.875rem;padding:1rem 1.75rem 1rem .125rem;position:relative}.ids-header-1177-pro-region-picker .ids-header-1177-pro-region-picker__button:focus-visible{outline:.125rem solid var(--IDS-FOCUS__OUTLINE-COLOR);outline-offset:.125rem!important}.ids-header-1177-pro-region-picker .ids-header-1177-pro-region-picker__button:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--IDS-HEADER-1177-PRO-REGION-PICKER__TEXT-COLOR-DESKTOP);content:\"\\e936\";display:block;font:icon;font-family:Inera-Design-Icons!important;position:absolute;right:.125rem;top:50%;transform:translateY(-50%)}.ids-header-1177-pro-region-picker .ids-header-1177-pro-region-picker__button.ids-header-1177-pro-region-picker__button--expanded:after{content:\"\\e939\"}.ids-header-1177-pro-region-picker .ids-header-1177-pro-region-picker__button:hover{color:var(--IDS-HEADER-1177-PRO-REGION-PICKER__TEXT-HOVER-COLOR-DESKTOP);text-decoration:underline;text-underline-offset:.125rem}.ids-header-1177-pro-region-picker .ids-header-1177-pro-region-picker__button:hover:after,.ids-header-1177-pro-region-picker .ids-header-1177-pro-region-picker__button:hover:before{color:var(--IDS-HEADER-1177-PRO-REGION-PICKER__TEXT-HOVER-COLOR-DESKTOP)}.ids-header-1177-pro-region-picker.ids-header-1177-pro-region-picker--selected-region .ids-header-1177-pro-region-picker__region-icon{align-items:center;display:flex;padding-right:1.25rem;position:relative}";
|
|
4
4
|
|
|
5
5
|
var header1177ProRegionPickerLit = css`${unsafeCSS(css_248z)}`;
|
|
6
6
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { css, unsafeCSS } from 'lit';
|
|
2
2
|
|
|
3
|
-
var css_248z = "@media (max-width:
|
|
3
|
+
var css_248z = "@media (max-width:639px){.ids-desktop{display:none!important}}@media (min-width:1024px){.ids-mobile{display:none!important}}.ids-header-1177-pro-region-picker-mobile{align-items:center;display:none;flex-grow:1;position:relative}.ids-header-1177-pro-region-picker-mobile.ids-header-1177-pro-region-picker-mobile--unresponsive{display:none}.ids-header-1177-pro-region-picker-mobile .ids-header-1177-pro-region-picker-mobile__button{align-items:center;background-color:transparent;background-color:var(--IDS-HEADER-1177-PRO-REGION-PICKER__BACKGROUND-COLOR-MOBILE);border:none;border-radius:.0313rem;color:var(--IDS-HEADER-1177-PRO-REGION-PICKER__COLOR-MOBILE);cursor:pointer;font-family:var(--IDS-FONT-FAMILY-HEADING);font-size:.875rem;height:2.375rem;padding-left:2rem;padding-right:1.875rem;position:relative;white-space:nowrap}.ids-header-1177-pro-region-picker-mobile .ids-header-1177-pro-region-picker-mobile__button:focus-visible{outline:.125rem solid var(--IDS-FOCUS__OUTLINE-COLOR);outline-offset:.125rem!important}.ids-header-1177-pro-region-picker-mobile .ids-header-1177-pro-region-picker-mobile__button:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--IDS-HEADER-1177-PRO-REGION-PICKER__COLOR-MOBILE);content:\"\\e921\";display:block;font:icon;font-family:Inera-Design-Icons!important;font-size:1.5rem;left:0;position:absolute;top:50%;transform:translateY(-50%)}.ids-header-1177-pro-region-picker-mobile .ids-header-1177-pro-region-picker-mobile__button:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--IDS-HEADER-1177-PRO-REGION-PICKER__COLOR-MOBILE);content:\"\\e936\";display:block;font:icon;font-family:Inera-Design-Icons!important;position:absolute;right:.125rem;top:50%;transform:translateY(-50%)}.ids-header-1177-pro-region-picker-mobile .ids-header-1177-pro-region-picker-mobile__button:hover .ids-header-1177-pro-region-picker-mobile__button-text{text-decoration:underline;text-underline-offset:.125rem}.ids-header-1177-pro-region-picker-mobile .ids-header-1177-pro-region-picker-mobile__button.ids-header-1177-pro-region-picker-mobile__button--expanded:after{content:\"\\e939\"}.ids-header-1177-pro-region-picker-mobile .ids-header-1177-pro-region-picker-mobile__region-icon{background-color:transparent;padding:0}.ids-header-1177-pro-region-picker-mobile .ids-header-1177-pro-region-picker-mobile__region-icon:after{display:none}.ids-header-1177-pro-region-picker-mobile.ids-header-1177-pro-region-picker-mobile--selected-region .ids-header-1177-pro-region-picker-mobile__button{color:var(--IDS-HEADER-1177-PRO-REGION-PICKER--SELECTED__TEXT-COLOR-MOBILE);padding-left:0}.ids-header-1177-pro-region-picker-mobile.ids-header-1177-pro-region-picker-mobile--selected-region .ids-header-1177-pro-region-picker-mobile__button:before{display:none}.ids-header-1177-pro-region-picker-mobile.ids-header-1177-pro-region-picker-mobile--selected-region .ids-header-1177-pro-region-picker-mobile__button:after{color:var(--IDS-HEADER-1177-PRO-REGION-PICKER--SELECTED__TEXT-COLOR-MOBILE)}.ids-header-1177-pro-region-picker-mobile.ids-header-1177-pro-region-picker-mobile--selected-region .ids-header-1177-pro-region-picker-mobile__button .ids-header-1177-pro-region-picker-mobile__button-text{display:none}@media (max-width:1024px){.ids-header-1177-pro-region-picker-mobile{display:flex}}";
|
|
4
4
|
|
|
5
5
|
var header1177ProRegionPickerMobileLit = css`
|
|
6
6
|
${unsafeCSS(css_248z)}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@media (max-width:
|
|
1
|
+
@media (max-width: 639px) {
|
|
2
2
|
.ids-desktop {
|
|
3
3
|
display: none !important;
|
|
4
4
|
}
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
* A11Y
|
|
27
27
|
********/
|
|
28
28
|
.ids-header-1177-pro-region-picker-mobile {
|
|
29
|
-
display:
|
|
29
|
+
display: none;
|
|
30
30
|
flex-grow: 1;
|
|
31
31
|
align-items: center;
|
|
32
32
|
position: relative;
|
|
@@ -59,7 +59,6 @@
|
|
|
59
59
|
font-family: "Inera-Design-Icons" !important;
|
|
60
60
|
display: block;
|
|
61
61
|
position: absolute;
|
|
62
|
-
pointer-events: none;
|
|
63
62
|
-webkit-font-smoothing: antialiased;
|
|
64
63
|
-moz-osx-font-smoothing: grayscale;
|
|
65
64
|
content: "\e921";
|
|
@@ -74,7 +73,6 @@
|
|
|
74
73
|
font-family: "Inera-Design-Icons" !important;
|
|
75
74
|
display: block;
|
|
76
75
|
position: absolute;
|
|
77
|
-
pointer-events: none;
|
|
78
76
|
-webkit-font-smoothing: antialiased;
|
|
79
77
|
-moz-osx-font-smoothing: grayscale;
|
|
80
78
|
content: "\e936";
|
|
@@ -110,8 +108,8 @@
|
|
|
110
108
|
.ids-header-1177-pro-region-picker-mobile.ids-header-1177-pro-region-picker-mobile--selected-region .ids-header-1177-pro-region-picker-mobile__button .ids-header-1177-pro-region-picker-mobile__button-text {
|
|
111
109
|
display: none;
|
|
112
110
|
}
|
|
113
|
-
@media (
|
|
111
|
+
@media (max-width: 1024px) {
|
|
114
112
|
.ids-header-1177-pro-region-picker-mobile {
|
|
115
|
-
display:
|
|
113
|
+
display: flex;
|
|
116
114
|
}
|
|
117
115
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@media (max-width:
|
|
1
|
+
@media (max-width: 639px) {
|
|
2
2
|
.ids-desktop {
|
|
3
3
|
display: none !important;
|
|
4
4
|
}
|
|
@@ -61,7 +61,6 @@
|
|
|
61
61
|
font-family: "Inera-Design-Icons" !important;
|
|
62
62
|
display: block;
|
|
63
63
|
position: absolute;
|
|
64
|
-
pointer-events: none;
|
|
65
64
|
-webkit-font-smoothing: antialiased;
|
|
66
65
|
-moz-osx-font-smoothing: grayscale;
|
|
67
66
|
content: "\e936";
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { css, unsafeCSS } from 'lit';
|
|
2
|
+
|
|
3
|
+
var css_248z = "@media (max-width:639px){.ids-desktop{display:none!important}}@media (min-width:1024px){.ids-mobile{display:none!important}}header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__main .ids-header-1177-pro__main-left .ids-header-1177-pro__logo ::slotted(a):focus-visible{outline:.125rem solid var(--IDS-FOCUS__OUTLINE-COLOR);outline-offset:var(--IDS-FOCUS__OUTLINE-OFFSET)!important}header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__main .ids-header-1177-pro__main-left .ids-header-1177-pro__logo ::slotted(a){align-items:center;border-radius:.0313rem;color:var(--IDS-HEADER-1177-PRO__LOGO-COLOR);display:flex;font-size:6.125rem;height:2.375rem;overflow:hidden;width:6.0625rem}header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__main .ids-header-1177-pro__main-left .ids-header-1177-pro__logo ::slotted(a:focus-visible){outline:.125rem solid var(--IDS-FOCUS__OUTLINE-COLOR);outline-offset:var(--IDS-FOCUS__OUTLINE-OFFSET)!important}@media (max-width:1024px){header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__main .ids-header-1177-pro__main-left .ids-header-1177-pro__logo ::slotted(a){font-size:2.5rem;height:1.875rem}}header.ids-header-1177-pro.ids-header-1177-pro--unresponsive .ids-header-1177-pro__main .ids-header-1177-pro__main-left .ids-header-1177-pro__logo ::slotted(a):focus-visible{outline:.125rem solid var(--IDS-FOCUS__OUTLINE-COLOR);outline-offset:var(--IDS-FOCUS__OUTLINE-OFFSET)!important}header.ids-header-1177-pro.ids-header-1177-pro--unresponsive .ids-header-1177-pro__main .ids-header-1177-pro__main-left .ids-header-1177-pro__logo ::slotted(a){align-items:center;border-radius:.0313rem;color:var(--IDS-HEADER-1177-PRO__LOGO-COLOR);display:flex;font-size:6.125rem;height:2.375rem;overflow:hidden;width:6.0625rem}header.ids-header-1177-pro.ids-header-1177-pro--unresponsive .ids-header-1177-pro__main .ids-header-1177-pro__main-left .ids-header-1177-pro__logo ::slotted(a:focus-visible){outline:.125rem solid var(--IDS-FOCUS__OUTLINE-COLOR);outline-offset:var(--IDS-FOCUS__OUTLINE-OFFSET)!important}";
|
|
4
|
+
|
|
5
|
+
var header1177ProShadowLit = css`${unsafeCSS(css_248z)}`;
|
|
6
|
+
|
|
7
|
+
export { header1177ProShadowLit as default };
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
/*******
|
|
2
|
+
* ICONS
|
|
3
|
+
********/
|
|
4
|
+
/*******
|
|
5
|
+
* BUTTONS
|
|
6
|
+
********/
|
|
7
|
+
/*******
|
|
8
|
+
* SCROLLBAR
|
|
9
|
+
********/
|
|
10
|
+
/*******
|
|
11
|
+
* FORM
|
|
12
|
+
********/
|
|
13
|
+
/*******
|
|
14
|
+
* A11Y
|
|
15
|
+
********/
|
|
16
|
+
@media (max-width: 639px) {
|
|
17
|
+
.ids-desktop {
|
|
18
|
+
display: none !important;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
@media (min-width: 1024px) {
|
|
23
|
+
.ids-mobile {
|
|
24
|
+
display: none !important;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__main .ids-header-1177-pro__main-left .ids-header-1177-pro__logo ::slotted(a):focus-visible {
|
|
29
|
+
outline: 0.125rem solid var(--IDS-FOCUS__OUTLINE-COLOR);
|
|
30
|
+
outline-offset: var(--IDS-FOCUS__OUTLINE-OFFSET) !important;
|
|
31
|
+
}
|
|
32
|
+
header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__main .ids-header-1177-pro__main-left .ids-header-1177-pro__logo ::slotted(a) {
|
|
33
|
+
display: flex;
|
|
34
|
+
align-items: center;
|
|
35
|
+
overflow: hidden;
|
|
36
|
+
width: 6.0625rem;
|
|
37
|
+
height: 2.375rem;
|
|
38
|
+
font-size: 6.125rem;
|
|
39
|
+
color: var(--IDS-HEADER-1177-PRO__LOGO-COLOR);
|
|
40
|
+
border-radius: 0.0313rem;
|
|
41
|
+
}
|
|
42
|
+
header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__main .ids-header-1177-pro__main-left .ids-header-1177-pro__logo ::slotted(a:focus-visible) {
|
|
43
|
+
outline: 0.125rem solid var(--IDS-FOCUS__OUTLINE-COLOR);
|
|
44
|
+
outline-offset: var(--IDS-FOCUS__OUTLINE-OFFSET) !important;
|
|
45
|
+
}
|
|
46
|
+
@media (max-width: 1024px) {
|
|
47
|
+
header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__main .ids-header-1177-pro__main-left .ids-header-1177-pro__logo ::slotted(a) {
|
|
48
|
+
font-size: 2.5rem;
|
|
49
|
+
height: 1.875rem;
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
header.ids-header-1177-pro.ids-header-1177-pro--unresponsive .ids-header-1177-pro__main .ids-header-1177-pro__main-left .ids-header-1177-pro__logo ::slotted(a):focus-visible {
|
|
53
|
+
outline: 0.125rem solid var(--IDS-FOCUS__OUTLINE-COLOR);
|
|
54
|
+
outline-offset: var(--IDS-FOCUS__OUTLINE-OFFSET) !important;
|
|
55
|
+
}
|
|
56
|
+
header.ids-header-1177-pro.ids-header-1177-pro--unresponsive .ids-header-1177-pro__main .ids-header-1177-pro__main-left .ids-header-1177-pro__logo ::slotted(a) {
|
|
57
|
+
display: flex;
|
|
58
|
+
align-items: center;
|
|
59
|
+
overflow: hidden;
|
|
60
|
+
width: 6.0625rem;
|
|
61
|
+
height: 2.375rem;
|
|
62
|
+
font-size: 6.125rem;
|
|
63
|
+
color: var(--IDS-HEADER-1177-PRO__LOGO-COLOR);
|
|
64
|
+
border-radius: 0.0313rem;
|
|
65
|
+
}
|
|
66
|
+
header.ids-header-1177-pro.ids-header-1177-pro--unresponsive .ids-header-1177-pro__main .ids-header-1177-pro__main-left .ids-header-1177-pro__logo ::slotted(a:focus-visible) {
|
|
67
|
+
outline: 0.125rem solid var(--IDS-FOCUS__OUTLINE-COLOR);
|
|
68
|
+
outline-offset: var(--IDS-FOCUS__OUTLINE-OFFSET) !important;
|
|
69
|
+
}
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
/*******
|
|
14
14
|
* A11Y
|
|
15
15
|
********/
|
|
16
|
-
@media (max-width:
|
|
16
|
+
@media (max-width: 639px) {
|
|
17
17
|
.ids-desktop {
|
|
18
18
|
display: none !important;
|
|
19
19
|
}
|
|
@@ -32,6 +32,7 @@ header.ids-header-1177-pro {
|
|
|
32
32
|
z-index: 2;
|
|
33
33
|
}
|
|
34
34
|
header.ids-header-1177-pro .ids-header-1177-pro__skip-to-content {
|
|
35
|
+
display: block;
|
|
35
36
|
position: relative;
|
|
36
37
|
z-index: 20;
|
|
37
38
|
}
|
|
@@ -135,22 +136,17 @@ header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1
|
|
|
135
136
|
font-family: "Inera-Design-Icons" !important;
|
|
136
137
|
display: block;
|
|
137
138
|
position: absolute;
|
|
138
|
-
pointer-events: none;
|
|
139
139
|
-webkit-font-smoothing: antialiased;
|
|
140
140
|
-moz-osx-font-smoothing: grayscale;
|
|
141
141
|
content: "\e91e";
|
|
142
142
|
color: var(--IDS-HEADER-1177-PRO__LOGO-COLOR);
|
|
143
143
|
font-size: 6.125rem;
|
|
144
144
|
}
|
|
145
|
-
header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__main .ids-header-1177-pro__main-left .ids-header-1177-pro__logo a:focus-visible
|
|
146
|
-
header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__main .ids-header-1177-pro__main-left .ids-header-1177-pro__logo ::slotted([slot=logo]):focus-visible,
|
|
147
|
-
header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__main .ids-header-1177-pro__main-left .ids-header-1177-pro__logo ::slotted(a):focus-visible {
|
|
145
|
+
header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__main .ids-header-1177-pro__main-left .ids-header-1177-pro__logo a:focus-visible {
|
|
148
146
|
outline: 0.125rem solid var(--IDS-FOCUS__OUTLINE-COLOR);
|
|
149
147
|
outline-offset: var(--IDS-FOCUS__OUTLINE-OFFSET) !important;
|
|
150
148
|
}
|
|
151
|
-
header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__main .ids-header-1177-pro__main-left .ids-header-1177-pro__logo a
|
|
152
|
-
header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__main .ids-header-1177-pro__main-left .ids-header-1177-pro__logo ::slotted([slot=logo]),
|
|
153
|
-
header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__main .ids-header-1177-pro__main-left .ids-header-1177-pro__logo ::slotted(a) {
|
|
149
|
+
header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__main .ids-header-1177-pro__main-left .ids-header-1177-pro__logo a {
|
|
154
150
|
display: flex;
|
|
155
151
|
align-items: center;
|
|
156
152
|
overflow: hidden;
|
|
@@ -160,9 +156,7 @@ header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1
|
|
|
160
156
|
color: var(--IDS-HEADER-1177-PRO__LOGO-COLOR);
|
|
161
157
|
border-radius: 0.0313rem;
|
|
162
158
|
}
|
|
163
|
-
header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__main .ids-header-1177-pro__main-left .ids-header-1177-pro__logo a:focus-visible
|
|
164
|
-
header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__main .ids-header-1177-pro__main-left .ids-header-1177-pro__logo ::slotted([slot=logo]:focus-visible),
|
|
165
|
-
header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__main .ids-header-1177-pro__main-left .ids-header-1177-pro__logo ::slotted(a:focus-visible) {
|
|
159
|
+
header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__main .ids-header-1177-pro__main-left .ids-header-1177-pro__logo a:focus-visible {
|
|
166
160
|
outline: 0.125rem solid var(--IDS-FOCUS__OUTLINE-COLOR);
|
|
167
161
|
outline-offset: var(--IDS-FOCUS__OUTLINE-OFFSET) !important;
|
|
168
162
|
}
|
|
@@ -178,9 +172,7 @@ header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1
|
|
|
178
172
|
header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__main .ids-header-1177-pro__main-left .ids-header-1177-pro__logo .ids-header-1177-pro__logo-link:before {
|
|
179
173
|
font-size: 2.5rem;
|
|
180
174
|
}
|
|
181
|
-
header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__main .ids-header-1177-pro__main-left .ids-header-1177-pro__logo a
|
|
182
|
-
header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__main .ids-header-1177-pro__main-left .ids-header-1177-pro__logo ::slotted([slot=logo]),
|
|
183
|
-
header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__main .ids-header-1177-pro__main-left .ids-header-1177-pro__logo ::slotted(a) {
|
|
175
|
+
header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__main .ids-header-1177-pro__main-left .ids-header-1177-pro__logo a {
|
|
184
176
|
font-size: 2.5rem;
|
|
185
177
|
height: 1.875rem;
|
|
186
178
|
}
|
|
@@ -286,22 +278,17 @@ header.ids-header-1177-pro.ids-header-1177-pro--unresponsive .ids-header-1177-pr
|
|
|
286
278
|
font-family: "Inera-Design-Icons" !important;
|
|
287
279
|
display: block;
|
|
288
280
|
position: absolute;
|
|
289
|
-
pointer-events: none;
|
|
290
281
|
-webkit-font-smoothing: antialiased;
|
|
291
282
|
-moz-osx-font-smoothing: grayscale;
|
|
292
283
|
content: "\e91e";
|
|
293
284
|
color: var(--IDS-HEADER-1177-PRO__LOGO-COLOR);
|
|
294
285
|
font-size: 6.125rem;
|
|
295
286
|
}
|
|
296
|
-
header.ids-header-1177-pro.ids-header-1177-pro--unresponsive .ids-header-1177-pro__main .ids-header-1177-pro__main-left .ids-header-1177-pro__logo a:focus-visible
|
|
297
|
-
header.ids-header-1177-pro.ids-header-1177-pro--unresponsive .ids-header-1177-pro__main .ids-header-1177-pro__main-left .ids-header-1177-pro__logo ::slotted([slot=logo]):focus-visible,
|
|
298
|
-
header.ids-header-1177-pro.ids-header-1177-pro--unresponsive .ids-header-1177-pro__main .ids-header-1177-pro__main-left .ids-header-1177-pro__logo ::slotted(a):focus-visible {
|
|
287
|
+
header.ids-header-1177-pro.ids-header-1177-pro--unresponsive .ids-header-1177-pro__main .ids-header-1177-pro__main-left .ids-header-1177-pro__logo a:focus-visible {
|
|
299
288
|
outline: 0.125rem solid var(--IDS-FOCUS__OUTLINE-COLOR);
|
|
300
289
|
outline-offset: var(--IDS-FOCUS__OUTLINE-OFFSET) !important;
|
|
301
290
|
}
|
|
302
|
-
header.ids-header-1177-pro.ids-header-1177-pro--unresponsive .ids-header-1177-pro__main .ids-header-1177-pro__main-left .ids-header-1177-pro__logo a
|
|
303
|
-
header.ids-header-1177-pro.ids-header-1177-pro--unresponsive .ids-header-1177-pro__main .ids-header-1177-pro__main-left .ids-header-1177-pro__logo ::slotted([slot=logo]),
|
|
304
|
-
header.ids-header-1177-pro.ids-header-1177-pro--unresponsive .ids-header-1177-pro__main .ids-header-1177-pro__main-left .ids-header-1177-pro__logo ::slotted(a) {
|
|
291
|
+
header.ids-header-1177-pro.ids-header-1177-pro--unresponsive .ids-header-1177-pro__main .ids-header-1177-pro__main-left .ids-header-1177-pro__logo a {
|
|
305
292
|
display: flex;
|
|
306
293
|
align-items: center;
|
|
307
294
|
overflow: hidden;
|
|
@@ -311,9 +298,7 @@ header.ids-header-1177-pro.ids-header-1177-pro--unresponsive .ids-header-1177-pr
|
|
|
311
298
|
color: var(--IDS-HEADER-1177-PRO__LOGO-COLOR);
|
|
312
299
|
border-radius: 0.0313rem;
|
|
313
300
|
}
|
|
314
|
-
header.ids-header-1177-pro.ids-header-1177-pro--unresponsive .ids-header-1177-pro__main .ids-header-1177-pro__main-left .ids-header-1177-pro__logo a:focus-visible
|
|
315
|
-
header.ids-header-1177-pro.ids-header-1177-pro--unresponsive .ids-header-1177-pro__main .ids-header-1177-pro__main-left .ids-header-1177-pro__logo ::slotted([slot=logo]:focus-visible),
|
|
316
|
-
header.ids-header-1177-pro.ids-header-1177-pro--unresponsive .ids-header-1177-pro__main .ids-header-1177-pro__main-left .ids-header-1177-pro__logo ::slotted(a:focus-visible) {
|
|
301
|
+
header.ids-header-1177-pro.ids-header-1177-pro--unresponsive .ids-header-1177-pro__main .ids-header-1177-pro__main-left .ids-header-1177-pro__logo a:focus-visible {
|
|
317
302
|
outline: 0.125rem solid var(--IDS-FOCUS__OUTLINE-COLOR);
|
|
318
303
|
outline-offset: var(--IDS-FOCUS__OUTLINE-OFFSET) !important;
|
|
319
304
|
}
|