@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
@@ -0,0 +1,61 @@
1
+ import type { EditorView } from '@codemirror/view';
2
+ export type HeadingLevel = 0 | 1 | 2 | 3 | 4 | 5 | 6;
3
+ export interface TextEditorActiveFormats {
4
+ bold: boolean;
5
+ italic: boolean;
6
+ inlineCode: boolean;
7
+ codeBlock: boolean;
8
+ strikethrough: boolean;
9
+ link: boolean;
10
+ bulletList: boolean;
11
+ orderedList: boolean;
12
+ quote: boolean;
13
+ heading: HeadingLevel;
14
+ }
15
+ export interface TextEditorState {
16
+ active: TextEditorActiveFormats;
17
+ /** Whether the selection is collapsed (a caret, no range). */
18
+ empty: boolean;
19
+ /** Whether the list item at the caret can be nested deeper / outdented. */
20
+ canIndent: boolean;
21
+ canOutdent: boolean;
22
+ /** Whether there is history to undo / redo (drives the history buttons). */
23
+ canUndo: boolean;
24
+ canRedo: boolean;
25
+ }
26
+ export declare const EMPTY_FORMATS: TextEditorActiveFormats;
27
+ /** Wrap (or, if already wrapped, unwrap) each selection range with `marker`. */
28
+ export declare function toggleInlineWrap(view: EditorView, marker: string, nodeName: string): void;
29
+ /** Set the selected lines to heading `level`, or toggle them back to body. */
30
+ export declare function toggleHeading(view: EditorView, level: HeadingLevel): void;
31
+ /** Set the selected lines to heading `level` (0 = paragraph), without toggling.
32
+ * Suited to a picker where choosing a level always applies it. */
33
+ export declare function setHeading(view: EditorView, level: HeadingLevel): void;
34
+ export declare function toggleBulletList(view: EditorView): void;
35
+ /** Set the selected lines to a list of `type`, replacing any existing list
36
+ * marker; `'none'` strips it. Ordered items are numbered within the selection.
37
+ * Unlike the toggles, this cleanly switches between list types (for a picker). */
38
+ export declare function setList(view: EditorView, type: 'none' | 'bullet' | 'ordered'): void;
39
+ /** Nest the selected list item(s) under the nearest preceding item at the same
40
+ * level, indenting only as far as that parent's content column. That keeps the
41
+ * item a valid nested list — 4+ spaces with no parent would parse as an indented
42
+ * code block — so a first or standalone item (no parent) is left untouched. */
43
+ export declare function indentListItems(view: EditorView): void;
44
+ /** Whether the list item at the caret can be nested deeper (it has a preceding
45
+ * item at the same level to nest under). Drives the indent button's disabled state. */
46
+ export declare function canIndentListItem(view: EditorView): boolean;
47
+ /** Whether the list item at the caret is nested (indented) and so can be outdented. */
48
+ export declare function canOutdentListItem(view: EditorView): boolean;
49
+ /** Backspace at a list item's content start (right after the marker) removes the
50
+ * marker and its trailing space — the item's own indent is kept — so a top-level
51
+ * item cleanly returns to column 0 for every number, not just the first. CodeMirror's
52
+ * default deleteMarkupBackward instead aligns the content under the previous item,
53
+ * leaving stray whitespace on items 2, 3, … Returns false (so other handlers run)
54
+ * unless the caret sits exactly at a list marker's end outside a code block. */
55
+ export declare function clearListMarkerBackward(view: EditorView): boolean;
56
+ export declare function toggleQuote(view: EditorView): void;
57
+ export declare function toggleLink(view: EditorView, href?: string): void;
58
+ /** Wrap the selected lines in a ``` fenced code block, or unwrap if already in one. */
59
+ export declare function toggleCodeBlock(view: EditorView): void;
60
+ export declare function readActiveFormats(view: EditorView): TextEditorActiveFormats;
61
+ //# sourceMappingURL=text-editor.commands.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"text-editor.commands.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/text-editor/text-editor.commands.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AASnD,MAAM,MAAM,YAAY,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;AAErD,MAAM,WAAW,uBAAuB;IACvC,IAAI,EAAE,OAAO,CAAC;IACd,MAAM,EAAE,OAAO,CAAC;IAChB,UAAU,EAAE,OAAO,CAAC;IACpB,SAAS,EAAE,OAAO,CAAC;IACnB,aAAa,EAAE,OAAO,CAAC;IACvB,IAAI,EAAE,OAAO,CAAC;IACd,UAAU,EAAE,OAAO,CAAC;IACpB,WAAW,EAAE,OAAO,CAAC;IACrB,KAAK,EAAE,OAAO,CAAC;IACf,OAAO,EAAE,YAAY,CAAC;CACtB;AAED,MAAM,WAAW,eAAe;IAC/B,MAAM,EAAE,uBAAuB,CAAC;IAChC,8DAA8D;IAC9D,KAAK,EAAE,OAAO,CAAC;IACf,2EAA2E;IAC3E,SAAS,EAAE,OAAO,CAAC;IACnB,UAAU,EAAE,OAAO,CAAC;IACpB,4EAA4E;IAC5E,OAAO,EAAE,OAAO,CAAC;IACjB,OAAO,EAAE,OAAO,CAAC;CACjB;AAED,eAAO,MAAM,aAAa,EAAE,uBAW3B,CAAC;AAmBF,gFAAgF;AAChF,wBAAgB,gBAAgB,CAAC,IAAI,EAAE,UAAU,EAAE,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,GAAG,IAAI,CA8BzF;AA8CD,8EAA8E;AAC9E,wBAAgB,aAAa,CAAC,IAAI,EAAE,UAAU,EAAE,KAAK,EAAE,YAAY,GAAG,IAAI,CAQzE;AAED;mEACmE;AACnE,wBAAgB,UAAU,CAAC,IAAI,EAAE,UAAU,EAAE,KAAK,EAAE,YAAY,GAAG,IAAI,CAKtE;AAED,wBAAgB,gBAAgB,CAAC,IAAI,EAAE,UAAU,GAAG,IAAI,CAYvD;AAID;;mFAEmF;AACnF,wBAAgB,OAAO,CAAC,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE,MAAM,GAAG,QAAQ,GAAG,SAAS,GAAG,IAAI,CA0BnF;AAED;;;gFAGgF;AAChF,wBAAgB,eAAe,CAAC,IAAI,EAAE,UAAU,GAAG,IAAI,CA4BtD;AAED;wFACwF;AACxF,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,UAAU,GAAG,OAAO,CAc3D;AAED,uFAAuF;AACvF,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,UAAU,GAAG,OAAO,CAG5D;AAED;;;;;iFAKiF;AACjF,wBAAgB,uBAAuB,CAAC,IAAI,EAAE,UAAU,GAAG,OAAO,CAqBjE;AAED,wBAAgB,WAAW,CAAC,IAAI,EAAE,UAAU,GAAG,IAAI,CAQlD;AAeD,wBAAgB,UAAU,CAAC,IAAI,EAAE,UAAU,EAAE,IAAI,SAAK,GAAG,IAAI,CAuB5D;AAED,uFAAuF;AACvF,wBAAgB,eAAe,CAAC,IAAI,EAAE,UAAU,GAAG,IAAI,CAetD;AAED,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,UAAU,GAAG,uBAAuB,CA8B3E"}
@@ -0,0 +1,376 @@
1
+ import { EditorSelection } from '@codemirror/state';
2
+ import { syntaxTree } from '@codemirror/language';
3
+ export const EMPTY_FORMATS = {
4
+ bold: false,
5
+ italic: false,
6
+ inlineCode: false,
7
+ codeBlock: false,
8
+ strikethrough: false,
9
+ link: false,
10
+ bulletList: false,
11
+ orderedList: false,
12
+ quote: false,
13
+ heading: 0,
14
+ };
15
+ function enclosing(view, pos, nodeName, side = 1) {
16
+ for (let n = syntaxTree(view.state).resolveInner(pos, side); n; n = n.parent) {
17
+ if (n.name === nodeName)
18
+ return n;
19
+ }
20
+ return null;
21
+ }
22
+ /** An inline format is "active" for the caret only when the node encloses it on
23
+ * *both* sides. At the outer edge (just before the opening marker or just after
24
+ * the closing one) only one side is inside, and text typed there lands outside
25
+ * the format — so the toolbar must not light up. This mirrors what typing does. */
26
+ function enclosingInline(view, pos, nodeName) {
27
+ const left = enclosing(view, pos, nodeName, -1);
28
+ const right = enclosing(view, pos, nodeName, 1);
29
+ return left && right && left.from === right.from && left.to === right.to ? right : null;
30
+ }
31
+ /** Wrap (or, if already wrapped, unwrap) each selection range with `marker`. */
32
+ export function toggleInlineWrap(view, marker, nodeName) {
33
+ // CodeMirror's `readOnly` facet only gates its own built-in commands, not a raw
34
+ // `view.dispatch`, so every editing helper here must refuse a read-only view
35
+ // itself — otherwise the command API and the Mod-b/i/e/k keymap would mutate a
36
+ // read-only (or disabled) editor.
37
+ if (view.state.readOnly)
38
+ return;
39
+ const len = marker.length;
40
+ view.dispatch(view.state.changeByRange((range) => {
41
+ const wrap = enclosing(view, range.from, nodeName);
42
+ if (wrap) {
43
+ return {
44
+ changes: [
45
+ { from: wrap.from, to: wrap.from + len },
46
+ { from: wrap.to - len, to: wrap.to },
47
+ ],
48
+ range: EditorSelection.range(Math.max(wrap.from, range.from - len), Math.max(wrap.from, range.to - len)),
49
+ };
50
+ }
51
+ return {
52
+ changes: [
53
+ { from: range.from, insert: marker },
54
+ { from: range.to, insert: marker },
55
+ ],
56
+ range: EditorSelection.range(range.from + len, range.to + len),
57
+ };
58
+ }));
59
+ view.focus();
60
+ }
61
+ /** Build a change that turns `line.text` into `next` by touching only the span
62
+ * that differs (shared prefix and suffix are left untouched). Replacing the whole
63
+ * line would collapse any annotation anchored inside it — its offsets map to the
64
+ * line boundary. Returns null when nothing changed. */
65
+ function minimalLineChange(line, next) {
66
+ const old = line.text;
67
+ if (next === old)
68
+ return null;
69
+ let p = 0;
70
+ while (p < old.length && p < next.length && old[p] === next[p])
71
+ p++;
72
+ let s = 0;
73
+ while (s < old.length - p && s < next.length - p && old[old.length - 1 - s] === next[next.length - 1 - s])
74
+ s++;
75
+ return { from: line.from + p, to: line.from + old.length - s, insert: next.slice(p, next.length - s) };
76
+ }
77
+ function mapSelectedLines(view, transform) {
78
+ if (view.state.readOnly)
79
+ return; // guards toggleHeading/setHeading/toggleBulletList/toggleQuote
80
+ const { state } = view;
81
+ const { from, to } = state.selection.main;
82
+ const first = state.doc.lineAt(from).number;
83
+ const last = state.doc.lineAt(to).number;
84
+ const changes = [];
85
+ for (let i = first; i <= last; i++) {
86
+ const line = state.doc.line(i);
87
+ const change = minimalLineChange(line, transform(line.text));
88
+ if (change)
89
+ changes.push(change);
90
+ }
91
+ if (changes.length)
92
+ view.dispatch({ changes });
93
+ view.focus();
94
+ }
95
+ function everySelectedLine(view, predicate) {
96
+ const { state } = view;
97
+ const { from, to } = state.selection.main;
98
+ const first = state.doc.lineAt(from).number;
99
+ const last = state.doc.lineAt(to).number;
100
+ for (let i = first; i <= last; i++) {
101
+ if (!predicate(state.doc.line(i).text))
102
+ return false;
103
+ }
104
+ return true;
105
+ }
106
+ /** Set the selected lines to heading `level`, or toggle them back to body. */
107
+ export function toggleHeading(view, level) {
108
+ mapSelectedLines(view, (text) => {
109
+ const match = text.match(/^(#{1,6})\s+/);
110
+ const current = match ? match[1].length : 0;
111
+ const body = match ? text.slice(match[0].length) : text;
112
+ if (level === 0 || current === level)
113
+ return body;
114
+ return `${'#'.repeat(level)} ${body}`;
115
+ });
116
+ }
117
+ /** Set the selected lines to heading `level` (0 = paragraph), without toggling.
118
+ * Suited to a picker where choosing a level always applies it. */
119
+ export function setHeading(view, level) {
120
+ mapSelectedLines(view, (text) => {
121
+ const body = text.replace(/^#{1,6}\s+/, '');
122
+ return level === 0 ? body : `${'#'.repeat(level)} ${body}`;
123
+ });
124
+ }
125
+ export function toggleBulletList(view) {
126
+ // Accept every markdown bullet char (- * +), matching readActiveFormats and the
127
+ // render guard. If the toggle recognised fewer chars than the state reader, a
128
+ // "+ item" line would report active yet the toggle couldn't strip it (it'd add
129
+ // another "- " instead), so state and toggle would disagree.
130
+ const re = /^(\s*)[-*+]\s+/;
131
+ const allBulleted = everySelectedLine(view, (t) => re.test(t) || t.trim() === '');
132
+ mapSelectedLines(view, (t) => {
133
+ if (t.trim() === '')
134
+ return t;
135
+ if (allBulleted)
136
+ return t.replace(re, '$1');
137
+ return re.test(t) ? t : t.replace(/^(\s*)/, '$1- ');
138
+ });
139
+ }
140
+ const LIST_STRIP_RE = /^(\s*)(?:[-*+]|\d+[.)])\s+/;
141
+ /** Set the selected lines to a list of `type`, replacing any existing list
142
+ * marker; `'none'` strips it. Ordered items are numbered within the selection.
143
+ * Unlike the toggles, this cleanly switches between list types (for a picker). */
144
+ export function setList(view, type) {
145
+ if (view.state.readOnly)
146
+ return;
147
+ const { state } = view;
148
+ const { from, to } = state.selection.main;
149
+ const first = state.doc.lineAt(from).number;
150
+ const last = state.doc.lineAt(to).number;
151
+ const changes = [];
152
+ let number = 0;
153
+ for (let i = first; i <= last; i++) {
154
+ const line = state.doc.line(i);
155
+ // 'none' clears the leading indent too — bare text can't carry list
156
+ // indentation (4+ spaces would even parse as a code block); the list types
157
+ // keep it ($1) so nesting survives a switch between bullet and ordered.
158
+ const stripped = line.text.replace(LIST_STRIP_RE, type === 'none' ? '' : '$1');
159
+ let next = stripped;
160
+ if (type !== 'none' && stripped.trim() !== '') {
161
+ number += 1;
162
+ const marker = type === 'bullet' ? '- ' : `${number}. `;
163
+ next = stripped.replace(/^(\s*)/, `$1${marker}`);
164
+ }
165
+ // Only rewrite the marker, not the whole line — keeps annotations alive.
166
+ const change = minimalLineChange(line, next);
167
+ if (change)
168
+ changes.push(change);
169
+ }
170
+ if (changes.length)
171
+ view.dispatch({ changes });
172
+ view.focus();
173
+ }
174
+ /** Nest the selected list item(s) under the nearest preceding item at the same
175
+ * level, indenting only as far as that parent's content column. That keeps the
176
+ * item a valid nested list — 4+ spaces with no parent would parse as an indented
177
+ * code block — so a first or standalone item (no parent) is left untouched. */
178
+ export function indentListItems(view) {
179
+ if (view.state.readOnly)
180
+ return;
181
+ const { state } = view;
182
+ const { from, to } = state.selection.main;
183
+ const first = state.doc.lineAt(from).number;
184
+ const last = state.doc.lineAt(to).number;
185
+ const changes = [];
186
+ for (let i = first; i <= last; i++) {
187
+ const line = state.doc.line(i);
188
+ const match = line.text.match(LIST_STRIP_RE);
189
+ if (!match)
190
+ continue;
191
+ const indent = match[1].length;
192
+ // Walk up to the nearest list item at this level or shallower — the item we
193
+ // nest under. A blank line is skipped (loose lists); a non-list line ends it.
194
+ let parentContentColumn = -1;
195
+ for (let j = i - 1; j >= 1; j--) {
196
+ const text = state.doc.line(j).text;
197
+ if (text.trim() === '')
198
+ continue;
199
+ const prev = text.match(LIST_STRIP_RE);
200
+ if (!prev)
201
+ break;
202
+ if (prev[1].length <= indent) {
203
+ parentContentColumn = prev[0].length;
204
+ break;
205
+ }
206
+ }
207
+ if (parentContentColumn > indent) {
208
+ changes.push({ from: line.from, insert: ' '.repeat(parentContentColumn - indent) });
209
+ }
210
+ }
211
+ if (changes.length)
212
+ view.dispatch({ changes });
213
+ view.focus();
214
+ }
215
+ /** Whether the list item at the caret can be nested deeper (it has a preceding
216
+ * item at the same level to nest under). Drives the indent button's disabled state. */
217
+ export function canIndentListItem(view) {
218
+ const { state } = view;
219
+ const line = state.doc.lineAt(state.selection.main.head);
220
+ const match = line.text.match(LIST_STRIP_RE);
221
+ if (!match)
222
+ return false;
223
+ const indent = match[1].length;
224
+ for (let j = line.number - 1; j >= 1; j--) {
225
+ const text = state.doc.line(j).text;
226
+ if (text.trim() === '')
227
+ continue;
228
+ const prev = text.match(LIST_STRIP_RE);
229
+ if (!prev)
230
+ return false;
231
+ if (prev[1].length <= indent)
232
+ return prev[0].length > indent;
233
+ }
234
+ return false;
235
+ }
236
+ /** Whether the list item at the caret is nested (indented) and so can be outdented. */
237
+ export function canOutdentListItem(view) {
238
+ const match = view.state.doc.lineAt(view.state.selection.main.head).text.match(LIST_STRIP_RE);
239
+ return !!match && match[1].length > 0;
240
+ }
241
+ /** Backspace at a list item's content start (right after the marker) removes the
242
+ * marker and its trailing space — the item's own indent is kept — so a top-level
243
+ * item cleanly returns to column 0 for every number, not just the first. CodeMirror's
244
+ * default deleteMarkupBackward instead aligns the content under the previous item,
245
+ * leaving stray whitespace on items 2, 3, … Returns false (so other handlers run)
246
+ * unless the caret sits exactly at a list marker's end outside a code block. */
247
+ export function clearListMarkerBackward(view) {
248
+ // Consume Backspace entirely on a read-only editor. Returning false would hand it
249
+ // to the markdown language's deleteMarkupBackward, which (unlike @codemirror/commands)
250
+ // does NOT check readOnly and would delete the marker anyway. This binding is
251
+ // already Prec.highest to sit in front of it, so swallowing here is the fix.
252
+ if (view.state.readOnly)
253
+ return true;
254
+ const { state } = view;
255
+ const sel = state.selection.main;
256
+ if (!sel.empty)
257
+ return false;
258
+ const line = state.doc.lineAt(sel.head);
259
+ const marker = line.text.match(/^(\s*)(?:\d+[.)]|[-*+])\s/);
260
+ if (!marker || sel.head !== line.from + marker[0].length)
261
+ return false;
262
+ // A leading marker in a code block is literal text, not a list.
263
+ if (enclosing(view, line.from, 'FencedCode') || enclosing(view, line.from, 'CodeBlock'))
264
+ return false;
265
+ const from = line.from + marker[1].length; // keep the item's own indent
266
+ view.dispatch({
267
+ changes: { from, to: line.from + marker[0].length },
268
+ selection: { anchor: from },
269
+ userEvent: 'delete.backward',
270
+ });
271
+ return true;
272
+ }
273
+ export function toggleQuote(view) {
274
+ const re = /^(\s*)>\s?/;
275
+ const allQuoted = everySelectedLine(view, (t) => re.test(t) || t.trim() === '');
276
+ mapSelectedLines(view, (t) => {
277
+ if (t.trim() === '')
278
+ return t;
279
+ if (allQuoted)
280
+ return t.replace(re, '$1');
281
+ return re.test(t) ? t : t.replace(/^(\s*)/, '$1> ');
282
+ });
283
+ }
284
+ /** Wrap the selection as a markdown link. Caret lands where the user types next:
285
+ * inside `[]` if there's no text, inside `()` if there's no href, else after. */
286
+ // The non-mention Link node enclosing `pos`, or null. Mentions own their click,
287
+ // so they don't count as a "link" for the link button.
288
+ function realLinkAt(view, pos) {
289
+ const link = enclosing(view, pos, 'Link');
290
+ if (!link)
291
+ return null;
292
+ for (let child = link.firstChild; child; child = child.nextSibling) {
293
+ if (child.name === 'URL' && view.state.sliceDoc(child.from, child.to).startsWith('user:'))
294
+ return null;
295
+ }
296
+ return link;
297
+ }
298
+ export function toggleLink(view, href = '') {
299
+ if (view.state.readOnly)
300
+ return;
301
+ // In a link already → unwrap it (drop the [ ]( ) markers, keep the text).
302
+ const link = realLinkAt(view, view.state.selection.main.head);
303
+ if (link) {
304
+ const text = view.state.sliceDoc(link.from, link.to).replace(/^\[(.*)\]\([^)]*\)$/, '$1');
305
+ view.dispatch({
306
+ changes: { from: link.from, to: link.to, insert: text },
307
+ selection: EditorSelection.range(link.from, link.from + text.length),
308
+ });
309
+ view.focus();
310
+ return;
311
+ }
312
+ view.dispatch(view.state.changeByRange((range) => {
313
+ const text = view.state.sliceDoc(range.from, range.to);
314
+ const insert = `[${text}](${href})`;
315
+ let caret;
316
+ if (!text)
317
+ caret = range.from + 1;
318
+ else if (!href)
319
+ caret = range.from + 1 + text.length + 2;
320
+ else
321
+ caret = range.from + insert.length;
322
+ return { changes: { from: range.from, to: range.to, insert }, range: EditorSelection.cursor(caret) };
323
+ }));
324
+ view.focus();
325
+ }
326
+ /** Wrap the selected lines in a ``` fenced code block, or unwrap if already in one. */
327
+ export function toggleCodeBlock(view) {
328
+ if (view.state.readOnly)
329
+ return;
330
+ const { state } = view;
331
+ const { from, to } = state.selection.main;
332
+ const first = state.doc.lineAt(from);
333
+ const last = state.doc.lineAt(to);
334
+ const prev = first.number > 1 ? state.doc.line(first.number - 1) : null;
335
+ const next = last.number < state.doc.lines ? state.doc.line(last.number + 1) : null;
336
+ const fenced = !!prev?.text.trim().startsWith('```') && !!next?.text.trim().startsWith('```');
337
+ if (fenced && prev && next) {
338
+ view.dispatch({ changes: [{ from: prev.from, to: first.from }, { from: last.to, to: next.to }] });
339
+ }
340
+ else {
341
+ view.dispatch({ changes: [{ from: first.from, insert: '```\n' }, { from: last.to, insert: '\n```' }] });
342
+ }
343
+ view.focus();
344
+ }
345
+ export function readActiveFormats(view) {
346
+ const { state } = view;
347
+ const pos = state.selection.main.head;
348
+ // Inline marks light up only when the caret is *within* them on both sides,
349
+ // so an edge caret (where typed text lands outside the format) stays inactive.
350
+ const has = (name) => enclosingInline(view, pos, name) !== null;
351
+ const lineText = state.doc.lineAt(pos).text;
352
+ const lineStart = state.doc.lineAt(pos).from;
353
+ const headingMatch = lineText.match(/^(#{1,6})\s/);
354
+ // In a code block a leading marker is literal text, not a list/heading — the
355
+ // regex-based checks below would otherwise report it. (The syntax-tree checks,
356
+ // like bold or quote, already ignore code content.)
357
+ const codeBlock = enclosing(view, lineStart, 'FencedCode') !== null || enclosing(view, lineStart, 'CodeBlock') !== null;
358
+ return {
359
+ bold: has('StrongEmphasis'),
360
+ italic: has('Emphasis'),
361
+ inlineCode: has('InlineCode'),
362
+ codeBlock,
363
+ strikethrough: has('Strikethrough'),
364
+ link: realLinkAt(view, pos) !== null,
365
+ // Lists from the line's own marker. (Resolving the tree at a line-end caret
366
+ // can spill into the next line and flip-flop the toolbar state.)
367
+ bulletList: !codeBlock && /^\s*[-*+]\s/.test(lineText),
368
+ orderedList: !codeBlock && /^\s*\d+[.)]\s/.test(lineText),
369
+ // Quote from the Blockquote node at the line's *start* — that catches lazy
370
+ // continuation lines (part of the quote but with no '>') too, while resolving
371
+ // at line.from (not the caret) keeps it stable at the line end.
372
+ quote: enclosing(view, lineStart, 'Blockquote') !== null,
373
+ heading: (codeBlock || !headingMatch ? 0 : headingMatch[1].length),
374
+ };
375
+ }
376
+ //# sourceMappingURL=text-editor.commands.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"text-editor.commands.js","sourceRoot":"","sources":["../../../../src/components/inputs/text-editor/text-editor.commands.ts"],"names":[],"mappings":"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"}