@ds-mo/ui 12.2.0 → 12.4.0

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 (301) hide show
  1. package/README.md +8 -2
  2. package/dist/.build-stamp +1 -1
  3. package/dist/agent-patterns.json +94 -16
  4. package/dist/agent.json +1092 -53
  5. package/dist/angular/ds-bar-title.d.ts +7 -1
  6. package/dist/angular/ds-bar-title.js +7 -4
  7. package/dist/angular/ds-breadcrumb.d.ts +19 -0
  8. package/dist/angular/ds-breadcrumb.js +42 -0
  9. package/dist/angular/ds-card-data-viz-bar.d.ts +18 -0
  10. package/dist/angular/ds-card-data-viz-bar.js +42 -0
  11. package/dist/angular/ds-card-data-viz-line.d.ts +18 -0
  12. package/dist/angular/ds-card-data-viz-line.js +42 -0
  13. package/dist/angular/ds-chart-bar-stacked.d.ts +12 -0
  14. package/dist/angular/ds-chart-bar-stacked.js +38 -0
  15. package/dist/angular/ds-chart-legend.d.ts +1 -1
  16. package/dist/angular/ds-chart-legend.js +3 -3
  17. package/dist/angular/ds-shell-app.d.ts +13 -2
  18. package/dist/angular/ds-shell-app.js +9 -5
  19. package/dist/angular/ds-shell-mobile-bar.d.ts +18 -0
  20. package/dist/angular/ds-shell-mobile-bar.js +46 -0
  21. package/dist/angular/ds-shell-mobile-nav.d.ts +23 -0
  22. package/dist/angular/ds-shell-mobile-nav.js +51 -0
  23. package/dist/angular/ds-shell-mobile-section-nav.d.ts +18 -0
  24. package/dist/angular/ds-shell-mobile-section-nav.js +42 -0
  25. package/dist/angular/ds-shell-page.d.ts +1 -1
  26. package/dist/angular/ds-shell-page.js +3 -3
  27. package/dist/angular/ds-shell-tools.d.ts +42 -0
  28. package/dist/angular/ds-shell-tools.js +52 -0
  29. package/dist/angular/index.d.ts +1 -1
  30. package/dist/angular/index.js +8 -0
  31. package/dist/angular/proxies.d.ts +8 -0
  32. package/dist/angular/proxies.js +8 -0
  33. package/dist/components/ds-agent-activity.js +1 -1
  34. package/dist/components/ds-agent-response.js +1 -1
  35. package/dist/components/ds-agent-source-list.js +1 -1
  36. package/dist/components/ds-agent-tool-call.js +1 -1
  37. package/dist/components/ds-attachment-list.js +1 -1
  38. package/dist/components/ds-badge.js +1 -1
  39. package/dist/components/ds-bar-nav.js +1 -1
  40. package/dist/components/ds-bar-title.js +1 -1
  41. package/dist/components/ds-bar-title.js.map +1 -1
  42. package/dist/components/ds-bar-workflow.js +1 -1
  43. package/dist/components/ds-breadcrumb.d.ts +11 -0
  44. package/dist/components/ds-breadcrumb.js +2 -0
  45. package/dist/components/ds-breadcrumb.js.map +1 -0
  46. package/dist/components/ds-button-filled.js +1 -1
  47. package/dist/components/ds-button-unfilled.js +1 -1
  48. package/dist/components/ds-card-data-viz-bar.d.ts +11 -0
  49. package/dist/components/ds-card-data-viz-bar.js +2 -0
  50. package/dist/components/ds-card-data-viz-bar.js.map +1 -0
  51. package/dist/components/ds-card-data-viz-donut.js +1 -1
  52. package/dist/components/ds-card-data-viz-donut.js.map +1 -1
  53. package/dist/components/ds-card-data-viz-line.d.ts +11 -0
  54. package/dist/components/ds-card-data-viz-line.js +2 -0
  55. package/dist/components/ds-card-data-viz-line.js.map +1 -0
  56. package/dist/components/ds-card-setting.js +1 -1
  57. package/dist/components/ds-card-setting.js.map +1 -1
  58. package/dist/components/ds-card-shell-data-viz.js +1 -1
  59. package/dist/components/ds-chart-bar-stacked.d.ts +11 -0
  60. package/dist/components/ds-chart-bar-stacked.js +2 -0
  61. package/dist/components/ds-chart-bar-stacked.js.map +1 -0
  62. package/dist/components/ds-chart-bar.js +1 -1
  63. package/dist/components/ds-chart-bar.js.map +1 -1
  64. package/dist/components/ds-chart-donut.js +1 -1
  65. package/dist/components/ds-chart-legend.js +1 -1
  66. package/dist/components/ds-chart-legend.js.map +1 -1
  67. package/dist/components/ds-chart-line.js +1 -1
  68. package/dist/components/ds-chart-line.js.map +1 -1
  69. package/dist/components/ds-checkbox.js +1 -1
  70. package/dist/components/ds-chip.js +1 -1
  71. package/dist/components/ds-code-block.js +1 -1
  72. package/dist/components/ds-conversation-list-item.js +1 -1
  73. package/dist/components/ds-conversation-list-item.js.map +1 -1
  74. package/dist/components/ds-conversation-list-section.js +1 -1
  75. package/dist/components/ds-conversation-list.js +1 -1
  76. package/dist/components/ds-divider.js +1 -1
  77. package/dist/components/ds-empty-state.js +1 -1
  78. package/dist/components/ds-field.js +1 -1
  79. package/dist/components/ds-input.js +1 -1
  80. package/dist/components/ds-markdown.js +1 -1
  81. package/dist/components/ds-menu.js +1 -1
  82. package/dist/components/ds-message-bubble.js +1 -1
  83. package/dist/components/ds-message-bubble.js.map +1 -1
  84. package/dist/components/ds-message-composer.js +1 -1
  85. package/dist/components/ds-message-scroller.js +1 -1
  86. package/dist/components/ds-message-scroller.js.map +1 -1
  87. package/dist/components/ds-message.js +1 -1
  88. package/dist/components/ds-modal.js +1 -1
  89. package/dist/components/ds-modal.js.map +1 -1
  90. package/dist/components/ds-panel-nav.js +1 -1
  91. package/dist/components/ds-panel-nav.js.map +1 -1
  92. package/dist/components/ds-panel-sub-nav.js +1 -1
  93. package/dist/components/ds-panel-tool-header.js +1 -1
  94. package/dist/components/ds-panel-tool-search.js +1 -1
  95. package/dist/components/ds-panel-tools.js +1 -1
  96. package/dist/components/ds-panel-tools.js.map +1 -1
  97. package/dist/components/ds-radio.js +1 -1
  98. package/dist/components/ds-scroll-overlay.js +1 -1
  99. package/dist/components/ds-scroll-overlay.js.map +1 -1
  100. package/dist/components/ds-select-multi.js +1 -1
  101. package/dist/components/ds-select-multi.js.map +1 -1
  102. package/dist/components/ds-select.js +1 -1
  103. package/dist/components/ds-select.js.map +1 -1
  104. package/dist/components/ds-shell-app.js +1 -1
  105. package/dist/components/ds-shell-app.js.map +1 -1
  106. package/dist/components/ds-shell-gradient-picker.js +1 -1
  107. package/dist/components/ds-shell-gradient-picker.js.map +1 -1
  108. package/dist/components/ds-shell-gradient-swatch.js +1 -1
  109. package/dist/components/ds-shell-mobile-bar.d.ts +11 -0
  110. package/dist/components/ds-shell-mobile-bar.js +2 -0
  111. package/dist/components/ds-shell-mobile-bar.js.map +1 -0
  112. package/dist/components/ds-shell-mobile-nav.d.ts +11 -0
  113. package/dist/components/ds-shell-mobile-nav.js +2 -0
  114. package/dist/components/ds-shell-mobile-nav.js.map +1 -0
  115. package/dist/components/ds-shell-mobile-section-nav.d.ts +11 -0
  116. package/dist/components/ds-shell-mobile-section-nav.js +2 -0
  117. package/dist/components/ds-shell-mobile-section-nav.js.map +1 -0
  118. package/dist/components/ds-shell-page.js +1 -1
  119. package/dist/components/ds-shell-page.js.map +1 -1
  120. package/dist/components/ds-shell-tools.d.ts +11 -0
  121. package/dist/components/ds-shell-tools.js +2 -0
  122. package/dist/components/ds-shell-tools.js.map +1 -0
  123. package/dist/components/ds-skeleton.js +1 -1
  124. package/dist/components/ds-slider.js +1 -1
  125. package/dist/components/ds-slider.js.map +1 -1
  126. package/dist/components/ds-swatch-picker.js +1 -1
  127. package/dist/components/ds-switch.js +1 -1
  128. package/dist/components/ds-tab-group.js +1 -1
  129. package/dist/components/ds-tab-group.js.map +1 -1
  130. package/dist/components/ds-tag.js +1 -1
  131. package/dist/components/ds-text.js +1 -1
  132. package/dist/components/ds-toast.js +1 -1
  133. package/dist/components/ds-toast.js.map +1 -1
  134. package/dist/components/ds-tooltip-data-viz.js +1 -1
  135. package/dist/components/ds-tooltip.js +1 -1
  136. package/dist/components/ds-typing-indicator.js +1 -1
  137. package/dist/components/ds-typing-indicator.js.map +1 -1
  138. package/dist/components/{p-DcGpdIlT.js → p-9dQQSgwT.js} +2 -2
  139. package/dist/components/p-B3rbhRAk.js +2 -0
  140. package/dist/components/p-B3rbhRAk.js.map +1 -0
  141. package/dist/components/p-B6Vuayt6.js +2 -0
  142. package/dist/components/p-B6Vuayt6.js.map +1 -0
  143. package/dist/components/{p-BWUTr_XN.js → p-BJMRBHKW.js} +2 -2
  144. package/dist/components/p-BJMRBHKW.js.map +1 -0
  145. package/dist/components/p-BPS9VExm.js +2 -0
  146. package/dist/components/{p-CCHqsF_H.js.map → p-BPS9VExm.js.map} +1 -1
  147. package/dist/components/p-BVV_rlIP.js +2 -0
  148. package/dist/components/p-BVV_rlIP.js.map +1 -0
  149. package/dist/components/{p-GMDGgtY8.js → p-BhxwpOH8.js} +2 -2
  150. package/dist/components/{p-2W-ZjZCR.js → p-Biz6xo-z.js} +2 -2
  151. package/dist/components/p-BrusnEYP.js +2 -0
  152. package/dist/components/p-BrusnEYP.js.map +1 -0
  153. package/dist/components/{p-CG5EX4NW.js → p-BtEjlcB9.js} +2 -2
  154. package/dist/components/{p-C0_8K4y7.js → p-BwGnhInj.js} +2 -2
  155. package/dist/components/p-BwGnhInj.js.map +1 -0
  156. package/dist/components/{p-D6jK2Hyi.js → p-C7bZ-jiU.js} +2 -2
  157. package/dist/components/p-CH3w-P2H.js +2 -0
  158. package/dist/components/p-CH3w-P2H.js.map +1 -0
  159. package/dist/components/{p-DOCKtrS4.js → p-CH6cNXXF.js} +2 -2
  160. package/dist/components/{p-BE_CDJeL.js → p-CY19gMiz.js} +2 -2
  161. package/dist/components/p-C_0Q8Cnp.js +2 -0
  162. package/dist/components/{p-Dg3xLna0.js.map → p-C_0Q8Cnp.js.map} +1 -1
  163. package/dist/components/p-C_ewSXTT.js +2 -0
  164. package/dist/components/p-C_ewSXTT.js.map +1 -0
  165. package/dist/components/{p-CHkI3oIS.js → p-Ce52yVXF.js} +2 -2
  166. package/dist/components/p-CgHTNfC1.js +2 -0
  167. package/dist/components/p-CgHTNfC1.js.map +1 -0
  168. package/dist/components/p-Co8hD3P-.js +2 -0
  169. package/dist/components/{p-Cxpl-rzP.js.map → p-Co8hD3P-.js.map} +1 -1
  170. package/dist/components/{p-xY3TjBF5.js → p-CoYFJD-w.js} +2 -2
  171. package/dist/components/{p-DBi1bmOL.js → p-CtD24EyI.js} +2 -2
  172. package/dist/components/{p-BRLDJmkh.js → p-D-xttdpn.js} +2 -2
  173. package/dist/components/{p-CNffejay.js → p-DSa0Hnd3.js} +2 -2
  174. package/dist/components/p-DXewjzkM.js +2 -0
  175. package/dist/components/p-DXewjzkM.js.map +1 -0
  176. package/dist/components/p-DXnFhmZF.js +2 -0
  177. package/dist/components/{p-BpA9uYKX.js.map → p-DXnFhmZF.js.map} +1 -1
  178. package/dist/components/{p-DyGB97Oy.js → p-DYqReipj.js} +2 -2
  179. package/dist/components/{p-ky1msbJ8.js → p-DjPZxzIG.js} +2 -2
  180. package/dist/components/{p-ky1msbJ8.js.map → p-DjPZxzIG.js.map} +1 -1
  181. package/dist/components/p-NUNsefU1.js +2 -0
  182. package/dist/components/{p-8OOCLGph.js.map → p-NUNsefU1.js.map} +1 -1
  183. package/dist/components/p-PZ6R_nGI.js +2 -0
  184. package/dist/components/p-PZ6R_nGI.js.map +1 -0
  185. package/dist/components/{p-B8CubPgQ.js → p-g40DTeV8.js} +2 -2
  186. package/dist/components/p-jCWtxthA.js +2 -0
  187. package/dist/components/{p-XgIQ3oI_.js.map → p-jCWtxthA.js.map} +1 -1
  188. package/dist/components/p-yhj1lIPx.js +2 -0
  189. package/dist/components/p-yhj1lIPx.js.map +1 -0
  190. package/dist/docs/components.json +8860 -6021
  191. package/dist/lib/components/BarNav/bar-nav-types.d.ts +2 -0
  192. package/dist/lib/components/PanelNav/panel-nav-types.d.ts +29 -0
  193. package/dist/lib/components/PanelTools/panel-tools-types.d.ts +40 -0
  194. package/dist/lib/components/TabGroup/tab-item-utils.d.ts +31 -0
  195. package/dist/lib/shell/index.d.ts +5 -0
  196. package/dist/lib/shell/index.js +36 -0
  197. package/dist/lib/shell/index.js.map +3 -3
  198. package/dist/lib/shell/shell-responsive.d.ts +13 -0
  199. package/dist/lib/utils/index.js +3 -1
  200. package/dist/lib/utils/index.js.map +2 -2
  201. package/dist/mcp/cli.js +142 -18
  202. package/dist/mcp-data/registry/agent-source-list.json +1 -1
  203. package/dist/mcp-data/registry/bar-title.json +68 -14
  204. package/dist/mcp-data/registry/breadcrumb.json +205 -0
  205. package/dist/mcp-data/registry/card-data-viz-bar.json +212 -0
  206. package/dist/mcp-data/registry/card-data-viz-line.json +206 -0
  207. package/dist/mcp-data/registry/card-shell-data-viz.json +7 -0
  208. package/dist/mcp-data/registry/chart-bar-stacked.json +225 -0
  209. package/dist/mcp-data/registry/chart-bar.json +9 -2
  210. package/dist/mcp-data/registry/chart-legend.json +29 -3
  211. package/dist/mcp-data/registry/chart-line.json +4 -2
  212. package/dist/mcp-data/registry/conversation-list-item.json +3 -3
  213. package/dist/mcp-data/registry/message-scroller.json +4 -2
  214. package/dist/mcp-data/registry/message.json +3 -2
  215. package/dist/mcp-data/registry/modal.json +1 -1
  216. package/dist/mcp-data/registry/registry.json +1107 -44
  217. package/dist/mcp-data/registry/shell-app.json +71 -11
  218. package/dist/mcp-data/registry/shell-mobile-bar.json +314 -0
  219. package/dist/mcp-data/registry/shell-mobile-nav.json +348 -0
  220. package/dist/mcp-data/registry/shell-mobile-section-nav.json +267 -0
  221. package/dist/mcp-data/registry/shell-page.json +31 -13
  222. package/dist/mcp-data/registry/shell-tools.json +450 -0
  223. package/dist/mcp-data/registry/text.json +1 -1
  224. package/dist/mcp-data/registry/typing-indicator.json +7 -7
  225. package/dist/react/components.d.ts +8 -0
  226. package/dist/react/components.js +8 -0
  227. package/dist/react/ds-bar-title.d.ts +2 -1
  228. package/dist/react/ds-bar-title.js +1 -0
  229. package/dist/react/ds-breadcrumb.d.ts +12 -0
  230. package/dist/react/ds-breadcrumb.js +12 -0
  231. package/dist/react/ds-card-data-viz-bar.d.ts +12 -0
  232. package/dist/react/ds-card-data-viz-bar.js +12 -0
  233. package/dist/react/ds-card-data-viz-line.d.ts +12 -0
  234. package/dist/react/ds-card-data-viz-line.js +12 -0
  235. package/dist/react/ds-chart-bar-stacked.d.ts +9 -0
  236. package/dist/react/ds-chart-bar-stacked.js +12 -0
  237. package/dist/react/ds-shell-app.d.ts +7 -2
  238. package/dist/react/ds-shell-app.js +1 -1
  239. package/dist/react/ds-shell-mobile-bar.d.ts +13 -0
  240. package/dist/react/ds-shell-mobile-bar.js +15 -0
  241. package/dist/react/ds-shell-mobile-nav.d.ts +15 -0
  242. package/dist/react/ds-shell-mobile-nav.js +17 -0
  243. package/dist/react/ds-shell-mobile-section-nav.d.ts +12 -0
  244. package/dist/react/ds-shell-mobile-section-nav.js +12 -0
  245. package/dist/react/ds-shell-tools.d.ts +25 -0
  246. package/dist/react/ds-shell-tools.js +17 -0
  247. package/dist/styles/prose.css +1 -0
  248. package/dist/types/components/BarTitle/BarTitle.d.ts +13 -1
  249. package/dist/types/components/Breadcrumb/Breadcrumb.d.ts +31 -0
  250. package/dist/types/components/Breadcrumb/breadcrumb-types.d.ts +17 -0
  251. package/dist/types/components/CardDataVizBar/CardDataVizBar.d.ts +24 -0
  252. package/dist/types/components/CardDataVizBar/index.d.ts +2 -0
  253. package/dist/types/components/CardDataVizLine/CardDataVizLine.d.ts +24 -0
  254. package/dist/types/components/CardDataVizLine/index.d.ts +2 -0
  255. package/dist/types/components/ChartBarStacked/ChartBarStacked.d.ts +15 -0
  256. package/dist/types/components/ChartBarStacked/index.d.ts +3 -0
  257. package/dist/types/components/ChartLegend/ChartLegend.d.ts +3 -0
  258. package/dist/types/components/ShellApp/ShellApp.d.ts +16 -0
  259. package/dist/types/components/ShellMobileBar/ShellMobileBar.d.ts +25 -0
  260. package/dist/types/components/ShellMobileBar/index.d.ts +4 -0
  261. package/dist/types/components/ShellMobileBar/shell-mobile-bar-types.d.ts +5 -0
  262. package/dist/types/components/ShellMobileNav/ShellMobileNav.d.ts +32 -0
  263. package/dist/types/components/ShellMobileNav/index.d.ts +2 -0
  264. package/dist/types/components/ShellMobileNav/shell-mobile-nav-types.d.ts +6 -0
  265. package/dist/types/components/ShellMobileSectionNav/ShellMobileSectionNav.d.ts +30 -0
  266. package/dist/types/components/ShellMobileSectionNav/index.d.ts +2 -0
  267. package/dist/types/components/ShellPage/ShellPage.d.ts +19 -7
  268. package/dist/types/components/ShellPage/shell-page-responsive.d.ts +0 -8
  269. package/dist/types/components/ShellTools/ShellTools.d.ts +61 -0
  270. package/dist/types/components/ShellTools/index.d.ts +3 -0
  271. package/dist/types/components/TypingIndicator/TypingIndicator.d.ts +1 -1
  272. package/dist/types/components.d.ts +953 -19
  273. package/dist/types/shell/index.d.ts +5 -0
  274. package/dist/types/shell/shell-responsive.d.ts +14 -0
  275. package/package.json +1 -1
  276. package/dist/components/p-8OOCLGph.js +0 -2
  277. package/dist/components/p-BWUTr_XN.js.map +0 -1
  278. package/dist/components/p-BpA9uYKX.js +0 -2
  279. package/dist/components/p-C0_8K4y7.js.map +0 -1
  280. package/dist/components/p-CA3kLO7K.js +0 -2
  281. package/dist/components/p-CA3kLO7K.js.map +0 -1
  282. package/dist/components/p-CCHqsF_H.js +0 -2
  283. package/dist/components/p-Cxpl-rzP.js +0 -2
  284. package/dist/components/p-CzBnvtcz.js +0 -2
  285. package/dist/components/p-CzBnvtcz.js.map +0 -1
  286. package/dist/components/p-Dg3xLna0.js +0 -2
  287. package/dist/components/p-XgIQ3oI_.js +0 -2
  288. /package/dist/components/{p-DcGpdIlT.js.map → p-9dQQSgwT.js.map} +0 -0
  289. /package/dist/components/{p-GMDGgtY8.js.map → p-BhxwpOH8.js.map} +0 -0
  290. /package/dist/components/{p-2W-ZjZCR.js.map → p-Biz6xo-z.js.map} +0 -0
  291. /package/dist/components/{p-CG5EX4NW.js.map → p-BtEjlcB9.js.map} +0 -0
  292. /package/dist/components/{p-D6jK2Hyi.js.map → p-C7bZ-jiU.js.map} +0 -0
  293. /package/dist/components/{p-DOCKtrS4.js.map → p-CH6cNXXF.js.map} +0 -0
  294. /package/dist/components/{p-BE_CDJeL.js.map → p-CY19gMiz.js.map} +0 -0
  295. /package/dist/components/{p-CHkI3oIS.js.map → p-Ce52yVXF.js.map} +0 -0
  296. /package/dist/components/{p-xY3TjBF5.js.map → p-CoYFJD-w.js.map} +0 -0
  297. /package/dist/components/{p-DBi1bmOL.js.map → p-CtD24EyI.js.map} +0 -0
  298. /package/dist/components/{p-BRLDJmkh.js.map → p-D-xttdpn.js.map} +0 -0
  299. /package/dist/components/{p-CNffejay.js.map → p-DSa0Hnd3.js.map} +0 -0
  300. /package/dist/components/{p-DyGB97Oy.js.map → p-DYqReipj.js.map} +0 -0
  301. /package/dist/components/{p-B8CubPgQ.js.map → p-g40DTeV8.js.map} +0 -0
