@ds-mo/ui 8.3.1 → 9.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (184) hide show
  1. package/README.md +28 -3
  2. package/dist/.build-stamp +1 -1
  3. package/dist/agent-patterns.json +233 -0
  4. package/dist/agent.json +155 -174
  5. package/dist/angular/ds-menu.d.ts +6 -1
  6. package/dist/angular/ds-menu.js +7 -4
  7. package/dist/angular/ds-swatch-picker.d.ts +15 -0
  8. package/dist/angular/{ds-pagination.js → ds-swatch-picker.js} +15 -15
  9. package/dist/angular/index.d.ts +1 -1
  10. package/dist/angular/index.js +1 -2
  11. package/dist/angular/proxies.d.ts +1 -2
  12. package/dist/angular/proxies.js +1 -2
  13. package/dist/components/ds-app-shell.js +1 -1
  14. package/dist/components/ds-badge.js +1 -1
  15. package/dist/components/ds-banner.js +1 -1
  16. package/dist/components/ds-bar-nav.js +1 -1
  17. package/dist/components/ds-bar-nav.js.map +1 -1
  18. package/dist/components/ds-button-filled.js +1 -1
  19. package/dist/components/ds-button-unfilled.js +1 -1
  20. package/dist/components/ds-card-data-viz-donut.js +1 -1
  21. package/dist/components/ds-card-setting.js +1 -1
  22. package/dist/components/ds-card-shell-data-viz.js +1 -1
  23. package/dist/components/ds-card.js +1 -1
  24. package/dist/components/ds-chart-bar.js +1 -1
  25. package/dist/components/ds-chart-bar.js.map +1 -1
  26. package/dist/components/ds-chart-donut.js +1 -1
  27. package/dist/components/ds-chart-legend.js +1 -1
  28. package/dist/components/ds-chart-line.js +1 -1
  29. package/dist/components/ds-checkbox.js +1 -1
  30. package/dist/components/ds-chip.js +1 -1
  31. package/dist/components/ds-empty-state.js +1 -1
  32. package/dist/components/ds-field.js +1 -1
  33. package/dist/components/ds-input.js +1 -1
  34. package/dist/components/ds-menu.js +1 -1
  35. package/dist/components/ds-modal.js +1 -1
  36. package/dist/components/ds-panel-nav.js +1 -1
  37. package/dist/components/ds-panel-nav.js.map +1 -1
  38. package/dist/components/ds-panel-sub-nav.js +1 -1
  39. package/dist/components/ds-panel-tools.js +1 -1
  40. package/dist/components/ds-radio.js +1 -1
  41. package/dist/components/ds-select-multi.js +1 -1
  42. package/dist/components/ds-select-multi.js.map +1 -1
  43. package/dist/components/ds-select.js +1 -1
  44. package/dist/components/ds-select.js.map +1 -1
  45. package/dist/components/ds-shell-gradient-picker.js +1 -1
  46. package/dist/components/ds-shell-gradient-picker.js.map +1 -1
  47. package/dist/components/ds-shell-gradient-swatch.js +1 -1
  48. package/dist/components/ds-shell-gradient-swatch.js.map +1 -1
  49. package/dist/components/ds-skeleton.js +1 -1
  50. package/dist/components/ds-skeleton.js.map +1 -1
  51. package/dist/components/ds-slider.js +1 -1
  52. package/dist/components/ds-slider.js.map +1 -1
  53. package/dist/components/{ds-pagination.d.ts → ds-swatch-picker.d.ts} +4 -4
  54. package/dist/components/ds-swatch-picker.js +2 -0
  55. package/dist/components/ds-swatch-picker.js.map +1 -0
  56. package/dist/components/ds-tab-group.js +1 -1
  57. package/dist/components/ds-tag.js +1 -1
  58. package/dist/components/ds-text.js +1 -1
  59. package/dist/components/ds-tooltip-data-viz.js +1 -1
  60. package/dist/components/ds-tooltip.js +1 -1
  61. package/dist/components/{p-CysJosvS.js → p-B-zhgAvL.js} +2 -2
  62. package/dist/components/{p-C21sIElQ.js → p-BLzivrE3.js} +2 -2
  63. package/dist/components/{p-DAuadHYu.js → p-BbV68F23.js} +2 -2
  64. package/dist/components/{p-_y99wWNU.js → p-C7RObioO.js} +2 -2
  65. package/dist/components/{p-DxQ4gzbA.js → p-CZ9wemOA.js} +2 -2
  66. package/dist/components/{p-BKA6houZ.js → p-CbS_WWs2.js} +2 -2
  67. package/dist/components/p-D1HFMTdC.js +2 -0
  68. package/dist/components/p-D1HFMTdC.js.map +1 -0
  69. package/dist/components/{p-BGcSrHKl.js → p-DT2MK8Kt.js} +2 -2
  70. package/dist/components/{p-DV23KMU-.js → p-DyZj3k9S.js} +2 -2
  71. package/dist/components/p-HBIxvS5C.js +2 -0
  72. package/dist/components/p-HBIxvS5C.js.map +1 -0
  73. package/dist/components/{p-D6hvtWDk.js → p-KRGBGTu5.js} +2 -2
  74. package/dist/components/p-l6PmnW_P.js +2 -0
  75. package/dist/components/p-l6PmnW_P.js.map +1 -0
  76. package/dist/components/p-tQ1QHeOE.js +2 -0
  77. package/dist/components/p-tQ1QHeOE.js.map +1 -0
  78. package/dist/docs/components.json +546 -1024
  79. package/dist/lib/components/Menu/menu-placement.d.ts +6 -3
  80. package/dist/lib/shell/index.d.ts +2 -2
  81. package/dist/lib/shell/index.js +40 -39
  82. package/dist/lib/shell/index.js.map +3 -3
  83. package/dist/lib/shell/shell-gradient-presets.d.ts +15 -0
  84. package/dist/lib/utils/choice-popup-alignment.d.ts +20 -0
  85. package/dist/lib/utils/index.d.ts +2 -0
  86. package/dist/lib/utils/index.js +16 -0
  87. package/dist/lib/utils/index.js.map +3 -3
  88. package/dist/mcp/cli.js +31409 -0
  89. package/dist/mcp-data/registry/app-shell.json +210 -0
  90. package/dist/mcp-data/registry/badge.json +289 -0
  91. package/dist/mcp-data/registry/banner.json +206 -0
  92. package/dist/mcp-data/registry/bar-nav.json +341 -0
  93. package/dist/mcp-data/registry/button-filled.json +386 -0
  94. package/dist/mcp-data/registry/button-unfilled.json +537 -0
  95. package/dist/mcp-data/registry/card-data-viz-donut.json +143 -0
  96. package/dist/mcp-data/registry/card-setting.json +194 -0
  97. package/dist/mcp-data/registry/card-shell-data-viz.json +173 -0
  98. package/dist/mcp-data/registry/card.json +126 -0
  99. package/dist/mcp-data/registry/chart-bar.json +121 -0
  100. package/dist/mcp-data/registry/chart-donut.json +257 -0
  101. package/dist/mcp-data/registry/chart-legend.json +209 -0
  102. package/dist/mcp-data/registry/chart-line.json +153 -0
  103. package/dist/mcp-data/registry/checkbox.json +361 -0
  104. package/dist/mcp-data/registry/chip.json +276 -0
  105. package/dist/mcp-data/registry/divider.json +225 -0
  106. package/dist/mcp-data/registry/empty-state.json +197 -0
  107. package/dist/mcp-data/registry/field.json +222 -0
  108. package/dist/mcp-data/registry/icon.json +242 -0
  109. package/dist/mcp-data/registry/input.json +597 -0
  110. package/dist/mcp-data/registry/loader.json +192 -0
  111. package/dist/mcp-data/registry/menu.json +459 -0
  112. package/dist/mcp-data/registry/modal.json +150 -0
  113. package/dist/mcp-data/registry/panel-nav.json +622 -0
  114. package/dist/mcp-data/registry/panel-sub-nav.json +249 -0
  115. package/dist/mcp-data/registry/panel-tools.json +374 -0
  116. package/dist/mcp-data/registry/radio.json +374 -0
  117. package/dist/mcp-data/registry/registry.json +5389 -0
  118. package/dist/mcp-data/registry/select-multi.json +755 -0
  119. package/dist/mcp-data/registry/select.json +740 -0
  120. package/dist/mcp-data/registry/shell-gradient-picker.json +195 -0
  121. package/dist/mcp-data/registry/shell-gradient-swatch.json +215 -0
  122. package/dist/mcp-data/registry/skeleton.json +282 -0
  123. package/dist/mcp-data/registry/slider.json +657 -0
  124. package/dist/mcp-data/registry/swatch-picker.json +231 -0
  125. package/dist/mcp-data/registry/switch.json +361 -0
  126. package/dist/mcp-data/registry/tab-group.json +255 -0
  127. package/dist/mcp-data/registry/tag.json +352 -0
  128. package/dist/mcp-data/registry/text.json +371 -0
  129. package/dist/mcp-data/registry/tooltip-data-viz.json +158 -0
  130. package/dist/mcp-data/registry/tooltip.json +311 -0
  131. package/dist/react/components.d.ts +1 -2
  132. package/dist/react/components.js +1 -2
  133. package/dist/react/ds-menu.d.ts +1 -0
  134. package/dist/react/ds-menu.js +2 -1
  135. package/dist/react/ds-swatch-picker.d.ts +12 -0
  136. package/dist/react/ds-swatch-picker.js +12 -0
  137. package/dist/types/components/Menu/Menu.d.ts +7 -1
  138. package/dist/types/components/Menu/menu-placement.d.ts +6 -3
  139. package/dist/types/components/Menu/menu-types.d.ts +14 -1
  140. package/dist/types/components/ShellGradientPicker/ShellGradientPicker.d.ts +2 -5
  141. package/dist/types/components/ShellGradientSwatch/ShellGradientSwatch.d.ts +1 -0
  142. package/dist/types/components/SwatchPicker/SwatchPicker.d.ts +21 -0
  143. package/dist/types/components/SwatchPicker/swatch-picker-types.d.ts +26 -0
  144. package/dist/types/components.d.ts +117 -237
  145. package/dist/types/shell/index.d.ts +2 -2
  146. package/dist/types/shell/shell-gradient-presets.d.ts +15 -0
  147. package/dist/types/utils/choice-popup-alignment.d.ts +21 -0
  148. package/dist/types/utils/index.d.ts +2 -0
  149. package/package.json +6 -2
  150. package/dist/angular/ds-pagination.d.ts +0 -15
  151. package/dist/angular/ds-table.d.ts +0 -33
  152. package/dist/angular/ds-table.js +0 -48
  153. package/dist/components/ds-pagination.js +0 -2
  154. package/dist/components/ds-pagination.js.map +0 -1
  155. package/dist/components/ds-table.d.ts +0 -11
  156. package/dist/components/ds-table.js +0 -2
  157. package/dist/components/ds-table.js.map +0 -1
  158. package/dist/components/p-CKV6rOGa.js +0 -2
  159. package/dist/components/p-CKV6rOGa.js.map +0 -1
  160. package/dist/components/p-CSTr2132.js +0 -2
  161. package/dist/components/p-CSTr2132.js.map +0 -1
  162. package/dist/components/p-C_cu-HIT.js +0 -2
  163. package/dist/components/p-C_cu-HIT.js.map +0 -1
  164. package/dist/components/p-D0B9uDTP.js +0 -2
  165. package/dist/components/p-D0B9uDTP.js.map +0 -1
  166. package/dist/components/p-DhxWfdX0.js +0 -2
  167. package/dist/components/p-DhxWfdX0.js.map +0 -1
  168. package/dist/components/p-Pip-LNhl.js +0 -2
  169. package/dist/components/p-Pip-LNhl.js.map +0 -1
  170. package/dist/react/ds-pagination.d.ts +0 -12
  171. package/dist/react/ds-pagination.js +0 -12
  172. package/dist/react/ds-table.d.ts +0 -21
  173. package/dist/react/ds-table.js +0 -16
  174. package/dist/types/components/Pagination/Pagination.d.ts +0 -14
  175. package/dist/types/components/Table/Table.d.ts +0 -56
  176. /package/dist/components/{p-CysJosvS.js.map → p-B-zhgAvL.js.map} +0 -0
  177. /package/dist/components/{p-C21sIElQ.js.map → p-BLzivrE3.js.map} +0 -0
  178. /package/dist/components/{p-DAuadHYu.js.map → p-BbV68F23.js.map} +0 -0
  179. /package/dist/components/{p-_y99wWNU.js.map → p-C7RObioO.js.map} +0 -0
  180. /package/dist/components/{p-DxQ4gzbA.js.map → p-CZ9wemOA.js.map} +0 -0
  181. /package/dist/components/{p-BKA6houZ.js.map → p-CbS_WWs2.js.map} +0 -0
  182. /package/dist/components/{p-BGcSrHKl.js.map → p-DT2MK8Kt.js.map} +0 -0
  183. /package/dist/components/{p-DV23KMU-.js.map → p-DyZj3k9S.js.map} +0 -0
  184. /package/dist/components/{p-D6hvtWDk.js.map → p-KRGBGTu5.js.map} +0 -0
