@ds-mo/ui 12.2.0 → 12.3.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 (222) hide show
  1. package/README.md +8 -2
  2. package/dist/.build-stamp +1 -1
  3. package/dist/agent-patterns.json +6 -6
  4. package/dist/agent.json +530 -25
  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-page.d.ts +1 -1
  18. package/dist/angular/ds-shell-page.js +3 -3
  19. package/dist/angular/index.d.ts +1 -1
  20. package/dist/angular/index.js +4 -0
  21. package/dist/angular/proxies.d.ts +4 -0
  22. package/dist/angular/proxies.js +4 -0
  23. package/dist/components/ds-agent-activity.js +1 -1
  24. package/dist/components/ds-agent-response.js +1 -1
  25. package/dist/components/ds-agent-source-list.js +1 -1
  26. package/dist/components/ds-agent-tool-call.js +1 -1
  27. package/dist/components/ds-attachment-list.js +1 -1
  28. package/dist/components/ds-badge.js +1 -1
  29. package/dist/components/ds-bar-nav.js +1 -1
  30. package/dist/components/ds-bar-title.js +1 -1
  31. package/dist/components/ds-bar-title.js.map +1 -1
  32. package/dist/components/ds-bar-workflow.js +1 -1
  33. package/dist/components/ds-breadcrumb.d.ts +11 -0
  34. package/dist/components/ds-breadcrumb.js +2 -0
  35. package/dist/components/ds-breadcrumb.js.map +1 -0
  36. package/dist/components/ds-button-filled.js +1 -1
  37. package/dist/components/ds-button-unfilled.js +1 -1
  38. package/dist/components/ds-card-data-viz-bar.d.ts +11 -0
  39. package/dist/components/ds-card-data-viz-bar.js +2 -0
  40. package/dist/components/ds-card-data-viz-bar.js.map +1 -0
  41. package/dist/components/ds-card-data-viz-donut.js +1 -1
  42. package/dist/components/ds-card-data-viz-donut.js.map +1 -1
  43. package/dist/components/ds-card-data-viz-line.d.ts +11 -0
  44. package/dist/components/ds-card-data-viz-line.js +2 -0
  45. package/dist/components/ds-card-data-viz-line.js.map +1 -0
  46. package/dist/components/ds-card-setting.js +1 -1
  47. package/dist/components/ds-card-setting.js.map +1 -1
  48. package/dist/components/ds-card-shell-data-viz.js +1 -1
  49. package/dist/components/ds-chart-bar-stacked.d.ts +11 -0
  50. package/dist/components/ds-chart-bar-stacked.js +2 -0
  51. package/dist/components/ds-chart-bar-stacked.js.map +1 -0
  52. package/dist/components/ds-chart-bar.js +1 -1
  53. package/dist/components/ds-chart-bar.js.map +1 -1
  54. package/dist/components/ds-chart-donut.js +1 -1
  55. package/dist/components/ds-chart-legend.js +1 -1
  56. package/dist/components/ds-chart-legend.js.map +1 -1
  57. package/dist/components/ds-chart-line.js +1 -1
  58. package/dist/components/ds-chart-line.js.map +1 -1
  59. package/dist/components/ds-checkbox.js +1 -1
  60. package/dist/components/ds-chip.js +1 -1
  61. package/dist/components/ds-code-block.js +1 -1
  62. package/dist/components/ds-conversation-list-item.js +1 -1
  63. package/dist/components/ds-conversation-list-item.js.map +1 -1
  64. package/dist/components/ds-conversation-list-section.js +1 -1
  65. package/dist/components/ds-conversation-list.js +1 -1
  66. package/dist/components/ds-divider.js +1 -1
  67. package/dist/components/ds-empty-state.js +1 -1
  68. package/dist/components/ds-field.js +1 -1
  69. package/dist/components/ds-input.js +1 -1
  70. package/dist/components/ds-markdown.js +1 -1
  71. package/dist/components/ds-menu.js +1 -1
  72. package/dist/components/ds-message-bubble.js +1 -1
  73. package/dist/components/ds-message-bubble.js.map +1 -1
  74. package/dist/components/ds-message-composer.js +1 -1
  75. package/dist/components/ds-message-scroller.js +1 -1
  76. package/dist/components/ds-message-scroller.js.map +1 -1
  77. package/dist/components/ds-message.js +1 -1
  78. package/dist/components/ds-modal.js +1 -1
  79. package/dist/components/ds-panel-nav.js +1 -1
  80. package/dist/components/ds-panel-sub-nav.js +1 -1
  81. package/dist/components/ds-panel-tool-header.js +1 -1
  82. package/dist/components/ds-panel-tool-search.js +1 -1
  83. package/dist/components/ds-panel-tools.js +1 -1
  84. package/dist/components/ds-radio.js +1 -1
  85. package/dist/components/ds-scroll-overlay.js +1 -1
  86. package/dist/components/ds-scroll-overlay.js.map +1 -1
  87. package/dist/components/ds-select-multi.js +1 -1
  88. package/dist/components/ds-select-multi.js.map +1 -1
  89. package/dist/components/ds-select.js +1 -1
  90. package/dist/components/ds-select.js.map +1 -1
  91. package/dist/components/ds-shell-app.js +1 -1
  92. package/dist/components/ds-shell-app.js.map +1 -1
  93. package/dist/components/ds-shell-gradient-picker.js +1 -1
  94. package/dist/components/ds-shell-gradient-swatch.js +1 -1
  95. package/dist/components/ds-shell-page.js +1 -1
  96. package/dist/components/ds-shell-page.js.map +1 -1
  97. package/dist/components/ds-skeleton.js +1 -1
  98. package/dist/components/ds-slider.js +1 -1
  99. package/dist/components/ds-slider.js.map +1 -1
  100. package/dist/components/ds-swatch-picker.js +1 -1
  101. package/dist/components/ds-switch.js +1 -1
  102. package/dist/components/ds-tab-group.js +1 -1
  103. package/dist/components/ds-tag.js +1 -1
  104. package/dist/components/ds-text.js +1 -1
  105. package/dist/components/ds-toast.js +1 -1
  106. package/dist/components/ds-tooltip-data-viz.js +1 -1
  107. package/dist/components/ds-tooltip.js +1 -1
  108. package/dist/components/ds-typing-indicator.js +1 -1
  109. package/dist/components/ds-typing-indicator.js.map +1 -1
  110. package/dist/components/{p-DcGpdIlT.js → p-9dQQSgwT.js} +2 -2
  111. package/dist/components/p-B3rbhRAk.js +2 -0
  112. package/dist/components/p-B3rbhRAk.js.map +1 -0
  113. package/dist/components/{p-BWUTr_XN.js → p-BJMRBHKW.js} +2 -2
  114. package/dist/components/p-BJMRBHKW.js.map +1 -0
  115. package/dist/components/p-BVV_rlIP.js +2 -0
  116. package/dist/components/p-BVV_rlIP.js.map +1 -0
  117. package/dist/components/{p-GMDGgtY8.js → p-BhxwpOH8.js} +2 -2
  118. package/dist/components/{p-2W-ZjZCR.js → p-Bi_bxbih.js} +2 -2
  119. package/dist/components/{p-CG5EX4NW.js → p-BtEjlcB9.js} +2 -2
  120. package/dist/components/{p-C0_8K4y7.js → p-BwGnhInj.js} +2 -2
  121. package/dist/components/p-BwGnhInj.js.map +1 -0
  122. package/dist/components/p-C0NPJ0h2.js +2 -0
  123. package/dist/components/{p-BpA9uYKX.js.map → p-C0NPJ0h2.js.map} +1 -1
  124. package/dist/components/{p-D6jK2Hyi.js → p-C7bZ-jiU.js} +2 -2
  125. package/dist/components/p-CH3w-P2H.js +2 -0
  126. package/dist/components/p-CH3w-P2H.js.map +1 -0
  127. package/dist/components/{p-DOCKtrS4.js → p-CH6cNXXF.js} +2 -2
  128. package/dist/components/p-CWlh7HAg.js +2 -0
  129. package/dist/components/{p-8OOCLGph.js.map → p-CWlh7HAg.js.map} +1 -1
  130. package/dist/components/{p-BE_CDJeL.js → p-CY19gMiz.js} +2 -2
  131. package/dist/components/p-C_ewSXTT.js +2 -0
  132. package/dist/components/p-C_ewSXTT.js.map +1 -0
  133. package/dist/components/{p-CHkI3oIS.js → p-Ce52yVXF.js} +2 -2
  134. package/dist/components/{p-xY3TjBF5.js → p-CoYFJD-w.js} +2 -2
  135. package/dist/components/{p-DBi1bmOL.js → p-Cuw2Lo2g.js} +2 -2
  136. package/dist/components/{p-BRLDJmkh.js → p-D-xttdpn.js} +2 -2
  137. package/dist/components/{p-CCHqsF_H.js → p-D3DYxbC5.js} +2 -2
  138. package/dist/components/{p-Cxpl-rzP.js → p-DC7yOUQx.js} +2 -2
  139. package/dist/components/{p-CNffejay.js → p-DSa0Hnd3.js} +2 -2
  140. package/dist/components/p-DXewjzkM.js +2 -0
  141. package/dist/components/p-DXewjzkM.js.map +1 -0
  142. package/dist/components/{p-DyGB97Oy.js → p-DYqReipj.js} +2 -2
  143. package/dist/components/{p-ky1msbJ8.js → p-DjPZxzIG.js} +2 -2
  144. package/dist/components/{p-ky1msbJ8.js.map → p-DjPZxzIG.js.map} +1 -1
  145. package/dist/components/p-J6xK6Ihq.js +2 -0
  146. package/dist/components/p-jCWtxthA.js +2 -0
  147. package/dist/components/{p-XgIQ3oI_.js.map → p-jCWtxthA.js.map} +1 -1
  148. package/dist/docs/components.json +956 -145
  149. package/dist/lib/utils/index.js +3 -1
  150. package/dist/lib/utils/index.js.map +2 -2
  151. package/dist/mcp/cli.js +142 -18
  152. package/dist/mcp-data/registry/agent-source-list.json +1 -1
  153. package/dist/mcp-data/registry/bar-title.json +68 -14
  154. package/dist/mcp-data/registry/breadcrumb.json +205 -0
  155. package/dist/mcp-data/registry/card-data-viz-bar.json +212 -0
  156. package/dist/mcp-data/registry/card-data-viz-line.json +206 -0
  157. package/dist/mcp-data/registry/card-shell-data-viz.json +7 -0
  158. package/dist/mcp-data/registry/chart-bar-stacked.json +225 -0
  159. package/dist/mcp-data/registry/chart-bar.json +9 -2
  160. package/dist/mcp-data/registry/chart-legend.json +29 -3
  161. package/dist/mcp-data/registry/chart-line.json +4 -2
  162. package/dist/mcp-data/registry/conversation-list-item.json +2 -2
  163. package/dist/mcp-data/registry/message-scroller.json +4 -2
  164. package/dist/mcp-data/registry/message.json +3 -2
  165. package/dist/mcp-data/registry/registry.json +541 -24
  166. package/dist/mcp-data/registry/shell-page.json +31 -13
  167. package/dist/mcp-data/registry/text.json +1 -1
  168. package/dist/mcp-data/registry/typing-indicator.json +7 -7
  169. package/dist/react/components.d.ts +4 -0
  170. package/dist/react/components.js +4 -0
  171. package/dist/react/ds-bar-title.d.ts +2 -1
  172. package/dist/react/ds-bar-title.js +1 -0
  173. package/dist/react/ds-breadcrumb.d.ts +12 -0
  174. package/dist/react/ds-breadcrumb.js +12 -0
  175. package/dist/react/ds-card-data-viz-bar.d.ts +12 -0
  176. package/dist/react/ds-card-data-viz-bar.js +12 -0
  177. package/dist/react/ds-card-data-viz-line.d.ts +12 -0
  178. package/dist/react/ds-card-data-viz-line.js +12 -0
  179. package/dist/react/ds-chart-bar-stacked.d.ts +9 -0
  180. package/dist/react/ds-chart-bar-stacked.js +12 -0
  181. package/dist/styles/prose.css +1 -0
  182. package/dist/types/components/BarTitle/BarTitle.d.ts +13 -1
  183. package/dist/types/components/Breadcrumb/Breadcrumb.d.ts +31 -0
  184. package/dist/types/components/Breadcrumb/breadcrumb-types.d.ts +17 -0
  185. package/dist/types/components/CardDataVizBar/CardDataVizBar.d.ts +24 -0
  186. package/dist/types/components/CardDataVizBar/index.d.ts +2 -0
  187. package/dist/types/components/CardDataVizLine/CardDataVizLine.d.ts +24 -0
  188. package/dist/types/components/CardDataVizLine/index.d.ts +2 -0
  189. package/dist/types/components/ChartBarStacked/ChartBarStacked.d.ts +15 -0
  190. package/dist/types/components/ChartBarStacked/index.d.ts +3 -0
  191. package/dist/types/components/ChartLegend/ChartLegend.d.ts +3 -0
  192. package/dist/types/components/ShellPage/ShellPage.d.ts +19 -7
  193. package/dist/types/components/ShellPage/shell-page-responsive.d.ts +0 -8
  194. package/dist/types/components/TypingIndicator/TypingIndicator.d.ts +1 -1
  195. package/dist/types/components.d.ts +339 -10
  196. package/package.json +1 -1
  197. package/dist/components/p-8OOCLGph.js +0 -2
  198. package/dist/components/p-B8CubPgQ.js +0 -2
  199. package/dist/components/p-BWUTr_XN.js.map +0 -1
  200. package/dist/components/p-BpA9uYKX.js +0 -2
  201. package/dist/components/p-C0_8K4y7.js.map +0 -1
  202. package/dist/components/p-CA3kLO7K.js +0 -2
  203. package/dist/components/p-CA3kLO7K.js.map +0 -1
  204. package/dist/components/p-CzBnvtcz.js +0 -2
  205. package/dist/components/p-CzBnvtcz.js.map +0 -1
  206. package/dist/components/p-XgIQ3oI_.js +0 -2
  207. /package/dist/components/{p-DcGpdIlT.js.map → p-9dQQSgwT.js.map} +0 -0
  208. /package/dist/components/{p-GMDGgtY8.js.map → p-BhxwpOH8.js.map} +0 -0
  209. /package/dist/components/{p-2W-ZjZCR.js.map → p-Bi_bxbih.js.map} +0 -0
  210. /package/dist/components/{p-CG5EX4NW.js.map → p-BtEjlcB9.js.map} +0 -0
  211. /package/dist/components/{p-D6jK2Hyi.js.map → p-C7bZ-jiU.js.map} +0 -0
  212. /package/dist/components/{p-DOCKtrS4.js.map → p-CH6cNXXF.js.map} +0 -0
  213. /package/dist/components/{p-BE_CDJeL.js.map → p-CY19gMiz.js.map} +0 -0
  214. /package/dist/components/{p-CHkI3oIS.js.map → p-Ce52yVXF.js.map} +0 -0
  215. /package/dist/components/{p-xY3TjBF5.js.map → p-CoYFJD-w.js.map} +0 -0
  216. /package/dist/components/{p-DBi1bmOL.js.map → p-Cuw2Lo2g.js.map} +0 -0
  217. /package/dist/components/{p-BRLDJmkh.js.map → p-D-xttdpn.js.map} +0 -0
  218. /package/dist/components/{p-CCHqsF_H.js.map → p-D3DYxbC5.js.map} +0 -0
  219. /package/dist/components/{p-Cxpl-rzP.js.map → p-DC7yOUQx.js.map} +0 -0
  220. /package/dist/components/{p-CNffejay.js.map → p-DSa0Hnd3.js.map} +0 -0
  221. /package/dist/components/{p-DyGB97Oy.js.map → p-DYqReipj.js.map} +0 -0
  222. /package/dist/components/{p-B8CubPgQ.js.map → p-J6xK6Ihq.js.map} +0 -0
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2026-07-23T05:06:11",
2
+ "timestamp": "2026-07-23T21:28:32",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "4.43.5",
@@ -1948,7 +1948,7 @@
1948
1948
  "mutable": false,