@@ -349,7 +349,7 @@
349
349
  "files": [
350
350
  {
351
351
  "path": "src/wc/components/Text/Text.css",
352
- "content": "@import '../../utils/typography.css';\n@import '../../utils/shimmer.css';\n\n:host {\n box-sizing: border-box;\n max-width: 100%;\n min-width: 0;\n margin: 0;\n padding: 0;\n border: 0;\n font-family: var(--typography-font-family);\n}\n\n:host(:where(.ds-text--inline-box)) {\n display: inline-block;\n}\n\n:host(:where(.ds-text--block-box)) {\n display: block;\n width: 100%;\n}\n\n/*\n * The host is the measurable typography box. The semantic inner element fills\n * it and inherits every text metric without adding margins, padding, or its own\n * line-height strut. One rendered line therefore measures exactly one token\n * line-height; N lines measure N × that token.\n */\n.ds-text__element {\n display: block;\n box-sizing: border-box;\n width: 100%;\n min-width: 0;\n margin: 0;\n padding: 0;\n border: 0;\n font: inherit;\n line-height: inherit;\n letter-spacing: inherit;\n color: inherit;\n text-transform: inherit;\n text-align: inherit;\n text-decoration: inherit;\n font-style: inherit;\n font-variant-numeric: inherit;\n font-feature-settings: inherit;\n -webkit-user-select: inherit;\n user-select: inherit;\n white-space: inherit;\n text-wrap: inherit;\n overflow-wrap: inherit;\n word-break: inherit;\n /* Consumer truncation on the host (PanelNav, ChartLegend, …) must reach the\n text node — overflow/text-overflow are not inherited by default. */\n overflow: inherit;\n text-overflow: inherit;\n}\n\n/* ── Truncation ─────────────────────────────────────────────────────────── */\n\n:host(.ds-text--truncate-1) {\n overflow: hidden;\n}\n\n:host(.ds-text--truncate-1) .ds-text__element {\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n}\n\n:host(.ds-text--truncate-2),\n:host(.ds-text--truncate-3),\n:host(.ds-text--truncate-4),\n:host(.ds-text--truncate-5) {\n overflow: hidden;\n}\n\n:host(.ds-text--truncate-2) .ds-text__element,\n:host(.ds-text--truncate-3) .ds-text__element,\n:host(.ds-text--truncate-4) .ds-text__element,\n:host(.ds-text--truncate-5) .ds-text__element {\n display: -webkit-box;\n -webkit-box-orient: vertical;\n overflow: hidden;\n text-overflow: ellipsis;\n word-break: break-word;\n}\n\n:host(.ds-text--truncate-2) .ds-text__element { -webkit-line-clamp: 2; }\n:host(.ds-text--truncate-3) .ds-text__element { -webkit-line-clamp: 3; }\n:host(.ds-text--truncate-4) .ds-text__element { -webkit-line-clamp: 4; }\n:host(.ds-text--truncate-5) .ds-text__element { -webkit-line-clamp: 5; }\n\n/* ── Wrap ───────────────────────────────────────────────────────────────── */\n\n:host(.ds-text--nowrap),\n:host(.ds-text--nowrap) .ds-text__element {\n white-space: nowrap;\n word-break: normal;\n overflow: hidden;\n text-overflow: ellipsis;\n min-width: 0;\n}\n\n:host(.ds-text--balance),\n:host(.ds-text--balance) .ds-text__element { text-wrap: balance; }\n\n:host(.ds-text--pretty),\n:host(.ds-text--pretty) .ds-text__element { text-wrap: pretty; }\n\n/* ── Color ──────────────────────────────────────────────────────────────── */\n\n:host(.ds-text--color-primary) { color: var(--color-foreground-primary); }\n:host(.ds-text--color-secondary) { color: var(--color-foreground-secondary); }\n:host(.ds-text--color-tertiary) { color: var(--color-foreground-tertiary); }\n:host(.ds-text--color-quaternary) { color: var(--color-foreground-quaternary); }\n:host(.ds-text--color-brand) { color: var(--color-foreground-bold-brand); }\n:host(.ds-text--color-negative) { color: var(--color-foreground-bold-negative); }\n:host(.ds-text--color-positive) { color: var(--color-foreground-bold-positive); }\n:host(.ds-text--color-warning) { color: var(--color-foreground-bold-warning); }\n:host(.ds-text--color-caution) { color: var(--color-foreground-bold-caution); }\n:host(.ds-text--color-ai) { color: var(--color-foreground-bold-ai); }\n:host(.ds-text--color-on-strong) { color: var(--color-foreground-on-strong-background-primary); }\n:host(.ds-text--color-on-bold) { color: var(--color-foreground-on-bold-background-primary); }\n:host(.ds-text--color-inherit) { color: inherit; }\n\n/* ── Decorations ─────────────────────────────────────────────────────────── */\n\n:host(.ds-text--decoration-underline) {\n text-decoration: underline;\n text-underline-offset: 2px;\n text-decoration-thickness: 1px;\n}\n\n:host(.ds-text--decoration-dotted-underline) {\n text-decoration: underline dotted;\n text-underline-offset: 2px;\n text-decoration-thickness: 1px;\n}\n\n/* ── Style ──────────────────────────────────────────────────────────────── */\n\n:host(.ds-text--italic) { font-style: italic; }\n\n:host(.ds-text--font-feature-tabular-nums) {\n font-variant-numeric: tabular-nums;\n font-feature-settings: 'tnum';\n}\n\n/* ── Align ──────────────────────────────────────────────────────────────── */\n\n:host(.ds-text--align-left) { text-align: left; }\n:host(.ds-text--align-center) { text-align: center; }\n:host(.ds-text--align-right) { text-align: right; }\n",
352
+ "content": "@import '../../utils/typography.css';\n@import '../../utils/shimmer.css';\n\n:host {\n box-sizing: border-box;\n max-width: 100%;\n min-width: 0;\n margin: 0;\n padding: 0;\n border: 0;\n font-family: var(--typography-font-family);\n}\n\n:host(:where(.ds-text--inline-box)) {\n display: inline-block;\n}\n\n:host(:where(.ds-text--block-box)) {\n display: block;\n width: 100%;\n}\n\n/*\n * The host is the measurable typography box. The semantic inner element fills\n * it and inherits every text metric without adding margins, padding, or its own\n * line-height strut. One rendered line therefore measures exactly one token\n * line-height; N lines measure N × that token.\n */\n.ds-text__element {\n display: block;\n box-sizing: border-box;\n width: 100%;\n min-width: 0;\n margin: 0;\n padding: 0;\n border: 0;\n font: inherit;\n line-height: inherit;\n letter-spacing: inherit;\n color: inherit;\n text-transform: inherit;\n text-align: inherit;\n text-decoration: inherit;\n font-style: inherit;\n font-variant-numeric: inherit;\n font-feature-settings: inherit;\n -webkit-user-select: inherit;\n user-select: inherit;\n white-space: inherit;\n text-wrap: inherit;\n overflow-wrap: inherit;\n word-break: inherit;\n /* Consumer truncation on the host (PanelNav, ChartLegend, …) must reach the\n text node — overflow/text-overflow are not inherited by default. */\n overflow: inherit;\n text-overflow: inherit;\n}\n\n/* ── Truncation ─────────────────────────────────────────────────────────── */\n\n:host(.ds-text--truncate-1) {\n overflow: hidden;\n}\n\n:host(.ds-text--truncate-1) .ds-text__element {\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n}\n\n:host(.ds-text--truncate-2),\n:host(.ds-text--truncate-3),\n:host(.ds-text--truncate-4),\n:host(.ds-text--truncate-5) {\n overflow: hidden;\n}\n\n:host(.ds-text--truncate-2) .ds-text__element,\n:host(.ds-text--truncate-3) .ds-text__element,\n:host(.ds-text--truncate-4) .ds-text__element,\n:host(.ds-text--truncate-5) .ds-text__element {\n display: -webkit-box;\n -webkit-box-orient: vertical;\n overflow: hidden;\n text-overflow: ellipsis;\n word-break: break-word;\n}\n\n:host(.ds-text--truncate-2) .ds-text__element { -webkit-line-clamp: 2; }\n:host(.ds-text--truncate-3) .ds-text__element { -webkit-line-clamp: 3; }\n:host(.ds-text--truncate-4) .ds-text__element { -webkit-line-clamp: 4; }\n:host(.ds-text--truncate-5) .ds-text__element { -webkit-line-clamp: 5; }\n\n/* ── Wrap ───────────────────────────────────────────────────────────────── */\n\n:host(.ds-text--nowrap),\n:host(.ds-text--nowrap) .ds-text__element {\n white-space: nowrap;\n word-break: normal;\n overflow: hidden;\n text-overflow: ellipsis;\n min-width: 0;\n}\n\n:host(.ds-text--balance),\n:host(.ds-text--balance) .ds-text__element { text-wrap: balance; }\n\n:host(.ds-text--pretty),\n:host(.ds-text--pretty) .ds-text__element { text-wrap: pretty; }\n\n/* ── Color ──────────────────────────────────────────────────────────────── */\n\n:host(.ds-text--color-primary) { color: var(--color-foreground-primary); }\n:host(.ds-text--color-secondary) { color: var(--color-foreground-secondary); }\n:host(.ds-text--color-tertiary) { color: var(--color-foreground-tertiary); }\n:host(.ds-text--color-quaternary) { color: var(--color-foreground-quaternary); }\n:host(.ds-text--color-brand) { color: var(--color-foreground-bold-brand); }\n:host(.ds-text--color-negative) { color: var(--color-foreground-bold-negative); }\n:host(.ds-text--color-positive) { color: var(--color-foreground-bold-positive); }\n:host(.ds-text--color-warning) { color: var(--color-foreground-bold-warning); }\n:host(.ds-text--color-caution) { color: var(--color-foreground-bold-caution); }\n:host(.ds-text--color-ai) { color: var(--color-foreground-bold-ai); }\n:host(.ds-text--color-on-strong) { color: var(--color-foreground-on-strong-background-primary); }\n:host(.ds-text--color-on-bold) { color: var(--color-foreground-on-bold-background-primary); }\n:host(.ds-text--color-inherit) { color: inherit; }\n\n/* ── Decorations ─────────────────────────────────────────────────────────── */\n\n:host(.ds-text--decoration-underline) {\n text-decoration: underline;\n text-decoration-color: var(--color-foreground-tertiary);\n text-underline-offset: 2px;\n text-decoration-thickness: 1px;\n}\n\n:host(.ds-text--decoration-dotted-underline) {\n text-decoration: underline dotted;\n text-decoration-color: var(--color-foreground-tertiary);\n text-underline-offset: 2px;\n text-decoration-thickness: 1px;\n}\n\n/* ── Style ──────────────────────────────────────────────────────────────── */\n\n:host(.ds-text--italic) { font-style: italic; }\n\n:host(.ds-text--font-feature-tabular-nums) {\n font-variant-numeric: tabular-nums;\n font-feature-settings: 'tnum';\n}\n\n/* ── Align ──────────────────────────────────────────────────────────────── */\n\n:host(.ds-text--align-left) { text-align: left; }\n:host(.ds-text--align-center) { text-align: center; }\n:host(.ds-text--align-right) { text-align: right; }\n",
353
353
  "type": "registry:ui"
354
354
  },
355
355
  {
@@ -29,12 +29,12 @@
29
29
  "pattern:conversation"
30
30
  ],
31
31
  "accessibility": [
32
- "Provide concise localized status text that names the participant when that context is not otherwise clear.",
32
+ "Provide concise localized status text; the standard label is Typing followed by a three-dot ellipsis.",
33
33
  "The polite atomic status announces typing without representing it as a message bubble."
34
34
  ],
35
35
  "states": [
36
36
  "TypingIndicator is transient conversation status, never persisted message content.",
37
- "Its body-small secondary text may shimmer, while reduced-motion preferences retain a static readable status."
37
+ "Its body-medium secondary text may shimmer, while reduced-motion preferences retain a static readable status."
38
38
  ],
39
39
  "responsiveBehavior": [
40
40
  "The indicator fills the message content width and wraps only when localized status text requires it."
@@ -52,10 +52,10 @@
52
52
  "type": "string",
53
53
  "resolvedType": "string",
54
54
  "attribute": "label",
55
- "default": "'Typing'",
55
+ "default": "'Typing...'",
56
56
  "required": false,
57
57
  "mutable": false,
58
- "description": "Concise localized status text, ideally naming the participant who is typing."
58
+ "description": "Concise localized typing status."
59
59
  }
60
60
  },
