@nldd/design-system 0.8.62 → 0.8.64

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 (476) hide show
  1. package/dist/assets/styles/{slotted-reset.d.ts → style-resets.d.ts} +1 -1
  2. package/dist/assets/styles/style-resets.d.ts.map +1 -0
  3. package/dist/assets/styles/{slotted-reset.fixtures.d.ts → style-resets.fixtures.d.ts} +4 -4
  4. package/dist/assets/styles/style-resets.fixtures.d.ts.map +1 -0
  5. package/dist/assets/styles/{slotted-reset.fixtures.js → style-resets.fixtures.js} +4 -4
  6. package/dist/assets/styles/style-resets.fixtures.js.map +1 -0
  7. package/dist/assets/styles/{slotted-reset.js → style-resets.js} +1 -1
  8. package/dist/assets/styles/style-resets.js.map +1 -0
  9. package/dist/components/actions/button/button.d.ts +9 -2
  10. package/dist/components/actions/button/button.d.ts.map +1 -1
  11. package/dist/components/actions/button/button.i18n.d.ts +5 -0
  12. package/dist/components/actions/button/button.i18n.d.ts.map +1 -0
  13. package/dist/components/actions/button/button.i18n.js +4 -0
  14. package/dist/components/actions/button/button.i18n.js.map +1 -0
  15. package/dist/components/actions/button/button.js +5 -2
  16. package/dist/components/actions/button/button.js.map +1 -1
  17. package/dist/components/actions/button/button.styles.d.ts.map +1 -1
  18. package/dist/components/actions/button/button.styles.js +21 -7
  19. package/dist/components/actions/button/button.styles.js.map +1 -1
  20. package/dist/components/actions/button/button.template.d.ts.map +1 -1
  21. package/dist/components/actions/button/button.template.js +17 -4
  22. package/dist/components/actions/button/button.template.js.map +1 -1
  23. package/dist/components/actions/button-bar/button-bar.styles.d.ts.map +1 -1
  24. package/dist/components/actions/button-bar/button-bar.styles.js +3 -0
  25. package/dist/components/actions/button-bar/button-bar.styles.js.map +1 -1
  26. package/dist/components/actions/button-group/button-group.styles.d.ts.map +1 -1
  27. package/dist/components/actions/button-group/button-group.styles.js +3 -0
  28. package/dist/components/actions/button-group/button-group.styles.js.map +1 -1
  29. package/dist/components/actions/icon-button/icon-button.d.ts +10 -2
  30. package/dist/components/actions/icon-button/icon-button.d.ts.map +1 -1
  31. package/dist/components/actions/icon-button/icon-button.i18n.d.ts +5 -0
  32. package/dist/components/actions/icon-button/icon-button.i18n.d.ts.map +1 -0
  33. package/dist/components/actions/icon-button/icon-button.i18n.js +4 -0
  34. package/dist/components/actions/icon-button/icon-button.i18n.js.map +1 -0
  35. package/dist/components/actions/icon-button/icon-button.js +5 -2
  36. package/dist/components/actions/icon-button/icon-button.js.map +1 -1
  37. package/dist/components/actions/icon-button/icon-button.styles.d.ts.map +1 -1
  38. package/dist/components/actions/icon-button/icon-button.styles.js +4 -1
  39. package/dist/components/actions/icon-button/icon-button.styles.js.map +1 -1
  40. package/dist/components/actions/icon-button/icon-button.template.d.ts.map +1 -1
  41. package/dist/components/actions/icon-button/icon-button.template.js +11 -2
  42. package/dist/components/actions/icon-button/icon-button.template.js.map +1 -1
  43. package/dist/components/actions/menu/menu.styles.d.ts.map +1 -1
  44. package/dist/components/actions/menu/menu.styles.js +4 -1
  45. package/dist/components/actions/menu/menu.styles.js.map +1 -1
  46. package/dist/components/actions/split-button/split-button.styles.d.ts.map +1 -1
  47. package/dist/components/actions/split-button/split-button.styles.js +4 -1
  48. package/dist/components/actions/split-button/split-button.styles.js.map +1 -1
  49. package/dist/components/actions/toolbar/toolbar.styles.d.ts.map +1 -1
  50. package/dist/components/actions/toolbar/toolbar.styles.js +4 -1
  51. package/dist/components/actions/toolbar/toolbar.styles.js.map +1 -1
  52. package/dist/components/components.js +64 -62
  53. package/dist/components/content/blockquote/blockquote.styles.d.ts.map +1 -1
  54. package/dist/components/content/blockquote/blockquote.styles.js +4 -1
  55. package/dist/components/content/blockquote/blockquote.styles.js.map +1 -1
  56. package/dist/components/content/byline/byline.d.ts +11 -0
  57. package/dist/components/content/byline/byline.d.ts.map +1 -1
  58. package/dist/components/content/byline/byline.js +20 -0
  59. package/dist/components/content/byline/byline.js.map +1 -1
  60. package/dist/components/content/byline/byline.styles.d.ts.map +1 -1
  61. package/dist/components/content/byline/byline.styles.js +17 -2
  62. package/dist/components/content/byline/byline.styles.js.map +1 -1
  63. package/dist/components/content/byline/byline.template.d.ts.map +1 -1
  64. package/dist/components/content/byline/byline.template.js +17 -2
  65. package/dist/components/content/byline/byline.template.js.map +1 -1
  66. package/dist/components/content/code-viewer/code-viewer.styles.d.ts.map +1 -1
  67. package/dist/components/content/code-viewer/code-viewer.styles.js +4 -1
  68. package/dist/components/content/code-viewer/code-viewer.styles.js.map +1 -1
  69. package/dist/components/content/icon/icon-aliases.js +1 -1
  70. package/dist/components/content/icon/icon-aliases.js.map +1 -1
  71. package/dist/components/content/icon/icon.styles.d.ts.map +1 -1
  72. package/dist/components/content/icon/icon.styles.js +3 -0
  73. package/dist/components/content/icon/icon.styles.js.map +1 -1
  74. package/dist/components/content/image/image.styles.d.ts.map +1 -1
  75. package/dist/components/content/image/image.styles.js +4 -1
  76. package/dist/components/content/image/image.styles.js.map +1 -1
  77. package/dist/components/content/keyboard-shortcut/keyboard-shortcut.styles.d.ts.map +1 -1
  78. package/dist/components/content/keyboard-shortcut/keyboard-shortcut.styles.js +4 -1
  79. package/dist/components/content/keyboard-shortcut/keyboard-shortcut.styles.js.map +1 -1
  80. package/dist/components/content/tag/tag.styles.d.ts.map +1 -1
  81. package/dist/components/content/tag/tag.styles.js +4 -1
  82. package/dist/components/content/tag/tag.styles.js.map +1 -1
  83. package/dist/components/content/title/title.styles.d.ts.map +1 -1
  84. package/dist/components/content/title/title.styles.js +4 -1
  85. package/dist/components/content/title/title.styles.js.map +1 -1
  86. package/dist/components/content/tooltip/tooltip.styles.d.ts.map +1 -1
  87. package/dist/components/content/tooltip/tooltip.styles.js +4 -1
  88. package/dist/components/content/tooltip/tooltip.styles.js.map +1 -1
  89. package/dist/components/forms/form-actions/form-actions.styles.d.ts.map +1 -1
  90. package/dist/components/forms/form-actions/form-actions.styles.js +4 -0
  91. package/dist/components/forms/form-actions/form-actions.styles.js.map +1 -1
  92. package/dist/components/forms/form-field/form-field.styles.d.ts.map +1 -1
  93. package/dist/components/forms/form-field/form-field.styles.js +5 -1
  94. package/dist/components/forms/form-field/form-field.styles.js.map +1 -1
  95. package/dist/components/{index-DPe5myEj.js → index-BNhqNvDd.js} +4882 -2776
  96. package/dist/components/index.d.ts +2 -0
  97. package/dist/components/index.d.ts.map +1 -1
  98. package/dist/components/index.js +2 -0
  99. package/dist/components/index.js.map +1 -1
  100. package/dist/components/inputs/checkbox/checkbox.styles.d.ts.map +1 -1
  101. package/dist/components/inputs/checkbox/checkbox.styles.js +3 -0
  102. package/dist/components/inputs/checkbox/checkbox.styles.js.map +1 -1
  103. package/dist/components/inputs/checkbox-field/checkbox-field.styles.d.ts.map +1 -1
  104. package/dist/components/inputs/checkbox-field/checkbox-field.styles.js +4 -1
  105. package/dist/components/inputs/checkbox-field/checkbox-field.styles.js.map +1 -1
  106. package/dist/components/inputs/code-editor/code-editor.styles.d.ts.map +1 -1
  107. package/dist/components/inputs/code-editor/code-editor.styles.js +4 -1
  108. package/dist/components/inputs/code-editor/code-editor.styles.js.map +1 -1
  109. package/dist/components/inputs/combo-box/combo-box.styles.d.ts.map +1 -1
  110. package/dist/components/inputs/combo-box/combo-box.styles.js +4 -1
  111. package/dist/components/inputs/combo-box/combo-box.styles.js.map +1 -1
  112. package/dist/components/inputs/dropdown/dropdown.styles.d.ts.map +1 -1
  113. package/dist/components/inputs/dropdown/dropdown.styles.js +4 -1
  114. package/dist/components/inputs/dropdown/dropdown.styles.js.map +1 -1
  115. package/dist/components/inputs/multi-line-text-field/multi-line-text-field.styles.d.ts.map +1 -1
  116. package/dist/components/inputs/multi-line-text-field/multi-line-text-field.styles.js +4 -1
  117. package/dist/components/inputs/multi-line-text-field/multi-line-text-field.styles.js.map +1 -1
  118. package/dist/components/inputs/number-field/number-field.styles.d.ts.map +1 -1
  119. package/dist/components/inputs/number-field/number-field.styles.js +4 -1
  120. package/dist/components/inputs/number-field/number-field.styles.js.map +1 -1
  121. package/dist/components/inputs/password-field/password-field.styles.d.ts.map +1 -1
  122. package/dist/components/inputs/password-field/password-field.styles.js +4 -1
  123. package/dist/components/inputs/password-field/password-field.styles.js.map +1 -1
  124. package/dist/components/inputs/radio-button/radio-button.styles.d.ts.map +1 -1
  125. package/dist/components/inputs/radio-button/radio-button.styles.js +3 -0
  126. package/dist/components/inputs/radio-button/radio-button.styles.js.map +1 -1
  127. package/dist/components/inputs/radio-button-field/radio-button-field.styles.d.ts.map +1 -1
  128. package/dist/components/inputs/radio-button-field/radio-button-field.styles.js +4 -1
  129. package/dist/components/inputs/radio-button-field/radio-button-field.styles.js.map +1 -1
  130. package/dist/components/inputs/radio-button-group/radio-button-group.styles.d.ts.map +1 -1
  131. package/dist/components/inputs/radio-button-group/radio-button-group.styles.js +4 -1
  132. package/dist/components/inputs/radio-button-group/radio-button-group.styles.js.map +1 -1
  133. package/dist/components/inputs/search-field/search-field.styles.d.ts.map +1 -1
  134. package/dist/components/inputs/search-field/search-field.styles.js +13 -1
  135. package/dist/components/inputs/search-field/search-field.styles.js.map +1 -1
  136. package/dist/components/inputs/search-field/search-field.template.d.ts.map +1 -1
  137. package/dist/components/inputs/search-field/search-field.template.js +47 -39
  138. package/dist/components/inputs/search-field/search-field.template.js.map +1 -1
  139. package/dist/components/inputs/segmented-control/segmented-control.styles.d.ts.map +1 -1
  140. package/dist/components/inputs/segmented-control/segmented-control.styles.js +4 -1
  141. package/dist/components/inputs/segmented-control/segmented-control.styles.js.map +1 -1
  142. package/dist/components/inputs/stepper/stepper.styles.d.ts.map +1 -1
  143. package/dist/components/inputs/stepper/stepper.styles.js +3 -0
  144. package/dist/components/inputs/stepper/stepper.styles.js.map +1 -1
  145. package/dist/components/inputs/switch/switch.styles.d.ts.map +1 -1
  146. package/dist/components/inputs/switch/switch.styles.js +3 -0
  147. package/dist/components/inputs/switch/switch.styles.js.map +1 -1
  148. package/dist/components/inputs/switch-field/switch-field.styles.d.ts.map +1 -1
  149. package/dist/components/inputs/switch-field/switch-field.styles.js +4 -1
  150. package/dist/components/inputs/switch-field/switch-field.styles.js.map +1 -1
  151. package/dist/components/inputs/text-field/text-field.styles.d.ts.map +1 -1
  152. package/dist/components/inputs/text-field/text-field.styles.js +4 -1
  153. package/dist/components/inputs/text-field/text-field.styles.js.map +1 -1
  154. package/dist/components/inputs/toggle-button/toggle-button.styles.d.ts.map +1 -1
  155. package/dist/components/inputs/toggle-button/toggle-button.styles.js +4 -1
  156. package/dist/components/inputs/toggle-button/toggle-button.styles.js.map +1 -1
  157. package/dist/components/inputs/toggle-button-group/toggle-button-group.styles.d.ts.map +1 -1
  158. package/dist/components/inputs/toggle-button-group/toggle-button-group.styles.js +3 -0
  159. package/dist/components/inputs/toggle-button-group/toggle-button-group.styles.js.map +1 -1
  160. package/dist/components/inputs/token/token.styles.d.ts.map +1 -1
  161. package/dist/components/inputs/token/token.styles.js +4 -1
  162. package/dist/components/inputs/token/token.styles.js.map +1 -1
  163. package/dist/components/layout/app-view/app-view.styles.d.ts.map +1 -1
  164. package/dist/components/layout/app-view/app-view.styles.js +3 -0
  165. package/dist/components/layout/app-view/app-view.styles.js.map +1 -1
  166. package/dist/components/layout/box/box.styles.d.ts.map +1 -1
  167. package/dist/components/layout/box/box.styles.js +3 -0
  168. package/dist/components/layout/box/box.styles.js.map +1 -1
  169. package/dist/components/layout/card/card.d.ts +28 -2
  170. package/dist/components/layout/card/card.d.ts.map +1 -1
  171. package/dist/components/layout/card/card.i18n.d.ts +5 -0
  172. package/dist/components/layout/card/card.i18n.d.ts.map +1 -0
  173. package/dist/components/layout/card/card.i18n.js +4 -0
  174. package/dist/components/layout/card/card.i18n.js.map +1 -0
  175. package/dist/components/layout/card/card.js +54 -2
  176. package/dist/components/layout/card/card.js.map +1 -1
  177. package/dist/components/layout/card/card.styles.d.ts.map +1 -1
  178. package/dist/components/layout/card/card.styles.js +20 -0
  179. package/dist/components/layout/card/card.styles.js.map +1 -1
  180. package/dist/components/layout/card/card.template.d.ts.map +1 -1
  181. package/dist/components/layout/card/card.template.js +17 -1
  182. package/dist/components/layout/card/card.template.js.map +1 -1
  183. package/dist/components/layout/collection/collection.d.ts +7 -5
  184. package/dist/components/layout/collection/collection.d.ts.map +1 -1
  185. package/dist/components/layout/collection/collection.js +17 -5
  186. package/dist/components/layout/collection/collection.js.map +1 -1
  187. package/dist/components/layout/collection/collection.styles.js +12 -12
  188. package/dist/components/layout/collection/collection.styles.js.map +1 -1
  189. package/dist/components/layout/collection/collection.template.d.ts.map +1 -1
  190. package/dist/components/layout/collection/collection.template.js +4 -2
  191. package/dist/components/layout/collection/collection.template.js.map +1 -1
  192. package/dist/components/layout/container/container.d.ts +7 -3
  193. package/dist/components/layout/container/container.d.ts.map +1 -1
  194. package/dist/components/layout/container/container.js +15 -3
  195. package/dist/components/layout/container/container.js.map +1 -1
  196. package/dist/components/layout/container/container.styles.d.ts.map +1 -1
  197. package/dist/components/layout/container/container.styles.js +42 -1
  198. package/dist/components/layout/container/container.styles.js.map +1 -1
  199. package/dist/components/layout/divider/divider.styles.d.ts.map +1 -1
  200. package/dist/components/layout/divider/divider.styles.js +3 -0
  201. package/dist/components/layout/divider/divider.styles.js.map +1 -1
  202. package/dist/components/layout/page/page.styles.d.ts.map +1 -1
  203. package/dist/components/layout/page/page.styles.js +3 -0
  204. package/dist/components/layout/page/page.styles.js.map +1 -1
  205. package/dist/components/layout/page-footer/page-footer.d.ts +1 -0
  206. package/dist/components/layout/page-footer/page-footer.d.ts.map +1 -1
  207. package/dist/components/layout/page-footer/page-footer.js +12 -4
  208. package/dist/components/layout/page-footer/page-footer.js.map +1 -1
  209. package/dist/components/layout/page-footer/page-footer.styles.d.ts.map +1 -1
  210. package/dist/components/layout/page-footer/page-footer.styles.js +13 -1
  211. package/dist/components/layout/page-footer/page-footer.styles.js.map +1 -1
  212. package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.styles.d.ts.map +1 -1
  213. package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.styles.js +3 -0
  214. package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.styles.js.map +1 -1
  215. package/dist/components/layout/page-sections/hero/hero.d.ts +25 -5
  216. package/dist/components/layout/page-sections/hero/hero.d.ts.map +1 -1
  217. package/dist/components/layout/page-sections/hero/hero.js +60 -11
  218. package/dist/components/layout/page-sections/hero/hero.js.map +1 -1
  219. package/dist/components/layout/page-sections/hero/hero.styles.d.ts.map +1 -1
  220. package/dist/components/layout/page-sections/hero/hero.styles.js +15 -4
  221. package/dist/components/layout/page-sections/hero/hero.styles.js.map +1 -1
  222. package/dist/components/layout/page-sections/hero/hero.template.d.ts.map +1 -1
  223. package/dist/components/layout/page-sections/hero/hero.template.js +13 -1
  224. package/dist/components/layout/page-sections/hero/hero.template.js.map +1 -1
  225. package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.styles.d.ts.map +1 -1
  226. package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.styles.js +3 -0
  227. package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.styles.js.map +1 -1
  228. package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.styles.d.ts.map +1 -1
  229. package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.styles.js +3 -0
  230. package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.styles.js.map +1 -1
  231. package/dist/components/layout/page-sections/sidebar-section/sidebar-section.d.ts +119 -0
  232. package/dist/components/layout/page-sections/sidebar-section/sidebar-section.d.ts.map +1 -0
  233. package/dist/components/layout/page-sections/sidebar-section/sidebar-section.i18n.d.ts +6 -0
  234. package/dist/components/layout/page-sections/sidebar-section/sidebar-section.i18n.d.ts.map +1 -0
  235. package/dist/components/layout/page-sections/sidebar-section/sidebar-section.i18n.js +5 -0
  236. package/dist/components/layout/page-sections/sidebar-section/sidebar-section.i18n.js.map +1 -0
  237. package/dist/components/layout/page-sections/sidebar-section/sidebar-section.js +219 -0
  238. package/dist/components/layout/page-sections/sidebar-section/sidebar-section.js.map +1 -0
  239. package/dist/components/layout/page-sections/sidebar-section/sidebar-section.styles.d.ts +2 -0
  240. package/dist/components/layout/page-sections/sidebar-section/sidebar-section.styles.d.ts.map +1 -0
  241. package/dist/components/layout/page-sections/sidebar-section/sidebar-section.styles.js +157 -0
  242. package/dist/components/layout/page-sections/sidebar-section/sidebar-section.styles.js.map +1 -0
  243. package/dist/components/layout/page-sections/sidebar-section/sidebar-section.template.d.ts +4 -0
  244. package/dist/components/layout/page-sections/sidebar-section/sidebar-section.template.d.ts.map +1 -0
  245. package/dist/components/layout/page-sections/sidebar-section/sidebar-section.template.js +57 -0
  246. package/dist/components/layout/page-sections/sidebar-section/sidebar-section.template.js.map +1 -0
  247. package/dist/components/layout/page-sections/simple-section/simple-section.styles.d.ts.map +1 -1
  248. package/dist/components/layout/page-sections/simple-section/simple-section.styles.js +3 -0
  249. package/dist/components/layout/page-sections/simple-section/simple-section.styles.js.map +1 -1
  250. package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.styles.d.ts.map +1 -1
  251. package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.styles.js +3 -0
  252. package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.styles.js.map +1 -1
  253. package/dist/components/layout/popover/popover.styles.d.ts.map +1 -1
  254. package/dist/components/layout/popover/popover.styles.js +3 -0
  255. package/dist/components/layout/popover/popover.styles.js.map +1 -1
  256. package/dist/components/layout/sheet/sheet.styles.d.ts.map +1 -1
  257. package/dist/components/layout/sheet/sheet.styles.js +3 -0
  258. package/dist/components/layout/sheet/sheet.styles.js.map +1 -1
  259. package/dist/components/layout/spacer/spacer.styles.d.ts.map +1 -1
  260. package/dist/components/layout/spacer/spacer.styles.js +3 -0
  261. package/dist/components/layout/spacer/spacer.styles.js.map +1 -1
  262. package/dist/components/layout/split-views/bar-split-view/bar-split-view.styles.d.ts.map +1 -1
  263. package/dist/components/layout/split-views/bar-split-view/bar-split-view.styles.js +3 -0
  264. package/dist/components/layout/split-views/bar-split-view/bar-split-view.styles.js.map +1 -1
  265. package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.d.ts +47 -19
  266. package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.d.ts.map +1 -1
  267. package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.js +123 -73
  268. package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.js.map +1 -1
  269. package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.styles.d.ts.map +1 -1
  270. package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.styles.js +17 -14
  271. package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.styles.js.map +1 -1
  272. package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.template.d.ts.map +1 -1
  273. package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.template.js +10 -8
  274. package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.template.js.map +1 -1
  275. package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.styles.d.ts.map +1 -1
  276. package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.styles.js +3 -0
  277. package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.styles.js.map +1 -1
  278. package/dist/components/layout/split-views/split-view-divider/split-view-divider.styles.d.ts.map +1 -1
  279. package/dist/components/layout/split-views/split-view-divider/split-view-divider.styles.js +3 -0
  280. package/dist/components/layout/split-views/split-view-divider/split-view-divider.styles.js.map +1 -1
  281. package/dist/components/layout/split-views/split-view-pane/split-view-pane.styles.d.ts.map +1 -1
  282. package/dist/components/layout/split-views/split-view-pane/split-view-pane.styles.js +3 -0
  283. package/dist/components/layout/split-views/split-view-pane/split-view-pane.styles.js.map +1 -1
  284. package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.styles.d.ts.map +1 -1
  285. package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.styles.js +3 -0
  286. package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.styles.js.map +1 -1
  287. package/dist/components/layout/window/window.d.ts +1 -19
  288. package/dist/components/layout/window/window.d.ts.map +1 -1
  289. package/dist/components/layout/window/window.js +1 -187
  290. package/dist/components/layout/window/window.js.map +1 -1
  291. package/dist/components/layout/window/window.styles.d.ts.map +1 -1
  292. package/dist/components/layout/window/window.styles.js +5 -28
  293. package/dist/components/layout/window/window.styles.js.map +1 -1
  294. package/dist/components/layout/window/window.template.d.ts.map +1 -1
  295. package/dist/components/layout/window/window.template.js +1 -2
  296. package/dist/components/layout/window/window.template.js.map +1 -1
  297. package/dist/components/lists-and-tables/cells/cell/cell.styles.d.ts.map +1 -1
  298. package/dist/components/lists-and-tables/cells/cell/cell.styles.js +4 -1
  299. package/dist/components/lists-and-tables/cells/cell/cell.styles.js.map +1 -1
  300. package/dist/components/lists-and-tables/cells/description-cell/description-cell.styles.d.ts.map +1 -1
  301. package/dist/components/lists-and-tables/cells/description-cell/description-cell.styles.js +4 -1
  302. package/dist/components/lists-and-tables/cells/description-cell/description-cell.styles.js.map +1 -1
  303. package/dist/components/lists-and-tables/cells/drag-handle-cell/drag-handle-cell.styles.d.ts.map +1 -1
  304. package/dist/components/lists-and-tables/cells/drag-handle-cell/drag-handle-cell.styles.js +3 -0
  305. package/dist/components/lists-and-tables/cells/drag-handle-cell/drag-handle-cell.styles.js.map +1 -1
  306. package/dist/components/lists-and-tables/cells/icon-cell/icon-cell.styles.d.ts.map +1 -1
  307. package/dist/components/lists-and-tables/cells/icon-cell/icon-cell.styles.js +3 -0
  308. package/dist/components/lists-and-tables/cells/icon-cell/icon-cell.styles.js.map +1 -1
  309. package/dist/components/lists-and-tables/cells/spacer-cell/spacer-cell.styles.d.ts.map +1 -1
  310. package/dist/components/lists-and-tables/cells/spacer-cell/spacer-cell.styles.js +3 -0
  311. package/dist/components/lists-and-tables/cells/spacer-cell/spacer-cell.styles.js.map +1 -1
  312. package/dist/components/lists-and-tables/cells/text-cell/text-cell.styles.d.ts.map +1 -1
  313. package/dist/components/lists-and-tables/cells/text-cell/text-cell.styles.js +4 -1
  314. package/dist/components/lists-and-tables/cells/text-cell/text-cell.styles.js.map +1 -1
  315. package/dist/components/lists-and-tables/cells/timeline-track-cell/timeline-track-cell.styles.d.ts.map +1 -1
  316. package/dist/components/lists-and-tables/cells/timeline-track-cell/timeline-track-cell.styles.js +3 -0
  317. package/dist/components/lists-and-tables/cells/timeline-track-cell/timeline-track-cell.styles.js.map +1 -1
  318. package/dist/components/lists-and-tables/cells/title-cell/title-cell.styles.d.ts.map +1 -1
  319. package/dist/components/lists-and-tables/cells/title-cell/title-cell.styles.js +4 -1
  320. package/dist/components/lists-and-tables/cells/title-cell/title-cell.styles.js.map +1 -1
  321. package/dist/components/lists-and-tables/list/list.d.ts +183 -8
  322. package/dist/components/lists-and-tables/list/list.d.ts.map +1 -1
  323. package/dist/components/lists-and-tables/list/list.i18n.d.ts +3 -0
  324. package/dist/components/lists-and-tables/list/list.i18n.d.ts.map +1 -1
  325. package/dist/components/lists-and-tables/list/list.i18n.js +3 -0
  326. package/dist/components/lists-and-tables/list/list.i18n.js.map +1 -1
  327. package/dist/components/lists-and-tables/list/list.js +522 -17
  328. package/dist/components/lists-and-tables/list/list.js.map +1 -1
  329. package/dist/components/lists-and-tables/list/list.styles.d.ts.map +1 -1
  330. package/dist/components/lists-and-tables/list/list.styles.js +163 -25
  331. package/dist/components/lists-and-tables/list/list.styles.js.map +1 -1
  332. package/dist/components/lists-and-tables/list/list.template.d.ts +26 -1
  333. package/dist/components/lists-and-tables/list/list.template.d.ts.map +1 -1
  334. package/dist/components/lists-and-tables/list/list.template.js +76 -18
  335. package/dist/components/lists-and-tables/list/list.template.js.map +1 -1
  336. package/dist/components/lists-and-tables/list-item/list-item.d.ts +30 -9
  337. package/dist/components/lists-and-tables/list-item/list-item.d.ts.map +1 -1
  338. package/dist/components/lists-and-tables/list-item/list-item.i18n.d.ts +1 -1
  339. package/dist/components/lists-and-tables/list-item/list-item.i18n.js +1 -1
  340. package/dist/components/lists-and-tables/list-item/list-item.i18n.js.map +1 -1
  341. package/dist/components/lists-and-tables/list-item/list-item.js +81 -20
  342. package/dist/components/lists-and-tables/list-item/list-item.js.map +1 -1
  343. package/dist/components/lists-and-tables/list-item/list-item.styles.d.ts.map +1 -1
  344. package/dist/components/lists-and-tables/list-item/list-item.styles.js +55 -32
  345. package/dist/components/lists-and-tables/list-item/list-item.styles.js.map +1 -1
  346. package/dist/components/lists-and-tables/list-item/list-item.template.d.ts +1 -1
  347. package/dist/components/lists-and-tables/list-item/list-item.template.d.ts.map +1 -1
  348. package/dist/components/lists-and-tables/list-item/list-item.template.js +10 -5
  349. package/dist/components/lists-and-tables/list-item/list-item.template.js.map +1 -1
  350. package/dist/components/lists-and-tables/table/table.styles.d.ts.map +1 -1
  351. package/dist/components/lists-and-tables/table/table.styles.js +4 -1
  352. package/dist/components/lists-and-tables/table/table.styles.js.map +1 -1
  353. package/dist/components/navigation/breadcrumbs/breadcrumbs.d.ts +0 -44
  354. package/dist/components/navigation/breadcrumbs/breadcrumbs.d.ts.map +1 -1
  355. package/dist/components/navigation/breadcrumbs/breadcrumbs.i18n.d.ts +0 -1
  356. package/dist/components/navigation/breadcrumbs/breadcrumbs.i18n.d.ts.map +1 -1
  357. package/dist/components/navigation/breadcrumbs/breadcrumbs.i18n.js +0 -1
  358. package/dist/components/navigation/breadcrumbs/breadcrumbs.i18n.js.map +1 -1
  359. package/dist/components/navigation/breadcrumbs/breadcrumbs.js +1 -84
  360. package/dist/components/navigation/breadcrumbs/breadcrumbs.js.map +1 -1
  361. package/dist/components/navigation/breadcrumbs/breadcrumbs.styles.d.ts.map +1 -1
  362. package/dist/components/navigation/breadcrumbs/breadcrumbs.styles.js +6 -52
  363. package/dist/components/navigation/breadcrumbs/breadcrumbs.styles.js.map +1 -1
  364. package/dist/components/navigation/breadcrumbs/breadcrumbs.template.d.ts.map +1 -1
  365. package/dist/components/navigation/breadcrumbs/breadcrumbs.template.js +1 -17
  366. package/dist/components/navigation/breadcrumbs/breadcrumbs.template.js.map +1 -1
  367. package/dist/components/navigation/document-tab-bar/document-tab-bar.styles.d.ts.map +1 -1
  368. package/dist/components/navigation/document-tab-bar/document-tab-bar.styles.js +5 -1
  369. package/dist/components/navigation/document-tab-bar/document-tab-bar.styles.js.map +1 -1
  370. package/dist/components/navigation/link/link.d.ts +9 -2
  371. package/dist/components/navigation/link/link.d.ts.map +1 -1
  372. package/dist/components/navigation/link/link.i18n.d.ts +5 -0
  373. package/dist/components/navigation/link/link.i18n.d.ts.map +1 -0
  374. package/dist/components/navigation/link/link.i18n.js +4 -0
  375. package/dist/components/navigation/link/link.i18n.js.map +1 -0
  376. package/dist/components/navigation/link/link.js +5 -2
  377. package/dist/components/navigation/link/link.js.map +1 -1
  378. package/dist/components/navigation/link/link.styles.d.ts.map +1 -1
  379. package/dist/components/navigation/link/link.styles.js +18 -1
  380. package/dist/components/navigation/link/link.styles.js.map +1 -1
  381. package/dist/components/navigation/link/link.template.d.ts.map +1 -1
  382. package/dist/components/navigation/link/link.template.js +14 -1
  383. package/dist/components/navigation/link/link.template.js.map +1 -1
  384. package/dist/components/navigation/menu-bar/menu-bar.styles.d.ts.map +1 -1
  385. package/dist/components/navigation/menu-bar/menu-bar.styles.js +4 -1
  386. package/dist/components/navigation/menu-bar/menu-bar.styles.js.map +1 -1
  387. package/dist/components/navigation/menu-bar-item/menu-bar-item.styles.d.ts.map +1 -1
  388. package/dist/components/navigation/menu-bar-item/menu-bar-item.styles.js +4 -1
  389. package/dist/components/navigation/menu-bar-item/menu-bar-item.styles.js.map +1 -1
  390. package/dist/components/navigation/pagination/pagination.styles.d.ts.map +1 -1
  391. package/dist/components/navigation/pagination/pagination.styles.js +4 -1
  392. package/dist/components/navigation/pagination/pagination.styles.js.map +1 -1
  393. package/dist/components/navigation/skip-link/skip-link.styles.d.ts.map +1 -1
  394. package/dist/components/navigation/skip-link/skip-link.styles.js +4 -1
  395. package/dist/components/navigation/skip-link/skip-link.styles.js.map +1 -1
  396. package/dist/components/navigation/tab-bar/tab-bar.d.ts.map +1 -1
  397. package/dist/components/navigation/tab-bar/tab-bar.js +11 -4
  398. package/dist/components/navigation/tab-bar/tab-bar.js.map +1 -1
  399. package/dist/components/navigation/tab-bar/tab-bar.styles.d.ts.map +1 -1
  400. package/dist/components/navigation/tab-bar/tab-bar.styles.js +29 -4
  401. package/dist/components/navigation/tab-bar/tab-bar.styles.js.map +1 -1
  402. package/dist/components/navigation/top-navigation-bar/top-navigation-bar.d.ts +5 -0
  403. package/dist/components/navigation/top-navigation-bar/top-navigation-bar.d.ts.map +1 -1
  404. package/dist/components/navigation/top-navigation-bar/top-navigation-bar.js +17 -0
  405. package/dist/components/navigation/top-navigation-bar/top-navigation-bar.js.map +1 -1
  406. package/dist/components/navigation/top-navigation-bar/top-navigation-bar.styles.d.ts.map +1 -1
  407. package/dist/components/navigation/top-navigation-bar/top-navigation-bar.styles.js +32 -16
  408. package/dist/components/navigation/top-navigation-bar/top-navigation-bar.styles.js.map +1 -1
  409. package/dist/components/navigation/top-title-bar/top-title-bar.styles.d.ts.map +1 -1
  410. package/dist/components/navigation/top-title-bar/top-title-bar.styles.js +4 -1
  411. package/dist/components/navigation/top-title-bar/top-title-bar.styles.js.map +1 -1
  412. package/dist/components/{prism-python-mIMEATOA.js → prism-python--N285k7w.js} +1 -1
  413. package/dist/components/{prism-rust-Ig3wVTFD.js → prism-rust-Cnm1tSdo.js} +1 -1
  414. package/dist/components/{prism-typescript-BeulJu8Z.js → prism-typescript-BPJAiB1s.js} +1 -1
  415. package/dist/components/status-and-feedback/activity-indicator/activity-indicator.d.ts +35 -12
  416. package/dist/components/status-and-feedback/activity-indicator/activity-indicator.d.ts.map +1 -1
  417. package/dist/components/status-and-feedback/activity-indicator/activity-indicator.js +48 -13
  418. package/dist/components/status-and-feedback/activity-indicator/activity-indicator.js.map +1 -1
  419. package/dist/components/status-and-feedback/activity-indicator/activity-indicator.styles.d.ts.map +1 -1
  420. package/dist/components/status-and-feedback/activity-indicator/activity-indicator.styles.js +81 -18
  421. package/dist/components/status-and-feedback/activity-indicator/activity-indicator.styles.js.map +1 -1
  422. package/dist/components/status-and-feedback/activity-indicator/activity-indicator.template.d.ts +1 -2
  423. package/dist/components/status-and-feedback/activity-indicator/activity-indicator.template.d.ts.map +1 -1
  424. package/dist/components/status-and-feedback/activity-indicator/activity-indicator.template.js +21 -7
  425. package/dist/components/status-and-feedback/activity-indicator/activity-indicator.template.js.map +1 -1
  426. package/dist/components/status-and-feedback/badge/badge.styles.d.ts.map +1 -1
  427. package/dist/components/status-and-feedback/badge/badge.styles.js +4 -1
  428. package/dist/components/status-and-feedback/badge/badge.styles.js.map +1 -1
  429. package/dist/components/status-and-feedback/banner/banner.styles.d.ts.map +1 -1
  430. package/dist/components/status-and-feedback/banner/banner.styles.js +4 -1
  431. package/dist/components/status-and-feedback/banner/banner.styles.js.map +1 -1
  432. package/dist/components/status-and-feedback/inline-dialog/inline-dialog.d.ts.map +1 -1
  433. package/dist/components/status-and-feedback/inline-dialog/inline-dialog.js +12 -2
  434. package/dist/components/status-and-feedback/inline-dialog/inline-dialog.js.map +1 -1
  435. package/dist/components/status-and-feedback/inline-dialog/inline-dialog.styles.d.ts.map +1 -1
  436. package/dist/components/status-and-feedback/inline-dialog/inline-dialog.styles.js +4 -1
  437. package/dist/components/status-and-feedback/inline-dialog/inline-dialog.styles.js.map +1 -1
  438. package/dist/components/status-and-feedback/just-in-time-education/just-in-time-education.d.ts +124 -0
  439. package/dist/components/status-and-feedback/just-in-time-education/just-in-time-education.d.ts.map +1 -0
  440. package/dist/components/status-and-feedback/just-in-time-education/just-in-time-education.i18n.d.ts +6 -0
  441. package/dist/components/status-and-feedback/just-in-time-education/just-in-time-education.i18n.d.ts.map +1 -0
  442. package/dist/components/status-and-feedback/just-in-time-education/just-in-time-education.i18n.js +5 -0
  443. package/dist/components/status-and-feedback/just-in-time-education/just-in-time-education.i18n.js.map +1 -0
  444. package/dist/components/status-and-feedback/just-in-time-education/just-in-time-education.js +550 -0
  445. package/dist/components/status-and-feedback/just-in-time-education/just-in-time-education.js.map +1 -0
  446. package/dist/components/status-and-feedback/just-in-time-education/just-in-time-education.styles.d.ts +2 -0
  447. package/dist/components/status-and-feedback/just-in-time-education/just-in-time-education.styles.d.ts.map +1 -0
  448. package/dist/components/status-and-feedback/just-in-time-education/just-in-time-education.styles.js +304 -0
  449. package/dist/components/status-and-feedback/just-in-time-education/just-in-time-education.styles.js.map +1 -0
  450. package/dist/components/status-and-feedback/just-in-time-education/just-in-time-education.template.d.ts +4 -0
  451. package/dist/components/status-and-feedback/just-in-time-education/just-in-time-education.template.d.ts.map +1 -0
  452. package/dist/components/status-and-feedback/just-in-time-education/just-in-time-education.template.js +72 -0
  453. package/dist/components/status-and-feedback/just-in-time-education/just-in-time-education.template.js.map +1 -0
  454. package/dist/components/status-and-feedback/modal-dialog/modal-dialog.styles.d.ts.map +1 -1
  455. package/dist/components/status-and-feedback/modal-dialog/modal-dialog.styles.js +4 -1
  456. package/dist/components/status-and-feedback/modal-dialog/modal-dialog.styles.js.map +1 -1
  457. package/dist/components/status-and-feedback/progress-bar/progress-bar.styles.d.ts.map +1 -1
  458. package/dist/components/status-and-feedback/progress-bar/progress-bar.styles.js +4 -1
  459. package/dist/components/status-and-feedback/progress-bar/progress-bar.styles.js.map +1 -1
  460. package/dist/components/status-and-feedback/progress-circle/progress-circle.styles.d.ts.map +1 -1
  461. package/dist/components/status-and-feedback/progress-circle/progress-circle.styles.js +4 -1
  462. package/dist/components/status-and-feedback/progress-circle/progress-circle.styles.js.map +1 -1
  463. package/dist/components/status-and-feedback/status-bar/status-bar.d.ts +6 -1
  464. package/dist/components/status-and-feedback/status-bar/status-bar.d.ts.map +1 -1
  465. package/dist/components/status-and-feedback/status-bar/status-bar.js +23 -9
  466. package/dist/components/status-and-feedback/status-bar/status-bar.js.map +1 -1
  467. package/dist/components/status-and-feedback/status-bar/status-bar.styles.d.ts.map +1 -1
  468. package/dist/components/status-and-feedback/status-bar/status-bar.styles.js +4 -1
  469. package/dist/components/status-and-feedback/status-bar/status-bar.styles.js.map +1 -1
  470. package/dist/css/rich-text.css +63 -0
  471. package/dist/css/settings.css +10 -3
  472. package/package.json +9 -1
  473. package/dist/assets/styles/slotted-reset.d.ts.map +0 -1
  474. package/dist/assets/styles/slotted-reset.fixtures.d.ts.map +0 -1
  475. package/dist/assets/styles/slotted-reset.fixtures.js.map +0 -1
  476. package/dist/assets/styles/slotted-reset.js.map +0 -1