1949
1949
  "attr": "back-label",
1950
1950
  "reflectToAttr": false,
1951
- "docs": "Visible parent-page label used by the expanded Back breadcrumb.",
1951
+ "docs": "Visible parent-page label used by the expanded breadcrumb when breadcrumbs is empty.",
1952
1952
  "docsTags": [
1953
1953
  {
1954
1954
  "name": "default",
@@ -1966,6 +1966,70 @@
1966
1966
  "getter": false,
1967
1967
  "setter": false
1968
1968
  },
1969
+ {
1970
+ "name": "breadcrumbAriaLabel",
1971
+ "type": "string",
1972
+ "complexType": {
1973
+ "original": "string",
1974
+ "resolved": "string",
1975
+ "references": {}
1976
+ },
1977
+ "mutable": false,
1978
+ "attr": "breadcrumb-aria-label",
1979
+ "reflectToAttr": false,
1980
+ "docs": "Accessible name for the expanded breadcrumb navigation landmark.",
1981
+ "docsTags": [
1982
+ {
1983
+ "name": "default",
1984
+ "text": "'Breadcrumb'"
1985
+ }
1986
+ ],
1987
+ "default": "'Breadcrumb'",
1988
+ "values": [
1989
+ {
1990
+ "type": "string"
1991
+ }
1992
+ ],
1993
+ "optional": false,
1994
+ "required": false,
1995
+ "getter": false,
1996
+ "setter": false
1997
+ },
1998
+ {
1999
+ "name": "breadcrumbs",
2000
+ "type": "BreadcrumbItem[]",
2001
+ "complexType": {
2002
+ "original": "BreadcrumbItem[]",
2003
+ "resolved": "BreadcrumbItem[]",
2004
+ "references": {
2005
+ "BreadcrumbItem": {
2006
+ "location": "import",
2007
+ "path": "../Breadcrumb/breadcrumb-types",
2008
+ "id": "src/wc/components/Breadcrumb/breadcrumb-types.ts::BreadcrumbItem",
2009
+ "referenceLocation": "BreadcrumbItem"
2010
+ }
2011
+ }
2012
+ },
2013
+ "mutable": false,
2014
+ "reflectToAttr": false,
2015
+ "docs": "Optional expanded ancestor path. Compact variants continue to use the Back action.",
2016
+ "docsTags": [
2017
+ {
2018
+ "name": "default",
2019
+ "text": "[]"
2020
+ }
2021
+ ],
2022
+ "default": "[]",
2023
+ "values": [
2024
+ {
2025
+ "type": "BreadcrumbItem[]"
2026
+ }
2027
+ ],
2028
+ "optional": false,
2029
+ "required": false,
2030
+ "getter": false,
2031
+ "setter": false
2032
+ },
1969
2033
  {
1970
2034
  "name": "description",
1971
2035
  "type": "string",
@@ -2259,6 +2323,27 @@
2259
2323
  "docs": "Emitted when the leading Back action is activated.",
2260
2324
  "docsTags": []
2261
2325
  },
2326
+ {
2327
+ "event": "dsBreadcrumbSelect",
2328
+ "detail": "BreadcrumbSelectDetail",
2329
+ "bubbles": true,
2330
+ "complexType": {
2331
+ "original": "BreadcrumbSelectDetail",
2332
+ "resolved": "BreadcrumbSelectDetail",
2333
+ "references": {
2334
+ "BreadcrumbSelectDetail": {
2335
+ "location": "import",
2336
+ "path": "../Breadcrumb/breadcrumb-types",
2337
+ "id": "src/wc/components/Breadcrumb/breadcrumb-types.ts::BreadcrumbSelectDetail",
2338
+ "referenceLocation": "BreadcrumbSelectDetail"
2339
+ }
2340
+ }
2341
+ },
2342
+ "cancelable": true,
2343
+ "composed": true,
2344
+ "docs": "Emitted when an authored expanded breadcrumb item is activated.",
2345
+ "docsTags": []
2346
+ },
2262
2347
  {
2263
2348
  "event": "dsSectionChange",
2264
2349
  "detail": "string",
@@ -2286,6 +2371,7 @@
2286
2371
  "ds-button-filled",
2287
2372
  "ds-tooltip",
2288
2373
  "ds-button-unfilled",
2374
+ "ds-breadcrumb",
2289
2375
  "ds-menu"
2290
2376
  ],
2291
2377
  "dependencyGraph": {
@@ -2295,6 +2381,7 @@
2295
2381
  "ds-button-filled",
2296
2382
  "ds-tooltip",
2297
2383
  "ds-button-unfilled",
2384
+ "ds-breadcrumb",
2298
2385
  "ds-menu"
2299
2386
  ],
2300
2387
  "ds-button-filled": [
@@ -2314,6 +2401,9 @@
2314
2401
  "ds-badge": [
2315
2402
  "ds-text"
2316
2403
  ],
2404
+ "ds-breadcrumb": [
2405
+ "ds-text"
2406
+ ],
2317
2407
  "ds-menu": [
2318
2408
  "ds-text",
2319
2409
  "ds-swatch-picker",
@@ -2691,6 +2781,123 @@
2691
2781
  ]
2692
2782
  }
2693
2783
  },