61
61
  "events": [],
@@ -67,10 +67,10 @@
67
67
  "type": "string",
68
68
  "resolvedType": "string",
69
69
  "attribute": "label",
70
- "default": "'Typing'",
70
+ "default": "'Typing...'",
71
71
  "required": false,
72
72
  "mutable": false,
73
- "description": "Concise localized status text, ideally naming the participant who is typing."
73
+ "description": "Concise localized typing status."
74
74
  }
75
75
  },
76
76
  "events": [],
@@ -120,7 +120,7 @@
120
120
  },
121
121
  {
122
122
  "path": "src/wc/components/TypingIndicator/TypingIndicator.tsx",
123
- "content": "import { Component, h, Host, Prop } from '@stencil/core';\n\n@Component({\n tag: 'ds-typing-indicator',\n styleUrl: 'TypingIndicator.css',\n scoped: true,\n})\nexport class TypingIndicator {\n /** Concise localized status text, ideally naming the participant who is typing. */\n @Prop() label: string = 'Typing';\n\n render() {\n return (\n <Host role=\"status\" aria-live=\"polite\" aria-atomic=\"true\">\n <ds-text as=\"span\" variant=\"text-body-small\" color=\"secondary\" shimmer>\n {this.label}\n </ds-text>\n </Host>\n );\n }\n}\n",
123
+ "content": "import { Component, h, Host, Prop } from '@stencil/core';\n\n@Component({\n tag: 'ds-typing-indicator',\n styleUrl: 'TypingIndicator.css',\n scoped: true,\n})\nexport class TypingIndicator {\n /** Concise localized typing status. */\n @Prop() label: string = 'Typing...';\n\n render() {\n return (\n <Host role=\"status\" aria-live=\"polite\" aria-atomic=\"true\">\n <ds-text as=\"span\" variant=\"text-body-medium\" color=\"secondary\" shimmer>\n {this.label}\n </ds-text>\n </Host>\n );\n }\n}\n",
124
124
  "type": "registry:ui"
125
125
  }
