@carbon/ibm-products-web-components 0.36.0 → 0.37.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 (109) hide show
  1. package/custom-elements.json +227 -26
  2. package/es/components/action-set/action-set.d.ts +109 -0
  3. package/es/components/action-set/action-set.d.ts.map +1 -0
  4. package/es/components/action-set/action-set.js +275 -0
  5. package/es/components/action-set/action-set.js.map +1 -0
  6. package/es/components/action-set/action-set.scss.js +15 -0
  7. package/es/components/action-set/action-set.scss.js.map +1 -0
  8. package/es/components/action-set/index.d.ts +11 -0
  9. package/es/components/action-set/index.d.ts.map +1 -0
  10. package/es/components/action-set/index.js +8 -0
  11. package/es/components/big-number/big-number-skeleton.js +1 -1
  12. package/es/components/big-number/big-number.js +1 -1
  13. package/es/components/checklist/checklist-icon.js +1 -1
  14. package/es/components/checklist/checklist-item.js +1 -1
  15. package/es/components/checklist/checklist.js +1 -1
  16. package/es/components/coachmark/coachmark-tagline/coachmark-tagline.d.ts +1 -0
  17. package/es/components/coachmark/coachmark-tagline/coachmark-tagline.d.ts.map +1 -1
  18. package/es/components/coachmark/coachmark-tagline/coachmark-tagline.js +4 -1
  19. package/es/components/coachmark/coachmark-tagline/coachmark-tagline.js.map +1 -1
  20. package/es/components/coachmark/coachmark-tagline/coachmark-tagline.scss.js +1 -1
  21. package/es/components/coachmark/coachmark-tagline/coachmark-tagline.scss.js.map +1 -1
  22. package/es/components/coachmark/coachmark.d.ts +5 -1
  23. package/es/components/coachmark/coachmark.d.ts.map +1 -1
  24. package/es/components/coachmark/coachmark.js +10 -5
  25. package/es/components/coachmark/coachmark.js.map +1 -1
  26. package/es/components/guide-banner/guide-banner.js +2 -2
  27. package/es/components/interstitial-screen/interstitial-screen-body.js +1 -1
  28. package/es/components/interstitial-screen/interstitial-screen-body.scss.js +1 -1
  29. package/es/components/interstitial-screen/interstitial-screen-body.scss.js.map +1 -1
  30. package/es/components/interstitial-screen/interstitial-screen-footer.d.ts +1 -0
  31. package/es/components/interstitial-screen/interstitial-screen-footer.d.ts.map +1 -1
  32. package/es/components/interstitial-screen/interstitial-screen-footer.js +20 -19
  33. package/es/components/interstitial-screen/interstitial-screen-footer.js.map +1 -1
  34. package/es/components/interstitial-screen/interstitial-screen-footer.scss.js +1 -1
  35. package/es/components/interstitial-screen/interstitial-screen-footer.scss.js.map +1 -1
  36. package/es/components/interstitial-screen/interstitial-screen-header.scss.js +1 -1
  37. package/es/components/interstitial-screen/interstitial-screen.scss.js +1 -1
  38. package/es/components/notification-panel/notification-panel.js +2 -2
  39. package/es/components/notification-panel/notification.js +1 -1
  40. package/es/components/options-tile/options-tile.js +2 -2
  41. package/es/components/page-header/page-header-breadcrumb.js +1 -1
  42. package/es/components/page-header/page-header-content.js +1 -1
  43. package/es/components/page-header/page-header-scroller.js +2 -2
  44. package/es/components/side-panel/side-panel.js +2 -2
  45. package/es/components/tearsheet/tearsheet.js +2 -2
  46. package/es/components/tearsheet-preview/tearsheet-scroller.js +2 -2
  47. package/es/components/truncated-text/truncated-text.js +1 -1
  48. package/es/components/user-avatar/user-avatar.js +1 -1
  49. package/es/index.d.ts +1 -0
  50. package/es/index.d.ts.map +1 -1
  51. package/es/index.js +2 -1
  52. package/es/package.js +1 -1
  53. package/es-custom/components/action-set/action-set.js +275 -0
  54. package/es-custom/components/action-set/action-set.js.map +1 -0
  55. package/es-custom/components/action-set/action-set.scss.js +15 -0
  56. package/es-custom/components/action-set/action-set.scss.js.map +1 -0
  57. package/es-custom/components/action-set/index.js +8 -0
  58. package/es-custom/components/big-number/big-number-skeleton.js +1 -1
  59. package/es-custom/components/big-number/big-number.js +1 -1
  60. package/es-custom/components/checklist/checklist-icon.js +1 -1
  61. package/es-custom/components/checklist/checklist-item.js +1 -1
  62. package/es-custom/components/checklist/checklist.js +1 -1
  63. package/es-custom/components/coachmark/coachmark-tagline/coachmark-tagline.js +4 -1
  64. package/es-custom/components/coachmark/coachmark-tagline/coachmark-tagline.js.map +1 -1
  65. package/es-custom/components/coachmark/coachmark-tagline/coachmark-tagline.scss.js +1 -1
  66. package/es-custom/components/coachmark/coachmark-tagline/coachmark-tagline.scss.js.map +1 -1
  67. package/es-custom/components/coachmark/coachmark.js +10 -5
  68. package/es-custom/components/coachmark/coachmark.js.map +1 -1
  69. package/es-custom/components/guide-banner/guide-banner.js +2 -2
  70. package/es-custom/components/interstitial-screen/interstitial-screen-body.js +1 -1
  71. package/es-custom/components/interstitial-screen/interstitial-screen-body.scss.js +1 -1
  72. package/es-custom/components/interstitial-screen/interstitial-screen-body.scss.js.map +1 -1
  73. package/es-custom/components/interstitial-screen/interstitial-screen-footer.js +20 -19
  74. package/es-custom/components/interstitial-screen/interstitial-screen-footer.js.map +1 -1
  75. package/es-custom/components/interstitial-screen/interstitial-screen-footer.scss.js +1 -1
  76. package/es-custom/components/interstitial-screen/interstitial-screen-footer.scss.js.map +1 -1
  77. package/es-custom/components/interstitial-screen/interstitial-screen-header.scss.js +1 -1
  78. package/es-custom/components/interstitial-screen/interstitial-screen.scss.js +1 -1
  79. package/es-custom/components/notification-panel/notification-panel.js +2 -2
  80. package/es-custom/components/notification-panel/notification.js +1 -1
  81. package/es-custom/components/options-tile/options-tile.js +2 -2
  82. package/es-custom/components/page-header/page-header-breadcrumb.js +1 -1
  83. package/es-custom/components/page-header/page-header-content.js +1 -1
  84. package/es-custom/components/page-header/page-header-scroller.js +2 -2
  85. package/es-custom/components/side-panel/side-panel.js +2 -2
  86. package/es-custom/components/tearsheet/tearsheet.js +2 -2
  87. package/es-custom/components/tearsheet-preview/tearsheet-scroller.js +2 -2
  88. package/es-custom/components/truncated-text/truncated-text.js +1 -1
  89. package/es-custom/components/user-avatar/user-avatar.js +1 -1
  90. package/es-custom/index.js +2 -1
  91. package/es-custom/package.js +1 -1
  92. package/lib/components/action-set/action-set.d.ts +109 -0
  93. package/lib/components/action-set/action-set.d.ts.map +1 -0
  94. package/lib/components/action-set/index.d.ts +11 -0
  95. package/lib/components/action-set/index.d.ts.map +1 -0
  96. package/lib/components/coachmark/coachmark-tagline/coachmark-tagline.d.ts +1 -0
  97. package/lib/components/coachmark/coachmark-tagline/coachmark-tagline.d.ts.map +1 -1
  98. package/lib/components/coachmark/coachmark.d.ts +5 -1
  99. package/lib/components/coachmark/coachmark.d.ts.map +1 -1
  100. package/lib/components/interstitial-screen/interstitial-screen-footer.d.ts +1 -0
  101. package/lib/components/interstitial-screen/interstitial-screen-footer.d.ts.map +1 -1
  102. package/lib/index.d.ts +1 -0
  103. package/lib/index.d.ts.map +1 -1
  104. package/package.json +4 -4
  105. package/scss/components/action-set/action-set.scss +71 -0
  106. package/scss/components/coachmark/coachmark-tagline/coachmark-tagline.scss +18 -0
  107. package/scss/components/interstitial-screen/interstitial-screen-body.scss +6 -0
  108. package/scss/components/interstitial-screen/interstitial-screen-footer.scss +34 -6
  109. package/telemetry.yml +11 -0
