@inera/ids-design 5.4.0 → 5.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/alert/alert-lit.js +7 -0
- package/{dist/components → components}/alert/alert.css +67 -70
- package/components/badge/badge-lit.js +7 -0
- package/{dist/components → components}/badge/badge.css +1 -1
- package/components/box-link/box-link-lit.js +7 -0
- package/components/box-link/box-link.css +75 -0
- package/components/data-table/data-table-lit.js +7 -0
- package/{dist/components → components}/data-table/data-table.css +28 -23
- package/{dist/components → components}/dialog/dialog-lit.js +1 -1
- package/{dist/components → components}/dialog/dialog.css +1 -0
- package/components/dropdown/dropdown-lit.js +9 -0
- package/{dist/components → components}/dropdown/dropdown.css +7 -2
- package/components/footer/footer-lit.js +7 -0
- package/{dist/components → components}/footer/footer.css +0 -18
- package/components/footer-1177/footer-1177-lit.js +7 -0
- package/{dist/components → components}/footer-1177/footer-1177.css +3 -20
- package/components/footer-1177-admin/footer-1177-admin-lit.js +7 -0
- package/{dist/components → components}/footer-1177-admin/footer-1177-admin.css +0 -18
- package/components/footer-inera/footer-inera-lit.js +7 -0
- package/{dist/components → components}/footer-inera/footer-inera.css +3 -20
- package/components/footer-inera-admin/footer-inera-admin-lit.js +7 -0
- package/{dist/components → components}/footer-inera-admin/footer-inera-admin.css +5 -22
- package/components/grid/column/column-lit.js +7 -0
- package/components/grid/column/column.css +431 -0
- package/components/grid/container/container-lit.js +7 -0
- package/{src/layout/container.scss → components/grid/container/container.css} +20 -15
- package/components/grid/row/row-lit.js +7 -0
- package/components/grid/row/row.css +57 -0
- package/{dist/components → components}/header-1177/composite-header-1177.css +165 -126
- package/components/header-1177/header-1177-avatar-lit.js +7 -0
- package/{dist/components → components}/header-1177/header-1177-avatar.css +40 -42
- package/components/header-1177/header-1177-lit.js +7 -0
- package/components/header-1177/header-1177-nav-item-mobile-lit.js +7 -0
- package/{dist/components → components}/header-1177/header-1177-nav-item-mobile.css +5 -9
- package/components/header-1177/header-1177-nav-lit.js +7 -0
- package/{dist/components → components}/header-1177/header-1177-nav.css +4 -0
- package/{dist/components → components}/header-1177/header-1177.css +116 -75
- package/components/header-1177-admin/header-1177-admin-avatar-lit.js +7 -0
- package/components/header-1177-admin/header-1177-admin-avatar-mobile-lit.js +7 -0
- package/{dist/components → components}/header-1177-admin/header-1177-admin-avatar-mobile.css +4 -0
- package/{dist/components → components}/header-1177-admin/header-1177-admin-avatar.css +64 -28
- package/components/header-1177-admin/header-1177-admin-lit.js +7 -0
- package/{dist/components → components}/header-1177-admin/header-1177-admin.css +59 -58
- package/components/header-1177-pro/header-1177-pro-avatar-lit.js +7 -0
- package/{dist/components → components}/header-1177-pro/header-1177-pro-avatar.css +57 -21
- package/components/header-1177-pro/header-1177-pro-lit.js +7 -0
- package/components/header-1177-pro/header-1177-pro-nav-menu-mobile-lit.js +7 -0
- package/{dist/components → components}/header-1177-pro/header-1177-pro-nav-menu-mobile.css +16 -12
- package/components/header-1177-pro/header-1177-pro-region-picker-lit.js +7 -0
- package/components/header-1177-pro/header-1177-pro-region-picker.css +504 -0
- package/{dist/components → components}/header-1177-pro/header-1177-pro.css +33 -63
- package/components/header-inera/header-inera-nav-mobile-lit.js +7 -0
- package/{dist/components → components}/header-inera/header-inera-nav-mobile.css +7 -10
- package/{dist/components → components}/header-inera-admin/composite-header-inera-admin.css +7 -16
- package/components/header-inera-admin/header-inera-admin-avatar-lit.js +7 -0
- package/{dist/components → components}/header-inera-admin/header-inera-admin-avatar.css +0 -6
- package/components/header-inera-admin/header-inera-admin-nav-mobile-lit.js +7 -0
- package/{dist/components → components}/header-inera-admin/header-inera-admin-nav-mobile.css +7 -10
- package/{dist/components → components}/notification-badge/notification-badge-lit.js +1 -1
- package/{dist/components → components}/notification-badge/notification-badge.css +1 -0
- package/components/pagination/data-pagination/data-pagination-lit.js +7 -0
- package/{dist/components → components}/pagination/data-pagination/data-pagination.css +1 -1
- package/{dist/components → components}/popover/popover-content-lit.js +1 -1
- package/{dist/components → components}/popover/popover-content.css +6 -1
- package/components/progressbar/progressbar-lit.js +7 -0
- package/{dist/components → components}/progressbar/progressbar.css +2 -3
- package/components/side-menu/side-menu-lit.js +7 -0
- package/{dist/components → components}/side-menu/side-menu.css +109 -37
- package/components/side-panel/side-panel-lit.js +7 -0
- package/{dist/components → components}/side-panel/side-panel.css +7 -9
- package/components/tabs/tab-lit.js +7 -0
- package/{dist/components → components}/tabs/tab.css +14 -8
- package/{dist/components → components}/tabs/tabs-lit.js +1 -1
- package/components/tabs/tabs.css +68 -0
- package/components/tag/tag-lit.d.ts +2 -0
- package/components/tooltip/tooltip-lit.d.ts +2 -0
- package/{dist/global → global}/global.css +136 -11
- package/package.json +9 -26
- package/{dist/themes → themes}/1177/1177.css +158 -20
- package/{dist/themes → themes}/1177-pro/1177-pro.css +158 -20
- package/{dist/themes → themes}/inera/inera.css +157 -19
- package/{dist/themes → themes}/inera-admin/inera-admin.css +157 -19
- package/dist/components/alert/alert-lit.js +0 -7
- package/dist/components/badge/badge-lit.js +0 -7
- package/dist/components/data-table/data-table-lit.js +0 -7
- package/dist/components/dropdown/dropdown-lit.js +0 -9
- package/dist/components/footer/footer-lit.js +0 -7
- package/dist/components/footer-1177/footer-1177-lit.js +0 -7
- package/dist/components/footer-1177-admin/footer-1177-admin-lit.js +0 -7
- package/dist/components/footer-inera/footer-inera-lit.js +0 -7
- package/dist/components/footer-inera-admin/footer-inera-admin-lit.js +0 -7
- package/dist/components/grid/column/column-lit.js +0 -7
- package/dist/components/grid/column/column.css +0 -436
- package/dist/components/header-1177/header-1177-avatar-lit.js +0 -7
- package/dist/components/header-1177/header-1177-lit.js +0 -7
- package/dist/components/header-1177/header-1177-nav-item-mobile-lit.js +0 -7
- package/dist/components/header-1177/header-1177-nav-lit.js +0 -7
- package/dist/components/header-1177-admin/header-1177-admin-avatar-lit.js +0 -7
- package/dist/components/header-1177-admin/header-1177-admin-avatar-mobile-lit.js +0 -7
- package/dist/components/header-1177-admin/header-1177-admin-lit.js +0 -7
- package/dist/components/header-1177-pro/header-1177-pro-avatar-lit.js +0 -7
- package/dist/components/header-1177-pro/header-1177-pro-lit.js +0 -7
- package/dist/components/header-1177-pro/header-1177-pro-nav-menu-mobile-lit.js +0 -7
- package/dist/components/header-1177-pro/header-1177-pro-region-picker-lit.js +0 -7
- package/dist/components/header-1177-pro/header-1177-pro-region-picker.css +0 -214
- package/dist/components/header-inera/header-inera-nav-mobile-lit.js +0 -7
- package/dist/components/header-inera-admin/header-inera-admin-avatar-lit.js +0 -7
- package/dist/components/header-inera-admin/header-inera-admin-nav-mobile-lit.js +0 -7
- package/dist/components/pagination/data-pagination/data-pagination-lit.js +0 -7
- package/dist/components/progressbar/progressbar-lit.js +0 -7
- package/dist/components/side-menu/side-menu-lit.js +0 -7
- package/dist/components/side-panel/side-panel-lit.js +0 -7
- package/dist/components/tabs/tab-lit.js +0 -7
- package/dist/components/tabs/tabs.css +0 -30
- package/dist/license.md +0 -7
- package/dist/package.json +0 -9
- package/global.d.ts +0 -4
- package/rollup/styleObjects.js +0 -131
- package/rollup.config.js +0 -84
- package/src/components/alert/alert-lit.ts +0 -4
- package/src/components/alert/alert.scss +0 -200
- package/src/components/alert-global/alert-global-lit.ts +0 -4
- package/src/components/alert-global/alert-global.scss +0 -128
- package/src/components/badge/badge-lit.ts +0 -4
- package/src/components/badge/badge.scss +0 -55
- package/src/components/breadcrumbs/breadcrumbs-lit.ts +0 -4
- package/src/components/breadcrumbs/breadcrumbs.scss +0 -112
- package/src/components/button-group/button-group-lit.ts +0 -4
- package/src/components/button-group/button-group.scss +0 -29
- package/src/components/card/card-lit.ts +0 -4
- package/src/components/card/card.scss +0 -108
- package/src/components/carousel/carousel-item-lit.ts +0 -4
- package/src/components/carousel/carousel-item.scss +0 -67
- package/src/components/carousel/carousel-lit.ts +0 -4
- package/src/components/carousel/carousel.scss +0 -148
- package/src/components/data-table/data-table-lit.ts +0 -4
- package/src/components/data-table/data-table.scss +0 -169
- package/src/components/date-label/date-label-lit.ts +0 -4
- package/src/components/date-label/date-label.scss +0 -61
- package/src/components/dialog/dialog-lit.ts +0 -4
- package/src/components/dialog/dialog.scss +0 -117
- package/src/components/dropdown/dropdown-lit.ts +0 -6
- package/src/components/dropdown/dropdown.scss +0 -79
- package/src/components/expandable/expandable-lit.ts +0 -4
- package/src/components/expandable/expandable.scss +0 -121
- package/src/components/footer/footer-lit.ts +0 -4
- package/src/components/footer/footer.scss +0 -393
- package/src/components/footer-1177/footer-1177-lit.ts +0 -4
- package/src/components/footer-1177/footer-1177.scss +0 -256
- package/src/components/footer-1177-admin/footer-1177-admin-lit.ts +0 -4
- package/src/components/footer-1177-admin/footer-1177-admin.scss +0 -247
- package/src/components/footer-1177-pro/footer-1177-pro-lit.ts +0 -4
- package/src/components/footer-1177-pro/footer-1177-pro.scss +0 -117
- package/src/components/footer-inera/footer-inera-lit.ts +0 -4
- package/src/components/footer-inera/footer-inera.scss +0 -271
- package/src/components/footer-inera-admin/footer-inera-admin-lit.ts +0 -4
- package/src/components/footer-inera-admin/footer-inera-admin.scss +0 -308
- package/src/components/form/error-message/error-message-lit.ts +0 -4
- package/src/components/form/error-message/error-message.scss +0 -45
- package/src/components/form/group/group-lit.ts +0 -4
- package/src/components/form/group/group.scss +0 -23
- package/src/components/form/range/range-lit.ts +0 -4
- package/src/components/form/range/range.scss +0 -34
- package/src/components/form/select-multiple/select-multiple-lit.ts +0 -4
- package/src/components/form/select-multiple/select-multiple.scss +0 -58
- package/src/components/form/spinner/spinner-lit.ts +0 -4
- package/src/components/form/spinner/spinner.scss +0 -66
- package/src/components/form/textarea/textarea-lit.ts +0 -4
- package/src/components/form/textarea/textarea.scss +0 -0
- package/src/components/grid/column/_column-partials.scss +0 -62
- package/src/components/grid/column/column-lit.ts +0 -4
- package/src/components/grid/column/column.scss +0 -380
- package/src/components/header-1177/composite-header-1177.scss +0 -6
- package/src/components/header-1177/header-1177-avatar-lit.ts +0 -4
- package/src/components/header-1177/header-1177-avatar.scss +0 -113
- package/src/components/header-1177/header-1177-item-lit.ts +0 -4
- package/src/components/header-1177/header-1177-item.scss +0 -72
- package/src/components/header-1177/header-1177-lit.ts +0 -4
- package/src/components/header-1177/header-1177-nav-item-lit.ts +0 -4
- package/src/components/header-1177/header-1177-nav-item-mobile-lit.ts +0 -4
- package/src/components/header-1177/header-1177-nav-item-mobile.scss +0 -84
- package/src/components/header-1177/header-1177-nav-item.scss +0 -158
- package/src/components/header-1177/header-1177-nav-lit.ts +0 -4
- package/src/components/header-1177/header-1177-nav.scss +0 -57
- package/src/components/header-1177/header-1177.scss +0 -364
- package/src/components/header-1177-admin/composite-header-1177-admin.scss +0 -6
- package/src/components/header-1177-admin/header-1177-admin-avatar-lit.ts +0 -4
- package/src/components/header-1177-admin/header-1177-admin-avatar-mobile-lit.ts +0 -4
- package/src/components/header-1177-admin/header-1177-admin-avatar-mobile.scss +0 -91
- package/src/components/header-1177-admin/header-1177-admin-avatar.scss +0 -107
- package/src/components/header-1177-admin/header-1177-admin-item-lit.ts +0 -4
- package/src/components/header-1177-admin/header-1177-admin-item.scss +0 -74
- package/src/components/header-1177-admin/header-1177-admin-lit.ts +0 -4
- package/src/components/header-1177-admin/header-1177-admin-nav-item-lit.ts +0 -4
- package/src/components/header-1177-admin/header-1177-admin-nav-item.scss +0 -168
- package/src/components/header-1177-admin/header-1177-admin-nav-lit.ts +0 -4
- package/src/components/header-1177-admin/header-1177-admin-nav-menu-lit.ts +0 -4
- package/src/components/header-1177-admin/header-1177-admin-nav.scss +0 -54
- package/src/components/header-1177-admin/header-1177-admin.scss +0 -201
- package/src/components/header-1177-pro/composite-header-1177-pro.scss +0 -8
- package/src/components/header-1177-pro/header-1177-pro-avatar-lit.ts +0 -4
- package/src/components/header-1177-pro/header-1177-pro-avatar-mobile-lit.ts +0 -4
- package/src/components/header-1177-pro/header-1177-pro-avatar-mobile.scss +0 -92
- package/src/components/header-1177-pro/header-1177-pro-avatar.scss +0 -113
- package/src/components/header-1177-pro/header-1177-pro-item-lit.ts +0 -4
- package/src/components/header-1177-pro/header-1177-pro-item.scss +0 -73
- package/src/components/header-1177-pro/header-1177-pro-lit.ts +0 -4
- package/src/components/header-1177-pro/header-1177-pro-nav-item-lit.ts +0 -4
- package/src/components/header-1177-pro/header-1177-pro-nav-item.scss +0 -149
- package/src/components/header-1177-pro/header-1177-pro-nav-lit.ts +0 -4
- package/src/components/header-1177-pro/header-1177-pro-nav-menu-mobile-lit.ts +0 -4
- package/src/components/header-1177-pro/header-1177-pro-nav-menu-mobile.scss +0 -89
- package/src/components/header-1177-pro/header-1177-pro-nav.scss +0 -59
- package/src/components/header-1177-pro/header-1177-pro-region-picker-lit.ts +0 -4
- package/src/components/header-1177-pro/header-1177-pro-region-picker.scss +0 -81
- package/src/components/header-1177-pro/header-1177-pro.scss +0 -175
- package/src/components/header-inera/composite-header-inera.scss +0 -5
- package/src/components/header-inera/header-inera-item-lit.ts +0 -4
- package/src/components/header-inera/header-inera-item.scss +0 -87
- package/src/components/header-inera/header-inera-lit.ts +0 -4
- package/src/components/header-inera/header-inera-nav-item-lit.ts +0 -4
- package/src/components/header-inera/header-inera-nav-item.scss +0 -181
- package/src/components/header-inera/header-inera-nav-lit.ts +0 -4
- package/src/components/header-inera/header-inera-nav-mobile-lit.ts +0 -4
- package/src/components/header-inera/header-inera-nav-mobile.scss +0 -33
- package/src/components/header-inera/header-inera-nav.scss +0 -36
- package/src/components/header-inera/header-inera.scss +0 -68
- package/src/components/header-inera-admin/composite-header-inera-admin.scss +0 -7
- package/src/components/header-inera-admin/header-inera-admin-avatar-lit.ts +0 -4
- package/src/components/header-inera-admin/header-inera-admin-avatar-mobile-lit.ts +0 -4
- package/src/components/header-inera-admin/header-inera-admin-avatar-mobile.scss +0 -59
- package/src/components/header-inera-admin/header-inera-admin-avatar.scss +0 -139
- package/src/components/header-inera-admin/header-inera-admin-item-lit.ts +0 -4
- package/src/components/header-inera-admin/header-inera-admin-item.scss +0 -85
- package/src/components/header-inera-admin/header-inera-admin-lit.ts +0 -4
- package/src/components/header-inera-admin/header-inera-admin-nav-item-lit.ts +0 -4
- package/src/components/header-inera-admin/header-inera-admin-nav-item.scss +0 -186
- package/src/components/header-inera-admin/header-inera-admin-nav-lit.ts +0 -4
- package/src/components/header-inera-admin/header-inera-admin-nav-mobile-lit.ts +0 -4
- package/src/components/header-inera-admin/header-inera-admin-nav-mobile.scss +0 -33
- package/src/components/header-inera-admin/header-inera-admin-nav.scss +0 -36
- package/src/components/header-inera-admin/header-inera-admin.scss +0 -118
- package/src/components/list/list-lit.ts +0 -4
- package/src/components/list/list.scss +0 -148
- package/src/components/mobile-menu/mobile-menu-lit.ts +0 -4
- package/src/components/mobile-menu/mobile-menu.scss +0 -458
- package/src/components/navigation/content/navigation-content-lit.ts +0 -4
- package/src/components/navigation/content/navigation-content.scss +0 -69
- package/src/components/navigation/local/navigation-local-lit.ts +0 -4
- package/src/components/navigation/local/navigation-local.scss +0 -62
- package/src/components/notification-badge/notification-badge-lit.ts +0 -4
- package/src/components/notification-badge/notification-badge.scss +0 -22
- package/src/components/pagination/data-pagination/data-pagination-lit.ts +0 -4
- package/src/components/pagination/data-pagination/data-pagination.scss +0 -143
- package/src/components/pagination/list-pagination/list-pagination-lit.ts +0 -6
- package/src/components/pagination/list-pagination/list-pagination.scss +0 -165
- package/src/components/popover/popover-content-lit.ts +0 -4
- package/src/components/popover/popover-content.scss +0 -282
- package/src/components/popover/popover-lit.ts +0 -4
- package/src/components/popover/popover.scss +0 -9
- package/src/components/progressbar/progressbar-lit.ts +0 -4
- package/src/components/progressbar/progressbar.scss +0 -39
- package/src/components/side-menu/side-menu-lit.ts +0 -4
- package/src/components/side-menu/side-menu.scss +0 -179
- package/src/components/side-panel/side-panel-lit.ts +0 -4
- package/src/components/side-panel/side-panel.scss +0 -330
- package/src/components/stepper/stepper-lit.ts +0 -4
- package/src/components/stepper/stepper.scss +0 -171
- package/src/components/table/table.scss +0 -34
- package/src/components/tabs/tab-lit.ts +0 -4
- package/src/components/tabs/tab-panel-lit.ts +0 -4
- package/src/components/tabs/tab-panel.scss +0 -20
- package/src/components/tabs/tab.scss +0 -85
- package/src/components/tabs/tabs-lit.ts +0 -5
- package/src/components/tabs/tabs.scss +0 -33
- package/src/components/tag/tag-lit.ts +0 -4
- package/src/components/tag/tag.scss +0 -58
- package/src/components/tooltip/tooltip-lit.ts +0 -4
- package/src/components/tooltip/tooltip.scss +0 -68
- package/src/global/_partials.scss +0 -408
- package/src/global/components/link.scss +0 -134
- package/src/global/form/button.scss +0 -261
- package/src/global/form/checkbox.scss +0 -100
- package/src/global/form/input.scss +0 -77
- package/src/global/form/radio.scss +0 -108
- package/src/global/form/range.scss +0 -69
- package/src/global/form/select.scss +0 -23
- package/src/global/form/textarea.scss +0 -41
- package/src/global/form/time.scss +0 -44
- package/src/global/form/toggle.scss +0 -119
- package/src/global/global.scss +0 -52
- package/src/global/icons/close.scss +0 -25
- package/src/global/typography/_typography-partials.scss +0 -240
- package/src/global/typography/description-list.scss +0 -89
- package/src/global/typography/typography.scss +0 -100
- package/src/global/util/util.scss +0 -2632
- package/src/layout/breakpoints.scss +0 -13
- package/src/layout/grid.scss +0 -393
- package/src/layout/row.scss +0 -48
- package/src/themes/1177/1177-tokens.css +0 -32
- package/src/themes/1177/1177-typography.scss +0 -94
- package/src/themes/1177/1177.scss +0 -670
- package/src/themes/1177-pro/1177-pro-tokens.css +0 -1
- package/src/themes/1177-pro/1177-pro-typography.scss +0 -10
- package/src/themes/1177-pro/1177-pro.scss +0 -162
- package/src/themes/inera/inera-tokens.css +0 -53
- package/src/themes/inera/inera-typography.scss +0 -95
- package/src/themes/inera/inera.scss +0 -656
- package/src/themes/inera-admin/inera-admin-tokens.css +0 -1
- package/src/themes/inera-admin/inera-admin.scss +0 -96
- package/src/themes/reset.scss +0 -61
- package/tailwind/util-tailwind.scss +0 -2320
- package/tailwind.config.js +0 -32
- package/tsconfig.json +0 -10
- /package/{dist/components → components}/alert/alert-lit.d.ts +0 -0
- /package/{dist/components → components}/alert-global/alert-global-lit.d.ts +0 -0
- /package/{dist/components → components}/alert-global/alert-global-lit.js +0 -0
- /package/{dist/components → components}/alert-global/alert-global.css +0 -0
- /package/{dist/components → components}/badge/badge-lit.d.ts +0 -0
- /package/{css.d.ts → components/box-link/box-link-lit.d.ts} +0 -0
- /package/{dist/components → components}/breadcrumbs/breadcrumbs-lit.d.ts +0 -0
- /package/{dist/components → components}/breadcrumbs/breadcrumbs-lit.js +0 -0
- /package/{dist/components → components}/breadcrumbs/breadcrumbs.css +0 -0
- /package/{dist/components → components}/button-group/button-group-lit.d.ts +0 -0
- /package/{dist/components → components}/button-group/button-group-lit.js +0 -0
- /package/{dist/components → components}/button-group/button-group.css +0 -0
- /package/{dist/components → components}/card/card-lit.d.ts +0 -0
- /package/{dist/components → components}/card/card-lit.js +0 -0
- /package/{dist/components → components}/card/card.css +0 -0
- /package/{dist/components → components}/carousel/carousel-item-lit.d.ts +0 -0
- /package/{dist/components → components}/carousel/carousel-item-lit.js +0 -0
- /package/{dist/components → components}/carousel/carousel-item.css +0 -0
- /package/{dist/components → components}/carousel/carousel-lit.d.ts +0 -0
- /package/{dist/components → components}/carousel/carousel-lit.js +0 -0
- /package/{dist/components → components}/carousel/carousel.css +0 -0
- /package/{dist/components → components}/data-table/data-table-lit.d.ts +0 -0
- /package/{dist/components → components}/date-label/date-label-lit.d.ts +0 -0
- /package/{dist/components → components}/date-label/date-label-lit.js +0 -0
- /package/{dist/components → components}/date-label/date-label.css +0 -0
- /package/{dist/components → components}/dialog/dialog-lit.d.ts +0 -0
- /package/{dist/components → components}/dropdown/dropdown-lit.d.ts +0 -0
- /package/{dist/components → components}/expandable/expandable-lit.d.ts +0 -0
- /package/{dist/components → components}/expandable/expandable-lit.js +0 -0
- /package/{dist/components → components}/expandable/expandable.css +0 -0
- /package/{dist/components → components}/footer/footer-lit.d.ts +0 -0
- /package/{dist/components → components}/footer-1177/footer-1177-lit.d.ts +0 -0
- /package/{dist/components → components}/footer-1177-admin/footer-1177-admin-lit.d.ts +0 -0
- /package/{dist/components → components}/footer-1177-pro/footer-1177-pro-lit.d.ts +0 -0
- /package/{dist/components → components}/footer-1177-pro/footer-1177-pro-lit.js +0 -0
- /package/{dist/components → components}/footer-1177-pro/footer-1177-pro.css +0 -0
- /package/{dist/components → components}/footer-inera/footer-inera-lit.d.ts +0 -0
- /package/{dist/components → components}/footer-inera-admin/footer-inera-admin-lit.d.ts +0 -0
- /package/{dist/components → components}/form/error-message/error-message-lit.d.ts +0 -0
- /package/{dist/components → components}/form/error-message/error-message-lit.js +0 -0
- /package/{dist/components → components}/form/error-message/error-message.css +0 -0
- /package/{dist/components → components}/form/group/group-lit.d.ts +0 -0
- /package/{dist/components → components}/form/group/group-lit.js +0 -0
- /package/{dist/components → components}/form/group/group.css +0 -0
- /package/{dist/components → components}/form/range/range-lit.d.ts +0 -0
- /package/{dist/components → components}/form/range/range-lit.js +0 -0
- /package/{dist/components → components}/form/range/range.css +0 -0
- /package/{dist/components → components}/form/select-multiple/select-multiple-lit.d.ts +0 -0
- /package/{dist/components → components}/form/select-multiple/select-multiple-lit.js +0 -0
- /package/{dist/components → components}/form/select-multiple/select-multiple.css +0 -0
- /package/{dist/components → components}/form/spinner/spinner-lit.d.ts +0 -0
- /package/{dist/components → components}/form/spinner/spinner-lit.js +0 -0
- /package/{dist/components → components}/form/spinner/spinner.css +0 -0
- /package/{dist/components → components}/form/textarea/textarea-lit.d.ts +0 -0
- /package/{dist/components → components}/form/textarea/textarea-lit.js +0 -0
- /package/{dist/components → components}/form/textarea/textarea.css +0 -0
- /package/{dist/components → components}/grid/column/_column-partials.css +0 -0
- /package/{dist/components → components}/grid/column/column-lit.d.ts +0 -0
- /package/{dist/components/header-1177-admin/header-1177-admin-avatar-lit.d.ts → components/grid/container/container-lit.d.ts} +0 -0
- /package/{dist/components/header-1177-admin/header-1177-admin-avatar-mobile-lit.d.ts → components/grid/row/row-lit.d.ts} +0 -0
- /package/{dist/components/header-1177/header-1177-lit.d.ts → components/header-1177/header-1177-avatar-lit.d.ts} +0 -0
- /package/{dist/components/header-1177/header-1177-nav-item-lit.d.ts → components/header-1177/header-1177-item-lit.d.ts} +0 -0
- /package/{dist/components → components}/header-1177/header-1177-item-lit.js +0 -0
- /package/{dist/components → components}/header-1177/header-1177-item.css +0 -0
- /package/{dist/components/header-1177/header-1177-nav-item-mobile-lit.d.ts → components/header-1177/header-1177-lit.d.ts} +0 -0
- /package/{dist/components/header-1177/header-1177-nav-lit.d.ts → components/header-1177/header-1177-nav-item-lit.d.ts} +0 -0
- /package/{dist/components → components}/header-1177/header-1177-nav-item-lit.js +0 -0
- /package/{dist/components/header-inera-admin/header-inera-admin-avatar-lit.d.ts → components/header-1177/header-1177-nav-item-mobile-lit.d.ts} +0 -0
- /package/{dist/components → components}/header-1177/header-1177-nav-item.css +0 -0
- /package/{dist/components/header-inera-admin/header-inera-admin-avatar-mobile-lit.d.ts → components/header-1177/header-1177-nav-lit.d.ts} +0 -0
- /package/{dist/components/header-1177-admin/header-1177-admin-item-lit.d.ts → components/header-1177-admin/header-1177-admin-avatar-lit.d.ts} +0 -0
- /package/{dist/components/header-1177-admin/header-1177-admin-lit.d.ts → components/header-1177-admin/header-1177-admin-avatar-mobile-lit.d.ts} +0 -0
- /package/{dist/components/header-1177-admin/header-1177-admin-nav-item-lit.d.ts → components/header-1177-admin/header-1177-admin-item-lit.d.ts} +0 -0
- /package/{dist/components → components}/header-1177-admin/header-1177-admin-item-lit.js +0 -0
- /package/{dist/components → components}/header-1177-admin/header-1177-admin-item.css +0 -0
- /package/{dist/components/header-1177-admin/header-1177-admin-nav-lit.d.ts → components/header-1177-admin/header-1177-admin-lit.d.ts} +0 -0
- /package/{dist/components/header-1177-pro/header-1177-pro-avatar-lit.d.ts → components/header-1177-admin/header-1177-admin-nav-item-lit.d.ts} +0 -0
- /package/{dist/components → components}/header-1177-admin/header-1177-admin-nav-item-lit.js +0 -0
- /package/{dist/components → components}/header-1177-admin/header-1177-admin-nav-item.css +0 -0
- /package/{dist/components/header-1177-pro/header-1177-pro-avatar-mobile-lit.d.ts → components/header-1177-admin/header-1177-admin-nav-lit.d.ts} +0 -0
- /package/{dist/components → components}/header-1177-admin/header-1177-admin-nav-lit.js +0 -0
- /package/{dist/components → components}/header-1177-admin/header-1177-admin-nav.css +0 -0
- /package/{dist/components/header-1177-pro/header-1177-pro-item-lit.d.ts → components/header-1177-pro/header-1177-pro-avatar-lit.d.ts} +0 -0
- /package/{dist/components/header-1177-pro/header-1177-pro-lit.d.ts → components/header-1177-pro/header-1177-pro-avatar-mobile-lit.d.ts} +0 -0
- /package/{dist/components → components}/header-1177-pro/header-1177-pro-avatar-mobile-lit.js +0 -0
- /package/{dist/components → components}/header-1177-pro/header-1177-pro-avatar-mobile.css +0 -0
- /package/{dist/components/header-1177-pro/header-1177-pro-nav-item-lit.d.ts → components/header-1177-pro/header-1177-pro-item-lit.d.ts} +0 -0
- /package/{dist/components → components}/header-1177-pro/header-1177-pro-item-lit.js +0 -0
- /package/{dist/components → components}/header-1177-pro/header-1177-pro-item.css +0 -0
- /package/{dist/components/header-1177-pro/header-1177-pro-nav-lit.d.ts → components/header-1177-pro/header-1177-pro-lit.d.ts} +0 -0
- /package/{dist/components/header-1177-pro/header-1177-pro-nav-menu-mobile-lit.d.ts → components/header-1177-pro/header-1177-pro-nav-item-lit.d.ts} +0 -0
- /package/{dist/components → components}/header-1177-pro/header-1177-pro-nav-item-lit.js +0 -0
- /package/{dist/components → components}/header-1177-pro/header-1177-pro-nav-item.css +0 -0
- /package/{dist/components/header-1177-pro/header-1177-pro-region-picker-lit.d.ts → components/header-1177-pro/header-1177-pro-nav-lit.d.ts} +0 -0
- /package/{dist/components → components}/header-1177-pro/header-1177-pro-nav-lit.js +0 -0
- /package/{dist/components/header-1177/header-1177-avatar-lit.d.ts → components/header-1177-pro/header-1177-pro-nav-menu-mobile-lit.d.ts} +0 -0
- /package/{dist/components → components}/header-1177-pro/header-1177-pro-nav.css +0 -0
- /package/{dist/components/header-1177/header-1177-item-lit.d.ts → components/header-1177-pro/header-1177-pro-region-picker-lit.d.ts} +0 -0
- /package/{dist/components/header-inera/header-inera-nav-item-lit.d.ts → components/header-inera/header-inera-item-lit.d.ts} +0 -0
- /package/{dist/components → components}/header-inera/header-inera-item-lit.js +0 -0
- /package/{dist/components → components}/header-inera/header-inera-item.css +0 -0
- /package/{dist/components/header-inera/header-inera-nav-lit.d.ts → components/header-inera/header-inera-lit.d.ts} +0 -0
- /package/{dist/components → components}/header-inera/header-inera-lit.js +0 -0
- /package/{dist/components/header-inera/header-inera-nav-mobile-lit.d.ts → components/header-inera/header-inera-nav-item-lit.d.ts} +0 -0
- /package/{dist/components → components}/header-inera/header-inera-nav-item-lit.js +0 -0
- /package/{dist/components → components}/header-inera/header-inera-nav-item.css +0 -0
- /package/{dist/components/list/list-lit.d.ts → components/header-inera/header-inera-nav-lit.d.ts} +0 -0
- /package/{dist/components → components}/header-inera/header-inera-nav-lit.js +0 -0
- /package/{dist/components/mobile-menu/mobile-menu-lit.d.ts → components/header-inera/header-inera-nav-mobile-lit.d.ts} +0 -0
- /package/{dist/components → components}/header-inera/header-inera-nav.css +0 -0
- /package/{dist/components → components}/header-inera/header-inera.css +0 -0
- /package/{dist/components/header-inera-admin/header-inera-admin-item-lit.d.ts → components/header-inera-admin/header-inera-admin-avatar-lit.d.ts} +0 -0
- /package/{dist/components/header-inera-admin/header-inera-admin-lit.d.ts → components/header-inera-admin/header-inera-admin-avatar-mobile-lit.d.ts} +0 -0
- /package/{dist/components → components}/header-inera-admin/header-inera-admin-avatar-mobile-lit.js +0 -0
- /package/{dist/components → components}/header-inera-admin/header-inera-admin-avatar-mobile.css +0 -0
- /package/{dist/components/header-inera-admin/header-inera-admin-nav-item-lit.d.ts → components/header-inera-admin/header-inera-admin-item-lit.d.ts} +0 -0
- /package/{dist/components → components}/header-inera-admin/header-inera-admin-item-lit.js +0 -0
- /package/{dist/components → components}/header-inera-admin/header-inera-admin-item.css +0 -0
- /package/{dist/components/header-inera-admin/header-inera-admin-nav-lit.d.ts → components/header-inera-admin/header-inera-admin-lit.d.ts} +0 -0
- /package/{dist/components → components}/header-inera-admin/header-inera-admin-lit.js +0 -0
- /package/{dist/components/header-inera-admin/header-inera-admin-nav-mobile-lit.d.ts → components/header-inera-admin/header-inera-admin-nav-item-lit.d.ts} +0 -0
- /package/{dist/components → components}/header-inera-admin/header-inera-admin-nav-item-lit.js +0 -0
- /package/{dist/components → components}/header-inera-admin/header-inera-admin-nav-item.css +0 -0
- /package/{dist/components/header-inera/header-inera-item-lit.d.ts → components/header-inera-admin/header-inera-admin-nav-lit.d.ts} +0 -0
- /package/{dist/components → components}/header-inera-admin/header-inera-admin-nav-lit.js +0 -0
- /package/{dist/components/header-inera/header-inera-lit.d.ts → components/header-inera-admin/header-inera-admin-nav-mobile-lit.d.ts} +0 -0
- /package/{dist/components → components}/header-inera-admin/header-inera-admin-nav.css +0 -0
- /package/{dist/components → components}/header-inera-admin/header-inera-admin.css +0 -0
- /package/{dist/components/navigation/content/navigation-content-lit.d.ts → components/list/list-lit.d.ts} +0 -0
- /package/{dist/components → components}/list/list-lit.js +0 -0
- /package/{dist/components → components}/list/list.css +0 -0
- /package/{dist/components/navigation/local/navigation-local-lit.d.ts → components/mobile-menu/mobile-menu-lit.d.ts} +0 -0
- /package/{dist/components → components}/mobile-menu/mobile-menu-lit.js +0 -0
- /package/{dist/components → components}/mobile-menu/mobile-menu.css +0 -0
- /package/{dist/components/notification-badge/notification-badge-lit.d.ts → components/navigation/content/navigation-content-lit.d.ts} +0 -0
- /package/{dist/components → components}/navigation/content/navigation-content-lit.js +0 -0
- /package/{dist/components → components}/navigation/content/navigation-content.css +0 -0
- /package/{dist/components/pagination/data-pagination/data-pagination-lit.d.ts → components/navigation/local/navigation-local-lit.d.ts} +0 -0
- /package/{dist/components → components}/navigation/local/navigation-local-lit.js +0 -0
- /package/{dist/components → components}/navigation/local/navigation-local.css +0 -0
- /package/{dist/components/pagination/list-pagination/list-pagination-lit.d.ts → components/notification-badge/notification-badge-lit.d.ts} +0 -0
- /package/{dist/components/popover/popover-content-lit.d.ts → components/pagination/data-pagination/data-pagination-lit.d.ts} +0 -0
- /package/{dist/components/popover/popover-lit.d.ts → components/pagination/list-pagination/list-pagination-lit.d.ts} +0 -0
- /package/{dist/components → components}/pagination/list-pagination/list-pagination-lit.js +0 -0
- /package/{dist/components → components}/pagination/list-pagination/list-pagination.css +0 -0
- /package/{dist/components/progressbar/progressbar-lit.d.ts → components/popover/popover-content-lit.d.ts} +0 -0
- /package/{dist/components/side-menu/side-menu-lit.d.ts → components/popover/popover-lit.d.ts} +0 -0
- /package/{dist/components → components}/popover/popover-lit.js +0 -0
- /package/{dist/components → components}/popover/popover.css +0 -0
- /package/{dist/components/side-panel/side-panel-lit.d.ts → components/progressbar/progressbar-lit.d.ts} +0 -0
- /package/{dist/components/stepper/stepper-lit.d.ts → components/side-menu/side-menu-lit.d.ts} +0 -0
- /package/{dist/components/tabs/tab-lit.d.ts → components/side-panel/side-panel-lit.d.ts} +0 -0
- /package/{dist/components/tabs/tab-panel-lit.d.ts → components/stepper/stepper-lit.d.ts} +0 -0
- /package/{dist/components → components}/stepper/stepper-lit.js +0 -0
- /package/{dist/components → components}/stepper/stepper.css +0 -0
- /package/{dist/components → components}/table/table.css +0 -0
- /package/{dist/components/tabs/tabs-lit.d.ts → components/tabs/tab-lit.d.ts} +0 -0
- /package/{dist/components/tag/tag-lit.d.ts → components/tabs/tab-panel-lit.d.ts} +0 -0
- /package/{dist/components → components}/tabs/tab-panel-lit.js +0 -0
- /package/{dist/components → components}/tabs/tab-panel.css +0 -0
- /package/{dist/components/tooltip/tooltip-lit.d.ts → components/tabs/tabs-lit.d.ts} +0 -0
- /package/{dist/components → components}/tag/tag-lit.js +0 -0
- /package/{dist/components → components}/tag/tag.css +0 -0
- /package/{dist/components → components}/tooltip/tooltip-lit.js +0 -0
- /package/{dist/components → components}/tooltip/tooltip.css +0 -0
- /package/{dist/global → global}/_partials.css +0 -0
- /package/{dist/global → global}/util/util.css +0 -0
- /package/{dist/themes → themes}/1177/1177-tokens.css +0 -0
- /package/{dist/themes → themes}/1177-pro/1177-pro-tokens.css +0 -0
- /package/{dist/themes → themes}/inera/inera-tokens.css +0 -0
- /package/{dist/themes → themes}/inera-admin/inera-admin-tokens.css +0 -0
- /package/{dist/themes → themes}/reset.css +0 -0
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
@charset "UTF-8";
|
|
1
2
|
@media (max-width: 1023px) {
|
|
2
3
|
.ids-desktop {
|
|
3
4
|
display: none !important;
|
|
@@ -2767,6 +2768,7 @@
|
|
|
2767
2768
|
width: 1.25rem;
|
|
2768
2769
|
height: 1.25rem;
|
|
2769
2770
|
color: var(--IDS-COLOR-ACCENT-40);
|
|
2771
|
+
box-sizing: border-box;
|
|
2770
2772
|
border: 0.063rem solid var(--IDS-COLOR-ACCENT-40);
|
|
2771
2773
|
background-color: var(--IDS-RADIO__BACKGROUND-COLOR);
|
|
2772
2774
|
border-radius: 50%;
|
|
@@ -2805,9 +2807,11 @@
|
|
|
2805
2807
|
cursor: pointer;
|
|
2806
2808
|
width: 1.125rem;
|
|
2807
2809
|
height: 1.125rem;
|
|
2810
|
+
box-sizing: border-box;
|
|
2808
2811
|
border-radius: 50%;
|
|
2809
|
-
top:
|
|
2810
|
-
left:
|
|
2812
|
+
top: 50%;
|
|
2813
|
+
left: 50%;
|
|
2814
|
+
transform: translate(-50%, -50%);
|
|
2811
2815
|
border: 0.125rem solid var(--IDS-RADIO__BACKGROUND-COLOR);
|
|
2812
2816
|
background-color: var(--IDS-RADIO__BACKGROUND-COLOR);
|
|
2813
2817
|
}
|
|
@@ -2827,8 +2831,6 @@
|
|
|
2827
2831
|
cursor: default;
|
|
2828
2832
|
background-color: var(--IDS-RADIO--DISABLED__BACKGROUND-COLOR);
|
|
2829
2833
|
border: 0.125rem solid var(--IDS-RADIO--DISABLED__BACKGROUND-COLOR);
|
|
2830
|
-
top: 0;
|
|
2831
|
-
left: 0;
|
|
2832
2834
|
}
|
|
2833
2835
|
.ids-radio input:disabled:checked::after,
|
|
2834
2836
|
.ids-radio input[type=radio]:disabled:checked::after {
|
|
@@ -2838,15 +2840,14 @@
|
|
|
2838
2840
|
.ids-radio input[aria-invalid=true]:not(:checked),
|
|
2839
2841
|
.ids-radio input[type=radio][aria-invalid=true]:not(:checked) {
|
|
2840
2842
|
background-color: var(--IDS-RADIO--INVALID__BACKGROUND-COLOR);
|
|
2841
|
-
border: 0.
|
|
2842
|
-
box-shadow: inset 0 0 0 0.0625rem var(--IDS-RADIO--INVALID__BACKGROUND-COLOR);
|
|
2843
|
+
border: 0.125rem solid var(--IDS-FORM--INVALID__BORDER-COLOR);
|
|
2843
2844
|
}
|
|
2844
2845
|
.ids-radio input[aria-invalid=true]:not(:checked)::after,
|
|
2845
2846
|
.ids-radio input[type=radio][aria-invalid=true]:not(:checked)::after {
|
|
2846
|
-
|
|
2847
|
+
width: 1rem;
|
|
2848
|
+
height: 1rem;
|
|
2847
2849
|
background-color: var(--IDS-RADIO--INVALID__BACKGROUND-COLOR);
|
|
2848
|
-
|
|
2849
|
-
left: 0;
|
|
2850
|
+
border: 0.125rem solid var(--IDS-RADIO--INVALID__BACKGROUND-COLOR) !important;
|
|
2850
2851
|
}
|
|
2851
2852
|
.ids-radio.ids-radio--compact {
|
|
2852
2853
|
margin: 0 !important;
|
|
@@ -2911,10 +2912,35 @@ input:focus + .ids-checkbox input::before {
|
|
|
2911
2912
|
background-size: 1em 1em;
|
|
2912
2913
|
background-repeat: no-repeat;
|
|
2913
2914
|
}
|
|
2915
|
+
.ids-checkbox input[type=checkbox]:indeterminate::after,
|
|
2916
|
+
.ids-checkbox input:indeterminate::after {
|
|
2917
|
+
content: "";
|
|
2918
|
+
display: inline-block;
|
|
2919
|
+
background-image: var(--IDS-CHECKBOX__INDETERMINATE-BACKGROUND-IMAGE);
|
|
2920
|
+
min-height: 1.25rem;
|
|
2921
|
+
min-width: 1.25rem;
|
|
2922
|
+
position: absolute;
|
|
2923
|
+
top: 0;
|
|
2924
|
+
left: 0;
|
|
2925
|
+
cursor: pointer;
|
|
2926
|
+
background-position: center center;
|
|
2927
|
+
background-size: 1em 1em;
|
|
2928
|
+
background-repeat: no-repeat;
|
|
2929
|
+
/* content: "—";
|
|
2930
|
+
font-size: 1rem;
|
|
2931
|
+
line-height: 1rem;
|
|
2932
|
+
font-weight: 700;
|
|
2933
|
+
color: var(--IDS-CHECKBOX__INDETERMINATE-COLOR);
|
|
2934
|
+
display: inline-block;
|
|
2935
|
+
position: absolute;
|
|
2936
|
+
top: 0.0313rem;
|
|
2937
|
+
left: 0.125rem;
|
|
2938
|
+
cursor: pointer; */
|
|
2939
|
+
}
|
|
2914
2940
|
.ids-checkbox input[type=checkbox]:disabled::before,
|
|
2915
2941
|
.ids-checkbox input:disabled::before {
|
|
2916
2942
|
cursor: default;
|
|
2917
|
-
border: var(--IDS-FORM--DISABLED__BORDER);
|
|
2943
|
+
border: var(--IDS-FORM--DISABLED__BORDER) !important;
|
|
2918
2944
|
background-color: var(--IDS-FORM--DISABLED__BACKGROUND-COLOR) !important;
|
|
2919
2945
|
}
|
|
2920
2946
|
.ids-checkbox input[type=checkbox]:disabled:after,
|
|
@@ -2959,6 +2985,105 @@ input:focus + .ids-checkbox input::before {
|
|
|
2959
2985
|
margin-bottom: -0.125rem !important;
|
|
2960
2986
|
}
|
|
2961
2987
|
|
|
2988
|
+
.ids-check-button {
|
|
2989
|
+
position: relative;
|
|
2990
|
+
display: inline-flex;
|
|
2991
|
+
padding: 0.25rem 0.75rem;
|
|
2992
|
+
justify-content: center;
|
|
2993
|
+
align-items: flex-start;
|
|
2994
|
+
border-radius: var(--IDS-CHECK-BUTTON__BORDER-RADIUS);
|
|
2995
|
+
border: 0.0625rem solid var(--IDS-CHECK-BUTTON__BORDER-COLOR);
|
|
2996
|
+
background-color: var(--IDS-CHECK-BUTTON__BACKGROUND-COLOR);
|
|
2997
|
+
cursor: pointer;
|
|
2998
|
+
}
|
|
2999
|
+
.ids-check-button .ids-check-button__label {
|
|
3000
|
+
cursor: pointer;
|
|
3001
|
+
font-family: var(--IDS-FONT-FAMILY-BASE);
|
|
3002
|
+
text-align: center;
|
|
3003
|
+
color: var(--IDS-CHECK-BUTTON__COLOR);
|
|
3004
|
+
font-size: var(--IDS-CHECK-BUTTON__FONT-SIZE);
|
|
3005
|
+
line-height: 1.25rem;
|
|
3006
|
+
font-weight: 400;
|
|
3007
|
+
margin: 0;
|
|
3008
|
+
}
|
|
3009
|
+
.ids-check-button .ids-check-button__input[type=checkbox],
|
|
3010
|
+
.ids-check-button .ids-check-button__input {
|
|
3011
|
+
border-radius: var(--IDS-CHECK-BUTTON__BORDER-RADIUS);
|
|
3012
|
+
cursor: pointer;
|
|
3013
|
+
margin: 0;
|
|
3014
|
+
position: absolute;
|
|
3015
|
+
top: 0;
|
|
3016
|
+
left: 0;
|
|
3017
|
+
right: 0;
|
|
3018
|
+
bottom: 0;
|
|
3019
|
+
appearance: none;
|
|
3020
|
+
}
|
|
3021
|
+
.ids-check-button .ids-check-button__input[type=checkbox]:checked + .ids-check-button__label,
|
|
3022
|
+
.ids-check-button .ids-check-button__input:checked + .ids-check-button__label {
|
|
3023
|
+
padding-left: 1.75rem;
|
|
3024
|
+
}
|
|
3025
|
+
.ids-check-button .ids-check-button__input[type=checkbox]:checked + .ids-check-button__label::before,
|
|
3026
|
+
.ids-check-button .ids-check-button__input:checked + .ids-check-button__label::before {
|
|
3027
|
+
content: "";
|
|
3028
|
+
display: inline-block;
|
|
3029
|
+
background-image: var(--IDS-CHECK-BUTTON--CHECKED__BACKGROUND-IMAGE);
|
|
3030
|
+
min-height: 1.25rem;
|
|
3031
|
+
min-width: 1.25rem;
|
|
3032
|
+
position: absolute;
|
|
3033
|
+
top: 0.25rem;
|
|
3034
|
+
left: 0.75rem;
|
|
3035
|
+
cursor: pointer;
|
|
3036
|
+
background-position: center center;
|
|
3037
|
+
background-size: 0.875rem 0.875rem;
|
|
3038
|
+
background-repeat: no-repeat;
|
|
3039
|
+
}
|
|
3040
|
+
.ids-check-button .ids-check-button__input[type=checkbox]:disabled,
|
|
3041
|
+
.ids-check-button .ids-check-button__input:disabled {
|
|
3042
|
+
cursor: default;
|
|
3043
|
+
}
|
|
3044
|
+
.ids-check-button .ids-check-button__input[type=checkbox]:disabled::before,
|
|
3045
|
+
.ids-check-button .ids-check-button__input:disabled::before {
|
|
3046
|
+
cursor: default;
|
|
3047
|
+
}
|
|
3048
|
+
.ids-check-button .ids-check-button__input[type=checkbox]:disabled:checked + .ids-check-button__label::before,
|
|
3049
|
+
.ids-check-button .ids-check-button__input:disabled:checked + .ids-check-button__label::before {
|
|
3050
|
+
cursor: default;
|
|
3051
|
+
background-image: var(--IDS-CHECKBOX--DISABLED__CHECK-BACKGROUND-IMAGE) !important;
|
|
3052
|
+
}
|
|
3053
|
+
.ids-check-button .ids-check-button__input[type=checkbox]:focus + .ids-check-button__label,
|
|
3054
|
+
.ids-check-button .ids-check-button__input:focus + .ids-check-button__label {
|
|
3055
|
+
color: var(--IDS-COLOR-NEUTRAL-100);
|
|
3056
|
+
}
|
|
3057
|
+
.ids-check-button .ids-check-button__input[type=checkbox]:disabled + .ids-check-button__label,
|
|
3058
|
+
.ids-check-button .ids-check-button__input:disabled + .ids-check-button__label {
|
|
3059
|
+
cursor: default;
|
|
3060
|
+
font-style: normal;
|
|
3061
|
+
color: var(--IDS-FORM--DISABLED__COLOR);
|
|
3062
|
+
}
|
|
3063
|
+
.ids-check-button:has(.ids-check-button__input:disabled) {
|
|
3064
|
+
cursor: default;
|
|
3065
|
+
border-color: var(--IDS-CHECK-BUTTON--DISABLED__BORDER-COLOR);
|
|
3066
|
+
}
|
|
3067
|
+
.ids-check-button:has(.ids-check-button__input:checked:not(:disabled)) {
|
|
3068
|
+
background-color: var(--IDS-CHECK-BUTTON--CHECKED__BACKGROUND-COLOR);
|
|
3069
|
+
}
|
|
3070
|
+
.ids-check-button:has(.ids-check-button__input:checked:not(:disabled)) .ids-check-button__label {
|
|
3071
|
+
color: var(--IDS-CHECK-BUTTON--CHECKED__COLOR);
|
|
3072
|
+
}
|
|
3073
|
+
.ids-check-button:has(.ids-check-button__input:focus) {
|
|
3074
|
+
background-color: var(--IDS-CHECK-BUTTON--HOVER__BACKGROUND-COLOR);
|
|
3075
|
+
}
|
|
3076
|
+
.ids-check-button:hover:has(.ids-check-button__input:not(:disabled)), .ids-check-button:hover:has(.ids-check-button__input:checked:not(:disabled)) {
|
|
3077
|
+
background-color: var(--IDS-CHECK-BUTTON--HOVER__BACKGROUND-COLOR);
|
|
3078
|
+
border-color: var(--IDS-CHECK-BUTTON--HOVER__BACKGROUND-COLOR);
|
|
3079
|
+
}
|
|
3080
|
+
.ids-check-button:hover:has(.ids-check-button__input:not(:disabled)) .ids-check-button__label, .ids-check-button:hover:has(.ids-check-button__input:checked:not(:disabled)) .ids-check-button__label {
|
|
3081
|
+
color: var(--IDS-COLOR-NEUTRAL-100);
|
|
3082
|
+
}
|
|
3083
|
+
.ids-check-button:hover:has(.ids-check-button__input:not(:disabled)) .ids-check-button__label::before, .ids-check-button:hover:has(.ids-check-button__input:checked:not(:disabled)) .ids-check-button__label::before {
|
|
3084
|
+
background-image: var(--IDS-CHECK-BUTTON--FOCUS__BACKGROUND-IMAGE);
|
|
3085
|
+
}
|
|
3086
|
+
|
|
2962
3087
|
.ids-input-wrapper {
|
|
2963
3088
|
position: relative;
|
|
2964
3089
|
display: flex;
|
|
@@ -3489,7 +3614,7 @@ input:focus + .ids-toggle input:before {
|
|
|
3489
3614
|
background-color: var(--IDS-TOGGLE--DISABLED__KNOB-BACKGROUND-COLOR);
|
|
3490
3615
|
background-image: var(--IDS-TOGGLE--DISABLED-CHECKED__KNOB-BACKGROUND-IMAGE);
|
|
3491
3616
|
}
|
|
3492
|
-
@media (max-width:
|
|
3617
|
+
@media (max-width: 18.75rem) {
|
|
3493
3618
|
.ids-toggle {
|
|
3494
3619
|
flex-wrap: wrap;
|
|
3495
3620
|
}
|
package/package.json
CHANGED
|
@@ -1,26 +1,9 @@
|
|
|
1
|
-
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
"pack": "rimraf dist && rollup -c && cd dist && npm pack"
|
|
11
|
-
},
|
|
12
|
-
"author": "",
|
|
13
|
-
"license": "ISC",
|
|
14
|
-
"devDependencies": {
|
|
15
|
-
"lit": "^3.2.0",
|
|
16
|
-
"rimraf": "^6.0.1",
|
|
17
|
-
"rollup": "^2.79.1",
|
|
18
|
-
"rollup-plugin-copy": "^3.5.0",
|
|
19
|
-
"rollup-plugin-generate-package-json": "^3.2.0",
|
|
20
|
-
"rollup-plugin-postcss": "^4.0.2",
|
|
21
|
-
"sass": "^1.77.8",
|
|
22
|
-
"tailwindcss": "^3.4.10",
|
|
23
|
-
"tslib": "^2.6.3",
|
|
24
|
-
"typescript": "^5.5.4"
|
|
25
|
-
}
|
|
26
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"type": "module",
|
|
3
|
+
"name": "@inera/ids-design",
|
|
4
|
+
"version": "5.5.0",
|
|
5
|
+
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
|
+
"publishConfig": {
|
|
7
|
+
"access": "public"
|
|
8
|
+
}
|
|
9
|
+
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
@charset "UTF-8";
|
|
1
2
|
@media (max-width: 1023px) {
|
|
2
3
|
.ids-desktop {
|
|
3
4
|
display: none !important;
|
|
@@ -2828,6 +2829,7 @@ body.ids {
|
|
|
2828
2829
|
width: 1.25rem;
|
|
2829
2830
|
height: 1.25rem;
|
|
2830
2831
|
color: var(--IDS-COLOR-ACCENT-40);
|
|
2832
|
+
box-sizing: border-box;
|
|
2831
2833
|
border: 0.063rem solid var(--IDS-COLOR-ACCENT-40);
|
|
2832
2834
|
background-color: var(--IDS-RADIO__BACKGROUND-COLOR);
|
|
2833
2835
|
border-radius: 50%;
|
|
@@ -2866,9 +2868,11 @@ body.ids {
|
|
|
2866
2868
|
cursor: pointer;
|
|
2867
2869
|
width: 1.125rem;
|
|
2868
2870
|
height: 1.125rem;
|
|
2871
|
+
box-sizing: border-box;
|
|
2869
2872
|
border-radius: 50%;
|
|
2870
|
-
top:
|
|
2871
|
-
left:
|
|
2873
|
+
top: 50%;
|
|
2874
|
+
left: 50%;
|
|
2875
|
+
transform: translate(-50%, -50%);
|
|
2872
2876
|
border: 0.125rem solid var(--IDS-RADIO__BACKGROUND-COLOR);
|
|
2873
2877
|
background-color: var(--IDS-RADIO__BACKGROUND-COLOR);
|
|
2874
2878
|
}
|
|
@@ -2888,8 +2892,6 @@ body.ids {
|
|
|
2888
2892
|
cursor: default;
|
|
2889
2893
|
background-color: var(--IDS-RADIO--DISABLED__BACKGROUND-COLOR);
|
|
2890
2894
|
border: 0.125rem solid var(--IDS-RADIO--DISABLED__BACKGROUND-COLOR);
|
|
2891
|
-
top: 0;
|
|
2892
|
-
left: 0;
|
|
2893
2895
|
}
|
|
2894
2896
|
.ids-radio input:disabled:checked::after,
|
|
2895
2897
|
.ids-radio input[type=radio]:disabled:checked::after {
|
|
@@ -2899,15 +2901,14 @@ body.ids {
|
|
|
2899
2901
|
.ids-radio input[aria-invalid=true]:not(:checked),
|
|
2900
2902
|
.ids-radio input[type=radio][aria-invalid=true]:not(:checked) {
|
|
2901
2903
|
background-color: var(--IDS-RADIO--INVALID__BACKGROUND-COLOR);
|
|
2902
|
-
border: 0.
|
|
2903
|
-
box-shadow: inset 0 0 0 0.0625rem var(--IDS-RADIO--INVALID__BACKGROUND-COLOR);
|
|
2904
|
+
border: 0.125rem solid var(--IDS-FORM--INVALID__BORDER-COLOR);
|
|
2904
2905
|
}
|
|
2905
2906
|
.ids-radio input[aria-invalid=true]:not(:checked)::after,
|
|
2906
2907
|
.ids-radio input[type=radio][aria-invalid=true]:not(:checked)::after {
|
|
2907
|
-
|
|
2908
|
+
width: 1rem;
|
|
2909
|
+
height: 1rem;
|
|
2908
2910
|
background-color: var(--IDS-RADIO--INVALID__BACKGROUND-COLOR);
|
|
2909
|
-
|
|
2910
|
-
left: 0;
|
|
2911
|
+
border: 0.125rem solid var(--IDS-RADIO--INVALID__BACKGROUND-COLOR) !important;
|
|
2911
2912
|
}
|
|
2912
2913
|
.ids-radio.ids-radio--compact {
|
|
2913
2914
|
margin: 0 !important;
|
|
@@ -2972,10 +2973,35 @@ input:focus + .ids-checkbox input::before {
|
|
|
2972
2973
|
background-size: 1em 1em;
|
|
2973
2974
|
background-repeat: no-repeat;
|
|
2974
2975
|
}
|
|
2976
|
+
.ids-checkbox input[type=checkbox]:indeterminate::after,
|
|
2977
|
+
.ids-checkbox input:indeterminate::after {
|
|
2978
|
+
content: "";
|
|
2979
|
+
display: inline-block;
|
|
2980
|
+
background-image: var(--IDS-CHECKBOX__INDETERMINATE-BACKGROUND-IMAGE);
|
|
2981
|
+
min-height: 1.25rem;
|
|
2982
|
+
min-width: 1.25rem;
|
|
2983
|
+
position: absolute;
|
|
2984
|
+
top: 0;
|
|
2985
|
+
left: 0;
|
|
2986
|
+
cursor: pointer;
|
|
2987
|
+
background-position: center center;
|
|
2988
|
+
background-size: 1em 1em;
|
|
2989
|
+
background-repeat: no-repeat;
|
|
2990
|
+
/* content: "—";
|
|
2991
|
+
font-size: 1rem;
|
|
2992
|
+
line-height: 1rem;
|
|
2993
|
+
font-weight: 700;
|
|
2994
|
+
color: var(--IDS-CHECKBOX__INDETERMINATE-COLOR);
|
|
2995
|
+
display: inline-block;
|
|
2996
|
+
position: absolute;
|
|
2997
|
+
top: 0.0313rem;
|
|
2998
|
+
left: 0.125rem;
|
|
2999
|
+
cursor: pointer; */
|
|
3000
|
+
}
|
|
2975
3001
|
.ids-checkbox input[type=checkbox]:disabled::before,
|
|
2976
3002
|
.ids-checkbox input:disabled::before {
|
|
2977
3003
|
cursor: default;
|
|
2978
|
-
border: var(--IDS-FORM--DISABLED__BORDER);
|
|
3004
|
+
border: var(--IDS-FORM--DISABLED__BORDER) !important;
|
|
2979
3005
|
background-color: var(--IDS-FORM--DISABLED__BACKGROUND-COLOR) !important;
|
|
2980
3006
|
}
|
|
2981
3007
|
.ids-checkbox input[type=checkbox]:disabled:after,
|
|
@@ -3020,6 +3046,105 @@ input:focus + .ids-checkbox input::before {
|
|
|
3020
3046
|
margin-bottom: -0.125rem !important;
|
|
3021
3047
|
}
|
|
3022
3048
|
|
|
3049
|
+
.ids-check-button {
|
|
3050
|
+
position: relative;
|
|
3051
|
+
display: inline-flex;
|
|
3052
|
+
padding: 0.25rem 0.75rem;
|
|
3053
|
+
justify-content: center;
|
|
3054
|
+
align-items: flex-start;
|
|
3055
|
+
border-radius: var(--IDS-CHECK-BUTTON__BORDER-RADIUS);
|
|
3056
|
+
border: 0.0625rem solid var(--IDS-CHECK-BUTTON__BORDER-COLOR);
|
|
3057
|
+
background-color: var(--IDS-CHECK-BUTTON__BACKGROUND-COLOR);
|
|
3058
|
+
cursor: pointer;
|
|
3059
|
+
}
|
|
3060
|
+
.ids-check-button .ids-check-button__label {
|
|
3061
|
+
cursor: pointer;
|
|
3062
|
+
font-family: var(--IDS-FONT-FAMILY-BASE);
|
|
3063
|
+
text-align: center;
|
|
3064
|
+
color: var(--IDS-CHECK-BUTTON__COLOR);
|
|
3065
|
+
font-size: var(--IDS-CHECK-BUTTON__FONT-SIZE);
|
|
3066
|
+
line-height: 1.25rem;
|
|
3067
|
+
font-weight: 400;
|
|
3068
|
+
margin: 0;
|
|
3069
|
+
}
|
|
3070
|
+
.ids-check-button .ids-check-button__input[type=checkbox],
|
|
3071
|
+
.ids-check-button .ids-check-button__input {
|
|
3072
|
+
border-radius: var(--IDS-CHECK-BUTTON__BORDER-RADIUS);
|
|
3073
|
+
cursor: pointer;
|
|
3074
|
+
margin: 0;
|
|
3075
|
+
position: absolute;
|
|
3076
|
+
top: 0;
|
|
3077
|
+
left: 0;
|
|
3078
|
+
right: 0;
|
|
3079
|
+
bottom: 0;
|
|
3080
|
+
appearance: none;
|
|
3081
|
+
}
|
|
3082
|
+
.ids-check-button .ids-check-button__input[type=checkbox]:checked + .ids-check-button__label,
|
|
3083
|
+
.ids-check-button .ids-check-button__input:checked + .ids-check-button__label {
|
|
3084
|
+
padding-left: 1.75rem;
|
|
3085
|
+
}
|
|
3086
|
+
.ids-check-button .ids-check-button__input[type=checkbox]:checked + .ids-check-button__label::before,
|
|
3087
|
+
.ids-check-button .ids-check-button__input:checked + .ids-check-button__label::before {
|
|
3088
|
+
content: "";
|
|
3089
|
+
display: inline-block;
|
|
3090
|
+
background-image: var(--IDS-CHECK-BUTTON--CHECKED__BACKGROUND-IMAGE);
|
|
3091
|
+
min-height: 1.25rem;
|
|
3092
|
+
min-width: 1.25rem;
|
|
3093
|
+
position: absolute;
|
|
3094
|
+
top: 0.25rem;
|
|
3095
|
+
left: 0.75rem;
|
|
3096
|
+
cursor: pointer;
|
|
3097
|
+
background-position: center center;
|
|
3098
|
+
background-size: 0.875rem 0.875rem;
|
|
3099
|
+
background-repeat: no-repeat;
|
|
3100
|
+
}
|
|
3101
|
+
.ids-check-button .ids-check-button__input[type=checkbox]:disabled,
|
|
3102
|
+
.ids-check-button .ids-check-button__input:disabled {
|
|
3103
|
+
cursor: default;
|
|
3104
|
+
}
|
|
3105
|
+
.ids-check-button .ids-check-button__input[type=checkbox]:disabled::before,
|
|
3106
|
+
.ids-check-button .ids-check-button__input:disabled::before {
|
|
3107
|
+
cursor: default;
|
|
3108
|
+
}
|
|
3109
|
+
.ids-check-button .ids-check-button__input[type=checkbox]:disabled:checked + .ids-check-button__label::before,
|
|
3110
|
+
.ids-check-button .ids-check-button__input:disabled:checked + .ids-check-button__label::before {
|
|
3111
|
+
cursor: default;
|
|
3112
|
+
background-image: var(--IDS-CHECKBOX--DISABLED__CHECK-BACKGROUND-IMAGE) !important;
|
|
3113
|
+
}
|
|
3114
|
+
.ids-check-button .ids-check-button__input[type=checkbox]:focus + .ids-check-button__label,
|
|
3115
|
+
.ids-check-button .ids-check-button__input:focus + .ids-check-button__label {
|
|
3116
|
+
color: var(--IDS-COLOR-NEUTRAL-100);
|
|
3117
|
+
}
|
|
3118
|
+
.ids-check-button .ids-check-button__input[type=checkbox]:disabled + .ids-check-button__label,
|
|
3119
|
+
.ids-check-button .ids-check-button__input:disabled + .ids-check-button__label {
|
|
3120
|
+
cursor: default;
|
|
3121
|
+
font-style: normal;
|
|
3122
|
+
color: var(--IDS-FORM--DISABLED__COLOR);
|
|
3123
|
+
}
|
|
3124
|
+
.ids-check-button:has(.ids-check-button__input:disabled) {
|
|
3125
|
+
cursor: default;
|
|
3126
|
+
border-color: var(--IDS-CHECK-BUTTON--DISABLED__BORDER-COLOR);
|
|
3127
|
+
}
|
|
3128
|
+
.ids-check-button:has(.ids-check-button__input:checked:not(:disabled)) {
|
|
3129
|
+
background-color: var(--IDS-CHECK-BUTTON--CHECKED__BACKGROUND-COLOR);
|
|
3130
|
+
}
|
|
3131
|
+
.ids-check-button:has(.ids-check-button__input:checked:not(:disabled)) .ids-check-button__label {
|
|
3132
|
+
color: var(--IDS-CHECK-BUTTON--CHECKED__COLOR);
|
|
3133
|
+
}
|
|
3134
|
+
.ids-check-button:has(.ids-check-button__input:focus) {
|
|
3135
|
+
background-color: var(--IDS-CHECK-BUTTON--HOVER__BACKGROUND-COLOR);
|
|
3136
|
+
}
|
|
3137
|
+
.ids-check-button:hover:has(.ids-check-button__input:not(:disabled)), .ids-check-button:hover:has(.ids-check-button__input:checked:not(:disabled)) {
|
|
3138
|
+
background-color: var(--IDS-CHECK-BUTTON--HOVER__BACKGROUND-COLOR);
|
|
3139
|
+
border-color: var(--IDS-CHECK-BUTTON--HOVER__BACKGROUND-COLOR);
|
|
3140
|
+
}
|
|
3141
|
+
.ids-check-button:hover:has(.ids-check-button__input:not(:disabled)) .ids-check-button__label, .ids-check-button:hover:has(.ids-check-button__input:checked:not(:disabled)) .ids-check-button__label {
|
|
3142
|
+
color: var(--IDS-COLOR-NEUTRAL-100);
|
|
3143
|
+
}
|
|
3144
|
+
.ids-check-button:hover:has(.ids-check-button__input:not(:disabled)) .ids-check-button__label::before, .ids-check-button:hover:has(.ids-check-button__input:checked:not(:disabled)) .ids-check-button__label::before {
|
|
3145
|
+
background-image: var(--IDS-CHECK-BUTTON--FOCUS__BACKGROUND-IMAGE);
|
|
3146
|
+
}
|
|
3147
|
+
|
|
3023
3148
|
.ids-input-wrapper {
|
|
3024
3149
|
position: relative;
|
|
3025
3150
|
display: flex;
|
|
@@ -3550,7 +3675,7 @@ input:focus + .ids-toggle input:before {
|
|
|
3550
3675
|
background-color: var(--IDS-TOGGLE--DISABLED__KNOB-BACKGROUND-COLOR);
|
|
3551
3676
|
background-image: var(--IDS-TOGGLE--DISABLED-CHECKED__KNOB-BACKGROUND-IMAGE);
|
|
3552
3677
|
}
|
|
3553
|
-
@media (max-width:
|
|
3678
|
+
@media (max-width: 18.75rem) {
|
|
3554
3679
|
.ids-toggle {
|
|
3555
3680
|
flex-wrap: wrap;
|
|
3556
3681
|
}
|
|
@@ -4139,13 +4264,24 @@ input[type=search]::-webkit-search-results-decoration {
|
|
|
4139
4264
|
--IDS-ERROR-MESSAGE__BORDER: 0.063rem solid var(--IDS-ERROR-MESSAGE__BORDER-COLOR);
|
|
4140
4265
|
--IDS-ERROR-MESSAGE__PADDING: 0.813rem 1.25rem;
|
|
4141
4266
|
--IDS-ERROR-MESSAGE__ICON-BACKGROUND-IMAGE: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" role="img" fill="none" width="100%" height="100%" style="" viewBox="0 0 40 40" aria-hidden="true"><path fill-rule="evenodd" clip-rule="evenodd" d="M22.5134 12.7567C22.5134 12.7889 22.5129 12.821 22.5118 12.8529C22.5129 12.8828 22.5134 12.913 22.5134 12.9436C22.5134 13.1581 22.4809 13.4575 22.4158 13.8419L20.3119 24.2492C20.2585 24.5129 20.0268 24.7025 19.7577 24.7025C19.4877 24.7025 19.2554 24.5117 19.2031 24.2468L17.1463 13.8419C17.0857 13.5476 17.0439 13.2999 17.021 13.0987C17.007 12.976 17 12.8707 17 12.7827L17 12.7713L17 12.7567C17 11.2342 18.2342 10 19.7567 10C21.2792 10 22.5134 11.2342 22.5134 12.7567ZM21.0564 29.572C20.6977 29.9324 20.2644 30.1126 19.7567 30.1126C19.2489 30.1126 18.8157 29.9324 18.457 29.572C18.0982 29.2117 17.9189 28.7765 17.9189 28.2664C17.9189 27.7675 18.0982 27.3378 18.457 26.9775C18.8157 26.6171 19.2489 26.4369 19.7567 26.4369C20.2644 26.4369 20.6977 26.6171 21.0564 26.9775C21.4151 27.3378 21.5945 27.7675 21.5945 28.2664C21.5945 28.7765 21.4151 29.2117 21.0564 29.572Z" fill="%236a0032"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M39.2886 18.5C39.8245 19.4282 39.8245 20.5718 39.2886 21.5L30.9433 35.9545C30.4074 36.8827 29.417 37.4545 28.3452 37.4545H11.6546C10.5828 37.4545 9.59245 36.8827 9.05655 35.9545L0.711251 21.5C0.175351 20.5718 0.175351 19.4282 0.711251 18.5L9.05655 4.04553C9.59245 3.11733 10.5828 2.54553 11.6546 2.54553L28.3452 2.54553C29.417 2.54553 30.4074 3.11733 30.9433 4.04553L39.2886 18.5ZM37.5565 20.5C37.7352 20.1906 37.7352 19.8094 37.5565 19.5L29.2112 5.04553C29.0326 4.73613 28.7025 4.54553 28.3452 4.54553L11.6546 4.54553C11.2974 4.54553 10.9672 4.73613 10.7886 5.04553L2.4433 19.5C2.26467 19.8094 2.26467 20.1906 2.4433 20.5L10.7886 34.9545C10.9672 35.2639 11.2974 35.4545 11.6546 35.4545H28.3452C28.7025 35.4545 29.0326 35.2639 29.2112 34.9545L37.5565 20.5Z" fill="%23c12143"></path></svg>');
|
|
4267
|
+
/* Check button*/
|
|
4268
|
+
--IDS-CHECK-BUTTON__BORDER-RADIUS: 1.875rem;
|
|
4269
|
+
--IDS-CHECK-BUTTON__BORDER-COLOR: var(--IDS-COLOR-ACCENT-40);
|
|
4270
|
+
--IDS-CHECK-BUTTON__COLOR: var(--IDS-COLOR-ACCENT-40);
|
|
4271
|
+
--IDS-CHECK-BUTTON__BACKGROUND-COLOR: var(--IDS-COLOR-NEUTRAL-100);
|
|
4272
|
+
--IDS-CHECK-BUTTON__FONT-SIZE: 0.875rem;
|
|
4273
|
+
--IDS-CHECK-BUTTON--CHECKED__BACKGROUND-COLOR: var(--IDS-COLOR-ACCENT-40);
|
|
4274
|
+
--IDS-CHECK-BUTTON--CHECKED__COLOR: var(--IDS-COLOR-NEUTRAL-100);
|
|
4275
|
+
--IDS-CHECK-BUTTON--HOVER__BACKGROUND-COLOR: var(--IDS-COLOR-ACCENT-30);
|
|
4276
|
+
--IDS-CHECK-BUTTON--DISABLED__BORDER-COLOR: var(--IDS-COLOR-NEUTRAL-50);
|
|
4277
|
+
--IDS-CHECK-BUTTON--CHECKED__BACKGROUND-IMAGE: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="1rem" height="0.688rem" viewBox="0 0 40 32" fill="none"><path xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" d="M39.1772 0.674536C40.2151 1.62733 40.2798 3.23649 39.3218 4.26869L14.343 31.1817C13.8554 31.7071 13.1679 32.0041 12.4489 32C11.73 31.9958 11.046 31.6909 10.5646 31.1598L0.658175 20.2339C-0.287695 19.1907 -0.20415 17.5824 0.844778 16.6417C1.8937 15.7009 3.51081 15.784 4.45668 16.8273L12.4859 25.6828L35.5634 0.818302C36.5214 -0.213896 38.1394 -0.278263 39.1772 0.674536Z" fill="%23FFFFFF"></path></svg>');
|
|
4278
|
+
--IDS-CHECK-BUTTON--FOCUS__BACKGROUND-IMAGE: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="1rem" height="0.688rem" viewBox="0 0 40 32" fill="none"><path xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" d="M39.1772 0.674536C40.2151 1.62733 40.2798 3.23649 39.3218 4.26869L14.343 31.1817C13.8554 31.7071 13.1679 32.0041 12.4489 32C11.73 31.9958 11.046 31.6909 10.5646 31.1598L0.658175 20.2339C-0.287695 19.1907 -0.20415 17.5824 0.844778 16.6417C1.8937 15.7009 3.51081 15.784 4.45668 16.8273L12.4859 25.6828L35.5634 0.818302C36.5214 -0.213896 38.1394 -0.278263 39.1772 0.674536Z" fill="%23FFFFFF"></path></svg>');
|
|
4142
4279
|
/* Checkbox */
|
|
4143
4280
|
--IDS-CHECKBOX__BORDER: 0.063rem solid var(--IDS-COLOR-ACCENT-40);
|
|
4144
4281
|
--IDS-CHECKBOX__BORDER-RADIUS: 0.25rem;
|
|
4145
4282
|
--IDS-CHECKBOX__BACKGROUND-COLOR: var(--IDS-COLOR-ACCENT-95);
|
|
4146
|
-
--IDS-
|
|
4147
|
-
--IDS-
|
|
4148
|
-
--IDS-CHECKBOX--DISABLED_BACKGROUND-IMAGE: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='4' ry='4' stroke='%23808285' stroke-width='1' stroke-dasharray='3%2c 3%2c 3%2c 3' stroke-dashoffset='16' stroke-linecap='butt'/%3e%3c/svg%3e");
|
|
4283
|
+
--IDS-CHECKBOX__INDETERMINATE-BACKGROUND-IMAGE: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 19.5C0 18.1193 1.14799 17 2.5641 17H37.4359C38.852 17 40 18.1193 40 19.5C40 20.8807 38.852 22 37.4359 22H2.5641C1.14799 22 0 20.8807 0 19.5Z' fill='%233b4266'/%3E%3C/svg%3E");
|
|
4284
|
+
--IDS-CHECKBOX__CHECK-BACKGROUND-IMAGE: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="1rem" height="0.688rem" viewBox="0 0 40 32" fill="none"><path xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" d="M39.1772 0.674536C40.2151 1.62733 40.2798 3.23649 39.3218 4.26869L14.343 31.1817C13.8554 31.7071 13.1679 32.0041 12.4489 32C11.73 31.9958 11.046 31.6909 10.5646 31.1598L0.658175 20.2339C-0.287695 19.1907 -0.20415 17.5824 0.844778 16.6417C1.8937 15.7009 3.51081 15.784 4.45668 16.8273L12.4859 25.6828L35.5634 0.818302C36.5214 -0.213896 38.1394 -0.278263 39.1772 0.674536Z" fill="%233b4266"></path></svg>');
|
|
4149
4285
|
--IDS-CHECKBOX--INVALID__CHECK-BACKGROUND-IMAGE: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="1rem" height="0.688rem" viewBox="0 0 40 32" fill="none"><path xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" d="M39.1772 0.674536C40.2151 1.62733 40.2798 3.23649 39.3218 4.26869L14.343 31.1817C13.8554 31.7071 13.1679 32.0041 12.4489 32C11.73 31.9958 11.046 31.6909 10.5646 31.1598L0.658175 20.2339C-0.287695 19.1907 -0.20415 17.5824 0.844778 16.6417C1.8937 15.7009 3.51081 15.784 4.45668 16.8273L12.4859 25.6828L35.5634 0.818302C36.5214 -0.213896 38.1394 -0.278263 39.1772 0.674536Z" fill="%23c12143"></path></svg>');
|
|
4150
4286
|
--IDS-CHECKBOX--DISABLED__CHECK-BACKGROUND-IMAGE: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="1rem" height="0.688rem" viewBox="0 0 40 32" fill="none"><path xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" d="M39.1772 0.674536C40.2151 1.62733 40.2798 3.23649 39.3218 4.26869L14.343 31.1817C13.8554 31.7071 13.1679 32.0041 12.4489 32C11.73 31.9958 11.046 31.6909 10.5646 31.1598L0.658175 20.2339C-0.287695 19.1907 -0.20415 17.5824 0.844778 16.6417C1.8937 15.7009 3.51081 15.784 4.45668 16.8273L12.4859 25.6828L35.5634 0.818302C36.5214 -0.213896 38.1394 -0.278263 39.1772 0.674536Z" fill="%23808285"></path></svg>');
|
|
4151
4287
|
/* Input */
|
|
@@ -4175,10 +4311,10 @@ input[type=search]::-webkit-search-results-decoration {
|
|
|
4175
4311
|
--IDS-RADIO--INVALID__BACKGROUND-COLOR: var(--IDS-COLOR-PRIMARY-90);
|
|
4176
4312
|
/* Select */
|
|
4177
4313
|
--IDS-SELECT__LINE-HEIGHT: 2.875rem;
|
|
4178
|
-
--IDS-SELECT__CHEVRON-ICON: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" role="img" fill="none" width="0.
|
|
4179
|
-
--IDS-SELECT__CHEVRON-ICON--HOVER: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" role="img" fill="none" width="0.
|
|
4180
|
-
--IDS-SELECT--INVALID__CHEVRON-ICON: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" role="img" fill="none" width="0.
|
|
4181
|
-
--IDS-SELECT--DISABLED__CHEVRON-ICON: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" role="img" fill="none" width="0.
|
|
4314
|
+
--IDS-SELECT__CHEVRON-ICON: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" role="img" fill="none" width="0.5rem" height="0.75rem" style="" viewBox="0 0 7 12" aria-hidden="true"><!--%3Flit$300635863$--><g><path d="M4.1627 5.57692L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893C0.683418 -0.0976311 1.31658 -0.0976311 1.70711 0.292893L6.28403 4.86982C6.67456 5.26034 6.67455 5.89351 6.28402 6.28404L1.7071 10.8609C1.31657 11.2514 0.683406 11.2514 0.292886 10.8608C-0.0976345 10.4703 -0.0976276 9.83715 0.292901 9.44663L4.1627 5.57692Z" fill="%23396291"></path></g></svg>');
|
|
4315
|
+
--IDS-SELECT__CHEVRON-ICON--HOVER: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" role="img" fill="none" width="0.5rem" height="0.75rem" style="" viewBox="0 0 7 12" aria-hidden="true"><!--%3Flit$300635863$--><g><path d="M4.1627 5.57692L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893C0.683418 -0.0976311 1.31658 -0.0976311 1.70711 0.292893L6.28403 4.86982C6.67456 5.26034 6.67455 5.89351 6.28402 6.28404L1.7071 10.8609C1.31657 11.2514 0.683406 11.2514 0.292886 10.8608C-0.0976345 10.4703 -0.0976276 9.83715 0.292901 9.44663L4.1627 5.57692Z" fill="rgb(59,66,102)"></path></g></svg>');
|
|
4316
|
+
--IDS-SELECT--INVALID__CHEVRON-ICON: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" role="img" fill="none" width="0.5rem" height="0.75rem" style="" viewBox="0 0 7 12" aria-hidden="true"><!--%3Flit$300635863$--><g><path d="M4.1627 5.57692L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893C0.683418 -0.0976311 1.31658 -0.0976311 1.70711 0.292893L6.28403 4.86982C6.67456 5.26034 6.67455 5.89351 6.28402 6.28404L1.7071 10.8609C1.31657 11.2514 0.683406 11.2514 0.292886 10.8608C-0.0976345 10.4703 -0.0976276 9.83715 0.292901 9.44663L4.1627 5.57692Z" fill="%23c12143"></path></g></svg>');
|
|
4317
|
+
--IDS-SELECT--DISABLED__CHEVRON-ICON: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" role="img" fill="none" width="0.5rem" height="0.75rem" style="" viewBox="0 0 7 12" aria-hidden="true"><!--%3Flit$300635863$--><g><path d="M4.1627 5.57692L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893C0.683418 -0.0976311 1.31658 -0.0976311 1.70711 0.292893L6.28403 4.86982C6.67456 5.26034 6.67455 5.89351 6.28402 6.28404L1.7071 10.8609C1.31657 11.2514 0.683406 11.2514 0.292886 10.8608C-0.0976345 10.4703 -0.0976276 9.83715 0.292901 9.44663L4.1627 5.57692Z" fill="%23808285"></path></g></svg>');
|
|
4182
4318
|
/* Select multiple */
|
|
4183
4319
|
--IDS-SELECT-MULTIPLE__DROPDOWN-BORDER-RADIUS: 0.625rem;
|
|
4184
4320
|
/* Textarea */
|
|
@@ -4351,6 +4487,8 @@ input[type=search]::-webkit-search-results-decoration {
|
|
|
4351
4487
|
--IDS-CAROUSEL-ICON__BACKGROUND-COLOR: var(--IDS-COLOR-ACCENT-40);
|
|
4352
4488
|
/* Data Table */
|
|
4353
4489
|
--IDS-DATA-TABLE__BORDER-RADIUS: 0.625rem 0.625rem 0.313rem 0.313rem;
|
|
4490
|
+
--IDS-DATA-TABLE__BORDER-TOP-RADIUS: 0.625rem;
|
|
4491
|
+
--IDS-DATA-TABLE__BORDER-BOTTOM-RADIUS: 0.313rem;
|
|
4354
4492
|
--IDS-DATA-TABLE__HEAD-FONT-FAMILY: var(--IDS-FONT-FAMILY-HEADING);
|
|
4355
4493
|
--IDS-DATA-TABLE__HEAD-BACKGROUND_COLOR: var(--IDS-COLOR-ACCENT-95);
|
|
4356
4494
|
--IDS-DATA-TABLE__CELL-BACKGROUND_COLOR: var(--IDS-COLOR-NEUTRAL-100);
|
|
@@ -4458,8 +4596,6 @@ input[type=search]::-webkit-search-results-decoration {
|
|
|
4458
4596
|
--IDS-ICON__COLOR-PRESET-4-2: var(--IDS-COLOR-NEUTRAL-100);
|
|
4459
4597
|
/* Link */
|
|
4460
4598
|
--IDS-LINK__FONT-FAMILY: var(--IDS-FONT-FAMILY-BASE);
|
|
4461
|
-
--IDS-LINK__COLOR: var(--IDS-COLOR-ACCENT-40);
|
|
4462
|
-
--IDS-LINK__HOVER-COLOR: var(--IDS-COLOR-ACCENT-30);
|
|
4463
4599
|
--IDS-LINK--COLORPRESET-1__COLOR: var(--IDS-COLOR-ACCENT-40);
|
|
4464
4600
|
--IDS-LINK--COLORPRESET-1__HOVER-COLOR: var(--IDS-COLOR-ACCENT-30);
|
|
4465
4601
|
--IDS-LINK--COLORPRESET-1-ACTIVE__ICON-BACKGROUND-COLOR: var(--IDS-COLOR-ACCENT-30);
|
|
@@ -4472,6 +4608,8 @@ input[type=search]::-webkit-search-results-decoration {
|
|
|
4472
4608
|
--IDS-LINK--COLORPRESET-3__HOVER-COLOR: black;
|
|
4473
4609
|
--IDS-LINK--COLORPRESET-3-ACTIVE__ICON-BACKGROUND-COLOR: black;
|
|
4474
4610
|
--IDS-LINK--COLORPRESET-3-ACTIVE-HOVER-ICON-BACKGROUND-COLOR: var(--IDS-COLOR-NEUTRAL-20);
|
|
4611
|
+
--IDS-LINK--BOX__BACKGROUND-COLOR: var(--IDS-COLOR-ACCENT-95);
|
|
4612
|
+
--IDS-LINK--BOX__BOX-SHADOW: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
|
|
4475
4613
|
/* List */
|
|
4476
4614
|
--IDS-LIST__HEADING-COLOR: var(--IDS-COLOR-ACCENT-40);
|
|
4477
4615
|
--IDS-LIST__BORDER: var(--IDS-COLOR-NEUTRAL-90);
|