126
126
  ]
@@ -12,11 +12,15 @@ export { DsBadge } from "./ds-badge.js";
12
12
  export { DsBarNav } from "./ds-bar-nav.js";
13
13
  export { DsBarTitle } from "./ds-bar-title.js";
14
14
  export { DsBarWorkflow } from "./ds-bar-workflow.js";
15
+ export { DsBreadcrumb } from "./ds-breadcrumb.js";
15
16
  export { DsButtonFilled } from "./ds-button-filled.js";
16
17
  export { DsButtonUnfilled } from "./ds-button-unfilled.js";
18
+ export { DsCardDataVizBar } from "./ds-card-data-viz-bar.js";
17
19
  export { DsCardDataVizDonut } from "./ds-card-data-viz-donut.js";
20
+ export { DsCardDataVizLine } from "./ds-card-data-viz-line.js";
18
21
  export { DsCardSetting } from "./ds-card-setting.js";
19
22
  export { DsCardShellDataViz } from "./ds-card-shell-data-viz.js";
23
+ export { DsChartBarStacked } from "./ds-chart-bar-stacked.js";
20
24
  export { DsChartBar } from "./ds-chart-bar.js";
21
25
  export { DsChartDonut } from "./ds-chart-donut.js";
22
26
  export { DsChartLegend } from "./ds-chart-legend.js";
