@fluentui/web-components 3.0.0-rc.25 → 3.0.0-rc.27

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 (207) hide show
  1. package/CHANGELOG.md +21 -2
  2. package/README.md +26 -0
  3. package/custom-elements.json +723 -356
  4. package/dist/esm/accordion/accordion.d.ts +1 -1
  5. package/dist/esm/accordion/accordion.js +1 -1
  6. package/dist/esm/accordion/accordion.styles.css +11 -7
  7. package/dist/esm/accordion/accordion.template.html +4 -3
  8. package/dist/esm/accordion-item/accordion-item.d.ts +2 -2
  9. package/dist/esm/accordion-item/accordion-item.js +2 -0
  10. package/dist/esm/accordion-item/accordion-item.js.map +1 -1
  11. package/dist/esm/accordion-item/accordion-item.styles.css +174 -170
  12. package/dist/esm/accordion-item/accordion-item.template.html +38 -31
  13. package/dist/esm/anchor-button/anchor-button.d.ts +2 -2
  14. package/dist/esm/anchor-button/anchor-button.js +2 -0
  15. package/dist/esm/anchor-button/anchor-button.js.map +1 -1
  16. package/dist/esm/anchor-button/anchor-button.styles.css +224 -223
  17. package/dist/esm/anchor-button/anchor-button.template.html +8 -11
  18. package/dist/esm/avatar/avatar.d.ts +2 -0
  19. package/dist/esm/avatar/avatar.js +3 -1
  20. package/dist/esm/avatar/avatar.js.map +1 -1
  21. package/dist/esm/avatar/avatar.styles.css +475 -470
  22. package/dist/esm/avatar/avatar.template.html +10 -14
  23. package/dist/esm/badge/badge.d.ts +6 -1
  24. package/dist/esm/badge/badge.js +6 -1
  25. package/dist/esm/badge/badge.js.map +1 -1
  26. package/dist/esm/badge/badge.styles.css +264 -266
  27. package/dist/esm/badge/badge.template.html +5 -2
  28. package/dist/esm/button/button.base.d.ts +0 -9
  29. package/dist/esm/button/button.base.js +2 -3
  30. package/dist/esm/button/button.base.js.map +1 -1
  31. package/dist/esm/button/button.styles.css +260 -259
  32. package/dist/esm/button/button.template.html +8 -10
  33. package/dist/esm/checkbox/checkbox.base.d.ts +3 -9
  34. package/dist/esm/checkbox/checkbox.base.js +5 -3
  35. package/dist/esm/checkbox/checkbox.base.js.map +1 -1
  36. package/dist/esm/checkbox/checkbox.d.ts +2 -2
  37. package/dist/esm/checkbox/checkbox.js +2 -2
  38. package/dist/esm/checkbox/checkbox.styles.css +146 -142
  39. package/dist/esm/checkbox/checkbox.template.html +21 -16
  40. package/dist/esm/compound-button/compound-button.d.ts +3 -0
  41. package/dist/esm/compound-button/compound-button.js +3 -0
  42. package/dist/esm/compound-button/compound-button.js.map +1 -1
  43. package/dist/esm/compound-button/compound-button.styles.css +363 -365
  44. package/dist/esm/compound-button/compound-button.template.html +9 -11
  45. package/dist/esm/counter-badge/counter-badge.d.ts +3 -0
  46. package/dist/esm/counter-badge/counter-badge.js +3 -0
  47. package/dist/esm/counter-badge/counter-badge.js.map +1 -1
  48. package/dist/esm/counter-badge/counter-badge.styles.css +177 -177
  49. package/dist/esm/counter-badge/counter-badge.template.html +5 -2
  50. package/dist/esm/dialog/dialog.d.ts +4 -0
  51. package/dist/esm/dialog/dialog.js +4 -0
  52. package/dist/esm/dialog/dialog.js.map +1 -1
  53. package/dist/esm/dialog/dialog.styles.css +65 -66
  54. package/dist/esm/dialog/dialog.template.html +18 -15
  55. package/dist/esm/dialog-body/dialog-body.d.ts +9 -0
  56. package/dist/esm/dialog-body/dialog-body.js +9 -0
  57. package/dist/esm/dialog-body/dialog-body.js.map +1 -1
  58. package/dist/esm/dialog-body/dialog-body.styles.css +81 -76
  59. package/dist/esm/dialog-body/dialog-body.styles.js +1 -0
  60. package/dist/esm/dialog-body/dialog-body.styles.js.map +1 -1
  61. package/dist/esm/dialog-body/dialog-body.template.html +2 -1
  62. package/dist/esm/divider/divider.styles.css +105 -101
  63. package/dist/esm/divider/divider.template.html +6 -1
  64. package/dist/esm/drawer/drawer.d.ts +3 -4
  65. package/dist/esm/drawer/drawer.js +3 -4
  66. package/dist/esm/drawer/drawer.js.map +1 -1
  67. package/dist/esm/drawer/drawer.styles.css +124 -120
  68. package/dist/esm/drawer/drawer.styles.js +16 -17
  69. package/dist/esm/drawer/drawer.styles.js.map +1 -1
  70. package/dist/esm/drawer/drawer.template.html +5 -2
  71. package/dist/esm/drawer-body/drawer-body.styles.css +29 -26
  72. package/dist/esm/drawer-body/drawer-body.template.html +5 -2
  73. package/dist/esm/dropdown/dropdown.base.d.ts +3 -1
  74. package/dist/esm/dropdown/dropdown.base.js +5 -1
  75. package/dist/esm/dropdown/dropdown.base.js.map +1 -1
  76. package/dist/esm/dropdown/dropdown.styles.css +192 -190
  77. package/dist/esm/dropdown/dropdown.styles.js +1 -0
  78. package/dist/esm/dropdown/dropdown.styles.js.map +1 -1
  79. package/dist/esm/dropdown/dropdown.template.html +26 -19
  80. package/dist/esm/field/field.d.ts +7 -0
  81. package/dist/esm/field/field.js +7 -0
  82. package/dist/esm/field/field.js.map +1 -1
  83. package/dist/esm/field/field.styles.css +125 -121
  84. package/dist/esm/field/field.template.html +3 -2
  85. package/dist/esm/image/image.d.ts +2 -0
  86. package/dist/esm/image/image.js +2 -0
  87. package/dist/esm/image/image.js.map +1 -1
  88. package/dist/esm/image/image.styles.css +49 -50
  89. package/dist/esm/image/image.template.html +6 -1
  90. package/dist/esm/label/label.d.ts +3 -0
  91. package/dist/esm/label/label.js +3 -0
  92. package/dist/esm/label/label.js.map +1 -1
  93. package/dist/esm/label/label.styles.css +34 -30
  94. package/dist/esm/label/label.template.html +5 -2
  95. package/dist/esm/link/link.styles.css +58 -54
  96. package/dist/esm/link/link.template.html +4 -7
  97. package/dist/esm/listbox/listbox.styles.css +40 -36
  98. package/dist/esm/listbox/listbox.template.html +4 -6
  99. package/dist/esm/menu/menu.styles.css +56 -52
  100. package/dist/esm/menu/menu.template.html +6 -5
  101. package/dist/esm/menu-button/menu-button.styles.css +260 -259
  102. package/dist/esm/menu-button/menu-button.template.html +23 -14
  103. package/dist/esm/menu-item/menu-item.d.ts +1 -1
  104. package/dist/esm/menu-item/menu-item.js +3 -1
  105. package/dist/esm/menu-item/menu-item.js.map +1 -1
  106. package/dist/esm/menu-item/menu-item.styles.css +141 -137
  107. package/dist/esm/menu-item/menu-item.template.html +48 -17
  108. package/dist/esm/menu-list/menu-list.styles.css +19 -15
  109. package/dist/esm/menu-list/menu-list.template.html +4 -3
  110. package/dist/esm/message-bar/message-bar.d.ts +2 -0
  111. package/dist/esm/message-bar/message-bar.js +2 -0
  112. package/dist/esm/message-bar/message-bar.js.map +1 -1
  113. package/dist/esm/message-bar/message-bar.styles.css +83 -84
  114. package/dist/esm/message-bar/message-bar.template.html +7 -2
  115. package/dist/esm/option/option.d.ts +3 -0
  116. package/dist/esm/option/option.js +3 -0
  117. package/dist/esm/option/option.js.map +1 -1
  118. package/dist/esm/option/option.styles.css +117 -114
  119. package/dist/esm/option/option.template.html +17 -14
  120. package/dist/esm/progress-bar/progress-bar.base.d.ts +3 -3
  121. package/dist/esm/progress-bar/progress-bar.d.ts +1 -0
  122. package/dist/esm/progress-bar/progress-bar.js +1 -0
  123. package/dist/esm/progress-bar/progress-bar.js.map +1 -1
  124. package/dist/esm/progress-bar/progress-bar.styles.css +83 -79
  125. package/dist/esm/progress-bar/progress-bar.template.html +4 -1
  126. package/dist/esm/radio/radio.d.ts +3 -2
  127. package/dist/esm/radio/radio.js +3 -2
  128. package/dist/esm/radio/radio.js.map +1 -1
  129. package/dist/esm/radio/radio.styles.css +100 -96
  130. package/dist/esm/radio/radio.template.html +6 -9
  131. package/dist/esm/radio-group/radio-group.base.d.ts +2 -0
  132. package/dist/esm/radio-group/radio-group.base.js +2 -0
  133. package/dist/esm/radio-group/radio-group.base.js.map +1 -1
  134. package/dist/esm/radio-group/radio-group.d.ts +1 -0
  135. package/dist/esm/radio-group/radio-group.js +1 -0
  136. package/dist/esm/radio-group/radio-group.js.map +1 -1
  137. package/dist/esm/radio-group/radio-group.styles.css +45 -41
  138. package/dist/esm/radio-group/radio-group.template.html +11 -10
  139. package/dist/esm/rating-display/rating-display.styles.css +136 -134
  140. package/dist/esm/rating-display/rating-display.template.html +5 -2
  141. package/dist/esm/slider/slider.d.ts +1 -1
  142. package/dist/esm/slider/slider.js +3 -1
  143. package/dist/esm/slider/slider.js.map +1 -1
  144. package/dist/esm/slider/slider.styles.css +186 -182
  145. package/dist/esm/slider/slider.template.html +13 -15
  146. package/dist/esm/spinner/spinner.styles.css +155 -151
  147. package/dist/esm/spinner/spinner.template.html +16 -11
  148. package/dist/esm/switch/switch.d.ts +1 -0
  149. package/dist/esm/switch/switch.js +1 -0
  150. package/dist/esm/switch/switch.js.map +1 -1
  151. package/dist/esm/switch/switch.styles.css +112 -108
  152. package/dist/esm/switch/switch.template.html +9 -8
  153. package/dist/esm/tab/tab.js +2 -0
  154. package/dist/esm/tab/tab.js.map +1 -1
  155. package/dist/esm/tab/tab.styles.css +112 -108
  156. package/dist/esm/tab/tab.template.html +6 -5
  157. package/dist/esm/tablist/tablist.d.ts +1 -0
  158. package/dist/esm/tablist/tablist.js +1 -0
  159. package/dist/esm/tablist/tablist.js.map +1 -1
  160. package/dist/esm/tablist/tablist.styles.css +194 -190
  161. package/dist/esm/tablist/tablist.template.html +2 -5
  162. package/dist/esm/text/text.d.ts +2 -0
  163. package/dist/esm/text/text.js +2 -0
  164. package/dist/esm/text/text.js.map +1 -1
  165. package/dist/esm/text/text.styles.css +105 -101
  166. package/dist/esm/text/text.template.html +6 -1
  167. package/dist/esm/text-input/text-input.base.d.ts +4 -16
  168. package/dist/esm/text-input/text-input.base.js +7 -17
  169. package/dist/esm/text-input/text-input.base.js.map +1 -1
  170. package/dist/esm/text-input/text-input.d.ts +2 -0
  171. package/dist/esm/text-input/text-input.js +2 -0
  172. package/dist/esm/text-input/text-input.js.map +1 -1
  173. package/dist/esm/text-input/text-input.styles.css +199 -195
  174. package/dist/esm/text-input/text-input.template.html +34 -36
  175. package/dist/esm/text-input/text-input.template.js +1 -5
  176. package/dist/esm/text-input/text-input.template.js.map +1 -1
  177. package/dist/esm/textarea/textarea.base.d.ts +2 -2
  178. package/dist/esm/textarea/textarea.base.js +4 -2
  179. package/dist/esm/textarea/textarea.base.js.map +1 -1
  180. package/dist/esm/textarea/textarea.styles.css +254 -250
  181. package/dist/esm/textarea/textarea.template.html +28 -27
  182. package/dist/esm/toggle-button/toggle-button.styles.css +360 -357
  183. package/dist/esm/toggle-button/toggle-button.template.html +8 -10
  184. package/dist/esm/tooltip/tooltip.d.ts +2 -0
  185. package/dist/esm/tooltip/tooltip.js +2 -0
  186. package/dist/esm/tooltip/tooltip.js.map +1 -1
  187. package/dist/esm/tooltip/tooltip.styles.css +81 -77
  188. package/dist/esm/tooltip/tooltip.template.html +6 -1
  189. package/dist/esm/tree/tree.styles.css +9 -5
  190. package/dist/esm/tree/tree.template.html +3 -2
  191. package/dist/esm/tree-item/tree-item.base.d.ts +9 -0
  192. package/dist/esm/tree-item/tree-item.base.js +11 -0
  193. package/dist/esm/tree-item/tree-item.base.js.map +1 -1
  194. package/dist/esm/tree-item/tree-item.d.ts +15 -0
  195. package/dist/esm/tree-item/tree-item.js +15 -0
  196. package/dist/esm/tree-item/tree-item.js.map +1 -1
  197. package/dist/esm/tree-item/tree-item.styles.css +157 -153
  198. package/dist/esm/tree-item/tree-item.template.html +8 -7
  199. package/dist/esm/utils/autofocus.d.ts +12 -0
  200. package/dist/esm/utils/autofocus.js +25 -0
  201. package/dist/esm/utils/autofocus.js.map +1 -0
  202. package/dist/web-components-all.js +24 -27
  203. package/dist/web-components-all.min.js +15 -15
  204. package/dist/web-components.d.ts +110 -54
  205. package/dist/web-components.js +24 -27
  206. package/dist/web-components.min.js +15 -15
  207. package/package.json +6 -6
