@nldd/design-system 0.8.37

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 (1062) hide show
  1. package/README.md +106 -0
  2. package/dist/assets/styles/breakpoints.d.ts +8 -0
  3. package/dist/assets/styles/breakpoints.d.ts.map +1 -0
  4. package/dist/assets/styles/breakpoints.js +8 -0
  5. package/dist/assets/styles/breakpoints.js.map +1 -0
  6. package/dist/components/actions/button/button.d.ts +68 -0
  7. package/dist/components/actions/button/button.d.ts.map +1 -0
  8. package/dist/components/actions/button/button.js +142 -0
  9. package/dist/components/actions/button/button.js.map +1 -0
  10. package/dist/components/actions/button/button.styles.d.ts +2 -0
  11. package/dist/components/actions/button/button.styles.d.ts.map +1 -0
  12. package/dist/components/actions/button/button.styles.js +307 -0
  13. package/dist/components/actions/button/button.styles.js.map +1 -0
  14. package/dist/components/actions/button/button.template.d.ts +7 -0
  15. package/dist/components/actions/button/button.template.d.ts.map +1 -0
  16. package/dist/components/actions/button/button.template.js +54 -0
  17. package/dist/components/actions/button/button.template.js.map +1 -0
  18. package/dist/components/actions/button-bar/button-bar.d.ts +54 -0
  19. package/dist/components/actions/button-bar/button-bar.d.ts.map +1 -0
  20. package/dist/components/actions/button-bar/button-bar.js +161 -0
  21. package/dist/components/actions/button-bar/button-bar.js.map +1 -0
  22. package/dist/components/actions/button-bar/button-bar.styles.d.ts +2 -0
  23. package/dist/components/actions/button-bar/button-bar.styles.d.ts.map +1 -0
  24. package/dist/components/actions/button-bar/button-bar.styles.js +111 -0
  25. package/dist/components/actions/button-bar/button-bar.styles.js.map +1 -0
  26. package/dist/components/actions/button-bar/button-bar.template.d.ts +3 -0
  27. package/dist/components/actions/button-bar/button-bar.template.d.ts.map +1 -0
  28. package/dist/components/actions/button-bar/button-bar.template.js +20 -0
  29. package/dist/components/actions/button-bar/button-bar.template.js.map +1 -0
  30. package/dist/components/actions/button-group/button-group.d.ts +32 -0
  31. package/dist/components/actions/button-group/button-group.d.ts.map +1 -0
  32. package/dist/components/actions/button-group/button-group.js +72 -0
  33. package/dist/components/actions/button-group/button-group.js.map +1 -0
  34. package/dist/components/actions/button-group/button-group.styles.d.ts +2 -0
  35. package/dist/components/actions/button-group/button-group.styles.d.ts.map +1 -0
  36. package/dist/components/actions/button-group/button-group.styles.js +63 -0
  37. package/dist/components/actions/button-group/button-group.styles.js.map +1 -0
  38. package/dist/components/actions/button-group/button-group.template.d.ts +3 -0
  39. package/dist/components/actions/button-group/button-group.template.d.ts.map +1 -0
  40. package/dist/components/actions/button-group/button-group.template.js +9 -0
  41. package/dist/components/actions/button-group/button-group.template.js.map +1 -0
  42. package/dist/components/actions/icon-button/icon-button.d.ts +75 -0
  43. package/dist/components/actions/icon-button/icon-button.d.ts.map +1 -0
  44. package/dist/components/actions/icon-button/icon-button.js +150 -0
  45. package/dist/components/actions/icon-button/icon-button.js.map +1 -0
  46. package/dist/components/actions/icon-button/icon-button.styles.d.ts +2 -0
  47. package/dist/components/actions/icon-button/icon-button.styles.d.ts.map +1 -0
  48. package/dist/components/actions/icon-button/icon-button.styles.js +334 -0
  49. package/dist/components/actions/icon-button/icon-button.styles.js.map +1 -0
  50. package/dist/components/actions/icon-button/icon-button.template.d.ts +4 -0
  51. package/dist/components/actions/icon-button/icon-button.template.d.ts.map +1 -0
  52. package/dist/components/actions/icon-button/icon-button.template.js +66 -0
  53. package/dist/components/actions/icon-button/icon-button.template.js.map +1 -0
  54. package/dist/components/actions/link/link.d.ts +48 -0
  55. package/dist/components/actions/link/link.d.ts.map +1 -0
  56. package/dist/components/actions/link/link.js +101 -0
  57. package/dist/components/actions/link/link.js.map +1 -0
  58. package/dist/components/actions/link/link.styles.d.ts +2 -0
  59. package/dist/components/actions/link/link.styles.d.ts.map +1 -0
  60. package/dist/components/actions/link/link.styles.js +111 -0
  61. package/dist/components/actions/link/link.styles.js.map +1 -0
  62. package/dist/components/actions/link/link.template.d.ts +7 -0
  63. package/dist/components/actions/link/link.template.d.ts.map +1 -0
  64. package/dist/components/actions/link/link.template.js +31 -0
  65. package/dist/components/actions/link/link.template.js.map +1 -0
  66. package/dist/components/actions/split-button/split-button.d.ts +71 -0
  67. package/dist/components/actions/split-button/split-button.d.ts.map +1 -0
  68. package/dist/components/actions/split-button/split-button.i18n.d.ts +5 -0
  69. package/dist/components/actions/split-button/split-button.i18n.d.ts.map +1 -0
  70. package/dist/components/actions/split-button/split-button.i18n.js +4 -0
  71. package/dist/components/actions/split-button/split-button.i18n.js.map +1 -0
  72. package/dist/components/actions/split-button/split-button.js +166 -0
  73. package/dist/components/actions/split-button/split-button.js.map +1 -0
  74. package/dist/components/actions/split-button/split-button.styles.d.ts +2 -0
  75. package/dist/components/actions/split-button/split-button.styles.d.ts.map +1 -0
  76. package/dist/components/actions/split-button/split-button.styles.js +99 -0
  77. package/dist/components/actions/split-button/split-button.styles.js.map +1 -0
  78. package/dist/components/actions/split-button/split-button.template.d.ts +3 -0
  79. package/dist/components/actions/split-button/split-button.template.d.ts.map +1 -0
  80. package/dist/components/actions/split-button/split-button.template.js +28 -0
  81. package/dist/components/actions/split-button/split-button.template.js.map +1 -0
  82. package/dist/components/actions/toolbar/toolbar.d.ts +87 -0
  83. package/dist/components/actions/toolbar/toolbar.d.ts.map +1 -0
  84. package/dist/components/actions/toolbar/toolbar.i18n.d.ts +5 -0
  85. package/dist/components/actions/toolbar/toolbar.i18n.d.ts.map +1 -0
  86. package/dist/components/actions/toolbar/toolbar.i18n.js +4 -0
  87. package/dist/components/actions/toolbar/toolbar.i18n.js.map +1 -0
  88. package/dist/components/actions/toolbar/toolbar.js +513 -0
  89. package/dist/components/actions/toolbar/toolbar.js.map +1 -0
  90. package/dist/components/actions/toolbar/toolbar.styles.d.ts +2 -0
  91. package/dist/components/actions/toolbar/toolbar.styles.d.ts.map +1 -0
  92. package/dist/components/actions/toolbar/toolbar.styles.js +284 -0
  93. package/dist/components/actions/toolbar/toolbar.styles.js.map +1 -0
  94. package/dist/components/actions/toolbar/toolbar.template.d.ts +26 -0
  95. package/dist/components/actions/toolbar/toolbar.template.d.ts.map +1 -0
  96. package/dist/components/actions/toolbar/toolbar.template.js +105 -0
  97. package/dist/components/actions/toolbar/toolbar.template.js.map +1 -0
  98. package/dist/components/components.js +23834 -0
  99. package/dist/components/content/blockquote/blockquote.d.ts +34 -0
  100. package/dist/components/content/blockquote/blockquote.d.ts.map +1 -0
  101. package/dist/components/content/blockquote/blockquote.i18n.d.ts +5 -0
  102. package/dist/components/content/blockquote/blockquote.i18n.d.ts.map +1 -0
  103. package/dist/components/content/blockquote/blockquote.i18n.js +4 -0
  104. package/dist/components/content/blockquote/blockquote.i18n.js.map +1 -0
  105. package/dist/components/content/blockquote/blockquote.js +57 -0
  106. package/dist/components/content/blockquote/blockquote.js.map +1 -0
  107. package/dist/components/content/blockquote/blockquote.styles.d.ts +2 -0
  108. package/dist/components/content/blockquote/blockquote.styles.d.ts.map +1 -0
  109. package/dist/components/content/blockquote/blockquote.styles.js +80 -0
  110. package/dist/components/content/blockquote/blockquote.styles.js.map +1 -0
  111. package/dist/components/content/blockquote/blockquote.template.d.ts +3 -0
  112. package/dist/components/content/blockquote/blockquote.template.d.ts.map +1 -0
  113. package/dist/components/content/blockquote/blockquote.template.js +21 -0
  114. package/dist/components/content/blockquote/blockquote.template.js.map +1 -0
  115. package/dist/components/content/icon/icon-aliases.d.ts +3 -0
  116. package/dist/components/content/icon/icon-aliases.d.ts.map +1 -0
  117. package/dist/components/content/icon/icon-aliases.js +178 -0
  118. package/dist/components/content/icon/icon-aliases.js.map +1 -0
  119. package/dist/components/content/icon/icon-registry.d.ts +2 -0
  120. package/dist/components/content/icon/icon-registry.d.ts.map +1 -0
  121. package/dist/components/content/icon/icon-registry.js +124 -0
  122. package/dist/components/content/icon/icon-registry.js.map +1 -0
  123. package/dist/components/content/icon/icon.d.ts +35 -0
  124. package/dist/components/content/icon/icon.d.ts.map +1 -0
  125. package/dist/components/content/icon/icon.js +77 -0
  126. package/dist/components/content/icon/icon.js.map +1 -0
  127. package/dist/components/content/icon/icon.styles.d.ts +2 -0
  128. package/dist/components/content/icon/icon.styles.d.ts.map +1 -0
  129. package/dist/components/content/icon/icon.styles.js +30 -0
  130. package/dist/components/content/icon/icon.styles.js.map +1 -0
  131. package/dist/components/content/icon/icon.template.d.ts +2 -0
  132. package/dist/components/content/icon/icon.template.d.ts.map +1 -0
  133. package/dist/components/content/icon/icon.template.js +13 -0
  134. package/dist/components/content/icon/icon.template.js.map +1 -0
  135. package/dist/components/content/keyboard-shortcut/keyboard-shortcut.d.ts +37 -0
  136. package/dist/components/content/keyboard-shortcut/keyboard-shortcut.d.ts.map +1 -0
  137. package/dist/components/content/keyboard-shortcut/keyboard-shortcut.js +67 -0
  138. package/dist/components/content/keyboard-shortcut/keyboard-shortcut.js.map +1 -0
  139. package/dist/components/content/keyboard-shortcut/keyboard-shortcut.styles.d.ts +2 -0
  140. package/dist/components/content/keyboard-shortcut/keyboard-shortcut.styles.d.ts.map +1 -0
  141. package/dist/components/content/keyboard-shortcut/keyboard-shortcut.styles.js +78 -0
  142. package/dist/components/content/keyboard-shortcut/keyboard-shortcut.styles.js.map +1 -0
  143. package/dist/components/content/keyboard-shortcut/keyboard-shortcut.template.d.ts +3 -0
  144. package/dist/components/content/keyboard-shortcut/keyboard-shortcut.template.d.ts.map +1 -0
  145. package/dist/components/content/keyboard-shortcut/keyboard-shortcut.template.js +20 -0
  146. package/dist/components/content/keyboard-shortcut/keyboard-shortcut.template.js.map +1 -0
  147. package/dist/components/content/rich-text/rich-text.d.ts +24 -0
  148. package/dist/components/content/rich-text/rich-text.d.ts.map +1 -0
  149. package/dist/components/content/rich-text/rich-text.js +36 -0
  150. package/dist/components/content/rich-text/rich-text.js.map +1 -0
  151. package/dist/components/content/tag/tag.d.ts +44 -0
  152. package/dist/components/content/tag/tag.d.ts.map +1 -0
  153. package/dist/components/content/tag/tag.js +111 -0
  154. package/dist/components/content/tag/tag.js.map +1 -0
  155. package/dist/components/content/tag/tag.styles.d.ts +2 -0
  156. package/dist/components/content/tag/tag.styles.d.ts.map +1 -0
  157. package/dist/components/content/tag/tag.styles.js +104 -0
  158. package/dist/components/content/tag/tag.styles.js.map +1 -0
  159. package/dist/components/content/tag/tag.template.d.ts +3 -0
  160. package/dist/components/content/tag/tag.template.d.ts.map +1 -0
  161. package/dist/components/content/tag/tag.template.js +28 -0
  162. package/dist/components/content/tag/tag.template.js.map +1 -0
  163. package/dist/components/content/title/title.d.ts +29 -0
  164. package/dist/components/content/title/title.d.ts.map +1 -0
  165. package/dist/components/content/title/title.js +43 -0
  166. package/dist/components/content/title/title.js.map +1 -0
  167. package/dist/components/content/title/title.styles.d.ts +2 -0
  168. package/dist/components/content/title/title.styles.d.ts.map +1 -0
  169. package/dist/components/content/title/title.styles.js +235 -0
  170. package/dist/components/content/title/title.styles.js.map +1 -0
  171. package/dist/components/content/title/title.template.d.ts +3 -0
  172. package/dist/components/content/title/title.template.d.ts.map +1 -0
  173. package/dist/components/content/title/title.template.js +16 -0
  174. package/dist/components/content/title/title.template.js.map +1 -0
  175. package/dist/components/content/tooltip/tooltip.d.ts +65 -0
  176. package/dist/components/content/tooltip/tooltip.d.ts.map +1 -0
  177. package/dist/components/content/tooltip/tooltip.js +234 -0
  178. package/dist/components/content/tooltip/tooltip.js.map +1 -0
  179. package/dist/components/content/tooltip/tooltip.styles.d.ts +2 -0
  180. package/dist/components/content/tooltip/tooltip.styles.d.ts.map +1 -0
  181. package/dist/components/content/tooltip/tooltip.styles.js +92 -0
  182. package/dist/components/content/tooltip/tooltip.styles.js.map +1 -0
  183. package/dist/components/content/tooltip/tooltip.template.d.ts +4 -0
  184. package/dist/components/content/tooltip/tooltip.template.d.ts.map +1 -0
  185. package/dist/components/content/tooltip/tooltip.template.js +20 -0
  186. package/dist/components/content/tooltip/tooltip.template.js.map +1 -0
  187. package/dist/components/forms/form/form.d.ts +138 -0
  188. package/dist/components/forms/form/form.d.ts.map +1 -0
  189. package/dist/components/forms/form/form.js +260 -0
  190. package/dist/components/forms/form/form.js.map +1 -0
  191. package/dist/components/forms/form-actions/form-actions.d.ts +45 -0
  192. package/dist/components/forms/form-actions/form-actions.d.ts.map +1 -0
  193. package/dist/components/forms/form-actions/form-actions.js +60 -0
  194. package/dist/components/forms/form-actions/form-actions.js.map +1 -0
  195. package/dist/components/forms/form-actions/form-actions.styles.d.ts +2 -0
  196. package/dist/components/forms/form-actions/form-actions.styles.d.ts.map +1 -0
  197. package/dist/components/forms/form-actions/form-actions.styles.js +56 -0
  198. package/dist/components/forms/form-actions/form-actions.styles.js.map +1 -0
  199. package/dist/components/forms/form-actions/form-actions.template.d.ts +3 -0
  200. package/dist/components/forms/form-actions/form-actions.template.d.ts.map +1 -0
  201. package/dist/components/forms/form-actions/form-actions.template.js +11 -0
  202. package/dist/components/forms/form-actions/form-actions.template.js.map +1 -0
  203. package/dist/components/forms/form-field/form-field.d.ts +123 -0
  204. package/dist/components/forms/form-field/form-field.d.ts.map +1 -0
  205. package/dist/components/forms/form-field/form-field.js +314 -0
  206. package/dist/components/forms/form-field/form-field.js.map +1 -0
  207. package/dist/components/forms/form-field/form-field.styles.d.ts +4 -0
  208. package/dist/components/forms/form-field/form-field.styles.d.ts.map +1 -0
  209. package/dist/components/forms/form-field/form-field.styles.js +258 -0
  210. package/dist/components/forms/form-field/form-field.styles.js.map +1 -0
  211. package/dist/components/forms/form-field/form-field.template.d.ts +8 -0
  212. package/dist/components/forms/form-field/form-field.template.d.ts.map +1 -0
  213. package/dist/components/forms/form-field/form-field.template.js +63 -0
  214. package/dist/components/forms/form-field/form-field.template.js.map +1 -0
  215. package/dist/components/forms/form-section/form-section.d.ts +92 -0
  216. package/dist/components/forms/form-section/form-section.d.ts.map +1 -0
  217. package/dist/components/forms/form-section/form-section.js +211 -0
  218. package/dist/components/forms/form-section/form-section.js.map +1 -0
  219. package/dist/components/index.d.ts +89 -0
  220. package/dist/components/index.d.ts.map +1 -0
  221. package/dist/components/index.js +98 -0
  222. package/dist/components/index.js.map +1 -0
  223. package/dist/components/inputs/checkbox/checkbox.d.ts +33 -0
  224. package/dist/components/inputs/checkbox/checkbox.d.ts.map +1 -0
  225. package/dist/components/inputs/checkbox/checkbox.js +83 -0
  226. package/dist/components/inputs/checkbox/checkbox.js.map +1 -0
  227. package/dist/components/inputs/checkbox/checkbox.styles.d.ts +2 -0
  228. package/dist/components/inputs/checkbox/checkbox.styles.d.ts.map +1 -0
  229. package/dist/components/inputs/checkbox/checkbox.styles.js +128 -0
  230. package/dist/components/inputs/checkbox/checkbox.styles.js.map +1 -0
  231. package/dist/components/inputs/checkbox/checkbox.template.d.ts +5 -0
  232. package/dist/components/inputs/checkbox/checkbox.template.d.ts.map +1 -0
  233. package/dist/components/inputs/checkbox/checkbox.template.js +21 -0
  234. package/dist/components/inputs/checkbox/checkbox.template.js.map +1 -0
  235. package/dist/components/inputs/checkbox-field/checkbox-field.d.ts +34 -0
  236. package/dist/components/inputs/checkbox-field/checkbox-field.d.ts.map +1 -0
  237. package/dist/components/inputs/checkbox-field/checkbox-field.js +81 -0
  238. package/dist/components/inputs/checkbox-field/checkbox-field.js.map +1 -0
  239. package/dist/components/inputs/checkbox-field/checkbox-field.styles.d.ts +2 -0
  240. package/dist/components/inputs/checkbox-field/checkbox-field.styles.d.ts.map +1 -0
  241. package/dist/components/inputs/checkbox-field/checkbox-field.styles.js +52 -0
  242. package/dist/components/inputs/checkbox-field/checkbox-field.styles.js.map +1 -0
  243. package/dist/components/inputs/checkbox-field/checkbox-field.template.d.ts +5 -0
  244. package/dist/components/inputs/checkbox-field/checkbox-field.template.d.ts.map +1 -0
  245. package/dist/components/inputs/checkbox-field/checkbox-field.template.js +24 -0
  246. package/dist/components/inputs/checkbox-field/checkbox-field.template.js.map +1 -0
  247. package/dist/components/inputs/combo-box/combo-box.d.ts +125 -0
  248. package/dist/components/inputs/combo-box/combo-box.d.ts.map +1 -0
  249. package/dist/components/inputs/combo-box/combo-box.i18n.d.ts +6 -0
  250. package/dist/components/inputs/combo-box/combo-box.i18n.d.ts.map +1 -0
  251. package/dist/components/inputs/combo-box/combo-box.i18n.js +5 -0
  252. package/dist/components/inputs/combo-box/combo-box.i18n.js.map +1 -0
  253. package/dist/components/inputs/combo-box/combo-box.js +393 -0
  254. package/dist/components/inputs/combo-box/combo-box.js.map +1 -0
  255. package/dist/components/inputs/combo-box/combo-box.styles.d.ts +2 -0
  256. package/dist/components/inputs/combo-box/combo-box.styles.d.ts.map +1 -0
  257. package/dist/components/inputs/combo-box/combo-box.styles.js +190 -0
  258. package/dist/components/inputs/combo-box/combo-box.styles.js.map +1 -0
  259. package/dist/components/inputs/combo-box/combo-box.template.d.ts +6 -0
  260. package/dist/components/inputs/combo-box/combo-box.template.d.ts.map +1 -0
  261. package/dist/components/inputs/combo-box/combo-box.template.js +81 -0
  262. package/dist/components/inputs/combo-box/combo-box.template.js.map +1 -0
  263. package/dist/components/inputs/dropdown/dropdown.d.ts +58 -0
  264. package/dist/components/inputs/dropdown/dropdown.d.ts.map +1 -0
  265. package/dist/components/inputs/dropdown/dropdown.js +145 -0
  266. package/dist/components/inputs/dropdown/dropdown.js.map +1 -0
  267. package/dist/components/inputs/dropdown/dropdown.styles.d.ts +2 -0
  268. package/dist/components/inputs/dropdown/dropdown.styles.d.ts.map +1 -0
  269. package/dist/components/inputs/dropdown/dropdown.styles.js +185 -0
  270. package/dist/components/inputs/dropdown/dropdown.styles.js.map +1 -0
  271. package/dist/components/inputs/dropdown/dropdown.template.d.ts +5 -0
  272. package/dist/components/inputs/dropdown/dropdown.template.d.ts.map +1 -0
  273. package/dist/components/inputs/dropdown/dropdown.template.js +38 -0
  274. package/dist/components/inputs/dropdown/dropdown.template.js.map +1 -0
  275. package/dist/components/inputs/number-field/number-field.d.ts +71 -0
  276. package/dist/components/inputs/number-field/number-field.d.ts.map +1 -0
  277. package/dist/components/inputs/number-field/number-field.i18n.d.ts +7 -0
  278. package/dist/components/inputs/number-field/number-field.i18n.d.ts.map +1 -0
  279. package/dist/components/inputs/number-field/number-field.i18n.js +6 -0
  280. package/dist/components/inputs/number-field/number-field.i18n.js.map +1 -0
  281. package/dist/components/inputs/number-field/number-field.js +191 -0
  282. package/dist/components/inputs/number-field/number-field.js.map +1 -0
  283. package/dist/components/inputs/number-field/number-field.styles.d.ts +2 -0
  284. package/dist/components/inputs/number-field/number-field.styles.d.ts.map +1 -0
  285. package/dist/components/inputs/number-field/number-field.styles.js +153 -0
  286. package/dist/components/inputs/number-field/number-field.styles.js.map +1 -0
  287. package/dist/components/inputs/number-field/number-field.template.d.ts +5 -0
  288. package/dist/components/inputs/number-field/number-field.template.d.ts.map +1 -0
  289. package/dist/components/inputs/number-field/number-field.template.js +52 -0
  290. package/dist/components/inputs/number-field/number-field.template.js.map +1 -0
  291. package/dist/components/inputs/password-field/password-field.d.ts +84 -0
  292. package/dist/components/inputs/password-field/password-field.d.ts.map +1 -0
  293. package/dist/components/inputs/password-field/password-field.js +180 -0
  294. package/dist/components/inputs/password-field/password-field.js.map +1 -0
  295. package/dist/components/inputs/password-field/password-field.styles.d.ts +2 -0
  296. package/dist/components/inputs/password-field/password-field.styles.d.ts.map +1 -0
  297. package/dist/components/inputs/password-field/password-field.styles.js +223 -0
  298. package/dist/components/inputs/password-field/password-field.styles.js.map +1 -0
  299. package/dist/components/inputs/password-field/password-field.template.d.ts +6 -0
  300. package/dist/components/inputs/password-field/password-field.template.d.ts.map +1 -0
  301. package/dist/components/inputs/password-field/password-field.template.js +70 -0
  302. package/dist/components/inputs/password-field/password-field.template.js.map +1 -0
  303. package/dist/components/inputs/radio-button/radio-button.d.ts +40 -0
  304. package/dist/components/inputs/radio-button/radio-button.d.ts.map +1 -0
  305. package/dist/components/inputs/radio-button/radio-button.js +87 -0
  306. package/dist/components/inputs/radio-button/radio-button.js.map +1 -0
  307. package/dist/components/inputs/radio-button/radio-button.styles.d.ts +2 -0
  308. package/dist/components/inputs/radio-button/radio-button.styles.d.ts.map +1 -0
  309. package/dist/components/inputs/radio-button/radio-button.styles.js +122 -0
  310. package/dist/components/inputs/radio-button/radio-button.styles.js.map +1 -0
  311. package/dist/components/inputs/radio-button/radio-button.template.d.ts +4 -0
  312. package/dist/components/inputs/radio-button/radio-button.template.d.ts.map +1 -0
  313. package/dist/components/inputs/radio-button/radio-button.template.js +19 -0
  314. package/dist/components/inputs/radio-button/radio-button.template.js.map +1 -0
  315. package/dist/components/inputs/radio-button-field/radio-button-field.d.ts +34 -0
  316. package/dist/components/inputs/radio-button-field/radio-button-field.d.ts.map +1 -0
  317. package/dist/components/inputs/radio-button-field/radio-button-field.js +79 -0
  318. package/dist/components/inputs/radio-button-field/radio-button-field.js.map +1 -0
  319. package/dist/components/inputs/radio-button-field/radio-button-field.styles.d.ts +2 -0
  320. package/dist/components/inputs/radio-button-field/radio-button-field.styles.d.ts.map +1 -0
  321. package/dist/components/inputs/radio-button-field/radio-button-field.styles.js +52 -0
  322. package/dist/components/inputs/radio-button-field/radio-button-field.styles.js.map +1 -0
  323. package/dist/components/inputs/radio-button-field/radio-button-field.template.d.ts +5 -0
  324. package/dist/components/inputs/radio-button-field/radio-button-field.template.d.ts.map +1 -0
  325. package/dist/components/inputs/radio-button-field/radio-button-field.template.js +24 -0
  326. package/dist/components/inputs/radio-button-field/radio-button-field.template.js.map +1 -0
  327. package/dist/components/inputs/radio-button-group/radio-button-group.d.ts +40 -0
  328. package/dist/components/inputs/radio-button-group/radio-button-group.d.ts.map +1 -0
  329. package/dist/components/inputs/radio-button-group/radio-button-group.js +151 -0
  330. package/dist/components/inputs/radio-button-group/radio-button-group.js.map +1 -0
  331. package/dist/components/inputs/radio-button-group/radio-button-group.styles.d.ts +2 -0
  332. package/dist/components/inputs/radio-button-group/radio-button-group.styles.d.ts.map +1 -0
  333. package/dist/components/inputs/radio-button-group/radio-button-group.styles.js +23 -0
  334. package/dist/components/inputs/radio-button-group/radio-button-group.styles.js.map +1 -0
  335. package/dist/components/inputs/radio-button-group/radio-button-group.template.d.ts +4 -0
  336. package/dist/components/inputs/radio-button-group/radio-button-group.template.d.ts.map +1 -0
  337. package/dist/components/inputs/radio-button-group/radio-button-group.template.js +9 -0
  338. package/dist/components/inputs/radio-button-group/radio-button-group.template.js.map +1 -0
  339. package/dist/components/inputs/search-field/search-field.d.ts +65 -0
  340. package/dist/components/inputs/search-field/search-field.d.ts.map +1 -0
  341. package/dist/components/inputs/search-field/search-field.i18n.d.ts +6 -0
  342. package/dist/components/inputs/search-field/search-field.i18n.d.ts.map +1 -0
  343. package/dist/components/inputs/search-field/search-field.i18n.js +5 -0
  344. package/dist/components/inputs/search-field/search-field.i18n.js.map +1 -0
  345. package/dist/components/inputs/search-field/search-field.js +155 -0
  346. package/dist/components/inputs/search-field/search-field.js.map +1 -0
  347. package/dist/components/inputs/search-field/search-field.styles.d.ts +2 -0
  348. package/dist/components/inputs/search-field/search-field.styles.d.ts.map +1 -0
  349. package/dist/components/inputs/search-field/search-field.styles.js +178 -0
  350. package/dist/components/inputs/search-field/search-field.styles.js.map +1 -0
  351. package/dist/components/inputs/search-field/search-field.template.d.ts +7 -0
  352. package/dist/components/inputs/search-field/search-field.template.d.ts.map +1 -0
  353. package/dist/components/inputs/search-field/search-field.template.js +50 -0
  354. package/dist/components/inputs/search-field/search-field.template.js.map +1 -0
  355. package/dist/components/inputs/segmented-control/segmented-control.d.ts +109 -0
  356. package/dist/components/inputs/segmented-control/segmented-control.d.ts.map +1 -0
  357. package/dist/components/inputs/segmented-control/segmented-control.js +356 -0
  358. package/dist/components/inputs/segmented-control/segmented-control.js.map +1 -0
  359. package/dist/components/inputs/segmented-control/segmented-control.styles.d.ts +3 -0
  360. package/dist/components/inputs/segmented-control/segmented-control.styles.d.ts.map +1 -0
  361. package/dist/components/inputs/segmented-control/segmented-control.styles.js +220 -0
  362. package/dist/components/inputs/segmented-control/segmented-control.styles.js.map +1 -0
  363. package/dist/components/inputs/segmented-control/segmented-control.template.d.ts +6 -0
  364. package/dist/components/inputs/segmented-control/segmented-control.template.d.ts.map +1 -0
  365. package/dist/components/inputs/segmented-control/segmented-control.template.js +38 -0
  366. package/dist/components/inputs/segmented-control/segmented-control.template.js.map +1 -0
  367. package/dist/components/inputs/stepper/stepper.d.ts +44 -0
  368. package/dist/components/inputs/stepper/stepper.d.ts.map +1 -0
  369. package/dist/components/inputs/stepper/stepper.i18n.d.ts +7 -0
  370. package/dist/components/inputs/stepper/stepper.i18n.d.ts.map +1 -0
  371. package/dist/components/inputs/stepper/stepper.i18n.js +6 -0
  372. package/dist/components/inputs/stepper/stepper.i18n.js.map +1 -0
  373. package/dist/components/inputs/stepper/stepper.js +130 -0
  374. package/dist/components/inputs/stepper/stepper.js.map +1 -0
  375. package/dist/components/inputs/stepper/stepper.styles.d.ts +2 -0
  376. package/dist/components/inputs/stepper/stepper.styles.d.ts.map +1 -0
  377. package/dist/components/inputs/stepper/stepper.styles.js +85 -0
  378. package/dist/components/inputs/stepper/stepper.styles.js.map +1 -0
  379. package/dist/components/inputs/stepper/stepper.template.d.ts +5 -0
  380. package/dist/components/inputs/stepper/stepper.template.d.ts.map +1 -0
  381. package/dist/components/inputs/stepper/stepper.template.js +43 -0
  382. package/dist/components/inputs/stepper/stepper.template.js.map +1 -0
  383. package/dist/components/inputs/switch/switch.d.ts +44 -0
  384. package/dist/components/inputs/switch/switch.d.ts.map +1 -0
  385. package/dist/components/inputs/switch/switch.js +137 -0
  386. package/dist/components/inputs/switch/switch.js.map +1 -0
  387. package/dist/components/inputs/switch/switch.styles.d.ts +2 -0
  388. package/dist/components/inputs/switch/switch.styles.d.ts.map +1 -0
  389. package/dist/components/inputs/switch/switch.styles.js +156 -0
  390. package/dist/components/inputs/switch/switch.styles.js.map +1 -0
  391. package/dist/components/inputs/switch/switch.template.d.ts +5 -0
  392. package/dist/components/inputs/switch/switch.template.d.ts.map +1 -0
  393. package/dist/components/inputs/switch/switch.template.js +31 -0
  394. package/dist/components/inputs/switch/switch.template.js.map +1 -0
  395. package/dist/components/inputs/switch-field/switch-field.d.ts +32 -0
  396. package/dist/components/inputs/switch-field/switch-field.d.ts.map +1 -0
  397. package/dist/components/inputs/switch-field/switch-field.js +74 -0
  398. package/dist/components/inputs/switch-field/switch-field.js.map +1 -0
  399. package/dist/components/inputs/switch-field/switch-field.styles.d.ts +2 -0
  400. package/dist/components/inputs/switch-field/switch-field.styles.d.ts.map +1 -0
  401. package/dist/components/inputs/switch-field/switch-field.styles.js +52 -0
  402. package/dist/components/inputs/switch-field/switch-field.styles.js.map +1 -0
  403. package/dist/components/inputs/switch-field/switch-field.template.d.ts +5 -0
  404. package/dist/components/inputs/switch-field/switch-field.template.d.ts.map +1 -0
  405. package/dist/components/inputs/switch-field/switch-field.template.js +24 -0
  406. package/dist/components/inputs/switch-field/switch-field.template.js.map +1 -0
  407. package/dist/components/inputs/text-field/text-field.d.ts +69 -0
  408. package/dist/components/inputs/text-field/text-field.d.ts.map +1 -0
  409. package/dist/components/inputs/text-field/text-field.js +150 -0
  410. package/dist/components/inputs/text-field/text-field.js.map +1 -0
  411. package/dist/components/inputs/text-field/text-field.styles.d.ts +2 -0
  412. package/dist/components/inputs/text-field/text-field.styles.d.ts.map +1 -0
  413. package/dist/components/inputs/text-field/text-field.styles.js +184 -0
  414. package/dist/components/inputs/text-field/text-field.styles.js.map +1 -0
  415. package/dist/components/inputs/text-field/text-field.template.d.ts +5 -0
  416. package/dist/components/inputs/text-field/text-field.template.d.ts.map +1 -0
  417. package/dist/components/inputs/text-field/text-field.template.js +50 -0
  418. package/dist/components/inputs/text-field/text-field.template.js.map +1 -0
  419. package/dist/components/inputs/toggle-button/toggle-button.d.ts +60 -0
  420. package/dist/components/inputs/toggle-button/toggle-button.d.ts.map +1 -0
  421. package/dist/components/inputs/toggle-button/toggle-button.js +137 -0
  422. package/dist/components/inputs/toggle-button/toggle-button.js.map +1 -0
  423. package/dist/components/inputs/toggle-button/toggle-button.styles.d.ts +2 -0
  424. package/dist/components/inputs/toggle-button/toggle-button.styles.d.ts.map +1 -0
  425. package/dist/components/inputs/toggle-button/toggle-button.styles.js +168 -0
  426. package/dist/components/inputs/toggle-button/toggle-button.styles.js.map +1 -0
  427. package/dist/components/inputs/toggle-button/toggle-button.template.d.ts +5 -0
  428. package/dist/components/inputs/toggle-button/toggle-button.template.d.ts.map +1 -0
  429. package/dist/components/inputs/toggle-button/toggle-button.template.js +52 -0
  430. package/dist/components/inputs/toggle-button/toggle-button.template.js.map +1 -0
  431. package/dist/components/inputs/toggle-button-group/toggle-button-group.d.ts +56 -0
  432. package/dist/components/inputs/toggle-button-group/toggle-button-group.d.ts.map +1 -0
  433. package/dist/components/inputs/toggle-button-group/toggle-button-group.js +187 -0
  434. package/dist/components/inputs/toggle-button-group/toggle-button-group.js.map +1 -0
  435. package/dist/components/inputs/toggle-button-group/toggle-button-group.styles.d.ts +2 -0
  436. package/dist/components/inputs/toggle-button-group/toggle-button-group.styles.d.ts.map +1 -0
  437. package/dist/components/inputs/toggle-button-group/toggle-button-group.styles.js +33 -0
  438. package/dist/components/inputs/toggle-button-group/toggle-button-group.styles.js.map +1 -0
  439. package/dist/components/inputs/toggle-button-group/toggle-button-group.template.d.ts +4 -0
  440. package/dist/components/inputs/toggle-button-group/toggle-button-group.template.d.ts.map +1 -0
  441. package/dist/components/inputs/toggle-button-group/toggle-button-group.template.js +9 -0
  442. package/dist/components/inputs/toggle-button-group/toggle-button-group.template.js.map +1 -0
  443. package/dist/components/inputs/token/token.d.ts +42 -0
  444. package/dist/components/inputs/token/token.d.ts.map +1 -0
  445. package/dist/components/inputs/token/token.js +86 -0
  446. package/dist/components/inputs/token/token.js.map +1 -0
  447. package/dist/components/inputs/token/token.styles.d.ts +2 -0
  448. package/dist/components/inputs/token/token.styles.d.ts.map +1 -0
  449. package/dist/components/inputs/token/token.styles.js +131 -0
  450. package/dist/components/inputs/token/token.styles.js.map +1 -0
  451. package/dist/components/inputs/token/token.template.d.ts +4 -0
  452. package/dist/components/inputs/token/token.template.d.ts.map +1 -0
  453. package/dist/components/inputs/token/token.template.js +37 -0
  454. package/dist/components/inputs/token/token.template.js.map +1 -0
  455. package/dist/components/layout/app-view/app-view.d.ts +29 -0
  456. package/dist/components/layout/app-view/app-view.d.ts.map +1 -0
  457. package/dist/components/layout/app-view/app-view.js +45 -0
  458. package/dist/components/layout/app-view/app-view.js.map +1 -0
  459. package/dist/components/layout/app-view/app-view.styles.d.ts +2 -0
  460. package/dist/components/layout/app-view/app-view.styles.d.ts.map +1 -0
  461. package/dist/components/layout/app-view/app-view.styles.js +44 -0
  462. package/dist/components/layout/app-view/app-view.styles.js.map +1 -0
  463. package/dist/components/layout/app-view/app-view.template.d.ts +4 -0
  464. package/dist/components/layout/app-view/app-view.template.d.ts.map +1 -0
  465. package/dist/components/layout/app-view/app-view.template.js +9 -0
  466. package/dist/components/layout/app-view/app-view.template.js.map +1 -0
  467. package/dist/components/layout/box/box.d.ts +21 -0
  468. package/dist/components/layout/box/box.d.ts.map +1 -0
  469. package/dist/components/layout/box/box.js +31 -0
  470. package/dist/components/layout/box/box.js.map +1 -0
  471. package/dist/components/layout/box/box.styles.d.ts +2 -0
  472. package/dist/components/layout/box/box.styles.d.ts.map +1 -0
  473. package/dist/components/layout/box/box.styles.js +25 -0
  474. package/dist/components/layout/box/box.styles.js.map +1 -0
  475. package/dist/components/layout/box/box.template.d.ts +4 -0
  476. package/dist/components/layout/box/box.template.d.ts.map +1 -0
  477. package/dist/components/layout/box/box.template.js +9 -0
  478. package/dist/components/layout/box/box.template.js.map +1 -0
  479. package/dist/components/layout/card/card.d.ts +28 -0
  480. package/dist/components/layout/card/card.d.ts.map +1 -0
  481. package/dist/components/layout/card/card.js +47 -0
  482. package/dist/components/layout/card/card.js.map +1 -0
  483. package/dist/components/layout/card/card.styles.d.ts +2 -0
  484. package/dist/components/layout/card/card.styles.d.ts.map +1 -0
  485. package/dist/components/layout/card/card.styles.js +63 -0
  486. package/dist/components/layout/card/card.styles.js.map +1 -0
  487. package/dist/components/layout/card/card.template.d.ts +4 -0
  488. package/dist/components/layout/card/card.template.d.ts.map +1 -0
  489. package/dist/components/layout/card/card.template.js +27 -0
  490. package/dist/components/layout/card/card.template.js.map +1 -0
  491. package/dist/components/layout/collection/collection.d.ts +77 -0
  492. package/dist/components/layout/collection/collection.d.ts.map +1 -0
  493. package/dist/components/layout/collection/collection.i18n.d.ts +7 -0
  494. package/dist/components/layout/collection/collection.i18n.d.ts.map +1 -0
  495. package/dist/components/layout/collection/collection.i18n.js +6 -0
  496. package/dist/components/layout/collection/collection.i18n.js.map +1 -0
  497. package/dist/components/layout/collection/collection.js +193 -0
  498. package/dist/components/layout/collection/collection.js.map +1 -0
  499. package/dist/components/layout/collection/collection.styles.d.ts +2 -0
  500. package/dist/components/layout/collection/collection.styles.d.ts.map +1 -0
  501. package/dist/components/layout/collection/collection.styles.js +144 -0
  502. package/dist/components/layout/collection/collection.styles.js.map +1 -0
  503. package/dist/components/layout/collection/collection.template.d.ts +4 -0
  504. package/dist/components/layout/collection/collection.template.d.ts.map +1 -0
  505. package/dist/components/layout/collection/collection.template.js +39 -0
  506. package/dist/components/layout/collection/collection.template.js.map +1 -0
  507. package/dist/components/layout/container/container.d.ts +93 -0
  508. package/dist/components/layout/container/container.d.ts.map +1 -0
  509. package/dist/components/layout/container/container.js +251 -0
  510. package/dist/components/layout/container/container.js.map +1 -0
  511. package/dist/components/layout/container/container.styles.d.ts +2 -0
  512. package/dist/components/layout/container/container.styles.d.ts.map +1 -0
  513. package/dist/components/layout/container/container.styles.js +1155 -0
  514. package/dist/components/layout/container/container.styles.js.map +1 -0
  515. package/dist/components/layout/container/container.template.d.ts +4 -0
  516. package/dist/components/layout/container/container.template.d.ts.map +1 -0
  517. package/dist/components/layout/container/container.template.js +9 -0
  518. package/dist/components/layout/container/container.template.js.map +1 -0
  519. package/dist/components/layout/divider/divider.d.ts +18 -0
  520. package/dist/components/layout/divider/divider.d.ts.map +1 -0
  521. package/dist/components/layout/divider/divider.js +28 -0
  522. package/dist/components/layout/divider/divider.js.map +1 -0
  523. package/dist/components/layout/divider/divider.styles.d.ts +2 -0
  524. package/dist/components/layout/divider/divider.styles.d.ts.map +1 -0
  525. package/dist/components/layout/divider/divider.styles.js +32 -0
  526. package/dist/components/layout/divider/divider.styles.js.map +1 -0
  527. package/dist/components/layout/divider/divider.template.d.ts +4 -0
  528. package/dist/components/layout/divider/divider.template.d.ts.map +1 -0
  529. package/dist/components/layout/divider/divider.template.js +7 -0
  530. package/dist/components/layout/divider/divider.template.js.map +1 -0
  531. package/dist/components/layout/page/page.d.ts +48 -0
  532. package/dist/components/layout/page/page.d.ts.map +1 -0
  533. package/dist/components/layout/page/page.js +138 -0
  534. package/dist/components/layout/page/page.js.map +1 -0
  535. package/dist/components/layout/page/page.styles.d.ts +2 -0
  536. package/dist/components/layout/page/page.styles.d.ts.map +1 -0
  537. package/dist/components/layout/page/page.styles.js +133 -0
  538. package/dist/components/layout/page/page.styles.js.map +1 -0
  539. package/dist/components/layout/page/page.template.d.ts +4 -0
  540. package/dist/components/layout/page/page.template.d.ts.map +1 -0
  541. package/dist/components/layout/page/page.template.js +17 -0
  542. package/dist/components/layout/page/page.template.js.map +1 -0
  543. package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.d.ts +28 -0
  544. package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.d.ts.map +1 -0
  545. package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.js +44 -0
  546. package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.js.map +1 -0
  547. package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.styles.d.ts +2 -0
  548. package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.styles.d.ts.map +1 -0
  549. package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.styles.js +112 -0
  550. package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.styles.js.map +1 -0
  551. package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.template.d.ts +4 -0
  552. package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.template.d.ts.map +1 -0
  553. package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.template.js +19 -0
  554. package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.template.js.map +1 -0
  555. package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.d.ts +26 -0
  556. package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.d.ts.map +1 -0
  557. package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.js +36 -0
  558. package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.js.map +1 -0
  559. package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.styles.d.ts +2 -0
  560. package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.styles.d.ts.map +1 -0
  561. package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.styles.js +120 -0
  562. package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.styles.js.map +1 -0
  563. package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.template.d.ts +4 -0
  564. package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.template.d.ts.map +1 -0
  565. package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.template.js +21 -0
  566. package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.template.js.map +1 -0
  567. package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.d.ts +26 -0
  568. package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.d.ts.map +1 -0
  569. package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.js +36 -0
  570. package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.js.map +1 -0
  571. package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.styles.d.ts +2 -0
  572. package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.styles.d.ts.map +1 -0
  573. package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.styles.js +120 -0
  574. package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.styles.js.map +1 -0
  575. package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.template.d.ts +4 -0
  576. package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.template.d.ts.map +1 -0
  577. package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.template.js +21 -0
  578. package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.template.js.map +1 -0
  579. package/dist/components/layout/page-sections/simple-section/simple-section.d.ts +28 -0
  580. package/dist/components/layout/page-sections/simple-section/simple-section.d.ts.map +1 -0
  581. package/dist/components/layout/page-sections/simple-section/simple-section.js +44 -0
  582. package/dist/components/layout/page-sections/simple-section/simple-section.js.map +1 -0
  583. package/dist/components/layout/page-sections/simple-section/simple-section.styles.d.ts +2 -0
  584. package/dist/components/layout/page-sections/simple-section/simple-section.styles.d.ts.map +1 -0
  585. package/dist/components/layout/page-sections/simple-section/simple-section.styles.js +118 -0
  586. package/dist/components/layout/page-sections/simple-section/simple-section.styles.js.map +1 -0
  587. package/dist/components/layout/page-sections/simple-section/simple-section.template.d.ts +4 -0
  588. package/dist/components/layout/page-sections/simple-section/simple-section.template.d.ts.map +1 -0
  589. package/dist/components/layout/page-sections/simple-section/simple-section.template.js +19 -0
  590. package/dist/components/layout/page-sections/simple-section/simple-section.template.js.map +1 -0
  591. package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.d.ts +26 -0
  592. package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.d.ts.map +1 -0
  593. package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.js +36 -0
  594. package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.js.map +1 -0
  595. package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.styles.d.ts +2 -0
  596. package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.styles.d.ts.map +1 -0
  597. package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.styles.js +121 -0
  598. package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.styles.js.map +1 -0
  599. package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.template.d.ts +4 -0
  600. package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.template.d.ts.map +1 -0
  601. package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.template.js +21 -0
  602. package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.template.js.map +1 -0
  603. package/dist/components/layout/popover/popover.d.ts +105 -0
  604. package/dist/components/layout/popover/popover.d.ts.map +1 -0
  605. package/dist/components/layout/popover/popover.i18n.d.ts +5 -0
  606. package/dist/components/layout/popover/popover.i18n.d.ts.map +1 -0
  607. package/dist/components/layout/popover/popover.i18n.js +4 -0
  608. package/dist/components/layout/popover/popover.i18n.js.map +1 -0
  609. package/dist/components/layout/popover/popover.js +440 -0
  610. package/dist/components/layout/popover/popover.js.map +1 -0
  611. package/dist/components/layout/popover/popover.styles.d.ts +2 -0
  612. package/dist/components/layout/popover/popover.styles.d.ts.map +1 -0
  613. package/dist/components/layout/popover/popover.styles.js +84 -0
  614. package/dist/components/layout/popover/popover.styles.js.map +1 -0
  615. package/dist/components/layout/popover/popover.template.d.ts +3 -0
  616. package/dist/components/layout/popover/popover.template.d.ts.map +1 -0
  617. package/dist/components/layout/popover/popover.template.js +5 -0
  618. package/dist/components/layout/popover/popover.template.js.map +1 -0
  619. package/dist/components/layout/sheet/sheet.d.ts +63 -0
  620. package/dist/components/layout/sheet/sheet.d.ts.map +1 -0
  621. package/dist/components/layout/sheet/sheet.js +166 -0
  622. package/dist/components/layout/sheet/sheet.js.map +1 -0
  623. package/dist/components/layout/sheet/sheet.styles.d.ts +2 -0
  624. package/dist/components/layout/sheet/sheet.styles.d.ts.map +1 -0
  625. package/dist/components/layout/sheet/sheet.styles.js +217 -0
  626. package/dist/components/layout/sheet/sheet.styles.js.map +1 -0
  627. package/dist/components/layout/sheet/sheet.template.d.ts +3 -0
  628. package/dist/components/layout/sheet/sheet.template.d.ts.map +1 -0
  629. package/dist/components/layout/sheet/sheet.template.js +17 -0
  630. package/dist/components/layout/sheet/sheet.template.js.map +1 -0
  631. package/dist/components/layout/spacer/spacer.d.ts +23 -0
  632. package/dist/components/layout/spacer/spacer.d.ts.map +1 -0
  633. package/dist/components/layout/spacer/spacer.js +36 -0
  634. package/dist/components/layout/spacer/spacer.js.map +1 -0
  635. package/dist/components/layout/spacer/spacer.styles.d.ts +2 -0
  636. package/dist/components/layout/spacer/spacer.styles.d.ts.map +1 -0
  637. package/dist/components/layout/spacer/spacer.styles.js +156 -0
  638. package/dist/components/layout/spacer/spacer.styles.js.map +1 -0
  639. package/dist/components/layout/spacer/spacer.template.d.ts +1 -0
  640. package/dist/components/layout/spacer/spacer.template.d.ts.map +1 -0
  641. package/dist/components/layout/spacer/spacer.template.js +2 -0
  642. package/dist/components/layout/spacer/spacer.template.js.map +1 -0
  643. package/dist/components/layout/split-views/bar-split-view/bar-split-view.d.ts +65 -0
  644. package/dist/components/layout/split-views/bar-split-view/bar-split-view.d.ts.map +1 -0
  645. package/dist/components/layout/split-views/bar-split-view/bar-split-view.js +203 -0
  646. package/dist/components/layout/split-views/bar-split-view/bar-split-view.js.map +1 -0
  647. package/dist/components/layout/split-views/bar-split-view/bar-split-view.styles.d.ts +2 -0
  648. package/dist/components/layout/split-views/bar-split-view/bar-split-view.styles.d.ts.map +1 -0
  649. package/dist/components/layout/split-views/bar-split-view/bar-split-view.styles.js +128 -0
  650. package/dist/components/layout/split-views/bar-split-view/bar-split-view.styles.js.map +1 -0
  651. package/dist/components/layout/split-views/bar-split-view/bar-split-view.template.d.ts +5 -0
  652. package/dist/components/layout/split-views/bar-split-view/bar-split-view.template.d.ts.map +1 -0
  653. package/dist/components/layout/split-views/bar-split-view/bar-split-view.template.js +39 -0
  654. package/dist/components/layout/split-views/bar-split-view/bar-split-view.template.js.map +1 -0
  655. package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.d.ts +86 -0
  656. package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.d.ts.map +1 -0
  657. package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.js +385 -0
  658. package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.js.map +1 -0
  659. package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.styles.d.ts +2 -0
  660. package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.styles.d.ts.map +1 -0
  661. package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.styles.js +318 -0
  662. package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.styles.js.map +1 -0
  663. package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.template.d.ts +5 -0
  664. package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.template.d.ts.map +1 -0
  665. package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.template.js +60 -0
  666. package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.template.js.map +1 -0
  667. package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.d.ts +38 -0
  668. package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.d.ts.map +1 -0
  669. package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.js +83 -0
  670. package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.js.map +1 -0
  671. package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.styles.d.ts +2 -0
  672. package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.styles.d.ts.map +1 -0
  673. package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.styles.js +66 -0
  674. package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.styles.js.map +1 -0
  675. package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.template.d.ts +5 -0
  676. package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.template.d.ts.map +1 -0
  677. package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.template.js +22 -0
  678. package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.template.js.map +1 -0
  679. package/dist/components/layout/split-views/split-view-divider/split-view-divider.d.ts +28 -0
  680. package/dist/components/layout/split-views/split-view-divider/split-view-divider.d.ts.map +1 -0
  681. package/dist/components/layout/split-views/split-view-divider/split-view-divider.js +45 -0
  682. package/dist/components/layout/split-views/split-view-divider/split-view-divider.js.map +1 -0
  683. package/dist/components/layout/split-views/split-view-divider/split-view-divider.styles.d.ts +2 -0
  684. package/dist/components/layout/split-views/split-view-divider/split-view-divider.styles.d.ts.map +1 -0
  685. package/dist/components/layout/split-views/split-view-divider/split-view-divider.styles.js +83 -0
  686. package/dist/components/layout/split-views/split-view-divider/split-view-divider.styles.js.map +1 -0
  687. package/dist/components/layout/split-views/split-view-divider/split-view-divider.template.d.ts +4 -0
  688. package/dist/components/layout/split-views/split-view-divider/split-view-divider.template.d.ts.map +1 -0
  689. package/dist/components/layout/split-views/split-view-divider/split-view-divider.template.js +15 -0
  690. package/dist/components/layout/split-views/split-view-divider/split-view-divider.template.js.map +1 -0
  691. package/dist/components/layout/split-views/split-view-pane/split-view-pane.d.ts +38 -0
  692. package/dist/components/layout/split-views/split-view-pane/split-view-pane.d.ts.map +1 -0
  693. package/dist/components/layout/split-views/split-view-pane/split-view-pane.js +60 -0
  694. package/dist/components/layout/split-views/split-view-pane/split-view-pane.js.map +1 -0
  695. package/dist/components/layout/split-views/split-view-pane/split-view-pane.styles.d.ts +2 -0
  696. package/dist/components/layout/split-views/split-view-pane/split-view-pane.styles.d.ts.map +1 -0
  697. package/dist/components/layout/split-views/split-view-pane/split-view-pane.styles.js +56 -0
  698. package/dist/components/layout/split-views/split-view-pane/split-view-pane.styles.js.map +1 -0
  699. package/dist/components/layout/split-views/split-view-pane/split-view-pane.template.d.ts +4 -0
  700. package/dist/components/layout/split-views/split-view-pane/split-view-pane.template.d.ts.map +1 -0
  701. package/dist/components/layout/split-views/split-view-pane/split-view-pane.template.js +9 -0
  702. package/dist/components/layout/split-views/split-view-pane/split-view-pane.template.js.map +1 -0
  703. package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.d.ts +38 -0
  704. package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.d.ts.map +1 -0
  705. package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.js +83 -0
  706. package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.js.map +1 -0
  707. package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.styles.d.ts +2 -0
  708. package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.styles.d.ts.map +1 -0
  709. package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.styles.js +67 -0
  710. package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.styles.js.map +1 -0
  711. package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.template.d.ts +5 -0
  712. package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.template.d.ts.map +1 -0
  713. package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.template.js +22 -0
  714. package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.template.js.map +1 -0
  715. package/dist/components/layout/window/window.d.ts +92 -0
  716. package/dist/components/layout/window/window.d.ts.map +1 -0
  717. package/dist/components/layout/window/window.i18n.d.ts +5 -0
  718. package/dist/components/layout/window/window.i18n.d.ts.map +1 -0
  719. package/dist/components/layout/window/window.i18n.js +4 -0
  720. package/dist/components/layout/window/window.i18n.js.map +1 -0
  721. package/dist/components/layout/window/window.js +390 -0
  722. package/dist/components/layout/window/window.js.map +1 -0
  723. package/dist/components/layout/window/window.styles.d.ts +2 -0
  724. package/dist/components/layout/window/window.styles.d.ts.map +1 -0
  725. package/dist/components/layout/window/window.styles.js +104 -0
  726. package/dist/components/layout/window/window.styles.js.map +1 -0
  727. package/dist/components/layout/window/window.template.d.ts +4 -0
  728. package/dist/components/layout/window/window.template.d.ts.map +1 -0
  729. package/dist/components/layout/window/window.template.js +18 -0
  730. package/dist/components/layout/window/window.template.js.map +1 -0
  731. package/dist/components/lists-and-menus/cells/cell/cell.d.ts +44 -0
  732. package/dist/components/lists-and-menus/cells/cell/cell.d.ts.map +1 -0
  733. package/dist/components/lists-and-menus/cells/cell/cell.js +95 -0
  734. package/dist/components/lists-and-menus/cells/cell/cell.js.map +1 -0
  735. package/dist/components/lists-and-menus/cells/cell/cell.styles.d.ts +2 -0
  736. package/dist/components/lists-and-menus/cells/cell/cell.styles.d.ts.map +1 -0
  737. package/dist/components/lists-and-menus/cells/cell/cell.styles.js +75 -0
  738. package/dist/components/lists-and-menus/cells/cell/cell.styles.js.map +1 -0
  739. package/dist/components/lists-and-menus/cells/cell/cell.template.d.ts +2 -0
  740. package/dist/components/lists-and-menus/cells/cell/cell.template.d.ts.map +1 -0
  741. package/dist/components/lists-and-menus/cells/cell/cell.template.js +3 -0
  742. package/dist/components/lists-and-menus/cells/cell/cell.template.js.map +1 -0
  743. package/dist/components/lists-and-menus/cells/description-cell/description-cell.d.ts +46 -0
  744. package/dist/components/lists-and-menus/cells/description-cell/description-cell.d.ts.map +1 -0
  745. package/dist/components/lists-and-menus/cells/description-cell/description-cell.js +97 -0
  746. package/dist/components/lists-and-menus/cells/description-cell/description-cell.js.map +1 -0
  747. package/dist/components/lists-and-menus/cells/description-cell/description-cell.styles.d.ts +2 -0
  748. package/dist/components/lists-and-menus/cells/description-cell/description-cell.styles.d.ts.map +1 -0
  749. package/dist/components/lists-and-menus/cells/description-cell/description-cell.styles.js +99 -0
  750. package/dist/components/lists-and-menus/cells/description-cell/description-cell.styles.js.map +1 -0
  751. package/dist/components/lists-and-menus/cells/description-cell/description-cell.template.d.ts +2 -0
  752. package/dist/components/lists-and-menus/cells/description-cell/description-cell.template.d.ts.map +1 -0
  753. package/dist/components/lists-and-menus/cells/description-cell/description-cell.template.js +6 -0
  754. package/dist/components/lists-and-menus/cells/description-cell/description-cell.template.js.map +1 -0
  755. package/dist/components/lists-and-menus/cells/drag-handle-cell/drag-handle-cell.d.ts +43 -0
  756. package/dist/components/lists-and-menus/cells/drag-handle-cell/drag-handle-cell.d.ts.map +1 -0
  757. package/dist/components/lists-and-menus/cells/drag-handle-cell/drag-handle-cell.i18n.d.ts +5 -0
  758. package/dist/components/lists-and-menus/cells/drag-handle-cell/drag-handle-cell.i18n.d.ts.map +1 -0
  759. package/dist/components/lists-and-menus/cells/drag-handle-cell/drag-handle-cell.i18n.js +4 -0
  760. package/dist/components/lists-and-menus/cells/drag-handle-cell/drag-handle-cell.i18n.js.map +1 -0
  761. package/dist/components/lists-and-menus/cells/drag-handle-cell/drag-handle-cell.js +64 -0
  762. package/dist/components/lists-and-menus/cells/drag-handle-cell/drag-handle-cell.js.map +1 -0
  763. package/dist/components/lists-and-menus/cells/drag-handle-cell/drag-handle-cell.styles.d.ts +2 -0
  764. package/dist/components/lists-and-menus/cells/drag-handle-cell/drag-handle-cell.styles.d.ts.map +1 -0
  765. package/dist/components/lists-and-menus/cells/drag-handle-cell/drag-handle-cell.styles.js +72 -0
  766. package/dist/components/lists-and-menus/cells/drag-handle-cell/drag-handle-cell.styles.js.map +1 -0
  767. package/dist/components/lists-and-menus/cells/drag-handle-cell/drag-handle-cell.template.d.ts +2 -0
  768. package/dist/components/lists-and-menus/cells/drag-handle-cell/drag-handle-cell.template.d.ts.map +1 -0
  769. package/dist/components/lists-and-menus/cells/drag-handle-cell/drag-handle-cell.template.js +44 -0
  770. package/dist/components/lists-and-menus/cells/drag-handle-cell/drag-handle-cell.template.js.map +1 -0
  771. package/dist/components/lists-and-menus/cells/icon-cell/icon-cell.d.ts +39 -0
  772. package/dist/components/lists-and-menus/cells/icon-cell/icon-cell.d.ts.map +1 -0
  773. package/dist/components/lists-and-menus/cells/icon-cell/icon-cell.js +57 -0
  774. package/dist/components/lists-and-menus/cells/icon-cell/icon-cell.js.map +1 -0
  775. package/dist/components/lists-and-menus/cells/icon-cell/icon-cell.styles.d.ts +2 -0
  776. package/dist/components/lists-and-menus/cells/icon-cell/icon-cell.styles.d.ts.map +1 -0
  777. package/dist/components/lists-and-menus/cells/icon-cell/icon-cell.styles.js +103 -0
  778. package/dist/components/lists-and-menus/cells/icon-cell/icon-cell.styles.js.map +1 -0
  779. package/dist/components/lists-and-menus/cells/icon-cell/icon-cell.template.d.ts +3 -0
  780. package/dist/components/lists-and-menus/cells/icon-cell/icon-cell.template.d.ts.map +1 -0
  781. package/dist/components/lists-and-menus/cells/icon-cell/icon-cell.template.js +9 -0
  782. package/dist/components/lists-and-menus/cells/icon-cell/icon-cell.template.js.map +1 -0
  783. package/dist/components/lists-and-menus/cells/spacer-cell/spacer-cell.d.ts +26 -0
  784. package/dist/components/lists-and-menus/cells/spacer-cell/spacer-cell.d.ts.map +1 -0
  785. package/dist/components/lists-and-menus/cells/spacer-cell/spacer-cell.js +36 -0
  786. package/dist/components/lists-and-menus/cells/spacer-cell/spacer-cell.js.map +1 -0
  787. package/dist/components/lists-and-menus/cells/spacer-cell/spacer-cell.styles.d.ts +2 -0
  788. package/dist/components/lists-and-menus/cells/spacer-cell/spacer-cell.styles.d.ts.map +1 -0
  789. package/dist/components/lists-and-menus/cells/spacer-cell/spacer-cell.styles.js +47 -0
  790. package/dist/components/lists-and-menus/cells/spacer-cell/spacer-cell.styles.js.map +1 -0
  791. package/dist/components/lists-and-menus/cells/spacer-cell/spacer-cell.template.d.ts +1 -0
  792. package/dist/components/lists-and-menus/cells/spacer-cell/spacer-cell.template.d.ts.map +1 -0
  793. package/dist/components/lists-and-menus/cells/spacer-cell/spacer-cell.template.js +2 -0
  794. package/dist/components/lists-and-menus/cells/spacer-cell/spacer-cell.template.js.map +1 -0
  795. package/dist/components/lists-and-menus/cells/text-cell/text-cell.d.ts +76 -0
  796. package/dist/components/lists-and-menus/cells/text-cell/text-cell.d.ts.map +1 -0
  797. package/dist/components/lists-and-menus/cells/text-cell/text-cell.js +149 -0
  798. package/dist/components/lists-and-menus/cells/text-cell/text-cell.js.map +1 -0
  799. package/dist/components/lists-and-menus/cells/text-cell/text-cell.styles.d.ts +2 -0
  800. package/dist/components/lists-and-menus/cells/text-cell/text-cell.styles.d.ts.map +1 -0
  801. package/dist/components/lists-and-menus/cells/text-cell/text-cell.styles.js +180 -0
  802. package/dist/components/lists-and-menus/cells/text-cell/text-cell.styles.js.map +1 -0
  803. package/dist/components/lists-and-menus/cells/text-cell/text-cell.template.d.ts +3 -0
  804. package/dist/components/lists-and-menus/cells/text-cell/text-cell.template.d.ts.map +1 -0
  805. package/dist/components/lists-and-menus/cells/text-cell/text-cell.template.js +10 -0
  806. package/dist/components/lists-and-menus/cells/text-cell/text-cell.template.js.map +1 -0
  807. package/dist/components/lists-and-menus/cells/timeline-track-cell/timeline-track-cell.d.ts +28 -0
  808. package/dist/components/lists-and-menus/cells/timeline-track-cell/timeline-track-cell.d.ts.map +1 -0
  809. package/dist/components/lists-and-menus/cells/timeline-track-cell/timeline-track-cell.js +140 -0
  810. package/dist/components/lists-and-menus/cells/timeline-track-cell/timeline-track-cell.js.map +1 -0
  811. package/dist/components/lists-and-menus/cells/title-cell/title-cell.d.ts +78 -0
  812. package/dist/components/lists-and-menus/cells/title-cell/title-cell.d.ts.map +1 -0
  813. package/dist/components/lists-and-menus/cells/title-cell/title-cell.js +152 -0
  814. package/dist/components/lists-and-menus/cells/title-cell/title-cell.js.map +1 -0
  815. package/dist/components/lists-and-menus/cells/title-cell/title-cell.styles.d.ts +2 -0
  816. package/dist/components/lists-and-menus/cells/title-cell/title-cell.styles.d.ts.map +1 -0
  817. package/dist/components/lists-and-menus/cells/title-cell/title-cell.styles.js +178 -0
  818. package/dist/components/lists-and-menus/cells/title-cell/title-cell.styles.js.map +1 -0
  819. package/dist/components/lists-and-menus/cells/title-cell/title-cell.template.d.ts +3 -0
  820. package/dist/components/lists-and-menus/cells/title-cell/title-cell.template.d.ts.map +1 -0
  821. package/dist/components/lists-and-menus/cells/title-cell/title-cell.template.js +33 -0
  822. package/dist/components/lists-and-menus/cells/title-cell/title-cell.template.js.map +1 -0
  823. package/dist/components/lists-and-menus/list/list.d.ts +111 -0
  824. package/dist/components/lists-and-menus/list/list.d.ts.map +1 -0
  825. package/dist/components/lists-and-menus/list/list.i18n.d.ts +11 -0
  826. package/dist/components/lists-and-menus/list/list.i18n.d.ts.map +1 -0
  827. package/dist/components/lists-and-menus/list/list.i18n.js +10 -0
  828. package/dist/components/lists-and-menus/list/list.i18n.js.map +1 -0
  829. package/dist/components/lists-and-menus/list/list.js +488 -0
  830. package/dist/components/lists-and-menus/list/list.js.map +1 -0
  831. package/dist/components/lists-and-menus/list/list.styles.d.ts +2 -0
  832. package/dist/components/lists-and-menus/list/list.styles.d.ts.map +1 -0
  833. package/dist/components/lists-and-menus/list/list.styles.js +126 -0
  834. package/dist/components/lists-and-menus/list/list.styles.js.map +1 -0
  835. package/dist/components/lists-and-menus/list/list.template.d.ts +3 -0
  836. package/dist/components/lists-and-menus/list/list.template.d.ts.map +1 -0
  837. package/dist/components/lists-and-menus/list/list.template.js +48 -0
  838. package/dist/components/lists-and-menus/list/list.template.js.map +1 -0
  839. package/dist/components/lists-and-menus/list-item/list-item.d.ts +62 -0
  840. package/dist/components/lists-and-menus/list-item/list-item.d.ts.map +1 -0
  841. package/dist/components/lists-and-menus/list-item/list-item.js +188 -0
  842. package/dist/components/lists-and-menus/list-item/list-item.js.map +1 -0
  843. package/dist/components/lists-and-menus/list-item/list-item.styles.d.ts +2 -0
  844. package/dist/components/lists-and-menus/list-item/list-item.styles.d.ts.map +1 -0
  845. package/dist/components/lists-and-menus/list-item/list-item.styles.js +249 -0
  846. package/dist/components/lists-and-menus/list-item/list-item.styles.js.map +1 -0
  847. package/dist/components/lists-and-menus/list-item/list-item.template.d.ts +2 -0
  848. package/dist/components/lists-and-menus/list-item/list-item.template.d.ts.map +1 -0
  849. package/dist/components/lists-and-menus/list-item/list-item.template.js +38 -0
  850. package/dist/components/lists-and-menus/list-item/list-item.template.js.map +1 -0
  851. package/dist/components/lists-and-menus/menu/menu.d.ts +166 -0
  852. package/dist/components/lists-and-menus/menu/menu.d.ts.map +1 -0
  853. package/dist/components/lists-and-menus/menu/menu.i18n.d.ts +5 -0
  854. package/dist/components/lists-and-menus/menu/menu.i18n.d.ts.map +1 -0
  855. package/dist/components/lists-and-menus/menu/menu.i18n.js +4 -0
  856. package/dist/components/lists-and-menus/menu/menu.i18n.js.map +1 -0
  857. package/dist/components/lists-and-menus/menu/menu.js +551 -0
  858. package/dist/components/lists-and-menus/menu/menu.js.map +1 -0
  859. package/dist/components/lists-and-menus/menu/menu.styles.d.ts +4 -0
  860. package/dist/components/lists-and-menus/menu/menu.styles.d.ts.map +1 -0
  861. package/dist/components/lists-and-menus/menu/menu.styles.js +175 -0
  862. package/dist/components/lists-and-menus/menu/menu.styles.js.map +1 -0
  863. package/dist/components/lists-and-menus/menu/menu.template.d.ts +5 -0
  864. package/dist/components/lists-and-menus/menu/menu.template.d.ts.map +1 -0
  865. package/dist/components/lists-and-menus/menu/menu.template.js +75 -0
  866. package/dist/components/lists-and-menus/menu/menu.template.js.map +1 -0
  867. package/dist/components/navigation/document-tab-bar/document-tab-bar.d.ts +146 -0
  868. package/dist/components/navigation/document-tab-bar/document-tab-bar.d.ts.map +1 -0
  869. package/dist/components/navigation/document-tab-bar/document-tab-bar.i18n.d.ts +9 -0
  870. package/dist/components/navigation/document-tab-bar/document-tab-bar.i18n.d.ts.map +1 -0
  871. package/dist/components/navigation/document-tab-bar/document-tab-bar.i18n.js +8 -0
  872. package/dist/components/navigation/document-tab-bar/document-tab-bar.i18n.js.map +1 -0
  873. package/dist/components/navigation/document-tab-bar/document-tab-bar.js +775 -0
  874. package/dist/components/navigation/document-tab-bar/document-tab-bar.js.map +1 -0
  875. package/dist/components/navigation/document-tab-bar/document-tab-bar.styles.d.ts +3 -0
  876. package/dist/components/navigation/document-tab-bar/document-tab-bar.styles.d.ts.map +1 -0
  877. package/dist/components/navigation/document-tab-bar/document-tab-bar.styles.js +412 -0
  878. package/dist/components/navigation/document-tab-bar/document-tab-bar.styles.js.map +1 -0
  879. package/dist/components/navigation/document-tab-bar/document-tab-bar.template.d.ts +8 -0
  880. package/dist/components/navigation/document-tab-bar/document-tab-bar.template.d.ts.map +1 -0
  881. package/dist/components/navigation/document-tab-bar/document-tab-bar.template.js +112 -0
  882. package/dist/components/navigation/document-tab-bar/document-tab-bar.template.js.map +1 -0
  883. package/dist/components/navigation/menu-bar/menu-bar.d.ts +70 -0
  884. package/dist/components/navigation/menu-bar/menu-bar.d.ts.map +1 -0
  885. package/dist/components/navigation/menu-bar/menu-bar.i18n.d.ts +5 -0
  886. package/dist/components/navigation/menu-bar/menu-bar.i18n.d.ts.map +1 -0
  887. package/dist/components/navigation/menu-bar/menu-bar.i18n.js +4 -0
  888. package/dist/components/navigation/menu-bar/menu-bar.i18n.js.map +1 -0
  889. package/dist/components/navigation/menu-bar/menu-bar.js +276 -0
  890. package/dist/components/navigation/menu-bar/menu-bar.js.map +1 -0
  891. package/dist/components/navigation/menu-bar/menu-bar.styles.d.ts +2 -0
  892. package/dist/components/navigation/menu-bar/menu-bar.styles.d.ts.map +1 -0
  893. package/dist/components/navigation/menu-bar/menu-bar.styles.js +37 -0
  894. package/dist/components/navigation/menu-bar/menu-bar.styles.js.map +1 -0
  895. package/dist/components/navigation/menu-bar/menu-bar.template.d.ts +3 -0
  896. package/dist/components/navigation/menu-bar/menu-bar.template.d.ts.map +1 -0
  897. package/dist/components/navigation/menu-bar/menu-bar.template.js +20 -0
  898. package/dist/components/navigation/menu-bar/menu-bar.template.js.map +1 -0
  899. package/dist/components/navigation/menu-bar-item/menu-bar-item.d.ts +73 -0
  900. package/dist/components/navigation/menu-bar-item/menu-bar-item.d.ts.map +1 -0
  901. package/dist/components/navigation/menu-bar-item/menu-bar-item.js +207 -0
  902. package/dist/components/navigation/menu-bar-item/menu-bar-item.js.map +1 -0
  903. package/dist/components/navigation/menu-bar-item/menu-bar-item.styles.d.ts +2 -0
  904. package/dist/components/navigation/menu-bar-item/menu-bar-item.styles.d.ts.map +1 -0
  905. package/dist/components/navigation/menu-bar-item/menu-bar-item.styles.js +172 -0
  906. package/dist/components/navigation/menu-bar-item/menu-bar-item.styles.js.map +1 -0
  907. package/dist/components/navigation/menu-bar-item/menu-bar-item.template.d.ts +3 -0
  908. package/dist/components/navigation/menu-bar-item/menu-bar-item.template.d.ts.map +1 -0
  909. package/dist/components/navigation/menu-bar-item/menu-bar-item.template.js +65 -0
  910. package/dist/components/navigation/menu-bar-item/menu-bar-item.template.js.map +1 -0
  911. package/dist/components/navigation/pagination/pagination.d.ts +39 -0
  912. package/dist/components/navigation/pagination/pagination.d.ts.map +1 -0
  913. package/dist/components/navigation/pagination/pagination.i18n.d.ts +9 -0
  914. package/dist/components/navigation/pagination/pagination.i18n.d.ts.map +1 -0
  915. package/dist/components/navigation/pagination/pagination.i18n.js +8 -0
  916. package/dist/components/navigation/pagination/pagination.i18n.js.map +1 -0
  917. package/dist/components/navigation/pagination/pagination.js +122 -0
  918. package/dist/components/navigation/pagination/pagination.js.map +1 -0
  919. package/dist/components/navigation/pagination/pagination.styles.d.ts +2 -0
  920. package/dist/components/navigation/pagination/pagination.styles.d.ts.map +1 -0
  921. package/dist/components/navigation/pagination/pagination.styles.js +227 -0
  922. package/dist/components/navigation/pagination/pagination.styles.js.map +1 -0
  923. package/dist/components/navigation/pagination/pagination.template.d.ts +6 -0
  924. package/dist/components/navigation/pagination/pagination.template.d.ts.map +1 -0
  925. package/dist/components/navigation/pagination/pagination.template.js +92 -0
  926. package/dist/components/navigation/pagination/pagination.template.js.map +1 -0
  927. package/dist/components/navigation/skip-link/skip-link.d.ts +36 -0
  928. package/dist/components/navigation/skip-link/skip-link.d.ts.map +1 -0
  929. package/dist/components/navigation/skip-link/skip-link.i18n.d.ts +5 -0
  930. package/dist/components/navigation/skip-link/skip-link.i18n.d.ts.map +1 -0
  931. package/dist/components/navigation/skip-link/skip-link.i18n.js +4 -0
  932. package/dist/components/navigation/skip-link/skip-link.i18n.js.map +1 -0
  933. package/dist/components/navigation/skip-link/skip-link.js +64 -0
  934. package/dist/components/navigation/skip-link/skip-link.js.map +1 -0
  935. package/dist/components/navigation/skip-link/skip-link.styles.d.ts +2 -0
  936. package/dist/components/navigation/skip-link/skip-link.styles.d.ts.map +1 -0
  937. package/dist/components/navigation/skip-link/skip-link.styles.js +69 -0
  938. package/dist/components/navigation/skip-link/skip-link.styles.js.map +1 -0
  939. package/dist/components/navigation/skip-link/skip-link.template.d.ts +3 -0
  940. package/dist/components/navigation/skip-link/skip-link.template.d.ts.map +1 -0
  941. package/dist/components/navigation/skip-link/skip-link.template.js +25 -0
  942. package/dist/components/navigation/skip-link/skip-link.template.js.map +1 -0
  943. package/dist/components/navigation/tab-bar/tab-bar.d.ts +81 -0
  944. package/dist/components/navigation/tab-bar/tab-bar.d.ts.map +1 -0
  945. package/dist/components/navigation/tab-bar/tab-bar.js +286 -0
  946. package/dist/components/navigation/tab-bar/tab-bar.js.map +1 -0
  947. package/dist/components/navigation/tab-bar/tab-bar.styles.d.ts +3 -0
  948. package/dist/components/navigation/tab-bar/tab-bar.styles.d.ts.map +1 -0
  949. package/dist/components/navigation/tab-bar/tab-bar.styles.js +226 -0
  950. package/dist/components/navigation/tab-bar/tab-bar.styles.js.map +1 -0
  951. package/dist/components/navigation/tab-bar/tab-bar.template.d.ts +7 -0
  952. package/dist/components/navigation/tab-bar/tab-bar.template.d.ts.map +1 -0
  953. package/dist/components/navigation/tab-bar/tab-bar.template.js +77 -0
  954. package/dist/components/navigation/tab-bar/tab-bar.template.js.map +1 -0
  955. package/dist/components/navigation/top-navigation-bar/logo.d.ts +3 -0
  956. package/dist/components/navigation/top-navigation-bar/logo.d.ts.map +1 -0
  957. package/dist/components/navigation/top-navigation-bar/logo.js +3 -0
  958. package/dist/components/navigation/top-navigation-bar/logo.js.map +1 -0
  959. package/dist/components/navigation/top-navigation-bar/top-navigation-bar.d.ts +79 -0
  960. package/dist/components/navigation/top-navigation-bar/top-navigation-bar.d.ts.map +1 -0
  961. package/dist/components/navigation/top-navigation-bar/top-navigation-bar.i18n.d.ts +10 -0
  962. package/dist/components/navigation/top-navigation-bar/top-navigation-bar.i18n.d.ts.map +1 -0
  963. package/dist/components/navigation/top-navigation-bar/top-navigation-bar.i18n.js +9 -0
  964. package/dist/components/navigation/top-navigation-bar/top-navigation-bar.i18n.js.map +1 -0
  965. package/dist/components/navigation/top-navigation-bar/top-navigation-bar.js +340 -0
  966. package/dist/components/navigation/top-navigation-bar/top-navigation-bar.js.map +1 -0
  967. package/dist/components/navigation/top-navigation-bar/top-navigation-bar.styles.d.ts +2 -0
  968. package/dist/components/navigation/top-navigation-bar/top-navigation-bar.styles.d.ts.map +1 -0
  969. package/dist/components/navigation/top-navigation-bar/top-navigation-bar.styles.js +325 -0
  970. package/dist/components/navigation/top-navigation-bar/top-navigation-bar.styles.js.map +1 -0
  971. package/dist/components/navigation/top-navigation-bar/top-navigation-bar.template.d.ts +3 -0
  972. package/dist/components/navigation/top-navigation-bar/top-navigation-bar.template.d.ts.map +1 -0
  973. package/dist/components/navigation/top-navigation-bar/top-navigation-bar.template.js +126 -0
  974. package/dist/components/navigation/top-navigation-bar/top-navigation-bar.template.js.map +1 -0
  975. package/dist/components/navigation/top-title-bar/top-title-bar.d.ts +50 -0
  976. package/dist/components/navigation/top-title-bar/top-title-bar.d.ts.map +1 -0
  977. package/dist/components/navigation/top-title-bar/top-title-bar.js +149 -0
  978. package/dist/components/navigation/top-title-bar/top-title-bar.js.map +1 -0
  979. package/dist/components/navigation/top-title-bar/top-title-bar.styles.d.ts +2 -0
  980. package/dist/components/navigation/top-title-bar/top-title-bar.styles.d.ts.map +1 -0
  981. package/dist/components/navigation/top-title-bar/top-title-bar.styles.js +159 -0
  982. package/dist/components/navigation/top-title-bar/top-title-bar.styles.js.map +1 -0
  983. package/dist/components/navigation/top-title-bar/top-title-bar.template.d.ts +5 -0
  984. package/dist/components/navigation/top-title-bar/top-title-bar.template.d.ts.map +1 -0
  985. package/dist/components/navigation/top-title-bar/top-title-bar.template.js +55 -0
  986. package/dist/components/navigation/top-title-bar/top-title-bar.template.js.map +1 -0
  987. package/dist/components/palettes.html +245 -0
  988. package/dist/components/status-and-feedback/badge/badge.d.ts +49 -0
  989. package/dist/components/status-and-feedback/badge/badge.d.ts.map +1 -0
  990. package/dist/components/status-and-feedback/badge/badge.i18n.d.ts +5 -0
  991. package/dist/components/status-and-feedback/badge/badge.i18n.d.ts.map +1 -0
  992. package/dist/components/status-and-feedback/badge/badge.i18n.js +4 -0
  993. package/dist/components/status-and-feedback/badge/badge.i18n.js.map +1 -0
  994. package/dist/components/status-and-feedback/badge/badge.js +95 -0
  995. package/dist/components/status-and-feedback/badge/badge.js.map +1 -0
  996. package/dist/components/status-and-feedback/badge/badge.styles.d.ts +2 -0
  997. package/dist/components/status-and-feedback/badge/badge.styles.d.ts.map +1 -0
  998. package/dist/components/status-and-feedback/badge/badge.styles.js +134 -0
  999. package/dist/components/status-and-feedback/badge/badge.styles.js.map +1 -0
  1000. package/dist/components/status-and-feedback/badge/badge.template.d.ts +3 -0
  1001. package/dist/components/status-and-feedback/badge/badge.template.d.ts.map +1 -0
  1002. package/dist/components/status-and-feedback/badge/badge.template.js +24 -0
  1003. package/dist/components/status-and-feedback/badge/badge.template.js.map +1 -0
  1004. package/dist/components/status-and-feedback/inline-dialog/inline-dialog.d.ts +40 -0
  1005. package/dist/components/status-and-feedback/inline-dialog/inline-dialog.d.ts.map +1 -0
  1006. package/dist/components/status-and-feedback/inline-dialog/inline-dialog.js +97 -0
  1007. package/dist/components/status-and-feedback/inline-dialog/inline-dialog.js.map +1 -0
  1008. package/dist/components/status-and-feedback/inline-dialog/inline-dialog.styles.d.ts +2 -0
  1009. package/dist/components/status-and-feedback/inline-dialog/inline-dialog.styles.d.ts.map +1 -0
  1010. package/dist/components/status-and-feedback/inline-dialog/inline-dialog.styles.js +95 -0
  1011. package/dist/components/status-and-feedback/inline-dialog/inline-dialog.styles.js.map +1 -0
  1012. package/dist/components/status-and-feedback/inline-dialog/inline-dialog.template.d.ts +3 -0
  1013. package/dist/components/status-and-feedback/inline-dialog/inline-dialog.template.d.ts.map +1 -0
  1014. package/dist/components/status-and-feedback/inline-dialog/inline-dialog.template.js +33 -0
  1015. package/dist/components/status-and-feedback/inline-dialog/inline-dialog.template.js.map +1 -0
  1016. package/dist/components/status-and-feedback/modal-dialog/modal-dialog.d.ts +49 -0
  1017. package/dist/components/status-and-feedback/modal-dialog/modal-dialog.d.ts.map +1 -0
  1018. package/dist/components/status-and-feedback/modal-dialog/modal-dialog.js +122 -0
  1019. package/dist/components/status-and-feedback/modal-dialog/modal-dialog.js.map +1 -0
  1020. package/dist/components/status-and-feedback/modal-dialog/modal-dialog.styles.d.ts +2 -0
  1021. package/dist/components/status-and-feedback/modal-dialog/modal-dialog.styles.d.ts.map +1 -0
  1022. package/dist/components/status-and-feedback/modal-dialog/modal-dialog.styles.js +99 -0
  1023. package/dist/components/status-and-feedback/modal-dialog/modal-dialog.styles.js.map +1 -0
  1024. package/dist/components/status-and-feedback/modal-dialog/modal-dialog.template.d.ts +3 -0
  1025. package/dist/components/status-and-feedback/modal-dialog/modal-dialog.template.d.ts.map +1 -0
  1026. package/dist/components/status-and-feedback/modal-dialog/modal-dialog.template.js +25 -0
  1027. package/dist/components/status-and-feedback/modal-dialog/modal-dialog.template.js.map +1 -0
  1028. package/dist/css/form-section.css +118 -0
  1029. package/dist/css/form.css +48 -0
  1030. package/dist/css/global.css +4 -0
  1031. package/dist/css/palettes.generated.css +540 -0
  1032. package/dist/css/rich-text.css +444 -0
  1033. package/dist/css/settings.css +1201 -0
  1034. package/dist/fonts/IBMPlexMono-Bold.woff2 +0 -0
  1035. package/dist/fonts/IBMPlexMono-Regular.woff2 +0 -0
  1036. package/dist/fonts/RijksSansVF-Italic.ttf +0 -0
  1037. package/dist/fonts/RijksSansVF-Regular.ttf +0 -0
  1038. package/dist/utilities/input-modality.d.ts +10 -0
  1039. package/dist/utilities/input-modality.d.ts.map +1 -0
  1040. package/dist/utilities/input-modality.js +47 -0
  1041. package/dist/utilities/input-modality.js.map +1 -0
  1042. package/dist/utilities/popover-guard.d.ts +10 -0
  1043. package/dist/utilities/popover-guard.d.ts.map +1 -0
  1044. package/dist/utilities/popover-guard.js +10 -0
  1045. package/dist/utilities/popover-guard.js.map +1 -0
  1046. package/dist/utilities/render-marked.d.ts +28 -0
  1047. package/dist/utilities/render-marked.d.ts.map +1 -0
  1048. package/dist/utilities/render-marked.js +57 -0
  1049. package/dist/utilities/render-marked.js.map +1 -0
  1050. package/dist/utilities/sanitize-url.d.ts +16 -0
  1051. package/dist/utilities/sanitize-url.d.ts.map +1 -0
  1052. package/dist/utilities/sanitize-url.js +30 -0
  1053. package/dist/utilities/sanitize-url.js.map +1 -0
  1054. package/dist/utilities/visibility-mixin.d.ts +28 -0
  1055. package/dist/utilities/visibility-mixin.d.ts.map +1 -0
  1056. package/dist/utilities/visibility-mixin.js +67 -0
  1057. package/dist/utilities/visibility-mixin.js.map +1 -0
  1058. package/dist/utilities/with-translations.d.ts +27 -0
  1059. package/dist/utilities/with-translations.d.ts.map +1 -0
  1060. package/dist/utilities/with-translations.js +57 -0
  1061. package/dist/utilities/with-translations.js.map +1 -0
  1062. package/package.json +409 -0