2784
+ {
2785
+ "filePath": "src/wc/components/Breadcrumb/Breadcrumb.tsx",
2786
+ "encapsulation": "scoped",
2787
+ "tag": "ds-breadcrumb",
2788
+ "docs": "",
2789
+ "docsTags": [],
2790
+ "usage": {},
2791
+ "props": [
2792
+ {
2793
+ "name": "ariaLabel",
2794
+ "type": "string",
2795
+ "complexType": {
2796
+ "original": "string",
2797
+ "resolved": "string",
2798
+ "references": {}
2799
+ },
2800
+ "mutable": false,
2801
+ "attr": "aria-label",
2802
+ "reflectToAttr": false,
2803
+ "docs": "Accessible name for the breadcrumb navigation landmark.",
2804
+ "docsTags": [
2805
+ {
2806
+ "name": "default",
2807
+ "text": "'Breadcrumb'"
2808
+ }
2809
+ ],
2810
+ "default": "'Breadcrumb'",
2811
+ "values": [
2812
+ {
2813
+ "type": "string"
2814
+ }
2815
+ ],
2816
+ "optional": false,
2817
+ "required": false,
2818
+ "getter": false,
2819
+ "setter": false
2820
+ },
2821
+ {
2822
+ "name": "items",
2823
+ "type": "BreadcrumbItem[]",
2824
+ "complexType": {
2825
+ "original": "BreadcrumbItem[]",
2826
+ "resolved": "BreadcrumbItem[]",
2827
+ "references": {
2828
+ "BreadcrumbItem": {
2829
+ "location": "import",
2830
+ "path": "./breadcrumb-types",
2831
+ "id": "src/wc/components/Breadcrumb/breadcrumb-types.ts::BreadcrumbItem",
2832
+ "referenceLocation": "BreadcrumbItem"
2833
+ }
2834
+ }
2835
+ },
2836
+ "mutable": false,
2837
+ "reflectToAttr": false,
2838
+ "docs": "Ordered path from the broadest ancestor to the nearest page.",
2839
+ "docsTags": [
2840
+ {
2841
+ "name": "default",
2842
+ "text": "[]"
2843
+ }
2844
+ ],
2845
+ "default": "[]",
2846
+ "values": [
2847
+ {
2848
+ "type": "BreadcrumbItem[]"
2849
+ }
2850
+ ],
2851
+ "optional": false,
2852
+ "required": false,
2853
+ "getter": false,
2854
+ "setter": false
2855
+ }
2856
+ ],
2857
+ "methods": [],
2858
+ "events": [
2859
+ {
2860
+ "event": "dsSelect",
2861
+ "detail": "BreadcrumbSelectDetail",
2862
+ "bubbles": true,
2863
+ "complexType": {
2864
+ "original": "BreadcrumbSelectDetail",
2865
+ "resolved": "BreadcrumbSelectDetail",
2866
+ "references": {
2867
+ "BreadcrumbSelectDetail": {
2868
+ "location": "import",
2869
+ "path": "./breadcrumb-types",
2870
+ "id": "src/wc/components/Breadcrumb/breadcrumb-types.ts::BreadcrumbSelectDetail",
2871
+ "referenceLocation": "BreadcrumbSelectDetail"
2872
+ }
2873
+ }
2874
+ },
2875
+ "cancelable": true,
2876
+ "composed": true,
2877
+ "docs": "Emitted when an interactive breadcrumb item is activated. Prevent to cancel native navigation.",
2878
+ "docsTags": []
2879
+ }
2880
+ ],
2881
+ "listeners": [],
2882
+ "styles": [],
2883
+ "slots": [],
2884
+ "parts": [],
2885
+ "states": [],
2886
+ "dependents": [
2887
+ "ds-bar-title"
2888
+ ],
2889
+ "dependencies": [
2890
+ "ds-text"
2891
+ ],
2892
+ "dependencyGraph": {
2893
+ "ds-breadcrumb": [
2894
+ "ds-text"
2895
+ ],
2896
+ "ds-bar-title": [
2897
+ "ds-breadcrumb"
2898
+ ]
2899
+ }
2900
+ },
2694
2901
  {
2695
2902
  "filePath": "src/wc/components/ButtonFilled/ButtonFilled.tsx",
2696
2903
  "encapsulation": "scoped",
@@ -4084,7 +4291,9 @@
4084
4291
  "ds-bar-nav",
4085
4292
  "ds-bar-title",
4086
4293
  "ds-bar-workflow",
4294
+ "ds-card-data-viz-bar",
4087
4295
  "ds-card-data-viz-donut",
4296
+ "ds-card-data-viz-line",
4088
4297
  "ds-card-setting",
4089
4298
  "ds-code-block",
4090
4299
  "ds-input",
@@ -4124,9 +4333,15 @@
4124
4333
  "ds-bar-workflow": [
4125
4334
  "ds-button-unfilled"
4126
4335
  ],
4336
+ "ds-card-data-viz-bar": [
4337
+ "ds-button-unfilled"
4338
+ ],
4127
4339
  "ds-card-data-viz-donut": [
4128
4340
  "ds-button-unfilled"
4129
4341
  ],
4342
+ "ds-card-data-viz-line": [
4343
+ "ds-button-unfilled"
4344
+ ],
4130
4345
  "ds-card-setting": [
4131
4346
  "ds-button-unfilled"
4132
4347
  ],
@@ -4169,10 +4384,10 @@
4169
4384
  }
