@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.
Files changed (420) hide show
  1. package/api.d.ts +209 -184
  2. package/api.js +27 -2
  3. package/components/agent/agent.d.ts +5 -5
  4. package/components/agent/agent.js +7 -7
  5. package/components/alert/alert.d.ts +6 -6
  6. package/components/alert/alert.js +9 -9
  7. package/components/alert-global/alert-global.d.ts +5 -5
  8. package/components/alert-global/alert-global.js +8 -8
  9. package/components/badge/badge.d.ts +3 -3
  10. package/components/badge/badge.js +4 -4
  11. package/components/breadcrumbs/breacrumbs.d.ts +5 -5
  12. package/components/breadcrumbs/breacrumbs.js +9 -9
  13. package/components/button/button.d.ts +5 -5
  14. package/components/button/button.js +7 -7
  15. package/components/{button → button-group}/button-group.d.ts +3 -3
  16. package/components/{button → button-group}/button-group.js +4 -4
  17. package/components/card/card.d.ts +3 -3
  18. package/components/card/card.js +4 -4
  19. package/components/carousel/carousel.d.ts +5 -5
  20. package/components/carousel/carousel.js +9 -9
  21. package/components/date-label/date-label.d.ts +3 -3
  22. package/components/date-label/date-label.js +4 -4
  23. package/components/dialog/dialog.d.ts +6 -6
  24. package/components/dialog/dialog.js +8 -8
  25. package/components/expandable/expandable.d.ts +6 -6
  26. package/components/expandable/expandable.js +8 -8
  27. package/components/footer/footer.d.ts +3 -3
  28. package/components/footer/footer.js +4 -4
  29. package/components/footer-1177/footer-1177.d.ts +3 -0
  30. package/components/footer-1177/footer-1177.js +12 -0
  31. package/components/footer-1177-admin/footer-1177-admin.d.ts +3 -0
  32. package/components/footer-1177-admin/footer-1177-admin.js +12 -0
  33. package/components/footer-1177-pro/footer-1177-pro.d.ts +3 -0
  34. package/components/footer-1177-pro/footer-1177-pro.js +12 -0
  35. package/components/footer-inera/footer-inera.d.ts +3 -0
  36. package/components/footer-inera/footer-inera.js +12 -0
  37. package/components/footer-inera-admin/footer-inera-admin.d.ts +3 -0
  38. package/components/footer-inera-admin/footer-inera-admin.js +12 -0
  39. package/components/form/checkbox/checkbox-group.d.ts +3 -3
  40. package/components/form/checkbox/checkbox-group.js +4 -4
  41. package/components/form/checkbox/checkbox.d.ts +3 -3
  42. package/components/form/errormessage/error-message.d.ts +3 -3
  43. package/components/form/errormessage/error-message.js +4 -4
  44. package/components/form/input/input.d.ts +3 -3
  45. package/components/form/input/input.js +4 -4
  46. package/components/form/radio/radio-group.d.ts +3 -3
  47. package/components/form/radio/radio.d.ts +3 -3
  48. package/components/form/radio/radio.js +4 -4
  49. package/components/form/range/range.d.ts +3 -3
  50. package/components/form/range/range.js +4 -4
  51. package/components/form/select/select.d.ts +3 -3
  52. package/components/form/select/select.js +4 -4
  53. package/components/form/selectmultiple/select-multiple.d.ts +3 -3
  54. package/components/form/selectmultiple/select-multiple.js +4 -4
  55. package/components/form/spinner/spinner.d.ts +3 -3
  56. package/components/form/spinner/spinner.js +4 -4
  57. package/components/form/textarea/textarea.d.ts +3 -3
  58. package/components/form/textarea/textarea.js +4 -4
  59. package/components/form/time/time.d.ts +3 -3
  60. package/components/form/time/time.js +4 -4
  61. package/components/form/toggle/toggle.d.ts +3 -3
  62. package/components/form/toggle/toggle.js +4 -4
  63. package/components/{layout → grid}/grid.d.ts +9 -9
  64. package/components/{layout → grid}/grid.js +14 -14
  65. package/components/header/avatar/header-avatar.d.ts +5 -5
  66. package/components/header/avatar/header-avatar.js +8 -8
  67. package/components/header/header.d.ts +5 -5
  68. package/components/header/header.js +7 -7
  69. package/components/header/item/header-item.d.ts +3 -3
  70. package/components/header/item/header-item.js +4 -4
  71. package/components/header/mobile-menu/header-mobile-menu.d.ts +5 -5
  72. package/components/header/mobile-menu/header-mobile-menu.js +8 -8
  73. package/components/header/navigation/item/nav-item.d.ts +2 -2
  74. package/components/header/navigation/item/nav-item.js +4 -4
  75. package/components/header/navigation/mobile-item/nav-mobile-item.d.ts +2 -2
  76. package/components/header/navigation/mobile-item/nav-mobile-item.js +4 -4
  77. package/components/header/navigation/navigation.d.ts +2 -2
  78. package/components/header/navigation/navigation.js +4 -4
  79. package/components/header-1177/header-1177-avatar.d.ts +2 -0
  80. package/components/header-1177/header-1177-avatar.js +11 -0
  81. package/components/header-1177/header-1177-item.d.ts +2 -0
  82. package/components/header-1177/header-1177-item.js +11 -0
  83. package/components/header-1177/header-1177-nav-item-mobile.d.ts +2 -0
  84. package/components/header-1177/header-1177-nav-item-mobile.js +11 -0
  85. package/components/header-1177/header-1177-nav-item.d.ts +2 -0
  86. package/components/header-1177/header-1177-nav-item.js +11 -0
  87. package/components/header-1177/header-1177-nav-menu-mobile.d.ts +5 -0
  88. package/components/header-1177/header-1177-nav-menu-mobile.js +15 -0
  89. package/components/header-1177/header-1177-nav.d.ts +2 -0
  90. package/components/header-1177/header-1177-nav.js +11 -0
  91. package/components/header-1177/header-1177.d.ts +5 -0
  92. package/components/header-1177/header-1177.js +15 -0
  93. package/components/header-1177-admin/header-1177-admin-avatar-mobile.d.ts +2 -0
  94. package/components/header-1177-admin/header-1177-admin-avatar-mobile.js +11 -0
  95. package/components/header-1177-admin/header-1177-admin-avatar.d.ts +2 -0
  96. package/components/header-1177-admin/header-1177-admin-avatar.js +11 -0
  97. package/components/header-1177-admin/header-1177-admin-item.d.ts +2 -0
  98. package/components/header-1177-admin/header-1177-admin-item.js +11 -0
  99. package/components/header-1177-admin/header-1177-admin-nav-item.d.ts +2 -0
  100. package/components/header-1177-admin/header-1177-admin-nav-item.js +11 -0
  101. package/components/header-1177-admin/header-1177-admin-nav.d.ts +2 -0
  102. package/components/header-1177-admin/header-1177-admin-nav.js +11 -0
  103. package/components/header-1177-admin/header-1177-admin.d.ts +3 -0
  104. package/components/header-1177-admin/header-1177-admin.js +12 -0
  105. package/components/header-1177-pro/header-1177-pro-avatar-mobile.d.ts +2 -0
  106. package/components/header-1177-pro/header-1177-pro-avatar-mobile.js +11 -0
  107. package/components/header-1177-pro/header-1177-pro-avatar.d.ts +2 -0
  108. package/components/header-1177-pro/header-1177-pro-avatar.js +11 -0
  109. package/components/header-1177-pro/header-1177-pro-item.d.ts +2 -0
  110. package/components/header-1177-pro/header-1177-pro-item.js +11 -0
  111. package/components/header-1177-pro/header-1177-pro-nav-item.d.ts +2 -0
  112. package/components/header-1177-pro/header-1177-pro-nav-item.js +11 -0
  113. package/components/header-1177-pro/header-1177-pro-nav-menu-mobile.d.ts +5 -0
  114. package/components/header-1177-pro/header-1177-pro-nav-menu-mobile.js +15 -0
  115. package/components/header-1177-pro/header-1177-pro-nav.d.ts +2 -0
  116. package/components/header-1177-pro/header-1177-pro-nav.js +11 -0
  117. package/components/header-1177-pro/header-1177-pro.d.ts +5 -0
  118. package/components/header-1177-pro/header-1177-pro.js +15 -0
  119. package/components/icon-region/icon-region.d.ts +3 -3
  120. package/components/icon-region/icon-region.js +4 -4
  121. package/components/icons/icon-1177.d.ts +3 -3
  122. package/components/icons/icon-1177.js +4 -4
  123. package/components/icons/icon-activity.d.ts +3 -3
  124. package/components/icons/icon-activity.js +4 -4
  125. package/components/icons/icon-agent.d.ts +3 -3
  126. package/components/icons/icon-agent.js +4 -4
  127. package/components/icons/icon-alarm-clock-inactivity.d.ts +3 -3
  128. package/components/icons/icon-alarm-clock-inactivity.js +4 -4
  129. package/components/icons/icon-alarm-clock-neutral.d.ts +3 -3
  130. package/components/icons/icon-alarm-clock-neutral.js +4 -4
  131. package/components/icons/icon-archive.d.ts +3 -3
  132. package/components/icons/icon-archive.js +4 -4
  133. package/components/icons/icon-arrow.d.ts +3 -3
  134. package/components/icons/icon-arrow.js +4 -4
  135. package/components/icons/icon-attention.d.ts +3 -3
  136. package/components/icons/icon-attention.js +4 -4
  137. package/components/icons/icon-blekinge.d.ts +3 -3
  138. package/components/icons/icon-blekinge.js +4 -4
  139. package/components/icons/icon-bookmark.d.ts +3 -3
  140. package/components/icons/icon-bookmark.js +4 -4
  141. package/components/icons/icon-calendar.d.ts +3 -3
  142. package/components/icons/icon-calendar.js +4 -4
  143. package/components/icons/icon-call-active.d.ts +3 -3
  144. package/components/icons/icon-call-active.js +4 -4
  145. package/components/icons/icon-call.d.ts +3 -3
  146. package/components/icons/icon-call.js +4 -4
  147. package/components/icons/icon-camera-off.d.ts +3 -3
  148. package/components/icons/icon-camera-off.js +4 -4
  149. package/components/icons/icon-camera-on.d.ts +3 -3
  150. package/components/icons/icon-camera-on.js +4 -4
  151. package/components/icons/icon-camera-switch.d.ts +3 -3
  152. package/components/icons/icon-camera-switch.js +4 -4
  153. package/components/icons/icon-chart-bar.d.ts +3 -3
  154. package/components/icons/icon-chart-bar.js +4 -4
  155. package/components/icons/icon-chart-line.d.ts +3 -3
  156. package/components/icons/icon-chart-line.js +4 -4
  157. package/components/icons/icon-chat.d.ts +3 -3
  158. package/components/icons/icon-chat.js +4 -4
  159. package/components/icons/icon-check.d.ts +3 -3
  160. package/components/icons/icon-check.js +4 -4
  161. package/components/icons/icon-chevron-bold.d.ts +3 -3
  162. package/components/icons/icon-chevron-bold.js +4 -4
  163. package/components/icons/icon-chevron.d.ts +3 -3
  164. package/components/icons/icon-chevron.js +4 -4
  165. package/components/icons/icon-clipboard-cross.d.ts +3 -3
  166. package/components/icons/icon-clipboard-cross.js +4 -4
  167. package/components/icons/icon-clipboard-text.d.ts +3 -3
  168. package/components/icons/icon-clipboard-text.js +4 -4
  169. package/components/icons/icon-clipboard.d.ts +3 -3
  170. package/components/icons/icon-clipboard.js +4 -4
  171. package/components/icons/icon-clock.d.ts +3 -3
  172. package/components/icons/icon-clock.js +4 -4
  173. package/components/icons/icon-close-bold.d.ts +3 -3
  174. package/components/icons/icon-close-bold.js +4 -4
  175. package/components/icons/icon-close.d.ts +3 -3
  176. package/components/icons/icon-close.js +4 -4
  177. package/components/icons/icon-cog.d.ts +3 -3
  178. package/components/icons/icon-cog.js +4 -4
  179. package/components/icons/icon-computer-inera.d.ts +3 -3
  180. package/components/icons/icon-computer-inera.js +4 -4
  181. package/components/icons/icon-computer.d.ts +3 -3
  182. package/components/icons/icon-computer.js +4 -4
  183. package/components/icons/icon-copy-file.d.ts +3 -3
  184. package/components/icons/icon-copy-file.js +4 -4
  185. package/components/icons/icon-copy-link.d.ts +3 -3
  186. package/components/icons/icon-copy-link.js +4 -4
  187. package/components/icons/icon-dalarna.d.ts +3 -3
  188. package/components/icons/icon-dalarna.js +4 -4
  189. package/components/icons/icon-denied.d.ts +3 -3
  190. package/components/icons/icon-denied.js +4 -4
  191. package/components/icons/icon-doctors-bag.d.ts +3 -3
  192. package/components/icons/icon-doctors-bag.js +4 -4
  193. package/components/icons/icon-document.d.ts +3 -3
  194. package/components/icons/icon-document.js +4 -4
  195. package/components/icons/icon-download.d.ts +3 -3
  196. package/components/icons/icon-download.js +4 -4
  197. package/components/icons/icon-drag-n-drop.d.ts +3 -3
  198. package/components/icons/icon-drag-n-drop.js +4 -4
  199. package/components/icons/icon-ear-hearing.d.ts +3 -3
  200. package/components/icons/icon-ear-hearing.js +4 -4
  201. package/components/icons/icon-edit.d.ts +3 -3
  202. package/components/icons/icon-edit.js +4 -4
  203. package/components/icons/icon-email-sent.d.ts +3 -3
  204. package/components/icons/icon-email-sent.js +4 -4
  205. package/components/icons/icon-email-unread.d.ts +3 -3
  206. package/components/icons/icon-email-unread.js +4 -4
  207. package/components/icons/icon-email.d.ts +3 -3
  208. package/components/icons/icon-email.js +4 -4
  209. package/components/icons/icon-expand.d.ts +3 -3
  210. package/components/icons/icon-expand.js +4 -4
  211. package/components/icons/icon-external.d.ts +3 -3
  212. package/components/icons/icon-external.js +4 -4
  213. package/components/icons/icon-facebook.d.ts +3 -3
  214. package/components/icons/icon-facebook.js +4 -4
  215. package/components/icons/icon-file-csv.d.ts +3 -3
  216. package/components/icons/icon-file-csv.js +4 -4
  217. package/components/icons/icon-file-excel.d.ts +3 -3
  218. package/components/icons/icon-file-excel.js +4 -4
  219. package/components/icons/icon-file-other.d.ts +3 -3
  220. package/components/icons/icon-file-other.js +4 -4
  221. package/components/icons/icon-file-pdf.d.ts +3 -3
  222. package/components/icons/icon-file-pdf.js +4 -4
  223. package/components/icons/icon-file-picture.d.ts +3 -3
  224. package/components/icons/icon-file-picture.js +4 -4
  225. package/components/icons/icon-file-powerpoint.d.ts +3 -3
  226. package/components/icons/icon-file-powerpoint.js +4 -4
  227. package/components/icons/icon-file-word.d.ts +3 -3
  228. package/components/icons/icon-file-word.js +4 -4
  229. package/components/icons/icon-find-care.d.ts +3 -3
  230. package/components/icons/icon-find-care.js +4 -4
  231. package/components/icons/icon-find-region.d.ts +3 -3
  232. package/components/icons/icon-find-region.js +4 -4
  233. package/components/icons/icon-flag.d.ts +3 -3
  234. package/components/icons/icon-flag.js +4 -4
  235. package/components/icons/icon-form-numbered-reocurring.d.ts +3 -3
  236. package/components/icons/icon-form-numbered-reocurring.js +4 -4
  237. package/components/icons/icon-form-numbered.d.ts +3 -3
  238. package/components/icons/icon-form-numbered.js +4 -4
  239. package/components/icons/icon-gavleborg.d.ts +3 -3
  240. package/components/icons/icon-gavleborg.js +4 -4
  241. package/components/icons/icon-gotland.d.ts +3 -3
  242. package/components/icons/icon-gotland.js +4 -4
  243. package/components/icons/icon-halland.d.ts +3 -3
  244. package/components/icons/icon-halland.js +4 -4
  245. package/components/icons/icon-headphones.d.ts +3 -3
  246. package/components/icons/icon-headphones.js +4 -4
  247. package/components/icons/icon-hourglass-end.d.ts +3 -3
  248. package/components/icons/icon-hourglass-end.js +4 -4
  249. package/components/icons/icon-hourglass-start.d.ts +3 -3
  250. package/components/icons/icon-hourglass-start.js +4 -4
  251. package/components/icons/icon-hourglass.d.ts +3 -3
  252. package/components/icons/icon-hourglass.js +4 -4
  253. package/components/icons/icon-house.d.ts +3 -3
  254. package/components/icons/icon-house.js +4 -4
  255. package/components/icons/icon-id-card-locked.d.ts +3 -3
  256. package/components/icons/icon-id-card-locked.js +4 -4
  257. package/components/icons/icon-id-card.d.ts +3 -3
  258. package/components/icons/icon-id-card.js +4 -4
  259. package/components/icons/icon-image.d.ts +3 -3
  260. package/components/icons/icon-image.js +4 -4
  261. package/components/icons/icon-inera-legacy.d.ts +3 -3
  262. package/components/icons/icon-inera-legacy.js +4 -4
  263. package/components/icons/icon-inera.d.ts +3 -3
  264. package/components/icons/icon-inera.js +4 -4
  265. package/components/icons/icon-information.d.ts +3 -3
  266. package/components/icons/icon-information.js +4 -4
  267. package/components/icons/icon-jamtland-harjedalen.d.ts +3 -3
  268. package/components/icons/icon-jamtland-harjedalen.js +4 -4
  269. package/components/icons/icon-jonkoping.d.ts +3 -3
  270. package/components/icons/icon-jonkoping.js +4 -4
  271. package/components/icons/icon-kalmar.d.ts +3 -3
  272. package/components/icons/icon-kalmar.js +4 -4
  273. package/components/icons/icon-kronoberg.d.ts +3 -3
  274. package/components/icons/icon-kronoberg.js +4 -4
  275. package/components/icons/icon-lightbulb.d.ts +3 -3
  276. package/components/icons/icon-lightbulb.js +4 -4
  277. package/components/icons/icon-linkedin.d.ts +3 -3
  278. package/components/icons/icon-linkedin.js +4 -4
  279. package/components/icons/icon-list.d.ts +3 -3
  280. package/components/icons/icon-list.js +4 -4
  281. package/components/icons/icon-lock-open.d.ts +3 -3
  282. package/components/icons/icon-lock-open.js +4 -4
  283. package/components/icons/icon-lock.d.ts +3 -3
  284. package/components/icons/icon-lock.js +4 -4
  285. package/components/icons/icon-log-locked.d.ts +3 -3
  286. package/components/icons/icon-log-locked.js +4 -4
  287. package/components/icons/icon-log.d.ts +3 -3
  288. package/components/icons/icon-log.js +4 -4
  289. package/components/icons/icon-menu.d.ts +3 -3
  290. package/components/icons/icon-menu.js +4 -4
  291. package/components/icons/icon-minus.d.ts +3 -3
  292. package/components/icons/icon-minus.js +4 -4
  293. package/components/icons/icon-moment-start.d.ts +3 -3
  294. package/components/icons/icon-moment-start.js +4 -4
  295. package/components/icons/icon-moment-stop.d.ts +3 -3
  296. package/components/icons/icon-moment-stop.js +4 -4
  297. package/components/icons/icon-norrbotten.d.ts +3 -3
  298. package/components/icons/icon-norrbotten.js +4 -4
  299. package/components/icons/icon-office-building.d.ts +3 -3
  300. package/components/icons/icon-office-building.js +4 -4
  301. package/components/icons/icon-orebro.d.ts +3 -3
  302. package/components/icons/icon-orebro.js +4 -4
  303. package/components/icons/icon-organization.d.ts +3 -3
  304. package/components/icons/icon-organization.js +4 -4
  305. package/components/icons/icon-ostergotland.d.ts +3 -3
  306. package/components/icons/icon-ostergotland.js +4 -4
  307. package/components/icons/icon-plus.d.ts +3 -3
  308. package/components/icons/icon-plus.js +4 -4
  309. package/components/icons/icon-prescription.d.ts +3 -3
  310. package/components/icons/icon-prescription.js +4 -4
  311. package/components/icons/icon-print.d.ts +3 -3
  312. package/components/icons/icon-print.js +4 -4
  313. package/components/icons/icon-question.d.ts +3 -3
  314. package/components/icons/icon-question.js +4 -4
  315. package/components/icons/icon-reload.d.ts +3 -3
  316. package/components/icons/icon-reload.js +4 -4
  317. package/components/icons/icon-reply.d.ts +3 -3
  318. package/components/icons/icon-reply.js +4 -4
  319. package/components/icons/icon-search-inera.d.ts +3 -3
  320. package/components/icons/icon-search-inera.js +4 -4
  321. package/components/icons/icon-search.d.ts +3 -3
  322. package/components/icons/icon-search.js +4 -4
  323. package/components/icons/icon-share.d.ts +3 -3
  324. package/components/icons/icon-share.js +4 -4
  325. package/components/icons/icon-shield-locked-primary.d.ts +3 -3
  326. package/components/icons/icon-shield-locked-primary.js +4 -4
  327. package/components/icons/icon-shield-locked.d.ts +3 -3
  328. package/components/icons/icon-shield-locked.js +4 -4
  329. package/components/icons/icon-skane.d.ts +3 -3
  330. package/components/icons/icon-skane.js +4 -4
  331. package/components/icons/icon-sormland.d.ts +3 -3
  332. package/components/icons/icon-sormland.js +4 -4
  333. package/components/icons/icon-star-filled.d.ts +3 -3
  334. package/components/icons/icon-star-filled.js +4 -4
  335. package/components/icons/icon-star.d.ts +3 -3
  336. package/components/icons/icon-star.js +4 -4
  337. package/components/icons/icon-stockholm.d.ts +3 -3
  338. package/components/icons/icon-stockholm.js +4 -4
  339. package/components/icons/icon-success.d.ts +3 -3
  340. package/components/icons/icon-success.js +4 -4
  341. package/components/icons/icon-swap.d.ts +3 -3
  342. package/components/icons/icon-swap.js +4 -4
  343. package/components/icons/icon-switch-person.d.ts +3 -3
  344. package/components/icons/icon-switch-person.js +4 -4
  345. package/components/icons/icon-telephone.d.ts +3 -3
  346. package/components/icons/icon-telephone.js +4 -4
  347. package/components/icons/icon-test-tube-analyze.d.ts +3 -3
  348. package/components/icons/icon-test-tube-analyze.js +4 -4
  349. package/components/icons/icon-test-tube-empty.d.ts +3 -3
  350. package/components/icons/icon-test-tube-empty.js +4 -4
  351. package/components/icons/icon-test-tube.d.ts +3 -3
  352. package/components/icons/icon-test-tube.js +4 -4
  353. package/components/icons/icon-toggle-card.d.ts +3 -3
  354. package/components/icons/icon-toggle-card.js +4 -4
  355. package/components/icons/icon-toggle-list.d.ts +3 -3
  356. package/components/icons/icon-toggle-list.js +4 -4
  357. package/components/icons/icon-trash.d.ts +3 -3
  358. package/components/icons/icon-trash.js +4 -4
  359. package/components/icons/icon-twitter.d.ts +3 -3
  360. package/components/icons/icon-twitter.js +4 -4
  361. package/components/icons/icon-uppsala.d.ts +3 -3
  362. package/components/icons/icon-uppsala.js +4 -4
  363. package/components/icons/icon-user.d.ts +3 -3
  364. package/components/icons/icon-user.js +4 -4
  365. package/components/icons/icon-varmland.d.ts +3 -3
  366. package/components/icons/icon-varmland.js +4 -4
  367. package/components/icons/icon-vasterbotten.d.ts +3 -3
  368. package/components/icons/icon-vasterbotten.js +4 -4
  369. package/components/icons/icon-vasternorrland.d.ts +3 -3
  370. package/components/icons/icon-vasternorrland.js +4 -4
  371. package/components/icons/icon-vastmanland.d.ts +3 -3
  372. package/components/icons/icon-vastmanland.js +4 -4
  373. package/components/icons/icon-vastra-gotaland.d.ts +3 -3
  374. package/components/icons/icon-vastra-gotaland.js +4 -4
  375. package/components/icons/icon-video-off.d.ts +3 -3
  376. package/components/icons/icon-video-off.js +4 -4
  377. package/components/icons/icon-video-on.d.ts +3 -3
  378. package/components/icons/icon-video-on.js +4 -4
  379. package/components/icons/icon-video-switch.d.ts +3 -3
  380. package/components/icons/icon-video-switch.js +4 -4
  381. package/components/icons/icon-visibility-off.d.ts +3 -3
  382. package/components/icons/icon-visibility-off.js +4 -4
  383. package/components/icons/icon-visibility.d.ts +3 -3
  384. package/components/icons/icon-visibility.js +4 -4
  385. package/components/icons/icon-warning.d.ts +3 -3
  386. package/components/icons/icon-warning.js +4 -4
  387. package/components/icons/icon-x.d.ts +3 -3
  388. package/components/link/link.d.ts +3 -3
  389. package/components/link/link.js +4 -4
  390. package/components/list/item/info/list-item-info.d.ts +3 -3
  391. package/components/list/item/info/list-item-info.js +4 -4
  392. package/components/list/item/list-item.d.ts +3 -3
  393. package/components/list/item/list-item.js +4 -4
  394. package/components/list/list.d.ts +3 -3
  395. package/components/list/list.js +4 -4
  396. package/components/mobile/menu/avatar/mobile-avatar.d.ts +2 -2
  397. package/components/mobile/menu/avatar/mobile-avatar.js +4 -4
  398. package/components/mobile/menu/item/mobile-item.d.ts +4 -4
  399. package/components/mobile/menu/item/mobile-item.js +7 -7
  400. package/components/mobile/menu/mobile-menu.d.ts +3 -3
  401. package/components/mobile/menu/mobile-menu.js +4 -4
  402. package/components/navigation/content/navigation-content.d.ts +3 -3
  403. package/components/navigation/content/navigation-content.js +4 -4
  404. package/components/navigation/local/navigation-local.d.ts +3 -3
  405. package/components/navigation/local/navigation-local.js +4 -4
  406. package/components/notification/badge/notification-badge.d.ts +3 -3
  407. package/components/notification/badge/notification-badge.js +4 -4
  408. package/components/popover/popover.d.ts +5 -5
  409. package/components/popover/popover.js +9 -9
  410. package/components/progressbar/progressbar.d.ts +3 -3
  411. package/components/progressbar/progressbar.js +4 -4
  412. package/components/stepper/stepper.d.ts +5 -5
  413. package/components/stepper/stepper.js +9 -9
  414. package/components/tabs/tabs.d.ts +9 -9
  415. package/components/tabs/tabs.js +17 -17
  416. package/components/tag/tag.d.ts +6 -6
  417. package/components/tag/tag.js +8 -8
  418. package/components/tooltip/tooltip.d.ts +3 -3
  419. package/components/tooltip/tooltip.js +4 -4
  420. package/package.json +2 -2