package/dist/agent.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "schemaVersion": "1.0.0",
3
3
  "package": "@ds-mo/ui",
4
- "packageVersion": "8.3.1",
4
+ "packageVersion": "9.1.0",
5
5
  "kind": "components",
6
6
  "entries": [
7
7
  {
@@ -29,7 +29,7 @@
29
29
  "component:ds-panel-nav",
30
30
  "component:ds-bar-nav",
31
31
  "component:ds-panel-tools",
32
- "component:ds-shell-gradient-picker"
32
+ "component:ds-swatch-picker"
33
33
  ],
34
34
  "patterns": [
35
35
  "pattern:application-shell"
@@ -672,6 +672,9 @@
672
672
  "component:ds-menu",
673
673
  "component:ds-panel-tools"
674
674
  ],
675
+ "patterns": [
676
+ "pattern:menu-trigger"
677
+ ],
675
678
  "accessibility": [
676
679
  "Provide an explicit accessible name for every icon-only action.",
677
680
  "Use active state only for a persistent toggle or mode, and synchronize pressed semantics unless an owning composite exposes the selection state.",
@@ -2382,14 +2385,17 @@
2382
2385
  "component:ds-button-unfilled",
2383
2386
  "component:ds-panel-nav",
2384
2387
  "component:ds-switch",
2385
- "component:ds-shell-gradient-picker"
2388
+ "component:ds-swatch-picker"
2389
+ ],
2390
+ "patterns": [
2391
+ "pattern:menu-trigger"
2386
2392
  ],
2387
2393
  "accessibility": [
2388
2394
  "Anchor the menu to the control that opens it and return focus to that control when the menu closes.",
2389
2395
  "Open with visible initial focus only when the trigger was activated from the keyboard.",
2390
2396
  "Keep disabled items discoverable only when their unavailable state is meaningful.",
2391
2397
  "Switch rows use menuitemcheckbox semantics on the row; the nested ds-switch is an aria-hidden md presentation indicator.",
2392
- "A gradient-picker section changes the popup to a non-modal dialog so its radio group and ordinary preference buttons keep valid nested semantics; Tab moves between its controls, then leaves and closes at the popup boundary.",
2398
+ "A swatch-picker section changes the popup to a non-modal dialog so its radio group and ordinary preference buttons keep valid nested semantics; Tab moves between its controls, then leaves and closes at the popup boundary.",
2393
2399
  "Use notification dots only as supplemental status and not as the sole indication of important information."
2394
2400
  ],
2395
2401
  "states": [
@@ -2397,9 +2403,10 @@
2397
2403
  "Use either flat items or sections, not both.",
2398
2404
  "After dsSelect from a switch row, update switchValue in the items property so the controlled indicator reflects the new state.",
2399
2405
  "Arrays, objects, and element anchors must be assigned as JavaScript properties.",
2400
- "Use one gradient-picker section in the user or account Appearance or Theme popup for the global AppShell wash preference; apply dsGradientSelect immediately without closing the popup."
2406
+ "Use a swatch-picker section for a small curated visual preference and apply dsSwatchSelect immediately without closing the popup; the legacy gradient-picker section and dsGradientSelect remain compatibility-only."
2401
2407
  ],
2402
2408
  "responsiveBehavior": [
2409
+ "Keep the default choice-cell anchor alignment so the first or last interactive row edge aligns with its trigger, matching Select; use popup-frame only for deliberate custom frame geometry.",
2403
2410
  "Choose placement relative to the trigger and allow the component to clamp the popup to the viewport.",
2404
2411
  "Avoid fixed widths that exceed narrow viewports."
2405
2412
  ],
@@ -2439,6 +2446,10 @@
2439
2446
  "type": "HTMLElement | undefined",
2440
2447
  "required": false
2441
2448
  },
