@nldd/design-system 0.8.56 → 0.8.58

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 (348) hide show
  1. package/dist/components/actions/button/button.d.ts +13 -4
  2. package/dist/components/actions/button/button.d.ts.map +1 -1
  3. package/dist/components/actions/button/button.js +23 -3
  4. package/dist/components/actions/button/button.js.map +1 -1
  5. package/dist/components/actions/button/button.styles.d.ts.map +1 -1
  6. package/dist/components/actions/button/button.styles.js +352 -87
  7. package/dist/components/actions/button/button.styles.js.map +1 -1
  8. package/dist/components/actions/button/button.template.d.ts.map +1 -1
  9. package/dist/components/actions/button/button.template.js +33 -17
  10. package/dist/components/actions/button/button.template.js.map +1 -1
  11. package/dist/components/actions/button-bar/button-bar.d.ts +2 -2
  12. package/dist/components/actions/button-bar/button-bar.d.ts.map +1 -1
  13. package/dist/components/actions/button-bar/button-bar.js +3 -1
  14. package/dist/components/actions/button-bar/button-bar.js.map +1 -1
  15. package/dist/components/actions/button-bar/button-bar.styles.d.ts.map +1 -1
  16. package/dist/components/actions/button-bar/button-bar.styles.js +28 -4
  17. package/dist/components/actions/button-bar/button-bar.styles.js.map +1 -1
  18. package/dist/components/actions/button-bar/button-bar.template.d.ts.map +1 -1
  19. package/dist/components/actions/button-bar/button-bar.template.js +4 -1
  20. package/dist/components/actions/button-bar/button-bar.template.js.map +1 -1
  21. package/dist/components/actions/button-group/button-group.styles.d.ts.map +1 -1
  22. package/dist/components/actions/button-group/button-group.styles.js +4 -2
  23. package/dist/components/actions/button-group/button-group.styles.js.map +1 -1
  24. package/dist/components/actions/icon-button/icon-button.d.ts +15 -5
  25. package/dist/components/actions/icon-button/icon-button.d.ts.map +1 -1
  26. package/dist/components/actions/icon-button/icon-button.js +24 -4
  27. package/dist/components/actions/icon-button/icon-button.js.map +1 -1
  28. package/dist/components/actions/icon-button/icon-button.styles.d.ts.map +1 -1
  29. package/dist/components/actions/icon-button/icon-button.styles.js +195 -63
  30. package/dist/components/actions/icon-button/icon-button.styles.js.map +1 -1
  31. package/dist/components/actions/icon-button/icon-button.template.d.ts.map +1 -1
  32. package/dist/components/actions/icon-button/icon-button.template.js +4 -2
  33. package/dist/components/actions/icon-button/icon-button.template.js.map +1 -1
  34. package/dist/components/actions/menu/menu.d.ts +9 -0
  35. package/dist/components/actions/menu/menu.d.ts.map +1 -1
  36. package/dist/components/actions/menu/menu.js +27 -2
  37. package/dist/components/actions/menu/menu.js.map +1 -1
  38. package/dist/components/actions/menu/menu.template.d.ts.map +1 -1
  39. package/dist/components/actions/menu/menu.template.js +17 -5
  40. package/dist/components/actions/menu/menu.template.js.map +1 -1
  41. package/dist/components/actions/split-button/split-button.d.ts +30 -20
  42. package/dist/components/actions/split-button/split-button.d.ts.map +1 -1
  43. package/dist/components/actions/split-button/split-button.js +73 -49
  44. package/dist/components/actions/split-button/split-button.js.map +1 -1
  45. package/dist/components/actions/split-button/split-button.styles.d.ts.map +1 -1
  46. package/dist/components/actions/split-button/split-button.styles.js +39 -3
  47. package/dist/components/actions/split-button/split-button.styles.js.map +1 -1
  48. package/dist/components/actions/split-button/split-button.template.d.ts.map +1 -1
  49. package/dist/components/actions/split-button/split-button.template.js +6 -1
  50. package/dist/components/actions/split-button/split-button.template.js.map +1 -1
  51. package/dist/components/actions/toolbar/toolbar.d.ts +91 -14
  52. package/dist/components/actions/toolbar/toolbar.d.ts.map +1 -1
  53. package/dist/components/actions/toolbar/toolbar.js +299 -103
  54. package/dist/components/actions/toolbar/toolbar.js.map +1 -1
  55. package/dist/components/actions/toolbar/toolbar.styles.d.ts +2 -0
  56. package/dist/components/actions/toolbar/toolbar.styles.d.ts.map +1 -1
  57. package/dist/components/actions/toolbar/toolbar.styles.js +109 -41
  58. package/dist/components/actions/toolbar/toolbar.styles.js.map +1 -1
  59. package/dist/components/actions/toolbar/toolbar.template.d.ts +7 -4
  60. package/dist/components/actions/toolbar/toolbar.template.d.ts.map +1 -1
  61. package/dist/components/actions/toolbar/toolbar.template.js +22 -69
  62. package/dist/components/actions/toolbar/toolbar.template.js.map +1 -1
  63. package/dist/components/components.js +88 -85
  64. package/dist/components/content/blockquote/blockquote.d.ts +3 -1
  65. package/dist/components/content/blockquote/blockquote.d.ts.map +1 -1
  66. package/dist/components/content/blockquote/blockquote.js +12 -1
  67. package/dist/components/content/blockquote/blockquote.js.map +1 -1
  68. package/dist/components/content/blockquote/blockquote.styles.d.ts.map +1 -1
  69. package/dist/components/content/blockquote/blockquote.styles.js +4 -0
  70. package/dist/components/content/blockquote/blockquote.styles.js.map +1 -1
  71. package/dist/components/content/blockquote/blockquote.template.js +1 -1
  72. package/dist/components/content/blockquote/blockquote.template.js.map +1 -1
  73. package/dist/components/content/byline/byline.d.ts +53 -0
  74. package/dist/components/content/byline/byline.d.ts.map +1 -0
  75. package/dist/components/content/byline/byline.js +90 -0
  76. package/dist/components/content/byline/byline.js.map +1 -0
  77. package/dist/components/content/byline/byline.styles.d.ts +2 -0
  78. package/dist/components/content/byline/byline.styles.d.ts.map +1 -0
  79. package/dist/components/content/byline/byline.styles.js +94 -0
  80. package/dist/components/content/byline/byline.styles.js.map +1 -0
  81. package/dist/components/content/byline/byline.template.d.ts +3 -0
  82. package/dist/components/content/byline/byline.template.d.ts.map +1 -0
  83. package/dist/components/content/byline/byline.template.js +23 -0
  84. package/dist/components/content/byline/byline.template.js.map +1 -0
  85. package/dist/components/content/code-viewer/code-viewer.styles.d.ts.map +1 -1
  86. package/dist/components/content/code-viewer/code-viewer.styles.js +8 -0
  87. package/dist/components/content/code-viewer/code-viewer.styles.js.map +1 -1
  88. package/dist/components/content/code-viewer/code-viewer.template.d.ts.map +1 -1
  89. package/dist/components/content/code-viewer/code-viewer.template.js +4 -1
  90. package/dist/components/content/code-viewer/code-viewer.template.js.map +1 -1
  91. package/dist/components/content/icon/icon-aliases.d.ts.map +1 -1
  92. package/dist/components/content/icon/icon-aliases.js +48 -2
  93. package/dist/components/content/icon/icon-aliases.js.map +1 -1
  94. package/dist/components/content/icon/icon-registry.d.ts.map +1 -1
  95. package/dist/components/content/icon/icon-registry.js +37 -2
  96. package/dist/components/content/icon/icon-registry.js.map +1 -1
  97. package/dist/components/content/image/image.d.ts +1 -1
  98. package/dist/components/content/image/image.d.ts.map +1 -1
  99. package/dist/components/content/image/image.i18n.d.ts +1 -1
  100. package/dist/components/content/image/image.i18n.js +1 -1
  101. package/dist/components/content/image/image.i18n.js.map +1 -1
  102. package/dist/components/content/image/image.js +7 -2
  103. package/dist/components/content/image/image.js.map +1 -1
  104. package/dist/components/content/image/image.styles.d.ts.map +1 -1
  105. package/dist/components/content/image/image.styles.js +21 -30
  106. package/dist/components/content/image/image.styles.js.map +1 -1
  107. package/dist/components/content/image/image.template.d.ts.map +1 -1
  108. package/dist/components/content/image/image.template.js +7 -12
  109. package/dist/components/content/image/image.template.js.map +1 -1
  110. package/dist/components/content/image/lqip-encoder-element.js +2 -2
  111. package/dist/components/content/keyboard-shortcut/keyboard-shortcut.template.d.ts.map +1 -1
  112. package/dist/components/content/keyboard-shortcut/keyboard-shortcut.template.js +3 -1
  113. package/dist/components/content/keyboard-shortcut/keyboard-shortcut.template.js.map +1 -1
  114. package/dist/components/content/rich-text/rich-text.d.ts +16 -0
  115. package/dist/components/content/rich-text/rich-text.d.ts.map +1 -1
  116. package/dist/components/content/rich-text/rich-text.js +19 -0
  117. package/dist/components/content/rich-text/rich-text.js.map +1 -1
  118. package/dist/components/content/tag/tag.d.ts +2 -2
  119. package/dist/components/content/tag/tag.d.ts.map +1 -1
  120. package/dist/components/content/tag/tag.js +1 -1
  121. package/dist/components/content/tag/tag.js.map +1 -1
  122. package/dist/components/content/tag/tag.styles.d.ts.map +1 -1
  123. package/dist/components/content/tag/tag.styles.js +81 -51
  124. package/dist/components/content/tag/tag.styles.js.map +1 -1
  125. package/dist/components/content/title/title.d.ts +6 -0
  126. package/dist/components/content/title/title.d.ts.map +1 -1
  127. package/dist/components/content/title/title.js +8 -0
  128. package/dist/components/content/title/title.js.map +1 -1
  129. package/dist/components/content/title/title.styles.d.ts.map +1 -1
  130. package/dist/components/content/title/title.styles.js +15 -0
  131. package/dist/components/content/title/title.styles.js.map +1 -1
  132. package/dist/components/{index-C3JellW2.js → index-C2jQOZa6.js} +4782 -2608
  133. package/dist/components/index.d.ts +3 -0
  134. package/dist/components/index.d.ts.map +1 -1
  135. package/dist/components/index.js +3 -0
  136. package/dist/components/index.js.map +1 -1
  137. package/dist/components/inputs/checkbox/checkbox.template.d.ts.map +1 -1
  138. package/dist/components/inputs/checkbox/checkbox.template.js +9 -3
  139. package/dist/components/inputs/checkbox/checkbox.template.js.map +1 -1
  140. package/dist/components/inputs/combo-box/combo-box.styles.js +1 -1
  141. package/dist/components/inputs/dropdown/dropdown.styles.d.ts.map +1 -1
  142. package/dist/components/inputs/dropdown/dropdown.styles.js +31 -18
  143. package/dist/components/inputs/dropdown/dropdown.styles.js.map +1 -1
  144. package/dist/components/inputs/multi-line-text-field/multi-line-text-field.styles.js +1 -1
  145. package/dist/components/inputs/password-field/password-field.styles.js +1 -1
  146. package/dist/components/inputs/radio-button/radio-button.template.d.ts.map +1 -1
  147. package/dist/components/inputs/radio-button/radio-button.template.js +3 -1
  148. package/dist/components/inputs/radio-button/radio-button.template.js.map +1 -1
  149. package/dist/components/inputs/search-field/search-field.styles.js +1 -1
  150. package/dist/components/inputs/segmented-control/segmented-control.d.ts +5 -4
  151. package/dist/components/inputs/segmented-control/segmented-control.d.ts.map +1 -1
  152. package/dist/components/inputs/segmented-control/segmented-control.js +4 -3
  153. package/dist/components/inputs/segmented-control/segmented-control.js.map +1 -1
  154. package/dist/components/inputs/segmented-control/segmented-control.styles.d.ts.map +1 -1
  155. package/dist/components/inputs/segmented-control/segmented-control.styles.js +59 -9
  156. package/dist/components/inputs/segmented-control/segmented-control.styles.js.map +1 -1
  157. package/dist/components/inputs/segmented-control/segmented-control.template.js +3 -3
  158. package/dist/components/inputs/segmented-control/segmented-control.template.js.map +1 -1
  159. package/dist/components/inputs/stepper/stepper.styles.d.ts.map +1 -1
  160. package/dist/components/inputs/stepper/stepper.styles.js +16 -5
  161. package/dist/components/inputs/stepper/stepper.styles.js.map +1 -1
  162. package/dist/components/inputs/stepper/stepper.template.d.ts.map +1 -1
  163. package/dist/components/inputs/stepper/stepper.template.js +2 -0
  164. package/dist/components/inputs/stepper/stepper.template.js.map +1 -1
  165. package/dist/components/inputs/text-field/text-field.styles.js +1 -1
  166. package/dist/components/inputs/toggle-button/toggle-button.d.ts +4 -3
  167. package/dist/components/inputs/toggle-button/toggle-button.d.ts.map +1 -1
  168. package/dist/components/inputs/toggle-button/toggle-button.js +3 -2
  169. package/dist/components/inputs/toggle-button/toggle-button.js.map +1 -1
  170. package/dist/components/inputs/toggle-button/toggle-button.styles.d.ts.map +1 -1
  171. package/dist/components/inputs/toggle-button/toggle-button.styles.js +53 -17
  172. package/dist/components/inputs/toggle-button/toggle-button.styles.js.map +1 -1
  173. package/dist/components/inputs/toggle-button/toggle-button.template.d.ts.map +1 -1
  174. package/dist/components/inputs/toggle-button/toggle-button.template.js +11 -6
  175. package/dist/components/inputs/toggle-button/toggle-button.template.js.map +1 -1
  176. package/dist/components/inputs/token/token.styles.d.ts.map +1 -1
  177. package/dist/components/inputs/token/token.styles.js +24 -7
  178. package/dist/components/inputs/token/token.styles.js.map +1 -1
  179. package/dist/components/inputs/token/token.template.d.ts.map +1 -1
  180. package/dist/components/inputs/token/token.template.js +4 -1
  181. package/dist/components/inputs/token/token.template.js.map +1 -1
  182. package/dist/components/layout/collection/collection.template.d.ts.map +1 -1
  183. package/dist/components/layout/collection/collection.template.js +3 -1
  184. package/dist/components/layout/collection/collection.template.js.map +1 -1
  185. package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.d.ts +1 -1
  186. package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.d.ts.map +1 -1
  187. package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.js +0 -5
  188. package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.js.map +1 -1
  189. package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.template.d.ts.map +1 -1
  190. package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.template.js +6 -2
  191. package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.template.js.map +1 -1
  192. package/dist/components/layout/page-sections/hero/hero.d.ts +92 -0
  193. package/dist/components/layout/page-sections/hero/hero.d.ts.map +1 -0
  194. package/dist/components/layout/page-sections/hero/hero.js +153 -0
  195. package/dist/components/layout/page-sections/hero/hero.js.map +1 -0
  196. package/dist/components/layout/page-sections/hero/hero.styles.d.ts +2 -0
  197. package/dist/components/layout/page-sections/hero/hero.styles.d.ts.map +1 -0
  198. package/dist/components/layout/page-sections/hero/hero.styles.js +488 -0
  199. package/dist/components/layout/page-sections/hero/hero.styles.js.map +1 -0
  200. package/dist/components/layout/page-sections/hero/hero.template.d.ts +4 -0
  201. package/dist/components/layout/page-sections/hero/hero.template.d.ts.map +1 -0
  202. package/dist/components/layout/page-sections/hero/hero.template.js +18 -0
  203. package/dist/components/layout/page-sections/hero/hero.template.js.map +1 -0
  204. package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.d.ts +1 -0
  205. package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.d.ts.map +1 -1
  206. package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.styles.d.ts.map +1 -1
  207. package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.styles.js +5 -0
  208. package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.styles.js.map +1 -1
  209. package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.template.d.ts +1 -1
  210. package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.template.d.ts.map +1 -1
  211. package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.template.js +11 -3
  212. package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.template.js.map +1 -1
  213. package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.d.ts +1 -0
  214. package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.d.ts.map +1 -1
  215. package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.styles.d.ts.map +1 -1
  216. package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.styles.js +5 -0
  217. package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.styles.js.map +1 -1
  218. package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.template.d.ts +1 -1
  219. package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.template.d.ts.map +1 -1
  220. package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.template.js +11 -3
  221. package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.template.js.map +1 -1
  222. package/dist/components/layout/page-sections/simple-section/simple-section.d.ts +1 -1
  223. package/dist/components/layout/page-sections/simple-section/simple-section.d.ts.map +1 -1
  224. package/dist/components/layout/page-sections/simple-section/simple-section.js +0 -5
  225. package/dist/components/layout/page-sections/simple-section/simple-section.js.map +1 -1
  226. package/dist/components/layout/page-sections/simple-section/simple-section.template.d.ts.map +1 -1
  227. package/dist/components/layout/page-sections/simple-section/simple-section.template.js +6 -2
  228. package/dist/components/layout/page-sections/simple-section/simple-section.template.js.map +1 -1
  229. package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.d.ts +1 -0
  230. package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.d.ts.map +1 -1
  231. package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.styles.d.ts.map +1 -1
  232. package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.styles.js +5 -0
  233. package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.styles.js.map +1 -1
  234. package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.template.d.ts +1 -1
  235. package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.template.d.ts.map +1 -1
  236. package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.template.js +11 -3
  237. package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.template.js.map +1 -1
  238. package/dist/components/lists-and-tables/list/list.template.d.ts.map +1 -1
  239. package/dist/components/lists-and-tables/list/list.template.js +3 -1
  240. package/dist/components/lists-and-tables/list/list.template.js.map +1 -1
  241. package/dist/components/lists-and-tables/list-item/list-item.d.ts +3 -4
  242. package/dist/components/lists-and-tables/list-item/list-item.d.ts.map +1 -1
  243. package/dist/components/lists-and-tables/list-item/list-item.js +7 -5
  244. package/dist/components/lists-and-tables/list-item/list-item.js.map +1 -1
  245. package/dist/components/lists-and-tables/list-item/list-item.template.d.ts +1 -1
  246. package/dist/components/lists-and-tables/list-item/list-item.template.d.ts.map +1 -1
  247. package/dist/components/lists-and-tables/list-item/list-item.template.js +2 -2
  248. package/dist/components/lists-and-tables/list-item/list-item.template.js.map +1 -1
  249. package/dist/components/lists-and-tables/table/table.styles.d.ts.map +1 -1
  250. package/dist/components/lists-and-tables/table/table.styles.js +7 -0
  251. package/dist/components/lists-and-tables/table/table.styles.js.map +1 -1
  252. package/dist/components/lists-and-tables/table/table.template.d.ts.map +1 -1
  253. package/dist/components/lists-and-tables/table/table.template.js +7 -2
  254. package/dist/components/lists-and-tables/table/table.template.js.map +1 -1
  255. package/dist/components/navigation/breadcrumbs/breadcrumbs.d.ts +46 -22
  256. package/dist/components/navigation/breadcrumbs/breadcrumbs.d.ts.map +1 -1
  257. package/dist/components/navigation/breadcrumbs/breadcrumbs.i18n.d.ts +1 -1
  258. package/dist/components/navigation/breadcrumbs/breadcrumbs.i18n.js +1 -1
  259. package/dist/components/navigation/breadcrumbs/breadcrumbs.i18n.js.map +1 -1
  260. package/dist/components/navigation/breadcrumbs/breadcrumbs.js +84 -51
  261. package/dist/components/navigation/breadcrumbs/breadcrumbs.js.map +1 -1
  262. package/dist/components/navigation/breadcrumbs/breadcrumbs.styles.d.ts.map +1 -1
  263. package/dist/components/navigation/breadcrumbs/breadcrumbs.styles.js +44 -36
  264. package/dist/components/navigation/breadcrumbs/breadcrumbs.styles.js.map +1 -1
  265. package/dist/components/navigation/breadcrumbs/breadcrumbs.template.d.ts.map +1 -1
  266. package/dist/components/navigation/breadcrumbs/breadcrumbs.template.js +16 -16
  267. package/dist/components/navigation/breadcrumbs/breadcrumbs.template.js.map +1 -1
  268. package/dist/components/navigation/document-tab-bar/document-tab-bar.styles.d.ts.map +1 -1
  269. package/dist/components/navigation/document-tab-bar/document-tab-bar.styles.js +39 -19
  270. package/dist/components/navigation/document-tab-bar/document-tab-bar.styles.js.map +1 -1
  271. package/dist/components/navigation/document-tab-bar/document-tab-bar.template.d.ts.map +1 -1
  272. package/dist/components/navigation/document-tab-bar/document-tab-bar.template.js +9 -3
  273. package/dist/components/navigation/document-tab-bar/document-tab-bar.template.js.map +1 -1
  274. package/dist/components/navigation/menu-bar-item/menu-bar-item.styles.d.ts.map +1 -1
  275. package/dist/components/navigation/menu-bar-item/menu-bar-item.styles.js +4 -0
  276. package/dist/components/navigation/menu-bar-item/menu-bar-item.styles.js.map +1 -1
  277. package/dist/components/navigation/pagination/pagination.styles.d.ts.map +1 -1
  278. package/dist/components/navigation/pagination/pagination.styles.js +35 -15
  279. package/dist/components/navigation/pagination/pagination.styles.js.map +1 -1
  280. package/dist/components/navigation/pagination/pagination.template.d.ts.map +1 -1
  281. package/dist/components/navigation/pagination/pagination.template.js +11 -3
  282. package/dist/components/navigation/pagination/pagination.template.js.map +1 -1
  283. package/dist/components/navigation/tab-bar/tab-bar.d.ts +11 -4
  284. package/dist/components/navigation/tab-bar/tab-bar.d.ts.map +1 -1
  285. package/dist/components/navigation/tab-bar/tab-bar.js +17 -2
  286. package/dist/components/navigation/tab-bar/tab-bar.js.map +1 -1
  287. package/dist/components/navigation/tab-bar/tab-bar.styles.d.ts.map +1 -1
  288. package/dist/components/navigation/tab-bar/tab-bar.styles.js +74 -18
  289. package/dist/components/navigation/tab-bar/tab-bar.styles.js.map +1 -1
  290. package/dist/components/navigation/tab-bar/tab-bar.template.d.ts.map +1 -1
  291. package/dist/components/navigation/tab-bar/tab-bar.template.js +10 -3
  292. package/dist/components/navigation/tab-bar/tab-bar.template.js.map +1 -1
  293. package/dist/components/navigation/top-navigation-bar/top-navigation-bar.styles.js +4 -4
  294. package/dist/components/navigation/top-title-bar/top-title-bar.template.d.ts.map +1 -1
  295. package/dist/components/navigation/top-title-bar/top-title-bar.template.js +3 -1
  296. package/dist/components/navigation/top-title-bar/top-title-bar.template.js.map +1 -1
  297. package/dist/components/{prism-python-QiimuE8j.js → prism-python-BzzeiWRd.js} +1 -1
  298. package/dist/components/{prism-rust-D4vfxUpk.js → prism-rust-DzgIGUtE.js} +1 -1
  299. package/dist/components/{prism-typescript-Dy2F4cF2.js → prism-typescript-KyVBIohW.js} +1 -1
  300. package/dist/components/status-and-feedback/badge/badge.d.ts +1 -1
  301. package/dist/components/status-and-feedback/badge/badge.d.ts.map +1 -1
  302. package/dist/components/status-and-feedback/badge/badge.js.map +1 -1
  303. package/dist/components/status-and-feedback/badge/badge.styles.d.ts.map +1 -1
  304. package/dist/components/status-and-feedback/badge/badge.styles.js +69 -75
  305. package/dist/components/status-and-feedback/badge/badge.styles.js.map +1 -1
  306. package/dist/components/status-and-feedback/banner/banner.styles.d.ts.map +1 -1
  307. package/dist/components/status-and-feedback/banner/banner.styles.js +21 -35
  308. package/dist/components/status-and-feedback/banner/banner.styles.js.map +1 -1
  309. package/dist/components/status-and-feedback/banner/banner.template.d.ts.map +1 -1
  310. package/dist/components/status-and-feedback/banner/banner.template.js +9 -3
  311. package/dist/components/status-and-feedback/banner/banner.template.js.map +1 -1
  312. package/dist/components/status-and-feedback/inline-dialog/inline-dialog.styles.js +2 -2
  313. package/dist/components/status-and-feedback/inline-dialog/inline-dialog.template.d.ts.map +1 -1
  314. package/dist/components/status-and-feedback/inline-dialog/inline-dialog.template.js +6 -2
  315. package/dist/components/status-and-feedback/inline-dialog/inline-dialog.template.js.map +1 -1
  316. package/dist/components/status-and-feedback/progress-bar/progress-bar.d.ts +1 -1
  317. package/dist/components/status-and-feedback/progress-bar/progress-bar.d.ts.map +1 -1
  318. package/dist/components/status-and-feedback/progress-bar/progress-bar.js.map +1 -1
  319. package/dist/components/status-and-feedback/progress-bar/progress-bar.styles.d.ts.map +1 -1
  320. package/dist/components/status-and-feedback/progress-bar/progress-bar.styles.js +73 -80
  321. package/dist/components/status-and-feedback/progress-bar/progress-bar.styles.js.map +1 -1
  322. package/dist/components/status-and-feedback/progress-circle/progress-circle.d.ts +1 -1
  323. package/dist/components/status-and-feedback/progress-circle/progress-circle.d.ts.map +1 -1
  324. package/dist/components/status-and-feedback/progress-circle/progress-circle.js.map +1 -1
  325. package/dist/components/status-and-feedback/progress-circle/progress-circle.styles.d.ts.map +1 -1
  326. package/dist/components/status-and-feedback/progress-circle/progress-circle.styles.js +48 -50
  327. package/dist/components/status-and-feedback/progress-circle/progress-circle.styles.js.map +1 -1
  328. package/dist/components/status-and-feedback/progress-circle/progress-circle.template.js +1 -1
  329. package/dist/components/status-and-feedback/progress-circle/progress-circle.template.js.map +1 -1
  330. package/dist/components/status-and-feedback/status-bar/status-bar.d.ts +60 -0
  331. package/dist/components/status-and-feedback/status-bar/status-bar.d.ts.map +1 -0
  332. package/dist/components/status-and-feedback/status-bar/status-bar.js +116 -0
  333. package/dist/components/status-and-feedback/status-bar/status-bar.js.map +1 -0
  334. package/dist/components/status-and-feedback/status-bar/status-bar.styles.d.ts +2 -0
  335. package/dist/components/status-and-feedback/status-bar/status-bar.styles.d.ts.map +1 -0
  336. package/dist/components/status-and-feedback/status-bar/status-bar.styles.js +142 -0
  337. package/dist/components/status-and-feedback/status-bar/status-bar.styles.js.map +1 -0
  338. package/dist/components/status-and-feedback/status-bar/status-bar.template.d.ts +3 -0
  339. package/dist/components/status-and-feedback/status-bar/status-bar.template.d.ts.map +1 -0
  340. package/dist/components/status-and-feedback/status-bar/status-bar.template.js +32 -0
  341. package/dist/components/status-and-feedback/status-bar/status-bar.template.js.map +1 -0
  342. package/dist/css/rich-text.css +97 -14
  343. package/dist/css/settings.css +566 -373
  344. package/dist/utilities/page-section-mixin.d.ts +1 -0
  345. package/dist/utilities/page-section-mixin.d.ts.map +1 -1
  346. package/dist/utilities/page-section-mixin.js +9 -0
  347. package/dist/utilities/page-section-mixin.js.map +1 -1
  348. package/package.json +13 -1