@@ -52,7 +56,11 @@ export { DsSelect } from "./ds-select.js";
52
56
  export { DsShellApp } from "./ds-shell-app.js";
53
57
  export { DsShellGradientPicker } from "./ds-shell-gradient-picker.js";
54
58
  export { DsShellGradientSwatch } from "./ds-shell-gradient-swatch.js";
59
+ export { DsShellMobileBar } from "./ds-shell-mobile-bar.js";
60
+ export { DsShellMobileNav } from "./ds-shell-mobile-nav.js";
61
+ export { DsShellMobileSectionNav } from "./ds-shell-mobile-section-nav.js";
55
62
  export { DsShellPage } from "./ds-shell-page.js";
63
+ export { DsShellTools } from "./ds-shell-tools.js";
56
64
  export { DsSkeleton } from "./ds-skeleton.js";
57
65
  export { DsSlider } from "./ds-slider.js";
58
66
  export { DsSwatchPicker } from "./ds-swatch-picker.js";
@@ -13,11 +13,15 @@ export { DsBadge } from "./ds-badge.js";
13
13
  export { DsBarNav } from "./ds-bar-nav.js";
14
14
  export { DsBarTitle } from "./ds-bar-title.js";
15
15
  export { DsBarWorkflow } from "./ds-bar-workflow.js";
16
+ export { DsBreadcrumb } from "./ds-breadcrumb.js";
16
17
  export { DsButtonFilled } from "./ds-button-filled.js";
17
18
  export { DsButtonUnfilled } from "./ds-button-unfilled.js";
19
+ export { DsCardDataVizBar } from "./ds-card-data-viz-bar.js";
18
20
  export { DsCardDataVizDonut } from "./ds-card-data-viz-donut.js";
21
+ export { DsCardDataVizLine } from "./ds-card-data-viz-line.js";
19
22
  export { DsCardSetting } from "./ds-card-setting.js";
20
23
  export { DsCardShellDataViz } from "./ds-card-shell-data-viz.js";
24
+ export { DsChartBarStacked } from "./ds-chart-bar-stacked.js";
21
25
  export { DsChartBar } from "./ds-chart-bar.js";
22
26
  export { DsChartDonut } from "./ds-chart-donut.js";
23
27
  export { DsChartLegend } from "./ds-chart-legend.js";
@@ -53,7 +57,11 @@ export { DsSelect } from "./ds-select.js";
53
57
  export { DsShellApp } from "./ds-shell-app.js";
54
58
  export { DsShellGradientPicker } from "./ds-shell-gradient-picker.js";
55
59
  export { DsShellGradientSwatch } from "./ds-shell-gradient-swatch.js";
60
+ export { DsShellMobileBar } from "./ds-shell-mobile-bar.js";
61
+ export { DsShellMobileNav } from "./ds-shell-mobile-nav.js";
62
+ export { DsShellMobileSectionNav } from "./ds-shell-mobile-section-nav.js";
56
63
  export { DsShellPage } from "./ds-shell-page.js";
64
+ export { DsShellTools } from "./ds-shell-tools.js";
57
65
  export { DsSkeleton } from "./ds-skeleton.js";
58
66
  export { DsSlider } from "./ds-slider.js";
59
67
  export { DsSwatchPicker } from "./ds-swatch-picker.js";
@@ -3,11 +3,12 @@
3
3
  * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
4
4
  */
5
5
  import type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime';