@@ -3,10 +3,10 @@ import '@inera/ids-core/components/icons/inera-legacy/register';
3
3
  import { IDSIconIneraLegacy as IDSIconIneraLegacy$1 } from '@inera/ids-core/components/icons/inera-legacy/icon-inera-legacy-element';
4
4
  import { createComponent } from '@lit-labs/react';
5
5
 
6
- const IDSIconIneraLegacy = createComponent({
7
- tagName: 'ids-icon-inera-legacy',
8
- elementClass: IDSIconIneraLegacy$1,
9
- react: React,
6
+ const IDSIconIneraLegacy = createComponent({
7
+ tagName: 'ids-icon-inera-legacy',
8
+ elementClass: IDSIconIneraLegacy$1,
9
+ react: React,
10
10
  });
11
11
 
12
12
  export { IDSIconIneraLegacy };
@@ -1,3 +1,3 @@
1
- import '@inera/ids-core/components/icons/inera/register';
2
- import { IDSIconInera as Icon } from '@inera/ids-core/components/icons/inera/icon-inera-element';
3
- export declare const IDSIconInera: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
1
+ import '@inera/ids-core/components/icons/inera/register';
2
+ import { IDSIconInera as Icon } from '@inera/ids-core/components/icons/inera/icon-inera-element';
3
+ export declare const IDSIconInera: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
@@ -3,10 +3,10 @@ import '@inera/ids-core/components/icons/inera/register';
3
3
  import { IDSIconInera as IDSIconInera$1 } from '@inera/ids-core/components/icons/inera/icon-inera-element';
4
4
  import { createComponent } from '@lit-labs/react';
5
5
 
6
- const IDSIconInera = createComponent({
7
- tagName: 'ids-icon-inera',
8
- elementClass: IDSIconInera$1,
9
- react: React,
6
+ const IDSIconInera = createComponent({
7
+ tagName: 'ids-icon-inera',
8
+ elementClass: IDSIconInera$1,
9
+ react: React,
10
10
  });
11
11
 
12
12
  export { IDSIconInera };
@@ -1,3 +1,3 @@
1
- import '@inera/ids-core/components/icons/information/register';
2
- import { IDSIconInformation as Icon } from '@inera/ids-core/components/icons/information/icon-information-element';
3
- export declare const IDSIconInformation: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
1
+ import '@inera/ids-core/components/icons/information/register';
2
+ import { IDSIconInformation as Icon } from '@inera/ids-core/components/icons/information/icon-information-element';
3
+ export declare const IDSIconInformation: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
@@ -3,10 +3,10 @@ import '@inera/ids-core/components/icons/information/register';
3
3
  import { IDSIconInformation as IDSIconInformation$1 } from '@inera/ids-core/components/icons/information/icon-information-element';
4
4
  import { createComponent } from '@lit-labs/react';
5
5
 
6
- const IDSIconInformation = createComponent({
7
- tagName: 'ids-icon-information',
8
- elementClass: IDSIconInformation$1,
9
- react: React,
6
+ const IDSIconInformation = createComponent({
7
+ tagName: 'ids-icon-information',
8
+ elementClass: IDSIconInformation$1,
9
+ react: React,
10
10
  });
11
11
 
12
12
  export { IDSIconInformation };
@@ -1,3 +1,3 @@
1
- import '@inera/ids-core/components/icons/jamtland-harjedalen/register';
2
- import { IDSIconJamtlandHarjedalen as Icon } from '@inera/ids-core/components/icons/jamtland-harjedalen/icon-jamtland-harjedalen-element';
3
- export declare const IDSIconJamtlandHarjedalen: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
1
+ import '@inera/ids-core/components/icons/jamtland-harjedalen/register';
2
+ import { IDSIconJamtlandHarjedalen as Icon } from '@inera/ids-core/components/icons/jamtland-harjedalen/icon-jamtland-harjedalen-element';
3
+ export declare const IDSIconJamtlandHarjedalen: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
@@ -3,10 +3,10 @@ import '@inera/ids-core/components/icons/jamtland-harjedalen/register';
3
3
  import { IDSIconJamtlandHarjedalen as IDSIconJamtlandHarjedalen$1 } from '@inera/ids-core/components/icons/jamtland-harjedalen/icon-jamtland-harjedalen-element';
4
4
  import { createComponent } from '@lit-labs/react';
5
5
 
6
- const IDSIconJamtlandHarjedalen = createComponent({
7
- tagName: 'ids-icon-jamtland-harjedalen',
8
- elementClass: IDSIconJamtlandHarjedalen$1,
9
- react: React,
6
+ const IDSIconJamtlandHarjedalen = createComponent({
7
+ tagName: 'ids-icon-jamtland-harjedalen',
8
+ elementClass: IDSIconJamtlandHarjedalen$1,
9
+ react: React,
10
10
  });
11
11
 
12
12
  export { IDSIconJamtlandHarjedalen };
@@ -1,3 +1,3 @@
1
- import '@inera/ids-core/components/icons/jonkoping/register';
2
- import { IDSIconJonkoping as Icon } from '@inera/ids-core/components/icons/jonkoping/icon-jonkoping-element';
3
- export declare const IDSIconJonkoping: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
1
+ import '@inera/ids-core/components/icons/jonkoping/register';
2
+ import { IDSIconJonkoping as Icon } from '@inera/ids-core/components/icons/jonkoping/icon-jonkoping-element';
3
+ export declare const IDSIconJonkoping: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
@@ -3,10 +3,10 @@ import '@inera/ids-core/components/icons/jonkoping/register';
3
3
  import { IDSIconJonkoping as IDSIconJonkoping$1 } from '@inera/ids-core/components/icons/jonkoping/icon-jonkoping-element';
4
4
  import { createComponent } from '@lit-labs/react';
5
5
 
6
- const IDSIconJonkoping = createComponent({
7
- tagName: 'ids-icon-jonkoping',
8
- elementClass: IDSIconJonkoping$1,
9
- react: React,
6
+ const IDSIconJonkoping = createComponent({
7
+ tagName: 'ids-icon-jonkoping',
8
+ elementClass: IDSIconJonkoping$1,
9
+ react: React,
10
10
  });
11
11
 
12
12
  export { IDSIconJonkoping };
@@ -1,3 +1,3 @@
1
- import '@inera/ids-core/components/icons/kalmar/register';
2
- import { IDSIconKalmar as Icon } from '@inera/ids-core/components/icons/kalmar/icon-kalmar-element';
3
- export declare const IDSIconKalmar: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
1
+ import '@inera/ids-core/components/icons/kalmar/register';
2
+ import { IDSIconKalmar as Icon } from '@inera/ids-core/components/icons/kalmar/icon-kalmar-element';
3
+ export declare const IDSIconKalmar: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
@@ -3,10 +3,10 @@ import '@inera/ids-core/components/icons/kalmar/register';
3
3
  import { IDSIconKalmar as IDSIconKalmar$1 } from '@inera/ids-core/components/icons/kalmar/icon-kalmar-element';
4
4
  import { createComponent } from '@lit-labs/react';
5
5
 
6
- const IDSIconKalmar = createComponent({
7
- tagName: 'ids-icon-kalmar',
8
- elementClass: IDSIconKalmar$1,
9
- react: React,
6
+ const IDSIconKalmar = createComponent({
7
+ tagName: 'ids-icon-kalmar',
8
+ elementClass: IDSIconKalmar$1,
9
+ react: React,
10
10
  });
11
11
 
12
12
  export { IDSIconKalmar };
@@ -1,3 +1,3 @@
1
- import '@inera/ids-core/components/icons/kronoberg/register';
2
- import { IDSIconKronoberg as Icon } from '@inera/ids-core/components/icons/kronoberg/icon-kronoberg-element';
3
- export declare const IDSIconKronoberg: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
1
+ import '@inera/ids-core/components/icons/kronoberg/register';
2
+ import { IDSIconKronoberg as Icon } from '@inera/ids-core/components/icons/kronoberg/icon-kronoberg-element';
3
+ export declare const IDSIconKronoberg: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
@@ -3,10 +3,10 @@ import '@inera/ids-core/components/icons/kronoberg/register';
3
3
  import { IDSIconKronoberg as IDSIconKronoberg$1 } from '@inera/ids-core/components/icons/kronoberg/icon-kronoberg-element';
4
4
  import { createComponent } from '@lit-labs/react';
5
5
 
6
- const IDSIconKronoberg = createComponent({
7
- tagName: 'ids-icon-kronoberg',
8
- elementClass: IDSIconKronoberg$1,
9
- react: React,
6
+ const IDSIconKronoberg = createComponent({
7
+ tagName: 'ids-icon-kronoberg',
8
+ elementClass: IDSIconKronoberg$1,
9
+ react: React,
10
10
  });
11
11
 
12
12
  export { IDSIconKronoberg };
@@ -1,3 +1,3 @@
1
- import '@inera/ids-core/components/icons/lightbulb/register';
2
- import { IDSIconLightbulb as Icon } from '@inera/ids-core/components/icons/lightbulb/icon-lightbulb-element';
3
- export declare const IDSIconLightbulb: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
1
+ import '@inera/ids-core/components/icons/lightbulb/register';
2
+ import { IDSIconLightbulb as Icon } from '@inera/ids-core/components/icons/lightbulb/icon-lightbulb-element';
3
+ export declare const IDSIconLightbulb: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
@@ -3,10 +3,10 @@ import '@inera/ids-core/components/icons/lightbulb/register';
3
3
  import { IDSIconLightbulb as IDSIconLightbulb$1 } from '@inera/ids-core/components/icons/lightbulb/icon-lightbulb-element';
4
4
  import { createComponent } from '@lit-labs/react';
5
5
 
6
- const IDSIconLightbulb = createComponent({
7
- tagName: 'ids-icon-lightbulb',
8
- elementClass: IDSIconLightbulb$1,
9
- react: React,
6
+ const IDSIconLightbulb = createComponent({
7
+ tagName: 'ids-icon-lightbulb',
8
+ elementClass: IDSIconLightbulb$1,
9
+ react: React,
10
10
  });
11
11
 
12
12
  export { IDSIconLightbulb };
@@ -1,3 +1,3 @@
1
- import '@inera/ids-core/components/icons/linkedin/register';
2
- import { IDSIconLinkedin as Icon } from '@inera/ids-core/components/icons/linkedin/icon-linkedin-element';
3
- export declare const IDSIconLinkedin: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
1
+ import '@inera/ids-core/components/icons/linkedin/register';
2
+ import { IDSIconLinkedin as Icon } from '@inera/ids-core/components/icons/linkedin/icon-linkedin-element';
3
+ export declare const IDSIconLinkedin: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
@@ -3,10 +3,10 @@ import '@inera/ids-core/components/icons/linkedin/register';
3
3
  import { IDSIconLinkedin as IDSIconLinkedin$1 } from '@inera/ids-core/components/icons/linkedin/icon-linkedin-element';
4
4
  import { createComponent } from '@lit-labs/react';
5
5
 
6
- const IDSIconLinkedin = createComponent({
7
- tagName: 'ids-icon-linkedin',
8
- elementClass: IDSIconLinkedin$1,
9
- react: React,
6
+ const IDSIconLinkedin = createComponent({
7
+ tagName: 'ids-icon-linkedin',
8
+ elementClass: IDSIconLinkedin$1,
9
+ react: React,
10
10
  });
11
11
 
12
12
  export { IDSIconLinkedin };
@@ -1,3 +1,3 @@
1
- import '@inera/ids-core/components/icons/list/register';
2
- import { IDSIconList as Icon } from '@inera/ids-core/components/icons/list/icon-list-element';
3
- export declare const IDSIconList: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
1
+ import '@inera/ids-core/components/icons/list/register';
2
+ import { IDSIconList as Icon } from '@inera/ids-core/components/icons/list/icon-list-element';
3
+ export declare const IDSIconList: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
@@ -3,10 +3,10 @@ import '@inera/ids-core/components/icons/list/register';
3
3
  import { IDSIconList as IDSIconList$1 } from '@inera/ids-core/components/icons/list/icon-list-element';
4
4
  import { createComponent } from '@lit-labs/react';
5
5
 
6
- const IDSIconList = createComponent({
7
- tagName: 'ids-icon-list',
8
- elementClass: IDSIconList$1,
9
- react: React,
6
+ const IDSIconList = createComponent({
7
+ tagName: 'ids-icon-list',
8
+ elementClass: IDSIconList$1,
9
+ react: React,
10
10
  });
11
11
 
12
12
  export { IDSIconList };
@@ -1,3 +1,3 @@
1
- import '@inera/ids-core/components/icons/lock-open/register';
2
- import { IDSIconLockOpen as Icon } from '@inera/ids-core/components/icons/lock-open/icon-lock-open-element';
3
- export declare const IDSIconLockOpen: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
1
+ import '@inera/ids-core/components/icons/lock-open/register';
2
+ import { IDSIconLockOpen as Icon } from '@inera/ids-core/components/icons/lock-open/icon-lock-open-element';
3
+ export declare const IDSIconLockOpen: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
@@ -3,10 +3,10 @@ import '@inera/ids-core/components/icons/lock-open/register';
3
3
  import { IDSIconLockOpen as IDSIconLockOpen$1 } from '@inera/ids-core/components/icons/lock-open/icon-lock-open-element';
4
4
  import { createComponent } from '@lit-labs/react';
5
5
 
6
- const IDSIconLockOpen = createComponent({
7
- tagName: 'ids-icon-lock-open',
8
- elementClass: IDSIconLockOpen$1,
9
- react: React,
6
+ const IDSIconLockOpen = createComponent({
7
+ tagName: 'ids-icon-lock-open',
8
+ elementClass: IDSIconLockOpen$1,
9
+ react: React,
10
10
  });
11
11
 
12
12
  export { IDSIconLockOpen };
@@ -1,3 +1,3 @@
1
- import '@inera/ids-core/components/icons/lock/register';
2
- import { IDSIconLock as Icon } from '@inera/ids-core/components/icons/lock/icon-lock-element';
3
- export declare const IDSIconLock: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
1
+ import '@inera/ids-core/components/icons/lock/register';
2
+ import { IDSIconLock as Icon } from '@inera/ids-core/components/icons/lock/icon-lock-element';
3
+ export declare const IDSIconLock: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
@@ -3,10 +3,10 @@ import '@inera/ids-core/components/icons/lock/register';
3
3
  import { IDSIconLock as IDSIconLock$1 } from '@inera/ids-core/components/icons/lock/icon-lock-element';
4
4
  import { createComponent } from '@lit-labs/react';
5
5
 
6
- const IDSIconLock = createComponent({
7
- tagName: 'ids-icon-lock',
8
- elementClass: IDSIconLock$1,
9
- react: React,
6
+ const IDSIconLock = createComponent({
7
+ tagName: 'ids-icon-lock',
8
+ elementClass: IDSIconLock$1,
9
+ react: React,
10
10
  });
11
11
 
12
12
  export { IDSIconLock };
@@ -1,3 +1,3 @@
1
- import '@inera/ids-core/components/icons/log-locked/register';
2
- import { IDSIconLogLocked as Icon } from '@inera/ids-core/components/icons/log-locked/icon-log-locked-element';
3
- export declare const IDSIconLogLocked: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
1
+ import '@inera/ids-core/components/icons/log-locked/register';
2
+ import { IDSIconLogLocked as Icon } from '@inera/ids-core/components/icons/log-locked/icon-log-locked-element';
3
+ export declare const IDSIconLogLocked: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
@@ -3,10 +3,10 @@ import '@inera/ids-core/components/icons/log-locked/register';
3
3
  import { IDSIconLogLocked as IDSIconLogLocked$1 } from '@inera/ids-core/components/icons/log-locked/icon-log-locked-element';
4
4
  import { createComponent } from '@lit-labs/react';
5
5
 
6
- const IDSIconLogLocked = createComponent({
7
- tagName: 'ids-icon-log-locked',
8
- elementClass: IDSIconLogLocked$1,
9
- react: React,
6
+ const IDSIconLogLocked = createComponent({
7
+ tagName: 'ids-icon-log-locked',
8
+ elementClass: IDSIconLogLocked$1,
9
+ react: React,
10
10
  });
11
11
 
12
12
  export { IDSIconLogLocked };
@@ -1,3 +1,3 @@
1
- import '@inera/ids-core/components/icons/log/register';
2
- import { IDSIconLog as Icon } from '@inera/ids-core/components/icons/log/icon-log-element';
3
- export declare const IDSIconLog: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
1
+ import '@inera/ids-core/components/icons/log/register';
2
+ import { IDSIconLog as Icon } from '@inera/ids-core/components/icons/log/icon-log-element';
3
+ export declare const IDSIconLog: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
@@ -3,10 +3,10 @@ import '@inera/ids-core/components/icons/log/register';
3
3
  import { IDSIconLog as IDSIconLog$1 } from '@inera/ids-core/components/icons/log/icon-log-element';
4
4
  import { createComponent } from '@lit-labs/react';
5
5
 
6
- const IDSIconLog = createComponent({
7
- tagName: 'ids-icon-log',
8
- elementClass: IDSIconLog$1,
9
- react: React,
6
+ const IDSIconLog = createComponent({
7
+ tagName: 'ids-icon-log',
8
+ elementClass: IDSIconLog$1,
9
+ react: React,
10
10
  });
11
11
 
12
12
  export { IDSIconLog };
@@ -1,3 +1,3 @@
1
- import '@inera/ids-core/components/icons/menu/register';
2
- import { IDSIconMenu as Icon } from '@inera/ids-core/components/icons/menu/icon-menu-element';
3
- export declare const IDSIconMenu: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
1
+ import '@inera/ids-core/components/icons/menu/register';
2
+ import { IDSIconMenu as Icon } from '@inera/ids-core/components/icons/menu/icon-menu-element';
3
+ export declare const IDSIconMenu: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
@@ -3,10 +3,10 @@ import '@inera/ids-core/components/icons/menu/register';
3
3
  import { IDSIconMenu as IDSIconMenu$1 } from '@inera/ids-core/components/icons/menu/icon-menu-element';
4
4
  import { createComponent } from '@lit-labs/react';
5
5
 
6
- const IDSIconMenu = createComponent({
7
- tagName: 'ids-icon-menu',
8
- elementClass: IDSIconMenu$1,
9
- react: React,
6
+ const IDSIconMenu = createComponent({
7
+ tagName: 'ids-icon-menu',
8
+ elementClass: IDSIconMenu$1,
9
+ react: React,
10
10
  });
11
11
 
12
12
  export { IDSIconMenu };
@@ -1,3 +1,3 @@
1
- import '@inera/ids-core/components/icons/minus/register';
2
- import { IDSIconMinus as Icon } from '@inera/ids-core/components/icons/minus/icon-minus-element';
3
- export declare const IDSIconMinus: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
1
+ import '@inera/ids-core/components/icons/minus/register';
2
+ import { IDSIconMinus as Icon } from '@inera/ids-core/components/icons/minus/icon-minus-element';
3
+ export declare const IDSIconMinus: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
@@ -3,10 +3,10 @@ import '@inera/ids-core/components/icons/minus/register';
3
3
  import { IDSIconMinus as IDSIconMinus$1 } from '@inera/ids-core/components/icons/minus/icon-minus-element';
4
4
  import { createComponent } from '@lit-labs/react';
5
5
 
6
- const IDSIconMinus = createComponent({
7
- tagName: 'ids-icon-minus',
8
- elementClass: IDSIconMinus$1,
9
- react: React,
6
+ const IDSIconMinus = createComponent({
7
+ tagName: 'ids-icon-minus',
8
+ elementClass: IDSIconMinus$1,
9
+ react: React,
10
10
  });
11
11
 
12
12
  export { IDSIconMinus };
@@ -1,3 +1,3 @@
1
- import '@inera/ids-core/components/icons/moment-start/register';
2
- import { IDSIconMomentStart as Icon } from '@inera/ids-core/components/icons/moment-start/icon-moment-start-element';
3
- export declare const IDSIconMomentStart: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
1
+ import '@inera/ids-core/components/icons/moment-start/register';
2
+ import { IDSIconMomentStart as Icon } from '@inera/ids-core/components/icons/moment-start/icon-moment-start-element';
3
+ export declare const IDSIconMomentStart: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
@@ -3,10 +3,10 @@ import '@inera/ids-core/components/icons/moment-start/register';
3
3
  import { IDSIconMomentStart as IDSIconMomentStart$1 } from '@inera/ids-core/components/icons/moment-start/icon-moment-start-element';
4
4
  import { createComponent } from '@lit-labs/react';
5
5
 
6
- const IDSIconMomentStart = createComponent({
7
- tagName: 'ids-icon-moment-start',
8
- elementClass: IDSIconMomentStart$1,
9
- react: React,
6
+ const IDSIconMomentStart = createComponent({
7
+ tagName: 'ids-icon-moment-start',
8
+ elementClass: IDSIconMomentStart$1,
9
+ react: React,
10
10
  });
11
11
 
12
12
  export { IDSIconMomentStart };
@@ -1,3 +1,3 @@
1
- import '@inera/ids-core/components/icons/moment-stop/register';
2
- import { IDSIconMomentStop as Icon } from '@inera/ids-core/components/icons/moment-stop/icon-moment-stop-element';
3
- export declare const IDSIconMomentStop: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
1
+ import '@inera/ids-core/components/icons/moment-stop/register';
2
+ import { IDSIconMomentStop as Icon } from '@inera/ids-core/components/icons/moment-stop/icon-moment-stop-element';
3
+ export declare const IDSIconMomentStop: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
@@ -3,10 +3,10 @@ import '@inera/ids-core/components/icons/moment-stop/register';
3
3
  import { IDSIconMomentStop as IDSIconMomentStop$1 } from '@inera/ids-core/components/icons/moment-stop/icon-moment-stop-element';
4
4
  import { createComponent } from '@lit-labs/react';
5
5
 
6
- const IDSIconMomentStop = createComponent({
7
- tagName: 'ids-icon-moment-stop',
8
- elementClass: IDSIconMomentStop$1,
9
- react: React,
6
+ const IDSIconMomentStop = createComponent({
7
+ tagName: 'ids-icon-moment-stop',
8
+ elementClass: IDSIconMomentStop$1,
9
+ react: React,
10
10
  });
11
11
 
12
12
  export { IDSIconMomentStop };
@@ -1,3 +1,3 @@
1
- import '@inera/ids-core/components/icons/norrbotten/register';
2
- import { IDSIconNorrbotten as Icon } from '@inera/ids-core/components/icons/norrbotten/icon-norrbotten-element';
3
- export declare const IDSIconNorrbotten: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
1
+ import '@inera/ids-core/components/icons/norrbotten/register';
2
+ import { IDSIconNorrbotten as Icon } from '@inera/ids-core/components/icons/norrbotten/icon-norrbotten-element';
3
+ export declare const IDSIconNorrbotten: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
@@ -3,10 +3,10 @@ import '@inera/ids-core/components/icons/norrbotten/register';
3
3
  import { IDSIconNorrbotten as IDSIconNorrbotten$1 } from '@inera/ids-core/components/icons/norrbotten/icon-norrbotten-element';
4
4
  import { createComponent } from '@lit-labs/react';
5
5
 
6
- const IDSIconNorrbotten = createComponent({
7
- tagName: 'ids-icon-norrbotten',
8
- elementClass: IDSIconNorrbotten$1,
9
- react: React,
6
+ const IDSIconNorrbotten = createComponent({
7
+ tagName: 'ids-icon-norrbotten',
8
+ elementClass: IDSIconNorrbotten$1,
9
+ react: React,
10
10
  });
11
11
 
12
12
  export { IDSIconNorrbotten };
@@ -1,3 +1,3 @@
1
- import '@inera/ids-core/components/icons/office-building/register';
2
- import { IDSIconOfficeBuilding as Icon } from '@inera/ids-core/components/icons/office-building/icon-office-building-element';
3
- export declare const IDSIconOfficeBuilding: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
1
+ import '@inera/ids-core/components/icons/office-building/register';
2
+ import { IDSIconOfficeBuilding as Icon } from '@inera/ids-core/components/icons/office-building/icon-office-building-element';
3
+ export declare const IDSIconOfficeBuilding: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
@@ -3,10 +3,10 @@ import '@inera/ids-core/components/icons/office-building/register';
3
3
  import { IDSIconOfficeBuilding as IDSIconOfficeBuilding$1 } from '@inera/ids-core/components/icons/office-building/icon-office-building-element';
4
4
  import { createComponent } from '@lit-labs/react';
5
5
 
6
- const IDSIconOfficeBuilding = createComponent({
7
- tagName: 'ids-icon-office-building',
8
- elementClass: IDSIconOfficeBuilding$1,
9
- react: React,
6
+ const IDSIconOfficeBuilding = createComponent({
7
+ tagName: 'ids-icon-office-building',
8
+ elementClass: IDSIconOfficeBuilding$1,
9
+ react: React,
10
10
  });
11
11
 
12
12
  export { IDSIconOfficeBuilding };
@@ -1,3 +1,3 @@
1
- import '@inera/ids-core/components/icons/orebro/register';
2
- import { IDSIconOrebro as Icon } from '@inera/ids-core/components/icons/orebro/icon-orebro-element';
3
- export declare const IDSIconOrebro: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
1
+ import '@inera/ids-core/components/icons/orebro/register';
2
+ import { IDSIconOrebro as Icon } from '@inera/ids-core/components/icons/orebro/icon-orebro-element';
3
+ export declare const IDSIconOrebro: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
@@ -3,10 +3,10 @@ import '@inera/ids-core/components/icons/orebro/register';
3
3
  import { IDSIconOrebro as IDSIconOrebro$1 } from '@inera/ids-core/components/icons/orebro/icon-orebro-element';
4
4
  import { createComponent } from '@lit-labs/react';
5
5
 
6
- const IDSIconOrebro = createComponent({
7
- tagName: 'ids-icon-orebro',
8
- elementClass: IDSIconOrebro$1,
9
- react: React,
6
+ const IDSIconOrebro = createComponent({
7
+ tagName: 'ids-icon-orebro',
8
+ elementClass: IDSIconOrebro$1,
9
+ react: React,
10
10
  });
11
11
 
12
12
  export { IDSIconOrebro };
@@ -1,3 +1,3 @@
1
- import '@inera/ids-core/components/icons/organization/register';
2
- import { IDSIconOrganization as Icon } from '@inera/ids-core/components/icons/organization/icon-organization-element';
3
- export declare const IDSIconOrganization: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
1
+ import '@inera/ids-core/components/icons/organization/register';
2
+ import { IDSIconOrganization as Icon } from '@inera/ids-core/components/icons/organization/icon-organization-element';
3
+ export declare const IDSIconOrganization: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
@@ -3,10 +3,10 @@ import '@inera/ids-core/components/icons/organization/register';
3
3
  import { IDSIconOrganization as IDSIconOrganization$1 } from '@inera/ids-core/components/icons/organization/icon-organization-element';
4
4
  import { createComponent } from '@lit-labs/react';
5
5
 
6
- const IDSIconOrganization = createComponent({
7
- tagName: 'ids-icon-organization',
8
- elementClass: IDSIconOrganization$1,
9
- react: React,
6
+ const IDSIconOrganization = createComponent({
7
+ tagName: 'ids-icon-organization',
8
+ elementClass: IDSIconOrganization$1,
9
+ react: React,
10
10
  });
11
11
 
12
12
  export { IDSIconOrganization };
@@ -1,3 +1,3 @@
1
- import '@inera/ids-core/components/icons/ostergotland/register';
2
- import { IDSIconOstergotland as Icon } from '@inera/ids-core/components/icons/ostergotland/icon-ostergotland-element';
3
- export declare const IDSIconOstergotland: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
1
+ import '@inera/ids-core/components/icons/ostergotland/register';
2
+ import { IDSIconOstergotland as Icon } from '@inera/ids-core/components/icons/ostergotland/icon-ostergotland-element';
3
+ export declare const IDSIconOstergotland: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
@@ -3,10 +3,10 @@ import '@inera/ids-core/components/icons/ostergotland/register';
3
3
  import { IDSIconOstergotland as IDSIconOstergotland$1 } from '@inera/ids-core/components/icons/ostergotland/icon-ostergotland-element';
4
4
  import { createComponent } from '@lit-labs/react';
5
5
 
6
- const IDSIconOstergotland = createComponent({
7
- tagName: 'ids-icon-ostergotland',
8
- elementClass: IDSIconOstergotland$1,
9
- react: React,
6
+ const IDSIconOstergotland = createComponent({
7
+ tagName: 'ids-icon-ostergotland',
8
+ elementClass: IDSIconOstergotland$1,
9
+ react: React,
10
10
  });
11
11
 
12
12
  export { IDSIconOstergotland };
@@ -1,3 +1,3 @@
1
- import '@inera/ids-core/components/icons/plus/register';
2
- import { IDSIconPlus as Icon } from '@inera/ids-core/components/icons/plus/icon-plus-element';
3
- export declare const IDSIconPlus: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
1
+ import '@inera/ids-core/components/icons/plus/register';
2
+ import { IDSIconPlus as Icon } from '@inera/ids-core/components/icons/plus/icon-plus-element';
3
+ export declare const IDSIconPlus: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
@@ -3,10 +3,10 @@ import '@inera/ids-core/components/icons/plus/register';
3
3
  import { IDSIconPlus as IDSIconPlus$1 } from '@inera/ids-core/components/icons/plus/icon-plus-element';
4
4
  import { createComponent } from '@lit-labs/react';
5
5
 
6
- const IDSIconPlus = createComponent({
7
- tagName: 'ids-icon-plus',
8
- elementClass: IDSIconPlus$1,
9
- react: React,
6
+ const IDSIconPlus = createComponent({
7
+ tagName: 'ids-icon-plus',
8
+ elementClass: IDSIconPlus$1,
9
+ react: React,
10
10
  });
11
11
 
12
12
  export { IDSIconPlus };
@@ -1,3 +1,3 @@
1
- import '@inera/ids-core/components/icons/prescription/register';
2
- import { IDSIconPrescription as Icon } from '@inera/ids-core/components/icons/prescription/icon-prescription-element';
3
- export declare const IDSIconPrescription: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
1
+ import '@inera/ids-core/components/icons/prescription/register';
2
+ import { IDSIconPrescription as Icon } from '@inera/ids-core/components/icons/prescription/icon-prescription-element';
3
+ export declare const IDSIconPrescription: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
@@ -3,10 +3,10 @@ import '@inera/ids-core/components/icons/prescription/register';
3
3
  import { IDSIconPrescription as IDSIconPrescription$1 } from '@inera/ids-core/components/icons/prescription/icon-prescription-element';
4
4
  import { createComponent } from '@lit-labs/react';
5
5
 
6
- const IDSIconPrescription = createComponent({
7
- tagName: 'ids-icon-prescription',
8
- elementClass: IDSIconPrescription$1,
9
- react: React,
6
+ const IDSIconPrescription = createComponent({
7
+ tagName: 'ids-icon-prescription',
8
+ elementClass: IDSIconPrescription$1,
9
+ react: React,
10
10
  });
11
11
 
12
12
  export { IDSIconPrescription };