@@ -391,7 +391,7 @@
391
391
  },
392
392
  {
393
393
  "kind": "javascript-module",
394
- "path": "src/accordion-item/accordion-item.ts",
394
+ "path": "./dist/esm/accordion-item/accordion-item.js",
395
395
  "declarations": [
396
396
  {
397
397
  "kind": "class",
@@ -551,6 +551,8 @@
551
551
  "name": "BaseAccordionItem",
552
552
  "module": "/src/accordion-item/accordion-item.base.js"
553
553
  },
554
+ "tagName": "fluent-accordion-item",
555
+ "customElement": true,
554
556
  "slots": [
555
557
  {
556
558
  "description": "Content positioned before heading in the collapsed state",
@@ -618,7 +620,12 @@
618
620
  "module": "src/accordion-item/accordion-item.base.ts"
619
621
  }
620
622
  }
621
- ]
623
+ ],
624
+ "modulePath": "./dist/esm/accordion-item/accordion-item.js",
625
+ "definitionPath": "./dist/esm/accordion-item/define.js",
626
+ "cssProperties": [],
627
+ "cssStates": [],
628
+ "events": []
622
629
  }
623
630
  ],
624
631
  "exports": [
@@ -9353,6 +9360,9 @@
9353
9360
  ],
9354
9361
  "events": [
9355
9362
  {
9363
+ "type": {
9364
+ "text": "Event"
9365
+ },
9356
9366
  "description": "Fires a custom 'change' event when the active item changes",
9357
9367
  "name": "change"
9358
9368
  }
@@ -9391,6 +9401,35 @@
9391
9401
  }
9392
9402
  ]
9393
9403
  },
9404
+ {
9405
+ "kind": "javascript-module",
9406
+ "path": "src/utils/autofocus.ts",
9407
+ "declarations": [
9408
+ {
9409
+ "kind": "function",
9410
+ "name": "maybeSetAutoFocus",
9411
+ "parameters": [
9412
+ {
9413
+ "name": "element",
9414
+ "type": {
9415
+ "text": "HTMLElement"
9416
+ }
9417
+ }
9418
+ ],
9419
+ "description": "Artificial sets the focus to the given element, if no other element in the\ndocument is currently focused and the given element meets the following\nconditions:\n\n- is connected to DOM\n- has `autofocus` attribute\n- is visible\n\nFor more details of this issue, see https://codepen.io/editor/marchbox/pen/019e9ab9-cd81-7c21-a3ae-1b7fe2d3458a"
9420
+ }
9421
+ ],
9422
+ "exports": [
9423
+ {
9424
+ "kind": "js",
9425
+ "name": "maybeSetAutoFocus",
9426
+ "declaration": {
9427
+ "name": "maybeSetAutoFocus",
9428
+ "module": "src/utils/autofocus.ts"
9429
+ }
9430
+ }
9431
+ ]
9432
+ },
9394
9433
  {
9395
9434
  "kind": "javascript-module",
9396
9435
  "path": "./dist/esm/button/button.base.js",
@@ -9420,15 +9459,6 @@
9420
9459
  }
9421
9460
  ],
9422
9461
  "members": [
9423
- {
9424
- "kind": "field",
9425
- "name": "autofocus",
9426
- "type": {
9427
- "text": "boolean"
9428
- },
9429
- "privacy": "public",
9430
- "description": "Indicates the button should be focused when the page is loaded."
9431
- },
9432
9462
  {
9433
9463
  "kind": "field",
9434
9464
  "name": "defaultSlottedContent",
@@ -9628,14 +9658,6 @@
9628
9658
  }
9629
9659
  ],