@@ -14,26 +14,17 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
14
14
  * AT + browser combos. The trail wraps onto multiple lines when it doesn't
15
15
  * fit, so it adapts to any width.
16
16
  *
17
- * Vanaf vier niveaus klapt het pad standaard in tot
18
- * `Home › … › {bovenliggende pagina} › {huidige pagina}`. De ellipsis is een
19
- * knop die bij activeren de verborgen niveaus op hun plek toont (eenmalig;
20
- * de focus verplaatst naar het eerste onthulde niveau). De verborgen items
21
- * blijven in de DOM, zodat zoekmachines en agents het volledige pad zien.
22
- * Zet `no-collapse` om het pad altijd volledig te tonen.
23
- *
24
17
  * @element nldd-breadcrumbs
25
18
  *
26
19
  * @attr {string} accessible-label - Override the nav's aria-label.
27
20
  * Defaults to the i18n value (NL: "Kruimelpad").
28
- * @attr {boolean} no-collapse - Toon altijd alle niveaus; schakelt het
29
- * inklappen vanaf vier niveaus uit.
30
21
  * @attr {object} translations - Override translation keys; unset keys
31
22
  * fall back to the Dutch default.
32
23
  *
33
24
  * @slot - `nldd-breadcrumbs-item` children.
34
25
  */