@@ -123,6 +123,10 @@
123
123
  "name": "registry",
124
124
  "type": "CustomElementRegistry | undefined"
125
125
  },
126
+ {
127
+ "name": "c4p-action-set",
128
+ "type": "CDSActionSet"
129
+ },
126
130
  {
127
131
  "name": "set-of-tags-example",
128
132
  "type": "SetOfTags"
@@ -188,13 +192,87 @@
188
192
  }
189
193
  ]
190
194
  },
195
+ {
196
+ "name": "c4p-action-set",
197
+ "path": "./src/components/action-set/action-set.ts",
198
+ "description": "Action Set component - A specialized button set with validation and ordering logic.\nExtends Carbon's button-set with additional features for action buttons.",
199
+ "attributes": [
200
+ {
201
+ "name": "button-size",
202
+ "description": "The size of buttons to use for the actions.",
203
+ "type": "\"sm\" | \"md\" | \"lg\" | \"xl\" | \"2xl\" | undefined"
204
+ },
205
+ {
206
+ "name": "size",
207
+ "description": "The size of the action set. Different button arrangements are used at\ndifferent sizes, to make best use of the available space.",
208
+ "type": "\"sm\" | \"md\" | \"lg\" | \"xl\" | \"2xl\"",
209
+ "default": "\"md\""
210
+ },
211
+ {
212
+ "name": "disable-stacking",
213
+ "description": "When true, prevents automatic stacking of buttons even when size would\nnormally trigger stacking (e.g., 'sm' size or 'md' with 3+ actions).\nButtons will remain in a horizontal layout.",
214
+ "type": "boolean",
215
+ "default": "false"
216
+ },
217
+ {
218
+ "name": "actions",
219
+ "description": "Array of action button configurations. When provided, buttons will be\nrendered internally instead of using slotted content.",
220
+ "type": "ActionButton[]",
221
+ "default": "[]"
222
+ }
223
+ ],
224
+ "properties": [
225
+ {
226
+ "name": "stacked",
227
+ "description": "Computed property: `true` if the buttons are currently stacked.\nThis is derived from size, disableStacking, and button count.",
228
+ "type": "boolean"
229
+ },
230
+ {
231
+ "name": "buttonSize",
232
+ "attribute": "button-size",
233
+ "description": "The size of buttons to use for the actions.",
234
+ "type": "\"sm\" | \"md\" | \"lg\" | \"xl\" | \"2xl\" | undefined"
235
+ },
236
+ {
237
+ "name": "size",
238
+ "attribute": "size",
239
+ "description": "The size of the action set. Different button arrangements are used at\ndifferent sizes, to make best use of the available space.",
240
+ "type": "\"sm\" | \"md\" | \"lg\" | \"xl\" | \"2xl\"",
241
+ "default": "\"md\""
242
+ },
243
+ {
244
+ "name": "disableStacking",
245
+ "attribute": "disable-stacking",
246
+ "description": "When true, prevents automatic stacking of buttons even when size would\nnormally trigger stacking (e.g., 'sm' size or 'md' with 3+ actions).\nButtons will remain in a horizontal layout.",
247
+ "type": "boolean",
248
+ "default": "false"
249
+ },
250
+ {
251
+ "name": "actions",
252
+ "attribute": "actions",
253
+ "description": "Array of action button configurations. When provided, buttons will be\nrendered internally instead of using slotted content.",
254
+ "type": "ActionButton[]",
255
+ "default": "[]"
256
+ },
257
+ {
258
+ "name": "styles",
259
+ "default": "\"styles\""
260
+ }
261
+ ],
262
+ "slots": [
263
+ {
264
+ "name": "",
265
+ "description": "Slot for cds-button elements (used when actions prop is not provided)"
266
+ }
267
+ ]
268
+ },
191
269
  {
192
270
  "name": "c4p-big-number-skeleton",
193
271
  "path": "./src/components/big-number/big-number-skeleton.ts",
194
272
  "attributes": [
195
273
  {
196
274
  "name": "size",
197
- "type": "\"default\" | \"lg\" | \"xl\" | undefined",
275
+ "type": "\"lg\" | \"xl\" | \"default\" | undefined",
198
276
  "default": "\"default\""
199
277
  }
200
278
  ],
@@ -202,7 +280,7 @@
202
280
  {
203
281
  "name": "size",
204
282
  "attribute": "size",
205
- "type": "\"default\" | \"lg\" | \"xl\" | undefined",
283
+ "type": "\"lg\" | \"xl\" | \"default\" | undefined",
206
284
  "default": "\"default\""
207
285
  },
208
286
  {
@@ -241,7 +319,7 @@
241
319
  },
242
320
  {
243
321
  "name": "size",
244
- "type": "\"default\" | \"lg\" | \"xl\"",
322
+ "type": "\"lg\" | \"xl\" | \"default\"",
245
323
  "default": "\"default\""
246
324
  },
247
325
  {
@@ -296,7 +374,7 @@
296
374
  {
297
375
  "name": "size",
298
376
  "attribute": "size",
299
- "type": "\"default\" | \"lg\" | \"xl\"",
377
+ "type": "\"lg\" | \"xl\" | \"default\"",
300
378
  "default": "\"default\""
301
379
  },
302
380
  {
@@ -694,6 +772,10 @@
694
772
  "name": "registry",
695
773
  "type": "CustomElementRegistry | undefined"
696
774
  },
775
+ {
776
+ "name": "c4p-action-set",
777
+ "type": "CDSActionSet"
778
+ },
697
779
  {
698
780
  "name": "set-of-tags-example",
699
781
  "type": "SetOfTags"
@@ -842,6 +924,10 @@
842
924
  "name": "registry",
843
925
  "type": "CustomElementRegistry | undefined"
844
926
  },
927
+ {
928
+ "name": "c4p-action-set",
929
+ "type": "CDSActionSet"
930
+ },
845
931
  {
846
932
  "name": "set-of-tags-example",
847
933
  "type": "SetOfTags"
@@ -1012,6 +1098,10 @@
1012
1098
  "name": "registry",
1013
1099
  "type": "CustomElementRegistry | undefined"
1014
1100
  },
1101
+ {
1102
+ "name": "c4p-action-set",
1103
+ "type": "CDSActionSet"
1104
+ },
1015
1105
  {
1016
1106
  "name": "set-of-tags-example",
1017
1107
  "type": "SetOfTags"
@@ -1144,6 +1234,10 @@
1144
1234
  "name": "registry",
1145
1235
  "type": "CustomElementRegistry | undefined"
1146
1236
  },
1237
+ {
1238
+ "name": "c4p-action-set",
1239
+ "type": "CDSActionSet"
1240
+ },
1147
1241
  {
1148
1242
  "name": "set-of-tags-example",
1149
1243
  "type": "SetOfTags"
@@ -1248,6 +1342,12 @@
1248
1342
  "description": "Specify whether a drop shadow should be rendered on the popover.",
1249
1343
  "type": "boolean | undefined",
1250
1344
  "default": "false"
1345
+ },
1346
+ {
1347
+ "name": "caret",
1348
+ "description": "Specify whether a caret should be rendered on the popover. This is intended to use only for coachmark patterns.",
1349
+ "type": "boolean | undefined",
1350
+ "default": "false"
1251
1351
  }
1252
1352
  ],
1253
1353
  "properties": [
@@ -1292,6 +1392,13 @@
1292
1392
  "type": "boolean | undefined",
1293
1393
  "default": "false"
1294
1394
  },
1395
+ {
1396
+ "name": "caret",
1397
+ "attribute": "caret",
1398
+ "description": "Specify whether a caret should be rendered on the popover. This is intended to use only for coachmark patterns.",
1399
+ "type": "boolean | undefined",
1400
+ "default": "false"
1401
+ },
1295
1402
  {
1296
1403
  "name": "enabledWarnings",
1297
1404
  "description": "Read or set all the enabled warning categories for this class.\n\nThis property is only used in development builds.",
@@ -1374,6 +1481,10 @@
1374
1481
  "name": "registry",
1375
1482
  "type": "CustomElementRegistry | undefined"
1376
1483
  },
1484
+ {
1485
+ "name": "c4p-action-set",
1486
+ "type": "CDSActionSet"
1487
+ },
1377
1488
  {
1378
1489
  "name": "set-of-tags-example",
1379
1490
  "type": "SetOfTags"
@@ -1592,6 +1703,10 @@
1592
1703
  "name": "registry",
1593
1704
  "type": "CustomElementRegistry | undefined"
1594
1705
  },
1706
+ {
1707
+ "name": "c4p-action-set",
1708
+ "type": "CDSActionSet"
1709
+ },
1595
1710
  {
1596
1711
  "name": "set-of-tags-example",
1597
1712
  "type": "SetOfTags"
@@ -1729,6 +1844,10 @@
1729
1844
  "name": "registry",
1730
1845
  "type": "CustomElementRegistry | undefined"
1731
1846
  },
1847
+ {
1848
+ "name": "c4p-action-set",
1849
+ "type": "CDSActionSet"
1850
+ },
1732
1851
  {
1733
1852
  "name": "set-of-tags-example",
1734
1853
  "type": "SetOfTags"
@@ -1845,6 +1964,10 @@
1845
1964
  "name": "registry",
1846
1965
  "type": "CustomElementRegistry | undefined"
1847
1966
  },
1967
+ {
1968
+ "name": "c4p-action-set",
1969
+ "type": "CDSActionSet"
1970
+ },
1848
1971
  {
1849
1972
  "name": "set-of-tags-example",
1850
1973
  "type": "SetOfTags"
@@ -2005,6 +2128,10 @@
2005
2128
  "name": "registry",
2006
2129
  "type": "CustomElementRegistry | undefined"
2007
2130
  },
2131
+ {
2132
+ "name": "c4p-action-set",
2133
+ "type": "CDSActionSet"
2134
+ },
2008
2135
  {
2009
2136
  "name": "set-of-tags-example",
2010
2137
  "type": "SetOfTags"
@@ -2229,6 +2356,10 @@
2229
2356
  "name": "registry",
2230
2357
  "type": "CustomElementRegistry | undefined"
2231
2358
  },
2359
+ {
2360
+ "name": "c4p-action-set",
2361
+ "type": "CDSActionSet"
2362
+ },
2232
2363
  {
2233
2364
  "name": "set-of-tags-example",
2234
2365
  "type": "SetOfTags"
@@ -2457,6 +2588,10 @@
2457
2588
  "name": "registry",
2458
2589
  "type": "CustomElementRegistry | undefined"
2459
2590
  },
2591
+ {
2592
+ "name": "c4p-action-set",
2593
+ "type": "CDSActionSet"
2594
+ },
2460
2595
  {
2461
2596
  "name": "set-of-tags-example",
2462
2597
  "type": "SetOfTags"
@@ -2632,6 +2767,10 @@
2632
2767
  "name": "registry",
2633
2768
  "type": "CustomElementRegistry | undefined"
2634
2769
  },
2770
+ {
2771
+ "name": "c4p-action-set",
2772
+ "type": "CDSActionSet"
2773
+ },
2635
2774
  {
2636
2775
  "name": "set-of-tags-example",
2637
2776
  "type": "SetOfTags"
@@ -2747,6 +2886,10 @@
2747
2886
  "name": "registry",
2748
2887
  "type": "CustomElementRegistry | undefined"
2749
2888
  },
2889
+ {
2890
+ "name": "c4p-action-set",
2891
+ "type": "CDSActionSet"
2892
+ },
2750
2893
  {
2751
2894
  "name": "set-of-tags-example",
2752
2895
  "type": "SetOfTags"
@@ -2934,6 +3077,10 @@
2934
3077
  "name": "registry",
2935
3078
  "type": "CustomElementRegistry | undefined"
2936
3079
  },
3080
+ {
3081
+ "name": "c4p-action-set",
3082
+ "type": "CDSActionSet"
3083
+ },
2937
3084
  {
2938
3085
  "name": "set-of-tags-example",
2939
3086
  "type": "SetOfTags"
@@ -3081,6 +3228,10 @@
3081
3228
  "name": "registry",
3082
3229
  "type": "CustomElementRegistry | undefined"
3083
3230
  },
3231
+ {
3232
+ "name": "c4p-action-set",
3233
+ "type": "CDSActionSet"
3234
+ },
3084
3235
  {
3085
3236
  "name": "set-of-tags-example",
3086
3237
  "type": "SetOfTags"
@@ -3233,6 +3384,10 @@
3233
3384
  "name": "registry",
3234
3385
  "type": "CustomElementRegistry | undefined"
3235
3386
  },
3387
+ {
3388
+ "name": "c4p-action-set",
3389
+ "type": "CDSActionSet"
3390
+ },
3236
3391
  {
3237
3392
  "name": "set-of-tags-example",
3238
3393
  "type": "SetOfTags"
@@ -3648,11 +3803,12 @@
3648
3803
  },
3649
3804
  {
3650
3805
  "name": "dangerDescription",
3651
- "description": "Specify the message read by screen readers for the danger button variant"
3806
+ "description": "Specify the message read by screen readers for the danger button variants",
3807
+ "type": "string"
3652
3808
  },
3653
3809
  {
3654
3810
  "name": "disabled",
3655
- "description": "`true` if the button should be disabled.",
3811
+ "description": "Specify whether the Button should be disabled, or not",
3656
3812
  "type": "boolean"
3657
3813
  },
3658
3814
  {
@@ -3667,7 +3823,7 @@
3667
3823
  },
3668
3824
  {
3669
3825
  "name": "href",
3670
- "description": "Link `href`. If present, this button is rendered as `<a>`.",
3826
+ "description": "Optionally specify an href for your Button to become an `<a>` element",
3671
3827
  "type": "string"
3672
3828
  },
3673
3829
  {
@@ -3677,17 +3833,17 @@
3677
3833
  },
3678
3834
  {
3679
3835
  "name": "isExpressive",
3680
- "description": "`true` if expressive theme enabled.",
3836
+ "description": "Specify whether the Button is expressive, or not.",
3681
3837
  "type": "boolean"
3682
3838
  },
3683
3839
  {
3684
3840
  "name": "isSelected",
3685
- "description": "Specify whether the Button is currently selected.\nOnly applies to the Ghost variant.",
3841
+ "description": "Specify whether the Button is currently selected. Only applies to the icon only Ghost variant.",
3686
3842
  "type": "boolean"
3687
3843
  },
3688
3844
  {
3689
3845
  "name": "kind",
3690
- "description": "Button kind.",
3846
+ "description": "Specify the kind of Button you want to create. `primary`, `secondary`,`tertiary`, `ghost`, `danger`, `danger-tertiary`, `danger-ghost`",
3691
3847
  "type": "BUTTON_KIND"
3692
3848
  },
3693
3849
  {
@@ -3707,7 +3863,7 @@
3707
3863
  },
3708
3864
  {
3709
3865
  "name": "rel",
3710
- "description": "The link type, if this button is rendered as `<a>`.",
3866
+ "description": "Optionally specify a `rel` when using an `<a>` element.",
3711
3867
  "type": "string"
3712
3868
  },
3713
3869
  {
@@ -3719,7 +3875,7 @@
3719
3875
  },
3720
3876
  {
3721
3877
  "name": "target",
3722
- "description": "The link target, if this button is rendered as `<a>`.",
3878
+ "description": "Optionally specify a `target` when using an `<a>` element.",
3723
3879
  "type": "string"
3724
3880
  },
3725
3881
  {
@@ -3734,12 +3890,12 @@
3734
3890
  },
3735
3891
  {
3736
3892
  "name": "tooltipText",
3737
- "description": "Specify the text to be rendered in the tooltip. If using\n\"cds-badge-indicator\" with no count prop then the text\nshould include describing there is a new notification.",
3893
+ "description": "If rendering an `icon-only` button through `slot=\"icon\"`, Specify the text to be rendered in the tooltip. If using\n`cds-badge-indicator` with no count prop then the text should include describing there is a new notification.",
3738
3894
  "type": "string"
3739
3895
  },
3740
3896
  {
3741
3897
  "name": "type",
3742
- "description": "Button type.",
3898
+ "description": "Optional prop to specify the type of the Button.",
3743
3899
  "type": "BUTTON_TYPE"
3744
3900
  },
3745
3901
  {
@@ -4732,7 +4888,7 @@
4732
4888
  },
4733
4889
  {
4734
4890
  "name": "tabIndex",
4735
- "description": "Specify the tabIndex of the button.",
4891
+ "description": "Optional prop to specify the tabIndex of the Button",
4736
4892
  "type": "number"
4737
4893
  }
4738
4894
  ]
