@inera/ids-react 4.10.0 → 5.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/api.d.ts +209 -184
- package/api.js +27 -2
- package/components/agent/agent.d.ts +5 -5
- package/components/agent/agent.js +7 -7
- package/components/alert/alert.d.ts +6 -6
- package/components/alert/alert.js +9 -9
- package/components/alert-global/alert-global.d.ts +5 -5
- package/components/alert-global/alert-global.js +8 -8
- package/components/badge/badge.d.ts +3 -3
- package/components/badge/badge.js +4 -4
- package/components/breadcrumbs/breacrumbs.d.ts +5 -5
- package/components/breadcrumbs/breacrumbs.js +9 -9
- package/components/button/button.d.ts +5 -5
- package/components/button/button.js +7 -7
- package/components/{button → button-group}/button-group.d.ts +3 -3
- package/components/{button → button-group}/button-group.js +4 -4
- package/components/card/card.d.ts +3 -3
- package/components/card/card.js +4 -4
- package/components/carousel/carousel.d.ts +5 -5
- package/components/carousel/carousel.js +9 -9
- package/components/date-label/date-label.d.ts +3 -3
- package/components/date-label/date-label.js +4 -4
- package/components/dialog/dialog.d.ts +6 -6
- package/components/dialog/dialog.js +8 -8
- package/components/expandable/expandable.d.ts +6 -6
- package/components/expandable/expandable.js +8 -8
- package/components/footer/footer.d.ts +3 -3
- package/components/footer/footer.js +4 -4
- package/components/footer-1177/footer-1177.d.ts +3 -0
- package/components/footer-1177/footer-1177.js +12 -0
- package/components/footer-1177-admin/footer-1177-admin.d.ts +3 -0
- package/components/footer-1177-admin/footer-1177-admin.js +12 -0
- package/components/footer-1177-pro/footer-1177-pro.d.ts +3 -0
- package/components/footer-1177-pro/footer-1177-pro.js +12 -0
- package/components/footer-inera/footer-inera.d.ts +3 -0
- package/components/footer-inera/footer-inera.js +12 -0
- package/components/footer-inera-admin/footer-inera-admin.d.ts +3 -0
- package/components/footer-inera-admin/footer-inera-admin.js +12 -0
- package/components/form/checkbox/checkbox-group.d.ts +3 -3
- package/components/form/checkbox/checkbox-group.js +4 -4
- package/components/form/checkbox/checkbox.d.ts +3 -3
- package/components/form/errormessage/error-message.d.ts +3 -3
- package/components/form/errormessage/error-message.js +4 -4
- package/components/form/input/input.d.ts +3 -3
- package/components/form/input/input.js +4 -4
- package/components/form/radio/radio-group.d.ts +3 -3
- package/components/form/radio/radio.d.ts +3 -3
- package/components/form/radio/radio.js +4 -4
- package/components/form/range/range.d.ts +3 -3
- package/components/form/range/range.js +4 -4
- package/components/form/select/select.d.ts +3 -3
- package/components/form/select/select.js +4 -4
- package/components/form/selectmultiple/select-multiple.d.ts +3 -3
- package/components/form/selectmultiple/select-multiple.js +4 -4
- package/components/form/spinner/spinner.d.ts +3 -3
- package/components/form/spinner/spinner.js +4 -4
- package/components/form/textarea/textarea.d.ts +3 -3
- package/components/form/textarea/textarea.js +4 -4
- package/components/form/time/time.d.ts +3 -3
- package/components/form/time/time.js +4 -4
- package/components/form/toggle/toggle.d.ts +3 -3
- package/components/form/toggle/toggle.js +4 -4
- package/components/{layout → grid}/grid.d.ts +9 -9
- package/components/{layout → grid}/grid.js +14 -14
- package/components/header/avatar/header-avatar.d.ts +5 -5
- package/components/header/avatar/header-avatar.js +8 -8
- package/components/header/header.d.ts +5 -5
- package/components/header/header.js +7 -7
- package/components/header/item/header-item.d.ts +3 -3
- package/components/header/item/header-item.js +4 -4
- package/components/header/mobile-menu/header-mobile-menu.d.ts +5 -5
- package/components/header/mobile-menu/header-mobile-menu.js +8 -8
- package/components/header/navigation/item/nav-item.d.ts +2 -2
- package/components/header/navigation/item/nav-item.js +4 -4
- package/components/header/navigation/mobile-item/nav-mobile-item.d.ts +2 -2
- package/components/header/navigation/mobile-item/nav-mobile-item.js +4 -4
- package/components/header/navigation/navigation.d.ts +2 -2
- package/components/header/navigation/navigation.js +4 -4
- package/components/header-1177/header-1177-avatar.d.ts +2 -0
- package/components/header-1177/header-1177-avatar.js +11 -0
- package/components/header-1177/header-1177-item.d.ts +2 -0
- package/components/header-1177/header-1177-item.js +11 -0
- package/components/header-1177/header-1177-nav-item-mobile.d.ts +2 -0
- package/components/header-1177/header-1177-nav-item-mobile.js +11 -0
- package/components/header-1177/header-1177-nav-item.d.ts +2 -0
- package/components/header-1177/header-1177-nav-item.js +11 -0
- package/components/header-1177/header-1177-nav-menu-mobile.d.ts +5 -0
- package/components/header-1177/header-1177-nav-menu-mobile.js +15 -0
- package/components/header-1177/header-1177-nav.d.ts +2 -0
- package/components/header-1177/header-1177-nav.js +11 -0
- package/components/header-1177/header-1177.d.ts +5 -0
- package/components/header-1177/header-1177.js +15 -0
- package/components/header-1177-admin/header-1177-admin-avatar-mobile.d.ts +2 -0
- package/components/header-1177-admin/header-1177-admin-avatar-mobile.js +11 -0
- package/components/header-1177-admin/header-1177-admin-avatar.d.ts +2 -0
- package/components/header-1177-admin/header-1177-admin-avatar.js +11 -0
- package/components/header-1177-admin/header-1177-admin-item.d.ts +2 -0
- package/components/header-1177-admin/header-1177-admin-item.js +11 -0
- package/components/header-1177-admin/header-1177-admin-nav-item.d.ts +2 -0
- package/components/header-1177-admin/header-1177-admin-nav-item.js +11 -0
- package/components/header-1177-admin/header-1177-admin-nav.d.ts +2 -0
- package/components/header-1177-admin/header-1177-admin-nav.js +11 -0
- package/components/header-1177-admin/header-1177-admin.d.ts +3 -0
- package/components/header-1177-admin/header-1177-admin.js +12 -0
- package/components/header-1177-pro/header-1177-pro-avatar-mobile.d.ts +2 -0
- package/components/header-1177-pro/header-1177-pro-avatar-mobile.js +11 -0
- package/components/header-1177-pro/header-1177-pro-avatar.d.ts +2 -0
- package/components/header-1177-pro/header-1177-pro-avatar.js +11 -0
- package/components/header-1177-pro/header-1177-pro-item.d.ts +2 -0
- package/components/header-1177-pro/header-1177-pro-item.js +11 -0
- package/components/header-1177-pro/header-1177-pro-nav-item.d.ts +2 -0
- package/components/header-1177-pro/header-1177-pro-nav-item.js +11 -0
- package/components/header-1177-pro/header-1177-pro-nav-menu-mobile.d.ts +5 -0
- package/components/header-1177-pro/header-1177-pro-nav-menu-mobile.js +15 -0
- package/components/header-1177-pro/header-1177-pro-nav.d.ts +2 -0
- package/components/header-1177-pro/header-1177-pro-nav.js +11 -0
- package/components/header-1177-pro/header-1177-pro.d.ts +5 -0
- package/components/header-1177-pro/header-1177-pro.js +15 -0
- package/components/icon-region/icon-region.d.ts +3 -3
- package/components/icon-region/icon-region.js +4 -4
- package/components/icons/icon-1177.d.ts +3 -3
- package/components/icons/icon-1177.js +4 -4
- package/components/icons/icon-activity.d.ts +3 -3
- package/components/icons/icon-activity.js +4 -4
- package/components/icons/icon-agent.d.ts +3 -3
- package/components/icons/icon-agent.js +4 -4
- package/components/icons/icon-alarm-clock-inactivity.d.ts +3 -3
- package/components/icons/icon-alarm-clock-inactivity.js +4 -4
- package/components/icons/icon-alarm-clock-neutral.d.ts +3 -3
- package/components/icons/icon-alarm-clock-neutral.js +4 -4
- package/components/icons/icon-archive.d.ts +3 -3
- package/components/icons/icon-archive.js +4 -4
- package/components/icons/icon-arrow.d.ts +3 -3
- package/components/icons/icon-arrow.js +4 -4
- package/components/icons/icon-attention.d.ts +3 -3
- package/components/icons/icon-attention.js +4 -4
- package/components/icons/icon-blekinge.d.ts +3 -3
- package/components/icons/icon-blekinge.js +4 -4
- package/components/icons/icon-bookmark.d.ts +3 -3
- package/components/icons/icon-bookmark.js +4 -4
- package/components/icons/icon-calendar.d.ts +3 -3
- package/components/icons/icon-calendar.js +4 -4
- package/components/icons/icon-call-active.d.ts +3 -3
- package/components/icons/icon-call-active.js +4 -4
- package/components/icons/icon-call.d.ts +3 -3
- package/components/icons/icon-call.js +4 -4
- package/components/icons/icon-camera-off.d.ts +3 -3
- package/components/icons/icon-camera-off.js +4 -4
- package/components/icons/icon-camera-on.d.ts +3 -3
- package/components/icons/icon-camera-on.js +4 -4
- package/components/icons/icon-camera-switch.d.ts +3 -3
- package/components/icons/icon-camera-switch.js +4 -4
- package/components/icons/icon-chart-bar.d.ts +3 -3
- package/components/icons/icon-chart-bar.js +4 -4
- package/components/icons/icon-chart-line.d.ts +3 -3
- package/components/icons/icon-chart-line.js +4 -4
- package/components/icons/icon-chat.d.ts +3 -3
- package/components/icons/icon-chat.js +4 -4
- package/components/icons/icon-check.d.ts +3 -3
- package/components/icons/icon-check.js +4 -4
- package/components/icons/icon-chevron-bold.d.ts +3 -3
- package/components/icons/icon-chevron-bold.js +4 -4
- package/components/icons/icon-chevron.d.ts +3 -3
- package/components/icons/icon-chevron.js +4 -4
- package/components/icons/icon-clipboard-cross.d.ts +3 -3
- package/components/icons/icon-clipboard-cross.js +4 -4
- package/components/icons/icon-clipboard-text.d.ts +3 -3
- package/components/icons/icon-clipboard-text.js +4 -4
- package/components/icons/icon-clipboard.d.ts +3 -3
- package/components/icons/icon-clipboard.js +4 -4
- package/components/icons/icon-clock.d.ts +3 -3
- package/components/icons/icon-clock.js +4 -4
- package/components/icons/icon-close-bold.d.ts +3 -3
- package/components/icons/icon-close-bold.js +4 -4
- package/components/icons/icon-close.d.ts +3 -3
- package/components/icons/icon-close.js +4 -4
- package/components/icons/icon-cog.d.ts +3 -3
- package/components/icons/icon-cog.js +4 -4
- package/components/icons/icon-computer-inera.d.ts +3 -3
- package/components/icons/icon-computer-inera.js +4 -4
- package/components/icons/icon-computer.d.ts +3 -3
- package/components/icons/icon-computer.js +4 -4
- package/components/icons/icon-copy-file.d.ts +3 -3
- package/components/icons/icon-copy-file.js +4 -4
- package/components/icons/icon-copy-link.d.ts +3 -3
- package/components/icons/icon-copy-link.js +4 -4
- package/components/icons/icon-dalarna.d.ts +3 -3
- package/components/icons/icon-dalarna.js +4 -4
- package/components/icons/icon-denied.d.ts +3 -3
- package/components/icons/icon-denied.js +4 -4
- package/components/icons/icon-doctors-bag.d.ts +3 -3
- package/components/icons/icon-doctors-bag.js +4 -4
- package/components/icons/icon-document.d.ts +3 -3
- package/components/icons/icon-document.js +4 -4
- package/components/icons/icon-download.d.ts +3 -3
- package/components/icons/icon-download.js +4 -4
- package/components/icons/icon-drag-n-drop.d.ts +3 -3
- package/components/icons/icon-drag-n-drop.js +4 -4
- package/components/icons/icon-ear-hearing.d.ts +3 -3
- package/components/icons/icon-ear-hearing.js +4 -4
- package/components/icons/icon-edit.d.ts +3 -3
- package/components/icons/icon-edit.js +4 -4
- package/components/icons/icon-email-sent.d.ts +3 -3
- package/components/icons/icon-email-sent.js +4 -4
- package/components/icons/icon-email-unread.d.ts +3 -3
- package/components/icons/icon-email-unread.js +4 -4
- package/components/icons/icon-email.d.ts +3 -3
- package/components/icons/icon-email.js +4 -4
- package/components/icons/icon-expand.d.ts +3 -3
- package/components/icons/icon-expand.js +4 -4
- package/components/icons/icon-external.d.ts +3 -3
- package/components/icons/icon-external.js +4 -4
- package/components/icons/icon-facebook.d.ts +3 -3
- package/components/icons/icon-facebook.js +4 -4
- package/components/icons/icon-file-csv.d.ts +3 -3
- package/components/icons/icon-file-csv.js +4 -4
- package/components/icons/icon-file-excel.d.ts +3 -3
- package/components/icons/icon-file-excel.js +4 -4
- package/components/icons/icon-file-other.d.ts +3 -3
- package/components/icons/icon-file-other.js +4 -4
- package/components/icons/icon-file-pdf.d.ts +3 -3
- package/components/icons/icon-file-pdf.js +4 -4
- package/components/icons/icon-file-picture.d.ts +3 -3
- package/components/icons/icon-file-picture.js +4 -4
- package/components/icons/icon-file-powerpoint.d.ts +3 -3
- package/components/icons/icon-file-powerpoint.js +4 -4
- package/components/icons/icon-file-word.d.ts +3 -3
- package/components/icons/icon-file-word.js +4 -4
- package/components/icons/icon-find-care.d.ts +3 -3
- package/components/icons/icon-find-care.js +4 -4
- package/components/icons/icon-find-region.d.ts +3 -3
- package/components/icons/icon-find-region.js +4 -4
- package/components/icons/icon-flag.d.ts +3 -3
- package/components/icons/icon-flag.js +4 -4
- package/components/icons/icon-form-numbered-reocurring.d.ts +3 -3
- package/components/icons/icon-form-numbered-reocurring.js +4 -4
- package/components/icons/icon-form-numbered.d.ts +3 -3
- package/components/icons/icon-form-numbered.js +4 -4
- package/components/icons/icon-gavleborg.d.ts +3 -3
- package/components/icons/icon-gavleborg.js +4 -4
- package/components/icons/icon-gotland.d.ts +3 -3
- package/components/icons/icon-gotland.js +4 -4
- package/components/icons/icon-halland.d.ts +3 -3
- package/components/icons/icon-halland.js +4 -4
- package/components/icons/icon-headphones.d.ts +3 -3
- package/components/icons/icon-headphones.js +4 -4
- package/components/icons/icon-hourglass-end.d.ts +3 -3
- package/components/icons/icon-hourglass-end.js +4 -4
- package/components/icons/icon-hourglass-start.d.ts +3 -3
- package/components/icons/icon-hourglass-start.js +4 -4
- package/components/icons/icon-hourglass.d.ts +3 -3
- package/components/icons/icon-hourglass.js +4 -4
- package/components/icons/icon-house.d.ts +3 -3
- package/components/icons/icon-house.js +4 -4
- package/components/icons/icon-id-card-locked.d.ts +3 -3
- package/components/icons/icon-id-card-locked.js +4 -4
- package/components/icons/icon-id-card.d.ts +3 -3
- package/components/icons/icon-id-card.js +4 -4
- package/components/icons/icon-image.d.ts +3 -3
- package/components/icons/icon-image.js +4 -4
- package/components/icons/icon-inera-legacy.d.ts +3 -3
- package/components/icons/icon-inera-legacy.js +4 -4
- package/components/icons/icon-inera.d.ts +3 -3
- package/components/icons/icon-inera.js +4 -4
- package/components/icons/icon-information.d.ts +3 -3
- package/components/icons/icon-information.js +4 -4
- package/components/icons/icon-jamtland-harjedalen.d.ts +3 -3
- package/components/icons/icon-jamtland-harjedalen.js +4 -4
- package/components/icons/icon-jonkoping.d.ts +3 -3
- package/components/icons/icon-jonkoping.js +4 -4
- package/components/icons/icon-kalmar.d.ts +3 -3
- package/components/icons/icon-kalmar.js +4 -4
- package/components/icons/icon-kronoberg.d.ts +3 -3
- package/components/icons/icon-kronoberg.js +4 -4
- package/components/icons/icon-lightbulb.d.ts +3 -3
- package/components/icons/icon-lightbulb.js +4 -4
- package/components/icons/icon-linkedin.d.ts +3 -3
- package/components/icons/icon-linkedin.js +4 -4
- package/components/icons/icon-list.d.ts +3 -3
- package/components/icons/icon-list.js +4 -4
- package/components/icons/icon-lock-open.d.ts +3 -3
- package/components/icons/icon-lock-open.js +4 -4
- package/components/icons/icon-lock.d.ts +3 -3
- package/components/icons/icon-lock.js +4 -4
- package/components/icons/icon-log-locked.d.ts +3 -3
- package/components/icons/icon-log-locked.js +4 -4
- package/components/icons/icon-log.d.ts +3 -3
- package/components/icons/icon-log.js +4 -4
- package/components/icons/icon-menu.d.ts +3 -3
- package/components/icons/icon-menu.js +4 -4
- package/components/icons/icon-minus.d.ts +3 -3
- package/components/icons/icon-minus.js +4 -4
- package/components/icons/icon-moment-start.d.ts +3 -3
- package/components/icons/icon-moment-start.js +4 -4
- package/components/icons/icon-moment-stop.d.ts +3 -3
- package/components/icons/icon-moment-stop.js +4 -4
- package/components/icons/icon-norrbotten.d.ts +3 -3
- package/components/icons/icon-norrbotten.js +4 -4
- package/components/icons/icon-office-building.d.ts +3 -3
- package/components/icons/icon-office-building.js +4 -4
- package/components/icons/icon-orebro.d.ts +3 -3
- package/components/icons/icon-orebro.js +4 -4
- package/components/icons/icon-organization.d.ts +3 -3
- package/components/icons/icon-organization.js +4 -4
- package/components/icons/icon-ostergotland.d.ts +3 -3
- package/components/icons/icon-ostergotland.js +4 -4
- package/components/icons/icon-plus.d.ts +3 -3
- package/components/icons/icon-plus.js +4 -4
- package/components/icons/icon-prescription.d.ts +3 -3
- package/components/icons/icon-prescription.js +4 -4
- package/components/icons/icon-print.d.ts +3 -3
- package/components/icons/icon-print.js +4 -4
- package/components/icons/icon-question.d.ts +3 -3
- package/components/icons/icon-question.js +4 -4
- package/components/icons/icon-reload.d.ts +3 -3
- package/components/icons/icon-reload.js +4 -4
- package/components/icons/icon-reply.d.ts +3 -3
- package/components/icons/icon-reply.js +4 -4
- package/components/icons/icon-search-inera.d.ts +3 -3
- package/components/icons/icon-search-inera.js +4 -4
- package/components/icons/icon-search.d.ts +3 -3
- package/components/icons/icon-search.js +4 -4
- package/components/icons/icon-share.d.ts +3 -3
- package/components/icons/icon-share.js +4 -4
- package/components/icons/icon-shield-locked-primary.d.ts +3 -3
- package/components/icons/icon-shield-locked-primary.js +4 -4
- package/components/icons/icon-shield-locked.d.ts +3 -3
- package/components/icons/icon-shield-locked.js +4 -4
- package/components/icons/icon-skane.d.ts +3 -3
- package/components/icons/icon-skane.js +4 -4
- package/components/icons/icon-sormland.d.ts +3 -3
- package/components/icons/icon-sormland.js +4 -4
- package/components/icons/icon-star-filled.d.ts +3 -3
- package/components/icons/icon-star-filled.js +4 -4
- package/components/icons/icon-star.d.ts +3 -3
- package/components/icons/icon-star.js +4 -4
- package/components/icons/icon-stockholm.d.ts +3 -3
- package/components/icons/icon-stockholm.js +4 -4
- package/components/icons/icon-success.d.ts +3 -3
- package/components/icons/icon-success.js +4 -4
- package/components/icons/icon-swap.d.ts +3 -3
- package/components/icons/icon-swap.js +4 -4
- package/components/icons/icon-switch-person.d.ts +3 -3
- package/components/icons/icon-switch-person.js +4 -4
- package/components/icons/icon-telephone.d.ts +3 -3
- package/components/icons/icon-telephone.js +4 -4
- package/components/icons/icon-test-tube-analyze.d.ts +3 -3
- package/components/icons/icon-test-tube-analyze.js +4 -4
- package/components/icons/icon-test-tube-empty.d.ts +3 -3
- package/components/icons/icon-test-tube-empty.js +4 -4
- package/components/icons/icon-test-tube.d.ts +3 -3
- package/components/icons/icon-test-tube.js +4 -4
- package/components/icons/icon-toggle-card.d.ts +3 -3
- package/components/icons/icon-toggle-card.js +4 -4
- package/components/icons/icon-toggle-list.d.ts +3 -3
- package/components/icons/icon-toggle-list.js +4 -4
- package/components/icons/icon-trash.d.ts +3 -3
- package/components/icons/icon-trash.js +4 -4
- package/components/icons/icon-twitter.d.ts +3 -3
- package/components/icons/icon-twitter.js +4 -4
- package/components/icons/icon-uppsala.d.ts +3 -3
- package/components/icons/icon-uppsala.js +4 -4
- package/components/icons/icon-user.d.ts +3 -3
- package/components/icons/icon-user.js +4 -4
- package/components/icons/icon-varmland.d.ts +3 -3
- package/components/icons/icon-varmland.js +4 -4
- package/components/icons/icon-vasterbotten.d.ts +3 -3
- package/components/icons/icon-vasterbotten.js +4 -4
- package/components/icons/icon-vasternorrland.d.ts +3 -3
- package/components/icons/icon-vasternorrland.js +4 -4
- package/components/icons/icon-vastmanland.d.ts +3 -3
- package/components/icons/icon-vastmanland.js +4 -4
- package/components/icons/icon-vastra-gotaland.d.ts +3 -3
- package/components/icons/icon-vastra-gotaland.js +4 -4
- package/components/icons/icon-video-off.d.ts +3 -3
- package/components/icons/icon-video-off.js +4 -4
- package/components/icons/icon-video-on.d.ts +3 -3
- package/components/icons/icon-video-on.js +4 -4
- package/components/icons/icon-video-switch.d.ts +3 -3
- package/components/icons/icon-video-switch.js +4 -4
- package/components/icons/icon-visibility-off.d.ts +3 -3
- package/components/icons/icon-visibility-off.js +4 -4
- package/components/icons/icon-visibility.d.ts +3 -3
- package/components/icons/icon-visibility.js +4 -4
- package/components/icons/icon-warning.d.ts +3 -3
- package/components/icons/icon-warning.js +4 -4
- package/components/icons/icon-x.d.ts +3 -3
- package/components/link/link.d.ts +3 -3
- package/components/link/link.js +4 -4
- package/components/list/item/info/list-item-info.d.ts +3 -3
- package/components/list/item/info/list-item-info.js +4 -4
- package/components/list/item/list-item.d.ts +3 -3
- package/components/list/item/list-item.js +4 -4
- package/components/list/list.d.ts +3 -3
- package/components/list/list.js +4 -4
- package/components/mobile/menu/avatar/mobile-avatar.d.ts +2 -2
- package/components/mobile/menu/avatar/mobile-avatar.js +4 -4
- package/components/mobile/menu/item/mobile-item.d.ts +4 -4
- package/components/mobile/menu/item/mobile-item.js +7 -7
- package/components/mobile/menu/mobile-menu.d.ts +3 -3
- package/components/mobile/menu/mobile-menu.js +4 -4
- package/components/navigation/content/navigation-content.d.ts +3 -3
- package/components/navigation/content/navigation-content.js +4 -4
- package/components/navigation/local/navigation-local.d.ts +3 -3
- package/components/navigation/local/navigation-local.js +4 -4
- package/components/notification/badge/notification-badge.d.ts +3 -3
- package/components/notification/badge/notification-badge.js +4 -4
- package/components/popover/popover.d.ts +5 -5
- package/components/popover/popover.js +9 -9
- package/components/progressbar/progressbar.d.ts +3 -3
- package/components/progressbar/progressbar.js +4 -4
- package/components/stepper/stepper.d.ts +5 -5
- package/components/stepper/stepper.js +9 -9
- package/components/tabs/tabs.d.ts +9 -9
- package/components/tabs/tabs.js +17 -17
- package/components/tag/tag.d.ts +6 -6
- package/components/tag/tag.js +8 -8
- package/components/tooltip/tooltip.d.ts +3 -3
- package/components/tooltip/tooltip.js +4 -4
- package/package.json +2 -2
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import '@inera/ids-core/components/icons/print/register';
|
|
2
|
-
import { IDSIconPrint as Icon } from '@inera/ids-core/components/icons/print/icon-print-element';
|
|
3
|
-
export declare const IDSIconPrint: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
|
|
1
|
+
import '@inera/ids-core/components/icons/print/register';
|
|
2
|
+
import { IDSIconPrint as Icon } from '@inera/ids-core/components/icons/print/icon-print-element';
|
|
3
|
+
export declare const IDSIconPrint: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
|
|
@@ -3,10 +3,10 @@ import '@inera/ids-core/components/icons/print/register';
|
|
|
3
3
|
import { IDSIconPrint as IDSIconPrint$1 } from '@inera/ids-core/components/icons/print/icon-print-element';
|
|
4
4
|
import { createComponent } from '@lit-labs/react';
|
|
5
5
|
|
|
6
|
-
const IDSIconPrint = createComponent({
|
|
7
|
-
tagName: 'ids-icon-print',
|
|
8
|
-
elementClass: IDSIconPrint$1,
|
|
9
|
-
react: React,
|
|
6
|
+
const IDSIconPrint = createComponent({
|
|
7
|
+
tagName: 'ids-icon-print',
|
|
8
|
+
elementClass: IDSIconPrint$1,
|
|
9
|
+
react: React,
|
|
10
10
|
});
|
|
11
11
|
|
|
12
12
|
export { IDSIconPrint };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import '@inera/ids-core/components/icons/question/register';
|
|
2
|
-
import { IDSIconQuestion as Icon } from '@inera/ids-core/components/icons/question/icon-question-element';
|
|
3
|
-
export declare const IDSIconQuestion: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
|
|
1
|
+
import '@inera/ids-core/components/icons/question/register';
|
|
2
|
+
import { IDSIconQuestion as Icon } from '@inera/ids-core/components/icons/question/icon-question-element';
|
|
3
|
+
export declare const IDSIconQuestion: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
|
|
@@ -3,10 +3,10 @@ import '@inera/ids-core/components/icons/question/register';
|
|
|
3
3
|
import { IDSIconQuestion as IDSIconQuestion$1 } from '@inera/ids-core/components/icons/question/icon-question-element';
|
|
4
4
|
import { createComponent } from '@lit-labs/react';
|
|
5
5
|
|
|
6
|
-
const IDSIconQuestion = createComponent({
|
|
7
|
-
tagName: 'ids-icon-question',
|
|
8
|
-
elementClass: IDSIconQuestion$1,
|
|
9
|
-
react: React,
|
|
6
|
+
const IDSIconQuestion = createComponent({
|
|
7
|
+
tagName: 'ids-icon-question',
|
|
8
|
+
elementClass: IDSIconQuestion$1,
|
|
9
|
+
react: React,
|
|
10
10
|
});
|
|
11
11
|
|
|
12
12
|
export { IDSIconQuestion };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import '@inera/ids-core/components/icons/reload/register';
|
|
2
|
-
import { IDSIconReload as Icon } from '@inera/ids-core/components/icons/reload/icon-reload-element';
|
|
3
|
-
export declare const IDSIconReload: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
|
|
1
|
+
import '@inera/ids-core/components/icons/reload/register';
|
|
2
|
+
import { IDSIconReload as Icon } from '@inera/ids-core/components/icons/reload/icon-reload-element';
|
|
3
|
+
export declare const IDSIconReload: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
|
|
@@ -3,10 +3,10 @@ import '@inera/ids-core/components/icons/reload/register';
|
|
|
3
3
|
import { IDSIconReload as IDSIconReload$1 } from '@inera/ids-core/components/icons/reload/icon-reload-element';
|
|
4
4
|
import { createComponent } from '@lit-labs/react';
|
|
5
5
|
|
|
6
|
-
const IDSIconReload = createComponent({
|
|
7
|
-
tagName: 'ids-icon-reload',
|
|
8
|
-
elementClass: IDSIconReload$1,
|
|
9
|
-
react: React,
|
|
6
|
+
const IDSIconReload = createComponent({
|
|
7
|
+
tagName: 'ids-icon-reload',
|
|
8
|
+
elementClass: IDSIconReload$1,
|
|
9
|
+
react: React,
|
|
10
10
|
});
|
|
11
11
|
|
|
12
12
|
export { IDSIconReload };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import '@inera/ids-core/components/icons/reply/register';
|
|
2
|
-
import { IDSIconReply as Icon } from '@inera/ids-core/components/icons/reply/icon-reply-element';
|
|
3
|
-
export declare const IDSIconReply: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
|
|
1
|
+
import '@inera/ids-core/components/icons/reply/register';
|
|
2
|
+
import { IDSIconReply as Icon } from '@inera/ids-core/components/icons/reply/icon-reply-element';
|
|
3
|
+
export declare const IDSIconReply: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
|
|
@@ -3,10 +3,10 @@ import '@inera/ids-core/components/icons/reply/register';
|
|
|
3
3
|
import { IDSIconReply as IDSIconReply$1 } from '@inera/ids-core/components/icons/reply/icon-reply-element';
|
|
4
4
|
import { createComponent } from '@lit-labs/react';
|
|
5
5
|
|
|
6
|
-
const IDSIconReply = createComponent({
|
|
7
|
-
tagName: 'ids-icon-reply',
|
|
8
|
-
elementClass: IDSIconReply$1,
|
|
9
|
-
react: React,
|
|
6
|
+
const IDSIconReply = createComponent({
|
|
7
|
+
tagName: 'ids-icon-reply',
|
|
8
|
+
elementClass: IDSIconReply$1,
|
|
9
|
+
react: React,
|
|
10
10
|
});
|
|
11
11
|
|
|
12
12
|
export { IDSIconReply };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import '@inera/ids-core/components/icons/search-inera/register';
|
|
2
|
-
import { IDSIconSearchInera as Icon } from '@inera/ids-core/components/icons/search-inera/icon-search-inera-element';
|
|
3
|
-
export declare const IDSIconSearchInera: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
|
|
1
|
+
import '@inera/ids-core/components/icons/search-inera/register';
|
|
2
|
+
import { IDSIconSearchInera as Icon } from '@inera/ids-core/components/icons/search-inera/icon-search-inera-element';
|
|
3
|
+
export declare const IDSIconSearchInera: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
|
|
@@ -3,10 +3,10 @@ import '@inera/ids-core/components/icons/search-inera/register';
|
|
|
3
3
|
import { IDSIconSearchInera as IDSIconSearchInera$1 } from '@inera/ids-core/components/icons/search-inera/icon-search-inera-element';
|
|
4
4
|
import { createComponent } from '@lit-labs/react';
|
|
5
5
|
|
|
6
|
-
const IDSIconSearchInera = createComponent({
|
|
7
|
-
tagName: 'ids-icon-search-inera',
|
|
8
|
-
elementClass: IDSIconSearchInera$1,
|
|
9
|
-
react: React,
|
|
6
|
+
const IDSIconSearchInera = createComponent({
|
|
7
|
+
tagName: 'ids-icon-search-inera',
|
|
8
|
+
elementClass: IDSIconSearchInera$1,
|
|
9
|
+
react: React,
|
|
10
10
|
});
|
|
11
11
|
|
|
12
12
|
export { IDSIconSearchInera };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import '@inera/ids-core/components/icons/search/register';
|
|
2
|
-
import { IDSIconSearch as Icon } from '@inera/ids-core/components/icons/search/icon-search-element';
|
|
3
|
-
export declare const IDSIconSearch: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
|
|
1
|
+
import '@inera/ids-core/components/icons/search/register';
|
|
2
|
+
import { IDSIconSearch as Icon } from '@inera/ids-core/components/icons/search/icon-search-element';
|
|
3
|
+
export declare const IDSIconSearch: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
|
|
@@ -3,10 +3,10 @@ import '@inera/ids-core/components/icons/search/register';
|
|
|
3
3
|
import { IDSIconSearch as IDSIconSearch$1 } from '@inera/ids-core/components/icons/search/icon-search-element';
|
|
4
4
|
import { createComponent } from '@lit-labs/react';
|
|
5
5
|
|
|
6
|
-
const IDSIconSearch = createComponent({
|
|
7
|
-
tagName: 'ids-icon-search',
|
|
8
|
-
elementClass: IDSIconSearch$1,
|
|
9
|
-
react: React,
|
|
6
|
+
const IDSIconSearch = createComponent({
|
|
7
|
+
tagName: 'ids-icon-search',
|
|
8
|
+
elementClass: IDSIconSearch$1,
|
|
9
|
+
react: React,
|
|
10
10
|
});
|
|
11
11
|
|
|
12
12
|
export { IDSIconSearch };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import '@inera/ids-core/components/icons/share/register';
|
|
2
|
-
import { IDSIconShare as Icon } from '@inera/ids-core/components/icons/share/icon-share-element';
|
|
3
|
-
export declare const IDSIconShare: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
|
|
1
|
+
import '@inera/ids-core/components/icons/share/register';
|
|
2
|
+
import { IDSIconShare as Icon } from '@inera/ids-core/components/icons/share/icon-share-element';
|
|
3
|
+
export declare const IDSIconShare: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
|
|
@@ -3,10 +3,10 @@ import '@inera/ids-core/components/icons/share/register';
|
|
|
3
3
|
import { IDSIconShare as IDSIconShare$1 } from '@inera/ids-core/components/icons/share/icon-share-element';
|
|
4
4
|
import { createComponent } from '@lit-labs/react';
|
|
5
5
|
|
|
6
|
-
const IDSIconShare = createComponent({
|
|
7
|
-
tagName: 'ids-icon-share',
|
|
8
|
-
elementClass: IDSIconShare$1,
|
|
9
|
-
react: React,
|
|
6
|
+
const IDSIconShare = createComponent({
|
|
7
|
+
tagName: 'ids-icon-share',
|
|
8
|
+
elementClass: IDSIconShare$1,
|
|
9
|
+
react: React,
|
|
10
10
|
});
|
|
11
11
|
|
|
12
12
|
export { IDSIconShare };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import '@inera/ids-core/components/icons/shield-locked-primary/register';
|
|
2
|
-
import { IDSIconShieldLockedPrimary as Icon } from '@inera/ids-core/components/icons/shield-locked-primary/icon-shield-locked-primary-element';
|
|
3
|
-
export declare const IDSIconShieldLockedPrimary: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
|
|
1
|
+
import '@inera/ids-core/components/icons/shield-locked-primary/register';
|
|
2
|
+
import { IDSIconShieldLockedPrimary as Icon } from '@inera/ids-core/components/icons/shield-locked-primary/icon-shield-locked-primary-element';
|
|
3
|
+
export declare const IDSIconShieldLockedPrimary: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
|
|
@@ -3,10 +3,10 @@ import '@inera/ids-core/components/icons/shield-locked-primary/register';
|
|
|
3
3
|
import { IDSIconShieldLockedPrimary as IDSIconShieldLockedPrimary$1 } from '@inera/ids-core/components/icons/shield-locked-primary/icon-shield-locked-primary-element';
|
|
4
4
|
import { createComponent } from '@lit-labs/react';
|
|
5
5
|
|
|
6
|
-
const IDSIconShieldLockedPrimary = createComponent({
|
|
7
|
-
tagName: 'ids-icon-shield-locked-primary',
|
|
8
|
-
elementClass: IDSIconShieldLockedPrimary$1,
|
|
9
|
-
react: React,
|
|
6
|
+
const IDSIconShieldLockedPrimary = createComponent({
|
|
7
|
+
tagName: 'ids-icon-shield-locked-primary',
|
|
8
|
+
elementClass: IDSIconShieldLockedPrimary$1,
|
|
9
|
+
react: React,
|
|
10
10
|
});
|
|
11
11
|
|
|
12
12
|
export { IDSIconShieldLockedPrimary };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import '@inera/ids-core/components/icons/shield-locked/register';
|
|
2
|
-
import { IDSIconShieldLocked as Icon } from '@inera/ids-core/components/icons/shield-locked/icon-shield-locked-element';
|
|
3
|
-
export declare const IDSIconShieldLocked: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
|
|
1
|
+
import '@inera/ids-core/components/icons/shield-locked/register';
|
|
2
|
+
import { IDSIconShieldLocked as Icon } from '@inera/ids-core/components/icons/shield-locked/icon-shield-locked-element';
|
|
3
|
+
export declare const IDSIconShieldLocked: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
|
|
@@ -3,10 +3,10 @@ import '@inera/ids-core/components/icons/shield-locked/register';
|
|
|
3
3
|
import { IDSIconShieldLocked as IDSIconShieldLocked$1 } from '@inera/ids-core/components/icons/shield-locked/icon-shield-locked-element';
|
|
4
4
|
import { createComponent } from '@lit-labs/react';
|
|
5
5
|
|
|
6
|
-
const IDSIconShieldLocked = createComponent({
|
|
7
|
-
tagName: 'ids-icon-shield-locked',
|
|
8
|
-
elementClass: IDSIconShieldLocked$1,
|
|
9
|
-
react: React,
|
|
6
|
+
const IDSIconShieldLocked = createComponent({
|
|
7
|
+
tagName: 'ids-icon-shield-locked',
|
|
8
|
+
elementClass: IDSIconShieldLocked$1,
|
|
9
|
+
react: React,
|
|
10
10
|
});
|
|
11
11
|
|
|
12
12
|
export { IDSIconShieldLocked };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import '@inera/ids-core/components/icons/skane/register';
|
|
2
|
-
import { IDSIconSkane as Icon } from '@inera/ids-core/components/icons/skane/icon-skane-element';
|
|
3
|
-
export declare const IDSIconSkane: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
|
|
1
|
+
import '@inera/ids-core/components/icons/skane/register';
|
|
2
|
+
import { IDSIconSkane as Icon } from '@inera/ids-core/components/icons/skane/icon-skane-element';
|
|
3
|
+
export declare const IDSIconSkane: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
|
|
@@ -3,10 +3,10 @@ import '@inera/ids-core/components/icons/skane/register';
|
|
|
3
3
|
import { IDSIconSkane as IDSIconSkane$1 } from '@inera/ids-core/components/icons/skane/icon-skane-element';
|
|
4
4
|
import { createComponent } from '@lit-labs/react';
|
|
5
5
|
|
|
6
|
-
const IDSIconSkane = createComponent({
|
|
7
|
-
tagName: 'ids-icon-skane',
|
|
8
|
-
elementClass: IDSIconSkane$1,
|
|
9
|
-
react: React,
|
|
6
|
+
const IDSIconSkane = createComponent({
|
|
7
|
+
tagName: 'ids-icon-skane',
|
|
8
|
+
elementClass: IDSIconSkane$1,
|
|
9
|
+
react: React,
|
|
10
10
|
});
|
|
11
11
|
|
|
12
12
|
export { IDSIconSkane };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import '@inera/ids-core/components/icons/sormland/register';
|
|
2
|
-
import { IDSIconSormland as Icon } from '@inera/ids-core/components/icons/sormland/icon-sormland-element';
|
|
3
|
-
export declare const IDSIconSormland: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
|
|
1
|
+
import '@inera/ids-core/components/icons/sormland/register';
|
|
2
|
+
import { IDSIconSormland as Icon } from '@inera/ids-core/components/icons/sormland/icon-sormland-element';
|
|
3
|
+
export declare const IDSIconSormland: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
|
|
@@ -3,10 +3,10 @@ import '@inera/ids-core/components/icons/sormland/register';
|
|
|
3
3
|
import { IDSIconSormland as IDSIconSormland$1 } from '@inera/ids-core/components/icons/sormland/icon-sormland-element';
|
|
4
4
|
import { createComponent } from '@lit-labs/react';
|
|
5
5
|
|
|
6
|
-
const IDSIconSormland = createComponent({
|
|
7
|
-
tagName: 'ids-icon-sormland',
|
|
8
|
-
elementClass: IDSIconSormland$1,
|
|
9
|
-
react: React,
|
|
6
|
+
const IDSIconSormland = createComponent({
|
|
7
|
+
tagName: 'ids-icon-sormland',
|
|
8
|
+
elementClass: IDSIconSormland$1,
|
|
9
|
+
react: React,
|
|
10
10
|
});
|
|
11
11
|
|
|
12
12
|
export { IDSIconSormland };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import '@inera/ids-core/components/icons/star-filled/register';
|
|
2
|
-
import { IDSIconStarFilled as Icon } from '@inera/ids-core/components/icons/star-filled/icon-star-filled-element';
|
|
3
|
-
export declare const IDSIconStarFilled: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
|
|
1
|
+
import '@inera/ids-core/components/icons/star-filled/register';
|
|
2
|
+
import { IDSIconStarFilled as Icon } from '@inera/ids-core/components/icons/star-filled/icon-star-filled-element';
|
|
3
|
+
export declare const IDSIconStarFilled: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
|
|
@@ -3,10 +3,10 @@ import '@inera/ids-core/components/icons/star-filled/register';
|
|
|
3
3
|
import { IDSIconStarFilled as IDSIconStarFilled$1 } from '@inera/ids-core/components/icons/star-filled/icon-star-filled-element';
|
|
4
4
|
import { createComponent } from '@lit-labs/react';
|
|
5
5
|
|
|
6
|
-
const IDSIconStarFilled = createComponent({
|
|
7
|
-
tagName: 'ids-icon-star-filled',
|
|
8
|
-
elementClass: IDSIconStarFilled$1,
|
|
9
|
-
react: React,
|
|
6
|
+
const IDSIconStarFilled = createComponent({
|
|
7
|
+
tagName: 'ids-icon-star-filled',
|
|
8
|
+
elementClass: IDSIconStarFilled$1,
|
|
9
|
+
react: React,
|
|
10
10
|
});
|
|
11
11
|
|
|
12
12
|
export { IDSIconStarFilled };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import '@inera/ids-core/components/icons/star/register';
|
|
2
|
-
import { IDSIconStar as Icon } from '@inera/ids-core/components/icons/star/icon-star-element';
|
|
3
|
-
export declare const IDSIconStar: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
|
|
1
|
+
import '@inera/ids-core/components/icons/star/register';
|
|
2
|
+
import { IDSIconStar as Icon } from '@inera/ids-core/components/icons/star/icon-star-element';
|
|
3
|
+
export declare const IDSIconStar: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
|
|
@@ -3,10 +3,10 @@ import '@inera/ids-core/components/icons/star/register';
|
|
|
3
3
|
import { IDSIconStar as IDSIconStar$1 } from '@inera/ids-core/components/icons/star/icon-star-element';
|
|
4
4
|
import { createComponent } from '@lit-labs/react';
|
|
5
5
|
|
|
6
|
-
const IDSIconStar = createComponent({
|
|
7
|
-
tagName: 'ids-icon-star',
|
|
8
|
-
elementClass: IDSIconStar$1,
|
|
9
|
-
react: React,
|
|
6
|
+
const IDSIconStar = createComponent({
|
|
7
|
+
tagName: 'ids-icon-star',
|
|
8
|
+
elementClass: IDSIconStar$1,
|
|
9
|
+
react: React,
|
|
10
10
|
});
|
|
11
11
|
|
|
12
12
|
export { IDSIconStar };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import '@inera/ids-core/components/icons/stockholm/register';
|
|
2
|
-
import { IDSIconStockholm as Icon } from '@inera/ids-core/components/icons/stockholm/icon-stockholm-element';
|
|
3
|
-
export declare const IDSIconStockholm: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
|
|
1
|
+
import '@inera/ids-core/components/icons/stockholm/register';
|
|
2
|
+
import { IDSIconStockholm as Icon } from '@inera/ids-core/components/icons/stockholm/icon-stockholm-element';
|
|
3
|
+
export declare const IDSIconStockholm: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
|
|
@@ -3,10 +3,10 @@ import '@inera/ids-core/components/icons/stockholm/register';
|
|
|
3
3
|
import { IDSIconStockholm as IDSIconStockholm$1 } from '@inera/ids-core/components/icons/stockholm/icon-stockholm-element';
|
|
4
4
|
import { createComponent } from '@lit-labs/react';
|
|
5
5
|
|
|
6
|
-
const IDSIconStockholm = createComponent({
|
|
7
|
-
tagName: 'ids-icon-stockholm',
|
|
8
|
-
elementClass: IDSIconStockholm$1,
|
|
9
|
-
react: React,
|
|
6
|
+
const IDSIconStockholm = createComponent({
|
|
7
|
+
tagName: 'ids-icon-stockholm',
|
|
8
|
+
elementClass: IDSIconStockholm$1,
|
|
9
|
+
react: React,
|
|
10
10
|
});
|
|
11
11
|
|
|
12
12
|
export { IDSIconStockholm };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import '@inera/ids-core/components/icons/success/register';
|
|
2
|
-
import { IDSIconSuccess as Icon } from '@inera/ids-core/components/icons/success/icon-success-element';
|
|
3
|
-
export declare const IDSIconSuccess: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
|
|
1
|
+
import '@inera/ids-core/components/icons/success/register';
|
|
2
|
+
import { IDSIconSuccess as Icon } from '@inera/ids-core/components/icons/success/icon-success-element';
|
|
3
|
+
export declare const IDSIconSuccess: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
|
|
@@ -3,10 +3,10 @@ import '@inera/ids-core/components/icons/success/register';
|
|
|
3
3
|
import { IDSIconSuccess as IDSIconSuccess$1 } from '@inera/ids-core/components/icons/success/icon-success-element';
|
|
4
4
|
import { createComponent } from '@lit-labs/react';
|
|
5
5
|
|
|
6
|
-
const IDSIconSuccess = createComponent({
|
|
7
|
-
tagName: 'ids-icon-success',
|
|
8
|
-
elementClass: IDSIconSuccess$1,
|
|
9
|
-
react: React,
|
|
6
|
+
const IDSIconSuccess = createComponent({
|
|
7
|
+
tagName: 'ids-icon-success',
|
|
8
|
+
elementClass: IDSIconSuccess$1,
|
|
9
|
+
react: React,
|
|
10
10
|
});
|
|
11
11
|
|
|
12
12
|
export { IDSIconSuccess };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import '@inera/ids-core/components/icons/swap/register';
|
|
2
|
-
import { IDSIconSwap as Icon } from '@inera/ids-core/components/icons/swap/icon-swap-element';
|
|
3
|
-
export declare const IDSIconSwap: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
|
|
1
|
+
import '@inera/ids-core/components/icons/swap/register';
|
|
2
|
+
import { IDSIconSwap as Icon } from '@inera/ids-core/components/icons/swap/icon-swap-element';
|
|
3
|
+
export declare const IDSIconSwap: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
|
|
@@ -3,10 +3,10 @@ import '@inera/ids-core/components/icons/swap/register';
|
|
|
3
3
|
import { IDSIconSwap as IDSIconSwap$1 } from '@inera/ids-core/components/icons/swap/icon-swap-element';
|
|
4
4
|
import { createComponent } from '@lit-labs/react';
|
|
5
5
|
|
|
6
|
-
const IDSIconSwap = createComponent({
|
|
7
|
-
tagName: 'ids-icon-swap',
|
|
8
|
-
elementClass: IDSIconSwap$1,
|
|
9
|
-
react: React,
|
|
6
|
+
const IDSIconSwap = createComponent({
|
|
7
|
+
tagName: 'ids-icon-swap',
|
|
8
|
+
elementClass: IDSIconSwap$1,
|
|
9
|
+
react: React,
|
|
10
10
|
});
|
|
11
11
|
|
|
12
12
|
export { IDSIconSwap };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import '@inera/ids-core/components/icons/switch-person/register';
|
|
2
|
-
import { IDSIconSwitchPerson as Icon } from '@inera/ids-core/components/icons/switch-person/icon-switch-person-element';
|
|
3
|
-
export declare const IDSIconSwitchPerson: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
|
|
1
|
+
import '@inera/ids-core/components/icons/switch-person/register';
|
|
2
|
+
import { IDSIconSwitchPerson as Icon } from '@inera/ids-core/components/icons/switch-person/icon-switch-person-element';
|
|
3
|
+
export declare const IDSIconSwitchPerson: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
|
|
@@ -3,10 +3,10 @@ import '@inera/ids-core/components/icons/switch-person/register';
|
|
|
3
3
|
import { IDSIconSwitchPerson as IDSIconSwitchPerson$1 } from '@inera/ids-core/components/icons/switch-person/icon-switch-person-element';
|
|
4
4
|
import { createComponent } from '@lit-labs/react';
|
|
5
5
|
|
|
6
|
-
const IDSIconSwitchPerson = createComponent({
|
|
7
|
-
tagName: 'ids-icon-switch-person',
|
|
8
|
-
elementClass: IDSIconSwitchPerson$1,
|
|
9
|
-
react: React,
|
|
6
|
+
const IDSIconSwitchPerson = createComponent({
|
|
7
|
+
tagName: 'ids-icon-switch-person',
|
|
8
|
+
elementClass: IDSIconSwitchPerson$1,
|
|
9
|
+
react: React,
|
|
10
10
|
});
|
|
11
11
|
|
|
12
12
|
export { IDSIconSwitchPerson };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import '@inera/ids-core/components/icons/telephone/register';
|
|
2
|
-
import { IDSIconTelephone as Icon } from '@inera/ids-core/components/icons/telephone/icon-telephone-element';
|
|
3
|
-
export declare const IDSIconTelephone: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
|
|
1
|
+
import '@inera/ids-core/components/icons/telephone/register';
|
|
2
|
+
import { IDSIconTelephone as Icon } from '@inera/ids-core/components/icons/telephone/icon-telephone-element';
|
|
3
|
+
export declare const IDSIconTelephone: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
|
|
@@ -3,10 +3,10 @@ import '@inera/ids-core/components/icons/telephone/register';
|
|
|
3
3
|
import { IDSIconTelephone as IDSIconTelephone$1 } from '@inera/ids-core/components/icons/telephone/icon-telephone-element';
|
|
4
4
|
import { createComponent } from '@lit-labs/react';
|
|
5
5
|
|
|
6
|
-
const IDSIconTelephone = createComponent({
|
|
7
|
-
tagName: 'ids-icon-telephone',
|
|
8
|
-
elementClass: IDSIconTelephone$1,
|
|
9
|
-
react: React,
|
|
6
|
+
const IDSIconTelephone = createComponent({
|
|
7
|
+
tagName: 'ids-icon-telephone',
|
|
8
|
+
elementClass: IDSIconTelephone$1,
|
|
9
|
+
react: React,
|
|
10
10
|
});
|
|
11
11
|
|
|
12
12
|
export { IDSIconTelephone };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import '@inera/ids-core/components/icons/test-tube-analyze/register';
|
|
2
|
-
import { IDSIconTestTubeAnalyze as Icon } from '@inera/ids-core/components/icons/test-tube-analyze/icon-test-tube-analyze-element';
|
|
3
|
-
export declare const IDSIconTestTubeAnalyze: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
|
|
1
|
+
import '@inera/ids-core/components/icons/test-tube-analyze/register';
|
|
2
|
+
import { IDSIconTestTubeAnalyze as Icon } from '@inera/ids-core/components/icons/test-tube-analyze/icon-test-tube-analyze-element';
|
|
3
|
+
export declare const IDSIconTestTubeAnalyze: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
|
|
@@ -3,10 +3,10 @@ import '@inera/ids-core/components/icons/test-tube-analyze/register';
|
|
|
3
3
|
import { IDSIconTestTubeAnalyze as IDSIconTestTubeAnalyze$1 } from '@inera/ids-core/components/icons/test-tube-analyze/icon-test-tube-analyze-element';
|
|
4
4
|
import { createComponent } from '@lit-labs/react';
|
|
5
5
|
|
|
6
|
-
const IDSIconTestTubeAnalyze = createComponent({
|
|
7
|
-
tagName: 'ids-icon-test-tube-analyze',
|
|
8
|
-
elementClass: IDSIconTestTubeAnalyze$1,
|
|
9
|
-
react: React,
|
|
6
|
+
const IDSIconTestTubeAnalyze = createComponent({
|
|
7
|
+
tagName: 'ids-icon-test-tube-analyze',
|
|
8
|
+
elementClass: IDSIconTestTubeAnalyze$1,
|
|
9
|
+
react: React,
|
|
10
10
|
});
|
|
11
11
|
|
|
12
12
|
export { IDSIconTestTubeAnalyze };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import '@inera/ids-core/components/icons/test-tube-empty/register';
|
|
2
|
-
import { IDSIconTestTubeEmpty as Icon } from '@inera/ids-core/components/icons/test-tube-empty/icon-test-tube-empty-element';
|
|
3
|
-
export declare const IDSIconTestTubeEmpty: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
|
|
1
|
+
import '@inera/ids-core/components/icons/test-tube-empty/register';
|
|
2
|
+
import { IDSIconTestTubeEmpty as Icon } from '@inera/ids-core/components/icons/test-tube-empty/icon-test-tube-empty-element';
|
|
3
|
+
export declare const IDSIconTestTubeEmpty: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
|
|
@@ -3,10 +3,10 @@ import '@inera/ids-core/components/icons/test-tube-empty/register';
|
|
|
3
3
|
import { IDSIconTestTubeEmpty as IDSIconTestTubeEmpty$1 } from '@inera/ids-core/components/icons/test-tube-empty/icon-test-tube-empty-element';
|
|
4
4
|
import { createComponent } from '@lit-labs/react';
|
|
5
5
|
|
|
6
|
-
const IDSIconTestTubeEmpty = createComponent({
|
|
7
|
-
tagName: 'ids-icon-test-tube-empty',
|
|
8
|
-
elementClass: IDSIconTestTubeEmpty$1,
|
|
9
|
-
react: React,
|
|
6
|
+
const IDSIconTestTubeEmpty = createComponent({
|
|
7
|
+
tagName: 'ids-icon-test-tube-empty',
|
|
8
|
+
elementClass: IDSIconTestTubeEmpty$1,
|
|
9
|
+
react: React,
|
|
10
10
|
});
|
|
11
11
|
|
|
12
12
|
export { IDSIconTestTubeEmpty };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import '@inera/ids-core/components/icons/test-tube/register';
|
|
2
|
-
import { IDSIconTestTube as Icon } from '@inera/ids-core/components/icons/test-tube/icon-test-tube-element';
|
|
3
|
-
export declare const IDSIconTestTube: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
|
|
1
|
+
import '@inera/ids-core/components/icons/test-tube/register';
|
|
2
|
+
import { IDSIconTestTube as Icon } from '@inera/ids-core/components/icons/test-tube/icon-test-tube-element';
|
|
3
|
+
export declare const IDSIconTestTube: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
|
|
@@ -3,10 +3,10 @@ import '@inera/ids-core/components/icons/test-tube/register';
|
|
|
3
3
|
import { IDSIconTestTube as IDSIconTestTube$1 } from '@inera/ids-core/components/icons/test-tube/icon-test-tube-element';
|
|
4
4
|
import { createComponent } from '@lit-labs/react';
|
|
5
5
|
|
|
6
|
-
const IDSIconTestTube = createComponent({
|
|
7
|
-
tagName: 'ids-icon-test-tube',
|
|
8
|
-
elementClass: IDSIconTestTube$1,
|
|
9
|
-
react: React,
|
|
6
|
+
const IDSIconTestTube = createComponent({
|
|
7
|
+
tagName: 'ids-icon-test-tube',
|
|
8
|
+
elementClass: IDSIconTestTube$1,
|
|
9
|
+
react: React,
|
|
10
10
|
});
|
|
11
11
|
|
|
12
12
|
export { IDSIconTestTube };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import '@inera/ids-core/components/icons/toggle-card/register';
|
|
2
|
-
import { IDSIconToggleCard as Icon } from '@inera/ids-core/components/icons/toggle-card/icon-toggle-card-element';
|
|
3
|
-
export declare const IDSIconToggleCard: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
|
|
1
|
+
import '@inera/ids-core/components/icons/toggle-card/register';
|
|
2
|
+
import { IDSIconToggleCard as Icon } from '@inera/ids-core/components/icons/toggle-card/icon-toggle-card-element';
|
|
3
|
+
export declare const IDSIconToggleCard: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
|
|
@@ -3,10 +3,10 @@ import '@inera/ids-core/components/icons/toggle-card/register';
|
|
|
3
3
|
import { IDSIconToggleCard as IDSIconToggleCard$1 } from '@inera/ids-core/components/icons/toggle-card/icon-toggle-card-element';
|
|
4
4
|
import { createComponent } from '@lit-labs/react';
|
|
5
5
|
|
|
6
|
-
const IDSIconToggleCard = createComponent({
|
|
7
|
-
tagName: 'ids-icon-toggle-card',
|
|
8
|
-
elementClass: IDSIconToggleCard$1,
|
|
9
|
-
react: React,
|
|
6
|
+
const IDSIconToggleCard = createComponent({
|
|
7
|
+
tagName: 'ids-icon-toggle-card',
|
|
8
|
+
elementClass: IDSIconToggleCard$1,
|
|
9
|
+
react: React,
|
|
10
10
|
});
|
|
11
11
|
|
|
12
12
|
export { IDSIconToggleCard };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import '@inera/ids-core/components/icons/toggle-list/register';
|
|
2
|
-
import { IDSIconToggleList as Icon } from '@inera/ids-core/components/icons/toggle-list/icon-toggle-list-element';
|
|
3
|
-
export declare const IDSIconToggleList: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
|
|
1
|
+
import '@inera/ids-core/components/icons/toggle-list/register';
|
|
2
|
+
import { IDSIconToggleList as Icon } from '@inera/ids-core/components/icons/toggle-list/icon-toggle-list-element';
|
|
3
|
+
export declare const IDSIconToggleList: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
|
|
@@ -3,10 +3,10 @@ import '@inera/ids-core/components/icons/toggle-list/register';
|
|
|
3
3
|
import { IDSIconToggleList as IDSIconToggleList$1 } from '@inera/ids-core/components/icons/toggle-list/icon-toggle-list-element';
|
|
4
4
|
import { createComponent } from '@lit-labs/react';
|
|
5
5
|
|
|
6
|
-
const IDSIconToggleList = createComponent({
|
|
7
|
-
tagName: 'ids-icon-toggle-list',
|
|
8
|
-
elementClass: IDSIconToggleList$1,
|
|
9
|
-
react: React,
|
|
6
|
+
const IDSIconToggleList = createComponent({
|
|
7
|
+
tagName: 'ids-icon-toggle-list',
|
|
8
|
+
elementClass: IDSIconToggleList$1,
|
|
9
|
+
react: React,
|
|
10
10
|
});
|
|
11
11
|
|
|
12
12
|
export { IDSIconToggleList };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import '@inera/ids-core/components/icons/trash/register';
|
|
2
|
-
import { IDSIconTrash as Icon } from '@inera/ids-core/components/icons/trash/icon-trash-element';
|
|
3
|
-
export declare const IDSIconTrash: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
|
|
1
|
+
import '@inera/ids-core/components/icons/trash/register';
|
|
2
|
+
import { IDSIconTrash as Icon } from '@inera/ids-core/components/icons/trash/icon-trash-element';
|
|
3
|
+
export declare const IDSIconTrash: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
|
|
@@ -3,10 +3,10 @@ import '@inera/ids-core/components/icons/trash/register';
|
|
|
3
3
|
import { IDSIconTrash as IDSIconTrash$1 } from '@inera/ids-core/components/icons/trash/icon-trash-element';
|
|
4
4
|
import { createComponent } from '@lit-labs/react';
|
|
5
5
|
|
|
6
|
-
const IDSIconTrash = createComponent({
|
|
7
|
-
tagName: 'ids-icon-trash',
|
|
8
|
-
elementClass: IDSIconTrash$1,
|
|
9
|
-
react: React,
|
|
6
|
+
const IDSIconTrash = createComponent({
|
|
7
|
+
tagName: 'ids-icon-trash',
|
|
8
|
+
elementClass: IDSIconTrash$1,
|
|
9
|
+
react: React,
|
|
10
10
|
});
|
|
11
11
|
|
|
12
12
|
export { IDSIconTrash };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import '@inera/ids-core/components/icons/twitter/register';
|
|
2
|
-
import { IDSIconTwitter as Icon } from '@inera/ids-core/components/icons/twitter/icon-twitter-element';
|
|
3
|
-
export declare const IDSIconTwitter: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
|
|
1
|
+
import '@inera/ids-core/components/icons/twitter/register';
|
|
2
|
+
import { IDSIconTwitter as Icon } from '@inera/ids-core/components/icons/twitter/icon-twitter-element';
|
|
3
|
+
export declare const IDSIconTwitter: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
|