@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
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
.ids-navigation-local ::slotted(a) {
|
|
2
|
+
display: block !important;
|
|
3
|
+
position: relative;
|
|
4
|
+
padding: 0.75rem;
|
|
5
|
+
color: var(--IDS-NAVIGATION-LOCAL__LINK-COLOR);
|
|
6
|
+
font-family: var(--IDS-FONT-FAMILY-BASE) !important;
|
|
7
|
+
text-decoration: none;
|
|
8
|
+
}
|
|
9
|
+
.ids-navigation-local ::slotted(a):before {
|
|
10
|
+
content: "";
|
|
11
|
+
position: absolute;
|
|
12
|
+
left: -0.5rem;
|
|
13
|
+
top: -0.063rem;
|
|
14
|
+
display: block;
|
|
15
|
+
height: calc(100% + 0.063rem);
|
|
16
|
+
width: 0.5rem;
|
|
17
|
+
}
|
|
18
|
+
.ids-navigation-local ::slotted(a):after {
|
|
19
|
+
content: "";
|
|
20
|
+
position: absolute;
|
|
21
|
+
left: 0;
|
|
22
|
+
right: 0;
|
|
23
|
+
bottom: 0;
|
|
24
|
+
display: block;
|
|
25
|
+
height: 0.063rem;
|
|
26
|
+
background-color: var(--IDS-NAVIGATION-LOCAL__AFTER-COLOR);
|
|
27
|
+
}
|
|
28
|
+
.ids-navigation-local ::slotted(.ids-navigation-local-link--active):before {
|
|
29
|
+
background-color: var(--IDS-NAVIGATION-LOCAL--ACTIVE-BEFORE-COLOR);
|
|
30
|
+
}
|
|
31
|
+
.ids-navigation-local ::slotted(a:hover):before,
|
|
32
|
+
.ids-navigation-local ::slotted(a:active:hover):before {
|
|
33
|
+
background-color: var(--IDS-NAVIGATION-LOCAL--HOVER-BEFORE-COLOR) !important;
|
|
34
|
+
}
|
|
35
|
+
.ids-navigation-local ::slotted(a:focus-visible) {
|
|
36
|
+
outline-offset: -0.25rem !important;
|
|
37
|
+
}
|
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
.ids-navigation-local {
|
|
2
2
|
padding-left: 0.5rem;
|
|
3
3
|
}
|
|
4
|
+
.ids-navigation-local ul {
|
|
5
|
+
list-style: none;
|
|
6
|
+
padding: 0;
|
|
7
|
+
margin: 0;
|
|
8
|
+
}
|
|
4
9
|
.ids-navigation-local .ids-navigation-local__headline {
|
|
5
10
|
color: var(--IDS-NAVIGATION-LOCAL__HEADLINE-COLOR);
|
|
6
11
|
font-family: var(--IDS-FONT-FAMILY-BASE);
|
|
@@ -13,17 +18,16 @@
|
|
|
13
18
|
border-bottom: var(--IDS-NAVIGATION-LOCAL__BORDER);
|
|
14
19
|
}
|
|
15
20
|
.ids-navigation-local a,
|
|
16
|
-
.ids-navigation-local .ids-navigation-local__link
|
|
17
|
-
.ids-navigation-local ::slotted(a) {
|
|
21
|
+
.ids-navigation-local .ids-navigation-local__link {
|
|
18
22
|
display: block !important;
|
|
19
23
|
position: relative;
|
|
20
24
|
padding: 0.75rem;
|
|
21
25
|
color: var(--IDS-NAVIGATION-LOCAL__LINK-COLOR);
|
|
26
|
+
font-family: var(--IDS-FONT-FAMILY-BASE) !important;
|
|
22
27
|
text-decoration: none;
|
|
23
28
|
}
|
|
24
29
|
.ids-navigation-local a:before,
|
|
25
|
-
.ids-navigation-local .ids-navigation-local__link:before
|
|
26
|
-
.ids-navigation-local ::slotted(a):before {
|
|
30
|
+
.ids-navigation-local .ids-navigation-local__link:before {
|
|
27
31
|
content: "";
|
|
28
32
|
position: absolute;
|
|
29
33
|
left: -0.5rem;
|
|
@@ -33,8 +37,7 @@
|
|
|
33
37
|
width: 0.5rem;
|
|
34
38
|
}
|
|
35
39
|
.ids-navigation-local a:after,
|
|
36
|
-
.ids-navigation-local .ids-navigation-local__link:after
|
|
37
|
-
.ids-navigation-local ::slotted(a):after {
|
|
40
|
+
.ids-navigation-local .ids-navigation-local__link:after {
|
|
38
41
|
content: "";
|
|
39
42
|
position: absolute;
|
|
40
43
|
left: 0;
|
|
@@ -44,22 +47,13 @@
|
|
|
44
47
|
height: 0.063rem;
|
|
45
48
|
background-color: var(--IDS-NAVIGATION-LOCAL__AFTER-COLOR);
|
|
46
49
|
}
|
|
47
|
-
.ids-navigation-local a:hover:before,
|
|
48
|
-
.ids-navigation-local .ids-navigation-local__link:hover:before,
|
|
49
|
-
.ids-navigation-local ::slotted(a):hover:before {
|
|
50
|
-
background-color: var(--IDS-NAVIGATION-LOCAL--HOVER-BEFORE-COLOR) !important;
|
|
51
|
-
}
|
|
52
|
-
.ids-navigation-local ::slotted(.ids-navigation-local-link--active):before,
|
|
53
50
|
.ids-navigation-local .ids-navigation-local-link--active:before {
|
|
54
51
|
background-color: var(--IDS-NAVIGATION-LOCAL--ACTIVE-BEFORE-COLOR);
|
|
55
52
|
}
|
|
56
53
|
.ids-navigation-local a:hover:before,
|
|
57
|
-
.ids-navigation-local a:active:hover:before
|
|
58
|
-
.ids-navigation-local ::slotted(a:hover):before,
|
|
59
|
-
.ids-navigation-local ::slotted(a:active:hover):before {
|
|
54
|
+
.ids-navigation-local a:active:hover:before {
|
|
60
55
|
background-color: var(--IDS-NAVIGATION-LOCAL--HOVER-BEFORE-COLOR) !important;
|
|
61
56
|
}
|
|
62
|
-
.ids-navigation-local a:focus-visible
|
|
63
|
-
.ids-navigation-local ::slotted(a:focus-visible) {
|
|
57
|
+
.ids-navigation-local a:focus-visible {
|
|
64
58
|
outline-offset: -0.25rem !important;
|
|
65
59
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { css, unsafeCSS } from 'lit';
|
|
2
2
|
|
|
3
|
-
var css_248z = ".ids-notification-badge{align-items:center;background-color:var(--IDS-NOTIFICATION-BADGE--PRIMARY__BACKGROUND-COLOR);border:var(--IDS-NOTIFICATION-BADGE__BORDER-THICKNESS) solid var(--IDS-NOTIFICATION-BADGE--PRIMARY__BORDER-COLOR);border-radius:1.5rem;box-sizing:border-box;color:var(--IDS-NOTIFICATION-BADGE--PRIMARY__COLOR);display:inline-flex;flex-shrink:0;font-family:var(--IDS-FONT-FAMILY-BASE);font-size:.875rem;font-weight:400;line-height:.875rem;max-height:1.625rem;min-height:1.5rem;min-width:1.5rem;padding:var(--IDS-NOTIFICATION-BADGE__PADDING);text-align:center}.ids-notification-badge
|
|
3
|
+
var css_248z = ".ids-notification-badge{align-items:center;background-color:var(--IDS-NOTIFICATION-BADGE--PRIMARY__BACKGROUND-COLOR);border:var(--IDS-NOTIFICATION-BADGE__BORDER-THICKNESS) solid var(--IDS-NOTIFICATION-BADGE--PRIMARY__BORDER-COLOR);border-radius:1.5rem;box-sizing:border-box;color:var(--IDS-NOTIFICATION-BADGE--PRIMARY__COLOR);display:inline-flex;flex-shrink:0;font-family:var(--IDS-FONT-FAMILY-BASE);font-size:.875rem;font-weight:400;line-height:.875rem;max-height:1.625rem;min-height:1.5rem;min-width:1.5rem;padding:var(--IDS-NOTIFICATION-BADGE__PADDING);text-align:center}.ids-notification-badge span{font-size:1rem!important;height:.6875rem!important;position:relative}.ids-notification-badge span:before{font-size:1rem!important;top:50%;transform:translateY(-50%)}.ids-notification-badge.ids-notification-badge--primary{background-color:var(--IDS-NOTIFICATION-BADGE--PRIMARY__BACKGROUND-COLOR);border:var(--IDS-NOTIFICATION-BADGE__BORDER-THICKNESS) solid var(--IDS-NOTIFICATION-BADGE--PRIMARY__BORDER-COLOR);color:var(--IDS-NOTIFICATION-BADGE--PRIMARY__COLOR)}.ids-notification-badge.ids-notification-badge--secondary{background-color:var(--IDS-NOTIFICATION-BADGE--SECONDARY__BACKGROUND-COLOR);border:var(--IDS-NOTIFICATION-BADGE__BORDER-THICKNESS) solid var(--IDS-NOTIFICATION-BADGE--SECONDARY__BORDER-COLOR);color:var(--IDS-NOTIFICATION-BADGE--SECONDARY__COLOR)}.ids-notification-badge.ids-notification-badge--neutral{background-color:var(--IDS-NOTIFICATION-BADGE--NEUTRAL__BACKGROUND-COLOR);border:var(--IDS-NOTIFICATION-BADGE__BORDER-THICKNESS) solid var(--IDS-NOTIFICATION-BADGE--NEUTRAL__BORDER-COLOR);color:var(--IDS-NOTIFICATION-BADGE--NEUTRAL__COLOR)}.ids-notification-badge.ids-notification-badge--info{background-color:var(--IDS-NOTIFICATION-BADGE--INFO__BACKGROUND-COLOR);border:var(--IDS-NOTIFICATION-BADGE__BORDER-THICKNESS) solid var(--IDS-NOTIFICATION-BADGE--INFO__BORDER-COLOR);color:var(--IDS-NOTIFICATION-BADGE--INFO__COLOR)}.ids-notification-badge.ids-notification-badge--attention{background-color:var(--IDS-NOTIFICATION-BADGE--ATTENTION__BACKGROUND-COLOR);border:var(--IDS-NOTIFICATION-BADGE__BORDER-THICKNESS) solid var(--IDS-NOTIFICATION-BADGE--ATTENTION__BORDER-COLOR);color:var(--IDS-NOTIFICATION-BADGE--ATTENTION__COLOR)}.ids-notification-badge.ids-notification-badge--success{background-color:var(--IDS-NOTIFICATION-BADGE--SUCCESS__BACKGROUND-COLOR);border:var(--IDS-NOTIFICATION-BADGE__BORDER-THICKNESS) solid var(--IDS-NOTIFICATION-BADGE--SUCCESS__BORDER-COLOR);color:var(--IDS-NOTIFICATION-BADGE--SUCCESS__COLOR)}.ids-notification-badge.ids-notification-badge--error{background-color:var(--IDS-NOTIFICATION-BADGE--ERROR__BACKGROUND-COLOR);border:var(--IDS-NOTIFICATION-BADGE__BORDER-THICKNESS) solid var(--IDS-NOTIFICATION-BADGE--ERROR__BORDER-COLOR);color:var(--IDS-NOTIFICATION-BADGE--ERROR__COLOR)}";
|
|
4
4
|
|
|
5
5
|
var notificationBadgeLit = css`${unsafeCSS(css_248z)}`;
|
|
6
6
|
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { css, unsafeCSS } from 'lit';
|
|
2
|
+
|
|
3
|
+
var css_248z = ".ids-notification-badge ::slotted(span){font-size:1rem!important;height:.6875rem!important;position:relative}.ids-notification-badge ::slotted(span):before{font-size:1rem!important;top:50%;transform:translateY(-50%)}";
|
|
4
|
+
|
|
5
|
+
var notificationBadgeShadowLit = css`${unsafeCSS(css_248z)}`;
|
|
6
|
+
|
|
7
|
+
export { notificationBadgeShadowLit as default };
|
|
@@ -17,14 +17,12 @@
|
|
|
17
17
|
display: inline-flex;
|
|
18
18
|
align-items: center;
|
|
19
19
|
}
|
|
20
|
-
.ids-notification-badge span
|
|
21
|
-
.ids-notification-badge ::slotted(span) {
|
|
20
|
+
.ids-notification-badge span {
|
|
22
21
|
position: relative;
|
|
23
22
|
font-size: 1rem !important;
|
|
24
23
|
height: 0.6875rem !important;
|
|
25
24
|
}
|
|
26
|
-
.ids-notification-badge span::before
|
|
27
|
-
.ids-notification-badge ::slotted(span)::before {
|
|
25
|
+
.ids-notification-badge span::before {
|
|
28
26
|
font-size: 1rem !important;
|
|
29
27
|
top: 50%;
|
|
30
28
|
transform: translateY(-50%);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { css, unsafeCSS } from 'lit';
|
|
2
2
|
|
|
3
|
-
var css_248z = ".ids-popover{display:flex;max-width:fit-content;position:relative}.ids-popover .ids-popover-trigger{cursor:pointer;display:flex}";
|
|
3
|
+
var css_248z = ".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)}@media (max-width:639px){.ids-desktop{display:none!important}}@media (min-width:1024px){.ids-mobile{display:none!important}}.ids-popover{display:inline-flex;max-width:fit-content;position:relative}.ids-popover .ids-popover-trigger{cursor:pointer;display:flex}.ids-popover-content{background-color:var(--IDS-POPOVER-CONTENT__BACKGROUND-COLOR);border:var(--IDS-POPOVER-CONTENT__BORDER-THICKNESS) solid var(--IDS-POPOVER-CONTENT__BORDER-COLOR);border-radius:var(--IDS-POPOVER-CONTENT__BORDER-RADIUS);box-shadow:var(--IDS-BOX-SHADOW-ELEVATED-2);box-sizing:border-box;color:var(--ids-color-surface-text-on-default);font-family:var(--IDS-FONT-FAMILY-BASE);max-height:16.25rem;padding:1.25rem 1rem 1.25rem 1.25rem;position:relative;width:16.25rem;z-index:150}.ids-popover-content h3{color:var(--IDS-FONT-COLOR)!important;color:var(--ids-color-heading-text-xs);font-family:var(--ids-font-family-heading)!important;font-size:var(--ids-font-size-heading-xs)!important;font-style:normal;font-weight:var(--ids-font-weight-heading-xs)!important;letter-spacing:var(--ids-font-letter-spacing-heading-xs)!important;line-height:var(--ids-font-line-height-heading-xs)!important;margin-bottom:.5rem!important}.ids-popover-content .ids-popover-content__caret{position:absolute}.ids-popover-content .ids-popover-content__caret.hide{display:none}.ids-popover-content .ids-popover-content__caret.ids-popover-content__caret--top{bottom:-.4375rem;left:50%}.ids-popover-content .ids-popover-content__caret.ids-popover-content__caret--top-left{bottom:-.4375rem;left:1.375rem}.ids-popover-content .ids-popover-content__caret.ids-popover-content__caret--top-right{bottom:-.4375rem;right:1.375rem}.ids-popover-content .ids-popover-content__caret.ids-popover-content__caret--left{right:-.4375rem;top:50%}.ids-popover-content .ids-popover-content__caret.ids-popover-content__caret--left-top{bottom:1.375rem;right:-.4375rem}.ids-popover-content .ids-popover-content__caret.ids-popover-content__caret--left-bottom{right:-.4375rem;top:1.375rem}.ids-popover-content .ids-popover-content__caret.ids-popover-content__caret--right{left:-.4375rem;top:50%}.ids-popover-content .ids-popover-content__caret.ids-popover-content__caret--right-top{bottom:1.375rem;left:-.4375rem}.ids-popover-content .ids-popover-content__caret.ids-popover-content__caret--right-bottom{left:-.4375rem;top:1.375rem}.ids-popover-content .ids-popover-content__caret.ids-popover-content__caret--bottom{left:50%;top:var(--IDS-POPOVER-CONTENT__CARET-CONTENT-TOP)}.ids-popover-content .ids-popover-content__caret.ids-popover-content__caret--bottom-left{left:1.375rem;top:var(--IDS-POPOVER-CONTENT__CARET-CONTENT-TOP)}.ids-popover-content .ids-popover-content__caret.ids-popover-content__caret--bottom-right{right:1.375rem;top:var(--IDS-POPOVER-CONTENT__CARET-CONTENT-TOP)}.ids-popover-content .ids-popover-content__caret-body{background:var(--IDS-POPOVER-CONTENT__CARET-BODY-COLOR);display:block;position:absolute;z-index:4}.ids-popover-content .ids-popover-content__caret-body.ids-popover-content__caret--top,.ids-popover-content .ids-popover-content__caret-body.ids-popover-content__caret--top-left,.ids-popover-content .ids-popover-content__caret-body.ids-popover-content__caret--top-right{bottom:var(--IDS-POPOVER-CONTENT__CARET-BODY-BOTTOM);clip-path:polygon(0 0,50% 100%,100% 0);height:.6rem;transform:translateX(-50%);width:1.2rem}.ids-popover-content .ids-popover-content__caret-body.ids-popover-content__caret--left,.ids-popover-content .ids-popover-content__caret-body.ids-popover-content__caret--left-bottom,.ids-popover-content .ids-popover-content__caret-body.ids-popover-content__caret--left-top{clip-path:polygon(0 0,100% 50%,0 100%);height:1.2rem;right:var(--IDS-POPOVER-CONTENT__CARET-BODY-RIGHT);transform:translateY(-50%);width:.6rem}.ids-popover-content .ids-popover-content__caret-body.ids-popover-content__caret--right,.ids-popover-content .ids-popover-content__caret-body.ids-popover-content__caret--right-bottom,.ids-popover-content .ids-popover-content__caret-body.ids-popover-content__caret--right-top{clip-path:polygon(0 50%,100% 0,100% 100%);height:1.2rem;left:var(--IDS-POPOVER-CONTENT__CARET-BODY-LEFT);transform:translateY(-50%);width:.6rem}.ids-popover-content .ids-popover-content__caret-body.ids-popover-content__caret--bottom,.ids-popover-content .ids-popover-content__caret-body.ids-popover-content__caret--bottom-left,.ids-popover-content .ids-popover-content__caret-body.ids-popover-content__caret--bottom-right{clip-path:polygon(0 100%,50% 0,100% 100%);height:.6rem;top:var(--IDS-POPOVER-CONTENT__CARET-BODY-TOP);transform:translateX(-50%);width:1.2rem}.ids-popover-content .ids-popover-content__caret-border{background-color:var(--IDS-POPOVER-CONTENT__CARET-BORDER-COLOR);position:absolute;z-index:1}.ids-popover-content .ids-popover-content__caret-border.ids-popover-content__caret--top,.ids-popover-content .ids-popover-content__caret-border.ids-popover-content__caret--top-left,.ids-popover-content .ids-popover-content__caret-border.ids-popover-content__caret--top-right{background-color:var(--IDS-POPOVER-CONTENT__BORDER-COLOR);bottom:var(--IDS-POPOVER-CONTENT__CARET-BORDER-BOTTOM);clip-path:polygon(0 0,50% 100%,100% 0);height:.6rem;transform:translateX(-50%);width:1.2rem}.ids-popover-content .ids-popover-content__caret-border.ids-popover-content__caret--left,.ids-popover-content .ids-popover-content__caret-border.ids-popover-content__caret--left-bottom,.ids-popover-content .ids-popover-content__caret-border.ids-popover-content__caret--left-top{background-color:var(--IDS-POPOVER-CONTENT__BORDER-COLOR);clip-path:polygon(0 0,100% 50%,0 100%);height:1.2rem;right:var(--IDS-POPOVER-CONTENT__CARET-BORDER-RIGHT);transform:translateY(-50%);width:.6rem}.ids-popover-content .ids-popover-content__caret-border.ids-popover-content__caret--right,.ids-popover-content .ids-popover-content__caret-border.ids-popover-content__caret--right-bottom,.ids-popover-content .ids-popover-content__caret-border.ids-popover-content__caret--right-top{background-color:var(--IDS-POPOVER-CONTENT__BORDER-COLOR);clip-path:polygon(0 50%,100% 0,100% 100%);height:1.2rem;left:var(--IDS-POPOVER-CONTENT__CARET-BORDER-LEFT);transform:translateY(-50%);width:.6rem}.ids-popover-content .ids-popover-content__caret-border.ids-popover-content__caret--bottom,.ids-popover-content .ids-popover-content__caret-border.ids-popover-content__caret--bottom-left,.ids-popover-content .ids-popover-content__caret-border.ids-popover-content__caret--bottom-right{clip-path:polygon(0 100%,50% 0,100% 100%);height:.6rem;top:var(--IDS-POPOVER-CONTENT__CARET-BORDER-TOP);transform:translateX(-50%);width:1.2rem}.ids-popover-content.ids-popover-content--top-left{bottom:calc(100% + .875rem);left:-.75rem;position:absolute}.ids-popover-content.ids-popover-content--top{bottom:calc(100% + .875rem);left:50%;position:absolute;transform:translateX(-50%)}.ids-popover-content.ids-popover-content--top-right{bottom:calc(100% + .875rem);position:absolute;right:-.75rem}.ids-popover-content.ids-popover-content--left-top{bottom:-.75rem;position:absolute;right:calc(100% + .875rem)}.ids-popover-content.ids-popover-content--left{position:absolute;right:calc(100% + .875rem);top:50%;transform:translateY(-50%)}.ids-popover-content.ids-popover-content--left-bottom{position:absolute;right:calc(100% + .875rem);top:-.75rem}.ids-popover-content.ids-popover-content--right-top{bottom:-.75rem;left:calc(100% + .875rem);position:absolute}.ids-popover-content.ids-popover-content--right{left:calc(100% + .875rem);position:absolute;top:50%;transform:translateY(-50%)}.ids-popover-content.ids-popover-content--right-bottom{left:calc(100% + .875rem);position:absolute;top:-.75rem}.ids-popover-content.ids-popover-content--bottom-left{left:-.75rem;position:absolute;top:calc(100% + .875rem)}.ids-popover-content.ids-popover-content--bottom{left:50%;position:absolute;top:calc(100% + .875rem);transform:translateX(-50%)}.ids-popover-content.ids-popover-content--bottom-right{position:absolute;right:-.75rem;top:calc(100% + .875rem)}.ids-popover-content .ids-popover-content__close-btn-wrapper{background-color:var(--IDS-POPOVER-CONTENT__BACKGROUND-COLOR);display:block;height:1.25rem;max-width:100%;padding-bottom:.25rem;padding-left:.25rem;position:absolute;right:.75rem;top:.75rem;z-index:1}.ids-popover-content .ids-popover-content__close-btn:focus-visible{outline:.125rem solid var(--IDS-FOCUS__OUTLINE-COLOR);outline-offset:.375rem!important}.ids-popover-content .ids-popover-content__close-btn{background:none;border:none;cursor:pointer;display:flex;height:1.25rem;padding:0;position:relative;width:1.25rem}.ids-popover-content .ids-popover-content__close-btn:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--IDS-ICON--ACTIVE-COLOR);content:\"\\e916\";display:block;font:icon;font-family:Inera-Design-Icons!important;font-size:1.25rem;left:0;position:absolute;top:0}.ids-popover-content .ids-popover-content__close-btn:hover:before{color:var(--IDS-ICON--ACTIVE-HOVER-COLOR)}.ids-popover-content .ids-popover-content__close-btn:focus-visible,.ids-popover-content .ids-popover-content__close-icon:focus-visible{border-radius:100%;outline:.125rem solid var(--IDS-FOCUS__OUTLINE-COLOR);outline-offset:.375rem!important}.ids-popover-content .ids-popover-content__content-wrapper::-webkit-scrollbar{width:.625rem}.ids-popover-content .ids-popover-content__content-wrapper::-webkit-scrollbar-thumb{background:var(--IDS-SCROLL__THUMB-COLOR);border:.125rem solid var(--IDS-SCROLL__TRACK-BACKGROUND-COLOR);border-radius:.625rem;cursor:auto}.ids-popover-content .ids-popover-content__content-wrapper::-webkit-scrollbar-thumb:hover{background:var(--IDS-SCROLL__THUMB-HOVER-COLOR)}.ids-popover-content .ids-popover-content__content-wrapper::-webkit-scrollbar-track{background:var(--IDS-SCROLL__TRACK-BACKGROUND-COLOR);border-radius:.625rem;margin-top:1.25rem;outline:.0625rem solid var(--IDS-SCROLL__TRACK-OUTLINE-COLOR)}.ids-popover-content .ids-popover-content__content-wrapper::-webkit-scrollbar-corner{background-color:transparent}.ids-popover-content .ids-popover-content__content-wrapper{max-height:100%;overflow-x:hidden;overflow-y:auto;text-align:left}.ids-popover-content .ids-popover-content__content-wrapper.ids-popover-content__content-wrapper--has-scrollbar{padding-right:.5rem}.ids-popover-content .ids-popover-content__content-wrapper:focus-visible{outline:var(--IDS-FOCUS__OUTLINE);outline-offset:0}.ids-popover-content .ids-popover-content__content-wrapper-inner{color:var(--IDS-POPOVER-FONT__COLOR);margin-right:1.25rem}.ids-popover-content .ids-popover-content__headline{color:var(--IDS-POPOVER-FONT__HEADING-COLOR);margin-right:.25rem;text-align:left}";
|
|
4
4
|
|
|
5
5
|
var popoverLit = css`${unsafeCSS(css_248z)}`;
|
|
6
6
|
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { css, unsafeCSS } from 'lit';
|
|
2
|
+
|
|
3
|
+
var css_248z = ".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)}@media (max-width:639px){.ids-desktop{display:none!important}}@media (min-width:1024px){.ids-mobile{display:none!important}}:host([show]) .ids-popover-content{display:block}:host .ids-popover-content{display:none;position:absolute;width:max-content}.ids-popover-content ::slotted(h3){color:var(--IDS-FONT-COLOR)!important;color:var(--ids-color-heading-text-xs);font-family:var(--ids-font-family-heading)!important;font-size:var(--ids-font-size-heading-xs)!important;font-style:normal;font-weight:var(--ids-font-weight-heading-xs)!important;letter-spacing:var(--ids-font-letter-spacing-heading-xs)!important;line-height:var(--ids-font-line-height-heading-xs)!important;margin-bottom:.5rem!important}";
|
|
4
|
+
|
|
5
|
+
var popoverShadowLit = css`${unsafeCSS(css_248z)}`;
|
|
6
|
+
|
|
7
|
+
export { popoverShadowLit as default };
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
.ids--light, .ids--dark {
|
|
2
|
+
--IDS-FONT-FAMILY-BASE: "Open Sans";
|
|
3
|
+
--IDS-FONT-FAMILY-HEADING: "Inter";
|
|
4
|
+
--IDS-FONT-COLOR: var(--ids-color-surface-text-on-default);
|
|
5
|
+
--IDS-HEADING-XXL__MARGIN-BOTTOM: 1.875rem;
|
|
6
|
+
--IDS-HEADING-XL__MARGIN-BOTTOM: 1.875rem;
|
|
7
|
+
--IDS-HEADING-L__MARGIN-BOTTOM: 1.875rem;
|
|
8
|
+
--IDS-PAGE-LIST__COLOR: var(--ids-color-brand-text-primary);
|
|
9
|
+
--IDS-PAGE-LIST__FONT-FAMILY: var(--IDS-FONT-FAMILY-HEADING);
|
|
10
|
+
--IDS-PAGE-LIST__FONT-SIZE: 1.25rem;
|
|
11
|
+
--IDS-PAGE-LIST__LINE-HEIGHT: 1.5rem;
|
|
12
|
+
--IDS-PAGE-LIST__FONT-WEIGHT: 700;
|
|
13
|
+
--IDS-PAGE-LIST__LETTER-SPACING: -0.025rem;
|
|
14
|
+
--IDS-BULLET-LIST__MARKER-COLOR: var(--ids-color-brand-text-primary);
|
|
15
|
+
--IDS-BULLET-LIST__MARKER-FONT-WEIGHT: bold;
|
|
16
|
+
--IDS-BULLET-LIST__LINE-HEIGHT: 1.5rem;
|
|
17
|
+
--IDS-DIVIDER__COLOR: var(--ids-color-surface-border-default);
|
|
18
|
+
}
|
|
19
|
+
.ids--light.ids--1177-pro, .ids--light.ids--1177-admin, .ids--dark.ids--1177-pro, .ids--dark.ids--1177-admin {
|
|
20
|
+
--IDS-PAGE-LIST__COLOR: var(--ids-color-interactive-text-default);
|
|
21
|
+
}
|
|
22
|
+
.ids--light.ids--inera, .ids--light.ids--inera-admin, .ids--dark.ids--inera, .ids--dark.ids--inera-admin {
|
|
23
|
+
--IDS-FONT-FAMILY-BASE: "Open Sans";
|
|
24
|
+
--IDS-FONT-FAMILY-HEADING: "Poppins";
|
|
25
|
+
--IDS-HEADING-XXL__MARGIN-BOTTOM: 1.25rem;
|
|
26
|
+
--IDS-HEADING-XL__MARGIN-BOTTOM: 1.25rem;
|
|
27
|
+
--IDS-HEADING-L__MARGIN-BOTTOM: 1.25rem;
|
|
28
|
+
--IDS-PAGE-LIST__FONT-WEIGHT: 600;
|
|
29
|
+
--IDS-PAGE-LIST__LETTER-SPACING: 0;
|
|
30
|
+
--IDS-BULLET-LIST__MARKER-FONT-WEIGHT: normal;
|
|
31
|
+
--IDS-BULLET-LIST__LINE-HEIGHT: 1.625rem;
|
|
32
|
+
--IDS-DESCRIPTION-LIST__TERM-FONT-WEIGHT: 600;
|
|
33
|
+
}
|
|
34
|
+
.ids--light.ids--dark, .ids--dark.ids--dark {
|
|
35
|
+
--IDS-PAGE-LIST__COLOR: var(--ids-color-navigation-text-default);
|
|
36
|
+
}
|
|
37
|
+
.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 {
|
|
38
|
+
--IDS-PAGE-LIST__COLOR: var(--ids-color-interactive-text-default);
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
@media (max-width: 639px) {
|
|
42
|
+
.ids-desktop {
|
|
43
|
+
display: none !important;
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
@media (min-width: 1024px) {
|
|
48
|
+
.ids-mobile {
|
|
49
|
+
display: none !important;
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
:host([show]) .ids-popover-content {
|
|
54
|
+
display: block;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
:host .ids-popover-content {
|
|
58
|
+
display: none;
|
|
59
|
+
position: absolute;
|
|
60
|
+
width: max-content;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.ids-popover-content ::slotted(h3) {
|
|
64
|
+
margin-bottom: 0.5rem !important;
|
|
65
|
+
color: var(--IDS-FONT-COLOR) !important;
|
|
66
|
+
font-style: normal;
|
|
67
|
+
color: var(--ids-color-heading-text-xs);
|
|
68
|
+
font-family: var(--ids-font-family-heading) !important;
|
|
69
|
+
font-size: var(--ids-font-size-heading-xs) !important;
|
|
70
|
+
line-height: var(--ids-font-line-height-heading-xs) !important;
|
|
71
|
+
letter-spacing: var(--ids-font-letter-spacing-heading-xs) !important;
|
|
72
|
+
font-weight: var(--ids-font-weight-heading-xs) !important;
|
|
73
|
+
}
|