@@ -5012,6 +5168,10 @@
5012
5168
  "name": "registry",
5013
5169
  "type": "CustomElementRegistry | undefined"
5014
5170
  },
5171
+ {
5172
+ "name": "c4p-action-set",
5173
+ "type": "CDSActionSet"
5174
+ },
5015
5175
  {
5016
5176
  "name": "set-of-tags-example",
5017
5177
  "type": "SetOfTags"
@@ -5294,6 +5454,10 @@
5294
5454
  "name": "registry",
5295
5455
  "type": "CustomElementRegistry | undefined"
5296
5456
  },
5457
+ {
5458
+ "name": "c4p-action-set",
5459
+ "type": "CDSActionSet"
5460
+ },
5297
5461
  {
5298
5462
  "name": "set-of-tags-example",
5299
5463
  "type": "SetOfTags"
@@ -5407,6 +5571,10 @@
5407
5571
  "name": "registry",
5408
5572
  "type": "CustomElementRegistry | undefined"
5409
5573
  },
5574
+ {
5575
+ "name": "c4p-action-set",
5576
+ "type": "CDSActionSet"
5577
+ },
5410
5578
  {
5411
5579
  "name": "set-of-tags-example",
5412
5580
  "type": "SetOfTags"
@@ -5525,6 +5693,10 @@
5525
5693
  "name": "registry",
5526
5694
  "type": "CustomElementRegistry | undefined"
5527
5695
  },