35
26
  import { LitElement } from 'lit';
36
- import { customElement, property, state } from 'lit/decorators.js';
27
+ import { customElement, property } from 'lit/decorators.js';
37
28
  import { breadcrumbsStyles, breadcrumbsItemStyles } from './breadcrumbs.styles.js';
38
29
  import { breadcrumbsTemplate, breadcrumbsItemTemplate } from './breadcrumbs.template.js';
39
30
  import { nlddBreadcrumbsTranslations } from './breadcrumbs.i18n.js';
@@ -82,22 +73,6 @@ export class NLDDBreadcrumbsItem extends LitElement {
82
73
  }
83
74
  }
84
75
  }
85
- /**
86
- * Delegates focus to the inner link, so the parent can move focus to a
87
- * revealed item after expanding the collapsed trail. A plain-text or current
88
- * crumb has no inner link; it makes its own host focusable (tabindex="-1")
89
- * and takes focus there instead, so the parent can land focus on any
90
- * revealed item rather than dropping it to <body> (WCAG 2.4.3).
91
- */
92
- focus(options) {
93
- const link = this.shadowRoot?.querySelector('.breadcrumbs__item-link');
94
- if (link) {
95
- link.focus(options);
96
- return;
97
- }
98
- this.tabIndex = -1;
99
- super.focus(options);
100
- }
101
76
  render() {
102
77
  return breadcrumbsItemTemplate(this);
103
78
  }