@@ -1 +1 @@
1
- {"version":3,"file":"split-button.js","sourceRoot":"","sources":["../../../../src/components/actions/split-button/split-button.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"split-button.js","sourceRoot":"","sources":["../../../../src/components/actions/split-button/split-button.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"split-button.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/actions/split-button/split-button.styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,iBAAiB,yBA2E7B,CAAC"}
1
+ {"version":3,"file":"split-button.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/actions/split-button/split-button.styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,iBAAiB,yBA+G7B,CAAC"}
@@ -9,7 +9,9 @@ export const splitButtonStyles = css `
9
9
  --_corner-radius: var(--semantics-controls-md-corner-radius);
10
10
  --_background-color: var(--semantics-buttons-neutral-tinted-background-color);
11
11
  --_divider-color: var(--semantics-buttons-neutral-tinted-divider-color);
12
+ --_highlight-border-color: var(--semantics-buttons-neutral-tinted-highlight-border-color);
12
13
  --_divider-length: var(--semantics-buttons-md-divider-length);
14
+ --_width: auto;
13
15
 
14
16
  ${inheritedTextReset}
15
17
  display: inline-flex;
@@ -17,14 +19,19 @@ export const splitButtonStyles = css `
17
19
  -webkit-tap-highlight-color: transparent;
18
20
  }