5696
+ {
5697
+ "name": "c4p-action-set",
5698
+ "type": "CDSActionSet"
5699
+ },
5528
5700
  {
5529
5701
  "name": "set-of-tags-example",
5530
5702
  "type": "SetOfTags"
@@ -5741,6 +5913,10 @@
5741
5913
  "name": "registry",
5742
5914
  "type": "CustomElementRegistry | undefined"
5743
5915
  },
5916
+ {
5917
+ "name": "c4p-action-set",
5918
+ "type": "CDSActionSet"
5919
+ },
5744
5920
  {
5745
5921
  "name": "set-of-tags-example",
5746
5922
  "type": "SetOfTags"
@@ -5944,6 +6120,10 @@
5944
6120
  "name": "registry",
5945
6121
  "type": "CustomElementRegistry | undefined"
5946
6122
  },
6123
+ {
6124
+ "name": "c4p-action-set",
6125
+ "type": "CDSActionSet"
6126
+ },
5947
6127
  {
5948
6128
  "name": "set-of-tags-example",
5949
6129
  "type": "SetOfTags"
@@ -6055,6 +6235,10 @@
6055
6235
  "name": "registry",
6056
6236
  "type": "CustomElementRegistry | undefined"
6057
6237
  },
6238
+ {
6239
+ "name": "c4p-action-set",
6240
+ "type": "CDSActionSet"
6241
+ },
6058
6242
  {
6059
6243
  "name": "set-of-tags-example",
6060
6244
  "type": "SetOfTags"
@@ -6178,11 +6362,12 @@
6178
6362
  },