2449
+ "anchorAlignment": {
2450
+ "type": "ChoicePopupAnchorAlignment",
2451
+ "required": false
2452
+ },
2442
2453
  "anchorId": {
2443
2454
  "type": "string | undefined",
2444
2455
  "required": false
@@ -2492,6 +2503,10 @@
2492
2503
  {
2493
2504
  "name": "dsSelect",
2494
2505
  "detail": "MenuItemData"
2506
+ },
2507
+ {
2508
+ "name": "dsSwatchSelect",
2509
+ "detail": "string"
2495
2510
  }
2496
2511
  ],
2497
2512
  "slots": []
@@ -2507,7 +2522,7 @@
2507
2522
  ],
2508
2523
  "componentDependencies": [
2509
2524
  "badge",
2510
- "shell-gradient-picker",
2525
+ "swatch-picker",
2511
2526
  "switch",
2512
2527
  "text"
2513
2528
  ]
@@ -2560,66 +2575,6 @@
2560
2575
  "text"
2561
2576
  ]
2562
2577
  },
2563
- {
2564
- "id": "component:ds-pagination",
2565
- "tag": "ds-pagination",
2566
- "name": "pagination",
2567
- "title": "Pagination",
2568
- "summary": "Standalone page navigation with ellipsis for large ranges, sibling count control, and keyboard-accessible buttons.",
2569
- "intentStatus": "migration-pending",
2570
- "intent": null,
2571
- "api": {
2572
- "props": {
2573
- "isInactive": {
2574
- "type": "boolean",
2575
- "required": false
2576
- },
2577
- "nextPageLabel": {
2578
- "type": "string",
2579
- "required": false
2580
- },
2581
- "page": {
2582
- "type": "number",
2583
- "required": false
2584
- },
2585
- "paginationLabel": {
2586
- "type": "string",
2587
- "required": false
2588
- },
2589
- "previousPageLabel": {
2590
- "type": "string",
2591
- "required": false
2592
- },
2593
- "siblingCount": {
2594
- "type": "number",
2595
- "required": false
2596
- },
2597
- "totalPages": {
2598
- "type": "number",
2599
- "required": false
2600
- }
2601
- },
2602
- "events": [
2603
- {
2604
- "name": "dsPageChange",
2605
- "detail": "number"
2606
- }
2607
- ],
2608
- "slots": []
2609
- },
2610
- "exports": {
2611
- "customElement": "ds-pagination",
2612
- "react": "DsPagination",
2613
- "angular": "DsPagination"
2614
- },
2615
- "dependencies": [
2616
- "@ds-mo/ui",
2617
- "@ds-mo/tokens"
2618
- ],
2619
- "componentDependencies": [
2620
- "text"
2621
- ]
2622
- },
2623
2578
  {
2624
2579
  "id": "component:ds-panel-nav",
2625
2580
  "tag": "ds-panel-nav",
@@ -3817,12 +3772,14 @@
3817
3772
  "tag": "ds-shell-gradient-picker",
3818
3773
  "name": "shell-gradient-picker",
3819
3774
  "title": "ShellGradientPicker",
3820
- "summary": "The canonical compact control for selecting the single global AppShell chrome wash preference from fixed token-based presets.",
3775
+ "summary": "Deprecated compatibility wrapper that maps the fixed AppShell wash presets into SwatchPicker.",
3821
3776
  "intentStatus": "complete",
3822
3777
  "intent": {
3823
3778
  "audience": "specialized",
3824
- "status": "stable",
3825
- "summary": "The canonical compact control for selecting the single global AppShell chrome wash preference from fixed token-based presets.",
3779
+ "status": "deprecated",
3780
+ "replacedBy": "component:ds-swatch-picker",
3781
+ "replacementReason": "SwatchPicker now owns the same accessible interaction with a generic option model that supports both flat colors and gradients.",
3782
+ "summary": "Deprecated compatibility wrapper that maps the fixed AppShell wash presets into SwatchPicker.",
3826
3783
  "useWhen": [
3827
3784
  "Adding the Appearance or Theme section to the application's user or account menu.",
3828
3785
  "Users must choose the global AppShell chrome treatment from none, cool, neutral, warm, or fresh."
@@ -3876,8 +3833,8 @@
3876
3833
  },
3877
3834
  "references": [
3878
3835
  {
3879
- "label": "Executable stories",
3880
- "path": "src/wc/components/ShellGradientPicker/ShellGradientPicker.stories.ts"
3836
+ "label": "Replacement stories",
3837
+ "path": "src/wc/components/SwatchPicker/SwatchPicker.stories.ts"
3881
3838
  },
3882
3839
  {
3883
3840
  "label": "AppShell gradient contract",
@@ -3918,7 +3875,7 @@
3918
3875
  "@ds-mo/tokens"
3919
3876
  ],
3920
3877
  "componentDependencies": [
3921
- "shell-gradient-swatch"
3878
+ "swatch-picker"
3922
3879
  ]
3923
3880
  },
3924
3881
  {
@@ -3926,12 +3883,14 @@
3926
3883
  "tag": "ds-shell-gradient-swatch",
3927
3884
  "name": "shell-gradient-swatch",
3928
3885
  "title": "ShellGradientSwatch",
3929
- "summary": "Internal radio swatch used by ShellGradientPicker to preview one fixed AppShell chrome preset.",
3886
+ "summary": "Deprecated internal compatibility component for one legacy AppShell gradient swatch.",
3930
3887
  "intentStatus": "complete",
3931
3888
  "intent": {
3932
3889
  "audience": "internal",
3933
- "status": "stable",
3934
- "summary": "Internal radio swatch used by ShellGradientPicker to preview one fixed AppShell chrome preset.",
3890
+ "status": "deprecated",
3891
+ "replacedBy": "component:ds-swatch-picker",
3892
+ "replacementReason": "SwatchPicker renders its option buttons internally so an individually published radio swatch is no longer needed.",
3893
+ "summary": "Deprecated internal compatibility component for one legacy AppShell gradient swatch.",
3935
3894
  "useWhen": [
3936
3895
  "Maintaining or extending ShellGradientPicker inside CompoMo."
3937
3896
  ],
@@ -3943,12 +3902,12 @@
3943
3902
  "alternatives": [
3944
3903
  {
3945
3904
  "when": "An application needs the supported global shell appearance control.",
3946
- "component": "component:ds-shell-gradient-picker",
3947
- "reason": "The picker provides the complete preset set, radio semantics, keyboard behavior, and selection event."
3905
+ "component": "component:ds-swatch-picker",
3906
+ "reason": "SwatchPicker provides the complete radio-group semantics, keyboard behavior, generic previews, and selection event."
3948
3907
  }
3949
3908
  ],
3950
3909
  "commonlyComposedWith": [
3951
- "component:ds-shell-gradient-picker"
3910
+ "component:ds-swatch-picker"
3952
3911
  ],
3953
3912
  "accessibility": [
3954
3913
  "Keep radio semantics, aria-checked state, and a preset-specific accessible name on the internal button.",
@@ -4060,7 +4019,6 @@
4060
4019
  ],
4061
4020
  "commonlyComposedWith": [
4062
4021
  "component:ds-card",
4063
- "component:ds-table",
4064
4022
  "component:ds-text",
4065
4023
  "component:ds-icon"
4066
4024
  ],
@@ -4207,6 +4165,7 @@
4207
4165
  "Focused, filled, dirty, touched, dragging, valid, disabled, read-only, and orientation data hooks expose interaction state without changing the value contract."
4208
4166
  ],
4209
4167
  "responsiveBehavior": [
4168
+ "The visible label uses the same primary emphasized text-body-small recipe as Field at every density; the value uses the same primary metric without emphasis.",
4210
4169
  "Horizontal Slider fills the width supplied by its parent; the parent chooses an appropriate readable track length.",
4211
4170
  "Vertical Slider owns a token-based default length that may be overridden with --ds-slider-vertical-length in layout-specific compositions.",
4212
4171
  "Use md in ordinary forms and sm or xs only when the surrounding control density uses the same recipe.",
@@ -4376,6 +4335,121 @@
4376
4335
  "text"
4377
4336
  ]
4378
4337
  },
4338
+ {
4339
+ "id": "component:ds-swatch-picker",
4340
+ "tag": "ds-swatch-picker",
4341
+ "name": "swatch-picker",
4342
+ "title": "SwatchPicker",
4343
+ "summary": "Compact one-of-many picker for curated flat-color, gradient, or visually absent presets with optional section separators and roving radio-group interaction.",
4344
+ "intentStatus": "complete",
4345
+ "intent": {
4346
+ "audience": "general",
4347
+ "status": "stable",
4348
+ "summary": "Compact one-of-many picker for curated flat-color, gradient, or visually absent presets with optional section separators and roving radio-group interaction.",
4349
+ "useWhen": [
4350
+ "Users choose exactly one visual preset from a small curated set.",
4351
+ "Options are best compared through compact flat-color or gradient previews.",
4352
+ "A settings surface or richer menu needs an immediately applied visual preference."
4353
+ ],
4354
+ "avoidWhen": [
4355
+ "Users need an unrestricted spectrum, numeric channels, opacity editing, or custom CSS gradient construction.",
4356
+ "Text labels are the primary distinction between choices; use Radio instead.",
4357
+ "The choice is a submitted form value with validation or a long compact list; use Radio or Select.",
4358
+ "Color or gradient is the only indication of status, meaning, or required action."
4359
+ ],
4360
+ "alternatives": [
4361
+ {
4362
+ "when": "The user needs an arbitrary color rather than a curated preset.",
4363
+ "component": "component:ds-input",
4364
+ "reason": "SwatchPicker intentionally does not provide spectrum, channel, or free-form value editing."
4365
+ },
4366
+ {
4367
+ "when": "Visible text labels are more important than visual previews.",
4368
+ "component": "component:ds-radio",
4369
+ "reason": "Radio presents explicit one-of-many option labels and native form behavior."
4370
+ },
4371
+ {
4372
+ "when": "The option set is long or must remain compact.",
4373
+ "component": "component:ds-select",
4374
+ "reason": "Select scales a larger named choice set into an anchored listbox."
4375
+ }
4376
+ ],
4377
+ "commonlyComposedWith": [
4378
+ "component:ds-menu",
4379
+ "component:ds-app-shell"
4380
+ ],
4381
+ "accessibility": [
4382
+ "Provide a localized groupLabel describing the complete choice.",
4383
+ "Give every option a meaningful label because its visual preview is never its accessible name.",
4384
+ "The options form one radio group with one Tab stop; Arrow keys wrap across active options while Home and End select the boundaries.",
4385
+ "Inactive options remain named and disabled, and keyboard movement skips them."
4386
+ ],
4387
+ "states": [
4388
+ "value is the selected option value and updates when the user chooses an active option.",
4389
+ "options provides one flat list; sections takes precedence and adds visual separators while preserving one radio group.",
4390
+ "A preview may use a token-based backgroundColor, a CSS gradient backgroundImage, and an optional opacity from zero through one.",
4391
+ "The parent owns persistence and application of the selected value; SwatchPicker owns only choice interaction and dsChange."
4392
+ ],
4393
+ "responsiveBehavior": [
4394
+ "Options wrap within the width supplied by the parent while retaining compact fixed swatch geometry.",
4395
+ "Keep the set small enough for direct visual comparison; switch to a named list when wrapping harms comprehension."
4396
+ ],
4397
+ "frameworkCaveats": {
4398
+ "customElements": [
4399
+ "Assign options or sections as JavaScript properties, bind value, and listen for dsChange."
4400
+ ],
4401
+ "react": [
4402
+ "Use DsSwatchPicker, pass option arrays as props, and handle onDsChange."
4403
+ ],
4404
+ "angular": [
4405
+ "Use property bindings for options or sections and handle dsChange to update application state."
4406
+ ]
4407
+ },
4408
+ "references": [
4409
+ {
4410
+ "label": "Executable stories",
4411
+ "path": "src/wc/components/SwatchPicker/SwatchPicker.stories.ts"
4412
+ }
4413
+ ]
4414
+ },
4415
+ "api": {
4416
+ "props": {
4417
+ "groupLabel": {
4418
+ "type": "string",
4419
+ "required": false
4420
+ },
4421
+ "options": {
4422
+ "type": "SwatchPickerOption[]",
4423
+ "required": false
4424
+ },
4425
+ "sections": {
4426
+ "type": "SwatchPickerSection[]",
4427
+ "required": false
4428
+ },
4429
+ "value": {
4430
+ "type": "string",
4431
+ "required": false
4432
+ }
4433
+ },
4434
+ "events": [
4435
+ {
4436
+ "name": "dsChange",
4437
+ "detail": "string"
4438
+ }
4439
+ ],
4440
+ "slots": []
4441
+ },
4442
+ "exports": {
4443
+ "customElement": "ds-swatch-picker",
4444
+ "react": "DsSwatchPicker",
4445
+ "angular": "DsSwatchPicker"
4446
+ },
4447
+ "dependencies": [
4448
+ "@ds-mo/ui",
4449
+ "@ds-mo/tokens"
4450
+ ],
4451
+ "componentDependencies": []
4452
+ },
4379
4453
  {
4380
4454
  "id": "component:ds-switch",
4381
4455
  "tag": "ds-switch",
@@ -4668,99 +4742,6 @@
4668
4742
  "text"
4669
4743
  ]
4670
4744
  },
4671
- {
4672
- "id": "component:ds-table",
4673
- "tag": "ds-table",
4674
- "name": "table",
4675
- "title": "Table",
4676
- "summary": "Data table with CSS grid layout, sorting, pagination, loading skeleton, row selection, and custom cell rendering.",
4677
- "intentStatus": "migration-pending",
4678
- "intent": null,
4679
- "api": {
4680
- "props": {
4681
- "columns": {
4682
- "type": "TableColumn[]",
4683
- "required": false
4684
- },
4685
- "data": {
4686
- "type": "unknown[]",
4687
- "required": false
4688
- },
4689
- "emptyMessage": {
4690
- "type": "string",
4691
- "required": false
4692
- },
4693
- "loading": {
4694
- "type": "boolean",
4695
- "required": false
4696
- },
4697
- "loadingLabel": {
4698
- "type": "string",
4699
- "required": false
4700
- },
4701
- "locale": {
4702
- "type": "string | undefined",
4703
- "required": false
4704
- },
4705
- "nextPageLabel": {
4706
- "type": "string",
4707
- "required": false
4708
- },
4709
- "pageIndex": {
4710
- "type": "number | undefined",
4711
- "required": false
4712
- },
4713
- "pageSize": {
4714
- "type": "number",
4715
- "required": false
4716
- },
4717
- "pageStatusLabel": {
4718
- "type": "string",
4719
- "required": false
4720
- },
4721
- "previousPageLabel": {
4722
- "type": "string",
4723
- "required": false
4724
- },
4725
- "selectedRows": {
4726
- "type": "string",
4727
- "required": false
4728
- },
4729
- "sortState": {
4730
- "type": "SortState | undefined",
4731
- "required": false
4732
- }
4733
- },
4734
- "events": [
4735
- {
4736
- "name": "dsPageChange",
4737
- "detail": "{ pageIndex: number }"
4738
- },
4739
- {
4740
- "name": "dsRowClick",
4741
- "detail": "{ row: unknown; rowIndex: number }"
4742
- },
4743
- {
4744
- "name": "dsSort",
4745
- "detail": "{ columnId: string }"
4746
- }
4747
- ],
4748
- "slots": []
4749
- },
4750
- "exports": {
4751
- "customElement": "ds-table",
4752
- "react": "DsTable",
4753
- "angular": "DsTable"
4754
- },
4755
- "dependencies": [
4756
- "@ds-mo/ui",
4757
- "@ds-mo/tokens"
4758
- ],
4759
- "componentDependencies": [
4760
- "skeleton",
4761
- "text"
4762
- ]
4763
- },
4764
4745
  {
4765
4746
  "id": "component:ds-tag",
4766
4747
  "tag": "ds-tag",
@@ -4804,9 +4785,9 @@
4804
4785
  ],
4805
4786
  "commonlyComposedWith": [
4806
4787
  "component:ds-card",
4807
- "component:ds-table",
4808
4788
  "component:ds-text",
4809
- "component:ds-icon"
4789
+ "component:ds-icon",
4790
+ "component:ds-menu"
4810
4791
  ],
4811
4792
  "accessibility": [
4812
4793
  "The visible label provides Tag's accessible name; a separate aria-label is normally unnecessary.",
@@ -10,9 +10,10 @@ export declare class DsMenu {
10
10
  dsClose: EventEmitter<DsMenuCustomEvent<void>>;
11
11
  dsSelect: EventEmitter<DsMenuCustomEvent<IDsMenuMenuItemData>>;
12
12
  dsGradientSelect: EventEmitter<DsMenuCustomEvent<IDsMenuShellGradientPreset>>;
13
+ dsSwatchSelect: EventEmitter<DsMenuCustomEvent<string>>;
13
14
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
14
15
  static ɵfac: i0.ɵɵFactoryDeclaration<DsMenu, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<DsMenu, "ds-menu", never, { "align": { "alias": "align"; "required": false; }; "alignOffset": { "alias": "alignOffset"; "required": false; }; "anchor": { "alias": "anchor"; "required": false; }; "anchorId": { "alias": "anchorId"; "required": false; }; "initialFocusVisible": { "alias": "initialFocusVisible"; "required": false; }; "items": { "alias": "items"; "required": false; }; "menuLabel": { "alias": "menuLabel"; "required": false; }; "menuWidth": { "alias": "menuWidth"; "required": false; }; "minWidth": { "alias": "minWidth"; "required": false; }; "open": { "alias": "open"; "required": false; }; "sections": { "alias": "sections"; "required": false; }; "side": { "alias": "side"; "required": false; }; "sideOffset": { "alias": "sideOffset"; "required": false; }; }, { "dsClose": "dsClose"; "dsSelect": "dsSelect"; "dsGradientSelect": "dsGradientSelect"; }, never, ["*"], true, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<DsMenu, "ds-menu", never, { "align": { "alias": "align"; "required": false; }; "alignOffset": { "alias": "alignOffset"; "required": false; }; "anchor": { "alias": "anchor"; "required": false; }; "anchorAlignment": { "alias": "anchorAlignment"; "required": false; }; "anchorId": { "alias": "anchorId"; "required": false; }; "initialFocusVisible": { "alias": "initialFocusVisible"; "required": false; }; "items": { "alias": "items"; "required": false; }; "menuLabel": { "alias": "menuLabel"; "required": false; }; "menuWidth": { "alias": "menuWidth"; "required": false; }; "minWidth": { "alias": "minWidth"; "required": false; }; "open": { "alias": "open"; "required": false; }; "sections": { "alias": "sections"; "required": false; }; "side": { "alias": "side"; "required": false; }; "sideOffset": { "alias": "sideOffset"; "required": false; }; }, { "dsClose": "dsClose"; "dsSelect": "dsSelect"; "dsGradientSelect": "dsGradientSelect"; "dsSwatchSelect": "dsSwatchSelect"; }, never, ["*"], true, never>;
16
17
  }
17
18
  export declare interface DsMenu extends Components.DsMenu {
18
19
  dsClose: EventEmitter<DsMenuCustomEvent<void>>;
@@ -21,4 +22,8 @@ export declare interface DsMenu extends Components.DsMenu {
21
22
  * Emitted when a `gradient-picker` section swatch is chosen.
22
23
  */
23
24
  dsGradientSelect: EventEmitter<DsMenuCustomEvent<IDsMenuShellGradientPreset>>;
25
+ /**
26
+ * Emitted when a generic `swatch-picker` section option is chosen.
27
+ */
28
+ dsSwatchSelect: EventEmitter<DsMenuCustomEvent<string>>;
24
29
  }
@@ -16,16 +16,17 @@ let DsMenu = class DsMenu {
16
16
  this.dsClose = new EventEmitter();
17
17
  this.dsSelect = new EventEmitter();
18
18
  this.dsGradientSelect = new EventEmitter();
19
+ this.dsSwatchSelect = new EventEmitter();
19
20
  c.detach();
20
21
  this.el = r.nativeElement;
21
22
  }
22
23
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.6", ngImport: i0, type: DsMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
23
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.6", type: DsMenu, isStandalone: true, selector: "ds-menu", inputs: { align: "align", alignOffset: "alignOffset", anchor: "anchor", anchorId: "anchorId", initialFocusVisible: "initialFocusVisible", items: "items", menuLabel: "menuLabel", menuWidth: "menuWidth", minWidth: "minWidth", open: "open", sections: "sections", side: "side", sideOffset: "sideOffset" }, outputs: { dsClose: "dsClose", dsSelect: "dsSelect", dsGradientSelect: "dsGradientSelect" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
24
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.6", type: DsMenu, isStandalone: true, selector: "ds-menu", inputs: { align: "align", alignOffset: "alignOffset", anchor: "anchor", anchorAlignment: "anchorAlignment", anchorId: "anchorId", initialFocusVisible: "initialFocusVisible", items: "items", menuLabel: "menuLabel", menuWidth: "menuWidth", minWidth: "minWidth", open: "open", sections: "sections", side: "side", sideOffset: "sideOffset" }, outputs: { dsClose: "dsClose", dsSelect: "dsSelect", dsGradientSelect: "dsGradientSelect", dsSwatchSelect: "dsSwatchSelect" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
24
25
  };
25
26
  DsMenu = __decorate([
26
27
  ProxyCmp({
27
28
  defineCustomElementFn: defineDsMenu,
28
- inputs: ['align', 'alignOffset', 'anchor', 'anchorId', 'initialFocusVisible', 'items', 'menuLabel', 'menuWidth', 'minWidth', 'open', 'sections', 'side', 'sideOffset']
29
+ inputs: ['align', 'alignOffset', 'anchor', 'anchorAlignment', 'anchorId', 'initialFocusVisible', 'items', 'menuLabel', 'menuWidth', 'minWidth', 'open', 'sections', 'side', 'sideOffset']
29
30
  })
30
31
  ], DsMenu);
31
32
  export { DsMenu };
@@ -36,8 +37,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.6", ngImpor
36
37
  changeDetection: ChangeDetectionStrategy.OnPush,
37
38
  template: '<ng-content></ng-content>',
38
39
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
39
- inputs: ['align', 'alignOffset', 'anchor', 'anchorId', 'initialFocusVisible', 'items', 'menuLabel', 'menuWidth', 'minWidth', 'open', 'sections', 'side', 'sideOffset'],
40
- outputs: ['dsClose', 'dsSelect', 'dsGradientSelect'],
40
+ inputs: ['align', 'alignOffset', 'anchor', 'anchorAlignment', 'anchorId', 'initialFocusVisible', 'items', 'menuLabel', 'menuWidth', 'minWidth', 'open', 'sections', 'side', 'sideOffset'],
41
+ outputs: ['dsClose', 'dsSelect', 'dsGradientSelect', 'dsSwatchSelect'],
41
42
  }]
