@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,76 @@
1
+ /**
2
+ * Nederlandse Digitale Dienst Text Cell Component (Lit + TypeScript)
3
+ *
4
+ * A cell component for displaying text content in lists with configurable
5
+ * alignment, size and color. This is the most fundamental list cell component.
6
+ *
7
+ * ### Vertical alignment
8
+ * `vertical-alignment="center"` (default) stretches the cell to fill the full
9
+ * row height and centers its content within that space. Use `min-height` to set
10
+ * a minimum centered region. For strict top alignment without a minimum height,
11
+ * use `vertical-alignment="top"`.
12
+ *
13
+ * @element nldd-text-cell
14
+ * @attr {string} size - Cell size: 'sm' | 'md' (default: 'md')
15
+ * @attr {string} color - Text color variant: 'default' | 'secondary' | 'inherit' (default: 'default')
16
+ * @attr {string} width - 'stretch' | 'fit-content' | CSS length (e.g. '200px', '20rem'). Default: 'stretch'
17
+ * @attr {string} min-width - Minimum width as CSS length (e.g. '80px', '5rem')
18
+ * @attr {string} max-width - Maximum width as CSS length (e.g. '200px', '20rem')
19
+ * @attr {string} min-height - Minimum height as CSS length (e.g. '44px', '3rem')
20
+ * @attr {string} horizontal-alignment - Horizontal alignment: 'left' | 'right' (default: 'left')
21
+ * @attr {string} vertical-alignment - Vertical alignment: 'top' | 'center' | 'bottom' (default: 'center')
22
+ *
23
+ * @attr {string} text - Main text content. Supports **bold** syntax for inline bold segments.
24
+ * @attr {string} overline - Optional overline text displayed above the main content. Supports **bold**.
25
+ * @attr {string} supporting-text - Optional supporting text displayed below the main content. Supports **bold**.
26
+ *
27
+ * ### Query mark
28
+ * Set `query` to a substring to bold-highlight the match across text, overline
29
+ * and supporting-text. `query-mark-mode` selects the strategy:
30
+ * - `'predictive'` (default): bolds the non-matched remainder — the ARIA APG
31
+ * pattern for combobox predictive completion.
32
+ * - `'match'`: bolds the matched query — useful for search-result highlighting
33
+ * in longer text.
34
+ *
35
+ * When `query` is set, `**bold**` markdown in the same field is ignored.
36
+ *
37
+ * @attr {string} query - Query substring to bold-highlight across text fields. Empty = no marking.
38
+ * @attr {string} query-mark-mode - 'match' | 'predictive' (default: 'predictive')
39
+ */
40
+ import { LitElement } from 'lit';
41
+ import type { QueryMarkMode } from '../../../../utilities/render-marked.js';
42
+ type Size = 'sm' | 'md';
43
+ type Color = 'default' | 'secondary' | 'inherit';
44
+ type HorizontalAlignment = 'left' | 'right';
45
+ type VerticalAlignment = 'top' | 'center' | 'bottom';
46
+ declare const NLDDTextCell_base: typeof LitElement & (new (...args: any[]) => LitElement & {
47
+ hideBelow?: string;
48
+ hideAbove?: string;
49
+ });
50
+ export declare class NLDDTextCell extends NLDDTextCell_base {
51
+ static styles: import("lit").CSSResult[];
52
+ size: Size;
53
+ color: Color;
54
+ /** 'stretch' | 'fit-content' | CSS length (e.g. '200px', '20rem'). */
55
+ width: string;
56
+ minWidth?: string;
57
+ maxWidth?: string;
58
+ minHeight?: string;
59
+ horizontalAlignment: HorizontalAlignment;
60
+ verticalAlignment: VerticalAlignment;
61
+ text: string;
62
+ overline: string;
63
+ supportingText: string;
64
+ query: string;
65
+ queryMarkMode: QueryMarkMode;
66
+ updated(changed: Map<string, unknown>): void;
67
+ private _applyDimensionStyles;
68
+ render(): import("lit-html").TemplateResult<1>;
69
+ }
70
+ declare global {
71
+ interface HTMLElementTagNameMap {
72
+ 'nldd-text-cell': NLDDTextCell;
73
+ }
74
+ }
75
+ export {};
76
+ //# sourceMappingURL=text-cell.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"text-cell.d.ts","sourceRoot":"","sources":["../../../../../src/components/lists-and-menus/cells/text-cell/text-cell.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsCG;AACH,OAAO,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AAKjC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,wCAAwC,CAAC;AAE5E,KAAK,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AACxB,KAAK,KAAK,GAAG,SAAS,GAAG,WAAW,GAAG,SAAS,CAAC;AACjD,KAAK,mBAAmB,GAAG,MAAM,GAAG,OAAO,CAAC;AAC5C,KAAK,iBAAiB,GAAG,KAAK,GAAG,QAAQ,GAAG,QAAQ,CAAC;;;;;AAErD,qBACa,YAAa,SAAQ,iBAA2B;IAC5D,OAAgB,MAAM,4BAAoB;IAG1C,IAAI,EAAE,IAAI,CAAQ;IAGlB,KAAK,EAAE,KAAK,CAAa;IAEzB,sEAAsE;IAEtE,KAAK,EAAE,MAAM,CAAa;IAG1B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAGlB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAGlB,SAAS,CAAC,EAAE,MAAM,CAAC;IAGnB,mBAAmB,EAAE,mBAAmB,CAAU;IAGlD,iBAAiB,EAAE,iBAAiB,CAAY;IAGhD,IAAI,SAAM;IAGV,QAAQ,SAAM;IAGd,cAAc,SAAM;IAGpB,KAAK,SAAM;IAGX,aAAa,EAAE,aAAa,CAAgB;IAEnC,OAAO,CAAC,OAAO,EAAE,GAAG,CAAC,MAAM,EAAE,OAAO,CAAC;IAO9C,OAAO,CAAC,qBAAqB;IA0BpB,MAAM;CAGf;AAED,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,qBAAqB;QAC9B,gBAAgB,EAAE,YAAY,CAAC;KAC/B;CACD"}
@@ -0,0 +1,149 @@
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 Text Cell Component (Lit + TypeScript)
9
+ *
10
+ * A cell component for displaying text content in lists with configurable
11
+ * alignment, size and color. This is the most fundamental list cell component.
12
+ *
13
+ * ### Vertical alignment
14
+ * `vertical-alignment="center"` (default) stretches the cell to fill the full
15
+ * row height and centers its content within that space. Use `min-height` to set
16
+ * a minimum centered region. For strict top alignment without a minimum height,
17
+ * use `vertical-alignment="top"`.
18
+ *
19
+ * @element nldd-text-cell
20
+ * @attr {string} size - Cell size: 'sm' | 'md' (default: 'md')
21
+ * @attr {string} color - Text color variant: 'default' | 'secondary' | 'inherit' (default: 'default')
22
+ * @attr {string} width - 'stretch' | 'fit-content' | CSS length (e.g. '200px', '20rem'). Default: 'stretch'
23
+ * @attr {string} min-width - Minimum width as CSS length (e.g. '80px', '5rem')
24
+ * @attr {string} max-width - Maximum width as CSS length (e.g. '200px', '20rem')
25
+ * @attr {string} min-height - Minimum height as CSS length (e.g. '44px', '3rem')
26
+ * @attr {string} horizontal-alignment - Horizontal alignment: 'left' | 'right' (default: 'left')
27
+ * @attr {string} vertical-alignment - Vertical alignment: 'top' | 'center' | 'bottom' (default: 'center')
28
+ *
29
+ * @attr {string} text - Main text content. Supports **bold** syntax for inline bold segments.
30
+ * @attr {string} overline - Optional overline text displayed above the main content. Supports **bold**.
31
+ * @attr {string} supporting-text - Optional supporting text displayed below the main content. Supports **bold**.
32
+ *
33
+ * ### Query mark
34
+ * Set `query` to a substring to bold-highlight the match across text, overline
35
+ * and supporting-text. `query-mark-mode` selects the strategy:
36
+ * - `'predictive'` (default): bolds the non-matched remainder — the ARIA APG
37
+ * pattern for combobox predictive completion.
38
+ * - `'match'`: bolds the matched query — useful for search-result highlighting
39
+ * in longer text.
40
+ *
41
+ * When `query` is set, `**bold**` markdown in the same field is ignored.
42
+ *
43
+ * @attr {string} query - Query substring to bold-highlight across text fields. Empty = no marking.
44
+ * @attr {string} query-mark-mode - 'match' | 'predictive' (default: 'predictive')
45
+ */
46
+ import { LitElement } from 'lit';
47
+ import { customElement, property } from 'lit/decorators.js';
48
+ import { textCellStyles } from './text-cell.styles.js';
49
+ import { template } from './text-cell.template.js';
50
+ import { VisibilityMixin } from '../../../../utilities/visibility-mixin.js';
51
+ let NLDDTextCell = class NLDDTextCell extends VisibilityMixin(LitElement) {
52
+ constructor() {
53
+ super(...arguments);
54
+ this.size = 'md';
55
+ this.color = 'default';
56
+ /** 'stretch' | 'fit-content' | CSS length (e.g. '200px', '20rem'). */
57
+ this.width = 'stretch';
58
+ this.horizontalAlignment = 'left';
59
+ this.verticalAlignment = 'center';
60
+ this.text = '';
61
+ this.overline = '';
62
+ this.supportingText = '';
63
+ this.query = '';
64
+ this.queryMarkMode = 'predictive';
65
+ }
66
+ updated(changed) {
67
+ super.updated(changed);
68
+ if (changed.has('width') || changed.has('minWidth') || changed.has('maxWidth') || changed.has('minHeight')) {
69
+ this._applyDimensionStyles();
70
+ }
71
+ }
72
+ _applyDimensionStyles() {
73
+ // width's 'stretch' and 'fit-content' are handled via [width] attribute
74
+ // selectors in CSS; any other value is a CSS length fed through --_width.
75
+ const widthIsKeyword = this.width === 'stretch' || this.width === 'fit-content';
76
+ if (this.width && !widthIsKeyword) {
77
+ this.style.setProperty('--_width', this.width);
78
+ }
79
+ else {
80
+ this.style.removeProperty('--_width');
81
+ }
82
+ if (this.minWidth) {
83
+ this.style.setProperty('--_min-width', this.minWidth);
84
+ }
85
+ else {
86
+ this.style.removeProperty('--_min-width');
87
+ }
88
+ if (this.maxWidth) {
89
+ this.style.setProperty('--_max-width', this.maxWidth);
90
+ }
91
+ else {
92
+ this.style.removeProperty('--_max-width');
93
+ }
94
+ if (this.minHeight) {
95
+ this.style.setProperty('--_min-height', this.minHeight);
96
+ }
97
+ else {
98
+ this.style.removeProperty('--_min-height');
99
+ }
100
+ }
101
+ render() {
102
+ return template.call(this);
103
+ }
104
+ };
105
+ NLDDTextCell.styles = [textCellStyles];
106
+ __decorate([
107
+ property({ type: String, reflect: true })
108
+ ], NLDDTextCell.prototype, "size", void 0);
109
+ __decorate([
110
+ property({ type: String, reflect: true })
111
+ ], NLDDTextCell.prototype, "color", void 0);
112
+ __decorate([
113
+ property({ type: String, reflect: true })
114
+ ], NLDDTextCell.prototype, "width", void 0);
115
+ __decorate([
116
+ property({ type: String, reflect: true, attribute: 'min-width' })
117
+ ], NLDDTextCell.prototype, "minWidth", void 0);
118
+ __decorate([
119
+ property({ type: String, reflect: true, attribute: 'max-width' })
120
+ ], NLDDTextCell.prototype, "maxWidth", void 0);
121
+ __decorate([
122
+ property({ type: String, reflect: true, attribute: 'min-height' })
123
+ ], NLDDTextCell.prototype, "minHeight", void 0);
124
+ __decorate([
125
+ property({ type: String, reflect: true, attribute: 'horizontal-alignment' })
126
+ ], NLDDTextCell.prototype, "horizontalAlignment", void 0);
127
+ __decorate([
128
+ property({ type: String, reflect: true, attribute: 'vertical-alignment' })
129
+ ], NLDDTextCell.prototype, "verticalAlignment", void 0);
130
+ __decorate([
131
+ property({ type: String })
132
+ ], NLDDTextCell.prototype, "text", void 0);
133
+ __decorate([
134
+ property({ type: String })
135
+ ], NLDDTextCell.prototype, "overline", void 0);
136
+ __decorate([
137
+ property({ type: String, attribute: 'supporting-text' })
138
+ ], NLDDTextCell.prototype, "supportingText", void 0);
139
+ __decorate([
140
+ property({ type: String })
141
+ ], NLDDTextCell.prototype, "query", void 0);
142
+ __decorate([
143
+ property({ type: String, attribute: 'query-mark-mode' })
144
+ ], NLDDTextCell.prototype, "queryMarkMode", void 0);
145
+ NLDDTextCell = __decorate([
146
+ customElement('nldd-text-cell')
147
+ ], NLDDTextCell);
148
+ export { NLDDTextCell };
149
+ //# sourceMappingURL=text-cell.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"text-cell.js","sourceRoot":"","sources":["../../../../../src/components/lists-and-menus/cells/text-cell/text-cell.ts"],"names":[],"mappings":";;;;;;AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsCG;AACH,OAAO,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AACjC,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAC5D,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAE,MAAM,yBAAyB,CAAC;AACnD,OAAO,EAAE,eAAe,EAAE,MAAM,2CAA2C,CAAC;AASrE,IAAM,YAAY,GAAlB,MAAM,YAAa,SAAQ,eAAe,CAAC,UAAU,CAAC;IAAtD;;QAIN,SAAI,GAAS,IAAI,CAAC;QAGlB,UAAK,GAAU,SAAS,CAAC;QAEzB,sEAAsE;QAEtE,UAAK,GAAW,SAAS,CAAC;QAY1B,wBAAmB,GAAwB,MAAM,CAAC;QAGlD,sBAAiB,GAAsB,QAAQ,CAAC;QAGhD,SAAI,GAAG,EAAE,CAAC;QAGV,aAAQ,GAAG,EAAE,CAAC;QAGd,mBAAc,GAAG,EAAE,CAAC;QAGpB,UAAK,GAAG,EAAE,CAAC;QAGX,kBAAa,GAAkB,YAAY,CAAC;IAsC7C,CAAC;IApCS,OAAO,CAAC,OAA6B;QAC7C,KAAK,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;QACvB,IAAI,OAAO,CAAC,GAAG,CAAC,OAAO,CAAC,IAAI,OAAO,CAAC,GAAG,CAAC,UAAU,CAAC,IAAI,OAAO,CAAC,GAAG,CAAC,UAAU,CAAC,IAAI,OAAO,CAAC,GAAG,CAAC,WAAW,CAAC,EAAE,CAAC;YAC5G,IAAI,CAAC,qBAAqB,EAAE,CAAC;QAC9B,CAAC;IACF,CAAC;IAEO,qBAAqB;QAC5B,wEAAwE;QACxE,0EAA0E;QAC1E,MAAM,cAAc,GAAG,IAAI,CAAC,KAAK,KAAK,SAAS,IAAI,IAAI,CAAC,KAAK,KAAK,aAAa,CAAC;QAChF,IAAI,IAAI,CAAC,KAAK,IAAI,CAAC,cAAc,EAAE,CAAC;YACnC,IAAI,CAAC,KAAK,CAAC,WAAW,CAAC,UAAU,EAAE,IAAI,CAAC,KAAK,CAAC,CAAC;QAChD,CAAC;aAAM,CAAC;YACP,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,UAAU,CAAC,CAAC;QACvC,CAAC;QACD,IAAI,IAAI,CAAC,QAAQ,EAAE,CAAC;YACnB,IAAI,CAAC,KAAK,CAAC,WAAW,CAAC,cAAc,EAAE,IAAI,CAAC,QAAQ,CAAC,CAAC;QACvD,CAAC;aAAM,CAAC;YACP,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC;QAC3C,CAAC;QACD,IAAI,IAAI,CAAC,QAAQ,EAAE,CAAC;YACnB,IAAI,CAAC,KAAK,CAAC,WAAW,CAAC,cAAc,EAAE,IAAI,CAAC,QAAQ,CAAC,CAAC;QACvD,CAAC;aAAM,CAAC;YACP,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC;QAC3C,CAAC;QACD,IAAI,IAAI,CAAC,SAAS,EAAE,CAAC;YACpB,IAAI,CAAC,KAAK,CAAC,WAAW,CAAC,eAAe,EAAE,IAAI,CAAC,SAAS,CAAC,CAAC;QACzD,CAAC;aAAM,CAAC;YACP,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,eAAe,CAAC,CAAC;QAC5C,CAAC;IACF,CAAC;IAEQ,MAAM;QACd,OAAO,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IAC5B,CAAC;;AA7Ee,mBAAM,GAAG,CAAC,cAAc,CAAC,AAAnB,CAAoB;AAG1C;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;0CACxB;AAGlB;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;2CACjB;AAIzB;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;2CAChB;AAG1B;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,WAAW,EAAE,CAAC;8CAChD;AAGlB;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,WAAW,EAAE,CAAC;8CAChD;AAGlB;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,YAAY,EAAE,CAAC;+CAChD;AAGnB;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,sBAAsB,EAAE,CAAC;yDAC3B;AAGlD;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,oBAAoB,EAAE,CAAC;uDAC3B;AAGhD;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC;0CACjB;AAGV;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC;8CACb;AAGd;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,SAAS,EAAE,iBAAiB,EAAE,CAAC;oDACrC;AAGpB;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC;2CAChB;AAGX;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,SAAS,EAAE,iBAAiB,EAAE,CAAC;mDACb;AAzChC,YAAY;IADxB,aAAa,CAAC,gBAAgB,CAAC;GACnB,YAAY,CA+ExB"}
@@ -0,0 +1,2 @@
1
+ export declare const textCellStyles: import("lit").CSSResult;
2
+ //# sourceMappingURL=text-cell.styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"text-cell.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/lists-and-menus/cells/text-cell/text-cell.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,cAAc,yBAiL1B,CAAC"}
@@ -0,0 +1,180 @@
1
+ import { css } from 'lit';
2
+ export const textCellStyles = css `
3
+
4
+
5
+ /* # Host */
6
+
7
+ :host {
8
+ display: flex;
9
+ flex-direction: column;
10
+ justify-content: center;
11
+ --_width: auto;
12
+ --_min-width: 0;
13
+ --_max-width: none;
14
+ --_min-height: 0;
15
+ width: var(--_width);
16
+ min-width: var(--_min-width);
17
+ max-width: var(--_max-width);
18
+ min-height: var(--_min-height);
19
+ }
20
+
21
+ :host([hidden]) {
22
+ display: none;
23
+ }
24
+
25
+
26
+ /* # Width */
27
+
28
+ :host([width='stretch']),
29
+ :host(:not([width])) {
30
+ flex-grow: 1;
31
+ min-width: 0;
32
+ }
33
+
34
+ :host([width='fit-content']) {
35
+ flex-grow: 0;
36
+ flex-shrink: 0;
37
+ flex-basis: auto;
38
+ width: fit-content;
39
+ }
40
+
41
+ :host([width]:not([width='stretch']):not([width='fit-content'])) {
42
+ flex-shrink: 0;
43
+ }
44
+
45
+
46
+ /* # Vertical alignment
47
+ *
48
+ * 'center' (default): the cell stretches to fill the full row height, then
49
+ * centers its content within that space. When min-height is set, the cell is
50
+ * at least that tall and the content sits centered inside it. For strict top
51
+ * alignment without a minimum height, use vertical-alignment="top".
52
+ */
53
+
54
+ :host([vertical-alignment='center']),
55
+ :host(:not([vertical-alignment])) {
56
+ align-self: stretch;
57
+ }
58
+
59
+ :host([vertical-alignment='top']) {
60
+ align-self: flex-start;
61
+ }
62
+
63
+ :host([vertical-alignment='bottom']) {
64
+ align-self: flex-end;
65
+ }
66
+
67
+
68
+ /* # Horizontal alignment */
69
+
70
+ :host([horizontal-alignment='left']),
71
+ :host(:not([horizontal-alignment])) {
72
+ align-items: flex-start;
73
+ }
74
+
75
+ :host([horizontal-alignment='right']) {
76
+ align-items: flex-end;
77
+ }
78
+
79
+
80
+ /* # Overline */
81
+
82
+ .text-cell__overline {
83
+ margin: 0;
84
+ align-self: stretch;
85
+ min-width: 0;
86
+ color: var(--context-cell-content-color, var(--semantics-content-secondary-color));
87
+ }
88
+
89
+ :host([size='md']) .text-cell__overline,
90
+ :host(:not([size])) .text-cell__overline {
91
+ font: var(--primitives-font-body-xs-regular-tight);
92
+ }
93
+
94
+ :host([size='sm']) .text-cell__overline {
95
+ font: var(--primitives-font-body-xxs-regular-tight);
96
+ }
97
+
98
+ :host([horizontal-alignment='right']) .text-cell__overline {
99
+ text-align: right;
100
+ }
101
+
102
+
103
+ /* # Text */
104
+
105
+ .text-cell__text {
106
+ margin: 0;
107
+ align-self: stretch;
108
+ min-width: 0;
109
+ }
110
+
111
+ :host([size='md']) .text-cell__text,
112
+ :host(:not([size])) .text-cell__text {
113
+ font: var(--primitives-font-body-md-regular-tight);
114
+ }
115
+
116
+ :host([size='sm']) .text-cell__text {
117
+ font: var(--primitives-font-body-sm-regular-tight);
118
+ }
119
+
120
+ :host([horizontal-alignment='right']) .text-cell__text {
121
+ text-align: right;
122
+ }
123
+
124
+
125
+ /* # Color */
126
+
127
+ /* ## Color: default */
128
+
129
+ :host([color='default']) .text-cell__text,
130
+ :host(:not([color])) .text-cell__text {
131
+ color: var(--context-cell-content-color, var(--semantics-content-color));
132
+ }
133
+
134
+ /* ## Color: secondary */
135
+
136
+ :host([color='secondary']) .text-cell__text {
137
+ color: var(--context-cell-content-secondary-color, var(--semantics-content-secondary-color));
138
+ }
139
+
140
+ /* ## Color: inherit */
141
+
142
+ :host([color='inherit']) .text-cell__text,
143
+ :host([color='inherit']) .text-cell__overline,
144
+ :host([color='inherit']) .text-cell__supporting-text {
145
+ color: inherit;
146
+ }
147
+
148
+
149
+ /* # Supporting text */
150
+
151
+ .text-cell__supporting-text {
152
+ margin: 0;
153
+ align-self: stretch;
154
+ min-width: 0;
155
+ color: var(--context-cell-content-color, var(--semantics-content-secondary-color));
156
+ }
157
+
158
+ :host([size='md']) .text-cell__supporting-text,
159
+ :host(:not([size])) .text-cell__supporting-text {
160
+ font: var(--primitives-font-body-xs-regular-tight);
161
+ }
162
+
163
+ :host([size='sm']) .text-cell__supporting-text {
164
+ font: var(--primitives-font-body-xxs-regular-tight);
165
+ }
166
+
167
+ :host([horizontal-alignment='right']) .text-cell__supporting-text {
168
+ text-align: right;
169
+ }
170
+
171
+
172
+ /* # Forced colors */
173
+
174
+ @media (forced-colors: active) {
175
+ .text-cell__text {
176
+ forced-color-adjust: none;
177
+ }
178
+ }
179
+ `;
180
+ //# sourceMappingURL=text-cell.styles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"text-cell.styles.js","sourceRoot":"","sources":["../../../../../src/components/lists-and-menus/cells/text-cell/text-cell.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,cAAc,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiLhC,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { NLDDTextCell } from './text-cell.js';
2
+ export declare function template(this: NLDDTextCell): import("lit-html").TemplateResult<1>;
3
+ //# sourceMappingURL=text-cell.template.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"text-cell.template.d.ts","sourceRoot":"","sources":["../../../../../src/components/lists-and-menus/cells/text-cell/text-cell.template.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAGnD,wBAAgB,QAAQ,CAAC,IAAI,EAAE,YAAY,wCAM1C"}
@@ -0,0 +1,10 @@
1
+ import { html, nothing } from 'lit';
2
+ import { renderQueryMark } from '../../../../utilities/render-marked.js';
3
+ export function template() {
4
+ return html `
5
+ ${this.overline ? html `<p class="text-cell__overline">${renderQueryMark(this.overline, this.query, this.queryMarkMode)}</p>` : nothing}
6
+ ${this.text ? html `<p class="text-cell__text">${renderQueryMark(this.text, this.query, this.queryMarkMode)}</p>` : nothing}
7
+ ${this.supportingText ? html `<p class="text-cell__supporting-text">${renderQueryMark(this.supportingText, this.query, this.queryMarkMode)}</p>` : nothing}
8
+ `;
9
+ }
10
+ //# sourceMappingURL=text-cell.template.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"text-cell.template.js","sourceRoot":"","sources":["../../../../../src/components/lists-and-menus/cells/text-cell/text-cell.template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,KAAK,CAAC;AAEpC,OAAO,EAAE,eAAe,EAAE,MAAM,wCAAwC,CAAC;AAEzE,MAAM,UAAU,QAAQ;IACvB,OAAO,IAAI,CAAA;IACR,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,IAAI,CAAA,kCAAkC,eAAe,CAAC,IAAI,CAAC,QAAQ,EAAE,IAAI,CAAC,KAAK,EAAE,IAAI,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC,CAAC,OAAO;IACpI,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAA,8BAA8B,eAAe,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,KAAK,EAAE,IAAI,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC,CAAC,OAAO;IACxH,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,IAAI,CAAA,yCAAyC,eAAe,CAAC,IAAI,CAAC,cAAc,EAAE,IAAI,CAAC,KAAK,EAAE,IAAI,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC,CAAC,OAAO;EACzJ,CAAC;AACH,CAAC"}
@@ -0,0 +1,28 @@
1
+ /**
2
+ * Nederlandse Digitale Dienst Timeline Track Cell Component (Lit + TypeScript)
3
+ *
4
+ * A cell component for displaying timeline track indicators in lists.
5
+ * Shows a vertical line with a dot indicating timeline position and state.
6
+ *
7
+ * @element nldd-timeline-track-cell
8
+ * @attr {string} step - Timeline step state: 'past' | 'future' | 'none' (default: 'past')
9
+ * @attr {string} child - Position in timeline: 'first' | 'between' | 'last' (default: 'between')
10
+ *
11
+ * @csspart track - The timeline track container
12
+ */
13
+ import { LitElement } from 'lit';
14
+ type Step = 'past' | 'future' | 'none';
15
+ type Child = 'first' | 'between' | 'last';
16
+ export declare class NLDDTimelineTrackCell extends LitElement {
17
+ static styles: import("lit").CSSResult;
18
+ step: Step;
19
+ child: Child;
20
+ render(): import("lit-html").TemplateResult<1>;
21
+ }
22
+ declare global {
23
+ interface HTMLElementTagNameMap {
24
+ 'nldd-timeline-track-cell': NLDDTimelineTrackCell;
25
+ }
26
+ }
27
+ export {};
28
+ //# sourceMappingURL=timeline-track-cell.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"timeline-track-cell.d.ts","sourceRoot":"","sources":["../../../../../src/components/lists-and-menus/cells/timeline-track-cell/timeline-track-cell.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;GAWG;AAEH,OAAO,EAAE,UAAU,EAAa,MAAM,KAAK,CAAC;AAG5C,KAAK,IAAI,GAAG,MAAM,GAAG,QAAQ,GAAG,MAAM,CAAC;AACvC,KAAK,KAAK,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM,CAAC;AAE1C,qBACa,qBAAsB,SAAQ,UAAU;IACpD,OAAgB,MAAM,0BAmFpB;IAGF,IAAI,EAAE,IAAI,CAAU;IAGpB,KAAK,EAAE,KAAK,CAAa;IAEhB,MAAM;CAoBf;AAED,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,qBAAqB;QAC9B,0BAA0B,EAAE,qBAAqB,CAAC;KAClD;CACD"}
@@ -0,0 +1,140 @@
1
+ /**
2
+ * Nederlandse Digitale Dienst Timeline Track Cell Component (Lit + TypeScript)
3
+ *
4
+ * A cell component for displaying timeline track indicators in lists.
5
+ * Shows a vertical line with a dot indicating timeline position and state.
6
+ *
7
+ * @element nldd-timeline-track-cell
8
+ * @attr {string} step - Timeline step state: 'past' | 'future' | 'none' (default: 'past')
9
+ * @attr {string} child - Position in timeline: 'first' | 'between' | 'last' (default: 'between')
10
+ *
11
+ * @csspart track - The timeline track container
12
+ */
13
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
14
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
15
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
16
+ 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;
17
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
18
+ };
19
+ import { LitElement, html, css } from 'lit';
20
+ import { customElement, property } from 'lit/decorators.js';
21
+ let NLDDTimelineTrackCell = class NLDDTimelineTrackCell extends LitElement {
22
+ constructor() {
23
+ super(...arguments);
24
+ this.step = 'past';
25
+ this.child = 'between';
26
+ }
27
+ render() {
28
+ if (this.step === 'none') {
29
+ return html `
30
+ <div class="timeline-track" part="track">
31
+ <div class="timeline-track__line-full"></div>
32
+ </div>
33
+ `;
34
+ }
35
+ const showTopLine = this.child === 'between' || this.child === 'last';
36
+ const showBottomLine = this.child === 'between' || this.child === 'first';
37
+ return html `
38
+ <div class="timeline-track" part="track">
39
+ ${showTopLine ? html `<div class="timeline-track__line-top"></div>` : ''}
40
+ <div class="timeline-track__dot"></div>
41
+ ${showBottomLine ? html `<div class="timeline-track__line-bottom"></div>` : ''}
42
+ </div>
43
+ `;
44
+ }
45
+ };
46
+ NLDDTimelineTrackCell.styles = css `
47
+ :host {
48
+ display: flex;
49
+ flex-direction: column;
50
+ align-items: center;
51
+ width: 18px;
52
+ }
53
+
54
+ :host([hidden]) {
55
+ display: none;
56
+ }
57
+
58
+ .timeline-track {
59
+ position: relative;
60
+ width: 18px;
61
+ height: 100%;
62
+ min-height: 50px;
63
+ }
64
+
65
+ /* Vertical lines */
66
+ .timeline-track__line-top,
67
+ .timeline-track__line-bottom {
68
+ position: absolute;
69
+ left: 50%;
70
+ width: 2px;
71
+ margin-left: -1px;
72
+ background-color: var(--semantics-buttons-accent-filled-background-color);
73
+ }
74
+
75
+ .timeline-track__line-top {
76
+ bottom: 50%;
77
+ height: 59px;
78
+ }
79
+
80
+ .timeline-track__line-bottom {
81
+ top: 50%;
82
+ height: 59px;
83
+ }
84
+
85
+ /* Dot indicator */
86
+ .timeline-track__dot {
87
+ position: absolute;
88
+ top: 50%;
89
+ left: 0;
90
+ width: 18px;
91
+ height: 18px;
92
+ margin-top: -9px;
93
+ border-radius: 50%;
94
+ box-sizing: border-box;
95
+ border: 2px solid var(--semantics-buttons-accent-filled-background-color);
96
+ }
97
+
98
+ /* Step: past (filled dot) */
99
+ :host([step="past"]) .timeline-track__dot,
100
+ :host(:not([step])) .timeline-track__dot {
101
+ background-color: var(--semantics-buttons-accent-filled-background-color);
102
+ }
103
+
104
+ /* Step: future (hollow dot with white fill) */
105
+ :host([step="future"]) .timeline-track__dot {
106
+ background-color: var(--semantics-surfaces-background-color);
107
+ }
108
+
109
+ /* Step: none - continuous line, no dot */
110
+ .timeline-track__line-full {
111
+ position: absolute;
112
+ left: 50%;
113
+ width: 2px;
114
+ margin-left: -1px;
115
+ top: -34px;
116
+ bottom: -34px;
117
+ background-color: var(--semantics-buttons-accent-filled-background-color);
118
+ }
119
+
120
+ /* Accessibility: High Contrast Mode */
121
+ @media (forced-colors: active) {
122
+ .timeline-track__dot,
123
+ .timeline-track__line-top,
124
+ .timeline-track__line-bottom,
125
+ .timeline-track__line-full {
126
+ forced-color-adjust: none;
127
+ }
128
+ }
129
+ `;
130
+ __decorate([
131
+ property({ type: String, reflect: true })
132
+ ], NLDDTimelineTrackCell.prototype, "step", void 0);
133
+ __decorate([
134
+ property({ type: String, reflect: true })
135
+ ], NLDDTimelineTrackCell.prototype, "child", void 0);
136
+ NLDDTimelineTrackCell = __decorate([
137
+ customElement('nldd-timeline-track-cell')
138
+ ], NLDDTimelineTrackCell);
139
+ export { NLDDTimelineTrackCell };
140
+ //# sourceMappingURL=timeline-track-cell.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"timeline-track-cell.js","sourceRoot":"","sources":["../../../../../src/components/lists-and-menus/cells/timeline-track-cell/timeline-track-cell.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;GAWG;;;;;;;AAEH,OAAO,EAAE,UAAU,EAAE,IAAI,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAC5C,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAMrD,IAAM,qBAAqB,GAA3B,MAAM,qBAAsB,SAAQ,UAAU;IAA9C;;QAuFN,SAAI,GAAS,MAAM,CAAC;QAGpB,UAAK,GAAU,SAAS,CAAC;IAsB1B,CAAC;IApBS,MAAM;QACd,IAAI,IAAI,CAAC,IAAI,KAAK,MAAM,EAAE,CAAC;YAC1B,OAAO,IAAI,CAAA;;;;IAIV,CAAC;QACH,CAAC;QAED,MAAM,WAAW,GAAG,IAAI,CAAC,KAAK,KAAK,SAAS,IAAI,IAAI,CAAC,KAAK,KAAK,MAAM,CAAC;QACtE,MAAM,cAAc,GAAG,IAAI,CAAC,KAAK,KAAK,SAAS,IAAI,IAAI,CAAC,KAAK,KAAK,OAAO,CAAC;QAE1E,OAAO,IAAI,CAAA;;MAEP,WAAW,CAAC,CAAC,CAAC,IAAI,CAAA,8CAA8C,CAAC,CAAC,CAAC,EAAE;;MAErE,cAAc,CAAC,CAAC,CAAC,IAAI,CAAA,iDAAiD,CAAC,CAAC,CAAC,EAAE;;GAE9E,CAAC;IACH,CAAC;;AA9Ge,4BAAM,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmF3B,AAnFqB,CAmFpB;AAGF;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;mDACtB;AAGpB;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;oDACjB;AA1Fb,qBAAqB;IADjC,aAAa,CAAC,0BAA0B,CAAC;GAC7B,qBAAqB,CAgHjC"}