@nldd/design-system 0.8.69 → 0.8.71

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 (639) hide show
  1. package/README.md +12 -5
  2. package/custom-elements.json +31949 -0
  3. package/dist/assets/styles/style-resets.d.ts +1 -1
  4. package/dist/assets/styles/style-resets.js +1 -1
  5. package/dist/components/actions/button/button.d.ts +12 -5
  6. package/dist/components/actions/button/button.d.ts.map +1 -1
  7. package/dist/components/actions/button/button.i18n.d.ts +1 -1
  8. package/dist/components/actions/button/button.i18n.js +1 -1
  9. package/dist/components/actions/button/button.i18n.js.map +1 -1
  10. package/dist/components/actions/button/button.js +21 -4
  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 +14 -3
  14. package/dist/components/actions/button/button.styles.js.map +1 -1
  15. package/dist/components/actions/button/button.template.js +1 -1
  16. package/dist/components/actions/button/button.template.js.map +1 -1
  17. package/dist/components/actions/button-bar/button-bar.d.ts.map +1 -1
  18. package/dist/components/actions/button-bar/button-bar.js +6 -0
  19. package/dist/components/actions/button-bar/button-bar.js.map +1 -1
  20. package/dist/components/actions/icon-button/icon-button.d.ts +26 -37
  21. package/dist/components/actions/icon-button/icon-button.d.ts.map +1 -1
  22. package/dist/components/actions/icon-button/icon-button.i18n.d.ts +1 -1
  23. package/dist/components/actions/icon-button/icon-button.i18n.js +1 -1
  24. package/dist/components/actions/icon-button/icon-button.i18n.js.map +1 -1
  25. package/dist/components/actions/icon-button/icon-button.js +25 -36
  26. package/dist/components/actions/icon-button/icon-button.js.map +1 -1
  27. package/dist/components/actions/icon-button/icon-button.styles.d.ts.map +1 -1
  28. package/dist/components/actions/icon-button/icon-button.styles.js +2 -1
  29. package/dist/components/actions/icon-button/icon-button.styles.js.map +1 -1
  30. package/dist/components/actions/icon-button/icon-button.template.js +1 -1
  31. package/dist/components/actions/icon-button/icon-button.template.js.map +1 -1
  32. package/dist/components/actions/menu/menu.d.ts +47 -52
  33. package/dist/components/actions/menu/menu.d.ts.map +1 -1
  34. package/dist/components/actions/menu/menu.js +55 -54
  35. package/dist/components/actions/menu/menu.js.map +1 -1
  36. package/dist/components/actions/menu/menu.styles.d.ts.map +1 -1
  37. package/dist/components/actions/menu/menu.styles.js +8 -1
  38. package/dist/components/actions/menu/menu.styles.js.map +1 -1
  39. package/dist/components/actions/menu/menu.template.js +1 -1
  40. package/dist/components/actions/menu/menu.template.js.map +1 -1
  41. package/dist/components/actions/toolbar/toolbar.d.ts +14 -4
  42. package/dist/components/actions/toolbar/toolbar.d.ts.map +1 -1
  43. package/dist/components/actions/toolbar/toolbar.js +34 -11
  44. package/dist/components/actions/toolbar/toolbar.js.map +1 -1
  45. package/dist/components/actions/toolbar/toolbar.styles.js +3 -3
  46. package/dist/components/components.js +88 -82
  47. package/dist/components/content/avatar/avatar.d.ts +44 -12
  48. package/dist/components/content/avatar/avatar.d.ts.map +1 -1
  49. package/dist/components/content/avatar/avatar.i18n.d.ts +5 -0
  50. package/dist/components/content/avatar/avatar.i18n.d.ts.map +1 -0
  51. package/dist/components/content/avatar/avatar.i18n.js +4 -0
  52. package/dist/components/content/avatar/avatar.i18n.js.map +1 -0
  53. package/dist/components/content/avatar/avatar.js +87 -13
  54. package/dist/components/content/avatar/avatar.js.map +1 -1
  55. package/dist/components/content/avatar/avatar.styles.d.ts.map +1 -1
  56. package/dist/components/content/avatar/avatar.styles.js +46 -10
  57. package/dist/components/content/avatar/avatar.styles.js.map +1 -1
  58. package/dist/components/content/avatar/avatar.template.d.ts +2 -1
  59. package/dist/components/content/avatar/avatar.template.d.ts.map +1 -1
  60. package/dist/components/content/avatar/avatar.template.js +53 -23
  61. package/dist/components/content/avatar/avatar.template.js.map +1 -1
  62. package/dist/components/content/byline/byline.d.ts +6 -6
  63. package/dist/components/content/byline/byline.js +6 -6
  64. package/dist/components/content/code-viewer/code-viewer.d.ts.map +1 -1
  65. package/dist/components/content/code-viewer/code-viewer.js +4 -2
  66. package/dist/components/content/code-viewer/code-viewer.js.map +1 -1
  67. package/dist/components/content/code-viewer/code-viewer.styles.d.ts.map +1 -1
  68. package/dist/components/content/code-viewer/code-viewer.styles.js +5 -4
  69. package/dist/components/content/code-viewer/code-viewer.styles.js.map +1 -1
  70. package/dist/components/content/icon/icon-aliases.d.ts.map +1 -1
  71. package/dist/components/content/icon/icon-aliases.js +36 -5
  72. package/dist/components/content/icon/icon-aliases.js.map +1 -1
  73. package/dist/components/content/icon/icon-registry.d.ts.map +1 -1
  74. package/dist/components/content/icon/icon-registry.js +42 -6
  75. package/dist/components/content/icon/icon-registry.js.map +1 -1
  76. package/dist/components/content/icon/icon.d.ts +14 -16
  77. package/dist/components/content/icon/icon.d.ts.map +1 -1
  78. package/dist/components/content/icon/icon.js +13 -15
  79. package/dist/components/content/icon/icon.js.map +1 -1
  80. package/dist/components/content/icon/icon.styles.d.ts.map +1 -1
  81. package/dist/components/content/icon/icon.styles.js +7 -4
  82. package/dist/components/content/icon/icon.styles.js.map +1 -1
  83. package/dist/components/content/image/image.d.ts +11 -9
  84. package/dist/components/content/image/image.d.ts.map +1 -1
  85. package/dist/components/content/image/image.js +11 -9
  86. package/dist/components/content/image/image.js.map +1 -1
  87. package/dist/components/content/image/image.styles.js +2 -2
  88. package/dist/components/content/image/image.template.js +2 -2
  89. package/dist/components/content/image/image.template.js.map +1 -1
  90. package/dist/components/content/image/lqip-encoder-element.d.ts.map +1 -1
  91. package/dist/components/content/image/lqip-encoder-element.js +1 -0
  92. package/dist/components/content/image/lqip-encoder-element.js.map +1 -1
  93. package/dist/components/content/image/lqip-encoder.js +1 -1
  94. package/dist/components/content/keyboard-shortcut/keyboard-shortcut.d.ts +4 -0
  95. package/dist/components/content/keyboard-shortcut/keyboard-shortcut.d.ts.map +1 -1
  96. package/dist/components/content/keyboard-shortcut/keyboard-shortcut.js +4 -0
  97. package/dist/components/content/keyboard-shortcut/keyboard-shortcut.js.map +1 -1
  98. package/dist/components/content/keyboard-shortcut/keyboard-shortcut.styles.js +2 -2
  99. package/dist/components/content/rich-text/rich-text.d.ts +4 -4
  100. package/dist/components/content/rich-text/rich-text.js +4 -4
  101. package/dist/components/content/token/token.d.ts +7 -7
  102. package/dist/components/content/token/token.js +7 -7
  103. package/dist/components/content/token/token.styles.d.ts.map +1 -1
  104. package/dist/components/content/token/token.styles.js +1 -0
  105. package/dist/components/content/token/token.styles.js.map +1 -1
  106. package/dist/components/content/tooltip/tooltip.d.ts +4 -14
  107. package/dist/components/content/tooltip/tooltip.d.ts.map +1 -1
  108. package/dist/components/content/tooltip/tooltip.js +4 -14
  109. package/dist/components/content/tooltip/tooltip.js.map +1 -1
  110. package/dist/components/forms/form/form.d.ts +10 -19
  111. package/dist/components/forms/form/form.d.ts.map +1 -1
  112. package/dist/components/forms/form/form.js +10 -19
  113. package/dist/components/forms/form/form.js.map +1 -1
  114. package/dist/components/forms/form-actions/form-actions.d.ts +2 -6
  115. package/dist/components/forms/form-actions/form-actions.d.ts.map +1 -1
  116. package/dist/components/forms/form-actions/form-actions.js +2 -6
  117. package/dist/components/forms/form-actions/form-actions.js.map +1 -1
  118. package/dist/components/forms/form-field/form-field.d.ts +7 -14
  119. package/dist/components/forms/form-field/form-field.d.ts.map +1 -1
  120. package/dist/components/forms/form-field/form-field.js +7 -14
  121. package/dist/components/forms/form-field/form-field.js.map +1 -1
  122. package/dist/components/forms/form-field/form-field.styles.d.ts.map +1 -1
  123. package/dist/components/forms/form-field/form-field.styles.js +15 -2
  124. package/dist/components/forms/form-field/form-field.styles.js.map +1 -1
  125. package/dist/components/forms/form-section/form-section.d.ts +2 -3
  126. package/dist/components/forms/form-section/form-section.d.ts.map +1 -1
  127. package/dist/components/forms/form-section/form-section.js +2 -3
  128. package/dist/components/forms/form-section/form-section.js.map +1 -1
  129. package/dist/components/{index-Bf4pa5Bp.js → index-CDK46KLh.js} +1 -1
  130. package/dist/components/{index-CXC-Objp.js → index-CbaaFM8N.js} +1 -1
  131. package/dist/components/{index-DZo3DrGQ.js → index-DRtuMofR.js} +1 -1
  132. package/dist/components/{index-BfOpap4b.js → index-DuvuHfMi.js} +1 -1
  133. package/dist/components/{index-CfvgUB5p.js → index-DzJola_U.js} +1 -1
  134. package/dist/components/{index-DB-i084x.js → index-n8evy8Za.js} +1 -1
  135. package/dist/components/{index-VwuVCCal.js → index-t08wCuGl.js} +11121 -7148
  136. package/dist/components/index.d.ts +5 -0
  137. package/dist/components/index.d.ts.map +1 -1
  138. package/dist/components/index.js +5 -0
  139. package/dist/components/index.js.map +1 -1
  140. package/dist/components/inputs/checkbox/checkbox.d.ts +11 -11
  141. package/dist/components/inputs/checkbox/checkbox.d.ts.map +1 -1
  142. package/dist/components/inputs/checkbox/checkbox.js +11 -15
  143. package/dist/components/inputs/checkbox/checkbox.js.map +1 -1
  144. package/dist/components/inputs/checkbox/checkbox.styles.d.ts.map +1 -1
  145. package/dist/components/inputs/checkbox/checkbox.styles.js +2 -1
  146. package/dist/components/inputs/checkbox/checkbox.styles.js.map +1 -1
  147. package/dist/components/inputs/checkbox-field/checkbox-field.d.ts +20 -6
  148. package/dist/components/inputs/checkbox-field/checkbox-field.d.ts.map +1 -1
  149. package/dist/components/inputs/checkbox-field/checkbox-field.js +29 -7
  150. package/dist/components/inputs/checkbox-field/checkbox-field.js.map +1 -1
  151. package/dist/components/inputs/code-editor/code-editor.d.ts +19 -18
  152. package/dist/components/inputs/code-editor/code-editor.d.ts.map +1 -1
  153. package/dist/components/inputs/code-editor/code-editor.js +23 -23
  154. package/dist/components/inputs/code-editor/code-editor.js.map +1 -1
  155. package/dist/components/inputs/code-editor/code-editor.styles.js +2 -2
  156. package/dist/components/inputs/combo-box/combo-box.d.ts +26 -29
  157. package/dist/components/inputs/combo-box/combo-box.d.ts.map +1 -1
  158. package/dist/components/inputs/combo-box/combo-box.js +74 -39
  159. package/dist/components/inputs/combo-box/combo-box.js.map +1 -1
  160. package/dist/components/inputs/combo-box/combo-box.styles.js +7 -7
  161. package/dist/components/inputs/date-field/date-field.d.ts +227 -0
  162. package/dist/components/inputs/date-field/date-field.d.ts.map +1 -0
  163. package/dist/components/inputs/date-field/date-field.i18n.d.ts +11 -0
  164. package/dist/components/inputs/date-field/date-field.i18n.d.ts.map +1 -0
  165. package/dist/components/inputs/date-field/date-field.i18n.js +17 -0
  166. package/dist/components/inputs/date-field/date-field.i18n.js.map +1 -0
  167. package/dist/components/inputs/date-field/date-field.js +586 -0
  168. package/dist/components/inputs/date-field/date-field.js.map +1 -0
  169. package/dist/components/inputs/date-field/date-field.styles.d.ts +2 -0
  170. package/dist/components/inputs/date-field/date-field.styles.d.ts.map +1 -0
  171. package/dist/components/inputs/date-field/date-field.styles.js +246 -0
  172. package/dist/components/inputs/date-field/date-field.styles.js.map +1 -0
  173. package/dist/components/inputs/date-field/date-field.template.d.ts +17 -0
  174. package/dist/components/inputs/date-field/date-field.template.d.ts.map +1 -0
  175. package/dist/components/inputs/date-field/date-field.template.js +141 -0
  176. package/dist/components/inputs/date-field/date-field.template.js.map +1 -0
  177. package/dist/components/inputs/date-picker/date-picker.d.ts +271 -0
  178. package/dist/components/inputs/date-picker/date-picker.d.ts.map +1 -0
  179. package/dist/components/inputs/date-picker/date-picker.i18n.d.ts +64 -0
  180. package/dist/components/inputs/date-picker/date-picker.i18n.d.ts.map +1 -0
  181. package/dist/components/inputs/date-picker/date-picker.i18n.js +81 -0
  182. package/dist/components/inputs/date-picker/date-picker.i18n.js.map +1 -0
  183. package/dist/components/inputs/date-picker/date-picker.js +768 -0
  184. package/dist/components/inputs/date-picker/date-picker.js.map +1 -0
  185. package/dist/components/inputs/date-picker/date-picker.styles.d.ts +2 -0
  186. package/dist/components/inputs/date-picker/date-picker.styles.d.ts.map +1 -0
  187. package/dist/components/inputs/date-picker/date-picker.styles.js +345 -0
  188. package/dist/components/inputs/date-picker/date-picker.styles.js.map +1 -0
  189. package/dist/components/inputs/date-picker/date-picker.template.d.ts +8 -0
  190. package/dist/components/inputs/date-picker/date-picker.template.d.ts.map +1 -0
  191. package/dist/components/inputs/date-picker/date-picker.template.js +223 -0
  192. package/dist/components/inputs/date-picker/date-picker.template.js.map +1 -0
  193. package/dist/components/inputs/dropdown/dropdown.d.ts +4 -4
  194. package/dist/components/inputs/dropdown/dropdown.js +4 -4
  195. package/dist/components/inputs/dropdown/dropdown.styles.d.ts.map +1 -1
  196. package/dist/components/inputs/dropdown/dropdown.styles.js +1 -0
  197. package/dist/components/inputs/dropdown/dropdown.styles.js.map +1 -1
  198. package/dist/components/inputs/multi-line-text-field/multi-line-text-field.d.ts +22 -21
  199. package/dist/components/inputs/multi-line-text-field/multi-line-text-field.d.ts.map +1 -1
  200. package/dist/components/inputs/multi-line-text-field/multi-line-text-field.js +24 -26
  201. package/dist/components/inputs/multi-line-text-field/multi-line-text-field.js.map +1 -1
  202. package/dist/components/inputs/multi-line-text-field/multi-line-text-field.styles.js +5 -5
  203. package/dist/components/inputs/number-field/number-field.d.ts +17 -20
  204. package/dist/components/inputs/number-field/number-field.d.ts.map +1 -1
  205. package/dist/components/inputs/number-field/number-field.js +20 -23
  206. package/dist/components/inputs/number-field/number-field.js.map +1 -1
  207. package/dist/components/inputs/number-field/number-field.styles.js +4 -4
  208. package/dist/components/inputs/password-field/password-field.d.ts +25 -23
  209. package/dist/components/inputs/password-field/password-field.d.ts.map +1 -1
  210. package/dist/components/inputs/password-field/password-field.js +27 -28
  211. package/dist/components/inputs/password-field/password-field.js.map +1 -1
  212. package/dist/components/inputs/password-field/password-field.styles.js +7 -7
  213. package/dist/components/inputs/radio-button/radio-button.d.ts +11 -8
  214. package/dist/components/inputs/radio-button/radio-button.d.ts.map +1 -1
  215. package/dist/components/inputs/radio-button/radio-button.js +10 -12
  216. package/dist/components/inputs/radio-button/radio-button.js.map +1 -1
  217. package/dist/components/inputs/radio-button/radio-button.styles.d.ts.map +1 -1
  218. package/dist/components/inputs/radio-button/radio-button.styles.js +3 -2
  219. package/dist/components/inputs/radio-button/radio-button.styles.js.map +1 -1
  220. package/dist/components/inputs/radio-button-field/radio-button-field.d.ts +25 -5
  221. package/dist/components/inputs/radio-button-field/radio-button-field.d.ts.map +1 -1
  222. package/dist/components/inputs/radio-button-field/radio-button-field.js +33 -6
  223. package/dist/components/inputs/radio-button-field/radio-button-field.js.map +1 -1
  224. package/dist/components/inputs/radio-button-group/radio-button-group.d.ts +3 -2
  225. package/dist/components/inputs/radio-button-group/radio-button-group.d.ts.map +1 -1
  226. package/dist/components/inputs/radio-button-group/radio-button-group.js +17 -9
  227. package/dist/components/inputs/radio-button-group/radio-button-group.js.map +1 -1
  228. package/dist/components/inputs/search-field/search-field.d.ts +15 -17
  229. package/dist/components/inputs/search-field/search-field.d.ts.map +1 -1
  230. package/dist/components/inputs/search-field/search-field.js +19 -22
  231. package/dist/components/inputs/search-field/search-field.js.map +1 -1
  232. package/dist/components/inputs/search-field/search-field.styles.js +5 -5
  233. package/dist/components/inputs/segmented-control/segmented-control.d.ts +31 -24
  234. package/dist/components/inputs/segmented-control/segmented-control.d.ts.map +1 -1
  235. package/dist/components/inputs/segmented-control/segmented-control.js +52 -53
  236. package/dist/components/inputs/segmented-control/segmented-control.js.map +1 -1
  237. package/dist/components/inputs/segmented-control/segmented-control.styles.d.ts.map +1 -1
  238. package/dist/components/inputs/segmented-control/segmented-control.styles.js +5 -4
  239. package/dist/components/inputs/segmented-control/segmented-control.styles.js.map +1 -1
  240. package/dist/components/inputs/stepper/stepper.d.ts +14 -13
  241. package/dist/components/inputs/stepper/stepper.d.ts.map +1 -1
  242. package/dist/components/inputs/stepper/stepper.js +13 -17
  243. package/dist/components/inputs/stepper/stepper.js.map +1 -1
  244. package/dist/components/inputs/stepper/stepper.styles.d.ts.map +1 -1
  245. package/dist/components/inputs/stepper/stepper.styles.js +1 -0
  246. package/dist/components/inputs/stepper/stepper.styles.js.map +1 -1
  247. package/dist/components/inputs/switch/switch.d.ts +12 -11
  248. package/dist/components/inputs/switch/switch.d.ts.map +1 -1
  249. package/dist/components/inputs/switch/switch.js +13 -16
  250. package/dist/components/inputs/switch/switch.js.map +1 -1
  251. package/dist/components/inputs/switch/switch.styles.d.ts.map +1 -1
  252. package/dist/components/inputs/switch/switch.styles.js +7 -6
  253. package/dist/components/inputs/switch/switch.styles.js.map +1 -1
  254. package/dist/components/inputs/switch-field/switch-field.d.ts +4 -4
  255. package/dist/components/inputs/switch-field/switch-field.js +4 -4
  256. package/dist/components/inputs/text-editor/text-editor.caret.d.ts +1 -1
  257. package/dist/components/inputs/text-editor/text-editor.caret.js +1 -1
  258. package/dist/components/inputs/text-editor/text-editor.commands.js +1 -1
  259. package/dist/components/inputs/text-editor/text-editor.d.ts +21 -21
  260. package/dist/components/inputs/text-editor/text-editor.d.ts.map +1 -1
  261. package/dist/components/inputs/text-editor/text-editor.js +27 -27
  262. package/dist/components/inputs/text-editor/text-editor.js.map +1 -1
  263. package/dist/components/inputs/text-editor/text-editor.links.js +4 -4
  264. package/dist/components/inputs/text-editor/text-editor.markdown.js +7 -7
  265. package/dist/components/inputs/text-editor/text-editor.markdown.js.map +1 -1
  266. package/dist/components/inputs/text-editor/text-editor.ordered-list.js +1 -1
  267. package/dist/components/inputs/text-editor/text-editor.styles.js +14 -14
  268. package/dist/components/inputs/text-field/text-field.d.ts +20 -18
  269. package/dist/components/inputs/text-field/text-field.d.ts.map +1 -1
  270. package/dist/components/inputs/text-field/text-field.js +22 -23
  271. package/dist/components/inputs/text-field/text-field.js.map +1 -1
  272. package/dist/components/inputs/text-field/text-field.styles.js +3 -3
  273. package/dist/components/inputs/toggle-button/toggle-button.d.ts +14 -13
  274. package/dist/components/inputs/toggle-button/toggle-button.d.ts.map +1 -1
  275. package/dist/components/inputs/toggle-button/toggle-button.js +18 -18
  276. package/dist/components/inputs/toggle-button/toggle-button.js.map +1 -1
  277. package/dist/components/inputs/toggle-button/toggle-button.styles.d.ts.map +1 -1
  278. package/dist/components/inputs/toggle-button/toggle-button.styles.js +1 -0
  279. package/dist/components/inputs/toggle-button/toggle-button.styles.js.map +1 -1
  280. package/dist/components/inputs/toggle-button-group/toggle-button-group.d.ts +7 -7
  281. package/dist/components/inputs/toggle-button-group/toggle-button-group.d.ts.map +1 -1
  282. package/dist/components/inputs/toggle-button-group/toggle-button-group.js +25 -17
  283. package/dist/components/inputs/toggle-button-group/toggle-button-group.js.map +1 -1
  284. package/dist/components/inputs/token-field/token-field.d.ts +24 -29
  285. package/dist/components/inputs/token-field/token-field.d.ts.map +1 -1
  286. package/dist/components/inputs/token-field/token-field.i18n.d.ts +1 -1
  287. package/dist/components/inputs/token-field/token-field.i18n.js +1 -1
  288. package/dist/components/inputs/token-field/token-field.i18n.js.map +1 -1
  289. package/dist/components/inputs/token-field/token-field.js +35 -39
  290. package/dist/components/inputs/token-field/token-field.js.map +1 -1
  291. package/dist/components/inputs/token-field/token-field.styles.js +4 -4
  292. package/dist/components/inputs/token-field/token-field.template.js +1 -1
  293. package/dist/components/inputs/token-field/token-field.template.js.map +1 -1
  294. package/dist/components/layout/app-view/app-view.d.ts +16 -4
  295. package/dist/components/layout/app-view/app-view.d.ts.map +1 -1
  296. package/dist/components/layout/app-view/app-view.js +18 -13
  297. package/dist/components/layout/app-view/app-view.js.map +1 -1
  298. package/dist/components/layout/box/box.d.ts +1 -1
  299. package/dist/components/layout/box/box.js +1 -1
  300. package/dist/components/layout/box/box.styles.d.ts.map +1 -1
  301. package/dist/components/layout/box/box.styles.js +8 -18
  302. package/dist/components/layout/box/box.styles.js.map +1 -1
  303. package/dist/components/layout/card/card.d.ts +26 -9
  304. package/dist/components/layout/card/card.d.ts.map +1 -1
  305. package/dist/components/layout/card/card.i18n.d.ts +1 -1
  306. package/dist/components/layout/card/card.i18n.js +1 -1
  307. package/dist/components/layout/card/card.i18n.js.map +1 -1
  308. package/dist/components/layout/card/card.js +51 -14
  309. package/dist/components/layout/card/card.js.map +1 -1
  310. package/dist/components/layout/card/card.styles.d.ts.map +1 -1
  311. package/dist/components/layout/card/card.styles.js +41 -4
  312. package/dist/components/layout/card/card.styles.js.map +1 -1
  313. package/dist/components/layout/card/card.template.d.ts.map +1 -1
  314. package/dist/components/layout/card/card.template.js +14 -6
  315. package/dist/components/layout/card/card.template.js.map +1 -1
  316. package/dist/components/layout/collection/collection.d.ts +3 -10
  317. package/dist/components/layout/collection/collection.d.ts.map +1 -1
  318. package/dist/components/layout/collection/collection.js +3 -10
  319. package/dist/components/layout/collection/collection.js.map +1 -1
  320. package/dist/components/layout/collection/collection.styles.d.ts.map +1 -1
  321. package/dist/components/layout/collection/collection.styles.js +21 -3
  322. package/dist/components/layout/collection/collection.styles.js.map +1 -1
  323. package/dist/components/layout/container/container.d.ts +47 -24
  324. package/dist/components/layout/container/container.d.ts.map +1 -1
  325. package/dist/components/layout/container/container.js +47 -24
  326. package/dist/components/layout/container/container.js.map +1 -1
  327. package/dist/components/layout/page/page.d.ts +1 -1
  328. package/dist/components/layout/page/page.js +2 -2
  329. package/dist/components/layout/page-footer/page-footer.d.ts +10 -12
  330. package/dist/components/layout/page-footer/page-footer.d.ts.map +1 -1
  331. package/dist/components/layout/page-footer/page-footer.js +11 -13
  332. package/dist/components/layout/page-footer/page-footer.js.map +1 -1
  333. package/dist/components/layout/page-footer/page-footer.styles.d.ts.map +1 -1
  334. package/dist/components/layout/page-footer/page-footer.styles.js +8 -1
  335. package/dist/components/layout/page-footer/page-footer.styles.js.map +1 -1
  336. package/dist/components/layout/page-footer/page-footer.template.js +1 -1
  337. package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.d.ts +1 -3
  338. package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.d.ts.map +1 -1
  339. package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.js +1 -3
  340. package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.js.map +1 -1
  341. package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.d.ts +1 -3
  342. package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.d.ts.map +1 -1
  343. package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.js +1 -3
  344. package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.js.map +1 -1
  345. package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.d.ts +1 -3
  346. package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.d.ts.map +1 -1
  347. package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.js +1 -3
  348. package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.js.map +1 -1
  349. package/dist/components/layout/page-sections/sidebar-section/sidebar-section.d.ts +20 -18
  350. package/dist/components/layout/page-sections/sidebar-section/sidebar-section.d.ts.map +1 -1
  351. package/dist/components/layout/page-sections/sidebar-section/sidebar-section.js +26 -20
  352. package/dist/components/layout/page-sections/sidebar-section/sidebar-section.js.map +1 -1
  353. package/dist/components/layout/page-sections/sidebar-section/sidebar-section.styles.d.ts.map +1 -1
  354. package/dist/components/layout/page-sections/sidebar-section/sidebar-section.styles.js +20 -2
  355. package/dist/components/layout/page-sections/sidebar-section/sidebar-section.styles.js.map +1 -1
  356. package/dist/components/layout/page-sections/simple-section/simple-section.d.ts +1 -3
  357. package/dist/components/layout/page-sections/simple-section/simple-section.d.ts.map +1 -1
  358. package/dist/components/layout/page-sections/simple-section/simple-section.js +1 -3
  359. package/dist/components/layout/page-sections/simple-section/simple-section.js.map +1 -1
  360. package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.d.ts +1 -3
  361. package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.d.ts.map +1 -1
  362. package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.js +1 -3
  363. package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.js.map +1 -1
  364. package/dist/components/layout/popover/popover.d.ts +34 -46
  365. package/dist/components/layout/popover/popover.d.ts.map +1 -1
  366. package/dist/components/layout/popover/popover.js +99 -51
  367. package/dist/components/layout/popover/popover.js.map +1 -1
  368. package/dist/components/layout/sheet/sheet.d.ts +20 -16
  369. package/dist/components/layout/sheet/sheet.d.ts.map +1 -1
  370. package/dist/components/layout/sheet/sheet.js +62 -27
  371. package/dist/components/layout/sheet/sheet.js.map +1 -1
  372. package/dist/components/layout/sheet/sheet.styles.d.ts.map +1 -1
  373. package/dist/components/layout/sheet/sheet.styles.js +6 -1
  374. package/dist/components/layout/sheet/sheet.styles.js.map +1 -1
  375. package/dist/components/layout/sheet/sheet.template.d.ts.map +1 -1
  376. package/dist/components/layout/sheet/sheet.template.js +1 -0
  377. package/dist/components/layout/sheet/sheet.template.js.map +1 -1
  378. package/dist/components/layout/split-views/bar-split-view/bar-split-view.d.ts +4 -4
  379. package/dist/components/layout/split-views/bar-split-view/bar-split-view.js +4 -4
  380. package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.d.ts +17 -17
  381. package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.js +17 -17
  382. package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.d.ts +1 -0
  383. package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.d.ts.map +1 -1
  384. package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.js +5 -0
  385. package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.js.map +1 -1
  386. package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.styles.d.ts.map +1 -1
  387. package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.styles.js +27 -0
  388. package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.styles.js.map +1 -1
  389. package/dist/components/layout/split-views/split-view-pane/split-view-pane.d.ts +2 -2
  390. package/dist/components/layout/split-views/split-view-pane/split-view-pane.js +2 -2
  391. package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.d.ts +2 -0
  392. package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.d.ts.map +1 -1
  393. package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.js +3 -0
  394. package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.js.map +1 -1
  395. package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.styles.d.ts.map +1 -1
  396. package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.styles.js +24 -0
  397. package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.styles.js.map +1 -1
  398. package/dist/components/layout/window/window.d.ts +34 -19
  399. package/dist/components/layout/window/window.d.ts.map +1 -1
  400. package/dist/components/layout/window/window.js +76 -29
  401. package/dist/components/layout/window/window.js.map +1 -1
  402. package/dist/components/layout/window/window.styles.d.ts.map +1 -1
  403. package/dist/components/layout/window/window.styles.js +5 -1
  404. package/dist/components/layout/window/window.styles.js.map +1 -1
  405. package/dist/components/layout/window/window.template.d.ts.map +1 -1
  406. package/dist/components/layout/window/window.template.js +2 -0
  407. package/dist/components/layout/window/window.template.js.map +1 -1
  408. package/dist/components/lists-and-tables/cells/cell/cell.styles.d.ts.map +1 -1
  409. package/dist/components/lists-and-tables/cells/cell/cell.styles.js +1 -0
  410. package/dist/components/lists-and-tables/cells/cell/cell.styles.js.map +1 -1
  411. package/dist/components/lists-and-tables/cells/description-cell/description-cell.styles.d.ts.map +1 -1
  412. package/dist/components/lists-and-tables/cells/description-cell/description-cell.styles.js +1 -0
  413. package/dist/components/lists-and-tables/cells/description-cell/description-cell.styles.js.map +1 -1
  414. package/dist/components/lists-and-tables/cells/drag-handle-cell/drag-handle-cell.d.ts +2 -1
  415. package/dist/components/lists-and-tables/cells/drag-handle-cell/drag-handle-cell.d.ts.map +1 -1
  416. package/dist/components/lists-and-tables/cells/drag-handle-cell/drag-handle-cell.i18n.d.ts +1 -1
  417. package/dist/components/lists-and-tables/cells/drag-handle-cell/drag-handle-cell.i18n.js +1 -1
  418. package/dist/components/lists-and-tables/cells/drag-handle-cell/drag-handle-cell.i18n.js.map +1 -1
  419. package/dist/components/lists-and-tables/cells/drag-handle-cell/drag-handle-cell.js +3 -2
  420. package/dist/components/lists-and-tables/cells/drag-handle-cell/drag-handle-cell.js.map +1 -1
  421. package/dist/components/lists-and-tables/cells/drag-handle-cell/drag-handle-cell.styles.d.ts.map +1 -1
  422. package/dist/components/lists-and-tables/cells/drag-handle-cell/drag-handle-cell.styles.js +1 -0
  423. package/dist/components/lists-and-tables/cells/drag-handle-cell/drag-handle-cell.styles.js.map +1 -1
  424. package/dist/components/lists-and-tables/cells/icon-cell/icon-cell.styles.d.ts.map +1 -1
  425. package/dist/components/lists-and-tables/cells/icon-cell/icon-cell.styles.js +1 -0
  426. package/dist/components/lists-and-tables/cells/icon-cell/icon-cell.styles.js.map +1 -1
  427. package/dist/components/lists-and-tables/cells/text-cell/text-cell.styles.d.ts.map +1 -1
  428. package/dist/components/lists-and-tables/cells/text-cell/text-cell.styles.js +1 -0
  429. package/dist/components/lists-and-tables/cells/text-cell/text-cell.styles.js.map +1 -1
  430. package/dist/components/lists-and-tables/cells/timeline-track-cell/timeline-track-cell.d.ts +43 -9
  431. package/dist/components/lists-and-tables/cells/timeline-track-cell/timeline-track-cell.d.ts.map +1 -1
  432. package/dist/components/lists-and-tables/cells/timeline-track-cell/timeline-track-cell.js +69 -9
  433. package/dist/components/lists-and-tables/cells/timeline-track-cell/timeline-track-cell.js.map +1 -1
  434. package/dist/components/lists-and-tables/cells/timeline-track-cell/timeline-track-cell.styles.d.ts.map +1 -1
  435. package/dist/components/lists-and-tables/cells/timeline-track-cell/timeline-track-cell.styles.js +96 -43
  436. package/dist/components/lists-and-tables/cells/timeline-track-cell/timeline-track-cell.styles.js.map +1 -1
  437. package/dist/components/lists-and-tables/cells/timeline-track-cell/timeline-track-cell.template.d.ts.map +1 -1
  438. package/dist/components/lists-and-tables/cells/timeline-track-cell/timeline-track-cell.template.js +19 -7
  439. package/dist/components/lists-and-tables/cells/timeline-track-cell/timeline-track-cell.template.js.map +1 -1
  440. package/dist/components/lists-and-tables/cells/title-cell/title-cell.styles.d.ts.map +1 -1
  441. package/dist/components/lists-and-tables/cells/title-cell/title-cell.styles.js +1 -0
  442. package/dist/components/lists-and-tables/cells/title-cell/title-cell.styles.js.map +1 -1
  443. package/dist/components/lists-and-tables/list/list.d.ts +89 -29
  444. package/dist/components/lists-and-tables/list/list.d.ts.map +1 -1
  445. package/dist/components/lists-and-tables/list/list.i18n.d.ts +4 -4
  446. package/dist/components/lists-and-tables/list/list.i18n.js +4 -4
  447. package/dist/components/lists-and-tables/list/list.i18n.js.map +1 -1
  448. package/dist/components/lists-and-tables/list/list.js +214 -68
  449. package/dist/components/lists-and-tables/list/list.js.map +1 -1
  450. package/dist/components/lists-and-tables/list/list.styles.d.ts.map +1 -1
  451. package/dist/components/lists-and-tables/list/list.styles.js +29 -22
  452. package/dist/components/lists-and-tables/list/list.styles.js.map +1 -1
  453. package/dist/components/lists-and-tables/list/list.template.d.ts.map +1 -1
  454. package/dist/components/lists-and-tables/list/list.template.js +4 -3
  455. package/dist/components/lists-and-tables/list/list.template.js.map +1 -1
  456. package/dist/components/lists-and-tables/list-item/list-item.d.ts +198 -17
  457. package/dist/components/lists-and-tables/list-item/list-item.d.ts.map +1 -1
  458. package/dist/components/lists-and-tables/list-item/list-item.i18n.d.ts +1 -1
  459. package/dist/components/lists-and-tables/list-item/list-item.i18n.js +1 -1
  460. package/dist/components/lists-and-tables/list-item/list-item.i18n.js.map +1 -1
  461. package/dist/components/lists-and-tables/list-item/list-item.js +476 -44
  462. package/dist/components/lists-and-tables/list-item/list-item.js.map +1 -1
  463. package/dist/components/lists-and-tables/list-item/list-item.styles.d.ts.map +1 -1
  464. package/dist/components/lists-and-tables/list-item/list-item.styles.js +133 -101
  465. package/dist/components/lists-and-tables/list-item/list-item.styles.js.map +1 -1
  466. package/dist/components/lists-and-tables/list-item/list-item.template.d.ts +1 -1
  467. package/dist/components/lists-and-tables/list-item/list-item.template.d.ts.map +1 -1
  468. package/dist/components/lists-and-tables/list-item/list-item.template.js +51 -24
  469. package/dist/components/lists-and-tables/list-item/list-item.template.js.map +1 -1
  470. package/dist/components/lists-and-tables/list-item-action/list-item-action.d.ts +108 -0
  471. package/dist/components/lists-and-tables/list-item-action/list-item-action.d.ts.map +1 -0
  472. package/dist/components/lists-and-tables/list-item-action/list-item-action.js +228 -0
  473. package/dist/components/lists-and-tables/list-item-action/list-item-action.js.map +1 -0
  474. package/dist/components/lists-and-tables/list-item-action/list-item-action.styles.d.ts +2 -0
  475. package/dist/components/lists-and-tables/list-item-action/list-item-action.styles.d.ts.map +1 -0
  476. package/dist/components/lists-and-tables/list-item-action/list-item-action.styles.js +145 -0
  477. package/dist/components/lists-and-tables/list-item-action/list-item-action.styles.js.map +1 -0
  478. package/dist/components/lists-and-tables/list-item-action/list-item-action.template.d.ts +3 -0
  479. package/dist/components/lists-and-tables/list-item-action/list-item-action.template.d.ts.map +1 -0
  480. package/dist/components/lists-and-tables/list-item-action/list-item-action.template.js +35 -0
  481. package/dist/components/lists-and-tables/list-item-action/list-item-action.template.js.map +1 -0
  482. package/dist/components/lists-and-tables/table/table.styles.d.ts.map +1 -1
  483. package/dist/components/lists-and-tables/table/table.styles.js +4 -2
  484. package/dist/components/lists-and-tables/table/table.styles.js.map +1 -1
  485. package/dist/components/navigation/breadcrumbs/breadcrumbs.d.ts +5 -7
  486. package/dist/components/navigation/breadcrumbs/breadcrumbs.d.ts.map +1 -1
  487. package/dist/components/navigation/breadcrumbs/breadcrumbs.js +5 -7
  488. package/dist/components/navigation/breadcrumbs/breadcrumbs.js.map +1 -1
  489. package/dist/components/navigation/breadcrumbs/breadcrumbs.template.js +1 -1
  490. package/dist/components/navigation/document-tab-bar/document-tab-bar.d.ts +15 -16
  491. package/dist/components/navigation/document-tab-bar/document-tab-bar.d.ts.map +1 -1
  492. package/dist/components/navigation/document-tab-bar/document-tab-bar.i18n.d.ts +1 -1
  493. package/dist/components/navigation/document-tab-bar/document-tab-bar.i18n.js +1 -1
  494. package/dist/components/navigation/document-tab-bar/document-tab-bar.i18n.js.map +1 -1
  495. package/dist/components/navigation/document-tab-bar/document-tab-bar.js +14 -15
  496. package/dist/components/navigation/document-tab-bar/document-tab-bar.js.map +1 -1
  497. package/dist/components/navigation/document-tab-bar/document-tab-bar.styles.d.ts.map +1 -1
  498. package/dist/components/navigation/document-tab-bar/document-tab-bar.styles.js +1 -0
  499. package/dist/components/navigation/document-tab-bar/document-tab-bar.styles.js.map +1 -1
  500. package/dist/components/navigation/link/link.d.ts +2 -2
  501. package/dist/components/navigation/link/link.i18n.d.ts +1 -1
  502. package/dist/components/navigation/link/link.i18n.js +1 -1
  503. package/dist/components/navigation/link/link.i18n.js.map +1 -1
  504. package/dist/components/navigation/link/link.template.js +1 -1
  505. package/dist/components/navigation/link/link.template.js.map +1 -1
  506. package/dist/components/navigation/menu-bar/menu-bar.styles.d.ts.map +1 -1
  507. package/dist/components/navigation/menu-bar/menu-bar.styles.js +1 -0
  508. package/dist/components/navigation/menu-bar/menu-bar.styles.js.map +1 -1
  509. package/dist/components/navigation/menu-bar-item/menu-bar-item.d.ts +2 -1
  510. package/dist/components/navigation/menu-bar-item/menu-bar-item.d.ts.map +1 -1
  511. package/dist/components/navigation/menu-bar-item/menu-bar-item.js +2 -1
  512. package/dist/components/navigation/menu-bar-item/menu-bar-item.js.map +1 -1
  513. package/dist/components/navigation/menu-bar-item/menu-bar-item.styles.d.ts.map +1 -1
  514. package/dist/components/navigation/menu-bar-item/menu-bar-item.styles.js +1 -0
  515. package/dist/components/navigation/menu-bar-item/menu-bar-item.styles.js.map +1 -1
  516. package/dist/components/navigation/pagination/pagination.d.ts +1 -0
  517. package/dist/components/navigation/pagination/pagination.d.ts.map +1 -1
  518. package/dist/components/navigation/pagination/pagination.i18n.d.ts +1 -1
  519. package/dist/components/navigation/pagination/pagination.i18n.js +1 -1
  520. package/dist/components/navigation/pagination/pagination.i18n.js.map +1 -1
  521. package/dist/components/navigation/pagination/pagination.js +1 -0
  522. package/dist/components/navigation/pagination/pagination.js.map +1 -1
  523. package/dist/components/navigation/pagination/pagination.styles.d.ts.map +1 -1
  524. package/dist/components/navigation/pagination/pagination.styles.js +6 -5
  525. package/dist/components/navigation/pagination/pagination.styles.js.map +1 -1
  526. package/dist/components/navigation/pagination/pagination.template.js +1 -1
  527. package/dist/components/navigation/pagination/pagination.template.js.map +1 -1
  528. package/dist/components/navigation/tab-bar/tab-bar.d.ts +11 -9
  529. package/dist/components/navigation/tab-bar/tab-bar.d.ts.map +1 -1
  530. package/dist/components/navigation/tab-bar/tab-bar.js +11 -9
  531. package/dist/components/navigation/tab-bar/tab-bar.js.map +1 -1
  532. package/dist/components/navigation/tab-bar/tab-bar.styles.d.ts.map +1 -1
  533. package/dist/components/navigation/tab-bar/tab-bar.styles.js +8 -7
  534. package/dist/components/navigation/tab-bar/tab-bar.styles.js.map +1 -1
  535. package/dist/components/navigation/top-navigation-bar/top-navigation-bar.d.ts +22 -0
  536. package/dist/components/navigation/top-navigation-bar/top-navigation-bar.d.ts.map +1 -1
  537. package/dist/components/navigation/top-navigation-bar/top-navigation-bar.js +22 -1
  538. package/dist/components/navigation/top-navigation-bar/top-navigation-bar.js.map +1 -1
  539. package/dist/components/navigation/top-navigation-bar/top-navigation-bar.styles.d.ts.map +1 -1
  540. package/dist/components/navigation/top-navigation-bar/top-navigation-bar.styles.js +9 -4
  541. package/dist/components/navigation/top-navigation-bar/top-navigation-bar.styles.js.map +1 -1
  542. package/dist/components/navigation/top-title-bar/top-title-bar.d.ts +11 -1
  543. package/dist/components/navigation/top-title-bar/top-title-bar.d.ts.map +1 -1
  544. package/dist/components/navigation/top-title-bar/top-title-bar.js +29 -4
  545. package/dist/components/navigation/top-title-bar/top-title-bar.js.map +1 -1
  546. package/dist/components/status-and-feedback/activity-indicator/activity-indicator.d.ts +3 -3
  547. package/dist/components/status-and-feedback/activity-indicator/activity-indicator.i18n.d.ts +1 -1
  548. package/dist/components/status-and-feedback/activity-indicator/activity-indicator.i18n.js +1 -1
  549. package/dist/components/status-and-feedback/activity-indicator/activity-indicator.i18n.js.map +1 -1
  550. package/dist/components/status-and-feedback/activity-indicator/activity-indicator.js +4 -4
  551. package/dist/components/status-and-feedback/activity-indicator/activity-indicator.js.map +1 -1
  552. package/dist/components/status-and-feedback/activity-indicator/activity-indicator.styles.js +6 -6
  553. package/dist/components/status-and-feedback/badge/badge.d.ts +2 -2
  554. package/dist/components/status-and-feedback/badge/badge.i18n.d.ts +1 -1
  555. package/dist/components/status-and-feedback/badge/badge.i18n.js +1 -1
  556. package/dist/components/status-and-feedback/badge/badge.i18n.js.map +1 -1
  557. package/dist/components/status-and-feedback/badge/badge.js +1 -1
  558. package/dist/components/status-and-feedback/badge/badge.js.map +1 -1
  559. package/dist/components/status-and-feedback/banner/banner.d.ts +9 -9
  560. package/dist/components/status-and-feedback/banner/banner.js +9 -9
  561. package/dist/components/status-and-feedback/inline-dialog/inline-dialog.d.ts +6 -6
  562. package/dist/components/status-and-feedback/inline-dialog/inline-dialog.js +6 -6
  563. package/dist/components/status-and-feedback/just-in-time-education/just-in-time-education.d.ts +7 -7
  564. package/dist/components/status-and-feedback/just-in-time-education/just-in-time-education.d.ts.map +1 -1
  565. package/dist/components/status-and-feedback/just-in-time-education/just-in-time-education.js +10 -8
  566. package/dist/components/status-and-feedback/just-in-time-education/just-in-time-education.js.map +1 -1
  567. package/dist/components/status-and-feedback/just-in-time-education/just-in-time-education.styles.d.ts.map +1 -1
  568. package/dist/components/status-and-feedback/just-in-time-education/just-in-time-education.styles.js +17 -1
  569. package/dist/components/status-and-feedback/just-in-time-education/just-in-time-education.styles.js.map +1 -1
  570. package/dist/components/status-and-feedback/modal-dialog/modal-dialog.d.ts +22 -8
  571. package/dist/components/status-and-feedback/modal-dialog/modal-dialog.d.ts.map +1 -1
  572. package/dist/components/status-and-feedback/modal-dialog/modal-dialog.js +63 -27
  573. package/dist/components/status-and-feedback/modal-dialog/modal-dialog.js.map +1 -1
  574. package/dist/components/status-and-feedback/modal-dialog/modal-dialog.template.d.ts.map +1 -1
  575. package/dist/components/status-and-feedback/modal-dialog/modal-dialog.template.js +1 -0
  576. package/dist/components/status-and-feedback/modal-dialog/modal-dialog.template.js.map +1 -1
  577. package/dist/components/status-and-feedback/progress-bar/progress-bar.d.ts +13 -13
  578. package/dist/components/status-and-feedback/progress-bar/progress-bar.i18n.d.ts +2 -2
  579. package/dist/components/status-and-feedback/progress-bar/progress-bar.i18n.js +2 -2
  580. package/dist/components/status-and-feedback/progress-bar/progress-bar.i18n.js.map +1 -1
  581. package/dist/components/status-and-feedback/progress-bar/progress-bar.js +14 -14
  582. package/dist/components/status-and-feedback/progress-bar/progress-bar.js.map +1 -1
  583. package/dist/components/status-and-feedback/progress-bar/progress-bar.styles.js +1 -1
  584. package/dist/components/status-and-feedback/progress-bar/progress-bar.template.js +1 -1
  585. package/dist/components/status-and-feedback/progress-bar/progress-bar.template.js.map +1 -1
  586. package/dist/components/status-and-feedback/progress-circle/progress-circle.d.ts +15 -15
  587. package/dist/components/status-and-feedback/progress-circle/progress-circle.i18n.d.ts +2 -2
  588. package/dist/components/status-and-feedback/progress-circle/progress-circle.i18n.js +2 -2
  589. package/dist/components/status-and-feedback/progress-circle/progress-circle.i18n.js.map +1 -1
  590. package/dist/components/status-and-feedback/progress-circle/progress-circle.js +20 -20
  591. package/dist/components/status-and-feedback/progress-circle/progress-circle.js.map +1 -1
  592. package/dist/components/status-and-feedback/progress-circle/progress-circle.styles.js +3 -3
  593. package/dist/components/status-and-feedback/progress-circle/progress-circle.template.js +4 -4
  594. package/dist/components/status-and-feedback/progress-circle/progress-circle.template.js.map +1 -1
  595. package/dist/components/status-and-feedback/status-bar/status-bar.d.ts +4 -4
  596. package/dist/components/status-and-feedback/status-bar/status-bar.js +4 -4
  597. package/dist/components/status-and-feedback/step-indicator/step-indicator.d.ts +124 -0
  598. package/dist/components/status-and-feedback/step-indicator/step-indicator.d.ts.map +1 -0
  599. package/dist/components/status-and-feedback/step-indicator/step-indicator.i18n.d.ts +9 -0
  600. package/dist/components/status-and-feedback/step-indicator/step-indicator.i18n.d.ts.map +1 -0
  601. package/dist/components/status-and-feedback/step-indicator/step-indicator.i18n.js +8 -0
  602. package/dist/components/status-and-feedback/step-indicator/step-indicator.i18n.js.map +1 -0
  603. package/dist/components/status-and-feedback/step-indicator/step-indicator.js +210 -0
  604. package/dist/components/status-and-feedback/step-indicator/step-indicator.js.map +1 -0
  605. package/dist/components/status-and-feedback/step-indicator/step-indicator.styles.d.ts +3 -0
  606. package/dist/components/status-and-feedback/step-indicator/step-indicator.styles.d.ts.map +1 -0
  607. package/dist/components/status-and-feedback/step-indicator/step-indicator.styles.js +294 -0
  608. package/dist/components/status-and-feedback/step-indicator/step-indicator.styles.js.map +1 -0
  609. package/dist/components/status-and-feedback/step-indicator/step-indicator.template.d.ts +5 -0
  610. package/dist/components/status-and-feedback/step-indicator/step-indicator.template.d.ts.map +1 -0
  611. package/dist/components/status-and-feedback/step-indicator/step-indicator.template.js +69 -0
  612. package/dist/components/status-and-feedback/step-indicator/step-indicator.template.js.map +1 -0
  613. package/dist/css/form.css +16 -7
  614. package/dist/css/settings.css +68 -73
  615. package/dist/types/vue.d.ts +3421 -0
  616. package/dist/utilities/autofocus.d.ts +19 -0
  617. package/dist/utilities/autofocus.d.ts.map +1 -0
  618. package/dist/utilities/autofocus.js +35 -0
  619. package/dist/utilities/autofocus.js.map +1 -0
  620. package/dist/utilities/codemirror/theme.js +2 -2
  621. package/dist/utilities/codemirror/theme.js.map +1 -1
  622. package/dist/utilities/color-scheme-repaint.d.ts +2 -2
  623. package/dist/utilities/color-scheme-repaint.js +2 -2
  624. package/dist/utilities/form-associated-mixin.d.ts +33 -0
  625. package/dist/utilities/form-associated-mixin.d.ts.map +1 -0
  626. package/dist/utilities/form-associated-mixin.js +52 -0
  627. package/dist/utilities/form-associated-mixin.js.map +1 -0
  628. package/dist/utilities/input-modality.d.ts +3 -1
  629. package/dist/utilities/input-modality.d.ts.map +1 -1
  630. package/dist/utilities/input-modality.js +12 -1
  631. package/dist/utilities/input-modality.js.map +1 -1
  632. package/dist/utilities/page-section-mixin.d.ts +1 -1
  633. package/dist/utilities/page-section-mixin.js +2 -2
  634. package/dist/utilities/popup-anchor-controller.d.ts +2 -2
  635. package/dist/utilities/resolve-date-bound.d.ts +21 -0
  636. package/dist/utilities/resolve-date-bound.d.ts.map +1 -0
  637. package/dist/utilities/resolve-date-bound.js +75 -0
  638. package/dist/utilities/resolve-date-bound.js.map +1 -0
  639. package/package.json +39 -7