9630
9660
  "attributes": [
9631
- {
9632
- "name": "autofocus",
9633
- "type": {
9634
- "text": "boolean"
9635
- },
9636
- "description": "Indicates the button should be focused when the page is loaded.",
9637
- "fieldName": "autofocus"
9638
- },
9639
9661
  {
9640
9662
  "name": "disabled",
9641
9663
  "type": {
@@ -9807,19 +9829,6 @@
9807
9829
  "default": "false",
9808
9830
  "description": "Indicates that the button should only display as an icon with no text content."
9809
9831
  },
9810
- {
9811
- "kind": "field",
9812
- "name": "autofocus",
9813
- "type": {
9814
- "text": "boolean"
9815
- },
9816
- "privacy": "public",
9817
- "description": "Indicates the button should be focused when the page is loaded.",
9818
- "inheritedFrom": {
9819
- "name": "BaseButton",
9820
- "module": "src/button/button.base.ts"
9821
- }
9822
- },
9823
9832
  {
9824
9833
  "kind": "field",
9825
9834
  "name": "defaultSlottedContent",
@@ -10137,18 +10146,6 @@
10137
10146
  "description": "Indicates that the button should only display as an icon with no text content.",
10138
10147
  "fieldName": "iconOnly"
10139
10148
  },
10140
- {
10141
- "name": "autofocus",
10142
- "type": {
10143
- "text": "boolean"
10144
- },
10145
- "description": "Indicates the button should be focused when the page is loaded.",
10146
- "fieldName": "autofocus",
10147
- "inheritedFrom": {
10148
- "name": "BaseButton",
10149
- "module": "src/button/button.base.ts"
10150
- }
10151
- },
10152
10149
  {
10153
10150
  "name": "disabled",
10154
10151
  "type": {
@@ -10681,7 +10678,7 @@
10681
10678
  },
10682
10679
  {
10683
10680
  "kind": "javascript-module",
10684
- "path": "src/anchor-button/anchor-button.ts",
10681
+ "path": "./dist/esm/anchor-button/anchor-button.js",
10685
10682
  "declarations": [
10686
10683
  {
10687
10684
  "kind": "class",
@@ -11127,6 +11124,8 @@
11127
11124
  "name": "BaseAnchor",
11128
11125
  "module": "/src/anchor-button/anchor-button.base.js"
11129
11126
  },
11127
+ "tagName": "fluent-anchor-button",
11128
+ "customElement": true,
11130
11129
  "slots": [
11131
11130
  {
11132
11131
  "description": "Content which can be provided before the anchor content",
@@ -11170,7 +11169,12 @@
11170
11169
  "module": "src/anchor-button/anchor-button.base.ts"
11171
11170
  }
11172
11171
  }
11173
- ]
11172
+ ],
11173
+ "modulePath": "./dist/esm/anchor-button/anchor-button.js",
11174
+ "definitionPath": "./dist/esm/anchor-button/define.js",
11175
+ "cssProperties": [],
11176
+ "cssStates": [],
11177
+ "events": []
11174
11178
  }
11175
11179
  ],
11176
11180
  "exports": [
@@ -11272,6 +11276,12 @@
11272
11276
  "kind": "class",
11273
11277
  "description": "An Avatar Custom HTML Element.\nBased on BaseAvatar and includes style and layout specific attributes",
11274
11278
  "name": "Avatar",
11279
+ "slots": [
11280
+ {
11281
+ "description": "Optional badge content displayed with the avatar.",
11282
+ "name": "badge"
11283
+ }
11284
+ ],
11275
11285
  "members": [
11276
11286
  {
11277
11287
  "kind": "field",
@@ -11506,8 +11516,7 @@
11506
11516
  "cssProperties": [],
11507
11517
  "cssParts": [],
11508
11518
  "cssStates": [],
11509
- "events": [],
11510
- "slots": []
11519
+ "events": []
11511
11520
  }
11512
11521
  ],
11513
11522
  "exports": [
@@ -11529,6 +11538,20 @@
11529
11538
  "kind": "class",
11530
11539
  "description": "The base class used for constructing a fluent-badge custom element",
11531
11540
  "name": "Badge",
11541
+ "slots": [
11542
+ {
11543
+ "description": "Content which can be provided inside the badge.",
11544
+ "name": ""
11545
+ },
11546
+ {
11547
+ "description": "Content which can be provided before the badge content.",
11548
+ "name": "start"
11549
+ },
11550
+ {
11551
+ "description": "Content which can be provided after the badge content.",
11552
+ "name": "end"
11553
+ }
11554
+ ],
11532
11555
  "members": [
11533
11556
  {
11534
11557
  "kind": "field",
@@ -11629,6 +11652,7 @@
11629
11652
  "name": "FASTElement",
11630
11653
  "package": "@microsoft/fast-element"
11631
11654
  },
11655
+ "tagName": "fluent-badge",
11632
11656
  "customElement": true,
11633
11657
  "modulePath": "./dist/esm/badge/badge.js",
11634
11658
  "definitionPath": "./dist/esm/badge/define.js"
@@ -11750,15 +11774,6 @@
11750
11774
  "description": "The base class for a component with a toggleable checked state.",
11751
11775
  "name": "BaseCheckbox",
11752
11776
  "members": [
11753
- {
11754
- "kind": "field",
11755
- "name": "autofocus",
11756
- "type": {
11757
- "text": "boolean"
11758
- },
11759
- "privacy": "public",
11760
- "description": "Indicates that the element should get focus after the page finishes loading."
11761
- },
11762
11777
  {
11763
11778
  "kind": "field",
11764
11779
  "name": "checked",
@@ -11966,15 +11981,23 @@
11966
11981
  "description": "Toggles the checked state of the control."
11967
11982
  }
11968
11983
  ],
11969
- "attributes": [
11984
+ "events": [
11970
11985
  {
11971
- "name": "autofocus",
11972
11986
  "type": {
11973
- "text": "boolean"
11987
+ "text": "Event"
11974
11988
  },
11975
- "description": "Indicates that the element should get focus after the page finishes loading.",
11976
- "fieldName": "autofocus"
11989
+ "description": "Fires a custom 'change' event when the checked state changes",
11990
+ "name": "change"
11977
11991
  },
11992
+ {
11993
+ "type": {
11994
+ "text": "Event"
11995
+ },
11996
+ "description": "Fires a custom 'input' event when the checked state changes",
11997
+ "name": "input"
11998
+ }
11999
+ ],
12000
+ "attributes": [
11978
12001
  {
11979
12002
  "name": "disabled",
11980
12003
  "type": {
@@ -12130,19 +12153,6 @@
12130
12153
  },
12131
12154
  "default": "'checkbox'"
12132
12155
  },
12133
- {
12134
- "kind": "field",
12135
- "name": "autofocus",
12136
- "type": {
12137
- "text": "boolean"
12138
- },
12139
- "privacy": "public",
12140
- "description": "Indicates that the element should get focus after the page finishes loading.",
12141
- "inheritedFrom": {
12142
- "name": "BaseCheckbox",
12143
- "module": "src/checkbox/checkbox.base.ts"
12144
- }
12145
- },
12146
12156
  {
12147
12157
  "kind": "field",
12148
12158
  "name": "checked",
@@ -12403,12 +12413,26 @@
12403
12413
  ],
12404
12414
  "events": [
12405
12415
  {
12416
+ "type": {
12417
+ "text": "Event"
12418
+ },
12406
12419
  "description": "Emits a custom change event when the checked state changes",
12407
- "name": "change"
12420
+ "name": "change",
12421
+ "inheritedFrom": {
12422
+ "name": "BaseCheckbox",
12423
+ "module": "src/checkbox/checkbox.base.ts"
12424
+ }
12408
12425
  },
12409
12426
  {
12427
+ "type": {
12428
+ "text": "Event"
12429
+ },
12410
12430
  "description": "Emits a custom input event when the checked state changes",
12411
- "name": "input"
12431
+ "name": "input",
12432
+ "inheritedFrom": {
12433
+ "name": "BaseCheckbox",
12434
+ "module": "src/checkbox/checkbox.base.ts"
12435
+ }
12412
12436
  }
12413
12437
  ],
12414
12438
  "attributes": [
@@ -12434,18 +12458,6 @@
12434
12458
  "text": "'medium' | 'large' | undefined"
12435
12459
  }
12436
12460
  },
12437
- {
12438
- "name": "autofocus",
12439
- "type": {
12440
- "text": "boolean"
12441
- },
12442
- "description": "Indicates that the element should get focus after the page finishes loading.",
12443
- "fieldName": "autofocus",
12444
- "inheritedFrom": {
12445
- "name": "BaseCheckbox",
12446
- "module": "src/checkbox/checkbox.base.ts"
12447
- }
12448
- },
12449
12461
  {
12450
12462
  "name": "disabled",
12451
12463
  "type": {
@@ -12552,38 +12564,42 @@
12552
12564
  "kind": "class",
12553
12565
  "description": "The base class used for constructing a fluent-compound-button custom element",
12554
12566
  "name": "CompoundButton",
12555
- "superclass": {
12556
- "name": "Button",
12557
- "module": "/src/button/button.js"
12558
- },
12559
- "tagName": "fluent-compound-button",
12560
- "customElement": true,
12561
12567
  "slots": [
12562
12568
  {
12563
- "description": "Content which can be provided before the button content",
12564
- "name": "start",
12569
+ "description": "The default slot for the main content of the compound button",
12570
+ "name": "",
12565
12571
  "inheritedFrom": {
12566
12572
  "name": "BaseButton",
12567
12573
  "module": "src/button/button.base.ts"
12568
12574
  }
12569
12575
  },
12570
12576
  {
12571
- "description": "Content which can be provided after the button content",
12572
- "name": "end",
12577
+ "description": "The description of the compound button, shown below the main content",
12578
+ "name": "description"
12579
+ },
12580
+ {
12581
+ "description": "Content which can be provided before the button content",
12582
+ "name": "start",
12573
12583
  "inheritedFrom": {
12574
12584
  "name": "BaseButton",
12575
12585
  "module": "src/button/button.base.ts"
12576
12586
  }
12577
12587
  },
12578
12588
  {
12579
- "description": "The default slot for button content",
12580
- "name": "",
12589
+ "description": "Content which can be provided after the button content",
12590
+ "name": "end",
12581
12591
  "inheritedFrom": {
12582
12592
  "name": "BaseButton",
12583
12593
  "module": "src/button/button.base.ts"
12584
12594
  }
12585
12595
  }
12586
12596
  ],
12597
+ "superclass": {
12598
+ "name": "Button",
12599
+ "module": "/src/button/button.js"
12600
+ },
12601
+ "tagName": "fluent-compound-button",
12602
+ "customElement": true,
12587
12603
  "cssParts": [
12588
12604
  {
12589
12605
  "description": "The button content container",
@@ -12653,18 +12669,6 @@
12653
12669
  "module": "src/button/button.ts"
12654
12670
  }
12655
12671
  },
12656
- {
12657
- "name": "autofocus",
12658
- "type": {
12659
- "text": "boolean"
12660
- },
12661
- "description": "Indicates the button should be focused when the page is loaded.",
12662
- "fieldName": "autofocus",
12663
- "inheritedFrom": {
12664
- "name": "BaseButton",
12665
- "module": "src/button/button.base.ts"
12666
- }
12667
- },
12668
12672
  {
12669
12673
  "name": "disabled",
12670
12674
  "type": {
@@ -12868,19 +12872,6 @@
12868
12872
  "module": "src/button/button.ts"
12869
12873
  }
12870
12874
  },
12871
- {
12872
- "kind": "field",
12873
- "name": "autofocus",
12874
- "type": {
12875
- "text": "boolean"
12876
- },
12877
- "privacy": "public",
12878
- "description": "Indicates the button should be focused when the page is loaded.",
12879
- "inheritedFrom": {
12880
- "name": "BaseButton",
12881
- "module": "src/button/button.base.ts"
12882
- }
12883
- },
12884
12875
  {
12885
12876
  "kind": "field",
12886
12877
  "name": "defaultSlottedContent",
@@ -13299,6 +13290,16 @@
13299
13290
  "kind": "class",
13300
13291
  "description": "A CounterBadge Custom HTML Element.\nBased on BaseCounterBadge and includes style and layout specific attributes.",
13301
13292
  "name": "CounterBadge",
13293
+ "slots": [
13294
+ {
13295
+ "description": "Content which can be provided before the badge content.",
13296
+ "name": "start"
13297
+ },
13298
+ {
13299
+ "description": "Content which can be provided after the badge content.",
13300
+ "name": "end"
13301
+ }
13302
+ ],
13302
13303
  "members": [
13303
13304
  {
13304
13305
  "kind": "field",
@@ -13528,8 +13529,7 @@
13528
13529
  "cssProperties": [],
13529
13530
  "cssParts": [],
13530
13531
  "cssStates": [],
13531
- "events": [],
13532
- "slots": []
13532
+ "events": []
13533
13533
  }
13534
13534
  ],
13535
13535
  "exports": [
@@ -13551,6 +13551,12 @@
13551
13551
  "kind": "class",
13552
13552
  "description": "A Dialog Custom HTML Element.",
13553
13553
  "name": "Dialog",
13554
+ "slots": [
13555
+ {
13556
+ "description": "The default slot. {@link (DialogBody:class)} element recommended.",
13557
+ "name": ""
13558
+ }
13559
+ ],
13554
13560
  "members": [
13555
13561
  {
13556
13562
  "kind": "field",
@@ -13660,6 +13666,22 @@
13660
13666
  "description": "Handles click events on the dialog overlay for light-dismiss"
13661
13667
  }
13662
13668
  ],
13669
+ "events": [
13670
+ {
13671
+ "type": {
13672
+ "text": "ToggleEvent"
13673
+ },
13674
+ "description": "Event emitted after the dialog's open state changes.",
13675
+ "name": "toggle"
13676
+ },
13677
+ {
13678
+ "type": {
13679
+ "text": "ToggleEvent"
13680
+ },
13681
+ "description": "Event emitted before the dialog's open state changes.",
13682
+ "name": "beforetoggle"
13683
+ }
13684
+ ],
13663
13685
  "attributes": [
13664
13686
  {
13665
13687
  "name": "aria-describedby",
@@ -13726,6 +13748,42 @@
13726
13748
  "kind": "class",
13727
13749
  "description": "Dialog Body component that extends the FASTElement class.",
13728
13750
  "name": "DialogBody",
13751
+ "cssParts": [
13752
+ {
13753
+ "description": "The title container.",
13754
+ "name": "title"
13755
+ },
13756
+ {
13757
+ "description": "The content container.",
13758
+ "name": "content"
13759
+ },
13760
+ {
13761
+ "description": "The actions container.",
13762
+ "name": "actions"
13763
+ }
13764
+ ],
13765
+ "slots": [
13766
+ {
13767
+ "description": "Content for the dialog title.",
13768
+ "name": "title"
13769
+ },
13770
+ {
13771
+ "description": "Content for actions shown near the title.",
13772
+ "name": "title-action"
13773
+ },
13774
+ {
13775
+ "description": "Content for the close action.",
13776
+ "name": "close"
13777
+ },
13778
+ {
13779
+ "description": "Content for footer actions.",
13780
+ "name": "action"
13781
+ },
13782
+ {
13783
+ "description": "Default dialog body content.",
13784
+ "name": ""
13785
+ }
13786
+ ],
13729
13787
  "superclass": {
13730
13788
  "name": "FASTElement",
13731
13789
  "package": "@microsoft/fast-element"
@@ -14016,6 +14074,12 @@
14016
14074
  "kind": "class",
14017
14075
  "description": "A Drawer component that allows content to be displayed in a side panel. It can be rendered as modal or non-modal.",
14018
14076
  "name": "Drawer",
14077
+ "cssProperties": [
14078
+ {
14079
+ "description": "Sets the width of the drawer to a custom value (e.g., 300px).",
14080
+ "name": "--drawer-width"
14081
+ }
14082
+ ],
14019
14083
  "cssParts": [
14020
14084
  {
14021
14085
  "description": "The dialog element of the drawer.",
@@ -14161,10 +14225,16 @@
14161
14225
  ],
14162
14226
  "events": [
14163
14227
  {
14228
+ "type": {
14229
+ "text": "ToggleEvent"
14230
+ },
14164
14231
  "description": "Event emitted after the dialog's open state changes.",
14165
14232
  "name": "toggle"
14166
14233
  },
14167
14234
  {
14235
+ "type": {
14236
+ "text": "ToggleEvent"
14237
+ },
14168
14238
  "description": "Event emitted before the dialog's open state changes.",
14169
14239
  "name": "beforetoggle"
14170
14240
  }
@@ -14645,10 +14715,24 @@
14645
14715
  "kind": "class",
14646
14716
  "description": "A DropdownOption Custom HTML Element.\nImplements the https://w3c.github.io/aria/#option | ARIA option role.",
14647
14717
  "name": "DropdownOption",
14648
- "slots": [
14718
+ "cssParts": [
14649
14719
  {
14650
- "description": "The default slot for the option's content.",
14651
- "name": ""
14720
+ "description": "The wrapper for the option content.",
14721
+ "name": "content"
14722
+ },
14723
+ {
14724
+ "description": "The wrapper for the option description.",
14725
+ "name": "description"
14726
+ }
14727
+ ],
14728
+ "slots": [
14729
+ {
14730
+ "description": "The default slot for the option's content.",
14731
+ "name": ""
14732
+ },
14733
+ {
14734
+ "description": "Optional content shown at the start of the option.",
14735
+ "name": "start"
14652
14736
  },
14653
14737
  {
14654
14738
  "description": "The checked indicator.",
@@ -15658,6 +15742,15 @@
15658
15742
  "default": "'presentation'"
15659
15743
  }
15660
15744
  ],
15745
+ "events": [
15746
+ {
15747
+ "type": {
15748
+ "text": "Event"
15749
+ },
15750
+ "description": "Fires a custom 'change' event when the selected option changes",
15751
+ "name": "change"
15752
+ }
15753
+ ],
15661
15754
  "attributes": [
15662
15755
  {
15663
15756
  "name": "aria-labelledby",
@@ -16516,12 +16609,24 @@
16516
16609
  },
16517
16610
  "tagName": "fluent-dropdown",
16518
16611
  "customElement": true,
16612
+ "events": [
16613
+ {
16614
+ "type": {
16615
+ "text": "Event"
16616
+ },
16617
+ "description": "Fires a custom 'change' event when the selected option changes",
16618
+ "name": "change",
16619
+ "inheritedFrom": {
16620
+ "name": "BaseDropdown",
16621
+ "module": "src/dropdown/dropdown.base.ts"
16622
+ }
16623
+ }
16624
+ ],
16519
16625
  "modulePath": "./dist/esm/dropdown/dropdown.js",
16520
16626
  "definitionPath": "./dist/esm/dropdown/define.js",
16521
16627
  "cssProperties": [],
16522
16628
  "cssParts": [],
16523
- "cssStates": [],
16524
- "events": []
16629
+ "cssStates": []
16525
16630
  }
16526
16631
  ],
16527
16632
  "exports": [
@@ -16650,6 +16755,34 @@
16650
16755
  "kind": "class",
16651
16756
  "description": "A Field Custom HTML Element.\nBased on BaseField and includes style and layout specific attributes",
16652
16757
  "name": "Field",
16758
+ "cssParts": [
16759
+ {
16760
+ "description": "The label slot container.",
16761
+ "name": "label"
16762
+ },
16763
+ {
16764
+ "description": "The input slot container.",
16765
+ "name": "input"
16766
+ },
16767
+ {
16768
+ "description": "The message slot container.",
16769
+ "name": "message"
16770
+ }
16771
+ ],
16772
+ "slots": [
16773
+ {
16774
+ "description": "Label content associated with the control.",
16775
+ "name": "label"
16776
+ },
16777
+ {
16778
+ "description": "Input control content.",
16779
+ "name": "input"
16780
+ },
16781
+ {
16782
+ "description": "Validation and helper message content.",
16783
+ "name": "message"
16784
+ }
16785
+ ],
16653
16786
  "members": [
16654
16787
  {
16655
16788
  "kind": "field",
@@ -16787,10 +16920,8 @@
16787
16920
  "modulePath": "./dist/esm/field/field.js",
16788
16921
  "definitionPath": "./dist/esm/field/define.js",
16789
16922
  "cssProperties": [],
16790
- "cssParts": [],
16791
16923
  "cssStates": [],
16792
- "events": [],
16793
- "slots": []
16924
+ "events": []
16794
16925
  }
16795
16926
  ],
16796
16927
  "exports": [
@@ -16812,6 +16943,12 @@
16812
16943
  "kind": "class",
16813
16944
  "description": "The base class used for constucting a fluent image custom element",
16814
16945
  "name": "Image",
16946
+ "slots": [
16947
+ {
16948
+ "description": "The default slot. Accepts any `<img>`, `<picture>`, `<video>`, or `<canvas>` element.",
16949
+ "name": ""
16950
+ }
16951
+ ],
16815
16952
  "members": [
16816
16953
  {
16817
16954
  "kind": "field",
@@ -16942,6 +17079,18 @@
16942
17079
  "kind": "class",
16943
17080
  "description": "The base class used for constructing a fluent-label custom element",
16944
17081
  "name": "Label",
17082
+ "cssParts": [
17083
+ {
17084
+ "description": "The required-field asterisk indicator.",
17085
+ "name": "asterisk"
17086
+ }
17087
+ ],
17088
+ "slots": [
17089
+ {
17090
+ "description": "The default slot. Accepts the content of the label.",
17091
+ "name": ""
17092
+ }
17093
+ ],
16945
17094
  "members": [
16946
17095
  {
16947
17096
  "kind": "field",
@@ -17538,18 +17687,6 @@
17538
17687
  "module": "src/button/button.ts"
17539
17688
  }
17540
17689
  },
17541
- {
17542
- "name": "autofocus",
17543
- "type": {
17544
- "text": "boolean"
17545
- },
17546
- "description": "Indicates the button should be focused when the page is loaded.",
17547
- "fieldName": "autofocus",
17548
- "inheritedFrom": {
17549
- "name": "BaseButton",
17550
- "module": "src/button/button.base.ts"
17551
- }
17552
- },
17553
17690
  {
17554
17691
  "name": "disabled",
17555
17692
  "type": {
@@ -17753,19 +17890,6 @@
17753
17890
  "module": "src/button/button.ts"
17754
17891
  }
17755
17892
  },
17756
- {
17757
- "kind": "field",
17758
- "name": "autofocus",
17759
- "type": {
17760
- "text": "boolean"
17761
- },
17762
- "privacy": "public",
17763
- "description": "Indicates the button should be focused when the page is loaded.",
17764
- "inheritedFrom": {
17765
- "name": "BaseButton",
17766
- "module": "src/button/button.base.ts"
17767
- }
17768
- },
17769
17893
  {
17770
17894
  "kind": "field",
17771
17895
  "name": "defaultSlottedContent",
@@ -18213,6 +18337,9 @@
18213
18337
  ],
18214
18338
  "events": [
18215
18339
  {
18340
+ "type": {
18341
+ "text": "Event"
18342
+ },
18216
18343
  "description": "Fires a custom 'change' event when a non-submenu item with a role of `menuitemcheckbox`, `menuitemradio`, or `menuitem` is invoked",
18217
18344
  "name": "change"
18218
18345
  }
@@ -19225,6 +19352,10 @@
19225
19352
  "description": "Content that can be provided for the dismiss button",
19226
19353
  "name": "dismiss"
19227
19354
  },
19355
+ {
19356
+ "description": "Content that can be provided for the leading icon",
19357
+ "name": "icon"
19358
+ },
19228
19359
  {
19229
19360
  "description": "The default slot for the content",
19230
19361
  "name": ""
@@ -19282,6 +19413,15 @@
19282
19413
  "default": "'status'"
19283
19414
  }
19284
19415
  ],
19416
+ "events": [
19417
+ {
19418
+ "type": {
19419
+ "text": "CustomEvent"
19420
+ },
19421
+ "description": "Fired when the message bar is dismissed.",
19422
+ "name": "dismiss"
19423
+ }
19424
+ ],
19285
19425
  "attributes": [
19286
19426
  {
19287
19427
  "name": "shape",
@@ -19382,6 +19522,24 @@
19382
19522
  ],
19383
19523
  "description": "Handles changes to validation-state attribute custom states"
19384
19524
  },
19525
+ {
19526
+ "kind": "field",
19527
+ "name": "value",
19528
+ "type": {
19529
+ "text": "number | undefined"
19530
+ },
19531
+ "privacy": "public",
19532
+ "description": "The value of the progress\nThe value of the progress\n\nHTML Attribute: `value`"
19533
+ },
19534
+ {
19535
+ "kind": "field",
19536
+ "name": "min",
19537
+ "type": {
19538
+ "text": "number | undefined"
19539
+ },
19540
+ "privacy": "public",
19541
+ "description": "The minimum value\nThe minimum value\n\nHTML Attribute: `min`"
19542
+ },
19385
19543
  {
19386
19544
  "kind": "method",
19387
19545
  "name": "minChanged",
@@ -19409,6 +19567,15 @@
19409
19567
  ],
19410
19568
  "description": "Updates the percent complete when the `min` property changes."
19411
19569
  },
19570
+ {
19571
+ "kind": "field",
19572
+ "name": "max",
19573
+ "type": {
19574
+ "text": "number | undefined"
19575
+ },
19576
+ "privacy": "public",
19577
+ "description": "The maximum value\nThe maximum value\n\nHTML Attribute: `max`"
19578
+ },
19412
19579
  {
19413
19580
  "kind": "field",
19414
19581
  "name": "role",
@@ -19430,6 +19597,30 @@
19430
19597
  "parsedType": {
19431
19598
  "text": "'success' | 'warning' | 'error' | null"
19432
19599
  }
19600
+ },
19601
+ {
19602
+ "name": "value",
19603
+ "type": {
19604
+ "text": "number | undefined"
19605
+ },
19606
+ "description": "The value of the progress\nThe value of the progress\n\nHTML Attribute: `value`",
19607
+ "fieldName": "value"
19608
+ },
19609
+ {
19610
+ "name": "min",
19611
+ "type": {
19612
+ "text": "number | undefined"
19613
+ },
19614
+ "description": "The minimum value\nThe minimum value\n\nHTML Attribute: `min`",
19615
+ "fieldName": "min"
19616
+ },
19617
+ {
19618
+ "name": "max",
19619
+ "type": {
19620
+ "text": "number | undefined"
19621
+ },
19622
+ "description": "The maximum value\nThe maximum value\n\nHTML Attribute: `max`",
19623
+ "fieldName": "max"
19433
19624
  }
19434
19625
  ],
19435
19626
  "superclass": {
@@ -19460,6 +19651,12 @@
19460
19651
  "kind": "class",
19461
19652
  "description": "A Progress HTML Element.\nBased on BaseProgressBar and includes style and layout specific attributes",
19462
19653
  "name": "ProgressBar",
19654
+ "cssParts": [
19655
+ {
19656
+ "description": "The internal progress indicator element.",
19657
+ "name": "indicator"
19658
+ }
19659
+ ],
19463
19660
  "members": [
19464
19661
  {
19465
19662
  "kind": "field",
@@ -19528,6 +19725,32 @@
19528
19725
  "module": "src/progress-bar/progress-bar.base.ts"
19529
19726
  }
19530
19727
  },
19728
+ {
19729
+ "kind": "field",
19730
+ "name": "value",
19731
+ "type": {
19732
+ "text": "number | undefined"
19733
+ },
19734
+ "privacy": "public",
19735
+ "description": "The value of the progress\nThe value of the progress\n\nHTML Attribute: `value`",
19736
+ "inheritedFrom": {
19737
+ "name": "BaseProgressBar",
19738
+ "module": "src/progress-bar/progress-bar.base.ts"
19739
+ }
19740
+ },
19741
+ {
19742
+ "kind": "field",
19743
+ "name": "min",
19744
+ "type": {
19745
+ "text": "number | undefined"
19746
+ },
19747
+ "privacy": "public",
19748
+ "description": "The minimum value\nThe minimum value\n\nHTML Attribute: `min`",
19749
+ "inheritedFrom": {
19750
+ "name": "BaseProgressBar",
19751
+ "module": "src/progress-bar/progress-bar.base.ts"
19752
+ }
19753
+ },
19531
19754
  {
19532
19755
  "kind": "method",
19533
19756
  "name": "minChanged",
@@ -19559,6 +19782,19 @@
19559
19782
  "module": "src/progress-bar/progress-bar.base.ts"
19560
19783
  }
19561
19784
  },
19785
+ {
19786
+ "kind": "field",
19787
+ "name": "max",
19788
+ "type": {
19789
+ "text": "number | undefined"
19790
+ },
19791
+ "privacy": "public",
19792
+ "description": "The maximum value\nThe maximum value\n\nHTML Attribute: `max`",
19793
+ "inheritedFrom": {
19794
+ "name": "BaseProgressBar",
19795
+ "module": "src/progress-bar/progress-bar.base.ts"
19796
+ }
19797
+ },
19562
19798
  {
19563
19799
  "kind": "field",
19564
19800
  "name": "role",
@@ -19610,6 +19846,42 @@
19610
19846
  "name": "BaseProgressBar",
19611
19847
  "module": "src/progress-bar/progress-bar.base.ts"
19612
19848
  }
19849
+ },
19850
+ {
19851
+ "name": "value",
19852
+ "type": {
19853
+ "text": "number | undefined"
19854
+ },
19855
+ "description": "The value of the progress\nThe value of the progress\n\nHTML Attribute: `value`",
19856
+ "fieldName": "value",
19857
+ "inheritedFrom": {
19858
+ "name": "BaseProgressBar",
19859
+ "module": "src/progress-bar/progress-bar.base.ts"
19860
+ }
19861
+ },
19862
+ {
19863
+ "name": "min",
19864
+ "type": {
19865
+ "text": "number | undefined"
19866
+ },
19867
+ "description": "The minimum value\nThe minimum value\n\nHTML Attribute: `min`",
19868
+ "fieldName": "min",
19869
+ "inheritedFrom": {
19870
+ "name": "BaseProgressBar",
19871
+ "module": "src/progress-bar/progress-bar.base.ts"
19872
+ }
19873
+ },
19874
+ {
19875
+ "name": "max",
19876
+ "type": {
19877
+ "text": "number | undefined"
19878
+ },
19879
+ "description": "The maximum value\nThe maximum value\n\nHTML Attribute: `max`",
19880
+ "fieldName": "max",
19881
+ "inheritedFrom": {
19882
+ "name": "BaseProgressBar",
19883
+ "module": "src/progress-bar/progress-bar.base.ts"
19884
+ }
19613
19885
  }
19614
19886
  ],
19615
19887
  "superclass": {
@@ -19621,7 +19893,6 @@
19621
19893
  "modulePath": "./dist/esm/progress-bar/progress-bar.js",
19622
19894
  "definitionPath": "./dist/esm/progress-bar/define.js",
19623
19895
  "cssProperties": [],
19624
- "cssParts": [],
19625
19896
  "cssStates": [],
19626
19897
  "events": [],
19627
19898
  "slots": []
@@ -19686,19 +19957,6 @@
19686
19957
  },
19687
19958
  "default": "'radio'"
19688
19959
  },
19689
- {
19690
- "kind": "field",
19691
- "name": "autofocus",
19692
- "type": {
19693
- "text": "boolean"
19694
- },
19695
- "privacy": "public",
19696
- "description": "Indicates that the element should get focus after the page finishes loading.",
19697
- "inheritedFrom": {
19698
- "name": "BaseCheckbox",
19699
- "module": "src/checkbox/checkbox.base.ts"
19700
- }
19701
- },
19702
19960
  {
19703
19961
  "kind": "field",
19704
19962
  "name": "checked",
@@ -19959,12 +20217,33 @@
19959
20217
  ],
19960
20218
  "events": [
19961
20219
  {
20220
+ "type": {
20221
+ "text": "Event"
20222
+ },
19962
20223
  "description": "Emits a custom change event when the checked state changes",
19963
- "name": "change"
20224
+ "name": "change",
20225
+ "inheritedFrom": {
20226
+ "name": "BaseCheckbox",
20227
+ "module": "src/checkbox/checkbox.base.ts"
20228
+ }
19964
20229
  },
19965
20230
  {
20231
+ "type": {
20232
+ "text": "Event"
20233
+ },
19966
20234
  "description": "Emits a custom input event when the checked state changes",
19967
- "name": "input"
20235
+ "name": "input",
20236
+ "inheritedFrom": {
20237
+ "name": "BaseCheckbox",
20238
+ "module": "src/checkbox/checkbox.base.ts"
20239
+ }
20240
+ },
20241
+ {
20242
+ "type": {
20243
+ "text": "CustomEvent"
20244
+ },
20245
+ "description": "Emits a custom disabled event when the disabled state changes",
20246
+ "name": "disabled"
19968
20247
  }
19969
20248
  ],
19970
20249
  "superclass": {
@@ -19975,21 +20254,9 @@
19975
20254
  "customElement": true,
19976
20255
  "attributes": [
19977
20256
  {
19978
- "name": "autofocus",
20257
+ "name": "disabled",
19979
20258
  "type": {
19980
- "text": "boolean"
19981
- },
19982
- "description": "Indicates that the element should get focus after the page finishes loading.",
19983
- "fieldName": "autofocus",
19984
- "inheritedFrom": {
19985
- "name": "BaseCheckbox",
19986
- "module": "src/checkbox/checkbox.base.ts"
19987
- }
19988
- },
19989
- {
19990
- "name": "disabled",
19991
- "type": {
19992
- "text": "boolean | undefined"
20259
+ "text": "boolean | undefined"
19993
20260
  },
19994
20261
  "description": "The initial disabled state of the control.",
19995
20262
  "fieldName": "disabledAttribute",
@@ -20381,6 +20648,15 @@
20381
20648
  "name": "ariaOrientation"
20382
20649
  }
20383
20650
  ],
20651
+ "events": [
20652
+ {
20653
+ "type": {
20654
+ "text": "Event"
20655
+ },
20656
+ "description": "Fires a custom 'change' event when the checked radio changes",
20657
+ "name": "change"
20658
+ }
20659
+ ],
20384
20660
  "attributes": [
20385
20661
  {
20386
20662
  "name": "disabled",
@@ -20857,6 +21133,19 @@
20857
21133
  }
20858
21134
  }
20859
21135
  ],
21136
+ "events": [
21137
+ {
21138
+ "type": {
21139
+ "text": "Event"
21140
+ },
21141
+ "description": "Fired when the selected radio changes.",
21142
+ "name": "change",
21143
+ "inheritedFrom": {
21144
+ "name": "BaseRadioGroup",
21145
+ "module": "src/radio-group/radio-group.base.ts"
21146
+ }
21147
+ }
21148
+ ],
20860
21149
  "superclass": {
20861
21150
  "name": "BaseRadioGroup",
20862
21151
  "module": "/src/radio-group/radio-group.base.js"
@@ -20932,8 +21221,7 @@
20932
21221
  "definitionPath": "./dist/esm/radio-group/define.js",
20933
21222
  "cssProperties": [],
20934
21223
  "cssParts": [],
20935
- "cssStates": [],
20936
- "events": []
21224
+ "cssStates": []
20937
21225
  }
20938
21226
  ],
20939
21227
  "exports": [
@@ -22071,6 +22359,9 @@
22071
22359
  ],
22072
22360
  "events": [
22073
22361
  {
22362
+ "type": {
22363
+ "text": "Event"
22364
+ },
22074
22365
  "description": "Fires a custom 'change' event when the value changes.",
22075
22366
  "name": "change"
22076
22367
  }
@@ -22317,6 +22608,12 @@
22317
22608
  "kind": "class",
22318
22609
  "description": "A Switch Custom HTML Element.\nBased on BaseCheckbox and includes style and layout specific attributes",
22319
22610
  "name": "Switch",
22611
+ "cssParts": [
22612
+ {
22613
+ "description": "The internal switch indicator element.",
22614
+ "name": "checked-indicator"
22615
+ }
22616
+ ],
22320
22617
  "members": [
22321
22618
  {
22322
22619
  "kind": "field",
@@ -22326,19 +22623,6 @@
22326
22623
  },
22327
22624
  "default": "'switch'"
22328
22625
  },
22329
- {
22330
- "kind": "field",
22331
- "name": "autofocus",
22332
- "type": {
22333
- "text": "boolean"
22334
- },
22335
- "privacy": "public",
22336
- "description": "Indicates that the element should get focus after the page finishes loading.",
22337
- "inheritedFrom": {
22338
- "name": "BaseCheckbox",
22339
- "module": "src/checkbox/checkbox.base.ts"
22340
- }
22341
- },
22342
22626
  {
22343
22627
  "kind": "field",
22344
22628
  "name": "checked",
@@ -22629,18 +22913,6 @@
22629
22913
  "tagName": "fluent-switch",
22630
22914
  "customElement": true,
22631
22915
  "attributes": [
22632
- {
22633
- "name": "autofocus",
22634
- "type": {
22635
- "text": "boolean"
22636
- },
22637
- "description": "Indicates that the element should get focus after the page finishes loading.",
22638
- "fieldName": "autofocus",
22639
- "inheritedFrom": {
22640
- "name": "BaseCheckbox",
22641
- "module": "src/checkbox/checkbox.base.ts"
22642
- }
22643
- },
22644
22916
  {
22645
22917
  "name": "disabled",
22646
22918
  "type": {
@@ -22715,12 +22987,34 @@
22715
22987
  }
22716
22988
  }
22717
22989
  ],
22990
+ "events": [
22991
+ {
22992
+ "type": {
22993
+ "text": "Event"
22994
+ },
22995
+ "description": "Fires a custom 'change' event when the checked state changes",
22996
+ "name": "change",
22997
+ "inheritedFrom": {
22998
+ "name": "BaseCheckbox",
22999
+ "module": "src/checkbox/checkbox.base.ts"
23000
+ }
23001
+ },
23002
+ {
23003
+ "type": {
23004
+ "text": "Event"
23005
+ },
23006
+ "description": "Fires a custom 'input' event when the checked state changes",
23007
+ "name": "input",
23008
+ "inheritedFrom": {
23009
+ "name": "BaseCheckbox",
23010
+ "module": "src/checkbox/checkbox.base.ts"
23011
+ }
23012
+ }
23013
+ ],
22718
23014
  "modulePath": "./dist/esm/switch/switch.js",
22719
23015
  "definitionPath": "./dist/esm/switch/define.js",
22720
23016
  "cssProperties": [],
22721
- "cssParts": [],
22722
23017
  "cssStates": [],
22723
- "events": [],
22724
23018
  "slots": []
22725
23019
  }
22726
23020
  ],
@@ -23248,6 +23542,15 @@
23248
23542
  }
23249
23543
  }
23250
23544
  ],
23545
+ "events": [
23546
+ {
23547
+ "type": {
23548
+ "text": "Event"
23549
+ },
23550
+ "description": "Fired when the active tab changes.",
23551
+ "name": "change"
23552
+ }
23553
+ ],
23251
23554
  "attributes": [
23252
23555
  {
23253
23556
  "name": "appearance",
@@ -23323,7 +23626,6 @@
23323
23626
  "cssProperties": [],
23324
23627
  "cssParts": [],
23325
23628
  "cssStates": [],
23326
- "events": [],
23327
23629
  "slots": []
23328
23630
  }
23329
23631
  ],
@@ -23831,10 +24133,16 @@
23831
24133
  ],
23832
24134
  "events": [
23833
24135
  {
24136
+ "type": {
24137
+ "text": "Event"
24138
+ },
23834
24139
  "description": "Fires after the control loses focus, if the content has changed.",
23835
24140
  "name": "change"
23836
24141
  },
23837
24142
  {
24143
+ "type": {
24144
+ "text": "Event"
24145
+ },
23838
24146
  "description": "Fires when the `select()` method is called.",
23839
24147
  "name": "select"
23840
24148
  }
@@ -24886,6 +25194,9 @@
24886
25194
  ],
24887
25195
  "events": [
24888
25196
  {
25197
+ "type": {
25198
+ "text": "Event"
25199
+ },
24889
25200
  "description": "Fires after the control loses focus, if the content has changed.",
24890
25201
  "name": "change",
24891
25202
  "inheritedFrom": {
@@ -24894,6 +25205,9 @@
24894
25205
  }
24895
25206
  },
24896
25207
  {
25208
+ "type": {
25209
+ "text": "Event"
25210
+ },
24897
25211
  "description": "Fires when the `select()` method is called.",
24898
25212
  "name": "select",
24899
25213
  "inheritedFrom": {
@@ -24965,15 +25279,6 @@
24965
25279
  "privacy": "public",
24966
25280
  "description": "Indicates the element's autocomplete state."
24967
25281
  },
24968
- {
24969
- "kind": "field",
24970
- "name": "autofocus",
24971
- "type": {
24972
- "text": "boolean"
24973
- },
24974
- "privacy": "public",
24975
- "description": "Indicates that the element should get focus after the page finishes loading."
24976
- },
24977
25282
  {
24978
25283
  "kind": "field",
24979
25284
  "name": "currentValue",
@@ -25222,26 +25527,6 @@
25222
25527
  ],
25223
25528
  "description": "Clicks the inner control when the component is clicked."
25224
25529
  },
25225
- {
25226
- "kind": "method",
25227
- "name": "focusinHandler",
25228
- "privacy": "public",
25229
- "return": {
25230
- "type": {
25231
- "text": "boolean | void"
25232
- }
25233
- },
25234
- "parameters": [
25235
- {
25236
- "name": "e",
25237
- "type": {
25238
- "text": "FocusEvent"
25239
- },
25240
- "description": "the event object"
25241
- }
25242
- ],
25243
- "description": "Focuses the inner control when the component is focused."
25244
- },
25245
25530
  {
25246
25531
  "kind": "method",
25247
25532
  "name": "select",
@@ -25285,6 +25570,22 @@
25285
25570
  "description": "Reports the validity of the element."
25286
25571
  }
25287
25572
  ],
25573
+ "events": [
25574
+ {
25575
+ "type": {
25576
+ "text": "Event"
25577
+ },
25578
+ "description": "Fires a custom 'change' event when the value changes and the input loses focus",
25579
+ "name": "change"
25580
+ },
25581
+ {
25582
+ "type": {
25583
+ "text": "Event"
25584
+ },
25585
+ "description": "Fires when the `select()` method is called.",
25586
+ "name": "select"
25587
+ }
25588
+ ],
25288
25589
  "attributes": [
25289
25590
  {
25290
25591
  "name": "autocomplete",
@@ -25294,14 +25595,6 @@
25294
25595
  "description": "Indicates the element's autocomplete state.",
25295
25596
  "fieldName": "autocomplete"
25296
25597
  },
25297
- {
25298
- "name": "autofocus",
25299
- "type": {
25300
- "text": "boolean"
25301
- },
25302
- "description": "Indicates that the element should get focus after the page finishes loading.",
25303
- "fieldName": "autofocus"
25304
- },
25305
25598
  {
25306
25599
  "name": "current-value",
25307
25600
  "type": {
@@ -25508,19 +25801,6 @@
25508
25801
  "module": "src/text-input/text-input.base.ts"
25509
25802
  }
25510
25803
  },
25511
- {
25512
- "kind": "field",
25513
- "name": "autofocus",
25514
- "type": {
25515
- "text": "boolean"
25516
- },
25517
- "privacy": "public",
25518
- "description": "Indicates that the element should get focus after the page finishes loading.",
25519
- "inheritedFrom": {
25520
- "name": "BaseTextInput",
25521
- "module": "src/text-input/text-input.base.ts"
25522
- }
25523
- },
25524
25804
  {
25525
25805
  "kind": "field",
25526
25806
  "name": "currentValue",
@@ -25869,30 +26149,6 @@
25869
26149
  "module": "src/text-input/text-input.base.ts"
25870
26150
  }
25871
26151
  },
25872
- {
25873
- "kind": "method",
25874
- "name": "focusinHandler",
25875
- "privacy": "public",
25876
- "return": {
25877
- "type": {
25878
- "text": "boolean | void"
25879
- }
25880
- },
25881
- "parameters": [
25882
- {
25883
- "name": "e",
25884
- "type": {
25885
- "text": "FocusEvent"
25886
- },
25887
- "description": "the event object"
25888
- }
25889
- ],
25890
- "description": "Focuses the inner control when the component is focused.",
25891
- "inheritedFrom": {
25892
- "name": "BaseTextInput",
25893
- "module": "src/text-input/text-input.base.ts"
25894
- }
25895
- },
25896
26152
  {
25897
26153
  "kind": "method",
25898
26154
  "name": "select",
@@ -25948,6 +26204,30 @@
25948
26204
  }
25949
26205
  }
25950
26206
  ],
26207
+ "events": [
26208
+ {
26209
+ "type": {
26210
+ "text": "Event"
26211
+ },
26212
+ "description": "Fired when the input value is committed via a change event.",
26213
+ "name": "change",
26214
+ "inheritedFrom": {
26215
+ "name": "BaseTextInput",
26216
+ "module": "src/text-input/text-input.base.ts"
26217
+ }
26218
+ },
26219
+ {
26220
+ "type": {
26221
+ "text": "Event"
26222
+ },
26223
+ "description": "Fires when the `select()` method is called.",
26224
+ "name": "select",
26225
+ "inheritedFrom": {
26226
+ "name": "BaseTextInput",
26227
+ "module": "src/text-input/text-input.base.ts"
26228
+ }
26229
+ }
26230
+ ],
25951
26231
  "attributes": [
25952
26232
  {
25953
26233
  "name": "appearance",
@@ -25983,18 +26263,6 @@
25983
26263
  "module": "src/text-input/text-input.base.ts"
25984
26264
  }
25985
26265
  },
25986
- {
25987
- "name": "autofocus",
25988
- "type": {
25989
- "text": "boolean"
25990
- },
25991
- "description": "Indicates that the element should get focus after the page finishes loading.",
25992
- "fieldName": "autofocus",
25993
- "inheritedFrom": {
25994
- "name": "BaseTextInput",
25995
- "module": "src/text-input/text-input.base.ts"
25996
- }
25997
- },
25998
26266
  {
25999
26267
  "name": "current-value",
26000
26268
  "type": {
@@ -26264,8 +26532,7 @@
26264
26532
  "modulePath": "./dist/esm/text-input/text-input.js",
26265
26533
  "definitionPath": "./dist/esm/text-input/define.js",
26266
26534
  "cssProperties": [],
26267
- "cssStates": [],
26268
- "events": []
26535
+ "cssStates": []
26269
26536
  }
26270
26537
  ],
26271
26538
  "exports": [
@@ -26287,6 +26554,12 @@
26287
26554
  "kind": "class",
26288
26555
  "description": "The base class used for constructing a fluent-text custom element",
26289
26556
  "name": "Text",
26557
+ "slots": [
26558
+ {
26559
+ "description": "The default slot for the text content of the component. Can be any valid HTML element, but is typically a semantic element such as a heading or paragraph.",
26560
+ "name": ""
26561
+ }
26562
+ ],
26290
26563
  "members": [
26291
26564
  {
26292
26565
  "kind": "field",
@@ -26622,19 +26895,6 @@
26622
26895
  "module": "src/button/button.ts"
26623
26896
  }
26624
26897
  },
26625
- {
26626
- "kind": "field",
26627
- "name": "autofocus",
26628
- "type": {
26629
- "text": "boolean"
26630
- },
26631
- "privacy": "public",
26632
- "description": "Indicates the button should be focused when the page is loaded.",
26633
- "inheritedFrom": {
26634
- "name": "BaseButton",
26635
- "module": "src/button/button.base.ts"
26636
- }
26637
- },
26638
26898
  {
26639
26899
  "kind": "field",
26640
26900
  "name": "defaultSlottedContent",
@@ -26969,18 +27229,6 @@
26969
27229
  "module": "src/button/button.ts"
26970
27230
  }
26971
27231
  },
26972
- {
26973
- "name": "autofocus",
26974
- "type": {
26975
- "text": "boolean"
26976
- },
26977
- "description": "Indicates the button should be focused when the page is loaded.",
26978
- "fieldName": "autofocus",
26979
- "inheritedFrom": {
26980
- "name": "BaseButton",
26981
- "module": "src/button/button.base.ts"
26982
- }
26983
- },
26984
27232
  {
26985
27233
  "name": "disabled",
26986
27234
  "type": {
@@ -27189,6 +27437,12 @@
27189
27437
  "kind": "class",
27190
27438
  "description": "A Tooltip Custom HTML Element.\nBased on ARIA APG Tooltip Pattern https://www.w3.org/WAI/ARIA/apg/patterns/tooltip/ ",
27191
27439
  "name": "Tooltip",
27440
+ "slots": [
27441
+ {
27442
+ "description": "The default slot. Accepts the content of the tooltip.",
27443
+ "name": ""
27444
+ }
27445
+ ],
27192
27446
  "members": [
27193
27447
  {
27194
27448
  "kind": "field",
@@ -27334,7 +27588,7 @@
27334
27588
  "declarations": [
27335
27589
  {
27336
27590
  "kind": "class",
27337
- "description": "",
27591
+ "description": "Base class for Tree Item Custom HTML Element.\nBased largely on the https://developer.mozilla.org/en-US/docs/Web/HTML/Element/li | `<li>` element.",
27338
27592
  "name": "BaseTreeItem",
27339
27593
  "members": [
27340
27594
  {
@@ -27475,6 +27729,22 @@
27475
27729
  "default": "'treeitem'"
27476
27730
  }
27477
27731
  ],
27732
+ "events": [
27733
+ {
27734
+ "type": {
27735
+ "text": "ToggleEvent"
27736
+ },
27737
+ "description": "Fires when the expanded state changes",
27738
+ "name": "toggle"
27739
+ },
27740
+ {
27741
+ "type": {
27742
+ "text": "Event"
27743
+ },
27744
+ "description": "Fires when the selected state changes",
27745
+ "name": "change"
27746
+ }
27747
+ ],
27478
27748
  "attributes": [
27479
27749
  {
27480
27750
  "name": "expanded",
@@ -27539,6 +27809,50 @@
27539
27809
  "kind": "class",
27540
27810
  "description": "The Fluent Tree Item Element. Implements @microsoft/fast-foundation#BaseTreeItem.",
27541
27811
  "name": "TreeItem",
27812
+ "cssParts": [
27813
+ {
27814
+ "description": "The container for item content and aside regions.",
27815
+ "name": "positioning-region"
27816
+ },
27817
+ {
27818
+ "description": "The item content region.",
27819
+ "name": "content"
27820
+ },
27821
+ {
27822
+ "description": "The expand/collapse indicator region.",
27823
+ "name": "chevron"
27824
+ },
27825
+ {
27826
+ "description": "The trailing aside region.",
27827
+ "name": "aside"
27828
+ },
27829
+ {
27830
+ "description": "The child items group region.",
27831
+ "name": "items"
27832
+ }
27833
+ ],
27834
+ "slots": [
27835
+ {
27836
+ "description": "The default slot. Accepts the content of the tree item.",
27837
+ "name": ""
27838
+ },
27839
+ {
27840
+ "description": "Content shown before the item label.",
27841
+ "name": "start"
27842
+ },
27843
+ {
27844
+ "description": "Content shown after the item label.",
27845
+ "name": "end"
27846
+ },
27847
+ {
27848
+ "description": "Content shown at the far end of the row.",
27849
+ "name": "aside"
27850
+ },
27851
+ {
27852
+ "description": "Child tree items.",
27853
+ "name": "item"
27854
+ }
27855
+ ],
27542
27856
  "members": [
27543
27857
  {
27544
27858
  "kind": "field",
@@ -27756,6 +28070,30 @@
27756
28070
  }
27757
28071
  }
27758
28072
  ],
28073
+ "events": [
28074
+ {
28075
+ "type": {
28076
+ "text": "ToggleEvent"
28077
+ },
28078
+ "description": "Fired when expanded state toggles.",
28079
+ "name": "toggle",
28080
+ "inheritedFrom": {
28081
+ "name": "BaseTreeItem",
28082
+ "module": "src/tree-item/tree-item.base.ts"
28083
+ }
28084
+ },
28085
+ {
28086
+ "type": {
28087
+ "text": "Event"
28088
+ },
28089
+ "description": "Fired when selected state changes.",
28090
+ "name": "change",
28091
+ "inheritedFrom": {
28092
+ "name": "BaseTreeItem",
28093
+ "module": "src/tree-item/tree-item.base.ts"
28094
+ }
28095
+ }
28096
+ ],
27759
28097
  "attributes": [
27760
28098
  {
27761
28099
  "name": "size",
@@ -27839,10 +28177,7 @@
27839
28177
  "modulePath": "./dist/esm/tree-item/tree-item.js",
27840
28178
  "definitionPath": "./dist/esm/tree-item/define.js",
27841
28179
  "cssProperties": [],
27842
- "cssParts": [],
27843
- "cssStates": [],
27844
- "events": [],
27845
- "slots": []
28180
+ "cssStates": []
27846
28181
  }
27847
28182
  ],
27848
28183
  "exports": [
@@ -28186,7 +28521,7 @@
28186
28521
  },
28187
28522
  {
28188
28523
  "kind": "javascript-module",
28189
- "path": "src/avatar/avatar.definition-async.ts",
28524
+ "path": "src/accordion-item/accordion-item.definition-async.ts",
28190
28525
  "declarations": [
28191
28526
  {
28192
28527
  "kind": "variable",
@@ -28195,7 +28530,7 @@
28195
28530
  "text": "PartialFASTElementDefinition"
28196
28531
  },
28197
28532
  "default": "{ name: tagName, templateOptions: 'defer-and-hydrate', }",
28198
- "description": "The async definition configuration for the fluent-avatar element.",
28533
+ "description": "The async definition configuration for the fluent-accordion-item element.",
28199
28534
  "privacy": "public"
28200
28535
  }
28201
28536
  ],
@@ -28205,14 +28540,14 @@
28205
28540
  "name": "definition",
28206
28541
  "declaration": {
28207
28542
  "name": "definition",
28208
- "module": "src/avatar/avatar.definition-async.ts"
28543
+ "module": "src/accordion-item/accordion-item.definition-async.ts"
28209
28544
  }
28210
28545
  }
28211
28546
  ]
28212
28547
  },
28213
28548
  {
28214
28549
  "kind": "javascript-module",
28215
- "path": "src/avatar/define-async.ts",
28550
+ "path": "src/accordion-item/define-async.ts",
28216
28551
  "declarations": [],
28217
28552
  "exports": []
28218
28553
  },
@@ -28250,7 +28585,7 @@
28250
28585
  },
28251
28586
  {
28252
28587
  "kind": "javascript-module",
28253
- "path": "src/accordion-item/accordion-item.definition-async.ts",
28588
+ "path": "src/avatar/avatar.definition-async.ts",
28254
28589
  "declarations": [
28255
28590
  {
28256
28591
  "kind": "variable",
@@ -28259,7 +28594,7 @@
28259
28594
  "text": "PartialFASTElementDefinition"
28260
28595
  },
28261
28596
  "default": "{ name: tagName, templateOptions: 'defer-and-hydrate', }",
28262
- "description": "The async definition configuration for the fluent-accordion-item element.",
28597
+ "description": "The async definition configuration for the fluent-avatar element.",
28263
28598
  "privacy": "public"
28264
28599
  }
28265
28600
  ],
@@ -28269,20 +28604,20 @@
28269
28604
  "name": "definition",
28270
28605
  "declaration": {
28271
28606
  "name": "definition",
28272
- "module": "src/accordion-item/accordion-item.definition-async.ts"
28607
+ "module": "src/avatar/avatar.definition-async.ts"
28273
28608
  }
28274
28609
  }
28275
28610
  ]
28276
28611
  },
28277
28612
  {
28278
28613
  "kind": "javascript-module",
28279
- "path": "src/accordion-item/define-async.ts",
28614
+ "path": "src/avatar/define-async.ts",
28280
28615
  "declarations": [],
28281
28616
  "exports": []
28282
28617
  },
28283
28618
  {
28284
28619
  "kind": "javascript-module",
28285
- "path": "src/button/button.definition-async.ts",
28620
+ "path": "src/badge/badge.definition-async.ts",
28286
28621
  "declarations": [
28287
28622
  {
28288
28623
  "kind": "variable",
@@ -28291,7 +28626,7 @@
28291
28626
  "text": "PartialFASTElementDefinition"
28292
28627
  },
28293
28628
  "default": "{ name: tagName, templateOptions: 'defer-and-hydrate', }",
28294
- "description": "The async definition configuration for the fluent-button element.",
28629
+ "description": "The async definition configuration for the fluent-badge element.",
28295
28630
  "privacy": "public"
28296
28631
  }
28297
28632
  ],
@@ -28301,20 +28636,20 @@
28301
28636
  "name": "definition",
28302
28637
  "declaration": {
28303
28638
  "name": "definition",
28304
- "module": "src/button/button.definition-async.ts"
28639
+ "module": "src/badge/badge.definition-async.ts"
28305
28640
  }
28306
28641
  }
28307
28642
  ]
28308
28643
  },
28309
28644
  {
28310
28645
  "kind": "javascript-module",
28311
- "path": "src/button/define-async.ts",
28646
+ "path": "src/badge/define-async.ts",
28312
28647
  "declarations": [],
28313
28648
  "exports": []
28314
28649
  },
28315
28650
  {
28316
28651
  "kind": "javascript-module",
28317
- "path": "src/badge/badge.definition-async.ts",
28652
+ "path": "src/button/button.definition-async.ts",
28318
28653
  "declarations": [
28319
28654
  {
28320
28655
  "kind": "variable",
@@ -28323,7 +28658,7 @@
28323
28658
  "text": "PartialFASTElementDefinition"
28324
28659
  },
28325
28660
  "default": "{ name: tagName, templateOptions: 'defer-and-hydrate', }",
28326
- "description": "The async definition configuration for the fluent-badge element.",
28661
+ "description": "The async definition configuration for the fluent-button element.",
28327
28662
  "privacy": "public"
28328
28663
  }
28329
28664
  ],
@@ -28333,14 +28668,14 @@
28333
28668
  "name": "definition",
28334
28669
  "declaration": {
28335
28670
  "name": "definition",
28336
- "module": "src/badge/badge.definition-async.ts"
28671
+ "module": "src/button/button.definition-async.ts"
28337
28672
  }
28338
28673
  }
28339
28674
  ]
