@nldd/design-system 0.8.63 → 0.8.65

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 (737) hide show
  1. package/dist/assets/styles/{slotted-reset.d.ts → style-resets.d.ts} +1 -1
  2. package/dist/assets/styles/style-resets.d.ts.map +1 -0
  3. package/dist/assets/styles/{slotted-reset.fixtures.d.ts → style-resets.fixtures.d.ts} +4 -4
  4. package/dist/assets/styles/style-resets.fixtures.d.ts.map +1 -0
  5. package/dist/assets/styles/{slotted-reset.fixtures.js → style-resets.fixtures.js} +4 -4
  6. package/dist/assets/styles/style-resets.fixtures.js.map +1 -0
  7. package/dist/assets/styles/{slotted-reset.js → style-resets.js} +1 -1
  8. package/dist/assets/styles/style-resets.js.map +1 -0
  9. package/dist/components/actions/button/button.d.ts.map +1 -1
  10. package/dist/components/actions/button/button.js +7 -6
  11. package/dist/components/actions/button/button.js.map +1 -1
  12. package/dist/components/actions/button/button.styles.d.ts.map +1 -1
  13. package/dist/components/actions/button/button.styles.js +16 -12
  14. package/dist/components/actions/button/button.styles.js.map +1 -1
  15. package/dist/components/actions/button-bar/button-bar.d.ts.map +1 -1
  16. package/dist/components/actions/button-bar/button-bar.js +3 -2
  17. package/dist/components/actions/button-bar/button-bar.js.map +1 -1
  18. package/dist/components/actions/button-bar/button-bar.styles.d.ts.map +1 -1
  19. package/dist/components/actions/button-bar/button-bar.styles.js +3 -0
  20. package/dist/components/actions/button-bar/button-bar.styles.js.map +1 -1
  21. package/dist/components/actions/button-group/button-group.d.ts.map +1 -1
  22. package/dist/components/actions/button-group/button-group.js +3 -2
  23. package/dist/components/actions/button-group/button-group.js.map +1 -1
  24. package/dist/components/actions/button-group/button-group.styles.d.ts.map +1 -1
  25. package/dist/components/actions/button-group/button-group.styles.js +3 -0
  26. package/dist/components/actions/button-group/button-group.styles.js.map +1 -1
  27. package/dist/components/actions/icon-button/icon-button.d.ts +4 -0
  28. package/dist/components/actions/icon-button/icon-button.d.ts.map +1 -1
  29. package/dist/components/actions/icon-button/icon-button.js +13 -5
  30. package/dist/components/actions/icon-button/icon-button.js.map +1 -1
  31. package/dist/components/actions/icon-button/icon-button.styles.d.ts.map +1 -1
  32. package/dist/components/actions/icon-button/icon-button.styles.js +19 -11
  33. package/dist/components/actions/icon-button/icon-button.styles.js.map +1 -1
  34. package/dist/components/actions/icon-button/icon-button.template.d.ts.map +1 -1
  35. package/dist/components/actions/icon-button/icon-button.template.js +2 -0
  36. package/dist/components/actions/icon-button/icon-button.template.js.map +1 -1
  37. package/dist/components/actions/menu/menu.d.ts +1 -0
  38. package/dist/components/actions/menu/menu.d.ts.map +1 -1
  39. package/dist/components/actions/menu/menu.js +33 -15
  40. package/dist/components/actions/menu/menu.js.map +1 -1
  41. package/dist/components/actions/menu/menu.styles.d.ts.map +1 -1
  42. package/dist/components/actions/menu/menu.styles.js +12 -1
  43. package/dist/components/actions/menu/menu.styles.js.map +1 -1
  44. package/dist/components/actions/split-button/split-button.d.ts.map +1 -1
  45. package/dist/components/actions/split-button/split-button.js +5 -4
  46. package/dist/components/actions/split-button/split-button.js.map +1 -1
  47. package/dist/components/actions/split-button/split-button.styles.d.ts.map +1 -1
  48. package/dist/components/actions/split-button/split-button.styles.js +4 -1
  49. package/dist/components/actions/split-button/split-button.styles.js.map +1 -1
  50. package/dist/components/actions/toolbar/toolbar.d.ts +11 -0
  51. package/dist/components/actions/toolbar/toolbar.d.ts.map +1 -1
  52. package/dist/components/actions/toolbar/toolbar.js +112 -40
  53. package/dist/components/actions/toolbar/toolbar.js.map +1 -1
  54. package/dist/components/actions/toolbar/toolbar.styles.d.ts.map +1 -1
  55. package/dist/components/actions/toolbar/toolbar.styles.js +7 -13
  56. package/dist/components/actions/toolbar/toolbar.styles.js.map +1 -1
  57. package/dist/components/components.js +104 -101
  58. package/dist/components/content/blockquote/blockquote.styles.js +4 -4
  59. package/dist/components/content/blockquote/blockquote.styles.js.map +1 -1
  60. package/dist/components/content/byline/byline.d.ts.map +1 -1
  61. package/dist/components/content/byline/byline.js +3 -2
  62. package/dist/components/content/byline/byline.js.map +1 -1
  63. package/dist/components/content/byline/byline.styles.d.ts.map +1 -1
  64. package/dist/components/content/byline/byline.styles.js +4 -1
  65. package/dist/components/content/byline/byline.styles.js.map +1 -1
  66. package/dist/components/content/code-viewer/code-viewer.d.ts +24 -64
  67. package/dist/components/content/code-viewer/code-viewer.d.ts.map +1 -1
  68. package/dist/components/content/code-viewer/code-viewer.js +239 -156
  69. package/dist/components/content/code-viewer/code-viewer.js.map +1 -1
  70. package/dist/components/content/code-viewer/code-viewer.styles.d.ts.map +1 -1
  71. package/dist/components/content/code-viewer/code-viewer.styles.js +37 -93
  72. package/dist/components/content/code-viewer/code-viewer.styles.js.map +1 -1
  73. package/dist/components/content/code-viewer/code-viewer.template.d.ts.map +1 -1
  74. package/dist/components/content/code-viewer/code-viewer.template.js +10 -29
  75. package/dist/components/content/code-viewer/code-viewer.template.js.map +1 -1
  76. package/dist/components/content/icon/icon-aliases.d.ts.map +1 -1
  77. package/dist/components/content/icon/icon-aliases.js +23 -2
  78. package/dist/components/content/icon/icon-aliases.js.map +1 -1
  79. package/dist/components/content/icon/icon-registry.d.ts.map +1 -1
  80. package/dist/components/content/icon/icon-registry.js +18 -0
  81. package/dist/components/content/icon/icon-registry.js.map +1 -1
  82. package/dist/components/content/icon/icon.d.ts.map +1 -1
  83. package/dist/components/content/icon/icon.js +3 -2
  84. package/dist/components/content/icon/icon.js.map +1 -1
  85. package/dist/components/content/icon/icon.styles.d.ts.map +1 -1
  86. package/dist/components/content/icon/icon.styles.js +3 -0
  87. package/dist/components/content/icon/icon.styles.js.map +1 -1
  88. package/dist/components/content/image/image.d.ts.map +1 -1
  89. package/dist/components/content/image/image.js +7 -6
  90. package/dist/components/content/image/image.js.map +1 -1
  91. package/dist/components/content/image/image.styles.d.ts.map +1 -1
  92. package/dist/components/content/image/image.styles.js +6 -7
  93. package/dist/components/content/image/image.styles.js.map +1 -1
  94. package/dist/components/content/keyboard-shortcut/keyboard-shortcut.d.ts.map +1 -1
  95. package/dist/components/content/keyboard-shortcut/keyboard-shortcut.js +8 -7
  96. package/dist/components/content/keyboard-shortcut/keyboard-shortcut.js.map +1 -1
  97. package/dist/components/content/keyboard-shortcut/keyboard-shortcut.styles.d.ts.map +1 -1
  98. package/dist/components/content/keyboard-shortcut/keyboard-shortcut.styles.js +9 -2
  99. package/dist/components/content/keyboard-shortcut/keyboard-shortcut.styles.js.map +1 -1
  100. package/dist/components/content/rich-text/rich-text.d.ts.map +1 -1
  101. package/dist/components/content/rich-text/rich-text.js +3 -2
  102. package/dist/components/content/rich-text/rich-text.js.map +1 -1
  103. package/dist/components/content/tag/tag.d.ts.map +1 -1
  104. package/dist/components/content/tag/tag.js +5 -4
  105. package/dist/components/content/tag/tag.js.map +1 -1
  106. package/dist/components/content/tag/tag.styles.d.ts.map +1 -1
  107. package/dist/components/content/tag/tag.styles.js +4 -1
  108. package/dist/components/content/tag/tag.styles.js.map +1 -1
  109. package/dist/components/content/title/title.d.ts.map +1 -1
  110. package/dist/components/content/title/title.js +2 -1
  111. package/dist/components/content/title/title.js.map +1 -1
  112. package/dist/components/content/title/title.styles.d.ts.map +1 -1
  113. package/dist/components/content/title/title.styles.js +4 -1
  114. package/dist/components/content/title/title.styles.js.map +1 -1
  115. package/dist/components/content/token/token.d.ts +70 -0
  116. package/dist/components/content/token/token.d.ts.map +1 -0
  117. package/dist/components/content/token/token.js +170 -0
  118. package/dist/components/content/token/token.js.map +1 -0
  119. package/dist/components/content/token/token.styles.d.ts.map +1 -0
  120. package/dist/components/content/token/token.styles.js +122 -0
  121. package/dist/components/content/token/token.styles.js.map +1 -0
  122. package/dist/components/content/token/token.template.d.ts +6 -0
  123. package/dist/components/content/token/token.template.d.ts.map +1 -0
  124. package/dist/components/content/token/token.template.js +47 -0
  125. package/dist/components/content/token/token.template.js.map +1 -0
  126. package/dist/components/content/tooltip/tooltip.d.ts.map +1 -1
  127. package/dist/components/content/tooltip/tooltip.js +14 -5
  128. package/dist/components/content/tooltip/tooltip.js.map +1 -1
  129. package/dist/components/content/tooltip/tooltip.styles.d.ts.map +1 -1
  130. package/dist/components/content/tooltip/tooltip.styles.js +15 -1
  131. package/dist/components/content/tooltip/tooltip.styles.js.map +1 -1
  132. package/dist/components/forms/form-actions/form-actions.styles.d.ts.map +1 -1
  133. package/dist/components/forms/form-actions/form-actions.styles.js +3 -0
  134. package/dist/components/forms/form-actions/form-actions.styles.js.map +1 -1
  135. package/dist/components/forms/form-field/form-field.styles.d.ts.map +1 -1
  136. package/dist/components/forms/form-field/form-field.styles.js +4 -1
  137. package/dist/components/forms/form-field/form-field.styles.js.map +1 -1
  138. package/dist/components/gherkin-DhZlEZiy.js +115 -0
  139. package/dist/components/index-BI4lrehT.js +66595 -0
  140. package/dist/components/index-BcdqzZql.js +703 -0
  141. package/dist/components/index-BlMqctke.js +81 -0
  142. package/dist/components/index-BseMFLNF.js +688 -0
  143. package/dist/components/index-ChjtFo6I.js +177 -0
  144. package/dist/components/index-D3NSlPL5.js +405 -0
  145. package/dist/components/index-D7B3n3QJ.js +384 -0
  146. package/dist/components/index.d.ts +21 -18
  147. package/dist/components/index.d.ts.map +1 -1
  148. package/dist/components/index.js +21 -18
  149. package/dist/components/index.js.map +1 -1
  150. package/dist/components/inputs/checkbox/checkbox.styles.d.ts.map +1 -1
  151. package/dist/components/inputs/checkbox/checkbox.styles.js +3 -0
  152. package/dist/components/inputs/checkbox/checkbox.styles.js.map +1 -1
  153. package/dist/components/inputs/checkbox-field/checkbox-field.styles.d.ts.map +1 -1
  154. package/dist/components/inputs/checkbox-field/checkbox-field.styles.js +4 -1
  155. package/dist/components/inputs/checkbox-field/checkbox-field.styles.js.map +1 -1
  156. package/dist/components/inputs/code-editor/code-editor.d.ts +58 -29
  157. package/dist/components/inputs/code-editor/code-editor.d.ts.map +1 -1
  158. package/dist/components/inputs/code-editor/code-editor.js +241 -52
  159. package/dist/components/inputs/code-editor/code-editor.js.map +1 -1
  160. package/dist/components/inputs/code-editor/code-editor.styles.d.ts.map +1 -1
  161. package/dist/components/inputs/code-editor/code-editor.styles.js +62 -47
  162. package/dist/components/inputs/code-editor/code-editor.styles.js.map +1 -1
  163. package/dist/components/inputs/code-editor/code-editor.template.d.ts +1 -1
  164. package/dist/components/inputs/code-editor/code-editor.template.d.ts.map +1 -1
  165. package/dist/components/inputs/code-editor/code-editor.template.js +5 -22
  166. package/dist/components/inputs/code-editor/code-editor.template.js.map +1 -1
  167. package/dist/components/inputs/combo-box/combo-box.d.ts +15 -4
  168. package/dist/components/inputs/combo-box/combo-box.d.ts.map +1 -1
  169. package/dist/components/inputs/combo-box/combo-box.js +53 -9
  170. package/dist/components/inputs/combo-box/combo-box.js.map +1 -1
  171. package/dist/components/inputs/combo-box/combo-box.styles.d.ts.map +1 -1
  172. package/dist/components/inputs/combo-box/combo-box.styles.js +4 -1
  173. package/dist/components/inputs/combo-box/combo-box.styles.js.map +1 -1
  174. package/dist/components/inputs/dropdown/dropdown.d.ts.map +1 -1
  175. package/dist/components/inputs/dropdown/dropdown.js +2 -1
  176. package/dist/components/inputs/dropdown/dropdown.js.map +1 -1
  177. package/dist/components/inputs/dropdown/dropdown.styles.d.ts.map +1 -1
  178. package/dist/components/inputs/dropdown/dropdown.styles.js +4 -1
  179. package/dist/components/inputs/dropdown/dropdown.styles.js.map +1 -1
  180. package/dist/components/inputs/multi-line-text-field/multi-line-text-field.d.ts +1 -1
  181. package/dist/components/inputs/multi-line-text-field/multi-line-text-field.d.ts.map +1 -1
  182. package/dist/components/inputs/multi-line-text-field/multi-line-text-field.js +6 -5
  183. package/dist/components/inputs/multi-line-text-field/multi-line-text-field.js.map +1 -1
  184. package/dist/components/inputs/multi-line-text-field/multi-line-text-field.styles.js +12 -12
  185. package/dist/components/inputs/multi-line-text-field/multi-line-text-field.styles.js.map +1 -1
  186. package/dist/components/inputs/number-field/number-field.d.ts.map +1 -1
  187. package/dist/components/inputs/number-field/number-field.js +2 -1
  188. package/dist/components/inputs/number-field/number-field.js.map +1 -1
  189. package/dist/components/inputs/number-field/number-field.styles.d.ts.map +1 -1
  190. package/dist/components/inputs/number-field/number-field.styles.js +4 -1
  191. package/dist/components/inputs/number-field/number-field.styles.js.map +1 -1
  192. package/dist/components/inputs/password-field/password-field.d.ts.map +1 -1
  193. package/dist/components/inputs/password-field/password-field.js +3 -2
  194. package/dist/components/inputs/password-field/password-field.js.map +1 -1
  195. package/dist/components/inputs/password-field/password-field.styles.d.ts.map +1 -1
  196. package/dist/components/inputs/password-field/password-field.styles.js +4 -1
  197. package/dist/components/inputs/password-field/password-field.styles.js.map +1 -1
  198. package/dist/components/inputs/radio-button/radio-button.styles.d.ts.map +1 -1
  199. package/dist/components/inputs/radio-button/radio-button.styles.js +3 -0
  200. package/dist/components/inputs/radio-button/radio-button.styles.js.map +1 -1
  201. package/dist/components/inputs/radio-button-field/radio-button-field.styles.d.ts.map +1 -1
  202. package/dist/components/inputs/radio-button-field/radio-button-field.styles.js +4 -1
  203. package/dist/components/inputs/radio-button-field/radio-button-field.styles.js.map +1 -1
  204. package/dist/components/inputs/radio-button-group/radio-button-group.js +1 -1
  205. package/dist/components/inputs/radio-button-group/radio-button-group.js.map +1 -1
  206. package/dist/components/inputs/radio-button-group/radio-button-group.styles.d.ts.map +1 -1
  207. package/dist/components/inputs/radio-button-group/radio-button-group.styles.js +4 -1
  208. package/dist/components/inputs/radio-button-group/radio-button-group.styles.js.map +1 -1
  209. package/dist/components/inputs/search-field/search-field.d.ts.map +1 -1
  210. package/dist/components/inputs/search-field/search-field.js +2 -1
  211. package/dist/components/inputs/search-field/search-field.js.map +1 -1
  212. package/dist/components/inputs/search-field/search-field.styles.d.ts.map +1 -1
  213. package/dist/components/inputs/search-field/search-field.styles.js +13 -1
  214. package/dist/components/inputs/search-field/search-field.styles.js.map +1 -1
  215. package/dist/components/inputs/search-field/search-field.template.d.ts.map +1 -1
  216. package/dist/components/inputs/search-field/search-field.template.js +47 -39
  217. package/dist/components/inputs/search-field/search-field.template.js.map +1 -1
  218. package/dist/components/inputs/segmented-control/segmented-control.d.ts +1 -1
  219. package/dist/components/inputs/segmented-control/segmented-control.d.ts.map +1 -1
  220. package/dist/components/inputs/segmented-control/segmented-control.js +10 -9
  221. package/dist/components/inputs/segmented-control/segmented-control.js.map +1 -1
  222. package/dist/components/inputs/segmented-control/segmented-control.styles.d.ts.map +1 -1
  223. package/dist/components/inputs/segmented-control/segmented-control.styles.js +74 -37
  224. package/dist/components/inputs/segmented-control/segmented-control.styles.js.map +1 -1
  225. package/dist/components/inputs/stepper/stepper.d.ts.map +1 -1
  226. package/dist/components/inputs/stepper/stepper.js +2 -1
  227. package/dist/components/inputs/stepper/stepper.js.map +1 -1
  228. package/dist/components/inputs/stepper/stepper.styles.d.ts.map +1 -1
  229. package/dist/components/inputs/stepper/stepper.styles.js +3 -0
  230. package/dist/components/inputs/stepper/stepper.styles.js.map +1 -1
  231. package/dist/components/inputs/switch/switch.d.ts.map +1 -1
  232. package/dist/components/inputs/switch/switch.js +2 -1
  233. package/dist/components/inputs/switch/switch.js.map +1 -1
  234. package/dist/components/inputs/switch/switch.styles.d.ts.map +1 -1
  235. package/dist/components/inputs/switch/switch.styles.js +3 -0
  236. package/dist/components/inputs/switch/switch.styles.js.map +1 -1
  237. package/dist/components/inputs/switch-field/switch-field.styles.d.ts.map +1 -1
  238. package/dist/components/inputs/switch-field/switch-field.styles.js +4 -1
  239. package/dist/components/inputs/switch-field/switch-field.styles.js.map +1 -1
  240. package/dist/components/inputs/text-editor/text-editor.annotation-sentinels.d.ts +51 -0
  241. package/dist/components/inputs/text-editor/text-editor.annotation-sentinels.d.ts.map +1 -0
  242. package/dist/components/inputs/text-editor/text-editor.annotation-sentinels.js +148 -0
  243. package/dist/components/inputs/text-editor/text-editor.annotation-sentinels.js.map +1 -0
  244. package/dist/components/inputs/text-editor/text-editor.annotations.d.ts +47 -0
  245. package/dist/components/inputs/text-editor/text-editor.annotations.d.ts.map +1 -0
  246. package/dist/components/inputs/text-editor/text-editor.annotations.js +327 -0
  247. package/dist/components/inputs/text-editor/text-editor.annotations.js.map +1 -0
  248. package/dist/components/inputs/text-editor/text-editor.caret.d.ts +13 -0
  249. package/dist/components/inputs/text-editor/text-editor.caret.d.ts.map +1 -0
  250. package/dist/components/inputs/text-editor/text-editor.caret.js +27 -0
  251. package/dist/components/inputs/text-editor/text-editor.caret.js.map +1 -0
  252. package/dist/components/inputs/text-editor/text-editor.commands.d.ts +61 -0
  253. package/dist/components/inputs/text-editor/text-editor.commands.d.ts.map +1 -0
  254. package/dist/components/inputs/text-editor/text-editor.commands.js +376 -0
  255. package/dist/components/inputs/text-editor/text-editor.commands.js.map +1 -0
  256. package/dist/components/inputs/text-editor/text-editor.d.ts +241 -0
  257. package/dist/components/inputs/text-editor/text-editor.d.ts.map +1 -0
  258. package/dist/components/inputs/text-editor/text-editor.drag.d.ts +30 -0
  259. package/dist/components/inputs/text-editor/text-editor.drag.d.ts.map +1 -0
  260. package/dist/components/inputs/text-editor/text-editor.drag.js +231 -0
  261. package/dist/components/inputs/text-editor/text-editor.drag.js.map +1 -0
  262. package/dist/components/inputs/text-editor/text-editor.i18n.d.ts +8 -0
  263. package/dist/components/inputs/text-editor/text-editor.i18n.d.ts.map +1 -0
  264. package/dist/components/inputs/text-editor/text-editor.i18n.js +13 -0
  265. package/dist/components/inputs/text-editor/text-editor.i18n.js.map +1 -0
  266. package/dist/components/inputs/text-editor/text-editor.js +782 -0
  267. package/dist/components/inputs/text-editor/text-editor.js.map +1 -0
  268. package/dist/components/inputs/text-editor/text-editor.links.d.ts +18 -0
  269. package/dist/components/inputs/text-editor/text-editor.links.d.ts.map +1 -0
  270. package/dist/components/inputs/text-editor/text-editor.links.js +147 -0
  271. package/dist/components/inputs/text-editor/text-editor.links.js.map +1 -0
  272. package/dist/components/inputs/text-editor/text-editor.markdown.d.ts +20 -0
  273. package/dist/components/inputs/text-editor/text-editor.markdown.d.ts.map +1 -0
  274. package/dist/components/inputs/text-editor/text-editor.markdown.js +372 -0
  275. package/dist/components/inputs/text-editor/text-editor.markdown.js.map +1 -0
  276. package/dist/components/inputs/text-editor/text-editor.mentions.d.ts +32 -0
  277. package/dist/components/inputs/text-editor/text-editor.mentions.d.ts.map +1 -0
  278. package/dist/components/inputs/text-editor/text-editor.mentions.js +153 -0
  279. package/dist/components/inputs/text-editor/text-editor.mentions.js.map +1 -0
  280. package/dist/components/inputs/text-editor/text-editor.ordered-list.d.ts +12 -0
  281. package/dist/components/inputs/text-editor/text-editor.ordered-list.d.ts.map +1 -0
  282. package/dist/components/inputs/text-editor/text-editor.ordered-list.js +85 -0
  283. package/dist/components/inputs/text-editor/text-editor.ordered-list.js.map +1 -0
  284. package/dist/components/inputs/text-editor/text-editor.styles.d.ts +2 -0
  285. package/dist/components/inputs/text-editor/text-editor.styles.d.ts.map +1 -0
  286. package/dist/components/inputs/text-editor/text-editor.styles.js +592 -0
  287. package/dist/components/inputs/text-editor/text-editor.styles.js.map +1 -0
  288. package/dist/components/inputs/text-editor/text-editor.template.d.ts +4 -0
  289. package/dist/components/inputs/text-editor/text-editor.template.d.ts.map +1 -0
  290. package/dist/components/inputs/text-editor/text-editor.template.js +7 -0
  291. package/dist/components/inputs/text-editor/text-editor.template.js.map +1 -0
  292. package/dist/components/inputs/text-field/text-field.d.ts.map +1 -1
  293. package/dist/components/inputs/text-field/text-field.js +3 -2
  294. package/dist/components/inputs/text-field/text-field.js.map +1 -1
  295. package/dist/components/inputs/text-field/text-field.styles.d.ts.map +1 -1
  296. package/dist/components/inputs/text-field/text-field.styles.js +4 -1
  297. package/dist/components/inputs/text-field/text-field.styles.js.map +1 -1
  298. package/dist/components/inputs/toggle-button/toggle-button.d.ts.map +1 -1
  299. package/dist/components/inputs/toggle-button/toggle-button.js +4 -3
  300. package/dist/components/inputs/toggle-button/toggle-button.js.map +1 -1
  301. package/dist/components/inputs/toggle-button/toggle-button.styles.d.ts.map +1 -1
  302. package/dist/components/inputs/toggle-button/toggle-button.styles.js +18 -11
  303. package/dist/components/inputs/toggle-button/toggle-button.styles.js.map +1 -1
  304. package/dist/components/inputs/toggle-button-group/toggle-button-group.d.ts +1 -1
  305. package/dist/components/inputs/toggle-button-group/toggle-button-group.d.ts.map +1 -1
  306. package/dist/components/inputs/toggle-button-group/toggle-button-group.js +5 -4
  307. package/dist/components/inputs/toggle-button-group/toggle-button-group.js.map +1 -1
  308. package/dist/components/inputs/toggle-button-group/toggle-button-group.styles.d.ts.map +1 -1
  309. package/dist/components/inputs/toggle-button-group/toggle-button-group.styles.js +3 -0
  310. package/dist/components/inputs/toggle-button-group/toggle-button-group.styles.js.map +1 -1
  311. package/dist/components/inputs/token-field/token-field.d.ts +257 -0
  312. package/dist/components/inputs/token-field/token-field.d.ts.map +1 -0
  313. package/dist/components/inputs/token-field/token-field.i18n.d.ts +9 -0
  314. package/dist/components/inputs/token-field/token-field.i18n.d.ts.map +1 -0
  315. package/dist/components/inputs/token-field/token-field.i18n.js +8 -0
  316. package/dist/components/inputs/token-field/token-field.i18n.js.map +1 -0
  317. package/dist/components/inputs/token-field/token-field.js +877 -0
  318. package/dist/components/inputs/token-field/token-field.js.map +1 -0
  319. package/dist/components/inputs/token-field/token-field.styles.d.ts +2 -0
  320. package/dist/components/inputs/token-field/token-field.styles.d.ts.map +1 -0
  321. package/dist/components/inputs/token-field/token-field.styles.js +194 -0
  322. package/dist/components/inputs/token-field/token-field.styles.js.map +1 -0
  323. package/dist/components/inputs/token-field/token-field.template.d.ts +8 -0
  324. package/dist/components/inputs/token-field/token-field.template.d.ts.map +1 -0
  325. package/dist/components/inputs/token-field/token-field.template.js +136 -0
  326. package/dist/components/inputs/token-field/token-field.template.js.map +1 -0
  327. package/dist/components/layout/app-view/app-view.d.ts.map +1 -1
  328. package/dist/components/layout/app-view/app-view.js +2 -1
  329. package/dist/components/layout/app-view/app-view.js.map +1 -1
  330. package/dist/components/layout/app-view/app-view.styles.d.ts.map +1 -1
  331. package/dist/components/layout/app-view/app-view.styles.js +3 -0
  332. package/dist/components/layout/app-view/app-view.styles.js.map +1 -1
  333. package/dist/components/layout/box/box.d.ts.map +1 -1
  334. package/dist/components/layout/box/box.js +2 -1
  335. package/dist/components/layout/box/box.js.map +1 -1
  336. package/dist/components/layout/box/box.styles.d.ts.map +1 -1
  337. package/dist/components/layout/box/box.styles.js +4 -6
  338. package/dist/components/layout/box/box.styles.js.map +1 -1
  339. package/dist/components/layout/card/card.d.ts +28 -2
  340. package/dist/components/layout/card/card.d.ts.map +1 -1
  341. package/dist/components/layout/card/card.i18n.d.ts +5 -0
  342. package/dist/components/layout/card/card.i18n.d.ts.map +1 -0
  343. package/dist/components/layout/card/card.i18n.js +4 -0
  344. package/dist/components/layout/card/card.i18n.js.map +1 -0
  345. package/dist/components/layout/card/card.js +54 -2
  346. package/dist/components/layout/card/card.js.map +1 -1
  347. package/dist/components/layout/card/card.styles.d.ts.map +1 -1
  348. package/dist/components/layout/card/card.styles.js +20 -0
  349. package/dist/components/layout/card/card.styles.js.map +1 -1
  350. package/dist/components/layout/card/card.template.d.ts.map +1 -1
  351. package/dist/components/layout/card/card.template.js +17 -1
  352. package/dist/components/layout/card/card.template.js.map +1 -1
  353. package/dist/components/layout/collection/collection.d.ts +10 -5
  354. package/dist/components/layout/collection/collection.d.ts.map +1 -1
  355. package/dist/components/layout/collection/collection.js +21 -5
  356. package/dist/components/layout/collection/collection.js.map +1 -1
  357. package/dist/components/layout/collection/collection.styles.d.ts.map +1 -1
  358. package/dist/components/layout/collection/collection.styles.js +23 -19
  359. package/dist/components/layout/collection/collection.styles.js.map +1 -1
  360. package/dist/components/layout/container/container.d.ts +7 -3
  361. package/dist/components/layout/container/container.d.ts.map +1 -1
  362. package/dist/components/layout/container/container.js +15 -3
  363. package/dist/components/layout/container/container.js.map +1 -1
  364. package/dist/components/layout/container/container.styles.d.ts.map +1 -1
  365. package/dist/components/layout/container/container.styles.js +42 -1
  366. package/dist/components/layout/container/container.styles.js.map +1 -1
  367. package/dist/components/layout/divider/divider.styles.d.ts.map +1 -1
  368. package/dist/components/layout/divider/divider.styles.js +3 -0
  369. package/dist/components/layout/divider/divider.styles.js.map +1 -1
  370. package/dist/components/layout/page/page.styles.d.ts.map +1 -1
  371. package/dist/components/layout/page/page.styles.js +3 -0
  372. package/dist/components/layout/page/page.styles.js.map +1 -1
  373. package/dist/components/layout/page-footer/page-footer.d.ts.map +1 -1
  374. package/dist/components/layout/page-footer/page-footer.js +2 -1
  375. package/dist/components/layout/page-footer/page-footer.js.map +1 -1
  376. package/dist/components/layout/page-footer/page-footer.styles.d.ts.map +1 -1
  377. package/dist/components/layout/page-footer/page-footer.styles.js +4 -1
  378. package/dist/components/layout/page-footer/page-footer.styles.js.map +1 -1
  379. package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.styles.d.ts.map +1 -1
  380. package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.styles.js +3 -0
  381. package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.styles.js.map +1 -1
  382. package/dist/components/layout/page-sections/hero/hero.d.ts +29 -25
  383. package/dist/components/layout/page-sections/hero/hero.d.ts.map +1 -1
  384. package/dist/components/layout/page-sections/hero/hero.js +64 -76
  385. package/dist/components/layout/page-sections/hero/hero.js.map +1 -1
  386. package/dist/components/layout/page-sections/hero/hero.styles.d.ts.map +1 -1
  387. package/dist/components/layout/page-sections/hero/hero.styles.js +28 -163
  388. package/dist/components/layout/page-sections/hero/hero.styles.js.map +1 -1
  389. package/dist/components/layout/page-sections/hero/hero.template.d.ts.map +1 -1
  390. package/dist/components/layout/page-sections/hero/hero.template.js +13 -1
  391. package/dist/components/layout/page-sections/hero/hero.template.js.map +1 -1
  392. package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.styles.d.ts.map +1 -1
  393. package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.styles.js +3 -0
  394. package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.styles.js.map +1 -1
  395. package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.styles.d.ts.map +1 -1
  396. package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.styles.js +3 -0
  397. package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.styles.js.map +1 -1
  398. package/dist/components/layout/page-sections/sidebar-section/sidebar-section.d.ts +119 -0
  399. package/dist/components/layout/page-sections/sidebar-section/sidebar-section.d.ts.map +1 -0
  400. package/dist/components/layout/page-sections/sidebar-section/sidebar-section.i18n.d.ts +6 -0
  401. package/dist/components/layout/page-sections/sidebar-section/sidebar-section.i18n.d.ts.map +1 -0
  402. package/dist/components/layout/page-sections/sidebar-section/sidebar-section.i18n.js +5 -0
  403. package/dist/components/layout/page-sections/sidebar-section/sidebar-section.i18n.js.map +1 -0
  404. package/dist/components/layout/page-sections/sidebar-section/sidebar-section.js +219 -0
  405. package/dist/components/layout/page-sections/sidebar-section/sidebar-section.js.map +1 -0
  406. package/dist/components/layout/page-sections/sidebar-section/sidebar-section.styles.d.ts +2 -0
  407. package/dist/components/layout/page-sections/sidebar-section/sidebar-section.styles.d.ts.map +1 -0
  408. package/dist/components/layout/page-sections/sidebar-section/sidebar-section.styles.js +157 -0
  409. package/dist/components/layout/page-sections/sidebar-section/sidebar-section.styles.js.map +1 -0
  410. package/dist/components/layout/page-sections/sidebar-section/sidebar-section.template.d.ts +4 -0
  411. package/dist/components/layout/page-sections/sidebar-section/sidebar-section.template.d.ts.map +1 -0
  412. package/dist/components/layout/page-sections/sidebar-section/sidebar-section.template.js +57 -0
  413. package/dist/components/layout/page-sections/sidebar-section/sidebar-section.template.js.map +1 -0
  414. package/dist/components/layout/page-sections/simple-section/simple-section.styles.d.ts.map +1 -1
  415. package/dist/components/layout/page-sections/simple-section/simple-section.styles.js +3 -0
  416. package/dist/components/layout/page-sections/simple-section/simple-section.styles.js.map +1 -1
  417. package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.styles.d.ts.map +1 -1
  418. package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.styles.js +3 -0
  419. package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.styles.js.map +1 -1
  420. package/dist/components/layout/popover/popover.d.ts +1 -0
  421. package/dist/components/layout/popover/popover.d.ts.map +1 -1
  422. package/dist/components/layout/popover/popover.js +14 -1
  423. package/dist/components/layout/popover/popover.js.map +1 -1
  424. package/dist/components/layout/popover/popover.styles.d.ts.map +1 -1
  425. package/dist/components/layout/popover/popover.styles.js +14 -0
  426. package/dist/components/layout/popover/popover.styles.js.map +1 -1
  427. package/dist/components/layout/sheet/sheet.d.ts +1 -1
  428. package/dist/components/layout/sheet/sheet.d.ts.map +1 -1
  429. package/dist/components/layout/sheet/sheet.js +16 -6
  430. package/dist/components/layout/sheet/sheet.js.map +1 -1
  431. package/dist/components/layout/sheet/sheet.styles.d.ts.map +1 -1
  432. package/dist/components/layout/sheet/sheet.styles.js +63 -83
  433. package/dist/components/layout/sheet/sheet.styles.js.map +1 -1
  434. package/dist/components/layout/spacer/spacer.d.ts.map +1 -1
  435. package/dist/components/layout/spacer/spacer.js +2 -1
  436. package/dist/components/layout/spacer/spacer.js.map +1 -1
  437. package/dist/components/layout/spacer/spacer.styles.d.ts.map +1 -1
  438. package/dist/components/layout/spacer/spacer.styles.js +3 -1
  439. package/dist/components/layout/spacer/spacer.styles.js.map +1 -1
  440. package/dist/components/layout/split-views/bar-split-view/bar-split-view.styles.d.ts.map +1 -1
  441. package/dist/components/layout/split-views/bar-split-view/bar-split-view.styles.js +3 -0
  442. package/dist/components/layout/split-views/bar-split-view/bar-split-view.styles.js.map +1 -1
  443. package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.d.ts +47 -19
  444. package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.d.ts.map +1 -1
  445. package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.js +123 -73
  446. package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.js.map +1 -1
  447. package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.styles.d.ts.map +1 -1
  448. package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.styles.js +17 -14
  449. package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.styles.js.map +1 -1
  450. package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.template.d.ts.map +1 -1
  451. package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.template.js +10 -8
  452. package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.template.js.map +1 -1
  453. package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.styles.d.ts.map +1 -1
  454. package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.styles.js +3 -0
  455. package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.styles.js.map +1 -1
  456. package/dist/components/layout/split-views/split-view-divider/split-view-divider.d.ts.map +1 -1
  457. package/dist/components/layout/split-views/split-view-divider/split-view-divider.js +2 -1
  458. package/dist/components/layout/split-views/split-view-divider/split-view-divider.js.map +1 -1
  459. package/dist/components/layout/split-views/split-view-divider/split-view-divider.styles.d.ts.map +1 -1
  460. package/dist/components/layout/split-views/split-view-divider/split-view-divider.styles.js +13 -10
  461. package/dist/components/layout/split-views/split-view-divider/split-view-divider.styles.js.map +1 -1
  462. package/dist/components/layout/split-views/split-view-pane/split-view-pane.styles.d.ts.map +1 -1
  463. package/dist/components/layout/split-views/split-view-pane/split-view-pane.styles.js +3 -0
  464. package/dist/components/layout/split-views/split-view-pane/split-view-pane.styles.js.map +1 -1
  465. package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.styles.d.ts.map +1 -1
  466. package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.styles.js +3 -0
  467. package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.styles.js.map +1 -1
  468. package/dist/components/layout/window/window.d.ts +1 -19
  469. package/dist/components/layout/window/window.d.ts.map +1 -1
  470. package/dist/components/layout/window/window.js +11 -188
  471. package/dist/components/layout/window/window.js.map +1 -1
  472. package/dist/components/layout/window/window.styles.d.ts.map +1 -1
  473. package/dist/components/layout/window/window.styles.js +5 -28
  474. package/dist/components/layout/window/window.styles.js.map +1 -1
  475. package/dist/components/layout/window/window.template.d.ts.map +1 -1
  476. package/dist/components/layout/window/window.template.js +1 -2
  477. package/dist/components/layout/window/window.template.js.map +1 -1
  478. package/dist/components/lists-and-tables/cells/cell/cell.d.ts.map +1 -1
  479. package/dist/components/lists-and-tables/cells/cell/cell.js +4 -3
  480. package/dist/components/lists-and-tables/cells/cell/cell.js.map +1 -1
  481. package/dist/components/lists-and-tables/cells/cell/cell.styles.d.ts.map +1 -1
  482. package/dist/components/lists-and-tables/cells/cell/cell.styles.js +4 -1
  483. package/dist/components/lists-and-tables/cells/cell/cell.styles.js.map +1 -1
  484. package/dist/components/lists-and-tables/cells/description-cell/description-cell.d.ts.map +1 -1
  485. package/dist/components/lists-and-tables/cells/description-cell/description-cell.js +3 -2
  486. package/dist/components/lists-and-tables/cells/description-cell/description-cell.js.map +1 -1
  487. package/dist/components/lists-and-tables/cells/description-cell/description-cell.styles.d.ts.map +1 -1
  488. package/dist/components/lists-and-tables/cells/description-cell/description-cell.styles.js +4 -1
  489. package/dist/components/lists-and-tables/cells/description-cell/description-cell.styles.js.map +1 -1
  490. package/dist/components/lists-and-tables/cells/drag-handle-cell/drag-handle-cell.d.ts.map +1 -1
  491. package/dist/components/lists-and-tables/cells/drag-handle-cell/drag-handle-cell.js +2 -1
  492. package/dist/components/lists-and-tables/cells/drag-handle-cell/drag-handle-cell.js.map +1 -1
  493. package/dist/components/lists-and-tables/cells/drag-handle-cell/drag-handle-cell.styles.d.ts.map +1 -1
  494. package/dist/components/lists-and-tables/cells/drag-handle-cell/drag-handle-cell.styles.js +3 -0
  495. package/dist/components/lists-and-tables/cells/drag-handle-cell/drag-handle-cell.styles.js.map +1 -1
  496. package/dist/components/lists-and-tables/cells/icon-cell/icon-cell.d.ts.map +1 -1
  497. package/dist/components/lists-and-tables/cells/icon-cell/icon-cell.js +3 -2
  498. package/dist/components/lists-and-tables/cells/icon-cell/icon-cell.js.map +1 -1
  499. package/dist/components/lists-and-tables/cells/icon-cell/icon-cell.styles.d.ts.map +1 -1
  500. package/dist/components/lists-and-tables/cells/icon-cell/icon-cell.styles.js +3 -0
  501. package/dist/components/lists-and-tables/cells/icon-cell/icon-cell.styles.js.map +1 -1
  502. package/dist/components/lists-and-tables/cells/spacer-cell/spacer-cell.styles.d.ts.map +1 -1
  503. package/dist/components/lists-and-tables/cells/spacer-cell/spacer-cell.styles.js +3 -0
  504. package/dist/components/lists-and-tables/cells/spacer-cell/spacer-cell.styles.js.map +1 -1
  505. package/dist/components/lists-and-tables/cells/text-cell/text-cell.d.ts.map +1 -1
  506. package/dist/components/lists-and-tables/cells/text-cell/text-cell.js +10 -9
  507. package/dist/components/lists-and-tables/cells/text-cell/text-cell.js.map +1 -1
  508. package/dist/components/lists-and-tables/cells/text-cell/text-cell.styles.d.ts.map +1 -1
  509. package/dist/components/lists-and-tables/cells/text-cell/text-cell.styles.js +4 -1
  510. package/dist/components/lists-and-tables/cells/text-cell/text-cell.styles.js.map +1 -1
  511. package/dist/components/lists-and-tables/cells/timeline-track-cell/timeline-track-cell.d.ts.map +1 -1
  512. package/dist/components/lists-and-tables/cells/timeline-track-cell/timeline-track-cell.js +3 -2
  513. package/dist/components/lists-and-tables/cells/timeline-track-cell/timeline-track-cell.js.map +1 -1
  514. package/dist/components/lists-and-tables/cells/timeline-track-cell/timeline-track-cell.styles.d.ts.map +1 -1
  515. package/dist/components/lists-and-tables/cells/timeline-track-cell/timeline-track-cell.styles.js +3 -0
  516. package/dist/components/lists-and-tables/cells/timeline-track-cell/timeline-track-cell.styles.js.map +1 -1
  517. package/dist/components/lists-and-tables/cells/title-cell/title-cell.d.ts.map +1 -1
  518. package/dist/components/lists-and-tables/cells/title-cell/title-cell.js +9 -8
  519. package/dist/components/lists-and-tables/cells/title-cell/title-cell.js.map +1 -1
  520. package/dist/components/lists-and-tables/cells/title-cell/title-cell.styles.d.ts.map +1 -1
  521. package/dist/components/lists-and-tables/cells/title-cell/title-cell.styles.js +4 -1
  522. package/dist/components/lists-and-tables/cells/title-cell/title-cell.styles.js.map +1 -1
  523. package/dist/components/lists-and-tables/list/list.d.ts +138 -8
  524. package/dist/components/lists-and-tables/list/list.d.ts.map +1 -1
  525. package/dist/components/lists-and-tables/list/list.i18n.d.ts +2 -0
  526. package/dist/components/lists-and-tables/list/list.i18n.d.ts.map +1 -1
  527. package/dist/components/lists-and-tables/list/list.i18n.js +2 -0
  528. package/dist/components/lists-and-tables/list/list.i18n.js.map +1 -1
  529. package/dist/components/lists-and-tables/list/list.js +373 -20
  530. package/dist/components/lists-and-tables/list/list.js.map +1 -1
  531. package/dist/components/lists-and-tables/list/list.styles.d.ts.map +1 -1
  532. package/dist/components/lists-and-tables/list/list.styles.js +164 -25
  533. package/dist/components/lists-and-tables/list/list.styles.js.map +1 -1
  534. package/dist/components/lists-and-tables/list/list.template.d.ts +26 -1
  535. package/dist/components/lists-and-tables/list/list.template.d.ts.map +1 -1
  536. package/dist/components/lists-and-tables/list/list.template.js +76 -18
  537. package/dist/components/lists-and-tables/list/list.template.js.map +1 -1
  538. package/dist/components/lists-and-tables/list-item/list-item.d.ts +20 -7
  539. package/dist/components/lists-and-tables/list-item/list-item.d.ts.map +1 -1
  540. package/dist/components/lists-and-tables/list-item/list-item.js +51 -25
  541. package/dist/components/lists-and-tables/list-item/list-item.js.map +1 -1
  542. package/dist/components/lists-and-tables/list-item/list-item.styles.d.ts.map +1 -1
  543. package/dist/components/lists-and-tables/list-item/list-item.styles.js +50 -28
  544. package/dist/components/lists-and-tables/list-item/list-item.styles.js.map +1 -1
  545. package/dist/components/lists-and-tables/list-item/list-item.template.d.ts +1 -1
  546. package/dist/components/lists-and-tables/list-item/list-item.template.d.ts.map +1 -1
  547. package/dist/components/lists-and-tables/list-item/list-item.template.js +9 -6
  548. package/dist/components/lists-and-tables/list-item/list-item.template.js.map +1 -1
  549. package/dist/components/lists-and-tables/table/table.d.ts.map +1 -1
  550. package/dist/components/lists-and-tables/table/table.js +4 -3
  551. package/dist/components/lists-and-tables/table/table.js.map +1 -1
  552. package/dist/components/lists-and-tables/table/table.styles.d.ts.map +1 -1
  553. package/dist/components/lists-and-tables/table/table.styles.js +4 -1
  554. package/dist/components/lists-and-tables/table/table.styles.js.map +1 -1
  555. package/dist/components/navigation/breadcrumbs/breadcrumbs.d.ts +0 -44
  556. package/dist/components/navigation/breadcrumbs/breadcrumbs.d.ts.map +1 -1
  557. package/dist/components/navigation/breadcrumbs/breadcrumbs.i18n.d.ts +0 -1
  558. package/dist/components/navigation/breadcrumbs/breadcrumbs.i18n.d.ts.map +1 -1
  559. package/dist/components/navigation/breadcrumbs/breadcrumbs.i18n.js +0 -1
  560. package/dist/components/navigation/breadcrumbs/breadcrumbs.i18n.js.map +1 -1
  561. package/dist/components/navigation/breadcrumbs/breadcrumbs.js +3 -85
  562. package/dist/components/navigation/breadcrumbs/breadcrumbs.js.map +1 -1
  563. package/dist/components/navigation/breadcrumbs/breadcrumbs.styles.d.ts.map +1 -1
  564. package/dist/components/navigation/breadcrumbs/breadcrumbs.styles.js +6 -52
  565. package/dist/components/navigation/breadcrumbs/breadcrumbs.styles.js.map +1 -1
  566. package/dist/components/navigation/breadcrumbs/breadcrumbs.template.d.ts.map +1 -1
  567. package/dist/components/navigation/breadcrumbs/breadcrumbs.template.js +1 -17
  568. package/dist/components/navigation/breadcrumbs/breadcrumbs.template.js.map +1 -1
  569. package/dist/components/navigation/document-tab-bar/document-tab-bar.d.ts.map +1 -1
  570. package/dist/components/navigation/document-tab-bar/document-tab-bar.js +5 -4
  571. package/dist/components/navigation/document-tab-bar/document-tab-bar.js.map +1 -1
  572. package/dist/components/navigation/document-tab-bar/document-tab-bar.styles.d.ts.map +1 -1
  573. package/dist/components/navigation/document-tab-bar/document-tab-bar.styles.js +4 -1
  574. package/dist/components/navigation/document-tab-bar/document-tab-bar.styles.js.map +1 -1
  575. package/dist/components/navigation/link/link.d.ts.map +1 -1
  576. package/dist/components/navigation/link/link.js +2 -1
  577. package/dist/components/navigation/link/link.js.map +1 -1
  578. package/dist/components/navigation/link/link.styles.d.ts.map +1 -1
  579. package/dist/components/navigation/link/link.styles.js +4 -1
  580. package/dist/components/navigation/link/link.styles.js.map +1 -1
  581. package/dist/components/navigation/menu-bar/menu-bar.d.ts.map +1 -1
  582. package/dist/components/navigation/menu-bar/menu-bar.js +2 -1
  583. package/dist/components/navigation/menu-bar/menu-bar.js.map +1 -1
  584. package/dist/components/navigation/menu-bar/menu-bar.styles.d.ts.map +1 -1
  585. package/dist/components/navigation/menu-bar/menu-bar.styles.js +4 -1
  586. package/dist/components/navigation/menu-bar/menu-bar.styles.js.map +1 -1
  587. package/dist/components/navigation/menu-bar-item/menu-bar-item.d.ts.map +1 -1
  588. package/dist/components/navigation/menu-bar-item/menu-bar-item.js +4 -3
  589. package/dist/components/navigation/menu-bar-item/menu-bar-item.js.map +1 -1
  590. package/dist/components/navigation/menu-bar-item/menu-bar-item.styles.d.ts.map +1 -1
  591. package/dist/components/navigation/menu-bar-item/menu-bar-item.styles.js +4 -1
  592. package/dist/components/navigation/menu-bar-item/menu-bar-item.styles.js.map +1 -1
  593. package/dist/components/navigation/pagination/pagination.styles.d.ts.map +1 -1
  594. package/dist/components/navigation/pagination/pagination.styles.js +4 -1
  595. package/dist/components/navigation/pagination/pagination.styles.js.map +1 -1
  596. package/dist/components/navigation/skip-link/skip-link.d.ts.map +1 -1
  597. package/dist/components/navigation/skip-link/skip-link.js +2 -1
  598. package/dist/components/navigation/skip-link/skip-link.js.map +1 -1
  599. package/dist/components/navigation/skip-link/skip-link.styles.d.ts.map +1 -1
  600. package/dist/components/navigation/skip-link/skip-link.styles.js +4 -1
  601. package/dist/components/navigation/skip-link/skip-link.styles.js.map +1 -1
  602. package/dist/components/navigation/tab-bar/tab-bar.d.ts +7 -0
  603. package/dist/components/navigation/tab-bar/tab-bar.d.ts.map +1 -1
  604. package/dist/components/navigation/tab-bar/tab-bar.js +31 -5
  605. package/dist/components/navigation/tab-bar/tab-bar.js.map +1 -1
  606. package/dist/components/navigation/tab-bar/tab-bar.styles.d.ts.map +1 -1
  607. package/dist/components/navigation/tab-bar/tab-bar.styles.js +78 -79
  608. package/dist/components/navigation/tab-bar/tab-bar.styles.js.map +1 -1
  609. package/dist/components/navigation/tab-bar/tab-bar.template.d.ts.map +1 -1
  610. package/dist/components/navigation/tab-bar/tab-bar.template.js +8 -1
  611. package/dist/components/navigation/tab-bar/tab-bar.template.js.map +1 -1
  612. package/dist/components/navigation/top-navigation-bar/top-navigation-bar.d.ts +5 -0
  613. package/dist/components/navigation/top-navigation-bar/top-navigation-bar.d.ts.map +1 -1
  614. package/dist/components/navigation/top-navigation-bar/top-navigation-bar.js +24 -6
  615. package/dist/components/navigation/top-navigation-bar/top-navigation-bar.js.map +1 -1
  616. package/dist/components/navigation/top-navigation-bar/top-navigation-bar.styles.d.ts.map +1 -1
  617. package/dist/components/navigation/top-navigation-bar/top-navigation-bar.styles.js +32 -16
  618. package/dist/components/navigation/top-navigation-bar/top-navigation-bar.styles.js.map +1 -1
  619. package/dist/components/navigation/top-title-bar/top-title-bar.d.ts.map +1 -1
  620. package/dist/components/navigation/top-title-bar/top-title-bar.js +5 -4
  621. package/dist/components/navigation/top-title-bar/top-title-bar.js.map +1 -1
  622. package/dist/components/navigation/top-title-bar/top-title-bar.styles.d.ts.map +1 -1
  623. package/dist/components/navigation/top-title-bar/top-title-bar.styles.js +4 -1
  624. package/dist/components/navigation/top-title-bar/top-title-bar.styles.js.map +1 -1
  625. package/dist/components/shell-BlsXDxCn.js +222 -0
  626. package/dist/components/status-and-feedback/activity-indicator/activity-indicator.d.ts.map +1 -1
  627. package/dist/components/status-and-feedback/activity-indicator/activity-indicator.js +4 -3
  628. package/dist/components/status-and-feedback/activity-indicator/activity-indicator.js.map +1 -1
  629. package/dist/components/status-and-feedback/activity-indicator/activity-indicator.styles.d.ts.map +1 -1
  630. package/dist/components/status-and-feedback/activity-indicator/activity-indicator.styles.js +4 -2
  631. package/dist/components/status-and-feedback/activity-indicator/activity-indicator.styles.js.map +1 -1
  632. package/dist/components/status-and-feedback/badge/badge.d.ts.map +1 -1
  633. package/dist/components/status-and-feedback/badge/badge.js +4 -3
  634. package/dist/components/status-and-feedback/badge/badge.js.map +1 -1
  635. package/dist/components/status-and-feedback/badge/badge.styles.d.ts.map +1 -1
  636. package/dist/components/status-and-feedback/badge/badge.styles.js +4 -1
  637. package/dist/components/status-and-feedback/badge/badge.styles.js.map +1 -1
  638. package/dist/components/status-and-feedback/banner/banner.d.ts +0 -1
  639. package/dist/components/status-and-feedback/banner/banner.d.ts.map +1 -1
  640. package/dist/components/status-and-feedback/banner/banner.js +13 -13
  641. package/dist/components/status-and-feedback/banner/banner.js.map +1 -1
  642. package/dist/components/status-and-feedback/banner/banner.styles.d.ts.map +1 -1
  643. package/dist/components/status-and-feedback/banner/banner.styles.js +4 -1
  644. package/dist/components/status-and-feedback/banner/banner.styles.js.map +1 -1
  645. package/dist/components/status-and-feedback/inline-dialog/inline-dialog.d.ts.map +1 -1
  646. package/dist/components/status-and-feedback/inline-dialog/inline-dialog.js +5 -4
  647. package/dist/components/status-and-feedback/inline-dialog/inline-dialog.js.map +1 -1
  648. package/dist/components/status-and-feedback/inline-dialog/inline-dialog.styles.d.ts.map +1 -1
  649. package/dist/components/status-and-feedback/inline-dialog/inline-dialog.styles.js +4 -1
  650. package/dist/components/status-and-feedback/inline-dialog/inline-dialog.styles.js.map +1 -1
  651. package/dist/components/status-and-feedback/just-in-time-education/just-in-time-education.d.ts +6 -4
  652. package/dist/components/status-and-feedback/just-in-time-education/just-in-time-education.d.ts.map +1 -1
  653. package/dist/components/status-and-feedback/just-in-time-education/just-in-time-education.js +40 -9
  654. package/dist/components/status-and-feedback/just-in-time-education/just-in-time-education.js.map +1 -1
  655. package/dist/components/status-and-feedback/just-in-time-education/just-in-time-education.styles.d.ts.map +1 -1
  656. package/dist/components/status-and-feedback/just-in-time-education/just-in-time-education.styles.js +16 -2
  657. package/dist/components/status-and-feedback/just-in-time-education/just-in-time-education.styles.js.map +1 -1
  658. package/dist/components/status-and-feedback/modal-dialog/modal-dialog.d.ts.map +1 -1
  659. package/dist/components/status-and-feedback/modal-dialog/modal-dialog.js +4 -3
  660. package/dist/components/status-and-feedback/modal-dialog/modal-dialog.js.map +1 -1
  661. package/dist/components/status-and-feedback/modal-dialog/modal-dialog.styles.d.ts.map +1 -1
  662. package/dist/components/status-and-feedback/modal-dialog/modal-dialog.styles.js +4 -1
  663. package/dist/components/status-and-feedback/modal-dialog/modal-dialog.styles.js.map +1 -1
  664. package/dist/components/status-and-feedback/progress-bar/progress-bar.d.ts.map +1 -1
  665. package/dist/components/status-and-feedback/progress-bar/progress-bar.js +9 -8
  666. package/dist/components/status-and-feedback/progress-bar/progress-bar.js.map +1 -1
  667. package/dist/components/status-and-feedback/progress-bar/progress-bar.styles.d.ts.map +1 -1
  668. package/dist/components/status-and-feedback/progress-bar/progress-bar.styles.js +4 -7
  669. package/dist/components/status-and-feedback/progress-bar/progress-bar.styles.js.map +1 -1
  670. package/dist/components/status-and-feedback/progress-circle/progress-circle.d.ts.map +1 -1
  671. package/dist/components/status-and-feedback/progress-circle/progress-circle.js +8 -7
  672. package/dist/components/status-and-feedback/progress-circle/progress-circle.js.map +1 -1
  673. package/dist/components/status-and-feedback/progress-circle/progress-circle.styles.d.ts.map +1 -1
  674. package/dist/components/status-and-feedback/progress-circle/progress-circle.styles.js +4 -3
  675. package/dist/components/status-and-feedback/progress-circle/progress-circle.styles.js.map +1 -1
  676. package/dist/components/status-and-feedback/status-bar/status-bar.d.ts.map +1 -1
  677. package/dist/components/status-and-feedback/status-bar/status-bar.js +3 -2
  678. package/dist/components/status-and-feedback/status-bar/status-bar.js.map +1 -1
  679. package/dist/components/status-and-feedback/status-bar/status-bar.styles.d.ts.map +1 -1
  680. package/dist/components/status-and-feedback/status-bar/status-bar.styles.js +4 -1
  681. package/dist/components/status-and-feedback/status-bar/status-bar.styles.js.map +1 -1
  682. package/dist/components/toml-BOuWGMcf.js +76 -0
  683. package/dist/css/fouc.css +30 -0
  684. package/dist/css/global.css +1 -0
  685. package/dist/css/rich-text.css +63 -5
  686. package/dist/css/settings.css +35 -13
  687. package/dist/utilities/codemirror/codemirror-element.d.ts +66 -0
  688. package/dist/utilities/codemirror/codemirror-element.d.ts.map +1 -0
  689. package/dist/utilities/codemirror/codemirror-element.js +121 -0
  690. package/dist/utilities/codemirror/codemirror-element.js.map +1 -0
  691. package/dist/utilities/codemirror/languages.d.ts +4 -0
  692. package/dist/utilities/codemirror/languages.d.ts.map +1 -0
  693. package/dist/utilities/codemirror/languages.js +39 -0
  694. package/dist/utilities/codemirror/languages.js.map +1 -0
  695. package/dist/utilities/codemirror/theme.d.ts +4 -0
  696. package/dist/utilities/codemirror/theme.d.ts.map +1 -0
  697. package/dist/utilities/codemirror/theme.js +84 -0
  698. package/dist/utilities/codemirror/theme.js.map +1 -0
  699. package/dist/utilities/dismiss-from-title-bar.d.ts +19 -0
  700. package/dist/utilities/dismiss-from-title-bar.d.ts.map +1 -0
  701. package/dist/utilities/dismiss-from-title-bar.js +21 -0
  702. package/dist/utilities/dismiss-from-title-bar.js.map +1 -0
  703. package/dist/utilities/reflect-non-default.d.ts +30 -0
  704. package/dist/utilities/reflect-non-default.d.ts.map +1 -0
  705. package/dist/utilities/reflect-non-default.js +34 -0
  706. package/dist/utilities/reflect-non-default.js.map +1 -0
  707. package/package.json +96 -68
  708. package/dist/assets/styles/slotted-reset.d.ts.map +0 -1
  709. package/dist/assets/styles/slotted-reset.fixtures.d.ts.map +0 -1
  710. package/dist/assets/styles/slotted-reset.fixtures.js.map +0 -1
  711. package/dist/assets/styles/slotted-reset.js.map +0 -1
  712. package/dist/components/index-BVaijKe_.js +0 -35785
  713. package/dist/components/inputs/token/token.d.ts +0 -42
  714. package/dist/components/inputs/token/token.d.ts.map +0 -1
  715. package/dist/components/inputs/token/token.js +0 -86
  716. package/dist/components/inputs/token/token.js.map +0 -1
  717. package/dist/components/inputs/token/token.styles.d.ts.map +0 -1
  718. package/dist/components/inputs/token/token.styles.js +0 -139
  719. package/dist/components/inputs/token/token.styles.js.map +0 -1
  720. package/dist/components/inputs/token/token.template.d.ts +0 -4
  721. package/dist/components/inputs/token/token.template.d.ts.map +0 -1
  722. package/dist/components/inputs/token/token.template.js +0 -41
  723. package/dist/components/inputs/token/token.template.js.map +0 -1
  724. package/dist/components/prism-bash-vbqaw3JR.js +0 -226
  725. package/dist/components/prism-css-B93tXdOU.js +0 -59
  726. package/dist/components/prism-gherkin-CMPYyXOQ.js +0 -82
  727. package/dist/components/prism-javascript-DeC_17Pw.js +0 -140
  728. package/dist/components/prism-json-DIMpow89.js +0 -25
  729. package/dist/components/prism-markdown-D-uFBkiz.js +0 -339
  730. package/dist/components/prism-markup-DfJYPYHA.js +0 -177
  731. package/dist/components/prism-python-Tr_Ff1KJ.js +0 -99
  732. package/dist/components/prism-rust-CxUpjfK5.js +0 -157
  733. package/dist/components/prism-sql-BGqCBMyJ.js +0 -33
  734. package/dist/components/prism-toml-Ubdq-a5x.js +0 -45
  735. package/dist/components/prism-typescript-zaF4YQWN.js +0 -87
  736. package/dist/components/prism-yaml-DO0f9pf6.js +0 -71
  737. /package/dist/components/{inputs → content}/token/token.styles.d.ts +0 -0