@@ -125,56 +100,8 @@ let NLDDBreadcrumbs = class NLDDBreadcrumbs extends LitElement {
125
100
  constructor() {
126
101
  super(...arguments);
127
102
  this.accessibleLabel = '';
128
- this.noCollapse = false;
129
103
  this.translations = {};
130
- this._collapsed = false;
131
- /** One-shot: once the user expands the trail it stays expanded. */
132
- this._expanded = false;
133
104
  this._mergedTranslations = { ...nlddBreadcrumbsTranslations };
134
- /** Defers the slotchange-driven sync to a microtask: _syncCollapse moves
135
- * an item between slots, which fires another slotchange — running it
136
- * inline could mutate the DOM while Lit is mid-render. The direct calls
137
- * from updated() and _expand() stay synchronous.
138
- *
139
- * An arrow-function class field (not a method) on purpose: it gives a
140
- * stable per-instance reference so add/removeEventListener pair up. */
141
- this._onSlotChange = () => {
142
- void Promise.resolve().then(() => this._syncCollapse());
143
- };
144
- /**
145
- * Applies the collapsed state to the light-DOM items. While collapsed the
146
- * first item moves to the "first" slot (so the shadow ellipsis can sit
147
- * between it and the tail) and the middle items get a marker attribute
148
- * that hides them via the item's own styles. The consumer's `hidden`
149
- * attribute is deliberately left alone. Re-runs are idempotent, so the
150
- * slotchange this triggers settles immediately.
151
- */
152
- this._syncCollapse = () => {
153
- const items = this._items();
154
- const collapsed = !this.noCollapse && !this._expanded && items.length >= 4;
155
- items.forEach((item, index) => {
156
- if (collapsed && index === 0) {
157
- item.setAttribute('slot', 'first');
158
- }
159
- else if (item.getAttribute('slot') === 'first') {
160
- item.removeAttribute('slot');
161
- }
162
- item.toggleAttribute('data-nldd-collapsed', collapsed && index >= 1 && index <= items.length - 3);
163
- });
164
- this._collapsed = collapsed;
165
- };
166
- /** @internal Expands the trail and moves focus to a revealed item.
167
- * Prefers the first revealed link; falls back to the first revealed item
168
- * so focus is never silently dropped (WCAG 2.4.3). */
169
- this._expand = () => {
170
- const revealed = this._items().filter((item) => item.hasAttribute('data-nldd-collapsed'));
171
- this._expanded = true;
172
- this._syncCollapse();
173
- (revealed.find((item) => item.href && !item.current) ?? revealed[0])?.focus();
174
- };
175
- }
176
- _items() {
177
- return Array.from(this.children).filter((child) => child instanceof NLDDBreadcrumbsItem);
178
105
  }
179
106
  willUpdate(changed) {
180
107
  if (changed.has('translations') || changed.has('accessibleLabel')) {
@@ -187,10 +114,6 @@ let NLDDBreadcrumbs = class NLDDBreadcrumbs extends LitElement {
187
114
  }
188
115
  }
189
116
  }
190
- updated(changed) {
191
- if (changed.has('noCollapse'))
192
- this._syncCollapse();
193
- }
194
117
  _t(key) {
195
118
  // Return '' (not the key) for missing translations so callers can do
196
119
  // `value || nothing` to suppress aria-label / text rather than
@@ -209,15 +132,9 @@ NLDDBreadcrumbs.styles = breadcrumbsStyles;
209
132
  __decorate([
210
133
  property({ type: String, attribute: 'accessible-label' })
211
134
  ], NLDDBreadcrumbs.prototype, "accessibleLabel", void 0);
212
- __decorate([
213
- property({ type: Boolean, reflect: true, attribute: 'no-collapse' })
214
- ], NLDDBreadcrumbs.prototype, "noCollapse", void 0);
215
135
  __decorate([
216
136
  property({ type: Object })
217
137
  ], NLDDBreadcrumbs.prototype, "translations", void 0);
218
- __decorate([
219
- state()
220
- ], NLDDBreadcrumbs.prototype, "_collapsed", void 0);
221
138
  NLDDBreadcrumbs = __decorate([
222
139
  customElement('nldd-breadcrumbs')
223
140
  ], NLDDBreadcrumbs);
@@ -1 +1 @@
1
- {"version":3,"file":"breadcrumbs.js","sourceRoot":"","sources":["../../../../src/components/navigation/breadcrumbs/breadcrumbs.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"breadcrumbs.js","sourceRoot":"","sources":["../../../../src/components/navigation/breadcrumbs/breadcrumbs.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"breadcrumbs.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/breadcrumbs/breadcrumbs.styles.ts"],"names":[],"mappings":"AAmBA,eAAO,MAAM,iBAAiB,yBA6D7B,CAAC;AAEF,eAAO,MAAM,qBAAqB,yBAsDjC,CAAC"}
1
+ {"version":3,"file":"breadcrumbs.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/breadcrumbs/breadcrumbs.styles.ts"],"names":[],"mappings":"AAkBA,eAAO,MAAM,iBAAiB,yBAsB7B,CAAC;AAEF,eAAO,MAAM,qBAAqB,yBAgDjC,CAAC"}
@@ -1,8 +1,7 @@
1
1
  import { css } from 'lit';
2
- import { inheritedTextReset } from '../../../assets/styles/slotted-reset.js';
3
- /* Shared between the parent stylesheet (ellipsis separator) and the item
4
- stylesheet (item separator); both hosts define
5
- --_separator-vertical-offset. */
2
+ import { inheritedTextReset } from '../../../assets/styles/style-resets.js';
3
+ /* The chevron separator rendered after each breadcrumb item; the item host
4
+ defines --_separator-vertical-offset. */
6
5
  const separatorStyles = css `
7
6
  .breadcrumbs__separator {
8
7
  display: inline-flex;
@@ -17,8 +16,9 @@ const separatorStyles = css `
17
16
  `;
18
17
  export const breadcrumbsStyles = css `
19
18
  :host {
20
- --_separator-vertical-offset: 0.05em;
21
-
19
+ box-sizing: border-box;
20
+ }
21
+ :host {
22
22
  ${inheritedTextReset}
23
23
  display: block;
24
24
  }
@@ -36,46 +36,6 @@ export const breadcrumbsStyles = css `
36
36
  flex-wrap: wrap;
37
37
  row-gap: var(--primitives-space-4);
38
38
  }
39
-
40
- .breadcrumbs__ellipsis {
41
- display: inline-flex;
42
- align-items: center;
43
- }
44
-
45
- .breadcrumbs__ellipsis-button {
46
- display: inline-flex;
47
- margin: 0;
48
- border: none;
49
- background: none;
50
- padding: 0;
51
- align-items: center;
52
- color: var(--semantics-links-color);
53
- font: var(--primitives-font-body-md-regular-tight);
54
- appearance: none;
55
- }
56
-
57
- .breadcrumbs__ellipsis-button:hover {
58
- color: var(--semantics-links-is-hovered-color);
59
- }
60
-
61
- .breadcrumbs__ellipsis-button:active {
62
- color: var(--semantics-links-is-active-color);
63
- }
64
-
65
- .breadcrumbs__ellipsis-button:focus-visible {
66
- outline: var(--semantics-focus-ring-outline);
67
- outline-offset: var(--semantics-focus-ring-outline-offset);
68
- border-radius: var(--primitives-corner-radius-xs);
69
- box-shadow: var(--semantics-focus-ring-box-shadow);
70
- }
71
-
72
- @media (forced-colors: active) {
73
- .breadcrumbs__ellipsis-button:focus-visible {
74
- outline: 2px solid CanvasText;
75
- }
76
- }
77
-
78
- ${separatorStyles}
79
39
  `;
80
40
  export const breadcrumbsItemStyles = css `
81
41
  :host {
@@ -93,12 +53,6 @@ export const breadcrumbsItemStyles = css `
93
53
  display: none;
94
54
  }