@@ -1 +1 @@
1
- {"version":3,"file":"just-in-time-education.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/status-and-feedback/just-in-time-education/just-in-time-education.styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,yBAAyB,yBAuTrC,CAAC"}
1
+ {"version":3,"file":"just-in-time-education.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/status-and-feedback/just-in-time-education/just-in-time-education.styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,yBAAyB,yBAuUrC,CAAC"}
@@ -87,6 +87,11 @@ export const justInTimeEducationStyles = css `
87
87
  position: absolute;
88
88
  opacity: 0;
89
89
  margin: 0;
90
+ /* The container takes focus on open so Escape and the dismiss button are
91
+ reachable. Without this the browser draws its own ring around the whole
92
+ callout, text and arrow included, which reads as a drawing mistake rather
93
+ than a focus indicator. */
94
+ outline: none;
90
95
  border: none;
91
96
  background: none;
92
97
  width: max-content;
@@ -104,6 +109,17 @@ export const justInTimeEducationStyles = css `
104
109
  transform: translate3d(0, 0, 0);
105
110
  }
106
111
 
112
+ /* :focus, not :focus-visible: this container is only ever focused from script,
113
+ and the browser does not read that as keyboard-initiated, so the ring would
114
+ never appear. Our own modality flag decides instead: no ring after a mouse
115
+ click, because the container is a landing spot rather than something you
116
+ operate, and a ring for a keyboard user, for whom it is the only sign that
117
+ focus moved into the callout. */
118
+ .just-in-time-education:focus:not(.is-pointer-focus) {
119
+ outline: var(--semantics-focus-ring-outline);
120
+ outline-offset: var(--semantics-focus-ring-outline-offset);
121
+ }
122
+
107
123
  /* Horizontal placement: never exceed the room to the viewport edge. Once the
108
124
  * arrow gap has shrunk to 0, this is what makes the main itself narrower. */