19
21
 
22
+ :host([size="xs"]) {
23
+ --_corner-radius: var(--semantics-controls-xs-corner-radius);
24
+ --_divider-length: var(--semantics-buttons-xs-divider-length);
25
+ }
26
+
20
27
  :host([size="sm"]) {
21
28
  --_corner-radius: var(--semantics-controls-sm-corner-radius);
22
29
  --_divider-length: var(--semantics-buttons-sm-divider-length);
23
30
  }
24
31
 
25
- :host([size="xs"]) {
26
- --_corner-radius: var(--semantics-controls-xs-corner-radius);
27
- --_divider-length: var(--semantics-buttons-xs-divider-length);
32
+ :host([size="lg"]) {
33
+ --_corner-radius: var(--semantics-controls-lg-corner-radius);
34
+ --_divider-length: var(--semantics-buttons-lg-divider-length);
28
35
  }
29
36
 
30
37
  /* ## Accent Filled (Primary) */
@@ -33,6 +40,18 @@ export const splitButtonStyles = css `
33
40
  :host([variant="primary"]) {
34
41
  --_background-color: var(--semantics-buttons-accent-filled-background-color);
35
42
  --_divider-color: var(--semantics-buttons-accent-filled-divider-color);
43
+ --_highlight-border-color: var(--semantics-buttons-accent-filled-highlight-border-color);
44
+ }
45
+
46
+ :host([variant="neutral-base"]) {
47
+ --_background-color: var(--semantics-buttons-neutral-base-background-color);
48
+ --_divider-color: var(--semantics-buttons-neutral-base-divider-color);
49
+ --_highlight-border-color: var(--semantics-buttons-neutral-base-highlight-border-color);
50
+ }
51
+
52
+ :host([width="full"]) {
53
+ display: block;
54
+ width: 100%;
36
55
  }
37
56
 
38
57
  :host([hidden]) {
@@ -54,12 +73,24 @@ export const splitButtonStyles = css `
54
73
 
55
74
  .split-button {
56
75
  display: inline-flex;
76
+ position: relative;
77
+ width: var(--_width);
78
+ min-width: fit-content;
57
79
  border-radius: var(--_corner-radius);
58
80
  background-color: var(--_background-color);
59
81
  flex-direction: row;
60
82
  align-items: center;
61
83
  }
62
84
 
85
+ .split-button::after {
86
+ content: '';
87
+ position: absolute;
88
+ inset: 0;
89
+ border-radius: inherit;
90
+ box-shadow: inset 0 0 0 var(--primitives-border-width-thin) var(--_highlight-border-color);
91
+ pointer-events: none;
92
+ }
93
+
63
94
 
64
95
  /* # Elements */
65
96
 
@@ -70,6 +101,11 @@ export const splitButtonStyles = css `
70
101
  flex-shrink: 0;
71
102
  }
72
103
 
104
+ .split-button__popup-button {
105
+ display: flex;
106
+ flex-shrink: 0;
107
+ }
108
+
73
109
  nldd-button:focus-within,
74
110
  nldd-icon-button:focus-within {
75
111
  position: relative;
@@ -1 +1 @@
1
- {"version":3,"file":"split-button.styles.js","sourceRoot":"","sources":["../../../../src/components/actions/split-button/split-button.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;;;;;;;;;;;IAWhC,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgErB,CAAC"}
1
+ {"version":3,"file":"split-button.styles.js","sourceRoot":"","sources":["../../../../src/components/actions/split-button/split-button.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;;;;;;;;;;;;;IAahC,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkGrB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"split-button.template.d.ts","sourceRoot":"","sources":["../../../../src/components/actions/split-button/split-button.template.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAEzD,wBAAgB,QAAQ,CAAC,IAAI,EAAE,eAAe,wCA4B7C"}
1
+ {"version":3,"file":"split-button.template.d.ts","sourceRoot":"","sources":["../../../../src/components/actions/split-button/split-button.template.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAEzD,wBAAgB,QAAQ,CAAC,IAAI,EAAE,eAAe,wCAiC7C"}
@@ -7,6 +7,9 @@ export function template() {
7
7
  size=${this.size}
8
8
  text=${this.text}
9
9
  start-icon=${this.icon || nothing}
10
+ horizontal-alignment="left"
11
+ width="full"
12
+ no-highlight-border
10
13
  ?disabled=${this.disabled}
11
14
  @click=${this._handleActionClick}
12
15
  ></nldd-button>
@@ -18,6 +21,8 @@ export function template() {
18
21
  icon="chevron-down-small"
19
22
  text=${this._t('components.split-button.menu-action')}
20
23
  tooltip-timing="never"
24
+ no-highlight-border
25
+ hide-lg-text
21
26
  ?disabled=${this.disabled}
22
27
  ?expanded=${this._menuIsOpen}
23
28
  popup-type="menu"
@@ -25,7 +30,7 @@ export function template() {
25
30
  ></nldd-icon-button>
26
31
  </div>
27
32
  </div>
28
- <nldd-menu class="split-button__menu"></nldd-menu>
33
+ <slot @slotchange=${this._handleSlotChange}></slot>
29
34
  `;
30
35
  }