6179
6363
  {
6180
6364
  "name": "dangerDescription",
6181
- "description": "Specify the message read by screen readers for the danger button variant"
6365
+ "description": "Specify the message read by screen readers for the danger button variants",
6366
+ "type": "string"
6182
6367
  },
6183
6368
  {
6184
6369
  "name": "disabled",
6185
- "description": "`true` if the button should be disabled.",
6370
+ "description": "Specify whether the Button should be disabled, or not",
6186
6371
  "type": "boolean"
6187
6372
  },
6188
6373
  {
@@ -6197,7 +6382,7 @@
6197
6382
  },
6198
6383
  {
6199
6384
  "name": "href",
6200
- "description": "Link `href`. If present, this button is rendered as `<a>`.",
6385
+ "description": "Optionally specify an href for your Button to become an `<a>` element",
6201
6386
  "type": "string"
6202
6387
  },
6203
6388
  {
@@ -6207,17 +6392,17 @@
6207
6392
  },
6208
6393
  {
6209
6394
  "name": "isExpressive",
6210
- "description": "`true` if expressive theme enabled.",
6395
+ "description": "Specify whether the Button is expressive, or not.",
6211
6396
  "type": "boolean"
6212
6397
  },
6213
6398
  {
6214
6399
  "name": "isSelected",
6215
- "description": "Specify whether the Button is currently selected.\nOnly applies to the Ghost variant.",
6400
+ "description": "Specify whether the Button is currently selected. Only applies to the icon only Ghost variant.",
6216
6401
  "type": "boolean"
6217
6402
  },