109
125
  :host([data-arrow-side="left"]) .just-in-time-education,
@@ -213,7 +229,7 @@ export const justInTimeEducationStyles = css `
213
229
  /* Background lives on a blurred pseudo-element so its edges fade softly (no
214
230
  * hard border, no drop shadow). The radius is a local, free value because
215
231
  * this surface has a different function than the standard surfaces. The
216
- * element is grown by the blur radius so the solid centre still covers the
232
+ * element is grown by the blur radius so the solid center still covers the
217
233
  * content after blurring. */
218
234
  .just-in-time-education__main::before {
219
235
  content: '';
@@ -1 +1 @@
1
- {"version":3,"file":"just-in-time-education.styles.js","sourceRoot":"","sources":["../../../../src/components/status-and-feedback/just-in-time-education/just-in-time-education.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAC1B,OAAO,EAAE,kBAAkB,EAAE,MAAM,wCAAwC,CAAC;AAE5E,MAAM,CAAC,MAAM,yBAAyB,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAkCxC,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqRrB,CAAC"}
1
+ {"version":3,"file":"just-in-time-education.styles.js","sourceRoot":"","sources":["../../../../src/components/status-and-feedback/just-in-time-education/just-in-time-education.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAC1B,OAAO,EAAE,kBAAkB,EAAE,MAAM,wCAAwC,CAAC;AAE5E,MAAM,CAAC,MAAM,yBAAyB,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAkCxC,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqSrB,CAAC"}
@@ -6,16 +6,16 @@
6
6
  *
7
7
  * @element nldd-modal-dialog
8
8
  *
9
- * @attr {'alert'} variant - Forwarded to nldd-inline-dialog; 'alert' forces icon and color
10
- * @attr {string} icon - Forwarded to nldd-inline-dialog; absent when not set
11
- * @attr {string} text - Forwarded to nldd-inline-dialog; main text
12
- * @attr {string} supporting-text - Forwarded to nldd-inline-dialog; supporting text
13
- * @attr {string} accessible-label - Accessible name for the dialog (aria-label); falls back to text
9
+ * @attr {'alert'} variant - Forwarded to nldd-inline-dialog; 'alert' forces icon and color
10
+ * @attr {string} icon - Forwarded to nldd-inline-dialog; absent when not set
11
+ * @attr {string} text - Forwarded to nldd-inline-dialog; main text
12
+ * @attr {string} supporting-text - Forwarded to nldd-inline-dialog; supporting text
13
+ * @attr {string} accessible-label - Accessible name for the dialog (aria-label); falls back to text
14
14
  *
15
- * @slot - Optional custom content, forwarded to nldd-inline-dialog
15
+ * @slot - Optional custom content, forwarded to nldd-inline-dialog
16
16
  * @slot actions - nldd-button elements, forwarded to nldd-inline-dialog
17
17
  *
18
- * @fires open - When the dialog is opened
18
+ * @fires open - When the dialog is opened
19
19
  * @fires close - When the dialog is fully closed
20
20
  *
21
21
  * @method show() - Opens the modal dialog
@@ -37,7 +37,21 @@ export declare class NLDDModalDialog extends LitElement {
37
37
  show(): void;
38
38
  private _manageFocus;
39
39
  hide(): void;
40
- _handleBackdropClick(e: MouseEvent): void;
40
+ /** Timer id for the close fallback above. */
41
+ private _closeFallback;
42
+ /** Whether the press preceding a click started on the backdrop rather than
43
+ * inside the dialog. Guards against a drag that begins inside (selecting
44
+ * text, dragging a control) and ends on the backdrop being read as a
45
+ * backdrop click — same fix as nldd-sheet and nldd-window. */
46
+ private _pointerDownOnBackdrop;
47
+ _handleDialogPointerDown: (e: PointerEvent) => void;
48
+ /** True when the event landed on the backdrop: it targets the dialog
49
+ * itself (content clicks target the content) with coordinates outside the
50
+ * dialog box. The target check comes BEFORE the coordinates, because a
51
+ * programmatic `.click()` carries clientX/clientY 0,0 — outside any dialog
52
+ * rect — and would otherwise read as a backdrop press from inside. */
53
+ private _isOnBackdrop;
54
+ _handleBackdropClick: (e: MouseEvent) => void;
41
55
  _handleCancel(e: Event): void;
42
56
  render(): import("lit-html").TemplateResult<1>;
43
57
  }
@@ -1 +1 @@
1
- {"version":3,"file":"modal-dialog.d.ts","sourceRoot":"","sources":["../../../../src/components/status-and-feedback/modal-dialog/modal-dialog.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,OAAO,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AAMjC,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,mCAAmC,CAAC;AAC7E,OAAO,mCAAmC,CAAC;AAE3C,qBACa,eAAgB,SAAQ,UAAU;IAC9C,OAAgB,MAAM,0BAAqB;IAG3C,OAAO,EAAE,mBAAmB,GAAG,EAAE,CAAM;IAGvC,IAAI,SAAM;IAGV,IAAI,SAAM;IAGV,cAAc,SAAM;IAEpB,oFAAoF;IAEpF,eAAe,SAAM;IAErB,OAAO,CAAC,QAAQ,CAAS;IAEzB,OAAO,KAAK,OAAO,GAElB;IAED,IAAI,IAAI,IAAI;IAQZ,OAAO,CAAC,YAAY;IAWpB,IAAI,IAAI,IAAI;IAuBZ,oBAAoB,CAAC,CAAC,EAAE,UAAU,GAAG,IAAI;IAWzC,aAAa,CAAC,CAAC,EAAE,KAAK,GAAG,IAAI;IAKpB,MAAM;CAGf;AAED,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,qBAAqB;QAC9B,mBAAmB,EAAE,eAAe,CAAC;KACrC;CACD"}
1
+ {"version":3,"file":"modal-dialog.d.ts","sourceRoot":"","sources":["../../../../src/components/status-and-feedback/modal-dialog/modal-dialog.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,OAAO,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AAYjC,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,mCAAmC,CAAC;AAC7E,OAAO,mCAAmC,CAAC;AAE3C,qBACa,eAAgB,SAAQ,UAAU;IAC9C,OAAgB,MAAM,0BAAqB;IAG3C,OAAO,EAAE,mBAAmB,GAAG,EAAE,CAAM;IAGvC,IAAI,SAAM;IAGV,IAAI,SAAM;IAGV,cAAc,SAAM;IAEpB,oFAAoF;IAEpF,eAAe,SAAM;IAErB,OAAO,CAAC,QAAQ,CAAS;IAEzB,OAAO,KAAK,OAAO,GAElB;IAED,IAAI,IAAI,IAAI;IAQZ,OAAO,CAAC,YAAY;IAapB,IAAI,IAAI,IAAI;IA+BZ,6CAA6C;IAC7C,OAAO,CAAC,cAAc,CAAK;IAE3B;;;mEAG+D;IAC/D,OAAO,CAAC,sBAAsB,CAAS;IAEvC,wBAAwB,GAAI,GAAG,YAAY,KAAG,IAAI,CAEhD;IAEF;;;;2EAIuE;IACvE,OAAO,CAAC,aAAa;IASrB,oBAAoB,GAAI,GAAG,UAAU,KAAG,IAAI,CAO3C;IAED,aAAa,CAAC,CAAC,EAAE,KAAK,GAAG,IAAI;IAKpB,MAAM;CAGf;AAED,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,qBAAqB;QAC9B,mBAAmB,EAAE,eAAe,CAAC;KACrC;CACD"}
@@ -12,27 +12,32 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
12
12
  *
13
13
  * @element nldd-modal-dialog
14
14
  *
15
- * @attr {'alert'} variant - Forwarded to nldd-inline-dialog; 'alert' forces icon and color
16
- * @attr {string} icon - Forwarded to nldd-inline-dialog; absent when not set
17
- * @attr {string} text - Forwarded to nldd-inline-dialog; main text
18
- * @attr {string} supporting-text - Forwarded to nldd-inline-dialog; supporting text
19
- * @attr {string} accessible-label - Accessible name for the dialog (aria-label); falls back to text
15
+ * @attr {'alert'} variant - Forwarded to nldd-inline-dialog; 'alert' forces icon and color
16
+ * @attr {string} icon - Forwarded to nldd-inline-dialog; absent when not set
17
+ * @attr {string} text - Forwarded to nldd-inline-dialog; main text
18
+ * @attr {string} supporting-text - Forwarded to nldd-inline-dialog; supporting text
19
+ * @attr {string} accessible-label - Accessible name for the dialog (aria-label); falls back to text
20
20
  *
21
- * @slot - Optional custom content, forwarded to nldd-inline-dialog
21
+ * @slot - Optional custom content, forwarded to nldd-inline-dialog
22
22
  * @slot actions - nldd-button elements, forwarded to nldd-inline-dialog
23
23
  *
24
- * @fires open - When the dialog is opened
24
+ * @fires open - When the dialog is opened
25
25
  * @fires close - When the dialog is fully closed
26
26
  *
27
27
  * @method show() - Opens the modal dialog
28
28
  * @method hide() - Closes the modal dialog with a closing animation
29
29
  */
30
30
  import { LitElement } from 'lit';
31
+ /** Generous compared to the ~0.2s close animation: long enough that a normal
32
+ * close always wins on animationend, short enough that a paused or dropped
33
+ * animation does not leave the dialog stuck. */
34
+ const MODAL_DIALOG_CLOSE_TIMEOUT_MS = 1000;
31
35
  import { customElement, property } from 'lit/decorators.js';
32
36
  import { reflectNonDefault } from '../../../utilities/reflect-non-default.js';
33
37
  import { modalDialogStyles } from './modal-dialog.styles.js';
34
38
  import { modalDialogTemplate } from './modal-dialog.template.js';
35
39
  import { isPointerMode } from '../../../utilities/input-modality.js';
40
+ import { focusAutofocusTarget } from '../../../utilities/autofocus.js';
36
41
  import '../inline-dialog/inline-dialog.js';
37
42
  let NLDDModalDialog = class NLDDModalDialog extends LitElement {
38
43
  constructor() {
@@ -44,6 +49,24 @@ let NLDDModalDialog = class NLDDModalDialog extends LitElement {
44
49
  /** Accessible name for the dialog — forwarded as aria-label. Falls back to text. */
45
50
  this.accessibleLabel = '';
46
51
  this._closing = false;
52
+ /** Timer id for the close fallback above. */
53
+ this._closeFallback = 0;
54
+ /** Whether the press preceding a click started on the backdrop rather than
55
+ * inside the dialog. Guards against a drag that begins inside (selecting
56
+ * text, dragging a control) and ends on the backdrop being read as a
57
+ * backdrop click — same fix as nldd-sheet and nldd-window. */
58
+ this._pointerDownOnBackdrop = false;
59
+ this._handleDialogPointerDown = (e) => {
60
+ this._pointerDownOnBackdrop = this._isOnBackdrop(e);
61
+ };
62
+ this._handleBackdropClick = (e) => {
63
+ // Close only on a genuine backdrop click: the press AND the release both
64
+ // land on the backdrop. Without the pointerdown check, a drag that starts
65
+ // inside the dialog and releases on the backdrop would dismiss it.
66
+ if (this._isOnBackdrop(e) && this._pointerDownOnBackdrop) {
67
+ this.hide();
68
+ }
69
+ };
47
70
  }
48
71
  get _dialog() {
49
72
  return this.shadowRoot?.querySelector('dialog') ?? null;
@@ -57,8 +80,10 @@ let NLDDModalDialog = class NLDDModalDialog extends LitElement {
57
80
  this.dispatchEvent(new CustomEvent('open', { bubbles: true, composed: true }));
58
81
  }
59
82
  _manageFocus() {
60
- // 1. autofocus element present — let the browser handle it natively
61
- if (this.querySelector('[autofocus]'))
83
+ // 1. autofocus element present — focus it ourselves: a design-system
84
+ // field keeps its input in shadow DOM, which the browser's own autofocus
85
+ // skips (see focusAutofocusTarget).
86
+ if (focusAutofocusTarget(this))
62
87
  return;
63
88
  // 2. Focus the dialog — show focus ring only when opened via keyboard
64
89
  const dialog = this._dialog;
@@ -73,31 +98,42 @@ let NLDDModalDialog = class NLDDModalDialog extends LitElement {
73
98
  return;
74
99
  this._closing = true;
75
100
  dialog.classList.add('is-closing');
76
- dialog.addEventListener('animationend', () => {
101
+ const finish = () => {
102
+ if (!this._closing)
103
+ return;
104
+ window.clearTimeout(this._closeFallback);
77
105
  dialog.classList.remove('is-closing');
78
106
  this._closing = false;
79
107
  dialog.close();
80
108
  this.dispatchEvent(new CustomEvent('close', { bubbles: true, composed: true }));
81
- }, { once: true });
109
+ };
110
+ dialog.addEventListener('animationend', finish, { once: true });
111
+ // Fallback for prefers-reduced-motion (no animation fires)
82
112
  requestAnimationFrame(() => {
83
- if (this._closing && getComputedStyle(dialog).animationName === 'none') {
84
- dialog.classList.remove('is-closing');
85
- this._closing = false;
86
- dialog.close();
87
- this.dispatchEvent(new CustomEvent('close', { bubbles: true, composed: true }));
88
- }
113
+ if (this._closing && getComputedStyle(dialog).animationName === 'none')
114
+ finish();
89
115
  });
116
+ // Last resort: animationend is not guaranteed. A background tab pauses CSS
117
+ // animations, so the event may never arrive — and because `_closing` gates
118
+ // this method, the dialog would then be wedged open for the rest of its
119
+ // life, ignoring every later hide(). Close on a timer instead of trusting
120
+ // the animation to end. (Mirrors nldd-sheet.)
121
+ this._closeFallback = window.setTimeout(finish, MODAL_DIALOG_CLOSE_TIMEOUT_MS);
90
122
  }
91
- _handleBackdropClick(e) {
92
- if (e.target !== this._dialog)
93
- return;
94
- // e.target is the dialog for both backdrop clicks and clicks on the dialog's
95
- // own padding distinguish by checking the pointer position against the rect.
96
- const rect = this._dialog.getBoundingClientRect();
97
- const insideDialog = e.clientX >= rect.left && e.clientX <= rect.right &&
98
- e.clientY >= rect.top && e.clientY <= rect.bottom;
99
- if (!insideDialog)
100
- this.hide();
123
+ /** True when the event landed on the backdrop: it targets the dialog
124
+ * itself (content clicks target the content) with coordinates outside the
125
+ * dialog box. The target check comes BEFORE the coordinates, because a
126
+ * programmatic `.click()` carries clientX/clientY 0,0 outside any dialog
127
+ * rect and would otherwise read as a backdrop press from inside. */
128
+ _isOnBackdrop(e) {
129
+ const dialog = this._dialog;
130
+ if (!dialog)
131
+ return false;
132
+ if (e.composedPath()[0] !== dialog)
133
+ return false;
134
+ const rect = dialog.getBoundingClientRect();
135
+ return e.clientX < rect.left || e.clientX > rect.right
136
+ || e.clientY < rect.top || e.clientY > rect.bottom;
101
137
  }
102
138
  _handleCancel(e) {
103
139
  e.preventDefault();
@@ -1 +1 @@
1
- {"version":3,"file":"modal-dialog.js","sourceRoot":"","sources":["../../../../src/components/status-and-feedback/modal-dialog/modal-dialog.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"modal-dialog.js","sourceRoot":"","sources":["../../../../src/components/status-and-feedback/modal-dialog/modal-dialog.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"modal-dialog.template.d.ts","sourceRoot":"","sources":["../../../../src/components/status-and-feedback/modal-dialog/modal-dialog.template.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAEzD,wBAAgB,mBAAmB,CAAC,SAAS,EAAE,eAAe,wCAqB7D"}
1
+ {"version":3,"file":"modal-dialog.template.d.ts","sourceRoot":"","sources":["../../../../src/components/status-and-feedback/modal-dialog/modal-dialog.template.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAEzD,wBAAgB,mBAAmB,CAAC,SAAS,EAAE,eAAe,wCAsB7D"}
@@ -6,6 +6,7 @@ export function modalDialogTemplate(component) {
6
6
  role=${component.variant === 'alert' ? 'alertdialog' : nothing}
7
7
  aria-label=${component.accessibleLabel || component.text || nothing}
8
8
  aria-modal="true"
9
+ @pointerdown=${component._handleDialogPointerDown}
9
10
  @click=${component._handleBackdropClick}
10
11
  @cancel=${component._handleCancel}
11
12
  >
@@ -1 +1 @@
1
- {"version":3,"file":"modal-dialog.template.js","sourceRoot":"","sources":["../../../../src/components/status-and-feedback/modal-dialog/modal-dialog.template.ts"],"names":[],"mappings":"AAAA,wGAAwG;AACxG,OAAO,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,KAAK,CAAC;AAGpC,MAAM,UAAU,mBAAmB,CAAC,SAA0B;IAC7D,OAAO,IAAI,CAAA;;UAEF,SAAS,CAAC,OAAO,KAAK,OAAO,CAAC,CAAC,CAAC,aAAa,CAAC,CAAC,CAAC,OAAO;gBACjD,SAAS,CAAC,eAAe,IAAI,SAAS,CAAC,IAAI,IAAI,OAAO;;YAE1D,SAAS,CAAC,oBAAoB;aAC7B,SAAS,CAAC,aAAa;;;cAGtB,SAAS,CAAC,OAAO,IAAI,OAAO;WAC/B,SAAS,CAAC,IAAI,IAAI,OAAO;WACzB,SAAS,CAAC,IAAI,IAAI,OAAO;sBACd,SAAS,CAAC,cAAc,IAAI,OAAO;;;;;;;EAOvD,CAAC;AACH,CAAC"}
1
+ {"version":3,"file":"modal-dialog.template.js","sourceRoot":"","sources":["../../../../src/components/status-and-feedback/modal-dialog/modal-dialog.template.ts"],"names":[],"mappings":"AAAA,wGAAwG;AACxG,OAAO,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,KAAK,CAAC;AAGpC,MAAM,UAAU,mBAAmB,CAAC,SAA0B;IAC7D,OAAO,IAAI,CAAA;;UAEF,SAAS,CAAC,OAAO,KAAK,OAAO,CAAC,CAAC,CAAC,aAAa,CAAC,CAAC,CAAC,OAAO;gBACjD,SAAS,CAAC,eAAe,IAAI,SAAS,CAAC,IAAI,IAAI,OAAO;;kBAEpD,SAAS,CAAC,wBAAwB;YACxC,SAAS,CAAC,oBAAoB;aAC7B,SAAS,CAAC,aAAa;;;cAGtB,SAAS,CAAC,OAAO,IAAI,OAAO;WAC/B,SAAS,CAAC,IAAI,IAAI,OAAO;WACzB,SAAS,CAAC,IAAI,IAAI,OAAO;sBACd,SAAS,CAAC,cAAc,IAAI,OAAO;;;;;;;EAOvD,CAAC;AACH,CAAC"}
@@ -19,26 +19,26 @@
19
19
  * @element nldd-progress-bar
20
20
  *
21
21
  * @attr {'progress'|'distribution'} mode - Semantics for ARIA and visualization (default: 'progress')
22
- * @attr {number} max - Total value (default: 100)
23
- * @attr {number} value - Single-segment shorthand (ignored when segment children are present)
24
- * @attr {string} color - Color for the single-segment shorthand (default: 'accent')
25
- * @attr {'sm'|'md'|'lg'} size - Height of the bar (default: 'md')
26
- * @attr {string} text - Label above the bar (left)
22
+ * @attr {number} max - Total value (default: 100)
23
+ * @attr {number} value - Single-segment shorthand (ignored when segment children are present)
24
+ * @attr {string} color - Color for the single-segment shorthand (default: 'accent')
25
+ * @attr {'sm'|'md'|'lg'} size - Height of the bar (default: 'md')
26
+ * @attr {string} text - Label above the bar (left)
27
27
  * @attr {'percentage'|'absolute'|'fraction'} value-format - Format for the displayed value (default: 'percentage')
28
28
  * @attr {'inline'|'tooltip'|'none'} value-display - Where the value shows: inline in the caption, in a tooltip on the bar, or hidden (default: 'inline')
29
- * @attr {string} value-text - Full override of the displayed value
30
- * @attr {string} accessible-label - Full override of aria-valuetext
31
- * @attr {boolean} indeterminate - Shows a sliding indicator animation (only without segments)
32
- * @attr {object} translations - Override translation keys; unset keys fall back to Dutch
29
+ * @attr {string} value-text - Full override of the displayed value
30
+ * @attr {string} accessible-label - Full override of aria-valuetext
31
+ * @attr {boolean} indeterminate - Shows a sliding indicator animation (only without segments)
32
+ * @attr {object} translations - Override translation keys; unset keys fall back to Dutch
33
33
  *
34
34
  * @slot - Place for nldd-progress-bar-segment-indicator elements
35
35
  *
36
36
  * @element nldd-progress-bar-segment-indicator
37
37
  *
38
- * @attr {number} value - Share of the parent's total (default 0; <=0 hides segment)
39
- * @attr {string} color - Color. Semantic (neutral, accent, success, warning, critical) or a Rijkskleur. Default 'accent'.
40
- * @attr {string} name - Name for screenreader text (optional)
41
- * @attr {string} tooltip-text - Override of the auto-generated tooltip text
38
+ * @attr {number} value - Share of the parent's total (default 0; <=0 hides segment)
39
+ * @attr {string} color - Color. Semantic (neutral, accent, success, warning, critical) or a Rijkskleur. Default 'accent'.
40
+ * @attr {string} name - Name for screenreader text (optional)
41
+ * @attr {string} tooltip-text - Override of the auto-generated tooltip text
42
42
  */
43
43
  import { LitElement } from 'lit';
44
44
  import type { NLDDProgressBarTranslations } from './progress-bar.i18n.js';
@@ -1,8 +1,8 @@
1
1
  export declare const nlddProgressBarTranslations: {
2
2
  'components.progress-bar.completed-suffix-text': string;
3
3
  'components.progress-bar.total-prefix-text': string;
4
- 'components.progress-bar.loading-text': string;
5
- 'components.progress-bar.label-text': string;
4
+ 'components.progress-bar.loading-label': string;
5
+ 'components.progress-bar.accessible-label': string;
6
6
  };
7
7
  export type NLDDProgressBarTranslations = typeof nlddProgressBarTranslations;
8
8
  //# sourceMappingURL=progress-bar.i18n.d.ts.map
@@ -1,7 +1,7 @@
1
1
  export const nlddProgressBarTranslations = {
2
2
  'components.progress-bar.completed-suffix-text': 'voltooid',
3
3
  'components.progress-bar.total-prefix-text': 'Totaal',
4
- 'components.progress-bar.loading-text': 'Aan het laden',
5
- 'components.progress-bar.label-text': 'Voortgang',
4
+ 'components.progress-bar.loading-label': 'Aan het laden',
5
+ 'components.progress-bar.accessible-label': 'Voortgang',
6
6
  };
7
7
  //# sourceMappingURL=progress-bar.i18n.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"progress-bar.i18n.js","sourceRoot":"","sources":["../../../../src/components/status-and-feedback/progress-bar/progress-bar.i18n.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,2BAA2B,GAAG;IAC1C,+CAA+C,EAAE,UAAU;IAC3D,2CAA2C,EAAE,QAAQ;IACrD,sCAAsC,EAAE,eAAe;IACvD,oCAAoC,EAAE,WAAW;CACjD,CAAC"}
1
+ {"version":3,"file":"progress-bar.i18n.js","sourceRoot":"","sources":["../../../../src/components/status-and-feedback/progress-bar/progress-bar.i18n.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,2BAA2B,GAAG;IAC1C,+CAA+C,EAAE,UAAU;IAC3D,2CAA2C,EAAE,QAAQ;IACrD,uCAAuC,EAAE,eAAe;IACxD,0CAA0C,EAAE,WAAW;CACvD,CAAC"}
@@ -25,26 +25,26 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
25
25
  * @element nldd-progress-bar
26
26
  *
27
27
  * @attr {'progress'|'distribution'} mode - Semantics for ARIA and visualization (default: 'progress')
28
- * @attr {number} max - Total value (default: 100)
29
- * @attr {number} value - Single-segment shorthand (ignored when segment children are present)
30
- * @attr {string} color - Color for the single-segment shorthand (default: 'accent')
31
- * @attr {'sm'|'md'|'lg'} size - Height of the bar (default: 'md')
32
- * @attr {string} text - Label above the bar (left)
28
+ * @attr {number} max - Total value (default: 100)
29
+ * @attr {number} value - Single-segment shorthand (ignored when segment children are present)
30
+ * @attr {string} color - Color for the single-segment shorthand (default: 'accent')
31
+ * @attr {'sm'|'md'|'lg'} size - Height of the bar (default: 'md')
32
+ * @attr {string} text - Label above the bar (left)
33
33
  * @attr {'percentage'|'absolute'|'fraction'} value-format - Format for the displayed value (default: 'percentage')
34
34
  * @attr {'inline'|'tooltip'|'none'} value-display - Where the value shows: inline in the caption, in a tooltip on the bar, or hidden (default: 'inline')
35
- * @attr {string} value-text - Full override of the displayed value
36
- * @attr {string} accessible-label - Full override of aria-valuetext
37
- * @attr {boolean} indeterminate - Shows a sliding indicator animation (only without segments)
38
- * @attr {object} translations - Override translation keys; unset keys fall back to Dutch
35
+ * @attr {string} value-text - Full override of the displayed value
36
+ * @attr {string} accessible-label - Full override of aria-valuetext
37
+ * @attr {boolean} indeterminate - Shows a sliding indicator animation (only without segments)
38
+ * @attr {object} translations - Override translation keys; unset keys fall back to Dutch
39
39
  *
40
40
  * @slot - Place for nldd-progress-bar-segment-indicator elements
41
41
  *
42
42
  * @element nldd-progress-bar-segment-indicator
43
43
  *
44
- * @attr {number} value - Share of the parent's total (default 0; <=0 hides segment)
45
- * @attr {string} color - Color. Semantic (neutral, accent, success, warning, critical) or a Rijkskleur. Default 'accent'.
46
- * @attr {string} name - Name for screenreader text (optional)
47
- * @attr {string} tooltip-text - Override of the auto-generated tooltip text
44
+ * @attr {number} value - Share of the parent's total (default 0; <=0 hides segment)
45
+ * @attr {string} color - Color. Semantic (neutral, accent, success, warning, critical) or a Rijkskleur. Default 'accent'.
46
+ * @attr {string} name - Name for screenreader text (optional)
47
+ * @attr {string} tooltip-text - Override of the auto-generated tooltip text
48
48
  */
49
49
  import { LitElement, html } from 'lit';
50
50
  import { customElement, property, state } from 'lit/decorators.js';
@@ -189,7 +189,7 @@ let NLDDProgressBar = class NLDDProgressBar extends LitElement {
189
189
  if (this.accessibleLabel)
190
190
  return this.accessibleLabel;
191
191
  if (this.indeterminate)
192
- return this._t('components.progress-bar.loading-text');
192
+ return this._t('components.progress-bar.loading-label');
193
193
  const completedSuffix = this._t('components.progress-bar.completed-suffix-text');
194
194
  const totalPrefix = this._t('components.progress-bar.total-prefix-text');
195
195
  // Single-segment case
@@ -1 +1 @@
1
- {"version":3,"file":"progress-bar.js","sourceRoot":"","sources":["../../../../src/components/status-and-feedback/progress-bar/progress-bar.ts"],"names":[],"mappings":";;;;;;AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAyCG;AACH,OAAO,EAAE,UAAU,EAAE,IAAI,EAAE,MAAM,KAAK,CAAC;AACvC,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AACnE,OAAO,EAAE,iBAAiB,EAAE,MAAM,2CAA2C,CAAC;AAC9E,OAAO,EAAE,iBAAiB,EAAE,iCAAiC,EAAE,MAAM,0BAA0B,CAAC;AAChG,OAAO,EAAE,mBAAmB,EAAE,MAAM,4BAA4B,CAAC;AACjE,OAAO,EAAE,2BAA2B,EAAE,MAAM,wBAAwB,CAAC;AAErE,OAAO,kCAAkC,CAAC;AAE1C;;;4EAG4E;AAC5E,MAAM,CAAC,MAAM,2BAA2B,GAAG,GAAG,CAAC;AAiB/C,wCAAwC;AAGjC,IAAM,+BAA+B,GAArC,MAAM,+BAAgC,SAAQ,UAAU;IAAxD;;QAIN,UAAK,GAAG,CAAC,CAAC;QAGV,UAAK,GAAqB,QAAQ,CAAC;QAGnC,SAAI,GAAG,EAAE,CAAC;QAEV;;iFAEyE;QAEzE,gBAAW,GAAG,EAAE,CAAC;QAEjB;mEAC2D;QAE3D,qBAAgB,GAAG,EAAE,CAAC;IAiCvB,CAAC;IA/BA,IAAI,iBAAiB;QACpB,OAAO,IAAI,CAAC,WAAW,IAAI,IAAI,CAAC,gBAAgB,IAAI,EAAE,CAAC;IACxD,CAAC;IAEQ,MAAM;QACd,MAAM,IAAI,GAAG,IAAI,CAAC,iBAAiB,CAAC;QACpC,oEAAoE;QACpE,8DAA8D;QAC9D,IAAI,CAAC,IAAI,EAAE,CAAC;YACX,OAAO,IAAI,CAAA,oEAAoE,CAAC;QACjF,CAAC;QACD,qEAAqE;QACrE,kEAAkE;QAClE,uEAAuE;QACvE,sEAAsE;QACtE,iEAAiE;QACjE,sEAAsE;QACtE,+DAA+D;QAC/D,gEAAgE;QAChE,qEAAqE;QACrE,iCAAiC;QACjC,OAAO,IAAI,CAAA;wBACW,IAAI;;;;kBAIV,IAAI;;;GAGnB,CAAC;IACH,CAAC;;AApDe,sCAAM,GAAG,iCAAiC,AAApC,CAAqC;AAG3D;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;8DAChC;AAGV;IADC,QAAQ,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,iBAAiB,CAAmB,QAAQ,CAAC,EAAE,CAAC;8DACnD;AAGnC;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;6DAChC;AAMV;IADC,QAAQ,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,cAAc,EAAE,SAAS,EAAE,iBAAiB,CAAS,EAAE,CAAC,EAAE,CAAC;oEAChF;AAKjB;IADC,KAAK,EAAE;yEACc;AArBV,+BAA+B;IAD3C,aAAa,CAAC,qCAAqC,CAAC;GACxC,+BAA+B,CAsD3C;;AAGD,sBAAsB;AAGf,IAAM,eAAe,GAArB,MAAM,eAAgB,SAAQ,UAAU;IAAxC;;QAIN,SAAI,GAAoB,UAAU,CAAC;QAGnC,QAAG,GAAG,GAAG,CAAC;QAGV,UAAK,GAAkB,IAAI,CAAC;QAG5B,UAAK,GAAqB,QAAQ,CAAC;QAGnC,SAAI,GAAoB,IAAI,CAAC;QAG7B,SAAI,GAAG,EAAE,CAAC;QAGV,gBAAW,GAA2B,YAAY,CAAC;QAGnD,cAAS,GAAG,EAAE,CAAC;QAGf,iBAAY,GAA4B,QAAQ,CAAC;QAGjD,oBAAe,GAAG,EAAE,CAAC;QAGrB,kBAAa,GAAG,KAAK,CAAC;QAEtB,kFAAkF;QAElF,iBAAY,GAAyC,EAAE,CAAC;QAGhD,uBAAkB,GAAsC,EAAE,CAAC;QAEnE;sFAC8E;QAE9E,0BAAqB,GAAG,KAAK,CAAC;QAE9B;wFACgF;QAEhF,2BAAsB,GAAG,KAAK,CAAC;QAkQvB,uBAAkB,GAAG,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IAK5D,CAAC;IAlQO,EAAE,CAAC,GAAsC;QAC/C,OAAO,IAAI,CAAC,YAAY,CAAC,GAAG,CAAC,IAAI,2BAA2B,CAAC,GAAG,CAAC,CAAC;IACnE,CAAC;IAED,gEAAgE;IAChE,IAAI,qBAAqB;QACxB,OAAO,IAAI,CAAC,kBAAkB,CAAC,MAAM,GAAG,CAAC,CAAC;IAC3C,CAAC;IAED,kEAAkE;IAClE,IAAI,WAAW;QACd,IAAI,IAAI,CAAC,qBAAqB,EAAE,CAAC;YAChC,OAAO,IAAI,CAAC,kBAAkB,CAAC,MAAM,CAAC,CAAC,GAAG,EAAE,CAAC,EAAE,EAAE,CAAC,GAAG,GAAG,IAAI,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,CAAC;QAClF,CAAC;QACD,OAAO,IAAI,CAAC,GAAG,CAAC,CAAC,EAAE,IAAI,CAAC,KAAK,IAAI,CAAC,CAAC,CAAC;IACrC,CAAC;IAED,iCAAiC;IACjC,IAAI,WAAW;QACd,IAAI,IAAI,CAAC,GAAG,IAAI,CAAC;YAAE,OAAO,CAAC,CAAC;QAC5B,OAAO,IAAI,CAAC,GAAG,CAAC,GAAG,EAAE,CAAC,IAAI,CAAC,WAAW,GAAG,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,CAAC;IAC3D,CAAC;IAED,8CAA8C;IAC9C,IAAI,aAAa;QAChB,IAAI,IAAI,CAAC,SAAS;YAAE,OAAO,IAAI,CAAC,SAAS,CAAC;QAC1C,IAAI,IAAI,CAAC,aAAa;YAAE,OAAO,EAAE,CAAC;QAClC,MAAM,KAAK,GAAG,IAAI,CAAC,WAAW,CAAC;QAC/B,QAAQ,IAAI,CAAC,WAAW,EAAE,CAAC;YAC1B,KAAK,UAAU,CAAC,CAAC,OAAO,GAAG,KAAK,EAAE,CAAC;YACnC,KAAK,UAAU,CAAC,CAAC,OAAO,GAAG,KAAK,MAAM,IAAI,CAAC,GAAG,EAAE,CAAC;YACjD,KAAK,YAAY,CAAC;YAClB,OAAO,CAAC,CAAC,OAAO,GAAG,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,WAAW,CAAC,GAAG,CAAC;QACpD,CAAC;IACF,CAAC;IAED,kDAAkD;IAClD,IAAI,cAAc;QACjB,IAAI,IAAI,CAAC,eAAe;YAAE,OAAO,IAAI,CAAC,eAAe,CAAC;QACtD,IAAI,IAAI,CAAC,aAAa;YAAE,OAAO,IAAI,CAAC,EAAE,CAAC,sCAAsC,CAAC,CAAC;QAE/E,MAAM,eAAe,GAAG,IAAI,CAAC,EAAE,CAAC,+CAA+C,CAAC,CAAC;QACjF,MAAM,WAAW,GAAG,IAAI,CAAC,EAAE,CAAC,2CAA2C,CAAC,CAAC;QAEzE,sBAAsB;QACtB,IAAI,CAAC,IAAI,CAAC,qBAAqB,EAAE,CAAC;YACjC,OAAO,GAAG,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,WAAW,CAAC,KAAK,eAAe,EAAE,CAAC;QAC9D,CAAC;QAED,gBAAgB;QAChB,MAAM,KAAK,GAAG,IAAI,CAAC,kBAAkB,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC;QAC1D,MAAM,QAAQ,GAAG,KAAK,CAAC,MAAM,KAAK,IAAI,CAAC,kBAAkB,CAAC,MAAM,IAAI,IAAI,CAAC,kBAAkB,CAAC,MAAM,GAAG,CAAC,CAAC;QACvG,MAAM,4BAA4B,GAAG,IAAI,CAAC,kBAAkB;aAC1D,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,KAAK,GAAG,CAAC,CAAC;aACxB,GAAG,CAAC,CAAC,CAAC,EAAE;YACR,MAAM,GAAG,GAAG,IAAI,CAAC,GAAG,GAAG,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,KAAK,GAAG,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;YACtE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,IAAI,KAAK,GAAG,GAAG,CAAC,CAAC,CAAC,GAAG,GAAG,GAAG,CAAC;QAClD,CAAC,CAAC,CAAC;QAEJ,IAAI,IAAI,CAAC,IAAI,KAAK,cAAc,EAAE,CAAC;YAClC,OAAO,4BAA4B,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QAChD,CAAC;QAED,gBAAgB;QAChB,MAAM,QAAQ,GAAG,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAC9C,IAAI,QAAQ,EAAE,CAAC;YACd,OAAO,GAAG,4BAA4B,CAAC,IAAI,CAAC,IAAI,CAAC,KAAK,WAAW,IAAI,QAAQ,KAAK,eAAe,GAAG,CAAC;QACtG,CAAC;QACD,OAAO,GAAG,QAAQ,KAAK,eAAe,EAAE,CAAC;IAC1C,CAAC;IAED;kDAC8C;IAC9C,IAAI,WAAW;QACd,OAAO,CAAC,CAAC,IAAI,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,YAAY,KAAK,QAAQ,IAAI,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC;IAChF,CAAC;IAIQ,YAAY;QACpB,IAAI,CAAC,sBAAsB,EAAE,CAAC;IAC/B,CAAC;IAEQ,UAAU,CAAC,OAA6B;QAChD,mEAAmE;QACnE,qEAAqE;QACrE,sEAAsE;QACtE,uEAAuE;QACvE,mEAAmE;QACnE,wEAAwE;QACxE,yCAAyC;QACzC,IAAI,OAAO,CAAC,GAAG,CAAC,eAAe,CAAC,EAAE,CAAC;YAClC,MAAM,QAAQ,GAAG,OAAO,CAAC,GAAG,CAAC,eAAe,CAAC,CAAC;YAC9C,IAAI,QAAQ,KAAK,IAAI,IAAI,CAAC,IAAI,CAAC,aAAa,EAAE,CAAC;gBAC9C,IAAI,CAAC,uBAAuB,EAAE,CAAC;YAChC,CAAC;iBAAM,IAAI,QAAQ,KAAK,KAAK,IAAI,IAAI,CAAC,aAAa,EAAE,CAAC;gBACrD,IAAI,CAAC,wBAAwB,EAAE,CAAC;YACjC,CAAC;QACF,CAAC;IACF,CAAC;IAEQ,OAAO;QACf,sEAAsE;QACtE,yDAAyD;QACzD,IAAI,CAAC,sBAAsB,EAAE,CAAC;IAC/B,CAAC;IAED;oFACgF;IACxE,uBAAuB;QAC9B,IAAI,CAAC,yBAAyB,EAAE,CAAC;QACjC,IAAI,CAAC,qBAAqB,GAAG,IAAI,CAAC;QAClC,IAAI,CAAC,YAAY,GAAG,UAAU,CAAC,GAAG,EAAE;YACnC,IAAI,CAAC,qBAAqB,GAAG,KAAK,CAAC;YACnC,IAAI,CAAC,YAAY,GAAG,SAAS,CAAC;QAC/B,CAAC,EAAE,2BAA2B,CAAC,CAAC;IACjC,CAAC;IAED,wGAAwG;IAChG,wBAAwB;QAC/B,IAAI,CAAC,wBAAwB,EAAE,CAAC;QAChC,IAAI,CAAC,sBAAsB,GAAG,IAAI,CAAC;QACnC,IAAI,CAAC,aAAa,GAAG,UAAU,CAAC,GAAG,EAAE;YACpC,IAAI,CAAC,sBAAsB,GAAG,KAAK,CAAC;YACpC,IAAI,CAAC,aAAa,GAAG,SAAS,CAAC;QAChC,CAAC,EAAE,2BAA2B,CAAC,CAAC;IACjC,CAAC;IAEO,wBAAwB;QAC/B,IAAI,IAAI,CAAC,YAAY,EAAE,CAAC;YACvB,YAAY,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;YAChC,IAAI,CAAC,YAAY,GAAG,SAAS,CAAC;QAC/B,CAAC;QACD,IAAI,CAAC,qBAAqB,GAAG,KAAK,CAAC;IACpC,CAAC;IAEO,yBAAyB;QAChC,IAAI,IAAI,CAAC,aAAa,EAAE,CAAC;YACxB,YAAY,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC;YACjC,IAAI,CAAC,aAAa,GAAG,SAAS,CAAC;QAChC,CAAC;QACD,IAAI,CAAC,sBAAsB,GAAG,KAAK,CAAC;IACrC,CAAC;IAED;;kEAE8D;IACtD,8BAA8B,CAAC,GAAoC;QAC1E,qEAAqE;QACrE,6DAA6D;QAC7D,IAAI,IAAI,CAAC,YAAY,KAAK,MAAM;YAAE,OAAO,GAAG,CAAC,IAAI,IAAI,EAAE,CAAC;QACxD,MAAM,CAAC,GAAG,IAAI,CAAC,GAAG,CAAC,CAAC,EAAE,GAAG,CAAC,KAAK,CAAC,CAAC;QACjC,MAAM,GAAG,GAAG,IAAI,CAAC,GAAG,GAAG,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAChE,IAAI,SAAiB,CAAC;QACtB,QAAQ,IAAI,CAAC,WAAW,EAAE,CAAC;YAC1B,KAAK,UAAU;gBAAE,SAAS,GAAG,GAAG,CAAC,EAAE,CAAC;gBAAC,MAAM;YAC3C,KAAK,UAAU;gBAAE,SAAS,GAAG,GAAG,CAAC,MAAM,IAAI,CAAC,GAAG,EAAE,CAAC;gBAAC,MAAM;YACzD,KAAK,YAAY,CAAC;YAClB;gBAAS,SAAS,GAAG,GAAG,GAAG,GAAG,CAAC;gBAAC,MAAM;QACvC,CAAC;QACD,OAAO,GAAG,CAAC,IAAI,CAAC,CAAC,CAAC,GAAG,GAAG,CAAC,IAAI,KAAK,SAAS,EAAE,CAAC,CAAC,CAAC,SAAS,CAAC;IAC3D,CAAC;IAEQ,oBAAoB;QAC5B,KAAK,CAAC,oBAAoB,EAAE,CAAC;QAC7B,IAAI,CAAC,wBAAwB,EAAE,CAAC;QAChC,IAAI,CAAC,yBAAyB,EAAE,CAAC;QACjC,IAAI,CAAC,kBAAkB,EAAE,UAAU,EAAE,CAAC;IACvC,CAAC;IAEO,aAAa;QACpB,MAAM,IAAI,GAAG,IAAI,CAAC,UAAU,EAAE,aAAa,CAAkB,kBAAkB,CAAC,CAAC;QACjF,MAAM,QAAQ,GAAG,IAAI,EAAE,gBAAgB,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC,IAAI,EAAE,CAAC;QACjE,mEAAmE;QACnE,oEAAoE;QACpE,kEAAkE;QAClE,iDAAiD;QACjD,IAAI,CAAC,kBAAkB,GAAG,QAAQ,CAAC,MAAM,CACxC,CAAC,EAAE,EAAyC,EAAE,CAAC,EAAE,YAAY,+BAA+B,CAC5F,CAAC;QAEF,sEAAsE;QACtE,qEAAqE;QACrE,+EAA+E;QAC/E,sCAAsC;QACtC,IAAI,CAAC,kBAAkB,EAAE,UAAU,EAAE,CAAC;QACtC,IAAI,CAAC,kBAAkB,GAAG,IAAI,gBAAgB,CAAC,GAAG,EAAE,CAAC,IAAI,CAAC,aAAa,EAAE,CAAC,CAAC;QAC3E,KAAK,MAAM,GAAG,IAAI,IAAI,CAAC,kBAAkB,EAAE,CAAC;YAC3C,IAAI,CAAC,kBAAkB,CAAC,OAAO,CAAC,GAAG,EAAE;gBACpC,UAAU,EAAE,IAAI;gBAChB,eAAe,EAAE,CAAC,OAAO,EAAE,OAAO,EAAE,MAAM,EAAE,cAAc,CAAC;aAC3D,CAAC,CAAC;QACJ,CAAC;QAED,0EAA0E;QAC1E,4EAA4E;QAC5E,8DAA8D;IAC/D,CAAC;IAEO,sBAAsB;QAC7B,6DAA6D;QAC7D,MAAM,KAAK,GAAG,IAAI,CAAC,WAAW,CAAC;QAC/B,MAAM,WAAW,GAAG,KAAK,GAAG,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC;QAExD,IAAI,MAAM,CAAC,IAAI,CAAC,GAAG,EAAE,GAAG,IAAI,KAAK,GAAG,IAAI,CAAC,GAAG,IAAI,IAAI,CAAC,qBAAqB,EAAE,CAAC;YAC5E,OAAO,CAAC,IAAI,CACX,8CAA8C,KAAK,kBAAkB,IAAI,CAAC,GAAG,KAAK;gBAClF,yCAAyC,CACzC,CAAC;QACH,CAAC;QAED,yEAAyE;QACzE,wEAAwE;QACxE,2DAA2D;QAC3D,gCAAgC;QAChC,MAAM,wBAAwB,GAAG,IAAI,CAAC,UAAU,EAAE,aAAa,CAC9D,kCAAkC,CAClC,IAAI,IAAI,CAAC;QACV,MAAM,oBAAoB,GAAsC,wBAAwB;YACvF,CAAC,CAAC,CAAC,wBAAwB,EAAE,GAAG,IAAI,CAAC,kBAAkB,CAAC;YACxD,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC,kBAAkB,CAAC,CAAC;QAEhC,2DAA2D;QAC3D,uEAAuE;QACvE,qEAAqE;QACrE,gDAAgD;QAChD,MAAM,YAAY,GAAG,oBAAoB,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,MAAM,CAAC;QACvF,MAAM,mBAAmB,GAAG,YAAY,IAAI,CAAC,IAAI,IAAI,CAAC,YAAY,KAAK,SAAS,CAAC;QAEjF,MAAM,SAAS,GAAG,IAAI,CAAC,qBAAqB,CAAC;QAC7C,MAAM,UAAU,GAAG,IAAI,CAAC,sBAAsB,CAAC;QAE/C,KAAK,MAAM,GAAG,IAAI,oBAAoB,EAAE,CAAC;YACxC,MAAM,CAAC,GAAG,IAAI,CAAC,GAAG,CAAC,CAAC,EAAE,GAAG,CAAC,KAAK,CAAC,CAAC;YACjC,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC;gBACZ,GAAG,CAAC,MAAM,GAAG,IAAI,CAAC;gBAClB,GAAG,CAAC,eAAe,CAAC,WAAW,CAAC,CAAC;gBACjC,GAAG,CAAC,gBAAgB,GAAG,EAAE,CAAC;gBAC1B,SAAS;YACV,CAAC;YACD,GAAG,CAAC,MAAM,GAAG,KAAK,CAAC;YACnB,MAAM,GAAG,GAAG,WAAW,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,WAAW,CAAC,GAAG,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC;YAC1D,GAAG,CAAC,KAAK,CAAC,WAAW,CAAC,gDAAgD,EAAE,GAAG,GAAG,GAAG,CAAC,CAAC;YACnF,4DAA4D;YAC5D,+DAA+D;YAC/D,8DAA8D;YAC9D,GAAG,CAAC,YAAY,CAAC,WAAW,EAAE,IAAI,CAAC,IAAI,CAAC,CAAC;YACzC,GAAG,CAAC,gBAAgB,GAAG,mBAAmB,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,IAAI,CAAC,8BAA8B,CAAC,GAAG,CAAC,CAAC;YAC3F,GAAG,CAAC,eAAe,CAAC,WAAW,EAAE,SAAS,CAAC,CAAC;YAC5C,GAAG,CAAC,eAAe,CAAC,aAAa,EAAE,UAAU,CAAC,CAAC;QAChD,CAAC;IACF,CAAC;IAIQ,MAAM;QACd,OAAO,mBAAmB,CAAC,IAAI,EAAE,IAAI,CAAC,kBAAkB,CAAC,CAAC;IAC3D,CAAC;;AAxTe,sBAAM,GAAG,iBAAiB,AAApB,CAAqB;AAG3C;IADC,QAAQ,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,iBAAiB,CAAkB,UAAU,CAAC,EAAE,CAAC;6CACpD;AAGnC;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;4CAChC;AAGV;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;8CACd;AAG5B;IADC,QAAQ,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,iBAAiB,CAAmB,QAAQ,CAAC,EAAE,CAAC;8CACnD;AAGnC;IADC,QAAQ,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,iBAAiB,CAAkB,IAAI,CAAC,EAAE,CAAC;6CACpD;AAG7B;IADC,QAAQ,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,iBAAiB,CAAS,EAAE,CAAC,EAAE,CAAC;6CAC5D;AAGV;IADC,QAAQ,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,cAAc,EAAE,SAAS,EAAE,iBAAiB,CAAyB,YAAY,CAAC,EAAE,CAAC;oDACxE;AAGnD;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,YAAY,EAAE,CAAC;kDACpD;AAGf;IADC,QAAQ,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,eAAe,EAAE,SAAS,EAAE,iBAAiB,CAA0B,QAAQ,CAAC,EAAE,CAAC;qDACxE;AAGjD;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,kBAAkB,EAAE,CAAC;wDACpD;AAGrB;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;sDACrB;AAItB;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC;qDAC6B;AAGhD;IADP,KAAK,EAAE;2DAC2D;AAKnE;IADC,KAAK,EAAE;8DACsB;AAK9B;IADC,KAAK,EAAE;+DACuB;AAnDnB,eAAe;IAD3B,aAAa,CAAC,mBAAmB,CAAC;GACtB,eAAe,CA0T3B"}
1
+ {"version":3,"file":"progress-bar.js","sourceRoot":"","sources":["../../../../src/components/status-and-feedback/progress-bar/progress-bar.ts"],"names":[],"mappings":"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"}
@@ -47,7 +47,7 @@ export const progressBarStyles = css `
47
47
  }
