@ds-mo/ui 9.2.0 → 10.0.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.
- package/README.md +2 -81
- package/dist/.build-stamp +1 -1
- package/dist/agent-patterns.json +1 -1
- package/dist/agent.json +400 -135
- package/dist/angular/boolean-value-accessor.js +3 -3
- package/dist/angular/ds-agent-activity.js +3 -3
- package/dist/angular/ds-agent-response.js +3 -3
- package/dist/angular/ds-agent-source-list.js +3 -3
- package/dist/angular/ds-agent-tool-call.js +3 -3
- package/dist/angular/ds-app-shell.js +3 -3
- package/dist/angular/ds-attachment-list.js +3 -3
- package/dist/angular/ds-avatar.d.ts +1 -1
- package/dist/angular/ds-avatar.js +5 -5
- package/dist/angular/ds-badge.js +3 -3
- package/dist/angular/ds-bar-nav.js +3 -3
- package/dist/angular/ds-button-filled.js +3 -3
- package/dist/angular/ds-button-unfilled.js +3 -3
- package/dist/angular/ds-card-data-viz-donut.js +3 -3
- package/dist/angular/ds-card-setting.d.ts +5 -4
- package/dist/angular/ds-card-setting.js +6 -6
- package/dist/angular/ds-card-shell-data-viz.js +3 -3
- package/dist/angular/ds-chart-bar.js +3 -3
- package/dist/angular/ds-chart-donut.js +3 -3
- package/dist/angular/ds-chart-legend.js +3 -3
- package/dist/angular/ds-chart-line.js +3 -3
- package/dist/angular/ds-checkbox.js +3 -3
- package/dist/angular/ds-chip.js +3 -3
- package/dist/angular/ds-code-block.js +3 -3
- package/dist/angular/ds-conversation-list-item.d.ts +1 -1
- package/dist/angular/ds-conversation-list-item.js +5 -5
- package/dist/angular/ds-conversation-list-section.js +3 -3
- package/dist/angular/ds-conversation-list.js +3 -3
- package/dist/angular/ds-divider.js +3 -3
- package/dist/angular/ds-empty-state.js +3 -3
- package/dist/angular/ds-field.js +3 -3
- package/dist/angular/ds-icon.js +3 -3
- package/dist/angular/ds-input.js +3 -3
- package/dist/angular/ds-loader.js +3 -3
- package/dist/angular/ds-markdown.js +3 -3
- package/dist/angular/ds-menu.d.ts +6 -1
- package/dist/angular/ds-menu.js +7 -4
- package/dist/angular/ds-message-bubble.js +3 -3
- package/dist/angular/ds-message-composer.js +3 -3
- package/dist/angular/ds-message-scroller.js +3 -3
- package/dist/angular/ds-message.js +3 -3
- package/dist/angular/ds-modal.d.ts +12 -3
- package/dist/angular/ds-modal.js +9 -6
- package/dist/angular/ds-panel-nav.d.ts +1 -1
- package/dist/angular/ds-panel-nav.js +5 -5
- package/dist/angular/ds-panel-sub-nav.js +3 -3
- package/dist/angular/ds-panel-tool-header.js +3 -3
- package/dist/angular/ds-panel-tool-search.js +3 -3
- package/dist/angular/ds-panel-tools.js +3 -3
- package/dist/angular/ds-radio.js +3 -3
- package/dist/angular/ds-select-multi.js +3 -3
- package/dist/angular/ds-select.js +3 -3
- package/dist/angular/ds-shell-gradient-picker.js +3 -3
- package/dist/angular/ds-shell-gradient-swatch.js +3 -3
- package/dist/angular/ds-skeleton.js +3 -3
- package/dist/angular/ds-slider.js +3 -3
- package/dist/angular/ds-swatch-picker.js +3 -3
- package/dist/angular/ds-switch.js +3 -3
- package/dist/angular/ds-tab-group.js +3 -3
- package/dist/angular/ds-tag.js +3 -3
- package/dist/angular/ds-text.js +3 -3
- package/dist/angular/ds-toast.d.ts +22 -0
- package/dist/angular/{ds-banner.js → ds-toast.js} +21 -15
- package/dist/angular/ds-tooltip-data-viz.js +3 -3
- package/dist/angular/ds-tooltip.js +3 -3
- package/dist/angular/index.d.ts +1 -1
- package/dist/angular/index.js +1 -2
- package/dist/angular/proxies.d.ts +1 -2
- package/dist/angular/proxies.js +1 -2
- package/dist/angular/radio-value-accessor.js +3 -3
- package/dist/angular/select-value-accessor.js +3 -3
- package/dist/angular/text-value-accessor.js +3 -3
- package/dist/angular/value-accessor.js +3 -3
- package/dist/components/ds-agent-activity.js +1 -1
- package/dist/components/ds-agent-response.js +1 -1
- package/dist/components/ds-agent-response.js.map +1 -1
- package/dist/components/ds-agent-source-list.js +1 -1
- package/dist/components/ds-agent-tool-call.js +1 -1
- package/dist/components/ds-app-shell.js +1 -1
- package/dist/components/ds-attachment-list.js +1 -1
- package/dist/components/ds-avatar.js +1 -1
- package/dist/components/ds-avatar.js.map +1 -1
- package/dist/components/ds-badge.js +1 -1
- package/dist/components/ds-bar-nav.js +1 -1
- package/dist/components/ds-bar-nav.js.map +1 -1
- package/dist/components/ds-button-filled.js +1 -1
- package/dist/components/ds-button-unfilled.js +1 -1
- package/dist/components/ds-card-data-viz-donut.js +1 -1
- package/dist/components/ds-card-data-viz-donut.js.map +1 -1
- package/dist/components/ds-card-setting.js +1 -1
- package/dist/components/ds-card-setting.js.map +1 -1
- package/dist/components/ds-card-shell-data-viz.js +1 -1
- package/dist/components/ds-chart-bar.js +1 -1
- package/dist/components/ds-chart-donut.js +1 -1
- package/dist/components/ds-chart-legend.js +1 -1
- package/dist/components/ds-chart-line.js +1 -1
- package/dist/components/ds-checkbox.js +1 -1
- package/dist/components/ds-chip.js +1 -1
- package/dist/components/ds-code-block.js +1 -1
- package/dist/components/ds-conversation-list-item.js +1 -1
- package/dist/components/ds-conversation-list-item.js.map +1 -1
- package/dist/components/ds-conversation-list-section.js +1 -1
- package/dist/components/ds-conversation-list-section.js.map +1 -1
- package/dist/components/ds-conversation-list.js +1 -1
- package/dist/components/ds-conversation-list.js.map +1 -1
- package/dist/components/ds-divider.js +1 -1
- package/dist/components/ds-empty-state.js +1 -1
- package/dist/components/ds-field.js +1 -1
- package/dist/components/ds-icon.js +1 -1
- package/dist/components/ds-input.js +1 -1
- package/dist/components/ds-markdown.js +1 -1
- package/dist/components/ds-menu.js +1 -1
- package/dist/components/ds-message-bubble.js +1 -1
- package/dist/components/ds-message-composer.js +1 -1
- package/dist/components/ds-message-composer.js.map +1 -1
- package/dist/components/ds-message-scroller.js +1 -1
- package/dist/components/ds-message-scroller.js.map +1 -1
- package/dist/components/ds-message.js +1 -1
- package/dist/components/ds-modal.js +1 -1
- package/dist/components/ds-modal.js.map +1 -1
- package/dist/components/ds-panel-nav.js +1 -1
- package/dist/components/ds-panel-nav.js.map +1 -1
- package/dist/components/ds-panel-sub-nav.js +1 -1
- package/dist/components/ds-panel-tool-header.js +1 -1
- package/dist/components/ds-panel-tool-search.js +1 -1
- package/dist/components/ds-panel-tools.js +1 -1
- package/dist/components/ds-panel-tools.js.map +1 -1
- package/dist/components/ds-radio.js +1 -1
- package/dist/components/ds-select-multi.js +1 -1
- package/dist/components/ds-select.js +1 -1
- package/dist/components/ds-shell-gradient-picker.js +1 -1
- package/dist/components/ds-shell-gradient-picker.js.map +1 -1
- package/dist/components/ds-shell-gradient-swatch.js +1 -1
- package/dist/components/ds-skeleton.js +1 -1
- package/dist/components/ds-slider.js +1 -1
- package/dist/components/ds-slider.js.map +1 -1
- package/dist/components/ds-swatch-picker.js +1 -1
- package/dist/components/ds-switch.js +1 -1
- package/dist/components/ds-tab-group.js +1 -1
- package/dist/components/ds-tag.js +1 -1
- package/dist/components/ds-tag.js.map +1 -1
- package/dist/components/ds-text.js +1 -1
- package/dist/components/{ds-card.d.ts → ds-toast.d.ts} +4 -4
- package/dist/components/ds-toast.js +2 -0
- package/dist/components/ds-toast.js.map +1 -0
- package/dist/components/ds-tooltip-data-viz.js +1 -1
- package/dist/components/ds-tooltip.js +1 -1
- package/dist/components/{p-Bo5wikia.js → p-0kEg-Z4f.js} +2 -2
- package/dist/components/p-B4RQoNmL.js +2 -0
- package/dist/components/p-B4RQoNmL.js.map +1 -0
- package/dist/components/p-B8C_yfLQ.js +2 -0
- package/dist/components/p-B8C_yfLQ.js.map +1 -0
- package/dist/components/{p-Di-ThR90.js → p-BJUcsBHt.js} +2 -2
- package/dist/components/p-BJUcsBHt.js.map +1 -0
- package/dist/components/{p-C0sq948W.js → p-BTo4pNdp.js} +2 -2
- package/dist/components/p-Bet_UjML.js +2 -0
- package/dist/components/{p-BFWC17em.js.map → p-Bet_UjML.js.map} +1 -1
- package/dist/components/{p-2br9YDbG.js → p-BkwBtZs3.js} +2 -2
- package/dist/components/{p-CZMEhdlA.js → p-CKnoWZd9.js} +2 -2
- package/dist/components/p-CKnoWZd9.js.map +1 -0
- package/dist/components/p-CLn7QnE0.js +2 -0
- package/dist/components/p-CLn7QnE0.js.map +1 -0
- package/dist/components/{p-Bx1G7P6W.js → p-CPPAndX2.js} +2 -2
- package/dist/components/{p-Di4HBckb.js → p-CS12e52R.js} +2 -2
- package/dist/components/{p-BSOZXagj.js → p-CZZYGqKz.js} +2 -2
- package/dist/components/p-C_0Q8Cnp.js +2 -0
- package/dist/components/p-C_0Q8Cnp.js.map +1 -0
- package/dist/components/{p-t9Ei1kHP.js → p-CxyjoTN1.js} +2 -2
- package/dist/components/p-CyoHRqy6.js +2 -0
- package/dist/components/p-CyoHRqy6.js.map +1 -0
- package/dist/components/p-DBJ2I3mH.js +2 -0
- package/dist/components/p-DBJ2I3mH.js.map +1 -0
- package/dist/components/p-DM-95BX1.js +2 -0
- package/dist/components/p-DM-95BX1.js.map +1 -0
- package/dist/components/p-DZAtgSZo.js +2 -0
- package/dist/components/p-DZAtgSZo.js.map +1 -0
- package/dist/components/{p--KbMQblZ.js → p-Dh4q5TSS.js} +2 -2
- package/dist/components/{p-DIsDiGcp.js → p-DhsO0939.js} +2 -2
- package/dist/components/p-DhsO0939.js.map +1 -0
- package/dist/components/{p-CiwdnKKp.js → p-DrDHC7V6.js} +2 -2
- package/dist/components/{p-BZAEZENv.js → p-DsbhBb5F.js} +2 -2
- package/dist/components/p-DuNZGFkV.js +2 -0
- package/dist/components/p-DuNZGFkV.js.map +1 -0
- package/dist/components/{p-B1pWGQn1.js → p-P_4vE1ub.js} +2 -2
- package/dist/docs/components.json +1647 -1435
- package/dist/framework/select-multi-value-accessor.js +3 -3
- package/dist/lib/toast/index.d.ts +2 -0
- package/dist/lib/toast/index.js +158 -0
- package/dist/lib/toast/index.js.map +7 -0
- package/dist/lib/toast/toast-manager.d.ts +3 -0
- package/dist/lib/toast/toast-types.d.ts +85 -0
- package/dist/mcp-data/registry/agent-activity.json +1 -1
- package/dist/mcp-data/registry/agent-response.json +3 -3
- package/dist/mcp-data/registry/agent-source-list.json +1 -1
- package/dist/mcp-data/registry/agent-tool-call.json +1 -1
- package/dist/mcp-data/registry/app-shell.json +1 -1
- package/dist/mcp-data/registry/attachment-list.json +1 -1
- package/dist/mcp-data/registry/avatar.json +20 -2
- package/dist/mcp-data/registry/badge.json +1 -1
- package/dist/mcp-data/registry/bar-nav.json +2 -2
- package/dist/mcp-data/registry/button-filled.json +1 -1
- package/dist/mcp-data/registry/button-unfilled.json +3 -3
- package/dist/mcp-data/registry/card-data-viz-donut.json +2 -2
- package/dist/mcp-data/registry/card-setting.json +99 -13
- package/dist/mcp-data/registry/card-shell-data-viz.json +8 -8
- package/dist/mcp-data/registry/chart-bar.json +1 -1
- package/dist/mcp-data/registry/chart-donut.json +1 -1
- package/dist/mcp-data/registry/chart-legend.json +1 -1
- package/dist/mcp-data/registry/chart-line.json +1 -1
- package/dist/mcp-data/registry/checkbox.json +1 -1
- package/dist/mcp-data/registry/chip.json +1 -1
- package/dist/mcp-data/registry/code-block.json +2 -2
- package/dist/mcp-data/registry/conversation-list-item.json +22 -4
- package/dist/mcp-data/registry/conversation-list-section.json +2 -2
- package/dist/mcp-data/registry/conversation-list.json +2 -2
- package/dist/mcp-data/registry/divider.json +5 -5
- package/dist/mcp-data/registry/empty-state.json +1 -1
- package/dist/mcp-data/registry/field.json +1 -1
- package/dist/mcp-data/registry/icon.json +2 -2
- package/dist/mcp-data/registry/input.json +1 -1
- package/dist/mcp-data/registry/loader.json +1 -1
- package/dist/mcp-data/registry/markdown.json +2 -2
- package/dist/mcp-data/registry/menu.json +18 -2
- package/dist/mcp-data/registry/message-bubble.json +7 -7
- package/dist/mcp-data/registry/message-composer.json +3 -3
- package/dist/mcp-data/registry/message-scroller.json +3 -3
- package/dist/mcp-data/registry/message.json +7 -6
- package/dist/mcp-data/registry/modal.json +154 -24
- package/dist/mcp-data/registry/panel-nav.json +21 -3
- package/dist/mcp-data/registry/panel-sub-nav.json +2 -2
- package/dist/mcp-data/registry/panel-tool-header.json +2 -2
- package/dist/mcp-data/registry/panel-tool-search.json +1 -1
- package/dist/mcp-data/registry/panel-tools.json +2 -2
- package/dist/mcp-data/registry/radio.json +1 -1
- package/dist/mcp-data/registry/registry.json +403 -141
- package/dist/mcp-data/registry/select-multi.json +1 -1
- package/dist/mcp-data/registry/select.json +1 -1
- package/dist/mcp-data/registry/shell-gradient-picker.json +1 -1
- package/dist/mcp-data/registry/shell-gradient-swatch.json +1 -1
- package/dist/mcp-data/registry/skeleton.json +2 -2
- package/dist/mcp-data/registry/slider.json +2 -2
- package/dist/mcp-data/registry/swatch-picker.json +1 -1
- package/dist/mcp-data/registry/switch.json +2 -2
- package/dist/mcp-data/registry/tab-group.json +1 -1
- package/dist/mcp-data/registry/tag.json +4 -4
- package/dist/mcp-data/registry/text.json +2 -2
- package/dist/mcp-data/registry/toast.json +318 -0
- package/dist/mcp-data/registry/tooltip-data-viz.json +1 -1
- package/dist/mcp-data/registry/tooltip.json +1 -1
- package/dist/react/components.d.ts +1 -2
- package/dist/react/components.js +1 -2
- package/dist/react/ds-card-setting.d.ts +2 -2
- package/dist/react/ds-card-setting.js +1 -1
- package/dist/react/ds-menu.d.ts +1 -0
- package/dist/react/ds-menu.js +1 -0
- package/dist/react/ds-modal.d.ts +3 -2
- package/dist/react/ds-modal.js +4 -1
- package/dist/react/ds-toast.d.ts +14 -0
- package/dist/react/ds-toast.js +16 -0
- package/dist/types/components/Avatar/Avatar.d.ts +3 -0
- package/dist/types/components/BarNav/BarNav.d.ts +2 -0
- package/dist/types/components/ButtonUnfilled/ButtonUnfilled.d.ts +2 -0
- package/dist/types/components/CardSetting/CardSetting.d.ts +9 -6
- package/dist/types/components/CardSetting/index.d.ts +1 -1
- package/dist/types/components/ConversationListItem/ConversationListItem.d.ts +2 -0
- package/dist/types/components/Menu/Menu.d.ts +6 -0
- package/dist/types/components/MessageBubble/MessageBubble.d.ts +1 -1
- package/dist/types/components/MessageScroller/MessageScroller.d.ts +4 -0
- package/dist/types/components/Modal/Modal.d.ts +21 -18
- package/dist/types/components/PanelNav/PanelNav.d.ts +2 -0
- package/dist/types/components/Toast/Toast.d.ts +106 -0
- package/dist/types/components/Toast/index.d.ts +2 -0
- package/dist/types/components.d.ts +180 -186
- package/dist/types/toast/index.d.ts +3 -0
- package/dist/types/toast/toast-manager.d.ts +4 -0
- package/dist/types/toast/toast-types.d.ts +86 -0
- package/package.json +19 -18
- package/dist/angular/ds-banner.d.ts +0 -15
- package/dist/angular/ds-card.d.ts +0 -12
- package/dist/angular/ds-card.js +0 -38
- package/dist/components/ds-banner.d.ts +0 -11
- package/dist/components/ds-banner.js +0 -2
- package/dist/components/ds-banner.js.map +0 -1
- package/dist/components/ds-card.js +0 -2
- package/dist/components/ds-card.js.map +0 -1
- package/dist/components/p-41UAx2eq.js +0 -2
- package/dist/components/p-41UAx2eq.js.map +0 -1
- package/dist/components/p-B7NbIYjS.js +0 -2
- package/dist/components/p-B7NbIYjS.js.map +0 -1
- package/dist/components/p-BEQB8EnB.js +0 -2
- package/dist/components/p-BEQB8EnB.js.map +0 -1
- package/dist/components/p-BFWC17em.js +0 -2
- package/dist/components/p-BO6C8abO.js +0 -2
- package/dist/components/p-BO6C8abO.js.map +0 -1
- package/dist/components/p-CC1C8s6m.js +0 -2
- package/dist/components/p-CC1C8s6m.js.map +0 -1
- package/dist/components/p-CZMEhdlA.js.map +0 -1
- package/dist/components/p-CnM9SW_8.js +0 -2
- package/dist/components/p-CnM9SW_8.js.map +0 -1
- package/dist/components/p-CuKn9I5f.js +0 -2
- package/dist/components/p-CuKn9I5f.js.map +0 -1
- package/dist/components/p-DFMM60My.js +0 -2
- package/dist/components/p-DFMM60My.js.map +0 -1
- package/dist/components/p-DIsDiGcp.js.map +0 -1
- package/dist/components/p-Di-ThR90.js.map +0 -1
- package/dist/components/p-drBA73M_.js +0 -2
- package/dist/components/p-drBA73M_.js.map +0 -1
- package/dist/mcp-data/registry/banner.json +0 -206
- package/dist/mcp-data/registry/card.json +0 -126
- package/dist/react/ds-banner.d.ts +0 -12
- package/dist/react/ds-banner.js +0 -12
- package/dist/react/ds-card.d.ts +0 -9
- package/dist/react/ds-card.js +0 -12
- package/dist/types/components/Banner/Banner.d.ts +0 -31
- package/dist/types/components/Card/Card.d.ts +0 -21
- package/dist/types/components/Card/index.d.ts +0 -2
- /package/dist/components/{p-Bo5wikia.js.map → p-0kEg-Z4f.js.map} +0 -0
- /package/dist/components/{p-C0sq948W.js.map → p-BTo4pNdp.js.map} +0 -0
- /package/dist/components/{p-2br9YDbG.js.map → p-BkwBtZs3.js.map} +0 -0
- /package/dist/components/{p-Bx1G7P6W.js.map → p-CPPAndX2.js.map} +0 -0
- /package/dist/components/{p-Di4HBckb.js.map → p-CS12e52R.js.map} +0 -0
- /package/dist/components/{p-BSOZXagj.js.map → p-CZZYGqKz.js.map} +0 -0
- /package/dist/components/{p-t9Ei1kHP.js.map → p-CxyjoTN1.js.map} +0 -0
- /package/dist/components/{p--KbMQblZ.js.map → p-Dh4q5TSS.js.map} +0 -0
- /package/dist/components/{p-CiwdnKKp.js.map → p-DrDHC7V6.js.map} +0 -0
- /package/dist/components/{p-BZAEZENv.js.map → p-DsbhBb5F.js.map} +0 -0
- /package/dist/components/{p-B1pWGQn1.js.map → p-P_4vE1ub.js.map} +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2026-07-
|
|
2
|
+
"timestamp": "2026-07-20T22:57:13",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.43.5",
|
|
@@ -1049,6 +1049,214 @@
|
|
|
1049
1049
|
"getter": false,
|
|
1050
1050
|
"setter": false
|
|
1051
1051
|
},
|
|
1052
|
+
{
|
|
1053
|
+
"name": "iconColor",
|
|
1054
|
+
"type": "\"ai\" | \"bold-ai\" | \"bold-brand\" | \"bold-caution\" | \"bold-negative\" | \"bold-neutral\" | \"bold-positive\" | \"bold-warning\" | \"brand\" | \"caution\" | \"faint-ai\" | \"faint-brand\" | \"faint-caution\" | \"faint-negative\" | \"faint-neutral\" | \"faint-positive\" | \"faint-warning\" | \"guide\" | \"inherit\" | \"medium-ai\" | \"medium-brand\" | \"medium-caution\" | \"medium-negative\" | \"medium-neutral\" | \"medium-positive\" | \"medium-warning\" | \"negative\" | \"neutral\" | \"on-bold\" | \"on-strong\" | \"positive\" | \"primary\" | \"quaternary\" | \"secondary\" | \"strong-ai\" | \"strong-brand\" | \"strong-caution\" | \"strong-negative\" | \"strong-neutral\" | \"strong-positive\" | \"strong-warning\" | \"tertiary\" | \"warning\" | `var(--${string})`",
|
|
1055
|
+
"complexType": {
|
|
1056
|
+
"original": "IconColor",
|
|
1057
|
+
"resolved": "\"ai\" | \"bold-ai\" | \"bold-brand\" | \"bold-caution\" | \"bold-negative\" | \"bold-neutral\" | \"bold-positive\" | \"bold-warning\" | \"brand\" | \"caution\" | \"faint-ai\" | \"faint-brand\" | \"faint-caution\" | \"faint-negative\" | \"faint-neutral\" | \"faint-positive\" | \"faint-warning\" | \"guide\" | \"inherit\" | \"medium-ai\" | \"medium-brand\" | \"medium-caution\" | \"medium-negative\" | \"medium-neutral\" | \"medium-positive\" | \"medium-warning\" | \"negative\" | \"neutral\" | \"on-bold\" | \"on-strong\" | \"positive\" | \"primary\" | \"quaternary\" | \"secondary\" | \"strong-ai\" | \"strong-brand\" | \"strong-caution\" | \"strong-negative\" | \"strong-neutral\" | \"strong-positive\" | \"strong-warning\" | \"tertiary\" | \"warning\" | `var(--${string})`",
|
|
1058
|
+
"references": {
|
|
1059
|
+
"IconColor": {
|
|
1060
|
+
"location": "import",
|
|
1061
|
+
"path": "../Icon/Icon",
|
|
1062
|
+
"id": "src/wc/components/Icon/Icon.tsx::IconColor",
|
|
1063
|
+
"referenceLocation": "IconColor"
|
|
1064
|
+
}
|
|
1065
|
+
}
|
|
1066
|
+
},
|
|
1067
|
+
"mutable": false,
|
|
1068
|
+
"attr": "icon-color",
|
|
1069
|
+
"reflectToAttr": false,
|
|
1070
|
+
"docs": "Semantic color for the icon. Use primary to surface unread or current identity state.",
|
|
1071
|
+
"docsTags": [
|
|
1072
|
+
{
|
|
1073
|
+
"name": "default",
|
|
1074
|
+
"text": "'secondary'"
|
|
1075
|
+
}
|
|
1076
|
+
],
|
|
1077
|
+
"default": "'secondary'",
|
|
1078
|
+
"values": [
|
|
1079
|
+
{
|
|
1080
|
+
"value": "ai",
|
|
1081
|
+
"type": "string"
|
|
1082
|
+
},
|
|
1083
|
+
{
|
|
1084
|
+
"value": "bold-ai",
|
|
1085
|
+
"type": "string"
|
|
1086
|
+
},
|
|
1087
|
+
{
|
|
1088
|
+
"value": "bold-brand",
|
|
1089
|
+
"type": "string"
|
|
1090
|
+
},
|
|
1091
|
+
{
|
|
1092
|
+
"value": "bold-caution",
|
|
1093
|
+
"type": "string"
|
|
1094
|
+
},
|
|
1095
|
+
{
|
|
1096
|
+
"value": "bold-negative",
|
|
1097
|
+
"type": "string"
|
|
1098
|
+
},
|
|
1099
|
+
{
|
|
1100
|
+
"value": "bold-neutral",
|
|
1101
|
+
"type": "string"
|
|
1102
|
+
},
|
|
1103
|
+
{
|
|
1104
|
+
"value": "bold-positive",
|
|
1105
|
+
"type": "string"
|
|
1106
|
+
},
|
|
1107
|
+
{
|
|
1108
|
+
"value": "bold-warning",
|
|
1109
|
+
"type": "string"
|
|
1110
|
+
},
|
|
1111
|
+
{
|
|
1112
|
+
"value": "brand",
|
|
1113
|
+
"type": "string"
|
|
1114
|
+
},
|
|
1115
|
+
{
|
|
1116
|
+
"value": "caution",
|
|
1117
|
+
"type": "string"
|
|
1118
|
+
},
|
|
1119
|
+
{
|
|
1120
|
+
"value": "faint-ai",
|
|
1121
|
+
"type": "string"
|
|
1122
|
+
},
|
|
1123
|
+
{
|
|
1124
|
+
"value": "faint-brand",
|
|
1125
|
+
"type": "string"
|
|
1126
|
+
},
|
|
1127
|
+
{
|
|
1128
|
+
"value": "faint-caution",
|
|
1129
|
+
"type": "string"
|
|
1130
|
+
},
|
|
1131
|
+
{
|
|
1132
|
+
"value": "faint-negative",
|
|
1133
|
+
"type": "string"
|
|
1134
|
+
},
|
|
1135
|
+
{
|
|
1136
|
+
"value": "faint-neutral",
|
|
1137
|
+
"type": "string"
|
|
1138
|
+
},
|
|
1139
|
+
{
|
|
1140
|
+
"value": "faint-positive",
|
|
1141
|
+
"type": "string"
|
|
1142
|
+
},
|
|
1143
|
+
{
|
|
1144
|
+
"value": "faint-warning",
|
|
1145
|
+
"type": "string"
|
|
1146
|
+
},
|
|
1147
|
+
{
|
|
1148
|
+
"value": "guide",
|
|
1149
|
+
"type": "string"
|
|
1150
|
+
},
|
|
1151
|
+
{
|
|
1152
|
+
"value": "inherit",
|
|
1153
|
+
"type": "string"
|
|
1154
|
+
},
|
|
1155
|
+
{
|
|
1156
|
+
"value": "medium-ai",
|
|
1157
|
+
"type": "string"
|
|
1158
|
+
},
|
|
1159
|
+
{
|
|
1160
|
+
"value": "medium-brand",
|
|
1161
|
+
"type": "string"
|
|
1162
|
+
},
|
|
1163
|
+
{
|
|
1164
|
+
"value": "medium-caution",
|
|
1165
|
+
"type": "string"
|
|
1166
|
+
},
|
|
1167
|
+
{
|
|
1168
|
+
"value": "medium-negative",
|
|
1169
|
+
"type": "string"
|
|
1170
|
+
},
|
|
1171
|
+
{
|
|
1172
|
+
"value": "medium-neutral",
|
|
1173
|
+
"type": "string"
|
|
1174
|
+
},
|
|
1175
|
+
{
|
|
1176
|
+
"value": "medium-positive",
|
|
1177
|
+
"type": "string"
|
|
1178
|
+
},
|
|
1179
|
+
{
|
|
1180
|
+
"value": "medium-warning",
|
|
1181
|
+
"type": "string"
|
|
1182
|
+
},
|
|
1183
|
+
{
|
|
1184
|
+
"value": "negative",
|
|
1185
|
+
"type": "string"
|
|
1186
|
+
},
|
|
1187
|
+
{
|
|
1188
|
+
"value": "neutral",
|
|
1189
|
+
"type": "string"
|
|
1190
|
+
},
|
|
1191
|
+
{
|
|
1192
|
+
"value": "on-bold",
|
|
1193
|
+
"type": "string"
|
|
1194
|
+
},
|
|
1195
|
+
{
|
|
1196
|
+
"value": "on-strong",
|
|
1197
|
+
"type": "string"
|
|
1198
|
+
},
|
|
1199
|
+
{
|
|
1200
|
+
"value": "positive",
|
|
1201
|
+
"type": "string"
|
|
1202
|
+
},
|
|
1203
|
+
{
|
|
1204
|
+
"value": "primary",
|
|
1205
|
+
"type": "string"
|
|
1206
|
+
},
|
|
1207
|
+
{
|
|
1208
|
+
"value": "quaternary",
|
|
1209
|
+
"type": "string"
|
|
1210
|
+
},
|
|
1211
|
+
{
|
|
1212
|
+
"value": "secondary",
|
|
1213
|
+
"type": "string"
|
|
1214
|
+
},
|
|
1215
|
+
{
|
|
1216
|
+
"value": "strong-ai",
|
|
1217
|
+
"type": "string"
|
|
1218
|
+
},
|
|
1219
|
+
{
|
|
1220
|
+
"value": "strong-brand",
|
|
1221
|
+
"type": "string"
|
|
1222
|
+
},
|
|
1223
|
+
{
|
|
1224
|
+
"value": "strong-caution",
|
|
1225
|
+
"type": "string"
|
|
1226
|
+
},
|
|
1227
|
+
{
|
|
1228
|
+
"value": "strong-negative",
|
|
1229
|
+
"type": "string"
|
|
1230
|
+
},
|
|
1231
|
+
{
|
|
1232
|
+
"value": "strong-neutral",
|
|
1233
|
+
"type": "string"
|
|
1234
|
+
},
|
|
1235
|
+
{
|
|
1236
|
+
"value": "strong-positive",
|
|
1237
|
+
"type": "string"
|
|
1238
|
+
},
|
|
1239
|
+
{
|
|
1240
|
+
"value": "strong-warning",
|
|
1241
|
+
"type": "string"
|
|
1242
|
+
},
|
|
1243
|
+
{
|
|
1244
|
+
"value": "tertiary",
|
|
1245
|
+
"type": "string"
|
|
1246
|
+
},
|
|
1247
|
+
{
|
|
1248
|
+
"value": "warning",
|
|
1249
|
+
"type": "string"
|
|
1250
|
+
},
|
|
1251
|
+
{
|
|
1252
|
+
"type": "`var(--${string})`"
|
|
1253
|
+
}
|
|
1254
|
+
],
|
|
1255
|
+
"optional": false,
|
|
1256
|
+
"required": false,
|
|
1257
|
+
"getter": false,
|
|
1258
|
+
"setter": false
|
|
1259
|
+
},
|
|
1052
1260
|
{
|
|
1053
1261
|
"name": "label",
|
|
1054
1262
|
"type": "string | undefined",
|
|
@@ -1429,53 +1637,34 @@
|
|
|
1429
1637
|
}
|
|
1430
1638
|
},
|
|
1431
1639
|
{
|
|
1432
|
-
"filePath": "src/wc/components/
|
|
1640
|
+
"filePath": "src/wc/components/BarNav/BarNav.tsx",
|
|
1433
1641
|
"encapsulation": "scoped",
|
|
1434
|
-
"tag": "ds-
|
|
1642
|
+
"tag": "ds-bar-nav",
|
|
1435
1643
|
"docs": "",
|
|
1436
1644
|
"docsTags": [],
|
|
1437
1645
|
"usage": {},
|
|
1438
1646
|
"props": [
|
|
1439
1647
|
{
|
|
1440
|
-
"name": "
|
|
1441
|
-
"type": "
|
|
1648
|
+
"name": "basePath",
|
|
1649
|
+
"type": "string",
|
|
1442
1650
|
"complexType": {
|
|
1443
|
-
"original": "
|
|
1444
|
-
"resolved": "
|
|
1445
|
-
"references": {
|
|
1446
|
-
"BannerContrast": {
|
|
1447
|
-
"location": "local",
|
|
1448
|
-
"path": "/home/runner/work/compomo/compomo/src/wc/components/Banner/Banner.tsx",
|
|
1449
|
-
"id": "src/wc/components/Banner/Banner.tsx::BannerContrast"
|
|
1450
|
-
}
|
|
1451
|
-
}
|
|
1651
|
+
"original": "string",
|
|
1652
|
+
"resolved": "string",
|
|
1653
|
+
"references": {}
|
|
1452
1654
|
},
|
|
1453
1655
|
"mutable": false,
|
|
1454
|
-
"attr": "
|
|
1656
|
+
"attr": "base-path",
|
|
1455
1657
|
"reflectToAttr": false,
|
|
1456
|
-
"docs": "",
|
|
1658
|
+
"docs": "Section base path (e.g. `/dashboard/safety`). Used with `currentUrl` to derive `value`.",
|
|
1457
1659
|
"docsTags": [
|
|
1458
1660
|
{
|
|
1459
1661
|
"name": "default",
|
|
1460
|
-
"text": "'
|
|
1662
|
+
"text": "''"
|
|
1461
1663
|
}
|
|
1462
1664
|
],
|
|
1463
|
-
"default": "'
|
|
1665
|
+
"default": "''",
|
|
1464
1666
|
"values": [
|
|
1465
1667
|
{
|
|
1466
|
-
"value": "bold",
|
|
1467
|
-
"type": "string"
|
|
1468
|
-
},
|
|
1469
|
-
{
|
|
1470
|
-
"value": "faint",
|
|
1471
|
-
"type": "string"
|
|
1472
|
-
},
|
|
1473
|
-
{
|
|
1474
|
-
"value": "medium",
|
|
1475
|
-
"type": "string"
|
|
1476
|
-
},
|
|
1477
|
-
{
|
|
1478
|
-
"value": "strong",
|
|
1479
1668
|
"type": "string"
|
|
1480
1669
|
}
|
|
1481
1670
|
],
|
|
@@ -1485,7 +1674,7 @@
|
|
|
1485
1674
|
"setter": false
|
|
1486
1675
|
},
|
|
1487
1676
|
{
|
|
1488
|
-
"name": "
|
|
1677
|
+
"name": "currentUrl",
|
|
1489
1678
|
"type": "string",
|
|
1490
1679
|
"complexType": {
|
|
1491
1680
|
"original": "string",
|
|
@@ -1493,16 +1682,16 @@
|
|
|
1493
1682
|
"references": {}
|
|
1494
1683
|
},
|
|
1495
1684
|
"mutable": false,
|
|
1496
|
-
"attr": "
|
|
1685
|
+
"attr": "current-url",
|
|
1497
1686
|
"reflectToAttr": false,
|
|
1498
|
-
"docs": "",
|
|
1687
|
+
"docs": "Current route URL. When set with `basePath`, the active tab is derived automatically.",
|
|
1499
1688
|
"docsTags": [
|
|
1500
1689
|
{
|
|
1501
1690
|
"name": "default",
|
|
1502
|
-
"text": "'
|
|
1691
|
+
"text": "''"
|
|
1503
1692
|
}
|
|
1504
1693
|
],
|
|
1505
|
-
"default": "'
|
|
1694
|
+
"default": "''",
|
|
1506
1695
|
"values": [
|
|
1507
1696
|
{
|
|
1508
1697
|
"type": "string"
|
|
@@ -1514,27 +1703,24 @@
|
|
|
1514
1703
|
"setter": false
|
|
1515
1704
|
},
|
|
1516
1705
|
{
|
|
1517
|
-
"name": "
|
|
1518
|
-
"type": "
|
|
1706
|
+
"name": "heading",
|
|
1707
|
+
"type": "string | undefined",
|
|
1519
1708
|
"complexType": {
|
|
1520
|
-
"original": "
|
|
1521
|
-
"resolved": "
|
|
1709
|
+
"original": "string | undefined",
|
|
1710
|
+
"resolved": "string | undefined",
|
|
1522
1711
|
"references": {}
|
|
1523
1712
|
},
|
|
1524
1713
|
"mutable": false,
|
|
1525
|
-
"attr": "
|
|
1714
|
+
"attr": "heading",
|
|
1526
1715
|
"reflectToAttr": false,
|
|
1527
|
-
"docs": "
|
|
1528
|
-
"docsTags": [
|
|
1716
|
+
"docs": "Fallback heading shown when no tabs are provided.\nWhen tabs are present the heading is hidden.",
|
|
1717
|
+
"docsTags": [],
|
|
1718
|
+
"values": [
|
|
1529
1719
|
{
|
|
1530
|
-
"
|
|
1531
|
-
|
|
1532
|
-
}
|
|
1533
|
-
],
|
|
1534
|
-
"default": "false",
|
|
1535
|
-
"values": [
|
|
1720
|
+
"type": "string"
|
|
1721
|
+
},
|
|
1536
1722
|
{
|
|
1537
|
-
"type": "
|
|
1723
|
+
"type": "undefined"
|
|
1538
1724
|
}
|
|
1539
1725
|
],
|
|
1540
1726
|
"optional": false,
|
|
@@ -1543,27 +1729,27 @@
|
|
|
1543
1729
|
"setter": false
|
|
1544
1730
|
},
|
|
1545
1731
|
{
|
|
1546
|
-
"name": "
|
|
1547
|
-
"type": "
|
|
1732
|
+
"name": "moreTabsLabel",
|
|
1733
|
+
"type": "string",
|
|
1548
1734
|
"complexType": {
|
|
1549
|
-
"original": "
|
|
1550
|
-
"resolved": "
|
|
1735
|
+
"original": "string",
|
|
1736
|
+
"resolved": "string",
|
|
1551
1737
|
"references": {}
|
|
1552
1738
|
},
|
|
1553
1739
|
"mutable": false,
|
|
1554
|
-
"attr": "
|
|
1740
|
+
"attr": "more-tabs-label",
|
|
1555
1741
|
"reflectToAttr": false,
|
|
1556
|
-
"docs": "
|
|
1742
|
+
"docs": "",
|
|
1557
1743
|
"docsTags": [
|
|
1558
1744
|
{
|
|
1559
1745
|
"name": "default",
|
|
1560
|
-
"text": "
|
|
1746
|
+
"text": "'More tabs'"
|
|
1561
1747
|
}
|
|
1562
1748
|
],
|
|
1563
|
-
"default": "
|
|
1749
|
+
"default": "'More tabs'",
|
|
1564
1750
|
"values": [
|
|
1565
1751
|
{
|
|
1566
|
-
"type": "
|
|
1752
|
+
"type": "string"
|
|
1567
1753
|
}
|
|
1568
1754
|
],
|
|
1569
1755
|
"optional": false,
|
|
@@ -1572,66 +1758,74 @@
|
|
|
1572
1758
|
"setter": false
|
|
1573
1759
|
},
|
|
1574
1760
|
{
|
|
1575
|
-
"name": "
|
|
1576
|
-
"type": "\"
|
|
1761
|
+
"name": "navStyle",
|
|
1762
|
+
"type": "\"dashboard\" | \"settings\"",
|
|
1577
1763
|
"complexType": {
|
|
1578
|
-
"original": "
|
|
1579
|
-
"resolved": "\"
|
|
1764
|
+
"original": "NavChromeStyle",
|
|
1765
|
+
"resolved": "\"dashboard\" | \"settings\"",
|
|
1580
1766
|
"references": {
|
|
1581
|
-
"
|
|
1582
|
-
"location": "
|
|
1583
|
-
"path": "/
|
|
1584
|
-
"id": "src/wc/
|
|
1767
|
+
"NavChromeStyle": {
|
|
1768
|
+
"location": "import",
|
|
1769
|
+
"path": "../../shell/nav-chrome",
|
|
1770
|
+
"id": "src/wc/shell/nav-chrome.ts::NavChromeStyle",
|
|
1771
|
+
"referenceLocation": "NavChromeStyle"
|
|
1585
1772
|
}
|
|
1586
1773
|
}
|
|
1587
1774
|
},
|
|
1588
1775
|
"mutable": false,
|
|
1589
|
-
"attr": "
|
|
1590
|
-
"reflectToAttr":
|
|
1591
|
-
"docs": "",
|
|
1776
|
+
"attr": "nav-style",
|
|
1777
|
+
"reflectToAttr": true,
|
|
1778
|
+
"docs": "Style slot: `dashboard` or `settings`. Colors match for now.",
|
|
1592
1779
|
"docsTags": [
|
|
1593
1780
|
{
|
|
1594
1781
|
"name": "default",
|
|
1595
|
-
"text": "'
|
|
1782
|
+
"text": "'dashboard'"
|
|
1596
1783
|
}
|
|
1597
1784
|
],
|
|
1598
|
-
"default": "'
|
|
1785
|
+
"default": "'dashboard'",
|
|
1599
1786
|
"values": [
|
|
1600
1787
|
{
|
|
1601
|
-
"value": "
|
|
1602
|
-
"type": "string"
|
|
1603
|
-
},
|
|
1604
|
-
{
|
|
1605
|
-
"value": "brand",
|
|
1606
|
-
"type": "string"
|
|
1607
|
-
},
|
|
1608
|
-
{
|
|
1609
|
-
"value": "caution",
|
|
1610
|
-
"type": "string"
|
|
1611
|
-
},
|
|
1612
|
-
{
|
|
1613
|
-
"value": "guide",
|
|
1614
|
-
"type": "string"
|
|
1615
|
-
},
|
|
1616
|
-
{
|
|
1617
|
-
"value": "negative",
|
|
1618
|
-
"type": "string"
|
|
1619
|
-
},
|
|
1620
|
-
{
|
|
1621
|
-
"value": "neutral",
|
|
1788
|
+
"value": "dashboard",
|
|
1622
1789
|
"type": "string"
|
|
1623
1790
|
},
|
|
1624
1791
|
{
|
|
1625
|
-
"value": "
|
|
1792
|
+
"value": "settings",
|
|
1626
1793
|
"type": "string"
|
|
1627
|
-
}
|
|
1794
|
+
}
|
|
1795
|
+
],
|
|
1796
|
+
"optional": false,
|
|
1797
|
+
"required": false,
|
|
1798
|
+
"getter": false,
|
|
1799
|
+
"setter": false
|
|
1800
|
+
},
|
|
1801
|
+
{
|
|
1802
|
+
"name": "tabs",
|
|
1803
|
+
"type": "TabItem[]",
|
|
1804
|
+
"complexType": {
|
|
1805
|
+
"original": "BarNavTab[]",
|
|
1806
|
+
"resolved": "TabItem[]",
|
|
1807
|
+
"references": {
|
|
1808
|
+
"BarNavTab": {
|
|
1809
|
+
"location": "import",
|
|
1810
|
+
"path": "./bar-nav-types",
|
|
1811
|
+
"id": "src/wc/components/BarNav/bar-nav-types.ts::BarNavTab",
|
|
1812
|
+
"referenceLocation": "BarNavTab"
|
|
1813
|
+
}
|
|
1814
|
+
}
|
|
1815
|
+
},
|
|
1816
|
+
"mutable": false,
|
|
1817
|
+
"reflectToAttr": false,
|
|
1818
|
+
"docs": "Tab items for the left section.\nSet via JS property: `el.tabs = [...]`. Replace the array reference to update.",
|
|
1819
|
+
"docsTags": [
|
|
1628
1820
|
{
|
|
1629
|
-
"
|
|
1630
|
-
"
|
|
1631
|
-
}
|
|
1821
|
+
"name": "default",
|
|
1822
|
+
"text": "[]"
|
|
1823
|
+
}
|
|
1824
|
+
],
|
|
1825
|
+
"default": "[]",
|
|
1826
|
+
"values": [
|
|
1632
1827
|
{
|
|
1633
|
-
"
|
|
1634
|
-
"type": "string"
|
|
1828
|
+
"type": "TabItem[]"
|
|
1635
1829
|
}
|
|
1636
1830
|
],
|
|
1637
1831
|
"optional": false,
|
|
@@ -1640,7 +1834,7 @@
|
|
|
1640
1834
|
"setter": false
|
|
1641
1835
|
},
|
|
1642
1836
|
{
|
|
1643
|
-
"name": "
|
|
1837
|
+
"name": "tabsJson",
|
|
1644
1838
|
"type": "string",
|
|
1645
1839
|
"complexType": {
|
|
1646
1840
|
"original": "string",
|
|
@@ -1648,9 +1842,9 @@
|
|
|
1648
1842
|
"references": {}
|
|
1649
1843
|
},
|
|
1650
1844
|
"mutable": false,
|
|
1651
|
-
"attr": "
|
|
1845
|
+
"attr": "tabs-json",
|
|
1652
1846
|
"reflectToAttr": false,
|
|
1653
|
-
"docs": "",
|
|
1847
|
+
"docs": "JSON fallback for `tabs` — useful when framework bindings don't propagate arrays.",
|
|
1654
1848
|
"docsTags": [
|
|
1655
1849
|
{
|
|
1656
1850
|
"name": "default",
|
|
@@ -1669,27 +1863,27 @@
|
|
|
1669
1863
|
"setter": false
|
|
1670
1864
|
},
|
|
1671
1865
|
{
|
|
1672
|
-
"name": "
|
|
1673
|
-
"type": "
|
|
1866
|
+
"name": "value",
|
|
1867
|
+
"type": "string",
|
|
1674
1868
|
"complexType": {
|
|
1675
|
-
"original": "
|
|
1676
|
-
"resolved": "
|
|
1869
|
+
"original": "string",
|
|
1870
|
+
"resolved": "string",
|
|
1677
1871
|
"references": {}
|
|
1678
1872
|
},
|
|
1679
|
-
"mutable":
|
|
1680
|
-
"attr": "
|
|
1873
|
+
"mutable": true,
|
|
1874
|
+
"attr": "value",
|
|
1681
1875
|
"reflectToAttr": false,
|
|
1682
|
-
"docs": "",
|
|
1876
|
+
"docs": "ID of the currently active tab. Overridden when `currentUrl` + `basePath` are set.",
|
|
1683
1877
|
"docsTags": [
|
|
1684
1878
|
{
|
|
1685
1879
|
"name": "default",
|
|
1686
|
-
"text": "
|
|
1880
|
+
"text": "''"
|
|
1687
1881
|
}
|
|
1688
1882
|
],
|
|
1689
|
-
"default": "
|
|
1883
|
+
"default": "''",
|
|
1690
1884
|
"values": [
|
|
1691
1885
|
{
|
|
1692
|
-
"type": "
|
|
1886
|
+
"type": "string"
|
|
1693
1887
|
}
|
|
1694
1888
|
],
|
|
1695
1889
|
"optional": false,
|
|
@@ -1701,17 +1895,17 @@
|
|
|
1701
1895
|
"methods": [],
|
|
1702
1896
|
"events": [
|
|
1703
1897
|
{
|
|
1704
|
-
"event": "
|
|
1705
|
-
"detail": "
|
|
1898
|
+
"event": "dsTabChange",
|
|
1899
|
+
"detail": "string",
|
|
1706
1900
|
"bubbles": true,
|
|
1707
1901
|
"complexType": {
|
|
1708
|
-
"original": "
|
|
1709
|
-
"resolved": "
|
|
1902
|
+
"original": "string",
|
|
1903
|
+
"resolved": "string",
|
|
1710
1904
|
"references": {}
|
|
1711
1905
|
},
|
|
1712
1906
|
"cancelable": true,
|
|
1713
1907
|
"composed": true,
|
|
1714
|
-
"docs": "",
|
|
1908
|
+
"docs": "Emitted when the active tab changes. Detail = tab id.",
|
|
1715
1909
|
"docsTags": []
|
|
1716
1910
|
}
|
|
1717
1911
|
],
|
|
@@ -1722,42 +1916,66 @@
|
|
|
1722
1916
|
"states": [],
|
|
1723
1917
|
"dependents": [],
|
|
1724
1918
|
"dependencies": [
|
|
1725
|
-
"ds-text"
|
|
1919
|
+
"ds-text",
|
|
1920
|
+
"ds-badge",
|
|
1921
|
+
"ds-button-unfilled",
|
|
1922
|
+
"ds-menu"
|
|
1726
1923
|
],
|
|
1727
1924
|
"dependencyGraph": {
|
|
1728
|
-
"ds-
|
|
1925
|
+
"ds-bar-nav": [
|
|
1926
|
+
"ds-text",
|
|
1927
|
+
"ds-badge",
|
|
1928
|
+
"ds-button-unfilled",
|
|
1929
|
+
"ds-menu"
|
|
1930
|
+
],
|
|
1931
|
+
"ds-badge": [
|
|
1729
1932
|
"ds-text"
|
|
1933
|
+
],
|
|
1934
|
+
"ds-button-unfilled": [
|
|
1935
|
+
"ds-loader",
|
|
1936
|
+
"ds-icon",
|
|
1937
|
+
"ds-badge",
|
|
1938
|
+
"ds-text"
|
|
1939
|
+
],
|
|
1940
|
+
"ds-menu": [
|
|
1941
|
+
"ds-text",
|
|
1942
|
+
"ds-swatch-picker",
|
|
1943
|
+
"ds-badge",
|
|
1944
|
+
"ds-switch"
|
|
1730
1945
|
]
|
|
1731
1946
|
}
|
|
1732
1947
|
},
|
|
1733
1948
|
{
|
|
1734
|
-
"filePath": "src/wc/components/
|
|
1949
|
+
"filePath": "src/wc/components/ButtonFilled/ButtonFilled.tsx",
|
|
1735
1950
|
"encapsulation": "scoped",
|
|
1736
|
-
"tag": "ds-
|
|
1951
|
+
"tag": "ds-button-filled",
|
|
1737
1952
|
"docs": "",
|
|
1738
1953
|
"docsTags": [],
|
|
1739
1954
|
"usage": {},
|
|
1740
1955
|
"props": [
|
|
1741
1956
|
{
|
|
1742
|
-
"name": "
|
|
1743
|
-
"type": "string",
|
|
1957
|
+
"name": "ariaLabel",
|
|
1958
|
+
"type": "null | string",
|
|
1744
1959
|
"complexType": {
|
|
1745
|
-
"original": "string",
|
|
1746
|
-
"resolved": "string",
|
|
1960
|
+
"original": "string | null",
|
|
1961
|
+
"resolved": "null | string",
|
|
1747
1962
|
"references": {}
|
|
1748
1963
|
},
|
|
1749
1964
|
"mutable": false,
|
|
1750
|
-
"attr": "
|
|
1965
|
+
"attr": "aria-label",
|
|
1751
1966
|
"reflectToAttr": false,
|
|
1752
|
-
"docs": "
|
|
1967
|
+
"docs": "Accessible name override. Required for icon-only buttons.",
|
|
1753
1968
|
"docsTags": [
|
|
1754
1969
|
{
|
|
1755
1970
|
"name": "default",
|
|
1756
|
-
"text": "
|
|
1971
|
+
"text": "null"
|
|
1757
1972
|
}
|
|
1758
1973
|
],
|
|
1759
|
-
"default": "
|
|
1974
|
+
"default": "null",
|
|
1760
1975
|
"values": [
|
|
1976
|
+
{
|
|
1977
|
+
"type": "null"
|
|
1978
|
+
},
|
|
1761
1979
|
{
|
|
1762
1980
|
"type": "string"
|
|
1763
1981
|
}
|
|
@@ -1768,53 +1986,46 @@
|
|
|
1768
1986
|
"setter": false
|
|
1769
1987
|
},
|
|
1770
1988
|
{
|
|
1771
|
-
"name": "
|
|
1772
|
-
"type": "
|
|
1989
|
+
"name": "contrast",
|
|
1990
|
+
"type": "\"bold\" | \"faint\" | \"medium\" | \"strong\"",
|
|
1773
1991
|
"complexType": {
|
|
1774
|
-
"original": "
|
|
1775
|
-
"resolved": "
|
|
1776
|
-
"references": {
|
|
1992
|
+
"original": "ButtonFilledContrast",
|
|
1993
|
+
"resolved": "\"bold\" | \"faint\" | \"medium\" | \"strong\"",
|
|
1994
|
+
"references": {
|
|
1995
|
+
"ButtonFilledContrast": {
|
|
1996
|
+
"location": "local",
|
|
1997
|
+
"path": "/home/runner/work/compomo/compomo/src/wc/components/ButtonFilled/ButtonFilled.tsx",
|
|
1998
|
+
"id": "src/wc/components/ButtonFilled/ButtonFilled.tsx::ButtonFilledContrast"
|
|
1999
|
+
}
|
|
2000
|
+
}
|
|
1777
2001
|
},
|
|
1778
2002
|
"mutable": false,
|
|
1779
|
-
"attr": "
|
|
2003
|
+
"attr": "contrast",
|
|
1780
2004
|
"reflectToAttr": false,
|
|
1781
|
-
"docs": "
|
|
2005
|
+
"docs": "Background fill weight. Foreground uses the paired contrast token:\nbold → faint, strong → medium, medium → strong, faint → bold.",
|
|
1782
2006
|
"docsTags": [
|
|
1783
2007
|
{
|
|
1784
2008
|
"name": "default",
|
|
1785
|
-
"text": "''"
|
|
2009
|
+
"text": "'bold'"
|
|
1786
2010
|
}
|
|
1787
2011
|
],
|
|
1788
|
-
"default": "''",
|
|
2012
|
+
"default": "'bold'",
|
|
1789
2013
|
"values": [
|
|
1790
2014
|
{
|
|
2015
|
+
"value": "bold",
|
|
1791
2016
|
"type": "string"
|
|
1792
|
-
}
|
|
1793
|
-
],
|
|
1794
|
-
"optional": false,
|
|
1795
|
-
"required": false,
|
|
1796
|
-
"getter": false,
|
|
1797
|
-
"setter": false
|
|
1798
|
-
},
|
|
1799
|
-
{
|
|
1800
|
-
"name": "heading",
|
|
1801
|
-
"type": "string | undefined",
|
|
1802
|
-
"complexType": {
|
|
1803
|
-
"original": "string | undefined",
|
|
1804
|
-
"resolved": "string | undefined",
|
|
1805
|
-
"references": {}
|
|
1806
|
-
},
|
|
1807
|
-
"mutable": false,
|
|
1808
|
-
"attr": "heading",
|
|
1809
|
-
"reflectToAttr": false,
|
|
1810
|
-
"docs": "Fallback heading shown when no tabs are provided.\nWhen tabs are present the heading is hidden.",
|
|
1811
|
-
"docsTags": [],
|
|
1812
|
-
"values": [
|
|
2017
|
+
},
|
|
1813
2018
|
{
|
|
2019
|
+
"value": "faint",
|
|
1814
2020
|
"type": "string"
|
|
1815
2021
|
},
|
|
1816
2022
|
{
|
|
1817
|
-
"
|
|
2023
|
+
"value": "medium",
|
|
2024
|
+
"type": "string"
|
|
2025
|
+
},
|
|
2026
|
+
{
|
|
2027
|
+
"value": "strong",
|
|
2028
|
+
"type": "string"
|
|
1818
2029
|
}
|
|
1819
2030
|
],
|
|
1820
2031
|
"optional": false,
|
|
@@ -1823,7 +2034,7 @@
|
|
|
1823
2034
|
"setter": false
|
|
1824
2035
|
},
|
|
1825
2036
|
{
|
|
1826
|
-
"name": "
|
|
2037
|
+
"name": "icon",
|
|
1827
2038
|
"type": "string",
|
|
1828
2039
|
"complexType": {
|
|
1829
2040
|
"original": "string",
|
|
@@ -1831,16 +2042,16 @@
|
|
|
1831
2042
|
"references": {}
|
|
1832
2043
|
},
|
|
1833
2044
|
"mutable": false,
|
|
1834
|
-
"attr": "
|
|
2045
|
+
"attr": "icon",
|
|
1835
2046
|
"reflectToAttr": false,
|
|
1836
|
-
"docs": "",
|
|
2047
|
+
"docs": "Icon name passed to <ds-icon> for `icon` / `icon-label` variants.",
|
|
1837
2048
|
"docsTags": [
|
|
1838
2049
|
{
|
|
1839
2050
|
"name": "default",
|
|
1840
|
-
"text": "'
|
|
2051
|
+
"text": "''"
|
|
1841
2052
|
}
|
|
1842
2053
|
],
|
|
1843
|
-
"default": "'
|
|
2054
|
+
"default": "''",
|
|
1844
2055
|
"values": [
|
|
1845
2056
|
{
|
|
1846
2057
|
"type": "string"
|
|
@@ -1852,38 +2063,65 @@
|
|
|
1852
2063
|
"setter": false
|
|
1853
2064
|
},
|
|
1854
2065
|
{
|
|
1855
|
-
"name": "
|
|
1856
|
-
"type": "\"
|
|
2066
|
+
"name": "intent",
|
|
2067
|
+
"type": "\"ai\" | \"brand\" | \"caution\" | \"guide\" | \"negative\" | \"neutral\" | \"positive\" | \"walkthrough\" | \"warning\"",
|
|
1857
2068
|
"complexType": {
|
|
1858
|
-
"original": "
|
|
1859
|
-
"resolved": "\"
|
|
2069
|
+
"original": "ButtonFilledIntent",
|
|
2070
|
+
"resolved": "\"ai\" | \"brand\" | \"caution\" | \"guide\" | \"negative\" | \"neutral\" | \"positive\" | \"walkthrough\" | \"warning\"",
|
|
1860
2071
|
"references": {
|
|
1861
|
-
"
|
|
1862
|
-
"location": "
|
|
1863
|
-
"path": "
|
|
1864
|
-
"id": "src/wc/
|
|
1865
|
-
"referenceLocation": "NavChromeStyle"
|
|
2072
|
+
"ButtonFilledIntent": {
|
|
2073
|
+
"location": "local",
|
|
2074
|
+
"path": "/home/runner/work/compomo/compomo/src/wc/components/ButtonFilled/ButtonFilled.tsx",
|
|
2075
|
+
"id": "src/wc/components/ButtonFilled/ButtonFilled.tsx::ButtonFilledIntent"
|
|
1866
2076
|
}
|
|
1867
2077
|
}
|
|
1868
2078
|
},
|
|
1869
2079
|
"mutable": false,
|
|
1870
|
-
"attr": "
|
|
1871
|
-
"reflectToAttr":
|
|
1872
|
-
"docs": "
|
|
2080
|
+
"attr": "intent",
|
|
2081
|
+
"reflectToAttr": false,
|
|
2082
|
+
"docs": "Semantic colour intent.",
|
|
1873
2083
|
"docsTags": [
|
|
1874
2084
|
{
|
|
1875
2085
|
"name": "default",
|
|
1876
|
-
"text": "'
|
|
2086
|
+
"text": "'brand'"
|
|
1877
2087
|
}
|
|
1878
2088
|
],
|
|
1879
|
-
"default": "'
|
|
2089
|
+
"default": "'brand'",
|
|
1880
2090
|
"values": [
|
|
1881
2091
|
{
|
|
1882
|
-
"value": "
|
|
2092
|
+
"value": "ai",
|
|
1883
2093
|
"type": "string"
|
|
1884
2094
|
},
|
|
1885
2095
|
{
|
|
1886
|
-
"value": "
|
|
2096
|
+
"value": "brand",
|
|
2097
|
+
"type": "string"
|
|
2098
|
+
},
|
|
2099
|
+
{
|
|
2100
|
+
"value": "caution",
|
|
2101
|
+
"type": "string"
|
|
2102
|
+
},
|
|
2103
|
+
{
|
|
2104
|
+
"value": "guide",
|
|
2105
|
+
"type": "string"
|
|
2106
|
+
},
|
|
2107
|
+
{
|
|
2108
|
+
"value": "negative",
|
|
2109
|
+
"type": "string"
|
|
2110
|
+
},
|
|
2111
|
+
{
|
|
2112
|
+
"value": "neutral",
|
|
2113
|
+
"type": "string"
|
|
2114
|
+
},
|
|
2115
|
+
{
|
|
2116
|
+
"value": "positive",
|
|
2117
|
+
"type": "string"
|
|
2118
|
+
},
|
|
2119
|
+
{
|
|
2120
|
+
"value": "walkthrough",
|
|
2121
|
+
"type": "string"
|
|
2122
|
+
},
|
|
2123
|
+
{
|
|
2124
|
+
"value": "warning",
|
|
1887
2125
|
"type": "string"
|
|
1888
2126
|
}
|
|
1889
2127
|
],
|
|
@@ -1893,33 +2131,27 @@
|
|
|
1893
2131
|
"setter": false
|
|
1894
2132
|
},
|
|
1895
2133
|
{
|
|
1896
|
-
"name": "
|
|
1897
|
-
"type": "
|
|
2134
|
+
"name": "isInactive",
|
|
2135
|
+
"type": "boolean",
|
|
1898
2136
|
"complexType": {
|
|
1899
|
-
"original": "
|
|
1900
|
-
"resolved": "
|
|
1901
|
-
"references": {
|
|
1902
|
-
"BarNavTab": {
|
|
1903
|
-
"location": "import",
|
|
1904
|
-
"path": "./bar-nav-types",
|
|
1905
|
-
"id": "src/wc/components/BarNav/bar-nav-types.ts::BarNavTab",
|
|
1906
|
-
"referenceLocation": "BarNavTab"
|
|
1907
|
-
}
|
|
1908
|
-
}
|
|
2137
|
+
"original": "boolean",
|
|
2138
|
+
"resolved": "boolean",
|
|
2139
|
+
"references": {}
|
|
1909
2140
|
},
|
|
1910
2141
|
"mutable": false,
|
|
2142
|
+
"attr": "is-inactive",
|
|
1911
2143
|
"reflectToAttr": false,
|
|
1912
|
-
"docs": "
|
|
2144
|
+
"docs": "Disables interaction.",
|
|
1913
2145
|
"docsTags": [
|
|
1914
2146
|
{
|
|
1915
2147
|
"name": "default",
|
|
1916
|
-
"text": "
|
|
2148
|
+
"text": "false"
|
|
1917
2149
|
}
|
|
1918
2150
|
],
|
|
1919
|
-
"default": "
|
|
2151
|
+
"default": "false",
|
|
1920
2152
|
"values": [
|
|
1921
2153
|
{
|
|
1922
|
-
"type": "
|
|
2154
|
+
"type": "boolean"
|
|
1923
2155
|
}
|
|
1924
2156
|
],
|
|
1925
2157
|
"optional": false,
|
|
@@ -1928,27 +2160,27 @@
|
|
|
1928
2160
|
"setter": false
|
|
1929
2161
|
},
|
|
1930
2162
|
{
|
|
1931
|
-
"name": "
|
|
1932
|
-
"type": "
|
|
2163
|
+
"name": "isLoading",
|
|
2164
|
+
"type": "boolean",
|
|
1933
2165
|
"complexType": {
|
|
1934
|
-
"original": "
|
|
1935
|
-
"resolved": "
|
|
2166
|
+
"original": "boolean",
|
|
2167
|
+
"resolved": "boolean",
|
|
1936
2168
|
"references": {}
|
|
1937
2169
|
},
|
|
1938
2170
|
"mutable": false,
|
|
1939
|
-
"attr": "
|
|
2171
|
+
"attr": "is-loading",
|
|
1940
2172
|
"reflectToAttr": false,
|
|
1941
|
-
"docs": "
|
|
2173
|
+
"docs": "Shows an inline loader and prevents interaction without applying inactive opacity.",
|
|
1942
2174
|
"docsTags": [
|
|
1943
2175
|
{
|
|
1944
2176
|
"name": "default",
|
|
1945
|
-
"text": "
|
|
2177
|
+
"text": "false"
|
|
1946
2178
|
}
|
|
1947
2179
|
],
|
|
1948
|
-
"default": "
|
|
2180
|
+
"default": "false",
|
|
1949
2181
|
"values": [
|
|
1950
2182
|
{
|
|
1951
|
-
"type": "
|
|
2183
|
+
"type": "boolean"
|
|
1952
2184
|
}
|
|
1953
2185
|
],
|
|
1954
2186
|
"optional": false,
|
|
@@ -1957,17 +2189,17 @@
|
|
|
1957
2189
|
"setter": false
|
|
1958
2190
|
},
|
|
1959
2191
|
{
|
|
1960
|
-
"name": "
|
|
2192
|
+
"name": "label",
|
|
1961
2193
|
"type": "string",
|
|
1962
2194
|
"complexType": {
|
|
1963
2195
|
"original": "string",
|
|
1964
2196
|
"resolved": "string",
|
|
1965
2197
|
"references": {}
|
|
1966
2198
|
},
|
|
1967
|
-
"mutable":
|
|
1968
|
-
"attr": "
|
|
2199
|
+
"mutable": false,
|
|
2200
|
+
"attr": "label",
|
|
1969
2201
|
"reflectToAttr": false,
|
|
1970
|
-
"docs": "
|
|
2202
|
+
"docs": "Visible text for `label` / `icon-label` variants.",
|
|
1971
2203
|
"docsTags": [
|
|
1972
2204
|
{
|
|
1973
2205
|
"name": "default",
|
|
@@ -1984,94 +2216,29 @@
|
|
|
1984
2216
|
"required": false,
|
|
1985
2217
|
"getter": false,
|
|
1986
2218
|
"setter": false
|
|
1987
|
-
}
|
|
1988
|
-
],
|
|
1989
|
-
"methods": [],
|
|
1990
|
-
"events": [
|
|
1991
|
-
{
|
|
1992
|
-
"event": "dsTabChange",
|
|
1993
|
-
"detail": "string",
|
|
1994
|
-
"bubbles": true,
|
|
1995
|
-
"complexType": {
|
|
1996
|
-
"original": "string",
|
|
1997
|
-
"resolved": "string",
|
|
1998
|
-
"references": {}
|
|
1999
|
-
},
|
|
2000
|
-
"cancelable": true,
|
|
2001
|
-
"composed": true,
|
|
2002
|
-
"docs": "Emitted when the active tab changes. Detail = tab id.",
|
|
2003
|
-
"docsTags": []
|
|
2004
|
-
}
|
|
2005
|
-
],
|
|
2006
|
-
"listeners": [],
|
|
2007
|
-
"styles": [],
|
|
2008
|
-
"slots": [],
|
|
2009
|
-
"parts": [],
|
|
2010
|
-
"states": [],
|
|
2011
|
-
"dependents": [],
|
|
2012
|
-
"dependencies": [
|
|
2013
|
-
"ds-text",
|
|
2014
|
-
"ds-badge",
|
|
2015
|
-
"ds-button-unfilled",
|
|
2016
|
-
"ds-menu"
|
|
2017
|
-
],
|
|
2018
|
-
"dependencyGraph": {
|
|
2019
|
-
"ds-bar-nav": [
|
|
2020
|
-
"ds-text",
|
|
2021
|
-
"ds-badge",
|
|
2022
|
-
"ds-button-unfilled",
|
|
2023
|
-
"ds-menu"
|
|
2024
|
-
],
|
|
2025
|
-
"ds-badge": [
|
|
2026
|
-
"ds-text"
|
|
2027
|
-
],
|
|
2028
|
-
"ds-button-unfilled": [
|
|
2029
|
-
"ds-loader",
|
|
2030
|
-
"ds-icon",
|
|
2031
|
-
"ds-badge",
|
|
2032
|
-
"ds-text"
|
|
2033
|
-
],
|
|
2034
|
-
"ds-menu": [
|
|
2035
|
-
"ds-text",
|
|
2036
|
-
"ds-swatch-picker",
|
|
2037
|
-
"ds-badge",
|
|
2038
|
-
"ds-switch"
|
|
2039
|
-
]
|
|
2040
|
-
}
|
|
2041
|
-
},
|
|
2042
|
-
{
|
|
2043
|
-
"filePath": "src/wc/components/ButtonFilled/ButtonFilled.tsx",
|
|
2044
|
-
"encapsulation": "scoped",
|
|
2045
|
-
"tag": "ds-button-filled",
|
|
2046
|
-
"docs": "",
|
|
2047
|
-
"docsTags": [],
|
|
2048
|
-
"usage": {},
|
|
2049
|
-
"props": [
|
|
2219
|
+
},
|
|
2050
2220
|
{
|
|
2051
|
-
"name": "
|
|
2052
|
-
"type": "
|
|
2221
|
+
"name": "rounded",
|
|
2222
|
+
"type": "boolean",
|
|
2053
2223
|
"complexType": {
|
|
2054
|
-
"original": "
|
|
2055
|
-
"resolved": "
|
|
2224
|
+
"original": "boolean",
|
|
2225
|
+
"resolved": "boolean",
|
|
2056
2226
|
"references": {}
|
|
2057
2227
|
},
|
|
2058
2228
|
"mutable": false,
|
|
2059
|
-
"attr": "
|
|
2229
|
+
"attr": "rounded",
|
|
2060
2230
|
"reflectToAttr": false,
|
|
2061
|
-
"docs": "
|
|
2231
|
+
"docs": "Use the half-radius treatment instead of the default control radius.",
|
|
2062
2232
|
"docsTags": [
|
|
2063
2233
|
{
|
|
2064
2234
|
"name": "default",
|
|
2065
|
-
"text": "
|
|
2235
|
+
"text": "false"
|
|
2066
2236
|
}
|
|
2067
2237
|
],
|
|
2068
|
-
"default": "
|
|
2238
|
+
"default": "false",
|
|
2069
2239
|
"values": [
|
|
2070
2240
|
{
|
|
2071
|
-
"type": "
|
|
2072
|
-
},
|
|
2073
|
-
{
|
|
2074
|
-
"type": "string"
|
|
2241
|
+
"type": "boolean"
|
|
2075
2242
|
}
|
|
2076
2243
|
],
|
|
2077
2244
|
"optional": false,
|
|
@@ -2080,45 +2247,41 @@
|
|
|
2080
2247
|
"setter": false
|
|
2081
2248
|
},
|
|
2082
2249
|
{
|
|
2083
|
-
"name": "
|
|
2084
|
-
"type": "\"
|
|
2250
|
+
"name": "size",
|
|
2251
|
+
"type": "\"md\" | \"sm\" | \"xs\"",
|
|
2085
2252
|
"complexType": {
|
|
2086
|
-
"original": "
|
|
2087
|
-
"resolved": "\"
|
|
2253
|
+
"original": "ButtonFilledSize",
|
|
2254
|
+
"resolved": "\"md\" | \"sm\" | \"xs\"",
|
|
2088
2255
|
"references": {
|
|
2089
|
-
"
|
|
2256
|
+
"ButtonFilledSize": {
|
|
2090
2257
|
"location": "local",
|
|
2091
2258
|
"path": "/home/runner/work/compomo/compomo/src/wc/components/ButtonFilled/ButtonFilled.tsx",
|
|
2092
|
-
"id": "src/wc/components/ButtonFilled/ButtonFilled.tsx::
|
|
2259
|
+
"id": "src/wc/components/ButtonFilled/ButtonFilled.tsx::ButtonFilledSize"
|
|
2093
2260
|
}
|
|
2094
2261
|
}
|
|
2095
2262
|
},
|
|
2096
2263
|
"mutable": false,
|
|
2097
|
-
"attr": "
|
|
2264
|
+
"attr": "size",
|
|
2098
2265
|
"reflectToAttr": false,
|
|
2099
|
-
"docs": "
|
|
2266
|
+
"docs": "Control density (height, padding, icon, type).",
|
|
2100
2267
|
"docsTags": [
|
|
2101
2268
|
{
|
|
2102
2269
|
"name": "default",
|
|
2103
|
-
"text": "'
|
|
2270
|
+
"text": "'md'"
|
|
2104
2271
|
}
|
|
2105
2272
|
],
|
|
2106
|
-
"default": "'
|
|
2273
|
+
"default": "'md'",
|
|
2107
2274
|
"values": [
|
|
2108
2275
|
{
|
|
2109
|
-
"value": "
|
|
2110
|
-
"type": "string"
|
|
2111
|
-
},
|
|
2112
|
-
{
|
|
2113
|
-
"value": "faint",
|
|
2276
|
+
"value": "md",
|
|
2114
2277
|
"type": "string"
|
|
2115
2278
|
},
|
|
2116
2279
|
{
|
|
2117
|
-
"value": "
|
|
2280
|
+
"value": "sm",
|
|
2118
2281
|
"type": "string"
|
|
2119
2282
|
},
|
|
2120
2283
|
{
|
|
2121
|
-
"value": "
|
|
2284
|
+
"value": "xs",
|
|
2122
2285
|
"type": "string"
|
|
2123
2286
|
}
|
|
2124
2287
|
],
|
|
@@ -2128,26 +2291,35 @@
|
|
|
2128
2291
|
"setter": false
|
|
2129
2292
|
},
|
|
2130
2293
|
{
|
|
2131
|
-
"name": "
|
|
2132
|
-
"type": "
|
|
2294
|
+
"name": "type",
|
|
2295
|
+
"type": "\"button\" | \"reset\" | \"submit\"",
|
|
2133
2296
|
"complexType": {
|
|
2134
|
-
"original": "
|
|
2135
|
-
"resolved": "
|
|
2297
|
+
"original": "'button' | 'submit' | 'reset'",
|
|
2298
|
+
"resolved": "\"button\" | \"reset\" | \"submit\"",
|
|
2136
2299
|
"references": {}
|
|
2137
2300
|
},
|
|
2138
2301
|
"mutable": false,
|
|
2139
|
-
"attr": "
|
|
2302
|
+
"attr": "type",
|
|
2140
2303
|
"reflectToAttr": false,
|
|
2141
|
-
"docs": "
|
|
2304
|
+
"docs": "Native button type.",
|
|
2142
2305
|
"docsTags": [
|
|
2143
2306
|
{
|
|
2144
2307
|
"name": "default",
|
|
2145
|
-
"text": "''"
|
|
2308
|
+
"text": "'button'"
|
|
2146
2309
|
}
|
|
2147
2310
|
],
|
|
2148
|
-
"default": "''",
|
|
2311
|
+
"default": "'button'",
|
|
2149
2312
|
"values": [
|
|
2150
2313
|
{
|
|
2314
|
+
"value": "button",
|
|
2315
|
+
"type": "string"
|
|
2316
|
+
},
|
|
2317
|
+
{
|
|
2318
|
+
"value": "reset",
|
|
2319
|
+
"type": "string"
|
|
2320
|
+
},
|
|
2321
|
+
{
|
|
2322
|
+
"value": "submit",
|
|
2151
2323
|
"type": "string"
|
|
2152
2324
|
}
|
|
2153
2325
|
],
|
|
@@ -2157,65 +2329,41 @@
|
|
|
2157
2329
|
"setter": false
|
|
2158
2330
|
},
|
|
2159
2331
|
{
|
|
2160
|
-
"name": "
|
|
2161
|
-
"type": "\"
|
|
2332
|
+
"name": "variant",
|
|
2333
|
+
"type": "\"icon\" | \"icon-label\" | \"label\"",
|
|
2162
2334
|
"complexType": {
|
|
2163
|
-
"original": "
|
|
2164
|
-
"resolved": "\"
|
|
2335
|
+
"original": "ButtonFilledVariant",
|
|
2336
|
+
"resolved": "\"icon\" | \"icon-label\" | \"label\"",
|
|
2165
2337
|
"references": {
|
|
2166
|
-
"
|
|
2338
|
+
"ButtonFilledVariant": {
|
|
2167
2339
|
"location": "local",
|
|
2168
2340
|
"path": "/home/runner/work/compomo/compomo/src/wc/components/ButtonFilled/ButtonFilled.tsx",
|
|
2169
|
-
"id": "src/wc/components/ButtonFilled/ButtonFilled.tsx::
|
|
2341
|
+
"id": "src/wc/components/ButtonFilled/ButtonFilled.tsx::ButtonFilledVariant"
|
|
2170
2342
|
}
|
|
2171
2343
|
}
|
|
2172
2344
|
},
|
|
2173
2345
|
"mutable": false,
|
|
2174
|
-
"attr": "
|
|
2346
|
+
"attr": "variant",
|
|
2175
2347
|
"reflectToAttr": false,
|
|
2176
|
-
"docs": "
|
|
2348
|
+
"docs": "Content layout. Default is label-only; pass `icon` for icon-only chrome\n(nav / tool rails) or `icon-label` for leading icon + text.",
|
|
2177
2349
|
"docsTags": [
|
|
2178
2350
|
{
|
|
2179
2351
|
"name": "default",
|
|
2180
|
-
"text": "'
|
|
2352
|
+
"text": "'label'"
|
|
2181
2353
|
}
|
|
2182
2354
|
],
|
|
2183
|
-
"default": "'
|
|
2355
|
+
"default": "'label'",
|
|
2184
2356
|
"values": [
|
|
2185
2357
|
{
|
|
2186
|
-
"value": "
|
|
2187
|
-
"type": "string"
|
|
2188
|
-
},
|
|
2189
|
-
{
|
|
2190
|
-
"value": "brand",
|
|
2191
|
-
"type": "string"
|
|
2192
|
-
},
|
|
2193
|
-
{
|
|
2194
|
-
"value": "caution",
|
|
2195
|
-
"type": "string"
|
|
2196
|
-
},
|
|
2197
|
-
{
|
|
2198
|
-
"value": "guide",
|
|
2199
|
-
"type": "string"
|
|
2200
|
-
},
|
|
2201
|
-
{
|
|
2202
|
-
"value": "negative",
|
|
2203
|
-
"type": "string"
|
|
2204
|
-
},
|
|
2205
|
-
{
|
|
2206
|
-
"value": "neutral",
|
|
2207
|
-
"type": "string"
|
|
2208
|
-
},
|
|
2209
|
-
{
|
|
2210
|
-
"value": "positive",
|
|
2358
|
+
"value": "icon",
|
|
2211
2359
|
"type": "string"
|
|
2212
2360
|
},
|
|
2213
2361
|
{
|
|
2214
|
-
"value": "
|
|
2362
|
+
"value": "icon-label",
|
|
2215
2363
|
"type": "string"
|
|
2216
2364
|
},
|
|
2217
2365
|
{
|
|
2218
|
-
"value": "
|
|
2366
|
+
"value": "label",
|
|
2219
2367
|
"type": "string"
|
|
2220
2368
|
}
|
|
2221
2369
|
],
|
|
@@ -2225,36 +2373,129 @@
|
|
|
2225
2373
|
"setter": false
|
|
2226
2374
|
},
|
|
2227
2375
|
{
|
|
2228
|
-
"name": "
|
|
2229
|
-
"type": "
|
|
2376
|
+
"name": "width",
|
|
2377
|
+
"type": "\"fill\" | \"hug\"",
|
|
2230
2378
|
"complexType": {
|
|
2231
|
-
"original": "
|
|
2232
|
-
"resolved": "
|
|
2233
|
-
"references": {
|
|
2379
|
+
"original": "ButtonFilledWidth",
|
|
2380
|
+
"resolved": "\"fill\" | \"hug\"",
|
|
2381
|
+
"references": {
|
|
2382
|
+
"ButtonFilledWidth": {
|
|
2383
|
+
"location": "local",
|
|
2384
|
+
"path": "/home/runner/work/compomo/compomo/src/wc/components/ButtonFilled/ButtonFilled.tsx",
|
|
2385
|
+
"id": "src/wc/components/ButtonFilled/ButtonFilled.tsx::ButtonFilledWidth"
|
|
2386
|
+
}
|
|
2387
|
+
}
|
|
2234
2388
|
},
|
|
2235
2389
|
"mutable": false,
|
|
2236
|
-
"attr": "
|
|
2390
|
+
"attr": "width",
|
|
2237
2391
|
"reflectToAttr": false,
|
|
2238
|
-
"docs": "
|
|
2392
|
+
"docs": "Width fit — hug content (default) or fill the parent.",
|
|
2239
2393
|
"docsTags": [
|
|
2240
2394
|
{
|
|
2241
2395
|
"name": "default",
|
|
2242
|
-
"text": "
|
|
2396
|
+
"text": "'hug'"
|
|
2243
2397
|
}
|
|
2244
2398
|
],
|
|
2245
|
-
"default": "
|
|
2399
|
+
"default": "'hug'",
|
|
2246
2400
|
"values": [
|
|
2247
2401
|
{
|
|
2248
|
-
"
|
|
2402
|
+
"value": "fill",
|
|
2403
|
+
"type": "string"
|
|
2404
|
+
},
|
|
2405
|
+
{
|
|
2406
|
+
"value": "hug",
|
|
2407
|
+
"type": "string"
|
|
2249
2408
|
}
|
|
2250
2409
|
],
|
|
2251
2410
|
"optional": false,
|
|
2252
2411
|
"required": false,
|
|
2253
2412
|
"getter": false,
|
|
2254
2413
|
"setter": false
|
|
2255
|
-
}
|
|
2414
|
+
}
|
|
2415
|
+
],
|
|
2416
|
+
"methods": [
|
|
2256
2417
|
{
|
|
2257
|
-
"name": "
|
|
2418
|
+
"name": "setFocus",
|
|
2419
|
+
"returns": {
|
|
2420
|
+
"type": "Promise<void>",
|
|
2421
|
+
"docs": ""
|
|
2422
|
+
},
|
|
2423
|
+
"complexType": {
|
|
2424
|
+
"signature": "() => Promise<void>",
|
|
2425
|
+
"parameters": [],
|
|
2426
|
+
"references": {
|
|
2427
|
+
"Promise": {
|
|
2428
|
+
"location": "global",
|
|
2429
|
+
"id": "global::Promise"
|
|
2430
|
+
}
|
|
2431
|
+
},
|
|
2432
|
+
"return": "Promise<void>"
|
|
2433
|
+
},
|
|
2434
|
+
"signature": "setFocus() => Promise<void>",
|
|
2435
|
+
"parameters": [],
|
|
2436
|
+
"docs": "",
|
|
2437
|
+
"docsTags": []
|
|
2438
|
+
}
|
|
2439
|
+
],
|
|
2440
|
+
"events": [
|
|
2441
|
+
{
|
|
2442
|
+
"event": "dsClick",
|
|
2443
|
+
"detail": "MouseEvent",
|
|
2444
|
+
"bubbles": true,
|
|
2445
|
+
"complexType": {
|
|
2446
|
+
"original": "MouseEvent",
|
|
2447
|
+
"resolved": "MouseEvent",
|
|
2448
|
+
"references": {
|
|
2449
|
+
"MouseEvent": {
|
|
2450
|
+
"location": "global",
|
|
2451
|
+
"id": "global::MouseEvent"
|
|
2452
|
+
}
|
|
2453
|
+
}
|
|
2454
|
+
},
|
|
2455
|
+
"cancelable": true,
|
|
2456
|
+
"composed": true,
|
|
2457
|
+
"docs": "",
|
|
2458
|
+
"docsTags": []
|
|
2459
|
+
}
|
|
2460
|
+
],
|
|
2461
|
+
"listeners": [],
|
|
2462
|
+
"styles": [],
|
|
2463
|
+
"slots": [],
|
|
2464
|
+
"parts": [],
|
|
2465
|
+
"states": [],
|
|
2466
|
+
"dependents": [
|
|
2467
|
+
"ds-card-setting",
|
|
2468
|
+
"ds-message-composer"
|
|
2469
|
+
],
|
|
2470
|
+
"dependencies": [
|
|
2471
|
+
"ds-loader",
|
|
2472
|
+
"ds-icon",
|
|
2473
|
+
"ds-text"
|
|
2474
|
+
],
|
|
2475
|
+
"dependencyGraph": {
|
|
2476
|
+
"ds-button-filled": [
|
|
2477
|
+
"ds-loader",
|
|
2478
|
+
"ds-icon",
|
|
2479
|
+
"ds-text"
|
|
2480
|
+
],
|
|
2481
|
+
"ds-card-setting": [
|
|
2482
|
+
"ds-button-filled"
|
|
2483
|
+
],
|
|
2484
|
+
"ds-message-composer": [
|
|
2485
|
+
"ds-button-filled"
|
|
2486
|
+
]
|
|
2487
|
+
}
|
|
2488
|
+
},
|
|
2489
|
+
{
|
|
2490
|
+
"filePath": "src/wc/components/ButtonUnfilled/ButtonUnfilled.tsx",
|
|
2491
|
+
"encapsulation": "scoped",
|
|
2492
|
+
"tag": "ds-button-unfilled",
|
|
2493
|
+
"docs": "",
|
|
2494
|
+
"docsTags": [],
|
|
2495
|
+
"usage": {},
|
|
2496
|
+
"props": [
|
|
2497
|
+
{
|
|
2498
|
+
"name": "activeFill",
|
|
2258
2499
|
"type": "boolean",
|
|
2259
2500
|
"complexType": {
|
|
2260
2501
|
"original": "boolean",
|
|
@@ -2262,16 +2503,16 @@
|
|
|
2262
2503
|
"references": {}
|
|
2263
2504
|
},
|
|
2264
2505
|
"mutable": false,
|
|
2265
|
-
"attr": "
|
|
2506
|
+
"attr": "active-fill",
|
|
2266
2507
|
"reflectToAttr": false,
|
|
2267
|
-
"docs": "
|
|
2508
|
+
"docs": "When active, render the selected interaction fill.\nDefault `true` for general UI. Shell chrome (nav / tool rails) should pass\n`false` so selection is foreground-only (primary color, no fill).",
|
|
2268
2509
|
"docsTags": [
|
|
2269
2510
|
{
|
|
2270
2511
|
"name": "default",
|
|
2271
|
-
"text": "
|
|
2512
|
+
"text": "true"
|
|
2272
2513
|
}
|
|
2273
2514
|
],
|
|
2274
|
-
"default": "
|
|
2515
|
+
"default": "true",
|
|
2275
2516
|
"values": [
|
|
2276
2517
|
{
|
|
2277
2518
|
"type": "boolean"
|
|
@@ -2283,56 +2524,30 @@
|
|
|
2283
2524
|
"setter": false
|
|
2284
2525
|
},
|
|
2285
2526
|
{
|
|
2286
|
-
"name": "
|
|
2287
|
-
"type": "string",
|
|
2527
|
+
"name": "ariaLabel",
|
|
2528
|
+
"type": "null | string",
|
|
2288
2529
|
"complexType": {
|
|
2289
|
-
"original": "string",
|
|
2290
|
-
"resolved": "string",
|
|
2530
|
+
"original": "string | null",
|
|
2531
|
+
"resolved": "null | string",
|
|
2291
2532
|
"references": {}
|
|
2292
2533
|
},
|
|
2293
2534
|
"mutable": false,
|
|
2294
|
-
"attr": "label",
|
|
2535
|
+
"attr": "aria-label",
|
|
2295
2536
|
"reflectToAttr": false,
|
|
2296
|
-
"docs": "
|
|
2537
|
+
"docs": "Accessible name override. Required for icon-only buttons.",
|
|
2297
2538
|
"docsTags": [
|
|
2298
2539
|
{
|
|
2299
2540
|
"name": "default",
|
|
2300
|
-
"text": "
|
|
2541
|
+
"text": "null"
|
|
2301
2542
|
}
|
|
2302
2543
|
],
|
|
2303
|
-
"default": "
|
|
2544
|
+
"default": "null",
|
|
2304
2545
|
"values": [
|
|
2305
2546
|
{
|
|
2306
|
-
"type": "
|
|
2307
|
-
}
|
|
2308
|
-
],
|
|
2309
|
-
"optional": false,
|
|
2310
|
-
"required": false,
|
|
2311
|
-
"getter": false,
|
|
2312
|
-
"setter": false
|
|
2313
|
-
},
|
|
2314
|
-
{
|
|
2315
|
-
"name": "rounded",
|
|
2316
|
-
"type": "boolean",
|
|
2317
|
-
"complexType": {
|
|
2318
|
-
"original": "boolean",
|
|
2319
|
-
"resolved": "boolean",
|
|
2320
|
-
"references": {}
|
|
2321
|
-
},
|
|
2322
|
-
"mutable": false,
|
|
2323
|
-
"attr": "rounded",
|
|
2324
|
-
"reflectToAttr": false,
|
|
2325
|
-
"docs": "Use the half-radius treatment instead of the default control radius.",
|
|
2326
|
-
"docsTags": [
|
|
2327
|
-
{
|
|
2328
|
-
"name": "default",
|
|
2329
|
-
"text": "false"
|
|
2330
|
-
}
|
|
2331
|
-
],
|
|
2332
|
-
"default": "false",
|
|
2333
|
-
"values": [
|
|
2547
|
+
"type": "null"
|
|
2548
|
+
},
|
|
2334
2549
|
{
|
|
2335
|
-
"type": "
|
|
2550
|
+
"type": "string"
|
|
2336
2551
|
}
|
|
2337
2552
|
],
|
|
2338
2553
|
"optional": false,
|
|
@@ -2341,80 +2556,59 @@
|
|
|
2341
2556
|
"setter": false
|
|
2342
2557
|
},
|
|
2343
2558
|
{
|
|
2344
|
-
"name": "
|
|
2345
|
-
"type": "\"
|
|
2559
|
+
"name": "background",
|
|
2560
|
+
"type": "\"always-dark\" | \"bold\" | \"faint\" | \"inverted\" | \"media\" | \"medium\" | \"strong\" | \"translucent\" | undefined",
|
|
2346
2561
|
"complexType": {
|
|
2347
|
-
"original": "
|
|
2348
|
-
"resolved": "\"
|
|
2562
|
+
"original": "ButtonUnfilledBackground | undefined",
|
|
2563
|
+
"resolved": "\"always-dark\" | \"bold\" | \"faint\" | \"inverted\" | \"media\" | \"medium\" | \"strong\" | \"translucent\" | undefined",
|
|
2349
2564
|
"references": {
|
|
2350
|
-
"
|
|
2565
|
+
"ButtonUnfilledBackground": {
|
|
2351
2566
|
"location": "local",
|
|
2352
|
-
"path": "/home/runner/work/compomo/compomo/src/wc/components/
|
|
2353
|
-
"id": "src/wc/components/
|
|
2567
|
+
"path": "/home/runner/work/compomo/compomo/src/wc/components/ButtonUnfilled/ButtonUnfilled.tsx",
|
|
2568
|
+
"id": "src/wc/components/ButtonUnfilled/ButtonUnfilled.tsx::ButtonUnfilledBackground"
|
|
2354
2569
|
}
|
|
2355
2570
|
}
|
|
2356
2571
|
},
|
|
2357
2572
|
"mutable": false,
|
|
2358
|
-
"attr": "
|
|
2573
|
+
"attr": "background",
|
|
2359
2574
|
"reflectToAttr": false,
|
|
2360
|
-
"docs": "
|
|
2361
|
-
"docsTags": [
|
|
2362
|
-
{
|
|
2363
|
-
"name": "default",
|
|
2364
|
-
"text": "'md'"
|
|
2365
|
-
}
|
|
2366
|
-
],
|
|
2367
|
-
"default": "'md'",
|
|
2575
|
+
"docs": "Actual parent surface context. Omit on primary and secondary surfaces.",
|
|
2576
|
+
"docsTags": [],
|
|
2368
2577
|
"values": [
|
|
2369
2578
|
{
|
|
2370
|
-
"value": "
|
|
2579
|
+
"value": "always-dark",
|
|
2371
2580
|
"type": "string"
|
|
2372
2581
|
},
|
|
2373
2582
|
{
|
|
2374
|
-
"value": "
|
|
2583
|
+
"value": "bold",
|
|
2375
2584
|
"type": "string"
|
|
2376
2585
|
},
|
|
2377
2586
|
{
|
|
2378
|
-
"value": "
|
|
2587
|
+
"value": "faint",
|
|
2379
2588
|
"type": "string"
|
|
2380
|
-
}
|
|
2381
|
-
],
|
|
2382
|
-
"optional": false,
|
|
2383
|
-
"required": false,
|
|
2384
|
-
"getter": false,
|
|
2385
|
-
"setter": false
|
|
2386
|
-
},
|
|
2387
|
-
{
|
|
2388
|
-
"name": "type",
|
|
2389
|
-
"type": "\"button\" | \"reset\" | \"submit\"",
|
|
2390
|
-
"complexType": {
|
|
2391
|
-
"original": "'button' | 'submit' | 'reset'",
|
|
2392
|
-
"resolved": "\"button\" | \"reset\" | \"submit\"",
|
|
2393
|
-
"references": {}
|
|
2394
|
-
},
|
|
2395
|
-
"mutable": false,
|
|
2396
|
-
"attr": "type",
|
|
2397
|
-
"reflectToAttr": false,
|
|
2398
|
-
"docs": "Native button type.",
|
|
2399
|
-
"docsTags": [
|
|
2589
|
+
},
|
|
2400
2590
|
{
|
|
2401
|
-
"
|
|
2402
|
-
"
|
|
2403
|
-
}
|
|
2404
|
-
],
|
|
2405
|
-
"default": "'button'",
|
|
2406
|
-
"values": [
|
|
2591
|
+
"value": "inverted",
|
|
2592
|
+
"type": "string"
|
|
2593
|
+
},
|
|
2407
2594
|
{
|
|
2408
|
-
"value": "
|
|
2595
|
+
"value": "media",
|
|
2409
2596
|
"type": "string"
|
|
2410
2597
|
},
|
|
2411
2598
|
{
|
|
2412
|
-
"value": "
|
|
2599
|
+
"value": "medium",
|
|
2413
2600
|
"type": "string"
|
|
2414
2601
|
},
|
|
2415
2602
|
{
|
|
2416
|
-
"value": "
|
|
2603
|
+
"value": "strong",
|
|
2604
|
+
"type": "string"
|
|
2605
|
+
},
|
|
2606
|
+
{
|
|
2607
|
+
"value": "translucent",
|
|
2417
2608
|
"type": "string"
|
|
2609
|
+
},
|
|
2610
|
+
{
|
|
2611
|
+
"type": "undefined"
|
|
2418
2612
|
}
|
|
2419
2613
|
],
|
|
2420
2614
|
"optional": false,
|
|
@@ -2423,42 +2617,24 @@
|
|
|
2423
2617
|
"setter": false
|
|
2424
2618
|
},
|
|
2425
2619
|
{
|
|
2426
|
-
"name": "
|
|
2427
|
-
"type": "
|
|
2620
|
+
"name": "controls",
|
|
2621
|
+
"type": "string | undefined",
|
|
2428
2622
|
"complexType": {
|
|
2429
|
-
"original": "
|
|
2430
|
-
"resolved": "
|
|
2431
|
-
"references": {
|
|
2432
|
-
"ButtonFilledVariant": {
|
|
2433
|
-
"location": "local",
|
|
2434
|
-
"path": "/home/runner/work/compomo/compomo/src/wc/components/ButtonFilled/ButtonFilled.tsx",
|
|
2435
|
-
"id": "src/wc/components/ButtonFilled/ButtonFilled.tsx::ButtonFilledVariant"
|
|
2436
|
-
}
|
|
2437
|
-
}
|
|
2623
|
+
"original": "string | undefined",
|
|
2624
|
+
"resolved": "string | undefined",
|
|
2625
|
+
"references": {}
|
|
2438
2626
|
},
|
|
2439
2627
|
"mutable": false,
|
|
2440
|
-
"attr": "
|
|
2628
|
+
"attr": "controls",
|
|
2441
2629
|
"reflectToAttr": false,
|
|
2442
|
-
"docs": "
|
|
2443
|
-
"docsTags": [
|
|
2444
|
-
{
|
|
2445
|
-
"name": "default",
|
|
2446
|
-
"text": "'label'"
|
|
2447
|
-
}
|
|
2448
|
-
],
|
|
2449
|
-
"default": "'label'",
|
|
2630
|
+
"docs": "",
|
|
2631
|
+
"docsTags": [],
|
|
2450
2632
|
"values": [
|
|
2451
2633
|
{
|
|
2452
|
-
"value": "icon",
|
|
2453
|
-
"type": "string"
|
|
2454
|
-
},
|
|
2455
|
-
{
|
|
2456
|
-
"value": "icon-label",
|
|
2457
2634
|
"type": "string"
|
|
2458
2635
|
},
|
|
2459
2636
|
{
|
|
2460
|
-
"
|
|
2461
|
-
"type": "string"
|
|
2637
|
+
"type": "undefined"
|
|
2462
2638
|
}
|
|
2463
2639
|
],
|
|
2464
2640
|
"optional": false,
|
|
@@ -2467,181 +2643,108 @@
|
|
|
2467
2643
|
"setter": false
|
|
2468
2644
|
},
|
|
2469
2645
|
{
|
|
2470
|
-
"name": "
|
|
2471
|
-
"type": "
|
|
2646
|
+
"name": "dot",
|
|
2647
|
+
"type": "boolean",
|
|
2472
2648
|
"complexType": {
|
|
2473
|
-
"original": "
|
|
2474
|
-
"resolved": "
|
|
2475
|
-
"references": {
|
|
2476
|
-
"ButtonFilledWidth": {
|
|
2477
|
-
"location": "local",
|
|
2478
|
-
"path": "/home/runner/work/compomo/compomo/src/wc/components/ButtonFilled/ButtonFilled.tsx",
|
|
2479
|
-
"id": "src/wc/components/ButtonFilled/ButtonFilled.tsx::ButtonFilledWidth"
|
|
2480
|
-
}
|
|
2481
|
-
}
|
|
2649
|
+
"original": "boolean",
|
|
2650
|
+
"resolved": "boolean",
|
|
2651
|
+
"references": {}
|
|
2482
2652
|
},
|
|
2483
2653
|
"mutable": false,
|
|
2484
|
-
"attr": "
|
|
2654
|
+
"attr": "dot",
|
|
2485
2655
|
"reflectToAttr": false,
|
|
2486
|
-
"docs": "
|
|
2656
|
+
"docs": "Show a notification dot at the top-right of the icon zone (icon variant only).",
|
|
2487
2657
|
"docsTags": [
|
|
2488
2658
|
{
|
|
2489
2659
|
"name": "default",
|
|
2490
|
-
"text": "
|
|
2660
|
+
"text": "false"
|
|
2491
2661
|
}
|
|
2492
2662
|
],
|
|
2493
|
-
"default": "
|
|
2663
|
+
"default": "false",
|
|
2494
2664
|
"values": [
|
|
2495
2665
|
{
|
|
2496
|
-
"
|
|
2497
|
-
"type": "string"
|
|
2498
|
-
},
|
|
2499
|
-
{
|
|
2500
|
-
"value": "hug",
|
|
2501
|
-
"type": "string"
|
|
2666
|
+
"type": "boolean"
|
|
2502
2667
|
}
|
|
2503
2668
|
],
|
|
2504
2669
|
"optional": false,
|
|
2505
2670
|
"required": false,
|
|
2506
2671
|
"getter": false,
|
|
2507
2672
|
"setter": false
|
|
2508
|
-
}
|
|
2509
|
-
],
|
|
2510
|
-
"methods": [
|
|
2673
|
+
},
|
|
2511
2674
|
{
|
|
2512
|
-
"name": "
|
|
2513
|
-
"
|
|
2514
|
-
"type": "Promise<void>",
|
|
2515
|
-
"docs": ""
|
|
2516
|
-
},
|
|
2675
|
+
"name": "expanded",
|
|
2676
|
+
"type": "boolean | undefined",
|
|
2517
2677
|
"complexType": {
|
|
2518
|
-
"
|
|
2519
|
-
"
|
|
2520
|
-
"references": {
|
|
2521
|
-
"Promise": {
|
|
2522
|
-
"location": "global",
|
|
2523
|
-
"id": "global::Promise"
|
|
2524
|
-
}
|
|
2525
|
-
},
|
|
2526
|
-
"return": "Promise<void>"
|
|
2678
|
+
"original": "boolean | undefined",
|
|
2679
|
+
"resolved": "boolean | undefined",
|
|
2680
|
+
"references": {}
|
|
2527
2681
|
},
|
|
2528
|
-
"
|
|
2529
|
-
"
|
|
2682
|
+
"mutable": false,
|
|
2683
|
+
"attr": "expanded",
|
|
2684
|
+
"reflectToAttr": false,
|
|
2530
2685
|
"docs": "",
|
|
2531
|
-
"docsTags": []
|
|
2532
|
-
|
|
2533
|
-
|
|
2534
|
-
|
|
2535
|
-
|
|
2536
|
-
|
|
2537
|
-
|
|
2538
|
-
"bubbles": true,
|
|
2539
|
-
"complexType": {
|
|
2540
|
-
"original": "MouseEvent",
|
|
2541
|
-
"resolved": "MouseEvent",
|
|
2542
|
-
"references": {
|
|
2543
|
-
"MouseEvent": {
|
|
2544
|
-
"location": "global",
|
|
2545
|
-
"id": "global::MouseEvent"
|
|
2546
|
-
}
|
|
2686
|
+
"docsTags": [],
|
|
2687
|
+
"values": [
|
|
2688
|
+
{
|
|
2689
|
+
"type": "boolean"
|
|
2690
|
+
},
|
|
2691
|
+
{
|
|
2692
|
+
"type": "undefined"
|
|
2547
2693
|
}
|
|
2548
|
-
|
|
2549
|
-
"
|
|
2550
|
-
"
|
|
2551
|
-
"
|
|
2552
|
-
"
|
|
2553
|
-
}
|
|
2554
|
-
],
|
|
2555
|
-
"listeners": [],
|
|
2556
|
-
"styles": [],
|
|
2557
|
-
"slots": [],
|
|
2558
|
-
"parts": [],
|
|
2559
|
-
"states": [],
|
|
2560
|
-
"dependents": [
|
|
2561
|
-
"ds-card-setting",
|
|
2562
|
-
"ds-message-composer"
|
|
2563
|
-
],
|
|
2564
|
-
"dependencies": [
|
|
2565
|
-
"ds-loader",
|
|
2566
|
-
"ds-icon",
|
|
2567
|
-
"ds-text"
|
|
2568
|
-
],
|
|
2569
|
-
"dependencyGraph": {
|
|
2570
|
-
"ds-button-filled": [
|
|
2571
|
-
"ds-loader",
|
|
2572
|
-
"ds-icon",
|
|
2573
|
-
"ds-text"
|
|
2574
|
-
],
|
|
2575
|
-
"ds-card-setting": [
|
|
2576
|
-
"ds-button-filled"
|
|
2577
|
-
],
|
|
2578
|
-
"ds-message-composer": [
|
|
2579
|
-
"ds-button-filled"
|
|
2580
|
-
]
|
|
2581
|
-
}
|
|
2582
|
-
},
|
|
2583
|
-
{
|
|
2584
|
-
"filePath": "src/wc/components/ButtonUnfilled/ButtonUnfilled.tsx",
|
|
2585
|
-
"encapsulation": "scoped",
|
|
2586
|
-
"tag": "ds-button-unfilled",
|
|
2587
|
-
"docs": "",
|
|
2588
|
-
"docsTags": [],
|
|
2589
|
-
"usage": {},
|
|
2590
|
-
"props": [
|
|
2694
|
+
],
|
|
2695
|
+
"optional": false,
|
|
2696
|
+
"required": false,
|
|
2697
|
+
"getter": false,
|
|
2698
|
+
"setter": false
|
|
2699
|
+
},
|
|
2591
2700
|
{
|
|
2592
|
-
"name": "
|
|
2593
|
-
"type": "
|
|
2701
|
+
"name": "focusTabIndex",
|
|
2702
|
+
"type": "number | undefined",
|
|
2594
2703
|
"complexType": {
|
|
2595
|
-
"original": "
|
|
2596
|
-
"resolved": "
|
|
2704
|
+
"original": "number",
|
|
2705
|
+
"resolved": "number | undefined",
|
|
2597
2706
|
"references": {}
|
|
2598
2707
|
},
|
|
2599
2708
|
"mutable": false,
|
|
2600
|
-
"attr": "
|
|
2709
|
+
"attr": "tab-index",
|
|
2601
2710
|
"reflectToAttr": false,
|
|
2602
|
-
"docs": "
|
|
2603
|
-
"docsTags": [
|
|
2604
|
-
{
|
|
2605
|
-
"name": "default",
|
|
2606
|
-
"text": "true"
|
|
2607
|
-
}
|
|
2608
|
-
],
|
|
2609
|
-
"default": "true",
|
|
2711
|
+
"docs": "Native `tabindex` for roving keyboard groups in shell chrome.\nOmit for the default button tab stop (`0`).",
|
|
2712
|
+
"docsTags": [],
|
|
2610
2713
|
"values": [
|
|
2611
2714
|
{
|
|
2612
|
-
"type": "
|
|
2715
|
+
"type": "number"
|
|
2716
|
+
},
|
|
2717
|
+
{
|
|
2718
|
+
"type": "undefined"
|
|
2613
2719
|
}
|
|
2614
2720
|
],
|
|
2615
|
-
"optional":
|
|
2721
|
+
"optional": true,
|
|
2616
2722
|
"required": false,
|
|
2617
2723
|
"getter": false,
|
|
2618
2724
|
"setter": false
|
|
2619
2725
|
},
|
|
2620
2726
|
{
|
|
2621
|
-
"name": "
|
|
2622
|
-
"type": "
|
|
2727
|
+
"name": "hasBorder",
|
|
2728
|
+
"type": "boolean",
|
|
2623
2729
|
"complexType": {
|
|
2624
|
-
"original": "
|
|
2625
|
-
"resolved": "
|
|
2730
|
+
"original": "boolean",
|
|
2731
|
+
"resolved": "boolean",
|
|
2626
2732
|
"references": {}
|
|
2627
2733
|
},
|
|
2628
2734
|
"mutable": false,
|
|
2629
|
-
"attr": "
|
|
2735
|
+
"attr": "has-border",
|
|
2630
2736
|
"reflectToAttr": false,
|
|
2631
|
-
"docs": "
|
|
2737
|
+
"docs": "Show a 1px secondary inset border. Default on; shell chrome can pass `false`.",
|
|
2632
2738
|
"docsTags": [
|
|
2633
2739
|
{
|
|
2634
2740
|
"name": "default",
|
|
2635
|
-
"text": "
|
|
2741
|
+
"text": "true"
|
|
2636
2742
|
}
|
|
2637
2743
|
],
|
|
2638
|
-
"default": "
|
|
2744
|
+
"default": "true",
|
|
2639
2745
|
"values": [
|
|
2640
2746
|
{
|
|
2641
|
-
"type": "
|
|
2642
|
-
},
|
|
2643
|
-
{
|
|
2644
|
-
"type": "string"
|
|
2747
|
+
"type": "boolean"
|
|
2645
2748
|
}
|
|
2646
2749
|
],
|
|
2647
2750
|
"optional": false,
|
|
@@ -2650,208 +2753,11 @@
|
|
|
2650
2753
|
"setter": false
|
|
2651
2754
|
},
|
|
2652
2755
|
{
|
|
2653
|
-
"name": "
|
|
2654
|
-
"type": "\"
|
|
2756
|
+
"name": "haspopup",
|
|
2757
|
+
"type": "\"dialog\" | \"grid\" | \"listbox\" | \"menu\" | \"tree\" | \"true\" | undefined",
|
|
2655
2758
|
"complexType": {
|
|
2656
|
-
"original": "
|
|
2657
|
-
"resolved": "\"
|
|
2658
|
-
"references": {
|
|
2659
|
-
"ButtonUnfilledBackground": {
|
|
2660
|
-
"location": "local",
|
|
2661
|
-
"path": "/home/runner/work/compomo/compomo/src/wc/components/ButtonUnfilled/ButtonUnfilled.tsx",
|
|
2662
|
-
"id": "src/wc/components/ButtonUnfilled/ButtonUnfilled.tsx::ButtonUnfilledBackground"
|
|
2663
|
-
}
|
|
2664
|
-
}
|
|
2665
|
-
},
|
|
2666
|
-
"mutable": false,
|
|
2667
|
-
"attr": "background",
|
|
2668
|
-
"reflectToAttr": false,
|
|
2669
|
-
"docs": "Actual parent surface context. Omit on primary and secondary surfaces.",
|
|
2670
|
-
"docsTags": [],
|
|
2671
|
-
"values": [
|
|
2672
|
-
{
|
|
2673
|
-
"value": "always-dark",
|
|
2674
|
-
"type": "string"
|
|
2675
|
-
},
|
|
2676
|
-
{
|
|
2677
|
-
"value": "bold",
|
|
2678
|
-
"type": "string"
|
|
2679
|
-
},
|
|
2680
|
-
{
|
|
2681
|
-
"value": "faint",
|
|
2682
|
-
"type": "string"
|
|
2683
|
-
},
|
|
2684
|
-
{
|
|
2685
|
-
"value": "inverted",
|
|
2686
|
-
"type": "string"
|
|
2687
|
-
},
|
|
2688
|
-
{
|
|
2689
|
-
"value": "media",
|
|
2690
|
-
"type": "string"
|
|
2691
|
-
},
|
|
2692
|
-
{
|
|
2693
|
-
"value": "medium",
|
|
2694
|
-
"type": "string"
|
|
2695
|
-
},
|
|
2696
|
-
{
|
|
2697
|
-
"value": "strong",
|
|
2698
|
-
"type": "string"
|
|
2699
|
-
},
|
|
2700
|
-
{
|
|
2701
|
-
"value": "translucent",
|
|
2702
|
-
"type": "string"
|
|
2703
|
-
},
|
|
2704
|
-
{
|
|
2705
|
-
"type": "undefined"
|
|
2706
|
-
}
|
|
2707
|
-
],
|
|
2708
|
-
"optional": false,
|
|
2709
|
-
"required": false,
|
|
2710
|
-
"getter": false,
|
|
2711
|
-
"setter": false
|
|
2712
|
-
},
|
|
2713
|
-
{
|
|
2714
|
-
"name": "controls",
|
|
2715
|
-
"type": "string | undefined",
|
|
2716
|
-
"complexType": {
|
|
2717
|
-
"original": "string | undefined",
|
|
2718
|
-
"resolved": "string | undefined",
|
|
2719
|
-
"references": {}
|
|
2720
|
-
},
|
|
2721
|
-
"mutable": false,
|
|
2722
|
-
"attr": "controls",
|
|
2723
|
-
"reflectToAttr": false,
|
|
2724
|
-
"docs": "",
|
|
2725
|
-
"docsTags": [],
|
|
2726
|
-
"values": [
|
|
2727
|
-
{
|
|
2728
|
-
"type": "string"
|
|
2729
|
-
},
|
|
2730
|
-
{
|
|
2731
|
-
"type": "undefined"
|
|
2732
|
-
}
|
|
2733
|
-
],
|
|
2734
|
-
"optional": false,
|
|
2735
|
-
"required": false,
|
|
2736
|
-
"getter": false,
|
|
2737
|
-
"setter": false
|
|
2738
|
-
},
|
|
2739
|
-
{
|
|
2740
|
-
"name": "dot",
|
|
2741
|
-
"type": "boolean",
|
|
2742
|
-
"complexType": {
|
|
2743
|
-
"original": "boolean",
|
|
2744
|
-
"resolved": "boolean",
|
|
2745
|
-
"references": {}
|
|
2746
|
-
},
|
|
2747
|
-
"mutable": false,
|
|
2748
|
-
"attr": "dot",
|
|
2749
|
-
"reflectToAttr": false,
|
|
2750
|
-
"docs": "Show a notification dot at the top-right of the icon zone (icon variant only).",
|
|
2751
|
-
"docsTags": [
|
|
2752
|
-
{
|
|
2753
|
-
"name": "default",
|
|
2754
|
-
"text": "false"
|
|
2755
|
-
}
|
|
2756
|
-
],
|
|
2757
|
-
"default": "false",
|
|
2758
|
-
"values": [
|
|
2759
|
-
{
|
|
2760
|
-
"type": "boolean"
|
|
2761
|
-
}
|
|
2762
|
-
],
|
|
2763
|
-
"optional": false,
|
|
2764
|
-
"required": false,
|
|
2765
|
-
"getter": false,
|
|
2766
|
-
"setter": false
|
|
2767
|
-
},
|
|
2768
|
-
{
|
|
2769
|
-
"name": "expanded",
|
|
2770
|
-
"type": "boolean | undefined",
|
|
2771
|
-
"complexType": {
|
|
2772
|
-
"original": "boolean | undefined",
|
|
2773
|
-
"resolved": "boolean | undefined",
|
|
2774
|
-
"references": {}
|
|
2775
|
-
},
|
|
2776
|
-
"mutable": false,
|
|
2777
|
-
"attr": "expanded",
|
|
2778
|
-
"reflectToAttr": false,
|
|
2779
|
-
"docs": "",
|
|
2780
|
-
"docsTags": [],
|
|
2781
|
-
"values": [
|
|
2782
|
-
{
|
|
2783
|
-
"type": "boolean"
|
|
2784
|
-
},
|
|
2785
|
-
{
|
|
2786
|
-
"type": "undefined"
|
|
2787
|
-
}
|
|
2788
|
-
],
|
|
2789
|
-
"optional": false,
|
|
2790
|
-
"required": false,
|
|
2791
|
-
"getter": false,
|
|
2792
|
-
"setter": false
|
|
2793
|
-
},
|
|
2794
|
-
{
|
|
2795
|
-
"name": "focusTabIndex",
|
|
2796
|
-
"type": "number | undefined",
|
|
2797
|
-
"complexType": {
|
|
2798
|
-
"original": "number",
|
|
2799
|
-
"resolved": "number | undefined",
|
|
2800
|
-
"references": {}
|
|
2801
|
-
},
|
|
2802
|
-
"mutable": false,
|
|
2803
|
-
"attr": "tab-index",
|
|
2804
|
-
"reflectToAttr": false,
|
|
2805
|
-
"docs": "Native `tabindex` for roving keyboard groups in shell chrome.\nOmit for the default button tab stop (`0`).",
|
|
2806
|
-
"docsTags": [],
|
|
2807
|
-
"values": [
|
|
2808
|
-
{
|
|
2809
|
-
"type": "number"
|
|
2810
|
-
},
|
|
2811
|
-
{
|
|
2812
|
-
"type": "undefined"
|
|
2813
|
-
}
|
|
2814
|
-
],
|
|
2815
|
-
"optional": true,
|
|
2816
|
-
"required": false,
|
|
2817
|
-
"getter": false,
|
|
2818
|
-
"setter": false
|
|
2819
|
-
},
|
|
2820
|
-
{
|
|
2821
|
-
"name": "hasBorder",
|
|
2822
|
-
"type": "boolean",
|
|
2823
|
-
"complexType": {
|
|
2824
|
-
"original": "boolean",
|
|
2825
|
-
"resolved": "boolean",
|
|
2826
|
-
"references": {}
|
|
2827
|
-
},
|
|
2828
|
-
"mutable": false,
|
|
2829
|
-
"attr": "has-border",
|
|
2830
|
-
"reflectToAttr": false,
|
|
2831
|
-
"docs": "Show a 1px secondary inset border. Default on; shell chrome can pass `false`.",
|
|
2832
|
-
"docsTags": [
|
|
2833
|
-
{
|
|
2834
|
-
"name": "default",
|
|
2835
|
-
"text": "true"
|
|
2836
|
-
}
|
|
2837
|
-
],
|
|
2838
|
-
"default": "true",
|
|
2839
|
-
"values": [
|
|
2840
|
-
{
|
|
2841
|
-
"type": "boolean"
|
|
2842
|
-
}
|
|
2843
|
-
],
|
|
2844
|
-
"optional": false,
|
|
2845
|
-
"required": false,
|
|
2846
|
-
"getter": false,
|
|
2847
|
-
"setter": false
|
|
2848
|
-
},
|
|
2849
|
-
{
|
|
2850
|
-
"name": "haspopup",
|
|
2851
|
-
"type": "\"dialog\" | \"grid\" | \"listbox\" | \"menu\" | \"tree\" | \"true\" | undefined",
|
|
2852
|
-
"complexType": {
|
|
2853
|
-
"original": "ButtonUnfilledPopup | undefined",
|
|
2854
|
-
"resolved": "\"dialog\" | \"grid\" | \"listbox\" | \"menu\" | \"tree\" | \"true\" | undefined",
|
|
2759
|
+
"original": "ButtonUnfilledPopup | undefined",
|
|
2760
|
+
"resolved": "\"dialog\" | \"grid\" | \"listbox\" | \"menu\" | \"tree\" | \"true\" | undefined",
|
|
2855
2761
|
"references": {
|
|
2856
2762
|
"ButtonUnfilledPopup": {
|
|
2857
2763
|
"location": "local",
|
|
@@ -3337,12 +3243,14 @@
|
|
|
3337
3243
|
"ds-code-block",
|
|
3338
3244
|
"ds-input",
|
|
3339
3245
|
"ds-message-scroller",
|
|
3246
|
+
"ds-modal",
|
|
3340
3247
|
"ds-panel-nav",
|
|
3341
3248
|
"ds-panel-tool-header",
|
|
3342
3249
|
"ds-panel-tool-search",
|
|
3343
3250
|
"ds-panel-tools",
|
|
3344
3251
|
"ds-select",
|
|
3345
|
-
"ds-select-multi"
|
|
3252
|
+
"ds-select-multi",
|
|
3253
|
+
"ds-toast"
|
|
3346
3254
|
],
|
|
3347
3255
|
"dependencies": [
|
|
3348
3256
|
"ds-loader",
|
|
@@ -3378,6 +3286,9 @@
|
|
|
3378
3286
|
"ds-message-scroller": [
|
|
3379
3287
|
"ds-button-unfilled"
|
|
3380
3288
|
],
|
|
3289
|
+
"ds-modal": [
|
|
3290
|
+
"ds-button-unfilled"
|
|
3291
|
+
],
|
|
3381
3292
|
"ds-panel-nav": [
|
|
3382
3293
|
"ds-button-unfilled"
|
|
3383
3294
|
],
|
|
@@ -3395,49 +3306,56 @@
|
|
|
3395
3306
|
],
|
|
3396
3307
|
"ds-select-multi": [
|
|
3397
3308
|
"ds-button-unfilled"
|
|
3309
|
+
],
|
|
3310
|
+
"ds-toast": [
|
|
3311
|
+
"ds-button-unfilled"
|
|
3398
3312
|
]
|
|
3399
3313
|
}
|
|
3400
3314
|
},
|
|
3401
3315
|
{
|
|
3402
|
-
"filePath": "src/wc/components/
|
|
3316
|
+
"filePath": "src/wc/components/CardDataVizDonut/CardDataVizDonut.tsx",
|
|
3403
3317
|
"encapsulation": "scoped",
|
|
3404
|
-
"tag": "ds-card",
|
|
3405
|
-
"docs": "
|
|
3318
|
+
"tag": "ds-card-data-viz-donut",
|
|
3319
|
+
"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.",
|
|
3406
3320
|
"docsTags": [],
|
|
3407
3321
|
"usage": {},
|
|
3408
3322
|
"props": [
|
|
3409
3323
|
{
|
|
3410
|
-
"name": "
|
|
3411
|
-
"type": "\"
|
|
3324
|
+
"name": "cardWidth",
|
|
3325
|
+
"type": "\"lg\" | \"md\" | \"sm\"",
|
|
3412
3326
|
"complexType": {
|
|
3413
|
-
"original": "
|
|
3414
|
-
"resolved": "\"
|
|
3327
|
+
"original": "CardDataVizDonutWidth",
|
|
3328
|
+
"resolved": "\"lg\" | \"md\" | \"sm\"",
|
|
3415
3329
|
"references": {
|
|
3416
|
-
"
|
|
3330
|
+
"CardDataVizDonutWidth": {
|
|
3417
3331
|
"location": "local",
|
|
3418
|
-
"path": "/home/runner/work/compomo/compomo/src/wc/components/
|
|
3419
|
-
"id": "src/wc/components/
|
|
3332
|
+
"path": "/home/runner/work/compomo/compomo/src/wc/components/CardDataVizDonut/CardDataVizDonut.tsx",
|
|
3333
|
+
"id": "src/wc/components/CardDataVizDonut/CardDataVizDonut.tsx::CardDataVizDonutWidth"
|
|
3420
3334
|
}
|
|
3421
3335
|
}
|
|
3422
3336
|
},
|
|
3423
3337
|
"mutable": false,
|
|
3424
|
-
"attr": "
|
|
3338
|
+
"attr": "card-width",
|
|
3425
3339
|
"reflectToAttr": false,
|
|
3426
|
-
"docs": "
|
|
3340
|
+
"docs": "Card width token — also sets matching min-height.",
|
|
3427
3341
|
"docsTags": [
|
|
3428
3342
|
{
|
|
3429
3343
|
"name": "default",
|
|
3430
|
-
"text": "'
|
|
3344
|
+
"text": "'md'"
|
|
3431
3345
|
}
|
|
3432
3346
|
],
|
|
3433
|
-
"default": "'
|
|
3347
|
+
"default": "'md'",
|
|
3434
3348
|
"values": [
|
|
3435
3349
|
{
|
|
3436
|
-
"value": "
|
|
3350
|
+
"value": "lg",
|
|
3351
|
+
"type": "string"
|
|
3352
|
+
},
|
|
3353
|
+
{
|
|
3354
|
+
"value": "md",
|
|
3437
3355
|
"type": "string"
|
|
3438
3356
|
},
|
|
3439
3357
|
{
|
|
3440
|
-
"value": "
|
|
3358
|
+
"value": "sm",
|
|
3441
3359
|
"type": "string"
|
|
3442
3360
|
}
|
|
3443
3361
|
],
|
|
@@ -3447,166 +3365,24 @@
|
|
|
3447
3365
|
"setter": false
|
|
3448
3366
|
},
|
|
3449
3367
|
{
|
|
3450
|
-
"name": "
|
|
3451
|
-
"type": "
|
|
3368
|
+
"name": "filterLabel",
|
|
3369
|
+
"type": "string",
|
|
3452
3370
|
"complexType": {
|
|
3453
|
-
"original": "
|
|
3454
|
-
"resolved": "
|
|
3455
|
-
"references": {
|
|
3456
|
-
"CardWidth": {
|
|
3457
|
-
"location": "local",
|
|
3458
|
-
"path": "/home/runner/work/compomo/compomo/src/wc/components/Card/Card.tsx",
|
|
3459
|
-
"id": "src/wc/components/Card/Card.tsx::CardWidth"
|
|
3460
|
-
}
|
|
3461
|
-
}
|
|
3371
|
+
"original": "string",
|
|
3372
|
+
"resolved": "string",
|
|
3373
|
+
"references": {}
|
|
3462
3374
|
},
|
|
3463
3375
|
"mutable": false,
|
|
3464
|
-
"attr": "
|
|
3376
|
+
"attr": "filter-label",
|
|
3465
3377
|
"reflectToAttr": false,
|
|
3466
|
-
"docs": "
|
|
3378
|
+
"docs": "",
|
|
3467
3379
|
"docsTags": [
|
|
3468
3380
|
{
|
|
3469
3381
|
"name": "default",
|
|
3470
|
-
"text": "'
|
|
3382
|
+
"text": "'Filter'"
|
|
3471
3383
|
}
|
|
3472
3384
|
],
|
|
3473
|
-
"default": "'
|
|
3474
|
-
"values": [
|
|
3475
|
-
{
|
|
3476
|
-
"value": "lg",
|
|
3477
|
-
"type": "string"
|
|
3478
|
-
},
|
|
3479
|
-
{
|
|
3480
|
-
"value": "md",
|
|
3481
|
-
"type": "string"
|
|
3482
|
-
},
|
|
3483
|
-
{
|
|
3484
|
-
"value": "sm",
|
|
3485
|
-
"type": "string"
|
|
3486
|
-
}
|
|
3487
|
-
],
|
|
3488
|
-
"optional": false,
|
|
3489
|
-
"required": false,
|
|
3490
|
-
"getter": false,
|
|
3491
|
-
"setter": false
|
|
3492
|
-
},
|
|
3493
|
-
{
|
|
3494
|
-
"name": "heading",
|
|
3495
|
-
"type": "string",
|
|
3496
|
-
"complexType": {
|
|
3497
|
-
"original": "string",
|
|
3498
|
-
"resolved": "string",
|
|
3499
|
-
"references": {}
|
|
3500
|
-
},
|
|
3501
|
-
"mutable": false,
|
|
3502
|
-
"attr": "heading",
|
|
3503
|
-
"reflectToAttr": false,
|
|
3504
|
-
"docs": "Section heading shown in the card header.",
|
|
3505
|
-
"docsTags": [],
|
|
3506
|
-
"values": [
|
|
3507
|
-
{
|
|
3508
|
-
"type": "string"
|
|
3509
|
-
}
|
|
3510
|
-
],
|
|
3511
|
-
"optional": false,
|
|
3512
|
-
"required": true,
|
|
3513
|
-
"getter": false,
|
|
3514
|
-
"setter": false
|
|
3515
|
-
}
|
|
3516
|
-
],
|
|
3517
|
-
"methods": [],
|
|
3518
|
-
"events": [],
|
|
3519
|
-
"listeners": [],
|
|
3520
|
-
"styles": [],
|
|
3521
|
-
"slots": [],
|
|
3522
|
-
"parts": [],
|
|
3523
|
-
"states": [],
|
|
3524
|
-
"dependents": [
|
|
3525
|
-
"ds-card-setting"
|
|
3526
|
-
],
|
|
3527
|
-
"dependencies": [
|
|
3528
|
-
"ds-text"
|
|
3529
|
-
],
|
|
3530
|
-
"dependencyGraph": {
|
|
3531
|
-
"ds-card": [
|
|
3532
|
-
"ds-text"
|
|
3533
|
-
],
|
|
3534
|
-
"ds-card-setting": [
|
|
3535
|
-
"ds-card"
|
|
3536
|
-
]
|
|
3537
|
-
}
|
|
3538
|
-
},
|
|
3539
|
-
{
|
|
3540
|
-
"filePath": "src/wc/components/CardDataVizDonut/CardDataVizDonut.tsx",
|
|
3541
|
-
"encapsulation": "scoped",
|
|
3542
|
-
"tag": "ds-card-data-viz-donut",
|
|
3543
|
-
"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.",
|
|
3544
|
-
"docsTags": [],
|
|
3545
|
-
"usage": {},
|
|
3546
|
-
"props": [
|
|
3547
|
-
{
|
|
3548
|
-
"name": "cardWidth",
|
|
3549
|
-
"type": "\"lg\" | \"md\" | \"sm\"",
|
|
3550
|
-
"complexType": {
|
|
3551
|
-
"original": "CardDataVizDonutWidth",
|
|
3552
|
-
"resolved": "\"lg\" | \"md\" | \"sm\"",
|
|
3553
|
-
"references": {
|
|
3554
|
-
"CardDataVizDonutWidth": {
|
|
3555
|
-
"location": "local",
|
|
3556
|
-
"path": "/home/runner/work/compomo/compomo/src/wc/components/CardDataVizDonut/CardDataVizDonut.tsx",
|
|
3557
|
-
"id": "src/wc/components/CardDataVizDonut/CardDataVizDonut.tsx::CardDataVizDonutWidth"
|
|
3558
|
-
}
|
|
3559
|
-
}
|
|
3560
|
-
},
|
|
3561
|
-
"mutable": false,
|
|
3562
|
-
"attr": "card-width",
|
|
3563
|
-
"reflectToAttr": false,
|
|
3564
|
-
"docs": "Card width token — also sets matching min-height.",
|
|
3565
|
-
"docsTags": [
|
|
3566
|
-
{
|
|
3567
|
-
"name": "default",
|
|
3568
|
-
"text": "'md'"
|
|
3569
|
-
}
|
|
3570
|
-
],
|
|
3571
|
-
"default": "'md'",
|
|
3572
|
-
"values": [
|
|
3573
|
-
{
|
|
3574
|
-
"value": "lg",
|
|
3575
|
-
"type": "string"
|
|
3576
|
-
},
|
|
3577
|
-
{
|
|
3578
|
-
"value": "md",
|
|
3579
|
-
"type": "string"
|
|
3580
|
-
},
|
|
3581
|
-
{
|
|
3582
|
-
"value": "sm",
|
|
3583
|
-
"type": "string"
|
|
3584
|
-
}
|
|
3585
|
-
],
|
|
3586
|
-
"optional": false,
|
|
3587
|
-
"required": false,
|
|
3588
|
-
"getter": false,
|
|
3589
|
-
"setter": false
|
|
3590
|
-
},
|
|
3591
|
-
{
|
|
3592
|
-
"name": "filterLabel",
|
|
3593
|
-
"type": "string",
|
|
3594
|
-
"complexType": {
|
|
3595
|
-
"original": "string",
|
|
3596
|
-
"resolved": "string",
|
|
3597
|
-
"references": {}
|
|
3598
|
-
},
|
|
3599
|
-
"mutable": false,
|
|
3600
|
-
"attr": "filter-label",
|
|
3601
|
-
"reflectToAttr": false,
|
|
3602
|
-
"docs": "",
|
|
3603
|
-
"docsTags": [
|
|
3604
|
-
{
|
|
3605
|
-
"name": "default",
|
|
3606
|
-
"text": "'Filter'"
|
|
3607
|
-
}
|
|
3608
|
-
],
|
|
3609
|
-
"default": "'Filter'",
|
|
3385
|
+
"default": "'Filter'",
|
|
3610
3386
|
"values": [
|
|
3611
3387
|
{
|
|
3612
3388
|
"type": "string"
|
|
@@ -3882,17 +3658,23 @@
|
|
|
3882
3658
|
"methods": [],
|
|
3883
3659
|
"events": [
|
|
3884
3660
|
{
|
|
3885
|
-
"event": "
|
|
3886
|
-
"detail": "
|
|
3661
|
+
"event": "dsAction",
|
|
3662
|
+
"detail": "CardSettingActionDetail",
|
|
3887
3663
|
"bubbles": true,
|
|
3888
3664
|
"complexType": {
|
|
3889
|
-
"original": "
|
|
3890
|
-
"resolved": "
|
|
3891
|
-
"references": {
|
|
3665
|
+
"original": "CardSettingActionDetail",
|
|
3666
|
+
"resolved": "CardSettingActionDetail",
|
|
3667
|
+
"references": {
|
|
3668
|
+
"CardSettingActionDetail": {
|
|
3669
|
+
"location": "local",
|
|
3670
|
+
"path": "/home/runner/work/compomo/compomo/src/wc/components/CardSetting/CardSetting.tsx",
|
|
3671
|
+
"id": "src/wc/components/CardSetting/CardSetting.tsx::CardSettingActionDetail"
|
|
3672
|
+
}
|
|
3673
|
+
}
|
|
3892
3674
|
},
|
|
3893
3675
|
"cancelable": true,
|
|
3894
3676
|
"composed": true,
|
|
3895
|
-
"docs": "Emits
|
|
3677
|
+
"docs": "Emits a controlled edit, save, or cancel request.",
|
|
3896
3678
|
"docsTags": []
|
|
3897
3679
|
}
|
|
3898
3680
|
],
|
|
@@ -3903,19 +3685,16 @@
|
|
|
3903
3685
|
"states": [],
|
|
3904
3686
|
"dependents": [],
|
|
3905
3687
|
"dependencies": [
|
|
3906
|
-
"ds-
|
|
3688
|
+
"ds-text",
|
|
3907
3689
|
"ds-button-unfilled",
|
|
3908
3690
|
"ds-button-filled"
|
|
3909
3691
|
],
|
|
3910
3692
|
"dependencyGraph": {
|
|
3911
3693
|
"ds-card-setting": [
|
|
3912
|
-
"ds-
|
|
3694
|
+
"ds-text",
|
|
3913
3695
|
"ds-button-unfilled",
|
|
3914
3696
|
"ds-button-filled"
|
|
3915
3697
|
],
|
|
3916
|
-
"ds-card": [
|
|
3917
|
-
"ds-text"
|
|
3918
|
-
],
|
|
3919
3698
|
"ds-button-unfilled": [
|
|
3920
3699
|
"ds-loader",
|
|
3921
3700
|
"ds-icon",
|
|
@@ -5724,6 +5503,35 @@
|
|
|
5724
5503
|
"docsTags": [],
|
|
5725
5504
|
"usage": {},
|
|
5726
5505
|
"props": [
|
|
5506
|
+
{
|
|
5507
|
+
"name": "actionsOpen",
|
|
5508
|
+
"type": "boolean",
|
|
5509
|
+
"complexType": {
|
|
5510
|
+
"original": "boolean",
|
|
5511
|
+
"resolved": "boolean",
|
|
5512
|
+
"references": {}
|
|
5513
|
+
},
|
|
5514
|
+
"mutable": false,
|
|
5515
|
+
"attr": "actions-open",
|
|
5516
|
+
"reflectToAttr": true,
|
|
5517
|
+
"docs": "Keep the contextual-actions surface visible while its popup is open or closing.",
|
|
5518
|
+
"docsTags": [
|
|
5519
|
+
{
|
|
5520
|
+
"name": "default",
|
|
5521
|
+
"text": "false"
|
|
5522
|
+
}
|
|
5523
|
+
],
|
|
5524
|
+
"default": "false",
|
|
5525
|
+
"values": [
|
|
5526
|
+
{
|
|
5527
|
+
"type": "boolean"
|
|
5528
|
+
}
|
|
5529
|
+
],
|
|
5530
|
+
"optional": false,
|
|
5531
|
+
"required": false,
|
|
5532
|
+
"getter": false,
|
|
5533
|
+
"setter": false
|
|
5534
|
+
},
|
|
5727
5535
|
{
|
|
5728
5536
|
"name": "conversationId",
|
|
5729
5537
|
"type": "string",
|
|
@@ -8885,6 +8693,20 @@
|
|
|
8885
8693
|
],
|
|
8886
8694
|
"methods": [],
|
|
8887
8695
|
"events": [
|
|
8696
|
+
{
|
|
8697
|
+
"event": "dsAfterClose",
|
|
8698
|
+
"detail": "void",
|
|
8699
|
+
"bubbles": true,
|
|
8700
|
+
"complexType": {
|
|
8701
|
+
"original": "void",
|
|
8702
|
+
"resolved": "void",
|
|
8703
|
+
"references": {}
|
|
8704
|
+
},
|
|
8705
|
+
"cancelable": true,
|
|
8706
|
+
"composed": true,
|
|
8707
|
+
"docs": "Emitted after the popup's exit motion is complete and its rendered content is removed.",
|
|
8708
|
+
"docsTags": []
|
|
8709
|
+
},
|
|
8888
8710
|
{
|
|
8889
8711
|
"event": "dsClose",
|
|
8890
8712
|
"detail": "void",
|
|
@@ -9350,10 +9172,10 @@
|
|
|
9350
9172
|
"props": [
|
|
9351
9173
|
{
|
|
9352
9174
|
"name": "variant",
|
|
9353
|
-
"type": "\"
|
|
9175
|
+
"type": "\"ghost\" | \"primary\" | \"secondary\"",
|
|
9354
9176
|
"complexType": {
|
|
9355
9177
|
"original": "MessageBubbleVariant",
|
|
9356
|
-
"resolved": "\"
|
|
9178
|
+
"resolved": "\"ghost\" | \"primary\" | \"secondary\"",
|
|
9357
9179
|
"references": {
|
|
9358
9180
|
"MessageBubbleVariant": {
|
|
9359
9181
|
"location": "local",
|
|
@@ -9374,10 +9196,6 @@
|
|
|
9374
9196
|
],
|
|
9375
9197
|
"default": "'secondary'",
|
|
9376
9198
|
"values": [
|
|
9377
|
-
{
|
|
9378
|
-
"value": "error",
|
|
9379
|
-
"type": "string"
|
|
9380
|
-
},
|
|
9381
9199
|
{
|
|
9382
9200
|
"value": "ghost",
|
|
9383
9201
|
"type": "string"
|
|
@@ -10018,6 +9836,61 @@
|
|
|
10018
9836
|
"docsTags": [],
|
|
10019
9837
|
"usage": {},
|
|
10020
9838
|
"props": [
|
|
9839
|
+
{
|
|
9840
|
+
"name": "ariaDescribedby",
|
|
9841
|
+
"type": "string | undefined",
|
|
9842
|
+
"complexType": {
|
|
9843
|
+
"original": "string | undefined",
|
|
9844
|
+
"resolved": "string | undefined",
|
|
9845
|
+
"references": {}
|
|
9846
|
+
},
|
|
9847
|
+
"mutable": false,
|
|
9848
|
+
"attr": "aria-describedby",
|
|
9849
|
+
"reflectToAttr": false,
|
|
9850
|
+
"docs": "Optional id reference for explanatory content in the default slot.",
|
|
9851
|
+
"docsTags": [],
|
|
9852
|
+
"values": [
|
|
9853
|
+
{
|
|
9854
|
+
"type": "string"
|
|
9855
|
+
},
|
|
9856
|
+
{
|
|
9857
|
+
"type": "undefined"
|
|
9858
|
+
}
|
|
9859
|
+
],
|
|
9860
|
+
"optional": false,
|
|
9861
|
+
"required": false,
|
|
9862
|
+
"getter": false,
|
|
9863
|
+
"setter": false
|
|
9864
|
+
},
|
|
9865
|
+
{
|
|
9866
|
+
"name": "closeAriaLabel",
|
|
9867
|
+
"type": "string",
|
|
9868
|
+
"complexType": {
|
|
9869
|
+
"original": "string",
|
|
9870
|
+
"resolved": "string",
|
|
9871
|
+
"references": {}
|
|
9872
|
+
},
|
|
9873
|
+
"mutable": false,
|
|
9874
|
+
"attr": "close-aria-label",
|
|
9875
|
+
"reflectToAttr": false,
|
|
9876
|
+
"docs": "",
|
|
9877
|
+
"docsTags": [
|
|
9878
|
+
{
|
|
9879
|
+
"name": "default",
|
|
9880
|
+
"text": "'Close'"
|
|
9881
|
+
}
|
|
9882
|
+
],
|
|
9883
|
+
"default": "'Close'",
|
|
9884
|
+
"values": [
|
|
9885
|
+
{
|
|
9886
|
+
"type": "string"
|
|
9887
|
+
}
|
|
9888
|
+
],
|
|
9889
|
+
"optional": false,
|
|
9890
|
+
"required": false,
|
|
9891
|
+
"getter": false,
|
|
9892
|
+
"setter": false
|
|
9893
|
+
},
|
|
10021
9894
|
{
|
|
10022
9895
|
"name": "heading",
|
|
10023
9896
|
"type": "string",
|
|
@@ -10104,38 +9977,12 @@
|
|
|
10104
9977
|
"required": false,
|
|
10105
9978
|
"getter": false,
|
|
10106
9979
|
"setter": false
|
|
10107
|
-
},
|
|
10108
|
-
{
|
|
10109
|
-
"name": "subtitle",
|
|
10110
|
-
"type": "string | undefined",
|
|
10111
|
-
"complexType": {
|
|
10112
|
-
"original": "string | undefined",
|
|
10113
|
-
"resolved": "string | undefined",
|
|
10114
|
-
"references": {}
|
|
10115
|
-
},
|
|
10116
|
-
"mutable": false,
|
|
10117
|
-
"attr": "subtitle",
|
|
10118
|
-
"reflectToAttr": false,
|
|
10119
|
-
"docs": "",
|
|
10120
|
-
"docsTags": [],
|
|
10121
|
-
"values": [
|
|
10122
|
-
{
|
|
10123
|
-
"type": "string"
|
|
10124
|
-
},
|
|
10125
|
-
{
|
|
10126
|
-
"type": "undefined"
|
|
10127
|
-
}
|
|
10128
|
-
],
|
|
10129
|
-
"optional": false,
|
|
10130
|
-
"required": false,
|
|
10131
|
-
"getter": false,
|
|
10132
|
-
"setter": false
|
|
10133
9980
|
}
|
|
10134
9981
|
],
|
|
10135
9982
|
"methods": [],
|
|
10136
9983
|
"events": [
|
|
10137
9984
|
{
|
|
10138
|
-
"event": "
|
|
9985
|
+
"event": "dsAfterClose",
|
|
10139
9986
|
"detail": "void",
|
|
10140
9987
|
"bubbles": true,
|
|
10141
9988
|
"complexType": {
|
|
@@ -10145,7 +9992,27 @@
|
|
|
10145
9992
|
},
|
|
10146
9993
|
"cancelable": true,
|
|
10147
9994
|
"composed": true,
|
|
10148
|
-
"docs": "",
|
|
9995
|
+
"docs": "Emitted after exit motion completes, the top layer closes, and focus is restored.",
|
|
9996
|
+
"docsTags": []
|
|
9997
|
+
},
|
|
9998
|
+
{
|
|
9999
|
+
"event": "dsClose",
|
|
10000
|
+
"detail": "ModalCloseDetail",
|
|
10001
|
+
"bubbles": true,
|
|
10002
|
+
"complexType": {
|
|
10003
|
+
"original": "ModalCloseDetail",
|
|
10004
|
+
"resolved": "ModalCloseDetail",
|
|
10005
|
+
"references": {
|
|
10006
|
+
"ModalCloseDetail": {
|
|
10007
|
+
"location": "local",
|
|
10008
|
+
"path": "/home/runner/work/compomo/compomo/src/wc/components/Modal/Modal.tsx",
|
|
10009
|
+
"id": "src/wc/components/Modal/Modal.tsx::ModalCloseDetail"
|
|
10010
|
+
}
|
|
10011
|
+
}
|
|
10012
|
+
},
|
|
10013
|
+
"cancelable": true,
|
|
10014
|
+
"composed": true,
|
|
10015
|
+
"docs": "Emitted when an internal dismissal control requests that the modal close.",
|
|
10149
10016
|
"docsTags": []
|
|
10150
10017
|
}
|
|
10151
10018
|
],
|
|
@@ -10156,10 +10023,21 @@
|
|
|
10156
10023
|
"states": [],
|
|
10157
10024
|
"dependents": [],
|
|
10158
10025
|
"dependencies": [
|
|
10159
|
-
"ds-text"
|
|
10026
|
+
"ds-text",
|
|
10027
|
+
"ds-button-unfilled"
|
|
10160
10028
|
],
|
|
10161
10029
|
"dependencyGraph": {
|
|
10162
10030
|
"ds-modal": [
|
|
10031
|
+
"ds-text",
|
|
10032
|
+
"ds-button-unfilled"
|
|
10033
|
+
],
|
|
10034
|
+
"ds-button-unfilled": [
|
|
10035
|
+
"ds-loader",
|
|
10036
|
+
"ds-icon",
|
|
10037
|
+
"ds-badge",
|
|
10038
|
+
"ds-text"
|
|
10039
|
+
],
|
|
10040
|
+
"ds-badge": [
|
|
10163
10041
|
"ds-text"
|
|
10164
10042
|
]
|
|
10165
10043
|
}
|
|
@@ -10201,6 +10079,35 @@
|
|
|
10201
10079
|
"getter": false,
|
|
10202
10080
|
"setter": false
|
|
10203
10081
|
},
|
|
10082
|
+
{
|
|
10083
|
+
"name": "accountMenuExpanded",
|
|
10084
|
+
"type": "boolean",
|
|
10085
|
+
"complexType": {
|
|
10086
|
+
"original": "boolean",
|
|
10087
|
+
"resolved": "boolean",
|
|
10088
|
+
"references": {}
|
|
10089
|
+
},
|
|
10090
|
+
"mutable": false,
|
|
10091
|
+
"attr": "account-menu-expanded",
|
|
10092
|
+
"reflectToAttr": false,
|
|
10093
|
+
"docs": "Keep the account-menu trigger visually active while its popup is open or closing.",
|
|
10094
|
+
"docsTags": [
|
|
10095
|
+
{
|
|
10096
|
+
"name": "default",
|
|
10097
|
+
"text": "false"
|
|
10098
|
+
}
|
|
10099
|
+
],
|
|
10100
|
+
"default": "false",
|
|
10101
|
+
"values": [
|
|
10102
|
+
{
|
|
10103
|
+
"type": "boolean"
|
|
10104
|
+
}
|
|
10105
|
+
],
|
|
10106
|
+
"optional": false,
|
|
10107
|
+
"required": false,
|
|
10108
|
+
"getter": false,
|
|
10109
|
+
"setter": false
|
|
10110
|
+
},
|
|
10204
10111
|
{
|
|
10205
10112
|
"name": "activeId",
|
|
10206
10113
|
"type": "string",
|
|
@@ -18299,27 +18206,561 @@
|
|
|
18299
18206
|
"setter": false
|
|
18300
18207
|
},
|
|
18301
18208
|
{
|
|
18302
|
-
"name": "emphasis",
|
|
18303
|
-
"type": "boolean",
|
|
18209
|
+
"name": "emphasis",
|
|
18210
|
+
"type": "boolean",
|
|
18211
|
+
"complexType": {
|
|
18212
|
+
"original": "boolean",
|
|
18213
|
+
"resolved": "boolean",
|
|
18214
|
+
"references": {}
|
|
18215
|
+
},
|
|
18216
|
+
"mutable": false,
|
|
18217
|
+
"attr": "emphasis",
|
|
18218
|
+
"reflectToAttr": false,
|
|
18219
|
+
"docs": "Heavier weight + tighter letter-spacing for the variant.\n`false` (default): one step below emphasis (display semibold, title/body\nmedium, caption medium).\n`true`: display bold, title/caption semibold, body medium.",
|
|
18220
|
+
"docsTags": [
|
|
18221
|
+
{
|
|
18222
|
+
"name": "default",
|
|
18223
|
+
"text": "false"
|
|
18224
|
+
}
|
|
18225
|
+
],
|
|
18226
|
+
"default": "false",
|
|
18227
|
+
"values": [
|
|
18228
|
+
{
|
|
18229
|
+
"type": "boolean"
|
|
18230
|
+
}
|
|
18231
|
+
],
|
|
18232
|
+
"optional": false,
|
|
18233
|
+
"required": false,
|
|
18234
|
+
"getter": false,
|
|
18235
|
+
"setter": false
|
|
18236
|
+
},
|
|
18237
|
+
{
|
|
18238
|
+
"name": "fontFeature",
|
|
18239
|
+
"type": "\"normal\" | \"tabular-nums\"",
|
|
18240
|
+
"complexType": {
|
|
18241
|
+
"original": "TextFontFeature",
|
|
18242
|
+
"resolved": "\"normal\" | \"tabular-nums\"",
|
|
18243
|
+
"references": {
|
|
18244
|
+
"TextFontFeature": {
|
|
18245
|
+
"location": "import",
|
|
18246
|
+
"path": "./text-types",
|
|
18247
|
+
"id": "src/wc/components/Text/text-types.ts::TextFontFeature",
|
|
18248
|
+
"referenceLocation": "TextFontFeature"
|
|
18249
|
+
}
|
|
18250
|
+
}
|
|
18251
|
+
},
|
|
18252
|
+
"mutable": false,
|
|
18253
|
+
"attr": "font-feature",
|
|
18254
|
+
"reflectToAttr": false,
|
|
18255
|
+
"docs": "",
|
|
18256
|
+
"docsTags": [
|
|
18257
|
+
{
|
|
18258
|
+
"name": "default",
|
|
18259
|
+
"text": "'normal'"
|
|
18260
|
+
}
|
|
18261
|
+
],
|
|
18262
|
+
"default": "'normal'",
|
|
18263
|
+
"values": [
|
|
18264
|
+
{
|
|
18265
|
+
"value": "normal",
|
|
18266
|
+
"type": "string"
|
|
18267
|
+
},
|
|
18268
|
+
{
|
|
18269
|
+
"value": "tabular-nums",
|
|
18270
|
+
"type": "string"
|
|
18271
|
+
}
|
|
18272
|
+
],
|
|
18273
|
+
"optional": false,
|
|
18274
|
+
"required": false,
|
|
18275
|
+
"getter": false,
|
|
18276
|
+
"setter": false
|
|
18277
|
+
},
|
|
18278
|
+
{
|
|
18279
|
+
"name": "for",
|
|
18280
|
+
"type": "string | undefined",
|
|
18281
|
+
"complexType": {
|
|
18282
|
+
"original": "string | undefined",
|
|
18283
|
+
"resolved": "string | undefined",
|
|
18284
|
+
"references": {}
|
|
18285
|
+
},
|
|
18286
|
+
"mutable": false,
|
|
18287
|
+
"attr": "for",
|
|
18288
|
+
"reflectToAttr": false,
|
|
18289
|
+
"docs": "Maps to `for` attribute on <label> elements.",
|
|
18290
|
+
"docsTags": [],
|
|
18291
|
+
"values": [
|
|
18292
|
+
{
|
|
18293
|
+
"type": "string"
|
|
18294
|
+
},
|
|
18295
|
+
{
|
|
18296
|
+
"type": "undefined"
|
|
18297
|
+
}
|
|
18298
|
+
],
|
|
18299
|
+
"optional": false,
|
|
18300
|
+
"required": false,
|
|
18301
|
+
"getter": false,
|
|
18302
|
+
"setter": false
|
|
18303
|
+
},
|
|
18304
|
+
{
|
|
18305
|
+
"name": "italic",
|
|
18306
|
+
"type": "boolean",
|
|
18307
|
+
"complexType": {
|
|
18308
|
+
"original": "boolean",
|
|
18309
|
+
"resolved": "boolean",
|
|
18310
|
+
"references": {}
|
|
18311
|
+
},
|
|
18312
|
+
"mutable": false,
|
|
18313
|
+
"attr": "italic",
|
|
18314
|
+
"reflectToAttr": false,
|
|
18315
|
+
"docs": "",
|
|
18316
|
+
"docsTags": [
|
|
18317
|
+
{
|
|
18318
|
+
"name": "default",
|
|
18319
|
+
"text": "false"
|
|
18320
|
+
}
|
|
18321
|
+
],
|
|
18322
|
+
"default": "false",
|
|
18323
|
+
"values": [
|
|
18324
|
+
{
|
|
18325
|
+
"type": "boolean"
|
|
18326
|
+
}
|
|
18327
|
+
],
|
|
18328
|
+
"optional": false,
|
|
18329
|
+
"required": false,
|
|
18330
|
+
"getter": false,
|
|
18331
|
+
"setter": false
|
|
18332
|
+
},
|
|
18333
|
+
{
|
|
18334
|
+
"name": "lineTruncation",
|
|
18335
|
+
"type": "\"1\" | \"2\" | \"3\" | \"4\" | \"5\" | \"none\" | 1 | 2 | 3 | 4 | 5",
|
|
18336
|
+
"complexType": {
|
|
18337
|
+
"original": "LineTruncation",
|
|
18338
|
+
"resolved": "\"1\" | \"2\" | \"3\" | \"4\" | \"5\" | \"none\" | 1 | 2 | 3 | 4 | 5",
|
|
18339
|
+
"references": {
|
|
18340
|
+
"LineTruncation": {
|
|
18341
|
+
"location": "import",
|
|
18342
|
+
"path": "./text-types",
|
|
18343
|
+
"id": "src/wc/components/Text/text-types.ts::LineTruncation",
|
|
18344
|
+
"referenceLocation": "LineTruncation"
|
|
18345
|
+
}
|
|
18346
|
+
}
|
|
18347
|
+
},
|
|
18348
|
+
"mutable": false,
|
|
18349
|
+
"attr": "line-truncation",
|
|
18350
|
+
"reflectToAttr": false,
|
|
18351
|
+
"docs": "",
|
|
18352
|
+
"docsTags": [
|
|
18353
|
+
{
|
|
18354
|
+
"name": "default",
|
|
18355
|
+
"text": "'none'"
|
|
18356
|
+
}
|
|
18357
|
+
],
|
|
18358
|
+
"default": "'none'",
|
|
18359
|
+
"values": [
|
|
18360
|
+
{
|
|
18361
|
+
"value": "1",
|
|
18362
|
+
"type": "string"
|
|
18363
|
+
},
|
|
18364
|
+
{
|
|
18365
|
+
"value": "2",
|
|
18366
|
+
"type": "string"
|
|
18367
|
+
},
|
|
18368
|
+
{
|
|
18369
|
+
"value": "3",
|
|
18370
|
+
"type": "string"
|
|
18371
|
+
},
|
|
18372
|
+
{
|
|
18373
|
+
"value": "4",
|
|
18374
|
+
"type": "string"
|
|
18375
|
+
},
|
|
18376
|
+
{
|
|
18377
|
+
"value": "5",
|
|
18378
|
+
"type": "string"
|
|
18379
|
+
},
|
|
18380
|
+
{
|
|
18381
|
+
"value": "none",
|
|
18382
|
+
"type": "string"
|
|
18383
|
+
},
|
|
18384
|
+
{
|
|
18385
|
+
"value": "1",
|
|
18386
|
+
"type": "number"
|
|
18387
|
+
},
|
|
18388
|
+
{
|
|
18389
|
+
"value": "2",
|
|
18390
|
+
"type": "number"
|
|
18391
|
+
},
|
|
18392
|
+
{
|
|
18393
|
+
"value": "3",
|
|
18394
|
+
"type": "number"
|
|
18395
|
+
},
|
|
18396
|
+
{
|
|
18397
|
+
"value": "4",
|
|
18398
|
+
"type": "number"
|
|
18399
|
+
},
|
|
18400
|
+
{
|
|
18401
|
+
"value": "5",
|
|
18402
|
+
"type": "number"
|
|
18403
|
+
}
|
|
18404
|
+
],
|
|
18405
|
+
"optional": false,
|
|
18406
|
+
"required": false,
|
|
18407
|
+
"getter": false,
|
|
18408
|
+
"setter": false
|
|
18409
|
+
},
|
|
18410
|
+
{
|
|
18411
|
+
"name": "shimmer",
|
|
18412
|
+
"type": "boolean",
|
|
18413
|
+
"complexType": {
|
|
18414
|
+
"original": "boolean",
|
|
18415
|
+
"resolved": "boolean",
|
|
18416
|
+
"references": {}
|
|
18417
|
+
},
|
|
18418
|
+
"mutable": false,
|
|
18419
|
+
"attr": "shimmer",
|
|
18420
|
+
"reflectToAttr": false,
|
|
18421
|
+
"docs": "Animate the visible glyphs with the shared loading shimmer treatment.",
|
|
18422
|
+
"docsTags": [
|
|
18423
|
+
{
|
|
18424
|
+
"name": "default",
|
|
18425
|
+
"text": "false"
|
|
18426
|
+
}
|
|
18427
|
+
],
|
|
18428
|
+
"default": "false",
|
|
18429
|
+
"values": [
|
|
18430
|
+
{
|
|
18431
|
+
"type": "boolean"
|
|
18432
|
+
}
|
|
18433
|
+
],
|
|
18434
|
+
"optional": false,
|
|
18435
|
+
"required": false,
|
|
18436
|
+
"getter": false,
|
|
18437
|
+
"setter": false
|
|
18438
|
+
},
|
|
18439
|
+
{
|
|
18440
|
+
"name": "textId",
|
|
18441
|
+
"type": "string | undefined",
|
|
18442
|
+
"complexType": {
|
|
18443
|
+
"original": "string | undefined",
|
|
18444
|
+
"resolved": "string | undefined",
|
|
18445
|
+
"references": {}
|
|
18446
|
+
},
|
|
18447
|
+
"mutable": false,
|
|
18448
|
+
"attr": "text-id",
|
|
18449
|
+
"reflectToAttr": false,
|
|
18450
|
+
"docs": "Forwarded to the inner element (e.g. aria-labelledby targets).",
|
|
18451
|
+
"docsTags": [],
|
|
18452
|
+
"values": [
|
|
18453
|
+
{
|
|
18454
|
+
"type": "string"
|
|
18455
|
+
},
|
|
18456
|
+
{
|
|
18457
|
+
"type": "undefined"
|
|
18458
|
+
}
|
|
18459
|
+
],
|
|
18460
|
+
"optional": false,
|
|
18461
|
+
"required": false,
|
|
18462
|
+
"getter": false,
|
|
18463
|
+
"setter": false
|
|
18464
|
+
},
|
|
18465
|
+
{
|
|
18466
|
+
"name": "variant",
|
|
18467
|
+
"type": "\"text-body-large\" | \"text-body-medium\" | \"text-body-small\" | \"text-caption\" | \"text-display-medium\" | \"text-display-small\" | \"text-title-large\" | \"text-title-medium\" | \"text-title-small\"",
|
|
18468
|
+
"complexType": {
|
|
18469
|
+
"original": "TextVariant",
|
|
18470
|
+
"resolved": "\"text-body-large\" | \"text-body-medium\" | \"text-body-small\" | \"text-caption\" | \"text-display-medium\" | \"text-display-small\" | \"text-title-large\" | \"text-title-medium\" | \"text-title-small\"",
|
|
18471
|
+
"references": {
|
|
18472
|
+
"TextVariant": {
|
|
18473
|
+
"location": "import",
|
|
18474
|
+
"path": "./text-types",
|
|
18475
|
+
"id": "src/wc/components/Text/text-types.ts::TextVariant",
|
|
18476
|
+
"referenceLocation": "TextVariant"
|
|
18477
|
+
}
|
|
18478
|
+
}
|
|
18479
|
+
},
|
|
18480
|
+
"mutable": false,
|
|
18481
|
+
"attr": "variant",
|
|
18482
|
+
"reflectToAttr": false,
|
|
18483
|
+
"docs": "",
|
|
18484
|
+
"docsTags": [
|
|
18485
|
+
{
|
|
18486
|
+
"name": "default",
|
|
18487
|
+
"text": "'text-body-medium'"
|
|
18488
|
+
}
|
|
18489
|
+
],
|
|
18490
|
+
"default": "'text-body-medium'",
|
|
18491
|
+
"values": [
|
|
18492
|
+
{
|
|
18493
|
+
"value": "text-body-large",
|
|
18494
|
+
"type": "string"
|
|
18495
|
+
},
|
|
18496
|
+
{
|
|
18497
|
+
"value": "text-body-medium",
|
|
18498
|
+
"type": "string"
|
|
18499
|
+
},
|
|
18500
|
+
{
|
|
18501
|
+
"value": "text-body-small",
|
|
18502
|
+
"type": "string"
|
|
18503
|
+
},
|
|
18504
|
+
{
|
|
18505
|
+
"value": "text-caption",
|
|
18506
|
+
"type": "string"
|
|
18507
|
+
},
|
|
18508
|
+
{
|
|
18509
|
+
"value": "text-display-medium",
|
|
18510
|
+
"type": "string"
|
|
18511
|
+
},
|
|
18512
|
+
{
|
|
18513
|
+
"value": "text-display-small",
|
|
18514
|
+
"type": "string"
|
|
18515
|
+
},
|
|
18516
|
+
{
|
|
18517
|
+
"value": "text-title-large",
|
|
18518
|
+
"type": "string"
|
|
18519
|
+
},
|
|
18520
|
+
{
|
|
18521
|
+
"value": "text-title-medium",
|
|
18522
|
+
"type": "string"
|
|
18523
|
+
},
|
|
18524
|
+
{
|
|
18525
|
+
"value": "text-title-small",
|
|
18526
|
+
"type": "string"
|
|
18527
|
+
}
|
|
18528
|
+
],
|
|
18529
|
+
"optional": false,
|
|
18530
|
+
"required": false,
|
|
18531
|
+
"getter": false,
|
|
18532
|
+
"setter": false
|
|
18533
|
+
},
|
|
18534
|
+
{
|
|
18535
|
+
"name": "wrap",
|
|
18536
|
+
"type": "\"balance\" | \"nowrap\" | \"pretty\" | \"wrap\" | undefined",
|
|
18537
|
+
"complexType": {
|
|
18538
|
+
"original": "TextWrap | undefined",
|
|
18539
|
+
"resolved": "\"balance\" | \"nowrap\" | \"pretty\" | \"wrap\" | undefined",
|
|
18540
|
+
"references": {
|
|
18541
|
+
"TextWrap": {
|
|
18542
|
+
"location": "import",
|
|
18543
|
+
"path": "./text-types",
|
|
18544
|
+
"id": "src/wc/components/Text/text-types.ts::TextWrap",
|
|
18545
|
+
"referenceLocation": "TextWrap"
|
|
18546
|
+
}
|
|
18547
|
+
}
|
|
18548
|
+
},
|
|
18549
|
+
"mutable": false,
|
|
18550
|
+
"attr": "wrap",
|
|
18551
|
+
"reflectToAttr": false,
|
|
18552
|
+
"docs": "",
|
|
18553
|
+
"docsTags": [],
|
|
18554
|
+
"values": [
|
|
18555
|
+
{
|
|
18556
|
+
"value": "balance",
|
|
18557
|
+
"type": "string"
|
|
18558
|
+
},
|
|
18559
|
+
{
|
|
18560
|
+
"value": "nowrap",
|
|
18561
|
+
"type": "string"
|
|
18562
|
+
},
|
|
18563
|
+
{
|
|
18564
|
+
"value": "pretty",
|
|
18565
|
+
"type": "string"
|
|
18566
|
+
},
|
|
18567
|
+
{
|
|
18568
|
+
"value": "wrap",
|
|
18569
|
+
"type": "string"
|
|
18570
|
+
},
|
|
18571
|
+
{
|
|
18572
|
+
"type": "undefined"
|
|
18573
|
+
}
|
|
18574
|
+
],
|
|
18575
|
+
"optional": false,
|
|
18576
|
+
"required": false,
|
|
18577
|
+
"getter": false,
|
|
18578
|
+
"setter": false
|
|
18579
|
+
}
|
|
18580
|
+
],
|
|
18581
|
+
"methods": [],
|
|
18582
|
+
"events": [],
|
|
18583
|
+
"listeners": [],
|
|
18584
|
+
"styles": [],
|
|
18585
|
+
"slots": [],
|
|
18586
|
+
"parts": [],
|
|
18587
|
+
"states": [],
|
|
18588
|
+
"dependents": [
|
|
18589
|
+
"ds-agent-activity",
|
|
18590
|
+
"ds-agent-source-list",
|
|
18591
|
+
"ds-agent-tool-call",
|
|
18592
|
+
"ds-attachment-list",
|
|
18593
|
+
"ds-badge",
|
|
18594
|
+
"ds-bar-nav",
|
|
18595
|
+
"ds-button-filled",
|
|
18596
|
+
"ds-button-unfilled",
|
|
18597
|
+
"ds-card-setting",
|
|
18598
|
+
"ds-card-shell-data-viz",
|
|
18599
|
+
"ds-chart-legend",
|
|
18600
|
+
"ds-checkbox",
|
|
18601
|
+
"ds-chip",
|
|
18602
|
+
"ds-code-block",
|
|
18603
|
+
"ds-conversation-list-item",
|
|
18604
|
+
"ds-conversation-list-section",
|
|
18605
|
+
"ds-empty-state",
|
|
18606
|
+
"ds-field",
|
|
18607
|
+
"ds-input",
|
|
18608
|
+
"ds-menu",
|
|
18609
|
+
"ds-message",
|
|
18610
|
+
"ds-modal",
|
|
18611
|
+
"ds-panel-nav",
|
|
18612
|
+
"ds-panel-sub-nav",
|
|
18613
|
+
"ds-panel-tool-header",
|
|
18614
|
+
"ds-panel-tool-search",
|
|
18615
|
+
"ds-radio",
|
|
18616
|
+
"ds-select",
|
|
18617
|
+
"ds-select-multi",
|
|
18618
|
+
"ds-slider",
|
|
18619
|
+
"ds-tab-group",
|
|
18620
|
+
"ds-tag",
|
|
18621
|
+
"ds-toast",
|
|
18622
|
+
"ds-tooltip",
|
|
18623
|
+
"ds-tooltip-data-viz"
|
|
18624
|
+
],
|
|
18625
|
+
"dependencies": [],
|
|
18626
|
+
"dependencyGraph": {
|
|
18627
|
+
"ds-agent-activity": [
|
|
18628
|
+
"ds-text"
|
|
18629
|
+
],
|
|
18630
|
+
"ds-agent-source-list": [
|
|
18631
|
+
"ds-text"
|
|
18632
|
+
],
|
|
18633
|
+
"ds-agent-tool-call": [
|
|
18634
|
+
"ds-text"
|
|
18635
|
+
],
|
|
18636
|
+
"ds-attachment-list": [
|
|
18637
|
+
"ds-text"
|
|
18638
|
+
],
|
|
18639
|
+
"ds-badge": [
|
|
18640
|
+
"ds-text"
|
|
18641
|
+
],
|
|
18642
|
+
"ds-bar-nav": [
|
|
18643
|
+
"ds-text"
|
|
18644
|
+
],
|
|
18645
|
+
"ds-button-filled": [
|
|
18646
|
+
"ds-text"
|
|
18647
|
+
],
|
|
18648
|
+
"ds-button-unfilled": [
|
|
18649
|
+
"ds-text"
|
|
18650
|
+
],
|
|
18651
|
+
"ds-card-setting": [
|
|
18652
|
+
"ds-text"
|
|
18653
|
+
],
|
|
18654
|
+
"ds-card-shell-data-viz": [
|
|
18655
|
+
"ds-text"
|
|
18656
|
+
],
|
|
18657
|
+
"ds-chart-legend": [
|
|
18658
|
+
"ds-text"
|
|
18659
|
+
],
|
|
18660
|
+
"ds-checkbox": [
|
|
18661
|
+
"ds-text"
|
|
18662
|
+
],
|
|
18663
|
+
"ds-chip": [
|
|
18664
|
+
"ds-text"
|
|
18665
|
+
],
|
|
18666
|
+
"ds-code-block": [
|
|
18667
|
+
"ds-text"
|
|
18668
|
+
],
|
|
18669
|
+
"ds-conversation-list-item": [
|
|
18670
|
+
"ds-text"
|
|
18671
|
+
],
|
|
18672
|
+
"ds-conversation-list-section": [
|
|
18673
|
+
"ds-text"
|
|
18674
|
+
],
|
|
18675
|
+
"ds-empty-state": [
|
|
18676
|
+
"ds-text"
|
|
18677
|
+
],
|
|
18678
|
+
"ds-field": [
|
|
18679
|
+
"ds-text"
|
|
18680
|
+
],
|
|
18681
|
+
"ds-input": [
|
|
18682
|
+
"ds-text"
|
|
18683
|
+
],
|
|
18684
|
+
"ds-menu": [
|
|
18685
|
+
"ds-text"
|
|
18686
|
+
],
|
|
18687
|
+
"ds-message": [
|
|
18688
|
+
"ds-text"
|
|
18689
|
+
],
|
|
18690
|
+
"ds-modal": [
|
|
18691
|
+
"ds-text"
|
|
18692
|
+
],
|
|
18693
|
+
"ds-panel-nav": [
|
|
18694
|
+
"ds-text"
|
|
18695
|
+
],
|
|
18696
|
+
"ds-panel-sub-nav": [
|
|
18697
|
+
"ds-text"
|
|
18698
|
+
],
|
|
18699
|
+
"ds-panel-tool-header": [
|
|
18700
|
+
"ds-text"
|
|
18701
|
+
],
|
|
18702
|
+
"ds-panel-tool-search": [
|
|
18703
|
+
"ds-text"
|
|
18704
|
+
],
|
|
18705
|
+
"ds-radio": [
|
|
18706
|
+
"ds-text"
|
|
18707
|
+
],
|
|
18708
|
+
"ds-select": [
|
|
18709
|
+
"ds-text"
|
|
18710
|
+
],
|
|
18711
|
+
"ds-select-multi": [
|
|
18712
|
+
"ds-text"
|
|
18713
|
+
],
|
|
18714
|
+
"ds-slider": [
|
|
18715
|
+
"ds-text"
|
|
18716
|
+
],
|
|
18717
|
+
"ds-tab-group": [
|
|
18718
|
+
"ds-text"
|
|
18719
|
+
],
|
|
18720
|
+
"ds-tag": [
|
|
18721
|
+
"ds-text"
|
|
18722
|
+
],
|
|
18723
|
+
"ds-toast": [
|
|
18724
|
+
"ds-text"
|
|
18725
|
+
],
|
|
18726
|
+
"ds-tooltip": [
|
|
18727
|
+
"ds-text"
|
|
18728
|
+
],
|
|
18729
|
+
"ds-tooltip-data-viz": [
|
|
18730
|
+
"ds-text"
|
|
18731
|
+
]
|
|
18732
|
+
}
|
|
18733
|
+
},
|
|
18734
|
+
{
|
|
18735
|
+
"filePath": "src/wc/components/Toast/Toast.tsx",
|
|
18736
|
+
"encapsulation": "scoped",
|
|
18737
|
+
"tag": "ds-toast",
|
|
18738
|
+
"docs": "",
|
|
18739
|
+
"docsTags": [],
|
|
18740
|
+
"usage": {},
|
|
18741
|
+
"props": [
|
|
18742
|
+
{
|
|
18743
|
+
"name": "closeLabel",
|
|
18744
|
+
"type": "string",
|
|
18304
18745
|
"complexType": {
|
|
18305
|
-
"original": "
|
|
18306
|
-
"resolved": "
|
|
18746
|
+
"original": "string",
|
|
18747
|
+
"resolved": "string",
|
|
18307
18748
|
"references": {}
|
|
18308
18749
|
},
|
|
18309
18750
|
"mutable": false,
|
|
18310
|
-
"attr": "
|
|
18751
|
+
"attr": "close-label",
|
|
18311
18752
|
"reflectToAttr": false,
|
|
18312
|
-
"docs": "
|
|
18753
|
+
"docs": "Localized accessible label for every toast close action.",
|
|
18313
18754
|
"docsTags": [
|
|
18314
18755
|
{
|
|
18315
18756
|
"name": "default",
|
|
18316
|
-
"text": "
|
|
18757
|
+
"text": "'Close notification'"
|
|
18317
18758
|
}
|
|
18318
18759
|
],
|
|
18319
|
-
"default": "
|
|
18760
|
+
"default": "'Close notification'",
|
|
18320
18761
|
"values": [
|
|
18321
18762
|
{
|
|
18322
|
-
"type": "
|
|
18763
|
+
"type": "string"
|
|
18323
18764
|
}
|
|
18324
18765
|
],
|
|
18325
18766
|
"optional": false,
|
|
@@ -18328,65 +18769,27 @@
|
|
|
18328
18769
|
"setter": false
|
|
18329
18770
|
},
|
|
18330
18771
|
{
|
|
18331
|
-
"name": "
|
|
18332
|
-
"type": "
|
|
18772
|
+
"name": "label",
|
|
18773
|
+
"type": "string",
|
|
18333
18774
|
"complexType": {
|
|
18334
|
-
"original": "
|
|
18335
|
-
"resolved": "
|
|
18336
|
-
"references": {
|
|
18337
|
-
"TextFontFeature": {
|
|
18338
|
-
"location": "import",
|
|
18339
|
-
"path": "./text-types",
|
|
18340
|
-
"id": "src/wc/components/Text/text-types.ts::TextFontFeature",
|
|
18341
|
-
"referenceLocation": "TextFontFeature"
|
|
18342
|
-
}
|
|
18343
|
-
}
|
|
18775
|
+
"original": "string",
|
|
18776
|
+
"resolved": "string",
|
|
18777
|
+
"references": {}
|
|
18344
18778
|
},
|
|
18345
18779
|
"mutable": false,
|
|
18346
|
-
"attr": "
|
|
18780
|
+
"attr": "label",
|
|
18347
18781
|
"reflectToAttr": false,
|
|
18348
|
-
"docs": "",
|
|
18782
|
+
"docs": "Accessible label for the notification region.",
|
|
18349
18783
|
"docsTags": [
|
|
18350
18784
|
{
|
|
18351
18785
|
"name": "default",
|
|
18352
|
-
"text": "'
|
|
18353
|
-
}
|
|
18354
|
-
],
|
|
18355
|
-
"default": "'normal'",
|
|
18356
|
-
"values": [
|
|
18357
|
-
{
|
|
18358
|
-
"value": "normal",
|
|
18359
|
-
"type": "string"
|
|
18360
|
-
},
|
|
18361
|
-
{
|
|
18362
|
-
"value": "tabular-nums",
|
|
18363
|
-
"type": "string"
|
|
18786
|
+
"text": "'Notifications'"
|
|
18364
18787
|
}
|
|
18365
18788
|
],
|
|
18366
|
-
"
|
|
18367
|
-
"required": false,
|
|
18368
|
-
"getter": false,
|
|
18369
|
-
"setter": false
|
|
18370
|
-
},
|
|
18371
|
-
{
|
|
18372
|
-
"name": "for",
|
|
18373
|
-
"type": "string | undefined",
|
|
18374
|
-
"complexType": {
|
|
18375
|
-
"original": "string | undefined",
|
|
18376
|
-
"resolved": "string | undefined",
|
|
18377
|
-
"references": {}
|
|
18378
|
-
},
|
|
18379
|
-
"mutable": false,
|
|
18380
|
-
"attr": "for",
|
|
18381
|
-
"reflectToAttr": false,
|
|
18382
|
-
"docs": "Maps to `for` attribute on <label> elements.",
|
|
18383
|
-
"docsTags": [],
|
|
18789
|
+
"default": "'Notifications'",
|
|
18384
18790
|
"values": [
|
|
18385
18791
|
{
|
|
18386
18792
|
"type": "string"
|
|
18387
|
-
},
|
|
18388
|
-
{
|
|
18389
|
-
"type": "undefined"
|
|
18390
18793
|
}
|
|
18391
18794
|
],
|
|
18392
18795
|
"optional": false,
|
|
@@ -18395,27 +18798,27 @@
|
|
|
18395
18798
|
"setter": false
|
|
18396
18799
|
},
|
|
18397
18800
|
{
|
|
18398
|
-
"name": "
|
|
18399
|
-
"type": "
|
|
18801
|
+
"name": "limit",
|
|
18802
|
+
"type": "number",
|
|
18400
18803
|
"complexType": {
|
|
18401
|
-
"original": "
|
|
18402
|
-
"resolved": "
|
|
18804
|
+
"original": "number",
|
|
18805
|
+
"resolved": "number",
|
|
18403
18806
|
"references": {}
|
|
18404
18807
|
},
|
|
18405
18808
|
"mutable": false,
|
|
18406
|
-
"attr": "
|
|
18809
|
+
"attr": "limit",
|
|
18407
18810
|
"reflectToAttr": false,
|
|
18408
|
-
"docs": "",
|
|
18811
|
+
"docs": "Maximum visible global-stack records. Limited records remain mounted and inert.",
|
|
18409
18812
|
"docsTags": [
|
|
18410
18813
|
{
|
|
18411
18814
|
"name": "default",
|
|
18412
|
-
"text": "
|
|
18815
|
+
"text": "3"
|
|
18413
18816
|
}
|
|
18414
18817
|
],
|
|
18415
|
-
"default": "
|
|
18818
|
+
"default": "3",
|
|
18416
18819
|
"values": [
|
|
18417
18820
|
{
|
|
18418
|
-
"type": "
|
|
18821
|
+
"type": "number"
|
|
18419
18822
|
}
|
|
18420
18823
|
],
|
|
18421
18824
|
"optional": false,
|
|
@@ -18424,130 +18827,33 @@
|
|
|
18424
18827
|
"setter": false
|
|
18425
18828
|
},
|
|
18426
18829
|
{
|
|
18427
|
-
"name": "
|
|
18428
|
-
"type": "
|
|
18830
|
+
"name": "manager",
|
|
18831
|
+
"type": "ToastManager<unknown>",
|
|
18429
18832
|
"complexType": {
|
|
18430
|
-
"original": "
|
|
18431
|
-
"resolved": "
|
|
18833
|
+
"original": "ToastManager",
|
|
18834
|
+
"resolved": "ToastManager<unknown>",
|
|
18432
18835
|
"references": {
|
|
18433
|
-
"
|
|
18836
|
+
"ToastManager": {
|
|
18434
18837
|
"location": "import",
|
|
18435
|
-
"path": "
|
|
18436
|
-
"id": "src/wc/
|
|
18437
|
-
"referenceLocation": "
|
|
18838
|
+
"path": "../../toast",
|
|
18839
|
+
"id": "src/wc/toast/index.ts::ToastManager",
|
|
18840
|
+
"referenceLocation": "ToastManager"
|
|
18438
18841
|
}
|
|
18439
18842
|
}
|
|
18440
18843
|
},
|
|
18441
18844
|
"mutable": false,
|
|
18442
|
-
"attr": "line-truncation",
|
|
18443
|
-
"reflectToAttr": false,
|
|
18444
|
-
"docs": "",
|
|
18445
|
-
"docsTags": [
|
|
18446
|
-
{
|
|
18447
|
-
"name": "default",
|
|
18448
|
-
"text": "'none'"
|
|
18449
|
-
}
|
|
18450
|
-
],
|
|
18451
|
-
"default": "'none'",
|
|
18452
|
-
"values": [
|
|
18453
|
-
{
|
|
18454
|
-
"value": "1",
|
|
18455
|
-
"type": "string"
|
|
18456
|
-
},
|
|
18457
|
-
{
|
|
18458
|
-
"value": "2",
|
|
18459
|
-
"type": "string"
|
|
18460
|
-
},
|
|
18461
|
-
{
|
|
18462
|
-
"value": "3",
|
|
18463
|
-
"type": "string"
|
|
18464
|
-
},
|
|
18465
|
-
{
|
|
18466
|
-
"value": "4",
|
|
18467
|
-
"type": "string"
|
|
18468
|
-
},
|
|
18469
|
-
{
|
|
18470
|
-
"value": "5",
|
|
18471
|
-
"type": "string"
|
|
18472
|
-
},
|
|
18473
|
-
{
|
|
18474
|
-
"value": "none",
|
|
18475
|
-
"type": "string"
|
|
18476
|
-
},
|
|
18477
|
-
{
|
|
18478
|
-
"value": "1",
|
|
18479
|
-
"type": "number"
|
|
18480
|
-
},
|
|
18481
|
-
{
|
|
18482
|
-
"value": "2",
|
|
18483
|
-
"type": "number"
|
|
18484
|
-
},
|
|
18485
|
-
{
|
|
18486
|
-
"value": "3",
|
|
18487
|
-
"type": "number"
|
|
18488
|
-
},
|
|
18489
|
-
{
|
|
18490
|
-
"value": "4",
|
|
18491
|
-
"type": "number"
|
|
18492
|
-
},
|
|
18493
|
-
{
|
|
18494
|
-
"value": "5",
|
|
18495
|
-
"type": "number"
|
|
18496
|
-
}
|
|
18497
|
-
],
|
|
18498
|
-
"optional": false,
|
|
18499
|
-
"required": false,
|
|
18500
|
-
"getter": false,
|
|
18501
|
-
"setter": false
|
|
18502
|
-
},
|
|
18503
|
-
{
|
|
18504
|
-
"name": "shimmer",
|
|
18505
|
-
"type": "boolean",
|
|
18506
|
-
"complexType": {
|
|
18507
|
-
"original": "boolean",
|
|
18508
|
-
"resolved": "boolean",
|
|
18509
|
-
"references": {}
|
|
18510
|
-
},
|
|
18511
|
-
"mutable": false,
|
|
18512
|
-
"attr": "shimmer",
|
|
18513
18845
|
"reflectToAttr": false,
|
|
18514
|
-
"docs": "
|
|
18846
|
+
"docs": "Manager that supplies toast records. Assign as a JavaScript property.",
|
|
18515
18847
|
"docsTags": [
|
|
18516
18848
|
{
|
|
18517
18849
|
"name": "default",
|
|
18518
|
-
"text": "
|
|
18519
|
-
}
|
|
18520
|
-
],
|
|
18521
|
-
"default": "false",
|
|
18522
|
-
"values": [
|
|
18523
|
-
{
|
|
18524
|
-
"type": "boolean"
|
|
18850
|
+
"text": "defaultToastManager"
|
|
18525
18851
|
}
|
|
18526
18852
|
],
|
|
18527
|
-
"
|
|
18528
|
-
"required": false,
|
|
18529
|
-
"getter": false,
|
|
18530
|
-
"setter": false
|
|
18531
|
-
},
|
|
18532
|
-
{
|
|
18533
|
-
"name": "textId",
|
|
18534
|
-
"type": "string | undefined",
|
|
18535
|
-
"complexType": {
|
|
18536
|
-
"original": "string | undefined",
|
|
18537
|
-
"resolved": "string | undefined",
|
|
18538
|
-
"references": {}
|
|
18539
|
-
},
|
|
18540
|
-
"mutable": false,
|
|
18541
|
-
"attr": "text-id",
|
|
18542
|
-
"reflectToAttr": false,
|
|
18543
|
-
"docs": "Forwarded to the inner element (e.g. aria-labelledby targets).",
|
|
18544
|
-
"docsTags": [],
|
|
18853
|
+
"default": "defaultToastManager",
|
|
18545
18854
|
"values": [
|
|
18546
18855
|
{
|
|
18547
|
-
"type": "
|
|
18548
|
-
},
|
|
18549
|
-
{
|
|
18550
|
-
"type": "undefined"
|
|
18856
|
+
"type": "ToastManager<unknown>"
|
|
18551
18857
|
}
|
|
18552
18858
|
],
|
|
18553
18859
|
"optional": false,
|
|
@@ -18556,67 +18862,33 @@
|
|
|
18556
18862
|
"setter": false
|
|
18557
18863
|
},
|
|
18558
18864
|
{
|
|
18559
|
-
"name": "
|
|
18560
|
-
"type": "
|
|
18865
|
+
"name": "swipeDirections",
|
|
18866
|
+
"type": "ToastSwipeDirection[]",
|
|
18561
18867
|
"complexType": {
|
|
18562
|
-
"original": "
|
|
18563
|
-
"resolved": "
|
|
18868
|
+
"original": "ToastSwipeDirection[]",
|
|
18869
|
+
"resolved": "ToastSwipeDirection[]",
|
|
18564
18870
|
"references": {
|
|
18565
|
-
"
|
|
18871
|
+
"ToastSwipeDirection": {
|
|
18566
18872
|
"location": "import",
|
|
18567
|
-
"path": "
|
|
18568
|
-
"id": "src/wc/
|
|
18569
|
-
"referenceLocation": "
|
|
18873
|
+
"path": "../../toast",
|
|
18874
|
+
"id": "src/wc/toast/index.ts::ToastSwipeDirection",
|
|
18875
|
+
"referenceLocation": "ToastSwipeDirection"
|
|
18570
18876
|
}
|
|
18571
18877
|
}
|
|
18572
18878
|
},
|
|
18573
18879
|
"mutable": false,
|
|
18574
|
-
"attr": "variant",
|
|
18575
18880
|
"reflectToAttr": false,
|
|
18576
|
-
"docs": "",
|
|
18881
|
+
"docs": "Allowed swipe-to-dismiss directions. Assign as a JavaScript property.",
|
|
18577
18882
|
"docsTags": [
|
|
18578
18883
|
{
|
|
18579
18884
|
"name": "default",
|
|
18580
|
-
"text": "'
|
|
18885
|
+
"text": "['down', 'right']"
|
|
18581
18886
|
}
|
|
18582
18887
|
],
|
|
18583
|
-
"default": "'
|
|
18888
|
+
"default": "['down', 'right']",
|
|
18584
18889
|
"values": [
|
|
18585
18890
|
{
|
|
18586
|
-
"
|
|
18587
|
-
"type": "string"
|
|
18588
|
-
},
|
|
18589
|
-
{
|
|
18590
|
-
"value": "text-body-medium",
|
|
18591
|
-
"type": "string"
|
|
18592
|
-
},
|
|
18593
|
-
{
|
|
18594
|
-
"value": "text-body-small",
|
|
18595
|
-
"type": "string"
|
|
18596
|
-
},
|
|
18597
|
-
{
|
|
18598
|
-
"value": "text-caption",
|
|
18599
|
-
"type": "string"
|
|
18600
|
-
},
|
|
18601
|
-
{
|
|
18602
|
-
"value": "text-display-medium",
|
|
18603
|
-
"type": "string"
|
|
18604
|
-
},
|
|
18605
|
-
{
|
|
18606
|
-
"value": "text-display-small",
|
|
18607
|
-
"type": "string"
|
|
18608
|
-
},
|
|
18609
|
-
{
|
|
18610
|
-
"value": "text-title-large",
|
|
18611
|
-
"type": "string"
|
|
18612
|
-
},
|
|
18613
|
-
{
|
|
18614
|
-
"value": "text-title-medium",
|
|
18615
|
-
"type": "string"
|
|
18616
|
-
},
|
|
18617
|
-
{
|
|
18618
|
-
"value": "text-title-small",
|
|
18619
|
-
"type": "string"
|
|
18891
|
+
"type": "ToastSwipeDirection[]"
|
|
18620
18892
|
}
|
|
18621
18893
|
],
|
|
18622
18894
|
"optional": false,
|
|
@@ -18625,44 +18897,30 @@
|
|
|
18625
18897
|
"setter": false
|
|
18626
18898
|
},
|
|
18627
18899
|
{
|
|
18628
|
-
"name": "
|
|
18629
|
-
"type": "
|
|
18900
|
+
"name": "timeout",
|
|
18901
|
+
"type": "number | string",
|
|
18630
18902
|
"complexType": {
|
|
18631
|
-
"original": "
|
|
18632
|
-
"resolved": "
|
|
18633
|
-
"references": {
|
|
18634
|
-
"TextWrap": {
|
|
18635
|
-
"location": "import",
|
|
18636
|
-
"path": "./text-types",
|
|
18637
|
-
"id": "src/wc/components/Text/text-types.ts::TextWrap",
|
|
18638
|
-
"referenceLocation": "TextWrap"
|
|
18639
|
-
}
|
|
18640
|
-
}
|
|
18903
|
+
"original": "number | string",
|
|
18904
|
+
"resolved": "number | string",
|
|
18905
|
+
"references": {}
|
|
18641
18906
|
},
|
|
18642
18907
|
"mutable": false,
|
|
18643
|
-
"attr": "
|
|
18908
|
+
"attr": "timeout",
|
|
18644
18909
|
"reflectToAttr": false,
|
|
18645
|
-
"docs": "",
|
|
18646
|
-
"docsTags": [
|
|
18647
|
-
"values": [
|
|
18648
|
-
{
|
|
18649
|
-
"value": "balance",
|
|
18650
|
-
"type": "string"
|
|
18651
|
-
},
|
|
18910
|
+
"docs": "Default auto-dismiss delay. Use 0 for persistent records.",
|
|
18911
|
+
"docsTags": [
|
|
18652
18912
|
{
|
|
18653
|
-
"
|
|
18654
|
-
"
|
|
18655
|
-
}
|
|
18913
|
+
"name": "default",
|
|
18914
|
+
"text": "TOKEN_DEFAULTS.animationDelayLong2"
|
|
18915
|
+
}
|
|
18916
|
+
],
|
|
18917
|
+
"default": "TOKEN_DEFAULTS.animationDelayLong2",
|
|
18918
|
+
"values": [
|
|
18656
18919
|
{
|
|
18657
|
-
"
|
|
18658
|
-
"type": "string"
|
|
18920
|
+
"type": "number"
|
|
18659
18921
|
},
|
|
18660
18922
|
{
|
|
18661
|
-
"value": "wrap",
|
|
18662
18923
|
"type": "string"
|
|
18663
|
-
},
|
|
18664
|
-
{
|
|
18665
|
-
"type": "undefined"
|
|
18666
18924
|
}
|
|
18667
18925
|
],
|
|
18668
18926
|
"optional": false,
|
|
@@ -18672,154 +18930,93 @@
|
|
|
18672
18930
|
}
|
|
18673
18931
|
],
|
|
18674
18932
|
"methods": [],
|
|
18675
|
-
"events": [
|
|
18933
|
+
"events": [
|
|
18934
|
+
{
|
|
18935
|
+
"event": "dsToastAction",
|
|
18936
|
+
"detail": "ToastActionEventDetail<unknown>",
|
|
18937
|
+
"bubbles": true,
|
|
18938
|
+
"complexType": {
|
|
18939
|
+
"original": "ToastActionEventDetail",
|
|
18940
|
+
"resolved": "ToastActionEventDetail<unknown>",
|
|
18941
|
+
"references": {
|
|
18942
|
+
"ToastActionEventDetail": {
|
|
18943
|
+
"location": "import",
|
|
18944
|
+
"path": "../../toast",
|
|
18945
|
+
"id": "src/wc/toast/index.ts::ToastActionEventDetail",
|
|
18946
|
+
"referenceLocation": "ToastActionEventDetail"
|
|
18947
|
+
}
|
|
18948
|
+
}
|
|
18949
|
+
},
|
|
18950
|
+
"cancelable": true,
|
|
18951
|
+
"composed": true,
|
|
18952
|
+
"docs": "",
|
|
18953
|
+
"docsTags": []
|
|
18954
|
+
},
|
|
18955
|
+
{
|
|
18956
|
+
"event": "dsToastClose",
|
|
18957
|
+
"detail": "ToastCloseEventDetail<unknown>",
|
|
18958
|
+
"bubbles": true,
|
|
18959
|
+
"complexType": {
|
|
18960
|
+
"original": "ToastCloseEventDetail",
|
|
18961
|
+
"resolved": "ToastCloseEventDetail<unknown>",
|
|
18962
|
+
"references": {
|
|
18963
|
+
"ToastCloseEventDetail": {
|
|
18964
|
+
"location": "import",
|
|
18965
|
+
"path": "../../toast",
|
|
18966
|
+
"id": "src/wc/toast/index.ts::ToastCloseEventDetail",
|
|
18967
|
+
"referenceLocation": "ToastCloseEventDetail"
|
|
18968
|
+
}
|
|
18969
|
+
}
|
|
18970
|
+
},
|
|
18971
|
+
"cancelable": true,
|
|
18972
|
+
"composed": true,
|
|
18973
|
+
"docs": "",
|
|
18974
|
+
"docsTags": []
|
|
18975
|
+
},
|
|
18976
|
+
{
|
|
18977
|
+
"event": "dsToastRemove",
|
|
18978
|
+
"detail": "ToastEventDetail<unknown>",
|
|
18979
|
+
"bubbles": true,
|
|
18980
|
+
"complexType": {
|
|
18981
|
+
"original": "ToastEventDetail",
|
|
18982
|
+
"resolved": "ToastEventDetail<unknown>",
|
|
18983
|
+
"references": {
|
|
18984
|
+
"ToastEventDetail": {
|
|
18985
|
+
"location": "import",
|
|
18986
|
+
"path": "../../toast",
|
|
18987
|
+
"id": "src/wc/toast/index.ts::ToastEventDetail",
|
|
18988
|
+
"referenceLocation": "ToastEventDetail"
|
|
18989
|
+
}
|
|
18990
|
+
}
|
|
18991
|
+
},
|
|
18992
|
+
"cancelable": true,
|
|
18993
|
+
"composed": true,
|
|
18994
|
+
"docs": "",
|
|
18995
|
+
"docsTags": []
|
|
18996
|
+
}
|
|
18997
|
+
],
|
|
18676
18998
|
"listeners": [],
|
|
18677
18999
|
"styles": [],
|
|
18678
19000
|
"slots": [],
|
|
18679
19001
|
"parts": [],
|
|
18680
19002
|
"states": [],
|
|
18681
|
-
"dependents": [
|
|
18682
|
-
|
|
18683
|
-
"ds-
|
|
18684
|
-
"ds-
|
|
18685
|
-
"ds-attachment-list",
|
|
18686
|
-
"ds-badge",
|
|
18687
|
-
"ds-banner",
|
|
18688
|
-
"ds-bar-nav",
|
|
18689
|
-
"ds-button-filled",
|
|
18690
|
-
"ds-button-unfilled",
|
|
18691
|
-
"ds-card",
|
|
18692
|
-
"ds-card-shell-data-viz",
|
|
18693
|
-
"ds-chart-legend",
|
|
18694
|
-
"ds-checkbox",
|
|
18695
|
-
"ds-chip",
|
|
18696
|
-
"ds-code-block",
|
|
18697
|
-
"ds-conversation-list-item",
|
|
18698
|
-
"ds-conversation-list-section",
|
|
18699
|
-
"ds-empty-state",
|
|
18700
|
-
"ds-field",
|
|
18701
|
-
"ds-input",
|
|
18702
|
-
"ds-menu",
|
|
18703
|
-
"ds-message",
|
|
18704
|
-
"ds-modal",
|
|
18705
|
-
"ds-panel-nav",
|
|
18706
|
-
"ds-panel-sub-nav",
|
|
18707
|
-
"ds-panel-tool-header",
|
|
18708
|
-
"ds-panel-tool-search",
|
|
18709
|
-
"ds-radio",
|
|
18710
|
-
"ds-select",
|
|
18711
|
-
"ds-select-multi",
|
|
18712
|
-
"ds-slider",
|
|
18713
|
-
"ds-tab-group",
|
|
18714
|
-
"ds-tag",
|
|
18715
|
-
"ds-tooltip",
|
|
18716
|
-
"ds-tooltip-data-viz"
|
|
19003
|
+
"dependents": [],
|
|
19004
|
+
"dependencies": [
|
|
19005
|
+
"ds-text",
|
|
19006
|
+
"ds-button-unfilled"
|
|
18717
19007
|
],
|
|
18718
|
-
"dependencies": [],
|
|
18719
19008
|
"dependencyGraph": {
|
|
18720
|
-
"ds-
|
|
18721
|
-
"ds-text"
|
|
18722
|
-
|
|
18723
|
-
"ds-agent-source-list": [
|
|
18724
|
-
"ds-text"
|
|
18725
|
-
],
|
|
18726
|
-
"ds-agent-tool-call": [
|
|
18727
|
-
"ds-text"
|
|
18728
|
-
],
|
|
18729
|
-
"ds-attachment-list": [
|
|
18730
|
-
"ds-text"
|
|
18731
|
-
],
|
|
18732
|
-
"ds-badge": [
|
|
18733
|
-
"ds-text"
|
|
18734
|
-
],
|
|
18735
|
-
"ds-banner": [
|
|
18736
|
-
"ds-text"
|
|
18737
|
-
],
|
|
18738
|
-
"ds-bar-nav": [
|
|
18739
|
-
"ds-text"
|
|
18740
|
-
],
|
|
18741
|
-
"ds-button-filled": [
|
|
18742
|
-
"ds-text"
|
|
19009
|
+
"ds-toast": [
|
|
19010
|
+
"ds-text",
|
|
19011
|
+
"ds-button-unfilled"
|
|
18743
19012
|
],
|
|
18744
19013
|
"ds-button-unfilled": [
|
|
19014
|
+
"ds-loader",
|
|
19015
|
+
"ds-icon",
|
|
19016
|
+
"ds-badge",
|
|
18745
19017
|
"ds-text"
|
|
18746
19018
|
],
|
|
18747
|
-
"ds-
|
|
18748
|
-
"ds-text"
|
|
18749
|
-
],
|
|
18750
|
-
"ds-card-shell-data-viz": [
|
|
18751
|
-
"ds-text"
|
|
18752
|
-
],
|
|
18753
|
-
"ds-chart-legend": [
|
|
18754
|
-
"ds-text"
|
|
18755
|
-
],
|
|
18756
|
-
"ds-checkbox": [
|
|
18757
|
-
"ds-text"
|
|
18758
|
-
],
|
|
18759
|
-
"ds-chip": [
|
|
18760
|
-
"ds-text"
|
|
18761
|
-
],
|
|
18762
|
-
"ds-code-block": [
|
|
18763
|
-
"ds-text"
|
|
18764
|
-
],
|
|
18765
|
-
"ds-conversation-list-item": [
|
|
18766
|
-
"ds-text"
|
|
18767
|
-
],
|
|
18768
|
-
"ds-conversation-list-section": [
|
|
18769
|
-
"ds-text"
|
|
18770
|
-
],
|
|
18771
|
-
"ds-empty-state": [
|
|
18772
|
-
"ds-text"
|
|
18773
|
-
],
|
|
18774
|
-
"ds-field": [
|
|
18775
|
-
"ds-text"
|
|
18776
|
-
],
|
|
18777
|
-
"ds-input": [
|
|
18778
|
-
"ds-text"
|
|
18779
|
-
],
|
|
18780
|
-
"ds-menu": [
|
|
18781
|
-
"ds-text"
|
|
18782
|
-
],
|
|
18783
|
-
"ds-message": [
|
|
18784
|
-
"ds-text"
|
|
18785
|
-
],
|
|
18786
|
-
"ds-modal": [
|
|
18787
|
-
"ds-text"
|
|
18788
|
-
],
|
|
18789
|
-
"ds-panel-nav": [
|
|
18790
|
-
"ds-text"
|
|
18791
|
-
],
|
|
18792
|
-
"ds-panel-sub-nav": [
|
|
18793
|
-
"ds-text"
|
|
18794
|
-
],
|
|
18795
|
-
"ds-panel-tool-header": [
|
|
18796
|
-
"ds-text"
|
|
18797
|
-
],
|
|
18798
|
-
"ds-panel-tool-search": [
|
|
18799
|
-
"ds-text"
|
|
18800
|
-
],
|
|
18801
|
-
"ds-radio": [
|
|
18802
|
-
"ds-text"
|
|
18803
|
-
],
|
|
18804
|
-
"ds-select": [
|
|
18805
|
-
"ds-text"
|
|
18806
|
-
],
|
|
18807
|
-
"ds-select-multi": [
|
|
18808
|
-
"ds-text"
|
|
18809
|
-
],
|
|
18810
|
-
"ds-slider": [
|
|
18811
|
-
"ds-text"
|
|
18812
|
-
],
|
|
18813
|
-
"ds-tab-group": [
|
|
18814
|
-
"ds-text"
|
|
18815
|
-
],
|
|
18816
|
-
"ds-tag": [
|
|
18817
|
-
"ds-text"
|
|
18818
|
-
],
|
|
18819
|
-
"ds-tooltip": [
|
|
18820
|
-
"ds-text"
|
|
18821
|
-
],
|
|
18822
|
-
"ds-tooltip-data-viz": [
|
|
19019
|
+
"ds-badge": [
|
|
18823
19020
|
"ds-text"
|
|
18824
19021
|
]
|
|
18825
19022
|
}
|
|
@@ -19358,6 +19555,16 @@
|
|
|
19358
19555
|
}
|
|
19359
19556
|
],
|
|
19360
19557
|
"typeLibrary": {
|
|
19558
|
+
"src/wc/components/Icon/Icon.tsx::IconSize": {
|
|
19559
|
+
"declaration": "export type IconSize = 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl' | '3xl';",
|
|
19560
|
+
"docstring": "",
|
|
19561
|
+
"path": "src/wc/components/Icon/Icon.tsx"
|
|
19562
|
+
},
|
|
19563
|
+
"src/wc/components/Icon/Icon.tsx::IconColor": {
|
|
19564
|
+
"declaration": "export type IconColor = IconColorToken | `var(--${string})`;",
|
|
19565
|
+
"docstring": "",
|
|
19566
|
+
"path": "src/wc/components/Icon/Icon.tsx"
|
|
19567
|
+
},
|
|
19361
19568
|
"src/wc/components/Badge/Badge.tsx::BadgeVariant": {
|
|
19362
19569
|
"declaration": "export type BadgeVariant = 'counter' | 'dot';",
|
|
19363
19570
|
"docstring": "",
|
|
@@ -19368,16 +19575,6 @@
|
|
|
19368
19575
|
"docstring": "",
|
|
19369
19576
|
"path": "src/wc/components/Badge/Badge.tsx"
|
|
19370
19577
|
},
|
|
19371
|
-
"src/wc/components/Banner/Banner.tsx::BannerIntent": {
|
|
19372
|
-
"declaration": "export type BannerIntent =\n | 'brand' | 'positive' | 'negative' | 'warning' | 'caution'\n | 'ai' | 'neutral' | 'walkthrough' | 'guide';",
|
|
19373
|
-
"docstring": "",
|
|
19374
|
-
"path": "src/wc/components/Banner/Banner.tsx"
|
|
19375
|
-
},
|
|
19376
|
-
"src/wc/components/Banner/Banner.tsx::BannerContrast": {
|
|
19377
|
-
"declaration": "export type BannerContrast = 'faint' | 'medium' | 'bold' | 'strong';",
|
|
19378
|
-
"docstring": "",
|
|
19379
|
-
"path": "src/wc/components/Banner/Banner.tsx"
|
|
19380
|
-
},
|
|
19381
19578
|
"src/wc/components/ButtonFilled/ButtonFilled.tsx::ButtonFilledVariant": {
|
|
19382
19579
|
"declaration": "export type ButtonFilledVariant = 'icon' | 'label' | 'icon-label';",
|
|
19383
19580
|
"docstring": "",
|
|
@@ -19428,16 +19625,6 @@
|
|
|
19428
19625
|
"docstring": "",
|
|
19429
19626
|
"path": "src/wc/components/ButtonUnfilled/ButtonUnfilled.tsx"
|
|
19430
19627
|
},
|
|
19431
|
-
"src/wc/components/Card/Card.tsx::CardWidth": {
|
|
19432
|
-
"declaration": "export type CardWidth = 'sm' | 'md' | 'lg';",
|
|
19433
|
-
"docstring": "",
|
|
19434
|
-
"path": "src/wc/components/Card/Card.tsx"
|
|
19435
|
-
},
|
|
19436
|
-
"src/wc/components/Card/Card.tsx::CardAppearance": {
|
|
19437
|
-
"declaration": "export type CardAppearance = 'default' | 'editing';",
|
|
19438
|
-
"docstring": "",
|
|
19439
|
-
"path": "src/wc/components/Card/Card.tsx"
|
|
19440
|
-
},
|
|
19441
19628
|
"src/wc/components/CardShellDataViz/CardShellDataViz.tsx::CardShellDataVizWidth": {
|
|
19442
19629
|
"declaration": "export type CardShellDataVizWidth = 'sm' | 'md' | 'lg';",
|
|
19443
19630
|
"docstring": "",
|
|
@@ -19449,7 +19636,12 @@
|
|
|
19449
19636
|
"path": "src/wc/components/CardDataVizDonut/CardDataVizDonut.tsx"
|
|
19450
19637
|
},
|
|
19451
19638
|
"src/wc/components/CardSetting/CardSetting.tsx::CardSettingWidth": {
|
|
19452
|
-
"declaration": "export type
|
|
19639
|
+
"declaration": "export type CardSettingWidth = 'sm' | 'md' | 'lg';",
|
|
19640
|
+
"docstring": "",
|
|
19641
|
+
"path": "src/wc/components/CardSetting/CardSetting.tsx"
|
|
19642
|
+
},
|
|
19643
|
+
"src/wc/components/CardSetting/CardSetting.tsx::CardSettingActionDetail": {
|
|
19644
|
+
"declaration": "export interface CardSettingActionDetail {\n action: CardSettingAction;\n originalEvent: MouseEvent;\n}",
|
|
19453
19645
|
"docstring": "",
|
|
19454
19646
|
"path": "src/wc/components/CardSetting/CardSetting.tsx"
|
|
19455
19647
|
},
|
|
@@ -19503,16 +19695,6 @@
|
|
|
19503
19695
|
"docstring": "",
|
|
19504
19696
|
"path": "src/wc/components/Divider/Divider.tsx"
|
|
19505
19697
|
},
|
|
19506
|
-
"src/wc/components/Icon/Icon.tsx::IconSize": {
|
|
19507
|
-
"declaration": "export type IconSize = 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl' | '3xl';",
|
|
19508
|
-
"docstring": "",
|
|
19509
|
-
"path": "src/wc/components/Icon/Icon.tsx"
|
|
19510
|
-
},
|
|
19511
|
-
"src/wc/components/Icon/Icon.tsx::IconColor": {
|
|
19512
|
-
"declaration": "export type IconColor = IconColorToken | `var(--${string})`;",
|
|
19513
|
-
"docstring": "",
|
|
19514
|
-
"path": "src/wc/components/Icon/Icon.tsx"
|
|
19515
|
-
},
|
|
19516
19698
|
"src/wc/components/Input/Input.tsx::InputType": {
|
|
19517
19699
|
"declaration": "export type InputType = 'text' | 'email' | 'tel' | 'url' | 'search' | 'password';",
|
|
19518
19700
|
"docstring": "",
|
|
@@ -19574,7 +19756,7 @@
|
|
|
19574
19756
|
"path": "src/wc/shell/shell-gradient-presets.ts"
|
|
19575
19757
|
},
|
|
19576
19758
|
"src/wc/components/MessageBubble/MessageBubble.tsx::MessageBubbleVariant": {
|
|
19577
|
-
"declaration": "export type MessageBubbleVariant = 'primary' | 'secondary' | 'ghost'
|
|
19759
|
+
"declaration": "export type MessageBubbleVariant = 'primary' | 'secondary' | 'ghost';",
|
|
19578
19760
|
"docstring": "",
|
|
19579
19761
|
"path": "src/wc/components/MessageBubble/MessageBubble.tsx"
|
|
19580
19762
|
},
|
|
@@ -19583,6 +19765,11 @@
|
|
|
19583
19765
|
"docstring": "",
|
|
19584
19766
|
"path": "src/wc/components/Modal/Modal.tsx"
|
|
19585
19767
|
},
|
|
19768
|
+
"src/wc/components/Modal/Modal.tsx::ModalCloseDetail": {
|
|
19769
|
+
"declaration": "export interface ModalCloseDetail {\n reason: ModalCloseReason;\n originalEvent: Event;\n}",
|
|
19770
|
+
"docstring": "",
|
|
19771
|
+
"path": "src/wc/components/Modal/Modal.tsx"
|
|
19772
|
+
},
|
|
19586
19773
|
"src/wc/components/PanelSubNav/panel-sub-nav-types.ts::PanelSubNavItem": {
|
|
19587
19774
|
"declaration": "export interface PanelSubNavItem {\n /** Unique tab id. Also used by the controlled panel's aria-labelledby. */\n id: string;\n label: string;\n /** ID of the tabpanel controlled by this item. */\n panelId: string;\n /** Prevent selection and remove the item from keyboard navigation. */\n isInactive?: boolean;\n}",
|
|
19588
19775
|
"docstring": "",
|
|
@@ -19902,6 +20089,31 @@
|
|
|
19902
20089
|
"declaration": "export interface SwatchPickerSection {\n /** Sections remain one radio group and are separated visually. */\n options: SwatchPickerOption[];\n}",
|
|
19903
20090
|
"docstring": "",
|
|
19904
20091
|
"path": "src/wc/components/SwatchPicker/swatch-picker-types.ts"
|
|
20092
|
+
},
|
|
20093
|
+
"src/wc/toast/index.ts::ToastManager": {
|
|
20094
|
+
"declaration": "any",
|
|
20095
|
+
"docstring": "",
|
|
20096
|
+
"path": "src/wc/toast/index.ts"
|
|
20097
|
+
},
|
|
20098
|
+
"src/wc/toast/index.ts::ToastSwipeDirection": {
|
|
20099
|
+
"declaration": "any",
|
|
20100
|
+
"docstring": "",
|
|
20101
|
+
"path": "src/wc/toast/index.ts"
|
|
20102
|
+
},
|
|
20103
|
+
"src/wc/toast/index.ts::ToastCloseEventDetail": {
|
|
20104
|
+
"declaration": "any",
|
|
20105
|
+
"docstring": "",
|
|
20106
|
+
"path": "src/wc/toast/index.ts"
|
|
20107
|
+
},
|
|
20108
|
+
"src/wc/toast/index.ts::ToastEventDetail": {
|
|
20109
|
+
"declaration": "any",
|
|
20110
|
+
"docstring": "",
|
|
20111
|
+
"path": "src/wc/toast/index.ts"
|
|
20112
|
+
},
|
|
20113
|
+
"src/wc/toast/index.ts::ToastActionEventDetail": {
|
|
20114
|
+
"declaration": "any",
|
|
20115
|
+
"docstring": "",
|
|
20116
|
+
"path": "src/wc/toast/index.ts"
|
|
19905
20117
|
}
|
|
19906
20118
|
}
|
|
19907
20119
|
}
|