@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,2 @@
1
+ "use strict";
2
+ //# sourceMappingURL=spacer.template.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"spacer.template.js","sourceRoot":"","sources":["../../../../src/components/layout/spacer/spacer.template.ts"],"names":[],"mappings":""}
@@ -0,0 +1,65 @@
1
+ /**
2
+ * Nederlandse Digitale Dienst Bar Split View Component (Lit + TypeScript)
3
+ *
4
+ * A vertical split view with a main area and an unlimited number of bar panels.
5
+ * Each child determines its order per breakpoint via sm-order, md-order, and lg-order.
6
+ * Children without order attributes are sorted by DOM order.
7
+ *
8
+ * On sm viewports, bars are absolutely positioned over the main area:
9
+ * bars before main (based on order) stack from top to bottom,
10
+ * bars after main stack from bottom to top. On md and lg, all panels
11
+ * are in normal flow with a divider between each adjacent pair.
12
+ *
13
+ * CSS custom properties on the host for consumers like nldd-page:
14
+ * --context-bar-split-view-top-bars-height
15
+ * --context-bar-split-view-bottom-bars-height
16
+ *
17
+ * ## Slot names
18
+ * Give each bar a unique slot name (e.g. slot="toolbar", slot="status-bar").
19
+ * Use slot="bar-1", slot="bar-2" if no meaningful name applies.
20
+ * The main panel always uses slot="main".
21
+ *
22
+ * ## Background color
23
+ * Sets --context-parent-background-color, which cascades to all descendants
24
+ * including nldd-page and the fade overlays.
25
+ *
26
+ * @element nldd-bar-split-view
27
+ *
28
+ * @attr {'inherit'|'default'|'tinted'} background - Background color variant (default: inherit)
29
+ *
30
+ * Responsive visibility per child (direct children of nldd-bar-split-view):
31
+ * @attr {'sm'|'md'|'lg'} above - Show this panel from this breakpoint and larger
32
+ * @attr {'sm'|'md'|'lg'} below - Show this panel up to and including this breakpoint
33
+ * @attr {'sm'|'md'|'lg'} only - Show this panel only at this breakpoint
34
+ *
35
+ * @slot main - Central panel for primary content
36
+ * @slot * - Any other unique slot name creates a bar panel
37
+ */
38
+ import { LitElement } from 'lit';
39
+ export type Breakpoint = 'sm' | 'md' | 'lg';
40
+ type BreakpointOrUnmeasured = Breakpoint | null;
41
+ export declare class NLDDBarSplitView extends LitElement {
42
+ static styles: import("lit").CSSResult;
43
+ background: 'inherit' | 'default' | 'tinted';
44
+ _currentBreakpoint: BreakpointOrUnmeasured;
45
+ _smTopBars: Set<Element>;
46
+ _smOffsets: Map<Element, number>;
47
+ private _observer;
48
+ private _resizeObserver;
49
+ private _childResizeObserver;
50
+ connectedCallback(): void;
51
+ disconnectedCallback(): void;
52
+ private _getBreakpoint;
53
+ private _isChildVisible;
54
+ _getSortedChildren(): Element[];
55
+ private _observeChildren;
56
+ private _updateLayout;
57
+ render(): import("lit-html").TemplateResult;
58
+ }
59
+ declare global {
60
+ interface HTMLElementTagNameMap {
61
+ 'nldd-bar-split-view': NLDDBarSplitView;
62
+ }
63
+ }
64
+ export {};
65
+ //# sourceMappingURL=bar-split-view.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bar-split-view.d.ts","sourceRoot":"","sources":["../../../../../src/components/layout/split-views/bar-split-view/bar-split-view.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoCG;AACH,OAAO,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AASjC,MAAM,MAAM,UAAU,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAC5C,KAAK,sBAAsB,GAAG,UAAU,GAAG,IAAI,CAAC;AAEhD,qBACa,gBAAiB,SAAQ,UAAU;IAC/C,OAAgB,MAAM,0BAAsB;IAG5C,UAAU,EAAE,SAAS,GAAG,SAAS,GAAG,QAAQ,CAAa;IAMzD,kBAAkB,EAAE,sBAAsB,CAAQ;IAKlD,UAAU,eAAsB;IAMhC,UAAU,uBAA8B;IAExC,OAAO,CAAC,SAAS,CAAiC;IAClD,OAAO,CAAC,eAAe,CAA+B;IACtD,OAAO,CAAC,oBAAoB,CAA+B;IAElD,iBAAiB;IA0BjB,oBAAoB;IAU7B,OAAO,CAAC,cAAc;IAMtB,OAAO,CAAC,eAAe;IAkBvB,kBAAkB,IAAI,OAAO,EAAE;IAmB/B,OAAO,CAAC,gBAAgB;IAOxB,OAAO,CAAC,aAAa;IAgDZ,MAAM;CAGf;AAED,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,qBAAqB;QAC9B,qBAAqB,EAAE,gBAAgB,CAAC;KACxC;CACD"}
@@ -0,0 +1,203 @@
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 Bar Split View Component (Lit + TypeScript)
9
+ *
10
+ * A vertical split view with a main area and an unlimited number of bar panels.
11
+ * Each child determines its order per breakpoint via sm-order, md-order, and lg-order.
12
+ * Children without order attributes are sorted by DOM order.
13
+ *
14
+ * On sm viewports, bars are absolutely positioned over the main area:
15
+ * bars before main (based on order) stack from top to bottom,
16
+ * bars after main stack from bottom to top. On md and lg, all panels
17
+ * are in normal flow with a divider between each adjacent pair.
18
+ *
19
+ * CSS custom properties on the host for consumers like nldd-page:
20
+ * --context-bar-split-view-top-bars-height
21
+ * --context-bar-split-view-bottom-bars-height
22
+ *
23
+ * ## Slot names
24
+ * Give each bar a unique slot name (e.g. slot="toolbar", slot="status-bar").
25
+ * Use slot="bar-1", slot="bar-2" if no meaningful name applies.
26
+ * The main panel always uses slot="main".
27
+ *
28
+ * ## Background color
29
+ * Sets --context-parent-background-color, which cascades to all descendants
30
+ * including nldd-page and the fade overlays.
31
+ *
32
+ * @element nldd-bar-split-view
33
+ *
34
+ * @attr {'inherit'|'default'|'tinted'} background - Background color variant (default: inherit)
35
+ *
36
+ * Responsive visibility per child (direct children of nldd-bar-split-view):
37
+ * @attr {'sm'|'md'|'lg'} above - Show this panel from this breakpoint and larger
38
+ * @attr {'sm'|'md'|'lg'} below - Show this panel up to and including this breakpoint
39
+ * @attr {'sm'|'md'|'lg'} only - Show this panel only at this breakpoint
40
+ *
41
+ * @slot main - Central panel for primary content
42
+ * @slot * - Any other unique slot name creates a bar panel
43
+ */
44
+ import { LitElement } from 'lit';
45
+ import { customElement, property, state } from 'lit/decorators.js';
46
+ import { barSplitViewStyles } from './bar-split-view.styles.js';
47
+ import { barSplitViewTemplate } from './bar-split-view.template.js';
48
+ import { breakpoints } from '../../../../assets/styles/breakpoints.js';
49
+ const smMaxPx = parseInt(breakpoints.smMax);
50
+ const mdMaxPx = parseInt(breakpoints.mdMax);
51
+ let NLDDBarSplitView = class NLDDBarSplitView extends LitElement {
52
+ constructor() {
53
+ super(...arguments);
54
+ this.background = 'inherit';
55
+ // null until connectedCallback measures the viewport. Before measurement the
56
+ // template falls back to DOM order with dividers — no breakpoint-specific
57
+ // sorting or mobile overlay behaviour is applied.
58
+ this._currentBreakpoint = null;
59
+ // Bars that sit above main in the sm sort order. Used as a membership test in
60
+ // the template: bars not in this Set are implicitly bottom bars. Only populated
61
+ // on sm viewports — on md/lg bars are in normal flow and need no offset.
62
+ this._smTopBars = new Set();
63
+ // Computed top or bottom pixel offset for every bar on sm viewports. Holds both
64
+ // top-bar and bottom-bar values in the same Map — the template uses _smTopBars
65
+ // to know which CSS property (top vs bottom) to apply the value to. Cleared on
66
+ // md/lg where absolute positioning is not used.
67
+ this._smOffsets = new Map();
68
+ this._observer = null;
69
+ this._resizeObserver = null;
70
+ this._childResizeObserver = null;
71
+ }
72
+ connectedCallback() {
73
+ super.connectedCallback();
74
+ this._currentBreakpoint = this._getBreakpoint(this.getBoundingClientRect().width);
75
+ this._observer = new MutationObserver(() => {
76
+ this._observeChildren();
77
+ this._updateLayout();
78
+ this.requestUpdate();
79
+ });
80
+ this._observer.observe(this, { childList: true, attributes: true, attributeFilter: ['above', 'below', 'only', 'sm-order', 'md-order', 'lg-order'], subtree: false });
81
+ this._resizeObserver = new ResizeObserver(() => {
82
+ const bp = this._getBreakpoint(this.getBoundingClientRect().width);
83
+ if (bp !== this._currentBreakpoint) {
84
+ this._currentBreakpoint = bp;
85
+ this.requestUpdate();
86
+ }
87
+ this._updateLayout();
88
+ });
89
+ this._resizeObserver.observe(this);
90
+ this._childResizeObserver = new ResizeObserver(() => this._updateLayout());
91
+ this._observeChildren();
92
+ }
93
+ disconnectedCallback() {
94
+ super.disconnectedCallback();
95
+ this._observer?.disconnect();
96
+ this._observer = null;
97
+ this._resizeObserver?.disconnect();
98
+ this._resizeObserver = null;
99
+ this._childResizeObserver?.disconnect();
100
+ this._childResizeObserver = null;
101
+ }
102
+ _getBreakpoint(width) {
103
+ if (width <= smMaxPx)
104
+ return 'sm';
105
+ if (width <= mdMaxPx)
106
+ return 'md';
107
+ return 'lg';
108
+ }
109
+ _isChildVisible(el) {
110
+ if (this._currentBreakpoint === null)
111
+ return true;
112
+ const bp = this._currentBreakpoint;
113
+ const order = ['sm', 'md', 'lg'];
114
+ const bpIndex = order.indexOf(bp);
115
+ const only = el.getAttribute('only');
116
+ if (only)
117
+ return bp === only;
118
+ const above = el.getAttribute('above');
119
+ if (above)
120
+ return bpIndex >= order.indexOf(above);
121
+ const below = el.getAttribute('below');
122
+ if (below)
123
+ return bpIndex <= order.indexOf(below);
124
+ return true;
125
+ }
126
+ _getSortedChildren() {
127
+ const all = Array.from(this.children).filter(el => {
128
+ if (!el.slot) {
129
+ if (import.meta.env?.DEV) {
130
+ console.warn('<nldd-bar-split-view>: every child must have a slot attribute (e.g. slot="toolbar", slot="status-bar", or slot="bar-1" if no meaningful name applies). Child without slot attribute is ignored:', el);
131
+ }
132
+ return false;
133
+ }
134
+ return this._isChildVisible(el);
135
+ });
136
+ if (this._currentBreakpoint === null)
137
+ return all;
138
+ const attr = `${this._currentBreakpoint}-order`;
139
+ return [...all].sort((a, b) => {
140
+ const aVal = a.hasAttribute(attr) ? parseInt(a.getAttribute(attr)) : all.indexOf(a);
141
+ const bVal = b.hasAttribute(attr) ? parseInt(b.getAttribute(attr)) : all.indexOf(b);
142
+ return aVal - bVal;
143
+ });
144
+ }
145
+ _observeChildren() {
146
+ this._childResizeObserver?.disconnect();
147
+ for (const child of Array.from(this.children)) {
148
+ this._childResizeObserver?.observe(child);
149
+ }
150
+ }
151
+ _updateLayout() {
152
+ const width = this.getBoundingClientRect().width;
153
+ if (width > smMaxPx) {
154
+ this.style.removeProperty('--context-bar-split-view-top-bars-height');
155
+ this.style.removeProperty('--context-bar-split-view-bottom-bars-height');
156
+ this._smTopBars = new Set();
157
+ this._smOffsets = new Map();
158
+ return;
159
+ }
160
+ const sorted = this._getSortedChildren();
161
+ const mainIndex = sorted.findIndex(el => el.slot === 'main');
162
+ // Bars before main stack downward from the top; bars after main stack upward from the bottom
163
+ const topBars = mainIndex > 0 ? sorted.slice(0, mainIndex) : [];
164
+ const bottomBars = mainIndex >= 0 ? sorted.slice(mainIndex + 1) : sorted;
165
+ this._smTopBars = new Set(topBars);
166
+ const newOffsets = new Map();
167
+ let topOffset = 0;
168
+ for (const el of topBars) {
169
+ newOffsets.set(el, topOffset);
170
+ topOffset += el.getBoundingClientRect().height;
171
+ }
172
+ let bottomOffset = 0;
173
+ for (const el of [...bottomBars].reverse()) {
174
+ newOffsets.set(el, bottomOffset);
175
+ bottomOffset += el.getBoundingClientRect().height;
176
+ }
177
+ this._smOffsets = newOffsets;
178
+ const prevTop = this.style.getPropertyValue('--context-bar-split-view-top-bars-height');
179
+ const prevBottom = this.style.getPropertyValue('--context-bar-split-view-bottom-bars-height');
180
+ const nextTop = `${topOffset}px`;
181
+ const nextBottom = `${bottomOffset}px`;
182
+ if (prevTop !== nextTop || prevBottom !== nextBottom) {
183
+ this.style.setProperty('--context-bar-split-view-top-bars-height', nextTop);
184
+ this.style.setProperty('--context-bar-split-view-bottom-bars-height', nextBottom);
185
+ this.requestUpdate();
186
+ }
187
+ }
188
+ render() {
189
+ return barSplitViewTemplate(this);
190
+ }
191
+ };
192
+ NLDDBarSplitView.styles = barSplitViewStyles;
193
+ __decorate([
194
+ property({ type: String, reflect: true })
195
+ ], NLDDBarSplitView.prototype, "background", void 0);
196
+ __decorate([
197
+ state()
198
+ ], NLDDBarSplitView.prototype, "_currentBreakpoint", void 0);
199
+ NLDDBarSplitView = __decorate([
200
+ customElement('nldd-bar-split-view')
201
+ ], NLDDBarSplitView);
202
+ export { NLDDBarSplitView };
203
+ //# sourceMappingURL=bar-split-view.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bar-split-view.js","sourceRoot":"","sources":["../../../../../src/components/layout/split-views/bar-split-view/bar-split-view.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,2 @@
1
+ export declare const barSplitViewStyles: import("lit").CSSResult;
2
+ //# sourceMappingURL=bar-split-view.styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bar-split-view.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/layout/split-views/bar-split-view/bar-split-view.styles.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,kBAAkB,yBA2H9B,CAAC"}
@@ -0,0 +1,128 @@
1
+ import { css, unsafeCSS } from 'lit';
2
+ import { breakpoints } from '../../../../assets/styles/breakpoints.js';
3
+ const smMax = unsafeCSS(breakpoints.smMax);
4
+ export const barSplitViewStyles = css `
5
+
6
+
7
+ /* # Host */
8
+
9
+ :host {
10
+ display: flex;
11
+ flex-direction: column;
12
+ width: 100%;
13
+ height: 100%;
14
+ background-color: var(--_background-color);
15
+
16
+ --_background-color: var(--context-parent-background-color, var(--semantics-surfaces-background-color));
17
+ --context-bar-split-view-top-bars-height: 0px;
18
+ --context-bar-split-view-bottom-bars-height: 0px;
19
+ }
20
+
21
+ :host([background="default"]) {
22
+ --context-parent-background-color: var(--semantics-surfaces-background-color);
23
+ --_background-color: var(--context-parent-background-color);
24
+ }
25
+
26
+ :host([background="tinted"]) {
27
+ --context-parent-background-color: var(--semantics-surfaces-tinted-background-color);
28
+ --_background-color: var(--context-parent-background-color);
29
+ }
30
+
31
+ :host([hidden]) {
32
+ display: none;
33
+ }
34
+
35
+
36
+ /* # Block */
37
+
38
+ .bar-split-view {
39
+ display: flex;
40
+ flex-direction: column;
41
+ flex: 1;
42
+ min-height: 0;
43
+ min-width: 0;
44
+ position: relative;
45
+ }
46
+
47
+
48
+ /* # Bar */
49
+
50
+ .bar-split-view__bar {
51
+ display: flex;
52
+ flex-direction: column;
53
+ flex-shrink: 0;
54
+ min-width: 0;
55
+ overflow: hidden;
56
+ container-type: inline-size;
57
+ container-name: layout-area;
58
+
59
+ @media (max-width: ${smMax}) {
60
+ position: absolute;
61
+ left: 0;
62
+ right: 0;
63
+ z-index: 2;
64
+ }
65
+ }
66
+
67
+
68
+ /* # Divider */
69
+
70
+ .bar-split-view__divider {
71
+ flex-shrink: 0;
72
+ }
73
+
74
+
75
+ /* # Main */
76
+
77
+ .bar-split-view__main {
78
+ display: flex;
79
+ flex-direction: column;
80
+ flex: 1;
81
+ min-height: 0;
82
+ min-width: 0;
83
+ overflow: hidden;
84
+ container-type: inline-size;
85
+ container-name: layout-area;
86
+
87
+ @media (max-width: ${smMax}) {
88
+ &::before {
89
+ content: '';
90
+ position: absolute;
91
+ top: 0;
92
+ left: 0;
93
+ right: 0;
94
+ z-index: 1;
95
+ height: calc(var(--context-bar-split-view-top-bars-height) + var(--primitives-space-32));
96
+ background: linear-gradient(
97
+ to bottom,
98
+ color-mix(in srgb, var(--_background-color) 95%, transparent) var(--context-bar-split-view-top-bars-height),
99
+ transparent);
100
+ pointer-events: none;
101
+ }
102
+
103
+ &::after {
104
+ content: '';
105
+ position: absolute;
106
+ bottom: 0;
107
+ left: 0;
108
+ right: 0;
109
+ z-index: 1;
110
+ height: calc(var(--context-bar-split-view-bottom-bars-height) + var(--primitives-space-32));
111
+ background: linear-gradient(
112
+ to top,
113
+ color-mix(in srgb, var(--_background-color) 95%, transparent) var(--context-bar-split-view-bottom-bars-height),
114
+ transparent);
115
+ pointer-events: none;
116
+ }
117
+ }
118
+ }
119
+
120
+
121
+ /* # Slotted */
122
+
123
+ ::slotted(*) {
124
+ flex: 1;
125
+ min-height: 0;
126
+ }
127
+ `;
128
+ //# sourceMappingURL=bar-split-view.styles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bar-split-view.styles.js","sourceRoot":"","sources":["../../../../../src/components/layout/split-views/bar-split-view/bar-split-view.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AACrC,OAAO,EAAE,WAAW,EAAE,MAAM,0CAA0C,CAAC;AAEvE,MAAM,KAAK,GAAG,SAAS,CAAC,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3C,MAAM,CAAC,MAAM,kBAAkB,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBAuDd,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBA4BL,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwC3B,CAAC"}
@@ -0,0 +1,5 @@
1
+ import { TemplateResult } from 'lit';
2
+ import type { NLDDBarSplitView } from './bar-split-view.js';
3
+ import '../split-view-divider/split-view-divider.js';
4
+ export declare function barSplitViewTemplate(component: NLDDBarSplitView): TemplateResult;
5
+ //# sourceMappingURL=bar-split-view.template.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bar-split-view.template.d.ts","sourceRoot":"","sources":["../../../../../src/components/layout/split-views/bar-split-view/bar-split-view.template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,cAAc,EAAW,MAAM,KAAK,CAAC;AAGpD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAC5D,OAAO,6CAA6C,CAAC;AAErD,wBAAgB,oBAAoB,CAAC,SAAS,EAAE,gBAAgB,GAAG,cAAc,CAoChF"}
@@ -0,0 +1,39 @@
1
+ import { html, nothing } from 'lit';
2
+ import { classMap } from 'lit/directives/class-map.js';
3
+ import { styleMap } from 'lit/directives/style-map.js';
4
+ import '../split-view-divider/split-view-divider.js';
5
+ export function barSplitViewTemplate(component) {
6
+ const sorted = component._getSortedChildren();
7
+ const isSm = component._currentBreakpoint === 'sm';
8
+ return html `
9
+ <div class="bar-split-view">
10
+ ${sorted.map((el, index) => {
11
+ const isMain = el.slot === 'main';
12
+ const isLast = index === sorted.length - 1;
13
+ // Inline position is only applied to bars on sm viewports
14
+ const barStyles = !isMain && isSm
15
+ ? component._smTopBars.has(el)
16
+ ? { top: `${component._smOffsets.get(el) ?? 0}px` }
17
+ : { bottom: `${component._smOffsets.get(el) ?? 0}px` }
18
+ : {};
19
+ return html `
20
+ <div class=${classMap({ 'bar-split-view__main': isMain, 'bar-split-view__bar': !isMain })}
21
+ style=${styleMap(barStyles)}>
22
+ <slot name=${el.slot}></slot>
23
+ </div>
24
+ ${!isSm && !isLast ? html `
25
+ <div class="bar-split-view__divider">
26
+ <nldd-split-view-divider orientation="horizontal"></nldd-split-view-divider>
27
+ </div>
28
+ ` : nothing}
29
+ `;
30
+ })}
31
+ ${!sorted.some(el => el.slot === 'main') ? html `
32
+ <div class="bar-split-view__main">
33
+ <slot name="main"></slot>
34
+ </div>
35
+ ` : nothing}
36
+ </div>
37
+ `;
38
+ }
39
+ //# sourceMappingURL=bar-split-view.template.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bar-split-view.template.js","sourceRoot":"","sources":["../../../../../src/components/layout/split-views/bar-split-view/bar-split-view.template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAkB,OAAO,EAAE,MAAM,KAAK,CAAC;AACpD,OAAO,EAAE,QAAQ,EAAE,MAAM,6BAA6B,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAE,MAAM,6BAA6B,CAAC;AAEvD,OAAO,6CAA6C,CAAC;AAErD,MAAM,UAAU,oBAAoB,CAAC,SAA2B;IAC/D,MAAM,MAAM,GAAG,SAAS,CAAC,kBAAkB,EAAE,CAAC;IAC9C,MAAM,IAAI,GAAG,SAAS,CAAC,kBAAkB,KAAK,IAAI,CAAC;IAEnD,OAAO,IAAI,CAAA;;KAEP,MAAM,CAAC,GAAG,CAAC,CAAC,EAAE,EAAE,KAAK,EAAE,EAAE;QAC1B,MAAM,MAAM,GAAG,EAAE,CAAC,IAAI,KAAK,MAAM,CAAC;QAClC,MAAM,MAAM,GAAG,KAAK,KAAK,MAAM,CAAC,MAAM,GAAG,CAAC,CAAC;QAE3C,0DAA0D;QAC1D,MAAM,SAAS,GAAG,CAAC,MAAM,IAAI,IAAI;YAChC,CAAC,CAAC,SAAS,CAAC,UAAU,CAAC,GAAG,CAAC,EAAE,CAAC;gBAC7B,CAAC,CAAC,EAAE,GAAG,EAAE,GAAG,SAAS,CAAC,UAAU,CAAC,GAAG,CAAC,EAAE,CAAC,IAAI,CAAC,IAAI,EAAE;gBACnD,CAAC,CAAC,EAAE,MAAM,EAAE,GAAG,SAAS,CAAC,UAAU,CAAC,GAAG,CAAC,EAAE,CAAC,IAAI,CAAC,IAAI,EAAE;YACvD,CAAC,CAAC,EAAE,CAAC;QAEN,OAAO,IAAI,CAAA;kBACG,QAAQ,CAAC,EAAE,sBAAsB,EAAE,MAAM,EAAE,qBAAqB,EAAE,CAAC,MAAM,EAAE,CAAC;cAChF,QAAQ,CAAC,SAAS,CAAC;mBACd,EAAE,CAAC,IAAI;;OAEnB,CAAC,IAAI,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,IAAI,CAAA;;;;MAIxB,CAAC,CAAC,CAAC,OAAO;KACX,CAAC;IACH,CAAC,CAAC;KACA,CAAC,MAAM,CAAC,IAAI,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,IAAI,KAAK,MAAM,CAAC,CAAC,CAAC,CAAC,IAAI,CAAA;;;;IAI9C,CAAC,CAAC,CAAC,OAAO;;EAEZ,CAAC;AACH,CAAC"}
@@ -0,0 +1,86 @@
1
+ /**
2
+ * Nederlandse Digitale Dienst Navigation Split View Component (Lit + TypeScript)
3
+ *
4
+ * A four-column layout with a sidebar, secondary sidebar, main content area, and inspector.
5
+ * The sidebars show navigation or lists, the main area shows primary content,
6
+ * and the inspector shows additional details or properties of the selection.
7
+ * Panes are shown automatically when content is slotted into them.
8
+ *
9
+ * @element nldd-navigation-split-view
10
+ *
11
+ * Use <code>nldd-split-view-pane</code> as direct children for automatic
12
+ * back button handling.
13
+ *
14
+ * @attr {boolean} inspector-auto-hidden - Inspector hidden to free up space for other panes (read-only, set by the split view)
15
+ * @attr {boolean} inspector-as-sheet - Always show the inspector as a sheet regardless of available space
16
+ * @attr {boolean} sidebar-as-sheet - Always show the sidebar as a sheet, keeping main visible at full width
17
+ * @attr {string} inspector-accessible-label - Accessible name for the inspector sheet dialog (default: 'Details')
18
+ * @attr {string} sidebar-accessible-label - Accessible name for the sidebar sheet dialog (default: 'Navigatie')
19
+ *
20
+ * @slot sidebar - Left pane for primary navigation
21
+ * @slot secondary-sidebar - Second pane for secondary navigation (shown when slotted)
22
+ * @slot main - Center pane for primary content
23
+ * @slot inspector - Right pane for details or properties
24
+ *
25
+ * @method showInspectorSheet() - Opens the inspector as a sheet (async); only has effect when inspector-auto-hidden or inspector-as-sheet is active
26
+ * @method hideInspectorSheet() - Closes the inspector sheet
27
+ * @method showSidebarSheet() - Opens the sidebar as a sheet (async); only has effect when sidebar-as-sheet is active
28
+ * @method hideSidebarSheet() - Closes the sidebar sheet
29
+ */
30
+ import { LitElement } from 'lit';
31
+ export declare class NLDDNavigationSplitView extends LitElement {
32
+ static styles: import("lit").CSSResult;
33
+ inspectorAutoHidden: boolean;
34
+ inspectorAsSheet: boolean;
35
+ sidebarAsSheet: boolean;
36
+ /** Accessible name for the inspector sheet dialog. */
37
+ inspectorAccessibleLabel: string;
38
+ /** Accessible name for the sidebar sheet dialog. */
39
+ sidebarAccessibleLabel: string;
40
+ _showSidebar: boolean;
41
+ _showSecondarySidebar: boolean;
42
+ _showMain: boolean;
43
+ _showInspector: boolean;
44
+ private _mode;
45
+ private _resizeObserver;
46
+ private _paneObserver;
47
+ private _hostObserver;
48
+ private _paneMinWidths;
49
+ private get _inspectorSheet();
50
+ private get _sidebarSheet();
51
+ private get _hasSidebar();
52
+ /** @internal */
53
+ get _hasSecondarySidebar(): boolean;
54
+ private get _hasInspector();
55
+ _paneHasContent(slot: string): boolean;
56
+ connectedCallback(): void;
57
+ disconnectedCallback(): void;
58
+ private _observePanes;
59
+ firstUpdated(): void;
60
+ updated(changed: Map<string, unknown>): void;
61
+ _updateLayout(): void;
62
+ private _updatePaneBackButtons;
63
+ /** Opens the sidebar as a sheet. Awaitable — resolves once the dialog is open. */
64
+ showSidebarSheet(): Promise<void>;
65
+ hideSidebarSheet(): void;
66
+ private _manageSidebarSheetFocus;
67
+ _handleSidebarSheetClick(e: MouseEvent): void;
68
+ _handleSidebarSheetCancel(e: Event): void;
69
+ /** Opens the inspector as a sheet. Awaitable — resolves once the dialog is open. */
70
+ showInspectorSheet(): Promise<void>;
71
+ hideInspectorSheet(): void;
72
+ private _manageInspectorSheetFocus;
73
+ _handleInspectorSheetClick(e: MouseEvent): void;
74
+ _handleInspectorSheetCancel(e: Event): void;
75
+ private _manageFocusForSlot;
76
+ private _handleDismiss;
77
+ private _hideSheet;
78
+ private _closeSheetImmediate;
79
+ render(): import("lit-html").TemplateResult;
80
+ }
81
+ declare global {
82
+ interface HTMLElementTagNameMap {
83
+ 'nldd-navigation-split-view': NLDDNavigationSplitView;
84
+ }
85
+ }
86
+ //# sourceMappingURL=navigation-split-view.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"navigation-split-view.d.ts","sourceRoot":"","sources":["../../../../../src/components/layout/split-views/navigation-split-view/navigation-split-view.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,OAAO,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AAMjC,qBACa,uBAAwB,SAAQ,UAAU;IACtD,OAAgB,MAAM,0BAA6B;IAGnD,mBAAmB,UAAS;IAG5B,gBAAgB,UAAS;IAGzB,cAAc,UAAS;IAEvB,sDAAsD;IAEtD,wBAAwB,SAAa;IAErC,oDAAoD;IAEpD,sBAAsB,SAAe;IAIrC,YAAY,UAAS;IAGrB,qBAAqB,UAAS;IAG9B,SAAS,UAAQ;IAGjB,cAAc,UAAQ;IAEtB,OAAO,CAAC,KAAK,CAAyD;IACtE,OAAO,CAAC,eAAe,CAA+B;IACtD,OAAO,CAAC,aAAa,CAAiC;IACtD,OAAO,CAAC,aAAa,CAAiC;IAGtD,OAAO,CAAC,cAAc,CAAsE;IAE5F,OAAO,KAAK,eAAe,GAE1B;IAED,OAAO,KAAK,aAAa,GAExB;IAED,OAAO,KAAK,WAAW,GAEtB;IAED,gBAAgB;IAChB,IAAI,oBAAoB,IAAI,OAAO,CAElC;IAED,OAAO,KAAK,aAAa,GAExB;IAED,eAAe,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO;IAI7B,iBAAiB;IAejB,oBAAoB;IAW7B,OAAO,CAAC,aAAa;IAUZ,YAAY;IAaZ,OAAO,CAAC,OAAO,EAAE,GAAG,CAAC,MAAM,EAAE,OAAO,CAAC;IAU9C,aAAa;IA0Eb,OAAO,CAAC,sBAAsB;IA2C9B,kFAAkF;IAC5E,gBAAgB,IAAI,OAAO,CAAC,IAAI,CAAC;IAOvC,gBAAgB;IAIhB,OAAO,CAAC,wBAAwB;IAUhC,wBAAwB,CAAC,CAAC,EAAE,UAAU;IAItC,yBAAyB,CAAC,CAAC,EAAE,KAAK;IASlC,oFAAoF;IAC9E,kBAAkB,IAAI,OAAO,CAAC,IAAI,CAAC;IAOzC,kBAAkB;IAIlB,OAAO,CAAC,0BAA0B;IAMlC,0BAA0B,CAAC,CAAC,EAAE,UAAU;IAIxC,2BAA2B,CAAC,CAAC,EAAE,KAAK;IASpC,OAAO,CAAC,mBAAmB;IAc3B,OAAO,CAAC,cAAc,CAQpB;IAEF,OAAO,CAAC,UAAU;IAwBlB,OAAO,CAAC,oBAAoB;IAMnB,MAAM;CAGf;AAED,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,qBAAqB;QAC9B,4BAA4B,EAAE,uBAAuB,CAAC;KACtD;CACD"}