6218
6403
  {
6219
6404
  "name": "kind",
6220
- "description": "Button kind.",
6405
+ "description": "Specify the kind of Button you want to create. `primary`, `secondary`,`tertiary`, `ghost`, `danger`, `danger-tertiary`, `danger-ghost`",
6221
6406
  "type": "BUTTON_KIND"
6222
6407
  },
6223
6408
  {
@@ -6237,7 +6422,7 @@
6237
6422
  },
6238
6423
  {
6239
6424
  "name": "rel",
6240
- "description": "The link type, if this button is rendered as `<a>`.",
6425
+ "description": "Optionally specify a `rel` when using an `<a>` element.",
6241
6426
  "type": "string"
6242
6427
  },
6243
6428
  {
@@ -6249,7 +6434,7 @@
6249
6434
  },
6250
6435
  {
6251
6436
  "name": "target",
6252
- "description": "The link target, if this button is rendered as `<a>`.",
6437
+ "description": "Optionally specify a `target` when using an `<a>` element.",
6253
6438
  "type": "string"
6254
6439
  },
6255
6440
  {
@@ -6264,12 +6449,12 @@
6264
6449
  },
6265
6450
  {
6266
6451
  "name": "tooltipText",
6267
- "description": "Specify the text to be rendered in the tooltip. If using\n\"cds-badge-indicator\" with no count prop then the text\nshould include describing there is a new notification.",
6452
+ "description": "If rendering an `icon-only` button through `slot=\"icon\"`, Specify the text to be rendered in the tooltip. If using\n`cds-badge-indicator` with no count prop then the text should include describing there is a new notification.",
6268
6453
  "type": "string"
6269
6454
  },
