@inera/ids-design 8.2.1 → 9.0.1
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 +11 -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 +11 -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 +29 -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 +9 -15
- 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 +10086 -2466
- package/global/icons/Inera-Design-Icons.eot +0 -0
- package/global/icons/Inera-Design-Icons.svg +10 -1
- package/global/icons/Inera-Design-Icons.ttf +0 -0
- package/global/icons/Inera-Design-Icons.woff +0 -0
- package/global/util/util.css +51 -2517
- package/layout/breakpoints.scss +18 -0
- package/package.json +1 -1
- package/styles.css +10434 -2667
- package/tokens/component-tokens.scss +5 -4
- package/tokens/themes/1177-admin-tokens.css +115 -76
- package/tokens/themes/1177-pro-tokens.css +112 -73
- package/tokens/themes/1177-tokens.css +112 -73
- package/tokens/themes/inera-admin-tokens.css +101 -62
- package/tokens/themes/inera-tokens.css +98 -59
- package/components/navigation/content/navigation-content-lit.js +0 -7
- package/components/navigation/local/navigation-local-lit.js +0 -7
- package/components/pagination/data-pagination/data-pagination-lit.js +0 -7
- package/components/pagination/list-pagination/list-pagination-lit.js +0 -9
- package/components/popover/popover-content-lit.js +0 -7
- package/components/popover/popover-content.css +0 -401
- package/components/tabs/tab-lit.js +0 -7
- package/components/tabs/tab-panel-lit.js +0 -7
- package/components/tabs/tab-panel.css +0 -21
- package/components/tabs/tab.css +0 -142
- /package/components/{carousel/carousel-item-lit.d.ts → accordion/accordion-shadow-lit.d.ts} +0 -0
- /package/components/{navigation/content/navigation-content-lit.d.ts → action-link/action-link-shadow-lit.d.ts} +0 -0
- /package/components/{navigation/local/navigation-local-lit.d.ts → alert/alert-shadow-lit.d.ts} +0 -0
- /package/components/{pagination/data-pagination/data-pagination-lit.d.ts → box-link/box-link-shadow-lit.d.ts} +0 -0
- /package/components/{pagination/list-pagination/list-pagination-lit.d.ts → breadcrumbs/breadcrumbs-shadow-lit.d.ts} +0 -0
- /package/components/{popover/popover-content-lit.d.ts → card/card-shadow-lit.d.ts} +0 -0
- /package/components/{tabs/tab-lit.d.ts → carousel/carousel-shadow-lit.d.ts} +0 -0
- /package/components/{tabs/tab-panel-lit.d.ts → data-pagination/data-pagination-lit.d.ts} +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@media (max-width:
|
|
1
|
+
@media (max-width: 639px) {
|
|
2
2
|
.ids-desktop {
|
|
3
3
|
display: none !important;
|
|
4
4
|
}
|
|
@@ -25,122 +25,130 @@
|
|
|
25
25
|
/*******
|
|
26
26
|
* A11Y
|
|
27
27
|
********/
|
|
28
|
-
.ids-data-table
|
|
28
|
+
table.ids-data-table {
|
|
29
29
|
width: 100%;
|
|
30
|
-
margin: 1.25rem auto 3.125rem;
|
|
31
30
|
border-collapse: separate;
|
|
32
31
|
border-spacing: 0;
|
|
33
32
|
border: 0.063rem solid var(--IDS-DATA-TABLE__CELL-BORDER_COLOR);
|
|
34
33
|
border-radius: var(--IDS-DATA-TABLE__BORDER-RADIUS);
|
|
35
34
|
overflow: visible;
|
|
36
35
|
}
|
|
37
|
-
.ids-data-table th,
|
|
38
|
-
.ids-data-table td {
|
|
36
|
+
table.ids-data-table th,
|
|
37
|
+
table.ids-data-table td {
|
|
39
38
|
padding: 0.5rem;
|
|
40
39
|
text-align: left;
|
|
41
40
|
border-bottom: 0.063rem solid var(--IDS-DATA-TABLE__CELL-BORDER_COLOR);
|
|
42
41
|
border-right: none;
|
|
43
|
-
white-space: nowrap;
|
|
44
|
-
position: relative;
|
|
45
42
|
line-height: 1.25rem;
|
|
46
43
|
}
|
|
47
|
-
.ids-data-table th:first-child,
|
|
48
|
-
.ids-data-table td:first-child {
|
|
44
|
+
table.ids-data-table th:first-child,
|
|
45
|
+
table.ids-data-table td:first-child {
|
|
49
46
|
padding-left: 1rem;
|
|
50
47
|
}
|
|
51
|
-
.ids-data-table th:last-child,
|
|
52
|
-
.ids-data-table td:last-child {
|
|
48
|
+
table.ids-data-table th:last-child,
|
|
49
|
+
table.ids-data-table td:last-child {
|
|
53
50
|
padding-right: 1rem;
|
|
54
51
|
}
|
|
55
|
-
.ids-data-table th.ids-data-table__col--wide,
|
|
56
|
-
.ids-data-table td.ids-data-table__col--wide {
|
|
52
|
+
table.ids-data-table th.ids-data-table__col--wide,
|
|
53
|
+
table.ids-data-table td.ids-data-table__col--wide {
|
|
57
54
|
width: 30em;
|
|
58
55
|
}
|
|
59
|
-
.ids-data-table th .ids-data-table__icon,
|
|
60
|
-
.ids-data-table td .ids-data-table__icon {
|
|
61
|
-
margin-left: 0.5rem;
|
|
56
|
+
table.ids-data-table th .ids-data-table__icon,
|
|
57
|
+
table.ids-data-table td .ids-data-table__icon {
|
|
62
58
|
margin-bottom: -0.125rem;
|
|
63
59
|
color: var(--IDS-DATA-TABLE__ICON-COLOR);
|
|
64
60
|
}
|
|
65
|
-
.ids-data-table th:hover .ids-data-table__icon,
|
|
66
|
-
.ids-data-table td:hover .ids-data-table__icon {
|
|
61
|
+
table.ids-data-table th:hover .ids-data-table__icon,
|
|
62
|
+
table.ids-data-table td:hover .ids-data-table__icon {
|
|
67
63
|
color: var(--IDS-DATA-TABLE__ICON-HOVER-COLOR);
|
|
68
64
|
}
|
|
69
|
-
.ids-data-table th {
|
|
65
|
+
table.ids-data-table th {
|
|
70
66
|
cursor: pointer;
|
|
67
|
+
white-space: nowrap;
|
|
71
68
|
font-weight: bold;
|
|
72
69
|
border-bottom: 0.125rem solid var(--IDS-DATA-TABLE__CELL-BORDER_COLOR);
|
|
73
70
|
background-color: var(--IDS-DATA-TABLE__HEAD-BACKGROUND_COLOR);
|
|
74
71
|
font-family: var(--IDS-DATA-TABLE__HEAD-FONT-FAMILY);
|
|
75
72
|
color: var(--IDS-DATA-TABLE__HEAD-COLOR);
|
|
76
73
|
}
|
|
77
|
-
.ids-data-table th:not(:first-child):not(:last-child) {
|
|
74
|
+
table.ids-data-table th:not(:first-child):not(:last-child) {
|
|
78
75
|
padding: 0.75rem 0.5rem 0.75rem 0.5rem;
|
|
79
76
|
}
|
|
80
|
-
.ids-data-table th:focus-visible {
|
|
77
|
+
table.ids-data-table th:focus-visible {
|
|
81
78
|
outline: 0.125rem solid var(--IDS-FOCUS__OUTLINE-COLOR);
|
|
82
79
|
outline-offset: -0.313rem !important;
|
|
83
80
|
z-index: 2;
|
|
84
81
|
}
|
|
85
|
-
.ids-data-table thead tr {
|
|
82
|
+
table.ids-data-table thead tr {
|
|
86
83
|
border-top-left-radius: var(--IDS-DATA-TABLE__BORDER-TOP-RADIUS);
|
|
87
84
|
border-top-right-radius: var(--IDS-DATA-TABLE__BORDER-TOP-RADIUS);
|
|
88
85
|
}
|
|
89
|
-
.ids-data-table thead tr th:first-child {
|
|
86
|
+
table.ids-data-table thead tr th:first-child {
|
|
90
87
|
border-top-left-radius: var(--IDS-DATA-TABLE__BORDER-TOP-RADIUS);
|
|
91
88
|
}
|
|
92
|
-
.ids-data-table thead tr th:last-child {
|
|
89
|
+
table.ids-data-table thead tr th:last-child {
|
|
93
90
|
border-top-right-radius: var(--IDS-DATA-TABLE__BORDER-TOP-RADIUS);
|
|
94
91
|
}
|
|
95
|
-
.ids-data-table tbody tr {
|
|
92
|
+
table.ids-data-table tbody tr {
|
|
96
93
|
border-bottom: 0.063rem solid var(--IDS-DATA-TABLE__CELL-BORDER_COLOR);
|
|
97
94
|
}
|
|
98
|
-
.ids-data-table tbody tr td {
|
|
95
|
+
table.ids-data-table tbody tr td {
|
|
99
96
|
color: var(--IDS-DATA-TABLE__CELL-COLOR);
|
|
97
|
+
font-size: 0.875rem;
|
|
98
|
+
vertical-align: middle;
|
|
99
|
+
}
|
|
100
|
+
table.ids-data-table tbody tr td.ids-data-table__td--flex {
|
|
101
|
+
display: flex;
|
|
102
|
+
align-items: center;
|
|
100
103
|
}
|
|
101
|
-
.ids-data-table tbody tr
|
|
104
|
+
table.ids-data-table tbody tr td.ids-data-table__td--align-top {
|
|
105
|
+
vertical-align: top;
|
|
106
|
+
}
|
|
107
|
+
table.ids-data-table tbody tr[selected] {
|
|
102
108
|
background-color: var(--IDS-DATA-TABLE__ROW--SELECTED__COLOR);
|
|
103
109
|
}
|
|
104
|
-
.ids-data-table tbody tr:last-child {
|
|
110
|
+
table.ids-data-table tbody tr:last-child {
|
|
105
111
|
border-bottom-left-radius: var(--IDS-DATA-TABLE__BORDER-BOTTOM-RADIUS);
|
|
106
112
|
border-bottom-right-radius: var(--IDS-DATA-TABLE__BORDER-BOTTOM-RADIUS);
|
|
107
113
|
}
|
|
108
|
-
.ids-data-table tbody tr:last-child td {
|
|
114
|
+
table.ids-data-table tbody tr:last-child td {
|
|
109
115
|
border-bottom: none;
|
|
110
116
|
}
|
|
111
|
-
.ids-data-table tbody tr:last-child td:first-child {
|
|
117
|
+
table.ids-data-table tbody tr:last-child td:first-child {
|
|
112
118
|
border-bottom-left-radius: var(--IDS-DATA-TABLE__BORDER-BOTTOM-RADIUS);
|
|
113
119
|
}
|
|
114
|
-
.ids-data-table tbody tr:last-child td:last-child {
|
|
120
|
+
table.ids-data-table tbody tr:last-child td:last-child {
|
|
115
121
|
border-bottom-right-radius: var(--IDS-DATA-TABLE__BORDER-BOTTOM-RADIUS);
|
|
116
122
|
}
|
|
117
|
-
|
|
123
|
+
table.ids-data-table tbody tr td.ids-table__sub-row {
|
|
124
|
+
padding: 0.5rem 1rem;
|
|
125
|
+
margin: -0.5rem -1rem;
|
|
126
|
+
border-left: 0.5rem solid var(--ids-color-surface-border-default);
|
|
127
|
+
}
|
|
128
|
+
table.ids-data-table.ids-data-table--interactive tbody tr:hover {
|
|
118
129
|
position: relative;
|
|
119
130
|
z-index: 2;
|
|
120
131
|
background-color: var(--IDS-DATA-TABLE__ROW--SELECTED__COLOR);
|
|
121
132
|
cursor: pointer;
|
|
122
133
|
}
|
|
123
|
-
.ids-data-table.ids-data-table--interactive tbody tr:focus-visible {
|
|
134
|
+
table.ids-data-table.ids-data-table--interactive tbody tr:focus-visible {
|
|
124
135
|
outline: 0.125rem solid var(--IDS-FOCUS__OUTLINE-COLOR);
|
|
125
136
|
outline-offset: -0.25rem !important;
|
|
126
137
|
background-color: var(--IDS-DATA-TABLE__ROW--SELECTED__COLOR);
|
|
127
138
|
}
|
|
128
|
-
.ids-data-table.ids-data-table--interactive tbody tr:focus-visible:last-child {
|
|
139
|
+
table.ids-data-table.ids-data-table--interactive tbody tr:focus-visible:last-child {
|
|
129
140
|
border-radius: 0 0 var(--IDS-DATA-TABLE__BORDER-BOTTOM-RADIUS) var(--IDS-DATA-TABLE__BORDER-BOTTOM-RADIUS);
|
|
130
141
|
}
|
|
131
|
-
.ids-data-table.ids-data-table--empty td {
|
|
142
|
+
table.ids-data-table.ids-data-table--empty td {
|
|
132
143
|
padding: 1em;
|
|
133
144
|
}
|
|
134
|
-
.ids-data-table.ids-data-table--empty .empty-message {
|
|
135
|
-
text-align: left;
|
|
136
|
-
}
|
|
137
145
|
@media (max-width: 1024px) {
|
|
138
|
-
.ids-data-table
|
|
146
|
+
table.ids-data-table {
|
|
139
147
|
width: 100%;
|
|
140
148
|
}
|
|
141
149
|
}
|
|
142
150
|
@media (max-width: 640px) {
|
|
143
|
-
.ids-data-table .ids-data-table__col--wide {
|
|
151
|
+
table.ids-data-table .ids-data-table__col--wide {
|
|
144
152
|
width: auto;
|
|
145
153
|
}
|
|
146
154
|
}
|
|
@@ -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-date-label{background-color:var(--IDS-DATE-LABEL__BACKGROUND-COLOR);border:var(--IDS-DATE-LABEL__BORDER);border-radius:.625rem;display:inline-flex;flex-direction:column;height:fit-content;margin:0}.ids-date-label time.ids-date-label__time{align-items:center;align-self:flex-start;display:inline-flex;flex-direction:column;gap:.25rem;justify-content:center;padding:.75rem .5rem;position:relative}.ids-date-label time.ids-date-label__time.ids-date-label__time--separator{padding-top:0}.ids-date-label time.ids-date-label__time.ids-date-label__time--separator:before{background-color:var(--IDS-DATE-LABEL__SEPARATOR-COLOR);content:\"\";height:.75rem;position:relative;top:-.125rem;width:.0625rem}.ids-date-label time.ids-date-label__time .ids-date-label__day{color:var(--IDS-DATE-LABEL__DAY-COLOR);font-family:var(--IDS-FONT-FAMILY-HEADING);font-size:1.5rem;font-style:normal;font-weight:700;letter-spacing:-.078rem;line-height:1.5rem}.ids-date-label time.ids-date-label__time .ids-date-label__month{color:var(--IDS-DATE-LABEL__MONTH-COLOR);font-family:var(--IDS-FONT-FAMILY-HEADING);font-size:.9375rem;font-style:normal;font-weight:400;line-height:.9375rem;text-transform:uppercase}.ids-date-label time.ids-date-label__time .ids-date-label__year{color:var(--IDS-DATE-LABEL__YEAR-COLOR);font-family:var(--IDS-FONT-FAMILY-BASE);font-size:.75rem;font-style:normal;font-weight:400;line-height:.75rem}@media (min-width:1024px){.ids-date-label time.ids-date-label__time{padding:1rem .75rem}.ids-date-label time.ids-date-label__time.ids-date-label__time--separator:before{height:1rem}.ids-date-label time.ids-date-label__time .ids-date-label__day{font-size:1.75rem;letter-spacing:-.063rem;line-height:1.75rem}.ids-date-label time.ids-date-label__time .ids-date-label__month{font-size:1.25rem;line-height:1.25rem}.ids-date-label time.ids-date-label__time .ids-date-label__year{font-size:1rem;line-height:1rem}}";
|
|
4
4
|
|
|
5
5
|
var dateLabelLit = 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
|
}
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
position: relative;
|
|
24
24
|
display: inline-flex;
|
|
25
25
|
flex-direction: column;
|
|
26
|
-
padding: 0.
|
|
26
|
+
padding: 0.75rem 0.5rem;
|
|
27
27
|
align-items: center;
|
|
28
28
|
align-self: flex-start;
|
|
29
29
|
justify-content: center;
|
|
@@ -36,61 +36,54 @@
|
|
|
36
36
|
content: "";
|
|
37
37
|
position: relative;
|
|
38
38
|
width: 0.0625rem;
|
|
39
|
-
height:
|
|
39
|
+
height: 0.75rem;
|
|
40
40
|
background-color: var(--IDS-DATE-LABEL__SEPARATOR-COLOR);
|
|
41
41
|
top: -0.125rem;
|
|
42
42
|
}
|
|
43
|
-
@media (max-width: 1024px) {
|
|
44
|
-
.ids-date-label time.ids-date-label__time {
|
|
45
|
-
padding: 0.625rem;
|
|
46
|
-
gap: 0.25rem;
|
|
47
|
-
}
|
|
48
|
-
.ids-date-label time.ids-date-label__time.ids-date-label__time--separator:before {
|
|
49
|
-
height: 0.75rem;
|
|
50
|
-
}
|
|
51
|
-
}
|
|
52
43
|
.ids-date-label time.ids-date-label__time .ids-date-label__day {
|
|
53
44
|
font-family: var(--IDS-FONT-FAMILY-HEADING);
|
|
54
45
|
color: var(--IDS-DATE-LABEL__DAY-COLOR);
|
|
55
46
|
font-style: normal;
|
|
56
47
|
font-weight: 700;
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
}
|
|
61
|
-
@media (max-width: 1024px) {
|
|
62
|
-
.ids-date-label time.ids-date-label__time .ids-date-label__day {
|
|
63
|
-
letter-spacing: -0.078rem;
|
|
64
|
-
font-size: 1.5625rem;
|
|
65
|
-
line-height: 1.5625rem;
|
|
66
|
-
}
|
|
48
|
+
letter-spacing: -0.078rem;
|
|
49
|
+
font-size: 1.5rem;
|
|
50
|
+
line-height: 1.5rem;
|
|
67
51
|
}
|
|
68
52
|
.ids-date-label time.ids-date-label__time .ids-date-label__month {
|
|
69
53
|
font-style: normal;
|
|
70
54
|
font-weight: 400;
|
|
71
|
-
font-size: 1.25rem;
|
|
72
|
-
line-height: 1.25rem;
|
|
73
55
|
text-transform: uppercase;
|
|
74
56
|
font-family: var(--IDS-FONT-FAMILY-HEADING);
|
|
75
57
|
color: var(--IDS-DATE-LABEL__MONTH-COLOR);
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
.ids-date-label time.ids-date-label__time .ids-date-label__month {
|
|
79
|
-
font-size: 0.9375rem;
|
|
80
|
-
line-height: 0.9375rem;
|
|
81
|
-
}
|
|
58
|
+
font-size: 0.9375rem;
|
|
59
|
+
line-height: 0.9375rem;
|
|
82
60
|
}
|
|
83
61
|
.ids-date-label time.ids-date-label__time .ids-date-label__year {
|
|
84
62
|
font-family: var(--IDS-FONT-FAMILY-BASE);
|
|
85
63
|
color: var(--IDS-DATE-LABEL__YEAR-COLOR);
|
|
86
64
|
font-style: normal;
|
|
87
65
|
font-weight: 400;
|
|
88
|
-
font-size:
|
|
89
|
-
line-height:
|
|
66
|
+
font-size: 0.75rem;
|
|
67
|
+
line-height: 0.75rem;
|
|
90
68
|
}
|
|
91
|
-
@media (
|
|
69
|
+
@media (min-width: 1024px) {
|
|
70
|
+
.ids-date-label time.ids-date-label__time {
|
|
71
|
+
padding: 1rem 0.75rem;
|
|
72
|
+
}
|
|
73
|
+
.ids-date-label time.ids-date-label__time.ids-date-label__time--separator:before {
|
|
74
|
+
height: 1rem;
|
|
75
|
+
}
|
|
76
|
+
.ids-date-label time.ids-date-label__time .ids-date-label__day {
|
|
77
|
+
letter-spacing: -0.063rem;
|
|
78
|
+
font-size: 1.75rem;
|
|
79
|
+
line-height: 1.75rem;
|
|
80
|
+
}
|
|
81
|
+
.ids-date-label time.ids-date-label__time .ids-date-label__month {
|
|
82
|
+
font-size: 1.25rem;
|
|
83
|
+
line-height: 1.25rem;
|
|
84
|
+
}
|
|
92
85
|
.ids-date-label time.ids-date-label__time .ids-date-label__year {
|
|
93
|
-
font-size:
|
|
94
|
-
line-height:
|
|
86
|
+
font-size: 1rem;
|
|
87
|
+
line-height: 1rem;
|
|
95
88
|
}
|
|
96
89
|
}
|
|
@@ -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-dialog{align-items:flex-start;background-color:var(--IDS-DIALOG__BACKGROUND-COLOR);border:var(--IDS-DIALOG__BORDER-WIDTH) solid var(--IDS-DIALOG__BORDER-COLOR);border-radius:var(--IDS-DIALOG__BORDER-RADIUS);box-shadow:var(--IDS-BOX-SHADOW-ELEVATED-2);box-sizing:border-box;color:var(--IDS-DIALOG__COLOR);display:flex;flex-direction:column;left:50%;max-height:calc(100% - 10rem);max-width:calc(100% - 3.75rem);padding:1.75rem 1.25rem;position:fixed;text-align:left;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);z-index:200}.ids-dialog.ids-dialog--hidden{display:none}.ids-dialog .ids-dialog__dismissible{background-color:var(--IDS-DIALOG__BACKGROUND-COLOR);position:absolute;right:.75rem;top:1rem}.ids-dialog .ids-dialog__dismissible .ids-dialog__close-button{background:none;border:none;color:inherit;font:inherit;min-height:1.5rem;min-width:1.5rem;outline:inherit;padding:0;-moz-user-select:-moz-none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.ids-dialog .ids-dialog__dismissible .ids-dialog__close-button:focus-visible{outline:.125rem solid var(--IDS-FOCUS__OUTLINE-COLOR);outline-offset:.375rem!important}.ids-dialog .ids-dialog__dismissible .ids-dialog__close-button{align-items:center;border-radius:100%;cursor:pointer;display:flex;height:1.25rem;justify-content:center;position:relative;width:1.25rem}.ids-dialog .ids-dialog__dismissible .ids-dialog__close-button: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;position:absolute}.ids-dialog .ids-dialog__dismissible .ids-dialog__close-button:hover:before{color:var(--IDS-ICON--ACTIVE-HOVER-COLOR)}.ids-dialog .ids-dialog__body::-webkit-scrollbar{width:.625rem}.ids-dialog .ids-dialog__body::-webkit-scrollbar-thumb{background:var(--IDS-SCROLL__THUMB-COLOR);border:.125rem solid var(--IDS-SCROLL__TRACK-BACKGROUND-COLOR);border-radius:.625rem;cursor:auto}.ids-dialog .ids-dialog__body::-webkit-scrollbar-thumb:hover{background:var(--IDS-SCROLL__THUMB-HOVER-COLOR)}.ids-dialog .ids-dialog__body::-webkit-scrollbar-track{background:var(--IDS-SCROLL__TRACK-BACKGROUND-COLOR);border-radius:.625rem;margin-top:0;outline:.0625rem solid var(--IDS-SCROLL__TRACK-OUTLINE-COLOR)}.ids-dialog .ids-dialog__body::-webkit-scrollbar-corner{background-color:transparent}.ids-dialog .ids-dialog__body{box-sizing:content-box;color:var(--ids-color-surface-text-on-default);font-family:var(--IDS-FONT-FAMILY-BASE);height:100%;margin-right:-.4375rem;overflow-y:auto;padding:0 .75rem 0 .25rem;width:-webkit-fill-available;width:-moz-available}.ids-dialog .ids-dialog__body.ids-dialog__body--scroll-area-focus:focus-visible{outline:.125rem solid var(--IDS-FOCUS__OUTLINE-COLOR);outline-offset:var(--IDS-FOCUS__OUTLINE-OFFSET)!important}.ids-dialog .ids-dialog__body .ids-dialog__body-headline{align-self:center;margin:0}.ids-dialog .ids-dialog__body .ids-dialog__body-content{margin-top:1.25rem}.ids-dialog.ids-dialog--dismissible .ids-dialog__body-headline{margin-right:1rem}.ids-dialog.ids-dialog--dismissible .ids-dialog__body::-webkit-scrollbar{width:.625rem}.ids-dialog.ids-dialog--dismissible .ids-dialog__body::-webkit-scrollbar-thumb{background:var(--IDS-SCROLL__THUMB-COLOR);border:.125rem solid var(--IDS-SCROLL__TRACK-BACKGROUND-COLOR);border-radius:.625rem;cursor:auto}.ids-dialog.ids-dialog--dismissible .ids-dialog__body::-webkit-scrollbar-thumb:hover{background:var(--IDS-SCROLL__THUMB-HOVER-COLOR)}.ids-dialog.ids-dialog--dismissible .ids-dialog__body::-webkit-scrollbar-track{background:var(--IDS-SCROLL__TRACK-BACKGROUND-COLOR);border-radius:.625rem;margin-top:1rem;outline:.0625rem solid var(--IDS-SCROLL__TRACK-OUTLINE-COLOR)}.ids-dialog.ids-dialog--dismissible .ids-dialog__body::-webkit-scrollbar-corner{background-color:transparent}.ids-dialog .ids-dialog__footer{align-items:center;display:flex;flex-wrap:wrap;gap:1.25rem;justify-content:center;margin-top:1.875rem;padding-bottom:.25rem;width:100%}@media (max-width:1024px){.ids-dialog .ids-dialog__footer{flex-direction:column;gap:1.25rem}}@media (max-width:640px){.ids-dialog{max-height:calc(100% - 5rem);width:calc(100% - 3.75rem)}}.ids-dialog-overlay{background-color:var(--IDS-OVERLAY__BACKGROUND-COLOR);bottom:0;left:0;position:fixed;right:0;top:0;z-index:200}.ids-dialog-overlay.ids-dialog-overlay--hidden{display:none}";
|
|
4
4
|
|
|
5
5
|
var dialogLit = 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-dialog ::slotted([slot=actions]){align-items:center;display:flex;flex-wrap:wrap;gap:1.25rem;justify-content:center;padding-bottom:.25rem;width:100%}@media (max-width:1024px){.ids-dialog ::slotted([slot=actions]){flex-direction:column;gap:1.25rem}}";
|
|
4
|
+
|
|
5
|
+
var dialogShadowLit = css`${unsafeCSS(css_248z)}`;
|
|
6
|
+
|
|
7
|
+
export { dialogShadowLit as default };
|
|
@@ -0,0 +1,27 @@
|
|
|
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-dialog ::slotted([slot=actions]) {
|
|
14
|
+
display: flex;
|
|
15
|
+
flex-wrap: wrap;
|
|
16
|
+
gap: 1.25rem;
|
|
17
|
+
justify-content: center;
|
|
18
|
+
align-items: center;
|
|
19
|
+
width: 100%;
|
|
20
|
+
padding-bottom: 0.25rem;
|
|
21
|
+
}
|
|
22
|
+
@media (max-width: 1024px) {
|
|
23
|
+
.ids-dialog ::slotted([slot=actions]) {
|
|
24
|
+
flex-direction: column;
|
|
25
|
+
gap: 1.25rem;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@media (max-width:
|
|
1
|
+
@media (max-width: 639px) {
|
|
2
2
|
.ids-desktop {
|
|
3
3
|
display: none !important;
|
|
4
4
|
}
|
|
@@ -43,36 +43,19 @@
|
|
|
43
43
|
background-color: var(--IDS-DIALOG__BACKGROUND-COLOR);
|
|
44
44
|
box-shadow: var(--IDS-BOX-SHADOW-ELEVATED-2);
|
|
45
45
|
border-radius: var(--IDS-DIALOG__BORDER-RADIUS);
|
|
46
|
-
padding:
|
|
46
|
+
padding: 1.75rem 1.25rem;
|
|
47
47
|
max-height: calc(100% - 10rem);
|
|
48
48
|
max-width: calc(100% - 3.75rem);
|
|
49
49
|
color: var(--IDS-DIALOG__COLOR);
|
|
50
50
|
}
|
|
51
|
-
@media (max-width: 1024px) {
|
|
52
|
-
.ids-dialog {
|
|
53
|
-
padding: 2.5rem 1.25rem;
|
|
54
|
-
}
|
|
55
|
-
}
|
|
56
|
-
@media (max-width: 640px) {
|
|
57
|
-
.ids-dialog {
|
|
58
|
-
max-height: calc(100% - 5rem);
|
|
59
|
-
width: calc(100% - 3.75rem);
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
51
|
.ids-dialog.ids-dialog--hidden {
|
|
63
52
|
display: none;
|
|
64
53
|
}
|
|
65
54
|
.ids-dialog .ids-dialog__dismissible {
|
|
66
|
-
padding-left: 0.25rem;
|
|
67
|
-
padding-bottom: 0.25rem;
|
|
68
55
|
position: absolute;
|
|
69
|
-
top:
|
|
70
|
-
right:
|
|
71
|
-
|
|
72
|
-
@media (max-width: 1024px) {
|
|
73
|
-
.ids-dialog .ids-dialog__dismissible {
|
|
74
|
-
right: 0.5rem;
|
|
75
|
-
}
|
|
56
|
+
top: 1rem;
|
|
57
|
+
right: 0.75rem;
|
|
58
|
+
background-color: var(--IDS-DIALOG__BACKGROUND-COLOR);
|
|
76
59
|
}
|
|
77
60
|
.ids-dialog .ids-dialog__dismissible .ids-dialog__close-button {
|
|
78
61
|
min-width: 1.5rem;
|
|
@@ -109,7 +92,6 @@
|
|
|
109
92
|
font-family: "Inera-Design-Icons" !important;
|
|
110
93
|
display: block;
|
|
111
94
|
position: absolute;
|
|
112
|
-
pointer-events: none;
|
|
113
95
|
-webkit-font-smoothing: antialiased;
|
|
114
96
|
-moz-osx-font-smoothing: grayscale;
|
|
115
97
|
content: "\e916";
|
|
@@ -141,6 +123,8 @@
|
|
|
141
123
|
background-color: transparent;
|
|
142
124
|
}
|
|
143
125
|
.ids-dialog .ids-dialog__body {
|
|
126
|
+
font-family: var(--IDS-FONT-FAMILY-BASE);
|
|
127
|
+
color: var(--ids-color-surface-text-on-default);
|
|
144
128
|
padding: 0 0.75rem 0 0.25rem;
|
|
145
129
|
margin-right: -0.4375rem;
|
|
146
130
|
height: 100%;
|
|
@@ -157,19 +141,37 @@
|
|
|
157
141
|
margin: 0;
|
|
158
142
|
align-self: center;
|
|
159
143
|
}
|
|
160
|
-
@media (max-width: 1024px) {
|
|
161
|
-
.ids-dialog .ids-dialog__body .ids-dialog__body-headline {
|
|
162
|
-
padding-top: 0;
|
|
163
|
-
}
|
|
164
|
-
}
|
|
165
144
|
.ids-dialog .ids-dialog__body .ids-dialog__body-content {
|
|
166
145
|
margin-top: 1.25rem;
|
|
167
146
|
}
|
|
147
|
+
.ids-dialog.ids-dialog--dismissible .ids-dialog__body-headline {
|
|
148
|
+
margin-right: 1rem;
|
|
149
|
+
}
|
|
150
|
+
.ids-dialog.ids-dialog--dismissible .ids-dialog__body::-webkit-scrollbar {
|
|
151
|
+
width: 0.625rem;
|
|
152
|
+
}
|
|
153
|
+
.ids-dialog.ids-dialog--dismissible .ids-dialog__body::-webkit-scrollbar-thumb {
|
|
154
|
+
cursor: auto;
|
|
155
|
+
background: var(--IDS-SCROLL__THUMB-COLOR);
|
|
156
|
+
border-radius: 0.625rem;
|
|
157
|
+
border: 0.125rem solid var(--IDS-SCROLL__TRACK-BACKGROUND-COLOR);
|
|
158
|
+
}
|
|
159
|
+
.ids-dialog.ids-dialog--dismissible .ids-dialog__body::-webkit-scrollbar-thumb:hover {
|
|
160
|
+
background: var(--IDS-SCROLL__THUMB-HOVER-COLOR);
|
|
161
|
+
}
|
|
162
|
+
.ids-dialog.ids-dialog--dismissible .ids-dialog__body::-webkit-scrollbar-track {
|
|
163
|
+
background: var(--IDS-SCROLL__TRACK-BACKGROUND-COLOR);
|
|
164
|
+
border-radius: 0.625rem;
|
|
165
|
+
outline: 0.0625rem solid var(--IDS-SCROLL__TRACK-OUTLINE-COLOR);
|
|
166
|
+
margin-top: 1rem;
|
|
167
|
+
}
|
|
168
|
+
.ids-dialog.ids-dialog--dismissible .ids-dialog__body::-webkit-scrollbar-corner {
|
|
169
|
+
background-color: transparent;
|
|
170
|
+
}
|
|
168
171
|
.ids-dialog .ids-dialog__footer {
|
|
169
172
|
margin-top: 1.875rem;
|
|
170
173
|
}
|
|
171
|
-
.ids-dialog .ids-dialog__footer
|
|
172
|
-
.ids-dialog ::slotted([slot=actions]) {
|
|
174
|
+
.ids-dialog .ids-dialog__footer {
|
|
173
175
|
display: flex;
|
|
174
176
|
flex-wrap: wrap;
|
|
175
177
|
gap: 1.25rem;
|
|
@@ -179,12 +181,17 @@
|
|
|
179
181
|
padding-bottom: 0.25rem;
|
|
180
182
|
}
|
|
181
183
|
@media (max-width: 1024px) {
|
|
182
|
-
.ids-dialog .ids-dialog__footer
|
|
183
|
-
.ids-dialog ::slotted([slot=actions]) {
|
|
184
|
+
.ids-dialog .ids-dialog__footer {
|
|
184
185
|
flex-direction: column;
|
|
185
186
|
gap: 1.25rem;
|
|
186
187
|
}
|
|
187
188
|
}
|
|
189
|
+
@media (max-width: 640px) {
|
|
190
|
+
.ids-dialog {
|
|
191
|
+
max-height: calc(100% - 5rem);
|
|
192
|
+
width: calc(100% - 3.75rem);
|
|
193
|
+
}
|
|
194
|
+
}
|
|
188
195
|
|
|
189
196
|
/* Overlay */
|
|
190
197
|
.ids-dialog-overlay {
|
|
@@ -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-dropdown{display:inline-block;position:relative}.ids-dropdown .ids-dropdown__content{display:none}.ids-dropdown.ids-dropdown--expanded .ids-dropdown__content{display:block}@media (max-width:1024px){.ids-dropdown.ids-dropdown--m-block{display:block;width:100%}}@media (max-width:640px){.ids-dropdown.ids-dropdown--s-block{display:block;width:100%}}.ids-dropdown-content{background-color:var(--IDS-DROPDOWN__CONTENT-BACKGROUND-COLOR);border:.063rem solid var(--IDS-DROPDOWN__BORDER-COLOR);border-radius:var(--IDS-BORDER-RADIUS);box-shadow:var(--IDS-BOX-SHADOW-ELEVATED-2);display:none;flex-direction:column;left:0;max-width:-webkit-fill-available;max-width:-moz-available;min-width:fit-content;padding:.5rem;position:absolute;right:auto;top:calc(100% + .25rem);width:-webkit-fill-available;width:-moz-available;z-index:10}.ids-dropdown-content.ids-dropdown-content--show{display:flex}.ids-dropdown-content.ids-dropdown-content--scrollable .ids-dropdown-content__scroll-area:focus-visible{outline:.125rem solid var(--IDS-FOCUS__OUTLINE-COLOR);outline-offset:var(--IDS-FOCUS__OUTLINE-OFFSET)!important}.ids-dropdown-content.ids-dropdown-content--scrollable .ids-dropdown-content__scroll-area::-webkit-scrollbar{width:.625rem}.ids-dropdown-content.ids-dropdown-content--scrollable .ids-dropdown-content__scroll-area::-webkit-scrollbar-thumb{background:var(--IDS-SCROLL__THUMB-COLOR);border:.125rem solid var(--IDS-SCROLL__TRACK-BACKGROUND-COLOR);border-radius:.625rem;cursor:auto}.ids-dropdown-content.ids-dropdown-content--scrollable .ids-dropdown-content__scroll-area::-webkit-scrollbar-thumb:hover{background:var(--IDS-SCROLL__THUMB-HOVER-COLOR)}.ids-dropdown-content.ids-dropdown-content--scrollable .ids-dropdown-content__scroll-area::-webkit-scrollbar-track{background:var(--IDS-SCROLL__TRACK-BACKGROUND-COLOR);border-radius:.625rem;margin-top:0;outline:.0625rem solid var(--IDS-SCROLL__TRACK-OUTLINE-COLOR)}.ids-dropdown-content.ids-dropdown-content--scrollable .ids-dropdown-content__scroll-area::-webkit-scrollbar-corner{background-color:transparent}.ids-dropdown-content.ids-dropdown-content--scrollable .ids-dropdown-content__scroll-area{border-radius:var(--IDS-BORDER-RADIUS);margin:0 -.5rem;overflow:auto;padding:0 .5rem}.ids-dropdown-content.ids-dropdown-content--position-right{left:auto;right:0}.ids-dropdown-content .ids-dropdown-content__button,.ids-dropdown-content .ids-dropdown-content__link{background:none;border:none;border-radius:var(--IDS-DROPDOWN__LINK-BORDER-RADIUS);color:var(--IDS-DROPDOWN__LINK-COLOR);cursor:pointer;display:flex;flex-grow:1;font-family:var(--IDS-FONT-FAMILY-BASE)!important;font-size:1rem!important;font-style:normal!important;font-weight:400!important;gap:.5rem;line-height:1.5rem!important;padding:.375rem .75rem!important;text-align:left;text-decoration:none!important;white-space:normal!important;width:100%}.ids-dropdown-content .ids-dropdown-content__button:hover,.ids-dropdown-content .ids-dropdown-content__link:hover{background-color:var(--IDS-DROPDOWN__LINK-HOVER-BACKGROUND-COLOR);border-radius:var(--IDS-DROPDOWN__LINK-BORDER-RADIUS);color:var(--IDS-DROPDOWN__LINK-HOVER-COLOR)}.ids-dropdown-content .ids-dropdown-content__button:active,.ids-dropdown-content .ids-dropdown-content__link:active{background-color:var(--IDS-DROPDOWN__LINK-ACTIVE-BACKGROUND-COLOR);color:var(--IDS-DROPDOWN__LINK-HOVER-COLOR)}.ids-dropdown-content .ids-dropdown-content__button:focus-visible,.ids-dropdown-content .ids-dropdown-content__link:focus-visible,.ids-dropdown-content a:focus-visible,.ids-dropdown-content button:focus-visible{outline:var(--IDS-FOCUS__OUTLINE);outline-color:var(--IDS-DROPDOWN__LINK-HOVER-BACKGROUND-COLOR)!important;outline-offset:-.125rem!important}@media (max-width:1024px){.ids-dropdown-content.ids-dropdown-content--mblock{left:0!important;max-width:none;right:0!important}}@media (max-width:640px){.ids-dropdown-content.ids-dropdown-content--sblock{left:0!important;max-width:none;right:0!important}}";
|
|
4
4
|
|
|
5
5
|
var dropdownLit = css`
|
|
6
6
|
${unsafeCSS(css_248z)}
|
|
@@ -0,0 +1,9 @@
|
|
|
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}}@media (max-width:1024px){.ids-dropdown:host([mblock]){display:block;width:100%}}@media (max-width:640px){.ids-dropdown:host([sblock]){display:block;width:100%}}.ids-dropdown-content ::slotted(*){align-items:flex-start!important;background:none;border:none;border-radius:var(--IDS-DROPDOWN__LINK-BORDER-RADIUS);color:var(--IDS-DROPDOWN__LINK-COLOR);cursor:pointer;display:flex;display:flex!important;flex-grow:1;font-family:var(--IDS-FONT-FAMILY-BASE)!important;font-size:1rem!important;font-style:normal!important;font-weight:400!important;gap:.5rem;gap:.5rem!important;line-height:1.5rem!important;padding:.375rem .75rem!important;text-align:left;text-decoration:none!important;white-space:normal!important;width:100%}.ids-dropdown-content ::slotted(a:hover),.ids-dropdown-content ::slotted(button:hover){background-color:var(--IDS-DROPDOWN__LINK-HOVER-BACKGROUND-COLOR);border-radius:var(--IDS-DROPDOWN__LINK-BORDER-RADIUS);color:var(--IDS-DROPDOWN__LINK-HOVER-COLOR)}.ids-dropdown-content ::slotted(a:active),.ids-dropdown-content ::slotted(button:active){background-color:var(--IDS-DROPDOWN__LINK-ACTIVE-BACKGROUND-COLOR);color:var(--IDS-DROPDOWN__LINK-HOVER-COLOR)}.ids-dropdown-content ::slotted(a:focus-visible),.ids-dropdown-content ::slotted(button:focus-visible){outline:var(--IDS-FOCUS__OUTLINE);outline-color:var(--IDS-DROPDOWN__LINK-HOVER-BACKGROUND-COLOR)!important;outline-offset:-.125rem!important}@media (max-width:1024px){.ids-dropdown-content:host([mblock]){max-width:none}}@media (max-width:640px){.ids-dropdown-content:host([sblock]){max-width:none}}";
|
|
4
|
+
|
|
5
|
+
var dropdownShadowLit = css`
|
|
6
|
+
${unsafeCSS(css_248z)}
|
|
7
|
+
`;
|
|
8
|
+
|
|
9
|
+
export { dropdownShadowLit as default };
|
|
@@ -0,0 +1,90 @@
|
|
|
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
|
+
/*******
|
|
14
|
+
* ICONS
|
|
15
|
+
********/
|
|
16
|
+
/*******
|
|
17
|
+
* BUTTONS
|
|
18
|
+
********/
|
|
19
|
+
/*******
|
|
20
|
+
* SCROLLBAR
|
|
21
|
+
********/
|
|
22
|
+
/*******
|
|
23
|
+
* FORM
|
|
24
|
+
********/
|
|
25
|
+
/*******
|
|
26
|
+
* A11Y
|
|
27
|
+
********/
|
|
28
|
+
@media (max-width: 1024px) {
|
|
29
|
+
.ids-dropdown:host([mblock]) {
|
|
30
|
+
display: block;
|
|
31
|
+
width: 100%;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
@media (max-width: 640px) {
|
|
35
|
+
.ids-dropdown:host([sblock]) {
|
|
36
|
+
display: block;
|
|
37
|
+
width: 100%;
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.ids-dropdown-content ::slotted(*) {
|
|
42
|
+
display: flex;
|
|
43
|
+
width: 100%;
|
|
44
|
+
gap: 0.5rem;
|
|
45
|
+
flex-grow: 1;
|
|
46
|
+
background: none;
|
|
47
|
+
border: none;
|
|
48
|
+
cursor: pointer;
|
|
49
|
+
border-radius: var(--IDS-DROPDOWN__LINK-BORDER-RADIUS);
|
|
50
|
+
color: var(--IDS-DROPDOWN__LINK-COLOR);
|
|
51
|
+
font-family: var(--IDS-FONT-FAMILY-BASE) !important;
|
|
52
|
+
font-size: 1rem !important;
|
|
53
|
+
font-style: normal !important;
|
|
54
|
+
font-weight: 400 !important;
|
|
55
|
+
line-height: 1.5rem !important;
|
|
56
|
+
padding: 0.375rem 0.75rem !important;
|
|
57
|
+
text-decoration: none !important;
|
|
58
|
+
text-align: left;
|
|
59
|
+
white-space: normal !important;
|
|
60
|
+
display: flex !important;
|
|
61
|
+
gap: 0.5rem !important;
|
|
62
|
+
align-items: flex-start !important;
|
|
63
|
+
}
|
|
64
|
+
.ids-dropdown-content ::slotted(a:hover),
|
|
65
|
+
.ids-dropdown-content ::slotted(button:hover) {
|
|
66
|
+
color: var(--IDS-DROPDOWN__LINK-HOVER-COLOR);
|
|
67
|
+
background-color: var(--IDS-DROPDOWN__LINK-HOVER-BACKGROUND-COLOR);
|
|
68
|
+
border-radius: var(--IDS-DROPDOWN__LINK-BORDER-RADIUS);
|
|
69
|
+
}
|
|
70
|
+
.ids-dropdown-content ::slotted(a:active),
|
|
71
|
+
.ids-dropdown-content ::slotted(button:active) {
|
|
72
|
+
color: var(--IDS-DROPDOWN__LINK-HOVER-COLOR);
|
|
73
|
+
background-color: var(--IDS-DROPDOWN__LINK-ACTIVE-BACKGROUND-COLOR);
|
|
74
|
+
}
|
|
75
|
+
.ids-dropdown-content ::slotted(a:focus-visible),
|
|
76
|
+
.ids-dropdown-content ::slotted(button:focus-visible) {
|
|
77
|
+
outline: var(--IDS-FOCUS__OUTLINE);
|
|
78
|
+
outline-offset: -0.125rem !important;
|
|
79
|
+
outline-color: var(--IDS-DROPDOWN__LINK-HOVER-BACKGROUND-COLOR) !important;
|
|
80
|
+
}
|
|
81
|
+
@media (max-width: 1024px) {
|
|
82
|
+
.ids-dropdown-content:host([mblock]) {
|
|
83
|
+
max-width: none;
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
@media (max-width: 640px) {
|
|
87
|
+
.ids-dropdown-content:host([sblock]) {
|
|
88
|
+
max-width: none;
|
|
89
|
+
}
|
|
90
|
+
}
|