@inera/ids-react 7.1.1 → 8.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/accordion/accordion.js +4 -4
- package/components/alert/alert.d.ts +3 -3
- package/components/alert/alert.js +8 -5
- package/components/badge/badge.d.ts +0 -1
- package/components/badge/badge.js +2 -2
- package/components/box-link/box-link.js +2 -2
- package/components/breadcrumbs/breadcrumbs.js +3 -3
- package/components/button/button.d.ts +6 -7
- package/components/button/button.js +5 -79
- package/components/card/card.d.ts +4 -4
- package/components/card/card.js +5 -4
- package/components/carousel/carousel-item.js +5 -5
- package/components/carousel/carousel.d.ts +0 -2
- package/components/carousel/carousel.js +22 -42
- package/components/date-label/date-label.d.ts +6 -0
- package/components/date-label/date-label.js +18 -3
- package/components/dialog/dialog.d.ts +12 -12
- package/components/dialog/dialog.js +5 -7
- package/components/dropdown/dropdown-content-button.d.ts +7 -0
- package/components/dropdown/dropdown-content-button.js +11 -0
- package/components/dropdown/dropdown-content-link.js +2 -1
- package/components/dropdown/dropdown.d.ts +5 -4
- package/components/dropdown/dropdown.js +11 -10
- package/components/footer-1177/footer-1177.d.ts +0 -3
- package/components/footer-1177/footer-1177.js +17 -23
- package/components/footer-1177-admin/footer-1177-admin.d.ts +5 -7
- package/components/footer-1177-admin/footer-1177-admin.js +21 -26
- package/components/footer-1177-pro/footer-1177-pro.d.ts +15 -10
- package/components/footer-1177-pro/footer-1177-pro.js +41 -22
- package/components/footer-inera/footer-inera.d.ts +2 -6
- package/components/footer-inera/footer-inera.js +21 -27
- package/components/footer-inera-admin/footer-inera-admin.d.ts +2 -6
- package/components/footer-inera-admin/footer-inera-admin.js +23 -26
- package/components/form/check-button/check-button.d.ts +1 -0
- package/components/form/check-button/check-button.js +2 -2
- package/components/form/checkbox/checkbox-group.d.ts +1 -1
- package/components/form/checkbox/checkbox-group.js +6 -6
- package/components/form/checkbox/checkbox.d.ts +1 -0
- package/components/form/checkbox/checkbox.js +2 -2
- package/components/form/input/input.d.ts +2 -4
- package/components/form/input/input.js +16 -37
- package/components/form/radio/radio-group.d.ts +2 -2
- package/components/form/radio/radio-group.js +6 -6
- package/components/form/radio/radio.d.ts +3 -3
- package/components/form/radio/radio.js +2 -2
- package/components/form/radio-button/radio-button-group.d.ts +2 -2
- package/components/form/radio-button/radio-button-group.js +7 -7
- package/components/form/radio-button/radio-button.d.ts +4 -3
- package/components/form/radio-button/radio-button.js +2 -2
- package/components/form/range/range.d.ts +1 -0
- package/components/form/range/range.js +2 -2
- package/components/form/select/select.d.ts +1 -1
- package/components/form/select/select.js +5 -3
- package/components/form/select-multiple/select-multiple.d.ts +3 -0
- package/components/form/select-multiple/select-multiple.js +13 -6
- package/components/form/textarea/textarea.d.ts +1 -0
- package/components/form/textarea/textarea.js +2 -2
- package/components/form/time/time.d.ts +1 -0
- package/components/form/time/time.js +6 -6
- package/components/form/toggle/toggle.d.ts +1 -0
- package/components/form/toggle/toggle.js +5 -5
- package/components/global-alert/global-alert.d.ts +16 -0
- package/components/global-alert/global-alert.js +26 -0
- package/components/grid/container.d.ts +0 -1
- package/components/grid/container.js +4 -4
- package/components/header-1177/header-1177-avatar.d.ts +5 -2
- package/components/header-1177/header-1177-avatar.js +21 -10
- package/components/header-1177/header-1177-item.d.ts +1 -0
- package/components/header-1177/header-1177-item.js +6 -5
- package/components/header-1177/header-1177-menu-mobile.d.ts +1 -1
- package/components/header-1177/header-1177-menu-mobile.js +29 -18
- package/components/header-1177/header-1177-nav-item-mobile.js +4 -4
- package/components/header-1177/header-1177-nav-item.js +6 -7
- package/components/header-1177/header-1177-nav.d.ts +2 -0
- package/components/header-1177/header-1177-nav.js +3 -4
- package/components/header-1177/header-1177-region-picker-mobile.d.ts +9 -0
- package/components/header-1177/header-1177-region-picker-mobile.js +36 -0
- package/components/header-1177/header-1177-region-picker.d.ts +9 -0
- package/components/header-1177/header-1177-region-picker.js +34 -0
- package/components/header-1177/header-1177.d.ts +2 -6
- package/components/header-1177/header-1177.js +6 -22
- package/components/header-1177-admin/header-1177-admin-avatar-mobile.d.ts +3 -0
- package/components/header-1177-admin/header-1177-admin-avatar-mobile.js +28 -3
- package/components/header-1177-admin/header-1177-admin-avatar.d.ts +3 -2
- package/components/header-1177-admin/header-1177-admin-avatar.js +31 -18
- package/components/header-1177-admin/header-1177-admin-item.js +4 -4
- package/components/header-1177-admin/header-1177-admin-menu-mobile.d.ts +11 -0
- package/components/header-1177-admin/header-1177-admin-menu-mobile.js +53 -0
- package/components/header-1177-admin/header-1177-admin-nav-item.js +10 -11
- package/components/header-1177-admin/header-1177-admin-nav.js +4 -5
- package/components/header-1177-admin/header-1177-admin.d.ts +1 -4
- package/components/header-1177-admin/header-1177-admin.js +5 -18
- package/components/header-1177-pro/header-1177-pro-avatar-mobile.d.ts +3 -0
- package/components/header-1177-pro/header-1177-pro-avatar-mobile.js +28 -3
- package/components/header-1177-pro/header-1177-pro-avatar.d.ts +3 -2
- package/components/header-1177-pro/header-1177-pro-avatar.js +31 -18
- package/components/header-1177-pro/header-1177-pro-item.js +5 -5
- package/components/header-1177-pro/{header-1177-pro-nav-menu-mobile.d.ts → header-1177-pro-menu-mobile.d.ts} +3 -3
- package/components/header-1177-pro/header-1177-pro-menu-mobile.js +53 -0
- package/components/header-1177-pro/header-1177-pro-nav-item.js +11 -11
- package/components/header-1177-pro/header-1177-pro-nav.d.ts +2 -2
- package/components/header-1177-pro/header-1177-pro-nav.js +5 -20
- package/components/header-1177-pro/header-1177-pro-region-picker-mobile.d.ts +9 -0
- package/components/header-1177-pro/header-1177-pro-region-picker-mobile.js +36 -0
- package/components/header-1177-pro/header-1177-pro-region-picker.d.ts +9 -0
- package/components/header-1177-pro/header-1177-pro-region-picker.js +34 -0
- package/components/header-1177-pro/header-1177-pro.d.ts +4 -7
- package/components/header-1177-pro/header-1177-pro.js +4 -28
- package/components/header-inera/header-inera-item.js +1 -2
- package/components/header-inera/header-inera-menu-mobile.d.ts +11 -0
- package/components/header-inera/header-inera-menu-mobile.js +54 -0
- package/components/header-inera/header-inera-nav-item.js +6 -9
- package/components/header-inera/header-inera-nav.js +2 -3
- package/components/header-inera/header-inera.d.ts +1 -2
- package/components/header-inera/header-inera.js +4 -7
- package/components/header-inera-admin/header-inera-admin-avatar-mobile.d.ts +5 -2
- package/components/header-inera-admin/header-inera-admin-avatar-mobile.js +23 -3
- package/components/header-inera-admin/header-inera-admin-avatar.d.ts +3 -4
- package/components/header-inera-admin/header-inera-admin-avatar.js +34 -22
- package/components/header-inera-admin/header-inera-admin-item.js +1 -1
- package/components/header-inera-admin/header-inera-admin-menu-mobile.d.ts +11 -0
- package/components/header-inera-admin/header-inera-admin-menu-mobile.js +53 -0
- package/components/header-inera-admin/header-inera-admin-nav-item.js +6 -9
- package/components/header-inera-admin/header-inera-admin-nav.js +2 -3
- package/components/header-inera-admin/header-inera-admin.d.ts +2 -1
- package/components/header-inera-admin/header-inera-admin.js +6 -11
- package/components/header-patient/header-patient.d.ts +3 -3
- package/components/header-patient/header-patient.js +2 -2
- package/components/link/link.d.ts +3 -3
- package/components/link/link.js +3 -3
- package/components/mobile/menu/item/mobile-item.js +4 -4
- package/components/navigation/content/navigation-content.d.ts +1 -0
- package/components/navigation/content/navigation-content.js +7 -6
- package/components/pagination/data-pagination/data-pagination.d.ts +7 -11
- package/components/pagination/data-pagination/data-pagination.js +7 -7
- package/components/pagination/list-pagination/list-pagination.js +6 -11
- package/components/popover/popover.js +9 -9
- package/components/progressbar/progressbar.js +2 -2
- package/components/puff-list/puff-list-item/puff-list-item-info.d.ts +1 -0
- package/components/puff-list/puff-list-item/puff-list-item-info.js +5 -2
- package/components/puff-list/puff-list-item/puff-list-item.d.ts +8 -0
- package/components/puff-list/puff-list-item/puff-list-item.js +47 -13
- package/components/puff-list/puff-list.js +2 -2
- package/components/region-icon/region-icon.js +1 -2
- package/components/side-menu/side-menu.d.ts +1 -1
- package/components/side-menu/side-menu.js +6 -6
- package/components/side-panel/side-panel.d.ts +2 -0
- package/components/side-panel/side-panel.js +5 -5
- package/components/stepper/step.js +2 -2
- package/components/stepper/stepper.js +4 -4
- package/components/tabs/tab-panel.js +2 -2
- package/components/tabs/tab.js +2 -2
- package/components/tabs/tabs.d.ts +1 -0
- package/components/tabs/tabs.js +26 -12
- package/components/tooltip/tooltip.js +2 -2
- package/components/utils/contexts/HeaderContext.d.ts +0 -2
- package/index.d.ts +16 -144
- package/index.js +16 -144
- package/package.json +2 -3
- package/components/agent/agent.d.ts +0 -12
- package/components/agent/agent.js +0 -18
- package/components/alert-global/alert-global.d.ts +0 -16
- package/components/alert-global/alert-global.js +0 -28
- package/components/header-1177-pro/header-1177-pro-nav-menu-mobile.js +0 -35
- package/components/header-inera/header-inera-nav-mobile.d.ts +0 -11
- package/components/header-inera/header-inera-nav-mobile.js +0 -47
- package/components/header-inera-admin/header-inera-admin-nav-mobile.d.ts +0 -12
- package/components/header-inera-admin/header-inera-admin-nav-mobile.js +0 -35
- package/components/icons/icon-1177.d.ts +0 -3
- package/components/icons/icon-1177.js +0 -12
- package/components/icons/icon-activity.d.ts +0 -3
- package/components/icons/icon-activity.js +0 -12
- package/components/icons/icon-agent.d.ts +0 -3
- package/components/icons/icon-agent.js +0 -12
- package/components/icons/icon-alarm-clock-inactivity.d.ts +0 -3
- package/components/icons/icon-alarm-clock-inactivity.js +0 -12
- package/components/icons/icon-alarm-clock-neutral.d.ts +0 -3
- package/components/icons/icon-alarm-clock-neutral.js +0 -12
- package/components/icons/icon-archive.d.ts +0 -3
- package/components/icons/icon-archive.js +0 -12
- package/components/icons/icon-arrow.d.ts +0 -3
- package/components/icons/icon-arrow.js +0 -12
- package/components/icons/icon-attention.d.ts +0 -3
- package/components/icons/icon-attention.js +0 -12
- package/components/icons/icon-blekinge.d.ts +0 -3
- package/components/icons/icon-blekinge.js +0 -12
- package/components/icons/icon-bookmark.d.ts +0 -3
- package/components/icons/icon-bookmark.js +0 -12
- package/components/icons/icon-calendar.d.ts +0 -3
- package/components/icons/icon-calendar.js +0 -12
- package/components/icons/icon-call-active.d.ts +0 -3
- package/components/icons/icon-call-active.js +0 -12
- package/components/icons/icon-call.d.ts +0 -3
- package/components/icons/icon-call.js +0 -12
- package/components/icons/icon-camera-off.d.ts +0 -3
- package/components/icons/icon-camera-off.js +0 -12
- package/components/icons/icon-camera-on.d.ts +0 -3
- package/components/icons/icon-camera-on.js +0 -12
- package/components/icons/icon-camera-switch.d.ts +0 -3
- package/components/icons/icon-camera-switch.js +0 -12
- package/components/icons/icon-chart-bar.d.ts +0 -3
- package/components/icons/icon-chart-bar.js +0 -12
- package/components/icons/icon-chart-line.d.ts +0 -3
- package/components/icons/icon-chart-line.js +0 -12
- package/components/icons/icon-chat.d.ts +0 -3
- package/components/icons/icon-chat.js +0 -12
- package/components/icons/icon-check.d.ts +0 -3
- package/components/icons/icon-check.js +0 -12
- package/components/icons/icon-chevron-bold.d.ts +0 -3
- package/components/icons/icon-chevron-bold.js +0 -12
- package/components/icons/icon-chevron.d.ts +0 -3
- package/components/icons/icon-chevron.js +0 -12
- package/components/icons/icon-clipboard-cross.d.ts +0 -3
- package/components/icons/icon-clipboard-cross.js +0 -12
- package/components/icons/icon-clipboard-text.d.ts +0 -3
- package/components/icons/icon-clipboard-text.js +0 -12
- package/components/icons/icon-clipboard.d.ts +0 -3
- package/components/icons/icon-clipboard.js +0 -12
- package/components/icons/icon-clock.d.ts +0 -3
- package/components/icons/icon-clock.js +0 -12
- package/components/icons/icon-close-bold.d.ts +0 -3
- package/components/icons/icon-close-bold.js +0 -12
- package/components/icons/icon-close.d.ts +0 -3
- package/components/icons/icon-close.js +0 -12
- package/components/icons/icon-cog.d.ts +0 -3
- package/components/icons/icon-cog.js +0 -12
- package/components/icons/icon-computer-inera.d.ts +0 -3
- package/components/icons/icon-computer-inera.js +0 -12
- package/components/icons/icon-computer.d.ts +0 -3
- package/components/icons/icon-computer.js +0 -12
- package/components/icons/icon-copy-file.d.ts +0 -3
- package/components/icons/icon-copy-file.js +0 -12
- package/components/icons/icon-copy-link.d.ts +0 -3
- package/components/icons/icon-copy-link.js +0 -12
- package/components/icons/icon-dalarna.d.ts +0 -3
- package/components/icons/icon-dalarna.js +0 -12
- package/components/icons/icon-denied.d.ts +0 -3
- package/components/icons/icon-denied.js +0 -12
- package/components/icons/icon-doctors-bag.d.ts +0 -3
- package/components/icons/icon-doctors-bag.js +0 -12
- package/components/icons/icon-document.d.ts +0 -3
- package/components/icons/icon-document.js +0 -12
- package/components/icons/icon-download.d.ts +0 -3
- package/components/icons/icon-download.js +0 -12
- package/components/icons/icon-drag-n-drop.d.ts +0 -3
- package/components/icons/icon-drag-n-drop.js +0 -12
- package/components/icons/icon-ear-hearing.d.ts +0 -3
- package/components/icons/icon-ear-hearing.js +0 -12
- package/components/icons/icon-edit.d.ts +0 -3
- package/components/icons/icon-edit.js +0 -12
- package/components/icons/icon-email-sent.d.ts +0 -3
- package/components/icons/icon-email-sent.js +0 -12
- package/components/icons/icon-email-unread.d.ts +0 -3
- package/components/icons/icon-email-unread.js +0 -12
- package/components/icons/icon-email.d.ts +0 -3
- package/components/icons/icon-email.js +0 -12
- package/components/icons/icon-expand.d.ts +0 -3
- package/components/icons/icon-expand.js +0 -12
- package/components/icons/icon-external.d.ts +0 -3
- package/components/icons/icon-external.js +0 -12
- package/components/icons/icon-facebook.d.ts +0 -3
- package/components/icons/icon-facebook.js +0 -12
- package/components/icons/icon-file-csv.d.ts +0 -3
- package/components/icons/icon-file-csv.js +0 -12
- package/components/icons/icon-file-excel.d.ts +0 -3
- package/components/icons/icon-file-excel.js +0 -12
- package/components/icons/icon-file-other.d.ts +0 -3
- package/components/icons/icon-file-other.js +0 -12
- package/components/icons/icon-file-pdf.d.ts +0 -3
- package/components/icons/icon-file-pdf.js +0 -12
- package/components/icons/icon-file-picture.d.ts +0 -3
- package/components/icons/icon-file-picture.js +0 -12
- package/components/icons/icon-file-powerpoint.d.ts +0 -3
- package/components/icons/icon-file-powerpoint.js +0 -12
- package/components/icons/icon-file-word.d.ts +0 -3
- package/components/icons/icon-file-word.js +0 -12
- package/components/icons/icon-find-care.d.ts +0 -3
- package/components/icons/icon-find-care.js +0 -12
- package/components/icons/icon-find-region.d.ts +0 -3
- package/components/icons/icon-find-region.js +0 -12
- package/components/icons/icon-flag.d.ts +0 -3
- package/components/icons/icon-flag.js +0 -12
- package/components/icons/icon-form-numbered-reocurring.d.ts +0 -3
- package/components/icons/icon-form-numbered-reocurring.js +0 -12
- package/components/icons/icon-form-numbered.d.ts +0 -3
- package/components/icons/icon-form-numbered.js +0 -12
- package/components/icons/icon-gavleborg.d.ts +0 -3
- package/components/icons/icon-gavleborg.js +0 -12
- package/components/icons/icon-gotland.d.ts +0 -3
- package/components/icons/icon-gotland.js +0 -12
- package/components/icons/icon-halland.d.ts +0 -3
- package/components/icons/icon-halland.js +0 -12
- package/components/icons/icon-headphones.d.ts +0 -3
- package/components/icons/icon-headphones.js +0 -12
- package/components/icons/icon-hourglass-end.d.ts +0 -3
- package/components/icons/icon-hourglass-end.js +0 -12
- package/components/icons/icon-hourglass-start.d.ts +0 -3
- package/components/icons/icon-hourglass-start.js +0 -12
- package/components/icons/icon-hourglass.d.ts +0 -3
- package/components/icons/icon-hourglass.js +0 -12
- package/components/icons/icon-house.d.ts +0 -3
- package/components/icons/icon-house.js +0 -12
- package/components/icons/icon-id-card-locked.d.ts +0 -3
- package/components/icons/icon-id-card-locked.js +0 -12
- package/components/icons/icon-id-card.d.ts +0 -3
- package/components/icons/icon-id-card.js +0 -12
- package/components/icons/icon-image.d.ts +0 -3
- package/components/icons/icon-image.js +0 -12
- package/components/icons/icon-inera-legacy.d.ts +0 -3
- package/components/icons/icon-inera-legacy.js +0 -12
- package/components/icons/icon-inera.d.ts +0 -3
- package/components/icons/icon-inera.js +0 -12
- package/components/icons/icon-information.d.ts +0 -3
- package/components/icons/icon-information.js +0 -12
- package/components/icons/icon-jamtland-harjedalen.d.ts +0 -3
- package/components/icons/icon-jamtland-harjedalen.js +0 -12
- package/components/icons/icon-jonkoping.d.ts +0 -3
- package/components/icons/icon-jonkoping.js +0 -12
- package/components/icons/icon-kalmar.d.ts +0 -3
- package/components/icons/icon-kalmar.js +0 -12
- package/components/icons/icon-kronoberg.d.ts +0 -3
- package/components/icons/icon-kronoberg.js +0 -12
- package/components/icons/icon-lightbulb.d.ts +0 -3
- package/components/icons/icon-lightbulb.js +0 -12
- package/components/icons/icon-linkedin.d.ts +0 -3
- package/components/icons/icon-linkedin.js +0 -12
- package/components/icons/icon-list.d.ts +0 -3
- package/components/icons/icon-list.js +0 -12
- package/components/icons/icon-lock-open.d.ts +0 -3
- package/components/icons/icon-lock-open.js +0 -12
- package/components/icons/icon-lock.d.ts +0 -3
- package/components/icons/icon-lock.js +0 -12
- package/components/icons/icon-log-locked.d.ts +0 -3
- package/components/icons/icon-log-locked.js +0 -12
- package/components/icons/icon-log.d.ts +0 -3
- package/components/icons/icon-log.js +0 -12
- package/components/icons/icon-menu.d.ts +0 -3
- package/components/icons/icon-menu.js +0 -12
- package/components/icons/icon-minus.d.ts +0 -3
- package/components/icons/icon-minus.js +0 -12
- package/components/icons/icon-moment-start.d.ts +0 -3
- package/components/icons/icon-moment-start.js +0 -12
- package/components/icons/icon-moment-stop.d.ts +0 -3
- package/components/icons/icon-moment-stop.js +0 -12
- package/components/icons/icon-norrbotten.d.ts +0 -3
- package/components/icons/icon-norrbotten.js +0 -12
- package/components/icons/icon-office-building.d.ts +0 -3
- package/components/icons/icon-office-building.js +0 -12
- package/components/icons/icon-orebro.d.ts +0 -3
- package/components/icons/icon-orebro.js +0 -12
- package/components/icons/icon-organization.d.ts +0 -3
- package/components/icons/icon-organization.js +0 -12
- package/components/icons/icon-ostergotland.d.ts +0 -3
- package/components/icons/icon-ostergotland.js +0 -12
- package/components/icons/icon-plus.d.ts +0 -3
- package/components/icons/icon-plus.js +0 -12
- package/components/icons/icon-prescription.d.ts +0 -3
- package/components/icons/icon-prescription.js +0 -12
- package/components/icons/icon-print.d.ts +0 -3
- package/components/icons/icon-print.js +0 -12
- package/components/icons/icon-question.d.ts +0 -3
- package/components/icons/icon-question.js +0 -12
- package/components/icons/icon-reload.d.ts +0 -3
- package/components/icons/icon-reload.js +0 -12
- package/components/icons/icon-reply.d.ts +0 -3
- package/components/icons/icon-reply.js +0 -12
- package/components/icons/icon-search-inera.d.ts +0 -3
- package/components/icons/icon-search-inera.js +0 -12
- package/components/icons/icon-search.d.ts +0 -3
- package/components/icons/icon-search.js +0 -12
- package/components/icons/icon-share.d.ts +0 -3
- package/components/icons/icon-share.js +0 -12
- package/components/icons/icon-shield-locked-primary.d.ts +0 -3
- package/components/icons/icon-shield-locked-primary.js +0 -12
- package/components/icons/icon-shield-locked.d.ts +0 -3
- package/components/icons/icon-shield-locked.js +0 -12
- package/components/icons/icon-skane.d.ts +0 -3
- package/components/icons/icon-skane.js +0 -12
- package/components/icons/icon-sormland.d.ts +0 -3
- package/components/icons/icon-sormland.js +0 -12
- package/components/icons/icon-star-filled.d.ts +0 -3
- package/components/icons/icon-star-filled.js +0 -12
- package/components/icons/icon-star.d.ts +0 -3
- package/components/icons/icon-star.js +0 -12
- package/components/icons/icon-stockholm.d.ts +0 -3
- package/components/icons/icon-stockholm.js +0 -12
- package/components/icons/icon-success.d.ts +0 -3
- package/components/icons/icon-success.js +0 -12
- package/components/icons/icon-swap.d.ts +0 -3
- package/components/icons/icon-swap.js +0 -12
- package/components/icons/icon-switch-person.d.ts +0 -3
- package/components/icons/icon-switch-person.js +0 -12
- package/components/icons/icon-telephone.d.ts +0 -3
- package/components/icons/icon-telephone.js +0 -12
- package/components/icons/icon-test-tube-analyze.d.ts +0 -3
- package/components/icons/icon-test-tube-analyze.js +0 -12
- package/components/icons/icon-test-tube-empty.d.ts +0 -3
- package/components/icons/icon-test-tube-empty.js +0 -12
- package/components/icons/icon-test-tube.d.ts +0 -3
- package/components/icons/icon-test-tube.js +0 -12
- package/components/icons/icon-toggle-card.d.ts +0 -3
- package/components/icons/icon-toggle-card.js +0 -12
- package/components/icons/icon-toggle-list.d.ts +0 -3
- package/components/icons/icon-toggle-list.js +0 -12
- package/components/icons/icon-trash.d.ts +0 -3
- package/components/icons/icon-trash.js +0 -12
- package/components/icons/icon-twitter.d.ts +0 -3
- package/components/icons/icon-twitter.js +0 -12
- package/components/icons/icon-uppsala.d.ts +0 -3
- package/components/icons/icon-uppsala.js +0 -12
- package/components/icons/icon-user.d.ts +0 -3
- package/components/icons/icon-user.js +0 -12
- package/components/icons/icon-varmland.d.ts +0 -3
- package/components/icons/icon-varmland.js +0 -12
- package/components/icons/icon-vasterbotten.d.ts +0 -3
- package/components/icons/icon-vasterbotten.js +0 -12
- package/components/icons/icon-vasternorrland.d.ts +0 -3
- package/components/icons/icon-vasternorrland.js +0 -12
- package/components/icons/icon-vastmanland.d.ts +0 -3
- package/components/icons/icon-vastmanland.js +0 -12
- package/components/icons/icon-vastra-gotaland.d.ts +0 -3
- package/components/icons/icon-vastra-gotaland.js +0 -12
- package/components/icons/icon-video-off.d.ts +0 -3
- package/components/icons/icon-video-off.js +0 -12
- package/components/icons/icon-video-on.d.ts +0 -3
- package/components/icons/icon-video-on.js +0 -12
- package/components/icons/icon-video-switch.d.ts +0 -3
- package/components/icons/icon-video-switch.js +0 -12
- package/components/icons/icon-visibility-off.d.ts +0 -3
- package/components/icons/icon-visibility-off.js +0 -12
- package/components/icons/icon-visibility.d.ts +0 -3
- package/components/icons/icon-visibility.js +0 -12
- package/components/icons/icon-warning.d.ts +0 -3
- package/components/icons/icon-warning.js +0 -12
- package/components/icons/icon-x.d.ts +0 -3
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import '@inera/ids-core/components/icons/headphones/register.js';
|
|
3
|
-
import { IDSIconHeadphones as IDSIconHeadphones$1 } from '@inera/ids-core/components/icons/headphones/icon-headphones-element.js';
|
|
4
|
-
import { createComponent } from '@lit-labs/react';
|
|
5
|
-
|
|
6
|
-
const IDSIconHeadphones = createComponent({
|
|
7
|
-
tagName: 'ids-icon-headphones',
|
|
8
|
-
elementClass: IDSIconHeadphones$1,
|
|
9
|
-
react: React,
|
|
10
|
-
});
|
|
11
|
-
|
|
12
|
-
export { IDSIconHeadphones };
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import '@inera/ids-core/components/icons/hourglass-end/register.js';
|
|
2
|
-
import { IDSIconHourglassEnd as Icon } from '@inera/ids-core/components/icons/hourglass-end/icon-hourglass-end-element.js';
|
|
3
|
-
export declare const IDSIconHourglassEnd: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import '@inera/ids-core/components/icons/hourglass-end/register.js';
|
|
3
|
-
import { IDSIconHourglassEnd as IDSIconHourglassEnd$1 } from '@inera/ids-core/components/icons/hourglass-end/icon-hourglass-end-element.js';
|
|
4
|
-
import { createComponent } from '@lit-labs/react';
|
|
5
|
-
|
|
6
|
-
const IDSIconHourglassEnd = createComponent({
|
|
7
|
-
tagName: 'ids-icon-hourglass-end',
|
|
8
|
-
elementClass: IDSIconHourglassEnd$1,
|
|
9
|
-
react: React,
|
|
10
|
-
});
|
|
11
|
-
|
|
12
|
-
export { IDSIconHourglassEnd };
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import '@inera/ids-core/components/icons/hourglass-start/register.js';
|
|
2
|
-
import { IDSIconHourglassStart as Icon } from '@inera/ids-core/components/icons/hourglass-start/icon-hourglass-start-element.js';
|
|
3
|
-
export declare const IDSIconHourglassStart: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import '@inera/ids-core/components/icons/hourglass-start/register.js';
|
|
3
|
-
import { IDSIconHourglassStart as IDSIconHourglassStart$1 } from '@inera/ids-core/components/icons/hourglass-start/icon-hourglass-start-element.js';
|
|
4
|
-
import { createComponent } from '@lit-labs/react';
|
|
5
|
-
|
|
6
|
-
const IDSIconHourglassStart = createComponent({
|
|
7
|
-
tagName: 'ids-icon-hourglass-start',
|
|
8
|
-
elementClass: IDSIconHourglassStart$1,
|
|
9
|
-
react: React,
|
|
10
|
-
});
|
|
11
|
-
|
|
12
|
-
export { IDSIconHourglassStart };
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import '@inera/ids-core/components/icons/hourglass/register.js';
|
|
3
|
-
import { IDSIconHourglass as IDSIconHourglass$1 } from '@inera/ids-core/components/icons/hourglass/icon-hourglass-element.js';
|
|
4
|
-
import { createComponent } from '@lit-labs/react';
|
|
5
|
-
|
|
6
|
-
const IDSIconHourglass = createComponent({
|
|
7
|
-
tagName: 'ids-icon-hourglass',
|
|
8
|
-
elementClass: IDSIconHourglass$1,
|
|
9
|
-
react: React,
|
|
10
|
-
});
|
|
11
|
-
|
|
12
|
-
export { IDSIconHourglass };
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import '@inera/ids-core/components/icons/house/register.js';
|
|
3
|
-
import { IDSIconHouse as IDSIconHouse$1 } from '@inera/ids-core/components/icons/house/icon-house-element.js';
|
|
4
|
-
import { createComponent } from '@lit-labs/react';
|
|
5
|
-
|
|
6
|
-
const IDSIconHouse = createComponent({
|
|
7
|
-
tagName: 'ids-icon-house',
|
|
8
|
-
elementClass: IDSIconHouse$1,
|
|
9
|
-
react: React,
|
|
10
|
-
});
|
|
11
|
-
|
|
12
|
-
export { IDSIconHouse };
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import '@inera/ids-core/components/icons/id-card-locked/register.js';
|
|
2
|
-
import { IDSIconIdCardLocked as Icon } from '@inera/ids-core/components/icons/id-card-locked/icon-id-card-locked-element.js';
|
|
3
|
-
export declare const IDSIconIDCardLocked: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import '@inera/ids-core/components/icons/id-card-locked/register.js';
|
|
3
|
-
import { IDSIconIdCardLocked } from '@inera/ids-core/components/icons/id-card-locked/icon-id-card-locked-element.js';
|
|
4
|
-
import { createComponent } from '@lit-labs/react';
|
|
5
|
-
|
|
6
|
-
const IDSIconIDCardLocked = createComponent({
|
|
7
|
-
tagName: 'ids-icon-id-card-locked',
|
|
8
|
-
elementClass: IDSIconIdCardLocked,
|
|
9
|
-
react: React,
|
|
10
|
-
});
|
|
11
|
-
|
|
12
|
-
export { IDSIconIDCardLocked };
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import '@inera/ids-core/components/icons/id-card/register.js';
|
|
3
|
-
import { IDSIconIdCard } from '@inera/ids-core/components/icons/id-card/icon-id-card-element.js';
|
|
4
|
-
import { createComponent } from '@lit-labs/react';
|
|
5
|
-
|
|
6
|
-
const IDSIconIDCard = createComponent({
|
|
7
|
-
tagName: 'ids-icon-id-card',
|
|
8
|
-
elementClass: IDSIconIdCard,
|
|
9
|
-
react: React,
|
|
10
|
-
});
|
|
11
|
-
|
|
12
|
-
export { IDSIconIDCard };
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import '@inera/ids-core/components/icons/image/register.js';
|
|
3
|
-
import { IDSIconImage as IDSIconImage$1 } from '@inera/ids-core/components/icons/image/icon-image-element.js';
|
|
4
|
-
import { createComponent } from '@lit-labs/react';
|
|
5
|
-
|
|
6
|
-
const IDSIconImage = createComponent({
|
|
7
|
-
tagName: 'ids-icon-image',
|
|
8
|
-
elementClass: IDSIconImage$1,
|
|
9
|
-
react: React,
|
|
10
|
-
});
|
|
11
|
-
|
|
12
|
-
export { IDSIconImage };
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import '@inera/ids-core/components/icons/inera-legacy/register.js';
|
|
2
|
-
import { IDSIconIneraLegacy as Icon } from '@inera/ids-core/components/icons/inera-legacy/icon-inera-legacy-element.js';
|
|
3
|
-
export declare const IDSIconIneraLegacy: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import '@inera/ids-core/components/icons/inera-legacy/register.js';
|
|
3
|
-
import { IDSIconIneraLegacy as IDSIconIneraLegacy$1 } from '@inera/ids-core/components/icons/inera-legacy/icon-inera-legacy-element.js';
|
|
4
|
-
import { createComponent } from '@lit-labs/react';
|
|
5
|
-
|
|
6
|
-
const IDSIconIneraLegacy = createComponent({
|
|
7
|
-
tagName: 'ids-icon-inera-legacy',
|
|
8
|
-
elementClass: IDSIconIneraLegacy$1,
|
|
9
|
-
react: React,
|
|
10
|
-
});
|
|
11
|
-
|
|
12
|
-
export { IDSIconIneraLegacy };
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import '@inera/ids-core/components/icons/inera/register.js';
|
|
3
|
-
import { IDSIconInera as IDSIconInera$1 } from '@inera/ids-core/components/icons/inera/icon-inera-element.js';
|
|
4
|
-
import { createComponent } from '@lit-labs/react';
|
|
5
|
-
|
|
6
|
-
const IDSIconInera = createComponent({
|
|
7
|
-
tagName: 'ids-icon-inera',
|
|
8
|
-
elementClass: IDSIconInera$1,
|
|
9
|
-
react: React,
|
|
10
|
-
});
|
|
11
|
-
|
|
12
|
-
export { IDSIconInera };
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import '@inera/ids-core/components/icons/information/register.js';
|
|
2
|
-
import { IDSIconInformation as Icon } from '@inera/ids-core/components/icons/information/icon-information-element.js';
|
|
3
|
-
export declare const IDSIconInformation: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import '@inera/ids-core/components/icons/information/register.js';
|
|
3
|
-
import { IDSIconInformation as IDSIconInformation$1 } from '@inera/ids-core/components/icons/information/icon-information-element.js';
|
|
4
|
-
import { createComponent } from '@lit-labs/react';
|
|
5
|
-
|
|
6
|
-
const IDSIconInformation = createComponent({
|
|
7
|
-
tagName: 'ids-icon-information',
|
|
8
|
-
elementClass: IDSIconInformation$1,
|
|
9
|
-
react: React,
|
|
10
|
-
});
|
|
11
|
-
|
|
12
|
-
export { IDSIconInformation };
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import '@inera/ids-core/components/icons/jamtland-harjedalen/register.js';
|
|
2
|
-
import { IDSIconJamtlandHarjedalen as Icon } from '@inera/ids-core/components/icons/jamtland-harjedalen/icon-jamtland-harjedalen-element.js';
|
|
3
|
-
export declare const IDSIconJamtlandHarjedalen: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import '@inera/ids-core/components/icons/jamtland-harjedalen/register.js';
|
|
3
|
-
import { IDSIconJamtlandHarjedalen as IDSIconJamtlandHarjedalen$1 } from '@inera/ids-core/components/icons/jamtland-harjedalen/icon-jamtland-harjedalen-element.js';
|
|
4
|
-
import { createComponent } from '@lit-labs/react';
|
|
5
|
-
|
|
6
|
-
const IDSIconJamtlandHarjedalen = createComponent({
|
|
7
|
-
tagName: 'ids-icon-jamtland-harjedalen',
|
|
8
|
-
elementClass: IDSIconJamtlandHarjedalen$1,
|
|
9
|
-
react: React,
|
|
10
|
-
});
|
|
11
|
-
|
|
12
|
-
export { IDSIconJamtlandHarjedalen };
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import '@inera/ids-core/components/icons/jonkoping/register.js';
|
|
3
|
-
import { IDSIconJonkoping as IDSIconJonkoping$1 } from '@inera/ids-core/components/icons/jonkoping/icon-jonkoping-element.js';
|
|
4
|
-
import { createComponent } from '@lit-labs/react';
|
|
5
|
-
|
|
6
|
-
const IDSIconJonkoping = createComponent({
|
|
7
|
-
tagName: 'ids-icon-jonkoping',
|
|
8
|
-
elementClass: IDSIconJonkoping$1,
|
|
9
|
-
react: React,
|
|
10
|
-
});
|
|
11
|
-
|
|
12
|
-
export { IDSIconJonkoping };
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import '@inera/ids-core/components/icons/kalmar/register.js';
|
|
3
|
-
import { IDSIconKalmar as IDSIconKalmar$1 } from '@inera/ids-core/components/icons/kalmar/icon-kalmar-element.js';
|
|
4
|
-
import { createComponent } from '@lit-labs/react';
|
|
5
|
-
|
|
6
|
-
const IDSIconKalmar = createComponent({
|
|
7
|
-
tagName: 'ids-icon-kalmar',
|
|
8
|
-
elementClass: IDSIconKalmar$1,
|
|
9
|
-
react: React,
|
|
10
|
-
});
|
|
11
|
-
|
|
12
|
-
export { IDSIconKalmar };
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import '@inera/ids-core/components/icons/kronoberg/register.js';
|
|
3
|
-
import { IDSIconKronoberg as IDSIconKronoberg$1 } from '@inera/ids-core/components/icons/kronoberg/icon-kronoberg-element.js';
|
|
4
|
-
import { createComponent } from '@lit-labs/react';
|
|
5
|
-
|
|
6
|
-
const IDSIconKronoberg = createComponent({
|
|
7
|
-
tagName: 'ids-icon-kronoberg',
|
|
8
|
-
elementClass: IDSIconKronoberg$1,
|
|
9
|
-
react: React,
|
|
10
|
-
});
|
|
11
|
-
|
|
12
|
-
export { IDSIconKronoberg };
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import '@inera/ids-core/components/icons/lightbulb/register.js';
|
|
3
|
-
import { IDSIconLightbulb as IDSIconLightbulb$1 } from '@inera/ids-core/components/icons/lightbulb/icon-lightbulb-element.js';
|
|
4
|
-
import { createComponent } from '@lit-labs/react';
|
|
5
|
-
|
|
6
|
-
const IDSIconLightbulb = createComponent({
|
|
7
|
-
tagName: 'ids-icon-lightbulb',
|
|
8
|
-
elementClass: IDSIconLightbulb$1,
|
|
9
|
-
react: React,
|
|
10
|
-
});
|
|
11
|
-
|
|
12
|
-
export { IDSIconLightbulb };
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import '@inera/ids-core/components/icons/linkedin/register.js';
|
|
3
|
-
import { IDSIconLinkedin as IDSIconLinkedin$1 } from '@inera/ids-core/components/icons/linkedin/icon-linkedin-element.js';
|
|
4
|
-
import { createComponent } from '@lit-labs/react';
|
|
5
|
-
|
|
6
|
-
const IDSIconLinkedin = createComponent({
|
|
7
|
-
tagName: 'ids-icon-linkedin',
|
|
8
|
-
elementClass: IDSIconLinkedin$1,
|
|
9
|
-
react: React,
|
|
10
|
-
});
|
|
11
|
-
|
|
12
|
-
export { IDSIconLinkedin };
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import '@inera/ids-core/components/icons/list/register.js';
|
|
3
|
-
import { IDSIconList as IDSIconList$1 } from '@inera/ids-core/components/icons/list/icon-list-element.js';
|
|
4
|
-
import { createComponent } from '@lit-labs/react';
|
|
5
|
-
|
|
6
|
-
const IDSIconList = createComponent({
|
|
7
|
-
tagName: 'ids-icon-list',
|
|
8
|
-
elementClass: IDSIconList$1,
|
|
9
|
-
react: React,
|
|
10
|
-
});
|
|
11
|
-
|
|
12
|
-
export { IDSIconList };
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import '@inera/ids-core/components/icons/lock-open/register.js';
|
|
3
|
-
import { IDSIconLockOpen as IDSIconLockOpen$1 } from '@inera/ids-core/components/icons/lock-open/icon-lock-open-element.js';
|
|
4
|
-
import { createComponent } from '@lit-labs/react';
|
|
5
|
-
|
|
6
|
-
const IDSIconLockOpen = createComponent({
|
|
7
|
-
tagName: 'ids-icon-lock-open',
|
|
8
|
-
elementClass: IDSIconLockOpen$1,
|
|
9
|
-
react: React,
|
|
10
|
-
});
|
|
11
|
-
|
|
12
|
-
export { IDSIconLockOpen };
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import '@inera/ids-core/components/icons/lock/register.js';
|
|
3
|
-
import { IDSIconLock as IDSIconLock$1 } from '@inera/ids-core/components/icons/lock/icon-lock-element.js';
|
|
4
|
-
import { createComponent } from '@lit-labs/react';
|
|
5
|
-
|
|
6
|
-
const IDSIconLock = createComponent({
|
|
7
|
-
tagName: 'ids-icon-lock',
|
|
8
|
-
elementClass: IDSIconLock$1,
|
|
9
|
-
react: React,
|
|
10
|
-
});
|
|
11
|
-
|
|
12
|
-
export { IDSIconLock };
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import '@inera/ids-core/components/icons/log-locked/register.js';
|
|
2
|
-
import { IDSIconLogLocked as Icon } from '@inera/ids-core/components/icons/log-locked/icon-log-locked-element.js';
|
|
3
|
-
export declare const IDSIconLogLocked: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import '@inera/ids-core/components/icons/log-locked/register.js';
|
|
3
|
-
import { IDSIconLogLocked as IDSIconLogLocked$1 } from '@inera/ids-core/components/icons/log-locked/icon-log-locked-element.js';
|
|
4
|
-
import { createComponent } from '@lit-labs/react';
|
|
5
|
-
|
|
6
|
-
const IDSIconLogLocked = createComponent({
|
|
7
|
-
tagName: 'ids-icon-log-locked',
|
|
8
|
-
elementClass: IDSIconLogLocked$1,
|
|
9
|
-
react: React,
|
|
10
|
-
});
|
|
11
|
-
|
|
12
|
-
export { IDSIconLogLocked };
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import '@inera/ids-core/components/icons/log/register.js';
|
|
3
|
-
import { IDSIconLog as IDSIconLog$1 } from '@inera/ids-core/components/icons/log/icon-log-element.js';
|
|
4
|
-
import { createComponent } from '@lit-labs/react';
|
|
5
|
-
|
|
6
|
-
const IDSIconLog = createComponent({
|
|
7
|
-
tagName: 'ids-icon-log',
|
|
8
|
-
elementClass: IDSIconLog$1,
|
|
9
|
-
react: React,
|
|
10
|
-
});
|
|
11
|
-
|
|
12
|
-
export { IDSIconLog };
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import '@inera/ids-core/components/icons/menu/register.js';
|
|
3
|
-
import { IDSIconMenu as IDSIconMenu$1 } from '@inera/ids-core/components/icons/menu/icon-menu-element.js';
|
|
4
|
-
import { createComponent } from '@lit-labs/react';
|
|
5
|
-
|
|
6
|
-
const IDSIconMenu = createComponent({
|
|
7
|
-
tagName: 'ids-icon-menu',
|
|
8
|
-
elementClass: IDSIconMenu$1,
|
|
9
|
-
react: React,
|
|
10
|
-
});
|
|
11
|
-
|
|
12
|
-
export { IDSIconMenu };
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import '@inera/ids-core/components/icons/minus/register.js';
|
|
3
|
-
import { IDSIconMinus as IDSIconMinus$1 } from '@inera/ids-core/components/icons/minus/icon-minus-element.js';
|
|
4
|
-
import { createComponent } from '@lit-labs/react';
|
|
5
|
-
|
|
6
|
-
const IDSIconMinus = createComponent({
|
|
7
|
-
tagName: 'ids-icon-minus',
|
|
8
|
-
elementClass: IDSIconMinus$1,
|
|
9
|
-
react: React,
|
|
10
|
-
});
|
|
11
|
-
|
|
12
|
-
export { IDSIconMinus };
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import '@inera/ids-core/components/icons/moment-start/register.js';
|
|
2
|
-
import { IDSIconMomentStart as Icon } from '@inera/ids-core/components/icons/moment-start/icon-moment-start-element.js';
|
|
3
|
-
export declare const IDSIconMomentStart: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import '@inera/ids-core/components/icons/moment-start/register.js';
|
|
3
|
-
import { IDSIconMomentStart as IDSIconMomentStart$1 } from '@inera/ids-core/components/icons/moment-start/icon-moment-start-element.js';
|
|
4
|
-
import { createComponent } from '@lit-labs/react';
|
|
5
|
-
|
|
6
|
-
const IDSIconMomentStart = createComponent({
|
|
7
|
-
tagName: 'ids-icon-moment-start',
|
|
8
|
-
elementClass: IDSIconMomentStart$1,
|
|
9
|
-
react: React,
|
|
10
|
-
});
|
|
11
|
-
|
|
12
|
-
export { IDSIconMomentStart };
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import '@inera/ids-core/components/icons/moment-stop/register.js';
|
|
2
|
-
import { IDSIconMomentStop as Icon } from '@inera/ids-core/components/icons/moment-stop/icon-moment-stop-element.js';
|
|
3
|
-
export declare const IDSIconMomentStop: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import '@inera/ids-core/components/icons/moment-stop/register.js';
|
|
3
|
-
import { IDSIconMomentStop as IDSIconMomentStop$1 } from '@inera/ids-core/components/icons/moment-stop/icon-moment-stop-element.js';
|
|
4
|
-
import { createComponent } from '@lit-labs/react';
|
|
5
|
-
|
|
6
|
-
const IDSIconMomentStop = createComponent({
|
|
7
|
-
tagName: 'ids-icon-moment-stop',
|
|
8
|
-
elementClass: IDSIconMomentStop$1,
|
|
9
|
-
react: React,
|
|
10
|
-
});
|
|
11
|
-
|
|
12
|
-
export { IDSIconMomentStop };
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import '@inera/ids-core/components/icons/norrbotten/register.js';
|
|
2
|
-
import { IDSIconNorrbotten as Icon } from '@inera/ids-core/components/icons/norrbotten/icon-norrbotten-element.js';
|
|
3
|
-
export declare const IDSIconNorrbotten: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import '@inera/ids-core/components/icons/norrbotten/register.js';
|
|
3
|
-
import { IDSIconNorrbotten as IDSIconNorrbotten$1 } from '@inera/ids-core/components/icons/norrbotten/icon-norrbotten-element.js';
|
|
4
|
-
import { createComponent } from '@lit-labs/react';
|
|
5
|
-
|
|
6
|
-
const IDSIconNorrbotten = createComponent({
|
|
7
|
-
tagName: 'ids-icon-norrbotten',
|
|
8
|
-
elementClass: IDSIconNorrbotten$1,
|
|
9
|
-
react: React,
|
|
10
|
-
});
|
|
11
|
-
|
|
12
|
-
export { IDSIconNorrbotten };
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import '@inera/ids-core/components/icons/office-building/register.js';
|
|
2
|
-
import { IDSIconOfficeBuilding as Icon } from '@inera/ids-core/components/icons/office-building/icon-office-building-element.js';
|
|
3
|
-
export declare const IDSIconOfficeBuilding: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import '@inera/ids-core/components/icons/office-building/register.js';
|
|
3
|
-
import { IDSIconOfficeBuilding as IDSIconOfficeBuilding$1 } from '@inera/ids-core/components/icons/office-building/icon-office-building-element.js';
|
|
4
|
-
import { createComponent } from '@lit-labs/react';
|
|
5
|
-
|
|
6
|
-
const IDSIconOfficeBuilding = createComponent({
|
|
7
|
-
tagName: 'ids-icon-office-building',
|
|
8
|
-
elementClass: IDSIconOfficeBuilding$1,
|
|
9
|
-
react: React,
|
|
10
|
-
});
|
|
11
|
-
|
|
12
|
-
export { IDSIconOfficeBuilding };
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import '@inera/ids-core/components/icons/orebro/register.js';
|
|
3
|
-
import { IDSIconOrebro as IDSIconOrebro$1 } from '@inera/ids-core/components/icons/orebro/icon-orebro-element.js';
|
|
4
|
-
import { createComponent } from '@lit-labs/react';
|
|
5
|
-
|
|
6
|
-
const IDSIconOrebro = createComponent({
|
|
7
|
-
tagName: 'ids-icon-orebro',
|
|
8
|
-
elementClass: IDSIconOrebro$1,
|
|
9
|
-
react: React,
|
|
10
|
-
});
|
|
11
|
-
|
|
12
|
-
export { IDSIconOrebro };
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import '@inera/ids-core/components/icons/organization/register.js';
|
|
2
|
-
import { IDSIconOrganization as Icon } from '@inera/ids-core/components/icons/organization/icon-organization-element.js';
|
|
3
|
-
export declare const IDSIconOrganization: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import '@inera/ids-core/components/icons/organization/register.js';
|
|
3
|
-
import { IDSIconOrganization as IDSIconOrganization$1 } from '@inera/ids-core/components/icons/organization/icon-organization-element.js';
|
|
4
|
-
import { createComponent } from '@lit-labs/react';
|
|
5
|
-
|
|
6
|
-
const IDSIconOrganization = createComponent({
|
|
7
|
-
tagName: 'ids-icon-organization',
|
|
8
|
-
elementClass: IDSIconOrganization$1,
|
|
9
|
-
react: React,
|
|
10
|
-
});
|
|
11
|
-
|
|
12
|
-
export { IDSIconOrganization };
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import '@inera/ids-core/components/icons/ostergotland/register.js';
|
|
2
|
-
import { IDSIconOstergotland as Icon } from '@inera/ids-core/components/icons/ostergotland/icon-ostergotland-element.js';
|
|
3
|
-
export declare const IDSIconOstergotland: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import '@inera/ids-core/components/icons/ostergotland/register.js';
|
|
3
|
-
import { IDSIconOstergotland as IDSIconOstergotland$1 } from '@inera/ids-core/components/icons/ostergotland/icon-ostergotland-element.js';
|
|
4
|
-
import { createComponent } from '@lit-labs/react';
|
|
5
|
-
|
|
6
|
-
const IDSIconOstergotland = createComponent({
|
|
7
|
-
tagName: 'ids-icon-ostergotland',
|
|
8
|
-
elementClass: IDSIconOstergotland$1,
|
|
9
|
-
react: React,
|
|
10
|
-
});
|
|
11
|
-
|
|
12
|
-
export { IDSIconOstergotland };
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import '@inera/ids-core/components/icons/plus/register.js';
|
|
3
|
-
import { IDSIconPlus as IDSIconPlus$1 } from '@inera/ids-core/components/icons/plus/icon-plus-element.js';
|
|
4
|
-
import { createComponent } from '@lit-labs/react';
|
|
5
|
-
|
|
6
|
-
const IDSIconPlus = createComponent({
|
|
7
|
-
tagName: 'ids-icon-plus',
|
|
8
|
-
elementClass: IDSIconPlus$1,
|
|
9
|
-
react: React,
|
|
10
|
-
});
|
|
11
|
-
|
|
12
|
-
export { IDSIconPlus };
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import '@inera/ids-core/components/icons/prescription/register.js';
|
|
2
|
-
import { IDSIconPrescription as Icon } from '@inera/ids-core/components/icons/prescription/icon-prescription-element.js';
|
|
3
|
-
export declare const IDSIconPrescription: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
|