28340
28675
  },
28341
28676
  {
28342
28677
  "kind": "javascript-module",
28343
- "path": "src/badge/define-async.ts",
28678
+ "path": "src/button/define-async.ts",
28344
28679
  "declarations": [],
28345
28680
  "exports": []
28346
28681
  },
@@ -30015,6 +30350,22 @@
30015
30350
  }
30016
30351
  ]
30017
30352
  },
30353
+ {
30354
+ "kind": "javascript-module",
30355
+ "path": "./dist/esm/accordion-item/define.js",
30356
+ "deprecated": false,
30357
+ "declarations": [],
30358
+ "exports": [
30359
+ {
30360
+ "kind": "custom-element-definition",
30361
+ "name": "fluent-accordion-item",
30362
+ "declaration": {
30363
+ "name": "AccordionItem",
30364
+ "module": "./dist/esm/accordion-item/accordion-item.js"
30365
+ }
30366
+ }
30367
+ ]
30368
+ },
30018
30369
  {
30019
30370
  "kind": "javascript-module",
30020
30371
  "path": "./dist/esm/accordion/define.js",
@@ -30079,6 +30430,22 @@
30079
30430
  }
30080
30431
  ]
30081
30432
  },
30433
+ {
30434
+ "kind": "javascript-module",
30435
+ "path": "./dist/esm/anchor-button/define.js",
30436
+ "deprecated": false,
30437
+ "declarations": [],
30438
+ "exports": [
30439
+ {
30440
+ "kind": "custom-element-definition",
30441
+ "name": "fluent-anchor-button",
30442
+ "declaration": {
30443
+ "name": "AnchorButton",
30444
+ "module": "./dist/esm/anchor-button/anchor-button.js"
30445
+ }
30446
+ }
30447
+ ]
30448
+ },
30082
30449
  {
30083
30450
  "kind": "javascript-module",
30084
30451
  "path": "./dist/esm/avatar/define.js",
@@ -30119,7 +30486,7 @@
30119
30486
  "exports": [
30120
30487
  {
30121
30488
  "kind": "custom-element-definition",
30122
- "name": "Badge",
30489
+ "name": "fluent-badge",
30123
30490
  "declaration": {
30124
30491
  "name": "Badge",
30125
30492
  "module": "./dist/esm/badge/badge.js"