@nldd/design-system 0.8.53 → 0.8.55

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 (374) hide show
  1. package/dist/assets/styles/slotted-reset.fixtures.d.ts +2 -3
  2. package/dist/assets/styles/slotted-reset.fixtures.d.ts.map +1 -1
  3. package/dist/assets/styles/slotted-reset.fixtures.js +2 -3
  4. package/dist/assets/styles/slotted-reset.fixtures.js.map +1 -1
  5. package/dist/components/actions/button/button.d.ts +11 -0
  6. package/dist/components/actions/button/button.d.ts.map +1 -1
  7. package/dist/components/actions/button/button.js +15 -1
  8. package/dist/components/actions/button/button.js.map +1 -1
  9. package/dist/components/actions/button/button.styles.d.ts.map +1 -1
  10. package/dist/components/actions/button/button.styles.js +34 -2
  11. package/dist/components/actions/button/button.styles.js.map +1 -1
  12. package/dist/components/actions/button/button.template.d.ts.map +1 -1
  13. package/dist/components/actions/button/button.template.js +21 -0
  14. package/dist/components/actions/button/button.template.js.map +1 -1
  15. package/dist/components/actions/icon-button/icon-button.d.ts +11 -0
  16. package/dist/components/actions/icon-button/icon-button.d.ts.map +1 -1
  17. package/dist/components/actions/icon-button/icon-button.js +15 -1
  18. package/dist/components/actions/icon-button/icon-button.js.map +1 -1
  19. package/dist/components/actions/icon-button/icon-button.styles.d.ts.map +1 -1
  20. package/dist/components/actions/icon-button/icon-button.styles.js +35 -1
  21. package/dist/components/actions/icon-button/icon-button.styles.js.map +1 -1
  22. package/dist/components/actions/icon-button/icon-button.template.d.ts.map +1 -1
  23. package/dist/components/actions/icon-button/icon-button.template.js +32 -5
  24. package/dist/components/actions/icon-button/icon-button.template.js.map +1 -1
  25. package/dist/components/{lists-and-menus → actions}/menu/menu.d.ts +3 -3
  26. package/dist/components/actions/menu/menu.d.ts.map +1 -0
  27. package/dist/components/actions/menu/menu.i18n.d.ts.map +1 -0
  28. package/dist/components/actions/menu/menu.i18n.js.map +1 -0
  29. package/dist/components/{lists-and-menus → actions}/menu/menu.js +3 -3
  30. package/dist/components/actions/menu/menu.js.map +1 -0
  31. package/dist/components/actions/menu/menu.styles.d.ts.map +1 -0
  32. package/dist/components/{lists-and-menus → actions}/menu/menu.styles.js +1 -1
  33. package/dist/components/actions/menu/menu.styles.js.map +1 -0
  34. package/dist/components/actions/menu/menu.template.d.ts.map +1 -0
  35. package/dist/components/actions/menu/menu.template.js.map +1 -0
  36. package/dist/components/actions/split-button/split-button.d.ts +1 -1
  37. package/dist/components/actions/split-button/split-button.d.ts.map +1 -1
  38. package/dist/components/actions/split-button/split-button.js +1 -1
  39. package/dist/components/actions/split-button/split-button.js.map +1 -1
  40. package/dist/components/components.js +76 -74
  41. package/dist/components/content/code-viewer/code-viewer.styles.d.ts.map +1 -1
  42. package/dist/components/content/code-viewer/code-viewer.styles.js +2 -8
  43. package/dist/components/content/code-viewer/code-viewer.styles.js.map +1 -1
  44. package/dist/components/content/icon/icon-aliases.d.ts.map +1 -1
  45. package/dist/components/content/icon/icon-aliases.js +5 -0
  46. package/dist/components/content/icon/icon-aliases.js.map +1 -1
  47. package/dist/components/content/icon/icon-registry.d.ts.map +1 -1
  48. package/dist/components/content/icon/icon-registry.js +2 -0
  49. package/dist/components/content/icon/icon-registry.js.map +1 -1
  50. package/dist/components/content/image/lqip-encoder-element.js +1 -1
  51. package/dist/components/{index-Cwro7Ee_.js → index-C3JellW2.js} +1455 -803
  52. package/dist/components/index.d.ts +15 -14
  53. package/dist/components/index.d.ts.map +1 -1
  54. package/dist/components/index.js +16 -15
  55. package/dist/components/index.js.map +1 -1
  56. package/dist/components/inputs/combo-box/combo-box.d.ts +1 -1
  57. package/dist/components/inputs/combo-box/combo-box.d.ts.map +1 -1
  58. package/dist/components/inputs/combo-box/combo-box.js +1 -1
  59. package/dist/components/inputs/combo-box/combo-box.js.map +1 -1
  60. package/dist/components/layout/app-view/app-view.js +1 -1
  61. package/dist/components/layout/app-view/app-view.js.map +1 -1
  62. package/dist/components/layout/app-view/app-view.styles.js +1 -1
  63. package/dist/components/layout/page/page.styles.js +2 -2
  64. package/dist/components/layout/popover/popover.styles.js +1 -1
  65. package/dist/components/layout/sheet/sheet.styles.js +1 -1
  66. package/dist/components/layout/split-views/bar-split-view/bar-split-view.styles.js +2 -2
  67. package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.styles.js +4 -4
  68. package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.styles.js +2 -2
  69. package/dist/components/layout/split-views/split-view-pane/split-view-pane.styles.js +2 -2
  70. package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.styles.js +2 -2
  71. package/dist/components/layout/window/window.styles.js +1 -1
  72. package/dist/components/lists-and-tables/cells/cell/cell.d.ts.map +1 -0
  73. package/dist/components/{lists-and-menus → lists-and-tables}/cells/cell/cell.js +1 -1
  74. package/dist/components/lists-and-tables/cells/cell/cell.js.map +1 -0
  75. package/dist/components/lists-and-tables/cells/cell/cell.styles.d.ts.map +1 -0
  76. package/dist/components/lists-and-tables/cells/cell/cell.styles.js.map +1 -0
  77. package/dist/components/lists-and-tables/cells/cell/cell.template.d.ts.map +1 -0
  78. package/dist/components/lists-and-tables/cells/cell/cell.template.js.map +1 -0
  79. package/dist/components/lists-and-tables/cells/description-cell/description-cell.d.ts.map +1 -0
  80. package/dist/components/{lists-and-menus → lists-and-tables}/cells/description-cell/description-cell.js +1 -1
  81. package/dist/components/lists-and-tables/cells/description-cell/description-cell.js.map +1 -0
  82. package/dist/components/lists-and-tables/cells/description-cell/description-cell.styles.d.ts.map +1 -0
  83. package/dist/components/lists-and-tables/cells/description-cell/description-cell.styles.js.map +1 -0
  84. package/dist/components/lists-and-tables/cells/description-cell/description-cell.template.d.ts.map +1 -0
  85. package/dist/components/lists-and-tables/cells/description-cell/description-cell.template.js.map +1 -0
  86. package/dist/components/lists-and-tables/cells/drag-handle-cell/drag-handle-cell.d.ts.map +1 -0
  87. package/dist/components/lists-and-tables/cells/drag-handle-cell/drag-handle-cell.i18n.d.ts.map +1 -0
  88. package/dist/components/lists-and-tables/cells/drag-handle-cell/drag-handle-cell.i18n.js.map +1 -0
  89. package/dist/components/lists-and-tables/cells/drag-handle-cell/drag-handle-cell.js.map +1 -0
  90. package/dist/components/lists-and-tables/cells/drag-handle-cell/drag-handle-cell.styles.d.ts.map +1 -0
  91. package/dist/components/lists-and-tables/cells/drag-handle-cell/drag-handle-cell.styles.js.map +1 -0
  92. package/dist/components/lists-and-tables/cells/drag-handle-cell/drag-handle-cell.template.d.ts.map +1 -0
  93. package/dist/components/lists-and-tables/cells/drag-handle-cell/drag-handle-cell.template.js.map +1 -0
  94. package/dist/components/lists-and-tables/cells/icon-cell/icon-cell.d.ts.map +1 -0
  95. package/dist/components/{lists-and-menus → lists-and-tables}/cells/icon-cell/icon-cell.js +1 -1
  96. package/dist/components/lists-and-tables/cells/icon-cell/icon-cell.js.map +1 -0
  97. package/dist/components/lists-and-tables/cells/icon-cell/icon-cell.styles.d.ts.map +1 -0
  98. package/dist/components/lists-and-tables/cells/icon-cell/icon-cell.styles.js.map +1 -0
  99. package/dist/components/lists-and-tables/cells/icon-cell/icon-cell.template.d.ts.map +1 -0
  100. package/dist/components/lists-and-tables/cells/icon-cell/icon-cell.template.js.map +1 -0
  101. package/dist/components/lists-and-tables/cells/spacer-cell/spacer-cell.d.ts.map +1 -0
  102. package/dist/components/{lists-and-menus → lists-and-tables}/cells/spacer-cell/spacer-cell.js +1 -1
  103. package/dist/components/lists-and-tables/cells/spacer-cell/spacer-cell.js.map +1 -0
  104. package/dist/components/lists-and-tables/cells/spacer-cell/spacer-cell.styles.d.ts.map +1 -0
  105. package/dist/components/lists-and-tables/cells/spacer-cell/spacer-cell.styles.js.map +1 -0
  106. package/dist/components/lists-and-tables/cells/spacer-cell/spacer-cell.template.d.ts.map +1 -0
  107. package/dist/components/lists-and-tables/cells/spacer-cell/spacer-cell.template.js.map +1 -0
  108. package/dist/components/lists-and-tables/cells/text-cell/text-cell.d.ts.map +1 -0
  109. package/dist/components/{lists-and-menus → lists-and-tables}/cells/text-cell/text-cell.js +1 -1
  110. package/dist/components/lists-and-tables/cells/text-cell/text-cell.js.map +1 -0
  111. package/dist/components/lists-and-tables/cells/text-cell/text-cell.styles.d.ts.map +1 -0
  112. package/dist/components/lists-and-tables/cells/text-cell/text-cell.styles.js.map +1 -0
  113. package/dist/components/lists-and-tables/cells/text-cell/text-cell.template.d.ts.map +1 -0
  114. package/dist/components/lists-and-tables/cells/text-cell/text-cell.template.js.map +1 -0
  115. package/dist/components/lists-and-tables/cells/timeline-track-cell/timeline-track-cell.d.ts.map +1 -0
  116. package/dist/components/lists-and-tables/cells/timeline-track-cell/timeline-track-cell.js.map +1 -0
  117. package/dist/components/lists-and-tables/cells/timeline-track-cell/timeline-track-cell.styles.d.ts.map +1 -0
  118. package/dist/components/lists-and-tables/cells/timeline-track-cell/timeline-track-cell.styles.js.map +1 -0
  119. package/dist/components/lists-and-tables/cells/timeline-track-cell/timeline-track-cell.template.d.ts.map +1 -0
  120. package/dist/components/lists-and-tables/cells/timeline-track-cell/timeline-track-cell.template.js.map +1 -0
  121. package/dist/components/lists-and-tables/cells/title-cell/title-cell.d.ts.map +1 -0
  122. package/dist/components/{lists-and-menus → lists-and-tables}/cells/title-cell/title-cell.js +1 -1
  123. package/dist/components/lists-and-tables/cells/title-cell/title-cell.js.map +1 -0
  124. package/dist/components/lists-and-tables/cells/title-cell/title-cell.styles.d.ts.map +1 -0
  125. package/dist/components/lists-and-tables/cells/title-cell/title-cell.styles.js.map +1 -0
  126. package/dist/components/lists-and-tables/cells/title-cell/title-cell.template.d.ts.map +1 -0
  127. package/dist/components/lists-and-tables/cells/title-cell/title-cell.template.js.map +1 -0
  128. package/dist/components/lists-and-tables/list/list.d.ts.map +1 -0
  129. package/dist/components/lists-and-tables/list/list.i18n.d.ts.map +1 -0
  130. package/dist/components/lists-and-tables/list/list.i18n.js.map +1 -0
  131. package/dist/components/{lists-and-menus → lists-and-tables}/list/list.js +1 -1
  132. package/dist/components/lists-and-tables/list/list.js.map +1 -0
  133. package/dist/components/lists-and-tables/list/list.styles.d.ts.map +1 -0
  134. package/dist/components/{lists-and-menus → lists-and-tables}/list/list.styles.js +3 -3
  135. package/dist/components/lists-and-tables/list/list.styles.js.map +1 -0
  136. package/dist/components/lists-and-tables/list/list.template.d.ts.map +1 -0
  137. package/dist/components/lists-and-tables/list/list.template.js.map +1 -0
  138. package/dist/components/lists-and-tables/list-item/list-item.d.ts.map +1 -0
  139. package/dist/components/lists-and-tables/list-item/list-item.js.map +1 -0
  140. package/dist/components/lists-and-tables/list-item/list-item.styles.d.ts.map +1 -0
  141. package/dist/components/lists-and-tables/list-item/list-item.styles.js.map +1 -0
  142. package/dist/components/lists-and-tables/list-item/list-item.template.d.ts.map +1 -0
  143. package/dist/components/lists-and-tables/list-item/list-item.template.js.map +1 -0
  144. package/dist/components/lists-and-tables/table/table.d.ts +137 -0
  145. package/dist/components/lists-and-tables/table/table.d.ts.map +1 -0
  146. package/dist/components/lists-and-tables/table/table.i18n.d.ts +6 -0
  147. package/dist/components/lists-and-tables/table/table.i18n.d.ts.map +1 -0
  148. package/dist/components/lists-and-tables/table/table.i18n.js +5 -0
  149. package/dist/components/lists-and-tables/table/table.i18n.js.map +1 -0
  150. package/dist/components/lists-and-tables/table/table.js +359 -0
  151. package/dist/components/lists-and-tables/table/table.js.map +1 -0
  152. package/dist/components/lists-and-tables/table/table.styles.d.ts +3 -0
  153. package/dist/components/lists-and-tables/table/table.styles.d.ts.map +1 -0
  154. package/dist/components/lists-and-tables/table/table.styles.js +120 -0
  155. package/dist/components/lists-and-tables/table/table.styles.js.map +1 -0
  156. package/dist/components/lists-and-tables/table/table.template.d.ts +3 -0
  157. package/dist/components/lists-and-tables/table/table.template.d.ts.map +1 -0
  158. package/dist/components/lists-and-tables/table/table.template.js +34 -0
  159. package/dist/components/lists-and-tables/table/table.template.js.map +1 -0
  160. package/dist/components/navigation/document-tab-bar/document-tab-bar.d.ts +1 -1
  161. package/dist/components/navigation/document-tab-bar/document-tab-bar.d.ts.map +1 -1
  162. package/dist/components/navigation/document-tab-bar/document-tab-bar.js +1 -1
  163. package/dist/components/navigation/document-tab-bar/document-tab-bar.js.map +1 -1
  164. package/dist/components/navigation/menu-bar/menu-bar.d.ts +1 -1
  165. package/dist/components/navigation/menu-bar/menu-bar.d.ts.map +1 -1
  166. package/dist/components/navigation/menu-bar/menu-bar.js +1 -1
  167. package/dist/components/navigation/menu-bar/menu-bar.js.map +1 -1
  168. package/dist/components/navigation/menu-bar-item/menu-bar-item.d.ts +1 -1
  169. package/dist/components/navigation/menu-bar-item/menu-bar-item.d.ts.map +1 -1
  170. package/dist/components/navigation/menu-bar-item/menu-bar-item.js +1 -1
  171. package/dist/components/navigation/menu-bar-item/menu-bar-item.js.map +1 -1
  172. package/dist/components/navigation/skip-link/skip-link.styles.js +1 -1
  173. package/dist/components/navigation/top-navigation-bar/top-navigation-bar.js +3 -3
  174. package/dist/components/navigation/top-navigation-bar/top-navigation-bar.js.map +1 -1
  175. package/dist/components/{prism-python-DupfA39T.js → prism-python-QiimuE8j.js} +1 -1
  176. package/dist/components/{prism-rust-yPrYE0Hd.js → prism-rust-D4vfxUpk.js} +1 -1
  177. package/dist/components/{prism-typescript-C1NT9IBX.js → prism-typescript-Dy2F4cF2.js} +1 -1
  178. package/dist/components/status-and-feedback/activity-indicator/activity-indicator.d.ts +80 -0
  179. package/dist/components/status-and-feedback/activity-indicator/activity-indicator.d.ts.map +1 -0
  180. package/dist/components/status-and-feedback/activity-indicator/activity-indicator.i18n.d.ts +5 -0
  181. package/dist/components/status-and-feedback/activity-indicator/activity-indicator.i18n.d.ts.map +1 -0
  182. package/dist/components/status-and-feedback/activity-indicator/activity-indicator.i18n.js +4 -0
  183. package/dist/components/status-and-feedback/activity-indicator/activity-indicator.i18n.js.map +1 -0
  184. package/dist/components/status-and-feedback/activity-indicator/activity-indicator.js +163 -0
  185. package/dist/components/status-and-feedback/activity-indicator/activity-indicator.js.map +1 -0
  186. package/dist/components/status-and-feedback/activity-indicator/activity-indicator.styles.d.ts +2 -0
  187. package/dist/components/status-and-feedback/activity-indicator/activity-indicator.styles.d.ts.map +1 -0
  188. package/dist/components/status-and-feedback/activity-indicator/activity-indicator.styles.js +151 -0
  189. package/dist/components/status-and-feedback/activity-indicator/activity-indicator.styles.js.map +1 -0
  190. package/dist/components/status-and-feedback/activity-indicator/activity-indicator.template.d.ts +4 -0
  191. package/dist/components/status-and-feedback/activity-indicator/activity-indicator.template.d.ts.map +1 -0
  192. package/dist/components/status-and-feedback/activity-indicator/activity-indicator.template.js +41 -0
  193. package/dist/components/status-and-feedback/activity-indicator/activity-indicator.template.js.map +1 -0
  194. package/dist/components/status-and-feedback/badge/badge.styles.js +1 -1
  195. package/dist/components/status-and-feedback/modal-dialog/modal-dialog.styles.js +1 -1
  196. package/dist/components/status-and-feedback/progress-bar/progress-bar.d.ts +18 -16
  197. package/dist/components/status-and-feedback/progress-bar/progress-bar.d.ts.map +1 -1
  198. package/dist/components/status-and-feedback/progress-bar/progress-bar.js +68 -63
  199. package/dist/components/status-and-feedback/progress-bar/progress-bar.js.map +1 -1
  200. package/dist/components/status-and-feedback/progress-bar/progress-bar.styles.d.ts +1 -1
  201. package/dist/components/status-and-feedback/progress-bar/progress-bar.styles.d.ts.map +1 -1
  202. package/dist/components/status-and-feedback/progress-bar/progress-bar.styles.js +42 -39
  203. package/dist/components/status-and-feedback/progress-bar/progress-bar.styles.js.map +1 -1
  204. package/dist/components/status-and-feedback/progress-bar/progress-bar.template.js +14 -14
  205. package/dist/components/status-and-feedback/progress-bar/progress-bar.template.js.map +1 -1
  206. package/dist/components/status-and-feedback/progress-circle/progress-circle.d.ts +6 -6
  207. package/dist/components/status-and-feedback/progress-circle/progress-circle.d.ts.map +1 -1
  208. package/dist/components/status-and-feedback/progress-circle/progress-circle.js +42 -42
  209. package/dist/components/status-and-feedback/progress-circle/progress-circle.js.map +1 -1
  210. package/dist/components/status-and-feedback/progress-circle/progress-circle.styles.d.ts +1 -1
  211. package/dist/components/status-and-feedback/progress-circle/progress-circle.styles.d.ts.map +1 -1
  212. package/dist/components/status-and-feedback/progress-circle/progress-circle.styles.js +57 -56
  213. package/dist/components/status-and-feedback/progress-circle/progress-circle.styles.js.map +1 -1
  214. package/dist/components/status-and-feedback/progress-circle/progress-circle.template.d.ts.map +1 -1
  215. package/dist/components/status-and-feedback/progress-circle/progress-circle.template.js +12 -2
  216. package/dist/components/status-and-feedback/progress-circle/progress-circle.template.js.map +1 -1
  217. package/dist/css/rich-text.css +43 -15
  218. package/dist/css/settings.css +27 -15
  219. package/dist/utilities/page-section-mixin.js +1 -1
  220. package/dist/utilities/page-section-mixin.js.map +1 -1
  221. package/dist/utilities/visibility-mixin.d.ts +8 -4
  222. package/dist/utilities/visibility-mixin.d.ts.map +1 -1
  223. package/dist/utilities/visibility-mixin.js +36 -8
  224. package/dist/utilities/visibility-mixin.js.map +1 -1
  225. package/package.json +37 -28
  226. package/dist/components/lists-and-menus/cells/cell/cell.d.ts.map +0 -1
  227. package/dist/components/lists-and-menus/cells/cell/cell.js.map +0 -1
  228. package/dist/components/lists-and-menus/cells/cell/cell.styles.d.ts.map +0 -1
  229. package/dist/components/lists-and-menus/cells/cell/cell.styles.js.map +0 -1
  230. package/dist/components/lists-and-menus/cells/cell/cell.template.d.ts.map +0 -1
  231. package/dist/components/lists-and-menus/cells/cell/cell.template.js.map +0 -1
  232. package/dist/components/lists-and-menus/cells/description-cell/description-cell.d.ts.map +0 -1
  233. package/dist/components/lists-and-menus/cells/description-cell/description-cell.js.map +0 -1
  234. package/dist/components/lists-and-menus/cells/description-cell/description-cell.styles.d.ts.map +0 -1
  235. package/dist/components/lists-and-menus/cells/description-cell/description-cell.styles.js.map +0 -1
  236. package/dist/components/lists-and-menus/cells/description-cell/description-cell.template.d.ts.map +0 -1
  237. package/dist/components/lists-and-menus/cells/description-cell/description-cell.template.js.map +0 -1
  238. package/dist/components/lists-and-menus/cells/drag-handle-cell/drag-handle-cell.d.ts.map +0 -1
  239. package/dist/components/lists-and-menus/cells/drag-handle-cell/drag-handle-cell.i18n.d.ts.map +0 -1
  240. package/dist/components/lists-and-menus/cells/drag-handle-cell/drag-handle-cell.i18n.js.map +0 -1
  241. package/dist/components/lists-and-menus/cells/drag-handle-cell/drag-handle-cell.js.map +0 -1
  242. package/dist/components/lists-and-menus/cells/drag-handle-cell/drag-handle-cell.styles.d.ts.map +0 -1
  243. package/dist/components/lists-and-menus/cells/drag-handle-cell/drag-handle-cell.styles.js.map +0 -1
  244. package/dist/components/lists-and-menus/cells/drag-handle-cell/drag-handle-cell.template.d.ts.map +0 -1
  245. package/dist/components/lists-and-menus/cells/drag-handle-cell/drag-handle-cell.template.js.map +0 -1
  246. package/dist/components/lists-and-menus/cells/icon-cell/icon-cell.d.ts.map +0 -1
  247. package/dist/components/lists-and-menus/cells/icon-cell/icon-cell.js.map +0 -1
  248. package/dist/components/lists-and-menus/cells/icon-cell/icon-cell.styles.d.ts.map +0 -1
  249. package/dist/components/lists-and-menus/cells/icon-cell/icon-cell.styles.js.map +0 -1
  250. package/dist/components/lists-and-menus/cells/icon-cell/icon-cell.template.d.ts.map +0 -1
  251. package/dist/components/lists-and-menus/cells/icon-cell/icon-cell.template.js.map +0 -1
  252. package/dist/components/lists-and-menus/cells/spacer-cell/spacer-cell.d.ts.map +0 -1
  253. package/dist/components/lists-and-menus/cells/spacer-cell/spacer-cell.js.map +0 -1
  254. package/dist/components/lists-and-menus/cells/spacer-cell/spacer-cell.styles.d.ts.map +0 -1
  255. package/dist/components/lists-and-menus/cells/spacer-cell/spacer-cell.styles.js.map +0 -1
  256. package/dist/components/lists-and-menus/cells/spacer-cell/spacer-cell.template.d.ts.map +0 -1
  257. package/dist/components/lists-and-menus/cells/spacer-cell/spacer-cell.template.js.map +0 -1
  258. package/dist/components/lists-and-menus/cells/text-cell/text-cell.d.ts.map +0 -1
  259. package/dist/components/lists-and-menus/cells/text-cell/text-cell.js.map +0 -1
  260. package/dist/components/lists-and-menus/cells/text-cell/text-cell.styles.d.ts.map +0 -1
  261. package/dist/components/lists-and-menus/cells/text-cell/text-cell.styles.js.map +0 -1
  262. package/dist/components/lists-and-menus/cells/text-cell/text-cell.template.d.ts.map +0 -1
  263. package/dist/components/lists-and-menus/cells/text-cell/text-cell.template.js.map +0 -1
  264. package/dist/components/lists-and-menus/cells/timeline-track-cell/timeline-track-cell.d.ts.map +0 -1
  265. package/dist/components/lists-and-menus/cells/timeline-track-cell/timeline-track-cell.js.map +0 -1
  266. package/dist/components/lists-and-menus/cells/timeline-track-cell/timeline-track-cell.styles.d.ts.map +0 -1
  267. package/dist/components/lists-and-menus/cells/timeline-track-cell/timeline-track-cell.styles.js.map +0 -1
  268. package/dist/components/lists-and-menus/cells/timeline-track-cell/timeline-track-cell.template.d.ts.map +0 -1
  269. package/dist/components/lists-and-menus/cells/timeline-track-cell/timeline-track-cell.template.js.map +0 -1
  270. package/dist/components/lists-and-menus/cells/title-cell/title-cell.d.ts.map +0 -1
  271. package/dist/components/lists-and-menus/cells/title-cell/title-cell.js.map +0 -1
  272. package/dist/components/lists-and-menus/cells/title-cell/title-cell.styles.d.ts.map +0 -1
  273. package/dist/components/lists-and-menus/cells/title-cell/title-cell.styles.js.map +0 -1
  274. package/dist/components/lists-and-menus/cells/title-cell/title-cell.template.d.ts.map +0 -1
  275. package/dist/components/lists-and-menus/cells/title-cell/title-cell.template.js.map +0 -1
  276. package/dist/components/lists-and-menus/list/list.d.ts.map +0 -1
  277. package/dist/components/lists-and-menus/list/list.i18n.d.ts.map +0 -1
  278. package/dist/components/lists-and-menus/list/list.i18n.js.map +0 -1
  279. package/dist/components/lists-and-menus/list/list.js.map +0 -1
  280. package/dist/components/lists-and-menus/list/list.styles.d.ts.map +0 -1
  281. package/dist/components/lists-and-menus/list/list.styles.js.map +0 -1
  282. package/dist/components/lists-and-menus/list/list.template.d.ts.map +0 -1
  283. package/dist/components/lists-and-menus/list/list.template.js.map +0 -1
  284. package/dist/components/lists-and-menus/list-item/list-item.d.ts.map +0 -1
  285. package/dist/components/lists-and-menus/list-item/list-item.js.map +0 -1
  286. package/dist/components/lists-and-menus/list-item/list-item.styles.d.ts.map +0 -1
  287. package/dist/components/lists-and-menus/list-item/list-item.styles.js.map +0 -1
  288. package/dist/components/lists-and-menus/list-item/list-item.template.d.ts.map +0 -1
  289. package/dist/components/lists-and-menus/list-item/list-item.template.js.map +0 -1
  290. package/dist/components/lists-and-menus/menu/menu.d.ts.map +0 -1
  291. package/dist/components/lists-and-menus/menu/menu.i18n.d.ts.map +0 -1
  292. package/dist/components/lists-and-menus/menu/menu.i18n.js.map +0 -1
  293. package/dist/components/lists-and-menus/menu/menu.js.map +0 -1
  294. package/dist/components/lists-and-menus/menu/menu.styles.d.ts.map +0 -1
  295. package/dist/components/lists-and-menus/menu/menu.styles.js.map +0 -1
  296. package/dist/components/lists-and-menus/menu/menu.template.d.ts.map +0 -1
  297. package/dist/components/lists-and-menus/menu/menu.template.js.map +0 -1
  298. package/dist/components/status-and-feedback/progress/progress.d.ts +0 -77
  299. package/dist/components/status-and-feedback/progress/progress.d.ts.map +0 -1
  300. package/dist/components/status-and-feedback/progress/progress.i18n.d.ts +0 -5
  301. package/dist/components/status-and-feedback/progress/progress.i18n.d.ts.map +0 -1
  302. package/dist/components/status-and-feedback/progress/progress.i18n.js +0 -4
  303. package/dist/components/status-and-feedback/progress/progress.i18n.js.map +0 -1
  304. package/dist/components/status-and-feedback/progress/progress.js +0 -137
  305. package/dist/components/status-and-feedback/progress/progress.js.map +0 -1
  306. package/dist/components/status-and-feedback/progress/progress.styles.d.ts +0 -2
  307. package/dist/components/status-and-feedback/progress/progress.styles.d.ts.map +0 -1
  308. package/dist/components/status-and-feedback/progress/progress.styles.js +0 -59
  309. package/dist/components/status-and-feedback/progress/progress.styles.js.map +0 -1
  310. package/dist/components/status-and-feedback/progress/progress.template.d.ts +0 -4
  311. package/dist/components/status-and-feedback/progress/progress.template.d.ts.map +0 -1
  312. package/dist/components/status-and-feedback/progress/progress.template.js +0 -26
  313. package/dist/components/status-and-feedback/progress/progress.template.js.map +0 -1
  314. /package/dist/components/{lists-and-menus → actions}/menu/menu.i18n.d.ts +0 -0
  315. /package/dist/components/{lists-and-menus → actions}/menu/menu.i18n.js +0 -0
  316. /package/dist/components/{lists-and-menus → actions}/menu/menu.styles.d.ts +0 -0
  317. /package/dist/components/{lists-and-menus → actions}/menu/menu.template.d.ts +0 -0
  318. /package/dist/components/{lists-and-menus → actions}/menu/menu.template.js +0 -0
  319. /package/dist/components/{lists-and-menus → lists-and-tables}/cells/cell/cell.d.ts +0 -0
  320. /package/dist/components/{lists-and-menus → lists-and-tables}/cells/cell/cell.styles.d.ts +0 -0
  321. /package/dist/components/{lists-and-menus → lists-and-tables}/cells/cell/cell.styles.js +0 -0
  322. /package/dist/components/{lists-and-menus → lists-and-tables}/cells/cell/cell.template.d.ts +0 -0
  323. /package/dist/components/{lists-and-menus → lists-and-tables}/cells/cell/cell.template.js +0 -0
  324. /package/dist/components/{lists-and-menus → lists-and-tables}/cells/description-cell/description-cell.d.ts +0 -0
  325. /package/dist/components/{lists-and-menus → lists-and-tables}/cells/description-cell/description-cell.styles.d.ts +0 -0
  326. /package/dist/components/{lists-and-menus → lists-and-tables}/cells/description-cell/description-cell.styles.js +0 -0
  327. /package/dist/components/{lists-and-menus → lists-and-tables}/cells/description-cell/description-cell.template.d.ts +0 -0
  328. /package/dist/components/{lists-and-menus → lists-and-tables}/cells/description-cell/description-cell.template.js +0 -0
  329. /package/dist/components/{lists-and-menus → lists-and-tables}/cells/drag-handle-cell/drag-handle-cell.d.ts +0 -0
  330. /package/dist/components/{lists-and-menus → lists-and-tables}/cells/drag-handle-cell/drag-handle-cell.i18n.d.ts +0 -0
  331. /package/dist/components/{lists-and-menus → lists-and-tables}/cells/drag-handle-cell/drag-handle-cell.i18n.js +0 -0
  332. /package/dist/components/{lists-and-menus → lists-and-tables}/cells/drag-handle-cell/drag-handle-cell.js +0 -0
  333. /package/dist/components/{lists-and-menus → lists-and-tables}/cells/drag-handle-cell/drag-handle-cell.styles.d.ts +0 -0
  334. /package/dist/components/{lists-and-menus → lists-and-tables}/cells/drag-handle-cell/drag-handle-cell.styles.js +0 -0
  335. /package/dist/components/{lists-and-menus → lists-and-tables}/cells/drag-handle-cell/drag-handle-cell.template.d.ts +0 -0
  336. /package/dist/components/{lists-and-menus → lists-and-tables}/cells/drag-handle-cell/drag-handle-cell.template.js +0 -0
  337. /package/dist/components/{lists-and-menus → lists-and-tables}/cells/icon-cell/icon-cell.d.ts +0 -0
  338. /package/dist/components/{lists-and-menus → lists-and-tables}/cells/icon-cell/icon-cell.styles.d.ts +0 -0
  339. /package/dist/components/{lists-and-menus → lists-and-tables}/cells/icon-cell/icon-cell.styles.js +0 -0
  340. /package/dist/components/{lists-and-menus → lists-and-tables}/cells/icon-cell/icon-cell.template.d.ts +0 -0
  341. /package/dist/components/{lists-and-menus → lists-and-tables}/cells/icon-cell/icon-cell.template.js +0 -0
  342. /package/dist/components/{lists-and-menus → lists-and-tables}/cells/spacer-cell/spacer-cell.d.ts +0 -0
  343. /package/dist/components/{lists-and-menus → lists-and-tables}/cells/spacer-cell/spacer-cell.styles.d.ts +0 -0
  344. /package/dist/components/{lists-and-menus → lists-and-tables}/cells/spacer-cell/spacer-cell.styles.js +0 -0
  345. /package/dist/components/{lists-and-menus → lists-and-tables}/cells/spacer-cell/spacer-cell.template.d.ts +0 -0
  346. /package/dist/components/{lists-and-menus → lists-and-tables}/cells/spacer-cell/spacer-cell.template.js +0 -0
  347. /package/dist/components/{lists-and-menus → lists-and-tables}/cells/text-cell/text-cell.d.ts +0 -0
  348. /package/dist/components/{lists-and-menus → lists-and-tables}/cells/text-cell/text-cell.styles.d.ts +0 -0
  349. /package/dist/components/{lists-and-menus → lists-and-tables}/cells/text-cell/text-cell.styles.js +0 -0
  350. /package/dist/components/{lists-and-menus → lists-and-tables}/cells/text-cell/text-cell.template.d.ts +0 -0
  351. /package/dist/components/{lists-and-menus → lists-and-tables}/cells/text-cell/text-cell.template.js +0 -0
  352. /package/dist/components/{lists-and-menus → lists-and-tables}/cells/timeline-track-cell/timeline-track-cell.d.ts +0 -0
  353. /package/dist/components/{lists-and-menus → lists-and-tables}/cells/timeline-track-cell/timeline-track-cell.js +0 -0
  354. /package/dist/components/{lists-and-menus → lists-and-tables}/cells/timeline-track-cell/timeline-track-cell.styles.d.ts +0 -0
  355. /package/dist/components/{lists-and-menus → lists-and-tables}/cells/timeline-track-cell/timeline-track-cell.styles.js +0 -0
  356. /package/dist/components/{lists-and-menus → lists-and-tables}/cells/timeline-track-cell/timeline-track-cell.template.d.ts +0 -0
  357. /package/dist/components/{lists-and-menus → lists-and-tables}/cells/timeline-track-cell/timeline-track-cell.template.js +0 -0
  358. /package/dist/components/{lists-and-menus → lists-and-tables}/cells/title-cell/title-cell.d.ts +0 -0
  359. /package/dist/components/{lists-and-menus → lists-and-tables}/cells/title-cell/title-cell.styles.d.ts +0 -0
  360. /package/dist/components/{lists-and-menus → lists-and-tables}/cells/title-cell/title-cell.styles.js +0 -0
  361. /package/dist/components/{lists-and-menus → lists-and-tables}/cells/title-cell/title-cell.template.d.ts +0 -0
  362. /package/dist/components/{lists-and-menus → lists-and-tables}/cells/title-cell/title-cell.template.js +0 -0
  363. /package/dist/components/{lists-and-menus → lists-and-tables}/list/list.d.ts +0 -0
  364. /package/dist/components/{lists-and-menus → lists-and-tables}/list/list.i18n.d.ts +0 -0
  365. /package/dist/components/{lists-and-menus → lists-and-tables}/list/list.i18n.js +0 -0
  366. /package/dist/components/{lists-and-menus → lists-and-tables}/list/list.styles.d.ts +0 -0
  367. /package/dist/components/{lists-and-menus → lists-and-tables}/list/list.template.d.ts +0 -0
  368. /package/dist/components/{lists-and-menus → lists-and-tables}/list/list.template.js +0 -0
  369. /package/dist/components/{lists-and-menus → lists-and-tables}/list-item/list-item.d.ts +0 -0
  370. /package/dist/components/{lists-and-menus → lists-and-tables}/list-item/list-item.js +0 -0
  371. /package/dist/components/{lists-and-menus → lists-and-tables}/list-item/list-item.styles.d.ts +0 -0
  372. /package/dist/components/{lists-and-menus → lists-and-tables}/list-item/list-item.styles.js +0 -0
  373. /package/dist/components/{lists-and-menus → lists-and-tables}/list-item/list-item.template.d.ts +0 -0
  374. /package/dist/components/{lists-and-menus → lists-and-tables}/list-item/list-item.template.js +0 -0