@@ -1 +1 @@
1
- {"version":3,"file":"checkbox-field.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/checkbox-field/checkbox-field.styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,mBAAmB,yBA+C/B,CAAC"}
1
+ {"version":3,"file":"checkbox-field.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/checkbox-field/checkbox-field.styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,mBAAmB,yBAkD/B,CAAC"}
@@ -1,6 +1,9 @@
1
1
  import { css } from 'lit';
2
- import { inheritedTextReset } from '../../../assets/styles/slotted-reset.js';
2
+ import { inheritedTextReset } from '../../../assets/styles/style-resets.js';
3
3
  export const checkboxFieldStyles = css `
4
+ :host {
5
+ box-sizing: border-box;
6
+ }
4
7
 
5
8
 
6
9
  /* # Host */
@@ -1 +1 @@
1
- {"version":3,"file":"checkbox-field.styles.js","sourceRoot":"","sources":["../../../../src/components/inputs/checkbox-field/checkbox-field.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAC1B,OAAO,EAAE,kBAAkB,EAAE,MAAM,yCAAyC,CAAC;AAE7E,MAAM,CAAC,MAAM,mBAAmB,GAAG,GAAG,CAAA;;;;;;IAMlC,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyCrB,CAAC"}
1
+ {"version":3,"file":"checkbox-field.styles.js","sourceRoot":"","sources":["../../../../src/components/inputs/checkbox-field/checkbox-field.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAC1B,OAAO,EAAE,kBAAkB,EAAE,MAAM,wCAAwC,CAAC;AAE5E,MAAM,CAAC,MAAM,mBAAmB,GAAG,GAAG,CAAA;;;;;;;;;IASlC,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyCrB,CAAC"}
@@ -1,39 +1,49 @@
1
1
  /**
2
2
  * Nederlandse Digitale Dienst Code Editor Component (Lit + TypeScript)
3
3
  *
4
- * A monospace text editor for code, YAML, JSON, and other technical
5
- * content. Visually pairs with `nldd-code` (same tinted background,
6
- * same monospace font, same rounded corners) so a read-only view and
7
- * the editable counterpart look like the same surface.
4
+ * A monospace editor for code, YAML, JSON and other technical content, built
5
+ * on CodeMirror 6 (via NLDDCodeMirrorElement). Visually pairs with
6
+ * nldd-code-viewer for a matching read-only surface.
8
7
  *
9
- * Built on a native `<textarea>` no syntax highlighting, no line
10
- * numbers. Reach for a real editor library (CodeMirror, Monaco) when
11
- * those features are required.
8
+ * Default `variant="simple"` is a bare, flush editor (no frame, no focus ring)
9
+ * for use inside an nldd-form-field or a consumer composition that owns its own
10
+ * chrome and focus treatment; the caret is rendered as a prominent accent as
11
+ * the focus cue. `variant="input-field"` adds the framed surface (border ring, tinted
12
+ * fill, inner padding, radius) and a focus ring for standalone use.
12
13
  *
13
- * Spellcheck and autocorrect are disabled by default since they don't
14
- * help on code; long lines scroll horizontally unless `wrap` is set.
14
+ * The simple variant has no surrounding space of its own: let a layout
15
+ * container own the spacing and forward clicks with `focusFromPoint()` so
16
+ * clicking the padding still starts editing.
17
+ *
18
+ * Optional `language` enables lazy syntax highlighting; `line-numbers` adds a
19
+ * gutter (click a number to move the caret to that line).
15
20
  *
16
21
  * @element nldd-code-editor
17
22
  *
18
- * @attr {string} value - The textarea value
19
- * @attr {string} placeholder - Placeholder text
20
- * @attr {string} input-id - Sets the id on the native textarea. Set automatically by nldd-form-field.
21
- * @attr {boolean} disabled - Disabled state
22
- * @attr {string} name - Textarea name for form submission
23
- * @attr {boolean} readonly - Readonly state
24
- * @attr {boolean} required - Required state
25
- * @attr {boolean} wrap - Wrap long lines instead of horizontal scroll
26
- * @attr {number} rows - Initial visible rows (minimum height). Default: 6.
27
- * @attr {string} resize - 'none' | 'vertical' (default) | 'auto'.
28
- * 'auto' grows with content (native field-sizing).
29
- * @attr {string} accessible-label - Accessible label forwarded to the inner textarea. Set automatically by nldd-form-field.
23
+ * @attr {string} value - Editor content
24
+ * @attr {string} placeholder - Placeholder text shown while empty
25
+ * @attr {string} input-id - Sets the id on the editable element. Set automatically by nldd-form-field.
26
+ * @attr {boolean} disabled - Disabled state
27
+ * @attr {string} name - Field name for form submission
28
+ * @attr {boolean} readonly - Readonly state (focusable and selectable, not editable)
29
+ * @attr {boolean} required - Required state
30
+ * @attr {boolean} wrap - Wrap long lines instead of horizontal scroll
31
+ * @attr {number} rows - Minimum visible rows (the floor in every resize mode). Default: 6.
32
+ * @attr {string} resize - 'none' (fixed) | 'vertical' (drag) | 'auto' (grow, default)
33
+ * @attr {string} variant - 'simple' (default, bare) | 'input-field' (framed surface)
34
+ * @attr {string} language - Highlight grammar (yaml, json, javascript, typescript, css, html, xml, bash, markdown, rust, gherkin, toml, sql, python). Empty disables highlighting.
35
+ * @attr {boolean} line-numbers - Show a line-number gutter
36
+ * @attr {string} accessible-label - Accessible label forwarded to the editor. Set automatically by nldd-form-field.
30
37
  *
31
- * @fires input - When value changes
32
- * @fires change - When value is committed (blur)
38
+ * @fires input - When the content changes (detail: { value })
39
+ * @fires change - When the content is committed on blur (detail: { value })
33
40
  */
34
- import { LitElement, type PropertyValues } from 'lit';
41
+ import { type PropertyValues } from 'lit';
42
+ import { type Extension } from '@codemirror/state';
43
+ import { NLDDCodeMirrorElement } from '../../../utilities/codemirror/codemirror-element.js';
35
44
  export type ResizeMode = 'none' | 'vertical' | 'auto';
36
- export declare class NLDDCodeEditor extends LitElement {
45
+ export type CodeEditorVariant = 'input-field' | 'simple';
46
+ export declare class NLDDCodeEditor extends NLDDCodeMirrorElement {
37
47
  static formAssociated: boolean;
38
48
  static shadowRootOptions: {
39
49
  delegatesFocus: boolean;
@@ -46,6 +56,8 @@ export declare class NLDDCodeEditor extends LitElement {
46
56
  static styles: import("lit").CSSResult;
47
57
  private _internals;
48
58
  private _initialValue;
59
+ private _valueAtFocus;
60
+ private _accessibleLabelWarned;
49
61
  value: string;
50
62
  inputId: string;
51
63
  placeholder: string;
@@ -56,17 +68,34 @@ export declare class NLDDCodeEditor extends LitElement {
56
68
  wrap: boolean;
57
69
  rows: number;
58
70
  resize: ResizeMode;
71
+ variant: CodeEditorVariant;
72
+ language: string;
73
+ lineNumbers: boolean;
59
74
  accessibleLabel: string;
60
- private _textarea;
61
- private _accessibleLabelWarned;
75
+ private _container;
76
+ private _editableCompartment;
77
+ private _wrapCompartment;
78
+ private _lineNumbersCompartment;
79
+ private _placeholderCompartment;
80
+ private _attrsCompartment;
81
+ private _languageCompartment;
82
+ protected getEditorParent(): HTMLElement | null | undefined;
83
+ protected buildExtensions(): Extension[];
84
+ private _editableExtension;
85
+ private _placeholderExtension;
86
+ private _lineNumbersExtension;
87
+ private _attrsExtension;
62
88
  firstUpdated(): void;
89
+ protected onEditorMounted(): void;
63
90
  updated(changed: PropertyValues): void;
91
+ private _applyLanguage;
92
+ private _onDocChanged;
93
+ private _emitChange;
94
+ private _onScrollerPointerDown;
64
95
  private _checkAccessibleLabel;
65
96
  formResetCallback(): void;
66
97
  formDisabledCallback(disabled: boolean): void;
67
98
  formStateRestoreCallback(state: File | string | FormData | null): void;
68
- _handleInput(e: Event): void;
69
- _handleChange(e: Event): void;
70
99
  render(): import("lit-html").TemplateResult;
71
100
  }
72
101
  declare global {
@@ -1 +1 @@
1
- {"version":3,"file":"code-editor.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/code-editor/code-editor.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgCG;AACH,OAAO,EAAE,UAAU,EAAE,KAAK,cAAc,EAAE,MAAM,KAAK,CAAC;AAKtD,MAAM,MAAM,UAAU,GAAG,MAAM,GAAG,UAAU,GAAG,MAAM,CAAC;AAEtD,qBACa,cAAe,SAAQ,UAAU;IAC7C,MAAM,CAAC,cAAc,UAAQ;IAE7B,OAAgB,iBAAiB;;;;;;;MAG/B;IAEF,OAAgB,MAAM,0BAAoB;IAE1C,OAAO,CAAC,UAAU,CAA0B;IAE5C,OAAO,CAAC,aAAa,CAAM;IAG3B,KAAK,SAAM;IAGX,OAAO,SAAM;IAGb,WAAW,SAAM;IAGjB,QAAQ,UAAS;IAGjB,IAAI,SAAM;IAGV,QAAQ,UAAS;IAGjB,QAAQ,UAAS;IAGjB,IAAI,UAAS;IAGb,IAAI,SAAK;IAGT,MAAM,EAAE,UAAU,CAAc;IAGhC,eAAe,SAAM;IAGrB,OAAO,CAAC,SAAS,CAAuB;IAExC,OAAO,CAAC,sBAAsB,CAAS;IAE9B,YAAY,IAAI,IAAI;IAIpB,OAAO,CAAC,OAAO,EAAE,cAAc,GAAG,IAAI;IAW/C,OAAO,CAAC,qBAAqB;IAO7B,iBAAiB,IAAI,IAAI;IAIzB,oBAAoB,CAAC,QAAQ,EAAE,OAAO,GAAG,IAAI;IAI7C,wBAAwB,CAAC,KAAK,EAAE,IAAI,GAAG,MAAM,GAAG,QAAQ,GAAG,IAAI,GAAG,IAAI;IAI/D,YAAY,CAAC,CAAC,EAAE,KAAK,GAAG,IAAI;IAW5B,aAAa,CAAC,CAAC,EAAE,KAAK,GAAG,IAAI;IAW3B,MAAM;CAGf;AAED,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,qBAAqB;QAC9B,kBAAkB,EAAE,cAAc,CAAC;KACnC;CACD"}
1
+ {"version":3,"file":"code-editor.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/code-editor/code-editor.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuCG;AACH,OAAO,EAAc,KAAK,cAAc,EAAE,MAAM,KAAK,CAAC;AAUtD,OAAO,EAA4B,KAAK,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAE7E,OAAO,EAAE,qBAAqB,EAAE,MAAM,qDAAqD,CAAC;AAM5F,MAAM,MAAM,UAAU,GAAG,MAAM,GAAG,UAAU,GAAG,MAAM,CAAC;AACtD,MAAM,MAAM,iBAAiB,GAAG,aAAa,GAAG,QAAQ,CAAC;AAEzD,qBACa,cAAe,SAAQ,qBAAqB;IACxD,MAAM,CAAC,cAAc,UAAQ;IAE7B,OAAgB,iBAAiB;;;;;;;MAG/B;IAEF,OAAgB,MAAM,0BAAoB;IAE1C,OAAO,CAAC,UAAU,CAA0B;IAC5C,OAAO,CAAC,aAAa,CAAM;IAC3B,OAAO,CAAC,aAAa,CAAM;IAC3B,OAAO,CAAC,sBAAsB,CAAS;IAGvC,KAAK,SAAM;IAGX,OAAO,SAAM;IAGb,WAAW,SAAM;IAGjB,QAAQ,UAAS;IAGjB,IAAI,SAAM;IAGV,QAAQ,UAAS;IAGjB,QAAQ,UAAS;IAGjB,IAAI,UAAS;IAGb,IAAI,SAAK;IAGT,MAAM,EAAE,UAAU,CAAU;IAG5B,OAAO,EAAE,iBAAiB,CAAY;IAGtC,QAAQ,SAAM;IAGd,WAAW,UAAS;IAGpB,eAAe,SAAM;IAGrB,OAAO,CAAC,UAAU,CAAe;IAGjC,OAAO,CAAC,oBAAoB,CAAqB;IACjD,OAAO,CAAC,gBAAgB,CAAqB;IAC7C,OAAO,CAAC,uBAAuB,CAAqB;IACpD,OAAO,CAAC,uBAAuB,CAAqB;IACpD,OAAO,CAAC,iBAAiB,CAAqB;IAC9C,OAAO,CAAC,oBAAoB,CAAqB;IAEjD,SAAS,CAAC,eAAe,IAAI,WAAW,GAAG,IAAI,GAAG,SAAS;IAI3D,SAAS,CAAC,eAAe,IAAI,SAAS,EAAE;IA0BxC,OAAO,CAAC,kBAAkB;IAO1B,OAAO,CAAC,qBAAqB;IAI7B,OAAO,CAAC,qBAAqB;IAc7B,OAAO,CAAC,eAAe;IAkBd,YAAY,IAAI,IAAI;cAUV,eAAe,IAAI,IAAI;IAWjC,OAAO,CAAC,OAAO,EAAE,cAAc,GAAG,IAAI;YA0CjC,cAAc;IAoB5B,OAAO,CAAC,aAAa;IAYrB,OAAO,CAAC,WAAW;IAQnB,OAAO,CAAC,sBAAsB,CAM5B;IAMF,OAAO,CAAC,qBAAqB;IAO7B,iBAAiB,IAAI,IAAI;IAIzB,oBAAoB,CAAC,QAAQ,EAAE,OAAO,GAAG,IAAI;IAI7C,wBAAwB,CAAC,KAAK,EAAE,IAAI,GAAG,MAAM,GAAG,QAAQ,GAAG,IAAI,GAAG,IAAI;IAI7D,MAAM;CAGf;AAED,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,qBAAqB;QAC9B,kBAAkB,EAAE,cAAc,CAAC;KACnC;CACD"}
@@ -7,45 +7,61 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
7
7
  /**
8
8
  * Nederlandse Digitale Dienst Code Editor Component (Lit + TypeScript)
9
9
  *
10
- * A monospace text editor for code, YAML, JSON, and other technical
11
- * content. Visually pairs with `nldd-code` (same tinted background,
12
- * same monospace font, same rounded corners) so a read-only view and
13
- * the editable counterpart look like the same surface.
10
+ * A monospace editor for code, YAML, JSON and other technical content, built
11
+ * on CodeMirror 6 (via NLDDCodeMirrorElement). Visually pairs with
12
+ * nldd-code-viewer for a matching read-only surface.
14
13
  *
15
- * Built on a native `<textarea>` no syntax highlighting, no line
16
- * numbers. Reach for a real editor library (CodeMirror, Monaco) when
17
- * those features are required.
14
+ * Default `variant="simple"` is a bare, flush editor (no frame, no focus ring)
15
+ * for use inside an nldd-form-field or a consumer composition that owns its own
16
+ * chrome and focus treatment; the caret is rendered as a prominent accent as
17
+ * the focus cue. `variant="input-field"` adds the framed surface (border ring, tinted
18
+ * fill, inner padding, radius) and a focus ring for standalone use.
18
19
  *
19
- * Spellcheck and autocorrect are disabled by default since they don't
20
- * help on code; long lines scroll horizontally unless `wrap` is set.
20
+ * The simple variant has no surrounding space of its own: let a layout
21
+ * container own the spacing and forward clicks with `focusFromPoint()` so
22
+ * clicking the padding still starts editing.
23
+ *
24
+ * Optional `language` enables lazy syntax highlighting; `line-numbers` adds a
25
+ * gutter (click a number to move the caret to that line).
21
26
  *
22
27
  * @element nldd-code-editor
23
28
  *
24
- * @attr {string} value - The textarea value
25
- * @attr {string} placeholder - Placeholder text
26
- * @attr {string} input-id - Sets the id on the native textarea. Set automatically by nldd-form-field.
27
- * @attr {boolean} disabled - Disabled state
28
- * @attr {string} name - Textarea name for form submission
29
- * @attr {boolean} readonly - Readonly state
30
- * @attr {boolean} required - Required state
31
- * @attr {boolean} wrap - Wrap long lines instead of horizontal scroll
32
- * @attr {number} rows - Initial visible rows (minimum height). Default: 6.
33
- * @attr {string} resize - 'none' | 'vertical' (default) | 'auto'.
34
- * 'auto' grows with content (native field-sizing).
35
- * @attr {string} accessible-label - Accessible label forwarded to the inner textarea. Set automatically by nldd-form-field.
29
+ * @attr {string} value - Editor content
30
+ * @attr {string} placeholder - Placeholder text shown while empty
31
+ * @attr {string} input-id - Sets the id on the editable element. Set automatically by nldd-form-field.
32
+ * @attr {boolean} disabled - Disabled state
33
+ * @attr {string} name - Field name for form submission
34
+ * @attr {boolean} readonly - Readonly state (focusable and selectable, not editable)
35
+ * @attr {boolean} required - Required state
36
+ * @attr {boolean} wrap - Wrap long lines instead of horizontal scroll
37
+ * @attr {number} rows - Minimum visible rows (the floor in every resize mode). Default: 6.
38
+ * @attr {string} resize - 'none' (fixed) | 'vertical' (drag) | 'auto' (grow, default)
39
+ * @attr {string} variant - 'simple' (default, bare) | 'input-field' (framed surface)
40
+ * @attr {string} language - Highlight grammar (yaml, json, javascript, typescript, css, html, xml, bash, markdown, rust, gherkin, toml, sql, python). Empty disables highlighting.
41
+ * @attr {boolean} line-numbers - Show a line-number gutter
42
+ * @attr {string} accessible-label - Accessible label forwarded to the editor. Set automatically by nldd-form-field.
36
43
  *
37
- * @fires input - When value changes
38
- * @fires change - When value is committed (blur)
44
+ * @fires input - When the content changes (detail: { value })
45
+ * @fires change - When the content is committed on blur (detail: { value })
39
46
  */
40
47
  import { LitElement } from 'lit';
41
48
  import { customElement, property, query } from 'lit/decorators.js';
49
+ import { reflectNonDefault } from '../../../utilities/reflect-non-default.js';
50
+ import { EditorView, keymap, drawSelection, lineNumbers as cmLineNumbers, placeholder as cmPlaceholder, } from '@codemirror/view';
51
+ import { Compartment, EditorState } from '@codemirror/state';
52
+ import { defaultKeymap, history, historyKeymap } from '@codemirror/commands';
53
+ import { NLDDCodeMirrorElement } from '../../../utilities/codemirror/codemirror-element.js';
54
+ import { nlddCodeMirrorTheme } from '../../../utilities/codemirror/theme.js';
55
+ import { loadLanguage } from '../../../utilities/codemirror/languages.js';
42
56
  import { codeEditorStyles } from './code-editor.styles.js';
43
57
  import { codeEditorTemplate } from './code-editor.template.js';
44
- let NLDDCodeEditor = class NLDDCodeEditor extends LitElement {
58
+ let NLDDCodeEditor = class NLDDCodeEditor extends NLDDCodeMirrorElement {
45
59
  constructor() {
46
60
  super(...arguments);
47
61
  this._internals = this.attachInternals();
48
62
  this._initialValue = '';
63
+ this._valueAtFocus = '';
64
+ this._accessibleLabelWarned = false;
49
65
  this.value = '';
50
66
  this.inputId = '';
51
67
  this.placeholder = '';
@@ -55,19 +71,203 @@ let NLDDCodeEditor = class NLDDCodeEditor extends LitElement {
55
71
  this.required = false;
56
72
  this.wrap = false;
57
73
  this.rows = 6;
58
- this.resize = 'vertical';
74
+ this.resize = 'auto';
75
+ this.variant = 'simple';
76
+ this.language = '';
77
+ this.lineNumbers = false;
59
78
  this.accessibleLabel = '';
60
- this._accessibleLabelWarned = false;
79
+ // Compartments let us reconfigure single concerns without rebuilding state.
80
+ this._editableCompartment = new Compartment();
81
+ this._wrapCompartment = new Compartment();
82
+ this._lineNumbersCompartment = new Compartment();
83
+ this._placeholderCompartment = new Compartment();
84
+ this._attrsCompartment = new Compartment();
85
+ this._languageCompartment = new Compartment();
86
+ this._onScrollerPointerDown = (event) => {
87
+ // Only the scroller's own padding — not the content/gutter inside it.
88
+ // pointerdown covers mouse, touch and pen in one event.
89
+ if (event.target !== this.view?.scrollDOM)
90
+ return;
91
+ this.focusFromPoint(event.clientX, event.clientY);
92
+ event.preventDefault();
93
+ };
94
+ }
95
+ getEditorParent() {
96
+ return this._container;
97
+ }
98
+ buildExtensions() {
99
+ return [
100
+ nlddCodeMirrorTheme,
101
+ history(),
102
+ drawSelection(),
103
+ keymap.of([...defaultKeymap, ...historyKeymap]),
104
+ this._placeholderCompartment.of(this._placeholderExtension()),
105
+ this._wrapCompartment.of(this.wrap ? EditorView.lineWrapping : []),
106
+ this._lineNumbersCompartment.of(this._lineNumbersExtension()),
107
+ this._editableCompartment.of(this._editableExtension()),
108
+ this._attrsCompartment.of(this._attrsExtension()),
109
+ this._languageCompartment.of([]),
110
+ EditorView.updateListener.of((u) => {
111
+ if (u.docChanged)
112
+ this._onDocChanged();
113
+ }),
114
+ EditorView.domEventHandlers({
115
+ focus: () => {
116
+ this._valueAtFocus = this.value;
117
+ },
118
+ blur: () => {
119
+ if (this.value !== this._valueAtFocus)
120
+ this._emitChange();
121
+ },
122
+ }),
123
+ ];
124
+ }
125
+ _editableExtension() {
126
+ // Readonly stays focusable/selectable (read + copy); disabled is inert.
127
+ const editable = !this.disabled;
128
+ const readOnly = this.disabled || this.readonly;
129
+ return [EditorView.editable.of(editable), EditorState.readOnly.of(readOnly)];
130
+ }
131
+ _placeholderExtension() {
132
+ return this.placeholder ? cmPlaceholder(this.placeholder) : [];
133
+ }
134
+ _lineNumbersExtension() {
135
+ if (!this.lineNumbers)
136
+ return [];
137
+ // Clicking a line number moves the caret to the start of that line.
138
+ return cmLineNumbers({
139
+ domEventHandlers: {
140
+ mousedown: (view, line) => {
141
+ view.dispatch({ selection: { anchor: line.from } });
142
+ view.focus();
143
+ return true;
144
+ },
145
+ },
146
+ });
147
+ }
148
+ _attrsExtension() {
149
+ // CodeMirror's content is a bare contenteditable; give it the textbox
150
+ // semantics a native <textarea> had — role, multiline, and the readonly/
151
+ // required state — so screen readers announce it correctly (WCAG 4.1.2).
152
+ const attrs = {
153
+ 'role': 'textbox',
154
+ 'aria-multiline': 'true',
155
+ };
156
+ if (this.accessibleLabel)
157
+ attrs['aria-label'] = this.accessibleLabel;
158
+ if (this.inputId)
159
+ attrs['id'] = this.inputId;
160
+ // disabled makes the field inert (contenteditable=false); readonly keeps it
161
+ // focusable but non-editable. Either way it's not editable, so reflect
162
+ // aria-readonly. aria-required mirrors the required constraint.
163
+ if (this.readonly || this.disabled)
164
+ attrs['aria-readonly'] = 'true';
165
+ if (this.required)
166
+ attrs['aria-required'] = 'true';
167
+ return EditorView.contentAttributes.of(attrs);
61
168
  }
62
169
  firstUpdated() {
63
170
  this._initialValue = this.value;
171
+ this.style.setProperty('--_rows', String(this.rows));
172
+ this.mountEditor(this.value);
173
+ this.onEditorMounted();
174
+ }
175
+ /* Runs on the initial mount and on every re-mount after a detach/reattach
176
+ * (e.g. Vue <KeepAlive>): the view — and its scrollDOM — is rebuilt, so the
177
+ * padding-click forwarder and language must be (re)applied here. */
178
+ onEditorMounted() {
179
+ // A press on the scroller's own padding (outside .cm-content) doesn't
180
+ // place a caret; forward it to the nearest line so the padding is
181
+ // clickable too. CM attaches its own handlers to the content, not the
182
+ // scroller, so this is a plain listener on the scroller element.
183
+ this.view?.scrollDOM.addEventListener('pointerdown', this._onScrollerPointerDown);
184
+ this._internals.setFormValue(this.doc);
185
+ if (this.language)
186
+ void this._applyLanguage();
187
+ this._checkAccessibleLabel();
64
188
  }
65
189
  updated(changed) {
66
- if (changed.has('value')) {
67
- this._internals.setFormValue(this.value);
190
+ if (changed.has('rows')) {
191
+ this.style.setProperty('--_rows', String(this.rows));
192
+ }
193
+ if (this.view) {
194
+ if (changed.has('value')) {
195
+ const docWas = this.doc;
196
+ this.setDoc(this.value);
197
+ this._internals.setFormValue(this.value);
198
+ // A programmatic value change while focused must not look like a user edit
199
+ // on the next blur: if setDoc actually moved the doc (i.e. this wasn't the
200
+ // echo of the user's own typing, where the doc already equals value),
201
+ // advance the focus-time baseline too.
202
+ if (docWas !== this.value)
203
+ this._valueAtFocus = this.value;
204
+ }
205
+ if (changed.has('disabled') || changed.has('readonly')) {
206
+ this.reconfigure(this._editableCompartment, this._editableExtension());
207
+ }
208
+ // readonly/required/disabled also drive the content's aria-readonly/
209
+ // aria-required, so refresh the attrs compartment when they change.
210
+ if (changed.has('disabled') || changed.has('readonly') || changed.has('required')) {
211
+ this.reconfigure(this._attrsCompartment, this._attrsExtension());
212
+ }
213
+ if (changed.has('wrap')) {
214
+ this.reconfigure(this._wrapCompartment, this.wrap ? EditorView.lineWrapping : []);
215
+ }
216
+ if (changed.has('lineNumbers')) {
217
+ this.reconfigure(this._lineNumbersCompartment, this._lineNumbersExtension());
218
+ }
219
+ if (changed.has('placeholder')) {
220
+ this.reconfigure(this._placeholderCompartment, this._placeholderExtension());
221
+ }
222
+ if (changed.has('accessibleLabel') || changed.has('inputId')) {
223
+ this.reconfigure(this._attrsCompartment, this._attrsExtension());
224
+ }
225
+ if (changed.has('language')) {
226
+ void this._applyLanguage();
227
+ }
68
228
  }
69
229
  this._checkAccessibleLabel();
70
230
  }
231
+ async _applyLanguage() {
232
+ const lang = this.language;
233
+ if (!lang) {
234
+ this.reconfigure(this._languageCompartment, []);
235
+ return;
236
+ }
237
+ const pending = loadLanguage(lang);
238
+ if (!pending) {
239
+ this.reconfigure(this._languageCompartment, []);
240
+ return;
241
+ }
242
+ try {
243
+ const support = await pending;
244
+ // The attribute may have changed while the grammar was loading.
245
+ if (this.language === lang)
246
+ this.reconfigure(this._languageCompartment, support);
247
+ }
248
+ catch {
249
+ this.reconfigure(this._languageCompartment, []);
250
+ }
251
+ }
252
+ _onDocChanged() {
253
+ const text = this.doc;
254
+ if (text === this.value)
255
+ return;
256
+ this.value = text;
257
+ this._internals.setFormValue(text);
258
+ this.dispatchEvent(new CustomEvent('input', {
259
+ detail: { value: text },
260
+ bubbles: true,
261
+ composed: true,
262
+ }));
263
+ }
264
+ _emitChange() {
265
+ this.dispatchEvent(new CustomEvent('change', {
266
+ detail: { value: this.value },
267
+ bubbles: true,
268
+ composed: true,
269
+ }));
270
+ }
71
271
  /* Ran from updated(), not firstUpdated(): a parent nldd-form-field sets
72
272
  * input-id slightly after our first render, so checking earlier triggers
73
273
  * a spurious warning for the standard form-field usage. We re-check on
@@ -90,26 +290,6 @@ let NLDDCodeEditor = class NLDDCodeEditor extends LitElement {
90
290
  if (typeof state === 'string')
91
291
  this.value = state;
92
292
  }
93
- _handleInput(e) {
94
- e.stopPropagation();
95
- const textarea = e.target;
96
- this.value = textarea.value;
97
- this.dispatchEvent(new CustomEvent('input', {
98
- detail: { value: this.value },
99
- bubbles: true,
100
- composed: true,
101
- }));
102
- }
103
- _handleChange(e) {
104
- e.stopPropagation();
105
- const textarea = e.target;
106
- this.value = textarea.value;
107
- this.dispatchEvent(new CustomEvent('change', {
108
- detail: { value: this.value },
109
- bubbles: true,
110
- composed: true,
111
- }));
112
- }
113
293
  render() {
114
294
  return codeEditorTemplate(this);
115
295
  }
@@ -127,7 +307,7 @@ __decorate([
127
307
  property({ type: String, attribute: 'input-id' })
128
308
  ], NLDDCodeEditor.prototype, "inputId", void 0);
129
309
  __decorate([
130
- property({ type: String })
310
+ property({ reflect: true, converter: reflectNonDefault('') })
131
311
  ], NLDDCodeEditor.prototype, "placeholder", void 0);
132
312
  __decorate([
133
313
  property({ type: Boolean, reflect: true })
@@ -148,14 +328,23 @@ __decorate([
148
328
  property({ type: Number })
149
329
  ], NLDDCodeEditor.prototype, "rows", void 0);
150
330
  __decorate([
151
- property({ type: String, reflect: true })
331
+ property({ reflect: true, converter: reflectNonDefault('auto') })
152
332
  ], NLDDCodeEditor.prototype, "resize", void 0);
333
+ __decorate([
334
+ property({ reflect: true, converter: reflectNonDefault('simple') })
335
+ ], NLDDCodeEditor.prototype, "variant", void 0);
336
+ __decorate([
337
+ property({ reflect: true, converter: reflectNonDefault('') })
338
+ ], NLDDCodeEditor.prototype, "language", void 0);
339
+ __decorate([
340
+ property({ type: Boolean, reflect: true, attribute: 'line-numbers' })
341
+ ], NLDDCodeEditor.prototype, "lineNumbers", void 0);
153
342
  __decorate([
154
343
  property({ type: String, attribute: 'accessible-label' })
155
344
  ], NLDDCodeEditor.prototype, "accessibleLabel", void 0);
156
345
  __decorate([
157
- query('.code-editor__input')
158
- ], NLDDCodeEditor.prototype, "_textarea", void 0);
346
+ query('.code-editor')
347
+ ], NLDDCodeEditor.prototype, "_container", void 0);
159
348
  NLDDCodeEditor = __decorate([
160
349
  customElement('nldd-code-editor')
161
350
  ], NLDDCodeEditor);
@@ -1 +1 @@
1
- {"version":3,"file":"code-editor.js","sourceRoot":"","sources":["../../../../src/components/inputs/code-editor/code-editor.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"code-editor.js","sourceRoot":"","sources":["../../../../src/components/inputs/code-editor/code-editor.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"code-editor.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/code-editor/code-editor.styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,gBAAgB,yBAiH5B,CAAC"}
1
+ {"version":3,"file":"code-editor.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/code-editor/code-editor.styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,gBAAgB,yBAgI5B,CAAC"}