4170
4385
  },
4171
4386
  {
4172
- "filePath": "src/wc/components/CardDataVizDonut/CardDataVizDonut.tsx",
4387
+ "filePath": "src/wc/components/CardDataVizBar/CardDataVizBar.tsx",
4173
4388
  "encapsulation": "scoped",
4174
- "tag": "ds-card-data-viz-donut",
4175
- "docs": "Donut data-viz card — dedicated `ds-card-shell-data-viz` chrome with a fill chart region and\ncontent-sized legend. Hover sync between chart and legend stays here.",
4389
+ "tag": "ds-card-data-viz-bar",
4390
+ "docs": "Bar-chart data-viz card — dedicated `ds-card-shell-data-viz` chrome with a fill chart\nregion and an optional, content-sized static legend.",
4176
4391
  "docsTags": [],
4177
4392
  "usage": {},
4178
4393
  "props": [
@@ -4180,13 +4395,13 @@
4180
4395
  "name": "cardWidth",
4181
4396
  "type": "\"lg\" | \"md\" | \"sm\"",
4182
4397
  "complexType": {
4183
- "original": "CardDataVizDonutWidth",
4398
+ "original": "CardDataVizBarWidth",
4184
4399
  "resolved": "\"lg\" | \"md\" | \"sm\"",
4185
4400
  "references": {
4186
- "CardDataVizDonutWidth": {
4401
+ "CardDataVizBarWidth": {
4187
4402
  "location": "local",
4188
- "path": "/home/runner/work/compomo/compomo/src/wc/components/CardDataVizDonut/CardDataVizDonut.tsx",
4189
- "id": "src/wc/components/CardDataVizDonut/CardDataVizDonut.tsx::CardDataVizDonutWidth"
4403
+ "path": "/home/runner/work/compomo/compomo/src/wc/components/CardDataVizBar/CardDataVizBar.tsx",
4404
+ "id": "src/wc/components/CardDataVizBar/CardDataVizBar.tsx::CardDataVizBarWidth"
4190
4405
  }
4191
4406
  }
4192
4407
  },
@@ -4301,7 +4516,7 @@
4301
4516
  "ds-button-unfilled"
4302
4517
  ],
4303
4518
  "dependencyGraph": {
4304
- "ds-card-data-viz-donut": [
4519
+ "ds-card-data-viz-bar": [
4305
4520
  "ds-card-shell-data-viz",
4306
4521
  "ds-button-unfilled"
4307
4522
  ],
@@ -4320,60 +4535,31 @@
4320
4535
  }
4321
4536
  },
4322
4537
  {
4323
- "filePath": "src/wc/components/CardSetting/CardSetting.tsx",
4538
+ "filePath": "src/wc/components/CardDataVizDonut/CardDataVizDonut.tsx",
4324
4539
  "encapsulation": "scoped",
4325
- "tag": "ds-card-setting",
4326
- "docs": "",
4540
+ "tag": "ds-card-data-viz-donut",
4541
+ "docs": "Donut data-viz card — dedicated `ds-card-shell-data-viz` chrome with a fill chart region and\ncontent-sized legend. Hover sync between chart and legend stays here.",
4327
4542
  "docsTags": [],
4328
4543
  "usage": {},
4329
4544
  "props": [
4330
- {
4331
- "name": "cancelLabel",
4332
- "type": "string",
4333
- "complexType": {
4334
- "original": "string",
4335
- "resolved": "string",
4336
- "references": {}
4337
- },
4338
- "mutable": false,
4339
- "attr": "cancel-label",
4340
- "reflectToAttr": false,
4341
- "docs": "",
4342
- "docsTags": [
4343
- {
4344
- "name": "default",
4345
- "text": "'Cancel'"
4346
- }
4347
- ],
4348
- "default": "'Cancel'",
4349
- "values": [
4350
- {
4351
- "type": "string"
4352
- }
4353
- ],
4354
- "optional": false,
4355
- "required": false,
4356
- "getter": false,
4357
- "setter": false
4358
- },
4359
4545
  {
4360
4546
  "name": "cardWidth",
4361
4547
  "type": "\"lg\" | \"md\" | \"sm\"",
4362
4548
  "complexType": {
4363
- "original": "CardSettingWidth",
4549
+ "original": "CardDataVizDonutWidth",
4364
4550
  "resolved": "\"lg\" | \"md\" | \"sm\"",
4365
4551
  "references": {
4366
- "CardSettingWidth": {
4552
+ "CardDataVizDonutWidth": {
4367
4553
  "location": "local",
4368
- "path": "/home/runner/work/compomo/compomo/src/wc/components/CardSetting/CardSetting.tsx",
4369
- "id": "src/wc/components/CardSetting/CardSetting.tsx::CardSettingWidth"
4554
+ "path": "/home/runner/work/compomo/compomo/src/wc/components/CardDataVizDonut/CardDataVizDonut.tsx",
4555
+ "id": "src/wc/components/CardDataVizDonut/CardDataVizDonut.tsx::CardDataVizDonutWidth"
4370
4556
  }
4371
4557
  }
4372
4558
  },
4373
4559
  "mutable": false,
4374
4560
  "attr": "card-width",
4375
4561
  "reflectToAttr": false,
4376
- "docs": "Card width token (`sm` / `md` / `lg`). Also sets host `min-height` to the\nmatching `--dimension-card-height-*` so the body fills available space\neven when the slot is empty.",
4562
+ "docs": "Card width token also sets matching min-height.",
4377
4563
  "docsTags": [
4378
4564
  {
4379
4565
  "name": "default",
@@ -4401,7 +4587,7 @@
4401
4587
  "setter": false
4402
4588
  },
4403
4589
  {
4404
- "name": "editLabel",
4590
+ "name": "filterLabel",
4405
4591
  "type": "string",
4406
4592
  "complexType": {
4407
4593
  "original": "string",
@@ -4409,16 +4595,16 @@
4409
4595
  "references": {}
4410
4596
  },
4411
4597
  "mutable": false,
4412
- "attr": "edit-label",
4598
+ "attr": "filter-label",
4413
4599
  "reflectToAttr": false,
4414
4600
  "docs": "",
4415
4601
  "docsTags": [
4416
4602
  {
4417
4603
  "name": "default",
4418
- "text": "'Edit'"
4604
+ "text": "'Filter'"
4419
4605
  }
4420
4606
  ],
4421
- "default": "'Edit'",
4607
+ "default": "'Filter'",
4422
4608
  "values": [
4423
4609
  {
4424
4610
  "type": "string"
@@ -4429,35 +4615,6 @@
4429
4615
  "getter": false,
4430
4616
  "setter": false
4431
4617
  },
4432
- {
4433
- "name": "editing",
4434
- "type": "boolean",
4435
- "complexType": {
4436
- "original": "boolean",
4437
- "resolved": "boolean",
4438
- "references": {}
4439
- },
4440
- "mutable": false,
4441
- "attr": "editing",
4442
- "reflectToAttr": false,
4443
- "docs": "Controlled edit state — parent owns single-edit orchestration.",
4444
- "docsTags": [
4445
- {
4446
- "name": "default",
4447
- "text": "false"
4448
- }
4449
- ],
4450
- "default": "false",
4451
- "values": [
4452
- {
4453
- "type": "boolean"
4454
- }
4455
- ],
4456
- "optional": false,
4457
- "required": false,
4458
- "getter": false,
4459
- "setter": false
4460
- },
4461
4618
  {
4462
4619
  "name": "heading",
4463
4620
  "type": "string",
@@ -4469,7 +4626,7 @@
4469
4626
  "mutable": false,
4470
4627
  "attr": "heading",
4471
4628
  "reflectToAttr": false,
4472
- "docs": "Section heading shown in the card header.",
4629
+ "docs": "Widget heading shown in the card header.",
4473
4630
  "docsTags": [],
4474
4631
  "values": [
4475
4632
  {
@@ -4480,10 +4637,370 @@
4480
4637
  "required": true,
4481
4638
  "getter": false,
4482
4639
  "setter": false
4483
- },
4484
- {
4485
- "name": "saveLabel",
4486
- "type": "string",
4640
+ }
4641
+ ],
4642
+ "methods": [],
4643
+ "events": [
4644
+ {
4645
+ "event": "dsFilterClick",
4646
+ "detail": "void",
4647
+ "bubbles": true,
4648
+ "complexType": {
4649
+ "original": "void",
4650
+ "resolved": "void",
4651
+ "references": {}
4652
+ },
4653
+ "cancelable": true,
4654
+ "composed": true,
4655
+ "docs": "Emits when the header filter control is activated.",
4656
+ "docsTags": []
4657
+ }
4658
+ ],
4659
+ "listeners": [],
4660
+ "styles": [],
4661
+ "slots": [],
4662
+ "parts": [],
4663
+ "states": [],
4664
+ "dependents": [],
4665
+ "dependencies": [
4666
+ "ds-card-shell-data-viz",
4667
+ "ds-button-unfilled"
4668
+ ],
4669
+ "dependencyGraph": {
4670
+ "ds-card-data-viz-donut": [
4671
+ "ds-card-shell-data-viz",
4672
+ "ds-button-unfilled"
4673
+ ],
4674
+ "ds-card-shell-data-viz": [
4675
+ "ds-text"
4676
+ ],
4677
+ "ds-button-unfilled": [
4678
+ "ds-loader",
4679
+ "ds-icon",
4680
+ "ds-badge",
4681
+ "ds-text"
4682
+ ],
4683
+ "ds-badge": [
4684
+ "ds-text"
4685
+ ]
4686
+ }
4687
+ },
4688
+ {
4689
+ "filePath": "src/wc/components/CardDataVizLine/CardDataVizLine.tsx",
4690
+ "encapsulation": "scoped",
4691
+ "tag": "ds-card-data-viz-line",
4692
+ "docs": "Line-chart data-viz card — dedicated `ds-card-shell-data-viz` chrome with a fill chart\nregion and a content-sized, static legend.",
4693
+ "docsTags": [],
4694
+ "usage": {},
4695
+ "props": [
4696
+ {
4697
+ "name": "cardWidth",
4698
+ "type": "\"lg\" | \"md\" | \"sm\"",
4699
+ "complexType": {
4700
+ "original": "CardDataVizLineWidth",
4701
+ "resolved": "\"lg\" | \"md\" | \"sm\"",
4702
+ "references": {
4703
+ "CardDataVizLineWidth": {
4704
+ "location": "local",
4705
+ "path": "/home/runner/work/compomo/compomo/src/wc/components/CardDataVizLine/CardDataVizLine.tsx",
4706
+ "id": "src/wc/components/CardDataVizLine/CardDataVizLine.tsx::CardDataVizLineWidth"
4707
+ }
4708
+ }
4709
+ },
4710
+ "mutable": false,
4711
+ "attr": "card-width",
4712
+ "reflectToAttr": false,
4713
+ "docs": "Card width token — also sets matching min-height.",
4714
+ "docsTags": [
4715
+ {
4716
+ "name": "default",
4717
+ "text": "'md'"
4718
+ }
4719
+ ],
4720
+ "default": "'md'",
4721
+ "values": [
4722
+ {
4723
+ "value": "lg",
4724
+ "type": "string"
4725
+ },
4726
+ {
4727
+ "value": "md",
4728
+ "type": "string"
4729
+ },
4730
+ {
4731
+ "value": "sm",
4732
+ "type": "string"
4733
+ }
4734
+ ],
4735
+ "optional": false,
4736
+ "required": false,
4737
+ "getter": false,
4738
+ "setter": false
4739
+ },
4740
+ {
4741
+ "name": "filterLabel",
4742
+ "type": "string",
4743
+ "complexType": {
4744
+ "original": "string",
4745
+ "resolved": "string",
4746
+ "references": {}
4747
+ },
4748
+ "mutable": false,
4749
+ "attr": "filter-label",
4750
+ "reflectToAttr": false,
4751
+ "docs": "",
4752
+ "docsTags": [
4753
+ {
4754
+ "name": "default",
4755
+ "text": "'Filter'"
4756
+ }
4757
+ ],
4758
+ "default": "'Filter'",
4759
+ "values": [
4760
+ {
4761
+ "type": "string"
4762
+ }
4763
+ ],
4764
+ "optional": false,
4765
+ "required": false,
4766
+ "getter": false,
4767
+ "setter": false
4768
+ },
4769
+ {
4770
+ "name": "heading",
4771
+ "type": "string",
4772
+ "complexType": {
4773
+ "original": "string",
4774
+ "resolved": "string",
4775
+ "references": {}
4776
+ },
4777
+ "mutable": false,
4778
+ "attr": "heading",
4779
+ "reflectToAttr": false,
4780
+ "docs": "Widget heading shown in the card header.",
4781
+ "docsTags": [],
4782
+ "values": [
4783
+ {
4784
+ "type": "string"
4785
+ }
4786
+ ],
4787
+ "optional": false,
4788
+ "required": true,
4789
+ "getter": false,
4790
+ "setter": false
4791
+ }
4792
+ ],
4793
+ "methods": [],
4794
+ "events": [
4795
+ {
4796
+ "event": "dsFilterClick",
4797
+ "detail": "void",
4798
+ "bubbles": true,
4799
+ "complexType": {
4800
+ "original": "void",
4801
+ "resolved": "void",
4802
+ "references": {}
4803
+ },
4804
+ "cancelable": true,
4805
+ "composed": true,
4806
+ "docs": "Emits when the header filter control is activated.",
4807
+ "docsTags": []
4808
+ }
4809
+ ],
4810
+ "listeners": [],
4811
+ "styles": [],
4812
+ "slots": [],
4813
+ "parts": [],
4814
+ "states": [],
4815
+ "dependents": [],
4816
+ "dependencies": [
4817
+ "ds-card-shell-data-viz",
4818
+ "ds-button-unfilled"
4819
+ ],
4820
+ "dependencyGraph": {
4821
+ "ds-card-data-viz-line": [
4822
+ "ds-card-shell-data-viz",
4823
+ "ds-button-unfilled"
4824
+ ],
4825
+ "ds-card-shell-data-viz": [
4826
+ "ds-text"
4827
+ ],
4828
+ "ds-button-unfilled": [
4829
+ "ds-loader",
4830
+ "ds-icon",
4831
+ "ds-badge",
4832
+ "ds-text"
4833
+ ],
4834
+ "ds-badge": [
4835
+ "ds-text"
4836
+ ]
4837
+ }
4838
+ },
4839
+ {
4840
+ "filePath": "src/wc/components/CardSetting/CardSetting.tsx",
4841
+ "encapsulation": "scoped",
4842
+ "tag": "ds-card-setting",
4843
+ "docs": "",
4844
+ "docsTags": [],
4845
+ "usage": {},
4846
+ "props": [
4847
+ {
4848
+ "name": "cancelLabel",
4849
+ "type": "string",
4850
+ "complexType": {
4851
+ "original": "string",
4852
+ "resolved": "string",
4853
+ "references": {}
4854
+ },
4855
+ "mutable": false,
4856
+ "attr": "cancel-label",
4857
+ "reflectToAttr": false,
4858
+ "docs": "",
4859
+ "docsTags": [
4860
+ {
4861
+ "name": "default",
4862
+ "text": "'Cancel'"
4863
+ }
4864
+ ],
4865
+ "default": "'Cancel'",
4866
+ "values": [
4867
+ {
4868
+ "type": "string"
4869
+ }
4870
+ ],
4871
+ "optional": false,
4872
+ "required": false,
4873
+ "getter": false,
4874
+ "setter": false
4875
+ },
4876
+ {
4877
+ "name": "cardWidth",
4878
+ "type": "\"lg\" | \"md\" | \"sm\"",
4879
+ "complexType": {
4880
+ "original": "CardSettingWidth",
4881
+ "resolved": "\"lg\" | \"md\" | \"sm\"",
4882
+ "references": {
4883
+ "CardSettingWidth": {
4884
+ "location": "local",
4885
+ "path": "/home/runner/work/compomo/compomo/src/wc/components/CardSetting/CardSetting.tsx",
4886
+ "id": "src/wc/components/CardSetting/CardSetting.tsx::CardSettingWidth"
4887
+ }
4888
+ }
4889
+ },
4890
+ "mutable": false,
4891
+ "attr": "card-width",
4892
+ "reflectToAttr": false,
4893
+ "docs": "Card width token (`sm` / `md` / `lg`). Also sets host `min-height` to the\nmatching `--dimension-card-height-*` so the body fills available space\neven when the slot is empty.",
4894
+ "docsTags": [
4895
+ {
4896
+ "name": "default",
4897
+ "text": "'md'"
4898
+ }
4899
+ ],
4900
+ "default": "'md'",
4901
+ "values": [
4902
+ {
4903
+ "value": "lg",
4904
+ "type": "string"
4905
+ },
4906
+ {
4907
+ "value": "md",
4908
+ "type": "string"
4909
+ },
4910
+ {
4911
+ "value": "sm",
4912
+ "type": "string"
4913
+ }
4914
+ ],
4915
+ "optional": false,
4916
+ "required": false,
4917
+ "getter": false,
4918
+ "setter": false
4919
+ },
4920
+ {
4921
+ "name": "editLabel",
4922
+ "type": "string",
4923
+ "complexType": {
4924
+ "original": "string",
4925
+ "resolved": "string",
4926
+ "references": {}
4927
+ },
4928
+ "mutable": false,
4929
+ "attr": "edit-label",
4930
+ "reflectToAttr": false,
4931
+ "docs": "",
4932
+ "docsTags": [
4933
+ {
4934
+ "name": "default",
4935
+ "text": "'Edit'"
4936
+ }
4937
+ ],
4938
+ "default": "'Edit'",
4939
+ "values": [
4940
+ {
4941
+ "type": "string"
4942
+ }
4943
+ ],
4944
+ "optional": false,
4945
+ "required": false,
4946
+ "getter": false,
4947
+ "setter": false
4948
+ },
4949
+ {
4950
+ "name": "editing",
4951
+ "type": "boolean",
4952
+ "complexType": {
4953
+ "original": "boolean",
4954
+ "resolved": "boolean",
4955
+ "references": {}
4956
+ },
4957
+ "mutable": false,
4958
+ "attr": "editing",
4959
+ "reflectToAttr": false,
4960
+ "docs": "Controlled edit state — parent owns single-edit orchestration.",
4961
+ "docsTags": [
4962
+ {
4963
+ "name": "default",
4964
+ "text": "false"
4965
+ }
4966
+ ],
4967
+ "default": "false",
4968
+ "values": [
4969
+ {
4970
+ "type": "boolean"
4971
+ }
4972
+ ],
4973
+ "optional": false,
4974
+ "required": false,
4975
+ "getter": false,
4976
+ "setter": false
4977
+ },
4978
+ {
4979
+ "name": "heading",
4980
+ "type": "string",
4981
+ "complexType": {
4982
+ "original": "string",
4983
+ "resolved": "string",
4984
+ "references": {}
4985
+ },
4986
+ "mutable": false,
4987
+ "attr": "heading",
4988
+ "reflectToAttr": false,
4989
+ "docs": "Section heading shown in the card header.",
4990
+ "docsTags": [],
4991
+ "values": [
4992
+ {
4993
+ "type": "string"
4994
+ }
4995
+ ],
4996
+ "optional": false,
4997
+ "required": true,
4998
+ "getter": false,
4999
+ "setter": false
5000
+ },
5001
+ {
5002
+ "name": "saveLabel",
5003
+ "type": "string",
4487
5004
  "complexType": {
4488
5005
  "original": "string",
4489
5006
  "resolved": "string",
@@ -4590,28 +5107,154 @@
4590
5107
  }
4591
5108
  },
4592
5109
  "mutable": false,
4593
- "attr": "card-width",
5110
+ "attr": "card-width",
5111
+ "reflectToAttr": false,
5112
+ "docs": "Width token with the matching data-visualization shell min-height.",
5113
+ "docsTags": [
5114
+ {
5115
+ "name": "default",
5116
+ "text": "'md'"
5117
+ }
5118
+ ],
5119
+ "default": "'md'",
5120
+ "values": [
5121
+ {
5122
+ "value": "lg",
5123
+ "type": "string"
5124
+ },
5125
+ {
5126
+ "value": "md",
5127
+ "type": "string"
5128
+ },
5129
+ {
5130
+ "value": "sm",
5131
+ "type": "string"
5132
+ }
5133
+ ],
5134
+ "optional": false,
5135
+ "required": false,
5136
+ "getter": false,
5137
+ "setter": false
5138
+ },
5139
+ {
5140
+ "name": "heading",
5141
+ "type": "string",
5142
+ "complexType": {
5143
+ "original": "string",
5144
+ "resolved": "string",
5145
+ "references": {}
5146
+ },
5147
+ "mutable": false,
5148
+ "attr": "heading",
5149
+ "reflectToAttr": false,
5150
+ "docs": "Data-visualization heading shown in the shell header.",
5151
+ "docsTags": [],
5152
+ "values": [
5153
+ {
5154
+ "type": "string"
5155
+ }
5156
+ ],
5157
+ "optional": false,
5158
+ "required": true,
5159
+ "getter": false,
5160
+ "setter": false
5161
+ }
5162
+ ],
5163
+ "methods": [],
5164
+ "events": [],
5165
+ "listeners": [],
5166
+ "styles": [],
5167
+ "slots": [],
5168
+ "parts": [],
5169
+ "states": [],
5170
+ "dependents": [
5171
+ "ds-card-data-viz-bar",
5172
+ "ds-card-data-viz-donut",
5173
+ "ds-card-data-viz-line"
5174
+ ],
5175
+ "dependencies": [
5176
+ "ds-text"
5177
+ ],
5178
+ "dependencyGraph": {
5179
+ "ds-card-shell-data-viz": [
5180
+ "ds-text"
5181
+ ],
5182
+ "ds-card-data-viz-bar": [
5183
+ "ds-card-shell-data-viz"
5184
+ ],
5185
+ "ds-card-data-viz-donut": [
5186
+ "ds-card-shell-data-viz"
5187
+ ],
5188
+ "ds-card-data-viz-line": [
5189
+ "ds-card-shell-data-viz"
5190
+ ]
5191
+ }
5192
+ },
5193
+ {
5194
+ "filePath": "src/wc/components/ChartBar/ChartBar.tsx",
5195
+ "encapsulation": "scoped",
5196
+ "tag": "ds-chart-bar",
5197
+ "docs": "",
5198
+ "docsTags": [],
5199
+ "usage": {},
5200
+ "props": [
5201
+ {
5202
+ "name": "data",
5203
+ "type": "ChartDatum[]",
5204
+ "complexType": {
5205
+ "original": "ChartDatum[]",
5206
+ "resolved": "ChartDatum[]",
5207
+ "references": {
5208
+ "ChartDatum": {
5209
+ "location": "import",
5210
+ "path": "../../utils/chart-types",
5211
+ "id": "src/wc/utils/chart-types.ts::ChartDatum",
5212
+ "referenceLocation": "ChartDatum"
5213
+ }
5214
+ }
5215
+ },
5216
+ "mutable": false,
4594
5217
  "reflectToAttr": false,
4595
- "docs": "Width token with the matching data-visualization shell min-height.",
5218
+ "docs": "Bars to render. Set as a JS property (not an HTML attribute).",
4596
5219
  "docsTags": [
4597
5220
  {
4598
5221
  "name": "default",
4599
- "text": "'md'"
5222
+ "text": "[]"
4600
5223
  }
4601
5224
  ],
4602
- "default": "'md'",
5225
+ "default": "[]",
4603
5226
  "values": [
4604
5227
  {
4605
- "value": "lg",
4606
- "type": "string"
4607
- },
5228
+ "type": "ChartDatum[]"
5229
+ }
5230
+ ],
5231
+ "optional": false,
5232
+ "required": false,
5233
+ "getter": false,
5234
+ "setter": false
5235
+ },
5236
+ {
5237
+ "name": "height",
5238
+ "type": "number",
5239
+ "complexType": {
5240
+ "original": "number",
5241
+ "resolved": "number",
5242
+ "references": {}
5243
+ },
5244
+ "mutable": false,
5245
+ "attr": "height",
5246
+ "reflectToAttr": false,
5247
+ "docs": "",
5248
+ "docsTags": [
4608
5249
  {
4609
- "value": "md",
4610
- "type": "string"
4611
- },
5250
+ "name": "default",
5251
+ "text": "240"
5252
+ }
5253
+ ],
5254
+ "default": "240",
5255
+ "values": [
4612
5256
  {
4613
- "value": "sm",
4614
- "type": "string"
5257
+ "type": "number"
4615
5258
  }
4616
5259
  ],
4617
5260
  "optional": false,
@@ -4620,25 +5263,31 @@
4620
5263
  "setter": false
4621
5264
  },
4622
5265
  {
4623
- "name": "heading",
4624
- "type": "string",
5266
+ "name": "width",
5267
+ "type": "number",
4625
5268
  "complexType": {
4626
- "original": "string",
4627
- "resolved": "string",
5269
+ "original": "number",
5270
+ "resolved": "number",
4628
5271
  "references": {}
4629
5272
  },
4630
5273
  "mutable": false,
4631
- "attr": "heading",
5274
+ "attr": "width",
4632
5275
  "reflectToAttr": false,
4633
- "docs": "Data-visualization heading shown in the shell header.",
4634
- "docsTags": [],
5276
+ "docs": "",
5277
+ "docsTags": [
5278
+ {
5279
+ "name": "default",
5280
+ "text": "480"
5281
+ }
5282
+ ],
5283
+ "default": "480",
4635
5284
  "values": [
4636
5285
  {
4637
- "type": "string"
5286
+ "type": "number"
4638
5287
  }
4639
5288
  ],
4640
5289
  "optional": false,
4641
- "required": true,
5290
+ "required": false,
4642
5291
  "getter": false,
4643
5292
  "setter": false
4644
5293
  }
@@ -4650,47 +5299,29 @@
4650
5299
  "slots": [],
4651
5300
  "parts": [],
4652
5301
  "states": [],
4653
- "dependents": [
4654
- "ds-card-data-viz-donut"
4655
- ],
4656
- "dependencies": [
4657
- "ds-text"
4658
- ],
4659
- "dependencyGraph": {
4660
- "ds-card-shell-data-viz": [
4661
- "ds-text"
4662
- ],
4663
- "ds-card-data-viz-donut": [
4664
- "ds-card-shell-data-viz"
4665
- ]
4666
- }
5302
+ "dependents": [],
5303
+ "dependencies": [],
5304
+ "dependencyGraph": {}
4667
5305
  },
4668
5306
  {
4669
- "filePath": "src/wc/components/ChartBar/ChartBar.tsx",
5307
+ "filePath": "src/wc/components/ChartBarStacked/ChartBarStacked.tsx",
4670
5308
  "encapsulation": "scoped",
4671
- "tag": "ds-chart-bar",
5309
+ "tag": "ds-chart-bar-stacked",
4672
5310
  "docs": "",
4673
5311
  "docsTags": [],
4674
5312
  "usage": {},
4675
5313
  "props": [
4676
5314
  {
4677
- "name": "data",
4678
- "type": "ChartDatum[]",
5315
+ "name": "categories",
5316
+ "type": "string[]",
4679
5317
  "complexType": {
4680
- "original": "ChartDatum[]",
4681
- "resolved": "ChartDatum[]",
4682
- "references": {
4683
- "ChartDatum": {
4684
- "location": "import",
4685
- "path": "../../utils/chart-types",
4686
- "id": "src/wc/utils/chart-types.ts::ChartDatum",
4687
- "referenceLocation": "ChartDatum"
4688
- }
4689
- }
5318
+ "original": "string[]",
5319
+ "resolved": "string[]",
5320
+ "references": {}
4690
5321
  },
4691
5322
  "mutable": false,
4692
5323
  "reflectToAttr": false,
4693
- "docs": "Bars to render. Set as a JS property (not an HTML attribute).",
5324
+ "docs": "X-axis labels — must match each series' `data` length. Set as a JS property.",
4694
5325
  "docsTags": [
4695
5326
  {
4696
5327
  "name": "default",
@@ -4700,7 +5331,7 @@
4700
5331
  "default": "[]",
4701
5332
  "values": [
4702
5333
  {
4703
- "type": "ChartDatum[]"
5334
+ "type": "string[]"
4704
5335
  }
4705
5336
  ],
4706
5337
  "optional": false,
@@ -4737,6 +5368,81 @@
4737
5368
  "getter": false,
4738
5369
  "setter": false
4739
5370
  },
5371
+ {
5372
+ "name": "series",
5373
+ "type": "ChartSeries[]",
5374
+ "complexType": {
5375
+ "original": "ChartSeries[]",
5376
+ "resolved": "ChartSeries[]",
5377
+ "references": {
5378
+ "ChartSeries": {
5379
+ "location": "import",
5380
+ "path": "../../utils/chart-types",
5381
+ "id": "src/wc/utils/chart-types.ts::ChartSeries",
5382
+ "referenceLocation": "ChartSeries"
5383
+ }
5384
+ }
5385
+ },
5386
+ "mutable": false,
5387
+ "reflectToAttr": false,
5388
+ "docs": "Ordered stack series. Set as a JS property (not an HTML attribute).",
5389
+ "docsTags": [
5390
+ {
5391
+ "name": "default",
5392
+ "text": "[]"
5393
+ }
5394
+ ],
5395
+ "default": "[]",
5396
+ "values": [
5397
+ {
5398
+ "type": "ChartSeries[]"
5399
+ }
5400
+ ],
5401
+ "optional": false,
5402
+ "required": false,
5403
+ "getter": false,
5404
+ "setter": false
5405
+ },
5406
+ {
5407
+ "name": "variant",
5408
+ "type": "\"percentage\" | \"stacked\"",
5409
+ "complexType": {
5410
+ "original": "ChartBarStackedVariant",
5411
+ "resolved": "\"percentage\" | \"stacked\"",
5412
+ "references": {
5413
+ "ChartBarStackedVariant": {
5414
+ "location": "local",
5415
+ "path": "/home/runner/work/compomo/compomo/src/wc/components/ChartBarStacked/ChartBarStacked.tsx",
5416
+ "id": "src/wc/components/ChartBarStacked/ChartBarStacked.tsx::ChartBarStackedVariant"
5417
+ }
5418
+ }
5419
+ },
5420
+ "mutable": false,
5421
+ "attr": "variant",
5422
+ "reflectToAttr": false,
5423
+ "docs": "",
5424
+ "docsTags": [
5425
+ {
5426
+ "name": "default",
5427
+ "text": "'stacked'"
5428
+ }
5429
+ ],
5430
+ "default": "'stacked'",
5431
+ "values": [
5432
+ {
5433
+ "value": "percentage",
5434
+ "type": "string"
5435
+ },
5436
+ {
5437
+ "value": "stacked",
5438
+ "type": "string"
5439
+ }
5440
+ ],
5441
+ "optional": false,
5442
+ "required": false,
5443
+ "getter": false,
5444
+ "setter": false
5445
+ },
4740
5446
  {
4741
5447
  "name": "width",
4742
5448
  "type": "number",
@@ -5231,6 +5937,35 @@
5231
5937
  "getter": false,
5232
5938
  "setter": false
5233
5939
  },
5940
+ {
5941
+ "name": "highlightOnHover",
5942
+ "type": "boolean",
5943
+ "complexType": {
5944
+ "original": "boolean",
5945
+ "resolved": "boolean",
5946
+ "references": {}
5947
+ },
5948
+ "mutable": false,
5949
+ "attr": "highlight-on-hover",
5950
+ "reflectToAttr": false,
5951
+ "docs": "Let local pointer/focus movement highlight one item and emit `dsItemHover`.",
5952
+ "docsTags": [
5953
+ {
5954
+ "name": "default",
5955
+ "text": "true"
5956
+ }
5957
+ ],
5958
+ "default": "true",
5959
+ "values": [
5960
+ {
5961
+ "type": "boolean"
5962
+ }
5963
+ ],
5964
+ "optional": false,
5965
+ "required": false,
5966
+ "getter": false,
5967
+ "setter": false
5968
+ },
5234
5969
  {
5235
5970
  "name": "items",
5236
5971
  "type": "ChartLegendItem[]",
@@ -16717,6 +17452,48 @@
16717
17452
  "getter": false,
16718
17453
  "setter": false
16719
17454
  },
17455
+ {
17456
+ "name": "headerCapacity",
17457
+ "type": "\"compact\" | \"constrained\" | \"roomy\" | undefined",
17458
+ "complexType": {
17459
+ "original": "ShellPageCapacity",
17460
+ "resolved": "\"compact\" | \"constrained\" | \"roomy\" | undefined",
17461
+ "references": {
17462
+ "ShellPageCapacity": {
17463
+ "location": "import",
17464
+ "path": "./shell-page-types",
17465
+ "id": "src/wc/components/ShellPage/shell-page-types.ts::ShellPageCapacity",
17466
+ "referenceLocation": "ShellPageCapacity"
17467
+ }
17468
+ }
17469
+ },
17470
+ "mutable": false,
17471
+ "attr": "header-capacity",
17472
+ "reflectToAttr": false,
17473
+ "docs": "Available page-header capacity supplied by the owning application shell.",
17474
+ "docsTags": [],
17475
+ "values": [
17476
+ {
17477
+ "value": "compact",
17478
+ "type": "string"
17479
+ },
17480
+ {
17481
+ "value": "constrained",
17482
+ "type": "string"
17483
+ },
17484
+ {
17485
+ "value": "roomy",
17486
+ "type": "string"
17487
+ },
17488
+ {
17489
+ "type": "undefined"
17490
+ }
17491
+ ],
17492
+ "optional": true,
17493
+ "required": false,
17494
+ "getter": false,
17495
+ "setter": false
17496
+ },
16720
17497
  {
16721
17498
  "name": "headerPresentation",
16722
17499
  "type": "\"auto\" | \"compact\" | \"constrained\" | \"expanded\"",
@@ -16735,7 +17512,7 @@
16735
17512
  "mutable": false,
16736
17513
  "attr": "header-presentation",
16737
17514
  "reflectToAttr": false,
16738
- "docs": "Automatic container/scroll behavior, or an explicit header variant override.",
17515
+ "docs": "Automatic capacity/scroll behavior, or an explicit header variant override.",
16739
17516
  "docsTags": [
16740
17517
  {
16741
17518
  "name": "default",
@@ -19982,6 +20759,7 @@
19982
20759
  "ds-bar-nav",
19983
20760
  "ds-bar-title",
19984
20761
  "ds-bar-workflow",
20762
+ "ds-breadcrumb",
19985
20763
  "ds-button-filled",
19986
20764
  "ds-button-unfilled",
19987
20765
  "ds-card-setting",
@@ -20039,6 +20817,9 @@
20039
20817
  "ds-bar-workflow": [
20040
20818
  "ds-text"
20041
20819
  ],
20820
+ "ds-breadcrumb": [
20821
+ "ds-text"
20822
+ ],
20042
20823
  "ds-button-filled": [
20043
20824
  "ds-text"
20044
20825
  ],
@@ -21017,14 +21798,14 @@
21017
21798
  "mutable": false,
21018
21799
  "attr": "label",
21019
21800
  "reflectToAttr": false,
21020
- "docs": "Concise localized status text, ideally naming the participant who is typing.",
21801
+ "docs": "Concise localized typing status.",
21021
21802
  "docsTags": [
21022
21803
  {
21023
21804
  "name": "default",
21024
- "text": "'Typing'"
21805
+ "text": "'Typing...'"
21025
21806
  }
21026
21807
  ],
21027
- "default": "'Typing'",
21808
+ "default": "'Typing...'",
21028
21809
  "values": [
21029
21810
  {
21030
21811
  "type": "string"
@@ -21140,11 +21921,21 @@
21140
21921
  "docstring": "",
21141
21922
  "path": "src/wc/components/CardShellDataViz/CardShellDataViz.tsx"
21142
21923
  },
21924
+ "src/wc/components/CardDataVizBar/CardDataVizBar.tsx::CardDataVizBarWidth": {
21925
+ "declaration": "export type CardShellDataVizWidth = 'sm' | 'md' | 'lg';",
21926
+ "docstring": "",
21927
+ "path": "src/wc/components/CardDataVizBar/CardDataVizBar.tsx"
21928
+ },
21143
21929
  "src/wc/components/CardDataVizDonut/CardDataVizDonut.tsx::CardDataVizDonutWidth": {
21144
21930
  "declaration": "export type CardShellDataVizWidth = 'sm' | 'md' | 'lg';",
21145
21931
  "docstring": "",
21146
21932
  "path": "src/wc/components/CardDataVizDonut/CardDataVizDonut.tsx"
21147
21933
  },
21934
+ "src/wc/components/CardDataVizLine/CardDataVizLine.tsx::CardDataVizLineWidth": {
21935
+ "declaration": "export type CardShellDataVizWidth = 'sm' | 'md' | 'lg';",
21936
+ "docstring": "",
21937
+ "path": "src/wc/components/CardDataVizLine/CardDataVizLine.tsx"
21938
+ },
21148
21939
  "src/wc/components/CardSetting/CardSetting.tsx::CardSettingWidth": {
21149
21940
  "declaration": "export type CardSettingWidth = 'sm' | 'md' | 'lg';",
21150
21941
  "docstring": "",
@@ -21155,6 +21946,16 @@
21155
21946
  "docstring": "",
21156
21947
  "path": "src/wc/components/CardSetting/CardSetting.tsx"
21157
21948
  },
21949
+ "src/wc/utils/chart-types.ts::ChartSeries": {
21950
+ "declaration": "export interface ChartSeries {\n name: string;\n data: number[];\n /** CSS color override; defaults to the next `--color-data-category-*` token. */\n color?: string;\n}",
21951
+ "docstring": "",
21952
+ "path": "src/wc/utils/chart-types.ts"
21953
+ },
21954
+ "src/wc/components/ChartBarStacked/ChartBarStacked.tsx::ChartBarStackedVariant": {
21955
+ "declaration": "export type ChartBarStackedVariant = 'stacked' | 'percentage';",
21956
+ "docstring": "",
21957
+ "path": "src/wc/components/ChartBarStacked/ChartBarStacked.tsx"
21958
+ },
21158
21959
  "src/wc/utils/chart-types.ts::ChartLegendItem": {
21159
21960
  "declaration": "export interface ChartLegendItem {\n label: string;\n value?: number;\n /** CSS color override; defaults to the next `--color-data-category-*` token. */\n color?: string;\n /** When set, the row renders as a link (e.g. to a filtered list page for this segment). */\n href?: string;\n}",
21160
21961
  "docstring": "`ds-chart-legend` entry — value is optional so a series name (no single value) can be legended too.",
@@ -21515,6 +22316,11 @@
21515
22316
  "docstring": "",
21516
22317
  "path": "src/wc/components/BarNav/bar-nav-types.ts"
21517
22318
  },
22319
+ "src/wc/components/Breadcrumb/breadcrumb-types.ts::BreadcrumbItem": {
22320
+ "declaration": "export interface BreadcrumbItem {\n /** Stable value returned from dsSelect. */\n id: string;\n /** Visible caption label. */\n label: string;\n /** Optional accessible name when the visible label is not destination-specific enough. */\n ariaLabel?: string;\n /** Native destination. Omit when the route owner handles dsSelect. */\n href?: string;\n /** Marks this item as the current page and removes its interaction. */\n isCurrent?: boolean;\n}",
22321
+ "docstring": "",
22322
+ "path": "src/wc/components/Breadcrumb/breadcrumb-types.ts"
22323
+ },
21518
22324
  "src/wc/components/BarTitle/bar-title-types.ts::BarTitleSectionItem": {
21519
22325
  "declaration": "export type BarTitleSectionItem = BarTitleSection | BarTitleDivider;",
21520
22326
  "docstring": "",
@@ -21535,6 +22341,11 @@
21535
22341
  "docstring": "",
21536
22342
  "path": "src/wc/components/BarTitle/bar-title-types.ts"
21537
22343
  },
22344
+ "src/wc/components/Breadcrumb/breadcrumb-types.ts::BreadcrumbSelectDetail": {
22345
+ "declaration": "export interface BreadcrumbSelectDetail {\n item: BreadcrumbItem;\n originalEvent: MouseEvent;\n}",
22346
+ "docstring": "",
22347
+ "path": "src/wc/components/Breadcrumb/breadcrumb-types.ts"
22348
+ },
21538
22349
  "src/wc/components/BarWorkflow/bar-workflow-types.ts::BarWorkflowStep": {
21539
22350
  "declaration": "export interface BarWorkflowStep {\n id: string;\n label: string;\n isInactive?: boolean;\n}",
21540
22351
  "docstring": "",
@@ -21550,11 +22361,6 @@
21550
22361
  "docstring": "Shared data shapes for `ds-chart-*` components — kept minimal for the initial scaffold, expect these to grow per component once design is finalized.",
21551
22362
  "path": "src/wc/utils/chart-types.ts"
21552
22363
  },
21553
- "src/wc/utils/chart-types.ts::ChartSeries": {
21554
- "declaration": "export interface ChartSeries {\n name: string;\n data: number[];\n /** CSS color override; defaults to the next `--color-data-category-*` token. */\n color?: string;\n}",
21555
- "docstring": "",
21556
- "path": "src/wc/utils/chart-types.ts"
21557
- },
21558
22364
  "src/wc/components/conversation-types.ts::ConversationItemState": {
21559
22365
  "declaration": "export type ConversationItemState = 'default' | 'busy' | 'error';",
21560
22366
  "docstring": "",
@@ -21635,6 +22441,11 @@
21635
22441
  "docstring": "",
21636
22442
  "path": "src/wc/components/ShellPage/shell-page-types.ts"
21637
22443
  },
22444
+ "src/wc/components/ShellPage/shell-page-types.ts::ShellPageCapacity": {
22445
+ "declaration": "export type ShellPageCapacity = 'roomy' | 'compact' | 'constrained';",
22446
+ "docstring": "",
22447
+ "path": "src/wc/components/ShellPage/shell-page-types.ts"
22448
+ },
21638
22449
  "src/wc/components/ShellPage/shell-page-types.ts::ShellPageContentInset": {
21639
22450
  "declaration": "export type ShellPageContentInset = 'default' | 'none';",
21640
22451
  "docstring": "",