@@ -0,0 +1,163 @@
1
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
5
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
6
+ };
7
+ /**
8
+ * Nederlandse Digitale Dienst Activity Indicator Component (Lit + TypeScript)
9
+ *
10
+ * Layout placeholder that fills its parent and centres an indeterminate
11
+ * activity indicator. By default the indicator is held back for 1000ms so
12
+ * brief loading states don't flash; once the delay passes it fades in. Set
13
+ * `timing="instant"` to skip the delay (the fade-in still plays) — this is
14
+ * what embedding components such as `nldd-button` use for their loading state.
15
+ *
16
+ * The default indicator is a simple icon-sized circle drawn in `currentColor`,
17
+ * with an optional label below (hidden unless `show-text` is set). Drop a
18
+ * `<nldd-progress-circle>`, `<nldd-progress-bar>` or any element in the slot
19
+ * to override it.
20
+ *
21
+ * Reconnect behaviour: every `connectedCallback` resets the timer and hides
22
+ * the indicator again. If a consumer toggles the element via a conditional
23
+ * render (remove + re-insert) the indicator disappears and re-fades after
24
+ * another delay. Keep the element mounted and toggle visibility / `hidden`
25
+ * instead if you want the timer to run only once.
26
+ *
27
+ * Accessibility: while connected and not `complete` the host is a polite live
28
+ * region (`role="status"`). The label (`text`, or the translated "Laden"
29
+ * fallback) always renders as the region's content — visually hidden when
30
+ * `show-text` is off (the default) — so assistive tech announces the loading
31
+ * state when the indicator appears. Set `complete` (or unmount) to clear it.
32
+ *
33
+ * @element nldd-activity-indicator
34
+ *
35
+ * @attr {string} size - Circle diameter on the icon scale: 16,20,24,28,32,40,44,48,56,64,80,96 (default '32')
36
+ * @attr {boolean} show-text - Show the label under the indicator (default false; the label still feeds the accessible name)
37
+ * @attr {string} text - Label text. Falls back to the translated "Laden" when unset.
38
+ * @attr {'default'|'instant'} timing - 'default' waits 1000ms before showing (anti-flash); 'instant' shows immediately (the fade-in still plays). Default 'default'.
39
+ * @attr {boolean} complete - Mark the loader as finished while keeping the element mounted; clears aria-busy and hides the indicator.
40
+ * @attr {object} translations - Override translation keys; unset keys fall back to Dutch
41
+ *
42
+ * @slot - Optional custom indicator; overrides the default circle (and its
43
+ * visually-hidden label). Consumers replacing the slot supply their own
44
+ * indicator semantics; the host's role="status" still marks the loading region.
45
+ */
46
+ import { LitElement } from 'lit';
47
+ import { customElement, property, state } from 'lit/decorators.js';
48
+ import { activityIndicatorStyles } from './activity-indicator.styles.js';
49
+ import { activityIndicatorTemplate } from './activity-indicator.template.js';
50
+ import { nlddActivityIndicatorTranslations } from './activity-indicator.i18n.js';
51
+ /** Delay before the indicator fades in. Brief loading states finish within
52
+ * this window and the indicator is never shown — avoids a jarring flash. */
53
+ const DELAY_MS = 1000;
54
+ let NLDDActivityIndicator = class NLDDActivityIndicator extends LitElement {
55
+ constructor() {
56
+ super(...arguments);
57
+ this.size = '32';
58
+ /** Show the label under the indicator. The label always feeds the
59
+ * accessible name (aria-label); this only controls visibility. */
60
+ this.showText = false;
61
+ this.text = '';
62
+ /** 'default' waits {@link DELAY_MS} before showing; 'instant' shows
63
+ * immediately. The fade-in plays either way. */
64
+ this.timing = 'default';
65
+ /** Mark the loader as finished while keeping the element mounted.
66
+ * Clears aria-busy and hides the indicator. Default false. */
67
+ this.complete = false;
68
+ this.translations = {};
69
+ this._visible = false;
70
+ }
71
+ _t(key) {
72
+ return this.translations[key] ?? nlddActivityIndicatorTranslations[key];
73
+ }
74
+ /** Accessible name announced while loading. */
75
+ get _accessibleName() {
76
+ return this.text || this._t('components.activity-indicator.loading-text');
77
+ }
78
+ connectedCallback() {
79
+ super.connectedCallback();
80
+ this._syncAria();
81
+ // timing="instant" skips the anti-flash delay. The fade-in still plays:
82
+ // it lives on the indicator wrapper, not on this timer.
83
+ this._visible = this.timing === 'instant';
84
+ if (!this._visible && !this.complete)
85
+ this._scheduleDelay();
86
+ }
87
+ willUpdate(changed) {
88
+ // role="status" presence tracks `complete` (the label itself is
89
+ // reactive in the template, so it needs no manual sync).
90
+ if (changed.has('complete')) {
91
+ this._syncAria();
92
+ }
93
+ // `timing` can flip after connection (e.g. an embedding control switches
94
+ // to "instant"); re-evaluate the anti-flash delay so it isn't left stuck.
95
+ if (changed.has('timing')) {
96
+ this._clearDelay();
97
+ if (this.timing === 'instant') {
98
+ this._visible = true;
99
+ }
100
+ else if (!this._visible && !this.complete) {
101
+ this._scheduleDelay();
102
+ }
103
+ }
104
+ }
105
+ disconnectedCallback() {
106
+ super.disconnectedCallback();
107
+ this._clearDelay();
108
+ }
109
+ _clearDelay() {
110
+ if (this._delayTimeout) {
111
+ clearTimeout(this._delayTimeout);
112
+ this._delayTimeout = undefined;
113
+ }
114
+ }
115
+ _scheduleDelay() {
116
+ this._delayTimeout = setTimeout(() => {
117
+ this._visible = true;
118
+ this._delayTimeout = undefined;
119
+ }, DELAY_MS);
120
+ }
121
+ /** A polite live region (role="status") while loading; cleared when
122
+ * complete. The announced text is the visually-hidden label rendered by
123
+ * the template — not an aria-label, and without aria-busy, since a busy
124
+ * live region would defer the very announcement we want. */
125
+ _syncAria() {
126
+ if (this.complete) {
127
+ this.removeAttribute('role');
128
+ }
129
+ else {
130
+ this.setAttribute('role', 'status');
131
+ }
132
+ }
133
+ render() {
134
+ return activityIndicatorTemplate(this);
135
+ }
136
+ };
137
+ NLDDActivityIndicator.styles = activityIndicatorStyles;
138
+ __decorate([
139
+ property({ type: String, reflect: true })
140
+ ], NLDDActivityIndicator.prototype, "size", void 0);
141
+ __decorate([
142
+ property({ type: Boolean, reflect: true, attribute: 'show-text' })
143
+ ], NLDDActivityIndicator.prototype, "showText", void 0);
144
+ __decorate([
145
+ property({ type: String, reflect: true })
146
+ ], NLDDActivityIndicator.prototype, "text", void 0);
147
+ __decorate([
148
+ property({ type: String, reflect: true })
149
+ ], NLDDActivityIndicator.prototype, "timing", void 0);
150
+ __decorate([
151
+ property({ type: Boolean, reflect: true })
152
+ ], NLDDActivityIndicator.prototype, "complete", void 0);
153
+ __decorate([
154
+ property({ type: Object })
155
+ ], NLDDActivityIndicator.prototype, "translations", void 0);
156
+ __decorate([
157
+ state()
158
+ ], NLDDActivityIndicator.prototype, "_visible", void 0);
159
+ NLDDActivityIndicator = __decorate([
160
+ customElement('nldd-activity-indicator')
161
+ ], NLDDActivityIndicator);
162
+ export { NLDDActivityIndicator };
163
+ //# sourceMappingURL=activity-indicator.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"activity-indicator.js","sourceRoot":"","sources":["../../../../src/components/status-and-feedback/activity-indicator/activity-indicator.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,2 @@
1
+ export declare const activityIndicatorStyles: import("lit").CSSResult;
2
+ //# sourceMappingURL=activity-indicator.styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"activity-indicator.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/status-and-feedback/activity-indicator/activity-indicator.styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,uBAAuB,yBAmJnC,CAAC"}
@@ -0,0 +1,151 @@
1
+ import { css } from 'lit';
2
+ import { inheritedTextReset } from '../../../assets/styles/slotted-reset.js';
3
+ export const activityIndicatorStyles = css `
4
+
5
+
6
+ /* # Host */
7
+
8
+ :host {
9
+ --_circle-size: var(--primitives-space-32);
10
+ --_track-opacity: 0.25;
11
+ --_stroke-width: 2;
12
+ --_rotation-duration: 0.8s;
13
+ --_fade-duration: var(--primitives-transition-duration-slow);
14
+ --_fade-easing: ease-out;
15
+ --_pulse-duration: 2s;
16
+ --_pulse-easing: ease-in-out;
17
+ --_max-width: var(--primitives-area-240);
18
+ --_gap: var(--primitives-space-4);
19
+ --_text-font: var(--primitives-font-body-sm-regular-flat);
20
+
21
+ ${inheritedTextReset}
22
+ box-sizing: border-box;
23
+ display: flex;
24
+ flex-grow: 1;
25
+ flex-shrink: 1;
26
+ flex-basis: auto;
27
+ width: 100%;
28
+ height: 100%;
29
+ align-items: center;
30
+ justify-content: center;
31
+ }
32
+
33
+ :host([hidden]) {
34
+ display: none;
35
+ }
36
+
37
+
38
+ /* ## Sizes (icon scale) */
39
+
40
+ :host([size="16"]) { --_circle-size: var(--primitives-space-16); }
41
+ :host([size="20"]) { --_circle-size: var(--primitives-space-20); }
42
+ :host([size="24"]) { --_circle-size: var(--primitives-space-24); }
43
+ :host([size="28"]) { --_circle-size: var(--primitives-space-28); }
44
+ :host([size="32"]) { --_circle-size: var(--primitives-space-32); }
45
+ :host([size="40"]) { --_circle-size: var(--primitives-space-40); }
46
+ :host([size="44"]) { --_circle-size: var(--primitives-space-44); }
47
+ :host([size="48"]) { --_circle-size: var(--primitives-space-48); }
48
+ :host([size="56"]) { --_circle-size: var(--primitives-space-56); }
49
+ :host([size="64"]) { --_circle-size: var(--primitives-space-64); }
50
+ :host([size="80"]) { --_circle-size: var(--primitives-space-80); }
51
+ :host([size="96"]) { --_circle-size: var(--primitives-space-96); }
52
+
53
+
54
+ /* # Block
55
+ Fades the indicator in once it becomes visible (both timing modes), and
56
+ stacks the default circle + label as a centred column. width:100% +
57
+ max-width gives a slotted progress-bar a width to fill; the fixed-size
58
+ circle and the label stay centred via align-items. */
59
+
60
+ .activity-indicator {
61
+ display: flex;
62
+ flex-direction: column;
63
+ width: 100%;
64
+ max-width: var(--_max-width);
65
+ align-items: center;
66
+ gap: var(--_gap);
67
+ animation: activity-indicator-fade-in var(--_fade-duration) var(--_fade-easing);
68
+ }
69
+
70
+ @keyframes activity-indicator-fade-in {
71
+ from { opacity: 0; }
72
+ }
73
+
74
+ /* display:contents so the default circle + label (or a slotted override)
75
+ are direct flex items of the block. */
76
+ slot {
77
+ display: contents;
78
+ }
79
+
80
+
81
+ /* # Elements */
82
+
83
+ /* The whole SVG (stroke included) scales with the size, like an icon. */
84
+ .activity-indicator__circle {
85
+ display: block;
86
+ width: var(--_circle-size);
87
+ height: var(--_circle-size);
88
+ }
89
+
90
+ .activity-indicator__track {
91
+ opacity: var(--_track-opacity);
92
+ stroke: currentColor;
93
+ stroke-width: var(--_stroke-width);
94
+ }
95
+
96
+ /* Rotate only the arc inside the SVG (around the view-box centre via
97
+ transform-origin) rather than the whole <svg> element — rotating the
98
+ element visibly wobbles when it sits at a sub-pixel position (next to a
99
+ label, or overlaid on a button). Mirrors nldd-progress-circle. */
100
+ .activity-indicator__indicator {
101
+ stroke: currentColor;
102
+ stroke-width: var(--_stroke-width);
103
+ stroke-linecap: round;
104
+ stroke-dasharray: 25 100;
105
+ transform-origin: 50% 50%;
106
+ animation: activity-indicator-rotate var(--_rotation-duration) linear infinite;
107
+ }
108
+
109
+ @keyframes activity-indicator-rotate {
110
+ to { transform: rotate(360deg); }
111
+ }
112
+
113
+ .activity-indicator__text {
114
+ color: currentColor;
115
+ font: var(--_text-font);
116
+ text-align: center;
117
+ }
118
+
119
+ /* show-text off (default): the label still renders as the announced
120
+ content of the role="status" host, but is visually hidden.
121
+ Standard visually-hidden recipe. */
122
+ .activity-indicator__text--visually-hidden {
123
+ position: absolute;
124
+ width: 1px;
125
+ height: 1px;
126
+ overflow: hidden;
127
+ clip-path: inset(50%);
128
+ white-space: nowrap;
129
+ }
130
+
131
+
132
+ /* # Accessibility */
133
+
134
+ @media (prefers-reduced-motion: reduce) {
135
+ .activity-indicator {
136
+ animation: none;
137
+ }
138
+
139
+ .activity-indicator__indicator {
140
+ /* Drop the rotation (vestibular safety); keep the 25 / 100 arc and
141
+ pulse its opacity instead, mirroring nldd-progress-circle. */
142
+ animation: activity-indicator-pulse var(--_pulse-duration) var(--_pulse-easing) infinite;
143
+ }
144
+
145
+ @keyframes activity-indicator-pulse {
146
+ 0%, 100% { opacity: 0.3; }
147
+ 50% { opacity: 0.7; }
148
+ }
149
+ }
150
+ `;
151
+ //# sourceMappingURL=activity-indicator.styles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"activity-indicator.styles.js","sourceRoot":"","sources":["../../../../src/components/status-and-feedback/activity-indicator/activity-indicator.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAC1B,OAAO,EAAE,kBAAkB,EAAE,MAAM,yCAAyC,CAAC;AAE7E,MAAM,CAAC,MAAM,uBAAuB,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;IAkBtC,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiIrB,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { nothing } from 'lit';
2
+ import type { NLDDActivityIndicator } from './activity-indicator.js';
3
+ export declare function activityIndicatorTemplate(component: NLDDActivityIndicator): import("lit-html").TemplateResult<1> | typeof nothing;
4
+ //# sourceMappingURL=activity-indicator.template.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"activity-indicator.template.d.ts","sourceRoot":"","sources":["../../../../src/components/status-and-feedback/activity-indicator/activity-indicator.template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,OAAO,EAAE,MAAM,KAAK,CAAC;AAEpC,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAErE,wBAAgB,yBAAyB,CAAC,SAAS,EAAE,qBAAqB,yDAoCzE"}
@@ -0,0 +1,41 @@
1
+ import { html, nothing } from 'lit';
2
+ import { classMap } from 'lit/directives/class-map.js';
3
+ export function activityIndicatorTemplate(component) {
4
+ // Render nothing while the delay window is open so the indicator doesn't
5
+ // even flash for sub-second loads, or once `complete` is set so the
6
+ // element stays mounted but ARIA / visuals reflect the finished state.
7
+ if (!component._visible || component.complete)
8
+ return nothing;
9
+ // The label always renders so it is the announced content of the
10
+ // role="status" host; show-text only controls whether it is visible.
11
+ const text = component._accessibleName;
12
+ return html `
13
+ <div class="activity-indicator">
14
+ <slot>
15
+ <svg class="activity-indicator__circle"
16
+ viewBox="0 0 24 24"
17
+ fill="none"
18
+ aria-hidden="true"
19
+ focusable="false"
20
+ >
21
+ <circle class="activity-indicator__track"
22
+ cx="12"
23
+ cy="12"
24
+ r="9"
25
+ ></circle>
26
+ <circle class="activity-indicator__indicator"
27
+ cx="12"
28
+ cy="12"
29
+ r="9"
30
+ pathLength="100"
31
+ ></circle>
32
+ </svg>
33
+ <span class=${classMap({
34
+ 'activity-indicator__text': true,
35
+ 'activity-indicator__text--visually-hidden': !component.showText,
36
+ })}>${text}</span>
37
+ </slot>
38
+ </div>
39
+ `;
40
+ }
41
+ //# sourceMappingURL=activity-indicator.template.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"activity-indicator.template.js","sourceRoot":"","sources":["../../../../src/components/status-and-feedback/activity-indicator/activity-indicator.template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,KAAK,CAAC;AACpC,OAAO,EAAE,QAAQ,EAAE,MAAM,6BAA6B,CAAC;AAGvD,MAAM,UAAU,yBAAyB,CAAC,SAAgC;IACzE,yEAAyE;IACzE,oEAAoE;IACpE,uEAAuE;IACvE,IAAI,CAAC,SAAS,CAAC,QAAQ,IAAI,SAAS,CAAC,QAAQ;QAAE,OAAO,OAAO,CAAC;IAC9D,iEAAiE;IACjE,qEAAqE;IACrE,MAAM,IAAI,GAAG,SAAS,CAAC,eAAe,CAAC;IACvC,OAAO,IAAI,CAAA;;;;;;;;;;;;;;;;;;;;;kBAqBM,QAAQ,CAAC;QACvB,0BAA0B,EAAE,IAAI;QAChC,2CAA2C,EAAE,CAAC,SAAS,CAAC,QAAQ;KAChE,CAAC,IAAI,IAAI;;;EAGX,CAAC;AACH,CAAC"}
@@ -187,7 +187,7 @@ export const badgeStyles = css `
187
187
  display: inline-flex;
188
188
  border-radius: var(--components-badge-corner-radius);
189
189
  box-shadow:
190
- 0 0 0 1px var(--context-parent-background-color, var(--semantics-surfaces-background-color)),
190
+ 0 0 0 1px var(--context-parent-background-color, var(--semantics-surfaces-base-background-color)),
191
191
  inset 0 0 0 var(--_border-width) var(--_border-color);
192
192
  background-color: var(--_background-color);
193
193
  min-width: var(--_height);
@@ -29,7 +29,7 @@ export const modalDialogStyles = css `
29
29
  border: none;