42
43
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsClose: [{
43
44
  type: Output
@@ -45,4 +46,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.6", ngImpor
45
46
  type: Output
46
47
  }], dsGradientSelect: [{
47
48
  type: Output
49
+ }], dsSwatchSelect: [{
50
+ type: Output
48
51
  }] } });
@@ -0,0 +1,15 @@
1
+ import { ChangeDetectorRef, ElementRef, NgZone, EventEmitter } from '@angular/core';
2
+ import type { Components } from '@ds-mo/ui/components';
3
+ import type { DsSwatchPickerCustomEvent } from '@ds-mo/ui/components';
4
+ import * as i0 from "@angular/core";
5
+ export declare class DsSwatchPicker {
6
+ protected z: NgZone;
7
+ protected el: HTMLDsSwatchPickerElement;
8
+ dsChange: EventEmitter<DsSwatchPickerCustomEvent<string>>;
9
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<DsSwatchPicker, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<DsSwatchPicker, "ds-swatch-picker", never, { "groupLabel": { "alias": "groupLabel"; "required": false; }; "options": { "alias": "options"; "required": false; }; "sections": { "alias": "sections"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "dsChange": "dsChange"; }, never, ["*"], true, never>;
12
+ }
13
+ export declare interface DsSwatchPicker extends Components.DsSwatchPicker {
14
+ dsChange: EventEmitter<DsSwatchPickerCustomEvent<string>>;
15
+ }
@@ -8,35 +8,35 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
8
8
  /* auto-generated angular directive proxies */
9
9
  import { ChangeDetectionStrategy, Component, EventEmitter, Output } from '@angular/core';
10
10
  import { ProxyCmp } from './angular-component-lib/utils.js';
11
- import { defineCustomElement as defineDsPagination } from '@ds-mo/ui/components/ds-pagination.js';
11
+ import { defineCustomElement as defineDsSwatchPicker } from '@ds-mo/ui/components/ds-swatch-picker.js';
12
12
  import * as i0 from "@angular/core";
13
- let DsPagination = class DsPagination {
13
+ let DsSwatchPicker = class DsSwatchPicker {
14
14
  constructor(c, r, z) {
15
15
  this.z = z;
16
- this.dsPageChange = new EventEmitter();
16
+ this.dsChange = new EventEmitter();
17
17
  c.detach();
18
18
  this.el = r.nativeElement;
19
19
  }
20
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.6", ngImport: i0, type: DsPagination, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
21
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.6", type: DsPagination, isStandalone: true, selector: "ds-pagination", inputs: { isInactive: "isInactive", nextPageLabel: "nextPageLabel", page: "page", paginationLabel: "paginationLabel", previousPageLabel: "previousPageLabel", siblingCount: "siblingCount", totalPages: "totalPages" }, outputs: { dsPageChange: "dsPageChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
20
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.6", ngImport: i0, type: DsSwatchPicker, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
21
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.6", type: DsSwatchPicker, isStandalone: true, selector: "ds-swatch-picker", inputs: { groupLabel: "groupLabel", options: "options", sections: "sections", value: "value" }, outputs: { dsChange: "dsChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
22
22
  };
23
- DsPagination = __decorate([
23
+ DsSwatchPicker = __decorate([
24
24
  ProxyCmp({
25
- defineCustomElementFn: defineDsPagination,
26
- inputs: ['isInactive', 'nextPageLabel', 'page', 'paginationLabel', 'previousPageLabel', 'siblingCount', 'totalPages']
25
+ defineCustomElementFn: defineDsSwatchPicker,
26
+ inputs: ['groupLabel', 'options', 'sections', 'value']
27
27
  })
28
- ], DsPagination);
29
- export { DsPagination };
30
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.6", ngImport: i0, type: DsPagination, decorators: [{
28
+ ], DsSwatchPicker);
29
+ export { DsSwatchPicker };
30
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.6", ngImport: i0, type: DsSwatchPicker, decorators: [{
31
31
  type: Component,
32
32
  args: [{
33
- selector: 'ds-pagination',
33
+ selector: 'ds-swatch-picker',
34
34
  changeDetection: ChangeDetectionStrategy.OnPush,
35
35
  template: '<ng-content></ng-content>',
36
36
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
37
- inputs: ['isInactive', 'nextPageLabel', 'page', 'paginationLabel', 'previousPageLabel', 'siblingCount', 'totalPages'],
38
- outputs: ['dsPageChange'],
37
+ inputs: ['groupLabel', 'options', 'sections', 'value'],
38
+ outputs: ['dsChange'],
39
39
  }]
40
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsPageChange: [{
40
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsChange: [{
41
41
  type: Output
42
42
  }] } });
@@ -1,2 +1,2 @@
1
1
  import * as d from './proxies';
2
- export declare const DIRECTIVES: (typeof d.DsAppShell | typeof d.DsBadge | typeof d.DsBanner | typeof d.DsBarNav | typeof d.DsButtonFilled | typeof d.DsButtonUnfilled | typeof d.DsCardDataVizDonut | typeof d.DsCardSetting | typeof d.DsCardShellDataViz | typeof d.DsCard | typeof d.DsChartBar | typeof d.DsChartDonut | typeof d.DsChartLegend | typeof d.DsChartLine | typeof d.DsCheckbox | typeof d.DsChip | typeof d.DsDivider | typeof d.DsEmptyState | typeof d.DsField | typeof d.DsIcon | typeof d.DsInput | typeof d.DsLoader | typeof d.DsMenu | typeof d.DsModal | typeof d.DsPagination | typeof d.DsPanelNav | typeof d.DsPanelSubNav | typeof d.DsPanelTools | typeof d.DsRadio | typeof d.DsSelectMulti | typeof d.DsSelect | typeof d.DsShellGradientPicker | typeof d.DsShellGradientSwatch | typeof d.DsSkeleton | typeof d.DsSlider | typeof d.DsSwitch | typeof d.DsTabGroup | typeof d.DsTable | typeof d.DsTag | typeof d.DsText | typeof d.DsTooltipDataViz | typeof d.DsTooltip)[];
2
+ export declare const DIRECTIVES: (typeof d.DsAppShell | typeof d.DsBadge | typeof d.DsBanner | typeof d.DsBarNav | typeof d.DsButtonFilled | typeof d.DsButtonUnfilled | typeof d.DsCardDataVizDonut | typeof d.DsCardSetting | typeof d.DsCardShellDataViz | typeof d.DsCard | typeof d.DsChartBar | typeof d.DsChartDonut | typeof d.DsChartLegend | typeof d.DsChartLine | typeof d.DsCheckbox | typeof d.DsChip | typeof d.DsDivider | typeof d.DsEmptyState | typeof d.DsField | typeof d.DsIcon | typeof d.DsInput | typeof d.DsLoader | typeof d.DsMenu | typeof d.DsModal | typeof d.DsPanelNav | typeof d.DsPanelSubNav | typeof d.DsPanelTools | typeof d.DsRadio | typeof d.DsSelectMulti | typeof d.DsSelect | typeof d.DsShellGradientPicker | typeof d.DsShellGradientSwatch | typeof d.DsSkeleton | typeof d.DsSlider | typeof d.DsSwatchPicker | typeof d.DsSwitch | typeof d.DsTabGroup | typeof d.DsTag | typeof d.DsText | typeof d.DsTooltipDataViz | typeof d.DsTooltip)[];
@@ -24,7 +24,6 @@ export const DIRECTIVES = [
24
24
  d.DsLoader,
25
25
  d.DsMenu,
26
26
  d.DsModal,
27
- d.DsPagination,
28
27
  d.DsPanelNav,
29
28
  d.DsPanelSubNav,
30
29
  d.DsPanelTools,
@@ -35,9 +34,9 @@ export const DIRECTIVES = [
35
34
  d.DsShellGradientSwatch,
36
35
  d.DsSkeleton,
37
36
  d.DsSlider,
37
+ d.DsSwatchPicker,
38
38
  d.DsSwitch,
39
39
  d.DsTabGroup,
40
- d.DsTable,
41
40
  d.DsTag,
42
41
  d.DsText,
43
42
  d.DsTooltip,