@dnb/eufemia 10.0.0-beta.8 → 10.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.
Files changed (739) hide show
  1. package/CHANGELOG.md +275 -310
  2. package/assets/icons/dnb/accounting.svg +1 -0
  3. package/assets/icons/dnb/accounting_medium.svg +1 -0
  4. package/assets/icons/dnb/candle_stick.svg +1 -0
  5. package/assets/icons/dnb/candle_stick_medium.svg +1 -0
  6. package/assets/icons/dnb/eufemia-icons-xml-categorized.tgz +0 -0
  7. package/assets/icons/dnb/eufemia-icons-xml.tgz +0 -0
  8. package/assets/icons/dnb/fortune_ball.svg +1 -0
  9. package/assets/icons/dnb/fortune_ball_medium.svg +1 -0
  10. package/assets/icons/dnb/scan.svg +1 -0
  11. package/assets/icons/dnb/scan_medium.svg +1 -0
  12. package/assets/icons/dnb/shield_lock.svg +1 -1
  13. package/assets/icons/dnb/shield_lock_medium.svg +1 -1
  14. package/cjs/components/anchor/Anchor.d.ts +3 -3
  15. package/cjs/components/anchor/style/themes/dnb-anchor-theme-sbanken.css +20 -10
  16. package/cjs/components/anchor/style/themes/dnb-anchor-theme-sbanken.min.css +1 -1
  17. package/cjs/components/anchor/style/themes/dnb-anchor-theme-sbanken.scss +17 -14
  18. package/cjs/components/anchor/style/themes/dnb-anchor-theme-ui.scss +28 -14
  19. package/cjs/components/autocomplete/Autocomplete.js +5 -2
  20. package/cjs/components/avatar/Avatar.d.ts +1 -0
  21. package/cjs/components/button/style/dnb-button--tertiary.css +4 -0
  22. package/cjs/components/button/style/dnb-button--tertiary.min.css +1 -1
  23. package/cjs/components/button/style/dnb-button--tertiary.scss +3 -0
  24. package/cjs/components/button/style/themes/button-mixins.scss +3 -3
  25. package/cjs/components/button/style/themes/dnb-button-theme-eiendom.css +4 -4
  26. package/cjs/components/button/style/themes/dnb-button-theme-eiendom.min.css +1 -1
  27. package/cjs/components/button/style/themes/dnb-button-theme-sbanken.css +8 -18
  28. package/cjs/components/button/style/themes/dnb-button-theme-sbanken.min.css +1 -1
  29. package/cjs/components/button/style/themes/dnb-button-theme-sbanken.scss +6 -10
  30. package/cjs/components/button/style/themes/dnb-button-theme-ui.css +4 -4
  31. package/cjs/components/button/style/themes/dnb-button-theme-ui.min.css +1 -1
  32. package/cjs/components/button/style/themes/dnb-button-theme-ui.scss +0 -5
  33. package/cjs/components/checkbox/Checkbox.d.ts +1 -1
  34. package/cjs/components/date-picker/DatePicker.d.ts +1 -1
  35. package/cjs/components/drawer/Drawer.d.ts +2 -1
  36. package/cjs/components/dropdown/Dropdown.d.ts +1 -1
  37. package/cjs/components/form-label/FormLabel.d.ts +1 -1
  38. package/cjs/components/form-row/FormRow.d.ts +1 -1
  39. package/cjs/components/form-set/FormSet.d.ts +1 -1
  40. package/cjs/components/form-status/FormStatus.d.ts +1 -1
  41. package/cjs/components/global-error/GlobalError.d.ts +64 -62
  42. package/cjs/components/global-error/GlobalError.js +76 -509
  43. package/cjs/components/global-error/style/dnb-global-error.css +21 -31
  44. package/cjs/components/global-error/style/dnb-global-error.min.css +1 -1
  45. package/cjs/components/global-error/style/dnb-global-error.scss +19 -29
  46. package/cjs/components/global-status/GlobalStatus.d.ts +1 -1
  47. package/cjs/components/heading/Heading.d.ts +1 -1
  48. package/cjs/components/height-animation/HeightAnimation.d.ts +1 -1
  49. package/cjs/components/icon/Icon.d.ts +1 -1
  50. package/cjs/components/icon/Icon.js +1 -1
  51. package/cjs/components/icon-primary/IconPrimary.d.ts +1 -1
  52. package/cjs/components/input/Input.d.ts +2 -2
  53. package/cjs/components/input/InputPassword.d.ts +1 -1
  54. package/cjs/components/input-masked/InputMasked.d.ts +2 -2
  55. package/cjs/components/input-masked/InputMasked.js +1 -1
  56. package/cjs/components/input-masked/InputMaskedHooks.js +17 -9
  57. package/cjs/components/input-masked/text-mask/createTextMaskInputElement.js +1 -3
  58. package/cjs/components/lib.d.ts +2 -2
  59. package/cjs/components/logo/Logo.d.ts +1 -1
  60. package/cjs/components/number-format/NumberFormat.js +2 -12
  61. package/cjs/components/number-format/NumberUtils.d.ts +12 -0
  62. package/cjs/components/pagination/Pagination.d.ts +1 -1
  63. package/cjs/components/radio/Radio.d.ts +1 -1
  64. package/cjs/components/radio/RadioGroup.d.ts +1 -1
  65. package/cjs/components/radio/style/dnb-radio.css +1 -0
  66. package/cjs/components/radio/style/dnb-radio.min.css +1 -1
  67. package/cjs/components/radio/style/dnb-radio.scss +1 -0
  68. package/cjs/components/section/Section.d.ts +1 -1
  69. package/cjs/components/skeleton/Skeleton.d.ts +1 -1
  70. package/cjs/components/space/Space.d.ts +1 -1
  71. package/cjs/components/step-indicator/StepIndicator.d.ts +1 -1
  72. package/cjs/components/step-indicator/StepIndicatorItem.d.ts +1 -1
  73. package/cjs/components/step-indicator/StepIndicatorSidebar.d.ts +7 -5
  74. package/cjs/components/step-indicator/StepIndicatorTriggerButton.d.ts +1 -1
  75. package/cjs/components/switch/Switch.d.ts +1 -1
  76. package/cjs/components/tabs/Tabs.d.ts +1 -1
  77. package/cjs/components/textarea/Textarea.d.ts +1 -1
  78. package/cjs/components/toggle-button/ToggleButton.d.ts +1 -1
  79. package/cjs/core/jest/jestSetupScreenshots.css +1 -0
  80. package/cjs/elements/Element.d.ts +3 -3
  81. package/cjs/elements/Link.d.ts +2 -2
  82. package/cjs/elements/img/style/dnb-img.scss +2 -24
  83. package/cjs/elements/img/style/img-mixins.scss +29 -0
  84. package/cjs/elements/img/style/themes/dnb-img-theme-ui.scss +17 -4
  85. package/cjs/elements/lib.d.ts +2 -2
  86. package/cjs/elements/typography/style/themes/dnb-typography-theme-ui.scss +18 -2
  87. package/cjs/extensions/payment-card/PaymentCard.d.ts +6 -29
  88. package/cjs/icons/{document_csv.d.ts → accounting.d.ts} +1 -1
  89. package/cjs/icons/{document_pdf.js → accounting.js} +2 -2
  90. package/cjs/icons/{document_contract.d.ts → accounting_medium.d.ts} +1 -1
  91. package/cjs/icons/{document_contract.js → accounting_medium.js} +2 -2
  92. package/cjs/icons/{document_pdf.d.ts → candle_stick.d.ts} +1 -1
  93. package/cjs/icons/{document_add.js → candle_stick.js} +2 -2
  94. package/cjs/icons/{document_add_medium.d.ts → candle_stick_medium.d.ts} +1 -1
  95. package/cjs/icons/{document_add_medium.js → candle_stick_medium.js} +2 -2
  96. package/cjs/icons/dnb/{document_pdf.d.ts → accounting.d.ts} +2 -2
  97. package/cjs/icons/dnb/{document_rejected.js → accounting.js} +8 -8
  98. package/cjs/icons/dnb/accounting_medium.d.ts +4 -0
  99. package/cjs/icons/dnb/accounting_medium.js +31 -0
  100. package/cjs/icons/dnb/{document_add.d.ts → candle_stick.d.ts} +2 -2
  101. package/cjs/icons/dnb/{document.js → candle_stick.js} +7 -8
  102. package/cjs/icons/dnb/candle_stick_medium.d.ts +4 -0
  103. package/cjs/icons/dnb/{document_medium.js → candle_stick_medium.js} +7 -8
  104. package/cjs/icons/dnb/{document_csv.d.ts → fortune_ball.d.ts} +2 -2
  105. package/cjs/icons/dnb/fortune_ball.js +31 -0
  106. package/cjs/icons/dnb/fortune_ball_medium.d.ts +4 -0
  107. package/cjs/icons/dnb/fortune_ball_medium.js +31 -0
  108. package/cjs/icons/dnb/icons-svg.lock +1174 -1070
  109. package/cjs/icons/dnb/index.d.ts +9 -25
  110. package/cjs/icons/dnb/index.js +64 -192
  111. package/cjs/icons/dnb/{document.d.ts → scan.d.ts} +2 -2
  112. package/cjs/icons/dnb/scan.js +28 -0
  113. package/cjs/icons/dnb/scan_medium.d.ts +4 -0
  114. package/cjs/icons/dnb/scan_medium.js +35 -0
  115. package/cjs/icons/dnb/secondary_icons.d.ts +5 -1
  116. package/cjs/icons/dnb/secondary_icons.js +32 -0
  117. package/cjs/icons/dnb/secondary_icons_medium.d.ts +5 -1
  118. package/cjs/icons/dnb/secondary_icons_medium.js +32 -0
  119. package/cjs/icons/dnb/shield_lock.js +17 -2
  120. package/cjs/icons/dnb/shield_lock_medium.js +17 -2
  121. package/cjs/icons/{document_add.d.ts → fortune_ball.d.ts} +1 -1
  122. package/cjs/icons/{document_csv.js → fortune_ball.js} +2 -2
  123. package/cjs/icons/fortune_ball_medium.d.ts +3 -0
  124. package/cjs/icons/fortune_ball_medium.js +13 -0
  125. package/cjs/icons/icons-meta.json +3748 -0
  126. package/cjs/icons/index.d.ts +9 -25
  127. package/cjs/icons/index.js +64 -192
  128. package/{es/icons/document.d.ts → cjs/icons/scan.d.ts} +1 -1
  129. package/cjs/icons/{document.js → scan.js} +2 -2
  130. package/cjs/icons/scan_medium.d.ts +3 -0
  131. package/cjs/icons/scan_medium.js +13 -0
  132. package/cjs/shared/Context.d.ts +2 -0
  133. package/cjs/shared/Eufemia.d.ts +1 -1
  134. package/cjs/shared/Eufemia.js +2 -2
  135. package/cjs/shared/locales/en-GB.d.ts +2 -2
  136. package/cjs/shared/locales/en-GB.js +7 -7
  137. package/cjs/shared/locales/en-US.d.ts +2 -2
  138. package/cjs/shared/locales/index.d.ts +4 -4
  139. package/cjs/shared/locales/nb-NO.d.ts +2 -2
  140. package/cjs/shared/locales/nb-NO.js +7 -7
  141. package/cjs/style/dnb-ui-components.css +22 -31
  142. package/cjs/style/dnb-ui-components.min.css +1 -1
  143. package/cjs/style/themes/theme-eiendom/eiendom-theme-basis.css +4 -4
  144. package/cjs/style/themes/theme-eiendom/eiendom-theme-components.css +30 -39
  145. package/cjs/style/themes/theme-eiendom/eiendom-theme-components.min.css +1 -1
  146. package/cjs/style/themes/theme-eiendom/eiendom-theme-elements.css +4 -4
  147. package/cjs/style/themes/theme-sbanken/sbanken-theme-components.css +50 -59
  148. package/cjs/style/themes/theme-sbanken/sbanken-theme-components.min.css +1 -1
  149. package/cjs/style/themes/theme-ui/ui-theme-basis.css +4 -4
  150. package/cjs/style/themes/theme-ui/ui-theme-components.css +26 -35
  151. package/cjs/style/themes/theme-ui/ui-theme-components.min.css +1 -1
  152. package/cjs/style/themes/theme-ui/ui-theme-elements.css +4 -4
  153. package/cjs/style/themes/theme-ui/ui-theme-tags.css +98 -1
  154. package/cjs/style/themes/theme-ui/ui-theme-tags.min.css +1 -1
  155. package/cjs/style/themes/theme-ui/ui-theme-tags.scss +15 -1
  156. package/components/anchor/Anchor.d.ts +3 -3
  157. package/components/anchor/style/themes/dnb-anchor-theme-sbanken.css +20 -10
  158. package/components/anchor/style/themes/dnb-anchor-theme-sbanken.min.css +1 -1
  159. package/components/anchor/style/themes/dnb-anchor-theme-sbanken.scss +17 -14
  160. package/components/anchor/style/themes/dnb-anchor-theme-ui.scss +28 -14
  161. package/components/autocomplete/Autocomplete.js +5 -2
  162. package/components/avatar/Avatar.d.ts +1 -0
  163. package/components/button/style/dnb-button--tertiary.css +4 -0
  164. package/components/button/style/dnb-button--tertiary.min.css +1 -1
  165. package/components/button/style/dnb-button--tertiary.scss +3 -0
  166. package/components/button/style/themes/button-mixins.scss +3 -3
  167. package/components/button/style/themes/dnb-button-theme-eiendom.css +4 -4
  168. package/components/button/style/themes/dnb-button-theme-eiendom.min.css +1 -1
  169. package/components/button/style/themes/dnb-button-theme-sbanken.css +8 -18
  170. package/components/button/style/themes/dnb-button-theme-sbanken.min.css +1 -1
  171. package/components/button/style/themes/dnb-button-theme-sbanken.scss +6 -10
  172. package/components/button/style/themes/dnb-button-theme-ui.css +4 -4
  173. package/components/button/style/themes/dnb-button-theme-ui.min.css +1 -1
  174. package/components/button/style/themes/dnb-button-theme-ui.scss +0 -5
  175. package/components/checkbox/Checkbox.d.ts +1 -1
  176. package/components/date-picker/DatePicker.d.ts +1 -1
  177. package/components/drawer/Drawer.d.ts +2 -1
  178. package/components/dropdown/Dropdown.d.ts +1 -1
  179. package/components/form-label/FormLabel.d.ts +1 -1
  180. package/components/form-row/FormRow.d.ts +1 -1
  181. package/components/form-set/FormSet.d.ts +1 -1
  182. package/components/form-status/FormStatus.d.ts +1 -1
  183. package/components/global-error/GlobalError.d.ts +64 -62
  184. package/components/global-error/GlobalError.js +77 -510
  185. package/components/global-error/style/dnb-global-error.css +21 -31
  186. package/components/global-error/style/dnb-global-error.min.css +1 -1
  187. package/components/global-error/style/dnb-global-error.scss +19 -29
  188. package/components/global-status/GlobalStatus.d.ts +1 -1
  189. package/components/heading/Heading.d.ts +1 -1
  190. package/components/height-animation/HeightAnimation.d.ts +1 -1
  191. package/components/icon/Icon.d.ts +1 -1
  192. package/components/icon/Icon.js +1 -1
  193. package/components/icon-primary/IconPrimary.d.ts +1 -1
  194. package/components/input/Input.d.ts +2 -2
  195. package/components/input/InputPassword.d.ts +1 -1
  196. package/components/input-masked/InputMasked.d.ts +2 -2
  197. package/components/input-masked/InputMasked.js +1 -1
  198. package/components/input-masked/InputMaskedHooks.js +16 -11
  199. package/components/input-masked/text-mask/createTextMaskInputElement.js +1 -3
  200. package/components/lib.d.ts +2 -2
  201. package/components/logo/Logo.d.ts +1 -1
  202. package/components/number-format/NumberFormat.js +2 -10
  203. package/components/number-format/NumberUtils.d.ts +12 -0
  204. package/components/pagination/Pagination.d.ts +1 -1
  205. package/components/radio/Radio.d.ts +1 -1
  206. package/components/radio/RadioGroup.d.ts +1 -1
  207. package/components/radio/style/dnb-radio.css +1 -0
  208. package/components/radio/style/dnb-radio.min.css +1 -1
  209. package/components/radio/style/dnb-radio.scss +1 -0
  210. package/components/section/Section.d.ts +1 -1
  211. package/components/skeleton/Skeleton.d.ts +1 -1
  212. package/components/space/Space.d.ts +1 -1
  213. package/components/step-indicator/StepIndicator.d.ts +1 -1
  214. package/components/step-indicator/StepIndicatorItem.d.ts +1 -1
  215. package/components/step-indicator/StepIndicatorSidebar.d.ts +7 -5
  216. package/components/step-indicator/StepIndicatorTriggerButton.d.ts +1 -1
  217. package/components/switch/Switch.d.ts +1 -1
  218. package/components/tabs/Tabs.d.ts +1 -1
  219. package/components/textarea/Textarea.d.ts +1 -1
  220. package/components/toggle-button/ToggleButton.d.ts +1 -1
  221. package/core/jest/jestSetupScreenshots.css +1 -0
  222. package/elements/Element.d.ts +3 -3
  223. package/elements/Link.d.ts +2 -2
  224. package/elements/img/style/dnb-img.scss +2 -24
  225. package/elements/img/style/img-mixins.scss +29 -0
  226. package/elements/img/style/themes/dnb-img-theme-ui.scss +17 -4
  227. package/elements/lib.d.ts +2 -2
  228. package/elements/typography/style/themes/dnb-typography-theme-ui.scss +18 -2
  229. package/es/components/anchor/Anchor.d.ts +3 -3
  230. package/es/components/anchor/style/themes/dnb-anchor-theme-sbanken.css +20 -10
  231. package/es/components/anchor/style/themes/dnb-anchor-theme-sbanken.min.css +1 -1
  232. package/es/components/anchor/style/themes/dnb-anchor-theme-sbanken.scss +17 -14
  233. package/es/components/anchor/style/themes/dnb-anchor-theme-ui.scss +28 -14
  234. package/es/components/autocomplete/Autocomplete.js +5 -2
  235. package/es/components/avatar/Avatar.d.ts +1 -0
  236. package/es/components/button/style/dnb-button--tertiary.css +4 -0
  237. package/es/components/button/style/dnb-button--tertiary.min.css +1 -1
  238. package/es/components/button/style/dnb-button--tertiary.scss +3 -0
  239. package/es/components/button/style/themes/button-mixins.scss +3 -3
  240. package/es/components/button/style/themes/dnb-button-theme-eiendom.css +4 -4
  241. package/es/components/button/style/themes/dnb-button-theme-eiendom.min.css +1 -1
  242. package/es/components/button/style/themes/dnb-button-theme-sbanken.css +8 -18
  243. package/es/components/button/style/themes/dnb-button-theme-sbanken.min.css +1 -1
  244. package/es/components/button/style/themes/dnb-button-theme-sbanken.scss +6 -10
  245. package/es/components/button/style/themes/dnb-button-theme-ui.css +4 -4
  246. package/es/components/button/style/themes/dnb-button-theme-ui.min.css +1 -1
  247. package/es/components/button/style/themes/dnb-button-theme-ui.scss +0 -5
  248. package/es/components/checkbox/Checkbox.d.ts +1 -1
  249. package/es/components/date-picker/DatePicker.d.ts +1 -1
  250. package/es/components/drawer/Drawer.d.ts +2 -1
  251. package/es/components/dropdown/Dropdown.d.ts +1 -1
  252. package/es/components/form-label/FormLabel.d.ts +1 -1
  253. package/es/components/form-row/FormRow.d.ts +1 -1
  254. package/es/components/form-set/FormSet.d.ts +1 -1
  255. package/es/components/form-status/FormStatus.d.ts +1 -1
  256. package/es/components/global-error/GlobalError.d.ts +64 -62
  257. package/es/components/global-error/GlobalError.js +76 -510
  258. package/es/components/global-error/style/dnb-global-error.css +21 -31
  259. package/es/components/global-error/style/dnb-global-error.min.css +1 -1
  260. package/es/components/global-error/style/dnb-global-error.scss +19 -29
  261. package/es/components/global-status/GlobalStatus.d.ts +1 -1
  262. package/es/components/heading/Heading.d.ts +1 -1
  263. package/es/components/height-animation/HeightAnimation.d.ts +1 -1
  264. package/es/components/icon/Icon.d.ts +1 -1
  265. package/es/components/icon/Icon.js +1 -1
  266. package/es/components/icon-primary/IconPrimary.d.ts +1 -1
  267. package/es/components/input/Input.d.ts +2 -2
  268. package/es/components/input/InputPassword.d.ts +1 -1
  269. package/es/components/input-masked/InputMasked.d.ts +2 -2
  270. package/es/components/input-masked/InputMasked.js +1 -1
  271. package/es/components/input-masked/InputMaskedHooks.js +10 -5
  272. package/es/components/input-masked/text-mask/createTextMaskInputElement.js +1 -3
  273. package/es/components/lib.d.ts +2 -2
  274. package/es/components/logo/Logo.d.ts +1 -1
  275. package/es/components/number-format/NumberFormat.js +2 -10
  276. package/es/components/number-format/NumberUtils.d.ts +12 -0
  277. package/es/components/pagination/Pagination.d.ts +1 -1
  278. package/es/components/radio/Radio.d.ts +1 -1
  279. package/es/components/radio/RadioGroup.d.ts +1 -1
  280. package/es/components/radio/style/dnb-radio.css +1 -0
  281. package/es/components/radio/style/dnb-radio.min.css +1 -1
  282. package/es/components/radio/style/dnb-radio.scss +1 -0
  283. package/es/components/section/Section.d.ts +1 -1
  284. package/es/components/skeleton/Skeleton.d.ts +1 -1
  285. package/es/components/space/Space.d.ts +1 -1
  286. package/es/components/step-indicator/StepIndicator.d.ts +1 -1
  287. package/es/components/step-indicator/StepIndicatorItem.d.ts +1 -1
  288. package/es/components/step-indicator/StepIndicatorSidebar.d.ts +7 -5
  289. package/es/components/step-indicator/StepIndicatorTriggerButton.d.ts +1 -1
  290. package/es/components/switch/Switch.d.ts +1 -1
  291. package/es/components/tabs/Tabs.d.ts +1 -1
  292. package/es/components/textarea/Textarea.d.ts +1 -1
  293. package/es/components/toggle-button/ToggleButton.d.ts +1 -1
  294. package/es/core/jest/jestSetupScreenshots.css +1 -0
  295. package/es/elements/Element.d.ts +3 -3
  296. package/es/elements/Link.d.ts +2 -2
  297. package/es/elements/img/style/dnb-img.scss +2 -24
  298. package/es/elements/img/style/img-mixins.scss +29 -0
  299. package/es/elements/img/style/themes/dnb-img-theme-ui.scss +17 -4
  300. package/es/elements/lib.d.ts +2 -2
  301. package/es/elements/typography/style/themes/dnb-typography-theme-ui.scss +18 -2
  302. package/es/extensions/payment-card/PaymentCard.d.ts +6 -29
  303. package/es/icons/accounting.d.ts +3 -0
  304. package/es/icons/accounting.js +2 -0
  305. package/es/icons/accounting_medium.d.ts +3 -0
  306. package/es/icons/accounting_medium.js +2 -0
  307. package/es/icons/candle_stick.d.ts +3 -0
  308. package/es/icons/candle_stick.js +2 -0
  309. package/es/icons/candle_stick_medium.d.ts +3 -0
  310. package/es/icons/candle_stick_medium.js +2 -0
  311. package/es/icons/dnb/accounting.d.ts +4 -0
  312. package/es/icons/dnb/accounting.js +21 -0
  313. package/es/icons/dnb/accounting_medium.d.ts +4 -0
  314. package/es/icons/dnb/accounting_medium.js +21 -0
  315. package/es/icons/dnb/candle_stick.d.ts +4 -0
  316. package/es/icons/dnb/candle_stick.js +20 -0
  317. package/es/icons/dnb/candle_stick_medium.d.ts +4 -0
  318. package/es/icons/dnb/candle_stick_medium.js +20 -0
  319. package/es/icons/dnb/fortune_ball.d.ts +4 -0
  320. package/es/icons/dnb/fortune_ball.js +21 -0
  321. package/es/icons/dnb/fortune_ball_medium.d.ts +4 -0
  322. package/es/icons/dnb/fortune_ball_medium.js +21 -0
  323. package/es/icons/dnb/icons-svg.lock +1174 -1070
  324. package/es/icons/dnb/index.d.ts +9 -25
  325. package/es/icons/dnb/index.js +9 -25
  326. package/es/icons/dnb/{document.d.ts → scan.d.ts} +2 -2
  327. package/es/icons/dnb/scan.js +18 -0
  328. package/es/icons/dnb/scan_medium.d.ts +4 -0
  329. package/es/icons/dnb/scan_medium.js +25 -0
  330. package/es/icons/dnb/secondary_icons.d.ts +5 -1
  331. package/es/icons/dnb/secondary_icons.js +5 -1
  332. package/es/icons/dnb/secondary_icons_medium.d.ts +5 -1
  333. package/es/icons/dnb/secondary_icons_medium.js +5 -1
  334. package/es/icons/dnb/shield_lock.js +17 -2
  335. package/es/icons/dnb/shield_lock_medium.js +17 -2
  336. package/es/icons/fortune_ball.d.ts +3 -0
  337. package/es/icons/fortune_ball.js +2 -0
  338. package/es/icons/fortune_ball_medium.d.ts +3 -0
  339. package/es/icons/fortune_ball_medium.js +2 -0
  340. package/es/icons/icons-meta.json +3748 -0
  341. package/es/icons/index.d.ts +9 -25
  342. package/es/icons/index.js +9 -25
  343. package/{cjs/icons/document.d.ts → es/icons/scan.d.ts} +1 -1
  344. package/es/icons/scan.js +2 -0
  345. package/es/icons/scan_medium.d.ts +3 -0
  346. package/es/icons/scan_medium.js +2 -0
  347. package/es/shared/Context.d.ts +2 -0
  348. package/es/shared/Eufemia.d.ts +1 -1
  349. package/es/shared/Eufemia.js +2 -2
  350. package/es/shared/locales/en-GB.d.ts +2 -2
  351. package/es/shared/locales/en-GB.js +7 -7
  352. package/es/shared/locales/en-US.d.ts +2 -2
  353. package/es/shared/locales/index.d.ts +4 -4
  354. package/es/shared/locales/nb-NO.d.ts +2 -2
  355. package/es/shared/locales/nb-NO.js +7 -7
  356. package/es/style/dnb-ui-components.css +22 -31
  357. package/es/style/dnb-ui-components.min.css +1 -1
  358. package/es/style/themes/theme-eiendom/eiendom-theme-basis.css +4 -4
  359. package/es/style/themes/theme-eiendom/eiendom-theme-components.css +30 -39
  360. package/es/style/themes/theme-eiendom/eiendom-theme-components.min.css +1 -1
  361. package/es/style/themes/theme-eiendom/eiendom-theme-elements.css +4 -4
  362. package/es/style/themes/theme-sbanken/sbanken-theme-components.css +50 -59
  363. package/es/style/themes/theme-sbanken/sbanken-theme-components.min.css +1 -1
  364. package/es/style/themes/theme-ui/ui-theme-basis.css +4 -4
  365. package/es/style/themes/theme-ui/ui-theme-components.css +26 -35
  366. package/es/style/themes/theme-ui/ui-theme-components.min.css +1 -1
  367. package/es/style/themes/theme-ui/ui-theme-elements.css +4 -4
  368. package/es/style/themes/theme-ui/ui-theme-tags.css +98 -1
  369. package/es/style/themes/theme-ui/ui-theme-tags.min.css +1 -1
  370. package/es/style/themes/theme-ui/ui-theme-tags.scss +15 -1
  371. package/esm/dnb-ui-basis.min.mjs +1 -1
  372. package/esm/dnb-ui-components.min.mjs +1 -1
  373. package/esm/dnb-ui-elements.min.mjs +1 -1
  374. package/esm/dnb-ui-extensions.min.mjs +1 -1
  375. package/esm/dnb-ui-lib.min.mjs +1 -1
  376. package/extensions/payment-card/PaymentCard.d.ts +6 -29
  377. package/icons/accounting.d.ts +3 -0
  378. package/icons/accounting.js +2 -0
  379. package/icons/accounting_medium.d.ts +3 -0
  380. package/icons/accounting_medium.js +2 -0
  381. package/icons/candle_stick.d.ts +3 -0
  382. package/icons/candle_stick.js +2 -0
  383. package/icons/candle_stick_medium.d.ts +3 -0
  384. package/icons/candle_stick_medium.js +2 -0
  385. package/icons/dnb/accounting.d.ts +4 -0
  386. package/icons/dnb/accounting.js +21 -0
  387. package/icons/dnb/accounting_medium.d.ts +4 -0
  388. package/icons/dnb/accounting_medium.js +21 -0
  389. package/icons/dnb/candle_stick.d.ts +4 -0
  390. package/icons/dnb/candle_stick.js +20 -0
  391. package/icons/dnb/candle_stick_medium.d.ts +4 -0
  392. package/icons/dnb/candle_stick_medium.js +20 -0
  393. package/icons/dnb/fortune_ball.d.ts +4 -0
  394. package/icons/dnb/fortune_ball.js +21 -0
  395. package/icons/dnb/fortune_ball_medium.d.ts +4 -0
  396. package/icons/dnb/fortune_ball_medium.js +21 -0
  397. package/icons/dnb/icons-svg.lock +1174 -1070
  398. package/icons/dnb/index.d.ts +9 -25
  399. package/icons/dnb/index.js +9 -25
  400. package/icons/dnb/{document.d.ts → scan.d.ts} +2 -2
  401. package/icons/dnb/scan.js +18 -0
  402. package/icons/dnb/scan_medium.d.ts +4 -0
  403. package/icons/dnb/scan_medium.js +25 -0
  404. package/icons/dnb/secondary_icons.d.ts +5 -1
  405. package/icons/dnb/secondary_icons.js +5 -1
  406. package/icons/dnb/secondary_icons_medium.d.ts +5 -1
  407. package/icons/dnb/secondary_icons_medium.js +5 -1
  408. package/icons/dnb/shield_lock.js +17 -2
  409. package/icons/dnb/shield_lock_medium.js +17 -2
  410. package/icons/fortune_ball.d.ts +3 -0
  411. package/icons/fortune_ball.js +2 -0
  412. package/icons/fortune_ball_medium.d.ts +3 -0
  413. package/icons/fortune_ball_medium.js +2 -0
  414. package/icons/icons-meta.json +3748 -0
  415. package/icons/index.d.ts +9 -25
  416. package/icons/index.js +9 -25
  417. package/icons/{document.d.ts → scan.d.ts} +1 -1
  418. package/icons/scan.js +2 -0
  419. package/icons/scan_medium.d.ts +3 -0
  420. package/icons/scan_medium.js +2 -0
  421. package/package.json +1 -1
  422. package/shared/Context.d.ts +2 -0
  423. package/shared/Eufemia.d.ts +1 -1
  424. package/shared/Eufemia.js +2 -2
  425. package/shared/locales/en-GB.d.ts +2 -2
  426. package/shared/locales/en-GB.js +7 -7
  427. package/shared/locales/en-US.d.ts +2 -2
  428. package/shared/locales/index.d.ts +4 -4
  429. package/shared/locales/nb-NO.d.ts +2 -2
  430. package/shared/locales/nb-NO.js +7 -7
  431. package/style/dnb-ui-components.css +22 -31
  432. package/style/dnb-ui-components.min.css +1 -1
  433. package/style/themes/theme-eiendom/eiendom-theme-basis.css +4 -4
  434. package/style/themes/theme-eiendom/eiendom-theme-components.css +30 -39
  435. package/style/themes/theme-eiendom/eiendom-theme-components.min.css +1 -1
  436. package/style/themes/theme-eiendom/eiendom-theme-elements.css +4 -4
  437. package/style/themes/theme-sbanken/sbanken-theme-components.css +50 -59
  438. package/style/themes/theme-sbanken/sbanken-theme-components.min.css +1 -1
  439. package/style/themes/theme-ui/ui-theme-basis.css +4 -4
  440. package/style/themes/theme-ui/ui-theme-components.css +26 -35
  441. package/style/themes/theme-ui/ui-theme-components.min.css +1 -1
  442. package/style/themes/theme-ui/ui-theme-elements.css +4 -4
  443. package/style/themes/theme-ui/ui-theme-tags.css +98 -1
  444. package/style/themes/theme-ui/ui-theme-tags.min.css +1 -1
  445. package/style/themes/theme-ui/ui-theme-tags.scss +15 -1
  446. package/umd/dnb-ui-basis.min.js +1 -1
  447. package/umd/dnb-ui-components.min.js +1 -1
  448. package/umd/dnb-ui-elements.min.js +1 -1
  449. package/umd/dnb-ui-extensions.min.js +1 -1
  450. package/umd/dnb-ui-lib.min.js +1 -1
  451. package/assets/icons/dnb/document.svg +0 -3
  452. package/assets/icons/dnb/document_add.svg +0 -3
  453. package/assets/icons/dnb/document_add_medium.svg +0 -3
  454. package/assets/icons/dnb/document_contract.svg +0 -3
  455. package/assets/icons/dnb/document_contract_medium.svg +0 -3
  456. package/assets/icons/dnb/document_csv.svg +0 -6
  457. package/assets/icons/dnb/document_csv_medium.svg +0 -6
  458. package/assets/icons/dnb/document_loupe.svg +0 -3
  459. package/assets/icons/dnb/document_loupe_medium.svg +0 -3
  460. package/assets/icons/dnb/document_medium.svg +0 -3
  461. package/assets/icons/dnb/document_pdf.svg +0 -6
  462. package/assets/icons/dnb/document_pdf_medium.svg +0 -6
  463. package/assets/icons/dnb/document_rejected.svg +0 -3
  464. package/assets/icons/dnb/document_rejected_medium.svg +0 -3
  465. package/assets/icons/dnb/document_signing.svg +0 -3
  466. package/assets/icons/dnb/document_signing_medium.svg +0 -3
  467. package/assets/icons/dnb/document_txt.svg +0 -6
  468. package/assets/icons/dnb/document_txt_medium.svg +0 -6
  469. package/assets/icons/dnb/document_warning.svg +0 -4
  470. package/assets/icons/dnb/document_warning_medium.svg +0 -4
  471. package/assets/icons/dnb/document_word.svg +0 -6
  472. package/assets/icons/dnb/document_word_medium.svg +0 -6
  473. package/assets/icons/dnb/document_xls.svg +0 -6
  474. package/assets/icons/dnb/document_xls_medium.svg +0 -6
  475. package/cjs/icons/dnb/document_add.js +0 -28
  476. package/cjs/icons/dnb/document_add_medium.d.ts +0 -4
  477. package/cjs/icons/dnb/document_add_medium.js +0 -28
  478. package/cjs/icons/dnb/document_contract.d.ts +0 -4
  479. package/cjs/icons/dnb/document_contract.js +0 -31
  480. package/cjs/icons/dnb/document_contract_medium.d.ts +0 -4
  481. package/cjs/icons/dnb/document_contract_medium.js +0 -31
  482. package/cjs/icons/dnb/document_csv.js +0 -37
  483. package/cjs/icons/dnb/document_csv_medium.d.ts +0 -4
  484. package/cjs/icons/dnb/document_csv_medium.js +0 -40
  485. package/cjs/icons/dnb/document_loupe.d.ts +0 -4
  486. package/cjs/icons/dnb/document_loupe.js +0 -28
  487. package/cjs/icons/dnb/document_loupe_medium.d.ts +0 -4
  488. package/cjs/icons/dnb/document_loupe_medium.js +0 -28
  489. package/cjs/icons/dnb/document_medium.d.ts +0 -4
  490. package/cjs/icons/dnb/document_pdf.js +0 -37
  491. package/cjs/icons/dnb/document_pdf_medium.d.ts +0 -4
  492. package/cjs/icons/dnb/document_pdf_medium.js +0 -40
  493. package/cjs/icons/dnb/document_rejected.d.ts +0 -4
  494. package/cjs/icons/dnb/document_rejected_medium.d.ts +0 -4
  495. package/cjs/icons/dnb/document_rejected_medium.js +0 -31
  496. package/cjs/icons/dnb/document_signing.d.ts +0 -4
  497. package/cjs/icons/dnb/document_signing.js +0 -28
  498. package/cjs/icons/dnb/document_signing_medium.d.ts +0 -4
  499. package/cjs/icons/dnb/document_signing_medium.js +0 -28
  500. package/cjs/icons/dnb/document_txt.d.ts +0 -4
  501. package/cjs/icons/dnb/document_txt.js +0 -37
  502. package/cjs/icons/dnb/document_txt_medium.d.ts +0 -4
  503. package/cjs/icons/dnb/document_txt_medium.js +0 -40
  504. package/cjs/icons/dnb/document_warning.d.ts +0 -4
  505. package/cjs/icons/dnb/document_warning.js +0 -34
  506. package/cjs/icons/dnb/document_warning_medium.d.ts +0 -4
  507. package/cjs/icons/dnb/document_warning_medium.js +0 -34
  508. package/cjs/icons/dnb/document_word.d.ts +0 -4
  509. package/cjs/icons/dnb/document_word.js +0 -37
  510. package/cjs/icons/dnb/document_word_medium.d.ts +0 -4
  511. package/cjs/icons/dnb/document_word_medium.js +0 -40
  512. package/cjs/icons/dnb/document_xls.d.ts +0 -4
  513. package/cjs/icons/dnb/document_xls.js +0 -37
  514. package/cjs/icons/dnb/document_xls_medium.d.ts +0 -4
  515. package/cjs/icons/dnb/document_xls_medium.js +0 -40
  516. package/cjs/icons/document_contract_medium.d.ts +0 -3
  517. package/cjs/icons/document_contract_medium.js +0 -13
  518. package/cjs/icons/document_csv_medium.d.ts +0 -3
  519. package/cjs/icons/document_csv_medium.js +0 -13
  520. package/cjs/icons/document_loupe.d.ts +0 -3
  521. package/cjs/icons/document_loupe.js +0 -13
  522. package/cjs/icons/document_loupe_medium.d.ts +0 -3
  523. package/cjs/icons/document_loupe_medium.js +0 -13
  524. package/cjs/icons/document_medium.d.ts +0 -3
  525. package/cjs/icons/document_medium.js +0 -13
  526. package/cjs/icons/document_pdf_medium.d.ts +0 -3
  527. package/cjs/icons/document_pdf_medium.js +0 -13
  528. package/cjs/icons/document_rejected.d.ts +0 -3
  529. package/cjs/icons/document_rejected.js +0 -13
  530. package/cjs/icons/document_rejected_medium.d.ts +0 -3
  531. package/cjs/icons/document_rejected_medium.js +0 -13
  532. package/cjs/icons/document_signing.d.ts +0 -3
  533. package/cjs/icons/document_signing.js +0 -13
  534. package/cjs/icons/document_signing_medium.d.ts +0 -3
  535. package/cjs/icons/document_signing_medium.js +0 -13
  536. package/cjs/icons/document_txt.d.ts +0 -3
  537. package/cjs/icons/document_txt.js +0 -13
  538. package/cjs/icons/document_txt_medium.d.ts +0 -3
  539. package/cjs/icons/document_txt_medium.js +0 -13
  540. package/cjs/icons/document_warning.d.ts +0 -3
  541. package/cjs/icons/document_warning.js +0 -13
  542. package/cjs/icons/document_warning_medium.d.ts +0 -3
  543. package/cjs/icons/document_warning_medium.js +0 -13
  544. package/cjs/icons/document_word.d.ts +0 -3
  545. package/cjs/icons/document_word.js +0 -13
  546. package/cjs/icons/document_word_medium.d.ts +0 -3
  547. package/cjs/icons/document_word_medium.js +0 -13
  548. package/cjs/icons/document_xls.d.ts +0 -3
  549. package/cjs/icons/document_xls.js +0 -13
  550. package/cjs/icons/document_xls_medium.d.ts +0 -3
  551. package/cjs/icons/document_xls_medium.js +0 -13
  552. package/es/icons/dnb/document.js +0 -21
  553. package/es/icons/dnb/document_add.d.ts +0 -4
  554. package/es/icons/dnb/document_add.js +0 -18
  555. package/es/icons/dnb/document_add_medium.d.ts +0 -4
  556. package/es/icons/dnb/document_add_medium.js +0 -18
  557. package/es/icons/dnb/document_contract.d.ts +0 -4
  558. package/es/icons/dnb/document_contract.js +0 -21
  559. package/es/icons/dnb/document_contract_medium.d.ts +0 -4
  560. package/es/icons/dnb/document_contract_medium.js +0 -21
  561. package/es/icons/dnb/document_csv.d.ts +0 -4
  562. package/es/icons/dnb/document_csv.js +0 -27
  563. package/es/icons/dnb/document_csv_medium.d.ts +0 -4
  564. package/es/icons/dnb/document_csv_medium.js +0 -30
  565. package/es/icons/dnb/document_loupe.d.ts +0 -4
  566. package/es/icons/dnb/document_loupe.js +0 -18
  567. package/es/icons/dnb/document_loupe_medium.d.ts +0 -4
  568. package/es/icons/dnb/document_loupe_medium.js +0 -18
  569. package/es/icons/dnb/document_medium.d.ts +0 -4
  570. package/es/icons/dnb/document_medium.js +0 -21
  571. package/es/icons/dnb/document_pdf.d.ts +0 -4
  572. package/es/icons/dnb/document_pdf.js +0 -27
  573. package/es/icons/dnb/document_pdf_medium.d.ts +0 -4
  574. package/es/icons/dnb/document_pdf_medium.js +0 -30
  575. package/es/icons/dnb/document_rejected.d.ts +0 -4
  576. package/es/icons/dnb/document_rejected.js +0 -21
  577. package/es/icons/dnb/document_rejected_medium.d.ts +0 -4
  578. package/es/icons/dnb/document_rejected_medium.js +0 -21
  579. package/es/icons/dnb/document_signing.d.ts +0 -4
  580. package/es/icons/dnb/document_signing.js +0 -18
  581. package/es/icons/dnb/document_signing_medium.d.ts +0 -4
  582. package/es/icons/dnb/document_signing_medium.js +0 -18
  583. package/es/icons/dnb/document_txt.d.ts +0 -4
  584. package/es/icons/dnb/document_txt.js +0 -27
  585. package/es/icons/dnb/document_txt_medium.d.ts +0 -4
  586. package/es/icons/dnb/document_txt_medium.js +0 -30
  587. package/es/icons/dnb/document_warning.d.ts +0 -4
  588. package/es/icons/dnb/document_warning.js +0 -24
  589. package/es/icons/dnb/document_warning_medium.d.ts +0 -4
  590. package/es/icons/dnb/document_warning_medium.js +0 -24
  591. package/es/icons/dnb/document_word.d.ts +0 -4
  592. package/es/icons/dnb/document_word.js +0 -27
  593. package/es/icons/dnb/document_word_medium.d.ts +0 -4
  594. package/es/icons/dnb/document_word_medium.js +0 -30
  595. package/es/icons/dnb/document_xls.d.ts +0 -4
  596. package/es/icons/dnb/document_xls.js +0 -27
  597. package/es/icons/dnb/document_xls_medium.d.ts +0 -4
  598. package/es/icons/dnb/document_xls_medium.js +0 -30
  599. package/es/icons/document.js +0 -2
  600. package/es/icons/document_add.d.ts +0 -3
  601. package/es/icons/document_add.js +0 -2
  602. package/es/icons/document_add_medium.d.ts +0 -3
  603. package/es/icons/document_add_medium.js +0 -2
  604. package/es/icons/document_contract.d.ts +0 -3
  605. package/es/icons/document_contract.js +0 -2
  606. package/es/icons/document_contract_medium.d.ts +0 -3
  607. package/es/icons/document_contract_medium.js +0 -2
  608. package/es/icons/document_csv.d.ts +0 -3
  609. package/es/icons/document_csv.js +0 -2
  610. package/es/icons/document_csv_medium.d.ts +0 -3
  611. package/es/icons/document_csv_medium.js +0 -2
  612. package/es/icons/document_loupe.d.ts +0 -3
  613. package/es/icons/document_loupe.js +0 -2
  614. package/es/icons/document_loupe_medium.d.ts +0 -3
  615. package/es/icons/document_loupe_medium.js +0 -2
  616. package/es/icons/document_medium.d.ts +0 -3
  617. package/es/icons/document_medium.js +0 -2
  618. package/es/icons/document_pdf.d.ts +0 -3
  619. package/es/icons/document_pdf.js +0 -2
  620. package/es/icons/document_pdf_medium.d.ts +0 -3
  621. package/es/icons/document_pdf_medium.js +0 -2
  622. package/es/icons/document_rejected.d.ts +0 -3
  623. package/es/icons/document_rejected.js +0 -2
  624. package/es/icons/document_rejected_medium.d.ts +0 -3
  625. package/es/icons/document_rejected_medium.js +0 -2
  626. package/es/icons/document_signing.d.ts +0 -3
  627. package/es/icons/document_signing.js +0 -2
  628. package/es/icons/document_signing_medium.d.ts +0 -3
  629. package/es/icons/document_signing_medium.js +0 -2
  630. package/es/icons/document_txt.d.ts +0 -3
  631. package/es/icons/document_txt.js +0 -2
  632. package/es/icons/document_txt_medium.d.ts +0 -3
  633. package/es/icons/document_txt_medium.js +0 -2
  634. package/es/icons/document_warning.d.ts +0 -3
  635. package/es/icons/document_warning.js +0 -2
  636. package/es/icons/document_warning_medium.d.ts +0 -3
  637. package/es/icons/document_warning_medium.js +0 -2
  638. package/es/icons/document_word.d.ts +0 -3
  639. package/es/icons/document_word.js +0 -2
  640. package/es/icons/document_word_medium.d.ts +0 -3
  641. package/es/icons/document_word_medium.js +0 -2
  642. package/es/icons/document_xls.d.ts +0 -3
  643. package/es/icons/document_xls.js +0 -2
  644. package/es/icons/document_xls_medium.d.ts +0 -3
  645. package/es/icons/document_xls_medium.js +0 -2
  646. package/icons/dnb/document.js +0 -21
  647. package/icons/dnb/document_add.d.ts +0 -4
  648. package/icons/dnb/document_add.js +0 -18
  649. package/icons/dnb/document_add_medium.d.ts +0 -4
  650. package/icons/dnb/document_add_medium.js +0 -18
  651. package/icons/dnb/document_contract.d.ts +0 -4
  652. package/icons/dnb/document_contract.js +0 -21
  653. package/icons/dnb/document_contract_medium.d.ts +0 -4
  654. package/icons/dnb/document_contract_medium.js +0 -21
  655. package/icons/dnb/document_csv.d.ts +0 -4
  656. package/icons/dnb/document_csv.js +0 -27
  657. package/icons/dnb/document_csv_medium.d.ts +0 -4
  658. package/icons/dnb/document_csv_medium.js +0 -30
  659. package/icons/dnb/document_loupe.d.ts +0 -4
  660. package/icons/dnb/document_loupe.js +0 -18
  661. package/icons/dnb/document_loupe_medium.d.ts +0 -4
  662. package/icons/dnb/document_loupe_medium.js +0 -18
  663. package/icons/dnb/document_medium.d.ts +0 -4
  664. package/icons/dnb/document_medium.js +0 -21
  665. package/icons/dnb/document_pdf.d.ts +0 -4
  666. package/icons/dnb/document_pdf.js +0 -27
  667. package/icons/dnb/document_pdf_medium.d.ts +0 -4
  668. package/icons/dnb/document_pdf_medium.js +0 -30
  669. package/icons/dnb/document_rejected.d.ts +0 -4
  670. package/icons/dnb/document_rejected.js +0 -21
  671. package/icons/dnb/document_rejected_medium.d.ts +0 -4
  672. package/icons/dnb/document_rejected_medium.js +0 -21
  673. package/icons/dnb/document_signing.d.ts +0 -4
  674. package/icons/dnb/document_signing.js +0 -18
  675. package/icons/dnb/document_signing_medium.d.ts +0 -4
  676. package/icons/dnb/document_signing_medium.js +0 -18
  677. package/icons/dnb/document_txt.d.ts +0 -4
  678. package/icons/dnb/document_txt.js +0 -27
  679. package/icons/dnb/document_txt_medium.d.ts +0 -4
  680. package/icons/dnb/document_txt_medium.js +0 -30
  681. package/icons/dnb/document_warning.d.ts +0 -4
  682. package/icons/dnb/document_warning.js +0 -24
  683. package/icons/dnb/document_warning_medium.d.ts +0 -4
  684. package/icons/dnb/document_warning_medium.js +0 -24
  685. package/icons/dnb/document_word.d.ts +0 -4
  686. package/icons/dnb/document_word.js +0 -27
  687. package/icons/dnb/document_word_medium.d.ts +0 -4
  688. package/icons/dnb/document_word_medium.js +0 -30
  689. package/icons/dnb/document_xls.d.ts +0 -4
  690. package/icons/dnb/document_xls.js +0 -27
  691. package/icons/dnb/document_xls_medium.d.ts +0 -4
  692. package/icons/dnb/document_xls_medium.js +0 -30
  693. package/icons/document.js +0 -2
  694. package/icons/document_add.d.ts +0 -3
  695. package/icons/document_add.js +0 -2
  696. package/icons/document_add_medium.d.ts +0 -3
  697. package/icons/document_add_medium.js +0 -2
  698. package/icons/document_contract.d.ts +0 -3
  699. package/icons/document_contract.js +0 -2
  700. package/icons/document_contract_medium.d.ts +0 -3
  701. package/icons/document_contract_medium.js +0 -2
  702. package/icons/document_csv.d.ts +0 -3
  703. package/icons/document_csv.js +0 -2
  704. package/icons/document_csv_medium.d.ts +0 -3
  705. package/icons/document_csv_medium.js +0 -2
  706. package/icons/document_loupe.d.ts +0 -3
  707. package/icons/document_loupe.js +0 -2
  708. package/icons/document_loupe_medium.d.ts +0 -3
  709. package/icons/document_loupe_medium.js +0 -2
  710. package/icons/document_medium.d.ts +0 -3
  711. package/icons/document_medium.js +0 -2
  712. package/icons/document_pdf.d.ts +0 -3
  713. package/icons/document_pdf.js +0 -2
  714. package/icons/document_pdf_medium.d.ts +0 -3
  715. package/icons/document_pdf_medium.js +0 -2
  716. package/icons/document_rejected.d.ts +0 -3
  717. package/icons/document_rejected.js +0 -2
  718. package/icons/document_rejected_medium.d.ts +0 -3
  719. package/icons/document_rejected_medium.js +0 -2
  720. package/icons/document_signing.d.ts +0 -3
  721. package/icons/document_signing.js +0 -2
  722. package/icons/document_signing_medium.d.ts +0 -3
  723. package/icons/document_signing_medium.js +0 -2
  724. package/icons/document_txt.d.ts +0 -3
  725. package/icons/document_txt.js +0 -2
  726. package/icons/document_txt_medium.d.ts +0 -3
  727. package/icons/document_txt_medium.js +0 -2
  728. package/icons/document_warning.d.ts +0 -3
  729. package/icons/document_warning.js +0 -2
  730. package/icons/document_warning_medium.d.ts +0 -3
  731. package/icons/document_warning_medium.js +0 -2
  732. package/icons/document_word.d.ts +0 -3
  733. package/icons/document_word.js +0 -2
  734. package/icons/document_word_medium.d.ts +0 -3
  735. package/icons/document_word_medium.js +0 -2
  736. package/icons/document_xls.d.ts +0 -3
  737. package/icons/document_xls.js +0 -2
  738. package/icons/document_xls_medium.d.ts +0 -3
  739. package/icons/document_xls_medium.js +0 -2