@@ -0,0 +1,48 @@
1
+ /**
2
+ * Nederlandse Digitale Dienst Link Component (Lit + TypeScript)
3
+ *
4
+ * Standalone hyperlink component voor gebruik buiten lopende tekst (menu's,
5
+ * actiegebieden, overzichten). Voor inline links in paragrafen gebruik je
6
+ * <nldd-rich-text> met een standaard <a>.
7
+ *
8
+ * @element nldd-link
9
+ * @attr {string} href - Link doel
10
+ * @attr {string} target - Link target (bijv. '_blank'); stelt rel automatisch bij
11
+ * @attr {string} rel - Link rel attribuut; standaard 'noopener noreferrer' bij target='_blank'
12
+ * @attr {string} size - Tekstgrootte: 'xs' | 'sm' | 'md' | 'lg' (default: 'md')
13
+ * @attr {string} text - Link tekst (alternatief voor default slot)
14
+ * @attr {string} start-icon - Icoon voor de tekst
15
+ * @attr {string} end-icon - Icoon na de tekst
16
+ * @attr {string} accessible-label - Toegankelijk label voor screen readers
17
+ * @attr {boolean} disabled - Uitgeschakelde staat
18
+ *
19
+ * @slot - Link tekst (alternatief voor text attribuut)
20
+ * @slot start-icon - Custom icoon voor de tekst
21
+ * @slot end-icon - Custom icoon na de tekst
22
+ */
23
+ import { LitElement } from 'lit';
24
+ import './../../content/icon/icon.js';
25
+ type Size = 'xs' | 'sm' | 'md' | 'lg';
26
+ export declare class NLDDLink extends LitElement {
27
+ static styles: import("lit").CSSResult;
28
+ href: string | undefined;
29
+ target: string | undefined;
30
+ rel: string | undefined;
31
+ size: Size;
32
+ text: string;
33
+ startIcon: string;
34
+ endIcon: string;
35
+ accessibleLabel: string;
36
+ disabled: boolean;
37
+ private _handleClick;
38
+ /** @internal */
39
+ _resolvedRel(): string;
40
+ render(): import("lit-html").TemplateResult<1>;
41
+ }
42
+ declare global {
43
+ interface HTMLElementTagNameMap {
44
+ 'nldd-link': NLDDLink;
45
+ }
46
+ }
47
+ export {};
48
+ //# sourceMappingURL=link.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"link.d.ts","sourceRoot":"","sources":["../../../../src/components/actions/link/link.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;GAqBG;AAEH,OAAO,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AAIjC,OAAO,8BAA8B,CAAC;AAEtC,KAAK,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAEtC,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,EAAE,IAAI,CAAQ;IAGlB,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,101 @@
1
+ /**
2
+ * Nederlandse Digitale Dienst Link Component (Lit + TypeScript)
3
+ *
4
+ * Standalone hyperlink component voor gebruik buiten lopende tekst (menu's,
5
+ * actiegebieden, overzichten). Voor inline links in paragrafen gebruik je
6
+ * <nldd-rich-text> met een standaard <a>.
7
+ *
8
+ * @element nldd-link
9
+ * @attr {string} href - Link doel
10
+ * @attr {string} target - Link target (bijv. '_blank'); stelt rel automatisch bij
11
+ * @attr {string} rel - Link rel attribuut; standaard 'noopener noreferrer' bij target='_blank'
12
+ * @attr {string} size - Tekstgrootte: 'xs' | 'sm' | 'md' | 'lg' (default: 'md')
13
+ * @attr {string} text - Link tekst (alternatief voor default slot)
14
+ * @attr {string} start-icon - Icoon voor de tekst
15
+ * @attr {string} end-icon - Icoon na de tekst
16
+ * @attr {string} accessible-label - Toegankelijk label voor screen readers
17
+ * @attr {boolean} disabled - Uitgeschakelde staat
18
+ *
19
+ * @slot - Link tekst (alternatief voor text attribuut)
20
+ * @slot start-icon - Custom icoon voor de tekst
21
+ * @slot end-icon - Custom icoon na de tekst
22
+ */
23
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
24
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
25
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
26
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
27
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
28
+ };
29
+ import { LitElement } from 'lit';
30
+ import { customElement, property } from 'lit/decorators.js';
31
+ import { linkStyles } from './link.styles.js';
32
+ import { template } from './link.template.js';
33
+ import './../../content/icon/icon.js';
34
+ let NLDDLink = class NLDDLink extends LitElement {
35
+ constructor() {
36
+ super(...arguments);
37
+ this.href = undefined;
38
+ this.target = undefined;
39
+ this.rel = undefined;
40
+ this.size = 'md';
41
+ this.text = '';
42
+ this.startIcon = '';
43
+ this.endIcon = '';
44
+ this.accessibleLabel = '';
45
+ this.disabled = false;
46
+ }
47
+ _handleClick(e) {
48
+ if (this.disabled) {
49
+ e.preventDefault();
50
+ e.stopPropagation();
51
+ }
52
+ }
53
+ /** @internal */
54
+ _resolvedRel() {
55
+ const base = this.rel ?? '';
56
+ if (this.target !== '_blank')
57
+ return base;
58
+ const parts = new Set(base.split(/\s+/).filter(Boolean));
59
+ parts.add('noopener');
60
+ parts.add('noreferrer');
61
+ return [...parts].join(' ');
62
+ }
63
+ render() {
64
+ return template.call(this, {
65
+ handleClick: this._handleClick.bind(this),
66
+ });
67
+ }
68
+ };
69
+ NLDDLink.styles = linkStyles;
70
+ __decorate([
71
+ property({ type: String, reflect: true })
72
+ ], NLDDLink.prototype, "href", void 0);
73
+ __decorate([
74
+ property({ type: String })
75
+ ], NLDDLink.prototype, "target", void 0);
76
+ __decorate([
77
+ property({ type: String })
78
+ ], NLDDLink.prototype, "rel", void 0);
79
+ __decorate([
80
+ property({ type: String, reflect: true })
81
+ ], NLDDLink.prototype, "size", void 0);
82
+ __decorate([
83
+ property({ type: String })
84
+ ], NLDDLink.prototype, "text", void 0);
85
+ __decorate([
86
+ property({ type: String, attribute: 'start-icon' })
87
+ ], NLDDLink.prototype, "startIcon", void 0);
88
+ __decorate([
89
+ property({ type: String, attribute: 'end-icon' })
90
+ ], NLDDLink.prototype, "endIcon", void 0);
91
+ __decorate([
92
+ property({ type: String, attribute: 'accessible-label' })
93
+ ], NLDDLink.prototype, "accessibleLabel", void 0);
94
+ __decorate([
95
+ property({ type: Boolean, reflect: true })
96
+ ], NLDDLink.prototype, "disabled", void 0);
97
+ NLDDLink = __decorate([
98
+ customElement('nldd-link')
99
+ ], NLDDLink);
100
+ export { NLDDLink };
101
+ //# sourceMappingURL=link.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"link.js","sourceRoot":"","sources":["../../../../src/components/actions/link/link.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;GAqBG;;;;;;;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;QAGpC,SAAI,GAAS,IAAI,CAAC;QAGlB,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;sCACxB;AAGlB;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"}
@@ -0,0 +1,2 @@
1
+ export declare const linkStyles: import("lit").CSSResult;
2
+ //# sourceMappingURL=link.styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"link.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/actions/link/link.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU,yBA4GtB,CAAC"}
@@ -0,0 +1,111 @@
1
+ import { css } from 'lit';
2
+ export const linkStyles = css `
3
+
4
+
5
+ /* # Host */
6
+
7
+ :host {
8
+ display: inline-flex;
9
+ -webkit-tap-highlight-color: transparent;
10
+ }
11
+
12
+ :host([hidden]) {
13
+ display: none;
14
+ }
15
+
16
+ :host([disabled]) {
17
+ opacity: var(--primitives-opacity-disabled);
18
+ pointer-events: none;
19
+ }
20
+
21
+
22
+ /* # Block */
23
+
24
+ .link {
25
+ appearance: none;
26
+ background: none;
27
+ color: var(--semantics-links-color);
28
+ display: inline-flex;
29
+ align-items: center;
30
+ text-decoration: none;
31
+ border-radius: var(--primitives-corner-radius-xs);
32
+ transition: color var(--primitives-transition-duration-fast) var(--primitives-transition-easing-default);
33
+ }
34
+
35
+ :host([size="xs"]) .link {
36
+ gap: var(--primitives-space-4);
37
+ font: var(--primitives-font-body-xs-regular-flat);
38
+ }
39
+
40
+ :host([size="sm"]) .link {
41
+ gap: var(--primitives-space-4);
42
+ font: var(--primitives-font-body-sm-regular-flat);
43
+ }
44
+
45
+ :host([size="md"]) .link,
46
+ :host(:not([size])) .link {
47
+ gap: var(--primitives-space-6);
48
+ font: var(--primitives-font-body-md-regular-flat);
49
+ }
50
+
51
+ :host([size="lg"]) .link {
52
+ gap: var(--primitives-space-6);
53
+ font: var(--primitives-font-body-lg-regular-flat);
54
+ }
55
+
56
+ .link:hover {
57
+ color: var(--semantics-links-is-hovered-color);
58
+ }
59
+
60
+ .link:active {
61
+ color: var(--semantics-links-is-active-color);
62
+ }
63
+
64
+ .link:focus-visible {
65
+ outline: var(--semantics-focus-ring-outline);
66
+ outline-offset: var(--semantics-focus-ring-outline-offset);
67
+ box-shadow: var(--semantics-focus-ring-box-shadow);
68
+ }
69
+
70
+ .link:focus:not(:focus-visible) {
71
+ outline: none;
72
+ }
73
+
74
+ @media (prefers-reduced-motion: reduce) {
75
+ .link {
76
+ transition: none;
77
+ }
78
+ }
79
+
80
+
81
+ /* # Elements */
82
+
83
+ .link__label {
84
+ text-decoration: underline;
85
+ text-underline-offset: 0.15em;
86
+ }
87
+
88
+ .link:focus-visible .link__label {
89
+ text-decoration: none;
90
+ }
91
+
92
+ .link__start-icon,
93
+ .link__end-icon {
94
+ position: relative;
95
+ display: inline-flex;
96
+ align-items: center;
97
+ flex-shrink: 0;
98
+ width: 1em;
99
+ height: 1em;
100
+ }
101
+
102
+
103
+ /* # Toegankelijkheid */
104
+
105
+ @media (forced-colors: active) {
106
+ .link:focus-visible {
107
+ outline: 2px solid CanvasText;
108
+ }
109
+ }
110
+ `;
111
+ //# sourceMappingURL=link.styles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"link.styles.js","sourceRoot":"","sources":["../../../../src/components/actions/link/link.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,UAAU,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4G5B,CAAC"}
@@ -0,0 +1,7 @@
1
+ import type { NLDDLink } from './link.js';
2
+ interface TemplateHelpers {
3
+ handleClick: (e: MouseEvent) => void;
4
+ }
5
+ export declare function template(this: NLDDLink, helpers: TemplateHelpers): import("lit-html").TemplateResult<1>;
6
+ export {};
7
+ //# sourceMappingURL=link.template.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"link.template.d.ts","sourceRoot":"","sources":["../../../../src/components/actions/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,wCA4BhE"}
@@ -0,0 +1,31 @@
1
+ import { html, nothing } from 'lit';
2
+ export function template(helpers) {
3
+ const resolvedRel = this._resolvedRel();
4
+ return html `
5
+ <a class="link"
6
+ href=${this.disabled ? nothing : (this.href || nothing)}
7
+ role=${this.disabled ? 'link' : nothing}
8
+ tabindex=${this.disabled ? '0' : nothing}
9
+ target=${this.disabled ? nothing : (this.target || nothing)}
10
+ rel=${this.disabled ? nothing : (resolvedRel || nothing)}
11
+ aria-disabled=${this.disabled ? 'true' : nothing}
12
+ aria-label=${this.accessibleLabel || nothing}
13
+ @click=${helpers.handleClick}
14
+ >
15
+ ${this.startIcon ? html `
16
+ <span class="link__start-icon">
17
+ <nldd-icon name=${this.startIcon}></nldd-icon>
18
+ </span>
19
+ ` : html `<slot name="start-icon"></slot>`}
20
+ <span class="link__label">
21
+ ${this.text ? this.text : html `<slot></slot>`}
22
+ </span>
23
+ ${this.endIcon ? html `
24
+ <span class="link__end-icon">
25
+ <nldd-icon name=${this.endIcon}></nldd-icon>
26
+ </span>
27
+ ` : html `<slot name="end-icon"></slot>`}
28
+ </a>
29
+ `;
30
+ }
31
+ //# sourceMappingURL=link.template.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"link.template.js","sourceRoot":"","sources":["../../../../src/components/actions/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,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;;uBAEH,IAAI,CAAC,SAAS;;IAEjC,CAAC,CAAC,CAAC,IAAI,CAAA,iCAAiC;;MAEtC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAA,eAAe;;KAE5C,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,IAAI,CAAA;;uBAED,IAAI,CAAC,OAAO;;IAE/B,CAAC,CAAC,CAAC,IAAI,CAAA,+BAA+B;;EAExC,CAAC;AACH,CAAC"}
@@ -0,0 +1,71 @@
1
+ /**
2
+ * Nederlandse Digitale Dienst Split Button Component (Lit + TypeScript)
3
+ *
4
+ * A split button combines a primary action button with a dropdown trigger.
5
+ * The main button performs the default action, while the icon button opens a menu.
6
+ *
7
+ * Any `nldd-menu-item` and `nldd-menu-divider` children in the light DOM are
8
+ * **moved** into an internal `nldd-menu` inside the component's shadow DOM on
9
+ * mount (and on subsequent add/remove via MutationObserver). Consumers can no
10
+ * longer `querySelector` those items from the split-button afterwards — query
11
+ * through the menu via custom events or keep their own references.
12
+ *
13
+ * When no items are slotted, the chevron dispatches `menu-click` and the
14
+ * consumer is expected to manage their own popover.
15
+ *
16
+ * @element nldd-split-button
17
+ * @attr {string} size - Button size: 'xs' | 'sm' | 'md' (default: 'md')
18
+ * @attr {string} variant - Button variant (default: 'neutral-tinted')
19
+ * @attr {boolean} disabled - Disabled state
20
+ * @attr {string} text - Button text for the primary action
21
+ * @attr {string} start-icon - Icon name for the start icon (before text)
22
+ * @attr {object} translations - Translations; unset keys fall back to Dutch
23
+ *
24
+ * @fires action-click - Fired when the main button is clicked
25
+ * @fires menu-click - Fired when the dropdown trigger is clicked and no items
26
+ * are slotted
27
+ */
28
+ import { LitElement } from 'lit';
29
+ import type { NLDDSplitButtonTranslations } from './split-button.i18n.js';
30
+ import './../button/button.js';
31
+ import './../icon-button/icon-button.js';
32
+ import '../../lists-and-menus/menu/menu.js';
33
+ export type Size = 'xs' | 'sm' | 'md';
34
+ export declare class NLDDSplitButton extends LitElement {
35
+ static styles: import("lit").CSSResult;
36
+ size: Size;
37
+ variant: string;
38
+ disabled: boolean;
39
+ /** Button text for the primary action. */
40
+ text: string;
41
+ /** Icon name for the start icon (before text) on the primary action button. */
42
+ startIcon: string;
43
+ translations: Partial<NLDDSplitButtonTranslations>;
44
+ private _trigger?;
45
+ private _menu?;
46
+ _menuIsOpen: boolean;
47
+ _hasMenuItems: boolean;
48
+ private _menuWasOpenOnMousedown;
49
+ private _childObserver?;
50
+ _t(key: keyof NLDDSplitButtonTranslations): string;
51
+ firstUpdated(): void;
52
+ disconnectedCallback(): void;
53
+ /**
54
+ * Moves any `nldd-menu-item` / `nldd-menu-divider` children from the light
55
+ * DOM into the internal `nldd-menu` (so nldd-menu's `querySelectorAll`
56
+ * sees them) and syncs `_hasMenuItems` against the menu's current content.
57
+ * Safe to call repeatedly — already-moved items are no longer in
58
+ * `this.children`.
59
+ */
60
+ private _syncMenuItems;
61
+ private _handleMenuToggle;
62
+ _handleActionClick(e: MouseEvent): void;
63
+ _handleMenuClick(e: MouseEvent): void;
64
+ render(): import("lit-html").TemplateResult<1>;
65
+ }
66
+ declare global {
67
+ interface HTMLElementTagNameMap {
68
+ 'nldd-split-button': NLDDSplitButton;
69
+ }
70
+ }
71
+ //# sourceMappingURL=split-button.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"split-button.d.ts","sourceRoot":"","sources":["../../../../src/components/actions/split-button/split-button.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,OAAO,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AAKjC,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,wBAAwB,CAAC;AAC1E,OAAO,uBAAuB,CAAC;AAC/B,OAAO,iCAAiC,CAAC;AACzC,OAAO,oCAAoC,CAAC;AAG5C,MAAM,MAAM,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAEtC,qBACa,eAAgB,SAAQ,UAAU;IAC9C,OAAgB,MAAM,0BAAqB;IAG3C,IAAI,EAAE,IAAI,CAAQ;IAGlB,OAAO,EAAE,MAAM,CAAoB;IAGnC,QAAQ,UAAS;IAEjB,0CAA0C;IAE1C,IAAI,SAAM;IAEV,+EAA+E;IAE/E,SAAS,SAAM;IAGf,YAAY,EAAE,OAAO,CAAC,2BAA2B,CAAC,CAAM;IAGxD,OAAO,CAAC,QAAQ,CAAC,CAAc;IAG/B,OAAO,CAAC,KAAK,CAAC,CAAW;IAGzB,WAAW,UAAS;IAGpB,aAAa,UAAS;IACtB,OAAO,CAAC,uBAAuB,CAAS;IACxC,OAAO,CAAC,cAAc,CAAC,CAAmB;IAInC,EAAE,CAAC,GAAG,EAAE,MAAM,2BAA2B,GAAG,MAAM;IAMhD,YAAY,IAAI,IAAI;IAiBpB,oBAAoB,IAAI,IAAI;IAOrC;;;;;;OAMG;IACH,OAAO,CAAC,cAAc;IAetB,OAAO,CAAC,iBAAiB,CAEvB;IAEF,kBAAkB,CAAC,CAAC,EAAE,UAAU,GAAG,IAAI;IAMvC,gBAAgB,CAAC,CAAC,EAAE,UAAU,GAAG,IAAI;IAa5B,MAAM;CAGf;AAED,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,qBAAqB;QAC9B,mBAAmB,EAAE,eAAe,CAAC;KACrC;CACD"}
@@ -0,0 +1,5 @@
1
+ export declare const nlddSplitButtonTranslations: {
2
+ 'components.split-button.menu-action': string;
3
+ };
4
+ export type NLDDSplitButtonTranslations = typeof nlddSplitButtonTranslations;
5
+ //# sourceMappingURL=split-button.i18n.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"split-button.i18n.d.ts","sourceRoot":"","sources":["../../../../src/components/actions/split-button/split-button.i18n.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,2BAA2B;;CAEvC,CAAC;AAEF,MAAM,MAAM,2BAA2B,GAAG,OAAO,2BAA2B,CAAC"}
@@ -0,0 +1,4 @@
1
+ export const nlddSplitButtonTranslations = {
2
+ 'components.split-button.menu-action': 'Meer opties',
3
+ };
4
+ //# sourceMappingURL=split-button.i18n.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"split-button.i18n.js","sourceRoot":"","sources":["../../../../src/components/actions/split-button/split-button.i18n.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,2BAA2B,GAAG;IAC1C,qCAAqC,EAAE,aAAa;CACpD,CAAC"}
@@ -0,0 +1,166 @@
1
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
5
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
6
+ };
7
+ /**
8
+ * Nederlandse Digitale Dienst Split Button Component (Lit + TypeScript)
9
+ *
10
+ * A split button combines a primary action button with a dropdown trigger.
11
+ * The main button performs the default action, while the icon button opens a menu.
12
+ *
13
+ * Any `nldd-menu-item` and `nldd-menu-divider` children in the light DOM are
14
+ * **moved** into an internal `nldd-menu` inside the component's shadow DOM on
15
+ * mount (and on subsequent add/remove via MutationObserver). Consumers can no
16
+ * longer `querySelector` those items from the split-button afterwards — query
17
+ * through the menu via custom events or keep their own references.
18
+ *
19
+ * When no items are slotted, the chevron dispatches `menu-click` and the
20
+ * consumer is expected to manage their own popover.
21
+ *
22
+ * @element nldd-split-button
23
+ * @attr {string} size - Button size: 'xs' | 'sm' | 'md' (default: 'md')
24
+ * @attr {string} variant - Button variant (default: 'neutral-tinted')
25
+ * @attr {boolean} disabled - Disabled state
26
+ * @attr {string} text - Button text for the primary action
27
+ * @attr {string} start-icon - Icon name for the start icon (before text)
28
+ * @attr {object} translations - Translations; unset keys fall back to Dutch
29
+ *
30
+ * @fires action-click - Fired when the main button is clicked
31
+ * @fires menu-click - Fired when the dropdown trigger is clicked and no items
32
+ * are slotted
33
+ */
34
+ import { LitElement } from 'lit';
35
+ import { customElement, property, query, state } from 'lit/decorators.js';
36
+ import { splitButtonStyles } from './split-button.styles.js';
37
+ import { template } from './split-button.template.js';
38
+ import { nlddSplitButtonTranslations } from './split-button.i18n.js';
39
+ import './../button/button.js';
40
+ import './../icon-button/icon-button.js';
41
+ import '../../lists-and-menus/menu/menu.js';
42
+ let NLDDSplitButton = class NLDDSplitButton extends LitElement {
43
+ constructor() {
44
+ super(...arguments);
45
+ this.size = 'md';
46
+ this.variant = 'neutral-tinted';
47
+ this.disabled = false;
48
+ /** Button text for the primary action. */
49
+ this.text = '';
50
+ /** Icon name for the start icon (before text) on the primary action button. */
51
+ this.startIcon = '';
52
+ this.translations = {};
53
+ this._menuIsOpen = false;
54
+ this._hasMenuItems = false;
55
+ this._menuWasOpenOnMousedown = false;
56
+ this._handleMenuToggle = (event) => {
57
+ this._menuIsOpen = event.newState === 'open';
58
+ };
59
+ }
60
+ // — i18n —————————————————————————————————————————————————————————————————
61
+ _t(key) {
62
+ return this.translations[key] ?? nlddSplitButtonTranslations[key];
63
+ }
64
+ // — Lifecycle ————————————————————————————————————————————————————————————
65
+ firstUpdated() {
66
+ this._syncMenuItems();
67
+ // Watch for children added or removed after first render. Moving items
68
+ // into the menu (in _syncMenuItems) itself triggers a childList mutation
69
+ // — the re-entry is harmless because subsequent syncs find no items to
70
+ // move and just update the flag.
71
+ this._childObserver = new MutationObserver(() => this._syncMenuItems());
72
+ this._childObserver.observe(this, { childList: true });
73
+ // Capture open-state BEFORE the browser's light-dismiss fires on
74
+ // mousedown. The subsequent click handler uses this snapshot to
75
+ // decide: was the popover open? → user clicked to close (no-op,
76
+ // light-dismiss already closed it). Was it closed? → open it.
77
+ this._trigger?.addEventListener('mousedown', () => {
78
+ this._menuWasOpenOnMousedown = this._menu?.matches(':popover-open') ?? false;
79
+ });
80
+ }
81
+ disconnectedCallback() {
82
+ super.disconnectedCallback();
83
+ this._childObserver?.disconnect();
84
+ this._childObserver = undefined;
85
+ this._menu?.removeEventListener('toggle', this._handleMenuToggle);
86
+ }
87
+ /**
88
+ * Moves any `nldd-menu-item` / `nldd-menu-divider` children from the light
89
+ * DOM into the internal `nldd-menu` (so nldd-menu's `querySelectorAll`
90
+ * sees them) and syncs `_hasMenuItems` against the menu's current content.
91
+ * Safe to call repeatedly — already-moved items are no longer in
92
+ * `this.children`.
93
+ */
94
+ _syncMenuItems() {
95
+ if (!this._menu || !this._trigger)
96
+ return;
97
+ const toMove = Array.from(this.children).filter((el) => el.matches('nldd-menu-item, nldd-menu-divider'));
98
+ toMove.forEach((item) => this._menu.appendChild(item));
99
+ const hadItems = this._hasMenuItems;
100
+ this._hasMenuItems =
101
+ this._menu.querySelectorAll('nldd-menu-item, nldd-menu-divider').length > 0;
102
+ if (this._hasMenuItems && !hadItems) {
103
+ this._menu.anchorElement = this._trigger;
104
+ this._menu.addEventListener('toggle', this._handleMenuToggle);
105
+ }
106
+ }
107
+ _handleActionClick(e) {
108
+ if (this.disabled)
109
+ return;
110
+ e.stopPropagation();
111
+ this.dispatchEvent(new CustomEvent('action-click', { bubbles: true, composed: true }));
112
+ }
113
+ _handleMenuClick(e) {
114
+ if (this.disabled)
115
+ return;
116
+ e.stopPropagation();
117
+ if (this._hasMenuItems && this._menu) {
118
+ const wasOpen = this._menuWasOpenOnMousedown;
119
+ this._menuWasOpenOnMousedown = false;
120
+ if (wasOpen)
121
+ return; // light-dismiss already closed it
122
+ this._menu.showPopover();
123
+ return;
124
+ }
125
+ this.dispatchEvent(new CustomEvent('menu-click', { bubbles: true, composed: true }));
126
+ }
127
+ render() {
128
+ return template.call(this);
129
+ }
130
+ };
131
+ NLDDSplitButton.styles = splitButtonStyles;
132
+ __decorate([
133
+ property({ type: String, reflect: true })
134
+ ], NLDDSplitButton.prototype, "size", void 0);
135
+ __decorate([
136
+ property({ type: String, reflect: true })
137
+ ], NLDDSplitButton.prototype, "variant", void 0);
138
+ __decorate([
139
+ property({ type: Boolean, reflect: true })
140
+ ], NLDDSplitButton.prototype, "disabled", void 0);
141
+ __decorate([
142
+ property({ type: String })
143
+ ], NLDDSplitButton.prototype, "text", void 0);
144
+ __decorate([
145
+ property({ type: String, attribute: 'start-icon' })
146
+ ], NLDDSplitButton.prototype, "startIcon", void 0);
147
+ __decorate([
148
+ property({ type: Object })
149
+ ], NLDDSplitButton.prototype, "translations", void 0);
150
+ __decorate([
151
+ query('.split-button__trigger')
152
+ ], NLDDSplitButton.prototype, "_trigger", void 0);
153
+ __decorate([
154
+ query('.split-button__menu')
155
+ ], NLDDSplitButton.prototype, "_menu", void 0);
156
+ __decorate([
157
+ state()
158
+ ], NLDDSplitButton.prototype, "_menuIsOpen", void 0);
159
+ __decorate([
160
+ state()
161
+ ], NLDDSplitButton.prototype, "_hasMenuItems", void 0);
162
+ NLDDSplitButton = __decorate([
163
+ customElement('nldd-split-button')
164
+ ], NLDDSplitButton);
165
+ export { NLDDSplitButton };
166
+ //# sourceMappingURL=split-button.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"split-button.js","sourceRoot":"","sources":["../../../../src/components/actions/split-button/split-button.ts"],"names":[],"mappings":";;;;;;AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,OAAO,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AACjC,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAE,KAAK,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1E,OAAO,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAC7D,OAAO,EAAE,QAAQ,EAAE,MAAM,4BAA4B,CAAC;AACtD,OAAO,EAAE,2BAA2B,EAAE,MAAM,wBAAwB,CAAC;AAErE,OAAO,uBAAuB,CAAC;AAC/B,OAAO,iCAAiC,CAAC;AACzC,OAAO,oCAAoC,CAAC;AAMrC,IAAM,eAAe,GAArB,MAAM,eAAgB,SAAQ,UAAU;IAAxC;;QAIN,SAAI,GAAS,IAAI,CAAC;QAGlB,YAAO,GAAW,gBAAgB,CAAC;QAGnC,aAAQ,GAAG,KAAK,CAAC;QAEjB,0CAA0C;QAE1C,SAAI,GAAG,EAAE,CAAC;QAEV,+EAA+E;QAE/E,cAAS,GAAG,EAAE,CAAC;QAGf,iBAAY,GAAyC,EAAE,CAAC;QASxD,gBAAW,GAAG,KAAK,CAAC;QAGpB,kBAAa,GAAG,KAAK,CAAC;QACd,4BAAuB,GAAG,KAAK,CAAC;QAyDhC,sBAAiB,GAAG,CAAC,KAAY,EAAQ,EAAE;YAClD,IAAI,CAAC,WAAW,GAAI,KAAqB,CAAC,QAAQ,KAAK,MAAM,CAAC;QAC/D,CAAC,CAAC;IAwBH,CAAC;IAhFA,2EAA2E;IAEpE,EAAE,CAAC,GAAsC;QAC/C,OAAO,IAAI,CAAC,YAAY,CAAC,GAAG,CAAC,IAAI,2BAA2B,CAAC,GAAG,CAAC,CAAC;IACnE,CAAC;IAED,2EAA2E;IAElE,YAAY;QACpB,IAAI,CAAC,cAAc,EAAE,CAAC;QACtB,uEAAuE;QACvE,yEAAyE;QACzE,uEAAuE;QACvE,iCAAiC;QACjC,IAAI,CAAC,cAAc,GAAG,IAAI,gBAAgB,CAAC,GAAG,EAAE,CAAC,IAAI,CAAC,cAAc,EAAE,CAAC,CAAC;QACxE,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,IAAI,EAAE,EAAE,SAAS,EAAE,IAAI,EAAE,CAAC,CAAC;QACvD,iEAAiE;QACjE,gEAAgE;QAChE,gEAAgE;QAChE,8DAA8D;QAC9D,IAAI,CAAC,QAAQ,EAAE,gBAAgB,CAAC,WAAW,EAAE,GAAG,EAAE;YACjD,IAAI,CAAC,uBAAuB,GAAG,IAAI,CAAC,KAAK,EAAE,OAAO,CAAC,eAAe,CAAC,IAAI,KAAK,CAAC;QAC9E,CAAC,CAAC,CAAC;IACJ,CAAC;IAEQ,oBAAoB;QAC5B,KAAK,CAAC,oBAAoB,EAAE,CAAC;QAC7B,IAAI,CAAC,cAAc,EAAE,UAAU,EAAE,CAAC;QAClC,IAAI,CAAC,cAAc,GAAG,SAAS,CAAC;QAChC,IAAI,CAAC,KAAK,EAAE,mBAAmB,CAAC,QAAQ,EAAE,IAAI,CAAC,iBAAiB,CAAC,CAAC;IACnE,CAAC;IAED;;;;;;OAMG;IACK,cAAc;QACrB,IAAI,CAAC,IAAI,CAAC,KAAK,IAAI,CAAC,IAAI,CAAC,QAAQ;YAAE,OAAO;QAC1C,MAAM,MAAM,GAAG,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC,EAAE,EAAE,EAAE,CACtD,EAAE,CAAC,OAAO,CAAC,mCAAmC,CAAC,CAC/C,CAAC;QACF,MAAM,CAAC,OAAO,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,KAAM,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC,CAAC;QACxD,MAAM,QAAQ,GAAG,IAAI,CAAC,aAAa,CAAC;QACpC,IAAI,CAAC,aAAa;YACjB,IAAI,CAAC,KAAK,CAAC,gBAAgB,CAAC,mCAAmC,CAAC,CAAC,MAAM,GAAG,CAAC,CAAC;QAC7E,IAAI,IAAI,CAAC,aAAa,IAAI,CAAC,QAAQ,EAAE,CAAC;YACrC,IAAI,CAAC,KAAK,CAAC,aAAa,GAAG,IAAI,CAAC,QAAQ,CAAC;YACzC,IAAI,CAAC,KAAK,CAAC,gBAAgB,CAAC,QAAQ,EAAE,IAAI,CAAC,iBAAiB,CAAC,CAAC;QAC/D,CAAC;IACF,CAAC;IAMD,kBAAkB,CAAC,CAAa;QAC/B,IAAI,IAAI,CAAC,QAAQ;YAAE,OAAO;QAC1B,CAAC,CAAC,eAAe,EAAE,CAAC;QACpB,IAAI,CAAC,aAAa,CAAC,IAAI,WAAW,CAAC,cAAc,EAAE,EAAE,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC,CAAC,CAAC;IACxF,CAAC;IAED,gBAAgB,CAAC,CAAa;QAC7B,IAAI,IAAI,CAAC,QAAQ;YAAE,OAAO;QAC1B,CAAC,CAAC,eAAe,EAAE,CAAC;QACpB,IAAI,IAAI,CAAC,aAAa,IAAI,IAAI,CAAC,KAAK,EAAE,CAAC;YACtC,MAAM,OAAO,GAAG,IAAI,CAAC,uBAAuB,CAAC;YAC7C,IAAI,CAAC,uBAAuB,GAAG,KAAK,CAAC;YACrC,IAAI,OAAO;gBAAE,OAAO,CAAC,kCAAkC;YACvD,IAAI,CAAC,KAAK,CAAC,WAAW,EAAE,CAAC;YACzB,OAAO;QACR,CAAC;QACD,IAAI,CAAC,aAAa,CAAC,IAAI,WAAW,CAAC,YAAY,EAAE,EAAE,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC,CAAC,CAAC;IACtF,CAAC;IAEQ,MAAM;QACd,OAAO,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IAC5B,CAAC;;AAnHe,sBAAM,GAAG,iBAAiB,AAApB,CAAqB;AAG3C;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;6CACxB;AAGlB;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;gDACP;AAGnC;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;iDAC1B;AAIjB;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC;6CACjB;AAIV;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,SAAS,EAAE,YAAY,EAAE,CAAC;kDACrC;AAGf;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC;qDAC6B;AAGhD;IADP,KAAK,CAAC,wBAAwB,CAAC;iDACD;AAGvB;IADP,KAAK,CAAC,qBAAqB,CAAC;8CACJ;AAGzB;IADC,KAAK,EAAE;oDACY;AAGpB;IADC,KAAK,EAAE;sDACc;AAjCV,eAAe;IAD3B,aAAa,CAAC,mBAAmB,CAAC;GACtB,eAAe,CAqH3B"}
@@ -0,0 +1,2 @@
1
+ export declare const splitButtonStyles: import("lit").CSSResult;
2
+ //# sourceMappingURL=split-button.styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"split-button.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/actions/split-button/split-button.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,iBAAiB,yBAgG7B,CAAC"}