6270
6455
  {
6271
6456
  "name": "type",
6272
- "description": "Button type.",
6457
+ "description": "Optional prop to specify the type of the Button.",
6273
6458
  "type": "BUTTON_TYPE"
6274
6459
  },
6275
6460
  {
@@ -7266,7 +7451,7 @@
7266
7451
  },
7267
7452
  {
7268
7453
  "name": "tabIndex",
7269
- "description": "Specify the tabIndex of the button.",
7454
+ "description": "Optional prop to specify the tabIndex of the Button",
7270
7455
  "type": "number"
7271
7456
  }
7272
7457
  ]
@@ -7395,6 +7580,10 @@
7395
7580
  "name": "registry",
7396
7581
  "type": "CustomElementRegistry | undefined"
7397
7582
  },
7583
+ {
7584
+ "name": "c4p-action-set",
7585
+ "type": "CDSActionSet"
7586
+ },
7398
7587
  {
7399
7588
  "name": "set-of-tags-example",
7400
7589
  "type": "SetOfTags"
@@ -7668,6 +7857,10 @@
7668
7857
  "name": "registry",
7669
7858
  "type": "CustomElementRegistry | undefined"
7670
7859
  },
7860
+ {
7861
+ "name": "c4p-action-set",
7862
+ "type": "CDSActionSet"
7863
+ },
7671
7864
  {
7672
7865
  "name": "set-of-tags-example",
7673
7866
  "type": "SetOfTags"
@@ -7902,6 +8095,10 @@
7902
8095
  "name": "registry",
7903
8096
  "type": "CustomElementRegistry | undefined"
7904
8097
  },
8098
+ {
8099
+ "name": "c4p-action-set",
8100
+ "type": "CDSActionSet"
8101
+ },
7905
8102
  {
7906
8103
  "name": "set-of-tags-example",
7907
8104
  "type": "SetOfTags"
@@ -8315,6 +8512,10 @@
8315
8512
  "name": "registry",
8316
8513
  "type": "CustomElementRegistry | undefined"
8317
8514
  },
8515
+ {
8516
+ "name": "c4p-action-set",
8517
+ "type": "CDSActionSet"
8518
+ },
8318
8519
  {
8319
8520
  "name": "set-of-tags-example",
8320
8521
  "type": "SetOfTags"