@inera/ids-design 8.2.1 → 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 +19 -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 +10423 -2670
- 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,9 +1,397 @@
|
|
|
1
|
+
/*******
|
|
2
|
+
* ICONS
|
|
3
|
+
********/
|
|
4
|
+
/*******
|
|
5
|
+
* BUTTONS
|
|
6
|
+
********/
|
|
7
|
+
/*******
|
|
8
|
+
* SCROLLBAR
|
|
9
|
+
********/
|
|
10
|
+
/*******
|
|
11
|
+
* FORM
|
|
12
|
+
********/
|
|
13
|
+
/*******
|
|
14
|
+
* A11Y
|
|
15
|
+
********/
|
|
16
|
+
.ids--light, .ids--dark {
|
|
17
|
+
--IDS-FONT-FAMILY-BASE: "Open Sans";
|
|
18
|
+
--IDS-FONT-FAMILY-HEADING: "Inter";
|
|
19
|
+
--IDS-FONT-COLOR: var(--ids-color-surface-text-on-default);
|
|
20
|
+
--IDS-HEADING-XXL__MARGIN-BOTTOM: 1.875rem;
|
|
21
|
+
--IDS-HEADING-XL__MARGIN-BOTTOM: 1.875rem;
|
|
22
|
+
--IDS-HEADING-L__MARGIN-BOTTOM: 1.875rem;
|
|
23
|
+
--IDS-PAGE-LIST__COLOR: var(--ids-color-brand-text-primary);
|
|
24
|
+
--IDS-PAGE-LIST__FONT-FAMILY: var(--IDS-FONT-FAMILY-HEADING);
|
|
25
|
+
--IDS-PAGE-LIST__FONT-SIZE: 1.25rem;
|
|
26
|
+
--IDS-PAGE-LIST__LINE-HEIGHT: 1.5rem;
|
|
27
|
+
--IDS-PAGE-LIST__FONT-WEIGHT: 700;
|
|
28
|
+
--IDS-PAGE-LIST__LETTER-SPACING: -0.025rem;
|
|
29
|
+
--IDS-BULLET-LIST__MARKER-COLOR: var(--ids-color-brand-text-primary);
|
|
30
|
+
--IDS-BULLET-LIST__MARKER-FONT-WEIGHT: bold;
|
|
31
|
+
--IDS-BULLET-LIST__LINE-HEIGHT: 1.5rem;
|
|
32
|
+
--IDS-DIVIDER__COLOR: var(--ids-color-surface-border-default);
|
|
33
|
+
}
|
|
34
|
+
.ids--light.ids--1177-pro, .ids--light.ids--1177-admin, .ids--dark.ids--1177-pro, .ids--dark.ids--1177-admin {
|
|
35
|
+
--IDS-PAGE-LIST__COLOR: var(--ids-color-interactive-text-default);
|
|
36
|
+
}
|
|
37
|
+
.ids--light.ids--inera, .ids--light.ids--inera-admin, .ids--dark.ids--inera, .ids--dark.ids--inera-admin {
|
|
38
|
+
--IDS-FONT-FAMILY-BASE: "Open Sans";
|
|
39
|
+
--IDS-FONT-FAMILY-HEADING: "Poppins";
|
|
40
|
+
--IDS-HEADING-XXL__MARGIN-BOTTOM: 1.25rem;
|
|
41
|
+
--IDS-HEADING-XL__MARGIN-BOTTOM: 1.25rem;
|
|
42
|
+
--IDS-HEADING-L__MARGIN-BOTTOM: 1.25rem;
|
|
43
|
+
--IDS-PAGE-LIST__FONT-WEIGHT: 600;
|
|
44
|
+
--IDS-PAGE-LIST__LETTER-SPACING: 0;
|
|
45
|
+
--IDS-BULLET-LIST__MARKER-FONT-WEIGHT: normal;
|
|
46
|
+
--IDS-BULLET-LIST__LINE-HEIGHT: 1.625rem;
|
|
47
|
+
--IDS-DESCRIPTION-LIST__TERM-FONT-WEIGHT: 600;
|
|
48
|
+
}
|
|
49
|
+
.ids--light.ids--dark, .ids--dark.ids--dark {
|
|
50
|
+
--IDS-PAGE-LIST__COLOR: var(--ids-color-navigation-text-default);
|
|
51
|
+
}
|
|
52
|
+
.ids--light.ids--dark.ids--1177-pro, .ids--light.ids--dark.ids--1177-admin, .ids--light.ids--dark.ids--inera, .ids--light.ids--dark.ids--inera-admin, .ids--dark.ids--dark.ids--1177-pro, .ids--dark.ids--dark.ids--1177-admin, .ids--dark.ids--dark.ids--inera, .ids--dark.ids--dark.ids--inera-admin {
|
|
53
|
+
--IDS-PAGE-LIST__COLOR: var(--ids-color-interactive-text-default);
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
@media (max-width: 639px) {
|
|
57
|
+
.ids-desktop {
|
|
58
|
+
display: none !important;
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
@media (min-width: 1024px) {
|
|
63
|
+
.ids-mobile {
|
|
64
|
+
display: none !important;
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
|
|
1
68
|
.ids-popover {
|
|
2
69
|
position: relative;
|
|
3
|
-
display: flex;
|
|
70
|
+
display: inline-flex;
|
|
4
71
|
max-width: fit-content;
|
|
5
72
|
}
|
|
6
73
|
.ids-popover .ids-popover-trigger {
|
|
7
74
|
display: flex;
|
|
8
75
|
cursor: pointer;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
.ids-popover-content {
|
|
79
|
+
background-color: var(--IDS-POPOVER-CONTENT__BACKGROUND-COLOR);
|
|
80
|
+
border: var(--IDS-POPOVER-CONTENT__BORDER-THICKNESS) solid var(--IDS-POPOVER-CONTENT__BORDER-COLOR);
|
|
81
|
+
box-shadow: var(--IDS-BOX-SHADOW-ELEVATED-2);
|
|
82
|
+
border-radius: var(--IDS-POPOVER-CONTENT__BORDER-RADIUS);
|
|
83
|
+
font-family: var(--IDS-FONT-FAMILY-BASE);
|
|
84
|
+
color: var(--ids-color-surface-text-on-default);
|
|
85
|
+
padding: 1.25rem 1rem 1.25rem 1.25rem;
|
|
86
|
+
position: relative;
|
|
87
|
+
z-index: 150;
|
|
88
|
+
max-height: 16.25rem;
|
|
89
|
+
width: 16.25rem;
|
|
90
|
+
box-sizing: border-box;
|
|
91
|
+
}
|
|
92
|
+
.ids-popover-content h3 {
|
|
93
|
+
margin-bottom: 0.5rem !important;
|
|
94
|
+
color: var(--IDS-FONT-COLOR) !important;
|
|
95
|
+
font-style: normal;
|
|
96
|
+
color: var(--ids-color-heading-text-xs);
|
|
97
|
+
font-family: var(--ids-font-family-heading) !important;
|
|
98
|
+
font-size: var(--ids-font-size-heading-xs) !important;
|
|
99
|
+
line-height: var(--ids-font-line-height-heading-xs) !important;
|
|
100
|
+
letter-spacing: var(--ids-font-letter-spacing-heading-xs) !important;
|
|
101
|
+
font-weight: var(--ids-font-weight-heading-xs) !important;
|
|
102
|
+
}
|
|
103
|
+
.ids-popover-content .ids-popover-content__caret {
|
|
104
|
+
position: absolute;
|
|
105
|
+
}
|
|
106
|
+
.ids-popover-content .ids-popover-content__caret.hide {
|
|
107
|
+
display: none;
|
|
108
|
+
}
|
|
109
|
+
.ids-popover-content .ids-popover-content__caret.ids-popover-content__caret--top {
|
|
110
|
+
left: 50%;
|
|
111
|
+
bottom: -0.4375rem;
|
|
112
|
+
}
|
|
113
|
+
.ids-popover-content .ids-popover-content__caret.ids-popover-content__caret--top-left {
|
|
114
|
+
left: 1.375rem;
|
|
115
|
+
bottom: -0.4375rem;
|
|
116
|
+
}
|
|
117
|
+
.ids-popover-content .ids-popover-content__caret.ids-popover-content__caret--top-right {
|
|
118
|
+
right: 1.375rem;
|
|
119
|
+
bottom: -0.4375rem;
|
|
120
|
+
}
|
|
121
|
+
.ids-popover-content .ids-popover-content__caret.ids-popover-content__caret--left {
|
|
122
|
+
top: 50%;
|
|
123
|
+
right: -0.4375rem;
|
|
124
|
+
}
|
|
125
|
+
.ids-popover-content .ids-popover-content__caret.ids-popover-content__caret--left-top {
|
|
126
|
+
bottom: 1.375rem;
|
|
127
|
+
right: -0.4375rem;
|
|
128
|
+
}
|
|
129
|
+
.ids-popover-content .ids-popover-content__caret.ids-popover-content__caret--left-bottom {
|
|
130
|
+
top: 1.375rem;
|
|
131
|
+
right: -0.4375rem;
|
|
132
|
+
}
|
|
133
|
+
.ids-popover-content .ids-popover-content__caret.ids-popover-content__caret--right {
|
|
134
|
+
top: 50%;
|
|
135
|
+
left: -0.4375rem;
|
|
136
|
+
}
|
|
137
|
+
.ids-popover-content .ids-popover-content__caret.ids-popover-content__caret--right-top {
|
|
138
|
+
bottom: 1.375rem;
|
|
139
|
+
left: -0.4375rem;
|
|
140
|
+
}
|
|
141
|
+
.ids-popover-content .ids-popover-content__caret.ids-popover-content__caret--right-bottom {
|
|
142
|
+
top: 1.375rem;
|
|
143
|
+
left: -0.4375rem;
|
|
144
|
+
}
|
|
145
|
+
.ids-popover-content .ids-popover-content__caret.ids-popover-content__caret--bottom {
|
|
146
|
+
left: 50%;
|
|
147
|
+
top: var(--IDS-POPOVER-CONTENT__CARET-CONTENT-TOP);
|
|
148
|
+
}
|
|
149
|
+
.ids-popover-content .ids-popover-content__caret.ids-popover-content__caret--bottom-left {
|
|
150
|
+
left: 1.375rem;
|
|
151
|
+
top: var(--IDS-POPOVER-CONTENT__CARET-CONTENT-TOP);
|
|
152
|
+
}
|
|
153
|
+
.ids-popover-content .ids-popover-content__caret.ids-popover-content__caret--bottom-right {
|
|
154
|
+
right: 1.375rem;
|
|
155
|
+
top: var(--IDS-POPOVER-CONTENT__CARET-CONTENT-TOP);
|
|
156
|
+
}
|
|
157
|
+
.ids-popover-content .ids-popover-content__caret-body {
|
|
158
|
+
background: var(--IDS-POPOVER-CONTENT__CARET-BODY-COLOR);
|
|
159
|
+
display: block;
|
|
160
|
+
position: absolute;
|
|
161
|
+
z-index: 4;
|
|
162
|
+
}
|
|
163
|
+
.ids-popover-content .ids-popover-content__caret-body.ids-popover-content__caret--top,
|
|
164
|
+
.ids-popover-content .ids-popover-content__caret-body.ids-popover-content__caret--top-left,
|
|
165
|
+
.ids-popover-content .ids-popover-content__caret-body.ids-popover-content__caret--top-right {
|
|
166
|
+
height: 0.6rem;
|
|
167
|
+
width: 1.2rem;
|
|
168
|
+
clip-path: polygon(0 0, 50% 100%, 100% 0);
|
|
169
|
+
transform: translateX(-50%);
|
|
170
|
+
bottom: var(--IDS-POPOVER-CONTENT__CARET-BODY-BOTTOM);
|
|
171
|
+
}
|
|
172
|
+
.ids-popover-content .ids-popover-content__caret-body.ids-popover-content__caret--left,
|
|
173
|
+
.ids-popover-content .ids-popover-content__caret-body.ids-popover-content__caret--left-top,
|
|
174
|
+
.ids-popover-content .ids-popover-content__caret-body.ids-popover-content__caret--left-bottom {
|
|
175
|
+
height: 1.2rem;
|
|
176
|
+
width: 0.6rem;
|
|
177
|
+
clip-path: polygon(0 0, 100% 50%, 0 100%);
|
|
178
|
+
transform: translateY(-50%);
|
|
179
|
+
right: var(--IDS-POPOVER-CONTENT__CARET-BODY-RIGHT);
|
|
180
|
+
}
|
|
181
|
+
.ids-popover-content .ids-popover-content__caret-body.ids-popover-content__caret--right,
|
|
182
|
+
.ids-popover-content .ids-popover-content__caret-body.ids-popover-content__caret--right-top,
|
|
183
|
+
.ids-popover-content .ids-popover-content__caret-body.ids-popover-content__caret--right-bottom {
|
|
184
|
+
height: 1.2rem;
|
|
185
|
+
width: 0.6rem;
|
|
186
|
+
clip-path: polygon(0 50%, 100% 0, 100% 100%);
|
|
187
|
+
transform: translateY(-50%);
|
|
188
|
+
left: var(--IDS-POPOVER-CONTENT__CARET-BODY-LEFT);
|
|
189
|
+
}
|
|
190
|
+
.ids-popover-content .ids-popover-content__caret-body.ids-popover-content__caret--bottom,
|
|
191
|
+
.ids-popover-content .ids-popover-content__caret-body.ids-popover-content__caret--bottom-left,
|
|
192
|
+
.ids-popover-content .ids-popover-content__caret-body.ids-popover-content__caret--bottom-right {
|
|
193
|
+
height: 0.6rem;
|
|
194
|
+
width: 1.2rem;
|
|
195
|
+
clip-path: polygon(0 100%, 50% 0, 100% 100%);
|
|
196
|
+
transform: translateX(-50%);
|
|
197
|
+
top: var(--IDS-POPOVER-CONTENT__CARET-BODY-TOP);
|
|
198
|
+
}
|
|
199
|
+
.ids-popover-content .ids-popover-content__caret-border {
|
|
200
|
+
background-color: var(--IDS-POPOVER-CONTENT__CARET-BORDER-COLOR);
|
|
201
|
+
position: absolute;
|
|
202
|
+
z-index: 1;
|
|
203
|
+
}
|
|
204
|
+
.ids-popover-content .ids-popover-content__caret-border.ids-popover-content__caret--top,
|
|
205
|
+
.ids-popover-content .ids-popover-content__caret-border.ids-popover-content__caret--top-left,
|
|
206
|
+
.ids-popover-content .ids-popover-content__caret-border.ids-popover-content__caret--top-right {
|
|
207
|
+
background-color: var(--IDS-POPOVER-CONTENT__BORDER-COLOR);
|
|
208
|
+
height: 0.6rem;
|
|
209
|
+
width: 1.2rem;
|
|
210
|
+
clip-path: polygon(0 0, 50% 100%, 100% 0);
|
|
211
|
+
transform: translateX(-50%);
|
|
212
|
+
bottom: var(--IDS-POPOVER-CONTENT__CARET-BORDER-BOTTOM);
|
|
213
|
+
}
|
|
214
|
+
.ids-popover-content .ids-popover-content__caret-border.ids-popover-content__caret--left,
|
|
215
|
+
.ids-popover-content .ids-popover-content__caret-border.ids-popover-content__caret--left-top,
|
|
216
|
+
.ids-popover-content .ids-popover-content__caret-border.ids-popover-content__caret--left-bottom {
|
|
217
|
+
background-color: var(--IDS-POPOVER-CONTENT__BORDER-COLOR);
|
|
218
|
+
height: 1.2rem;
|
|
219
|
+
width: 0.6rem;
|
|
220
|
+
clip-path: polygon(0 0, 100% 50%, 0 100%);
|
|
221
|
+
transform: translateY(-50%);
|
|
222
|
+
right: var(--IDS-POPOVER-CONTENT__CARET-BORDER-RIGHT);
|
|
223
|
+
}
|
|
224
|
+
.ids-popover-content .ids-popover-content__caret-border.ids-popover-content__caret--right,
|
|
225
|
+
.ids-popover-content .ids-popover-content__caret-border.ids-popover-content__caret--right-top,
|
|
226
|
+
.ids-popover-content .ids-popover-content__caret-border.ids-popover-content__caret--right-bottom {
|
|
227
|
+
background-color: var(--IDS-POPOVER-CONTENT__BORDER-COLOR);
|
|
228
|
+
height: 1.2rem;
|
|
229
|
+
width: 0.6rem;
|
|
230
|
+
clip-path: polygon(0 50%, 100% 0, 100% 100%);
|
|
231
|
+
transform: translateY(-50%);
|
|
232
|
+
left: var(--IDS-POPOVER-CONTENT__CARET-BORDER-LEFT);
|
|
233
|
+
}
|
|
234
|
+
.ids-popover-content .ids-popover-content__caret-border.ids-popover-content__caret--bottom,
|
|
235
|
+
.ids-popover-content .ids-popover-content__caret-border.ids-popover-content__caret--bottom-left,
|
|
236
|
+
.ids-popover-content .ids-popover-content__caret-border.ids-popover-content__caret--bottom-right {
|
|
237
|
+
height: 0.6rem;
|
|
238
|
+
width: 1.2rem;
|
|
239
|
+
clip-path: polygon(0 100%, 50% 0, 100% 100%);
|
|
240
|
+
transform: translateX(-50%);
|
|
241
|
+
top: var(--IDS-POPOVER-CONTENT__CARET-BORDER-TOP);
|
|
242
|
+
}
|
|
243
|
+
.ids-popover-content.ids-popover-content--top-left {
|
|
244
|
+
position: absolute;
|
|
245
|
+
bottom: calc(100% + 0.875rem);
|
|
246
|
+
left: -0.75rem;
|
|
247
|
+
}
|
|
248
|
+
.ids-popover-content.ids-popover-content--top {
|
|
249
|
+
position: absolute;
|
|
250
|
+
bottom: calc(100% + 0.875rem);
|
|
251
|
+
left: 50%;
|
|
252
|
+
transform: translateX(-50%);
|
|
253
|
+
}
|
|
254
|
+
.ids-popover-content.ids-popover-content--top-right {
|
|
255
|
+
position: absolute;
|
|
256
|
+
bottom: calc(100% + 0.875rem);
|
|
257
|
+
right: -0.75rem;
|
|
258
|
+
}
|
|
259
|
+
.ids-popover-content.ids-popover-content--left-top {
|
|
260
|
+
position: absolute;
|
|
261
|
+
right: calc(100% + 0.875rem);
|
|
262
|
+
bottom: -0.75rem;
|
|
263
|
+
}
|
|
264
|
+
.ids-popover-content.ids-popover-content--left {
|
|
265
|
+
position: absolute;
|
|
266
|
+
right: calc(100% + 0.875rem);
|
|
267
|
+
top: 50%;
|
|
268
|
+
transform: translateY(-50%);
|
|
269
|
+
}
|
|
270
|
+
.ids-popover-content.ids-popover-content--left-bottom {
|
|
271
|
+
position: absolute;
|
|
272
|
+
right: calc(100% + 0.875rem);
|
|
273
|
+
top: -0.75rem;
|
|
274
|
+
}
|
|
275
|
+
.ids-popover-content.ids-popover-content--right-top {
|
|
276
|
+
position: absolute;
|
|
277
|
+
left: calc(100% + 0.875rem);
|
|
278
|
+
bottom: -0.75rem;
|
|
279
|
+
}
|
|
280
|
+
.ids-popover-content.ids-popover-content--right {
|
|
281
|
+
position: absolute;
|
|
282
|
+
left: calc(100% + 0.875rem);
|
|
283
|
+
top: 50%;
|
|
284
|
+
transform: translateY(-50%);
|
|
285
|
+
}
|
|
286
|
+
.ids-popover-content.ids-popover-content--right-bottom {
|
|
287
|
+
position: absolute;
|
|
288
|
+
left: calc(100% + 0.875rem);
|
|
289
|
+
top: -0.75rem;
|
|
290
|
+
}
|
|
291
|
+
.ids-popover-content.ids-popover-content--bottom-left {
|
|
292
|
+
position: absolute;
|
|
293
|
+
top: calc(100% + 0.875rem);
|
|
294
|
+
left: -0.75rem;
|
|
295
|
+
}
|
|
296
|
+
.ids-popover-content.ids-popover-content--bottom {
|
|
297
|
+
position: absolute;
|
|
298
|
+
top: calc(100% + 0.875rem);
|
|
299
|
+
left: 50%;
|
|
300
|
+
transform: translateX(-50%);
|
|
301
|
+
}
|
|
302
|
+
.ids-popover-content.ids-popover-content--bottom-right {
|
|
303
|
+
position: absolute;
|
|
304
|
+
top: calc(100% + 0.875rem);
|
|
305
|
+
right: -0.75rem;
|
|
306
|
+
}
|
|
307
|
+
.ids-popover-content .ids-popover-content__close-btn-wrapper {
|
|
308
|
+
position: absolute;
|
|
309
|
+
right: 0.75rem;
|
|
310
|
+
top: 0.75rem;
|
|
311
|
+
z-index: 1;
|
|
312
|
+
display: block;
|
|
313
|
+
max-width: 100%;
|
|
314
|
+
height: 1.25rem;
|
|
315
|
+
padding-left: 0.25rem;
|
|
316
|
+
padding-bottom: 0.25rem;
|
|
317
|
+
background-color: var(--IDS-POPOVER-CONTENT__BACKGROUND-COLOR);
|
|
318
|
+
}
|
|
319
|
+
.ids-popover-content .ids-popover-content__close-btn:focus-visible {
|
|
320
|
+
outline: 0.125rem solid var(--IDS-FOCUS__OUTLINE-COLOR);
|
|
321
|
+
outline-offset: 0.375rem !important;
|
|
322
|
+
}
|
|
323
|
+
.ids-popover-content .ids-popover-content__close-btn {
|
|
324
|
+
cursor: pointer;
|
|
325
|
+
background: none;
|
|
326
|
+
border: none;
|
|
327
|
+
padding: 0;
|
|
328
|
+
position: relative;
|
|
329
|
+
width: 1.25rem;
|
|
330
|
+
height: 1.25rem;
|
|
331
|
+
display: flex;
|
|
332
|
+
}
|
|
333
|
+
.ids-popover-content .ids-popover-content__close-btn:before {
|
|
334
|
+
font: icon;
|
|
335
|
+
font-family: "Inera-Design-Icons" !important;
|
|
336
|
+
display: block;
|
|
337
|
+
position: absolute;
|
|
338
|
+
-webkit-font-smoothing: antialiased;
|
|
339
|
+
-moz-osx-font-smoothing: grayscale;
|
|
340
|
+
content: "\e916";
|
|
341
|
+
font-size: 1.25rem;
|
|
342
|
+
color: var(--IDS-ICON--ACTIVE-COLOR);
|
|
343
|
+
top: 0;
|
|
344
|
+
left: 0;
|
|
345
|
+
}
|
|
346
|
+
.ids-popover-content .ids-popover-content__close-btn:hover:before {
|
|
347
|
+
color: var(--IDS-ICON--ACTIVE-HOVER-COLOR);
|
|
348
|
+
}
|
|
349
|
+
.ids-popover-content .ids-popover-content__close-btn:focus-visible,
|
|
350
|
+
.ids-popover-content .ids-popover-content__close-icon:focus-visible {
|
|
351
|
+
outline: 0.125rem solid var(--IDS-FOCUS__OUTLINE-COLOR);
|
|
352
|
+
outline-offset: 0.375rem !important;
|
|
353
|
+
border-radius: 100%;
|
|
354
|
+
}
|
|
355
|
+
.ids-popover-content .ids-popover-content__content-wrapper::-webkit-scrollbar {
|
|
356
|
+
width: 0.625rem;
|
|
357
|
+
}
|
|
358
|
+
.ids-popover-content .ids-popover-content__content-wrapper::-webkit-scrollbar-thumb {
|
|
359
|
+
cursor: auto;
|
|
360
|
+
background: var(--IDS-SCROLL__THUMB-COLOR);
|
|
361
|
+
border-radius: 0.625rem;
|
|
362
|
+
border: 0.125rem solid var(--IDS-SCROLL__TRACK-BACKGROUND-COLOR);
|
|
363
|
+
}
|
|
364
|
+
.ids-popover-content .ids-popover-content__content-wrapper::-webkit-scrollbar-thumb:hover {
|
|
365
|
+
background: var(--IDS-SCROLL__THUMB-HOVER-COLOR);
|
|
366
|
+
}
|
|
367
|
+
.ids-popover-content .ids-popover-content__content-wrapper::-webkit-scrollbar-track {
|
|
368
|
+
background: var(--IDS-SCROLL__TRACK-BACKGROUND-COLOR);
|
|
369
|
+
border-radius: 0.625rem;
|
|
370
|
+
outline: 0.0625rem solid var(--IDS-SCROLL__TRACK-OUTLINE-COLOR);
|
|
371
|
+
margin-top: 1.25rem;
|
|
372
|
+
}
|
|
373
|
+
.ids-popover-content .ids-popover-content__content-wrapper::-webkit-scrollbar-corner {
|
|
374
|
+
background-color: transparent;
|
|
375
|
+
}
|
|
376
|
+
.ids-popover-content .ids-popover-content__content-wrapper {
|
|
377
|
+
overflow-y: auto;
|
|
378
|
+
overflow-x: hidden;
|
|
379
|
+
max-height: 100%;
|
|
380
|
+
text-align: left;
|
|
381
|
+
}
|
|
382
|
+
.ids-popover-content .ids-popover-content__content-wrapper.ids-popover-content__content-wrapper--has-scrollbar {
|
|
383
|
+
padding-right: 0.5rem;
|
|
384
|
+
}
|
|
385
|
+
.ids-popover-content .ids-popover-content__content-wrapper:focus-visible {
|
|
386
|
+
outline: var(--IDS-FOCUS__OUTLINE);
|
|
387
|
+
outline-offset: 0;
|
|
388
|
+
}
|
|
389
|
+
.ids-popover-content .ids-popover-content__content-wrapper-inner {
|
|
390
|
+
color: var(--IDS-POPOVER-FONT__COLOR);
|
|
391
|
+
margin-right: 1.25rem;
|
|
392
|
+
}
|
|
393
|
+
.ids-popover-content .ids-popover-content__headline {
|
|
394
|
+
text-align: left;
|
|
395
|
+
color: var(--IDS-POPOVER-FONT__HEADING-COLOR);
|
|
396
|
+
margin-right: 0.25rem;
|
|
9
397
|
}
|
|
@@ -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--dark,.ids--light{--IDS-FONT-FAMILY-BASE:\"Open Sans\";--IDS-FONT-FAMILY-HEADING:\"Inter\";--IDS-FONT-COLOR:var(--ids-color-surface-text-on-default);--IDS-HEADING-XXL__MARGIN-BOTTOM:1.875rem;--IDS-HEADING-XL__MARGIN-BOTTOM:1.875rem;--IDS-HEADING-L__MARGIN-BOTTOM:1.875rem;--IDS-PAGE-LIST__COLOR:var(--ids-color-brand-text-primary);--IDS-PAGE-LIST__FONT-FAMILY:var(--IDS-FONT-FAMILY-HEADING);--IDS-PAGE-LIST__FONT-SIZE:1.25rem;--IDS-PAGE-LIST__LINE-HEIGHT:1.5rem;--IDS-PAGE-LIST__FONT-WEIGHT:700;--IDS-PAGE-LIST__LETTER-SPACING:-0.025rem;--IDS-BULLET-LIST__MARKER-COLOR:var(--ids-color-brand-text-primary);--IDS-BULLET-LIST__MARKER-FONT-WEIGHT:bold;--IDS-BULLET-LIST__LINE-HEIGHT:1.5rem;--IDS-DIVIDER__COLOR:var(--ids-color-surface-border-default)}.ids--dark.ids--1177-admin,.ids--dark.ids--1177-pro,.ids--light.ids--1177-admin,.ids--light.ids--1177-pro{--IDS-PAGE-LIST__COLOR:var(--ids-color-interactive-text-default)}.ids--dark.ids--inera,.ids--dark.ids--inera-admin,.ids--light.ids--inera,.ids--light.ids--inera-admin{--IDS-FONT-FAMILY-BASE:\"Open Sans\";--IDS-FONT-FAMILY-HEADING:\"Poppins\";--IDS-HEADING-XXL__MARGIN-BOTTOM:1.25rem;--IDS-HEADING-XL__MARGIN-BOTTOM:1.25rem;--IDS-HEADING-L__MARGIN-BOTTOM:1.25rem;--IDS-PAGE-LIST__FONT-WEIGHT:600;--IDS-PAGE-LIST__LETTER-SPACING:0;--IDS-BULLET-LIST__MARKER-FONT-WEIGHT:normal;--IDS-BULLET-LIST__LINE-HEIGHT:1.625rem;--IDS-DESCRIPTION-LIST__TERM-FONT-WEIGHT:600}.ids--dark.ids--dark,.ids--light.ids--dark{--IDS-PAGE-LIST__COLOR:var(--ids-color-navigation-text-default)}.ids--dark.ids--dark.ids--1177-admin,.ids--dark.ids--dark.ids--1177-pro,.ids--dark.ids--dark.ids--inera,.ids--dark.ids--dark.ids--inera-admin,.ids--light.ids--dark.ids--1177-admin,.ids--light.ids--dark.ids--1177-pro,.ids--light.ids--dark.ids--inera,.ids--light.ids--dark.ids--inera-admin{--IDS-PAGE-LIST__COLOR:var(--ids-color-interactive-text-default)}.ids-progressbar .ids-progressbar__bar{border:var(--IDS-PROGRESSBAR__BORDER-THICKNESS) solid var(--IDS-PROGRESSBAR__BORDER-COLOR);border-radius:.75rem;box-sizing:border-box;height:var(--IDS-PROGRESSBAR__HEIGHT);position:relative}@media (max-width:1024px){.ids-progressbar .ids-progressbar__bar{border-radius:.5rem;height:var(--IDS-PROGRESSBAR__HEIGHT--TABLET)}}.ids-progressbar .ids-progressbar__progress{background-color:var(--IDS-PROGRESSBAR__PROGRESS-COLOR);border-radius:.75rem;display:block;height:.75rem;left:0;margin-left:-.063rem;margin-top:-.063rem;position:absolute;transition:width .3s ease;width:15%}@media (max-width:1024px){.ids-progressbar .ids-progressbar__progress{border-radius:.5rem;height:.5rem}}.ids-progressbar .ids-progressbar__progress--none{display:none}.ids-progressbar .ids-progressbar__label{color:var(--ids-color-surface-text-on-default);display:flex;font-family:var(--ids-font-family-body-text);font-size:var(--ids-font-size-body-text);font-style:normal;font-weight:var(--ids-font-weight-body-text);justify-content:start;letter-spacing:0;line-height:var(--ids-font-line-height-body-text);margin-bottom:.25rem}";
|
|
4
4
|
|
|
5
5
|
var progressbarLit = css`${unsafeCSS(css_248z)}`;
|
|
6
6
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@media (max-width:
|
|
1
|
+
@media (max-width: 639px) {
|
|
2
2
|
.ids-desktop {
|
|
3
3
|
display: none !important;
|
|
4
4
|
}
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
color: var(--ids-color-surface-text-on-default);
|
|
93
93
|
font-family: var(--ids-font-family-body-text);
|
|
94
94
|
font-size: var(--ids-font-size-body-text);
|
|
95
|
-
line-height: var(--ids-line-height-body-text);
|
|
95
|
+
line-height: var(--ids-font-line-height-body-text);
|
|
96
96
|
font-weight: var(--ids-font-weight-body-text);
|
|
97
97
|
letter-spacing: 0;
|
|
98
98
|
}
|
|
@@ -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--dark,.ids--light{--IDS-FONT-FAMILY-BASE:\"Open Sans\";--IDS-FONT-FAMILY-HEADING:\"Inter\";--IDS-FONT-COLOR:var(--ids-color-surface-text-on-default);--IDS-HEADING-XXL__MARGIN-BOTTOM:1.875rem;--IDS-HEADING-XL__MARGIN-BOTTOM:1.875rem;--IDS-HEADING-L__MARGIN-BOTTOM:1.875rem;--IDS-PAGE-LIST__COLOR:var(--ids-color-brand-text-primary);--IDS-PAGE-LIST__FONT-FAMILY:var(--IDS-FONT-FAMILY-HEADING);--IDS-PAGE-LIST__FONT-SIZE:1.25rem;--IDS-PAGE-LIST__LINE-HEIGHT:1.5rem;--IDS-PAGE-LIST__FONT-WEIGHT:700;--IDS-PAGE-LIST__LETTER-SPACING:-0.025rem;--IDS-BULLET-LIST__MARKER-COLOR:var(--ids-color-brand-text-primary);--IDS-BULLET-LIST__MARKER-FONT-WEIGHT:bold;--IDS-BULLET-LIST__LINE-HEIGHT:1.5rem;--IDS-DIVIDER__COLOR:var(--ids-color-surface-border-default)}.ids--dark.ids--1177-admin,.ids--dark.ids--1177-pro,.ids--light.ids--1177-admin,.ids--light.ids--1177-pro{--IDS-PAGE-LIST__COLOR:var(--ids-color-interactive-text-default)}.ids--dark.ids--inera,.ids--dark.ids--inera-admin,.ids--light.ids--inera,.ids--light.ids--inera-admin{--IDS-FONT-FAMILY-BASE:\"Open Sans\";--IDS-FONT-FAMILY-HEADING:\"Poppins\";--IDS-HEADING-XXL__MARGIN-BOTTOM:1.25rem;--IDS-HEADING-XL__MARGIN-BOTTOM:1.25rem;--IDS-HEADING-L__MARGIN-BOTTOM:1.25rem;--IDS-PAGE-LIST__FONT-WEIGHT:600;--IDS-PAGE-LIST__LETTER-SPACING:0;--IDS-BULLET-LIST__MARKER-FONT-WEIGHT:normal;--IDS-BULLET-LIST__LINE-HEIGHT:1.625rem;--IDS-DESCRIPTION-LIST__TERM-FONT-WEIGHT:600}.ids--dark.ids--dark,.ids--light.ids--dark{--IDS-PAGE-LIST__COLOR:var(--ids-color-navigation-text-default)}.ids--dark.ids--dark.ids--1177-admin,.ids--dark.ids--dark.ids--1177-pro,.ids--dark.ids--dark.ids--inera,.ids--dark.ids--dark.ids--inera-admin,.ids--light.ids--dark.ids--1177-admin,.ids--light.ids--dark.ids--1177-pro,.ids--light.ids--dark.ids--inera,.ids--light.ids--dark.ids--inera-admin{--IDS-PAGE-LIST__COLOR:var(--ids-color-interactive-text-default)}.ids-puff-list{list-style:none;padding-left:0}.ids-puff-list:has(>:first-child:not(.ids-puff-list-item--lean)){border-top:var(--IDS-PUFF-LIST__BORDER)}.ids-puff-list-item{list-style:none}.ids-puff-list-item .ids-puff-list-item__inner{display:flex;gap:1.25rem;margin:1.25rem 0;padding:0;position:relative}.ids-puff-list-item .ids-puff-list-item__content{width:100%}.ids-puff-list-item .ids-puff-list-item__body{color:var(--IDS-PUFF-LIST__COLOR)!important;font-family:var(--IDS-FONT-FAMILY-BASE)}.ids-puff-list-item .ids-puff-list-item__date{display:inline-flex;font-family:var(--IDS-FONT-FAMILY-BASE);font-size:.875rem;font-style:normal;font-weight:400;letter-spacing:.0625rem;line-height:1.25rem;margin-bottom:.25rem;text-transform:uppercase}.ids-puff-list-item .ids-puff-list-item__time{margin-left:.75rem}.ids-puff-list-item .ids-puff-list-item__date-spacer{margin:0 .5rem}.ids-puff-list-item .ids-puff-list-item__extra-content{align-items:center;display:flex;flex-direction:column;gap:.5rem;justify-content:center}.ids-puff-list-item.ids-puff-list-item--interactive .ids-puff-list-item__item-link{border:none;border-radius:.1875rem;color:var(--IDS-FONT__COLOR);cursor:pointer;display:block;font-family:inherit;font-size:inherit;text-decoration:none}.ids-puff-list-item.ids-puff-list-item--interactive .ids-puff-list-item__item-link:hover{color:var(--IDS-FONT__COLOR)}.ids-puff-list-item.ids-puff-list-item--interactive .ids-puff-list-item__item-link:hover .ids-puff-list-item-header__headline,.ids-puff-list-item.ids-puff-list-item--interactive .ids-puff-list-item__item-link:hover :is(h1,h2,h3,h4,h5,h6){color:var(--IDS-PUFF-LIST-HEADER-LINK__HOVER-COLOR)!important;text-decoration:underline!important}.ids-puff-list-item .ids-puff-list-item-separator{border-bottom:var(--IDS-PUFF-LIST__BORDER);height:.0625rem;width:100%}.ids-puff-list-item.ids-puff-list-item--lean .ids-puff-list-item__inner{margin:0}.ids-puff-list-item.ids-puff-list-item--lean .ids-puff-list-item-separator{display:none}li.ids-puff-list-item:not(.ids-puff-list-item--lean){border-bottom:var(--IDS-PUFF-LIST__BORDER)}.ids-puff-list-item-header{display:flex;gap:1rem;width:100%}.ids-puff-list-item-header .ids-puff-list-item-header__headline,.ids-puff-list-item-header :is(h1,h2,h3,h4,h5,h6){color:var(--IDS-PUFF-LIST-HEADER-LINK__COLOR);display:inline;font-family:var(--ids-font-family-heading)!important;font-size:var(--ids-font-size-heading-s)!important;font-style:normal;font-weight:var(--ids-font-weight-heading-s)!important;letter-spacing:var(--ids-font-letter-spacing-heading-s)!important;line-height:var(--ids-font-line-height-heading-s)!important;margin-bottom:.25rem!important;margin-top:0!important;padding-left:1.75rem;position:relative;text-underline-offset:.125rem}.ids-puff-list-item-header .ids-puff-list-item-header__headline a,.ids-puff-list-item-header :is(h1,h2,h3,h4,h5,h6) a{border:none;color:var(--IDS-PUFF-LIST-HEADER-LINK__COLOR);cursor:pointer;display:inline;font-family:var(--ids-font-family-heading)!important;font-size:var(--ids-font-size-heading-s)!important;font-style:normal;font-weight:var(--ids-font-weight-heading-s)!important;letter-spacing:var(--ids-font-letter-spacing-heading-s)!important;line-height:var(--ids-font-line-height-heading-s)!important;text-decoration:none!important;text-underline-offset:.125rem;width:100%}.ids-puff-list-item-header .ids-puff-list-item-header__headline:before,.ids-puff-list-item-header :is(h1,h2,h3,h4,h5,h6):before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:\"\\e93d\";display:block;font:icon;font-family:Inera-Design-Icons!important;font-size:1.25rem;left:0;position:absolute;top:.125rem}@-moz-document url-prefix(){.ids-puff-list-item-header .ids-puff-list-item-header__headline:before,.ids-puff-list-item-header :is(h1,h2,h3,h4,h5,h6):before{top:.125rem}}.ids-puff-list-item-header .ids-puff-list-item-header__headline a:hover,.ids-puff-list-item-header :is(h1,h2,h3,h4,h5,h6) a:hover{color:var(--IDS-PUFF-LIST-HEADER-LINK__HOVER-COLOR);font-family:var(--ids-font-family-heading)!important;font-size:var(--ids-font-size-heading-s)!important;font-style:normal;font-weight:var(--ids-font-weight-heading-s)!important;letter-spacing:var(--ids-font-letter-spacing-heading-s)!important;line-height:var(--ids-font-line-height-heading-s)!important;text-decoration:underline!important}.ids-puff-list-item-header .ids-puff-list-item-header__headline a:focus-visible,.ids-puff-list-item-header :is(h1,h2,h3,h4,h5,h6) a:focus-visible{border-radius:.0625rem;outline-offset:.25rem!important}.ids-puff-list-item-header .ids-puff-list-item-header__headline.ids-puff-list-item-header__headline--hover,.ids-puff-list-item-header :is(h1,h2,h3,h4,h5,h6).ids-puff-list-item-header__headline--hover{color:var(--IDS-PUFF-LIST-HEADER-LINK__HOVER-COLOR);font-family:var(--ids-font-family-heading)!important;font-size:var(--ids-font-size-heading-s)!important;font-style:normal;font-weight:var(--ids-font-weight-heading-s)!important;letter-spacing:var(--ids-font-letter-spacing-heading-s)!important;line-height:var(--ids-font-line-height-heading-s)!important;text-decoration:underline!important}.ids-puff-list-item-header .ids-puff-list-item-header__headline.ids-puff-list-item-header__headline--hover:before,.ids-puff-list-item-header :is(h1,h2,h3,h4,h5,h6).ids-puff-list-item-header__headline--hover:before{color:var(--IDS-PUFF-LIST-HEADER-LINK__HOVER-COLOR)}.ids-puff-list-item-header .ids-puff-list-item-header__headline:hover:before,.ids-puff-list-item-header :is(h1,h2,h3,h4,h5,h6):hover:before{color:var(--IDS-PUFF-LIST-HEADER-LINK__HOVER-COLOR)}.ids-puff-list-item-header .ids-puff-list-item-header__headline .ids-puff-list-item-header__extra-content>*,.ids-puff-list-item-header :is(h1,h2,h3,h4,h5,h6) .ids-puff-list-item-header__extra-content>*{margin-left:1rem;position:relative;top:-.0625rem}@media (max-width:1024px){.ids-puff-list-item-header .ids-puff-list-item-header__headline .ids-puff-list-item-header__extra-content>*,.ids-puff-list-item-header :is(h1,h2,h3,h4,h5,h6) .ids-puff-list-item-header__extra-content>*{margin-left:.5rem}}.ids-puff-list-item-header .ids-puff-list-item-header__headline.ids-puff-list-item-header__headline--no-margin,.ids-puff-list-item-header :is(h1,h2,h3,h4,h5,h6).ids-puff-list-item-header__headline--no-margin{margin-bottom:0!important}.ids-puff-list-item__info{color:var(--IDS-LIST__ITEM-INFO-COLOR)!important;display:block;font-family:var(--IDS-FONT-FAMILY-BASE);font-size:1rem;font-style:italic;font-weight:400;margin-bottom:.5rem;margin-top:0}.ids-puff-list-item__info.ids-puff-list-item__info--bottom{margin-bottom:0;margin-top:.5rem}";
|
|
4
4
|
|
|
5
5
|
var puffListLit = css`${unsafeCSS(css_248z)}`;
|
|
6
6
|
|
|
@@ -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}}.ids--dark,.ids--light{--IDS-FONT-FAMILY-BASE:\"Open Sans\";--IDS-FONT-FAMILY-HEADING:\"Inter\";--IDS-FONT-COLOR:var(--ids-color-surface-text-on-default);--IDS-HEADING-XXL__MARGIN-BOTTOM:1.875rem;--IDS-HEADING-XL__MARGIN-BOTTOM:1.875rem;--IDS-HEADING-L__MARGIN-BOTTOM:1.875rem;--IDS-PAGE-LIST__COLOR:var(--ids-color-brand-text-primary);--IDS-PAGE-LIST__FONT-FAMILY:var(--IDS-FONT-FAMILY-HEADING);--IDS-PAGE-LIST__FONT-SIZE:1.25rem;--IDS-PAGE-LIST__LINE-HEIGHT:1.5rem;--IDS-PAGE-LIST__FONT-WEIGHT:700;--IDS-PAGE-LIST__LETTER-SPACING:-0.025rem;--IDS-BULLET-LIST__MARKER-COLOR:var(--ids-color-brand-text-primary);--IDS-BULLET-LIST__MARKER-FONT-WEIGHT:bold;--IDS-BULLET-LIST__LINE-HEIGHT:1.5rem;--IDS-DIVIDER__COLOR:var(--ids-color-surface-border-default)}.ids--dark.ids--1177-admin,.ids--dark.ids--1177-pro,.ids--light.ids--1177-admin,.ids--light.ids--1177-pro{--IDS-PAGE-LIST__COLOR:var(--ids-color-interactive-text-default)}.ids--dark.ids--inera,.ids--dark.ids--inera-admin,.ids--light.ids--inera,.ids--light.ids--inera-admin{--IDS-FONT-FAMILY-BASE:\"Open Sans\";--IDS-FONT-FAMILY-HEADING:\"Poppins\";--IDS-HEADING-XXL__MARGIN-BOTTOM:1.25rem;--IDS-HEADING-XL__MARGIN-BOTTOM:1.25rem;--IDS-HEADING-L__MARGIN-BOTTOM:1.25rem;--IDS-PAGE-LIST__FONT-WEIGHT:600;--IDS-PAGE-LIST__LETTER-SPACING:0;--IDS-BULLET-LIST__MARKER-FONT-WEIGHT:normal;--IDS-BULLET-LIST__LINE-HEIGHT:1.625rem;--IDS-DESCRIPTION-LIST__TERM-FONT-WEIGHT:600}.ids--dark.ids--dark,.ids--light.ids--dark{--IDS-PAGE-LIST__COLOR:var(--ids-color-navigation-text-default)}.ids--dark.ids--dark.ids--1177-admin,.ids--dark.ids--dark.ids--1177-pro,.ids--dark.ids--dark.ids--inera,.ids--dark.ids--dark.ids--inera-admin,.ids--light.ids--dark.ids--1177-admin,.ids--light.ids--dark.ids--1177-pro,.ids--light.ids--dark.ids--inera,.ids--light.ids--dark.ids--inera-admin{--IDS-PAGE-LIST__COLOR:var(--ids-color-interactive-text-default)}.ids-puff-list-item.ids-puff-list-item--interactive ::slotted([slot=item-link]){border:none;border-radius:.1875rem;color:var(--IDS-FONT__COLOR);cursor:pointer;display:block;font-family:inherit;font-size:inherit;text-decoration:none}.ids-puff-list-item.ids-puff-list-item--interactive ::slotted([slot=item-link]):hover{color:var(--IDS-FONT__COLOR)}.ids-puff-list-item-header .ids-puff-list-item-header__headline ::slotted(a),.ids-puff-list-item-header :is(h1,h2,h3,h4,h5,h6) ::slotted(a){border:none;color:var(--IDS-PUFF-LIST-HEADER-LINK__COLOR);cursor:pointer;display:inline;font-family:var(--ids-font-family-heading)!important;font-size:var(--ids-font-size-heading-s)!important;font-style:normal;font-weight:var(--ids-font-weight-heading-s)!important;letter-spacing:var(--ids-font-letter-spacing-heading-s)!important;line-height:var(--ids-font-line-height-heading-s)!important;text-decoration:none!important;text-underline-offset:.125rem;width:100%}.ids-puff-list-item-header .ids-puff-list-item-header__headline ::slotted(a:hover),.ids-puff-list-item-header :is(h1,h2,h3,h4,h5,h6) ::slotted(a:hover){color:var(--IDS-PUFF-LIST-HEADER-LINK__HOVER-COLOR);font-family:var(--ids-font-family-heading)!important;font-size:var(--ids-font-size-heading-s)!important;font-style:normal;font-weight:var(--ids-font-weight-heading-s)!important;letter-spacing:var(--ids-font-letter-spacing-heading-s)!important;line-height:var(--ids-font-line-height-heading-s)!important;text-decoration:underline!important}.ids-puff-list-item-header .ids-puff-list-item-header__headline ::slotted(a:focus-visible),.ids-puff-list-item-header :is(h1,h2,h3,h4,h5,h6) ::slotted(a:focus-visible){border-radius:.0625rem;outline-offset:.25rem!important}.ids-puff-list-item-header .ids-puff-list-item-header__headline .ids-puff-list-item-header__extra-content>::slotted(*),.ids-puff-list-item-header :is(h1,h2,h3,h4,h5,h6) .ids-puff-list-item-header__extra-content>::slotted(*){margin-left:1rem;position:relative;top:-.0625rem}@media (max-width:1024px){.ids-puff-list-item-header .ids-puff-list-item-header__headline .ids-puff-list-item-header__extra-content>::slotted(*),.ids-puff-list-item-header :is(h1,h2,h3,h4,h5,h6) .ids-puff-list-item-header__extra-content>::slotted(*){margin-left:.5rem}}";
|
|
4
|
+
|
|
5
|
+
var puffListShadowLit = css`${unsafeCSS(css_248z)}`;
|
|
6
|
+
|
|
7
|
+
export { puffListShadowLit as default };
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
@media (max-width: 639px) {
|
|
2
|
+
.ids-desktop {
|
|
3
|
+
display: none !important;
|
|
4
|
+
}
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
@media (min-width: 1024px) {
|
|
8
|
+
.ids-mobile {
|
|
9
|
+
display: none !important;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.ids--light, .ids--dark {
|
|
14
|
+
--IDS-FONT-FAMILY-BASE: "Open Sans";
|
|
15
|
+
--IDS-FONT-FAMILY-HEADING: "Inter";
|
|
16
|
+
--IDS-FONT-COLOR: var(--ids-color-surface-text-on-default);
|
|
17
|
+
--IDS-HEADING-XXL__MARGIN-BOTTOM: 1.875rem;
|
|
18
|
+
--IDS-HEADING-XL__MARGIN-BOTTOM: 1.875rem;
|
|
19
|
+
--IDS-HEADING-L__MARGIN-BOTTOM: 1.875rem;
|
|
20
|
+
--IDS-PAGE-LIST__COLOR: var(--ids-color-brand-text-primary);
|
|
21
|
+
--IDS-PAGE-LIST__FONT-FAMILY: var(--IDS-FONT-FAMILY-HEADING);
|
|
22
|
+
--IDS-PAGE-LIST__FONT-SIZE: 1.25rem;
|
|
23
|
+
--IDS-PAGE-LIST__LINE-HEIGHT: 1.5rem;
|
|
24
|
+
--IDS-PAGE-LIST__FONT-WEIGHT: 700;
|
|
25
|
+
--IDS-PAGE-LIST__LETTER-SPACING: -0.025rem;
|
|
26
|
+
--IDS-BULLET-LIST__MARKER-COLOR: var(--ids-color-brand-text-primary);
|
|
27
|
+
--IDS-BULLET-LIST__MARKER-FONT-WEIGHT: bold;
|
|
28
|
+
--IDS-BULLET-LIST__LINE-HEIGHT: 1.5rem;
|
|
29
|
+
--IDS-DIVIDER__COLOR: var(--ids-color-surface-border-default);
|
|
30
|
+
}
|
|
31
|
+
.ids--light.ids--1177-pro, .ids--light.ids--1177-admin, .ids--dark.ids--1177-pro, .ids--dark.ids--1177-admin {
|
|
32
|
+
--IDS-PAGE-LIST__COLOR: var(--ids-color-interactive-text-default);
|
|
33
|
+
}
|
|
34
|
+
.ids--light.ids--inera, .ids--light.ids--inera-admin, .ids--dark.ids--inera, .ids--dark.ids--inera-admin {
|
|
35
|
+
--IDS-FONT-FAMILY-BASE: "Open Sans";
|
|
36
|
+
--IDS-FONT-FAMILY-HEADING: "Poppins";
|
|
37
|
+
--IDS-HEADING-XXL__MARGIN-BOTTOM: 1.25rem;
|
|
38
|
+
--IDS-HEADING-XL__MARGIN-BOTTOM: 1.25rem;
|
|
39
|
+
--IDS-HEADING-L__MARGIN-BOTTOM: 1.25rem;
|
|
40
|
+
--IDS-PAGE-LIST__FONT-WEIGHT: 600;
|
|
41
|
+
--IDS-PAGE-LIST__LETTER-SPACING: 0;
|
|
42
|
+
--IDS-BULLET-LIST__MARKER-FONT-WEIGHT: normal;
|
|
43
|
+
--IDS-BULLET-LIST__LINE-HEIGHT: 1.625rem;
|
|
44
|
+
--IDS-DESCRIPTION-LIST__TERM-FONT-WEIGHT: 600;
|
|
45
|
+
}
|
|
46
|
+
.ids--light.ids--dark, .ids--dark.ids--dark {
|
|
47
|
+
--IDS-PAGE-LIST__COLOR: var(--ids-color-navigation-text-default);
|
|
48
|
+
}
|
|
49
|
+
.ids--light.ids--dark.ids--1177-pro, .ids--light.ids--dark.ids--1177-admin, .ids--light.ids--dark.ids--inera, .ids--light.ids--dark.ids--inera-admin, .ids--dark.ids--dark.ids--1177-pro, .ids--dark.ids--dark.ids--1177-admin, .ids--dark.ids--dark.ids--inera, .ids--dark.ids--dark.ids--inera-admin {
|
|
50
|
+
--IDS-PAGE-LIST__COLOR: var(--ids-color-interactive-text-default);
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.ids-puff-list-item.ids-puff-list-item--interactive ::slotted([slot=item-link]) {
|
|
54
|
+
color: var(--IDS-FONT__COLOR);
|
|
55
|
+
font-size: inherit;
|
|
56
|
+
font-family: inherit;
|
|
57
|
+
text-decoration: none;
|
|
58
|
+
cursor: pointer;
|
|
59
|
+
display: block;
|
|
60
|
+
border: none;
|
|
61
|
+
border-radius: 0.1875rem;
|
|
62
|
+
}
|
|
63
|
+
.ids-puff-list-item.ids-puff-list-item--interactive ::slotted([slot=item-link]):hover {
|
|
64
|
+
color: var(--IDS-FONT__COLOR);
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.ids-puff-list-item-header .ids-puff-list-item-header__headline ::slotted(a),
|
|
68
|
+
.ids-puff-list-item-header *:is(h1, h2, h3, h4, h5, h6) ::slotted(a) {
|
|
69
|
+
cursor: pointer;
|
|
70
|
+
display: inline;
|
|
71
|
+
text-decoration: none !important;
|
|
72
|
+
width: 100%;
|
|
73
|
+
border: none;
|
|
74
|
+
text-underline-offset: 0.125rem;
|
|
75
|
+
font-style: normal;
|
|
76
|
+
color: var(--IDS-PUFF-LIST-HEADER-LINK__COLOR);
|
|
77
|
+
font-family: var(--ids-font-family-heading) !important;
|
|
78
|
+
font-size: var(--ids-font-size-heading-s) !important;
|
|
79
|
+
line-height: var(--ids-font-line-height-heading-s) !important;
|
|
80
|
+
letter-spacing: var(--ids-font-letter-spacing-heading-s) !important;
|
|
81
|
+
font-weight: var(--ids-font-weight-heading-s) !important;
|
|
82
|
+
}
|
|
83
|
+
.ids-puff-list-item-header .ids-puff-list-item-header__headline ::slotted(a:hover),
|
|
84
|
+
.ids-puff-list-item-header *:is(h1, h2, h3, h4, h5, h6) ::slotted(a:hover) {
|
|
85
|
+
text-decoration: underline !important;
|
|
86
|
+
font-style: normal;
|
|
87
|
+
color: var(--IDS-PUFF-LIST-HEADER-LINK__HOVER-COLOR);
|
|
88
|
+
font-family: var(--ids-font-family-heading) !important;
|
|
89
|
+
font-size: var(--ids-font-size-heading-s) !important;
|
|
90
|
+
line-height: var(--ids-font-line-height-heading-s) !important;
|
|
91
|
+
letter-spacing: var(--ids-font-letter-spacing-heading-s) !important;
|
|
92
|
+
font-weight: var(--ids-font-weight-heading-s) !important;
|
|
93
|
+
}
|
|
94
|
+
.ids-puff-list-item-header .ids-puff-list-item-header__headline ::slotted(a:focus-visible),
|
|
95
|
+
.ids-puff-list-item-header *:is(h1, h2, h3, h4, h5, h6) ::slotted(a:focus-visible) {
|
|
96
|
+
border-radius: 0.0625rem;
|
|
97
|
+
outline-offset: 0.25rem !important;
|
|
98
|
+
}
|
|
99
|
+
.ids-puff-list-item-header .ids-puff-list-item-header__headline .ids-puff-list-item-header__extra-content > ::slotted(*),
|
|
100
|
+
.ids-puff-list-item-header *:is(h1, h2, h3, h4, h5, h6) .ids-puff-list-item-header__extra-content > ::slotted(*) {
|
|
101
|
+
margin-left: 1rem;
|
|
102
|
+
top: -0.0625rem;
|
|
103
|
+
position: relative;
|
|
104
|
+
}
|
|
105
|
+
@media (max-width: 1024px) {
|
|
106
|
+
.ids-puff-list-item-header .ids-puff-list-item-header__headline .ids-puff-list-item-header__extra-content > ::slotted(*),
|
|
107
|
+
.ids-puff-list-item-header *:is(h1, h2, h3, h4, h5, h6) .ids-puff-list-item-header__extra-content > ::slotted(*) {
|
|
108
|
+
margin-left: 0.5rem;
|
|
109
|
+
}
|
|
110
|
+
}
|