package/CHANGELOG.md CHANGED
@@ -3,375 +3,340 @@
3
3
  All notable changes to @dnb/eufemia will be documented in this file. See
4
4
  [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## [10.0.0-beta.8](https://github.com/dnbexperience/eufemia/compare/v10.0.0-beta.7...v10.0.0-beta.8) (2023-05-26)
6
+ ## [10.1.0](https://github.com/dnbexperience/eufemia/compare/v10.0.0...v10.1.0) (2023-06-16)
7
7
 
8
8
 
9
9
  ### :barber: Style Changes
10
10
 
11
- * **Button:** smaller tertiary button focus effect for Sbanken ([#2319](https://github.com/dnbexperience/eufemia/issues/2319)) ([0652d0d](https://github.com/dnbexperience/eufemia/commit/0652d0d13a13739a176e82618a144cbe641f977a))
11
+ * **Button:** remove tertiary button padding sbanken ([#2422](https://github.com/dnbexperience/eufemia/issues/2422)) ([cc9a18b](https://github.com/dnbexperience/eufemia/commit/cc9a18b4d2664c81aacb3d9ae017d8ecb8bff14f))
12
12
 
13
13
 
14
14
  ### :sparkles: Features
15
15
 
16
- * **Anchor:** add `scrollToHash` feature ([#2290](https://github.com/dnbexperience/eufemia/issues/2290)) ([d9a692e](https://github.com/dnbexperience/eufemia/commit/d9a692ecd0565832928ee1668bab04873a668e8f)), closes [#2286](https://github.com/dnbexperience/eufemia/issues/2286)
17
- * **Anchor:** always show focus when `dnb-anchor--focus` is used ([#2364](https://github.com/dnbexperience/eufemia/issues/2364)) ([cdd75b2](https://github.com/dnbexperience/eufemia/commit/cdd75b28c107d154c6d5a879eee081329ab263a3))
18
- * **Anchor:** remove horizontal padding ([#2365](https://github.com/dnbexperience/eufemia/issues/2365)) ([05d75a6](https://github.com/dnbexperience/eufemia/commit/05d75a65ce9412d38d7a50073b1c88191b46b915))
19
- * **Anchor:** Sbanken styling, added icon props ([#2318](https://github.com/dnbexperience/eufemia/issues/2318)) ([c8e63a1](https://github.com/dnbexperience/eufemia/commit/c8e63a18a660a750bcf6fec938ad979c0f46ada1))
20
- * expose package version ([#2327](https://github.com/dnbexperience/eufemia/issues/2327)) ([b63b7cd](https://github.com/dnbexperience/eufemia/commit/b63b7cdd643b1dd949373632bcfc06ea221f9ef9))
21
- * **GlobalStatus:** add possibility for a custom message (replace `global_status_id` with `globalStatus` prop) ([#2351](https://github.com/dnbexperience/eufemia/issues/2351)) ([a6f59d8](https://github.com/dnbexperience/eufemia/commit/a6f59d8b92cebcc62548aead5ab5ba0a72c81b98))
22
- * **HelpButton:** remove `modal_props` in favour of `render` ([#2333](https://github.com/dnbexperience/eufemia/issues/2333)) ([6cb1767](https://github.com/dnbexperience/eufemia/commit/6cb1767623729c743c506a0858a83886ecc3ce21))
23
- * **Theme:** add `darkMode` and `contrastMode` props ([#2355](https://github.com/dnbexperience/eufemia/issues/2355)) ([712441b](https://github.com/dnbexperience/eufemia/commit/712441b979c63b450693f47ed94c037f0dfc0973))
24
- * **Typography:** Use text color on typography for Sbanken ([#2363](https://github.com/dnbexperience/eufemia/issues/2363)) ([eb2763b](https://github.com/dnbexperience/eufemia/commit/eb2763bf83ba9d6504e37508d9e80ccf02eedac7))
16
+ * added icons accounting, candle_stick, fortune_ball and scan ([#2424](https://github.com/dnbexperience/eufemia/issues/2424)) ([47ef4b0](https://github.com/dnbexperience/eufemia/commit/47ef4b03efaab3f974f8516d8f7a171776672b78))
17
+ * **Portal:** copy color values to the clipboard ([#2427](https://github.com/dnbexperience/eufemia/issues/2427)) ([c570e51](https://github.com/dnbexperience/eufemia/commit/c570e519d5fd8b2c59d1de0909d1f93b0d63530e))
18
+ * **Portal:** copy icon name to clipboard ([3c1944c](https://github.com/dnbexperience/eufemia/commit/3c1944ce9a5ccccc1b1a0a72cf03d139db7ba45b))
25
19
 
26
20
 
27
21
  ### :memo: Documentation
28
22
 
29
- * Add Sbanken color table and -documentation ([#2332](https://github.com/dnbexperience/eufemia/issues/2332)) ([6523643](https://github.com/dnbexperience/eufemia/commit/6523643d0074a9567dce99e4ef7f08df3393800b))
30
- * **Breadcrumb:** improve event docs ([76f2294](https://github.com/dnbexperience/eufemia/commit/76f2294efe1cd4c48ecc843ca592c92162abdbe0))
31
- * **Grid:** removes WIP ([42b7d8d](https://github.com/dnbexperience/eufemia/commit/42b7d8dd498819eb00a3d77b9d463049c26be3e2))
32
- * **PaymentCard:** change imports of types to /payment-card ([e6588dc](https://github.com/dnbexperience/eufemia/commit/e6588dc84403ad6dbdd819bbb5fcd3b3ae1e3caa))
33
- * **ProgressIndicator:** Update size properties ([a216855](https://github.com/dnbexperience/eufemia/commit/a2168553f7e94f156ec26274185eb153d4cc2502))
34
- * **ProgressIndicator:** Update size properties ([4df05eb](https://github.com/dnbexperience/eufemia/commit/4df05ebb5341f6ffa315095b58d3f620442984ce))
35
- * **Radio:** improve event docs ([f277b13](https://github.com/dnbexperience/eufemia/commit/f277b1363e39619cd402b2c666c953719d4bc777))
36
- * **Table:** enhance info about the component and possibilities ([#2336](https://github.com/dnbexperience/eufemia/issues/2336)) ([9963029](https://github.com/dnbexperience/eufemia/commit/9963029ab7f0d9faf525a5a6df40c0840d9d83ba))
37
- * **Table:** improve event docs ([4bd22b7](https://github.com/dnbexperience/eufemia/commit/4bd22b7847ec24c6d46e6c52bace18528f86fea5))
38
- * **Tag:** improve event docs ([389ddd0](https://github.com/dnbexperience/eufemia/commit/389ddd0e1b41d15fc9f4667d9021c16ebdd39462))
39
- * **ToggleButton:** improve event docs ([aaf811c](https://github.com/dnbexperience/eufemia/commit/aaf811c526ad840fc58816ef41a8d62caa39c46a))
40
- * **v10:** adds examples for updating imports to assets and fonts ([d3d91b3](https://github.com/dnbexperience/eufemia/commit/d3d91b33540d6d803629e3da6cf3c2af0125f0d0))
41
- * **v10:** where -> was ([9acc294](https://github.com/dnbexperience/eufemia/commit/9acc29462a8b5c13ab9cb5cb7439bac1d3ee1e28))
23
+ * **v10:** improves docs of Modal migration ([#2446](https://github.com/dnbexperience/eufemia/issues/2446)) ([d78d940](https://github.com/dnbexperience/eufemia/commit/d78d940d759c90062c1782109f8c3de4915bee27))
42
24
 
43
25
 
44
26
  ### :bug: Bug Fixes
45
27
 
46
- * **Button:** fix icon alignment issue when left positioned ([#2371](https://github.com/dnbexperience/eufemia/issues/2371)) ([bbb1ec8](https://github.com/dnbexperience/eufemia/commit/bbb1ec8d4bd4b1fef0af89a1cfa0081e6b80561d))
47
- * **Dialog:** make action buttons responsive ([#2373](https://github.com/dnbexperience/eufemia/issues/2373)) ([be41c14](https://github.com/dnbexperience/eufemia/commit/be41c14b2191ca754d69c85cd4196f9402185e00))
48
- * **Icon:** enhance alignment when used in paragraphs ([#2368](https://github.com/dnbexperience/eufemia/issues/2368)) ([69699f7](https://github.com/dnbexperience/eufemia/commit/69699f7efcbdefc80e78becf4c2b5c908d3eb362))
49
- * **InputMasked:** duplicate decimal number when typing ([#2344](https://github.com/dnbexperience/eufemia/issues/2344)) ([0d66dc0](https://github.com/dnbexperience/eufemia/commit/0d66dc06a9dab2eb9d91f93948337dff78f9346b))
50
- * **InputMasked:** fix integerLimit issue when combined with decimals ([#2338](https://github.com/dnbexperience/eufemia/issues/2338)) ([6df4b31](https://github.com/dnbexperience/eufemia/commit/6df4b31f8ae7a4ec4d18f03a0df17eebe55cb631))
51
- * **InputMasked:** on custom mask – avoid interaction stall after focus ([#2270](https://github.com/dnbexperience/eufemia/issues/2270)) ([2201ea9](https://github.com/dnbexperience/eufemia/commit/2201ea9e2e764e8ff7a98d591d2916fd3cb37814))
52
- * **NumberFormat:** fix tooltip theme inheritance ([#2354](https://github.com/dnbexperience/eufemia/issues/2354)) ([502c847](https://github.com/dnbexperience/eufemia/commit/502c847e1fba8bbbf2a55f03b299b97cf13b241d))
53
- * omit showing Tooltip after Dialog or Drawer got closed ([#2375](https://github.com/dnbexperience/eufemia/issues/2375)) ([583fb8d](https://github.com/dnbexperience/eufemia/commit/583fb8d19d6c86ce2a080490bd10066c17621539))
54
- * **VisuallyHidden:** force properties to overcome unwanted CSS specificity ([#2366](https://github.com/dnbexperience/eufemia/issues/2366)) ([64a3c6f](https://github.com/dnbexperience/eufemia/commit/64a3c6f2ff8fb4482acc402875b97649a954f279))
55
-
56
- ## [10.0.0-beta.7](https://github.com/dnbexperience/eufemia/compare/v10.0.0-beta.6...v10.0.0-beta.7) (2023-05-10)
57
-
58
-
59
- ### :sparkles: Features
60
-
61
- * **Accordion:** export type AccordionIconPosition ([23056cd](https://github.com/dnbexperience/eufemia/commit/23056cdd4f27b8f6ba74a43ad11c346f9ee50369))
62
- * **Button:** export type ButtonIcon ([ad315bf](https://github.com/dnbexperience/eufemia/commit/ad315bf62ce89dfb02af1a62484c1f5ff593672a))
63
-
64
-
65
- ### :memo: Documentation
66
-
67
- * **v10:** adds examples for updating import of boolean props ([b598078](https://github.com/dnbexperience/eufemia/commit/b59807882164ca6136a57237c53d231d8ac11684))
28
+ * **Autocomplete:** fix stretched form status when using suffix ([#2455](https://github.com/dnbexperience/eufemia/issues/2455)) ([5518728](https://github.com/dnbexperience/eufemia/commit/5518728c857f5b9ac92eb522b89700da91efa3be))
29
+ * **Icons:** fix broken Android icons ([#2391](https://github.com/dnbexperience/eufemia/issues/2391)) ([ea12f23](https://github.com/dnbexperience/eufemia/commit/ea12f2348b2cbb5dba935f79aac4bf61eb1c1049))
30
+ * **Icons:** remove left-over icon types (TypeScript) ([#2476](https://github.com/dnbexperience/eufemia/issues/2476)) ([80d3dac](https://github.com/dnbexperience/eufemia/commit/80d3dac502229fb8aca79aaa214432dac9b92065))
31
+ * include themed style in `ui-theme-tags` CSS package ([#2383](https://github.com/dnbexperience/eufemia/issues/2383)) ([d24c10d](https://github.com/dnbexperience/eufemia/commit/d24c10d4032c6138db01f4e3fce5c552a31061ac))
32
+ * **InputMasked:** make `inner_ref` work when provided as a function ([#2461](https://github.com/dnbexperience/eufemia/issues/2461)) ([5f59c50](https://github.com/dnbexperience/eufemia/commit/5f59c504eade4f43be226a2d7f1cbee2da9b45f6))
68
33
 
69
- ## [10.0.0-beta.6](https://github.com/dnbexperience/eufemia/compare/v10.0.0-beta.5...v10.0.0-beta.6) (2023-05-10)
70
-
71
-
72
- ### :memo: Documentation
73
-
74
- * **Portal:** removes Modal's new status ([#2312](https://github.com/dnbexperience/eufemia/issues/2312)) ([38016b6](https://github.com/dnbexperience/eufemia/commit/38016b6b5fb9125e8f8358990849ee986642380f))
75
- * **v10:** add docs for HelpButton's modal_props ([#2314](https://github.com/dnbexperience/eufemia/issues/2314)) ([66132f4](https://github.com/dnbexperience/eufemia/commit/66132f4a1207e860d7ebccd1c7d586d468ac777e))
76
- * **v10:** add example for updating import of properties ([#2313](https://github.com/dnbexperience/eufemia/issues/2313)) ([c31c679](https://github.com/dnbexperience/eufemia/commit/c31c679b1c76cd98ed0cc94b6ee79b3ce7f70f6a))
77
-
78
-
79
- ### :sparkles: Features
80
-
81
- * release of v10.0.0-beta.6 ([61bd05c](https://github.com/dnbexperience/eufemia/commit/61bd05cb9bc43632197811e46dfd8e795ce23bc3))
82
-
83
- ## [10.0.0-beta.5](https://github.com/dnbexperience/eufemia/compare/v10.0.0-beta.4...v10.0.0-beta.5) (2023-05-08)
84
-
85
-
86
- ### :sparkles: Features
87
-
88
- * **Autocomplete:** export AutocompleteData type ([#2299](https://github.com/dnbexperience/eufemia/issues/2299)) ([3d44140](https://github.com/dnbexperience/eufemia/commit/3d441405aba5b0132bc87296e263c4017397b191))
89
- * **Autocomplete:** export AutocompleteOptionsRender type ([#2300](https://github.com/dnbexperience/eufemia/issues/2300)) ([e12241a](https://github.com/dnbexperience/eufemia/commit/e12241a53ec84b1b5b8e1c85bc8ea3770124551a))
90
- * **Button:** sbanken styling ([#2273](https://github.com/dnbexperience/eufemia/issues/2273)) ([a7e6086](https://github.com/dnbexperience/eufemia/commit/a7e60867ce63e76a271a783e1a5ce4ca0a67067e))
91
- * **Dialog:** adds ReactNode as type for texts ([#2294](https://github.com/dnbexperience/eufemia/issues/2294)) ([0e52411](https://github.com/dnbexperience/eufemia/commit/0e524110d4ce8cb1ba5ca0e4ae6cd2399d328b07))
92
- * **Dropdown:** export DropdownData type ([#2298](https://github.com/dnbexperience/eufemia/issues/2298)) ([0950a33](https://github.com/dnbexperience/eufemia/commit/0950a33df797b2d4b3b5a4faa08d857b8894cb87))
93
-
94
-
95
- ### :memo: Documentation
96
-
97
- * **v10:** adds explicit examples for props that's changes type to boolean ([#2292](https://github.com/dnbexperience/eufemia/issues/2292)) ([7fac2d2](https://github.com/dnbexperience/eufemia/commit/7fac2d2118937fffd39fab27dfc5e6fb4044385b))
98
- * **v10:** adds info about removal of closeButtonAttributes ([#2296](https://github.com/dnbexperience/eufemia/issues/2296)) ([9c59caf](https://github.com/dnbexperience/eufemia/commit/9c59caf4a7c6ff31f00cb5e0876bb7713d2fb0dd))
99
- * **v10:** adds info about removal of closeButtonAttributes ([#2296](https://github.com/dnbexperience/eufemia/issues/2296)) ([6b2abd5](https://github.com/dnbexperience/eufemia/commit/6b2abd5fbfceda917dc8c9032e8ffb1bd5e70874))
100
- * **v10:** adds info about replacing white with default ([#2295](https://github.com/dnbexperience/eufemia/issues/2295)) ([1ca276a](https://github.com/dnbexperience/eufemia/commit/1ca276a3784d76724644018c965864ae79bb71e6))
101
- * **v10:** improve docs for EufemiaStyleImporter files ([#2302](https://github.com/dnbexperience/eufemia/issues/2302)) ([9babe64](https://github.com/dnbexperience/eufemia/commit/9babe64384af24bd2f91c246f321bab997d9da55))
102
- * **v10:** minor spelling improvement ([#2301](https://github.com/dnbexperience/eufemia/issues/2301)) ([aa64437](https://github.com/dnbexperience/eufemia/commit/aa64437e4b903198d4ba67545f959cc0aacaf525))
103
- * **v10:** prop change for FormStatus of status to state ([#2293](https://github.com/dnbexperience/eufemia/issues/2293)) ([5a7efa8](https://github.com/dnbexperience/eufemia/commit/5a7efa88693dfd898307becdc445f5649519ba0d))
104
-
105
- ## [10.0.0-beta.4](https://github.com/dnbexperience/eufemia/compare/v10.0.0-beta.3...v10.0.0-beta.4) (2023-05-06)
106
-
107
-
108
- ### :memo: Documentation
109
-
110
- * minor doc improvements ([#2283](https://github.com/dnbexperience/eufemia/issues/2283)) ([9088155](https://github.com/dnbexperience/eufemia/commit/9088155f310c18d05fb284ed24b7768ae401241d))
111
- * **SkipContent:** hide Events tab ([#2282](https://github.com/dnbexperience/eufemia/issues/2282)) ([22565ad](https://github.com/dnbexperience/eufemia/commit/22565ad2e4ddf50b9764de4a9812f4f21bd066ca))
112
- * **StepIndicator:** format Steps Parameters table ([#2284](https://github.com/dnbexperience/eufemia/issues/2284)) ([0d8191a](https://github.com/dnbexperience/eufemia/commit/0d8191a51f615a23229df660378eb9d876a7a404))
113
-
114
-
115
- ### :bug: Bug Fixes
116
-
117
- * **IconPrimary:** correct ts file extension usage ([#2289](https://github.com/dnbexperience/eufemia/issues/2289)) ([5a72532](https://github.com/dnbexperience/eufemia/commit/5a725320ccd7254f025af1216cfa067a32613f2a))
118
-
119
- ## [10.0.0-beta.3](https://github.com/dnbexperience/eufemia/compare/v10.0.0-beta.2...v10.0.0-beta.3) (2023-05-05)
34
+ ## [10.0.0](https://github.com/dnbexperience/eufemia/compare/v9.47.6...v10.0.0) (2023-06-01)
120
35
 
121
36
 
122
37
  ### ⚠ BREAKING CHANGES
123
38
 
124
39
  * **Anchor:** Anchor was moved form `/elements` to `/components`
125
40
  * **StylisPlugin:** Stylis plugin, `import stylisPlugin from '@dnb/eufemia/style/stylis'`, has been removed.
126
- * - The package `dnb-theme-ui` was renamed to `dnb-theme-basis`.
127
- - The package `dnb-ui-components` was renamed and moved inside a theme `/style/themes/theme-ui/dnb-theme-components.*`.
128
- - `dnb-ui-tags` was renamed and moved form `/style/dnb-ui-tags.*` to `/style/themes/theme-ui/dnb-theme-tags.*`.
41
+ * - The package dnb-theme-ui was renamed to ui-theme-basis.
42
+ - The package dnb-ui-components was renamed and moved inside a theme /style/themes/theme-ui/ui-theme-components.*.
43
+ - dnb-ui-tags was renamed and moved form /style/dnb-ui-tags.* to /style/themes/theme-ui/ui-theme-tags.*.
129
44
  * SCSS mixin was renamed from `fakeFocus` to `focusRing` as well as `removeFakeFocus` to `removeFocusRing`.
130
45
  *
46
+ * - CSS Packages such as `dnb-ui-basis` and `dnb-ui-core` do not contain the fonts anymore. Fonts are now only a part of a theme file, such as: `/style/themes/theme-ui/dnb-theme-ui.*`.
47
+ - The CSS package `dnb-ui-fonts` is moved inside a theme folder `/themes/theme-ui`
48
+ * The DNB font is moved inside a subfolder in /assets/fonts/dnb/...
49
+ * **Modal:** - Modal: Remove deprecated `mode` prop – it will default to `custom` mode. Use rather the `Dialog` or the `Drawer` component.
50
+ * Remove support for Web Components and Vue
51
+ * re-define Media Query Breakpoints and layout width
52
+ * Read the docs about migration: https://eufemia.dnb.no/uilib/about-the-lib/releases/eufemia/v10-info
131
53
 
132
- ### :barber: Style Changes
133
-
134
- * move :root vars into their component itself ([#2102](https://github.com/dnbexperience/eufemia/issues/2102)) ([7dfc1fb](https://github.com/dnbexperience/eufemia/commit/7dfc1fb2f136c4d9be80317187593f6239e9aed4))
54
+ * remove web components and vue support (#1946) ([ab7379e](https://github.com/dnbexperience/eufemia/commit/ab7379e44eca7649c14512b2e74e34bd04123abc)), closes [#1946](https://github.com/dnbexperience/eufemia/issues/1946)
55
+ * re-define Media Query Breakpoints and layout width (#1373) ([e0a11ce](https://github.com/dnbexperience/eufemia/commit/e0a11ce472a1802e5df7edc104f906385bb586ac)), closes [#1373](https://github.com/dnbexperience/eufemia/issues/1373)
56
+ * v10 ([b7d6348](https://github.com/dnbexperience/eufemia/commit/b7d63488f970c424a42f8a7ca68fe27a654727c8))
135
57
 
136
58
 
137
- ### :memo: Documentation
59
+ ### :barber: Style Changes
138
60
 
139
- * add docs about how to maintain theming ([#2097](https://github.com/dnbexperience/eufemia/issues/2097)) ([b8f3856](https://github.com/dnbexperience/eufemia/commit/b8f3856a949d7bd9e24a42335c82e5363e6f5a26))
140
- * add link to new Payment Card Figma file ([#2117](https://github.com/dnbexperience/eufemia/issues/2117)) ([a841699](https://github.com/dnbexperience/eufemia/commit/a841699243c03cc7e44fbcec44224c113f330399))
141
- * add new styles flow diagram ([201611b](https://github.com/dnbexperience/eufemia/commit/201611b0ba74933d03d321fa3b1169cee66a347c))
142
- * adds a dot to quick guide - designers ([#2157](https://github.com/dnbexperience/eufemia/issues/2157)) ([44f6852](https://github.com/dnbexperience/eufemia/commit/44f6852c6f468a2a8782b26c8a2cd32d537b25b8))
143
- * **Anchor:** fix console warning when using class ([#2125](https://github.com/dnbexperience/eufemia/issues/2125)) ([e8fcd06](https://github.com/dnbexperience/eufemia/commit/e8fcd06ab9d22f2f00f4b1082e62547dafbf9e67))
144
- * **Autocomplete:** minor spelling improvements ([#2197](https://github.com/dnbexperience/eufemia/issues/2197)) ([b464ab1](https://github.com/dnbexperience/eufemia/commit/b464ab111b9c23fafb2ad8a51dea677fff4cd865))
145
- * **Autocomplete:** refactor jsx examples to tsx ([#2198](https://github.com/dnbexperience/eufemia/issues/2198)) ([0951682](https://github.com/dnbexperience/eufemia/commit/0951682bacbf83eb22004ac4c23a0927bc53e0e3))
146
- * **Autocomplete:** update docs about the debounce method ([#2138](https://github.com/dnbexperience/eufemia/issues/2138)) ([119c366](https://github.com/dnbexperience/eufemia/commit/119c3664692ef5fa329bfb143ff13aa84500fa22))
147
- * **Best Practices:** adds a dot ([#2151](https://github.com/dnbexperience/eufemia/issues/2151)) ([629b74f](https://github.com/dnbexperience/eufemia/commit/629b74f7c93f7d1c6db4d8db359abf2b29c787d9))
148
- * **Best Practices:** adds links to children pages ([#2161](https://github.com/dnbexperience/eufemia/issues/2161)) ([211422e](https://github.com/dnbexperience/eufemia/commit/211422e9b275e671b196d6fc2e2933bf58591eda))
149
- * capitalize component names in descriptions ([#2162](https://github.com/dnbexperience/eufemia/issues/2162)) ([b96a2f2](https://github.com/dnbexperience/eufemia/commit/b96a2f2d91b37baf798ae4d6df44c63ec50a98df))
150
- * **ColorsTable:** fixes color and hover effect ([#2122](https://github.com/dnbexperience/eufemia/issues/2122)) ([904ba50](https://github.com/dnbexperience/eufemia/commit/904ba50df4bf9fdc0a898bcb2d32645c8ddb6651))
151
- * crate main doc for how to deal with brand ([#2100](https://github.com/dnbexperience/eufemia/issues/2100)) ([0144b5c](https://github.com/dnbexperience/eufemia/commit/0144b5cd7da38f683768ab04e71a813cf817622c))
152
- * **CSS Styles:** fix console warning when using class ([#2127](https://github.com/dnbexperience/eufemia/issues/2127)) ([c1d40b3](https://github.com/dnbexperience/eufemia/commit/c1d40b30f8a0bd1d6d09f59a81050bd3baa71d63))
153
- * **Customization:** adds link to provider/context ([#2160](https://github.com/dnbexperience/eufemia/issues/2160)) ([2da2eae](https://github.com/dnbexperience/eufemia/commit/2da2eaedd7481af8ba635c7e99a22895b7515b39))
154
- * **DatePicker:** refactor jsx examples to tsx ([#2204](https://github.com/dnbexperience/eufemia/issues/2204)) ([853cea4](https://github.com/dnbexperience/eufemia/commit/853cea44ba08371669cc295c22b7461fbf8e953b))
155
- * **Demo Apps:** fix console warning when using class ([#2126](https://github.com/dnbexperience/eufemia/issues/2126)) ([a800b78](https://github.com/dnbexperience/eufemia/commit/a800b78cfb18179a86d3bd73d23e94d638cd0a60))
156
- * **DrawerList:** prevents change of direction when scrolling ([#2233](https://github.com/dnbexperience/eufemia/issues/2233)) ([757cb60](https://github.com/dnbexperience/eufemia/commit/757cb60289b203861e59e71ee68e55ec83027b66))
157
- * **DrawerList:** refactor jsx examples to tsx ([#2209](https://github.com/dnbexperience/eufemia/issues/2209)) ([168cf9a](https://github.com/dnbexperience/eufemia/commit/168cf9a8f7b1cbc51652920077ab35bb85d4105a))
158
- * **DrawerList:** renamse fixedPosition to fixed_position ([#2093](https://github.com/dnbexperience/eufemia/issues/2093)) ([27c3a2d](https://github.com/dnbexperience/eufemia/commit/27c3a2d6efe1ac6958e87177a0d44a18e1644f52))
159
- * **Font Weights:** fix console warning when using class ([#2132](https://github.com/dnbexperience/eufemia/issues/2132)) ([63f3c1d](https://github.com/dnbexperience/eufemia/commit/63f3c1daf81b4c8b43b82b10f5ecc7a3e3f3c548))
160
- * **FormLabel:** improve description of vertical prop ([#2098](https://github.com/dnbexperience/eufemia/issues/2098)) ([7f0caee](https://github.com/dnbexperience/eufemia/commit/7f0caeedac2f631539d55be64850b307415a5b6e))
161
- * **FormRow:** refactor jsx examples to tsx ([#2219](https://github.com/dnbexperience/eufemia/issues/2219)) ([06b5406](https://github.com/dnbexperience/eufemia/commit/06b54068155e49c8959f880f2005b68e6ad2b685))
162
- * **FormSet:** refactor jsx examples to tsx ([#2208](https://github.com/dnbexperience/eufemia/issues/2208)) ([76d2c30](https://github.com/dnbexperience/eufemia/commit/76d2c30a6f5b2129be886f3238c3f4be21fe26d0))
163
- * **Fragments:** minor docs improvement ([#2232](https://github.com/dnbexperience/eufemia/issues/2232)) ([80a964c](https://github.com/dnbexperience/eufemia/commit/80a964c48ed96b1998b25fd14923c7345779548d))
164
- * **Front Page:** minor text improvements ([#2139](https://github.com/dnbexperience/eufemia/issues/2139)) ([34863b9](https://github.com/dnbexperience/eufemia/commit/34863b9c35ddbd2bda805dd4b2427f169a0e38ed))
165
- * **GlobalStatus:** refactor jsx examples to tsx ([#2202](https://github.com/dnbexperience/eufemia/issues/2202)) ([71bca1c](https://github.com/dnbexperience/eufemia/commit/71bca1cb1f36d8891da474e96fed3d1d1538fdb1))
166
- * **Heading:** refactor jsx examples to tsx ([#2205](https://github.com/dnbexperience/eufemia/issues/2205)) ([44e2a39](https://github.com/dnbexperience/eufemia/commit/44e2a39d1d36c49cb6d0fbba9c827e53ad9364ac))
167
- * **Helpers:** Adds info about dnb-unstyled-list in info page ([#2171](https://github.com/dnbexperience/eufemia/issues/2171)) ([da81526](https://github.com/dnbexperience/eufemia/commit/da81526679be52aaba9d21fe40c6f662f5988d10))
168
- * **HTML Elements:** move mdx of unstyled and unsupported to elements.mdx ([#2154](https://github.com/dnbexperience/eufemia/issues/2154)) ([90d5a3a](https://github.com/dnbexperience/eufemia/commit/90d5a3aa43575c064f107a83bf2c897f5b578a70))
169
- * **Icon Details:** fix console warning when using class ([#2128](https://github.com/dnbexperience/eufemia/issues/2128)) ([3698816](https://github.com/dnbexperience/eufemia/commit/3698816f7adf3b9bfcfcb7012a2d75be4b342c60))
170
- * **Icons:** link to v10 docs ([#2182](https://github.com/dnbexperience/eufemia/issues/2182)) ([7eaf2d1](https://github.com/dnbexperience/eufemia/commit/7eaf2d117cd1276958eb55699cf05e987cbcc734))
171
- * **InputMasked:** refactor jsx examples to tsx ([#2207](https://github.com/dnbexperience/eufemia/issues/2207)) ([ffb5ad0](https://github.com/dnbexperience/eufemia/commit/ffb5ad07ff52d36761551140b00622d622d5472c))
172
- * **Logos:** fix console warning in console ([#2123](https://github.com/dnbexperience/eufemia/issues/2123)) ([979e8d0](https://github.com/dnbexperience/eufemia/commit/979e8d0d3b3e21d33e4092c4fc5d2e90b9fd7e9a))
173
- * **Modal:** refactor jsx examples to tsx ([#2218](https://github.com/dnbexperience/eufemia/issues/2218)) ([278b24b](https://github.com/dnbexperience/eufemia/commit/278b24bddd232264650ea5424258ba7f2e0a90dd))
174
- * **Naming conventions:** fix console warning when using class ([#2129](https://github.com/dnbexperience/eufemia/issues/2129)) ([da19575](https://github.com/dnbexperience/eufemia/commit/da195756363ea01f64b2cd2ce935333badf55b62))
175
- * remove docs about CSS vars polyfills ([#2145](https://github.com/dnbexperience/eufemia/issues/2145)) ([766968e](https://github.com/dnbexperience/eufemia/commit/766968e12a1df837c675454aa435dcce3ec87396))
176
- * remove docs about importing from @dnb/eufemia/elements ([#2173](https://github.com/dnbexperience/eufemia/issues/2173)) ([21678c3](https://github.com/dnbexperience/eufemia/commit/21678c3c4b589195c49468b46e71336a84d79c8b))
177
- * **ScrollView:** controll -> control ([#2225](https://github.com/dnbexperience/eufemia/issues/2225)) ([31fff2c](https://github.com/dnbexperience/eufemia/commit/31fff2c6e31fb881a8180750085b3ebf7bbab9a6))
178
- * **ScrollView:** refactor jsx examples to tsx ([#2210](https://github.com/dnbexperience/eufemia/issues/2210)) ([5787b12](https://github.com/dnbexperience/eufemia/commit/5787b12670999c953d7bcf2349df7dc316eb96c3))
179
- * **ScrollView:** sets Description as header in docs ([#2168](https://github.com/dnbexperience/eufemia/issues/2168)) ([d998f4f](https://github.com/dnbexperience/eufemia/commit/d998f4f795402129175aa8056982c298360a58b2))
180
- * **Skeleton:** refactor jsx examples to tsx ([#2203](https://github.com/dnbexperience/eufemia/issues/2203)) ([2bfbaef](https://github.com/dnbexperience/eufemia/commit/2bfbaefa8a2920c9f3a017d96bfc087a707b2362))
181
- * **SkipContent:** refactor jsx examples to tsx ([#2211](https://github.com/dnbexperience/eufemia/issues/2211)) ([1f9e2f4](https://github.com/dnbexperience/eufemia/commit/1f9e2f4365a8dec3db1ecf1b18a4d6bb06804954))
182
- * **Space:** refactor jsx examples to tsx ([#2199](https://github.com/dnbexperience/eufemia/issues/2199)) ([d369ab5](https://github.com/dnbexperience/eufemia/commit/d369ab52b4667fc4706e9672a81c6baaeadaeaa1))
183
- * **Space:** refactor jsx properties to tsx ([#2216](https://github.com/dnbexperience/eufemia/issues/2216)) ([bc88149](https://github.com/dnbexperience/eufemia/commit/bc88149e84c4056cf8f51c07fae0a0c4b491af73))
184
- * **Table:** refactor jsx examples to tsx ([#2206](https://github.com/dnbexperience/eufemia/issues/2206)) ([97bb44d](https://github.com/dnbexperience/eufemia/commit/97bb44dfd038f66fd3c76c7cea4b464e9bf025c7))
185
- * **Timeline:** fix broken link to example ([#2241](https://github.com/dnbexperience/eufemia/issues/2241)) ([202e7eb](https://github.com/dnbexperience/eufemia/commit/202e7eb2a0bebc5895ab62356b79ebfd57c048a6))
186
- * **ToggleButton:** removes outdated label_position docs ([#2141](https://github.com/dnbexperience/eufemia/issues/2141)) ([c3f168b](https://github.com/dnbexperience/eufemia/commit/c3f168b0f81d76485ff2c308450711abfeeed7ba))
187
- * **TypeScript:** remove outdated docs ([#2124](https://github.com/dnbexperience/eufemia/issues/2124)) ([0f9f62f](https://github.com/dnbexperience/eufemia/commit/0f9f62f1234113ba042acd6f63db9d69638042ec))
188
- * **Typography:** fix console warning when using class ([#2133](https://github.com/dnbexperience/eufemia/issues/2133)) ([5551d92](https://github.com/dnbexperience/eufemia/commit/5551d92d8039dbe1b2619fa7b444e47e4717dc72))
189
- * **Typography:** hast -> has ([#2221](https://github.com/dnbexperience/eufemia/issues/2221)) ([de710b2](https://github.com/dnbexperience/eufemia/commit/de710b277f3972a62bae37df5d39ee635ff97efd))
61
+ * **Button:** smaller tertiary button focus effect for Sbanken ([#2319](https://github.com/dnbexperience/eufemia/issues/2319)) ([aa3ab7d](https://github.com/dnbexperience/eufemia/commit/aa3ab7d5c80ab014a4a191599756b7f1a735ab17))
62
+ * move :root vars into their component itself ([#2102](https://github.com/dnbexperience/eufemia/issues/2102)) ([60a53fe](https://github.com/dnbexperience/eufemia/commit/60a53fe8b336b3f141ffe016d0f4e84db5c23403))
190
63
 
191
64
 
192
65
  ### :bug: Bug Fixes
193
66
 
194
- * **Button:** align large icon size to be same as in Figma ([#2239](https://github.com/dnbexperience/eufemia/issues/2239)) ([2f9a287](https://github.com/dnbexperience/eufemia/commit/2f9a2876199c754c1ab0aa1b1cc78ea1db168359))
195
- * **Button:** support for FormRow and FormSet ([#2147](https://github.com/dnbexperience/eufemia/issues/2147)) ([59f0a22](https://github.com/dnbexperience/eufemia/commit/59f0a2244021b7ebd78192f7b5e2d657bd3021aa))
196
- * **DatePicker:** fix text prop for submit and cancel buttons ([#2254](https://github.com/dnbexperience/eufemia/issues/2254)) ([8633cd1](https://github.com/dnbexperience/eufemia/commit/8633cd14c04ed21092a34b70bd026ec6ef75587c))
197
- * **Datepicker:** reset and cancel button gap ([f3d0579](https://github.com/dnbexperience/eufemia/commit/f3d057908d9767e66d1196ce789be0bc81e0e7f8))
198
- * **DatePicker:** shortcut buttons ([#2266](https://github.com/dnbexperience/eufemia/issues/2266)) ([5b95305](https://github.com/dnbexperience/eufemia/commit/5b9530551f19ef47bd7a7edd5d5105667060a564))
199
- * **InputMasked:** on custom mask avoid interaction stall after focus ([#2269](https://github.com/dnbexperience/eufemia/issues/2269)) ([02caccb](https://github.com/dnbexperience/eufemia/commit/02caccbe36359827b776b76450aaf63049e9e5eb))
200
- * **NumberFormat:** hide screen reader only text from being copied as HTML ([#2240](https://github.com/dnbexperience/eufemia/issues/2240)) ([f8fe6c3](https://github.com/dnbexperience/eufemia/commit/f8fe6c36af3aa4d09b6b04f6be13491dbe231e9a))
201
- * remove FormRow context support from components not using FormRow ([#2103](https://github.com/dnbexperience/eufemia/issues/2103)) ([3a39134](https://github.com/dnbexperience/eufemia/commit/3a39134c883e70daf6ef374c85ea8ddbce317776))
202
- * **ToggleButton:** fixes error when pressing enter ([#2183](https://github.com/dnbexperience/eufemia/issues/2183)) ([37b2e45](https://github.com/dnbexperience/eufemia/commit/37b2e45d33dc7d1bdac75712accdd56d7c4f72a3))
67
+ * **Accordion:** enhance TypeScript type definitions ([035c0fb](https://github.com/dnbexperience/eufemia/commit/035c0fb43016950479c1c70bed06f861d4d730e1))
68
+ * **Anchor:** comments Anchor's inner_ref usage ([#1919](https://github.com/dnbexperience/eufemia/issues/1919)) ([b3623e9](https://github.com/dnbexperience/eufemia/commit/b3623e970a76ec057a49c34ba250a173e5c343a2))
69
+ * **Anchor:** ensure id is passed down ([#2016](https://github.com/dnbexperience/eufemia/issues/2016)) ([e8efd09](https://github.com/dnbexperience/eufemia/commit/e8efd09940440aa081a1cf7d4f6f5ace925b18aa))
70
+ * **Autocomplete:** add HorizontalItem TypeScript type definition ([f97f6ea](https://github.com/dnbexperience/eufemia/commit/f97f6eabb0e61de0513be7c40d2afdee7b000541))
71
+ * **Badge:** enhance semantic / accessibility and inherit skeleton from provider ([#1967](https://github.com/dnbexperience/eufemia/issues/1967)) ([42e20a7](https://github.com/dnbexperience/eufemia/commit/42e20a7f24c39a1d6f35ad5a7acaa56959f376b6))
72
+ * **Button:** align large icon size to be same as in Figma ([#2239](https://github.com/dnbexperience/eufemia/issues/2239)) ([33e41e7](https://github.com/dnbexperience/eufemia/commit/33e41e743d720a862698031e2653eb88b8b12477))
73
+ * **Button:** fix icon alignment issue when left positioned ([#2371](https://github.com/dnbexperience/eufemia/issues/2371)) ([9250f15](https://github.com/dnbexperience/eufemia/commit/9250f1512632547ccb5fac1815706ee1ead03fad))
74
+ * **Button:** remove left and right padding of tertiary button ([88bec0c](https://github.com/dnbexperience/eufemia/commit/88bec0c722e0cc190eefdc471ab0fd1e898b09d4))
75
+ * **DatePicker:** fix text prop for submit and cancel buttons ([#2254](https://github.com/dnbexperience/eufemia/issues/2254)) ([b5f1bfa](https://github.com/dnbexperience/eufemia/commit/b5f1bfae6838930cd301463cd7ed10abee2cdcdc))
76
+ * **DatePicker:** make focus handling on input work on second click ([#2039](https://github.com/dnbexperience/eufemia/issues/2039)) ([7a66806](https://github.com/dnbexperience/eufemia/commit/7a668065dedff86f3acc524ec1f4c820cd74bb61))
77
+ * **Datepicker:** reset and cancel button gap ([6056009](https://github.com/dnbexperience/eufemia/commit/6056009eb8330698430e177d5448329f5dc05d76))
78
+ * **DatePicker:** shortcut buttons ([#2266](https://github.com/dnbexperience/eufemia/issues/2266)) ([eb79f77](https://github.com/dnbexperience/eufemia/commit/eb79f779d766db3acf286b3cb3fa3c06f6d01513))
79
+ * **Dialog:** make action buttons responsive ([#2373](https://github.com/dnbexperience/eufemia/issues/2373)) ([3e1f146](https://github.com/dnbexperience/eufemia/commit/3e1f14632905709164ed141aa88a60f0fb5c7f6b))
80
+ * **Dl:** ensure horizontal wrap no matter what available space ([#1965](https://github.com/dnbexperience/eufemia/issues/1965)) ([8e5729a](https://github.com/dnbexperience/eufemia/commit/8e5729ab4f3683d6dd72242c5f09f8ef617fc483))
81
+ * **DrawerList:** enhance TypeScript definition types ([5f7fd54](https://github.com/dnbexperience/eufemia/commit/5f7fd54cf0dd1c945ac500a0474fa6943581f179))
82
+ * **Dropdown:** enhance TypeScript definition types ([514f6fa](https://github.com/dnbexperience/eufemia/commit/514f6fac7fc2b27136a66285e203ac0f2c86ece9))
83
+ * enhance scrollbar appearance ([#2046](https://github.com/dnbexperience/eufemia/issues/2046)) ([237331a](https://github.com/dnbexperience/eufemia/commit/237331a22db4ea964bf0c13a2916f34be24035d4))
84
+ * fix breadcumb alignment after tertiary button changes ([9f4a9a6](https://github.com/dnbexperience/eufemia/commit/9f4a9a655b57d8d00a4104a23e04ad78a17c2829))
85
+ * fix pagination alignment after tertiary button changes ([037a391](https://github.com/dnbexperience/eufemia/commit/037a391d7f70f82ee338e12b9f7147b657094d36))
86
+ * **GlobalStatus:** enhance TypeScript definition types ([dc58836](https://github.com/dnbexperience/eufemia/commit/dc58836b1405a1044847d134468b2daecfd35e30))
87
+ * **Heading:** enhance TypeScript definition types ([c3c736b](https://github.com/dnbexperience/eufemia/commit/c3c736b37d535f0cc5d9c48a1790b54a20749fb6))
88
+ * **Icon:** enhance alignment when used in paragraphs ([#2368](https://github.com/dnbexperience/eufemia/issues/2368)) ([78cc1e4](https://github.com/dnbexperience/eufemia/commit/78cc1e413b899decae168772f620172d66fd09e9))
89
+ * **IconPrimary:** correct ts file extension usage ([#2289](https://github.com/dnbexperience/eufemia/issues/2289)) ([ad485bc](https://github.com/dnbexperience/eufemia/commit/ad485bc28254eba15594ad4cc06844edcb34ab1e))
90
+ * **InfoCard:** enhance accessibility + set max width of 60ch ([#1977](https://github.com/dnbexperience/eufemia/issues/1977)) ([e2075f3](https://github.com/dnbexperience/eufemia/commit/e2075f3e7c3d563c8c2dafb042a3eca93fea869a))
91
+ * **InputMasked:** expose inner_ref input element when useRef is used ([#2042](https://github.com/dnbexperience/eufemia/issues/2042)) ([b52bbe0](https://github.com/dnbexperience/eufemia/commit/b52bbe03255a0e025c06058c6394539e7afdddc3))
92
+ * **InputMasked:** fix integerLimit issue when combined with decimals ([#2338](https://github.com/dnbexperience/eufemia/issues/2338)) ([04c30e9](https://github.com/dnbexperience/eufemia/commit/04c30e9064907b6f6d34d6ce5ac63a20e8a6e2de))
93
+ * **InputMasked:** on custom mask – avoid interaction stall after focus ([#2269](https://github.com/dnbexperience/eufemia/issues/2269)) ([aa0300f](https://github.com/dnbexperience/eufemia/commit/aa0300ff3d7685fc36f7fa5aea5856969582e311))
94
+ * make docs/portal Windows compatible by properly handle backslashes and newlines ([#2038](https://github.com/dnbexperience/eufemia/issues/2038)) ([1196819](https://github.com/dnbexperience/eufemia/commit/11968199a050ca9221dca8fe6848319ac87aa371))
95
+ * **MediaQuery:** enhance TypeScript types ([d93bd54](https://github.com/dnbexperience/eufemia/commit/d93bd543335fe2d5c99ba26351a50dcae36c9e31))
96
+ * **Modal:** make children accept function with close method in parameters ([#2015](https://github.com/dnbexperience/eufemia/issues/2015)) ([bacc1f1](https://github.com/dnbexperience/eufemia/commit/bacc1f15308ec0601b8f6e609994c0a154e2e024))
97
+ * **NumberFormat:** fix tooltip theme inheritance ([#2354](https://github.com/dnbexperience/eufemia/issues/2354)) ([ddffa58](https://github.com/dnbexperience/eufemia/commit/ddffa58c6873ef26dffdb9e89c190444285a567b))
98
+ * **NumberFormat:** hide screen reader only text from being copied as HTML ([#2240](https://github.com/dnbexperience/eufemia/issues/2240)) ([26b6039](https://github.com/dnbexperience/eufemia/commit/26b6039d2f2a5419da13ba6b37411a7bbd2ea69b))
99
+ * omit showing Tooltip after Dialog or Drawer got closed ([#2375](https://github.com/dnbexperience/eufemia/issues/2375)) ([1c41dfe](https://github.com/dnbexperience/eufemia/commit/1c41dfe1da4b9270dd22aba84f30a6c27edd953c))
100
+ * **Pagination:** enhance Pagination and InfinityScroller TypeScript definitions ([5a7de9d](https://github.com/dnbexperience/eufemia/commit/5a7de9dd0aff0f8548eb4257c3b98753a8e97be8))
101
+ * **Pagination:** fix hover style state after click to be emerald-green ([#2032](https://github.com/dnbexperience/eufemia/issues/2032)) ([2c399e8](https://github.com/dnbexperience/eufemia/commit/2c399e87459a17e4455bcfc50924c360bd1534d7))
102
+ * remove `maintained node versions` from .browserslistrc ([#1917](https://github.com/dnbexperience/eufemia/issues/1917)) ([3e9b0d8](https://github.com/dnbexperience/eufemia/commit/3e9b0d8928da4c4ee9c6a3c08de63dac3228b5e0)), closes [#1912](https://github.com/dnbexperience/eufemia/issues/1912)
103
+ * remove FormRow context support from /elements ([#2031](https://github.com/dnbexperience/eufemia/issues/2031)) ([6560a80](https://github.com/dnbexperience/eufemia/commit/6560a80ebc2923a8eb9f239046b058790bb4fa73))
104
+ * **ScrollView:** avoid usage of useLayoutEffect during SSR ([#2012](https://github.com/dnbexperience/eufemia/issues/2012)) ([6246afc](https://github.com/dnbexperience/eufemia/commit/6246afc2818f7182619c50ac825761cc3ce9eed3))
105
+ * **Skeleton:** add Skeleton.Exclude types ([b9512ff](https://github.com/dnbexperience/eufemia/commit/b9512ffb5657c0042cf15dcd9be94318d90740c3))
106
+ * **StepIndicator:** fix TypeScript spacing types ([c304d47](https://github.com/dnbexperience/eufemia/commit/c304d47dae56a154239a48858ea923c7450b4ff5))
107
+ * **Timeline:** use ordered list element ([#1962](https://github.com/dnbexperience/eufemia/issues/1962)) ([bfc3004](https://github.com/dnbexperience/eufemia/commit/bfc3004209babb1040d378b1fb09032ce6c501c0))
108
+ * **ToggleButton:** fixes error when pressing enter ([#2183](https://github.com/dnbexperience/eufemia/issues/2183)) ([da95ee4](https://github.com/dnbexperience/eufemia/commit/da95ee4057d9eca5176673b9053ee3bee2508b66))
109
+ * upgrade Stylelint from v13 to v15 ([#1995](https://github.com/dnbexperience/eufemia/issues/1995)) ([b4ca07c](https://github.com/dnbexperience/eufemia/commit/b4ca07c12653294ad8695f33eb4d07c11eb6dd62))
110
+ * **VisuallyHidden:** force properties to overcome unwanted CSS specificity ([#2366](https://github.com/dnbexperience/eufemia/issues/2366)) ([ed088de](https://github.com/dnbexperience/eufemia/commit/ed088debc0aecc40040c07080914ff4ec9cb84b0))
203
111
 
204
112
 
205
113
  ### :sparkles: Features
206
114
 
207
- * add shared Theme component and useTheme hook ([#2112](https://github.com/dnbexperience/eufemia/issues/2112)) ([10a5f5e](https://github.com/dnbexperience/eufemia/commit/10a5f5e20bce4e96b0c0ac1abfdb96bb045646a1))
208
- * **Anchor:** create styles for Sbanken ([#2250](https://github.com/dnbexperience/eufemia/issues/2250)) ([330f97e](https://github.com/dnbexperience/eufemia/commit/330f97eea5c522ee55e8e6ad1b995f4a40bb80d6))
209
- * **Anchor:** move from elements to components ([#2275](https://github.com/dnbexperience/eufemia/issues/2275)) ([c6261cd](https://github.com/dnbexperience/eufemia/commit/c6261cd4c047055b1dca0e80d256edf3f5b1086d))
210
- * **Icons:** add new icons `handshake`, `heavy_equipment`, `id_card`, `investment_account`, `keyfigures`, `portfolio_analytics`, `sea_transport`, `shield_lock`, `file_zip`, `bus`, `building_shopping`, `handshake`, `heavy_equipment` ([#2178](https://github.com/dnbexperience/eufemia/issues/2178)) ([80d4b9d](https://github.com/dnbexperience/eufemia/commit/80d4b9d9924681bffbe7d445931bf1782fcc7c20))
211
- * **Icons:** move all icons assets to `dnb` subfolder: assets/icons/dnb/*.svg ([#2187](https://github.com/dnbexperience/eufemia/issues/2187)) ([5513ca8](https://github.com/dnbexperience/eufemia/commit/5513ca884aa88e248feef4bb3be9b41ebeb3114b))
212
- * **Icons:** remove iOS (PDF) icons library support ([#2170](https://github.com/dnbexperience/eufemia/issues/2170)) ([c238f6d](https://github.com/dnbexperience/eufemia/commit/c238f6d408b01065dec9fa3136418e9970ac718d))
213
- * **Logo:** Add brand and variant params for Sbanken logo ([#2271](https://github.com/dnbexperience/eufemia/issues/2271)) ([e850b25](https://github.com/dnbexperience/eufemia/commit/e850b25a988293c0007127c19a95f5c87156ee0c))
214
- * move `dnb-ui-tags` to themes ([#2140](https://github.com/dnbexperience/eufemia/issues/2140)) ([0da5214](https://github.com/dnbexperience/eufemia/commit/0da5214b49e5332fa2437c75ffb026081b6869d1))
215
- * move browser assets to dnb subfolder ([#2083](https://github.com/dnbexperience/eufemia/issues/2083)) ([005c123](https://github.com/dnbexperience/eufemia/commit/005c1239b72e4cd58ac41a8283d8f7c6be69ab2a))
216
- * move DNB icons to subfolder (with v9 compatibility) ([#2200](https://github.com/dnbexperience/eufemia/issues/2200)) ([94381b4](https://github.com/dnbexperience/eufemia/commit/94381b449ec5ff19cb98163858a251802c2676ca))
217
- * move dnb image assets to own subfolder ([#2099](https://github.com/dnbexperience/eufemia/issues/2099)) ([213f6c2](https://github.com/dnbexperience/eufemia/commit/213f6c27234b9b57dd45f9b8b1d8cc007c92251a))
218
- * **PaymentCard:** new card designs & new products ([#2264](https://github.com/dnbexperience/eufemia/issues/2264)) ([c7f9c67](https://github.com/dnbexperience/eufemia/commit/c7f9c670069646cf7f6a81d8999d6b23c4993d26))
219
- * **PaymentCard:** rename type Metalic to Metallic ([#2226](https://github.com/dnbexperience/eufemia/issues/2226)) ([cc4498b](https://github.com/dnbexperience/eufemia/commit/cc4498b7f37887d3c83a81a5a865554e62063de4))
220
- * rename SCSS mixin `fakeFocus` to `focusRing` ([#2110](https://github.com/dnbexperience/eufemia/issues/2110)) ([8c27aeb](https://github.com/dnbexperience/eufemia/commit/8c27aebc7e940697babe5918ea072a3140155f0a))
221
- * simplify CSS packages/themes structure ([f44fc0b](https://github.com/dnbexperience/eufemia/commit/f44fc0bd8f9a9c43297d8fa65a512ab5da2930e4))
222
- * **Skeleton:** removes style_type prop ([#2095](https://github.com/dnbexperience/eufemia/issues/2095)) ([c7cdadb](https://github.com/dnbexperience/eufemia/commit/c7cdadb65b8258596ba0dfee3e2831320a822067))
223
- * **StylisPlugin:** removes stylis plugin ([#2156](https://github.com/dnbexperience/eufemia/issues/2156)) ([fa42b39](https://github.com/dnbexperience/eufemia/commit/fa42b39934392fe9d4c1f003f2e690dcfc338d91))
224
- * **Theming:** add `VisibilityByTheme` as a shared component ([#2280](https://github.com/dnbexperience/eufemia/issues/2280)) ([49b3f9a](https://github.com/dnbexperience/eufemia/commit/49b3f9af2f166604c5a24d72a8d4186862b111ba))
225
- * **Typography:** add `--line-height-lead` property ([#2237](https://github.com/dnbexperience/eufemia/issues/2237)) ([bbd49ce](https://github.com/dnbexperience/eufemia/commit/bbd49cecd9c71b0414df632ddfb2fce4eea6cb20))
226
- * **Typography:** remove small prop from paragraph (p) ([#2234](https://github.com/dnbexperience/eufemia/issues/2234)) ([b8cf2de](https://github.com/dnbexperience/eufemia/commit/b8cf2de2afed2b028ac86e9703818de3cfa2da76))
227
- * use CSS vars in focus-ring (`fakeFocus`) ([#2109](https://github.com/dnbexperience/eufemia/issues/2109)) ([21defb5](https://github.com/dnbexperience/eufemia/commit/21defb515a72cd1ed8287f34f8ad3e8095353f00))
228
-
229
- ## [10.0.0-beta.2](https://github.com/dnbexperience/eufemia/compare/v10.0.0-beta.1...v10.0.0-beta.2) (2023-03-10)
115
+ * **Accordion:** export type AccordionIconPosition ([ff05f9f](https://github.com/dnbexperience/eufemia/commit/ff05f9f27568e40b39614715053ab2fd90709cee))
116
+ * add shared Theme component and useTheme hook ([#2112](https://github.com/dnbexperience/eufemia/issues/2112)) ([9f88b71](https://github.com/dnbexperience/eufemia/commit/9f88b71240029a13571e2a721868907b6a5e9bb8))
117
+ * **Anchor:** add `scrollToHash` feature ([#2290](https://github.com/dnbexperience/eufemia/issues/2290)) ([246eaa9](https://github.com/dnbexperience/eufemia/commit/246eaa9d47d4b149b2fecced09d7c3dc7c70edfe)), closes [#2286](https://github.com/dnbexperience/eufemia/issues/2286)
118
+ * **Anchor:** always show focus when `dnb-anchor--focus` is used ([#2364](https://github.com/dnbexperience/eufemia/issues/2364)) ([541e889](https://github.com/dnbexperience/eufemia/commit/541e889e817e7d2efd6b478dfcc26aad39e51a17))
119
+ * **Anchor:** create styles for Sbanken ([#2250](https://github.com/dnbexperience/eufemia/issues/2250)) ([208e891](https://github.com/dnbexperience/eufemia/commit/208e89135859bd82427b475008d7f3799619f299))
120
+ * **Anchor:** deprecate property target_blank_title ([#1882](https://github.com/dnbexperience/eufemia/issues/1882)) ([065321e](https://github.com/dnbexperience/eufemia/commit/065321eca3933e72a9f045414d30086b11c02db2))
121
+ * **Anchor:** move from elements to components ([#2275](https://github.com/dnbexperience/eufemia/issues/2275)) ([fdb5680](https://github.com/dnbexperience/eufemia/commit/fdb568089fee0c10914709a55e93424c5c7eb862))
122
+ * **Anchor:** remove horizontal padding ([#2365](https://github.com/dnbexperience/eufemia/issues/2365)) ([106c02f](https://github.com/dnbexperience/eufemia/commit/106c02f0cebdbdacbbd43b3fea8e0c325e08f9ca))
123
+ * **Anchor:** Sbanken styling, added icon props ([#2318](https://github.com/dnbexperience/eufemia/issues/2318)) ([c6dcd03](https://github.com/dnbexperience/eufemia/commit/c6dcd03608a4de06f11d741b4aaf6cad7bf7ae18))
124
+ * **Autocomplete:** export AutocompleteData type ([#2299](https://github.com/dnbexperience/eufemia/issues/2299)) ([0315b14](https://github.com/dnbexperience/eufemia/commit/0315b14960480823f2937a67e2a8b769192cfbae))
125
+ * **Autocomplete:** export AutocompleteOptionsRender type ([#2300](https://github.com/dnbexperience/eufemia/issues/2300)) ([becf345](https://github.com/dnbexperience/eufemia/commit/becf3451b6a788087b0822054a67e69d4293168c))
126
+ * build pure component css packages (without deps) ([#1928](https://github.com/dnbexperience/eufemia/issues/1928)) ([0af6b60](https://github.com/dnbexperience/eufemia/commit/0af6b607c72dd96ea16debc63cb703310f0ebb4d))
127
+ * **build:** replace node-sass with dart-sass ([#1934](https://github.com/dnbexperience/eufemia/issues/1934)) ([87f918f](https://github.com/dnbexperience/eufemia/commit/87f918f763ab5c33af2cb2b66c5fc98f5e623038))
128
+ * **Button:** export type ButtonIcon ([bb4d70e](https://github.com/dnbexperience/eufemia/commit/bb4d70e974ff01694dceac760adcc5722a9b9241))
129
+ * **Button:** sbanken styling ([#2273](https://github.com/dnbexperience/eufemia/issues/2273)) ([f53faa0](https://github.com/dnbexperience/eufemia/commit/f53faa0b032559a16785f9cd217c6bbe6b910b98))
130
+ * **Checkbox:** deprecate default_state property ([#1863](https://github.com/dnbexperience/eufemia/issues/1863)) ([a022de3](https://github.com/dnbexperience/eufemia/commit/a022de37661dcfec3df09638cfbb01986fa7d853))
131
+ * deprecate StepIndicator v1 ([#1840](https://github.com/dnbexperience/eufemia/issues/1840)) ([33d6fc2](https://github.com/dnbexperience/eufemia/commit/33d6fc28d959da3ec3bc267684de6e96b291600b))
132
+ * **Dialog:** adds ReactNode as type for texts ([#2294](https://github.com/dnbexperience/eufemia/issues/2294)) ([5a18768](https://github.com/dnbexperience/eufemia/commit/5a18768f25bb41aa75b152786c9532f5de0bd932))
133
+ * **DrawerList:** remove use_drawer_on_mobile & enable_closest_observer ([#1879](https://github.com/dnbexperience/eufemia/issues/1879)) ([e1bcfb0](https://github.com/dnbexperience/eufemia/commit/e1bcfb02f3a0d58a7acd09fb5d1c9b23c03df736))
134
+ * **Dropdown:** export DropdownData type ([#2298](https://github.com/dnbexperience/eufemia/issues/2298)) ([81a0619](https://github.com/dnbexperience/eufemia/commit/81a0619590e94a6965dbee028c46ae065a2165fd))
135
+ * **Dropdown:** remove deprecated selected_item property ([#1870](https://github.com/dnbexperience/eufemia/issues/1870)) ([ac509ca](https://github.com/dnbexperience/eufemia/commit/ac509cab7927a491fc1777d6e4c8d245d8e8caaf))
136
+ * **Element:** deprecate css, class, inner_ref, skeleton_method ([#1859](https://github.com/dnbexperience/eufemia/issues/1859)) ([5ef5292](https://github.com/dnbexperience/eufemia/commit/5ef52927f12e3717796296cb7a2b4e661f868a72))
137
+ * expose package version ([#2327](https://github.com/dnbexperience/eufemia/issues/2327)) ([2a51dfc](https://github.com/dnbexperience/eufemia/commit/2a51dfce9551761aa380137e95e937688a12a3dd))
138
+ * **FormRow:** remove indent feature ([#1975](https://github.com/dnbexperience/eufemia/issues/1975)) ([9c69439](https://github.com/dnbexperience/eufemia/commit/9c69439749ad5dc7a9c08e09f511323a8c1a438d))
139
+ * **FormStatus:** remove deprecated status property ([#1914](https://github.com/dnbexperience/eufemia/issues/1914)) ([75fe76c](https://github.com/dnbexperience/eufemia/commit/75fe76cc04baed994f4c3697f16bedeb817d9142))
140
+ * **GlobalError:** add new styles (no illustrations anymore) ([#2381](https://github.com/dnbexperience/eufemia/issues/2381)) ([cf18ccd](https://github.com/dnbexperience/eufemia/commit/cf18ccd8319533b16366e410c61a4bdbf33b060d))
141
+ * **GlobalStatus:** add possibility for a custom message (replace `global_status_id` with `globalStatus` prop) ([#2351](https://github.com/dnbexperience/eufemia/issues/2351)) ([551d87e](https://github.com/dnbexperience/eufemia/commit/551d87e74ad3f480219c09edf8263bf2b956fbf1))
142
+ * **GlobalStatus:** deprecate AddStatus & Set ([#1891](https://github.com/dnbexperience/eufemia/issues/1891)) ([680b2c8](https://github.com/dnbexperience/eufemia/commit/680b2c8e7fb5bc20e6e50cadd43f272b98caaaaa))
143
+ * **H:** deprecate is and style_type properties ([#1856](https://github.com/dnbexperience/eufemia/issues/1856)) ([41c2ae8](https://github.com/dnbexperience/eufemia/commit/41c2ae8d124a305929eb90009ff20bef9e00f12a))
144
+ * **HelpButton:** remove `modal_props` in favour of `render` ([#2333](https://github.com/dnbexperience/eufemia/issues/2333)) ([f95e249](https://github.com/dnbexperience/eufemia/commit/f95e249ed870771d769cd5fdd3ab382733367a1b))
145
+ * **Helpers:** deprecate .dnb-sr-only--inline & .dnb-not-sr-only ([#1865](https://github.com/dnbexperience/eufemia/issues/1865)) ([7789778](https://github.com/dnbexperience/eufemia/commit/77897787183dba721a85d2b3ba0929b0c659c7b4))
146
+ * **Icons:** add new icons `handshake`, `heavy_equipment`, `id_card`, `investment_account`, `keyfigures`, `portfolio_analytics`, `sea_transport`, `shield_lock`, `file_zip`, `bus`, `building_shopping`, `handshake`, `heavy_equipment` ([#2178](https://github.com/dnbexperience/eufemia/issues/2178)) ([5e57d0d](https://github.com/dnbexperience/eufemia/commit/5e57d0dbff74c42d0155581766162ffd428283b0))
147
+ * **Icons:** move all icons assets to `dnb` subfolder: assets/icons/dnb/*.svg ([#2187](https://github.com/dnbexperience/eufemia/issues/2187)) ([15b19b7](https://github.com/dnbexperience/eufemia/commit/15b19b703f9d21fa4499e9a661b00ead0a3750c1))
148
+ * **Icons:** remove iOS (PDF) icons library support ([#2170](https://github.com/dnbexperience/eufemia/issues/2170)) ([6063ff3](https://github.com/dnbexperience/eufemia/commit/6063ff3ab40b9942012a081f1b3fb164f0fac840))
149
+ * include all type definitions in repo ([#1996](https://github.com/dnbexperience/eufemia/issues/1996)) ([a5d07fe](https://github.com/dnbexperience/eufemia/commit/a5d07fe0071c45243edd20bc739bbd3d51fc312a))
150
+ * **InputMasked:** ATTENTION! make allowLeadingZeroes default to true ([#1126](https://github.com/dnbexperience/eufemia/issues/1126)) ([dfddc3a](https://github.com/dnbexperience/eufemia/commit/dfddc3abfbd65a85ef0e96be92fb22cfbc347043))
151
+ * **Logo:** Add brand and variant params for Sbanken logo ([#2271](https://github.com/dnbexperience/eufemia/issues/2271)) ([577e9b4](https://github.com/dnbexperience/eufemia/commit/577e9b44ee88fc187a26c41cf29e771bd2c3fed7))
152
+ * **Modal, Dialog, Drawer:** remove closeButtonAttributes ([#1926](https://github.com/dnbexperience/eufemia/issues/1926)) ([80c69ee](https://github.com/dnbexperience/eufemia/commit/80c69ee4b1b7d4d4ce8acd0ab289a246f23dbe1e))
153
+ * **Modal:** remove deprecated mode prop ([#1993](https://github.com/dnbexperience/eufemia/issues/1993)) ([7769b77](https://github.com/dnbexperience/eufemia/commit/7769b772a04f53b435fb7f8ca7be32601b5feac6))
154
+ * **Modal:** remove deprecated trigger_ props ([#1918](https://github.com/dnbexperience/eufemia/issues/1918)) ([0582254](https://github.com/dnbexperience/eufemia/commit/0582254159e0d44818fefd953718751549a55038))
155
+ * move `dnb-ui-fonts` package inside `/style/themes/theme-ui/` ([9dfa3d6](https://github.com/dnbexperience/eufemia/commit/9dfa3d6969a98b32db12181828706ec7f8fb6078))
156
+ * move `dnb-ui-tags` to themes ([#2140](https://github.com/dnbexperience/eufemia/issues/2140)) ([0a49595](https://github.com/dnbexperience/eufemia/commit/0a49595b9995f380464c5bc7b4e9dd152f0f45ee))
157
+ * move `properties.scss` into theme ui ([#2035](https://github.com/dnbexperience/eufemia/issues/2035)) ([dce2a3a](https://github.com/dnbexperience/eufemia/commit/dce2a3a430397ffec5650a3c1458e045cc303a8f))
158
+ * move browser assets to dnb subfolder ([#2083](https://github.com/dnbexperience/eufemia/issues/2083)) ([e0cf868](https://github.com/dnbexperience/eufemia/commit/e0cf868ce8c2dfa6e1c46807693b12251ab2d909))
159
+ * move DNB font in subfolder ([fdb05f3](https://github.com/dnbexperience/eufemia/commit/fdb05f35040feb84d57c406ce2f39408cd4d7bb1))
160
+ * move DNB icons to subfolder (with v9 compatibility) ([#2200](https://github.com/dnbexperience/eufemia/issues/2200)) ([fd23310](https://github.com/dnbexperience/eufemia/commit/fd2331007333ba712f8e8ef1ac0d5e49647e7780))
161
+ * move dnb image assets to own subfolder ([#2099](https://github.com/dnbexperience/eufemia/issues/2099)) ([4101cca](https://github.com/dnbexperience/eufemia/commit/4101cca8977da6dfbd3403e4e3c4d98733deae99))
162
+ * new browserslist config for es6 builds ([#1833](https://github.com/dnbexperience/eufemia/issues/1833)) ([0f02859](https://github.com/dnbexperience/eufemia/commit/0f028594d1f59972e671b82e79fc40c68aa22b6f))
163
+ * **Number:** Removes component ([#1924](https://github.com/dnbexperience/eufemia/issues/1924)) ([5ecb3aa](https://github.com/dnbexperience/eufemia/commit/5ecb3aa325b97fbe89f5a38cb003bbe4c32c2758))
164
+ * **Pagination:** replace `page` with `pageNumber` ([3d538da](https://github.com/dnbexperience/eufemia/commit/3d538dae5b318cd9395924f1ba6717e9a3b409d6))
165
+ * **PaymentCard:** new card designs & new products ([#2264](https://github.com/dnbexperience/eufemia/issues/2264)) ([2e3d790](https://github.com/dnbexperience/eufemia/commit/2e3d790c6e75e7e260764be7e18c5dfa0a40b448))
166
+ * **PaymentCard:** rename type Metalic to Metallic ([#2226](https://github.com/dnbexperience/eufemia/issues/2226)) ([00c30ea](https://github.com/dnbexperience/eufemia/commit/00c30ea88afd4e070199ac8412197f9a5e888cbd))
167
+ * **P:** deprecate style_type property ([#1855](https://github.com/dnbexperience/eufemia/issues/1855)) ([f45e60c](https://github.com/dnbexperience/eufemia/commit/f45e60c9181f4b68b2219537162a4269010a3b7c))
168
+ * **P:** remove deprecated class dnb-p--ingress ([#1872](https://github.com/dnbexperience/eufemia/issues/1872)) ([2837e8e](https://github.com/dnbexperience/eufemia/commit/2837e8e5e49e4583d09fe115bc3ac5c4e3a8017b))
169
+ * remove support for internet explorer ([#1807](https://github.com/dnbexperience/eufemia/issues/1807)) ([44b3803](https://github.com/dnbexperience/eufemia/commit/44b380385d66fa8cb258923d4b3f17d632ae5a5e))
170
+ * rename SCSS mixin `fakeFocus` to `focusRing` ([#2110](https://github.com/dnbexperience/eufemia/issues/2110)) ([47b5e47](https://github.com/dnbexperience/eufemia/commit/47b5e47ab2ceeabef887d05ac48702cf46e749f9))
171
+ * replace visual test driver to jest-image-snapshot and Firefox (Playwright) ([#1945](https://github.com/dnbexperience/eufemia/issues/1945)) ([6402aa5](https://github.com/dnbexperience/eufemia/commit/6402aa5224acc53140a0e2509bd9335e4b601227)), closes [/github.com/puppeteer/puppeteer/issues/7514#issuecomment-1005917527](https://github.com/dnbexperience//github.com/puppeteer/puppeteer/issues/7514/issues/issuecomment-1005917527) [/github.com/dnbexperience/eufemia/blob/88279d1e6903497fce40d6c4322dd9b7c7b9ac3b/packages/dnb-eufemia/src/core/jest/jestSetupScreenshots.js#L39](https://github.com/dnbexperience//github.com/dnbexperience/eufemia/blob/88279d1e6903497fce40d6c4322dd9b7c7b9ac3b/packages/dnb-eufemia/src/core/jest/jestSetupScreenshots.js/issues/L39)
172
+ * **ScrollView:** add interactive=auto to observe the content ([#1984](https://github.com/dnbexperience/eufemia/issues/1984)) ([cc8d37a](https://github.com/dnbexperience/eufemia/commit/cc8d37a05ab5b4f704709f7d34f66afe6e23e59b))
173
+ * **Section:** deprecate style_type signal-orange ([#1886](https://github.com/dnbexperience/eufemia/issues/1886)) ([9e8dd3f](https://github.com/dnbexperience/eufemia/commit/9e8dd3f4eb3ba3704c28cd55a1421e01a88d94e7))
174
+ * simplify CSS packages/themes structure ([c1a7894](https://github.com/dnbexperience/eufemia/commit/c1a7894f757d2c76036d575cc809cb280c572280))
175
+ * **Skeleton:** removes style_type prop ([#2095](https://github.com/dnbexperience/eufemia/issues/2095)) ([3e0f4ce](https://github.com/dnbexperience/eufemia/commit/3e0f4ce4a3e474655144e648535a885c8852b3ac))
176
+ * **SkipContent:** add new component to skip large contents when using tab key ([#1981](https://github.com/dnbexperience/eufemia/issues/1981)) ([78dd384](https://github.com/dnbexperience/eufemia/commit/78dd3840fc69e05691a1c82f20087b9936512ecc))
177
+ * **Slider:** deprecate use_scrollwheel ([#1889](https://github.com/dnbexperience/eufemia/issues/1889)) ([ead0a49](https://github.com/dnbexperience/eufemia/commit/ead0a4985175b375ab16031dbd46e649313e0f51))
178
+ * **Slider:** remove deprecated onInit prop ([#1909](https://github.com/dnbexperience/eufemia/issues/1909)) ([3b72e9b](https://github.com/dnbexperience/eufemia/commit/3b72e9b9a4575e05c6ddd8b5d785d37cb3680a2d))
179
+ * **Slider:** remove dnb-range styling ([#1890](https://github.com/dnbexperience/eufemia/issues/1890)) ([839edd5](https://github.com/dnbexperience/eufemia/commit/839edd5cbbe31860055f5d225c13b15c2777744c))
180
+ * **Space:** add conditional reset class: `dnb-space__reset` ([#1961](https://github.com/dnbexperience/eufemia/issues/1961)) ([0de26fe](https://github.com/dnbexperience/eufemia/commit/0de26fe822ffe95f449ae9d7cb176efbe39b7ac7))
181
+ * **SpacingUtils:** deprecate createStyleObject ([#1892](https://github.com/dnbexperience/eufemia/issues/1892)) ([385d6d3](https://github.com/dnbexperience/eufemia/commit/385d6d3ad771a5b2c138e27d35eda9eb57c3db55))
182
+ * **StylisPlugin:** removes stylis plugin ([#2156](https://github.com/dnbexperience/eufemia/issues/2156)) ([8c96969](https://github.com/dnbexperience/eufemia/commit/8c96969a4c4069f3f693c0e6da0076cb3018f3c0))
183
+ * **Switch:** deprecate default_state property ([#1864](https://github.com/dnbexperience/eufemia/issues/1864)) ([03a6bd0](https://github.com/dnbexperience/eufemia/commit/03a6bd04ed68e5ba7cbe8b5ca17983200a6a83fb))
184
+ * **Table:** deprecate sticky_offset ([#1883](https://github.com/dnbexperience/eufemia/issues/1883)) ([57c10d0](https://github.com/dnbexperience/eufemia/commit/57c10d065844df85b22bc1381288f2d323efb9cd))
185
+ * **Tags:** removed deprecated comments ([#1857](https://github.com/dnbexperience/eufemia/issues/1857)) ([9c17d75](https://github.com/dnbexperience/eufemia/commit/9c17d75af4c6ce284ad8e2e27075ea90512cc279))
186
+ * **Theme:** add `darkMode` and `contrastMode` props ([#2355](https://github.com/dnbexperience/eufemia/issues/2355)) ([04b350e](https://github.com/dnbexperience/eufemia/commit/04b350ec5210c7830d863d6c1bca2d4da7128506))
187
+ * **Theming:** add `VisibilityByTheme` as a shared component ([#2280](https://github.com/dnbexperience/eufemia/issues/2280)) ([2592658](https://github.com/dnbexperience/eufemia/commit/25926585d86111fece097b32aca1feeeb48a61d3))
188
+ * **Timeline:** deprecate name and date props ([#1884](https://github.com/dnbexperience/eufemia/issues/1884)) ([74f56b1](https://github.com/dnbexperience/eufemia/commit/74f56b1058172a9ec48b502169b33cd7eefb6a2a))
189
+ * **Typography:** add `--line-height-lead` property ([#2237](https://github.com/dnbexperience/eufemia/issues/2237)) ([8dc9ed8](https://github.com/dnbexperience/eufemia/commit/8dc9ed88136655fbea18d5ca30fc105cd6c8be47))
190
+ * **Typography:** remove small prop from paragraph (p) ([#2234](https://github.com/dnbexperience/eufemia/issues/2234)) ([06c5ba5](https://github.com/dnbexperience/eufemia/commit/06c5ba5db14df490f74ddc30df52718668b82350))
191
+ * **Typography:** removed deprecated comments ([#1858](https://github.com/dnbexperience/eufemia/issues/1858)) ([0916cde](https://github.com/dnbexperience/eufemia/commit/0916cde171892cda77234703c23cbb317b56cf3a))
192
+ * **Typography:** Use text color on typography for Sbanken ([#2363](https://github.com/dnbexperience/eufemia/issues/2363)) ([f06291a](https://github.com/dnbexperience/eufemia/commit/f06291a60fe4560dbc04778c0c57784b3237f506))
193
+ * use CSS vars in focus-ring (`fakeFocus`) ([#2109](https://github.com/dnbexperience/eufemia/issues/2109)) ([b0649d5](https://github.com/dnbexperience/eufemia/commit/b0649d54ab8f57aa41beebefa72a9bd07b8750c9))
230
194
 
231
195
 
232
- ### BREAKING CHANGES
233
-
234
- * - CSS Packages such as `dnb-ui-basis` and `dnb-ui-core` do not contain the fonts anymore. Fonts are now only a part of a theme file, such as: `/style/themes/theme-ui/dnb-theme-ui.*`.
235
- - The CSS package `dnb-ui-fonts` is moved inside a theme folder `/themes/theme-ui`
236
- * The DNB font is moved inside a subfolder in /assets/fonts/dnb/...
237
-
238
- ### :sparkles: Features
196
+ ### :memo: Documentation
239
197
 
240
- * move `dnb-ui-fonts` package inside `/style/themes/theme-ui/` ([abb5ff7](https://github.com/dnbexperience/eufemia/commit/abb5ff7b8f381ae427d191291b96ddc6eb1ae0cf))
241
- * move `properties.scss` into theme ui ([#2035](https://github.com/dnbexperience/eufemia/issues/2035)) ([42f8c3a](https://github.com/dnbexperience/eufemia/commit/42f8c3ab679427d3e97d44d381d81df66011273a))
242
- * move DNB font in subfolder ([eb15950](https://github.com/dnbexperience/eufemia/commit/eb15950d27e4ba695390ccf4fcd5c229b813d41c))
243
- * **Pagination:** replace `page` with `pageNumber` ([9d971c9](https://github.com/dnbexperience/eufemia/commit/9d971c9c0811c1259d69609f5b3c21b4053a5014))
198
+ * **Accordion:** improve docs of group & allow_close_all ([#2070](https://github.com/dnbexperience/eufemia/issues/2070)) ([2790302](https://github.com/dnbexperience/eufemia/commit/2790302b01edbe486b062c82924b78d11a43ae47))
199
+ * add change log about v10 ([bdba81b](https://github.com/dnbexperience/eufemia/commit/bdba81bf58dddfca57ef47021b7683b8f33a1f2a))
200
+ * add docs about how to maintain theming ([#2097](https://github.com/dnbexperience/eufemia/issues/2097)) ([8bdfdb1](https://github.com/dnbexperience/eufemia/commit/8bdfdb1863b672299c26771dfc4373e08f691c3d))
201
+ * add info about the tertiary button "visual" breaking change ([24bf0e7](https://github.com/dnbexperience/eufemia/commit/24bf0e7bd40b1d2a25c38af923125bc14bb1338d))
202
+ * add link to new Payment Card Figma file ([#2117](https://github.com/dnbexperience/eufemia/issues/2117)) ([239c239](https://github.com/dnbexperience/eufemia/commit/239c2399db847da737090d869446573e45c2d2fe))
203
+ * add new styles flow diagram ([21e3b3c](https://github.com/dnbexperience/eufemia/commit/21e3b3c602d840aad3dc471f65f2194d47cf0707))
204
+ * Add Sbanken color table and -documentation ([#2332](https://github.com/dnbexperience/eufemia/issues/2332)) ([e4324f8](https://github.com/dnbexperience/eufemia/commit/e4324f8725fcb595e87437099a743fad4169e4f9))
205
+ * adds a dot to quick guide - designers ([#2157](https://github.com/dnbexperience/eufemia/issues/2157)) ([3ba8a2e](https://github.com/dnbexperience/eufemia/commit/3ba8a2e023544ce7f41aec13d2500940e342a938))
206
+ * adds missing accents to values in docs ([#2041](https://github.com/dnbexperience/eufemia/issues/2041)) ([cc7460f](https://github.com/dnbexperience/eufemia/commit/cc7460f17bb8601b4b578b5342843b055804ebdd))
207
+ * **Anchor:** fix console warning when using class ([#2125](https://github.com/dnbexperience/eufemia/issues/2125)) ([85be7d5](https://github.com/dnbexperience/eufemia/commit/85be7d598ac23d1950614e99df6ee585aaf25b6d))
208
+ * **Autocomplete:** minor spelling improvement in title ([#2069](https://github.com/dnbexperience/eufemia/issues/2069)) ([6be0a77](https://github.com/dnbexperience/eufemia/commit/6be0a77f17067b6992cb2a9caf41cdeadf907c64))
209
+ * **Autocomplete:** minor spelling improvements ([#2197](https://github.com/dnbexperience/eufemia/issues/2197)) ([3aa19a3](https://github.com/dnbexperience/eufemia/commit/3aa19a3bebe1ec78d50b8c139fd0f2cb5a6265c5))
210
+ * **Autocomplete:** refactor jsx examples to tsx ([#2198](https://github.com/dnbexperience/eufemia/issues/2198)) ([6775dfb](https://github.com/dnbexperience/eufemia/commit/6775dfb0b0f72a48a77d215c0921fc6f9f57ece8))
211
+ * **Autocomplete:** update docs about the debounce method ([#2138](https://github.com/dnbexperience/eufemia/issues/2138)) ([e4e4865](https://github.com/dnbexperience/eufemia/commit/e4e4865678e340fd26309277fdf92fcb65e15b4a))
212
+ * **Avatar:** fixes broken properties table ([#2030](https://github.com/dnbexperience/eufemia/issues/2030)) ([b8c9ed4](https://github.com/dnbexperience/eufemia/commit/b8c9ed4e417cb28f5f4566835da5f594ffd67222))
213
+ * **Best Practices:** adds a dot ([#2151](https://github.com/dnbexperience/eufemia/issues/2151)) ([97e44aa](https://github.com/dnbexperience/eufemia/commit/97e44aa8c69af5bbfd0252aee443b94abcaffc4b))
214
+ * **Best Practices:** adds links to children pages ([#2161](https://github.com/dnbexperience/eufemia/issues/2161)) ([27d09a1](https://github.com/dnbexperience/eufemia/commit/27d09a1c17b32bcb8c9a0c234484813981f3d9b1))
215
+ * **Breadcrumb:** improve event docs ([66aad32](https://github.com/dnbexperience/eufemia/commit/66aad3216f8f2daa1018b2338086051c0da1184f))
216
+ * capitalize component names in descriptions ([#2162](https://github.com/dnbexperience/eufemia/issues/2162)) ([80fb3b2](https://github.com/dnbexperience/eufemia/commit/80fb3b2d6eb567d8ad2a9a58ec9619070684422c))
217
+ * **ColorsTable:** fixes color and hover effect ([#2122](https://github.com/dnbexperience/eufemia/issues/2122)) ([c82f570](https://github.com/dnbexperience/eufemia/commit/c82f57074d9059608b3512eb6879aefddd869454))
218
+ * **Contact:** adds Joakim as contact ([#2023](https://github.com/dnbexperience/eufemia/issues/2023)) ([43f9f47](https://github.com/dnbexperience/eufemia/commit/43f9f47193a1def8132ce05edadb61cb674332e1))
219
+ * **Contribution Guide:** update legacy type definition handling ([#2048](https://github.com/dnbexperience/eufemia/issues/2048)) ([2c16fd6](https://github.com/dnbexperience/eufemia/commit/2c16fd6d713da69c258e8187997dff4c6ca079a1))
220
+ * crate main doc for how to deal with brand ([#2100](https://github.com/dnbexperience/eufemia/issues/2100)) ([ae2416a](https://github.com/dnbexperience/eufemia/commit/ae2416adbc33883117f6a31d2f22c3f45d236af2))
221
+ * **CSS Styles:** fix console warning when using class ([#2127](https://github.com/dnbexperience/eufemia/issues/2127)) ([e903d69](https://github.com/dnbexperience/eufemia/commit/e903d697c8f95f0c0aa1d397f8c3b2be0795bd24))
222
+ * **Customization:** adds link to provider/context ([#2160](https://github.com/dnbexperience/eufemia/issues/2160)) ([009e056](https://github.com/dnbexperience/eufemia/commit/009e0567bcfad7a3e8ee82e745ba38c5c4987060))
223
+ * **DatePicker:** refactor jsx examples to tsx ([#2204](https://github.com/dnbexperience/eufemia/issues/2204)) ([d2f1b42](https://github.com/dnbexperience/eufemia/commit/d2f1b42de0b26212ad5ed23f6fb7a1a374fdf294))
224
+ * **Demo Apps:** fix console warning when using class ([#2126](https://github.com/dnbexperience/eufemia/issues/2126)) ([74142e8](https://github.com/dnbexperience/eufemia/commit/74142e8e24ae14038ad19738955d6d8aa7d5e737))
225
+ * **DrawerList:** prevents change of direction when scrolling ([#2233](https://github.com/dnbexperience/eufemia/issues/2233)) ([cb4cbbd](https://github.com/dnbexperience/eufemia/commit/cb4cbbd79dde892ae0d4f3f8c19195d58dc20788))
226
+ * **DrawerList:** refactor jsx examples to tsx ([#2209](https://github.com/dnbexperience/eufemia/issues/2209)) ([65dff60](https://github.com/dnbexperience/eufemia/commit/65dff60abf451b6341f3c221fba55154fd219a32))
227
+ * **DrawerList:** renamse fixedPosition to fixed_position ([#2093](https://github.com/dnbexperience/eufemia/issues/2093)) ([8e9ae76](https://github.com/dnbexperience/eufemia/commit/8e9ae76d17ef1e4a3e65f1866840039c9e441bf4))
228
+ * **Extension:** convert md to mdx files ([#2026](https://github.com/dnbexperience/eufemia/issues/2026)) ([ebc7988](https://github.com/dnbexperience/eufemia/commit/ebc798815b96d35d3a4c49f16f1f42d2cebfbd45))
229
+ * fix outdated boolean usage ([#2013](https://github.com/dnbexperience/eufemia/issues/2013)) ([99b816c](https://github.com/dnbexperience/eufemia/commit/99b816c98873d47d31b7bace21547f09f3f9be27))
230
+ * fix wrong Heading example about margin collapse ([eb866a8](https://github.com/dnbexperience/eufemia/commit/eb866a855c0cd6a51c984c71af4033845928c640))
231
+ * **Font Weights:** fix console warning when using class ([#2132](https://github.com/dnbexperience/eufemia/issues/2132)) ([0fd9aa1](https://github.com/dnbexperience/eufemia/commit/0fd9aa1c1746d0d0ad771ea7efacfb11088ad007))
232
+ * **FormLabel:** improve description of vertical prop ([#2098](https://github.com/dnbexperience/eufemia/issues/2098)) ([32020bd](https://github.com/dnbexperience/eufemia/commit/32020bddb00005cfa01da531964d113e12bd5905))
233
+ * **FormRow:** refactor jsx examples to tsx ([#2219](https://github.com/dnbexperience/eufemia/issues/2219)) ([38fd221](https://github.com/dnbexperience/eufemia/commit/38fd2213d3fc1d953cc17f8ab2dc0d5eaa5fff4b))
234
+ * **FormSet:** refactor jsx examples to tsx ([#2208](https://github.com/dnbexperience/eufemia/issues/2208)) ([db32e5f](https://github.com/dnbexperience/eufemia/commit/db32e5fd17db4e3cbc40a79a557a2d1f16e3c2a9))
235
+ * **Fragments:** minor docs improvement ([#2232](https://github.com/dnbexperience/eufemia/issues/2232)) ([151a800](https://github.com/dnbexperience/eufemia/commit/151a8009f13c2a34475a8d89d6a94f5b9678a433))
236
+ * **Front Page:** minor text improvements ([#2139](https://github.com/dnbexperience/eufemia/issues/2139)) ([5d9ad4d](https://github.com/dnbexperience/eufemia/commit/5d9ad4d7abb43b961c910cdda458a1993f7346ed))
237
+ * **getOffsetTop:** fix wrong docs and console.log usage ([#2018](https://github.com/dnbexperience/eufemia/issues/2018)) ([9ba16b5](https://github.com/dnbexperience/eufemia/commit/9ba16b5b6ad6116ae7b34345a6409dcca3dfcbed))
238
+ * **GlobalStatus:** improve docs for id prop ([#2067](https://github.com/dnbexperience/eufemia/issues/2067)) ([06e3ab1](https://github.com/dnbexperience/eufemia/commit/06e3ab11e8062342f8a37f45117a3ce40cb15423))
239
+ * **GlobalStatus:** refactor jsx examples to tsx ([#2202](https://github.com/dnbexperience/eufemia/issues/2202)) ([91e4c05](https://github.com/dnbexperience/eufemia/commit/91e4c05582ecd19fa973e154da1cfb8f62f49cef))
240
+ * **Grid:** removes WIP ([350321c](https://github.com/dnbexperience/eufemia/commit/350321ca3096db012ea3b79b556eada17d931c4a))
241
+ * **Heading:** refactor jsx examples to tsx ([#2205](https://github.com/dnbexperience/eufemia/issues/2205)) ([534294e](https://github.com/dnbexperience/eufemia/commit/534294e48c13150f09a5300b2fd698bbbf735081))
242
+ * **Helpers:** Adds info about dnb-unstyled-list in info page ([#2171](https://github.com/dnbexperience/eufemia/issues/2171)) ([37251b5](https://github.com/dnbexperience/eufemia/commit/37251b5e1a838109b74e76e4d2690834bdecb8ba))
243
+ * **HTML Elements:** move mdx of unstyled and unsupported to elements.mdx ([#2154](https://github.com/dnbexperience/eufemia/issues/2154)) ([0982c3e](https://github.com/dnbexperience/eufemia/commit/0982c3e3f34c16b4a088ed54a38d2f8dbbe982e8))
244
+ * **Icon Details:** fix console warning when using class ([#2128](https://github.com/dnbexperience/eufemia/issues/2128)) ([79760c5](https://github.com/dnbexperience/eufemia/commit/79760c58865013fa8ce054cf0a8f3059710c0519))
245
+ * **Icons:** link to v10 docs ([#2182](https://github.com/dnbexperience/eufemia/issues/2182)) ([34c7184](https://github.com/dnbexperience/eufemia/commit/34c7184acf6fdb058982eb780ecf0215b64f9a71))
246
+ * **Input:** adds on_key_down event ([#2062](https://github.com/dnbexperience/eufemia/issues/2062)) ([ddbdff6](https://github.com/dnbexperience/eufemia/commit/ddbdff65fa630e617912d319bd27e30d6c0792ba))
247
+ * **InputMasked:** refactor jsx examples to tsx ([#2207](https://github.com/dnbexperience/eufemia/issues/2207)) ([1253896](https://github.com/dnbexperience/eufemia/commit/1253896c75559e56f71d6d15b813fbd0c74921b5))
248
+ * **Logos:** fix console warning in console ([#2123](https://github.com/dnbexperience/eufemia/issues/2123)) ([d4b5c4c](https://github.com/dnbexperience/eufemia/commit/d4b5c4c4b14966ef4cbf626621aaa625aad0ae4b))
249
+ * make click on anchor with hash work on first click ([#2019](https://github.com/dnbexperience/eufemia/issues/2019)) ([85caef3](https://github.com/dnbexperience/eufemia/commit/85caef363bdcff06b5fa9dd0e8ee029975d49548))
250
+ * minor doc improvements ([#2283](https://github.com/dnbexperience/eufemia/issues/2283)) ([654ae82](https://github.com/dnbexperience/eufemia/commit/654ae829e9631493293310639afdfbf25262097b))
251
+ * **Modal:** refactor jsx examples to tsx ([#2218](https://github.com/dnbexperience/eufemia/issues/2218)) ([532a58f](https://github.com/dnbexperience/eufemia/commit/532a58fa84d37fca75a3c8937c70622289be400f))
252
+ * Move Modal to Dialog/Drawer conversion docs to v10 migration ([#1921](https://github.com/dnbexperience/eufemia/issues/1921)) ([9c6eed7](https://github.com/dnbexperience/eufemia/commit/9c6eed7db717f5df5705014fb18e1e9aa1fdc3b4))
253
+ * **Naming conventions:** fix console warning when using class ([#2129](https://github.com/dnbexperience/eufemia/issues/2129)) ([46031d0](https://github.com/dnbexperience/eufemia/commit/46031d0169ce12c66e5383d12b2bbc6b4368d37f))
254
+ * **NumberFormat:** fix info docs ([#2009](https://github.com/dnbexperience/eufemia/issues/2009)) ([af0e889](https://github.com/dnbexperience/eufemia/commit/af0e889ab553ee9758e1e874d7b0337f3cedc47d))
255
+ * **PaymentCard:** change imports of types to /payment-card ([41dc3ce](https://github.com/dnbexperience/eufemia/commit/41dc3ce0cefbd7b22969fdcdb0964eef4a0f42ad))
256
+ * **Portal:** removes Modal's new status ([#2312](https://github.com/dnbexperience/eufemia/issues/2312)) ([c9d98dd](https://github.com/dnbexperience/eufemia/commit/c9d98ddef163b01d319798c7a494c152ce77b51a))
257
+ * **ProgressIndicator:** removes props min_time and variant ([#1997](https://github.com/dnbexperience/eufemia/issues/1997)) ([26cce3f](https://github.com/dnbexperience/eufemia/commit/26cce3f52b18312e2bbab41ad8ec270bfad8b91d))
258
+ * **ProgressIndicator:** Update size properties ([a02a8fe](https://github.com/dnbexperience/eufemia/commit/a02a8fea8982c24817dc63145c6cf56d4434ac13))
259
+ * **Radio:** improve event docs ([9383afb](https://github.com/dnbexperience/eufemia/commit/9383afb6c8f27cea71994b5006caf75d67029c53))
260
+ * refactor contribution guide getting started ([#2008](https://github.com/dnbexperience/eufemia/issues/2008)) ([0a7cfdd](https://github.com/dnbexperience/eufemia/commit/0a7cfddd9e1fd895cc5376aa85f058650f037631))
261
+ * remove `smoothscroll-polyfill` as a recommendation ([#2020](https://github.com/dnbexperience/eufemia/issues/2020)) ([bae2e89](https://github.com/dnbexperience/eufemia/commit/bae2e899755159c924788e5e378dd0dabcf2319b))
262
+ * remove docs about CSS vars polyfills ([#2145](https://github.com/dnbexperience/eufemia/issues/2145)) ([e423d2d](https://github.com/dnbexperience/eufemia/commit/e423d2d032e9b0e9f9d659068221ea90566e322f))
263
+ * remove docs about importing from @dnb/eufemia/elements ([#2173](https://github.com/dnbexperience/eufemia/issues/2173)) ([6d0bfed](https://github.com/dnbexperience/eufemia/commit/6d0bfed559ab2d9ed7abb250275f00bd77b00044))
264
+ * remove outdated info ([#1940](https://github.com/dnbexperience/eufemia/issues/1940)) ([0f77115](https://github.com/dnbexperience/eufemia/commit/0f77115f869fc9dc279148e170af852af6cba5bc))
265
+ * remove properties import from docs ([#2034](https://github.com/dnbexperience/eufemia/issues/2034)) ([a0aaffc](https://github.com/dnbexperience/eufemia/commit/a0aaffcc2a57aae6d449659fc06950f46e4e1fcb))
266
+ * removes cards and spaceholder indicator ([#2061](https://github.com/dnbexperience/eufemia/issues/2061)) ([f8abfb6](https://github.com/dnbexperience/eufemia/commit/f8abfb6432fdf6784c4538bbddea85bb05b386fc))
267
+ * **ScrollView:** controll -> control ([#2225](https://github.com/dnbexperience/eufemia/issues/2225)) ([17db885](https://github.com/dnbexperience/eufemia/commit/17db88531cd43d43635cc52174d2be2506d5bb11))
268
+ * **ScrollView:** refactor jsx examples to tsx ([#2210](https://github.com/dnbexperience/eufemia/issues/2210)) ([1f97545](https://github.com/dnbexperience/eufemia/commit/1f97545d1f12c928a8a9bf0c0496eb1280ac7bff))
269
+ * **ScrollView:** sets Description as header in docs ([#2168](https://github.com/dnbexperience/eufemia/issues/2168)) ([2d05405](https://github.com/dnbexperience/eufemia/commit/2d05405adb6f1464af5a42c7b5f333954fd5b0d7))
270
+ * **Skeleton:** refactor jsx examples to tsx ([#2203](https://github.com/dnbexperience/eufemia/issues/2203)) ([dabdba6](https://github.com/dnbexperience/eufemia/commit/dabdba608a0b924bbf0033d766a1f0f482fe4b45))
271
+ * **SkipContent:** hide Events tab ([#2282](https://github.com/dnbexperience/eufemia/issues/2282)) ([fcbe37b](https://github.com/dnbexperience/eufemia/commit/fcbe37b53dcbdfa55a5f1103c8041440b31f3864))
272
+ * **SkipContent:** refactor jsx examples to tsx ([#2211](https://github.com/dnbexperience/eufemia/issues/2211)) ([df34f0c](https://github.com/dnbexperience/eufemia/commit/df34f0c96a756f2db396c3e1d26a58b1d05bceca))
273
+ * **Space:** refactor jsx examples to tsx ([#2199](https://github.com/dnbexperience/eufemia/issues/2199)) ([de7645c](https://github.com/dnbexperience/eufemia/commit/de7645c8753770dee18a3de95e114115fe5c3790))
274
+ * **Space:** refactor jsx properties to tsx ([#2216](https://github.com/dnbexperience/eufemia/issues/2216)) ([ecb941e](https://github.com/dnbexperience/eufemia/commit/ecb941e3dcc809947c6912f1eabc477c956e348e))
275
+ * **StepIndicator:** format Steps Parameters table ([#2284](https://github.com/dnbexperience/eufemia/issues/2284)) ([884a09e](https://github.com/dnbexperience/eufemia/commit/884a09e89e4742312904cedb05390b44511e75f9))
276
+ * **Table:** add info about the needed CSS class in v10 ([#1923](https://github.com/dnbexperience/eufemia/issues/1923)) ([407977e](https://github.com/dnbexperience/eufemia/commit/407977e45781ea34ec443a8e1edb2ab75b298b2e))
277
+ * **Table:** enhance info about the component and possibilities ([#2336](https://github.com/dnbexperience/eufemia/issues/2336)) ([f376d1d](https://github.com/dnbexperience/eufemia/commit/f376d1dd44915caa9babbb60d166113c3f40f398))
278
+ * **Table:** improve event docs ([e025745](https://github.com/dnbexperience/eufemia/commit/e025745b32f11815fd651488650c014119884624))
279
+ * **Table:** refactor jsx examples to tsx ([#2206](https://github.com/dnbexperience/eufemia/issues/2206)) ([f2d1c72](https://github.com/dnbexperience/eufemia/commit/f2d1c72d9cb150be5eaca3a593ddcd702bf9056b))
280
+ * **Tag:** improve event docs ([4a01c08](https://github.com/dnbexperience/eufemia/commit/4a01c08dffcdf913cfb7d4b4a1eb788c44b385af))
281
+ * **Timeline:** fix broken link to example ([#2241](https://github.com/dnbexperience/eufemia/issues/2241)) ([418979b](https://github.com/dnbexperience/eufemia/commit/418979b5d27de0415bfd25067352f175de43d69d))
282
+ * **ToggleButton:** improve event docs ([a351019](https://github.com/dnbexperience/eufemia/commit/a35101921c94c6c5a9ecc855a03d8bd5d3740c73))
283
+ * **ToggleButton:** removes outdated label_position docs ([#2141](https://github.com/dnbexperience/eufemia/issues/2141)) ([a067f31](https://github.com/dnbexperience/eufemia/commit/a067f310302d8042f2e6a6ec2d9c88d195d8d334))
284
+ * **TypeScript:** remove outdated docs ([#2124](https://github.com/dnbexperience/eufemia/issues/2124)) ([497b3c3](https://github.com/dnbexperience/eufemia/commit/497b3c33403b67d10e4b2a6314b2dd86c4cac45e))
285
+ * **Typography:** fix console warning when using class ([#2133](https://github.com/dnbexperience/eufemia/issues/2133)) ([3088447](https://github.com/dnbexperience/eufemia/commit/308844762dde469d643821fb1c8174b4d8183e3c))
286
+ * **Typography:** hast -> has ([#2221](https://github.com/dnbexperience/eufemia/issues/2221)) ([3ae59d5](https://github.com/dnbexperience/eufemia/commit/3ae59d53028e128a93d7be49a135ae3925718564))
287
+ * update docs about CSS formatting and styling ([#1964](https://github.com/dnbexperience/eufemia/issues/1964)) ([9b85816](https://github.com/dnbexperience/eufemia/commit/9b858166408312ee5869e35cc176659f03d047ba))
288
+ * update v10 change log ([#1983](https://github.com/dnbexperience/eufemia/issues/1983)) ([8235f50](https://github.com/dnbexperience/eufemia/commit/8235f50f15946909b335c2e7c0f9fba5f1fe1405))
289
+ * update v10-info ([#1998](https://github.com/dnbexperience/eufemia/issues/1998)) ([47fa420](https://github.com/dnbexperience/eufemia/commit/47fa4209a2f55d6b6de593b7ff1b35609b9aa059))
290
+ * **v10:** add docs for HelpButton's modal_props ([#2314](https://github.com/dnbexperience/eufemia/issues/2314)) ([4e825ee](https://github.com/dnbexperience/eufemia/commit/4e825eef7a749acddd8e6a97dc36e616bab31c5e))
291
+ * **v10:** add example for updating import of properties ([#2313](https://github.com/dnbexperience/eufemia/issues/2313)) ([fdee6c3](https://github.com/dnbexperience/eufemia/commit/fdee6c3d969d6d31c03092531c3c94c37503ec3c))
292
+ * **v10:** adds examples for updating import of boolean props ([47f31f1](https://github.com/dnbexperience/eufemia/commit/47f31f1716c38d1674c329ed8576b34e967a65e2))
293
+ * **v10:** adds examples for updating imports to assets and fonts ([f6adcef](https://github.com/dnbexperience/eufemia/commit/f6adcef84042bc27b79f95a7d3bd66817d36555f))
294
+ * **v10:** adds explicit examples for props that's changes type to boolean ([#2292](https://github.com/dnbexperience/eufemia/issues/2292)) ([6b23682](https://github.com/dnbexperience/eufemia/commit/6b236826a04f725b4b5f565ac6633b7f17ada4dd))
295
+ * **v10:** adds info about removal of closeButtonAttributes ([#2296](https://github.com/dnbexperience/eufemia/issues/2296)) ([8859256](https://github.com/dnbexperience/eufemia/commit/88592562b01f26a935c4935ec90371182a3cd1d4))
296
+ * **v10:** adds info about removal of closeButtonAttributes ([#2296](https://github.com/dnbexperience/eufemia/issues/2296)) ([b68b5bd](https://github.com/dnbexperience/eufemia/commit/b68b5bd976d490343ad7cf2a297b94a50fb1c0bb))
297
+ * **v10:** adds info about replacing white with default ([#2295](https://github.com/dnbexperience/eufemia/issues/2295)) ([c938f4d](https://github.com/dnbexperience/eufemia/commit/c938f4dcae219d972c1fd393fe039e4265e53151))
298
+ * **v10:** improve docs for EufemiaStyleImporter files ([#2302](https://github.com/dnbexperience/eufemia/issues/2302)) ([9c0d692](https://github.com/dnbexperience/eufemia/commit/9c0d692daee69dc962e274225c6528505b29406d))
299
+ * **v10:** improves docs of browser assets ([c0c0a3c](https://github.com/dnbexperience/eufemia/commit/c0c0a3cb951a3d29e3e9cd54addf60200013edfe))
300
+ * **v10:** minor spelling improvement ([#2301](https://github.com/dnbexperience/eufemia/issues/2301)) ([8105026](https://github.com/dnbexperience/eufemia/commit/8105026440ca4aef0037ec42b35d2ba269919d57))
301
+ * **v10:** prop change for FormStatus of status to state ([#2293](https://github.com/dnbexperience/eufemia/issues/2293)) ([0cc65be](https://github.com/dnbexperience/eufemia/commit/0cc65bea3bcdc4d5c3eb872c8d09a46e5eb1c0ad))
302
+ * **v10:** where -> was ([44eeeb8](https://github.com/dnbexperience/eufemia/commit/44eeeb8586e4a1d7a64bb87dfe892bba2f3241ea))
303
+
304
+ ## [9.47.6](https://github.com/dnbexperience/eufemia/compare/v9.47.5...v9.47.6) (2023-05-31)
244
305
 
245
306
 
246
- ### :bug: Bug Fixes
307
+ ### Bug Fixes
247
308
 
248
- * **Accordion:** enhance TypeScript type definitions ([7c5eead](https://github.com/dnbexperience/eufemia/commit/7c5eead37fae836a5ea09467cadfc47c24f69051))
249
- * **Anchor:** ensure id is passed down ([#2016](https://github.com/dnbexperience/eufemia/issues/2016)) ([363af36](https://github.com/dnbexperience/eufemia/commit/363af36a448207cac41eeecc5513a1dac7dba022))
250
- * **Autocomplete:** add HorizontalItem TypeScript type definition ([c4e7322](https://github.com/dnbexperience/eufemia/commit/c4e7322ee6655d226e7e5bdd67b3bf12062eb324))
251
- * **DatePicker:** make focus handling on input work on second click ([#2039](https://github.com/dnbexperience/eufemia/issues/2039)) ([dc25e65](https://github.com/dnbexperience/eufemia/commit/dc25e65dc11ebfb4e299e2a0221257e9ed3c3f66))
252
- * **DrawerList:** enhance TypeScript definition types ([381183f](https://github.com/dnbexperience/eufemia/commit/381183f36336367b2791e0e952c2153bf878e84e))
253
- * **Dropdown:** enhance TypeScript definition types ([9854ba6](https://github.com/dnbexperience/eufemia/commit/9854ba677aeb7524e3ec336fc3c7b8fb073d76ba))
254
- * enhance scrollbar appearance ([#2046](https://github.com/dnbexperience/eufemia/issues/2046)) ([54b2222](https://github.com/dnbexperience/eufemia/commit/54b2222da2da4261c4675801b9e6528ce1302030))
255
- * **GlobalStatus:** enhance TypeScript definition types ([9e6d724](https://github.com/dnbexperience/eufemia/commit/9e6d72472137c6ddc44f64a779c87f679fe51e74))
256
- * **Heading:** enhance TypeScript definition types ([8c0e78a](https://github.com/dnbexperience/eufemia/commit/8c0e78a5e380d4f4fb70d7debbda4d5c16105e61))
257
- * **InputMasked:** expose inner_ref input element when useRef is used ([#2042](https://github.com/dnbexperience/eufemia/issues/2042)) ([6629a99](https://github.com/dnbexperience/eufemia/commit/6629a99004bc6e0ba1b9f2e6fd7f00f1ba72db38))
258
- * make docs/portal Windows compatible by properly handle backslashes and newlines ([#2038](https://github.com/dnbexperience/eufemia/issues/2038)) ([20a90d5](https://github.com/dnbexperience/eufemia/commit/20a90d5dc3f11e92d06476fc3f0590de3ff19444))
259
- * **MediaQuery:** enhance TypeScript types ([3959026](https://github.com/dnbexperience/eufemia/commit/395902605f1f32fa1fda3cd26f1008429b966623))
260
- * **Modal:** make children accept function with close method in parameters ([#2015](https://github.com/dnbexperience/eufemia/issues/2015)) ([ef4fa2e](https://github.com/dnbexperience/eufemia/commit/ef4fa2e917b835308b2b63b11e458643708fde69))
261
- * **Pagination:** enhance Pagination and InfinityScroller TypeScript definitions ([2a0d9da](https://github.com/dnbexperience/eufemia/commit/2a0d9dadbcc723839c1e7350736a4da5d8849b74))
262
- * **Pagination:** fix hover style state after click to be emerald-green ([#2032](https://github.com/dnbexperience/eufemia/issues/2032)) ([5bc802e](https://github.com/dnbexperience/eufemia/commit/5bc802e3b8007cfae21e9981a90a905963ef1097))
263
- * remove FormRow context support from /elements ([#2031](https://github.com/dnbexperience/eufemia/issues/2031)) ([fa14c40](https://github.com/dnbexperience/eufemia/commit/fa14c40a4d359fa607b1621ad65f417fea347f55))
264
- * **ScrollView:** avoid usage of useLayoutEffect during SSR ([#2012](https://github.com/dnbexperience/eufemia/issues/2012)) ([bd21281](https://github.com/dnbexperience/eufemia/commit/bd212815680d1509677534196e546047fa5ceb73))
265
- * **Skeleton:** add Skeleton.Exclude types ([f49d900](https://github.com/dnbexperience/eufemia/commit/f49d900596d78462db2e71fad284b086cc134aac))
266
- * **StepIndicator:** fix TypeScript spacing types ([89dd4b6](https://github.com/dnbexperience/eufemia/commit/89dd4b6f749aa509c683cb25686f142fa5c35c12))
309
+ * **Radio:** prevent radio button from shrinking ([#2389](https://github.com/dnbexperience/eufemia/issues/2389)) ([a47934d](https://github.com/dnbexperience/eufemia/commit/a47934dafd13d7223a65151d90daca3cdb75a9bb))
267
310
 
311
+ ## [9.47.5](https://github.com/dnbexperience/eufemia/compare/v9.47.4...v9.47.5) (2023-05-15)
268
312
 
269
- ### :memo: Documentation
270
313
 
271
- * **Accordion:** improve docs of group & allow_close_all ([#2070](https://github.com/dnbexperience/eufemia/issues/2070)) ([78440b0](https://github.com/dnbexperience/eufemia/commit/78440b05df4986d78d893c8d5855a74ed6fdfd42))
272
- * adds missing accents to values in docs ([#2041](https://github.com/dnbexperience/eufemia/issues/2041)) ([3730947](https://github.com/dnbexperience/eufemia/commit/37309478e9cce6aa9eaba21e72537eb8e012c01b))
273
- * **Autocomplete:** minor spelling improvement in title ([#2069](https://github.com/dnbexperience/eufemia/issues/2069)) ([f796e8c](https://github.com/dnbexperience/eufemia/commit/f796e8c0e2a349430702d1c611f5a822cd68d96f))
274
- * **Avatar:** fixes broken properties table ([#2030](https://github.com/dnbexperience/eufemia/issues/2030)) ([d872d72](https://github.com/dnbexperience/eufemia/commit/d872d72193eb78e2dd0f059b3381e1d4fb900a1a))
275
- * **Contact:** adds Joakim as contact ([#2023](https://github.com/dnbexperience/eufemia/issues/2023)) ([534c69a](https://github.com/dnbexperience/eufemia/commit/534c69a713f13ff084059e5645c3448a2d6231d8))
276
- * **Contribution Guide:** update legacy type definition handling ([#2048](https://github.com/dnbexperience/eufemia/issues/2048)) ([f004f6a](https://github.com/dnbexperience/eufemia/commit/f004f6a727384ecf901b922f6faa8a2501b9b24d))
277
- * **Extension:** convert md to mdx files ([#2026](https://github.com/dnbexperience/eufemia/issues/2026)) ([68c54ee](https://github.com/dnbexperience/eufemia/commit/68c54eeef726ddfe8f6f27e26373edfb59419c15))
278
- * fix outdated boolean usage ([#2013](https://github.com/dnbexperience/eufemia/issues/2013)) ([f4fb26d](https://github.com/dnbexperience/eufemia/commit/f4fb26d6842dd2a922985fd499c7b72bad1c3350))
279
- * fix wrong Heading example about margin collapse ([f810f2c](https://github.com/dnbexperience/eufemia/commit/f810f2c3eb5ca97976c00800dd8567936829a643))
280
- * **getOffsetTop:** fix wrong docs and console.log usage ([#2018](https://github.com/dnbexperience/eufemia/issues/2018)) ([5c31970](https://github.com/dnbexperience/eufemia/commit/5c319707d8507093cb8907fcb8c5179a0a065dbe))
281
- * **GlobalStatus:** improve docs for id prop ([#2067](https://github.com/dnbexperience/eufemia/issues/2067)) ([b7bf098](https://github.com/dnbexperience/eufemia/commit/b7bf09893793d1e248bc92b823ecc7188a26b273))
282
- * **Input:** adds on_key_down event ([#2062](https://github.com/dnbexperience/eufemia/issues/2062)) ([a9b07be](https://github.com/dnbexperience/eufemia/commit/a9b07be0ce23a573db32165fcc3d41a0188a14ab))
283
- * make click on anchor with hash work on first click ([#2019](https://github.com/dnbexperience/eufemia/issues/2019)) ([a4ac4c8](https://github.com/dnbexperience/eufemia/commit/a4ac4c8e9e3ede462abe6d27bb6b900c7a748ce9))
284
- * remove `smoothscroll-polyfill` as a recommendation ([#2020](https://github.com/dnbexperience/eufemia/issues/2020)) ([cc06592](https://github.com/dnbexperience/eufemia/commit/cc0659278dce5ab0e641a2648a7fe25362ee2556))
285
- * remove properties import from docs ([#2034](https://github.com/dnbexperience/eufemia/issues/2034)) ([15b4238](https://github.com/dnbexperience/eufemia/commit/15b42384bac75c699e07b777e635d3fe60d4d642))
286
- * removes cards and spaceholder indicator ([#2061](https://github.com/dnbexperience/eufemia/issues/2061)) ([a782522](https://github.com/dnbexperience/eufemia/commit/a7825228326feda84c7c8eb69936c002da6b8fb6))
287
-
288
- ## [10.0.0-beta.1](https://github.com/dnbexperience/eufemia/compare/v9.47.1...v10.0.0-beta.1) (2023-02-23)
314
+ ### Bug Fixes
289
315
 
316
+ * **InputMasked:** duplicate decimal number when typing ([#2344](https://github.com/dnbexperience/eufemia/issues/2344)) ([0d66dc0](https://github.com/dnbexperience/eufemia/commit/0d66dc06a9dab2eb9d91f93948337dff78f9346b))
290
317
 
291
- ### BREAKING CHANGES
318
+ ## [9.47.4](https://github.com/dnbexperience/eufemia/compare/v9.47.3...v9.47.4) (2023-05-03)
292
319
 
293
- * **Modal:** - Modal: Remove deprecated `mode` prop – it will default to `custom` mode. Use rather the `Dialog` or the `Drawer` component.
294
- * Remove support for Web Components and Vue
295
- * re-define Media Query Breakpoints and layout width
296
- * Read the docs about migration: https://eufemia.dnb.no/uilib/about-the-lib/releases/eufemia/v10-info
297
320
 
298
- * remove web components and vue support (#1946) ([baa4ca3](https://github.com/dnbexperience/eufemia/commit/baa4ca39ce9ed693462d29c013002c3778e59d08)), closes [#1946](https://github.com/dnbexperience/eufemia/issues/1946)
299
- * re-define Media Query Breakpoints and layout width (#1373) ([73d1b77](https://github.com/dnbexperience/eufemia/commit/73d1b774cf1e5df583b0c8d14dfa985c419fa32a)), closes [#1373](https://github.com/dnbexperience/eufemia/issues/1373)
300
- * v10 ([514becd](https://github.com/dnbexperience/eufemia/commit/514becd1f72d3606e70a4a5b4e8fbdebcb78c229))
321
+ ### Bug Fixes
301
322
 
323
+ * **InputMasked:** on custom mask – avoid interaction stall after focus ([#2270](https://github.com/dnbexperience/eufemia/issues/2270)) ([2201ea9](https://github.com/dnbexperience/eufemia/commit/2201ea9e2e764e8ff7a98d591d2916fd3cb37814))
302
324
 
303
- ### :bug: Bug Fixes
325
+ ## [9.47.3](https://github.com/dnbexperience/eufemia/compare/v9.47.2...v9.47.3) (2023-03-27)
304
326
 
305
- * **Anchor:** comments Anchor's inner_ref usage ([#1919](https://github.com/dnbexperience/eufemia/issues/1919)) ([7653316](https://github.com/dnbexperience/eufemia/commit/76533163649f8104505056b73f193c0d2e285a17))
306
- * **Autocomplete:** pass status props to SubmitButton ([#2004](https://github.com/dnbexperience/eufemia/issues/2004)) ([fb89114](https://github.com/dnbexperience/eufemia/commit/fb89114e75ff4111640bc367a10d6faa339c4fe3))
307
- * **Badge:** enhance semantic / accessibility and inherit skeleton from provider ([#1967](https://github.com/dnbexperience/eufemia/issues/1967)) ([5a870a7](https://github.com/dnbexperience/eufemia/commit/5a870a7e7eb2b4802fedc327bc4ddf89c73d4712))
308
- * **Button:** remove left and right padding of tertiary button ([5919c79](https://github.com/dnbexperience/eufemia/commit/5919c79ed4ee3b7da43a5e4975fd3eb61c348122))
309
- * **Button:** support rel property ([#1990](https://github.com/dnbexperience/eufemia/issues/1990)) ([ad029f2](https://github.com/dnbexperience/eufemia/commit/ad029f20f21154df40975a82b9b4f7019e373ebf))
310
- * **Dl:** ensure horizontal wrap no matter what available space ([#1965](https://github.com/dnbexperience/eufemia/issues/1965)) ([ab15893](https://github.com/dnbexperience/eufemia/commit/ab15893fc59eafaab369aaffa3975cf7e661c341))
311
- * fix breadcumb alignment after tertiary button changes ([2989af1](https://github.com/dnbexperience/eufemia/commit/2989af1b6aa3abc071511eeaefda94d56692daed))
312
- * fix pagination alignment after tertiary button changes ([ce6e5ea](https://github.com/dnbexperience/eufemia/commit/ce6e5ea232ec3ee2618890894fd6b3f44ce26f48))
313
- * **InfoCard:** enhance accessibility + set max width of 60ch ([#1977](https://github.com/dnbexperience/eufemia/issues/1977)) ([5a4f344](https://github.com/dnbexperience/eufemia/commit/5a4f3442feb2cfe70a9f73fcdb91ee1654e2c4ee))
314
- * remove `maintained node versions` from .browserslistrc ([#1917](https://github.com/dnbexperience/eufemia/issues/1917)) ([9cb43c4](https://github.com/dnbexperience/eufemia/commit/9cb43c485aa1750c05235c517ca84d77f2849a39)), closes [#1912](https://github.com/dnbexperience/eufemia/issues/1912)
315
- * **Timeline:** use ordered list element ([#1962](https://github.com/dnbexperience/eufemia/issues/1962)) ([2b77b8e](https://github.com/dnbexperience/eufemia/commit/2b77b8eda6b52cb16e0568d5736ef593ced9866f))
316
- * upgrade Stylelint from v13 to v15 ([#1995](https://github.com/dnbexperience/eufemia/issues/1995)) ([21a1cdb](https://github.com/dnbexperience/eufemia/commit/21a1cdbddd4867b41174b68a0ac22b18159122db))
317
327
 
328
+ ### Bug Fixes
318
329
 
319
- ### :sparkles: Features
330
+ * **Button:** support for FormRow and FormSet ([#2147](https://github.com/dnbexperience/eufemia/issues/2147)) ([59f0a22](https://github.com/dnbexperience/eufemia/commit/59f0a2244021b7ebd78192f7b5e2d657bd3021aa))
320
331
 
321
- * **Anchor:** deprecate property target_blank_title ([#1882](https://github.com/dnbexperience/eufemia/issues/1882)) ([8c6448d](https://github.com/dnbexperience/eufemia/commit/8c6448d12abbab4fcf069f91f7405d035d3cd88b))
322
- * build pure component css packages (without deps) ([#1928](https://github.com/dnbexperience/eufemia/issues/1928)) ([5a7e111](https://github.com/dnbexperience/eufemia/commit/5a7e111146e89b2c98dbf1b08f42c2fe18f52061))
323
- * **build:** replace node-sass with dart-sass ([#1934](https://github.com/dnbexperience/eufemia/issues/1934)) ([ba3fed2](https://github.com/dnbexperience/eufemia/commit/ba3fed2d5b02871890a19a0af1e024af9739ed16))
324
- * **Checkbox:** deprecate default_state property ([#1863](https://github.com/dnbexperience/eufemia/issues/1863)) ([e5fb21e](https://github.com/dnbexperience/eufemia/commit/e5fb21e34ec400a5cb8c1eae068be7262513e1e6))
325
- * deprecate StepIndicator v1 ([#1840](https://github.com/dnbexperience/eufemia/issues/1840)) ([c0d9518](https://github.com/dnbexperience/eufemia/commit/c0d95186bac23087118fbd4d3c7cfa282981d13a))
326
- * **DrawerList:** remove use_drawer_on_mobile & enable_closest_observer ([#1879](https://github.com/dnbexperience/eufemia/issues/1879)) ([e56c925](https://github.com/dnbexperience/eufemia/commit/e56c925478a1036f5f269e0c395ffbc9a67b722a))
327
- * **Dropdown:** remove deprecated selected_item property ([#1870](https://github.com/dnbexperience/eufemia/issues/1870)) ([5321b3a](https://github.com/dnbexperience/eufemia/commit/5321b3a252599d92e52d123b740a668c1167f87a))
328
- * **Element:** deprecate css, class, inner_ref, skeleton_method ([#1859](https://github.com/dnbexperience/eufemia/issues/1859)) ([7b9554d](https://github.com/dnbexperience/eufemia/commit/7b9554d66ba3a9d59d448e2e2b12a38ad762edd9))
329
- * **FormRow:** remove indent feature ([#1975](https://github.com/dnbexperience/eufemia/issues/1975)) ([5c58e39](https://github.com/dnbexperience/eufemia/commit/5c58e39dc092041c408f7722a10f0fc5d40087e0))
330
- * **FormStatus:** remove deprecated status property ([#1914](https://github.com/dnbexperience/eufemia/issues/1914)) ([3c867b5](https://github.com/dnbexperience/eufemia/commit/3c867b535969811790be55d9f71531c95c82fbbc))
331
- * **GlobalStatus:** deprecate AddStatus & Set ([#1891](https://github.com/dnbexperience/eufemia/issues/1891)) ([bf382fd](https://github.com/dnbexperience/eufemia/commit/bf382fd8e57ee2c5de2937b3fd24b9d5c8196e1a))
332
- * **H:** deprecate is and style_type properties ([#1856](https://github.com/dnbexperience/eufemia/issues/1856)) ([c9fb5a6](https://github.com/dnbexperience/eufemia/commit/c9fb5a6e8633b2c11422078353243b2417e861f0))
333
- * **Helpers:** deprecate .dnb-sr-only--inline & .dnb-not-sr-only ([#1865](https://github.com/dnbexperience/eufemia/issues/1865)) ([d84a49f](https://github.com/dnbexperience/eufemia/commit/d84a49fde76fc07b2e6fee4d3bf436747bde8aab))
334
- * include all type definitions in repo ([#1996](https://github.com/dnbexperience/eufemia/issues/1996)) ([3a93c5a](https://github.com/dnbexperience/eufemia/commit/3a93c5a2ce307e65467bd19913660134d2a3ea64))
335
- * **InputMasked:** ATTENTION! make allowLeadingZeroes default to true ([#1126](https://github.com/dnbexperience/eufemia/issues/1126)) ([bb2edca](https://github.com/dnbexperience/eufemia/commit/bb2edcae7e8b0209ee6c8b6cf488a234fe058222))
336
- * **Modal, Dialog, Drawer:** remove closeButtonAttributes ([#1926](https://github.com/dnbexperience/eufemia/issues/1926)) ([82cd99d](https://github.com/dnbexperience/eufemia/commit/82cd99d0ccdb98f6d19d4b055f6e11a63873d083))
337
- * **Modal:** remove deprecated mode prop ([#1993](https://github.com/dnbexperience/eufemia/issues/1993)) ([86c8adc](https://github.com/dnbexperience/eufemia/commit/86c8adc11e8dd90708210e3c6ba312d11b9f174f))
338
- * **Modal:** remove deprecated trigger_ props ([#1918](https://github.com/dnbexperience/eufemia/issues/1918)) ([2eced1b](https://github.com/dnbexperience/eufemia/commit/2eced1b6db291f442c6e3309412fa2b95ec3fc0c))
339
- * new browserslist config for es6 builds ([#1833](https://github.com/dnbexperience/eufemia/issues/1833)) ([ab57b84](https://github.com/dnbexperience/eufemia/commit/ab57b84b8351e217d657c4f2cfb2ad45459eaf17))
340
- * **Number:** Removes component ([#1924](https://github.com/dnbexperience/eufemia/issues/1924)) ([aeaadc0](https://github.com/dnbexperience/eufemia/commit/aeaadc060921a9c27d3605c6e7d9b88528d72bb1))
341
- * **P:** deprecate style_type property ([#1855](https://github.com/dnbexperience/eufemia/issues/1855)) ([74bc0ea](https://github.com/dnbexperience/eufemia/commit/74bc0eab3108a7a6570e5f97c5054d6026d46efd))
342
- * **P:** remove deprecated class dnb-p--ingress ([#1872](https://github.com/dnbexperience/eufemia/issues/1872)) ([04e4632](https://github.com/dnbexperience/eufemia/commit/04e46322261e93a20aa01398d5f24983b05cea5c))
343
- * remove support for internet explorer ([#1807](https://github.com/dnbexperience/eufemia/issues/1807)) ([fbfd636](https://github.com/dnbexperience/eufemia/commit/fbfd636ea34c0d6ec1de9ee0de82cb782896a06e))
344
- * replace visual test driver to jest-image-snapshot and Firefox (Playwright) ([#1945](https://github.com/dnbexperience/eufemia/issues/1945)) ([fcc9348](https://github.com/dnbexperience/eufemia/commit/fcc9348c86b52d79d1949a13120e17e782da4d42)), closes [/github.com/puppeteer/puppeteer/issues/7514#issuecomment-1005917527](https://github.com/dnbexperience//github.com/puppeteer/puppeteer/issues/7514/issues/issuecomment-1005917527) [/github.com/dnbexperience/eufemia/blob/88279d1e6903497fce40d6c4322dd9b7c7b9ac3b/packages/dnb-eufemia/src/core/jest/jestSetupScreenshots.js#L39](https://github.com/dnbexperience//github.com/dnbexperience/eufemia/blob/88279d1e6903497fce40d6c4322dd9b7c7b9ac3b/packages/dnb-eufemia/src/core/jest/jestSetupScreenshots.js/issues/L39)
345
- * **ScrollView:** add interactive=auto to observe the content ([#1984](https://github.com/dnbexperience/eufemia/issues/1984)) ([988390c](https://github.com/dnbexperience/eufemia/commit/988390cd29152239ffcaee95125eab473bee1e0b))
346
- * **Section:** deprecate style_type signal-orange ([#1886](https://github.com/dnbexperience/eufemia/issues/1886)) ([661d976](https://github.com/dnbexperience/eufemia/commit/661d9764bfc3cebb20ce1a1a5b4e6a54bb20f27d))
347
- * **SkipContent:** add new component to skip large contents when using tab key ([#1981](https://github.com/dnbexperience/eufemia/issues/1981)) ([c44ef28](https://github.com/dnbexperience/eufemia/commit/c44ef283406295d74dc002cea111b97bd406839c))
348
- * **Slider:** deprecate use_scrollwheel ([#1889](https://github.com/dnbexperience/eufemia/issues/1889)) ([639df46](https://github.com/dnbexperience/eufemia/commit/639df46885165812c38fb6daa1e8eb53745d33a5))
349
- * **Slider:** remove deprecated onInit prop ([#1909](https://github.com/dnbexperience/eufemia/issues/1909)) ([0595a53](https://github.com/dnbexperience/eufemia/commit/0595a537f4de60d92efa9864d8a05f74e8025220))
350
- * **Slider:** remove dnb-range styling ([#1890](https://github.com/dnbexperience/eufemia/issues/1890)) ([1d2693c](https://github.com/dnbexperience/eufemia/commit/1d2693ceb35763064f556067255cc45249b813fa))
351
- * **Space:** add conditional reset class: `dnb-space__reset` ([#1961](https://github.com/dnbexperience/eufemia/issues/1961)) ([a79bb2a](https://github.com/dnbexperience/eufemia/commit/a79bb2a80901019aa2bdfd388f6ec1326f2db909))
352
- * **SpacingUtils:** deprecate createStyleObject ([#1892](https://github.com/dnbexperience/eufemia/issues/1892)) ([cadf378](https://github.com/dnbexperience/eufemia/commit/cadf3784fa28670b0c6211072380f81a4153eb9f))
353
- * **Switch:** deprecate default_state property ([#1864](https://github.com/dnbexperience/eufemia/issues/1864)) ([da2c568](https://github.com/dnbexperience/eufemia/commit/da2c568d5ea777ec66f0f6d80374ca7f3f3516ef))
354
- * **Table:** deprecate sticky_offset ([#1883](https://github.com/dnbexperience/eufemia/issues/1883)) ([5a242a1](https://github.com/dnbexperience/eufemia/commit/5a242a1c22d7b2d01d1c549d4c3400e46777e57d))
355
- * **Tags:** removed deprecated comments ([#1857](https://github.com/dnbexperience/eufemia/issues/1857)) ([9af5268](https://github.com/dnbexperience/eufemia/commit/9af5268aee6c7859132d584f8f2a5e96f7a824c9))
356
- * **Timeline:** deprecate name and date props ([#1884](https://github.com/dnbexperience/eufemia/issues/1884)) ([a95db13](https://github.com/dnbexperience/eufemia/commit/a95db13c0e145fdcc55853b3922d4e4c82fea20e))
357
- * **Typography:** removed deprecated comments ([#1858](https://github.com/dnbexperience/eufemia/issues/1858)) ([1fd2b48](https://github.com/dnbexperience/eufemia/commit/1fd2b48f1dfe1c74d8fbda96c0c6a7ebabdfd716))
332
+ ## [9.47.2](https://github.com/dnbexperience/eufemia/compare/v9.47.1...v9.47.2) (2023-03-16)
358
333
 
359
334
 
360
- ### :memo: Documentation
335
+ ### Bug Fixes
361
336
 
362
- * add change log about v10 ([8cbf228](https://github.com/dnbexperience/eufemia/commit/8cbf228827e4edf43ef13462d983f4e8081abd63))
363
- * add info about the tertiary button "visual" breaking change ([4df8d93](https://github.com/dnbexperience/eufemia/commit/4df8d9387c46eb1c64b7c00e753479f303eef56a))
364
- * **Dropdown:** remove selected_key in events on_change & on_select ([#2001](https://github.com/dnbexperience/eufemia/issues/2001)) ([c540619](https://github.com/dnbexperience/eufemia/commit/c54061926e5f2dba10af4ed979f1397bda91b915))
365
- * Move Modal to Dialog/Drawer conversion docs to v10 migration ([#1921](https://github.com/dnbexperience/eufemia/issues/1921)) ([cb43cf4](https://github.com/dnbexperience/eufemia/commit/cb43cf433a8cb5bc4aa747f2d59278b7d171422b))
366
- * **NumberFormat:** fix info docs ([#2009](https://github.com/dnbexperience/eufemia/issues/2009)) ([30a529a](https://github.com/dnbexperience/eufemia/commit/30a529acbe2b51325137f5e547660e6ab1b94c30))
367
- * **ProgressIndicator:** removes props min_time and variant ([#1997](https://github.com/dnbexperience/eufemia/issues/1997)) ([f734a1a](https://github.com/dnbexperience/eufemia/commit/f734a1aaf141a9828e1200db37f04bec6354fcb6))
368
- * refactor contribution guide getting started ([#2008](https://github.com/dnbexperience/eufemia/issues/2008)) ([94d5f43](https://github.com/dnbexperience/eufemia/commit/94d5f43cd99b7fc6adc9332029b256ca04a6389d))
369
- * remove outdated info ([#1940](https://github.com/dnbexperience/eufemia/issues/1940)) ([eb93445](https://github.com/dnbexperience/eufemia/commit/eb93445e9cc0f54ae3d37e9b7f207e9518629a56))
370
- * **Spacing:** minor improvement to space example ([#1992](https://github.com/dnbexperience/eufemia/issues/1992)) ([5b71585](https://github.com/dnbexperience/eufemia/commit/5b7158570f58d59e9265d98e530317727f82525e))
371
- * **Table:** add info about the needed CSS class in v10 ([#1923](https://github.com/dnbexperience/eufemia/issues/1923)) ([c724175](https://github.com/dnbexperience/eufemia/commit/c724175b0b8aed0bc623b06eb31077e04618b4be))
372
- * update docs about CSS formatting and styling ([#1964](https://github.com/dnbexperience/eufemia/issues/1964)) ([ab2dd40](https://github.com/dnbexperience/eufemia/commit/ab2dd401e1caba3c55a21b917f052d458bd748b1))
373
- * update v10 change log ([#1983](https://github.com/dnbexperience/eufemia/issues/1983)) ([bd41665](https://github.com/dnbexperience/eufemia/commit/bd41665cdaaf3f0a73daa75bf90b4cc14499ce00))
374
- * update v10-info ([#1998](https://github.com/dnbexperience/eufemia/issues/1998)) ([9ae40f1](https://github.com/dnbexperience/eufemia/commit/9ae40f1218073f07bf85ac4542c392a863865605))
337
+ * **Autocomplete:** pass status props to SubmitButton ([#2004](https://github.com/dnbexperience/eufemia/issues/2004)) ([fb89114](https://github.com/dnbexperience/eufemia/commit/fb89114e75ff4111640bc367a10d6faa339c4fe3))
338
+ * **Button:** support rel property ([#1990](https://github.com/dnbexperience/eufemia/issues/1990)) ([ad029f2](https://github.com/dnbexperience/eufemia/commit/ad029f20f21154df40975a82b9b4f7019e373ebf))
339
+ * remove FormRow context support from components not using FormRow ([#2103](https://github.com/dnbexperience/eufemia/issues/2103)) ([3a39134](https://github.com/dnbexperience/eufemia/commit/3a39134c883e70daf6ef374c85ea8ddbce317776))
375
340
 
376
341
  ## [9.47.1](https://github.com/dnbexperience/eufemia/compare/v9.47.0...v9.47.1) (2023-02-13)
377
342