@inera/ids-design 5.2.2 → 5.4.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/dist/components/alert/alert-lit.js +7 -0
- package/{components → dist/components}/alert/alert.css +48 -48
- package/dist/components/alert-global/alert-global-lit.js +7 -0
- package/dist/components/alert-global/alert-global.css +151 -0
- package/dist/components/badge/badge-lit.js +7 -0
- package/{components → dist/components}/badge/badge.css +10 -6
- package/dist/components/breadcrumbs/breadcrumbs-lit.js +7 -0
- package/dist/components/breadcrumbs/breadcrumbs.css +118 -0
- package/dist/components/button-group/button-group-lit.js +7 -0
- package/{components → dist/components}/button-group/button-group.css +1 -1
- package/dist/components/card/card-lit.js +7 -0
- package/{components → dist/components}/card/card.css +26 -17
- package/dist/components/carousel/carousel-item-lit.js +7 -0
- package/dist/components/carousel/carousel-item.css +67 -0
- package/dist/components/carousel/carousel-lit.js +7 -0
- package/dist/components/carousel/carousel.css +156 -0
- package/dist/components/data-table/data-table-lit.js +7 -0
- package/{components → dist/components}/data-table/data-table.css +28 -27
- package/dist/components/date-label/date-label-lit.js +7 -0
- package/{components → dist/components}/date-label/date-label.css +13 -13
- package/dist/components/dialog/dialog-lit.js +7 -0
- package/{components → dist/components}/dialog/dialog.css +48 -48
- package/dist/components/dropdown/dropdown-lit.js +9 -0
- package/{components → dist/components}/dropdown/dropdown.css +23 -23
- package/dist/components/expandable/expandable-lit.js +7 -0
- package/{components → dist/components}/expandable/expandable.css +41 -37
- package/dist/components/footer/footer-lit.js +7 -0
- package/{components → dist/components}/footer/footer.css +49 -49
- package/dist/components/footer-1177/footer-1177-lit.js +7 -0
- package/{components → dist/components}/footer-1177/footer-1177.css +72 -70
- package/dist/components/footer-1177-admin/footer-1177-admin-lit.js +7 -0
- package/{components → dist/components}/footer-1177-admin/footer-1177-admin.css +75 -71
- package/dist/components/footer-1177-pro/footer-1177-pro-lit.js +7 -0
- package/{components → dist/components}/footer-1177-pro/footer-1177-pro.css +38 -39
- package/dist/components/footer-inera/footer-inera-lit.js +7 -0
- package/{components → dist/components}/footer-inera/footer-inera.css +84 -84
- package/dist/components/footer-inera-admin/footer-inera-admin-lit.js +7 -0
- package/{components → dist/components}/footer-inera-admin/footer-inera-admin.css +111 -110
- package/dist/components/form/error-message/error-message-lit.js +7 -0
- package/{components → dist/components}/form/error-message/error-message.css +10 -10
- package/dist/components/form/group/group-lit.js +7 -0
- package/{components → dist/components}/form/group/group.css +7 -7
- package/dist/components/form/range/range-lit.js +7 -0
- package/dist/components/form/range/range.css +33 -0
- package/dist/components/form/select-multiple/select-multiple-lit.js +7 -0
- package/dist/components/form/select-multiple/select-multiple.css +175 -0
- package/dist/components/form/spinner/spinner-lit.js +7 -0
- package/{components → dist/components}/form/spinner/spinner.css +10 -9
- package/dist/components/grid/column/column-lit.js +7 -0
- package/{components → dist/components}/grid/column/column.css +12 -0
- package/{components → dist/components}/header-1177/composite-header-1177.css +439 -412
- package/dist/components/header-1177/header-1177-avatar-lit.js +7 -0
- package/{components → dist/components}/header-1177/header-1177-avatar.css +50 -42
- package/dist/components/header-1177/header-1177-item-lit.js +7 -0
- package/{components → dist/components}/header-1177/header-1177-item.css +55 -43
- package/dist/components/header-1177/header-1177-lit.js +7 -0
- package/dist/components/header-1177/header-1177-nav-item-lit.js +7 -0
- package/dist/components/header-1177/header-1177-nav-item-mobile-lit.js +7 -0
- package/{components → dist/components}/header-1177/header-1177-nav-item-mobile.css +41 -42
- package/{components → dist/components}/header-1177/header-1177-nav-item.css +141 -141
- package/dist/components/header-1177/header-1177-nav-lit.js +7 -0
- package/{components → dist/components}/header-1177/header-1177-nav.css +22 -22
- package/{components → dist/components}/header-1177/header-1177.css +133 -125
- package/dist/components/header-1177-admin/header-1177-admin-avatar-lit.js +7 -0
- package/dist/components/header-1177-admin/header-1177-admin-avatar-mobile-lit.js +7 -0
- package/{components → dist/components}/header-1177-admin/header-1177-admin-avatar-mobile.css +20 -20
- package/{components → dist/components}/header-1177-admin/header-1177-admin-avatar.css +62 -61
- package/dist/components/header-1177-admin/header-1177-admin-item-lit.js +7 -0
- package/{components → dist/components}/header-1177-admin/header-1177-admin-item.css +61 -37
- package/dist/components/header-1177-admin/header-1177-admin-lit.js +7 -0
- package/dist/components/header-1177-admin/header-1177-admin-nav-item-lit.js +7 -0
- package/{components → dist/components}/header-1177-admin/header-1177-admin-nav-item.css +149 -149
- package/dist/components/header-1177-admin/header-1177-admin-nav-lit.js +7 -0
- package/{components → dist/components}/header-1177-admin/header-1177-admin-nav.css +16 -16
- package/{components → dist/components}/header-1177-admin/header-1177-admin.css +76 -74
- package/dist/components/header-1177-pro/header-1177-pro-avatar-lit.js +7 -0
- package/dist/components/header-1177-pro/header-1177-pro-avatar-mobile-lit.js +7 -0
- package/{components → dist/components}/header-1177-pro/header-1177-pro-avatar-mobile.css +21 -20
- package/{components → dist/components}/header-1177-pro/header-1177-pro-avatar.css +67 -65
- package/dist/components/header-1177-pro/header-1177-pro-item-lit.js +7 -0
- package/{components → dist/components}/header-1177-pro/header-1177-pro-item.css +25 -13
- package/dist/components/header-1177-pro/header-1177-pro-lit.js +7 -0
- package/dist/components/header-1177-pro/header-1177-pro-nav-item-lit.js +7 -0
- package/{components → dist/components}/header-1177-pro/header-1177-pro-nav-item.css +137 -137
- package/dist/components/header-1177-pro/header-1177-pro-nav-lit.js +7 -0
- package/dist/components/header-1177-pro/header-1177-pro-nav-menu-mobile-lit.js +7 -0
- package/{components → dist/components}/header-1177-pro/header-1177-pro-nav-menu-mobile.css +34 -34
- package/{components → dist/components}/header-1177-pro/header-1177-pro-nav.css +20 -24
- package/dist/components/header-1177-pro/header-1177-pro-region-picker-lit.js +7 -0
- package/{components → dist/components}/header-1177-pro/header-1177-pro-region-picker.css +81 -77
- package/{components → dist/components}/header-1177-pro/header-1177-pro.css +63 -63
- package/dist/components/header-inera/header-inera-item-lit.js +7 -0
- package/{components → dist/components}/header-inera/header-inera-item.css +15 -12
- package/dist/components/header-inera/header-inera-lit.js +7 -0
- package/dist/components/header-inera/header-inera-nav-item-lit.js +7 -0
- package/{components → dist/components}/header-inera/header-inera-nav-item.css +37 -50
- package/dist/components/header-inera/header-inera-nav-lit.js +7 -0
- package/dist/components/header-inera/header-inera-nav-mobile-lit.js +7 -0
- package/dist/components/header-inera/header-inera-nav-mobile.css +124 -0
- package/{components → dist/components}/header-inera/header-inera-nav.css +2 -2
- package/{components → dist/components}/header-inera/header-inera.css +21 -21
- package/{components → dist/components}/header-inera-admin/composite-header-inera-admin.css +156 -174
- package/dist/components/header-inera-admin/header-inera-admin-avatar-lit.js +7 -0
- package/dist/components/header-inera-admin/header-inera-admin-avatar-mobile-lit.js +7 -0
- package/{components → dist/components}/header-inera-admin/header-inera-admin-avatar-mobile.css +9 -9
- package/{components → dist/components}/header-inera-admin/header-inera-admin-avatar.css +22 -21
- package/dist/components/header-inera-admin/header-inera-admin-item-lit.js +7 -0
- package/{components → dist/components}/header-inera-admin/header-inera-admin-item.css +11 -11
- package/dist/components/header-inera-admin/header-inera-admin-lit.js +7 -0
- package/dist/components/header-inera-admin/header-inera-admin-nav-item-lit.js +7 -0
- package/{components → dist/components}/header-inera-admin/header-inera-admin-nav-item.css +42 -50
- package/dist/components/header-inera-admin/header-inera-admin-nav-lit.js +7 -0
- package/dist/components/header-inera-admin/header-inera-admin-nav-mobile-lit.js +7 -0
- package/{components → dist/components}/header-inera-admin/header-inera-admin-nav-mobile.css +49 -48
- package/{components → dist/components}/header-inera-admin/header-inera-admin-nav.css +2 -2
- package/{components → dist/components}/header-inera-admin/header-inera-admin.css +34 -34
- package/dist/components/list/list-lit.js +7 -0
- package/{components → dist/components}/list/list.css +47 -31
- package/dist/components/mobile-menu/mobile-menu-lit.js +7 -0
- package/{components → dist/components}/mobile-menu/mobile-menu.css +413 -408
- package/dist/components/navigation/content/navigation-content-lit.js +7 -0
- package/dist/components/navigation/content/navigation-content.css +67 -0
- package/dist/components/navigation/local/navigation-local-lit.js +7 -0
- package/{components → dist/components}/navigation/local/navigation-local.css +31 -29
- package/dist/components/notification-badge/notification-badge-lit.js +7 -0
- package/{components → dist/components}/notification-badge/notification-badge.css +2 -2
- package/dist/components/pagination/data-pagination/data-pagination-lit.js +7 -0
- package/{components → dist/components}/pagination/data-pagination/data-pagination.css +28 -28
- package/dist/components/pagination/list-pagination/list-pagination-lit.js +9 -0
- package/{components → dist/components}/pagination/list-pagination/list-pagination.css +38 -35
- package/dist/components/popover/popover-content-lit.js +7 -0
- package/{components → dist/components}/popover/popover-content.css +74 -82
- package/dist/components/progressbar/progressbar-lit.js +7 -0
- package/{components → dist/components}/progressbar/progressbar.css +15 -15
- package/dist/components/side-menu/side-menu-lit.js +7 -0
- package/dist/components/side-menu/side-menu.css +178 -0
- package/dist/components/side-panel/side-panel-lit.js +7 -0
- package/dist/components/side-panel/side-panel.css +431 -0
- package/dist/components/stepper/stepper-lit.js +7 -0
- package/{components → dist/components}/stepper/stepper.css +47 -43
- package/{components → dist/components}/table/table.css +5 -5
- package/dist/components/tabs/tab-lit.js +7 -0
- package/dist/components/tabs/tab-panel-lit.d.ts +2 -0
- package/dist/components/tabs/tab-panel-lit.js +7 -0
- package/{components → dist/components}/tabs/tab-panel.css +2 -2
- package/{components → dist/components}/tabs/tab.css +24 -24
- package/dist/components/tabs/tabs-lit.d.ts +2 -0
- package/dist/components/tabs/tabs-lit.js +9 -0
- package/{components → dist/components}/tabs/tabs.css +6 -6
- package/dist/components/tag/tag-lit.d.ts +2 -0
- package/dist/components/tag/tag-lit.js +7 -0
- package/dist/components/tag/tag.css +79 -0
- package/dist/components/tooltip/tooltip-lit.d.ts +2 -0
- package/dist/components/tooltip/tooltip-lit.js +7 -0
- package/{components → dist/components}/tooltip/tooltip.css +12 -15
- package/{global → dist/global}/_partials.css +1 -1
- package/{global → dist/global}/global.css +680 -595
- package/{global → dist/global}/util/util.css +7 -5
- package/dist/license.md +7 -0
- package/dist/package.json +9 -0
- package/{themes → dist/themes}/1177/1177.css +1225 -1247
- package/{themes → dist/themes}/1177-pro/1177-pro.css +1342 -1361
- package/{themes → dist/themes}/inera/inera.css +1220 -1236
- package/{themes → dist/themes}/inera-admin/inera-admin.css +1279 -1310
- package/{themes → dist/themes}/reset.css +1 -1
- package/global.d.ts +4 -0
- package/package.json +26 -9
- package/rollup/styleObjects.js +131 -0
- package/rollup.config.js +84 -0
- package/src/components/alert/alert-lit.ts +4 -0
- package/src/components/alert/alert.scss +200 -0
- package/src/components/alert-global/alert-global-lit.ts +4 -0
- package/src/components/alert-global/alert-global.scss +128 -0
- package/src/components/badge/badge-lit.ts +4 -0
- package/src/components/badge/badge.scss +55 -0
- package/src/components/breadcrumbs/breadcrumbs-lit.ts +4 -0
- package/src/components/breadcrumbs/breadcrumbs.scss +112 -0
- package/src/components/button-group/button-group-lit.ts +4 -0
- package/src/components/button-group/button-group.scss +29 -0
- package/src/components/card/card-lit.ts +4 -0
- package/src/components/card/card.scss +108 -0
- package/src/components/carousel/carousel-item-lit.ts +4 -0
- package/src/components/carousel/carousel-item.scss +67 -0
- package/src/components/carousel/carousel-lit.ts +4 -0
- package/src/components/carousel/carousel.scss +148 -0
- package/src/components/data-table/data-table-lit.ts +4 -0
- package/src/components/data-table/data-table.scss +169 -0
- package/src/components/date-label/date-label-lit.ts +4 -0
- package/src/components/date-label/date-label.scss +61 -0
- package/src/components/dialog/dialog-lit.ts +4 -0
- package/src/components/dialog/dialog.scss +117 -0
- package/src/components/dropdown/dropdown-lit.ts +6 -0
- package/src/components/dropdown/dropdown.scss +79 -0
- package/src/components/expandable/expandable-lit.ts +4 -0
- package/src/components/expandable/expandable.scss +121 -0
- package/src/components/footer/footer-lit.ts +4 -0
- package/src/components/footer/footer.scss +393 -0
- package/src/components/footer-1177/footer-1177-lit.ts +4 -0
- package/src/components/footer-1177/footer-1177.scss +256 -0
- package/src/components/footer-1177-admin/footer-1177-admin-lit.ts +4 -0
- package/src/components/footer-1177-admin/footer-1177-admin.scss +247 -0
- package/src/components/footer-1177-pro/footer-1177-pro-lit.ts +4 -0
- package/src/components/footer-1177-pro/footer-1177-pro.scss +117 -0
- package/src/components/footer-inera/footer-inera-lit.ts +4 -0
- package/src/components/footer-inera/footer-inera.scss +271 -0
- package/src/components/footer-inera-admin/footer-inera-admin-lit.ts +4 -0
- package/src/components/footer-inera-admin/footer-inera-admin.scss +308 -0
- package/src/components/form/error-message/error-message-lit.ts +4 -0
- package/src/components/form/error-message/error-message.scss +45 -0
- package/src/components/form/group/group-lit.ts +4 -0
- package/src/components/form/group/group.scss +23 -0
- package/src/components/form/range/range-lit.ts +4 -0
- package/src/components/form/range/range.scss +34 -0
- package/src/components/form/select-multiple/select-multiple-lit.ts +4 -0
- package/src/components/form/select-multiple/select-multiple.scss +58 -0
- package/src/components/form/spinner/spinner-lit.ts +4 -0
- package/src/components/form/spinner/spinner.scss +66 -0
- package/src/components/form/textarea/textarea-lit.ts +4 -0
- package/src/components/form/textarea/textarea.scss +0 -0
- package/src/components/grid/column/_column-partials.scss +62 -0
- package/src/components/grid/column/column-lit.ts +4 -0
- package/src/components/grid/column/column.scss +380 -0
- package/src/components/header-1177/composite-header-1177.scss +6 -0
- package/src/components/header-1177/header-1177-avatar-lit.ts +4 -0
- package/src/components/header-1177/header-1177-avatar.scss +113 -0
- package/src/components/header-1177/header-1177-item-lit.ts +4 -0
- package/src/components/header-1177/header-1177-item.scss +72 -0
- package/src/components/header-1177/header-1177-lit.ts +4 -0
- package/src/components/header-1177/header-1177-nav-item-lit.ts +4 -0
- package/src/components/header-1177/header-1177-nav-item-mobile-lit.ts +4 -0
- package/src/components/header-1177/header-1177-nav-item-mobile.scss +84 -0
- package/src/components/header-1177/header-1177-nav-item.scss +158 -0
- package/src/components/header-1177/header-1177-nav-lit.ts +4 -0
- package/src/components/header-1177/header-1177-nav.scss +57 -0
- package/src/components/header-1177/header-1177.scss +364 -0
- package/src/components/header-1177-admin/composite-header-1177-admin.scss +6 -0
- package/src/components/header-1177-admin/header-1177-admin-avatar-lit.ts +4 -0
- package/src/components/header-1177-admin/header-1177-admin-avatar-mobile-lit.ts +4 -0
- package/src/components/header-1177-admin/header-1177-admin-avatar-mobile.scss +91 -0
- package/src/components/header-1177-admin/header-1177-admin-avatar.scss +107 -0
- package/src/components/header-1177-admin/header-1177-admin-item-lit.ts +4 -0
- package/src/components/header-1177-admin/header-1177-admin-item.scss +74 -0
- package/src/components/header-1177-admin/header-1177-admin-lit.ts +4 -0
- package/src/components/header-1177-admin/header-1177-admin-nav-item-lit.ts +4 -0
- package/src/components/header-1177-admin/header-1177-admin-nav-item.scss +168 -0
- package/src/components/header-1177-admin/header-1177-admin-nav-lit.ts +4 -0
- package/src/components/header-1177-admin/header-1177-admin-nav-menu-lit.ts +4 -0
- package/src/components/header-1177-admin/header-1177-admin-nav.scss +54 -0
- package/src/components/header-1177-admin/header-1177-admin.scss +201 -0
- package/src/components/header-1177-pro/composite-header-1177-pro.scss +8 -0
- package/src/components/header-1177-pro/header-1177-pro-avatar-lit.ts +4 -0
- package/src/components/header-1177-pro/header-1177-pro-avatar-mobile-lit.ts +4 -0
- package/src/components/header-1177-pro/header-1177-pro-avatar-mobile.scss +92 -0
- package/src/components/header-1177-pro/header-1177-pro-avatar.scss +113 -0
- package/src/components/header-1177-pro/header-1177-pro-item-lit.ts +4 -0
- package/src/components/header-1177-pro/header-1177-pro-item.scss +73 -0
- package/src/components/header-1177-pro/header-1177-pro-lit.ts +4 -0
- package/src/components/header-1177-pro/header-1177-pro-nav-item-lit.ts +4 -0
- package/src/components/header-1177-pro/header-1177-pro-nav-item.scss +149 -0
- package/src/components/header-1177-pro/header-1177-pro-nav-lit.ts +4 -0
- package/src/components/header-1177-pro/header-1177-pro-nav-menu-mobile-lit.ts +4 -0
- package/src/components/header-1177-pro/header-1177-pro-nav-menu-mobile.scss +89 -0
- package/src/components/header-1177-pro/header-1177-pro-nav.scss +59 -0
- package/src/components/header-1177-pro/header-1177-pro-region-picker-lit.ts +4 -0
- package/src/components/header-1177-pro/header-1177-pro-region-picker.scss +81 -0
- package/src/components/header-1177-pro/header-1177-pro.scss +175 -0
- package/src/components/header-inera/composite-header-inera.scss +5 -0
- package/src/components/header-inera/header-inera-item-lit.ts +4 -0
- package/src/components/header-inera/header-inera-item.scss +87 -0
- package/src/components/header-inera/header-inera-lit.ts +4 -0
- package/src/components/header-inera/header-inera-nav-item-lit.ts +4 -0
- package/src/components/header-inera/header-inera-nav-item.scss +181 -0
- package/src/components/header-inera/header-inera-nav-lit.ts +4 -0
- package/src/components/header-inera/header-inera-nav-mobile-lit.ts +4 -0
- package/src/components/header-inera/header-inera-nav-mobile.scss +33 -0
- package/src/components/header-inera/header-inera-nav.scss +36 -0
- package/src/components/header-inera/header-inera.scss +68 -0
- package/src/components/header-inera-admin/composite-header-inera-admin.scss +7 -0
- package/src/components/header-inera-admin/header-inera-admin-avatar-lit.ts +4 -0
- package/src/components/header-inera-admin/header-inera-admin-avatar-mobile-lit.ts +4 -0
- package/src/components/header-inera-admin/header-inera-admin-avatar-mobile.scss +59 -0
- package/src/components/header-inera-admin/header-inera-admin-avatar.scss +139 -0
- package/src/components/header-inera-admin/header-inera-admin-item-lit.ts +4 -0
- package/src/components/header-inera-admin/header-inera-admin-item.scss +85 -0
- package/src/components/header-inera-admin/header-inera-admin-lit.ts +4 -0
- package/src/components/header-inera-admin/header-inera-admin-nav-item-lit.ts +4 -0
- package/src/components/header-inera-admin/header-inera-admin-nav-item.scss +186 -0
- package/src/components/header-inera-admin/header-inera-admin-nav-lit.ts +4 -0
- package/src/components/header-inera-admin/header-inera-admin-nav-mobile-lit.ts +4 -0
- package/src/components/header-inera-admin/header-inera-admin-nav-mobile.scss +33 -0
- package/src/components/header-inera-admin/header-inera-admin-nav.scss +36 -0
- package/src/components/header-inera-admin/header-inera-admin.scss +118 -0
- package/src/components/list/list-lit.ts +4 -0
- package/src/components/list/list.scss +148 -0
- package/src/components/mobile-menu/mobile-menu-lit.ts +4 -0
- package/src/components/mobile-menu/mobile-menu.scss +458 -0
- package/src/components/navigation/content/navigation-content-lit.ts +4 -0
- package/src/components/navigation/content/navigation-content.scss +69 -0
- package/src/components/navigation/local/navigation-local-lit.ts +4 -0
- package/src/components/navigation/local/navigation-local.scss +62 -0
- package/src/components/notification-badge/notification-badge-lit.ts +4 -0
- package/src/components/notification-badge/notification-badge.scss +22 -0
- package/src/components/pagination/data-pagination/data-pagination-lit.ts +4 -0
- package/src/components/pagination/data-pagination/data-pagination.scss +143 -0
- package/src/components/pagination/list-pagination/list-pagination-lit.ts +6 -0
- package/src/components/pagination/list-pagination/list-pagination.scss +165 -0
- package/src/components/popover/popover-content-lit.ts +4 -0
- package/src/components/popover/popover-content.scss +282 -0
- package/src/components/popover/popover-lit.ts +4 -0
- package/src/components/popover/popover.scss +9 -0
- package/src/components/progressbar/progressbar-lit.ts +4 -0
- package/src/components/progressbar/progressbar.scss +39 -0
- package/src/components/side-menu/side-menu-lit.ts +4 -0
- package/src/components/side-menu/side-menu.scss +179 -0
- package/src/components/side-panel/side-panel-lit.ts +4 -0
- package/src/components/side-panel/side-panel.scss +330 -0
- package/src/components/stepper/stepper-lit.ts +4 -0
- package/src/components/stepper/stepper.scss +171 -0
- package/src/components/table/table.scss +34 -0
- package/src/components/tabs/tab-lit.ts +4 -0
- package/src/components/tabs/tab-panel-lit.ts +4 -0
- package/src/components/tabs/tab-panel.scss +20 -0
- package/src/components/tabs/tab.scss +85 -0
- package/src/components/tabs/tabs-lit.ts +5 -0
- package/src/components/tabs/tabs.scss +33 -0
- package/src/components/tag/tag-lit.ts +4 -0
- package/src/components/tag/tag.scss +58 -0
- package/src/components/tooltip/tooltip-lit.ts +4 -0
- package/src/components/tooltip/tooltip.scss +68 -0
- package/src/global/_partials.scss +408 -0
- package/src/global/components/link.scss +134 -0
- package/src/global/form/button.scss +261 -0
- package/src/global/form/checkbox.scss +100 -0
- package/src/global/form/input.scss +77 -0
- package/src/global/form/radio.scss +108 -0
- package/src/global/form/range.scss +69 -0
- package/src/global/form/select.scss +23 -0
- package/src/global/form/textarea.scss +41 -0
- package/src/global/form/time.scss +44 -0
- package/src/global/form/toggle.scss +119 -0
- package/src/global/global.scss +52 -0
- package/src/global/icons/close.scss +25 -0
- package/src/global/typography/_typography-partials.scss +240 -0
- package/src/global/typography/description-list.scss +89 -0
- package/src/global/typography/typography.scss +100 -0
- package/src/global/util/util.scss +2632 -0
- package/src/layout/breakpoints.scss +13 -0
- package/src/layout/container.scss +15 -0
- package/src/layout/grid.scss +393 -0
- package/src/layout/row.scss +48 -0
- package/src/themes/1177/1177-tokens.css +32 -0
- package/src/themes/1177/1177-typography.scss +94 -0
- package/src/themes/1177/1177.scss +670 -0
- package/src/themes/1177-pro/1177-pro-tokens.css +1 -0
- package/src/themes/1177-pro/1177-pro-typography.scss +10 -0
- package/src/themes/1177-pro/1177-pro.scss +162 -0
- package/src/themes/inera/inera-tokens.css +53 -0
- package/src/themes/inera/inera-typography.scss +95 -0
- package/src/themes/inera/inera.scss +656 -0
- package/src/themes/inera-admin/inera-admin-tokens.css +1 -0
- package/src/themes/inera-admin/inera-admin.scss +96 -0
- package/src/themes/reset.scss +61 -0
- package/tailwind/util-tailwind.scss +2320 -0
- package/tailwind.config.js +32 -0
- package/tsconfig.json +10 -0
- package/components/alert/alert-lit.js +0 -7
- package/components/alert-global/alert-global-lit.js +0 -7
- package/components/alert-global/alert-global.css +0 -175
- package/components/badge/badge-lit.js +0 -7
- package/components/breadcrumbs/breadcrumbs-lit.js +0 -7
- package/components/breadcrumbs/breadcrumbs.css +0 -95
- package/components/button-group/button-group-lit.js +0 -7
- package/components/card/card-lit.js +0 -7
- package/components/data-table/data-table-lit.js +0 -7
- package/components/date-label/date-label-lit.js +0 -7
- package/components/dialog/dialog-lit.js +0 -7
- package/components/dropdown/dropdown-lit.js +0 -9
- package/components/expandable/expandable-lit.js +0 -7
- package/components/footer/footer-lit.js +0 -7
- package/components/footer-1177/footer-1177-lit.js +0 -7
- package/components/footer-1177-admin/footer-1177-admin-lit.js +0 -7
- package/components/footer-1177-pro/footer-1177-pro-lit.js +0 -7
- package/components/footer-inera/footer-inera-lit.js +0 -7
- package/components/footer-inera-admin/footer-inera-admin-lit.js +0 -7
- package/components/form/error-message/error-message-lit.js +0 -7
- package/components/form/group/group-lit.js +0 -7
- package/components/form/range/range-lit.js +0 -7
- package/components/form/range/range.css +0 -34
- package/components/form/select-multiple/select-multiple-lit.js +0 -7
- package/components/form/select-multiple/select-multiple.css +0 -166
- package/components/form/spinner/spinner-lit.js +0 -7
- package/components/grid/column/column-lit.js +0 -7
- package/components/header-1177/header-1177-avatar-lit.js +0 -7
- package/components/header-1177/header-1177-item-lit.js +0 -7
- package/components/header-1177/header-1177-lit.js +0 -7
- package/components/header-1177/header-1177-nav-item-lit.js +0 -7
- package/components/header-1177/header-1177-nav-item-mobile-lit.js +0 -7
- package/components/header-1177/header-1177-nav-lit.js +0 -7
- package/components/header-1177-admin/header-1177-admin-avatar-lit.js +0 -7
- package/components/header-1177-admin/header-1177-admin-avatar-mobile-lit.js +0 -7
- package/components/header-1177-admin/header-1177-admin-item-lit.js +0 -7
- package/components/header-1177-admin/header-1177-admin-lit.js +0 -7
- package/components/header-1177-admin/header-1177-admin-nav-item-lit.js +0 -7
- package/components/header-1177-admin/header-1177-admin-nav-lit.js +0 -7
- package/components/header-1177-pro/header-1177-pro-avatar-lit.js +0 -7
- package/components/header-1177-pro/header-1177-pro-avatar-mobile-lit.js +0 -7
- package/components/header-1177-pro/header-1177-pro-item-lit.js +0 -7
- package/components/header-1177-pro/header-1177-pro-lit.js +0 -7
- package/components/header-1177-pro/header-1177-pro-nav-item-lit.js +0 -7
- package/components/header-1177-pro/header-1177-pro-nav-lit.js +0 -7
- package/components/header-1177-pro/header-1177-pro-nav-menu-mobile-lit.js +0 -7
- package/components/header-1177-pro/header-1177-pro-region-picker-lit.js +0 -7
- package/components/header-inera/header-inera-item-lit.js +0 -7
- package/components/header-inera/header-inera-lit.js +0 -7
- package/components/header-inera/header-inera-nav-item-lit.js +0 -7
- package/components/header-inera/header-inera-nav-lit.js +0 -7
- package/components/header-inera/header-inera-nav-mobile-lit.js +0 -7
- package/components/header-inera/header-inera-nav-mobile.css +0 -123
- package/components/header-inera-admin/header-inera-admin-avatar-lit.js +0 -7
- package/components/header-inera-admin/header-inera-admin-avatar-mobile-lit.js +0 -7
- package/components/header-inera-admin/header-inera-admin-item-lit.js +0 -7
- package/components/header-inera-admin/header-inera-admin-lit.js +0 -7
- package/components/header-inera-admin/header-inera-admin-nav-item-lit.js +0 -7
- package/components/header-inera-admin/header-inera-admin-nav-lit.js +0 -7
- package/components/header-inera-admin/header-inera-admin-nav-mobile-lit.js +0 -7
- package/components/list/list-lit.js +0 -7
- package/components/mobile-menu/mobile-menu-lit.js +0 -7
- package/components/navigation/content/navigation-content-lit.js +0 -7
- package/components/navigation/content/navigation-content.css +0 -67
- package/components/navigation/local/navigation-local-lit.js +0 -7
- package/components/notification-badge/notification-badge-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/progressbar/progressbar-lit.js +0 -7
- package/components/side-panel/side-panel-lit.js +0 -7
- package/components/side-panel/side-panel.css +0 -198
- package/components/stepper/stepper-lit.js +0 -7
- package/components/tabs/tab-lit.js +0 -7
- package/components/tabs/tab-panel-lit.js +0 -7
- package/components/tabs/tabs-lit.js +0 -9
- package/components/tag/tag-lit.js +0 -7
- package/components/tag/tag.css +0 -103
- package/components/tooltip/tooltip-lit.js +0 -7
- /package/{components/alert-global/alert-global-lit.d.ts → css.d.ts} +0 -0
- /package/{components/badge/badge-lit.d.ts → dist/components/alert/alert-lit.d.ts} +0 -0
- /package/{components/alert/alert-lit.d.ts → dist/components/alert-global/alert-global-lit.d.ts} +0 -0
- /package/{components/breadcrumbs/breadcrumbs-lit.d.ts → dist/components/badge/badge-lit.d.ts} +0 -0
- /package/{components/button-group/button-group-lit.d.ts → dist/components/breadcrumbs/breadcrumbs-lit.d.ts} +0 -0
- /package/{components/card/card-lit.d.ts → dist/components/button-group/button-group-lit.d.ts} +0 -0
- /package/{components/data-table/data-table-lit.d.ts → dist/components/card/card-lit.d.ts} +0 -0
- /package/{components/date-label/date-label-lit.d.ts → dist/components/carousel/carousel-item-lit.d.ts} +0 -0
- /package/{components/dialog/dialog-lit.d.ts → dist/components/carousel/carousel-lit.d.ts} +0 -0
- /package/{components/dropdown/dropdown-lit.d.ts → dist/components/data-table/data-table-lit.d.ts} +0 -0
- /package/{components/expandable/expandable-lit.d.ts → dist/components/date-label/date-label-lit.d.ts} +0 -0
- /package/{components/footer-1177-admin/footer-1177-admin-lit.d.ts → dist/components/dialog/dialog-lit.d.ts} +0 -0
- /package/{components/footer-1177-pro/footer-1177-pro-lit.d.ts → dist/components/dropdown/dropdown-lit.d.ts} +0 -0
- /package/{components/footer-1177/footer-1177-lit.d.ts → dist/components/expandable/expandable-lit.d.ts} +0 -0
- /package/{components/form/range/range-lit.d.ts → dist/components/footer/footer-lit.d.ts} +0 -0
- /package/{components/footer/footer-lit.d.ts → dist/components/footer-1177/footer-1177-lit.d.ts} +0 -0
- /package/{components/footer-inera-admin/footer-inera-admin-lit.d.ts → dist/components/footer-1177-admin/footer-1177-admin-lit.d.ts} +0 -0
- /package/{components/footer-inera/footer-inera-lit.d.ts → dist/components/footer-1177-pro/footer-1177-pro-lit.d.ts} +0 -0
- /package/{components/form/group/group-lit.d.ts → dist/components/footer-inera/footer-inera-lit.d.ts} +0 -0
- /package/{components/form/error-message/error-message-lit.d.ts → dist/components/footer-inera-admin/footer-inera-admin-lit.d.ts} +0 -0
- /package/{components/form/select-multiple/select-multiple-lit.d.ts → dist/components/form/error-message/error-message-lit.d.ts} +0 -0
- /package/{components/form/spinner/spinner-lit.d.ts → dist/components/form/group/group-lit.d.ts} +0 -0
- /package/{components/form/textarea/textarea-lit.d.ts → dist/components/form/range/range-lit.d.ts} +0 -0
- /package/{components/grid/column/column-lit.d.ts → dist/components/form/select-multiple/select-multiple-lit.d.ts} +0 -0
- /package/{components/header-1177-admin/header-1177-admin-avatar-lit.d.ts → dist/components/form/spinner/spinner-lit.d.ts} +0 -0
- /package/{components/header-1177-admin/header-1177-admin-avatar-mobile-lit.d.ts → dist/components/form/textarea/textarea-lit.d.ts} +0 -0
- /package/{components → dist/components}/form/textarea/textarea-lit.js +0 -0
- /package/{components → dist/components}/form/textarea/textarea.css +0 -0
- /package/{components → dist/components}/grid/column/_column-partials.css +0 -0
- /package/{components/header-1177-admin/header-1177-admin-item-lit.d.ts → dist/components/grid/column/column-lit.d.ts} +0 -0
- /package/{components/header-1177/header-1177-nav-item-lit.d.ts → dist/components/header-1177/header-1177-avatar-lit.d.ts} +0 -0
- /package/{components/header-1177/header-1177-nav-item-mobile-lit.d.ts → dist/components/header-1177/header-1177-item-lit.d.ts} +0 -0
- /package/{components/header-1177/header-1177-nav-lit.d.ts → dist/components/header-1177/header-1177-lit.d.ts} +0 -0
- /package/{components/header-inera-admin/header-inera-admin-avatar-lit.d.ts → dist/components/header-1177/header-1177-nav-item-lit.d.ts} +0 -0
- /package/{components/header-inera-admin/header-inera-admin-avatar-mobile-lit.d.ts → dist/components/header-1177/header-1177-nav-item-mobile-lit.d.ts} +0 -0
- /package/{components/header-inera-admin/header-inera-admin-item-lit.d.ts → dist/components/header-1177/header-1177-nav-lit.d.ts} +0 -0
- /package/{components/header-1177-admin/header-1177-admin-lit.d.ts → dist/components/header-1177-admin/header-1177-admin-avatar-lit.d.ts} +0 -0
- /package/{components/header-1177-admin/header-1177-admin-nav-item-lit.d.ts → dist/components/header-1177-admin/header-1177-admin-avatar-mobile-lit.d.ts} +0 -0
- /package/{components/header-1177-admin/header-1177-admin-nav-lit.d.ts → dist/components/header-1177-admin/header-1177-admin-item-lit.d.ts} +0 -0
- /package/{components/header-1177-pro/header-1177-pro-avatar-lit.d.ts → dist/components/header-1177-admin/header-1177-admin-lit.d.ts} +0 -0
- /package/{components/header-1177-pro/header-1177-pro-avatar-mobile-lit.d.ts → dist/components/header-1177-admin/header-1177-admin-nav-item-lit.d.ts} +0 -0
- /package/{components/header-1177-pro/header-1177-pro-item-lit.d.ts → dist/components/header-1177-admin/header-1177-admin-nav-lit.d.ts} +0 -0
- /package/{components/header-1177-pro/header-1177-pro-lit.d.ts → dist/components/header-1177-pro/header-1177-pro-avatar-lit.d.ts} +0 -0
- /package/{components/header-1177-pro/header-1177-pro-nav-item-lit.d.ts → dist/components/header-1177-pro/header-1177-pro-avatar-mobile-lit.d.ts} +0 -0
- /package/{components/header-1177-pro/header-1177-pro-nav-lit.d.ts → dist/components/header-1177-pro/header-1177-pro-item-lit.d.ts} +0 -0
- /package/{components/header-1177-pro/header-1177-pro-nav-menu-mobile-lit.d.ts → dist/components/header-1177-pro/header-1177-pro-lit.d.ts} +0 -0
- /package/{components/header-1177-pro/header-1177-pro-region-picker-lit.d.ts → dist/components/header-1177-pro/header-1177-pro-nav-item-lit.d.ts} +0 -0
- /package/{components/header-1177/header-1177-avatar-lit.d.ts → dist/components/header-1177-pro/header-1177-pro-nav-lit.d.ts} +0 -0
- /package/{components/header-1177/header-1177-item-lit.d.ts → dist/components/header-1177-pro/header-1177-pro-nav-menu-mobile-lit.d.ts} +0 -0
- /package/{components/header-1177/header-1177-lit.d.ts → dist/components/header-1177-pro/header-1177-pro-region-picker-lit.d.ts} +0 -0
- /package/{components/header-inera/header-inera-nav-lit.d.ts → dist/components/header-inera/header-inera-item-lit.d.ts} +0 -0
- /package/{components/header-inera/header-inera-nav-mobile-lit.d.ts → dist/components/header-inera/header-inera-lit.d.ts} +0 -0
- /package/{components/list/list-lit.d.ts → dist/components/header-inera/header-inera-nav-item-lit.d.ts} +0 -0
- /package/{components/mobile-menu/mobile-menu-lit.d.ts → dist/components/header-inera/header-inera-nav-lit.d.ts} +0 -0
- /package/{components/navigation/content/navigation-content-lit.d.ts → dist/components/header-inera/header-inera-nav-mobile-lit.d.ts} +0 -0
- /package/{components/header-inera-admin/header-inera-admin-lit.d.ts → dist/components/header-inera-admin/header-inera-admin-avatar-lit.d.ts} +0 -0
- /package/{components/header-inera-admin/header-inera-admin-nav-item-lit.d.ts → dist/components/header-inera-admin/header-inera-admin-avatar-mobile-lit.d.ts} +0 -0
- /package/{components/header-inera-admin/header-inera-admin-nav-lit.d.ts → dist/components/header-inera-admin/header-inera-admin-item-lit.d.ts} +0 -0
- /package/{components/header-inera-admin/header-inera-admin-nav-mobile-lit.d.ts → dist/components/header-inera-admin/header-inera-admin-lit.d.ts} +0 -0
- /package/{components/header-inera/header-inera-item-lit.d.ts → dist/components/header-inera-admin/header-inera-admin-nav-item-lit.d.ts} +0 -0
- /package/{components/header-inera/header-inera-lit.d.ts → dist/components/header-inera-admin/header-inera-admin-nav-lit.d.ts} +0 -0
- /package/{components/header-inera/header-inera-nav-item-lit.d.ts → dist/components/header-inera-admin/header-inera-admin-nav-mobile-lit.d.ts} +0 -0
- /package/{components/navigation/local/navigation-local-lit.d.ts → dist/components/list/list-lit.d.ts} +0 -0
- /package/{components/notification-badge/notification-badge-lit.d.ts → dist/components/mobile-menu/mobile-menu-lit.d.ts} +0 -0
- /package/{components/pagination/data-pagination/data-pagination-lit.d.ts → dist/components/navigation/content/navigation-content-lit.d.ts} +0 -0
- /package/{components/pagination/list-pagination/list-pagination-lit.d.ts → dist/components/navigation/local/navigation-local-lit.d.ts} +0 -0
- /package/{components/popover/popover-content-lit.d.ts → dist/components/notification-badge/notification-badge-lit.d.ts} +0 -0
- /package/{components/popover/popover-lit.d.ts → dist/components/pagination/data-pagination/data-pagination-lit.d.ts} +0 -0
- /package/{components/progressbar/progressbar-lit.d.ts → dist/components/pagination/list-pagination/list-pagination-lit.d.ts} +0 -0
- /package/{components/side-panel/side-panel-lit.d.ts → dist/components/popover/popover-content-lit.d.ts} +0 -0
- /package/{components/stepper/stepper-lit.d.ts → dist/components/popover/popover-lit.d.ts} +0 -0
- /package/{components → dist/components}/popover/popover-lit.js +0 -0
- /package/{components → dist/components}/popover/popover.css +0 -0
- /package/{components/tabs/tab-lit.d.ts → dist/components/progressbar/progressbar-lit.d.ts} +0 -0
- /package/{components/tabs/tab-panel-lit.d.ts → dist/components/side-menu/side-menu-lit.d.ts} +0 -0
- /package/{components/tabs/tabs-lit.d.ts → dist/components/side-panel/side-panel-lit.d.ts} +0 -0
- /package/{components/tag/tag-lit.d.ts → dist/components/stepper/stepper-lit.d.ts} +0 -0
- /package/{components/tooltip/tooltip-lit.d.ts → dist/components/tabs/tab-lit.d.ts} +0 -0
- /package/{themes → dist/themes}/1177/1177-tokens.css +0 -0
- /package/{themes → dist/themes}/1177-pro/1177-pro-tokens.css +0 -0
- /package/{themes → dist/themes}/inera/inera-tokens.css +0 -0
- /package/{themes → dist/themes}/inera-admin/inera-admin-tokens.css +0 -0
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* BUTTONS
|
|
3
3
|
********/
|
|
4
4
|
/*******
|
|
5
|
-
*
|
|
5
|
+
* SCROLLBARS
|
|
6
6
|
********/
|
|
7
7
|
/*******
|
|
8
8
|
* FORM
|
|
@@ -42,20 +42,20 @@
|
|
|
42
42
|
.ids-header-1177-pro__nav-mobile__menu .ids-hamburger__lines {
|
|
43
43
|
display: block;
|
|
44
44
|
width: 1.3125rem;
|
|
45
|
-
border-radius:
|
|
45
|
+
border-radius: 0.125rem;
|
|
46
46
|
transition: 0.2s;
|
|
47
|
-
background: var(--IDS-COLOR-ACCENT-40);
|
|
47
|
+
background-color: var(--IDS-COLOR-ACCENT-40);
|
|
48
48
|
position: relative;
|
|
49
|
-
height:
|
|
49
|
+
height: 0.188rem;
|
|
50
50
|
width: 1.25rem;
|
|
51
51
|
}
|
|
52
52
|
.ids-header-1177-pro__nav-mobile__menu .ids-hamburger__lines:before,
|
|
53
53
|
.ids-header-1177-pro__nav-mobile__menu .ids-hamburger__lines:after {
|
|
54
54
|
display: inline-block;
|
|
55
55
|
width: 1.3125rem;
|
|
56
|
-
border-radius:
|
|
56
|
+
border-radius: 0.125rem;
|
|
57
57
|
transition: 0.2s;
|
|
58
|
-
background: var(--IDS-COLOR-ACCENT-40);
|
|
58
|
+
background-color: var(--IDS-COLOR-ACCENT-40);
|
|
59
59
|
position: absolute;
|
|
60
60
|
left: 0;
|
|
61
61
|
content: "";
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
}
|
|
65
65
|
.ids-header-1177-pro__nav-mobile__menu .ids-hamburger__lines:before,
|
|
66
66
|
.ids-header-1177-pro__nav-mobile__menu .ids-hamburger__lines:after {
|
|
67
|
-
height:
|
|
67
|
+
height: 0.188rem;
|
|
68
68
|
width: 1.25rem;
|
|
69
69
|
}
|
|
70
70
|
.ids-header-1177-pro__nav-mobile__menu .ids-hamburger__lines:before,
|
|
@@ -73,10 +73,10 @@
|
|
|
73
73
|
transform-origin: 0.13393rem center;
|
|
74
74
|
}
|
|
75
75
|
.ids-header-1177-pro__nav-mobile__menu .ids-hamburger__lines:before {
|
|
76
|
-
top:
|
|
76
|
+
top: 0.5rem;
|
|
77
77
|
}
|
|
78
78
|
.ids-header-1177-pro__nav-mobile__menu .ids-hamburger__lines:after {
|
|
79
|
-
top: -
|
|
79
|
+
top: -0.5rem;
|
|
80
80
|
}
|
|
81
81
|
.ids-header-1177-pro__nav-mobile__menu[aria-expanded=true] .ids-hamburger {
|
|
82
82
|
-webkit-transform: scale3d(0.8, 0.8, 0.8);
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
transform-origin: 50% 50%;
|
|
92
92
|
top: 0;
|
|
93
93
|
width: 2rem;
|
|
94
|
-
left: -
|
|
94
|
+
left: -0.313rem;
|
|
95
95
|
}
|
|
96
96
|
.ids-header-1177-pro__nav-mobile__menu[aria-expanded=true] .ids-hamburger .ids-hamburger__lines:before {
|
|
97
97
|
-ms-transform: rotate(45deg);
|
|
@@ -112,11 +112,11 @@
|
|
|
112
112
|
.ids-header-1177-pro__nav-mobile__menu-items {
|
|
113
113
|
display: block;
|
|
114
114
|
position: absolute;
|
|
115
|
-
left:
|
|
116
|
-
right:
|
|
115
|
+
left: 0;
|
|
116
|
+
right: 0;
|
|
117
117
|
z-index: 10;
|
|
118
|
-
box-shadow:
|
|
119
|
-
top: calc(100% +
|
|
118
|
+
box-shadow: 0 0.125rem 0.313rem #c5c5c5;
|
|
119
|
+
top: calc(100% + 0.063rem);
|
|
120
120
|
}
|
|
121
121
|
@media (min-width: 1024px) {
|
|
122
122
|
.ids-header-1177-pro__nav-mobile__menu-items {
|
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
display: none;
|
|
129
129
|
align-items: center;
|
|
130
130
|
justify-content: center;
|
|
131
|
-
height:
|
|
131
|
+
height: 3rem;
|
|
132
132
|
position: relative;
|
|
133
133
|
color: var(--IDS-COLOR-ACCENT-40);
|
|
134
134
|
}
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
.ids-header-1177-pro--unresponsive .ids-header-1177-pro__nav-mobile__item button {
|
|
137
137
|
display: flex;
|
|
138
138
|
width: 100%;
|
|
139
|
-
gap:
|
|
139
|
+
gap: 0.5rem;
|
|
140
140
|
text-decoration: none;
|
|
141
141
|
background: none;
|
|
142
142
|
color: inherit;
|
|
@@ -153,19 +153,19 @@
|
|
|
153
153
|
}
|
|
154
154
|
.ids-header-1177-pro--unresponsive .ids-header-1177-pro__nav-mobile__item ::slotted(a) {
|
|
155
155
|
position: absolute;
|
|
156
|
-
inset:
|
|
156
|
+
inset: 0;
|
|
157
157
|
opacity: 0;
|
|
158
158
|
}
|
|
159
159
|
.ids-header-1177-pro--unresponsive .ids-header-1177-pro__nav-mobile__item:focus-within {
|
|
160
|
-
outline: var(--IDS-
|
|
161
|
-
outline-offset:
|
|
160
|
+
outline: var(--IDS-FOCUS__OUTLINE);
|
|
161
|
+
outline-offset: -0.125rem !important;
|
|
162
162
|
}
|
|
163
163
|
|
|
164
164
|
.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__nav-mobile__item {
|
|
165
165
|
display: none;
|
|
166
166
|
align-items: center;
|
|
167
167
|
justify-content: center;
|
|
168
|
-
height:
|
|
168
|
+
height: 3rem;
|
|
169
169
|
position: relative;
|
|
170
170
|
color: var(--IDS-COLOR-ACCENT-40);
|
|
171
171
|
}
|
|
@@ -173,7 +173,7 @@
|
|
|
173
173
|
.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__nav-mobile__item button {
|
|
174
174
|
display: flex;
|
|
175
175
|
width: 100%;
|
|
176
|
-
gap:
|
|
176
|
+
gap: 0.5rem;
|
|
177
177
|
text-decoration: none;
|
|
178
178
|
background: none;
|
|
179
179
|
color: inherit;
|
|
@@ -190,12 +190,12 @@
|
|
|
190
190
|
}
|
|
191
191
|
.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__nav-mobile__item ::slotted(a) {
|
|
192
192
|
position: absolute;
|
|
193
|
-
inset:
|
|
193
|
+
inset: 0;
|
|
194
194
|
opacity: 0;
|
|
195
195
|
}
|
|
196
196
|
.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__nav-mobile__item:focus-within {
|
|
197
|
-
outline: var(--IDS-
|
|
198
|
-
outline-offset:
|
|
197
|
+
outline: var(--IDS-FOCUS__OUTLINE);
|
|
198
|
+
outline-offset: -0.125rem !important;
|
|
199
199
|
}
|
|
200
200
|
@media (max-width: 1024px) {
|
|
201
201
|
.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__nav-mobile__item:not(.ids-header-1177-pro__items__item--mobile) {
|
|
@@ -212,7 +212,7 @@
|
|
|
212
212
|
display: none;
|
|
213
213
|
align-items: center;
|
|
214
214
|
justify-content: center;
|
|
215
|
-
height:
|
|
215
|
+
height: 3rem;
|
|
216
216
|
position: relative;
|
|
217
217
|
color: var(--IDS-COLOR-ACCENT-40);
|
|
218
218
|
}
|
|
@@ -220,7 +220,7 @@
|
|
|
220
220
|
:host .ids-header-1177-pro__nav-mobile__item:not(.ids-header-1177-pro__nav-mobile__item--unresponsive) button {
|
|
221
221
|
display: flex;
|
|
222
222
|
width: 100%;
|
|
223
|
-
gap:
|
|
223
|
+
gap: 0.5rem;
|
|
224
224
|
text-decoration: none;
|
|
225
225
|
background: none;
|
|
226
226
|
color: inherit;
|
|
@@ -237,12 +237,12 @@
|
|
|
237
237
|
}
|
|
238
238
|
:host .ids-header-1177-pro__nav-mobile__item:not(.ids-header-1177-pro__nav-mobile__item--unresponsive) ::slotted(a) {
|
|
239
239
|
position: absolute;
|
|
240
|
-
inset:
|
|
240
|
+
inset: 0;
|
|
241
241
|
opacity: 0;
|
|
242
242
|
}
|
|
243
243
|
:host .ids-header-1177-pro__nav-mobile__item:not(.ids-header-1177-pro__nav-mobile__item--unresponsive):focus-within {
|
|
244
|
-
outline: var(--IDS-
|
|
245
|
-
outline-offset:
|
|
244
|
+
outline: var(--IDS-FOCUS__OUTLINE);
|
|
245
|
+
outline-offset: -0.125rem !important;
|
|
246
246
|
}
|
|
247
247
|
@media (max-width: 1024px) {
|
|
248
248
|
:host .ids-header-1177-pro__nav-mobile__item:not(.ids-header-1177-pro__nav-mobile__item--unresponsive):not(.ids-header-1177-pro__items__item--mobile) {
|
|
@@ -258,7 +258,7 @@
|
|
|
258
258
|
display: none;
|
|
259
259
|
align-items: center;
|
|
260
260
|
justify-content: center;
|
|
261
|
-
height:
|
|
261
|
+
height: 3rem;
|
|
262
262
|
position: relative;
|
|
263
263
|
color: var(--IDS-COLOR-ACCENT-40);
|
|
264
264
|
}
|
|
@@ -266,7 +266,7 @@
|
|
|
266
266
|
:host .ids-header-1177-pro__nav-mobile__item.ids-header-1177-pro__nav-mobile__item--unresponsive button {
|
|
267
267
|
display: flex;
|
|
268
268
|
width: 100%;
|
|
269
|
-
gap:
|
|
269
|
+
gap: 0.5rem;
|
|
270
270
|
text-decoration: none;
|
|
271
271
|
background: none;
|
|
272
272
|
color: inherit;
|
|
@@ -283,10 +283,10 @@
|
|
|
283
283
|
}
|
|
284
284
|
:host .ids-header-1177-pro__nav-mobile__item.ids-header-1177-pro__nav-mobile__item--unresponsive ::slotted(a) {
|
|
285
285
|
position: absolute;
|
|
286
|
-
inset:
|
|
286
|
+
inset: 0;
|
|
287
287
|
opacity: 0;
|
|
288
288
|
}
|
|
289
289
|
:host .ids-header-1177-pro__nav-mobile__item.ids-header-1177-pro__nav-mobile__item--unresponsive:focus-within {
|
|
290
|
-
outline: var(--IDS-
|
|
291
|
-
outline-offset:
|
|
290
|
+
outline: var(--IDS-FOCUS__OUTLINE);
|
|
291
|
+
outline-offset: -0.125rem !important;
|
|
292
292
|
}
|
|
@@ -12,45 +12,43 @@
|
|
|
12
12
|
|
|
13
13
|
.ids-header-1177-pro--unresponsive nav.ids-header-1177-pro__nav {
|
|
14
14
|
position: relative;
|
|
15
|
-
box-shadow:
|
|
15
|
+
box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.2);
|
|
16
16
|
background-color: var(--IDS-COLOR-SECONDARY-95);
|
|
17
|
-
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
|
|
18
17
|
}
|
|
19
18
|
.ids-header-1177-pro--unresponsive nav.ids-header-1177-pro__nav .ids-header-1177-pro__nav-inner {
|
|
20
|
-
max-width: var(--
|
|
19
|
+
max-width: var(--IDS__MAX-WIDTH);
|
|
21
20
|
display: flex;
|
|
22
21
|
flex-wrap: wrap;
|
|
23
22
|
align-items: center;
|
|
24
|
-
margin-top:
|
|
25
|
-
margin-bottom:
|
|
23
|
+
margin-top: 0;
|
|
24
|
+
margin-bottom: 0;
|
|
26
25
|
margin-left: auto;
|
|
27
26
|
margin-right: auto;
|
|
28
27
|
}
|
|
29
28
|
|
|
30
29
|
.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) nav.ids-header-1177-pro__nav {
|
|
31
30
|
position: relative;
|
|
32
|
-
box-shadow:
|
|
31
|
+
box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.2);
|
|
33
32
|
background-color: var(--IDS-COLOR-SECONDARY-95);
|
|
34
|
-
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
|
|
35
33
|
}
|
|
36
34
|
.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) nav.ids-header-1177-pro__nav .ids-header-1177-pro__nav-inner {
|
|
37
|
-
max-width: var(--
|
|
35
|
+
max-width: var(--IDS__MAX-WIDTH);
|
|
38
36
|
display: flex;
|
|
39
37
|
flex-wrap: wrap;
|
|
40
38
|
align-items: center;
|
|
41
|
-
margin-top:
|
|
42
|
-
margin-bottom:
|
|
39
|
+
margin-top: 0;
|
|
40
|
+
margin-bottom: 0;
|
|
43
41
|
margin-left: auto;
|
|
44
42
|
margin-right: auto;
|
|
45
43
|
}
|
|
46
44
|
@media (max-width: 1024px) {
|
|
47
45
|
.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) nav.ids-header-1177-pro__nav .ids-header-1177-pro__nav-inner {
|
|
48
|
-
height:
|
|
46
|
+
height: 3rem;
|
|
49
47
|
flex-wrap: wrap;
|
|
50
48
|
flex: 1 1 auto;
|
|
51
49
|
box-sizing: border-box;
|
|
52
50
|
justify-content: space-between;
|
|
53
|
-
padding:
|
|
51
|
+
padding: 0 1.25rem !important;
|
|
54
52
|
}
|
|
55
53
|
}
|
|
56
54
|
|
|
@@ -60,43 +58,41 @@
|
|
|
60
58
|
|
|
61
59
|
:host nav.ids-header-1177-pro__nav:not(.ids-header-1177-pro__nav--unresponsive) {
|
|
62
60
|
position: relative;
|
|
63
|
-
box-shadow:
|
|
61
|
+
box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.2);
|
|
64
62
|
background-color: var(--IDS-COLOR-SECONDARY-95);
|
|
65
|
-
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
|
|
66
63
|
}
|
|
67
64
|
:host nav.ids-header-1177-pro__nav:not(.ids-header-1177-pro__nav--unresponsive) .ids-header-1177-pro__nav-inner {
|
|
68
|
-
max-width: var(--
|
|
65
|
+
max-width: var(--IDS__MAX-WIDTH);
|
|
69
66
|
display: flex;
|
|
70
67
|
flex-wrap: wrap;
|
|
71
68
|
align-items: center;
|
|
72
|
-
margin-top:
|
|
73
|
-
margin-bottom:
|
|
69
|
+
margin-top: 0;
|
|
70
|
+
margin-bottom: 0;
|
|
74
71
|
margin-left: auto;
|
|
75
72
|
margin-right: auto;
|
|
76
73
|
}
|
|
77
74
|
@media (max-width: 1024px) {
|
|
78
75
|
:host nav.ids-header-1177-pro__nav:not(.ids-header-1177-pro__nav--unresponsive) .ids-header-1177-pro__nav-inner {
|
|
79
|
-
height:
|
|
76
|
+
height: 3rem;
|
|
80
77
|
flex-wrap: wrap;
|
|
81
78
|
flex: 1 1 auto;
|
|
82
79
|
box-sizing: border-box;
|
|
83
80
|
justify-content: space-between;
|
|
84
|
-
padding:
|
|
81
|
+
padding: 0 1.25rem !important;
|
|
85
82
|
}
|
|
86
83
|
}
|
|
87
84
|
:host nav.ids-header-1177-pro__nav.ids-header-1177-pro__nav--unresponsive {
|
|
88
85
|
position: relative;
|
|
89
|
-
box-shadow:
|
|
86
|
+
box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.2);
|
|
90
87
|
background-color: var(--IDS-COLOR-SECONDARY-95);
|
|
91
|
-
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
|
|
92
88
|
}
|
|
93
89
|
:host nav.ids-header-1177-pro__nav.ids-header-1177-pro__nav--unresponsive .ids-header-1177-pro__nav-inner {
|
|
94
|
-
max-width: var(--
|
|
90
|
+
max-width: var(--IDS__MAX-WIDTH);
|
|
95
91
|
display: flex;
|
|
96
92
|
flex-wrap: wrap;
|
|
97
93
|
align-items: center;
|
|
98
|
-
margin-top:
|
|
99
|
-
margin-bottom:
|
|
94
|
+
margin-top: 0;
|
|
95
|
+
margin-bottom: 0;
|
|
100
96
|
margin-left: auto;
|
|
101
97
|
margin-right: auto;
|
|
102
98
|
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { css, unsafeCSS } from 'lit';
|
|
2
|
+
|
|
3
|
+
var css_248z = "@media (max-width:1023px){.ids-desktop{display:none!important}}@media (min-width:1024px){.ids-mobile{display:none!important}}.ids-header-1177-pro--unresponsive button.ids-header-1177-pro__region-picker{align-items:center;background:none;border:none;color:inherit;color:var(--IDS-COLOR-ACCENT-40)!important;cursor:pointer;display:flex;font:inherit;font-family:var(--IDS-FONT-FAMILY-BASE)!important;font-size:.85rem!important;gap:1rem;height:2.5rem;margin-left:1.5rem;margin-right:1.5rem;max-height:2.5rem;outline:inherit;padding:0;position:relative}.ids-header-1177-pro--unresponsive button.ids-header-1177-pro__region-picker.ids-header-1177-pro__region-picker--mobile{display:none}.ids-header-1177-pro--unresponsive button.ids-header-1177-pro__region-picker.ids-header-1177-pro__region-picker--mobile .ids-header-1177-pro__region-picker__text{display:flex;font-size:.875rem;gap:.5rem}.ids-header-1177-pro--unresponsive button.ids-header-1177-pro__region-picker:focus{outline:var(--IDS-FOCUS__OUTLINE);outline-offset:-.125rem!important}.ids-header-1177-pro--unresponsive button.ids-header-1177-pro__region-picker ::slotted([slot=region]){height:2.5rem;max-width:12.5rem}.ids-header-1177-pro--unresponsive button.ids-header-1177-pro__region-picker ::slotted([slot=region-mobile]){height:2.5rem;max-width:12.5rem}.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) button.ids-header-1177-pro__region-picker{align-items:center;background:none;border:none;color:inherit;color:var(--IDS-COLOR-ACCENT-40)!important;cursor:pointer;display:flex;font:inherit;font-family:var(--IDS-FONT-FAMILY-BASE)!important;font-size:.85rem!important;gap:1rem;height:2.5rem;margin-left:1.5rem;margin-right:1.5rem;max-height:2.5rem;outline:inherit;padding:0;position:relative}.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) button.ids-header-1177-pro__region-picker.ids-header-1177-pro__region-picker--mobile{display:none}.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) button.ids-header-1177-pro__region-picker.ids-header-1177-pro__region-picker--mobile .ids-header-1177-pro__region-picker__text{display:flex;font-size:.875rem;gap:.5rem}@media (max-width:1024px){.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) button.ids-header-1177-pro__region-picker:not(.ids-header-1177-pro__region-picker--mobile){display:none}.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) button.ids-header-1177-pro__region-picker.ids-header-1177-pro__region-picker--mobile{display:flex;gap:.75rem;margin-left:0}.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) button.ids-header-1177-pro__region-picker.ids-header-1177-pro__region-picker--mobile ::slotted([slot=region]){height:1.5rem;max-width:12.5rem}}.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) button.ids-header-1177-pro__region-picker:focus{outline:var(--IDS-FOCUS__OUTLINE);outline-offset:-.125rem!important}.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) button.ids-header-1177-pro__region-picker ::slotted([slot=region]){height:2.5rem;max-width:12.5rem}.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) button.ids-header-1177-pro__region-picker ::slotted([slot=region-mobile]){height:2.5rem;max-width:12.5rem}:host .ids-header-1177-pro__nav:not(.ids-header-1177-pro__nav--unresponsive) button.ids-header-1177-pro__region-picker{align-items:center;background:none;border:none;color:inherit;color:var(--IDS-COLOR-ACCENT-40)!important;cursor:pointer;display:flex;font:inherit;font-family:var(--IDS-FONT-FAMILY-BASE)!important;font-size:.85rem!important;gap:1rem;height:2.5rem;margin-left:1.5rem;margin-right:1.5rem;max-height:2.5rem;outline:inherit;padding:0;position:relative}:host .ids-header-1177-pro__nav:not(.ids-header-1177-pro__nav--unresponsive) button.ids-header-1177-pro__region-picker.ids-header-1177-pro__region-picker--mobile{display:none}:host .ids-header-1177-pro__nav:not(.ids-header-1177-pro__nav--unresponsive) button.ids-header-1177-pro__region-picker.ids-header-1177-pro__region-picker--mobile .ids-header-1177-pro__region-picker__text{display:flex;font-size:.875rem;gap:.5rem}@media (max-width:1024px){:host .ids-header-1177-pro__nav:not(.ids-header-1177-pro__nav--unresponsive) button.ids-header-1177-pro__region-picker:not(.ids-header-1177-pro__region-picker--mobile){display:none}:host .ids-header-1177-pro__nav:not(.ids-header-1177-pro__nav--unresponsive) button.ids-header-1177-pro__region-picker.ids-header-1177-pro__region-picker--mobile{display:flex;gap:.75rem;margin-left:0}:host .ids-header-1177-pro__nav:not(.ids-header-1177-pro__nav--unresponsive) button.ids-header-1177-pro__region-picker.ids-header-1177-pro__region-picker--mobile ::slotted([slot=region]){height:1.5rem;max-width:12.5rem}}:host .ids-header-1177-pro__nav:not(.ids-header-1177-pro__nav--unresponsive) button.ids-header-1177-pro__region-picker:focus{outline:var(--IDS-FOCUS__OUTLINE);outline-offset:-.125rem!important}:host .ids-header-1177-pro__nav:not(.ids-header-1177-pro__nav--unresponsive) button.ids-header-1177-pro__region-picker ::slotted([slot=region]){height:2.5rem;max-width:12.5rem}:host .ids-header-1177-pro__nav:not(.ids-header-1177-pro__nav--unresponsive) button.ids-header-1177-pro__region-picker ::slotted([slot=region-mobile]){height:2.5rem;max-width:12.5rem}:host .ids-header-1177-pro__nav.ids-header-1177-pro__nav--unresponsive button.ids-header-1177-pro__region-picker{align-items:center;background:none;border:none;color:inherit;color:var(--IDS-COLOR-ACCENT-40)!important;cursor:pointer;display:flex;font:inherit;font-family:var(--IDS-FONT-FAMILY-BASE)!important;font-size:.85rem!important;gap:1rem;height:2.5rem;margin-left:1.5rem;margin-right:1.5rem;max-height:2.5rem;outline:inherit;padding:0;position:relative}:host .ids-header-1177-pro__nav.ids-header-1177-pro__nav--unresponsive button.ids-header-1177-pro__region-picker.ids-header-1177-pro__region-picker--mobile{display:none}:host .ids-header-1177-pro__nav.ids-header-1177-pro__nav--unresponsive button.ids-header-1177-pro__region-picker.ids-header-1177-pro__region-picker--mobile .ids-header-1177-pro__region-picker__text{display:flex;font-size:.875rem;gap:.5rem}:host .ids-header-1177-pro__nav.ids-header-1177-pro__nav--unresponsive button.ids-header-1177-pro__region-picker:focus{outline:var(--IDS-FOCUS__OUTLINE);outline-offset:-.125rem!important}:host .ids-header-1177-pro__nav.ids-header-1177-pro__nav--unresponsive button.ids-header-1177-pro__region-picker ::slotted([slot=region]){height:2.5rem;max-width:12.5rem}:host .ids-header-1177-pro__nav.ids-header-1177-pro__nav--unresponsive button.ids-header-1177-pro__region-picker ::slotted([slot=region-mobile]){height:2.5rem;max-width:12.5rem}";
|
|
4
|
+
|
|
5
|
+
var header1177ProRegionPickerLit = css`${unsafeCSS(css_248z)}`;
|
|
6
|
+
|
|
7
|
+
export { header1177ProRegionPickerLit as default };
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* BUTTONS
|
|
3
3
|
********/
|
|
4
4
|
/*******
|
|
5
|
-
*
|
|
5
|
+
* SCROLLBARS
|
|
6
6
|
********/
|
|
7
7
|
/*******
|
|
8
8
|
* FORM
|
|
@@ -23,16 +23,6 @@
|
|
|
23
23
|
}
|
|
24
24
|
|
|
25
25
|
.ids-header-1177-pro--unresponsive button.ids-header-1177-pro__region-picker {
|
|
26
|
-
font-size: 0.85rem;
|
|
27
|
-
color: var(--IDS-COLOR-ACCENT-40) !important;
|
|
28
|
-
max-height: 40px;
|
|
29
|
-
height: 40px;
|
|
30
|
-
position: relative;
|
|
31
|
-
display: flex;
|
|
32
|
-
align-items: center;
|
|
33
|
-
gap: 16px;
|
|
34
|
-
margin-left: 24px;
|
|
35
|
-
margin-right: 24px;
|
|
36
26
|
background: none;
|
|
37
27
|
color: inherit;
|
|
38
28
|
border: none;
|
|
@@ -40,6 +30,17 @@
|
|
|
40
30
|
font: inherit;
|
|
41
31
|
cursor: pointer;
|
|
42
32
|
outline: inherit;
|
|
33
|
+
font-size: 0.85rem !important;
|
|
34
|
+
font-family: var(--IDS-FONT-FAMILY-BASE) !important;
|
|
35
|
+
color: var(--IDS-COLOR-ACCENT-40) !important;
|
|
36
|
+
max-height: 2.5rem;
|
|
37
|
+
height: 2.5rem;
|
|
38
|
+
position: relative;
|
|
39
|
+
display: flex;
|
|
40
|
+
align-items: center;
|
|
41
|
+
gap: 1rem;
|
|
42
|
+
margin-left: 1.5rem;
|
|
43
|
+
margin-right: 1.5rem;
|
|
43
44
|
}
|
|
44
45
|
.ids-header-1177-pro--unresponsive button.ids-header-1177-pro__region-picker.ids-header-1177-pro__region-picker--mobile {
|
|
45
46
|
display: none;
|
|
@@ -47,32 +48,22 @@
|
|
|
47
48
|
.ids-header-1177-pro--unresponsive button.ids-header-1177-pro__region-picker.ids-header-1177-pro__region-picker--mobile .ids-header-1177-pro__region-picker__text {
|
|
48
49
|
font-size: 0.875rem;
|
|
49
50
|
display: flex;
|
|
50
|
-
gap:
|
|
51
|
+
gap: 0.5rem;
|
|
51
52
|
}
|
|
52
53
|
.ids-header-1177-pro--unresponsive button.ids-header-1177-pro__region-picker:focus {
|
|
53
|
-
outline: var(--IDS-
|
|
54
|
-
outline-offset:
|
|
54
|
+
outline: var(--IDS-FOCUS__OUTLINE);
|
|
55
|
+
outline-offset: -0.125rem !important;
|
|
55
56
|
}
|
|
56
57
|
.ids-header-1177-pro--unresponsive button.ids-header-1177-pro__region-picker ::slotted([slot=region]) {
|
|
57
|
-
height:
|
|
58
|
-
max-width:
|
|
58
|
+
height: 2.5rem;
|
|
59
|
+
max-width: 12.5rem;
|
|
59
60
|
}
|
|
60
61
|
.ids-header-1177-pro--unresponsive button.ids-header-1177-pro__region-picker ::slotted([slot=region-mobile]) {
|
|
61
|
-
|
|
62
|
-
|
|
62
|
+
height: 2.5rem;
|
|
63
|
+
max-width: 12.5rem;
|
|
63
64
|
}
|
|
64
65
|
|
|
65
66
|
.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) button.ids-header-1177-pro__region-picker {
|
|
66
|
-
font-size: 0.85rem;
|
|
67
|
-
color: var(--IDS-COLOR-ACCENT-40) !important;
|
|
68
|
-
max-height: 40px;
|
|
69
|
-
height: 40px;
|
|
70
|
-
position: relative;
|
|
71
|
-
display: flex;
|
|
72
|
-
align-items: center;
|
|
73
|
-
gap: 16px;
|
|
74
|
-
margin-left: 24px;
|
|
75
|
-
margin-right: 24px;
|
|
76
67
|
background: none;
|
|
77
68
|
color: inherit;
|
|
78
69
|
border: none;
|
|
@@ -80,6 +71,17 @@
|
|
|
80
71
|
font: inherit;
|
|
81
72
|
cursor: pointer;
|
|
82
73
|
outline: inherit;
|
|
74
|
+
font-size: 0.85rem !important;
|
|
75
|
+
font-family: var(--IDS-FONT-FAMILY-BASE) !important;
|
|
76
|
+
color: var(--IDS-COLOR-ACCENT-40) !important;
|
|
77
|
+
max-height: 2.5rem;
|
|
78
|
+
height: 2.5rem;
|
|
79
|
+
position: relative;
|
|
80
|
+
display: flex;
|
|
81
|
+
align-items: center;
|
|
82
|
+
gap: 1rem;
|
|
83
|
+
margin-left: 1.5rem;
|
|
84
|
+
margin-right: 1.5rem;
|
|
83
85
|
}
|
|
84
86
|
.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) button.ids-header-1177-pro__region-picker.ids-header-1177-pro__region-picker--mobile {
|
|
85
87
|
display: none;
|
|
@@ -87,7 +89,7 @@
|
|
|
87
89
|
.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) button.ids-header-1177-pro__region-picker.ids-header-1177-pro__region-picker--mobile .ids-header-1177-pro__region-picker__text {
|
|
88
90
|
font-size: 0.875rem;
|
|
89
91
|
display: flex;
|
|
90
|
-
gap:
|
|
92
|
+
gap: 0.5rem;
|
|
91
93
|
}
|
|
92
94
|
@media (max-width: 1024px) {
|
|
93
95
|
.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) button.ids-header-1177-pro__region-picker:not(.ids-header-1177-pro__region-picker--mobile) {
|
|
@@ -95,38 +97,28 @@
|
|
|
95
97
|
}
|
|
96
98
|
.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) button.ids-header-1177-pro__region-picker.ids-header-1177-pro__region-picker--mobile {
|
|
97
99
|
display: flex;
|
|
98
|
-
margin-left:
|
|
99
|
-
gap:
|
|
100
|
+
margin-left: 0;
|
|
101
|
+
gap: 0.75rem;
|
|
100
102
|
}
|
|
101
103
|
.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) button.ids-header-1177-pro__region-picker.ids-header-1177-pro__region-picker--mobile ::slotted([slot=region]) {
|
|
102
|
-
max-width:
|
|
103
|
-
height:
|
|
104
|
+
max-width: 12.5rem;
|
|
105
|
+
height: 1.5rem;
|
|
104
106
|
}
|
|
105
107
|
}
|
|
106
108
|
.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) button.ids-header-1177-pro__region-picker:focus {
|
|
107
|
-
outline: var(--IDS-
|
|
108
|
-
outline-offset:
|
|
109
|
+
outline: var(--IDS-FOCUS__OUTLINE);
|
|
110
|
+
outline-offset: -0.125rem !important;
|
|
109
111
|
}
|
|
110
112
|
.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) button.ids-header-1177-pro__region-picker ::slotted([slot=region]) {
|
|
111
|
-
height:
|
|
112
|
-
max-width:
|
|
113
|
+
height: 2.5rem;
|
|
114
|
+
max-width: 12.5rem;
|
|
113
115
|
}
|
|
114
116
|
.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) button.ids-header-1177-pro__region-picker ::slotted([slot=region-mobile]) {
|
|
115
|
-
|
|
116
|
-
|
|
117
|
+
height: 2.5rem;
|
|
118
|
+
max-width: 12.5rem;
|
|
117
119
|
}
|
|
118
120
|
|
|
119
121
|
:host .ids-header-1177-pro__nav:not(.ids-header-1177-pro__nav--unresponsive) button.ids-header-1177-pro__region-picker {
|
|
120
|
-
font-size: 0.85rem;
|
|
121
|
-
color: var(--IDS-COLOR-ACCENT-40) !important;
|
|
122
|
-
max-height: 40px;
|
|
123
|
-
height: 40px;
|
|
124
|
-
position: relative;
|
|
125
|
-
display: flex;
|
|
126
|
-
align-items: center;
|
|
127
|
-
gap: 16px;
|
|
128
|
-
margin-left: 24px;
|
|
129
|
-
margin-right: 24px;
|
|
130
122
|
background: none;
|
|
131
123
|
color: inherit;
|
|
132
124
|
border: none;
|
|
@@ -134,6 +126,17 @@
|
|
|
134
126
|
font: inherit;
|
|
135
127
|
cursor: pointer;
|
|
136
128
|
outline: inherit;
|
|
129
|
+
font-size: 0.85rem !important;
|
|
130
|
+
font-family: var(--IDS-FONT-FAMILY-BASE) !important;
|
|
131
|
+
color: var(--IDS-COLOR-ACCENT-40) !important;
|
|
132
|
+
max-height: 2.5rem;
|
|
133
|
+
height: 2.5rem;
|
|
134
|
+
position: relative;
|
|
135
|
+
display: flex;
|
|
136
|
+
align-items: center;
|
|
137
|
+
gap: 1rem;
|
|
138
|
+
margin-left: 1.5rem;
|
|
139
|
+
margin-right: 1.5rem;
|
|
137
140
|
}
|
|
138
141
|
:host .ids-header-1177-pro__nav:not(.ids-header-1177-pro__nav--unresponsive) button.ids-header-1177-pro__region-picker.ids-header-1177-pro__region-picker--mobile {
|
|
139
142
|
display: none;
|
|
@@ -141,7 +144,7 @@
|
|
|
141
144
|
:host .ids-header-1177-pro__nav:not(.ids-header-1177-pro__nav--unresponsive) button.ids-header-1177-pro__region-picker.ids-header-1177-pro__region-picker--mobile .ids-header-1177-pro__region-picker__text {
|
|
142
145
|
font-size: 0.875rem;
|
|
143
146
|
display: flex;
|
|
144
|
-
gap:
|
|
147
|
+
gap: 0.5rem;
|
|
145
148
|
}
|
|
146
149
|
@media (max-width: 1024px) {
|
|
147
150
|
:host .ids-header-1177-pro__nav:not(.ids-header-1177-pro__nav--unresponsive) button.ids-header-1177-pro__region-picker:not(.ids-header-1177-pro__region-picker--mobile) {
|
|
@@ -149,37 +152,27 @@
|
|
|
149
152
|
}
|
|
150
153
|
:host .ids-header-1177-pro__nav:not(.ids-header-1177-pro__nav--unresponsive) button.ids-header-1177-pro__region-picker.ids-header-1177-pro__region-picker--mobile {
|
|
151
154
|
display: flex;
|
|
152
|
-
margin-left:
|
|
153
|
-
gap:
|
|
155
|
+
margin-left: 0;
|
|
156
|
+
gap: 0.75rem;
|
|
154
157
|
}
|
|
155
158
|
:host .ids-header-1177-pro__nav:not(.ids-header-1177-pro__nav--unresponsive) button.ids-header-1177-pro__region-picker.ids-header-1177-pro__region-picker--mobile ::slotted([slot=region]) {
|
|
156
|
-
max-width:
|
|
157
|
-
height:
|
|
159
|
+
max-width: 12.5rem;
|
|
160
|
+
height: 1.5rem;
|
|
158
161
|
}
|
|
159
162
|
}
|
|
160
163
|
:host .ids-header-1177-pro__nav:not(.ids-header-1177-pro__nav--unresponsive) button.ids-header-1177-pro__region-picker:focus {
|
|
161
|
-
outline: var(--IDS-
|
|
162
|
-
outline-offset:
|
|
164
|
+
outline: var(--IDS-FOCUS__OUTLINE);
|
|
165
|
+
outline-offset: -0.125rem !important;
|
|
163
166
|
}
|
|
164
167
|
:host .ids-header-1177-pro__nav:not(.ids-header-1177-pro__nav--unresponsive) button.ids-header-1177-pro__region-picker ::slotted([slot=region]) {
|
|
165
|
-
height:
|
|
166
|
-
max-width:
|
|
168
|
+
height: 2.5rem;
|
|
169
|
+
max-width: 12.5rem;
|
|
167
170
|
}
|
|
168
171
|
:host .ids-header-1177-pro__nav:not(.ids-header-1177-pro__nav--unresponsive) button.ids-header-1177-pro__region-picker ::slotted([slot=region-mobile]) {
|
|
169
|
-
|
|
170
|
-
|
|
172
|
+
height: 2.5rem;
|
|
173
|
+
max-width: 12.5rem;
|
|
171
174
|
}
|
|
172
175
|
:host .ids-header-1177-pro__nav.ids-header-1177-pro__nav--unresponsive button.ids-header-1177-pro__region-picker {
|
|
173
|
-
font-size: 0.85rem;
|
|
174
|
-
color: var(--IDS-COLOR-ACCENT-40) !important;
|
|
175
|
-
max-height: 40px;
|
|
176
|
-
height: 40px;
|
|
177
|
-
position: relative;
|
|
178
|
-
display: flex;
|
|
179
|
-
align-items: center;
|
|
180
|
-
gap: 16px;
|
|
181
|
-
margin-left: 24px;
|
|
182
|
-
margin-right: 24px;
|
|
183
176
|
background: none;
|
|
184
177
|
color: inherit;
|
|
185
178
|
border: none;
|
|
@@ -187,6 +180,17 @@
|
|
|
187
180
|
font: inherit;
|
|
188
181
|
cursor: pointer;
|
|
189
182
|
outline: inherit;
|
|
183
|
+
font-size: 0.85rem !important;
|
|
184
|
+
font-family: var(--IDS-FONT-FAMILY-BASE) !important;
|
|
185
|
+
color: var(--IDS-COLOR-ACCENT-40) !important;
|
|
186
|
+
max-height: 2.5rem;
|
|
187
|
+
height: 2.5rem;
|
|
188
|
+
position: relative;
|
|
189
|
+
display: flex;
|
|
190
|
+
align-items: center;
|
|
191
|
+
gap: 1rem;
|
|
192
|
+
margin-left: 1.5rem;
|
|
193
|
+
margin-right: 1.5rem;
|
|
190
194
|
}
|
|
191
195
|
:host .ids-header-1177-pro__nav.ids-header-1177-pro__nav--unresponsive button.ids-header-1177-pro__region-picker.ids-header-1177-pro__region-picker--mobile {
|
|
192
196
|
display: none;
|
|
@@ -194,17 +198,17 @@
|
|
|
194
198
|
:host .ids-header-1177-pro__nav.ids-header-1177-pro__nav--unresponsive button.ids-header-1177-pro__region-picker.ids-header-1177-pro__region-picker--mobile .ids-header-1177-pro__region-picker__text {
|
|
195
199
|
font-size: 0.875rem;
|
|
196
200
|
display: flex;
|
|
197
|
-
gap:
|
|
201
|
+
gap: 0.5rem;
|
|
198
202
|
}
|
|
199
203
|
:host .ids-header-1177-pro__nav.ids-header-1177-pro__nav--unresponsive button.ids-header-1177-pro__region-picker:focus {
|
|
200
|
-
outline: var(--IDS-
|
|
201
|
-
outline-offset:
|
|
204
|
+
outline: var(--IDS-FOCUS__OUTLINE);
|
|
205
|
+
outline-offset: -0.125rem !important;
|
|
202
206
|
}
|
|
203
207
|
:host .ids-header-1177-pro__nav.ids-header-1177-pro__nav--unresponsive button.ids-header-1177-pro__region-picker ::slotted([slot=region]) {
|
|
204
|
-
height:
|
|
205
|
-
max-width:
|
|
208
|
+
height: 2.5rem;
|
|
209
|
+
max-width: 12.5rem;
|
|
206
210
|
}
|
|
207
211
|
:host .ids-header-1177-pro__nav.ids-header-1177-pro__nav--unresponsive button.ids-header-1177-pro__region-picker ::slotted([slot=region-mobile]) {
|
|
208
|
-
|
|
209
|
-
|
|
212
|
+
height: 2.5rem;
|
|
213
|
+
max-width: 12.5rem;
|
|
210
214
|
}
|