48
48
 
49
49
 
50
- /* ## Indeterminate fill + border colour follow the variant; default is accent (blue) */
50
+ /* ## Indeterminate fill + border color follow the variant; default is accent (blue) */
51
51
 
52
52
  :host([color="neutral"]) { --_indeterminate-background-color: var(--semantics-categories-neutral-filled-background-color); --_indeterminate-border-color: var(--semantics-categories-neutral-filled-highlight-border-color); }
53
53
  :host([color="success"]) { --_indeterminate-background-color: var(--semantics-categories-success-filled-background-color); --_indeterminate-border-color: var(--semantics-categories-success-filled-highlight-border-color); }
@@ -24,7 +24,7 @@ export function progressBarTemplate(component, onSlotChange) {
24
24
  // translated fallback. aria-labelledby would be cleaner but VoiceOver on
25
25
  // Safari can't resolve IDREFs scoped to a shadow root, so we duplicate
26
26
  // the string into aria-label for cross-browser screen-reader support.
27
- const ariaLabel = component.text || component._t('components.progress-bar.label-text');
27
+ const ariaLabel = component.text || component._t('components.progress-bar.accessible-label');
28
28
  return html `
29
29
  ${hasCaption ? html `
30
30
  <div class="progress-bar__caption">
@@ -1 +1 @@
1
- {"version":3,"file":"progress-bar.template.js","sourceRoot":"","sources":["../../../../src/components/status-and-feedback/progress-bar/progress-bar.template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,KAAK,CAAC;AACpC,OAAO,EAAE,SAAS,EAAE,MAAM,8BAA8B,CAAC;AACzD,OAAO,EAAE,QAAQ,EAAE,MAAM,6BAA6B,CAAC;AAGvD,MAAM,UAAU,mBAAmB,CAAC,SAA0B,EAAE,YAAwB;IACvF,kEAAkE;IAClE,6EAA6E;IAC7E,6EAA6E;IAC7E,MAAM,UAAU,GAAG,SAAS,CAAC,WAAW,CAAC;IACzC,MAAM,SAAS,GAAG,SAAS,CAAC,qBAAqB,CAAC;IAClD,MAAM,UAAU,GAAG,SAAS,CAAC,sBAAsB,CAAC;IACpD,qFAAqF;IACrF,MAAM,0BAA0B,GAAG,CAAC,SAAS,CAAC,aAAa,IAAI,SAAS,CAAC,IAAI,CAAC,SAAS,CAAC,qBAAqB,CAAC;IAC9G,0EAA0E;IAC1E,2EAA2E;IAC3E,8EAA8E;IAC9E,mFAAmF;IACnF,MAAM,4BAA4B,GAAG,CAAC,SAAS,CAAC,qBAAqB;WACjE,SAAS,CAAC,KAAK,KAAK,IAAI,IAAI,SAAS,CAAC,KAAK,GAAG,CAAC;WAC/C,CAAC,CAAC,SAAS,CAAC,aAAa,IAAI,UAAU,CAAC,CAAC;IAC7C,oEAAoE;IACpE,qDAAqD;IACrD,MAAM,YAAY,GAAG,SAAS,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,WAAW,CAAC,CAAC;IAC7F,mEAAmE;IACnE,yEAAyE;IACzE,uEAAuE;IACvE,sEAAsE;IACtE,MAAM,SAAS,GAAG,SAAS,CAAC,IAAI,IAAI,SAAS,CAAC,EAAE,CAAC,oCAAoC,CAAC,CAAC;IACvF,OAAO,IAAI,CAAA;IACR,UAAU,CAAC,CAAC,CAAC,IAAI,CAAA;;uCAEkB,SAAS,CAAC,IAAI;MAC/C,SAAS,CAAC,YAAY,KAAK,QAAQ,IAAI,SAAS,CAAC,aAAa,CAAC,CAAC,CAAC,IAAI,CAAA,+CAA+C,SAAS,CAAC,aAAa,SAAS,CAAC,CAAC,CAAC,OAAO;;GAEjK,CAAC,CAAC,CAAC,OAAO;;;gBAGG,SAAS;;mBAEN,SAAS,CAAC,GAAG;mBACb,SAAS,CAAC,YAAY,CAAC;oBACtB,SAAS,CAAC,cAAc;;KAEvC,4BAA4B,CAAC,CAAC,CAAC,IAAI,CAAA;;cAE1B,SAAS,CAAC,KAAM;aACjB,SAAS,CAAC,KAAK;;IAExB,CAAC,CAAC,CAAC,OAAO;uBACS,YAAY;KAC9B,0BAA0B,CAAC,CAAC,CAAC,IAAI,CAAA;iBACrB,QAAQ,CAAC;QACrB,uCAAuC,EAAE,IAAI;QAC7C,eAAe,EAAE,SAAS,IAAI,CAAC,SAAS,CAAC,aAAa;QACtD,cAAc,EAAE,UAAU,IAAI,SAAS,CAAC,aAAa;KACrD,CAAC;IACF,CAAC,CAAC,CAAC,OAAO;;EAEZ,CAAC;AACH,CAAC"}
1
+ {"version":3,"file":"progress-bar.template.js","sourceRoot":"","sources":["../../../../src/components/status-and-feedback/progress-bar/progress-bar.template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,KAAK,CAAC;AACpC,OAAO,EAAE,SAAS,EAAE,MAAM,8BAA8B,CAAC;AACzD,OAAO,EAAE,QAAQ,EAAE,MAAM,6BAA6B,CAAC;AAGvD,MAAM,UAAU,mBAAmB,CAAC,SAA0B,EAAE,YAAwB;IACvF,kEAAkE;IAClE,6EAA6E;IAC7E,6EAA6E;IAC7E,MAAM,UAAU,GAAG,SAAS,CAAC,WAAW,CAAC;IACzC,MAAM,SAAS,GAAG,SAAS,CAAC,qBAAqB,CAAC;IAClD,MAAM,UAAU,GAAG,SAAS,CAAC,sBAAsB,CAAC;IACpD,qFAAqF;IACrF,MAAM,0BAA0B,GAAG,CAAC,SAAS,CAAC,aAAa,IAAI,SAAS,CAAC,IAAI,CAAC,SAAS,CAAC,qBAAqB,CAAC;IAC9G,0EAA0E;IAC1E,2EAA2E;IAC3E,8EAA8E;IAC9E,mFAAmF;IACnF,MAAM,4BAA4B,GAAG,CAAC,SAAS,CAAC,qBAAqB;WACjE,SAAS,CAAC,KAAK,KAAK,IAAI,IAAI,SAAS,CAAC,KAAK,GAAG,CAAC;WAC/C,CAAC,CAAC,SAAS,CAAC,aAAa,IAAI,UAAU,CAAC,CAAC;IAC7C,oEAAoE;IACpE,qDAAqD;IACrD,MAAM,YAAY,GAAG,SAAS,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,WAAW,CAAC,CAAC;IAC7F,mEAAmE;IACnE,yEAAyE;IACzE,uEAAuE;IACvE,sEAAsE;IACtE,MAAM,SAAS,GAAG,SAAS,CAAC,IAAI,IAAI,SAAS,CAAC,EAAE,CAAC,0CAA0C,CAAC,CAAC;IAC7F,OAAO,IAAI,CAAA;IACR,UAAU,CAAC,CAAC,CAAC,IAAI,CAAA;;uCAEkB,SAAS,CAAC,IAAI;MAC/C,SAAS,CAAC,YAAY,KAAK,QAAQ,IAAI,SAAS,CAAC,aAAa,CAAC,CAAC,CAAC,IAAI,CAAA,+CAA+C,SAAS,CAAC,aAAa,SAAS,CAAC,CAAC,CAAC,OAAO;;GAEjK,CAAC,CAAC,CAAC,OAAO;;;gBAGG,SAAS;;mBAEN,SAAS,CAAC,GAAG;mBACb,SAAS,CAAC,YAAY,CAAC;oBACtB,SAAS,CAAC,cAAc;;KAEvC,4BAA4B,CAAC,CAAC,CAAC,IAAI,CAAA;;cAE1B,SAAS,CAAC,KAAM;aACjB,SAAS,CAAC,KAAK;;IAExB,CAAC,CAAC,CAAC,OAAO;uBACS,YAAY;KAC9B,0BAA0B,CAAC,CAAC,CAAC,IAAI,CAAA;iBACrB,QAAQ,CAAC;QACrB,uCAAuC,EAAE,IAAI;QAC7C,eAAe,EAAE,SAAS,IAAI,CAAC,SAAS,CAAC,aAAa;QACtD,cAAc,EAAE,UAAU,IAAI,SAAS,CAAC,aAAa;KACrD,CAAC;IACF,CAAC,CAAC,CAAC,OAAO;;EAEZ,CAAC;AACH,CAAC"}
@@ -4,13 +4,13 @@
4
4
  * Exports both NLDDProgressCircle and NLDDProgressCircleSegmentIndicator.
5
5
  *
6
6
  * A circular progress indicator that mirrors the API of nldd-progress-bar:
7
- * single-value or multi-segment, progress or distribution mode, 24 colours,
7
+ * single-value or multi-segment, progress or distribution mode, 24 colors,
8
8
  * fade transitions between determinate/indeterminate, indeterminate indicator.
9
9
  *
10
10
  * Visual differences vs the bar:
11
11
  * - SVG arcs instead of rectangular bars.
12
12
  * - Label below the circle (not above).
13
- * - No centre text; the consumer can wrap the circle if needed.
13
+ * - No center text; the consumer can wrap the circle if needed.
14
14
  * - One combined tooltip on the whole circle showing all segment info
15
15
  * (no per-segment tooltips).
16
16
  * - Indeterminate uses a rotating elastic arc (Material-style) instead of
@@ -18,24 +18,24 @@
18
18
  *
19
19
  * @element nldd-progress-circle
20
20
  *
21
- * @attr {'progress'|'distribution'} mode - Semantics for ARIA and gap behaviour (default: 'progress')
22
- * @attr {number} max - Total value (default: 100)
23
- * @attr {number} value - Single-segment shorthand (ignored when segment children exist)
24
- * @attr {string} color - Color. Semantic (neutral, accent, success, warning, critical) or a Rijkskleur. Default 'accent'.
25
- * @attr {string} size - Circle diameter in px. Matches nldd-icon sizes: 16, 20, 24, 28, 32, 40, 44, 48, 56, 64, 80, 96 (default: '28')
26
- * @attr {string} text - Label below the circle
21
+ * @attr {'progress'|'distribution'} mode - Semantics for ARIA and gap behavior (default: 'progress')
22
+ * @attr {number} max - Total value (default: 100)
23
+ * @attr {number} value - Single-segment shorthand (ignored when segment children exist)
24
+ * @attr {string} color - Color. Semantic (neutral, accent, success, warning, critical) or a Rijkskleur. Default 'accent'.
25
+ * @attr {string} size - Circle diameter in px. Matches nldd-icon sizes: 16, 20, 24, 28, 32, 40, 44, 48, 56, 64, 80, 96 (default: '28')
26
+ * @attr {string} text - Label below the circle
27
27
  * @attr {'percentage'|'absolute'|'fraction'} value-format - Format of the displayed value (default: 'percentage')
28
28
  * @attr {'inline'|'tooltip'|'none'} value-display - Where the value shows: inline below the label, in a tooltip, or hidden (default: 'tooltip')
29
- * @attr {string} value-text - Full override of the displayed value (inline + tooltip)
30
- * @attr {string} accessible-label - Full override of aria-valuetext
31
- * @attr {boolean} indeterminate - Renders the rotating elastic arc animation
32
- * @attr {object} translations - Override translation keys; unset keys fall back to Dutch
29
+ * @attr {string} value-text - Full override of the displayed value (inline + tooltip)
30
+ * @attr {string} accessible-label - Full override of aria-valuetext
31
+ * @attr {boolean} indeterminate - Renders the rotating elastic arc animation
32
+ * @attr {object} translations - Override translation keys; unset keys fall back to Dutch
33
33
  *
34
34
  * @element nldd-progress-circle-segment-indicator
35
35
  *
36
- * @attr {number} value - Share of the parent's total (default 0; <=0 hides segment)
37
- * @attr {string} color - Color (semantic or Rijkskleur). Default 'accent'.
38
- * @attr {string} name - Optional name used in the combined tooltip + screenreader text
36
+ * @attr {number} value - Share of the parent's total (default 0; <=0 hides segment)
37
+ * @attr {string} color - Color (semantic or Rijkskleur). Default 'accent'.
38
+ * @attr {string} name - Optional name used in the combined tooltip + screenreader text
39
39
  */
40
40
  import { LitElement } from 'lit';
41
41
  import type { NLDDProgressCircleTranslations } from './progress-circle.i18n.js';
@@ -1,8 +1,8 @@
1
1
  export declare const nlddProgressCircleTranslations: {
2
2
  'components.progress-circle.completed-suffix-text': string;
3
3
  'components.progress-circle.total-prefix-text': string;
4
- 'components.progress-circle.loading-text': string;
5
- 'components.progress-circle.label-text': string;
4
+ 'components.progress-circle.loading-label': string;
5
+ 'components.progress-circle.accessible-label': string;
6
6
  };
7
7
  export type NLDDProgressCircleTranslations = typeof nlddProgressCircleTranslations;
8
8
  //# sourceMappingURL=progress-circle.i18n.d.ts.map
@@ -1,7 +1,7 @@
1
1
  export const nlddProgressCircleTranslations = {
2
2
  'components.progress-circle.completed-suffix-text': 'voltooid',
3
3
  'components.progress-circle.total-prefix-text': 'Totaal',
4
- 'components.progress-circle.loading-text': 'Aan het laden',
5
- 'components.progress-circle.label-text': 'Voortgang',
4
+ 'components.progress-circle.loading-label': 'Aan het laden',
5
+ 'components.progress-circle.accessible-label': 'Voortgang',
6
6
  };
7
7
  //# sourceMappingURL=progress-circle.i18n.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"progress-circle.i18n.js","sourceRoot":"","sources":["../../../../src/components/status-and-feedback/progress-circle/progress-circle.i18n.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,8BAA8B,GAAG;IAC7C,kDAAkD,EAAE,UAAU;IAC9D,8CAA8C,EAAE,QAAQ;IACxD,yCAAyC,EAAE,eAAe;IAC1D,uCAAuC,EAAE,WAAW;CACpD,CAAC"}
1
+ {"version":3,"file":"progress-circle.i18n.js","sourceRoot":"","sources":["../../../../src/components/status-and-feedback/progress-circle/progress-circle.i18n.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,8BAA8B,GAAG;IAC7C,kDAAkD,EAAE,UAAU;IAC9D,8CAA8C,EAAE,QAAQ;IACxD,0CAA0C,EAAE,eAAe;IAC3D,6CAA6C,EAAE,WAAW;CAC1D,CAAC"}