95
55
 
96
- /* Applied by the parent nldd-breadcrumbs while the trail is collapsed;
97
- intentionally separate from the consumer-owned hidden attribute. */
98
- :host([data-nldd-collapsed]) {
99
- display: none;
100
- }
101
-
102
56
  .breadcrumbs__item {
103
57
  display: inline-flex;
104
58
  align-items: center;
@@ -1 +1 @@
1
- {"version":3,"file":"breadcrumbs.styles.js","sourceRoot":"","sources":["../../../../src/components/navigation/breadcrumbs/breadcrumbs.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAC1B,OAAO,EAAE,kBAAkB,EAAE,MAAM,yCAAyC,CAAC;AAE7E;;mCAEmC;AACnC,MAAM,eAAe,GAAG,GAAG,CAAA;;;;;;;;;;;CAW1B,CAAC;AAEF,MAAM,CAAC,MAAM,iBAAiB,GAAG,GAAG,CAAA;;;;IAIhC,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAwDnB,eAAe;CACjB,CAAC;AAEF,MAAM,CAAC,MAAM,qBAAqB,GAAG,GAAG,CAAA;;;;;;;IAOpC,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA0CnB,eAAe;;;;;CAKjB,CAAC"}
1
+ {"version":3,"file":"breadcrumbs.styles.js","sourceRoot":"","sources":["../../../../src/components/navigation/breadcrumbs/breadcrumbs.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAC1B,OAAO,EAAE,kBAAkB,EAAE,MAAM,wCAAwC,CAAC;AAE5E;2CAC2C;AAC3C,MAAM,eAAe,GAAG,GAAG,CAAA;;;;;;;;;;;CAW1B,CAAC;AAEF,MAAM,CAAC,MAAM,iBAAiB,GAAG,GAAG,CAAA;;;;;IAKhC,kBAAkB;;;;;;;;;;;;;;;;;CAiBrB,CAAC;AAEF,MAAM,CAAC,MAAM,qBAAqB,GAAG,GAAG,CAAA;;;;;;;IAOpC,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoCnB,eAAe;;;;;CAKjB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"breadcrumbs.template.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/breadcrumbs/breadcrumbs.template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAiB,KAAK,cAAc,EAAE,MAAM,KAAK,CAAC;AACzD,OAAO,KAAK,EAAE,eAAe,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAC7E,OAAO,4BAA4B,CAAC;AAEpC,wBAAgB,mBAAmB,CAAC,SAAS,EAAE,eAAe,GAAG,cAAc,CA8B9E;AAED,wBAAgB,uBAAuB,CAAC,SAAS,EAAE,mBAAmB,GAAG,cAAc,CAuBtF"}
1
+ {"version":3,"file":"breadcrumbs.template.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/breadcrumbs/breadcrumbs.template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAiB,KAAK,cAAc,EAAE,MAAM,KAAK,CAAC;AACzD,OAAO,KAAK,EAAE,eAAe,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAC7E,OAAO,4BAA4B,CAAC;AAEpC,wBAAgB,mBAAmB,CAAC,SAAS,EAAE,eAAe,GAAG,cAAc,CAc9E;AAED,wBAAgB,uBAAuB,CAAC,SAAS,EAAE,mBAAmB,GAAG,cAAc,CAuBtF"}
@@ -9,23 +9,7 @@ export function breadcrumbsTemplate(component) {
9
9
  <div class="breadcrumbs__items"
10
10
  role="list"
11
11
  >
12
- <slot name="first"
13
- @slotchange=${component._onSlotChange}
14
- ></slot>
15
- ${component._collapsed ? html `
16
- <span class="breadcrumbs__ellipsis"
17
- role="listitem"
18
- >
19
- <button class="breadcrumbs__ellipsis-button"
20
- aria-label=${component._t('components.breadcrumbs.show-all-levels') || nothing}
21
- @click=${component._expand}
22
- >&hellip;</button>
23
- <span class="breadcrumbs__separator"
24
- aria-hidden="true"
25
- ><nldd-icon name="chevron-right-small"></nldd-icon></span>
26
- </span>
27
- ` : nothing}
28
- <slot @slotchange=${component._onSlotChange}></slot>
12
+ <slot></slot>
29
13
  </div>
30
14
  </nav>
31
15
  `;
@@ -1 +1 @@
1
- {"version":3,"file":"breadcrumbs.template.js","sourceRoot":"","sources":["../../../../src/components/navigation/breadcrumbs/breadcrumbs.template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,OAAO,EAAuB,MAAM,KAAK,CAAC;AAEzD,OAAO,4BAA4B,CAAC;AAEpC,MAAM,UAAU,mBAAmB,CAAC,SAA0B;IAC7D,MAAM,KAAK,GAAG,SAAS,CAAC,EAAE,CAAC,yCAAyC,CAAC,CAAC;IAEtE,OAAO,IAAI,CAAA;;gBAEI,KAAK,IAAI,OAAO;;;;;;mBAMb,SAAS,CAAC,aAAa;;MAEpC,SAAS,CAAC,UAAU,CAAC,CAAC,CAAC,IAAI,CAAA;;;;;oBAKb,SAAS,CAAC,EAAE,CAAC,wCAAwC,CAAC,IAAI,OAAO;gBACrE,SAAS,CAAC,OAAO;;;;;;KAM5B,CAAC,CAAC,CAAC,OAAO;wBACS,SAAS,CAAC,aAAa;;;EAG7C,CAAC;AACH,CAAC;AAED,MAAM,UAAU,uBAAuB,CAAC,SAA8B;IACrE,qEAAqE;IACrE,oEAAoE;IACpE,8DAA8D;IAC9D,MAAM,KAAK,GAAG,SAAS,CAAC,IAAI,IAAI,IAAI,CAAA,eAAe,CAAC;IACpD,MAAM,SAAS,GAAG,IAAI,CAAA;;4DAEqC,CAAC;IAC5D,IAAI,CAAC,SAAS,CAAC,OAAO,IAAI,SAAS,CAAC,IAAI,EAAE,CAAC;QAC1C,OAAO,IAAI,CAAA;;;YAGD,SAAS,CAAC,IAAI;OACnB,KAAK;YACA,SAAS;GAClB,CAAC;IACH,CAAC;IACD,0EAA0E;IAC1E,2EAA2E;IAC3E,4CAA4C;IAC5C,OAAO,IAAI,CAAA;iBACK,SAAS,CAAC,OAAO,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,OAAO;IACjD,KAAK,UAAU,SAAS,EAAE,CAAC;AAC/B,CAAC"}
1
+ {"version":3,"file":"breadcrumbs.template.js","sourceRoot":"","sources":["../../../../src/components/navigation/breadcrumbs/breadcrumbs.template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,OAAO,EAAuB,MAAM,KAAK,CAAC;AAEzD,OAAO,4BAA4B,CAAC;AAEpC,MAAM,UAAU,mBAAmB,CAAC,SAA0B;IAC7D,MAAM,KAAK,GAAG,SAAS,CAAC,EAAE,CAAC,yCAAyC,CAAC,CAAC;IAEtE,OAAO,IAAI,CAAA;;gBAEI,KAAK,IAAI,OAAO;;;;;;;;EAQ9B,CAAC;AACH,CAAC;AAED,MAAM,UAAU,uBAAuB,CAAC,SAA8B;IACrE,qEAAqE;IACrE,oEAAoE;IACpE,8DAA8D;IAC9D,MAAM,KAAK,GAAG,SAAS,CAAC,IAAI,IAAI,IAAI,CAAA,eAAe,CAAC;IACpD,MAAM,SAAS,GAAG,IAAI,CAAA;;4DAEqC,CAAC;IAC5D,IAAI,CAAC,SAAS,CAAC,OAAO,IAAI,SAAS,CAAC,IAAI,EAAE,CAAC;QAC1C,OAAO,IAAI,CAAA;;;YAGD,SAAS,CAAC,IAAI;OACnB,KAAK;YACA,SAAS;GAClB,CAAC;IACH,CAAC;IACD,0EAA0E;IAC1E,2EAA2E;IAC3E,4CAA4C;IAC5C,OAAO,IAAI,CAAA;iBACK,SAAS,CAAC,OAAO,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,OAAO;IACjD,KAAK,UAAU,SAAS,EAAE,CAAC;AAC/B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"document-tab-bar.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/document-tab-bar/document-tab-bar.styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,oBAAoB,yBAiNhC,CAAC;AAEF,eAAO,MAAM,wBAAwB,yBA0OpC,CAAC"}
1
+ {"version":3,"file":"document-tab-bar.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/document-tab-bar/document-tab-bar.styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,oBAAoB,yBAqNhC,CAAC;AAEF,eAAO,MAAM,wBAAwB,yBA0OpC,CAAC"}
@@ -1,6 +1,9 @@
1
1
  import { css } from 'lit';
2
- import { inheritedTextReset } from '../../../assets/styles/slotted-reset.js';
2
+ import { inheritedTextReset } from '../../../assets/styles/style-resets.js';
3
3
  export const documentTabBarStyles = css `
4
+ :host {
5
+ box-sizing: border-box;
6
+ }
4
7
 
5
8
 
6
9
  /* # Host */
@@ -23,6 +26,7 @@ export const documentTabBarStyles = css `
23
26
  ${inheritedTextReset}
24
27
  display: block;
25
28
  position: relative;
29
+ width: 100%;
26
30
  isolation: isolate;
27
31
  user-select: none;
28
32
  -webkit-tap-highlight-color: transparent;
@@ -1 +1 @@
1
- {"version":3,"file":"document-tab-bar.styles.js","sourceRoot":"","sources":["../../../../src/components/navigation/document-tab-bar/document-tab-bar.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAC1B,OAAO,EAAE,kBAAkB,EAAE,MAAM,yCAAyC,CAAC;AAE7E,MAAM,CAAC,MAAM,oBAAoB,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;IAoBnC,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6LrB,CAAC;AAEF,MAAM,CAAC,MAAM,wBAAwB,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;IAevC,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2NrB,CAAC"}
1
+ {"version":3,"file":"document-tab-bar.styles.js","sourceRoot":"","sources":["../../../../src/components/navigation/document-tab-bar/document-tab-bar.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAC1B,OAAO,EAAE,kBAAkB,EAAE,MAAM,wCAAwC,CAAC;AAE5E,MAAM,CAAC,MAAM,oBAAoB,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;IAuBnC,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8LrB,CAAC;AAEF,MAAM,CAAC,MAAM,wBAAwB,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;IAevC,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2NrB,CAAC"}
@@ -18,7 +18,7 @@
18
18
  *
19
19
  * @element nldd-link
20
20
  * @attr {string} href - Link doel
21
- * @attr {string} target - Link target (bijv. '_blank'); stelt rel automatisch bij
21
+ * @attr {string} target - Link target (bijv. '_blank'); stelt rel automatisch bij. Bij '_blank' voegt de link een visueel verborgen "Opent in nieuw tabblad"-melding toe voor screenreaders (WCAG 2.1 SC 3.2.2).
22
22
  * @attr {string} rel - Link rel attribuut; standaard 'noopener noreferrer' bij target='_blank'
23
23
  * @attr {string} size - Tekstgrootte: 'xs' | 'sm' | 'md' | 'lg' | 'inherit'. Leeg = inherit.
24
24
  * @attr {string} text - Link tekst (alternatief voor default slot)
@@ -26,6 +26,7 @@
26
26
  * @attr {string} end-icon - Icoon na de tekst
27
27
  * @attr {string} accessible-label - Toegankelijk label voor screen readers
28
28
  * @attr {boolean} disabled - Uitgeschakelde staat
29
+ * @attr {object} translations - Overschrijf vertaalsleutels (bijv. de "Opent in nieuw tabblad"-melding); niet-gezette sleutels vallen terug op Nederlands.
29
30
  *
30
31
  * @slot - Link tekst (alternatief voor text attribuut)
31
32
  * @slot start-icon - Custom icoon voor de tekst
@@ -34,7 +35,13 @@
34
35
  import { LitElement } from 'lit';
35
36
  import './../../content/icon/icon.js';
36
37
  type Size = 'xs' | 'sm' | 'md' | 'lg' | 'inherit';
37
- export declare class NLDDLink extends LitElement {
38
+ declare const NLDDLink_base: (abstract new (...args: any[]) => LitElement & {
39
+ translations: Partial<{
40
+ 'components.link.opens-in-new-tab-text': string;
41
+ }>;
42
+ _t(key: "components.link.opens-in-new-tab-text", vars?: Record<string, string | number>): string;
43
+ }) & typeof LitElement;
44
+ export declare class NLDDLink extends NLDDLink_base {
38
45
  static styles: import("lit").CSSResult;
39
46
  href: string | undefined;
40
47
  target: string | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"link.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/link/link.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgCG;AAEH,OAAO,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AAIjC,OAAO,8BAA8B,CAAC;AAEtC,KAAK,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,SAAS,CAAC;AAElD,qBACa,QAAS,SAAQ,UAAU;IACvC,OAAgB,MAAM,0BAAc;IAGpC,IAAI,EAAE,MAAM,GAAG,SAAS,CAAa;IAGrC,MAAM,EAAE,MAAM,GAAG,SAAS,CAAa;IAGvC,GAAG,EAAE,MAAM,GAAG,SAAS,CAAa;IAGpC,IAAI,CAAC,EAAE,IAAI,CAAC;IAGZ,IAAI,SAAM;IAGV,SAAS,SAAM;IAGf,OAAO,SAAM;IAGb,eAAe,SAAM;IAGrB,QAAQ,UAAS;IAEjB,OAAO,CAAC,YAAY;IAOpB,gBAAgB;IAChB,YAAY,IAAI,MAAM;IASb,MAAM;CAKf;AAED,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,qBAAqB;QAC9B,WAAW,EAAE,QAAQ,CAAC;KACtB;CACD"}
1
+ {"version":3,"file":"link.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/link/link.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiCG;AAEH,OAAO,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AAMjC,OAAO,8BAA8B,CAAC;AAEtC,KAAK,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,SAAS,CAAC;;;;;;;AAElD,qBACa,QAAS,SAAQ,aAAkD;IAC/E,OAAgB,MAAM,0BAAc;IAGpC,IAAI,EAAE,MAAM,GAAG,SAAS,CAAa;IAGrC,MAAM,EAAE,MAAM,GAAG,SAAS,CAAa;IAGvC,GAAG,EAAE,MAAM,GAAG,SAAS,CAAa;IAGpC,IAAI,CAAC,EAAE,IAAI,CAAC;IAGZ,IAAI,SAAM;IAGV,SAAS,SAAM;IAGf,OAAO,SAAM;IAGb,eAAe,SAAM;IAGrB,QAAQ,UAAS;IAEjB,OAAO,CAAC,YAAY;IAOpB,gBAAgB;IAChB,YAAY,IAAI,MAAM;IASb,MAAM;CAKf;AAED,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,qBAAqB;QAC9B,WAAW,EAAE,QAAQ,CAAC;KACtB;CACD"}
@@ -0,0 +1,5 @@
1
+ export declare const nlddLinkTranslations: {
2
+ 'components.link.opens-in-new-tab-text': string;
3
+ };
4
+ export type NLDDLinkTranslations = typeof nlddLinkTranslations;
5
+ //# sourceMappingURL=link.i18n.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"link.i18n.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/link/link.i18n.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,oBAAoB;;CAEhC,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG,OAAO,oBAAoB,CAAC"}
@@ -0,0 +1,4 @@
1
+ export const nlddLinkTranslations = {
2
+ 'components.link.opens-in-new-tab-text': 'Opent in nieuw tabblad',
3
+ };
4
+ //# sourceMappingURL=link.i18n.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"link.i18n.js","sourceRoot":"","sources":["../../../../src/components/navigation/link/link.i18n.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,oBAAoB,GAAG;IACnC,uCAAuC,EAAE,wBAAwB;CACjE,CAAC"}
@@ -18,7 +18,7 @@
18
18
  *
19
19
  * @element nldd-link
20
20
  * @attr {string} href - Link doel
21
- * @attr {string} target - Link target (bijv. '_blank'); stelt rel automatisch bij
21
+ * @attr {string} target - Link target (bijv. '_blank'); stelt rel automatisch bij. Bij '_blank' voegt de link een visueel verborgen "Opent in nieuw tabblad"-melding toe voor screenreaders (WCAG 2.1 SC 3.2.2).
22
22
  * @attr {string} rel - Link rel attribuut; standaard 'noopener noreferrer' bij target='_blank'
23
23
  * @attr {string} size - Tekstgrootte: 'xs' | 'sm' | 'md' | 'lg' | 'inherit'. Leeg = inherit.
24
24
  * @attr {string} text - Link tekst (alternatief voor default slot)
@@ -26,6 +26,7 @@
26
26
  * @attr {string} end-icon - Icoon na de tekst
27
27
  * @attr {string} accessible-label - Toegankelijk label voor screen readers
28
28
  * @attr {boolean} disabled - Uitgeschakelde staat
29
+ * @attr {object} translations - Overschrijf vertaalsleutels (bijv. de "Opent in nieuw tabblad"-melding); niet-gezette sleutels vallen terug op Nederlands.
29
30
  *
30
31
  * @slot - Link tekst (alternatief voor text attribuut)
31
32
  * @slot start-icon - Custom icoon voor de tekst
@@ -41,8 +42,10 @@ import { LitElement } from 'lit';
41
42
  import { customElement, property } from 'lit/decorators.js';
42
43
  import { linkStyles } from './link.styles.js';
43
44
  import { template } from './link.template.js';
45
+ import { withTranslations } from '../../../utilities/with-translations.js';
46
+ import { nlddLinkTranslations } from './link.i18n.js';
44
47
  import './../../content/icon/icon.js';
45
- let NLDDLink = class NLDDLink extends LitElement {
48
+ let NLDDLink = class NLDDLink extends withTranslations(LitElement, nlddLinkTranslations) {
46
49
  constructor() {
47
50
  super(...arguments);
48
51
  this.href = undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"link.js","sourceRoot":"","sources":["../../../../src/components/navigation/link/link.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgCG;;;;;;;AAEH,OAAO,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AACjC,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAC5D,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAC9C,OAAO,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AAC9C,OAAO,8BAA8B,CAAC;AAK/B,IAAM,QAAQ,GAAd,MAAM,QAAS,SAAQ,UAAU;IAAjC;;QAIN,SAAI,GAAuB,SAAS,CAAC;QAGrC,WAAM,GAAuB,SAAS,CAAC;QAGvC,QAAG,GAAuB,SAAS,CAAC;QAMpC,SAAI,GAAG,EAAE,CAAC;QAGV,cAAS,GAAG,EAAE,CAAC;QAGf,YAAO,GAAG,EAAE,CAAC;QAGb,oBAAe,GAAG,EAAE,CAAC;QAGrB,aAAQ,GAAG,KAAK,CAAC;IAwBlB,CAAC;IAtBQ,YAAY,CAAC,CAAa;QACjC,IAAI,IAAI,CAAC,QAAQ,EAAE,CAAC;YACnB,CAAC,CAAC,cAAc,EAAE,CAAC;YACnB,CAAC,CAAC,eAAe,EAAE,CAAC;QACrB,CAAC;IACF,CAAC;IAED,gBAAgB;IAChB,YAAY;QACX,MAAM,IAAI,GAAG,IAAI,CAAC,GAAG,IAAI,EAAE,CAAC;QAC5B,IAAI,IAAI,CAAC,MAAM,KAAK,QAAQ;YAAE,OAAO,IAAI,CAAC;QAC1C,MAAM,KAAK,GAAG,IAAI,GAAG,CAAC,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC,CAAC;QACzD,KAAK,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC;QACtB,KAAK,CAAC,GAAG,CAAC,YAAY,CAAC,CAAC;QACxB,OAAO,CAAC,GAAG,KAAK,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;IAC7B,CAAC;IAEQ,MAAM;QACd,OAAO,QAAQ,CAAC,IAAI,CAAC,IAAI,EAAE;YAC1B,WAAW,EAAE,IAAI,CAAC,YAAY,CAAC,IAAI,CAAC,IAAI,CAAC;SACzC,CAAC,CAAC;IACJ,CAAC;;AAlDe,eAAM,GAAG,UAAU,AAAb,CAAc;AAGpC;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;sCACL;AAGrC;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC;wCACY;AAGvC;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC;qCACS;AAGpC;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;sCAC9B;AAGZ;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC;sCACjB;AAGV;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,SAAS,EAAE,YAAY,EAAE,CAAC;2CACrC;AAGf;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,SAAS,EAAE,UAAU,EAAE,CAAC;yCACrC;AAGb;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,SAAS,EAAE,kBAAkB,EAAE,CAAC;iDACrC;AAGrB;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;0CAC1B;AA5BL,QAAQ;IADpB,aAAa,CAAC,WAAW,CAAC;GACd,QAAQ,CAoDpB"}
1
+ {"version":3,"file":"link.js","sourceRoot":"","sources":["../../../../src/components/navigation/link/link.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"link.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/link/link.styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,UAAU,yBA4ItB,CAAC"}
1
+ {"version":3,"file":"link.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/link/link.styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,UAAU,yBA6JtB,CAAC"}
@@ -1,6 +1,9 @@
1
1
  import { css } from 'lit';
2
- import { inheritedTextReset } from '../../../assets/styles/slotted-reset.js';
2
+ import { inheritedTextReset } from '../../../assets/styles/style-resets.js';
3
3
  export const linkStyles = css `
4
+ :host {
5
+ box-sizing: border-box;
6
+ }
4
7
 
5
8
 
6
9
  /* # Host */
@@ -140,5 +143,19 @@ export const linkStyles = css `
140
143
  :host([size="inherit"]) .link__end-icon {
141
144
  top: 0.2em;
142
145
  }
146
+
147
+ /* Visually-hidden "opens in new tab" announcement (target="_blank"); part of
148
+ the link's accessible name but never shown. Standard visually-hidden recipe. */
149
+ .link__opens-in-new-tab-hint {
150
+ position: absolute;
151
+ margin: -1px;
152
+ border: 0;
153
+ width: 1px;
154
+ height: 1px;
155
+ overflow: hidden;
156
+ padding: 0;
157
+ white-space: nowrap;
158
+ clip-path: inset(50%);
159
+ }
143
160
  `;
144
161
  //# sourceMappingURL=link.styles.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"link.styles.js","sourceRoot":"","sources":["../../../../src/components/navigation/link/link.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAC1B,OAAO,EAAE,kBAAkB,EAAE,MAAM,yCAAyC,CAAC;AAE7E,MAAM,CAAC,MAAM,UAAU,GAAG,GAAG,CAAA;;;;;;;;;;IAUzB,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkIrB,CAAC"}
1
+ {"version":3,"file":"link.styles.js","sourceRoot":"","sources":["../../../../src/components/navigation/link/link.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAC1B,OAAO,EAAE,kBAAkB,EAAE,MAAM,wCAAwC,CAAC;AAE5E,MAAM,CAAC,MAAM,UAAU,GAAG,GAAG,CAAA;;;;;;;;;;;;;IAazB,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgJrB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"link.template.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/link/link.template.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAE1C,UAAU,eAAe;IACxB,WAAW,EAAE,CAAC,CAAC,EAAE,UAAU,KAAK,IAAI,CAAC;CACrC;AAED,wBAAgB,QAAQ,CAAC,IAAI,EAAE,QAAQ,EAAE,OAAO,EAAE,eAAe,wCA0BhE"}
1
+ {"version":3,"file":"link.template.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/link/link.template.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAE1C,UAAU,eAAe;IACxB,WAAW,EAAE,CAAC,CAAC,EAAE,UAAU,KAAK,IAAI,CAAC;CACrC;AAED,wBAAgB,QAAQ,CAAC,IAAI,EAAE,QAAQ,EAAE,OAAO,EAAE,eAAe,wCAuChE"}
@@ -1,6 +1,18 @@
1
1
  import { html, nothing } from 'lit';
2
2
  export function template(helpers) {
3
3
  const resolvedRel = this._resolvedRel();
4
+ // A new-tab link is a change of context, so announce it (WCAG 2.1 SC 3.2.2).
5
+ // Suppressed when disabled (the <a> carries no href, so it doesn't navigate).
6
+ const opensInNewTabHint = !this.disabled && this.href && this.target === '_blank'
7
+ ? this._t('components.link.opens-in-new-tab-text')
8
+ : '';
9
+ // aria-label wins the accessible-name cascade, so when one is set the hint
10
+ // must live inside it; otherwise the name is content-derived (text or slot)
11
+ // and the visually-hidden span below appends the hint to it.
12
+ const ariaLabel = this.accessibleLabel
13
+ ? [this.accessibleLabel, opensInNewTabHint].filter(Boolean).join(', ')
14
+ : nothing;
15
+ const renderOpensInNewTabHint = !!opensInNewTabHint && !this.accessibleLabel;
4
16
  // Icons render in both modes:
5
17
  // - sized mode: inline-flex container + gap controls spacing
6
18
  // - inherit mode: inline container, the whitespace text node between
@@ -13,7 +25,7 @@ export function template(helpers) {
13
25
  target=${this.disabled ? nothing : (this.target || nothing)}
14
26
  rel=${this.disabled ? nothing : (resolvedRel || nothing)}
15
27
  aria-disabled=${this.disabled ? 'true' : nothing}
16
- aria-label=${this.accessibleLabel || nothing}
28
+ aria-label=${ariaLabel}
17
29
  @click=${helpers.handleClick}
18
30
  >
19
31
  ${this.startIcon ? html `
@@ -23,6 +35,7 @@ export function template(helpers) {
23
35
  ${this.endIcon ? html `
24
36
  <span class="link__end-icon"><nldd-icon name=${this.endIcon}></nldd-icon></span>
25
37
  ` : html `<slot name="end-icon"></slot>`}
38
+ ${renderOpensInNewTabHint ? html `<span class="link__opens-in-new-tab-hint">${opensInNewTabHint}</span>` : nothing}
26
39
  </a>
27
40
  `;
28
41
  }
@@ -1 +1 @@
1
- {"version":3,"file":"link.template.js","sourceRoot":"","sources":["../../../../src/components/navigation/link/link.template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,KAAK,CAAC;AAOpC,MAAM,UAAU,QAAQ,CAAiB,OAAwB;IAChE,MAAM,WAAW,GAAG,IAAI,CAAC,YAAY,EAAE,CAAC;IACxC,8BAA8B;IAC9B,6DAA6D;IAC7D,qEAAqE;IACrE,uEAAuE;IACvE,OAAO,IAAI,CAAA;;UAEF,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,IAAI,OAAO,CAAC;UAChD,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,OAAO;cAC5B,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,OAAO;YAC/B,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,IAAI,OAAO,CAAC;SACrD,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,WAAW,IAAI,OAAO,CAAC;mBACxC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,OAAO;gBACnC,IAAI,CAAC,eAAe,IAAI,OAAO;YACnC,OAAO,CAAC,WAAW;;KAE1B,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAA;qDAC2B,IAAI,CAAC,SAAS;IAC/D,CAAC,CAAC,CAAC,IAAI,CAAA,iCAAiC;+BACb,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAA,eAAe;KACrE,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,IAAI,CAAA;mDAC2B,IAAI,CAAC,OAAO;IAC3D,CAAC,CAAC,CAAC,IAAI,CAAA,+BAA+B;;EAExC,CAAC;AACH,CAAC"}
1
+ {"version":3,"file":"link.template.js","sourceRoot":"","sources":["../../../../src/components/navigation/link/link.template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,KAAK,CAAC;AAOpC,MAAM,UAAU,QAAQ,CAAiB,OAAwB;IAChE,MAAM,WAAW,GAAG,IAAI,CAAC,YAAY,EAAE,CAAC;IACxC,6EAA6E;IAC7E,8EAA8E;IAC9E,MAAM,iBAAiB,GAAG,CAAC,IAAI,CAAC,QAAQ,IAAI,IAAI,CAAC,IAAI,IAAI,IAAI,CAAC,MAAM,KAAK,QAAQ;QAChF,CAAC,CAAC,IAAI,CAAC,EAAE,CAAC,uCAAuC,CAAC;QAClD,CAAC,CAAC,EAAE,CAAC;IACN,2EAA2E;IAC3E,4EAA4E;IAC5E,6DAA6D;IAC7D,MAAM,SAAS,GAAG,IAAI,CAAC,eAAe;QACrC,CAAC,CAAC,CAAC,IAAI,CAAC,eAAe,EAAE,iBAAiB,CAAC,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC;QACtE,CAAC,CAAC,OAAO,CAAC;IACX,MAAM,uBAAuB,GAAG,CAAC,CAAC,iBAAiB,IAAI,CAAC,IAAI,CAAC,eAAe,CAAC;IAC7E,8BAA8B;IAC9B,6DAA6D;IAC7D,qEAAqE;IACrE,uEAAuE;IACvE,OAAO,IAAI,CAAA;;UAEF,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,IAAI,OAAO,CAAC;UAChD,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,OAAO;cAC5B,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,OAAO;YAC/B,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,IAAI,OAAO,CAAC;SACrD,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,WAAW,IAAI,OAAO,CAAC;mBACxC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,OAAO;gBACnC,SAAS;YACb,OAAO,CAAC,WAAW;;KAE1B,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAA;qDAC2B,IAAI,CAAC,SAAS;IAC/D,CAAC,CAAC,CAAC,IAAI,CAAA,iCAAiC;+BACb,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAA,eAAe;KACrE,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,IAAI,CAAA;mDAC2B,IAAI,CAAC,OAAO;IAC3D,CAAC,CAAC,CAAC,IAAI,CAAA,+BAA+B;KACrC,uBAAuB,CAAC,CAAC,CAAC,IAAI,CAAA,6CAA6C,iBAAiB,SAAS,CAAC,CAAC,CAAC,OAAO;;EAElH,CAAC;AACH,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"menu-bar.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/menu-bar/menu-bar.styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,aAAa,yBAqCzB,CAAC"}
1
+ {"version":3,"file":"menu-bar.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/menu-bar/menu-bar.styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,aAAa,yBAwCzB,CAAC"}
@@ -1,6 +1,9 @@
1
1
  import { css } from 'lit';
2
- import { inheritedTextReset } from '../../../assets/styles/slotted-reset.js';
2
+ import { inheritedTextReset } from '../../../assets/styles/style-resets.js';
3
3
  export const menuBarStyles = css `
4
+ :host {
5
+ box-sizing: border-box;
6
+ }
4
7
 
5
8
 
6
9
  /* # Host */
@@ -1 +1 @@
1
- {"version":3,"file":"menu-bar.styles.js","sourceRoot":"","sources":["../../../../src/components/navigation/menu-bar/menu-bar.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAC1B,OAAO,EAAE,kBAAkB,EAAE,MAAM,yCAAyC,CAAC;AAE7E,MAAM,CAAC,MAAM,aAAa,GAAG,GAAG,CAAA;;;;;;IAM5B,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+BrB,CAAC"}
1
+ {"version":3,"file":"menu-bar.styles.js","sourceRoot":"","sources":["../../../../src/components/navigation/menu-bar/menu-bar.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAC1B,OAAO,EAAE,kBAAkB,EAAE,MAAM,wCAAwC,CAAC;AAE5E,MAAM,CAAC,MAAM,aAAa,GAAG,GAAG,CAAA;;;;;;;;;IAS5B,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+BrB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"menu-bar-item.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/menu-bar-item/menu-bar-item.styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,iBAAiB,yBAkL7B,CAAC"}
1
+ {"version":3,"file":"menu-bar-item.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/menu-bar-item/menu-bar-item.styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,iBAAiB,yBAqL7B,CAAC"}
@@ -1,6 +1,9 @@
1
1
  import { css } from 'lit';
2
- import { inheritedTextReset } from '../../../assets/styles/slotted-reset.js';
2
+ import { inheritedTextReset } from '../../../assets/styles/style-resets.js';
3
3
  export const menuBarItemStyles = css `
4
+ :host {
5
+ box-sizing: border-box;
6
+ }
4
7
 
5
8
 
6
9
  /* # Host */
@@ -1 +1 @@
1
- {"version":3,"file":"menu-bar-item.styles.js","sourceRoot":"","sources":["../../../../src/components/navigation/menu-bar-item/menu-bar-item.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAC1B,OAAO,EAAE,kBAAkB,EAAE,MAAM,yCAAyC,CAAC;AAE7E,MAAM,CAAC,MAAM,iBAAiB,GAAG,GAAG,CAAA;;;;;;;;;;IAUhC,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwKrB,CAAC"}
1
+ {"version":3,"file":"menu-bar-item.styles.js","sourceRoot":"","sources":["../../../../src/components/navigation/menu-bar-item/menu-bar-item.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAC1B,OAAO,EAAE,kBAAkB,EAAE,MAAM,wCAAwC,CAAC;AAE5E,MAAM,CAAC,MAAM,iBAAiB,GAAG,GAAG,CAAA;;;;;;;;;;;;;IAahC,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwKrB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"pagination.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/pagination/pagination.styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,gBAAgB,yBA4R5B,CAAC"}
1
+ {"version":3,"file":"pagination.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/pagination/pagination.styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,gBAAgB,yBA+R5B,CAAC"}
@@ -1,6 +1,9 @@
1
1
  import { css } from 'lit';
2
- import { inheritedTextReset } from '../../../assets/styles/slotted-reset.js';
2
+ import { inheritedTextReset } from '../../../assets/styles/style-resets.js';
3
3
  export const paginationStyles = css `
4
+ :host {
5
+ box-sizing: border-box;
6
+ }
4
7
 
5
8
 
6
9
  /* # Host */
@@ -1 +1 @@
1
- {"version":3,"file":"pagination.styles.js","sourceRoot":"","sources":["../../../../src/components/navigation/pagination/pagination.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAC1B,OAAO,EAAE,kBAAkB,EAAE,MAAM,yCAAyC,CAAC;AAE7E,MAAM,CAAC,MAAM,gBAAgB,GAAG,GAAG,CAAA;;;;;;;;;IAS/B,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmRrB,CAAC"}
1
+ {"version":3,"file":"pagination.styles.js","sourceRoot":"","sources":["../../../../src/components/navigation/pagination/pagination.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAC1B,OAAO,EAAE,kBAAkB,EAAE,MAAM,wCAAwC,CAAC;AAE5E,MAAM,CAAC,MAAM,gBAAgB,GAAG,GAAG,CAAA;;;;;;;;;;;;IAY/B,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmRrB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"skip-link.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/skip-link/skip-link.styles.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,cAAc,yBAkE1B,CAAC"}
1
+ {"version":3,"file":"skip-link.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/skip-link/skip-link.styles.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,cAAc,yBAqE1B,CAAC"}
@@ -1,6 +1,9 @@
1
1
  import { css } from 'lit';
2
- import { inheritedTextReset } from '../../../assets/styles/slotted-reset.js';
2
+ import { inheritedTextReset } from '../../../assets/styles/style-resets.js';
3
3
  export const skipLinkStyles = css `
4
+ :host {
5
+ box-sizing: border-box;
6
+ }
4
7
 
5
8
 
6
9
  /* # Host */
@@ -1 +1 @@
1
- {"version":3,"file":"skip-link.styles.js","sourceRoot":"","sources":["../../../../src/components/navigation/skip-link/skip-link.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAC1B,OAAO,EAAE,kBAAkB,EAAE,MAAM,yCAAyC,CAAC;AAG7E,MAAM,CAAC,MAAM,cAAc,GAAG,GAAG,CAAA;;;;;;;;;;;IAW7B,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuDrB,CAAC"}
1
+ {"version":3,"file":"skip-link.styles.js","sourceRoot":"","sources":["../../../../src/components/navigation/skip-link/skip-link.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAC1B,OAAO,EAAE,kBAAkB,EAAE,MAAM,wCAAwC,CAAC;AAG5E,MAAM,CAAC,MAAM,cAAc,GAAG,GAAG,CAAA;;;;;;;;;;;;;;IAc7B,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuDrB,CAAC"}