30
30
  border-radius: var(--semantics-overlays-corner-radius);
31
31
  box-shadow: var(--semantics-overlays-box-shadow);
32
- background-color: var(--semantics-surfaces-background-color);
32
+ background-color: var(--semantics-surfaces-base-background-color);
33
33
  width: calc(100% - var(--primitives-space-16) * 2);
34
34
  max-width: var(--primitives-area-480);
35
35
  max-height: var(--_max-height);
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Nederlandse Digitale Dienst Progress Bar Component (Lit + TypeScript)
3
3
  *
4
- * Exports both NLDDProgressBar and NLDDProgressBarSegment.
4
+ * Exports both NLDDProgressBar and NLDDProgressBarSegmentIndicator.
5
5
  *
6
6
  * A progress bar that supports a single value (loading-style) or
7
7
  * multiple segments (multi-stage progress, or distribution like
@@ -31,9 +31,9 @@
31
31
  * @attr {boolean} indeterminate - Shows a sliding indicator animation (only without segments)
32
32
  * @attr {object} translations - Override translation keys; unset keys fall back to Dutch
33
33
  *
34
- * @slot - Place for nldd-progress-bar-segment elements
34
+ * @slot - Place for nldd-progress-bar-segment-indicator elements
35
35
  *
36
- * @element nldd-progress-bar-segment
36
+ * @element nldd-progress-bar-segment-indicator
37
37
  *
38
38
  * @attr {number} value - Share of the parent's total (default 0; <=0 hides segment)
39
39
  * @attr {string} color - Color. Semantic (neutral, accent, success, warning, critical) or a Rijkskleur. Default 'accent'.
@@ -53,7 +53,7 @@ export type ProgressBarSize = 'sm' | 'md' | 'lg';
53
53
  export type ProgressBarValueFormat = 'percentage' | 'absolute' | 'fraction';
54
54
  export type ProgressBarValueDisplay = 'inline' | 'tooltip' | 'none';
55
55
  export type ProgressBarColor = 'neutral' | 'accent' | 'success' | 'warning' | 'critical' | 'coolgray' | 'lintblauw' | 'donkerblauw' | 'hemelblauw' | 'lichtblauw' | 'paars' | 'violet' | 'robijnrood' | 'roze' | 'rood' | 'oranje' | 'donkergeel' | 'geel' | 'donkerbruin' | 'bruin' | 'donkergroen' | 'groen' | 'mosgroen' | 'mintgroen';
56
- export declare class NLDDProgressBarSegment extends LitElement {
56
+ export declare class NLDDProgressBarSegmentIndicator extends LitElement {
57
57
  static styles: import("lit").CSSResult;
58
58
  value: number;
59
59
  color: ProgressBarColor;
@@ -83,18 +83,18 @@ export declare class NLDDProgressBar extends LitElement {
83
83
  indeterminate: boolean;
84
84
  /** Override one or more translation keys. Unspecified keys fall back to Dutch. */
85
85
  translations: Partial<NLDDProgressBarTranslations>;
86
- private _segments;
87
- /** True for 300ms after indeterminate=true→false: indicator fades out while
88
- * the segment grows from 0 to its target value. */
86
+ private _segmentIndicators;
87
+ /** True for 300ms after indeterminate=true→false: the indeterminate indicator
88
+ * fades out while the segment-indicator grows from 0 to its target value. */
89
89
  _indeterminateExiting: boolean;
90
- /** True for 300ms after indeterminate=false→true: indicator fades in while
91
- * the segment shrinks from its current width to 0. */
90
+ /** True for 300ms after indeterminate=false→true: the indeterminate indicator
91
+ * fades in while the segment-indicator shrinks from its current width to 0. */
92
92
  _indeterminateEntering: boolean;
93
93
  private _exitTimeout?;
94
94
  private _enterTimeout?;
95
95
  _t(key: keyof NLDDProgressBarTranslations): string;
96
96
  /** Returns true when the user has provided segment children. */
97
- get _hasSegments(): boolean;
97
+ get _hasSegmentIndicators(): boolean;
98
98
  /** Sum of all segment values, or the parent's own value, or 0. */
99
99
  get _totalValue(): number;
100
100
  /** Percentage filled (0–100). */
@@ -110,25 +110,27 @@ export declare class NLDDProgressBar extends LitElement {
110
110
  firstUpdated(): void;
111
111
  willUpdate(changed: Map<string, unknown>): void;
112
112
  updated(): void;
113
- /** Indicator fades out, segment grows from 0 to its target — both 300ms
113
+ /** Indeterminate indicator fades out, segment-indicator grows from 0 to its target — both 300ms
114
114
  * (matches --primitives-transition-duration-slow and nldd-progress-circle). */
115
115
  private _beginIndeterminateExit;
116
- /** Indicator fades in, segment shrinks from current width to 0 — both 300ms. */
116
+ /** Indeterminate indicator fades in, segment-indicator shrinks from current width to 0 — both 300ms. */
117
117
  private _beginIndeterminateEnter;
118
118
  private _cancelIndeterminateExit;
119
119
  private _cancelIndeterminateEnter;
120
- /** Auto-tooltip based on parent's value-format. Override via segment.tooltip. */
121
- private _formatSegmentTooltip;
120
+ /** Computes a segment-indicator's auto-tooltip from the parent's value-format
121
+ * and the segment name. Consumers override it per segment with the
122
+ * tooltip-text attribute, which wins over this auto-text. */
123
+ private _formatSegmentIndicatorTooltip;
122
124
  disconnectedCallback(): void;
123
125
  private _onSlotChange;
124
- private _syncSegments;
126
+ private _syncSegmentIndicators;
125
127
  private _onSlotChangeBound;
126
128
  render(): import("lit-html").TemplateResult<1>;
127
129
  }
128
130
  declare global {
129
131
  interface HTMLElementTagNameMap {
130
132
  'nldd-progress-bar': NLDDProgressBar;
131
- 'nldd-progress-bar-segment': NLDDProgressBarSegment;
133
+ 'nldd-progress-bar-segment-indicator': NLDDProgressBarSegmentIndicator;
132
134
  }
133
135
  }
134
136
  //# sourceMappingURL=progress-bar.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"progress-bar.d.ts","sourceRoot":"","sources":["../../../../src/components/status-and-feedback/progress-bar/progress-bar.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"progress-bar.d.ts","sourceRoot":"","sources":["../../../../src/components/status-and-feedback/progress-bar/progress-bar.ts"],"names":[],"mappings":"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"}