6
- import { type DsBarTitleCustomEvent } from "@ds-mo/ui";
6
+ import { type BreadcrumbSelectDetail, type DsBarTitleCustomEvent } from "@ds-mo/ui";
7
7
  import type { Components } from "@ds-mo/ui/dist/components";
8
8
  import { DsBarTitle as DsBarTitleElement } from "@ds-mo/ui/dist/components/ds-bar-title.js";
9
9
  export type DsBarTitleEvents = {
10
10
  onDsBack: EventName<DsBarTitleCustomEvent<MouseEvent>>;
11
+ onDsBreadcrumbSelect: EventName<DsBarTitleCustomEvent<BreadcrumbSelectDetail>>;
11
12
  onDsSectionChange: EventName<DsBarTitleCustomEvent<string>>;
12
13
  onDsAction: EventName<DsBarTitleCustomEvent<string>>;
13
14
  };
@@ -9,6 +9,7 @@ export const DsBarTitle = /*@__PURE__*/ createComponent({
9
9
  react: React,
10
10
  events: {
11
11
  onDsBack: 'dsBack',
12
+ onDsBreadcrumbSelect: 'dsBreadcrumbSelect',
12
13
  onDsSectionChange: 'dsSectionChange',
13
14
  onDsAction: 'dsAction'
14
15
  },
@@ -0,0 +1,12 @@
1
+ /**
2
+ * This file was automatically generated by the Stencil React Output Target.
3
+ * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
4
+ */
5
+ import type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime';
6
+ import { type BreadcrumbSelectDetail, type DsBreadcrumbCustomEvent } from "@ds-mo/ui";
7
+ import type { Components } from "@ds-mo/ui/dist/components";
8
+ import { DsBreadcrumb as DsBreadcrumbElement } from "@ds-mo/ui/dist/components/ds-breadcrumb.js";
9
+ export type DsBreadcrumbEvents = {
10
+ onDsSelect: EventName<DsBreadcrumbCustomEvent<BreadcrumbSelectDetail>>;
11
+ };
12
+ export declare const DsBreadcrumb: StencilReactComponent<DsBreadcrumbElement, DsBreadcrumbEvents, Components.DsBreadcrumb>;
@@ -0,0 +1,12 @@
1
+ 'use client';
2
+ import { createComponent } from '@stencil/react-output-target/runtime';
3
+ import React from 'react';
4
+ import { DsBreadcrumb as DsBreadcrumbElement, defineCustomElement as defineDsBreadcrumb } from "@ds-mo/ui/dist/components/ds-breadcrumb.js";
5
+ export const DsBreadcrumb = /*@__PURE__*/ createComponent({
6
+ tagName: 'ds-breadcrumb',
7
+ elementClass: DsBreadcrumbElement,
8
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
9
+ react: React,
10
+ events: { onDsSelect: 'dsSelect' },
11
+ defineCustomElement: defineDsBreadcrumb
12
+ });
@@ -0,0 +1,12 @@
1
+ /**
2
+ * This file was automatically generated by the Stencil React Output Target.
3
+ * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
4
+ */
5
+ import type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime';
6
+ import { type DsCardDataVizBarCustomEvent } from "@ds-mo/ui";
7
+ import type { Components } from "@ds-mo/ui/dist/components";
8
+ import { DsCardDataVizBar as DsCardDataVizBarElement } from "@ds-mo/ui/dist/components/ds-card-data-viz-bar.js";
9
+ export type DsCardDataVizBarEvents = {
10
+ onDsFilterClick: EventName<DsCardDataVizBarCustomEvent<void>>;
11
+ };
12
+ export declare const DsCardDataVizBar: StencilReactComponent<DsCardDataVizBarElement, DsCardDataVizBarEvents, Components.DsCardDataVizBar, 'heading'>;
@@ -0,0 +1,12 @@
1
+ 'use client';
2
+ import { createComponent } from '@stencil/react-output-target/runtime';
3
+ import React from 'react';
4
+ import { DsCardDataVizBar as DsCardDataVizBarElement, defineCustomElement as defineDsCardDataVizBar } from "@ds-mo/ui/dist/components/ds-card-data-viz-bar.js";
5
+ export const DsCardDataVizBar = /*@__PURE__*/ createComponent({
6
+ tagName: 'ds-card-data-viz-bar',
7
+ elementClass: DsCardDataVizBarElement,
8
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
9
+ react: React,
10
+ events: { onDsFilterClick: 'dsFilterClick' },
11
+ defineCustomElement: defineDsCardDataVizBar
12
+ });
@@ -0,0 +1,12 @@
1
+ /**
2
+ * This file was automatically generated by the Stencil React Output Target.
3
+ * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
4
+ */
5
+ import type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime';
6
+ import { type DsCardDataVizLineCustomEvent } from "@ds-mo/ui";
7
+ import type { Components } from "@ds-mo/ui/dist/components";
8
+ import { DsCardDataVizLine as DsCardDataVizLineElement } from "@ds-mo/ui/dist/components/ds-card-data-viz-line.js";
9
+ export type DsCardDataVizLineEvents = {
10
+ onDsFilterClick: EventName<DsCardDataVizLineCustomEvent<void>>;
11
+ };
12
+ export declare const DsCardDataVizLine: StencilReactComponent<DsCardDataVizLineElement, DsCardDataVizLineEvents, Components.DsCardDataVizLine, 'heading'>;
@@ -0,0 +1,12 @@
1
+ 'use client';
2
+ import { createComponent } from '@stencil/react-output-target/runtime';
3
+ import React from 'react';
4
+ import { DsCardDataVizLine as DsCardDataVizLineElement, defineCustomElement as defineDsCardDataVizLine } from "@ds-mo/ui/dist/components/ds-card-data-viz-line.js";
5
+ export const DsCardDataVizLine = /*@__PURE__*/ createComponent({
6
+ tagName: 'ds-card-data-viz-line',
7
+ elementClass: DsCardDataVizLineElement,
8
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
9
+ react: React,
10
+ events: { onDsFilterClick: 'dsFilterClick' },
11
+ defineCustomElement: defineDsCardDataVizLine
12
+ });
@@ -0,0 +1,9 @@
1
+ /**
2
+ * This file was automatically generated by the Stencil React Output Target.
3
+ * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
4
+ */
5
+ import type { StencilReactComponent } from '@stencil/react-output-target/runtime';
6
+ import type { Components } from "@ds-mo/ui/dist/components";
7
+ import { DsChartBarStacked as DsChartBarStackedElement } from "@ds-mo/ui/dist/components/ds-chart-bar-stacked.js";
8
+ export type DsChartBarStackedEvents = NonNullable<unknown>;
9
+ export declare const DsChartBarStacked: StencilReactComponent<DsChartBarStackedElement, DsChartBarStackedEvents, Components.DsChartBarStacked>;
@@ -0,0 +1,12 @@
1
+ 'use client';
2
+ import { createComponent } from '@stencil/react-output-target/runtime';
3
+ import React from 'react';
4
+ import { DsChartBarStacked as DsChartBarStackedElement, defineCustomElement as defineDsChartBarStacked } from "@ds-mo/ui/dist/components/ds-chart-bar-stacked.js";
5
+ export const DsChartBarStacked = /*@__PURE__*/ createComponent({
6
+ tagName: 'ds-chart-bar-stacked',
7
+ elementClass: DsChartBarStackedElement,
8
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
9
+ react: React,
10
+ events: {},
11
+ defineCustomElement: defineDsChartBarStacked
12
+ });
@@ -2,8 +2,13 @@
2
2
  * This file was automatically generated by the Stencil React Output Target.
3
3
  * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
4
4
  */
5
- import type { StencilReactComponent } from '@stencil/react-output-target/runtime';
5
+ import type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime';
6
+ import { type DsShellAppCustomEvent, type ShellResponsiveMode } from "@ds-mo/ui";
6
7
  import type { Components } from "@ds-mo/ui/dist/components";
7
8
  import { DsShellApp as DsShellAppElement } from "@ds-mo/ui/dist/components/ds-shell-app.js";
8
- export type DsShellAppEvents = NonNullable<unknown>;
9
+ export type DsShellAppEvents = {
10
+ onDsResponsiveModeChange: EventName<DsShellAppCustomEvent<{
11
+ mode: ShellResponsiveMode;
12
+ }>>;
13
+ };
9
14
  export declare const DsShellApp: StencilReactComponent<DsShellAppElement, DsShellAppEvents, Components.DsShellApp>;
@@ -7,6 +7,6 @@ export const DsShellApp = /*@__PURE__*/ createComponent({
7
7
  elementClass: DsShellAppElement,
8
8
  // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
9
9
  react: React,
10
- events: {},
10
+ events: { onDsResponsiveModeChange: 'dsResponsiveModeChange' },
11
11
  defineCustomElement: defineDsShellApp
12
12
  });
@@ -0,0 +1,13 @@
1
+ /**
2
+ * This file was automatically generated by the Stencil React Output Target.
3
+ * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
4
+ */
5
+ import type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime';
6
+ import { type DsShellMobileBarCustomEvent, type ShellMobileBarDestinationDetail } from "@ds-mo/ui";
7
+ import type { Components } from "@ds-mo/ui/dist/components";
8
+ import { DsShellMobileBar as DsShellMobileBarElement } from "@ds-mo/ui/dist/components/ds-shell-mobile-bar.js";
9
+ export type DsShellMobileBarEvents = {
10
+ onDsNavigationToggle: EventName<DsShellMobileBarCustomEvent<boolean>>;
11
+ onDsDestinationChange: EventName<DsShellMobileBarCustomEvent<ShellMobileBarDestinationDetail>>;
12
+ };
13
+ export declare const DsShellMobileBar: StencilReactComponent<DsShellMobileBarElement, DsShellMobileBarEvents, Components.DsShellMobileBar>;
@@ -0,0 +1,15 @@
1
+ 'use client';
2
+ import { createComponent } from '@stencil/react-output-target/runtime';
3
+ import React from 'react';
4
+ import { DsShellMobileBar as DsShellMobileBarElement, defineCustomElement as defineDsShellMobileBar } from "@ds-mo/ui/dist/components/ds-shell-mobile-bar.js";
5
+ export const DsShellMobileBar = /*@__PURE__*/ createComponent({
6
+ tagName: 'ds-shell-mobile-bar',
7
+ elementClass: DsShellMobileBarElement,
8
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
9
+ react: React,
10
+ events: {
11
+ onDsNavigationToggle: 'dsNavigationToggle',
12
+ onDsDestinationChange: 'dsDestinationChange'
13
+ },
14
+ defineCustomElement: defineDsShellMobileBar
15
+ });
@@ -0,0 +1,15 @@
1
+ /**
2
+ * This file was automatically generated by the Stencil React Output Target.
3
+ * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
4
+ */
5
+ import type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime';
6
+ import { type DsShellMobileNavCustomEvent, type NavChromeStyle, type ShellMobileNavAuxiliaryDetail } from "@ds-mo/ui";
7
+ import type { Components } from "@ds-mo/ui/dist/components";
8
+ import { DsShellMobileNav as DsShellMobileNavElement } from "@ds-mo/ui/dist/components/ds-shell-mobile-nav.js";
9
+ export type DsShellMobileNavEvents = {
10
+ onDsAreaSelect: EventName<DsShellMobileNavCustomEvent<string>>;
11
+ onDsBrowseContextChange: EventName<DsShellMobileNavCustomEvent<NavChromeStyle>>;
12
+ onDsAuxiliarySelect: EventName<DsShellMobileNavCustomEvent<ShellMobileNavAuxiliaryDetail>>;
13
+ onDsClose: EventName<DsShellMobileNavCustomEvent<void>>;
14
+ };
15
+ export declare const DsShellMobileNav: StencilReactComponent<DsShellMobileNavElement, DsShellMobileNavEvents, Components.DsShellMobileNav>;
@@ -0,0 +1,17 @@
1
+ 'use client';
2
+ import { createComponent } from '@stencil/react-output-target/runtime';
3
+ import React from 'react';
4
+ import { DsShellMobileNav as DsShellMobileNavElement, defineCustomElement as defineDsShellMobileNav } from "@ds-mo/ui/dist/components/ds-shell-mobile-nav.js";
5
+ export const DsShellMobileNav = /*@__PURE__*/ createComponent({
6
+ tagName: 'ds-shell-mobile-nav',
7
+ elementClass: DsShellMobileNavElement,
8
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
9
+ react: React,
10
+ events: {
11
+ onDsAreaSelect: 'dsAreaSelect',
12
+ onDsBrowseContextChange: 'dsBrowseContextChange',
13
+ onDsAuxiliarySelect: 'dsAuxiliarySelect',
14
+ onDsClose: 'dsClose'
15
+ },
16
+ defineCustomElement: defineDsShellMobileNav
17
+ });
@@ -0,0 +1,12 @@
1
+ /**
2
+ * This file was automatically generated by the Stencil React Output Target.
3
+ * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
4
+ */
5
+ import type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime';
6
+ import { type DsShellMobileSectionNavCustomEvent } from "@ds-mo/ui";
7
+ import type { Components } from "@ds-mo/ui/dist/components";
8
+ import { DsShellMobileSectionNav as DsShellMobileSectionNavElement } from "@ds-mo/ui/dist/components/ds-shell-mobile-section-nav.js";
9
+ export type DsShellMobileSectionNavEvents = {
10
+ onDsTabChange: EventName<DsShellMobileSectionNavCustomEvent<string>>;
11
+ };
12
+ export declare const DsShellMobileSectionNav: StencilReactComponent<DsShellMobileSectionNavElement, DsShellMobileSectionNavEvents, Components.DsShellMobileSectionNav>;
@@ -0,0 +1,12 @@
1
+ 'use client';
2
+ import { createComponent } from '@stencil/react-output-target/runtime';
3
+ import React from 'react';
4
+ import { DsShellMobileSectionNav as DsShellMobileSectionNavElement, defineCustomElement as defineDsShellMobileSectionNav } from "@ds-mo/ui/dist/components/ds-shell-mobile-section-nav.js";
5
+ export const DsShellMobileSectionNav = /*@__PURE__*/ createComponent({
6
+ tagName: 'ds-shell-mobile-section-nav',
7
+ elementClass: DsShellMobileSectionNavElement,
8
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
9
+ react: React,
10
+ events: { onDsTabChange: 'dsTabChange' },
11
+ defineCustomElement: defineDsShellMobileSectionNav
12
+ });
@@ -0,0 +1,25 @@
1
+ /**
2
+ * This file was automatically generated by the Stencil React Output Target.
3
+ * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
4
+ */
5
+ import type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime';
6
+ import { type DsShellToolsCustomEvent, type PanelToolsToolId } from "@ds-mo/ui";
7
+ import type { Components } from "@ds-mo/ui/dist/components";
8
+ import { DsShellTools as DsShellToolsElement } from "@ds-mo/ui/dist/components/ds-shell-tools.js";
9
+ export type DsShellToolsEvents = {
10
+ onDsToolChange: EventName<DsShellToolsCustomEvent<{
11
+ id: PanelToolsToolId;
12
+ selected: boolean;
13
+ }>>;
14
+ onDsPresentationChange: EventName<DsShellToolsCustomEvent<{
15
+ presentation: 'drawer' | 'fullscreen';
16
+ }>>;
17
+ onDsHeaderBack: EventName<DsShellToolsCustomEvent<{
18
+ tool: PanelToolsToolId;
19
+ }>>;
20
+ onDsHeaderAction: EventName<DsShellToolsCustomEvent<{
21
+ tool: PanelToolsToolId;
22
+ id: string;
23
+ }>>;
24
+ };
25
+ export declare const DsShellTools: StencilReactComponent<DsShellToolsElement, DsShellToolsEvents, Components.DsShellTools>;
@@ -0,0 +1,17 @@
1
+ 'use client';
2
+ import { createComponent } from '@stencil/react-output-target/runtime';
3
+ import React from 'react';
4
+ import { DsShellTools as DsShellToolsElement, defineCustomElement as defineDsShellTools } from "@ds-mo/ui/dist/components/ds-shell-tools.js";
5
+ export const DsShellTools = /*@__PURE__*/ createComponent({
6
+ tagName: 'ds-shell-tools',
7
+ elementClass: DsShellToolsElement,
8
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
9
+ react: React,
10
+ events: {
11
+ onDsToolChange: 'dsToolChange',
12
+ onDsPresentationChange: 'dsPresentationChange',
13
+ onDsHeaderBack: 'dsHeaderBack',
14
+ onDsHeaderAction: 'dsHeaderAction'
15
+ },
16
+ defineCustomElement: defineDsShellTools
17
+ });
@@ -122,6 +122,7 @@
122
122
  :where(a):not(:where([data-ds-prose='off'], [data-ds-prose='off'] *)) {
123
123
  color: var(--color-foreground-brand);
124
124
  text-decoration: underline;
125
+ text-decoration-color: var(--color-foreground-tertiary);
125
126
  }
126
127
 
127
128
  :where(.ds-prose)
@@ -1,6 +1,8 @@
1
1
  import { EventEmitter } from '../../stencil-public-runtime';
2
+ import type { BreadcrumbItem, BreadcrumbSelectDetail } from '../Breadcrumb/breadcrumb-types';
2
3
  import { type BarTitleActionItem, type BarTitlePrimaryAction, type BarTitleSectionItem, type BarTitleVariant } from './bar-title-types';
3
4
  export declare class BarTitle {
5
+ el: HTMLElement;
4
6
  /** The page's single visible h1. */
5
7
  heading: string;
6
8
  /** Optional supporting copy shown in the expanded presentation. */
@@ -9,8 +11,12 @@ export declare class BarTitle {
9
11
  showBack: boolean;
10
12
  /** Accessible name for the leading Back action. */
11
13
  backAriaLabel: string;
12
- /** Visible parent-page label used by the expanded Back breadcrumb. */
14
+ /** Visible parent-page label used by the expanded breadcrumb when breadcrumbs is empty. */
13
15
  backLabel: string;
16
+ /** Optional expanded ancestor path. Compact variants continue to use the Back action. */
17
+ breadcrumbs: BreadcrumbItem[];
18
+ /** Accessible name for the expanded breadcrumb navigation landmark. */
19
+ breadcrumbAriaLabel: string;
14
20
  /** Optional page sections exposed through the active-section menu. */
15
21
  sections: BarTitleSectionItem[];
16
22
  /** Id of the active page section. */
@@ -27,6 +33,8 @@ export declare class BarTitle {
27
33
  variant: BarTitleVariant;
28
34
  /** Emitted when the leading Back action is activated. */
29
35
  dsBack: EventEmitter<MouseEvent>;
36
+ /** Emitted when an authored expanded breadcrumb item is activated. */
37
+ dsBreadcrumbSelect: EventEmitter<BreadcrumbSelectDetail>;
30
38
  /** Emitted with the newly selected page-section id. */
31
39
  dsSectionChange: EventEmitter<string>;
32
40
  /** Emitted with the activated primary or overflow action id. */
@@ -42,9 +50,11 @@ export declare class BarTitle {
42
50
  private readonly actionMenuId;
43
51
  private sectionTriggerEl;
44
52
  private actionTriggerEl;
53
+ componentWillLoad(): void;
45
54
  handleSectionsChange(): void;
46
55
  handleActionsChange(): void;
47
56
  private get compact();
57
+ private get expandedBreadcrumbItems();
48
58
  /** Tooltip copy is fixed and generic; backAriaLabel/actionsAriaLabel stay page-specific. */
49
59
  private get backTooltipLabel();
50
60
  private get primaryCollapsed();
@@ -67,6 +77,8 @@ export declare class BarTitle {
67
77
  private handleActionSelect;
68
78
  private renderSectionSelector;
69
79
  private renderActions;
80
+ private handleBreadcrumbSelect;
81
+ private renderBreadcrumb;
70
82
  private renderBack;
71
83
  render(): any;
72
84
  }
@@ -0,0 +1,31 @@
1
+ import { EventEmitter } from '../../stencil-public-runtime';
2
+ import type { BreadcrumbItem, BreadcrumbSelectDetail } from './breadcrumb-types';
3
+ export declare class Breadcrumb {
4
+ /** Ordered path from the broadest ancestor to the nearest page. */
5
+ items: BreadcrumbItem[];
6
+ /** Accessible name for the breadcrumb navigation landmark. */
7
+ ariaLabel: string;
8
+ /** Emitted when an interactive breadcrumb item is activated. Prevent to cancel native navigation. */
9
+ dsSelect: EventEmitter<BreadcrumbSelectDetail>;
10
+ private labelWidths;
11
+ private collapsedLabels;
12
+ private navElement?;
13
+ private listElement?;
14
+ private measurementElements;
15
+ private separatorElements;
16
+ private ellipsisMeasurement?;
17
+ private resizeObserver?;
18
+ private observedElement?;
19
+ private measurementFrame?;
20
+ componentDidLoad(): void;
21
+ componentDidRender(): void;
22
+ disconnectedCallback(): void;
23
+ handleItemsChange(): void;
24
+ private observeContainer;
25
+ private scheduleMeasurement;
26
+ private measureLabels;
27
+ private handleSelect;
28
+ private renderItem;
29
+ render(): any;
30
+ }
31
+ //# sourceMappingURL=Breadcrumb.d.ts.map
@@ -0,0 +1,17 @@
1
+ export interface BreadcrumbItem {
2
+ /** Stable value returned from dsSelect. */
3
+ id: string;
4
+ /** Visible caption label. */
5
+ label: string;
6
+ /** Optional accessible name when the visible label is not destination-specific enough. */
7
+ ariaLabel?: string;
8
+ /** Native destination. Omit when the route owner handles dsSelect. */
9
+ href?: string;
10
+ /** Marks this item as the current page and removes its interaction. */
11
+ isCurrent?: boolean;
12
+ }
13
+ export interface BreadcrumbSelectDetail {
14
+ item: BreadcrumbItem;
15
+ originalEvent: MouseEvent;
16
+ }
17
+ //# sourceMappingURL=breadcrumb-types.d.ts.map
@@ -0,0 +1,24 @@
1
+ import { EventEmitter } from '../../stencil-public-runtime';
2
+ import type { CardShellDataVizWidth } from '../CardShellDataViz/CardShellDataViz';
3
+ export type CardDataVizBarWidth = CardShellDataVizWidth;
4
+ /**
5
+ * Bar-chart data-viz card — dedicated `ds-card-shell-data-viz` chrome with a fill chart
6
+ * region and an optional, content-sized static legend.
7
+ */
8
+ export declare class CardDataVizBar {
9
+ el: HTMLElement;
10
+ /** Widget heading shown in the card header. */
11
+ heading: string;
12
+ /** Card width token — also sets matching min-height. */
13
+ cardWidth: CardDataVizBarWidth;
14
+ filterLabel: string;
15
+ /** Emits when the header filter control is activated. */
16
+ dsFilterClick: EventEmitter<void>;
17
+ private hasChartSlot;
18
+ private hasLegendSlot;
19
+ componentWillRender(): void;
20
+ componentDidRender(): void;
21
+ private handleFilterClick;
22
+ render(): any;
23
+ }
24
+ //# sourceMappingURL=CardDataVizBar.d.ts.map
@@ -0,0 +1,2 @@
1
+ export type { CardDataVizBarWidth } from './CardDataVizBar';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,24 @@
1
+ import { EventEmitter } from '../../stencil-public-runtime';
2
+ import type { CardShellDataVizWidth } from '../CardShellDataViz/CardShellDataViz';
3
+ export type CardDataVizLineWidth = CardShellDataVizWidth;
4
+ /**
5
+ * Line-chart data-viz card — dedicated `ds-card-shell-data-viz` chrome with a fill chart
6
+ * region and a content-sized, static legend.
7
+ */
8
+ export declare class CardDataVizLine {
9
+ el: HTMLElement;
10
+ /** Widget heading shown in the card header. */
11
+ heading: string;
12
+ /** Card width token — also sets matching min-height. */
13
+ cardWidth: CardDataVizLineWidth;
14
+ filterLabel: string;
15
+ /** Emits when the header filter control is activated. */
16
+ dsFilterClick: EventEmitter<void>;
17
+ private hasChartSlot;
18
+ private hasLegendSlot;
19
+ componentWillRender(): void;
20
+ componentDidRender(): void;
21
+ private handleFilterClick;
22
+ render(): any;
23
+ }
24
+ //# sourceMappingURL=CardDataVizLine.d.ts.map
@@ -0,0 +1,2 @@
1
+ export type { CardDataVizLineWidth } from './CardDataVizLine';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,15 @@
1
+ import type { ChartSeries } from '../../utils/chart-types';
2
+ export type ChartBarStackedVariant = 'stacked' | 'percentage';
3
+ export declare class ChartBarStacked {
4
+ /** Ordered stack series. Set as a JS property (not an HTML attribute). */
5
+ series: ChartSeries[];
6
+ /** X-axis labels — must match each series' `data` length. Set as a JS property. */
7
+ categories: string[];
8
+ variant: ChartBarStackedVariant;
9
+ width: number;
10
+ height: number;
11
+ private valuesForCategory;
12
+ private accessibleLabel;
13
+ render(): any;
14
+ }
15
+ //# sourceMappingURL=ChartBarStacked.d.ts.map