@ds-mo/ui 13.2.0 → 13.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/.package-ready.json +1 -1
- package/dist/agent-patterns.json +14 -1
- package/dist/agent.json +108 -8
- package/dist/angular/boolean-value-accessor.js +3 -3
- package/dist/angular/ds-agent-activity.js +3 -3
- package/dist/angular/ds-agent-response.d.ts +1 -1
- package/dist/angular/ds-agent-response.js +5 -5
- package/dist/angular/ds-agent-source-list.js +3 -3
- package/dist/angular/ds-agent-tool-call.js +3 -3
- package/dist/angular/ds-attachment-list.js +3 -3
- package/dist/angular/ds-avatar.js +3 -3
- package/dist/angular/ds-badge.js +3 -3
- package/dist/angular/ds-bar-nav.js +3 -3
- package/dist/angular/ds-bar-title.js +3 -3
- package/dist/angular/ds-bar-workflow.js +3 -3
- package/dist/angular/ds-breadcrumb.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.js +3 -3
- package/dist/angular/ds-card-overview.js +3 -3
- package/dist/angular/ds-card-setting.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.js +3 -3
- 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.js +3 -3
- package/dist/angular/ds-message-actions.d.ts +19 -0
- package/dist/angular/ds-message-actions.js +45 -0
- 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.d.ts +1 -1
- package/dist/angular/ds-message.js +5 -5
- package/dist/angular/ds-mobile-bar-nav.js +3 -3
- package/dist/angular/ds-mobile-header.js +3 -3
- package/dist/angular/ds-mobile-section-switcher.js +3 -3
- package/dist/angular/ds-mobile-sheet-nav.js +3 -3
- package/dist/angular/ds-modal.js +3 -3
- package/dist/angular/ds-panel-nav.js +3 -3
- 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-scroll-overlay.js +3 -3
- package/dist/angular/ds-select.js +3 -3
- package/dist/angular/ds-shell-app.js +3 -3
- package/dist/angular/ds-shell-page.js +3 -3
- package/dist/angular/ds-shell-tools.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.js +3 -3
- package/dist/angular/ds-tooltip-data-viz.js +3 -3
- package/dist/angular/ds-tooltip.js +3 -3
- package/dist/angular/ds-typing-indicator.js +3 -3
- package/dist/angular/index.d.ts +1 -1
- package/dist/angular/index.js +1 -0
- package/dist/angular/proxies.d.ts +1 -0
- package/dist/angular/proxies.js +1 -0
- 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-attachment-list.js +1 -1
- package/dist/components/ds-badge.js +1 -1
- package/dist/components/ds-bar-nav.js +1 -1
- package/dist/components/ds-bar-title.js +1 -1
- package/dist/components/ds-bar-workflow.js +1 -1
- package/dist/components/ds-breadcrumb.js +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.js +1 -1
- package/dist/components/ds-card-data-viz.js.map +1 -1
- package/dist/components/ds-card-overview.js +1 -1
- package/dist/components/ds-card-overview.js.map +1 -1
- package/dist/components/ds-card-setting.js +1 -1
- package/dist/components/ds-chart-bar.js +1 -1
- package/dist/components/ds-chart-bar.js.map +1 -1
- package/dist/components/ds-chart-donut.js +1 -1
- package/dist/components/ds-chart-donut.js.map +1 -1
- package/dist/components/ds-chart-legend.js +1 -1
- package/dist/components/ds-chart-legend.js.map +1 -1
- package/dist/components/ds-chart-line.js +1 -1
- package/dist/components/ds-chart-line.js.map +1 -1
- package/dist/components/ds-checkbox.js +1 -1
- package/dist/components/ds-chip.js +1 -1
- package/dist/components/ds-chip.js.map +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-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-input.js +1 -1
- package/dist/components/ds-input.js.map +1 -1
- package/dist/components/ds-markdown.js +1 -1
- package/dist/components/ds-menu.js +1 -1
- package/dist/components/ds-message-actions.d.ts +11 -0
- package/dist/components/ds-message-actions.js +2 -0
- package/dist/components/ds-message-actions.js.map +1 -0
- package/dist/components/ds-message-composer.js +1 -1
- package/dist/components/ds-message-scroller.js +1 -1
- package/dist/components/ds-message.js +1 -1
- package/dist/components/ds-mobile-bar-nav.js +1 -1
- package/dist/components/ds-mobile-header.js +1 -1
- package/dist/components/ds-mobile-section-switcher.js +1 -1
- package/dist/components/ds-mobile-sheet-nav.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-sub-nav.js +1 -1
- package/dist/components/ds-panel-sub-nav.js.map +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-radio.js +1 -1
- package/dist/components/ds-radio.js.map +1 -1
- package/dist/components/ds-select.js +1 -1
- package/dist/components/ds-select.js.map +1 -1
- package/dist/components/ds-shell-app.js +1 -1
- package/dist/components/ds-shell-page.js +1 -1
- package/dist/components/ds-shell-tools.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-toast.js +1 -1
- package/dist/components/ds-toast.js.map +1 -1
- package/dist/components/ds-tooltip-data-viz.js +1 -1
- package/dist/components/ds-tooltip.js +1 -1
- package/dist/components/ds-typing-indicator.js +1 -1
- package/dist/components/index.d.ts +3 -0
- package/dist/components/{p-DEaszb15.js → p-1moOgMI-.js} +2 -2
- package/dist/components/p-4scN0Mgn.js +2 -0
- package/dist/components/{p-B1XW4VSn.js → p-B3PdrMP0.js} +2 -2
- package/dist/components/{p-B-qDb_Zo.js → p-B5snQKiP.js} +2 -2
- package/dist/components/p-BApNi_xA.js +2 -0
- package/dist/components/p-BApNi_xA.js.map +1 -0
- package/dist/components/p-BN9FZESH.js +2 -0
- package/dist/components/{p-BBFEhNzM.js.map → p-BN9FZESH.js.map} +1 -1
- package/dist/components/{p-C-kzknkR.js → p-BQTJ7ePr.js} +2 -2
- package/dist/components/{p-CHuh71-U.js → p-BSocHH2X.js} +2 -2
- package/dist/components/p-BgASe-BH.js +2 -0
- package/dist/components/p-BgASe-BH.js.map +1 -0
- package/dist/components/p-Bgh0uG51.js +2 -0
- package/dist/components/{p-eAfNzlMa.js.map → p-Bgh0uG51.js.map} +1 -1
- package/dist/components/p-BgjtMMye.js +2 -0
- package/dist/components/p-BgjtMMye.js.map +1 -0
- package/dist/components/p-BnhGV__o.js +2 -0
- package/dist/components/p-BnhGV__o.js.map +1 -0
- package/dist/components/p-BxEOlO5k.js +2 -0
- package/dist/components/p-BxEOlO5k.js.map +1 -0
- package/dist/components/p-CBiAsFAZ.js +2 -0
- package/dist/components/{p-DbQr7Kwr.js.map → p-CBiAsFAZ.js.map} +1 -1
- package/dist/components/p-CGwVooB6.js +2 -0
- package/dist/components/p-CGwVooB6.js.map +1 -0
- package/dist/components/p-CIgag7g2.js +2 -0
- package/dist/components/{p-CH9yArA1.js.map → p-CIgag7g2.js.map} +1 -1
- package/dist/components/p-CQ4vAZ9j.js +2 -0
- package/dist/components/{p-gZni7A2L.js.map → p-CQ4vAZ9j.js.map} +1 -1
- package/dist/components/{p-bxoryr-3.js → p-CUSz0JFa.js} +2 -2
- package/dist/components/{p-BnbbnuVC.js → p-CWItD0gL.js} +2 -2
- package/dist/components/p-CWKrq35a.js +2 -0
- package/dist/components/p-CWKrq35a.js.map +1 -0
- package/dist/components/p-C_3mZMFK.js +2 -0
- package/dist/components/{p-CHpNyAo1.js.map → p-C_3mZMFK.js.map} +1 -1
- package/dist/components/p-CmMfRM1s.js +2 -0
- package/dist/components/{p-BGUK8-Qm.js.map → p-CmMfRM1s.js.map} +1 -1
- package/dist/components/p-CmUGA_q4.js +2 -0
- package/dist/components/{p-C-aCzwhA.js.map → p-CmUGA_q4.js.map} +1 -1
- package/dist/components/p-CqOswTy8.js +2 -0
- package/dist/components/{p-CJDTh9Tg.js.map → p-CqOswTy8.js.map} +1 -1
- package/dist/components/p-D4bVE7e4.js +2 -0
- package/dist/components/{p-CJbLY1tu.js.map → p-D4bVE7e4.js.map} +1 -1
- package/dist/components/{p-DhEdICfD.js → p-D5PN6zdD.js} +2 -2
- package/dist/components/p-DHAuidt1.js +2 -0
- package/dist/components/{p-BUZXuod2.js.map → p-DHAuidt1.js.map} +1 -1
- package/dist/components/{p-Df17mJqI.js → p-DXGKfXTh.js} +2 -2
- package/dist/components/p-DoNdiEly.js +2 -0
- package/dist/components/p-DoNdiEly.js.map +1 -0
- package/dist/components/p-DtV263qO.js +2 -0
- package/dist/components/{p-Cvxm1OZB.js.map → p-DtV263qO.js.map} +1 -1
- package/dist/components/p-RT1mts9U.js +2 -0
- package/dist/components/p-RT1mts9U.js.map +1 -0
- package/dist/components/p-UtfErnpX.js +2 -0
- package/dist/components/p-UtfErnpX.js.map +1 -0
- package/dist/components/p-a6cnCKWk.js +2 -0
- package/dist/components/{p-BbMJTilO.js.map → p-a6cnCKWk.js.map} +1 -1
- package/dist/components/p-w2kKeG_h.js +2 -0
- package/dist/components/{p-Ay1AX7Ql.js.map → p-w2kKeG_h.js.map} +1 -1
- package/dist/docs/components.json +282 -1
- package/dist/mcp-data/registry/agent-response.json +24 -3
- package/dist/mcp-data/registry/avatar.json +1 -1
- package/dist/mcp-data/registry/badge.json +1 -1
- package/dist/mcp-data/registry/card-data-viz.json +1 -1
- package/dist/mcp-data/registry/card-overview.json +2 -2
- 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/code-block.json +1 -1
- package/dist/mcp-data/registry/divider.json +1 -1
- package/dist/mcp-data/registry/input.json +1 -1
- package/dist/mcp-data/registry/message-actions.json +186 -0
- package/dist/mcp-data/registry/message.json +27 -6
- package/dist/mcp-data/registry/modal.json +1 -1
- package/dist/mcp-data/registry/radio.json +1 -1
- package/dist/mcp-data/registry/registry.json +110 -7
- package/dist/mcp-data/registry/skeleton.json +1 -1
- package/dist/mcp-data/registry/slider.json +1 -1
- package/dist/mcp-data/registry/swatch-picker.json +1 -1
- package/dist/mcp-data/registry/switch.json +1 -1
- package/dist/mcp-data/registry/toast.json +1 -1
- package/dist/mcp-data/registry/tooltip-data-viz.json +1 -1
- package/dist/mcp-data/registry/tooltip.json +2 -2
- package/dist/react/components.d.ts +1 -0
- package/dist/react/components.js +1 -0
- package/dist/react/ds-agent-activity.d.ts +1 -1
- package/dist/react/ds-agent-activity.js +1 -1
- package/dist/react/ds-agent-response.d.ts +1 -1
- package/dist/react/ds-agent-response.js +1 -1
- package/dist/react/ds-agent-source-list.d.ts +1 -1
- package/dist/react/ds-agent-source-list.js +1 -1
- package/dist/react/ds-agent-tool-call.d.ts +1 -1
- package/dist/react/ds-agent-tool-call.js +1 -1
- package/dist/react/ds-attachment-list.d.ts +1 -1
- package/dist/react/ds-attachment-list.js +1 -1
- package/dist/react/ds-avatar.d.ts +1 -1
- package/dist/react/ds-avatar.js +1 -1
- package/dist/react/ds-badge.d.ts +1 -1
- package/dist/react/ds-badge.js +1 -1
- package/dist/react/ds-bar-nav.d.ts +1 -1
- package/dist/react/ds-bar-nav.js +1 -1
- package/dist/react/ds-bar-title.d.ts +1 -1
- package/dist/react/ds-bar-title.js +1 -1
- package/dist/react/ds-bar-workflow.d.ts +1 -1
- package/dist/react/ds-bar-workflow.js +1 -1
- package/dist/react/ds-breadcrumb.d.ts +1 -1
- package/dist/react/ds-breadcrumb.js +1 -1
- package/dist/react/ds-button-filled.d.ts +1 -1
- package/dist/react/ds-button-filled.js +1 -1
- package/dist/react/ds-button-unfilled.d.ts +1 -1
- package/dist/react/ds-button-unfilled.js +1 -1
- package/dist/react/ds-card-data-viz.d.ts +1 -1
- package/dist/react/ds-card-data-viz.js +1 -1
- package/dist/react/ds-card-overview.d.ts +1 -1
- package/dist/react/ds-card-overview.js +1 -1
- package/dist/react/ds-card-setting.d.ts +1 -1
- package/dist/react/ds-card-setting.js +1 -1
- package/dist/react/ds-chart-bar.d.ts +1 -1
- package/dist/react/ds-chart-bar.js +1 -1
- package/dist/react/ds-chart-donut.d.ts +1 -1
- package/dist/react/ds-chart-donut.js +1 -1
- package/dist/react/ds-chart-legend.d.ts +1 -1
- package/dist/react/ds-chart-legend.js +1 -1
- package/dist/react/ds-chart-line.d.ts +1 -1
- package/dist/react/ds-chart-line.js +1 -1
- package/dist/react/ds-checkbox.d.ts +1 -1
- package/dist/react/ds-checkbox.js +1 -1
- package/dist/react/ds-chip.d.ts +1 -1
- package/dist/react/ds-chip.js +1 -1
- package/dist/react/ds-code-block.d.ts +1 -1
- package/dist/react/ds-code-block.js +1 -1
- package/dist/react/ds-conversation-list-item.d.ts +1 -1
- package/dist/react/ds-conversation-list-item.js +1 -1
- package/dist/react/ds-conversation-list-section.d.ts +1 -1
- package/dist/react/ds-conversation-list-section.js +1 -1
- package/dist/react/ds-conversation-list.d.ts +1 -1
- package/dist/react/ds-conversation-list.js +1 -1
- package/dist/react/ds-divider.d.ts +1 -1
- package/dist/react/ds-divider.js +1 -1
- package/dist/react/ds-empty-state.d.ts +1 -1
- package/dist/react/ds-empty-state.js +1 -1
- package/dist/react/ds-field.d.ts +1 -1
- package/dist/react/ds-field.js +1 -1
- package/dist/react/ds-icon.d.ts +1 -1
- package/dist/react/ds-icon.js +1 -1
- package/dist/react/ds-input.d.ts +1 -1
- package/dist/react/ds-input.js +1 -1
- package/dist/react/ds-loader.d.ts +1 -1
- package/dist/react/ds-loader.js +1 -1
- package/dist/react/ds-markdown.d.ts +1 -1
- package/dist/react/ds-markdown.js +1 -1
- package/dist/react/ds-menu.d.ts +1 -1
- package/dist/react/ds-menu.js +1 -1
- package/dist/react/ds-message-actions.d.ts +13 -0
- package/dist/react/ds-message-actions.js +15 -0
- package/dist/react/ds-message-bubble.d.ts +1 -1
- package/dist/react/ds-message-bubble.js +1 -1
- package/dist/react/ds-message-composer.d.ts +1 -1
- package/dist/react/ds-message-composer.js +1 -1
- package/dist/react/ds-message-scroller.d.ts +1 -1
- package/dist/react/ds-message-scroller.js +1 -1
- package/dist/react/ds-message.d.ts +1 -1
- package/dist/react/ds-message.js +1 -1
- package/dist/react/ds-mobile-bar-nav.d.ts +1 -1
- package/dist/react/ds-mobile-bar-nav.js +1 -1
- package/dist/react/ds-mobile-header.d.ts +1 -1
- package/dist/react/ds-mobile-header.js +1 -1
- package/dist/react/ds-mobile-section-switcher.d.ts +1 -1
- package/dist/react/ds-mobile-section-switcher.js +1 -1
- package/dist/react/ds-mobile-sheet-nav.d.ts +1 -1
- package/dist/react/ds-mobile-sheet-nav.js +1 -1
- package/dist/react/ds-modal.d.ts +1 -1
- package/dist/react/ds-modal.js +1 -1
- package/dist/react/ds-panel-nav.d.ts +1 -1
- package/dist/react/ds-panel-nav.js +1 -1
- package/dist/react/ds-panel-sub-nav.d.ts +1 -1
- package/dist/react/ds-panel-sub-nav.js +1 -1
- package/dist/react/ds-panel-tool-header.d.ts +1 -1
- package/dist/react/ds-panel-tool-header.js +1 -1
- package/dist/react/ds-panel-tool-search.d.ts +1 -1
- package/dist/react/ds-panel-tool-search.js +1 -1
- package/dist/react/ds-panel-tools.d.ts +1 -1
- package/dist/react/ds-panel-tools.js +1 -1
- package/dist/react/ds-radio.d.ts +1 -1
- package/dist/react/ds-radio.js +1 -1
- package/dist/react/ds-scroll-overlay.d.ts +1 -1
- package/dist/react/ds-scroll-overlay.js +1 -1
- package/dist/react/ds-select.d.ts +1 -1
- package/dist/react/ds-select.js +1 -1
- package/dist/react/ds-shell-app.d.ts +1 -1
- package/dist/react/ds-shell-app.js +1 -1
- package/dist/react/ds-shell-page.d.ts +1 -1
- package/dist/react/ds-shell-page.js +1 -1
- package/dist/react/ds-shell-tools.d.ts +1 -1
- package/dist/react/ds-shell-tools.js +1 -1
- package/dist/react/ds-skeleton.d.ts +1 -1
- package/dist/react/ds-skeleton.js +1 -1
- package/dist/react/ds-slider.d.ts +1 -1
- package/dist/react/ds-slider.js +1 -1
- package/dist/react/ds-swatch-picker.d.ts +1 -1
- package/dist/react/ds-swatch-picker.js +1 -1
- package/dist/react/ds-switch.d.ts +1 -1
- package/dist/react/ds-switch.js +1 -1
- package/dist/react/ds-tab-group.d.ts +1 -1
- package/dist/react/ds-tab-group.js +1 -1
- package/dist/react/ds-tag.d.ts +1 -1
- package/dist/react/ds-tag.js +1 -1
- package/dist/react/ds-text.d.ts +1 -1
- package/dist/react/ds-text.js +1 -1
- package/dist/react/ds-toast.d.ts +1 -1
- package/dist/react/ds-toast.js +1 -1
- package/dist/react/ds-tooltip-data-viz.d.ts +1 -1
- package/dist/react/ds-tooltip-data-viz.js +1 -1
- package/dist/react/ds-tooltip.d.ts +1 -1
- package/dist/react/ds-tooltip.js +1 -1
- package/dist/react/ds-typing-indicator.d.ts +1 -1
- package/dist/react/ds-typing-indicator.js +1 -1
- package/dist/react/react-runtime.d.ts +17 -0
- package/dist/react/react-runtime.js +13 -0
- package/dist/types/components/AgentResponse/AgentResponse.d.ts +3 -1
- package/dist/types/components/CardOverview/CardOverview.d.ts +1 -1
- package/dist/types/components/CodeBlock/CodeBlock.d.ts +3 -1
- package/dist/types/components/Message/Message.d.ts +4 -1
- package/dist/types/components/MessageActions/MessageActions.d.ts +18 -0
- package/dist/types/components/conversation-types.d.ts +5 -0
- package/dist/types/components.d.ts +72 -2
- package/dist/types/utils/clipboard.d.ts +31 -0
- package/package.json +3 -6
- package/dist/components/p-6qXDqCj_.js +0 -2
- package/dist/components/p-6qXDqCj_.js.map +0 -1
- package/dist/components/p-Ay1AX7Ql.js +0 -2
- package/dist/components/p-B9p6w-_T.js +0 -2
- package/dist/components/p-B9p6w-_T.js.map +0 -1
- package/dist/components/p-BBFEhNzM.js +0 -2
- package/dist/components/p-BGUK8-Qm.js +0 -2
- package/dist/components/p-BO4cj3iX.js +0 -2
- package/dist/components/p-BO4cj3iX.js.map +0 -1
- package/dist/components/p-BUZXuod2.js +0 -2
- package/dist/components/p-BYWkksDO.js +0 -2
- package/dist/components/p-BYWkksDO.js.map +0 -1
- package/dist/components/p-BbMJTilO.js +0 -2
- package/dist/components/p-BcTYhmku.js +0 -2
- package/dist/components/p-BcTYhmku.js.map +0 -1
- package/dist/components/p-BroVnDzE.js +0 -2
- package/dist/components/p-BroVnDzE.js.map +0 -1
- package/dist/components/p-BsoqsbBh.js +0 -2
- package/dist/components/p-BsoqsbBh.js.map +0 -1
- package/dist/components/p-C-aCzwhA.js +0 -2
- package/dist/components/p-CBazaRlE.js +0 -2
- package/dist/components/p-CH9yArA1.js +0 -2
- package/dist/components/p-CHpNyAo1.js +0 -2
- package/dist/components/p-CJDTh9Tg.js +0 -2
- package/dist/components/p-CJbLY1tu.js +0 -2
- package/dist/components/p-CreGah0j.js +0 -2
- package/dist/components/p-CreGah0j.js.map +0 -1
- package/dist/components/p-Cvxm1OZB.js +0 -2
- package/dist/components/p-DbQr7Kwr.js +0 -2
- package/dist/components/p-eAfNzlMa.js +0 -2
- package/dist/components/p-gZni7A2L.js +0 -2
- package/dist/components/p-ohsLFap_.js +0 -2
- package/dist/components/p-ohsLFap_.js.map +0 -1
- /package/dist/components/{p-DEaszb15.js.map → p-1moOgMI-.js.map} +0 -0
- /package/dist/components/{p-CBazaRlE.js.map → p-4scN0Mgn.js.map} +0 -0
- /package/dist/components/{p-B1XW4VSn.js.map → p-B3PdrMP0.js.map} +0 -0
- /package/dist/components/{p-B-qDb_Zo.js.map → p-B5snQKiP.js.map} +0 -0
- /package/dist/components/{p-C-kzknkR.js.map → p-BQTJ7ePr.js.map} +0 -0
- /package/dist/components/{p-CHuh71-U.js.map → p-BSocHH2X.js.map} +0 -0
- /package/dist/components/{p-bxoryr-3.js.map → p-CUSz0JFa.js.map} +0 -0
- /package/dist/components/{p-BnbbnuVC.js.map → p-CWItD0gL.js.map} +0 -0
- /package/dist/components/{p-DhEdICfD.js.map → p-D5PN6zdD.js.map} +0 -0
- /package/dist/components/{p-Df17mJqI.js.map → p-DXGKfXTh.js.map} +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import { createComponent } from '
|
|
2
|
+
import { createComponent } from './react-runtime.js';
|
|
3
3
|
import React from 'react';
|
|
4
4
|
import { DsConversationListSection as DsConversationListSectionElement, defineCustomElement as defineDsConversationListSection } from "@ds-mo/ui/dist/components/ds-conversation-list-section.js";
|
|
5
5
|
export const DsConversationListSection = /*@__PURE__*/ createComponent({
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file was automatically generated by the Stencil React Output Target.
|
|
3
3
|
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
4
|
*/
|
|
5
|
-
import type { StencilReactComponent } from '
|
|
5
|
+
import type { StencilReactComponent } from './react-runtime.js';
|
|
6
6
|
import type { Components } from "@ds-mo/ui/dist/components";
|
|
7
7
|
import { DsConversationList as DsConversationListElement } from "@ds-mo/ui/dist/components/ds-conversation-list.js";
|
|
8
8
|
export type DsConversationListEvents = NonNullable<unknown>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import { createComponent } from '
|
|
2
|
+
import { createComponent } from './react-runtime.js';
|
|
3
3
|
import React from 'react';
|
|
4
4
|
import { DsConversationList as DsConversationListElement, defineCustomElement as defineDsConversationList } from "@ds-mo/ui/dist/components/ds-conversation-list.js";
|
|
5
5
|
export const DsConversationList = /*@__PURE__*/ createComponent({
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file was automatically generated by the Stencil React Output Target.
|
|
3
3
|
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
4
|
*/
|
|
5
|
-
import type { StencilReactComponent } from '
|
|
5
|
+
import type { StencilReactComponent } from './react-runtime.js';
|
|
6
6
|
import type { Components } from "@ds-mo/ui/dist/components";
|
|
7
7
|
import { DsDivider as DsDividerElement } from "@ds-mo/ui/dist/components/ds-divider.js";
|
|
8
8
|
export type DsDividerEvents = NonNullable<unknown>;
|
package/dist/react/ds-divider.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import { createComponent } from '
|
|
2
|
+
import { createComponent } from './react-runtime.js';
|
|
3
3
|
import React from 'react';
|
|
4
4
|
import { DsDivider as DsDividerElement, defineCustomElement as defineDsDivider } from "@ds-mo/ui/dist/components/ds-divider.js";
|
|
5
5
|
export const DsDivider = /*@__PURE__*/ createComponent({
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file was automatically generated by the Stencil React Output Target.
|
|
3
3
|
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
4
|
*/
|
|
5
|
-
import type { StencilReactComponent } from '
|
|
5
|
+
import type { StencilReactComponent } from './react-runtime.js';
|
|
6
6
|
import type { Components } from "@ds-mo/ui/dist/components";
|
|
7
7
|
import { DsEmptyState as DsEmptyStateElement } from "@ds-mo/ui/dist/components/ds-empty-state.js";
|
|
8
8
|
export type DsEmptyStateEvents = NonNullable<unknown>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import { createComponent } from '
|
|
2
|
+
import { createComponent } from './react-runtime.js';
|
|
3
3
|
import React from 'react';
|
|
4
4
|
import { DsEmptyState as DsEmptyStateElement, defineCustomElement as defineDsEmptyState } from "@ds-mo/ui/dist/components/ds-empty-state.js";
|
|
5
5
|
export const DsEmptyState = /*@__PURE__*/ createComponent({
|
package/dist/react/ds-field.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file was automatically generated by the Stencil React Output Target.
|
|
3
3
|
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
4
|
*/
|
|
5
|
-
import type { StencilReactComponent } from '
|
|
5
|
+
import type { StencilReactComponent } from './react-runtime.js';
|
|
6
6
|
import type { Components } from "@ds-mo/ui/dist/components";
|
|
7
7
|
import { DsField as DsFieldElement } from "@ds-mo/ui/dist/components/ds-field.js";
|
|
8
8
|
export type DsFieldEvents = NonNullable<unknown>;
|
package/dist/react/ds-field.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import { createComponent } from '
|
|
2
|
+
import { createComponent } from './react-runtime.js';
|
|
3
3
|
import React from 'react';
|
|
4
4
|
import { DsField as DsFieldElement, defineCustomElement as defineDsField } from "@ds-mo/ui/dist/components/ds-field.js";
|
|
5
5
|
export const DsField = /*@__PURE__*/ createComponent({
|
package/dist/react/ds-icon.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file was automatically generated by the Stencil React Output Target.
|
|
3
3
|
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
4
|
*/
|
|
5
|
-
import type { StencilReactComponent } from '
|
|
5
|
+
import type { StencilReactComponent } from './react-runtime.js';
|
|
6
6
|
import type { Components } from "@ds-mo/ui/dist/components";
|
|
7
7
|
import { DsIcon as DsIconElement } from "@ds-mo/ui/dist/components/ds-icon.js";
|
|
8
8
|
export type DsIconEvents = NonNullable<unknown>;
|
package/dist/react/ds-icon.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import { createComponent } from '
|
|
2
|
+
import { createComponent } from './react-runtime.js';
|
|
3
3
|
import React from 'react';
|
|
4
4
|
import { DsIcon as DsIconElement, defineCustomElement as defineDsIcon } from "@ds-mo/ui/dist/components/ds-icon.js";
|
|
5
5
|
export const DsIcon = /*@__PURE__*/ createComponent({
|
package/dist/react/ds-input.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file was automatically generated by the Stencil React Output Target.
|
|
3
3
|
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
4
|
*/
|
|
5
|
-
import type { EventName, StencilReactComponent } from '
|
|
5
|
+
import type { EventName, StencilReactComponent } from './react-runtime.js';
|
|
6
6
|
import { type DsInputCustomEvent } from "@ds-mo/ui";
|
|
7
7
|
import type { Components } from "@ds-mo/ui/dist/components";
|
|
8
8
|
import { DsInput as DsInputElement } from "@ds-mo/ui/dist/components/ds-input.js";
|
package/dist/react/ds-input.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import { createComponent } from '
|
|
2
|
+
import { createComponent } from './react-runtime.js';
|
|
3
3
|
import React from 'react';
|
|
4
4
|
import { DsInput as DsInputElement, defineCustomElement as defineDsInput } from "@ds-mo/ui/dist/components/ds-input.js";
|
|
5
5
|
export const DsInput = /*@__PURE__*/ createComponent({
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file was automatically generated by the Stencil React Output Target.
|
|
3
3
|
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
4
|
*/
|
|
5
|
-
import type { StencilReactComponent } from '
|
|
5
|
+
import type { StencilReactComponent } from './react-runtime.js';
|
|
6
6
|
import type { Components } from "@ds-mo/ui/dist/components";
|
|
7
7
|
import { DsLoader as DsLoaderElement } from "@ds-mo/ui/dist/components/ds-loader.js";
|
|
8
8
|
export type DsLoaderEvents = NonNullable<unknown>;
|
package/dist/react/ds-loader.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import { createComponent } from '
|
|
2
|
+
import { createComponent } from './react-runtime.js';
|
|
3
3
|
import React from 'react';
|
|
4
4
|
import { DsLoader as DsLoaderElement, defineCustomElement as defineDsLoader } from "@ds-mo/ui/dist/components/ds-loader.js";
|
|
5
5
|
export const DsLoader = /*@__PURE__*/ createComponent({
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file was automatically generated by the Stencil React Output Target.
|
|
3
3
|
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
4
|
*/
|
|
5
|
-
import type { StencilReactComponent } from '
|
|
5
|
+
import type { StencilReactComponent } from './react-runtime.js';
|
|
6
6
|
import type { Components } from "@ds-mo/ui/dist/components";
|
|
7
7
|
import { DsMarkdown as DsMarkdownElement } from "@ds-mo/ui/dist/components/ds-markdown.js";
|
|
8
8
|
export type DsMarkdownEvents = NonNullable<unknown>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import { createComponent } from '
|
|
2
|
+
import { createComponent } from './react-runtime.js';
|
|
3
3
|
import React from 'react';
|
|
4
4
|
import { DsMarkdown as DsMarkdownElement, defineCustomElement as defineDsMarkdown } from "@ds-mo/ui/dist/components/ds-markdown.js";
|
|
5
5
|
export const DsMarkdown = /*@__PURE__*/ createComponent({
|
package/dist/react/ds-menu.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file was automatically generated by the Stencil React Output Target.
|
|
3
3
|
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
4
|
*/
|
|
5
|
-
import type { EventName, StencilReactComponent } from '
|
|
5
|
+
import type { EventName, StencilReactComponent } from './react-runtime.js';
|
|
6
6
|
import { type DsMenuCustomEvent, type MenuItemData } from "@ds-mo/ui";
|
|
7
7
|
import type { Components } from "@ds-mo/ui/dist/components";
|
|
8
8
|
import { DsMenu as DsMenuElement } from "@ds-mo/ui/dist/components/ds-menu.js";
|
package/dist/react/ds-menu.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import { createComponent } from '
|
|
2
|
+
import { createComponent } from './react-runtime.js';
|
|
3
3
|
import React from 'react';
|
|
4
4
|
import { DsMenu as DsMenuElement, defineCustomElement as defineDsMenu } from "@ds-mo/ui/dist/components/ds-menu.js";
|
|
5
5
|
export const DsMenu = /*@__PURE__*/ createComponent({
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was automatically generated by the Stencil React Output Target.
|
|
3
|
+
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
|
+
*/
|
|
5
|
+
import type { EventName, StencilReactComponent } from './react-runtime.js';
|
|
6
|
+
import { type DsMessageActionsCustomEvent, type MessageCopyResultEventDetail, type MessageFeedback } from "@ds-mo/ui";
|
|
7
|
+
import type { Components } from "@ds-mo/ui/dist/components";
|
|
8
|
+
import { DsMessageActions as DsMessageActionsElement } from "@ds-mo/ui/dist/components/ds-message-actions.js";
|
|
9
|
+
export type DsMessageActionsEvents = {
|
|
10
|
+
onDsCopyResult: EventName<DsMessageActionsCustomEvent<MessageCopyResultEventDetail>>;
|
|
11
|
+
onDsFeedbackChange: EventName<DsMessageActionsCustomEvent<MessageFeedback | undefined>>;
|
|
12
|
+
};
|
|
13
|
+
export declare const DsMessageActions: StencilReactComponent<DsMessageActionsElement, DsMessageActionsEvents, Components.DsMessageActions>;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
import { createComponent } from './react-runtime.js';
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { DsMessageActions as DsMessageActionsElement, defineCustomElement as defineDsMessageActions } from "@ds-mo/ui/dist/components/ds-message-actions.js";
|
|
5
|
+
export const DsMessageActions = /*@__PURE__*/ createComponent({
|
|
6
|
+
tagName: 'ds-message-actions',
|
|
7
|
+
elementClass: DsMessageActionsElement,
|
|
8
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
9
|
+
react: React,
|
|
10
|
+
events: {
|
|
11
|
+
onDsCopyResult: 'dsCopyResult',
|
|
12
|
+
onDsFeedbackChange: 'dsFeedbackChange'
|
|
13
|
+
},
|
|
14
|
+
defineCustomElement: defineDsMessageActions
|
|
15
|
+
});
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file was automatically generated by the Stencil React Output Target.
|
|
3
3
|
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
4
|
*/
|
|
5
|
-
import type { StencilReactComponent } from '
|
|
5
|
+
import type { StencilReactComponent } from './react-runtime.js';
|
|
6
6
|
import type { Components } from "@ds-mo/ui/dist/components";
|
|
7
7
|
import { DsMessageBubble as DsMessageBubbleElement } from "@ds-mo/ui/dist/components/ds-message-bubble.js";
|
|
8
8
|
export type DsMessageBubbleEvents = NonNullable<unknown>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import { createComponent } from '
|
|
2
|
+
import { createComponent } from './react-runtime.js';
|
|
3
3
|
import React from 'react';
|
|
4
4
|
import { DsMessageBubble as DsMessageBubbleElement, defineCustomElement as defineDsMessageBubble } from "@ds-mo/ui/dist/components/ds-message-bubble.js";
|
|
5
5
|
export const DsMessageBubble = /*@__PURE__*/ createComponent({
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file was automatically generated by the Stencil React Output Target.
|
|
3
3
|
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
4
|
*/
|
|
5
|
-
import type { EventName, StencilReactComponent } from '
|
|
5
|
+
import type { EventName, StencilReactComponent } from './react-runtime.js';
|
|
6
6
|
import { type DsMessageComposerCustomEvent } from "@ds-mo/ui";
|
|
7
7
|
import type { Components } from "@ds-mo/ui/dist/components";
|
|
8
8
|
import { DsMessageComposer as DsMessageComposerElement } from "@ds-mo/ui/dist/components/ds-message-composer.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import { createComponent } from '
|
|
2
|
+
import { createComponent } from './react-runtime.js';
|
|
3
3
|
import React from 'react';
|
|
4
4
|
import { DsMessageComposer as DsMessageComposerElement, defineCustomElement as defineDsMessageComposer } from "@ds-mo/ui/dist/components/ds-message-composer.js";
|
|
5
5
|
export const DsMessageComposer = /*@__PURE__*/ createComponent({
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file was automatically generated by the Stencil React Output Target.
|
|
3
3
|
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
4
|
*/
|
|
5
|
-
import type { EventName, StencilReactComponent } from '
|
|
5
|
+
import type { EventName, StencilReactComponent } from './react-runtime.js';
|
|
6
6
|
import { type DsMessageScrollerCustomEvent } from "@ds-mo/ui";
|
|
7
7
|
import type { Components } from "@ds-mo/ui/dist/components";
|
|
8
8
|
import { DsMessageScroller as DsMessageScrollerElement } from "@ds-mo/ui/dist/components/ds-message-scroller.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import { createComponent } from '
|
|
2
|
+
import { createComponent } from './react-runtime.js';
|
|
3
3
|
import React from 'react';
|
|
4
4
|
import { DsMessageScroller as DsMessageScrollerElement, defineCustomElement as defineDsMessageScroller } from "@ds-mo/ui/dist/components/ds-message-scroller.js";
|
|
5
5
|
export const DsMessageScroller = /*@__PURE__*/ createComponent({
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file was automatically generated by the Stencil React Output Target.
|
|
3
3
|
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
4
|
*/
|
|
5
|
-
import type { StencilReactComponent } from '
|
|
5
|
+
import type { StencilReactComponent } from './react-runtime.js';
|
|
6
6
|
import type { Components } from "@ds-mo/ui/dist/components";
|
|
7
7
|
import { DsMessage as DsMessageElement } from "@ds-mo/ui/dist/components/ds-message.js";
|
|
8
8
|
export type DsMessageEvents = NonNullable<unknown>;
|
package/dist/react/ds-message.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import { createComponent } from '
|
|
2
|
+
import { createComponent } from './react-runtime.js';
|
|
3
3
|
import React from 'react';
|
|
4
4
|
import { DsMessage as DsMessageElement, defineCustomElement as defineDsMessage } from "@ds-mo/ui/dist/components/ds-message.js";
|
|
5
5
|
export const DsMessage = /*@__PURE__*/ createComponent({
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file was automatically generated by the Stencil React Output Target.
|
|
3
3
|
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
4
|
*/
|
|
5
|
-
import type { EventName, StencilReactComponent } from '
|
|
5
|
+
import type { EventName, StencilReactComponent } from './react-runtime.js';
|
|
6
6
|
import { type DsMobileBarNavCustomEvent, type MobileBarNavDestinationDetail } from "@ds-mo/ui";
|
|
7
7
|
import type { Components } from "@ds-mo/ui/dist/components";
|
|
8
8
|
import { DsMobileBarNav as DsMobileBarNavElement } from "@ds-mo/ui/dist/components/ds-mobile-bar-nav.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import { createComponent } from '
|
|
2
|
+
import { createComponent } from './react-runtime.js';
|
|
3
3
|
import React from 'react';
|
|
4
4
|
import { DsMobileBarNav as DsMobileBarNavElement, defineCustomElement as defineDsMobileBarNav } from "@ds-mo/ui/dist/components/ds-mobile-bar-nav.js";
|
|
5
5
|
export const DsMobileBarNav = /*@__PURE__*/ createComponent({
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file was automatically generated by the Stencil React Output Target.
|
|
3
3
|
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
4
|
*/
|
|
5
|
-
import type { EventName, StencilReactComponent } from '
|
|
5
|
+
import type { EventName, StencilReactComponent } from './react-runtime.js';
|
|
6
6
|
import { type DsMobileHeaderCustomEvent } from "@ds-mo/ui";
|
|
7
7
|
import type { Components } from "@ds-mo/ui/dist/components";
|
|
8
8
|
import { DsMobileHeader as DsMobileHeaderElement } from "@ds-mo/ui/dist/components/ds-mobile-header.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import { createComponent } from '
|
|
2
|
+
import { createComponent } from './react-runtime.js';
|
|
3
3
|
import React from 'react';
|
|
4
4
|
import { DsMobileHeader as DsMobileHeaderElement, defineCustomElement as defineDsMobileHeader } from "@ds-mo/ui/dist/components/ds-mobile-header.js";
|
|
5
5
|
export const DsMobileHeader = /*@__PURE__*/ createComponent({
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file was automatically generated by the Stencil React Output Target.
|
|
3
3
|
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
4
|
*/
|
|
5
|
-
import type { EventName, StencilReactComponent } from '
|
|
5
|
+
import type { EventName, StencilReactComponent } from './react-runtime.js';
|
|
6
6
|
import { type DsMobileSectionSwitcherCustomEvent } from "@ds-mo/ui";
|
|
7
7
|
import type { Components } from "@ds-mo/ui/dist/components";
|
|
8
8
|
import { DsMobileSectionSwitcher as DsMobileSectionSwitcherElement } from "@ds-mo/ui/dist/components/ds-mobile-section-switcher.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import { createComponent } from '
|
|
2
|
+
import { createComponent } from './react-runtime.js';
|
|
3
3
|
import React from 'react';
|
|
4
4
|
import { DsMobileSectionSwitcher as DsMobileSectionSwitcherElement, defineCustomElement as defineDsMobileSectionSwitcher } from "@ds-mo/ui/dist/components/ds-mobile-section-switcher.js";
|
|
5
5
|
export const DsMobileSectionSwitcher = /*@__PURE__*/ createComponent({
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file was automatically generated by the Stencil React Output Target.
|
|
3
3
|
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
4
|
*/
|
|
5
|
-
import type { EventName, StencilReactComponent } from '
|
|
5
|
+
import type { EventName, StencilReactComponent } from './react-runtime.js';
|
|
6
6
|
import { type DsMobileSheetNavCustomEvent, type NavChromeStyle } from "@ds-mo/ui";
|
|
7
7
|
import type { Components } from "@ds-mo/ui/dist/components";
|
|
8
8
|
import { DsMobileSheetNav as DsMobileSheetNavElement } from "@ds-mo/ui/dist/components/ds-mobile-sheet-nav.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import { createComponent } from '
|
|
2
|
+
import { createComponent } from './react-runtime.js';
|
|
3
3
|
import React from 'react';
|
|
4
4
|
import { DsMobileSheetNav as DsMobileSheetNavElement, defineCustomElement as defineDsMobileSheetNav } from "@ds-mo/ui/dist/components/ds-mobile-sheet-nav.js";
|
|
5
5
|
export const DsMobileSheetNav = /*@__PURE__*/ createComponent({
|
package/dist/react/ds-modal.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file was automatically generated by the Stencil React Output Target.
|
|
3
3
|
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
4
|
*/
|
|
5
|
-
import type { EventName, StencilReactComponent } from '
|
|
5
|
+
import type { EventName, StencilReactComponent } from './react-runtime.js';
|
|
6
6
|
import { type DsModalCustomEvent, type ModalCloseDetail } from "@ds-mo/ui";
|
|
7
7
|
import type { Components } from "@ds-mo/ui/dist/components";
|
|
8
8
|
import { DsModal as DsModalElement } from "@ds-mo/ui/dist/components/ds-modal.js";
|
package/dist/react/ds-modal.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import { createComponent } from '
|
|
2
|
+
import { createComponent } from './react-runtime.js';
|
|
3
3
|
import React from 'react';
|
|
4
4
|
import { DsModal as DsModalElement, defineCustomElement as defineDsModal } from "@ds-mo/ui/dist/components/ds-modal.js";
|
|
5
5
|
export const DsModal = /*@__PURE__*/ createComponent({
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file was automatically generated by the Stencil React Output Target.
|
|
3
3
|
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
4
|
*/
|
|
5
|
-
import type { EventName, StencilReactComponent } from '
|
|
5
|
+
import type { EventName, StencilReactComponent } from './react-runtime.js';
|
|
6
6
|
import { type ChromeTransitionDetail, type DsPanelNavCustomEvent, type PanelNavUserActionDetail } from "@ds-mo/ui";
|
|
7
7
|
import type { Components } from "@ds-mo/ui/dist/components";
|
|
8
8
|
import { DsPanelNav as DsPanelNavElement } from "@ds-mo/ui/dist/components/ds-panel-nav.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import { createComponent } from '
|
|
2
|
+
import { createComponent } from './react-runtime.js';
|
|
3
3
|
import React from 'react';
|
|
4
4
|
import { DsPanelNav as DsPanelNavElement, defineCustomElement as defineDsPanelNav } from "@ds-mo/ui/dist/components/ds-panel-nav.js";
|
|
5
5
|
export const DsPanelNav = /*@__PURE__*/ createComponent({
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file was automatically generated by the Stencil React Output Target.
|
|
3
3
|
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
4
|
*/
|
|
5
|
-
import type { EventName, StencilReactComponent } from '
|
|
5
|
+
import type { EventName, StencilReactComponent } from './react-runtime.js';
|
|
6
6
|
import { type DsPanelSubNavCustomEvent } from "@ds-mo/ui";
|
|
7
7
|
import type { Components } from "@ds-mo/ui/dist/components";
|
|
8
8
|
import { DsPanelSubNav as DsPanelSubNavElement } from "@ds-mo/ui/dist/components/ds-panel-sub-nav.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import { createComponent } from '
|
|
2
|
+
import { createComponent } from './react-runtime.js';
|
|
3
3
|
import React from 'react';
|
|
4
4
|
import { DsPanelSubNav as DsPanelSubNavElement, defineCustomElement as defineDsPanelSubNav } from "@ds-mo/ui/dist/components/ds-panel-sub-nav.js";
|
|
5
5
|
export const DsPanelSubNav = /*@__PURE__*/ createComponent({
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file was automatically generated by the Stencil React Output Target.
|
|
3
3
|
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
4
|
*/
|
|
5
|
-
import type { EventName, StencilReactComponent } from '
|
|
5
|
+
import type { EventName, StencilReactComponent } from './react-runtime.js';
|
|
6
6
|
import { type DsPanelToolHeaderCustomEvent } from "@ds-mo/ui";
|
|
7
7
|
import type { Components } from "@ds-mo/ui/dist/components";
|
|
8
8
|
import { DsPanelToolHeader as DsPanelToolHeaderElement } from "@ds-mo/ui/dist/components/ds-panel-tool-header.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import { createComponent } from '
|
|
2
|
+
import { createComponent } from './react-runtime.js';
|
|
3
3
|
import React from 'react';
|
|
4
4
|
import { DsPanelToolHeader as DsPanelToolHeaderElement, defineCustomElement as defineDsPanelToolHeader } from "@ds-mo/ui/dist/components/ds-panel-tool-header.js";
|
|
5
5
|
export const DsPanelToolHeader = /*@__PURE__*/ createComponent({
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file was automatically generated by the Stencil React Output Target.
|
|
3
3
|
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
4
|
*/
|
|
5
|
-
import type { EventName, StencilReactComponent } from '
|
|
5
|
+
import type { EventName, StencilReactComponent } from './react-runtime.js';
|
|
6
6
|
import { type DsPanelToolSearchCustomEvent } from "@ds-mo/ui";
|
|
7
7
|
import type { Components } from "@ds-mo/ui/dist/components";
|
|
8
8
|
import { DsPanelToolSearch as DsPanelToolSearchElement } from "@ds-mo/ui/dist/components/ds-panel-tool-search.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import { createComponent } from '
|
|
2
|
+
import { createComponent } from './react-runtime.js';
|
|
3
3
|
import React from 'react';
|
|
4
4
|
import { DsPanelToolSearch as DsPanelToolSearchElement, defineCustomElement as defineDsPanelToolSearch } from "@ds-mo/ui/dist/components/ds-panel-tool-search.js";
|
|
5
5
|
export const DsPanelToolSearch = /*@__PURE__*/ createComponent({
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file was automatically generated by the Stencil React Output Target.
|
|
3
3
|
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
4
|
*/
|
|
5
|
-
import type { EventName, StencilReactComponent } from '
|
|
5
|
+
import type { EventName, StencilReactComponent } from './react-runtime.js';
|
|
6
6
|
import { type ChromeTransitionDetail, type DsPanelToolsCustomEvent, type PanelToolsToolId } from "@ds-mo/ui";
|
|
7
7
|
import type { Components } from "@ds-mo/ui/dist/components";
|
|
8
8
|
import { DsPanelTools as DsPanelToolsElement } from "@ds-mo/ui/dist/components/ds-panel-tools.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import { createComponent } from '
|
|
2
|
+
import { createComponent } from './react-runtime.js';
|
|
3
3
|
import React from 'react';
|
|
4
4
|
import { DsPanelTools as DsPanelToolsElement, defineCustomElement as defineDsPanelTools } from "@ds-mo/ui/dist/components/ds-panel-tools.js";
|
|
5
5
|
export const DsPanelTools = /*@__PURE__*/ createComponent({
|
package/dist/react/ds-radio.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file was automatically generated by the Stencil React Output Target.
|
|
3
3
|
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
4
|
*/
|
|
5
|
-
import type { EventName, StencilReactComponent } from '
|
|
5
|
+
import type { EventName, StencilReactComponent } from './react-runtime.js';
|
|
6
6
|
import { type DsRadioCustomEvent } from "@ds-mo/ui";
|
|
7
7
|
import type { Components } from "@ds-mo/ui/dist/components";
|
|
8
8
|
import { DsRadio as DsRadioElement } from "@ds-mo/ui/dist/components/ds-radio.js";
|
package/dist/react/ds-radio.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import { createComponent } from '
|
|
2
|
+
import { createComponent } from './react-runtime.js';
|
|
3
3
|
import React from 'react';
|
|
4
4
|
import { DsRadio as DsRadioElement, defineCustomElement as defineDsRadio } from "@ds-mo/ui/dist/components/ds-radio.js";
|
|
5
5
|
export const DsRadio = /*@__PURE__*/ createComponent({
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file was automatically generated by the Stencil React Output Target.
|
|
3
3
|
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
4
|
*/
|
|
5
|
-
import type { EventName, StencilReactComponent } from '
|
|
5
|
+
import type { EventName, StencilReactComponent } from './react-runtime.js';
|
|
6
6
|
import { type DsScrollOverlayCustomEvent, type ScrollOverlayScrollDetail } from "@ds-mo/ui";
|
|
7
7
|
import type { Components } from "@ds-mo/ui/dist/components";
|
|
8
8
|
import { DsScrollOverlay as DsScrollOverlayElement } from "@ds-mo/ui/dist/components/ds-scroll-overlay.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import { createComponent } from '
|
|
2
|
+
import { createComponent } from './react-runtime.js';
|
|
3
3
|
import React from 'react';
|
|
4
4
|
import { DsScrollOverlay as DsScrollOverlayElement, defineCustomElement as defineDsScrollOverlay } from "@ds-mo/ui/dist/components/ds-scroll-overlay.js";
|
|
5
5
|
export const DsScrollOverlay = /*@__PURE__*/ createComponent({
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file was automatically generated by the Stencil React Output Target.
|
|
3
3
|
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
4
|
*/
|
|
5
|
-
import type { EventName, StencilReactComponent } from '
|
|
5
|
+
import type { EventName, StencilReactComponent } from './react-runtime.js';
|
|
6
6
|
import { type DsSelectCustomEvent, type SelectValue } from "@ds-mo/ui";
|
|
7
7
|
import type { Components } from "@ds-mo/ui/dist/components";
|
|
8
8
|
import { DsSelect as DsSelectElement } from "@ds-mo/ui/dist/components/ds-select.js";
|
package/dist/react/ds-select.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import { createComponent } from '
|
|
2
|
+
import { createComponent } from './react-runtime.js';
|
|
3
3
|
import React from 'react';
|
|
4
4
|
import { DsSelect as DsSelectElement, defineCustomElement as defineDsSelect } from "@ds-mo/ui/dist/components/ds-select.js";
|
|
5
5
|
export const DsSelect = /*@__PURE__*/ createComponent({
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file was automatically generated by the Stencil React Output Target.
|
|
3
3
|
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
4
|
*/
|
|
5
|
-
import type { EventName, StencilReactComponent } from '
|
|
5
|
+
import type { EventName, StencilReactComponent } from './react-runtime.js';
|
|
6
6
|
import { type BreadcrumbSelectDetail, type DsShellAppCustomEvent, type NavChromeStyle, type PanelNavUserActionDetail, type PanelToolsToolId, type ShellResponsiveMode } from "@ds-mo/ui";
|
|
7
7
|
import type { Components } from "@ds-mo/ui/dist/components";
|
|
8
8
|
import { DsShellApp as DsShellAppElement } from "@ds-mo/ui/dist/components/ds-shell-app.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import { createComponent } from '
|
|
2
|
+
import { createComponent } from './react-runtime.js';
|
|
3
3
|
import React from 'react';
|
|
4
4
|
import { DsShellApp as DsShellAppElement, defineCustomElement as defineDsShellApp } from "@ds-mo/ui/dist/components/ds-shell-app.js";
|
|
5
5
|
export const DsShellApp = /*@__PURE__*/ createComponent({
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file was automatically generated by the Stencil React Output Target.
|
|
3
3
|
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
4
|
*/
|
|
5
|
-
import type { StencilReactComponent } from '
|
|
5
|
+
import type { StencilReactComponent } from './react-runtime.js';
|
|
6
6
|
import type { Components } from "@ds-mo/ui/dist/components";
|
|
7
7
|
import { DsShellPage as DsShellPageElement } from "@ds-mo/ui/dist/components/ds-shell-page.js";
|
|
8
8
|
export type DsShellPageEvents = NonNullable<unknown>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import { createComponent } from '
|
|
2
|
+
import { createComponent } from './react-runtime.js';
|
|
3
3
|
import React from 'react';
|
|
4
4
|
import { DsShellPage as DsShellPageElement, defineCustomElement as defineDsShellPage } from "@ds-mo/ui/dist/components/ds-shell-page.js";
|
|
5
5
|
export const DsShellPage = /*@__PURE__*/ createComponent({
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file was automatically generated by the Stencil React Output Target.
|
|
3
3
|
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
4
|
*/
|
|
5
|
-
import type { EventName, StencilReactComponent } from '
|
|
5
|
+
import type { EventName, StencilReactComponent } from './react-runtime.js';
|
|
6
6
|
import { type DsShellToolsCustomEvent, type PanelToolsToolId } from "@ds-mo/ui";
|
|
7
7
|
import type { Components } from "@ds-mo/ui/dist/components";
|
|
8
8
|
import { DsShellTools as DsShellToolsElement } from "@ds-mo/ui/dist/components/ds-shell-tools.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import { createComponent } from '
|
|
2
|
+
import { createComponent } from './react-runtime.js';
|
|
3
3
|
import React from 'react';
|
|
4
4
|
import { DsShellTools as DsShellToolsElement, defineCustomElement as defineDsShellTools } from "@ds-mo/ui/dist/components/ds-shell-tools.js";
|
|
5
5
|
export const DsShellTools = /*@__PURE__*/ createComponent({
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file was automatically generated by the Stencil React Output Target.
|
|
3
3
|
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
4
|
*/
|
|
5
|
-
import type { StencilReactComponent } from '
|
|
5
|
+
import type { StencilReactComponent } from './react-runtime.js';
|
|
6
6
|
import type { Components } from "@ds-mo/ui/dist/components";
|
|
7
7
|
import { DsSkeleton as DsSkeletonElement } from "@ds-mo/ui/dist/components/ds-skeleton.js";
|
|
8
8
|
export type DsSkeletonEvents = NonNullable<unknown>;
|