31
36
  //# sourceMappingURL=split-button.template.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"split-button.template.js","sourceRoot":"","sources":["../../../../src/components/actions/split-button/split-button.template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,KAAK,CAAC;AAGpC,MAAM,UAAU,QAAQ;IACvB,OAAO,IAAI,CAAA;;;cAGE,IAAI,CAAC,OAAO;WACf,IAAI,CAAC,IAAI;WACT,IAAI,CAAC,IAAI;iBACH,IAAI,CAAC,IAAI,IAAI,OAAO;gBACrB,IAAI,CAAC,QAAQ;aAChB,IAAI,CAAC,kBAAkB;;;;;eAKrB,IAAI,CAAC,OAAO;YACf,IAAI,CAAC,IAAI;;YAET,IAAI,CAAC,EAAE,CAAC,qCAAqC,CAAC;;iBAEzC,IAAI,CAAC,QAAQ;iBACb,IAAI,CAAC,WAAW;;cAEnB,IAAI,CAAC,gBAAgB;;;;;EAKjC,CAAC;AACH,CAAC"}
1
+ {"version":3,"file":"split-button.template.js","sourceRoot":"","sources":["../../../../src/components/actions/split-button/split-button.template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,KAAK,CAAC;AAGpC,MAAM,UAAU,QAAQ;IACvB,OAAO,IAAI,CAAA;;;cAGE,IAAI,CAAC,OAAO;WACf,IAAI,CAAC,IAAI;WACT,IAAI,CAAC,IAAI;iBACH,IAAI,CAAC,IAAI,IAAI,OAAO;;;;gBAIrB,IAAI,CAAC,QAAQ;aAChB,IAAI,CAAC,kBAAkB;;;;;eAKrB,IAAI,CAAC,OAAO;YACf,IAAI,CAAC,IAAI;;YAET,IAAI,CAAC,EAAE,CAAC,qCAAqC,CAAC;;;;iBAIzC,IAAI,CAAC,QAAQ;iBACb,IAAI,CAAC,WAAW;;cAEnB,IAAI,CAAC,gBAAgB;;;;sBAIb,IAAI,CAAC,iBAAiB;EAC1C,CAAC;AACH,CAAC"}
@@ -2,29 +2,76 @@
2
2
  * Nederlandse Digitale Dienst Toolbar Component (Lit + TypeScript)
3
3
  *
4
4
  * @element nldd-toolbar
5
- * @attr {string} size - Toolbar size, propagated to all child controls: 'sm' | 'md' (default: 'md')
5
+ * @attr {string} size - Toolbar size, propagated to all child controls: 'sm' | 'md' | 'lg' (default: 'md'). At 'lg' the overflow button (and lg-capable children like nldd-icon-button) stack their label below the icon.
6
6
  * @attr {boolean} show-item-labels - When true, shows a text label below each toolbar item and the overflow button
7
7
  * @attr {string} label - Accessible label for the toolbar. Only needed when multiple toolbars appear on the same page
8
8
  *
9
9
  * @slot start - nldd-toolbar-item and nldd-toolbar-title elements placed at the start
10
10
  * @slot center - nldd-toolbar-item and nldd-toolbar-title elements placed at the center
11
11
  * @slot end - nldd-toolbar-item and nldd-toolbar-title elements placed at the end
12
- * @slot overflow - nldd-menu-item and nldd-menu-divider elements always shown in the overflow menu
12
+ * @slot overflow - nldd-menu-item, nldd-menu-divider and nldd-menu-group elements always shown in the overflow menu
13
+ *
14
+ * ---
15
+ *
16
+ * @element nldd-toolbar-item
17
+ * @attr {string} width - Fluid width: a percentage (e.g. '40%') or any CSS length (e.g. '240px'). Setting it (or min-width or max-width) makes the item fluid so it grows to fill the available space.
18
+ * @attr {string} min-width - Minimum (fluid) width as a CSS length (e.g. '240px'). Setting it also makes the item fluid.
19
+ * @attr {string} max-width - Maximum (fluid) width as a CSS length (e.g. '480px'). Setting it also makes the item fluid.
20
+ * @attr {string} label - Text label shown below the item when the toolbar has show-item-labels.
21
+ * @attr {number} priority - Overflow order: items with a lower priority move into the overflow menu first (default 0). Items sharing a priority overflow together, regardless of position.
22
+ * @attr {boolean} fluid - Set by nldd-toolbar, not a consumer attribute: marks an item that grows or shrinks to fill space. Toggled synchronously during measurement, so it can appear or disappear between layout frames — do not style against it. It is not reflected as a JS property — read it with hasAttribute('fluid').
23
+ * @attr {boolean} solo-fluid - Set by nldd-toolbar, not a consumer attribute: the sole fluid item, allowed to shrink below its content. Same synchronous-toggle and property-read caveats as fluid.
24
+ * @attr {boolean} hidden - Set by nldd-toolbar, not a consumer attribute, when the item moves into the overflow menu. Same synchronous-toggle caveat.
25
+ *
26
+ * @slot - The control shown in the toolbar (e.g. nldd-icon-button)
27
+ * @slot overflow - nldd-menu-item / nldd-menu-divider / nldd-menu-group children, shown in the overflow menu when this item overflows
28
+ *
29
+ * ---
30
+ *
31
+ * @element nldd-toolbar-title
32
+ * @attr {string} text - Title text.
33
+ * @attr {string} supporting-text - Secondary supporting text shown below the title.
34
+ * @attr {string} align - Text alignment: 'left' | 'center' (default: 'left').
35
+ * @attr {string} width - Preferred (fluid) width as a CSS length or percentage; the title grows toward it and shrinks to min-width.
36
+ * @attr {string} min-width - Minimum width as a CSS length (e.g. '200px', default '200px').
37
+ * @attr {string} max-width - Maximum width as a CSS length (e.g. '480px').
13
38
  */
14
39
  import { LitElement } from 'lit';
40
+ import { type ToolbarChild } from './toolbar.template.js';
15
41
  import type { NLDDToolbarTranslations } from './toolbar.i18n.js';
16
- type Size = 'sm' | 'md';
42
+ type Size = 'sm' | 'md' | 'lg';
43
+ type TitleAlign = 'left' | 'center';
44
+ export declare class NLDDToolbarItem extends LitElement {
45
+ static styles: import("lit").CSSResult;
46
+ width: string;
47
+ minWidth: string;
48
+ maxWidth: string;
49
+ label: string;
50
+ priority: number;
51
+ /** Set by nldd-toolbar; not part of the public API. @internal */
52
+ size: Size;
53
+ /** Set by nldd-toolbar; not part of the public API. @internal */
54
+ showItemLabels: boolean;
55
+ render(): import("lit-html").TemplateResult<1>;
56
+ }
57
+ export declare class NLDDToolbarTitle extends LitElement {
58
+ static styles: import("lit").CSSResult;
59
+ text: string;
60
+ supportingText: string;
61
+ align: TitleAlign;
62
+ width: string;
63
+ minWidth: string;
64
+ maxWidth: string;
65
+ /** Set by nldd-toolbar; not part of the public API. @internal */
66
+ size: Size;
67
+ willUpdate(changedProperties: Map<string, unknown>): void;
68
+ private _reflectSizeVar;
69
+ render(): import("lit-html").TemplateResult<1>;
70
+ }
17
71
  export declare class NLDDToolbar extends LitElement {
18
72
  static styles: import("lit").CSSResult;
19
- /** Controls the size of toolbar items. Propagated automatically to all child controls. */
20
73
  size: Size;
21
- /** When true, shows a text label below each toolbar item and the overflow button. */
22
74
  showItemLabels: boolean;
23
- /**
24
- * Accessible label for the toolbar, exposed as `aria-label` on the `role="toolbar"` container.
25
- * Only needed when multiple toolbars appear on the same page so screen readers can distinguish them.
26
- * @example `<nldd-toolbar label="Formatting">`
27
- */
28
75
  label: string;
29
76
  translations: Partial<NLDDToolbarTranslations>;
30
77
  _t(key: keyof NLDDToolbarTranslations): string;
@@ -60,25 +107,55 @@ export declare class NLDDToolbar extends LitElement {
60
107
  * Consumers should avoid adding extra listeners directly on overflow `nldd-menu-item` elements.
61
108
  */
62
109
  private _syncMenuItems;
63
- private _propagateSize;
110
+ /**
111
+ * Syncs declarative state onto the slotted item and title hosts: size,
112
+ * show-item-labels, the base fluid flag and the fluid width custom
113
+ * properties. The parent owns layout decisions; each host owns its own box
114
+ * and rendering. Attributes are set directly (not via reactive properties)
115
+ * so the host box reflows synchronously before the next measurement.
116
+ */
117
+ private _syncHosts;
64
118
  private _getPrioritizedItems;
119
+ private _allHostChildren;
120
+ private _hostFor;
65
121
  private _measureItemWidths;
66
122
  private _computeAreaWidth;
67
123
  private _computeSpacerZeros;
68
124
  private _updateAreaVars;
69
125
  private _measureAndUpdate;
70
126
  private _measureOverflow;
127
+ /**
128
+ * Promotes a lone remaining fluid item — or a lone title when no items are
129
+ * visible — to the solo-fluid state so it grows to fill the row. In
130
+ * center-only mode the center-fill wrapper already grows the items, so item
131
+ * promotion is skipped there (matching the previous template behaviour).
132
+ */
133
+ private _promoteSoloFluid;
71
134
  private _buildChildrenForSlot;
72
135
  private _buildPinnedOverflowItems;
73
- private _restoreSlots;
74
136
  private _buildChildren;
75
137
  render(): import("lit-html").TemplateResult<1>;
76
138
  }
139
+ /** A toolbar child narrowed to an item; the overflow grouping operates on these. */
140
+ type OverflowItem = Extract<ToolbarChild, {
141
+ type: 'item';
142
+ }>;
143
+ /** Items bucketed into overflow groups (each inner array overflows together). */
144
+ type OverflowGroups = OverflowItem[][];
145
+ /**
146
+ * Groups prioritized items for overflow. Items with an explicit priority that
147
+ * share a value form one group and overflow together regardless of their
148
+ * position; items without a priority attribute each form their own group
149
+ * (they overflow individually).
150
+ *
151
+ * @internal Exported for unit tests only; not part of the public API.
152
+ */
153
+ export declare function groupForOverflow(items: OverflowItem[]): OverflowGroups;
77
154
  declare global {
78
155
  interface HTMLElementTagNameMap {
79
156
  'nldd-toolbar': NLDDToolbar;
80
- 'nldd-toolbar-item': HTMLElement;
81
- 'nldd-toolbar-title': HTMLElement;
157
+ 'nldd-toolbar-item': NLDDToolbarItem;
158
+ 'nldd-toolbar-title': NLDDToolbarTitle;
82
159
  }
83
160
  }
84
161
  export {};
@@ -1 +1 @@
1
- {"version":3,"file":"toolbar.d.ts","sourceRoot":"","sources":["../../../../src/components/actions/toolbar/toolbar.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AACH,OAAO,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AAKjC,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,mBAAmB,CAAC;AAiBjE,KAAK,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAIxB,qBACa,WAAY,SAAQ,UAAU;IAC1C,OAAgB,MAAM,0BAAiB;IAEvC,0FAA0F;IAE1F,IAAI,EAAE,IAAI,CAAQ;IAElB,qFAAqF;IAErF,cAAc,UAAS;IAEvB;;;;OAIG;IAEH,KAAK,SAAM;IAGX,YAAY,EAAE,OAAO,CAAC,uBAAuB,CAAC,CAAM;IAI7C,EAAE,CAAC,GAAG,EAAE,MAAM,uBAAuB,GAAG,MAAM;IAKrD,OAAO,CAAC,SAAS,CAAS;IAG1B,OAAO,CAAC,cAAc,CAAsB;IAG5C,OAAO,CAAC,eAAe,CAAsB;IAG7C,OAAO,CAAC,YAAY,CAAsB;IAG1C,OAAO,CAAC,YAAY,CAA0B;IAG9C,OAAO,CAAC,eAAe,CAAS;IAGhC,OAAO,CAAC,gBAAgB,CAAS;IAGjC,OAAO,CAAC,oBAAoB,CAAiB;IAE7C,OAAO,CAAC,SAAS,CAAkC;IACnD,OAAO,CAAC,UAAU,CAAK;IACvB,OAAO,CAAC,WAAW,CAA6B;IAChD,OAAO,CAAC,SAAS,CAAiC;IAClD,OAAO,CAAC,eAAe,CAA+B;IACtD,OAAO,CAAC,KAAK,CAAyB;IACtC,OAAO,CAAC,YAAY,CAAS;IAC7B,OAAO,CAAC,WAAW,CAAS;IAC5B,OAAO,CAAC,YAAY,CAAS;IAC7B,OAAO,CAAC,sBAAsB,CAA0D;IAExF,OAAO,CAAC,MAAM;IAOL,iBAAiB,IAAI,IAAI;IAqBzB,oBAAoB,IAAI,IAAI;IAU5B,YAAY,IAAI,IAAI;IAYpB,OAAO,CAAC,iBAAiB,EAAE,GAAG,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,IAAI;IAuB/D,OAAO,CAAC,WAAW;IAYnB,OAAO,CAAC,eAAe;IA6BvB;;;;;OAKG;IACH,OAAO,CAAC,cAAc;IAyBtB,OAAO,CAAC,cAAc;IAUtB,OAAO,CAAC,oBAAoB;IAwB5B,OAAO,CAAC,kBAAkB;IAU1B,OAAO,CAAC,iBAAiB;IAYzB,OAAO,CAAC,mBAAmB;IAmB3B,OAAO,CAAC,eAAe;IA+BvB,OAAO,CAAC,iBAAiB;IAazB,OAAO,CAAC,gBAAgB;IAuGxB,OAAO,CAAC,qBAAqB;IAqD7B,OAAO,CAAC,yBAAyB;IAQjC,OAAO,CAAC,aAAa;IASrB,OAAO,CAAC,cAAc;IAoBb,MAAM;CA2Bf;AAED,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,qBAAqB;QAC9B,cAAc,EAAE,WAAW,CAAC;QAC5B,mBAAmB,EAAE,WAAW,CAAC;QACjC,oBAAoB,EAAE,WAAW,CAAC;KAClC;CACD"}
1
+ {"version":3,"file":"toolbar.d.ts","sourceRoot":"","sources":["../../../../src/components/actions/toolbar/toolbar.ts"],"names":[],"mappings":"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"}