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