@tylertech/forge 3.8.1 → 3.8.2-dev.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.
@@ -172,50 +172,50 @@
172
172
  "references": []
173
173
  },
174
174
  {
175
- "name": "forge-banner",
176
- "description": "Banners are used to inform users of important information, such as errors, warnings, or success messages.\n---\n\n\n### **Events:**\n - **forge-banner-before-dismiss** - Dispatched before the banner is dismissed. Cancelable to prevent dismissal.\n- **forge-banner-dismissed** - Dispatched when the banner is dismissed.\n\n### **Slots:**\n - _default_ - The content of the banner.\n- **icon** - The icon to display.\n- **button** - The optional button to display.\n\n### **CSS Properties:**\n - **--forge-banner-background** - The background color of the banner. _(default: undefined)_\n- **--forge-banner-color** - The text color of the banner. _(default: undefined)_\n- **--forge-banner-icon-color** - The color of the icon. _(default: undefined)_\n- **--forge-banner-gap** - The gap between the contents. _(default: undefined)_\n- **--forge-banner-padding-inline** - The inline padding. _(default: undefined)_\n- **--forge-banner-padding-block** - The block padding. _(default: undefined)_\n- **--forge-banner-transition-duration** - The transition duration. _(default: undefined)_\n- **--forge-banner-transition-easing** - The transition easing function. _(default: undefined)_",
175
+ "name": "forge-bottom-sheet",
176
+ "description": "Bottom sheets slide up from the bottom of the screen to reveal more content and/or actions that the user can take.\n---\n\n\n### **Events:**\n - **forge-bottom-sheet-before-close** - Fires before the bottom sheet closes.\n- **forge-bottom-sheet-close** - Fires after the bottom sheet closes.\n- **forge-bottom-sheet-open** - Fires after the bottom sheet opens.\n- **forge-bottom-sheet-drag-start** - Fires when the bottom sheet starts to be dragged.\n- **forge-bottom-sheet-dragged** - Fires when the bottom sheet is dragged.\n- **forge-bottom-sheet-drag-end** - Fires when the bottom sheet drag ends.\n- **forge-bottom-sheet-drag-cancel** - Fires when the bottom sheet drag is cancelled.\n- **forge-bottom-sheet-fullscreen** - Fires when the bottom sheet is toggled to fullscreen.\n\n### **Slots:**\n - _default_ - The content of the bottom sheet. This is a passthrough slot to the dialog surface.\n\n### **CSS Properties:**\n - **--forge-bottom-sheet-desktop-max-width** - The maximum width of the bottom sheet on desktop. _(default: undefined)_\n- **--forge-bottom-sheet-desktop-min-width** - The minimum width of the bottom sheet on desktop. _(default: undefined)_\n- **--forge-bottom-sheet-animation-duration** - The duration of the bottom sheet animation to fullscreen. _(default: undefined)_\n- **--forge-bottom-sheet-animation-timing** - The timing function of the bottom sheet animation to fullscreen. _(default: undefined)_\n\n### **CSS Parts:**\n - **root** - The root element of the bottom sheet.\n- **surface** - The surface element of the bottom sheet within th dialog.",
177
177
  "attributes": [
178
178
  {
179
- "name": "dismissed",
180
- "description": "Controls the visibility of the banner.",
179
+ "name": "open",
180
+ "description": "Whether the bottom sheet is open.",
181
181
  "values": []
182
182
  },
183
+ {
184
+ "name": "mode",
185
+ "description": "The mode of the bottom sheet.",
186
+ "values": [{ "name": "BottomSheetMode" }]
187
+ },
183
188
  {
184
189
  "name": "persistent",
185
- "description": "Controls the visibility of the built-in dismiss button.",
190
+ "description": "Whether the bottom sheet is persistent.",
186
191
  "values": []
187
192
  },
188
193
  {
189
- "name": "theme",
190
- "description": "The theme of the banner.",
191
- "values": [{ "name": "BannerTheme" }]
194
+ "name": "fullscreen",
195
+ "description": "Whether the bottom sheet is fullscreen.",
196
+ "values": []
192
197
  }
193
198
  ],
194
199
  "references": []
195
200
  },
196
201
  {
197
- "name": "forge-bottom-sheet",
198
- "description": "Bottom sheets slide up from the bottom of the screen to reveal more content and/or actions that the user can take.\n---\n\n\n### **Events:**\n - **forge-bottom-sheet-before-close** - Fires before the bottom sheet closes.\n- **forge-bottom-sheet-close** - Fires after the bottom sheet closes.\n- **forge-bottom-sheet-open** - Fires after the bottom sheet opens.\n- **forge-bottom-sheet-drag-start** - Fires when the bottom sheet starts to be dragged.\n- **forge-bottom-sheet-dragged** - Fires when the bottom sheet is dragged.\n- **forge-bottom-sheet-drag-end** - Fires when the bottom sheet drag ends.\n- **forge-bottom-sheet-drag-cancel** - Fires when the bottom sheet drag is cancelled.\n- **forge-bottom-sheet-fullscreen** - Fires when the bottom sheet is toggled to fullscreen.\n\n### **Slots:**\n - _default_ - The content of the bottom sheet. This is a passthrough slot to the dialog surface.\n\n### **CSS Properties:**\n - **--forge-bottom-sheet-desktop-max-width** - The maximum width of the bottom sheet on desktop. _(default: undefined)_\n- **--forge-bottom-sheet-desktop-min-width** - The minimum width of the bottom sheet on desktop. _(default: undefined)_\n- **--forge-bottom-sheet-animation-duration** - The duration of the bottom sheet animation to fullscreen. _(default: undefined)_\n- **--forge-bottom-sheet-animation-timing** - The timing function of the bottom sheet animation to fullscreen. _(default: undefined)_\n\n### **CSS Parts:**\n - **root** - The root element of the bottom sheet.\n- **surface** - The surface element of the bottom sheet within th dialog.",
202
+ "name": "forge-banner",
203
+ "description": "Banners are used to inform users of important information, such as errors, warnings, or success messages.\n---\n\n\n### **Events:**\n - **forge-banner-before-dismiss** - Dispatched before the banner is dismissed. Cancelable to prevent dismissal.\n- **forge-banner-dismissed** - Dispatched when the banner is dismissed.\n\n### **Slots:**\n - _default_ - The content of the banner.\n- **icon** - The icon to display.\n- **button** - The optional button to display.\n\n### **CSS Properties:**\n - **--forge-banner-background** - The background color of the banner. _(default: undefined)_\n- **--forge-banner-color** - The text color of the banner. _(default: undefined)_\n- **--forge-banner-icon-color** - The color of the icon. _(default: undefined)_\n- **--forge-banner-gap** - The gap between the contents. _(default: undefined)_\n- **--forge-banner-padding-inline** - The inline padding. _(default: undefined)_\n- **--forge-banner-padding-block** - The block padding. _(default: undefined)_\n- **--forge-banner-transition-duration** - The transition duration. _(default: undefined)_\n- **--forge-banner-transition-easing** - The transition easing function. _(default: undefined)_",
199
204
  "attributes": [
200
205
  {
201
- "name": "open",
202
- "description": "Whether the bottom sheet is open.",
206
+ "name": "dismissed",
207
+ "description": "Controls the visibility of the banner.",
203
208
  "values": []
204
209
  },
205
- {
206
- "name": "mode",
207
- "description": "The mode of the bottom sheet.",
208
- "values": [{ "name": "BottomSheetMode" }]
209
- },
210
210
  {
211
211
  "name": "persistent",
212
- "description": "Whether the bottom sheet is persistent.",
212
+ "description": "Controls the visibility of the built-in dismiss button.",
213
213
  "values": []
214
214
  },
215
215
  {
216
- "name": "fullscreen",
217
- "description": "Whether the bottom sheet is fullscreen.",
218
- "values": []
216
+ "name": "theme",
217
+ "description": "The theme of the banner.",
218
+ "values": [{ "name": "BannerTheme" }]
219
219
  }
220
220
  ],
221
221
  "references": []
@@ -765,6 +765,18 @@
765
765
  ],
766
766
  "references": []
767
767
  },
768
+ {
769
+ "name": "forge-divider",
770
+ "description": "Divider is used to separate elements.\n---\n\n\n### **CSS Properties:**\n - **--forge-divider-color** - The color of the divider. _(default: undefined)_\n- **--forge-divider-width** - The width of the divider. _(default: undefined)_\n- **--forge-divider-border-style** - The border-style (dashed, solid) of the divider. _(default: undefined)_\n- **--forge-divider-margin** - The margin of divider. _(default: undefined)_\n\n### **CSS Parts:**\n - **root** - The root container element.",
771
+ "attributes": [
772
+ {
773
+ "name": "vertical",
774
+ "description": "Controls if the divider is displayed vertically or horizontally.",
775
+ "values": []
776
+ }
777
+ ],
778
+ "references": []
779
+ },
768
780
  {
769
781
  "name": "forge-dialog",
770
782
  "description": "Dialogs are temporary UI elements that are used to display information, ask for input, or confirm actions.\n---\n\n\n### **Events:**\n - **forge-dialog-open** - Dispatched when the dialog is opened.\n- **forge-dialog-close** - Dispatched when the dialog is closed.\n- **forge-dialog-before-close** - Dispatched before the dialog is closed. This event is cancelable.\n- **forge-dialog-move-start** - Dispatched when the dialog is first moved.\n- **forge-dialog-move** - Dispatched when the dialog is being moved.\n- **forge-dialog-move-end** - Dispatched when the dialog is done being moved.\n- **forge-dialog-fullscreen-change** - Dispatched when the dialog's fullscreen state changes.\n\n### **Methods:**\n - **show(): _void_** - Shows the dialog.\n- **hide(): _void_** - Hides the dialog.\n\n### **Slots:**\n - _default_ - The content of the dialog.\n- **move-handle** - The move handle content.\n\n### **CSS Properties:**\n - **--forge-dialog-background** - The background color of the dialog. _(default: undefined)_\n- **--forge-dialog-shape** - The shape of the dialog. _(default: undefined)_\n- **--forge-dialog-elevation** - The elevation of the dialog. _(default: undefined)_\n- **--forge-dialog-spacing** - The spacing between elements inside the dialog. _(default: undefined)_\n- **--forge-dialog-block-start-spacing** - The spacing at the start of the dialog block. _(default: undefined)_\n- **--forge-dialog-block-end-spacing** - The spacing at the end of the dialog block. _(default: undefined)_\n- **--forge-dialog-inline-start-spacing** - The spacing at the start of the dialog inline. _(default: undefined)_\n- **--forge-dialog-inline-end-spacing** - The spacing at the end of the dialog inline. _(default: undefined)_\n- **--forge-dialog-padding** - The padding of the dialog. _(default: undefined)_\n- **--forge-dialog-width** - The width of the dialog. _(default: undefined)_\n- **--forge-dialog-height** - The height of the dialog. _(default: undefined)_\n- **--forge-dialog-min-width** - The minimum width of the dialog. _(default: undefined)_\n- **--forge-dialog-max-width** - The maximum width of the dialog. _(default: undefined)_\n- **--forge-dialog-min-height** - The minimum height of the dialog. _(default: undefined)_\n- **--forge-dialog-max-height** - The maximum height of the dialog. _(default: undefined)_\n- **--forge-dialog-z-index** - The z-index of the dialog. _(default: undefined)_\n- **--forge-dialog-move-handle-color** - The color of the move handle. _(default: undefined)_\n- **--forge-dialog-move-handle-size** - The size of the move handle. _(default: undefined)_\n- **--forge-dialog-move-handle-hover-cursor** - The cursor style when hovering over the move handle. _(default: undefined)_\n- **--forge-dialog-move-handle-active-cursor** - The cursor style when the move handle is active. _(default: undefined)_\n- **--forge-dialog-move-handle-spacing** - The spacing around the move handle. _(default: undefined)_\n- **--forge-dialog-move-transition-duration** - The duration of the move transition. _(default: undefined)_\n- **--forge-dialog-move-transition-easing** - The easing function of the move transition. _(default: undefined)_\n- **--forge-dialog-moving-opacity** - The opacity of the dialog when it is being moved. _(default: undefined)_\n- **--forge-dialog-enter-animation-duration** - The duration of the enter animation. _(default: undefined)_\n- **--forge-dialog-enter-animation-easing** - The easing function of the enter animation. _(default: undefined)_\n- **--forge-dialog-exit-animation-duration** - The duration of the exit animation. _(default: undefined)_\n- **--forge-dialog-exit-animation-easing** - The easing function of the exit animation. _(default: undefined)_\n- **--forge-dialog-zoom-opacity** - The opacity of the dialog during zoom animation. _(default: undefined)_\n- **--forge-dialog-zoom-scale** - The scale of the dialog during zoom animation. _(default: undefined)_\n- **--forge-dialog-fade-opacity** - The opacity of the dialog during fade animation. _(default: undefined)_\n- **--forge-dialog-slide-opacity** - The opacity of the dialog during slide animation. _(default: undefined)_\n- **--forge-dialog-slide-translate** - The translation distance of the dialog during slide animation. _(default: undefined)_\n- **--forge-dialog-backdrop-opacity** - The opacity of the dialog backdrop. _(default: undefined)_\n- **--forge-dialog-nonmodal-elevation** - The elevation of non-modal dialogs. _(default: undefined)_\n- **--forge-dialog-fullscreen-enter-animation-duration** - The duration of the enter animation for fullscreen dialogs. _(default: undefined)_\n- **--forge-dialog-fullscreen-exit-animation-duration** - The duration of the exit animation for fullscreen dialogs. _(default: undefined)_\n- **--forge-dialog-position-x** - The x-axis position of the dialog. _(default: undefined)_\n- **--forge-dialog-position-y** - The y-axis position of the dialog. _(default: undefined)_\n- **--forge-dialog-preset-sheet-enter-animation-duration** - The duration of the enter animation for preset sheet dialogs. _(default: undefined)_\n- **--forge-dialog-preset-sheet-exit-animation-duration** - The duration of the exit animation for preset sheet dialogs. _(default: undefined)_\n\n### **CSS Parts:**\n - **root** - The dialog container element.\n- **backdrop** - The backdrop element.\n- **surface** - The dialog surface element.\n- **move-handle-container** - The alignment container for the move handle.\n- **move-handle** - The move handle element.\n- **move-handle-icon** - The move handle icon element.",
@@ -847,18 +859,6 @@
847
859
  ],
848
860
  "references": []
849
861
  },
850
- {
851
- "name": "forge-divider",
852
- "description": "Divider is used to separate elements.\n---\n\n\n### **CSS Properties:**\n - **--forge-divider-color** - The color of the divider. _(default: undefined)_\n- **--forge-divider-width** - The width of the divider. _(default: undefined)_\n- **--forge-divider-border-style** - The border-style (dashed, solid) of the divider. _(default: undefined)_\n- **--forge-divider-margin** - The margin of divider. _(default: undefined)_\n\n### **CSS Parts:**\n - **root** - The root container element.",
853
- "attributes": [
854
- {
855
- "name": "vertical",
856
- "description": "Controls if the divider is displayed vertically or horizontally.",
857
- "values": []
858
- }
859
- ],
860
- "references": []
861
- },
862
862
  {
863
863
  "name": "forge-expansion-panel",
864
864
  "description": "Expansion panels provide progressive disclosure of content.\n---\n\n\n### **Events:**\n - **forge-expansion-panel-toggle** - Event fired when the panel is toggled open or closed.\n- **forge-expansion-panel-animation-complete** - Event fired when the panel has finished animating when toggling.\n\n### **Methods:**\n - **toggle(): _void_** - Toggles the open state of the panel.\n\n### **Slots:**\n - _default_ - The content of the panel.\n- **header** - The header of the panel.\n\n### **CSS Properties:**\n - **--forge-expansion-panel-animation-duration** - The duration of the open/close animation. _(default: undefined)_\n- **--forge-expansion-panel-animation-easing** - The easing function of the open/close animation. _(default: undefined)_\n\n### **CSS Parts:**\n - **root** - The root element of the panel.\n- **header** - The header of the panel.\n- **content** - The content of the panel.",
@@ -1030,58 +1030,6 @@
1030
1030
  ],
1031
1031
  "references": []
1032
1032
  },
1033
- {
1034
- "name": "forge-fab",
1035
- "description": "Floating action buttons are used to represent the most important action on a page.\n---\n\n\n### **Events:**\n - **click** - Fires when the button is clicked.\n\n### **Methods:**\n - **click(): _void_** - Clicks the button.\n- **focus(options: _ExperimentalFocusOptions_): _void_** - Focuses the button.\n\n### **Slots:**\n - _default_ - This is a default/unnamed slot. Typically used for icon-only or label-only FABs. If the content forces the width to be large than the height, then the FAB will be in extended mode.\n- **start** - An element to logically render at the start of the button content.\n- **label** - Reserved specifically for label text. This forces the button into extended mode.\n- **end** - An element to logically render at the end of the button content.\n\n### **CSS Properties:**\n - **--forge-fab-background-display** - The display property. _(default: undefined)_\n- **--forge-fab-gap** - The gap between the icon and the label. _(default: undefined)_\n- **--forge-fab-background** - The background color. _(default: undefined)_\n- **--forge-fab-color** - The text color. _(default: undefined)_\n- **--forge-fab-size** - The height and min-width of the button. _(default: undefined)_\n- **--forge-fab-padding** - The inline padding of the button. _(default: undefined)_\n- **--forge-fab-shadow** - The box shadow of the button. _(default: undefined)_\n- **--forge-fab-hover-shadow** - The box shadow of the button when hovered. _(default: undefined)_\n- **--forge-fab-active-shadow** - The box shadow of the button when active. _(default: undefined)_\n- **--forge-fab-lowered-shadow** - The box shadow of the button when lowered. _(default: undefined)_\n- **--forge-fab-lowered-hover-shadow** - The box shadow of the button when lowered and hovered. _(default: undefined)_\n- **--forge-fab-lowered-active-shadow** - The box shadow of the button when lowered and active. _(default: undefined)_\n- **--forge-fab-transition-duration** - The transition duration. _(default: undefined)_\n- **--forge-fab-transition-timing** - The transition timing function. _(default: undefined)_\n- **--forge-fab-shape** - The border radius of the button. _(default: undefined)_\n- **--forge-fab-shape-start-start** - The start-start border radius. _(default: undefined)_\n- **--forge-fab-shape-start-end** - The start-end border radius. _(default: undefined)_\n- **--forge-fab-shape-end-start** - The end-start border radius. _(default: undefined)_\n- **--forge-fab-shape-end-end** - The end-end border radius. _(default: undefined)_\n- **--forge-fab-extended-padding** - The inline padding of the extended button. _(default: undefined)_\n- **--forge-fab-extended-min-width** - The min-width of the extended button. _(default: undefined)_\n- **--forge-fab-density-small-size** - The height and min-width of the small density button. _(default: undefined)_\n- **--forge-fab-density-medium-size** - The height and min-width of the medium density (default) button. _(default: undefined)_\n- **--forge-fab-density-large-size** - The height and min-width of the large density button. _(default: undefined)_\n- **--forge-fab-disabled-cursor** - The cursor when disabled. _(default: undefined)_\n- **--forge-fab-disabled-background** - The background color when disabled. _(default: undefined)_\n- **--forge-fab-disabled-color** - The text color when disabled. _(default: undefined)_\n- **--forge-fab-disabled-opacity** - The opacity when disabled. _(default: undefined)_\n\n### **CSS Parts:**\n - **root** - The root container element.\n- **focus-indicator** - The focus-indicator indicator element.\n- **state-layer** - The state-layer surface element.",
1036
- "attributes": [
1037
- {
1038
- "name": "theme",
1039
- "description": "Sets the theme of the button.",
1040
- "values": []
1041
- },
1042
- {
1043
- "name": "density",
1044
- "description": "Sets the density of the button.",
1045
- "values": []
1046
- },
1047
- {
1048
- "name": "elevation",
1049
- "description": "Sets the elevation of the button.",
1050
- "values": []
1051
- },
1052
- {
1053
- "name": "type",
1054
- "description": "Sets the type of the button. Possible values are `button`, `submit`, and `reset`.",
1055
- "values": [{ "name": "ButtonType" }]
1056
- },
1057
- {
1058
- "name": "disabled",
1059
- "description": "Disables the button.",
1060
- "values": []
1061
- },
1062
- {
1063
- "name": "popover-icon",
1064
- "description": "Shows a popover icon on the button.",
1065
- "values": []
1066
- },
1067
- {
1068
- "name": "dense",
1069
- "description": "Sets the density of the button.",
1070
- "values": []
1071
- },
1072
- {
1073
- "name": "name",
1074
- "description": "The name of the button.",
1075
- "values": []
1076
- },
1077
- {
1078
- "name": "value",
1079
- "description": "The value of the button.",
1080
- "values": []
1081
- }
1082
- ],
1083
- "references": []
1084
- },
1085
1033
  {
1086
1034
  "name": "forge-focus-indicator",
1087
1035
  "description": "Renders a focus indicator when an attached element matches `:focus-visible`.\n---\n\n\n### **CSS Properties:**\n - **--forge-focus-indicator-display** - The `display` style. Defaults to `flex`. _(default: undefined)_\n- **--forge-focus-indicator-width** - The width of the focus indicator when resting. _(default: undefined)_\n- **--forge-focus-indicator-active-width** - The width of the focus indicator when active. When animating this is the max extent. _(default: undefined)_\n- **--forge-focus-indicator-color** - The color of the focus indicator. _(default: undefined)_\n- **--forge-focus-indicator-shape** - The shape of the focus indicator. _(default: undefined)_\n- **--forge-focus-indicator-duration** - The animation duration. _(default: undefined)_\n- **--forge-focus-indicator-easing** - The animation easing function. _(default: undefined)_\n- **--forge-focus-indicator-shape-start-start** - The start start shape. _(default: undefined)_\n- **--forge-focus-indicator-shape-start-end** - The start end shape. _(default: undefined)_\n- **--forge-focus-indicator-shape-end-start** - The end start shape. _(default: undefined)_\n- **--forge-focus-indicator-shape-end-end** - The end end shape. _(default: undefined)_\n- **--forge-focus-indicator-outward-offset** - The offset of the focus indicator when outward. _(default: undefined)_\n- **--forge-focus-indicator-inward-offset** - The offset of the focus indicator when inward. _(default: undefined)_\n- **--forge-focus-indicator-offset-block** - The block offset. _(default: undefined)_\n- **--forge-focus-indicator-offset-inline** - The inline offset. _(default: undefined)_\n\n### **CSS Parts:**\n - **indicator** - The focus indicator element.",
@@ -1120,56 +1068,36 @@
1120
1068
  "references": []
1121
1069
  },
1122
1070
  {
1123
- "name": "forge-icon",
1124
- "description": "Icons are used to represent information visually\n---\n\n\n### **Methods:**\n - **layout(): _void_** - Forces a reload of the icon.\n\n### **CSS Properties:**\n - **--forge-icon-color** - The color of the icon. _(default: undefined)_\n- **--forge-icon-size** - The size of the icon. Defaults to the font-size of the context it is placed in. _(default: undefined)_\n- **--forge-icon-width** - The width of the icon. _(default: undefined)_\n- **--forge-icon-height** - The height of the icon. _(default: undefined)_\n- **--forge-icon-font-size** - The font size of the icon. _(default: undefined)_\n\n### **CSS Parts:**\n - **svg** - The internal SVG element.",
1071
+ "name": "forge-inline-message",
1072
+ "description": "Inline messages are used to provide feedback to the user about a specific action or state.\n---\n\n\n### **Slots:**\n - _default_ - The message text.\n- **title** - The title of the inline message.\n- **icon** - The icon to display.\n\n### **CSS Properties:**\n - **--forge-inline-message-background** - The background color. _(default: undefined)_\n- **--forge-inline-message-color** - The text color. _(default: undefined)_\n- **--forge-inline-message-shape** - The shape (border) radius. _(default: undefined)_\n- **--forge-inline-message-padding** - The padding around the content. _(default: undefined)_\n- **--forge-inline-message-padding-inline** - The inline padding around the content. _(default: undefined)_\n- **--forge-inline-message-padding-block** - The block padding around the content. _(default: undefined)_\n- **--forge-inline-message-border-width** - The border width. _(default: undefined)_\n- **--forge-inline-message-border-style** - The border style. Defaults to `none`. _(default: undefined)_\n- **--forge-inline-message-border-color** - The border color. _(default: undefined)_\n- **--forge-inline-message-gap** - The gap/space between the content elements. _(default: undefined)_\n- **--forge-inline-message-icon-gap** - The gap/space between the icon and the content. _(default: undefined)_\n- **--forge-inline-message-content-gap** - The gap/space between the title and the message. _(default: undefined)_\n- **--forge-inline-message-icon-color** - The icon color. _(default: undefined)_\n\n### **CSS Parts:**\n - **root** - The root layout element.\n- **container** - The container element for the title and message content.",
1125
1073
  "attributes": [
1126
1074
  {
1127
- "name": "external-type",
1128
- "description": "The type of icon to load externally. Possible values: \"standard\", \"extended\", \"custom\".",
1129
- "values": [{ "name": "IconExternalType" }]
1130
- },
1131
- {
1132
- "name": "external-url-builder",
1133
- "description": "A callback that can be provided to generate a URL that will be used to fetch an SVG icon.",
1134
- "values": [{ "name": "IconUrlBuilder" }]
1135
- },
1136
- {
1137
- "name": "name",
1138
- "description": "The name of the icon to render.",
1139
- "values": []
1140
- },
1141
- {
1142
- "name": "src",
1143
- "description": "Provides the ability to set the SVG string content directly.",
1144
- "values": []
1145
- },
1075
+ "name": "theme",
1076
+ "description": "The theme to apply.",
1077
+ "values": [{ "name": "InlineMessageTheme" }]
1078
+ }
1079
+ ],
1080
+ "references": []
1081
+ },
1082
+ {
1083
+ "name": "forge-fab",
1084
+ "description": "Floating action buttons are used to represent the most important action on a page.\n---\n\n\n### **Events:**\n - **click** - Fires when the button is clicked.\n\n### **Methods:**\n - **click(): _void_** - Clicks the button.\n- **focus(options: _ExperimentalFocusOptions_): _void_** - Focuses the button.\n\n### **Slots:**\n - _default_ - This is a default/unnamed slot. Typically used for icon-only or label-only FABs. If the content forces the width to be large than the height, then the FAB will be in extended mode.\n- **start** - An element to logically render at the start of the button content.\n- **label** - Reserved specifically for label text. This forces the button into extended mode.\n- **end** - An element to logically render at the end of the button content.\n\n### **CSS Properties:**\n - **--forge-fab-background-display** - The display property. _(default: undefined)_\n- **--forge-fab-gap** - The gap between the icon and the label. _(default: undefined)_\n- **--forge-fab-background** - The background color. _(default: undefined)_\n- **--forge-fab-color** - The text color. _(default: undefined)_\n- **--forge-fab-size** - The height and min-width of the button. _(default: undefined)_\n- **--forge-fab-padding** - The inline padding of the button. _(default: undefined)_\n- **--forge-fab-shadow** - The box shadow of the button. _(default: undefined)_\n- **--forge-fab-hover-shadow** - The box shadow of the button when hovered. _(default: undefined)_\n- **--forge-fab-active-shadow** - The box shadow of the button when active. _(default: undefined)_\n- **--forge-fab-lowered-shadow** - The box shadow of the button when lowered. _(default: undefined)_\n- **--forge-fab-lowered-hover-shadow** - The box shadow of the button when lowered and hovered. _(default: undefined)_\n- **--forge-fab-lowered-active-shadow** - The box shadow of the button when lowered and active. _(default: undefined)_\n- **--forge-fab-transition-duration** - The transition duration. _(default: undefined)_\n- **--forge-fab-transition-timing** - The transition timing function. _(default: undefined)_\n- **--forge-fab-shape** - The border radius of the button. _(default: undefined)_\n- **--forge-fab-shape-start-start** - The start-start border radius. _(default: undefined)_\n- **--forge-fab-shape-start-end** - The start-end border radius. _(default: undefined)_\n- **--forge-fab-shape-end-start** - The end-start border radius. _(default: undefined)_\n- **--forge-fab-shape-end-end** - The end-end border radius. _(default: undefined)_\n- **--forge-fab-extended-padding** - The inline padding of the extended button. _(default: undefined)_\n- **--forge-fab-extended-min-width** - The min-width of the extended button. _(default: undefined)_\n- **--forge-fab-density-small-size** - The height and min-width of the small density button. _(default: undefined)_\n- **--forge-fab-density-medium-size** - The height and min-width of the medium density (default) button. _(default: undefined)_\n- **--forge-fab-density-large-size** - The height and min-width of the large density button. _(default: undefined)_\n- **--forge-fab-disabled-cursor** - The cursor when disabled. _(default: undefined)_\n- **--forge-fab-disabled-background** - The background color when disabled. _(default: undefined)_\n- **--forge-fab-disabled-color** - The text color when disabled. _(default: undefined)_\n- **--forge-fab-disabled-opacity** - The opacity when disabled. _(default: undefined)_\n\n### **CSS Parts:**\n - **root** - The root container element.\n- **focus-indicator** - The focus-indicator indicator element.\n- **state-layer** - The state-layer surface element.",
1085
+ "attributes": [
1146
1086
  {
1147
- "name": "lazy",
1148
- "description": "Controls whether the icon will be loaded dynamically when it comes into view. False by default.",
1087
+ "name": "theme",
1088
+ "description": "Sets the theme of the button.",
1149
1089
  "values": []
1150
1090
  },
1151
1091
  {
1152
- "name": "external",
1153
- "description": "Controls whether external network requests are allowed for this icon. Only pertains for icons that aren't already defined in the registry.",
1092
+ "name": "density",
1093
+ "description": "Sets the density of the button.",
1154
1094
  "values": []
1155
1095
  },
1156
1096
  {
1157
- "name": "viewbox",
1158
- "description": "A custom value to apply to the `viewBox` attribute on the internal `<svg>` element.",
1097
+ "name": "elevation",
1098
+ "description": "Sets the elevation of the button.",
1159
1099
  "values": []
1160
1100
  },
1161
- {
1162
- "name": "theme",
1163
- "description": "The theme to apply to the icon.",
1164
- "values": [{ "name": "IconTheme" }]
1165
- }
1166
- ],
1167
- "references": []
1168
- },
1169
- {
1170
- "name": "forge-icon-button",
1171
- "description": "\n---\n\n\n### **Events:**\n - **click** - Fires when the button is clicked.\n- **forge-icon-button-toggle** - Fires when the icon button is toggled. Only applies in `toggle` mode.\n\n### **Methods:**\n - **click(): _void_** - Clicks the button.\n- **focus(options: _ExperimentalFocusOptions_): _void_** - Focuses the button.\n\n### **Slots:**\n - _default_ - This is a default/unnamed slot for the icon.\n- **on** - The icon to show when in `toggle` mode when toggled \"on\".\n- **start** - Elements to logically render before the icon.\n- **end** - Elements to logically render after the icon.\n- **badge** - Absolutely positions the element in the top-end corner of the button (typically reserved for badge-like content).\n\n### **CSS Properties:**\n - **--forge-icon-button-display** - The display property of the button. _(default: undefined)_\n- **--forge-icon-button-size** - The height and min-width of the button. _(default: undefined)_\n- **--forge-icon-button-gap** - The gap between the icon content. _(default: undefined)_\n- **--forge-icon-button-icon-color** - The color of the icon. _(default: undefined)_\n- **--forge-icon-button-background-color** - The background color of the button. _(default: undefined)_\n- **--forge-icon-button-icon-size** - The size of the icon. _(default: undefined)_\n- **--forge-icon-button-cursor** - The cursor of the button. _(default: undefined)_\n- **--forge-icon-button-padding** - The inline padding of the button. _(default: undefined)_\n- **--forge-icon-button-border** - The border of the button. _(default: undefined)_\n- **--forge-icon-button-shadow** - The shadow of the button. _(default: undefined)_\n- **--forge-icon-button-transition-duration** - The transition duration of the button. _(default: undefined)_\n- **--forge-icon-button-transition-timing** - The transition timing of the button. _(default: undefined)_\n- **--forge-icon-button-shape** - The shape of the button. _(default: undefined)_\n- **--forge-icon-button-shape-start-start** - The start-start border-radius of the button. _(default: undefined)_\n- **--forge-icon-button-shape-start-end** - The start-end border-radius of the button. _(default: undefined)_\n- **--forge-icon-button-shape-end-start** - The end-start border-radius of the button. _(default: undefined)_\n- **--forge-icon-button-shape-end-end** - The end-end border-radius of the button. _(default: undefined)_\n- **--forge-icon-button-shape-squared** - The squared border-radius of the button. _(default: undefined)_\n- **--forge-icon-button-outlined-border-width** - The border width when in the outlined variant. _(default: undefined)_\n- **--forge-icon-button-outlined-border-style** - The border style when in the outlined variant. _(default: undefined)_\n- **--forge-icon-button-outlined-border-color** - The border color when in the outlined variant. _(default: undefined)_\n- **--forge-icon-button-tonal-icon-color** - The icon color when in the tonal variant. _(default: undefined)_\n- **--forge-icon-button-tonal-background-color** - The background color when in the tonal variant. _(default: undefined)_\n- **--forge-icon-button-filled-icon-color** - The icon color when in the filled variant. _(default: undefined)_\n- **--forge-icon-button-filled-background-color** - The background color when in the filled variant. _(default: undefined)_\n- **--forge-icon-button-raised-shadow** - The shadow when in the raised variant. _(default: undefined)_\n- **--forge-icon-button-raised-hover-shadow** - The shadow when in the raised variant and hovered. _(default: undefined)_\n- **--forge-icon-button-raised-active-shadow** - The shadow when in the raised variant and active. _(default: undefined)_\n- **--forge-icon-button-raised-disabled-shadow** - The shadow when in the raised variant and disabled. _(default: undefined)_\n- **--forge-icon-button-density-small-size** - The size of the button when in the small density. _(default: undefined)_\n- **--forge-icon-button-density-small-padding** - The padding of the button when in the small density. _(default: undefined)_\n- **--forge-icon-button-density-small-icon-size** - The size of the icon when in the small density. _(default: undefined)_\n- **--forge-icon-button-density-medium-size** - The size of the button when in the medium density. _(default: undefined)_\n- **--forge-icon-button-density-medium-padding** - The padding of the button when in the medium density. _(default: undefined)_\n- **--forge-icon-button-density-large-size** - The size of the button when in the large density. _(default: undefined)_\n- **--forge-icon-button-toggle-on-background-color** - The background color of the when in toggle mode and toggled on. _(default: undefined)_\n- **--forge-icon-button-toggle-on-icon-color** - The color of the icon when in toggle mode and toggled on. _(default: undefined)_\n- **--forge-icon-button-outlined-toggle-on-background-color** - The background color when in the outlined variant and toggled on. _(default: undefined)_\n- **--forge-icon-button-outlined-toggle-on-icon-color** - The icon color when in the outlined variant and toggled on. _(default: undefined)_\n- **--forge-icon-button-tonal-toggle-background-color** - The background color when in the tonal variant and toggled. _(default: undefined)_\n- **--forge-icon-button-tonal-toggle-on-background-color** - The background color when in the tonal variant and toggled on. _(default: undefined)_\n- **--forge-icon-button-tonal-toggle-on-icon-color** - The icon color when in the tonal variant and toggled on. _(default: undefined)_\n- **--forge-icon-button-filled-toggle-background-color** - The background color when in the filled variant and toggled. _(default: undefined)_\n- **--forge-icon-button-filled-toggle-icon-color** - The icon color when in the filled variant and toggled. _(default: undefined)_\n- **--forge-icon-button-filled-toggle-on-background-color** - The background color when in the filled variant and toggled on. _(default: undefined)_\n- **--forge-icon-button-filled-toggle-on-icon-color** - The icon color when in the filled variant and toggled on. _(default: undefined)_\n- **--forge-icon-button-disabled-cursor** - The cursor when the button is disabled. _(default: undefined)_\n- **--forge-icon-button-disabled-opacity** - The opacity when the button is disabled. _(default: undefined)_\n- **--forge-icon-button-popover-icon-padding** - The padding of the popover icon. _(default: undefined)_\n- **--forge-icon-button-focus-indicator-color** - The color of the focus indicator. _(default: undefined)_\n\n### **CSS Parts:**\n - **root** - The root container element.\n- **focus-indicator** - The focus-indicator indicator element.\n- **state-layer** - The state-layer surface element.",
1172
- "attributes": [
1173
1101
  {
1174
1102
  "name": "type",
1175
1103
  "description": "Sets the type of the button. Possible values are `button`, `submit`, and `reset`.",
@@ -1203,18 +1131,6 @@
1203
1131
  ],
1204
1132
  "references": []
1205
1133
  },
1206
- {
1207
- "name": "forge-inline-message",
1208
- "description": "Inline messages are used to provide feedback to the user about a specific action or state.\n---\n\n\n### **Slots:**\n - _default_ - The message text.\n- **title** - The title of the inline message.\n- **icon** - The icon to display.\n\n### **CSS Properties:**\n - **--forge-inline-message-background** - The background color. _(default: undefined)_\n- **--forge-inline-message-color** - The text color. _(default: undefined)_\n- **--forge-inline-message-shape** - The shape (border) radius. _(default: undefined)_\n- **--forge-inline-message-padding** - The padding around the content. _(default: undefined)_\n- **--forge-inline-message-padding-inline** - The inline padding around the content. _(default: undefined)_\n- **--forge-inline-message-padding-block** - The block padding around the content. _(default: undefined)_\n- **--forge-inline-message-border-width** - The border width. _(default: undefined)_\n- **--forge-inline-message-border-style** - The border style. Defaults to `none`. _(default: undefined)_\n- **--forge-inline-message-border-color** - The border color. _(default: undefined)_\n- **--forge-inline-message-gap** - The gap/space between the content elements. _(default: undefined)_\n- **--forge-inline-message-icon-gap** - The gap/space between the icon and the content. _(default: undefined)_\n- **--forge-inline-message-content-gap** - The gap/space between the title and the message. _(default: undefined)_\n- **--forge-inline-message-icon-color** - The icon color. _(default: undefined)_\n\n### **CSS Parts:**\n - **root** - The root layout element.\n- **container** - The container element for the title and message content.",
1209
- "attributes": [
1210
- {
1211
- "name": "theme",
1212
- "description": "The theme to apply.",
1213
- "values": [{ "name": "InlineMessageTheme" }]
1214
- }
1215
- ],
1216
- "references": []
1217
- },
1218
1134
  {
1219
1135
  "name": "forge-keyboard-shortcut",
1220
1136
  "description": "\n---\n\n\n### **Events:**\n - **forge-keyboard-shortcut-activate** - Event fired when the keyboard shortcut is activated.",
@@ -1340,57 +1256,141 @@
1340
1256
  "references": []
1341
1257
  },
1342
1258
  {
1343
- "name": "forge-menu",
1344
- "description": "\n---\n\n\n### **Methods:**\n - **propagateKeyEvent(evt: _KeyboardEvent_): _void_** - Force propagates the key event from another element to this component.\n- **activateFirstOption(): _void_** - Activates the first option in the menu when open.",
1259
+ "name": "forge-icon",
1260
+ "description": "Icons are used to represent information visually\n---\n\n\n### **Methods:**\n - **layout(): _void_** - Forces a reload of the icon.\n\n### **CSS Properties:**\n - **--forge-icon-color** - The color of the icon. _(default: undefined)_\n- **--forge-icon-size** - The size of the icon. Defaults to the font-size of the context it is placed in. _(default: undefined)_\n- **--forge-icon-width** - The width of the icon. _(default: undefined)_\n- **--forge-icon-height** - The height of the icon. _(default: undefined)_\n- **--forge-icon-font-size** - The font size of the icon. _(default: undefined)_\n\n### **CSS Parts:**\n - **svg** - The internal SVG element.",
1345
1261
  "attributes": [
1346
1262
  {
1347
- "name": "open",
1348
- "description": "Gets/sets the open state.",
1349
- "values": []
1263
+ "name": "external-type",
1264
+ "description": "The type of icon to load externally. Possible values: \"standard\", \"extended\", \"custom\".",
1265
+ "values": [{ "name": "IconExternalType" }]
1350
1266
  },
1351
1267
  {
1352
- "name": "selected-index",
1353
- "description": "Gets/sets the selected option to the index. Does not support cascading menus.",
1354
- "values": []
1268
+ "name": "external-url-builder",
1269
+ "description": "A callback that can be provided to generate a URL that will be used to fetch an SVG icon.",
1270
+ "values": [{ "name": "IconUrlBuilder" }]
1355
1271
  },
1356
1272
  {
1357
- "name": "selected-value",
1358
- "description": "Gets/sets the value of the option to select.",
1273
+ "name": "name",
1274
+ "description": "The name of the icon to render.",
1359
1275
  "values": []
1360
1276
  },
1361
1277
  {
1362
- "name": "placement",
1363
- "description": "Gets/sets the menu placement (default is bottom-left).",
1364
- "values": [{ "name": "`${PositionPlacement}`" }]
1278
+ "name": "src",
1279
+ "description": "Provides the ability to set the SVG string content directly.",
1280
+ "values": []
1365
1281
  },
1366
1282
  {
1367
- "name": "fallback-placements",
1368
- "description": "Gets/sets the fallback menu placement for overriding the default of any side.",
1369
- "values": [{ "name": "`${PositionPlacement}`[]" }]
1283
+ "name": "lazy",
1284
+ "description": "Controls whether the icon will be loaded dynamically when it comes into view. False by default.",
1285
+ "values": []
1370
1286
  },
1371
1287
  {
1372
- "name": "dense",
1373
- "description": "Gets/sets dense state of the list options used in the menu popup.",
1288
+ "name": "external",
1289
+ "description": "Controls whether external network requests are allowed for this icon. Only pertains for icons that aren't already defined in the registry.",
1374
1290
  "values": []
1375
1291
  },
1376
1292
  {
1377
- "name": "icon-class",
1378
- "description": "Gets/sets the class name to use for option icons.",
1293
+ "name": "viewbox",
1294
+ "description": "A custom value to apply to the `viewBox` attribute on the internal `<svg>` element.",
1379
1295
  "values": []
1380
1296
  },
1381
1297
  {
1382
- "name": "mode",
1383
- "description": "Gets/sets the mode that this menu is using.",
1384
- "values": [{ "name": "MenuMode" }]
1298
+ "name": "theme",
1299
+ "description": "The theme to apply to the icon.",
1300
+ "values": [{ "name": "IconTheme" }]
1301
+ }
1302
+ ],
1303
+ "references": []
1304
+ },
1305
+ {
1306
+ "name": "forge-icon-button",
1307
+ "description": "\n---\n\n\n### **Events:**\n - **click** - Fires when the button is clicked.\n- **forge-icon-button-toggle** - Fires when the icon button is toggled. Only applies in `toggle` mode.\n\n### **Methods:**\n - **click(): _void_** - Clicks the button.\n- **focus(options: _ExperimentalFocusOptions_): _void_** - Focuses the button.\n\n### **Slots:**\n - _default_ - This is a default/unnamed slot for the icon.\n- **on** - The icon to show when in `toggle` mode when toggled \"on\".\n- **start** - Elements to logically render before the icon.\n- **end** - Elements to logically render after the icon.\n- **badge** - Absolutely positions the element in the top-end corner of the button (typically reserved for badge-like content).\n\n### **CSS Properties:**\n - **--forge-icon-button-display** - The display property of the button. _(default: undefined)_\n- **--forge-icon-button-size** - The height and min-width of the button. _(default: undefined)_\n- **--forge-icon-button-gap** - The gap between the icon content. _(default: undefined)_\n- **--forge-icon-button-icon-color** - The color of the icon. _(default: undefined)_\n- **--forge-icon-button-background-color** - The background color of the button. _(default: undefined)_\n- **--forge-icon-button-icon-size** - The size of the icon. _(default: undefined)_\n- **--forge-icon-button-cursor** - The cursor of the button. _(default: undefined)_\n- **--forge-icon-button-padding** - The inline padding of the button. _(default: undefined)_\n- **--forge-icon-button-border** - The border of the button. _(default: undefined)_\n- **--forge-icon-button-shadow** - The shadow of the button. _(default: undefined)_\n- **--forge-icon-button-transition-duration** - The transition duration of the button. _(default: undefined)_\n- **--forge-icon-button-transition-timing** - The transition timing of the button. _(default: undefined)_\n- **--forge-icon-button-shape** - The shape of the button. _(default: undefined)_\n- **--forge-icon-button-shape-start-start** - The start-start border-radius of the button. _(default: undefined)_\n- **--forge-icon-button-shape-start-end** - The start-end border-radius of the button. _(default: undefined)_\n- **--forge-icon-button-shape-end-start** - The end-start border-radius of the button. _(default: undefined)_\n- **--forge-icon-button-shape-end-end** - The end-end border-radius of the button. _(default: undefined)_\n- **--forge-icon-button-shape-squared** - The squared border-radius of the button. _(default: undefined)_\n- **--forge-icon-button-outlined-border-width** - The border width when in the outlined variant. _(default: undefined)_\n- **--forge-icon-button-outlined-border-style** - The border style when in the outlined variant. _(default: undefined)_\n- **--forge-icon-button-outlined-border-color** - The border color when in the outlined variant. _(default: undefined)_\n- **--forge-icon-button-tonal-icon-color** - The icon color when in the tonal variant. _(default: undefined)_\n- **--forge-icon-button-tonal-background-color** - The background color when in the tonal variant. _(default: undefined)_\n- **--forge-icon-button-filled-icon-color** - The icon color when in the filled variant. _(default: undefined)_\n- **--forge-icon-button-filled-background-color** - The background color when in the filled variant. _(default: undefined)_\n- **--forge-icon-button-raised-shadow** - The shadow when in the raised variant. _(default: undefined)_\n- **--forge-icon-button-raised-hover-shadow** - The shadow when in the raised variant and hovered. _(default: undefined)_\n- **--forge-icon-button-raised-active-shadow** - The shadow when in the raised variant and active. _(default: undefined)_\n- **--forge-icon-button-raised-disabled-shadow** - The shadow when in the raised variant and disabled. _(default: undefined)_\n- **--forge-icon-button-density-small-size** - The size of the button when in the small density. _(default: undefined)_\n- **--forge-icon-button-density-small-padding** - The padding of the button when in the small density. _(default: undefined)_\n- **--forge-icon-button-density-small-icon-size** - The size of the icon when in the small density. _(default: undefined)_\n- **--forge-icon-button-density-medium-size** - The size of the button when in the medium density. _(default: undefined)_\n- **--forge-icon-button-density-medium-padding** - The padding of the button when in the medium density. _(default: undefined)_\n- **--forge-icon-button-density-large-size** - The size of the button when in the large density. _(default: undefined)_\n- **--forge-icon-button-toggle-on-background-color** - The background color of the when in toggle mode and toggled on. _(default: undefined)_\n- **--forge-icon-button-toggle-on-icon-color** - The color of the icon when in toggle mode and toggled on. _(default: undefined)_\n- **--forge-icon-button-outlined-toggle-on-background-color** - The background color when in the outlined variant and toggled on. _(default: undefined)_\n- **--forge-icon-button-outlined-toggle-on-icon-color** - The icon color when in the outlined variant and toggled on. _(default: undefined)_\n- **--forge-icon-button-tonal-toggle-background-color** - The background color when in the tonal variant and toggled. _(default: undefined)_\n- **--forge-icon-button-tonal-toggle-on-background-color** - The background color when in the tonal variant and toggled on. _(default: undefined)_\n- **--forge-icon-button-tonal-toggle-on-icon-color** - The icon color when in the tonal variant and toggled on. _(default: undefined)_\n- **--forge-icon-button-filled-toggle-background-color** - The background color when in the filled variant and toggled. _(default: undefined)_\n- **--forge-icon-button-filled-toggle-icon-color** - The icon color when in the filled variant and toggled. _(default: undefined)_\n- **--forge-icon-button-filled-toggle-on-background-color** - The background color when in the filled variant and toggled on. _(default: undefined)_\n- **--forge-icon-button-filled-toggle-on-icon-color** - The icon color when in the filled variant and toggled on. _(default: undefined)_\n- **--forge-icon-button-disabled-cursor** - The cursor when the button is disabled. _(default: undefined)_\n- **--forge-icon-button-disabled-opacity** - The opacity when the button is disabled. _(default: undefined)_\n- **--forge-icon-button-popover-icon-padding** - The padding of the popover icon. _(default: undefined)_\n- **--forge-icon-button-focus-indicator-color** - The color of the focus indicator. _(default: undefined)_\n\n### **CSS Parts:**\n - **root** - The root container element.\n- **focus-indicator** - The focus-indicator indicator element.\n- **state-layer** - The state-layer surface element.",
1308
+ "attributes": [
1309
+ {
1310
+ "name": "type",
1311
+ "description": "Sets the type of the button. Possible values are `button`, `submit`, and `reset`.",
1312
+ "values": [{ "name": "ButtonType" }]
1385
1313
  },
1386
1314
  {
1387
- "name": "popup-classes",
1388
- "description": "Gets/sets the list of classes to apply to the popup element.",
1389
- "values": [{ "name": "string[]" }]
1315
+ "name": "disabled",
1316
+ "description": "Disables the button.",
1317
+ "values": []
1390
1318
  },
1391
1319
  {
1392
- "name": "sync-popup-width",
1393
- "description": "Gets/sets whether the popup width is synchronized with the popup target width.",
1320
+ "name": "popover-icon",
1321
+ "description": "Shows a popover icon on the button.",
1322
+ "values": []
1323
+ },
1324
+ {
1325
+ "name": "dense",
1326
+ "description": "Sets the density of the button.",
1327
+ "values": []
1328
+ },
1329
+ {
1330
+ "name": "name",
1331
+ "description": "The name of the button.",
1332
+ "values": []
1333
+ },
1334
+ {
1335
+ "name": "value",
1336
+ "description": "The value of the button.",
1337
+ "values": []
1338
+ }
1339
+ ],
1340
+ "references": []
1341
+ },
1342
+ {
1343
+ "name": "forge-menu",
1344
+ "description": "\n---\n\n\n### **Methods:**\n - **propagateKeyEvent(evt: _KeyboardEvent_): _void_** - Force propagates the key event from another element to this component.\n- **activateFirstOption(): _void_** - Activates the first option in the menu when open.",
1345
+ "attributes": [
1346
+ {
1347
+ "name": "open",
1348
+ "description": "Gets/sets the open state.",
1349
+ "values": []
1350
+ },
1351
+ {
1352
+ "name": "selected-index",
1353
+ "description": "Gets/sets the selected option to the index. Does not support cascading menus.",
1354
+ "values": []
1355
+ },
1356
+ {
1357
+ "name": "selected-value",
1358
+ "description": "Gets/sets the value of the option to select.",
1359
+ "values": []
1360
+ },
1361
+ {
1362
+ "name": "placement",
1363
+ "description": "Gets/sets the menu placement (default is bottom-left).",
1364
+ "values": [{ "name": "`${PositionPlacement}`" }]
1365
+ },
1366
+ {
1367
+ "name": "fallback-placements",
1368
+ "description": "Gets/sets the fallback menu placement for overriding the default of any side.",
1369
+ "values": [{ "name": "`${PositionPlacement}`[]" }]
1370
+ },
1371
+ {
1372
+ "name": "dense",
1373
+ "description": "Gets/sets dense state of the list options used in the menu popup.",
1374
+ "values": []
1375
+ },
1376
+ {
1377
+ "name": "icon-class",
1378
+ "description": "Gets/sets the class name to use for option icons.",
1379
+ "values": []
1380
+ },
1381
+ {
1382
+ "name": "mode",
1383
+ "description": "Gets/sets the mode that this menu is using.",
1384
+ "values": [{ "name": "MenuMode" }]
1385
+ },
1386
+ {
1387
+ "name": "popup-classes",
1388
+ "description": "Gets/sets the list of classes to apply to the popup element.",
1389
+ "values": [{ "name": "string[]" }]
1390
+ },
1391
+ {
1392
+ "name": "sync-popup-width",
1393
+ "description": "Gets/sets whether the popup width is synchronized with the popup target width.",
1394
1394
  "values": []
1395
1395
  },
1396
1396
  {
@@ -1468,6 +1468,69 @@
1468
1468
  ],
1469
1469
  "references": []
1470
1470
  },
1471
+ {
1472
+ "name": "forge-page-state",
1473
+ "description": "\n---\n\n\n### **Slots:**\n - **graphic** - The slot where the graphic will be rendered.\n- **title** - The slot where the title will be rendered.\n- **message** - The slot where the message will be rendered.\n- **actions** - The slot where the actions will be rendered.\n\n### **CSS Properties:**\n - **--forge-page-state-width** - The width of the page state. _(default: undefined)_\n- **--forge-page-state-height** - The height of the page state. _(default: undefined)_\n- **--forge-page-state-spacing** - The spacing of the page state. _(default: undefined)_\n- **--forge-page-state-mobile-width** - The mobile width of the page state. _(default: undefined)_\n- **--forge-page-state-graphic-height** - The graphic height of the page state. _(default: undefined)_\n- **--forge-page-state-graphic-spacing** - The graphic spacing of the page state. _(default: undefined)_\n- **--forge-page-state-mobile-graphic-height** - The mobile graphic height of the page state. _(default: undefined)_\n- **--forge-page-state-title-color** - The title color of the page state. _(default: undefined)_\n- **--forge-page-state-title-spacing** - The title spacing of the page state. _(default: undefined)_\n- **--forge-page-state-message-color** - The message color of the page state. _(default: undefined)_\n- **--forge-page-state-message-spacing** - The message spacing of the page state. _(default: undefined)_\n- **--forge-page-state-actions-spacing** - The actions spacing of the page state. _(default: undefined)_\n\n### **CSS Parts:**\n - **root** - The root container element.\n- **graphic-container** - The graphic container element.\n- **title-container** - The title container element.\n- **message-container** - The message container element.\n- **actions-container** - The actions container element.",
1474
+ "attributes": [],
1475
+ "references": []
1476
+ },
1477
+ {
1478
+ "name": "forge-paginator",
1479
+ "description": "\n---\n\n\n### **Events:**\n - **forge-paginator-change** - Dispatched when the paginator state changes.\n\n### **Methods:**\n - **focus(options: _FocusOptions_): _void_** - Sets focus to the first focusable element within the paginator.\n\n### **Slots:**\n - **label** - Overrides the label text when in the default variant.\n- **range-label** - Overrides the default range label with a custom label when in the default variant.\n- **alternative-range-label** - Overrides the default range label with a custom label when in the `alternative` variant.\n- **first-page-tooltip** - Overrides the default tooltip for the first page button.\n- **last-page-tooltip** - Overrides the default tooltip for the last page button.\n- **previous-page-tooltip** - Overrides the default tooltip for the previous page button.\n- **next-page-tooltip** - Overrides the default tooltip for the next page button.",
1480
+ "attributes": [
1481
+ {
1482
+ "name": "page-index",
1483
+ "description": "The zero-based page index.",
1484
+ "values": []
1485
+ },
1486
+ {
1487
+ "name": "page-size",
1488
+ "description": "Number of items to display on a page.",
1489
+ "values": []
1490
+ },
1491
+ {
1492
+ "name": "offset",
1493
+ "description": "Sets page index by providing the number of items to skip. The getter for this property returns the number of items to skip.",
1494
+ "values": []
1495
+ },
1496
+ {
1497
+ "name": "total",
1498
+ "description": "The total number of items to be paginated.",
1499
+ "values": []
1500
+ },
1501
+ {
1502
+ "name": "page-size-options",
1503
+ "description": "The set of provided page size options to display to the user.",
1504
+ "values": [{ "name": "number[]" }]
1505
+ },
1506
+ {
1507
+ "name": "label",
1508
+ "description": "A label for the paginator.",
1509
+ "values": []
1510
+ },
1511
+ {
1512
+ "name": "first-last",
1513
+ "description": "Whether to show the first page and last page buttons.",
1514
+ "values": []
1515
+ },
1516
+ {
1517
+ "name": "first",
1518
+ "description": "Whether to show the first page button. Default is false.",
1519
+ "values": []
1520
+ },
1521
+ {
1522
+ "name": "disabled",
1523
+ "description": "Whether the paginator is disabled.",
1524
+ "values": []
1525
+ },
1526
+ {
1527
+ "name": "alternative",
1528
+ "description": "Whether to use the alternative range label slot.",
1529
+ "values": []
1530
+ }
1531
+ ],
1532
+ "references": []
1533
+ },
1471
1534
  {
1472
1535
  "name": "forge-overlay",
1473
1536
  "description": "Overlays are used to render content in an element that rendered above all content on the page,\nand positioned around a specified anchor element.\n---\n\n\n### **Events:**\n - **forge-overlay-light-dismiss** - Dispatches when the overlay is light dismissed via the escape key or clicking outside the overlay.\n\n### **Slots:**\n - _default_ - The content to render inside the positioned overlay container.\n\n### **CSS Properties:**\n - **--forge-overlay-position** - The `position` of the overlay. _(default: undefined)_\n- **--forge-overlay-z-index** - The `z-index` of the overlay. Defaults to the `popup` range. _(default: undefined)_\n- **--forge-overlay-height** - The `height` of the overlay. Defaults to `min-content`. _(default: undefined)_\n- **--forge-overlay-width** - The `width` of the overlay. Defaults to `min-content`. _(default: undefined)_\n- **--forge-overlay-position-block-start** - The `block-start` position of the overlay. _(default: undefined)_\n- **--forge-overlay-position-block-end** - The `block-end` position of the overlay. _(default: undefined)_\n- **--forge-overlay-position-inline-start** - The `inline-start` position of the overlay. _(default: undefined)_\n- **--forge-overlay-position-inline-end** - The `inline-end` position of the overlay. _(default: undefined)_\n\n### **CSS Parts:**\n - **root** - The component's root element.",
@@ -1540,69 +1603,6 @@
1540
1603
  ],
1541
1604
  "references": []
1542
1605
  },
1543
- {
1544
- "name": "forge-page-state",
1545
- "description": "\n---\n\n\n### **Slots:**\n - **graphic** - The slot where the graphic will be rendered.\n- **title** - The slot where the title will be rendered.\n- **message** - The slot where the message will be rendered.\n- **actions** - The slot where the actions will be rendered.\n\n### **CSS Properties:**\n - **--forge-page-state-width** - The width of the page state. _(default: undefined)_\n- **--forge-page-state-height** - The height of the page state. _(default: undefined)_\n- **--forge-page-state-spacing** - The spacing of the page state. _(default: undefined)_\n- **--forge-page-state-mobile-width** - The mobile width of the page state. _(default: undefined)_\n- **--forge-page-state-graphic-height** - The graphic height of the page state. _(default: undefined)_\n- **--forge-page-state-graphic-spacing** - The graphic spacing of the page state. _(default: undefined)_\n- **--forge-page-state-mobile-graphic-height** - The mobile graphic height of the page state. _(default: undefined)_\n- **--forge-page-state-title-color** - The title color of the page state. _(default: undefined)_\n- **--forge-page-state-title-spacing** - The title spacing of the page state. _(default: undefined)_\n- **--forge-page-state-message-color** - The message color of the page state. _(default: undefined)_\n- **--forge-page-state-message-spacing** - The message spacing of the page state. _(default: undefined)_\n- **--forge-page-state-actions-spacing** - The actions spacing of the page state. _(default: undefined)_\n\n### **CSS Parts:**\n - **root** - The root container element.\n- **graphic-container** - The graphic container element.\n- **title-container** - The title container element.\n- **message-container** - The message container element.\n- **actions-container** - The actions container element.",
1546
- "attributes": [],
1547
- "references": []
1548
- },
1549
- {
1550
- "name": "forge-paginator",
1551
- "description": "\n---\n\n\n### **Events:**\n - **forge-paginator-change** - Dispatched when the paginator state changes.\n\n### **Methods:**\n - **focus(options: _FocusOptions_): _void_** - Sets focus to the first focusable element within the paginator.\n\n### **Slots:**\n - **label** - Overrides the label text when in the default variant.\n- **range-label** - Overrides the default range label with a custom label when in the default variant.\n- **alternative-range-label** - Overrides the default range label with a custom label when in the `alternative` variant.\n- **first-page-tooltip** - Overrides the default tooltip for the first page button.\n- **last-page-tooltip** - Overrides the default tooltip for the last page button.\n- **previous-page-tooltip** - Overrides the default tooltip for the previous page button.\n- **next-page-tooltip** - Overrides the default tooltip for the next page button.",
1552
- "attributes": [
1553
- {
1554
- "name": "page-index",
1555
- "description": "The zero-based page index.",
1556
- "values": []
1557
- },
1558
- {
1559
- "name": "page-size",
1560
- "description": "Number of items to display on a page.",
1561
- "values": []
1562
- },
1563
- {
1564
- "name": "offset",
1565
- "description": "Sets page index by providing the number of items to skip. The getter for this property returns the number of items to skip.",
1566
- "values": []
1567
- },
1568
- {
1569
- "name": "total",
1570
- "description": "The total number of items to be paginated.",
1571
- "values": []
1572
- },
1573
- {
1574
- "name": "page-size-options",
1575
- "description": "The set of provided page size options to display to the user.",
1576
- "values": [{ "name": "number[]" }]
1577
- },
1578
- {
1579
- "name": "label",
1580
- "description": "A label for the paginator.",
1581
- "values": []
1582
- },
1583
- {
1584
- "name": "first-last",
1585
- "description": "Whether to show the first page and last page buttons.",
1586
- "values": []
1587
- },
1588
- {
1589
- "name": "first",
1590
- "description": "Whether to show the first page button. Default is false.",
1591
- "values": []
1592
- },
1593
- {
1594
- "name": "disabled",
1595
- "description": "Whether the paginator is disabled.",
1596
- "values": []
1597
- },
1598
- {
1599
- "name": "alternative",
1600
- "description": "Whether to use the alternative range label slot.",
1601
- "values": []
1602
- }
1603
- ],
1604
- "references": []
1605
- },
1606
1606
  {
1607
1607
  "name": "forge-popover",
1608
1608
  "description": "Popovers are used to render content in an element that is above all other content on the page.\n---\n\n\n### **Events:**\n - **forge-popover-beforetoggle** - Dispatches before the popover is toggled, and is cancelable.\n- **forge-popover-toggle** - Dispatches after the popover is toggled.\n\n### **Methods:**\n - **hideAsync(): _Promise<void>_** - Hides the popover, and returns a `Promise` that resolves when the hide animation is complete.\n- **position(): _void_** - Forces the overlay to reposition itself.\n\n### **Slots:**\n - _default_ - The content to render inside the popover.\n\n### **CSS Properties:**\n - **--forge-popover-background** - The background color of the popover surface. _(default: undefined)_\n- **--forge-popover-border-radius** - The border radius of the popover surface. _(default: undefined)_\n- **--forge-popover-box-shadow** - The box shadow of the popover surface. _(default: undefined)_\n- **--forge-popover-border-width** - The border width of the popover surface. _(default: undefined)_\n- **--forge-popover-border-style** - The border style of the popover surface. _(default: undefined)_\n- **--forge-popover-border-color** - The border color of the popover surface. _(default: undefined)_\n- **--forge-popover-width** - The width of the popover surface. Defaults to `auto`. _(default: undefined)_\n- **--forge-popover-height** - The height of the popover surface. Defaults to `auto`. _(default: undefined)_\n- **--forge-popover-min-width** - The minimum width of the popover surface. Defaults to `none`. _(default: undefined)_\n- **--forge-popover-max-width** - The maximum width of the popover surface. Defaults to `none`. _(default: undefined)_\n- **--forge-popover-min-height** - The minimum height of the popover surface. Defaults to `none`. _(default: undefined)_\n- **--forge-popover-max-height** - The maximum height of the popover surface. Defaults to `none`. _(default: undefined)_\n- **--forge-popover-arrow-size** - The size of the arrow. _(default: undefined)_\n- **--forge-popover-arrow-height** - The height of the arrow. _(default: undefined)_\n- **--forge-popover-arrow-width** - The width of the arrow. _(default: undefined)_\n- **--forge-popover-arrow-background-color** - The background color of the arrow. Defaults to the background color of the popover surface. _(default: undefined)_\n- **--forge-popover-arrow-top-rotation** - The rotation of the arrow when the popover is placed on the top. _(default: undefined)_\n- **--forge-popover-arrow-right-rotation** - The rotation of the arrow when the popover is placed on the right. _(default: undefined)_\n- **--forge-popover-arrow-bottom-rotation** - The rotation of the arrow when the popover is placed on the bottom. _(default: undefined)_\n- **--forge-popover-arrow-left-rotation** - The rotation of the arrow when the popover is placed on the left. _(default: undefined)_\n- **--forge-popover-arrow-border-width** - The border width of the popover surface and arrow when an arrow is applied. _(default: undefined)_\n- **--forge-popover-arrow-clip-path** - The clip path to use for the arrow element. _(default: undefined)_\n- **--forge-popover-animation-timing** - The animation timing function to use for the popover animation. _(default: undefined)_\n- **--forge-popover-zoom-duration** - The duration of the zoom animation. _(default: undefined)_\n- **--forge-popover-zoom-timing** - The timing function to use for the zoom animation. _(default: undefined)_\n- **--forge-popover-slide-duration** - The duration of the slide animation. _(default: undefined)_\n- **--forge-popover-slide-timing** - The timing function to use for the slide animation. _(default: undefined)_\n- **--forge-popover-slide-offset** - The start offset to use for the slide animation. _(default: undefined)_\n- **--forge-popover-fade-duration** - The duration of the fade animation. _(default: undefined)_\n- **--forge-popover-fade-timing** - The timing function to use for the fade animation. _(default: undefined)_\n- **--forge-popover-position-block-start** - The `block-start` position of the popover. _(default: undefined)_\n- **--forge-popover-position-block-end** - The `block-end` position of the popover. _(default: undefined)_\n- **--forge-popover-position-inline-start** - The `inline-start` position of the popover. _(default: undefined)_\n- **--forge-popover-position-inline-end** - The `inline-end` position of the popover. _(default: undefined)_\n- **--forge-popover-preset-dropdown-max-height** - The maximum height of the popover when using `preset=\"dropdown\"`. Defaults to `256px`. _(default: undefined)_\n- **--forge-popover-preset-dropdown-overflow** - The overflow behavior of the popover when using `preset=\"dropdown\"`. Defaults to `auto visible` (vertical scrolling only). _(default: undefined)_\n\n### **CSS Parts:**\n - **overlay** - The overlay root element.\n- **surface** - The surface container element for the slotted content.",
@@ -1729,79 +1729,79 @@
1729
1729
  "references": []
1730
1730
  },
1731
1731
  {
1732
- "name": "forge-skeleton",
1733
- "description": "Skeleton is used to provide a placeholder for content that is loading.\n---\n\n\n### **CSS Properties:**\n - **--forge-skeleton-animation-duration** - The duration of the skeleton animation. _(default: undefined)_\n- **--forge-skeleton-width** - The width of the skeleton. _(default: undefined)_\n- **--forge-skeleton-height** - The height of the skeleton. _(default: undefined)_\n- **--forge-skeleton-background** - The background color of the skeleton. _(default: undefined)_\n- **--forge-skeleton-shape** - The shape of the skeleton. _(default: undefined)_\n- **--forge-skeleton-margin** - The margin of the skeleton. _(default: undefined)_\n- **--forge-skeleton-button-height** - The height of the button skeleton. _(default: undefined)_\n- **--forge-skeleton-button-width** - The width of the button skeleton. _(default: undefined)_\n- **--forge-skeleton-form-field-height** - The height of the form field skeleton. _(default: undefined)_\n- **--forge-skeleton-form-field-width** - The width of the form field skeleton. _(default: undefined)_\n- **--forge-skeleton-chip-height** - The height of the chip skeleton. _(default: undefined)_\n- **--forge-skeleton-chip-width** - The width of the chip skeleton. _(default: undefined)_\n- **--forge-skeleton-chip-shape** - The shape of the chip skeleton. _(default: undefined)_\n- **--forge-skeleton-list-item-height** - The height of the list item skeleton. _(default: undefined)_\n- **--forge-skeleton-list-item-margin** - The margin of the list item skeleton. _(default: undefined)_\n- **--forge-skeleton-text-height** - The height of the text skeleton. _(default: undefined)_\n- **--forge-skeleton-gradient-color** - The color of the gradient skeleton. _(default: undefined)_\n- **--forge-skeleton-avatar-size** - The size of the avatar skeleton. _(default: undefined)_\n- **--forge-skeleton-avatar-shape** - The shape of the avatar skeleton. _(default: undefined)_\n\n### **CSS Parts:**\n - **root** - The root element of the skeleton.",
1732
+ "name": "forge-skip-link",
1733
+ "description": "The Forge Skip Link component is used to provide a way for users to skip repetitive content and navigate directly to a section of the page.\n---\n\n\n### **Slots:**\n - _default_ - The default/unnamed slot for link text.\n\n### **CSS Properties:**\n - **--forge-skip-link-background** - The background color of the skip link. _(default: undefined)_\n- **--forge-skip-link-color** - The text color of the skip link. _(default: undefined)_\n- **--forge-skip-link-shape** - The border radius of the skip link. _(default: undefined)_\n- **--forge-skip-link-inset** - The skip link's inset from the edge of the viewport. _(default: undefined)_\n- **--forge-skip-link-z-index** - The z-index of the skip link. _(default: undefined)_\n- **--forge-skip-link-elevation** - The box shadow of the skip link. _(default: undefined)_\n- **--forge-skip-link-padding-block** - The interior padding of the skip link along the block axis. _(default: undefined)_\n- **--forge-skip-link-padding-inline** - The interior padding of the skip link along the inline axis. _(default: undefined)_\n- **--forge-skip-link-focus-indicator-color** - The color of the focus indicator. _(default: undefined)_\n- **--forge-skip-link-transition-duration** - The duration of the skip link's animations. _(default: undefined)_\n- **--forge-skip-link-transition-timing-function** - The timing function of the skip link's animations. _(default: undefined)_\n\n### **CSS Parts:**\n - **anchor** - The root anchor element.\n- **focus-indicator** - The focus indicator element.\n- **state-layer** - The state layer element.",
1734
1734
  "attributes": [
1735
1735
  {
1736
- "name": "form-field",
1737
- "description": "Apply form field styles to the skeleton.",
1738
- "values": []
1739
- },
1740
- {
1741
- "name": "button",
1742
- "description": "Apply button styles to the skeleton.",
1736
+ "name": "target",
1737
+ "description": "The IDREF of the element to which the skip link should navigate.",
1743
1738
  "values": []
1744
1739
  },
1745
1740
  {
1746
- "name": "chip",
1747
- "description": "Apply chip styles to the skeleton.",
1748
- "values": []
1741
+ "name": "theme",
1742
+ "description": "The theme applied to the skip link.",
1743
+ "values": [{ "name": "SkipLinkTheme" }]
1749
1744
  },
1750
1745
  {
1751
- "name": "list-item",
1752
- "description": "Apply list item styles to the skeleton.",
1746
+ "name": "muted",
1747
+ "description": "Whether or not the skip link uses a muted color scheme.",
1753
1748
  "values": []
1754
1749
  },
1755
1750
  {
1756
- "name": "text",
1757
- "description": "Apply text styles to the skeleton.",
1751
+ "name": "persistent",
1752
+ "description": "Whether or not the skip link should remain visible when not focused.",
1758
1753
  "values": []
1759
1754
  },
1760
1755
  {
1761
- "name": "avatar",
1762
- "description": "Apply avatar styles to the skeleton.",
1756
+ "name": "inline",
1757
+ "description": "Whether or not the skip link renders within its container.",
1763
1758
  "values": []
1764
1759
  },
1765
1760
  {
1766
- "name": "stretch",
1767
- "description": "Apply stretch styles to the skeleton.",
1761
+ "name": "skip-url-change",
1762
+ "description": "Sets the skip link to skip browser navigation and scroll to the target element.",
1768
1763
  "values": []
1769
1764
  }
1770
1765
  ],
1771
1766
  "references": []
1772
1767
  },
1773
1768
  {
1774
- "name": "forge-skip-link",
1775
- "description": "The Forge Skip Link component is used to provide a way for users to skip repetitive content and navigate directly to a section of the page.\n---\n\n\n### **Slots:**\n - _default_ - The default/unnamed slot for link text.\n\n### **CSS Properties:**\n - **--forge-skip-link-background** - The background color of the skip link. _(default: undefined)_\n- **--forge-skip-link-color** - The text color of the skip link. _(default: undefined)_\n- **--forge-skip-link-shape** - The border radius of the skip link. _(default: undefined)_\n- **--forge-skip-link-inset** - The skip link's inset from the edge of the viewport. _(default: undefined)_\n- **--forge-skip-link-z-index** - The z-index of the skip link. _(default: undefined)_\n- **--forge-skip-link-elevation** - The box shadow of the skip link. _(default: undefined)_\n- **--forge-skip-link-padding-block** - The interior padding of the skip link along the block axis. _(default: undefined)_\n- **--forge-skip-link-padding-inline** - The interior padding of the skip link along the inline axis. _(default: undefined)_\n- **--forge-skip-link-focus-indicator-color** - The color of the focus indicator. _(default: undefined)_\n- **--forge-skip-link-transition-duration** - The duration of the skip link's animations. _(default: undefined)_\n- **--forge-skip-link-transition-timing-function** - The timing function of the skip link's animations. _(default: undefined)_\n\n### **CSS Parts:**\n - **anchor** - The root anchor element.\n- **focus-indicator** - The focus indicator element.\n- **state-layer** - The state layer element.",
1769
+ "name": "forge-skeleton",
1770
+ "description": "Skeleton is used to provide a placeholder for content that is loading.\n---\n\n\n### **CSS Properties:**\n - **--forge-skeleton-animation-duration** - The duration of the skeleton animation. _(default: undefined)_\n- **--forge-skeleton-width** - The width of the skeleton. _(default: undefined)_\n- **--forge-skeleton-height** - The height of the skeleton. _(default: undefined)_\n- **--forge-skeleton-background** - The background color of the skeleton. _(default: undefined)_\n- **--forge-skeleton-shape** - The shape of the skeleton. _(default: undefined)_\n- **--forge-skeleton-margin** - The margin of the skeleton. _(default: undefined)_\n- **--forge-skeleton-button-height** - The height of the button skeleton. _(default: undefined)_\n- **--forge-skeleton-button-width** - The width of the button skeleton. _(default: undefined)_\n- **--forge-skeleton-form-field-height** - The height of the form field skeleton. _(default: undefined)_\n- **--forge-skeleton-form-field-width** - The width of the form field skeleton. _(default: undefined)_\n- **--forge-skeleton-chip-height** - The height of the chip skeleton. _(default: undefined)_\n- **--forge-skeleton-chip-width** - The width of the chip skeleton. _(default: undefined)_\n- **--forge-skeleton-chip-shape** - The shape of the chip skeleton. _(default: undefined)_\n- **--forge-skeleton-list-item-height** - The height of the list item skeleton. _(default: undefined)_\n- **--forge-skeleton-list-item-margin** - The margin of the list item skeleton. _(default: undefined)_\n- **--forge-skeleton-text-height** - The height of the text skeleton. _(default: undefined)_\n- **--forge-skeleton-gradient-color** - The color of the gradient skeleton. _(default: undefined)_\n- **--forge-skeleton-avatar-size** - The size of the avatar skeleton. _(default: undefined)_\n- **--forge-skeleton-avatar-shape** - The shape of the avatar skeleton. _(default: undefined)_\n\n### **CSS Parts:**\n - **root** - The root element of the skeleton.",
1776
1771
  "attributes": [
1777
1772
  {
1778
- "name": "target",
1779
- "description": "The IDREF of the element to which the skip link should navigate.",
1773
+ "name": "form-field",
1774
+ "description": "Apply form field styles to the skeleton.",
1780
1775
  "values": []
1781
1776
  },
1782
1777
  {
1783
- "name": "theme",
1784
- "description": "The theme applied to the skip link.",
1785
- "values": [{ "name": "SkipLinkTheme" }]
1778
+ "name": "button",
1779
+ "description": "Apply button styles to the skeleton.",
1780
+ "values": []
1786
1781
  },
1787
1782
  {
1788
- "name": "muted",
1789
- "description": "Whether or not the skip link uses a muted color scheme.",
1783
+ "name": "chip",
1784
+ "description": "Apply chip styles to the skeleton.",
1790
1785
  "values": []
1791
1786
  },
1792
1787
  {
1793
- "name": "persistent",
1794
- "description": "Whether or not the skip link should remain visible when not focused.",
1788
+ "name": "list-item",
1789
+ "description": "Apply list item styles to the skeleton.",
1795
1790
  "values": []
1796
1791
  },
1797
1792
  {
1798
- "name": "inline",
1799
- "description": "Whether or not the skip link renders within its container.",
1793
+ "name": "text",
1794
+ "description": "Apply text styles to the skeleton.",
1800
1795
  "values": []
1801
1796
  },
1802
1797
  {
1803
- "name": "skip-url-change",
1804
- "description": "Sets the skip link to skip browser navigation and scroll to the target element.",
1798
+ "name": "avatar",
1799
+ "description": "Apply avatar styles to the skeleton.",
1800
+ "values": []
1801
+ },
1802
+ {
1803
+ "name": "stretch",
1804
+ "description": "Apply stretch styles to the skeleton.",
1805
1805
  "values": []
1806
1806
  }
1807
1807
  ],
@@ -1983,23 +1983,6 @@
1983
1983
  ],
1984
1984
  "references": []
1985
1985
  },
1986
- {
1987
- "name": "forge-state-layer",
1988
- "description": "State layers show the interaction status of an element.\n---\n\n\n### **Methods:**\n - **playAnimation(coords: _StateLayerCoords_): _void_** - Triggers the animation to run.\n\nNote: If coordinates are not provided, the transition will originate from the center of the target element.\n\n### **CSS Properties:**\n - **--forge-state-layer-color** - The color of the state layer. Defaults to the on-surface theme. _(default: undefined)_\n- **--forge-state-layer-hover-color** - The color of the state layer when hovered. _(default: undefined)_\n- **--forge-state-layer-hover-opacity** - The opacity of the state layer when hovered. _(default: undefined)_\n- **--forge-state-layer-pressed-color** - The color of the state layer when pressed. _(default: undefined)_\n- **--forge-state-layer-pressed-opacity** - The opacity of the state layer when pressed. _(default: undefined)_\n- **--forge-state-layer-hover-duration** - The duration of the hover animation. _(default: undefined)_\n- **--forge-state-layer-animation-duration** - The duration of the animation. _(default: undefined)_\n- **--forge-state-layer-pressed-duration** - The duration of the pressed animation. _(default: undefined)_\n\n### **CSS Parts:**\n - **surface** - The surface element.",
1989
- "attributes": [
1990
- {
1991
- "name": "target",
1992
- "description": "The id of the element to attach the state layer to.",
1993
- "values": []
1994
- },
1995
- {
1996
- "name": "disabled",
1997
- "description": "Controls whether the state layer is disabled.",
1998
- "values": []
1999
- }
2000
- ],
2001
- "references": []
2002
- },
2003
1986
  {
2004
1987
  "name": "forge-switch",
2005
1988
  "description": "Switches toggle the state of a single setting on or off.\n---\n\n\n### **Events:**\n - **change** - Dispatches when the switch's value changes.\n- **forge-switch-change** - Dispatches when the switch's value changes.\n\n### **Methods:**\n - **toggle(force: _boolean_): _void_** - Toggles the switch on or off.\n\n### **CSS Properties:**\n - **--forge-theme-primary** - The primary color of the switch. _(default: undefined)_\n- **--forge-theme-on-primary** - The color of elements placed on top of the primary color (the handle icons for example). _(default: undefined)_\n- **--forge-switch-handle-on-color** - The color of the handle in the switch's on state. _(default: undefined)_\n- **--forge-switch-handle-off-color** - The color of the handle in the switch's off state. _(default: undefined)_\n- **--forge-switch-handle-active-on-color** - The color of the handle when the switch is active (pressed) in its on state. _(default: undefined)_\n- **--forge-switch-handle-active-off-color** - The color of the handle when the switch is active (pressed) in its off state. _(default: undefined)_\n- **--forge-switch-handle-size** - The inline and block size of the handle. _(default: undefined)_\n- **--forge-switch-handle-width** - The inline size of the handle. _(default: undefined)_\n- **--forge-switch-handle-height** - The block size of the handle. _(default: undefined)_\n- **--forge-switch-handle-scale** - The scale transformation applied to the handle. _(default: undefined)_\n- **--forge-switch-handle-on-scale** - The scale transformation applied to the handle in the switch's on state. _(default: undefined)_\n- **--forge-switch-handle-off-scale** - The scale transformation applied to the handle in the switch's off state. _(default: undefined)_\n- **--forge-switch-handle-active-scale** - The scale transformation applied to the handle when the switch is active (pressed). _(default: undefined)_\n- **--forge-switch-handle-active-on-scale** - The scale transformation applied to the handle when the switch is active (pressed) in its on state. _(default: undefined)_\n- **--forge-switch-handle-active-off-scale** - The scale transformation applied to the handle when the switch is active (pressed) in its off state. _(default: undefined)_\n- **--forge-switch-handle-shape** - The shape of the handle. _(default: undefined)_\n- **--forge-switch-handle-elevation** - The handle's shadow. _(default: undefined)_\n- **--forge-switch-handle-on-elevation** - The handle's shadow in the switch's on state. _(default: undefined)_\n- **--forge-switch-handle-off-elevation** - The handle's shadow in the switch's off state. _(default: undefined)_\n- **--forge-switch-handle-active-elevation** - The handle's shadow when the switch is active (pressed). _(default: undefined)_\n- **--forge-switch-handle-active-on-elevation** - The handle's shadow when the switch is active (pressed) in its on state. _(default: undefined)_\n- **--forge-switch-handle-active-off-elevation** - The handle's shadow when the switch is active (pressed) in its off state. _(default: undefined)_\n- **--forge-switch-track-on-color** - The color of the track in the switch's on state. _(default: undefined)_\n- **--forge-switch-track-off-color** - The color fo the track in the switch's off state. _(default: undefined)_\n- **--forge-switch-track-active-on-color** - The color of the track when the switch is active (pressed) in its on state. _(default: undefined)_\n- **--forge-switch-track-active-off-color** - The color fo the track when the switch is active (pressed) in its off state. _(default: undefined)_\n- **--forge-switch-track-width** - The inline size of the track. _(default: undefined)_\n- **--forge-switch-track-height** - The block size of the track. _(default: undefined)_\n- **--forge-switch-track-shape** - The shape of the track. _(default: undefined)_\n- **--forge-switch-track-border-width** - The width of the track border. _(default: undefined)_\n- **--forge-switch-track-on-border-width** - The width of the track border in the switch's on state. _(default: undefined)_\n- **--forge-switch-track-off-border-width** - The width of the track border in the switch's off state. _(default: undefined)_\n- **--forge-switch-track-active-on-border-width** - The width of the track border when the switch is active (pressed) in its on state. _(default: undefined)_\n- **--forge-switch-track-active-off-border-width** - The width of the track border when the switch is active (pressed) in its off state. _(default: undefined)_\n- **--forge-switch-track-border-color** - The color of the track border. _(default: undefined)_\n- **--forge-switch-track-on-border-color** - The color of the track border in the switch's on state. _(default: undefined)_\n- **--forge-switch-track-off-border-color** - The color of the track border in the switch's off state. _(default: undefined)_\n- **--forge-switch-track-active-on-border-color** - The color of the track border when the switch is active (pressed) in its on state. _(default: undefined)_\n- **--forge-switch-track-active-off-border-color** - The color of the track border when the switch is active (pressed) in its off state. _(default: undefined)_\n- **--forge-switch-icon-color** - The color of the handle icons. _(default: undefined)_\n- **--forge-switch-icon-on-color** - The color of the handle icon in the switch's on state. _(default: undefined)_\n- **--forge-switch-icon-off-color** - The color of the handle icon in the switch's off state. _(default: undefined)_\n- **--forge-switch-icon-active-on-color** - The color of the handle icon when the switch is active (pressed) in its on state. _(default: undefined)_\n- **--forge-switch-icon-active-off-color** - The color of the handle icon when the switch is active (pressed) in its off state. _(default: undefined)_\n- **--forge-switch-icon-size** - The size of the handle icon. _(default: undefined)_\n- **--forge-switch-icon-on-size** - The size of the handle icon in the switch's on state. _(default: undefined)_\n- **--forge-switch-icon-off-size** - The size of the handle icon in the switch's off state. _(default: undefined)_\n- **--forge-switch-icon-scale** - The scale transformation applied to the handle icons. _(default: undefined)_\n- **--forge-switch-icon-on-scale** - The scale transformation applied to the handle icons in the switch's on state. _(default: undefined)_\n- **--forge-switch-icon-off-scale** - The scale transformation applied to the handle icons in the switch's off state. _(default: undefined)_\n- **--forge-switch-icon-active-on-scale** - The scale transformation applied to the handle icons when the switch is active (pressed) in its on state. _(default: undefined)_\n- **--forge-switch-icon-active-off-scale** - The scale transformation applied to the handle icons when the switch is active (pressed) in its off state. _(default: undefined)_\n- **--forge-switch-gap** - The space between the switch and label. _(default: undefined)_\n- **--forge-switch-justify** - How the switch and label are distributed along their main axis. _(default: undefined)_\n- **--forge-switch-align** - How the switch and label are distributed along their cross axis. _(default: undefined)_\n- **--forge-switch-direction** - Whether the switch and label are arranged along the inline or block axis. _(default: undefined)_\n- **--forge-switch-state-layer-size** - The inline and block size of the handle's state layer. _(default: undefined)_\n- **--forge-switch-state-layer-width** - The inline size of the handle's state layer. _(default: undefined)_\n- **--forge-switch-state-layer-height** - The block size of the handle's state layer. _(default: undefined)_\n- **--forge-switch-state-layer-on-color** - The color of the handle's state layer when the switch is in its on state. _(default: undefined)_\n- **--forge-switch-state-layer-off-color** - The color of the handle's state layer when the switch is in its off state. _(default: undefined)_\n- **--forge-switch-state-layer-dense-size** - The inline and block size of the handle's state layer when the dense switch is used. _(default: undefined)_\n- **--forge-switch-state-layer-dense-width** - The inline size of the handle's state layer when the dense switch is used. _(default: undefined)_\n- **--forge-switch-state-layer-dense-height** - The block size of the handle's state layer when the dense switch is used. _(default: undefined)_\n- **--forge-switch-disabled-opacity** - The opacity of the switch when disabled. _(default: undefined)_\n- **--forge-switch-animation-duration** - The duration of animations. _(default: undefined)_\n- **--forge-switch-animation-timing** - The timing function used in most animations. _(default: undefined)_\n- **--forge-switch-active-animation-timing** - The timing function used in active state animations. _(default: undefined)_\n\n### **CSS Parts:**\n - **switch** - Styles the switch container element.\n- **track** - Styles the track element.\n- **handle** - Styles the handle element.\n- **icon-on** - Styles the on icon element.\n- **icon-off** - Styles the off icon element.\n- **label** - Styles the label element.\n- **state-layer** - Styles the state layer root element.\n- **focus-indicator** - Styles the focus indicator root element.",
@@ -2056,100 +2039,13 @@
2056
2039
  },
2057
2040
  {
2058
2041
  "name": "icon",
2059
- "description": "Controls the presence of the off and on icons.",
2060
- "values": [{ "name": "SwitchIconVisibility" }]
2061
- },
2062
- {
2063
- "name": "label-position",
2064
- "description": "Controls whether the label appears before or after the switch.",
2065
- "values": [{ "name": "SwitchLabelPosition" }]
2066
- }
2067
- ],
2068
- "references": []
2069
- },
2070
- {
2071
- "name": "forge-table",
2072
- "description": "\n---\n\n\n### **Events:**\n - **forge-table-row-click** - Dispatched when a row is clicked. Only applies when `allow-row-click` is specified.\n- **forge-table-select** - Dispatched when a row is selected. Only applies when `select` is specified.\n- **forge-table-select-double** - Dispatched when a row is double-clicked. Only applies when `select` is specified.\n- **forge-table-select-all** - Dispatched when the select all checkbox is toggled. Only applies when `select` and `multiselect` is specified.\n- **forge-table-sort** - Dispatched when a column is sorted.\n- **forge-table-filter** - Dispatched when a column is filtered. Only applies when `filter` is specified.\n- **forge-table-initialized** - Dispatched when the table is initialized in the DOM for the first time.\n- **forge-table-column-resize** - Dispatched when a column is resized.\n\n### **Methods:**\n - **hideColumn(columnIndex: _number_): _void_** - Hides a column from the table.\n- **showColumn(columnIndex: _number_): _void_** - Shows a hidden column in th table.\n- **isColumnHidden(columnIndex: _number_): _boolean_** - Determines if a column at the given index is hidden or not.\n- **getSelectedRows(): _any[]_** - Returns the selected row instances.\n- **selectRow(data: _any_): _void_** - Selects a row in the table. Only applicable if `select` is true.\n- **selectRows(data: _any[]_, preserveExisting: _boolean_): _void_** - Selects one or more rows in the table. Only applicable if `select` is true.\n- **deselectRow(data: _any_): _void_** - Deselects a single row in the table.\n- **deselectRows(data: _any[]_): _void_** - Deselects one or more rows in the table.\n- **clearSelections(): _void_** - Clears all selected table rows.\n- **render(): _void_** - Forces the table to re-render based on its current configuration.\n- **expandRow(rowIndex: _any_, template: _TableViewTemplate_): _Promise<void>_** - Expands a collapsed row.\n- **collapseRow(rowIndex: _number_): _Promise<void>_** - Collapses an expanded row.\n- **isRowExpanded(rowIndex: _number_): _boolean_** - Checks if a row is expanded or not.\n- **selectRowsByIndex(indexes: _number | number[]_, preserveExisting: _boolean_): _void_** - Selects a rows by an index or array of indexes.\n- **deselectRowsByIndex(indexes: _number | number[]_): _void_** - Deselects a rows by an index or array of indexes.\n- **isRowSelected(rowData: _{ [key: string]: any }_): _boolean_** - Checks if a row is selected or not.",
2073
- "attributes": [
2074
- {
2075
- "name": "select",
2076
- "description": "Controls the visibility of the select column.",
2077
- "values": []
2078
- },
2079
- {
2080
- "name": "multiselect",
2081
- "description": "Controls the visibility of the select all checkbox (only applied when `select` is `true`).",
2082
- "values": []
2083
- },
2084
- {
2085
- "name": "select-key",
2086
- "description": "The row key for matching data to selections.",
2087
- "values": [{ "name": "string[]" }]
2088
- },
2089
- {
2090
- "name": "tooltip-select",
2091
- "description": "The tooltip to display when hovering over the select column.",
2092
- "values": [{ "name": "TableSelectTooltipCallback" }]
2093
- },
2094
- {
2095
- "name": "tooltip-select-all",
2096
- "description": "The tooltip to display when hovering over the select all checkbox.",
2097
- "values": []
2098
- },
2099
- {
2100
- "name": "dense",
2101
- "description": "Controls whether the table is dense or not.",
2102
- "values": []
2103
- },
2104
- {
2105
- "name": "roomy",
2106
- "description": "Controls whether the table is roomy or not.",
2107
- "values": []
2108
- },
2109
- {
2110
- "name": "filter",
2111
- "description": "Controls whether the table shows its column filter row.",
2112
- "values": []
2113
- },
2114
- {
2115
- "name": "fixed-headers",
2116
- "description": "Controls whether the table applies fixed headers when in scroll containers.",
2117
- "values": []
2118
- },
2119
- {
2120
- "name": "layout-type",
2121
- "description": "Controls the table layout algorithm.",
2122
- "values": [{ "name": "TableLayoutType" }]
2123
- },
2124
- {
2125
- "name": "wrap-content",
2126
- "description": "Controls whether the content in each cell wraps or not (true by default).",
2127
- "values": []
2128
- },
2129
- {
2130
- "name": "resizable",
2131
- "description": "Controls whether the columns are resizable or not.",
2132
- "values": []
2133
- },
2134
- {
2135
- "name": "min-resize-width",
2136
- "description": "Gets/sets the minimum width that a column can be resized to by the user dragging the resize handle.",
2137
- "values": []
2138
- },
2139
- {
2140
- "name": "allow-row-click",
2141
- "description": "Gets/sets whether the rows respond to (and emit) row click events.",
2142
- "values": []
2143
- },
2144
- {
2145
- "name": "multi-column-sort",
2146
- "description": "Gets/sets whether the table supports multi-column sorting.",
2147
- "values": []
2042
+ "description": "Controls the presence of the off and on icons.",
2043
+ "values": [{ "name": "SwitchIconVisibility" }]
2148
2044
  },
2149
2045
  {
2150
- "name": "select-checkbox-alignment",
2151
- "description": "Controls the alignment of the select checkbox.",
2152
- "values": [{ "name": "`${CellAlign}`" }]
2046
+ "name": "label-position",
2047
+ "description": "Controls whether the label appears before or after the switch.",
2048
+ "values": [{ "name": "SwitchLabelPosition" }]
2153
2049
  }
2154
2050
  ],
2155
2051
  "references": []
@@ -2373,6 +2269,110 @@
2373
2269
  ],
2374
2270
  "references": []
2375
2271
  },
2272
+ {
2273
+ "name": "forge-table",
2274
+ "description": "\n---\n\n\n### **Events:**\n - **forge-table-row-click** - Dispatched when a row is clicked. Only applies when `allow-row-click` is specified.\n- **forge-table-select** - Dispatched when a row is selected. Only applies when `select` is specified.\n- **forge-table-select-double** - Dispatched when a row is double-clicked. Only applies when `select` is specified.\n- **forge-table-select-all** - Dispatched when the select all checkbox is toggled. Only applies when `select` and `multiselect` is specified.\n- **forge-table-sort** - Dispatched when a column is sorted.\n- **forge-table-filter** - Dispatched when a column is filtered. Only applies when `filter` is specified.\n- **forge-table-initialized** - Dispatched when the table is initialized in the DOM for the first time.\n- **forge-table-column-resize** - Dispatched when a column is resized.\n\n### **Methods:**\n - **hideColumn(columnIndex: _number_): _void_** - Hides a column from the table.\n- **showColumn(columnIndex: _number_): _void_** - Shows a hidden column in th table.\n- **isColumnHidden(columnIndex: _number_): _boolean_** - Determines if a column at the given index is hidden or not.\n- **getSelectedRows(): _any[]_** - Returns the selected row instances.\n- **selectRow(data: _any_): _void_** - Selects a row in the table. Only applicable if `select` is true.\n- **selectRows(data: _any[]_, preserveExisting: _boolean_): _void_** - Selects one or more rows in the table. Only applicable if `select` is true.\n- **deselectRow(data: _any_): _void_** - Deselects a single row in the table.\n- **deselectRows(data: _any[]_): _void_** - Deselects one or more rows in the table.\n- **clearSelections(): _void_** - Clears all selected table rows.\n- **render(): _void_** - Forces the table to re-render based on its current configuration.\n- **expandRow(rowIndex: _any_, template: _TableViewTemplate_): _Promise<void>_** - Expands a collapsed row.\n- **collapseRow(rowIndex: _number_): _Promise<void>_** - Collapses an expanded row.\n- **isRowExpanded(rowIndex: _number_): _boolean_** - Checks if a row is expanded or not.\n- **selectRowsByIndex(indexes: _number | number[]_, preserveExisting: _boolean_): _void_** - Selects a rows by an index or array of indexes.\n- **deselectRowsByIndex(indexes: _number | number[]_): _void_** - Deselects a rows by an index or array of indexes.\n- **isRowSelected(rowData: _{ [key: string]: any }_): _boolean_** - Checks if a row is selected or not.",
2275
+ "attributes": [
2276
+ {
2277
+ "name": "select",
2278
+ "description": "Controls the visibility of the select column.",
2279
+ "values": []
2280
+ },
2281
+ {
2282
+ "name": "multiselect",
2283
+ "description": "Controls the visibility of the select all checkbox (only applied when `select` is `true`).",
2284
+ "values": []
2285
+ },
2286
+ {
2287
+ "name": "select-key",
2288
+ "description": "The row key for matching data to selections.",
2289
+ "values": [{ "name": "string[]" }]
2290
+ },
2291
+ {
2292
+ "name": "tooltip-select",
2293
+ "description": "The tooltip to display when hovering over the select column.",
2294
+ "values": [{ "name": "TableSelectTooltipCallback" }]
2295
+ },
2296
+ {
2297
+ "name": "tooltip-select-all",
2298
+ "description": "The tooltip to display when hovering over the select all checkbox.",
2299
+ "values": []
2300
+ },
2301
+ {
2302
+ "name": "dense",
2303
+ "description": "Controls whether the table is dense or not.",
2304
+ "values": []
2305
+ },
2306
+ {
2307
+ "name": "roomy",
2308
+ "description": "Controls whether the table is roomy or not.",
2309
+ "values": []
2310
+ },
2311
+ {
2312
+ "name": "filter",
2313
+ "description": "Controls whether the table shows its column filter row.",
2314
+ "values": []
2315
+ },
2316
+ {
2317
+ "name": "fixed-headers",
2318
+ "description": "Controls whether the table applies fixed headers when in scroll containers.",
2319
+ "values": []
2320
+ },
2321
+ {
2322
+ "name": "layout-type",
2323
+ "description": "Controls the table layout algorithm.",
2324
+ "values": [{ "name": "TableLayoutType" }]
2325
+ },
2326
+ {
2327
+ "name": "wrap-content",
2328
+ "description": "Controls whether the content in each cell wraps or not (true by default).",
2329
+ "values": []
2330
+ },
2331
+ {
2332
+ "name": "resizable",
2333
+ "description": "Controls whether the columns are resizable or not.",
2334
+ "values": []
2335
+ },
2336
+ {
2337
+ "name": "min-resize-width",
2338
+ "description": "Gets/sets the minimum width that a column can be resized to by the user dragging the resize handle.",
2339
+ "values": []
2340
+ },
2341
+ {
2342
+ "name": "allow-row-click",
2343
+ "description": "Gets/sets whether the rows respond to (and emit) row click events.",
2344
+ "values": []
2345
+ },
2346
+ {
2347
+ "name": "multi-column-sort",
2348
+ "description": "Gets/sets whether the table supports multi-column sorting.",
2349
+ "values": []
2350
+ },
2351
+ {
2352
+ "name": "select-checkbox-alignment",
2353
+ "description": "Controls the alignment of the select checkbox.",
2354
+ "values": [{ "name": "`${CellAlign}`" }]
2355
+ }
2356
+ ],
2357
+ "references": []
2358
+ },
2359
+ {
2360
+ "name": "forge-state-layer",
2361
+ "description": "State layers show the interaction status of an element.\n---\n\n\n### **Methods:**\n - **playAnimation(coords: _StateLayerCoords_): _void_** - Triggers the animation to run.\n\nNote: If coordinates are not provided, the transition will originate from the center of the target element.\n\n### **CSS Properties:**\n - **--forge-state-layer-color** - The color of the state layer. Defaults to the on-surface theme. _(default: undefined)_\n- **--forge-state-layer-hover-color** - The color of the state layer when hovered. _(default: undefined)_\n- **--forge-state-layer-hover-opacity** - The opacity of the state layer when hovered. _(default: undefined)_\n- **--forge-state-layer-pressed-color** - The color of the state layer when pressed. _(default: undefined)_\n- **--forge-state-layer-pressed-opacity** - The opacity of the state layer when pressed. _(default: undefined)_\n- **--forge-state-layer-hover-duration** - The duration of the hover animation. _(default: undefined)_\n- **--forge-state-layer-animation-duration** - The duration of the animation. _(default: undefined)_\n- **--forge-state-layer-pressed-duration** - The duration of the pressed animation. _(default: undefined)_\n\n### **CSS Parts:**\n - **surface** - The surface element.",
2362
+ "attributes": [
2363
+ {
2364
+ "name": "target",
2365
+ "description": "The id of the element to attach the state layer to.",
2366
+ "values": []
2367
+ },
2368
+ {
2369
+ "name": "disabled",
2370
+ "description": "Controls whether the state layer is disabled.",
2371
+ "values": []
2372
+ }
2373
+ ],
2374
+ "references": []
2375
+ },
2376
2376
  {
2377
2377
  "name": "forge-toast",
2378
2378
  "description": "Toasts are non-modal notifications that appear in response to user interactions.\n---\n\n\n### **Events:**\n - **forge-toast-action** - Dispatched when the action button is clicked.\n- **forge-toast-close** - Dispatched when the toast is closed.\n\n### **Methods:**\n - **show(): _void_** - Shows the toast.\n- **hide(): __** - Hides the toast.\n\n### **CSS Properties:**\n - **--forge-toast-background** - The background color of the toast. _(default: undefined)_\n- **--forge-toast-color** - The text color of the toast. _(default: undefined)_\n- **--forge-toast-offset** - The offset of the toast from the edge of the viewport. _(default: undefined)_\n- **--forge-toast-shape** - The shape of the toast. _(default: undefined)_\n- **--forge-toast-elevation** - The elevation of the toast. _(default: undefined)_\n- **--forge-toast-action-color** - The text color of the action button. _(default: undefined)_\n- **--forge-toast-min-width** - The minimum width of the toast. _(default: undefined)_\n- **--forge-toast-max-width** - The maximum width of the toast. _(default: undefined)_\n- **--forge-toast-min-height** - The minimum height of the toast. _(default: undefined)_\n- **--forge-toast-inline-padding** - The padding of the toast when inline. _(default: undefined)_\n- **--forge-toast-spacing** - The spacing between toasts. _(default: undefined)_\n- **--forge-toast-message-padding** - The padding of the toast message. _(default: undefined)_\n- **--forge-toast-enter-duration** - The duration of the enter animation. _(default: undefined)_\n- **--forge-toast-enter-timing** - The timing function of the enter animation. _(default: undefined)_\n- **--forge-toast-exit-duration** - The duration of the exit animation. _(default: undefined)_\n- **--forge-toast-exit-timing** - The timing function of the exit animation. _(default: undefined)_\n- **--forge-toast-slide-origin** - The origin of the slide animation. _(default: undefined)_\n\n### **CSS Parts:**\n - **surface** - The surface container.\n- **message** - The message container.\n- **action-button** - The action button.\n- **close-button** - The close button.\n- **overlay** - The `<forge-overlay>` element.",
@@ -2503,26 +2503,6 @@
2503
2503
  ],
2504
2504
  "references": []
2505
2505
  },
2506
- {
2507
- "name": "forge-view-switcher",
2508
- "description": "\n---\n\n\n### **Methods:**\n - **next(): _void_** - Transitions to the next view.\n- **previous(): _void_** - Transitions to the previous view.\n- **goToStart(): _void_** - Transitions to the first view.\n- **goToEnd(): _void_** - Transitions to the last view.",
2509
- "attributes": [
2510
- {
2511
- "name": "index",
2512
- "description": "Gets/sets the currently visible view index.",
2513
- "values": []
2514
- },
2515
- {
2516
- "name": "animation-type",
2517
- "description": "Gets/sets the animation type.",
2518
- "values": [
2519
- { "name": "`${ViewSwitcherAnimationType}`" },
2520
- { "name": "ViewSwitcherAnimation" }
2521
- ]
2522
- }
2523
- ],
2524
- "references": []
2525
- },
2526
2506
  {
2527
2507
  "name": "forge-app-bar",
2528
2508
  "description": "\n---\n\n\n### **Events:**\n - **forge-app-bar-navigate** - Fires when the app bar is clicked.\n\n### **Slots:**\n - **logo** - Reserved for the brand logo.\n- **title** - Reserved for the application title. This will overwrite the `titleText` property/attribute.\n- **start** - Places content at the beginning of the app bar.\n- **center** - Places content in the center of the app bar.\n- **end** - Places content at the end of the app bar.\n\n### **CSS Properties:**\n - **--forge-app-bar-background** - The background color of the app bar. _(default: undefined)_\n- **--forge-app-bar-foreground** - The text color of the app bar. _(default: undefined)_\n- **--forge-app-bar-theme-foreground** - The text color of the app bar when using the **scoped theme mode**. _(default: undefined)_\n- **--forge-app-bar-theme-foreground-muted** - The muted text color of the app bar when using the **scoped theme mode**. _(default: undefined)_\n- **--forge-app-bar-z-index** - The `z-index` of the app bar. _(default: undefined)_\n- **--forge-app-bar-elevation** - The elevation of the app bar. _(default: undefined)_\n- **--forge-app-bar-height** - The height of the app bar. _(default: undefined)_\n- **--forge-app-bar-row-padding** - The inline padding of the app bar. _(default: undefined)_\n- **--forge-app-bar-logo-gap** - The space between the logo and title. _(default: undefined)_\n- **--forge-app-bar-title-padding** - The padding around the title element. _(default: undefined)_\n- **--forge-app-bar-columns** - The grid column track sizes. _(default: undefined)_\n- **--forge-app-bar-transition-duration** - The transition duration for animations. _(default: undefined)_\n- **--forge-app-bar-transition-timing** - The transition timing function for animations. _(default: undefined)_\n\n### **CSS Parts:**\n - **root** - The root container element.\n- **title** - The title element.",
@@ -2561,23 +2541,21 @@
2561
2541
  "references": []
2562
2542
  },
2563
2543
  {
2564
- "name": "forge-app-bar-help-button",
2565
- "description": "\n---\n\n\n### **Events:**\n - **forge-menu-select** - Bubbles up the menu select from the internal menu component.",
2544
+ "name": "forge-view-switcher",
2545
+ "description": "\n---\n\n\n### **Methods:**\n - **next(): _void_** - Transitions to the next view.\n- **previous(): _void_** - Transitions to the previous view.\n- **goToStart(): _void_** - Transitions to the first view.\n- **goToEnd(): _void_** - Transitions to the last view.",
2566
2546
  "attributes": [
2567
2547
  {
2568
- "name": "icon",
2569
- "description": "The name of an alternative icon to display.",
2570
- "values": []
2571
- },
2572
- {
2573
- "name": "aria-label",
2574
- "description": "The aria-label to apply to the button.",
2548
+ "name": "index",
2549
+ "description": "Gets/sets the currently visible view index.",
2575
2550
  "values": []
2576
2551
  },
2577
2552
  {
2578
- "name": "aria-labelledby",
2579
- "description": "The id of an element to use as the aria-labelledby attribute.",
2580
- "values": []
2553
+ "name": "animation-type",
2554
+ "description": "Gets/sets the animation type.",
2555
+ "values": [
2556
+ { "name": "`${ViewSwitcherAnimationType}`" },
2557
+ { "name": "ViewSwitcherAnimation" }
2558
+ ]
2581
2559
  }
2582
2560
  ],
2583
2561
  "references": []
@@ -2646,70 +2624,6 @@
2646
2624
  ],
2647
2625
  "references": []
2648
2626
  },
2649
- {
2650
- "name": "forge-app-bar-profile-button",
2651
- "description": "\n---\n\n\n### **Events:**\n - **forge-profile-card-sign-out** - Fires when the sign out button is clicked.\n- **forge-profile-card-profile** - Fires when the profile button is clicked.",
2652
- "attributes": [
2653
- {
2654
- "name": "avatar-image-url",
2655
- "description": "The url of the avatar image to display.",
2656
- "values": []
2657
- },
2658
- {
2659
- "name": "avatar-letter-count",
2660
- "description": "The number of letters to display in the avatar.",
2661
- "values": []
2662
- },
2663
- {
2664
- "name": "avatar-text",
2665
- "description": "The text to display in the avatar.",
2666
- "values": []
2667
- },
2668
- {
2669
- "name": "avatar-icon",
2670
- "description": "The name of an alternative icon to display in the avatar.",
2671
- "values": []
2672
- },
2673
- { "name": "full-name", "description": "The full name.", "values": [] },
2674
- { "name": "email", "description": "The email address.", "values": [] },
2675
- {
2676
- "name": "sign-out-button",
2677
- "description": "Whether to display the sign out button or not. Defaults to `true`.",
2678
- "values": []
2679
- },
2680
- {
2681
- "name": "profile-button",
2682
- "description": "Whether to display the profile button or not.",
2683
- "values": []
2684
- },
2685
- {
2686
- "name": "sign-out-button-text",
2687
- "description": "The text to display in the sign out button.",
2688
- "values": []
2689
- },
2690
- {
2691
- "name": "profile-button-text",
2692
- "description": "The text to display in the profile button.",
2693
- "values": []
2694
- },
2695
- {
2696
- "name": "open",
2697
- "description": "Whether the profile card is open or not.",
2698
- "values": []
2699
- },
2700
- {
2701
- "name": "aria-label",
2702
- "description": "The aria-label to apply to the button.",
2703
- "values": []
2704
- },
2705
- {
2706
- "name": "aria-labelledby",
2707
- "description": "The id of an element to use as the aria-labelledby attribute.",
2708
- "values": []
2709
- }
2710
- ],
2711
- "references": []
2712
- },
2713
2627
  {
2714
2628
  "name": "forge-app-bar-search",
2715
2629
  "description": "\n---\n\n\n### **Events:**\n - **forge-app-bar-search-input** - Emits when the users executes the search via pressing the Enter key while the `<input>` has focus.\n\n### **Slots:**\n - _default_ - The default (unnamed) slot is where child `<input>` elements will be placed.\n- **action** - Places actions at the end of the input.\n\n### **CSS Properties:**\n - **--forge-theme-on-primary** - Controls the border-color of the container outline, the font-color, and icon color. _(default: undefined)_\n- **--forge-theme-on-surface** - Controls the font color of the buttons. _(default: undefined)_\n- **--forge-theme-text-medium** - Controls the placeholder font color. _(default: undefined)_\n- **--forge-app-bar-search-theme-background** - Controls the background-color of the container. _(default: undefined)_\n- **--forge-app-bar-search-theme-background-focused** - Controls the focused background-color of the container. _(default: undefined)_\n- **--forge-app-bar-search-theme-hover-opacity** - Controls the hover opacity of the outline. _(default: undefined)_\n- **--forge-app-bar-search-theme-disabled-opacity** - Controls the disabled opacity of the component. _(default: undefined)_\n\n### **CSS Parts:**\n - **root** - The root element\n- **container** - The input container element.\n- **icon-container** - The icon container element.\n- **icon** - The <forge-icon> element.\n- **context** - The context container element.\n- **context-divider** - The context divider element.\n- **context-button** - The context button element.\n- **context-button-text** - The context button text element.\n- **context-button-icon** - The context button icon element.\n- **global-icon-container** - The global icon container element.\n- **global-icon** - The global icon <forge-icon> element.\n- **actions-container** - The action container element around the slot.",
@@ -2733,85 +2647,87 @@
2733
2647
  "references": []
2734
2648
  },
2735
2649
  {
2736
- "name": "forge-button-toggle",
2737
- "description": "\n---\n\n\n### **Events:**\n - **forge-button-toggle-select** - Dispatches when the user toggles the button.\n\n### **Slots:**\n - _default_ - The default/unnamed slot for the button toggle's content.\n- **start** - Typically reserved for content/icons that render logically before the default slot content.\n- **end** - Typically reserved content/icons that render logically after the default slot content.\n\n### **CSS Properties:**\n - **--forge-button-toggle-display** - The `display` style for the button toggle container element. _(default: undefined)_\n- **--forge-button-toggle-min-width** - The minimum width. _(default: undefined)_\n- **--forge-button-toggle-spacing** - The spacing between the button toggle and its content. _(default: undefined)_\n- **--forge-button-toggle-padding-block** - The padding on the block axis. _(default: undefined)_\n- **--forge-button-toggle-padding-inline** - The padding on the inline axis. _(default: undefined)_\n- **--forge-button-toggle-color** - The color of the button toggle content. _(default: undefined)_\n- **--forge-button-toggle-background** - The background of the button toggle. _(default: undefined)_\n- **--forge-button-toggle-cursor** - The cursor of the button toggle. _(default: undefined)_\n- **--forge-button-toggle-border-width** - The border-width of the button toggle. _(default: undefined)_\n- **--forge-button-toggle-border-style** - The border-style of the button toggle. _(default: undefined)_\n- **--forge-button-toggle-border-color** - The border-color of the button toggle. _(default: undefined)_\n- **--forge-button-toggle-shape** - The shape radius of the button toggle. _(default: undefined)_\n- **--forge-button-toggle-shape-start-start** - The start-start shape radius of the button toggle. _(default: undefined)_\n- **--forge-button-toggle-shape-start-end** - The start-end shape radius of the button toggle. _(default: undefined)_\n- **--forge-button-toggle-shape-end-start** - The end-start shape radius of the button toggle. _(default: undefined)_\n- **--forge-button-toggle-shape-end-end** - The end-end shape radius of the button toggle. _(default: undefined)_\n- **--forge-button-toggle-selected-background** - The background of the button toggle when selected. _(default: undefined)_\n- **--forge-button-toggle-selected-color** - The color of the button toggle content when selected. _(default: undefined)_\n- **--forge-button-toggle-selected-disabled-background** - The background of the button toggle when selected and disabled. _(default: undefined)_\n- **--forge-button-toggle-disabled-opacity** - The opacity of the button toggle when disabled. _(default: undefined)_\n- **--forge-button-toggle-disabled-cursor** - The cursor of the button toggle when disabled. _(default: undefined)_\n- **--forge-button-toggle-disabled-color** - The color of the button toggle content when disabled. _(default: undefined)_\n- **--forge-button-toggle-disabled-background** - The background of the button toggle when disabled. _(default: undefined)_\n- **--forge-button-toggle-transition-duration** - The transition-duration of various properties. _(default: undefined)_\n- **--forge-button-toggle-transition-timing** - The transition-timing of various properties. _(default: undefined)_\n\n### **CSS Parts:**\n - **root** - The root container element.\n- **focus-indicator** - The focus indicator element.\n- **state-layer** - The state layer surface element.",
2650
+ "name": "forge-app-bar-profile-button",
2651
+ "description": "\n---\n\n\n### **Events:**\n - **forge-profile-card-sign-out** - Fires when the sign out button is clicked.\n- **forge-profile-card-profile** - Fires when the profile button is clicked.",
2738
2652
  "attributes": [
2739
2653
  {
2740
- "name": "value",
2741
- "description": "The value of the button toggle.",
2654
+ "name": "avatar-image-url",
2655
+ "description": "The url of the avatar image to display.",
2742
2656
  "values": []
2743
2657
  },
2744
2658
  {
2745
- "name": "selected",
2746
- "description": "Whether or not the button is selected.",
2659
+ "name": "avatar-letter-count",
2660
+ "description": "The number of letters to display in the avatar.",
2747
2661
  "values": []
2748
2662
  },
2749
2663
  {
2750
- "name": "disabled",
2751
- "description": "Whether or not the button is disabled.",
2664
+ "name": "avatar-text",
2665
+ "description": "The text to display in the avatar.",
2752
2666
  "values": []
2753
2667
  },
2754
2668
  {
2755
- "name": "readonly",
2756
- "description": "Whether or not the button is readonly.",
2757
- "values": []
2758
- }
2759
- ],
2760
- "references": []
2761
- },
2762
- {
2763
- "name": "forge-button-toggle-group",
2764
- "description": "\n---\n\n\n### **Events:**\n - **forge-button-toggle-group-change** - Dispatches when the value of the group changes.\n\n### **Slots:**\n - _default_ - The is a default/unnamed slot for child button toggle elements.\n\n### **CSS Properties:**\n - **--forge-button-toggle-group-display** - The `display` of the group container elements. _(default: undefined)_\n- **--forge-button-toggle-group-gap** - The space between button toggle elements. _(default: undefined)_\n- **--forge-button-toggle-group-padding** - The padding around the button toggle elements when outlined. _(default: undefined)_\n- **--forge-button-toggle-group-padding-block** - The block padding around the button toggle elements when outlined. _(default: undefined)_\n- **--forge-button-toggle-group-padding-inline** - The inline padding around the button toggle elements when outlined. _(default: undefined)_\n- **--forge-button-toggle-group-height** - The height of the group element. _(default: undefined)_\n- **--forge-button-toggle-group-dense-height** - The height of the group element when dense. _(default: undefined)_\n- **--forge-button-toggle-group-outline-width** - The width of the outline around the group element. _(default: undefined)_\n- **--forge-button-toggle-group-outline-style** - The style of the outline around the group element. _(default: undefined)_\n- **--forge-button-toggle-group-outline-color** - The color of the outline around the group element. _(default: undefined)_\n- **--forge-button-toggle-group-outline-color-active** - The color of the outline around the group element when hovered or focused. _(default: undefined)_\n- **--forge-button-toggle-group-shape** - The shape radius of the group container element. _(default: undefined)_\n- **--forge-button-toggle-group-shape-start-start** - The start-start shape radius. _(default: undefined)_\n- **--forge-button-toggle-group-shape-start-end** - The start-end shape radius. _(default: undefined)_\n- **--forge-button-toggle-group-shape-end-start** - The end-start shape radius. _(default: undefined)_\n- **--forge-button-toggle-group-shape-end-end** - The end-end shape radius. _(default: undefined)_\n- **--forge-button-toggle-group-transition-duration** - The transition duration for all animations on the group. _(default: undefined)_\n- **--forge-button-toggle-group-transition-timing** - The transition timing for all animations on the group. _(default: undefined)_\n\n### **CSS Parts:**\n - **root** - The root container element for the group.",
2765
- "attributes": [
2766
- {
2767
- "name": "value",
2768
- "description": "The value of the selected button toggle(s).",
2669
+ "name": "avatar-icon",
2670
+ "description": "The name of an alternative icon to display in the avatar.",
2769
2671
  "values": []
2770
2672
  },
2673
+ { "name": "full-name", "description": "The full name.", "values": [] },
2674
+ { "name": "email", "description": "The email address.", "values": [] },
2771
2675
  {
2772
- "name": "outlined",
2773
- "description": "Whether or not the group should be outlined.",
2676
+ "name": "sign-out-button",
2677
+ "description": "Whether to display the sign out button or not. Defaults to `true`.",
2774
2678
  "values": []
2775
2679
  },
2776
2680
  {
2777
- "name": "multiple",
2778
- "description": "Whether or not the group should allow multiple selections.",
2681
+ "name": "profile-button",
2682
+ "description": "Whether to display the profile button or not.",
2779
2683
  "values": []
2780
2684
  },
2781
2685
  {
2782
- "name": "stretch",
2783
- "description": "Whether or not the group should stretch to fill the available width.",
2686
+ "name": "sign-out-button-text",
2687
+ "description": "The text to display in the sign out button.",
2784
2688
  "values": []
2785
2689
  },
2786
2690
  {
2787
- "name": "mandatory",
2788
- "description": "Whether or not the group should require a selection once a button has been toggled on.",
2691
+ "name": "profile-button-text",
2692
+ "description": "The text to display in the profile button.",
2789
2693
  "values": []
2790
2694
  },
2791
2695
  {
2792
- "name": "vertical",
2793
- "description": "Whether or not the group should be displayed vertically.",
2696
+ "name": "open",
2697
+ "description": "Whether the profile card is open or not.",
2794
2698
  "values": []
2795
2699
  },
2796
2700
  {
2797
- "name": "disabled",
2798
- "description": "Whether or not the group should be disabled.",
2701
+ "name": "aria-label",
2702
+ "description": "The aria-label to apply to the button.",
2799
2703
  "values": []
2800
2704
  },
2801
2705
  {
2802
- "name": "readonly",
2803
- "description": "Whether or not the group should be readonly.",
2706
+ "name": "aria-labelledby",
2707
+ "description": "The id of an element to use as the aria-labelledby attribute.",
2708
+ "values": []
2709
+ }
2710
+ ],
2711
+ "references": []
2712
+ },
2713
+ {
2714
+ "name": "forge-app-bar-help-button",
2715
+ "description": "\n---\n\n\n### **Events:**\n - **forge-menu-select** - Bubbles up the menu select from the internal menu component.",
2716
+ "attributes": [
2717
+ {
2718
+ "name": "icon",
2719
+ "description": "The name of an alternative icon to display.",
2804
2720
  "values": []
2805
2721
  },
2806
2722
  {
2807
- "name": "dense",
2808
- "description": "Whether or not the group should be dense.",
2723
+ "name": "aria-label",
2724
+ "description": "The aria-label to apply to the button.",
2809
2725
  "values": []
2810
2726
  },
2811
2727
  {
2812
- "name": "theme",
2813
- "description": "The theme to use for the group.",
2814
- "values": [{ "name": "ButtonToggleGroupTheme" }]
2728
+ "name": "aria-labelledby",
2729
+ "description": "The id of an element to use as the aria-labelledby attribute.",
2730
+ "values": []
2815
2731
  }
2816
2732
  ],
2817
2733
  "references": []
@@ -2911,6 +2827,63 @@
2911
2827
  ],
2912
2828
  "references": []
2913
2829
  },
2830
+ {
2831
+ "name": "forge-button-toggle-group",
2832
+ "description": "\n---\n\n\n### **Events:**\n - **forge-button-toggle-group-change** - Dispatches when the value of the group changes.\n\n### **Slots:**\n - _default_ - The is a default/unnamed slot for child button toggle elements.\n\n### **CSS Properties:**\n - **--forge-button-toggle-group-display** - The `display` of the group container elements. _(default: undefined)_\n- **--forge-button-toggle-group-gap** - The space between button toggle elements. _(default: undefined)_\n- **--forge-button-toggle-group-padding** - The padding around the button toggle elements when outlined. _(default: undefined)_\n- **--forge-button-toggle-group-padding-block** - The block padding around the button toggle elements when outlined. _(default: undefined)_\n- **--forge-button-toggle-group-padding-inline** - The inline padding around the button toggle elements when outlined. _(default: undefined)_\n- **--forge-button-toggle-group-height** - The height of the group element. _(default: undefined)_\n- **--forge-button-toggle-group-dense-height** - The height of the group element when dense. _(default: undefined)_\n- **--forge-button-toggle-group-outline-width** - The width of the outline around the group element. _(default: undefined)_\n- **--forge-button-toggle-group-outline-style** - The style of the outline around the group element. _(default: undefined)_\n- **--forge-button-toggle-group-outline-color** - The color of the outline around the group element. _(default: undefined)_\n- **--forge-button-toggle-group-outline-color-active** - The color of the outline around the group element when hovered or focused. _(default: undefined)_\n- **--forge-button-toggle-group-shape** - The shape radius of the group container element. _(default: undefined)_\n- **--forge-button-toggle-group-shape-start-start** - The start-start shape radius. _(default: undefined)_\n- **--forge-button-toggle-group-shape-start-end** - The start-end shape radius. _(default: undefined)_\n- **--forge-button-toggle-group-shape-end-start** - The end-start shape radius. _(default: undefined)_\n- **--forge-button-toggle-group-shape-end-end** - The end-end shape radius. _(default: undefined)_\n- **--forge-button-toggle-group-transition-duration** - The transition duration for all animations on the group. _(default: undefined)_\n- **--forge-button-toggle-group-transition-timing** - The transition timing for all animations on the group. _(default: undefined)_\n\n### **CSS Parts:**\n - **root** - The root container element for the group.",
2833
+ "attributes": [
2834
+ {
2835
+ "name": "value",
2836
+ "description": "The value of the selected button toggle(s).",
2837
+ "values": []
2838
+ },
2839
+ {
2840
+ "name": "outlined",
2841
+ "description": "Whether or not the group should be outlined.",
2842
+ "values": []
2843
+ },
2844
+ {
2845
+ "name": "multiple",
2846
+ "description": "Whether or not the group should allow multiple selections.",
2847
+ "values": []
2848
+ },
2849
+ {
2850
+ "name": "stretch",
2851
+ "description": "Whether or not the group should stretch to fill the available width.",
2852
+ "values": []
2853
+ },
2854
+ {
2855
+ "name": "mandatory",
2856
+ "description": "Whether or not the group should require a selection once a button has been toggled on.",
2857
+ "values": []
2858
+ },
2859
+ {
2860
+ "name": "vertical",
2861
+ "description": "Whether or not the group should be displayed vertically.",
2862
+ "values": []
2863
+ },
2864
+ {
2865
+ "name": "disabled",
2866
+ "description": "Whether or not the group should be disabled.",
2867
+ "values": []
2868
+ },
2869
+ {
2870
+ "name": "readonly",
2871
+ "description": "Whether or not the group should be readonly.",
2872
+ "values": []
2873
+ },
2874
+ {
2875
+ "name": "dense",
2876
+ "description": "Whether or not the group should be dense.",
2877
+ "values": []
2878
+ },
2879
+ {
2880
+ "name": "theme",
2881
+ "description": "The theme to use for the group.",
2882
+ "values": [{ "name": "ButtonToggleGroupTheme" }]
2883
+ }
2884
+ ],
2885
+ "references": []
2886
+ },
2914
2887
  {
2915
2888
  "name": "forge-deprecated-button",
2916
2889
  "description": "@deprecated Use the `<forge-button>` element instead.\n\n\n---\n",
@@ -2962,6 +2935,33 @@
2962
2935
  ],
2963
2936
  "references": []
2964
2937
  },
2938
+ {
2939
+ "name": "forge-button-toggle",
2940
+ "description": "\n---\n\n\n### **Events:**\n - **forge-button-toggle-select** - Dispatches when the user toggles the button.\n\n### **Slots:**\n - _default_ - The default/unnamed slot for the button toggle's content.\n- **start** - Typically reserved for content/icons that render logically before the default slot content.\n- **end** - Typically reserved content/icons that render logically after the default slot content.\n\n### **CSS Properties:**\n - **--forge-button-toggle-display** - The `display` style for the button toggle container element. _(default: undefined)_\n- **--forge-button-toggle-min-width** - The minimum width. _(default: undefined)_\n- **--forge-button-toggle-spacing** - The spacing between the button toggle and its content. _(default: undefined)_\n- **--forge-button-toggle-padding-block** - The padding on the block axis. _(default: undefined)_\n- **--forge-button-toggle-padding-inline** - The padding on the inline axis. _(default: undefined)_\n- **--forge-button-toggle-color** - The color of the button toggle content. _(default: undefined)_\n- **--forge-button-toggle-background** - The background of the button toggle. _(default: undefined)_\n- **--forge-button-toggle-cursor** - The cursor of the button toggle. _(default: undefined)_\n- **--forge-button-toggle-border-width** - The border-width of the button toggle. _(default: undefined)_\n- **--forge-button-toggle-border-style** - The border-style of the button toggle. _(default: undefined)_\n- **--forge-button-toggle-border-color** - The border-color of the button toggle. _(default: undefined)_\n- **--forge-button-toggle-shape** - The shape radius of the button toggle. _(default: undefined)_\n- **--forge-button-toggle-shape-start-start** - The start-start shape radius of the button toggle. _(default: undefined)_\n- **--forge-button-toggle-shape-start-end** - The start-end shape radius of the button toggle. _(default: undefined)_\n- **--forge-button-toggle-shape-end-start** - The end-start shape radius of the button toggle. _(default: undefined)_\n- **--forge-button-toggle-shape-end-end** - The end-end shape radius of the button toggle. _(default: undefined)_\n- **--forge-button-toggle-selected-background** - The background of the button toggle when selected. _(default: undefined)_\n- **--forge-button-toggle-selected-color** - The color of the button toggle content when selected. _(default: undefined)_\n- **--forge-button-toggle-selected-disabled-background** - The background of the button toggle when selected and disabled. _(default: undefined)_\n- **--forge-button-toggle-disabled-opacity** - The opacity of the button toggle when disabled. _(default: undefined)_\n- **--forge-button-toggle-disabled-cursor** - The cursor of the button toggle when disabled. _(default: undefined)_\n- **--forge-button-toggle-disabled-color** - The color of the button toggle content when disabled. _(default: undefined)_\n- **--forge-button-toggle-disabled-background** - The background of the button toggle when disabled. _(default: undefined)_\n- **--forge-button-toggle-transition-duration** - The transition-duration of various properties. _(default: undefined)_\n- **--forge-button-toggle-transition-timing** - The transition-timing of various properties. _(default: undefined)_\n\n### **CSS Parts:**\n - **root** - The root container element.\n- **focus-indicator** - The focus indicator element.\n- **state-layer** - The state layer surface element.",
2941
+ "attributes": [
2942
+ {
2943
+ "name": "value",
2944
+ "description": "The value of the button toggle.",
2945
+ "values": []
2946
+ },
2947
+ {
2948
+ "name": "selected",
2949
+ "description": "Whether or not the button is selected.",
2950
+ "values": []
2951
+ },
2952
+ {
2953
+ "name": "disabled",
2954
+ "description": "Whether or not the button is disabled.",
2955
+ "values": []
2956
+ },
2957
+ {
2958
+ "name": "readonly",
2959
+ "description": "Whether or not the button is readonly.",
2960
+ "values": []
2961
+ }
2962
+ ],
2963
+ "references": []
2964
+ },
2965
2965
  {
2966
2966
  "name": "forge-modal-drawer",
2967
2967
  "description": "\n---\n\n\n### **Events:**\n - **forge-modal-drawer-close** - Dispatched when the modal drawer is closed by clicking the backdrop.\n- **forge-drawer-after-open** - Dispatched after the drawer has opened.\n- **forge-drawer-after-close** - Dispatched after the drawer has closed.\n\n### **Slots:**\n - _default_ - The content to display in the scrollable content container.\n- **header** - The header content above the main content.\n- **footer** - The footer content below the main content.\n\n### **CSS Properties:**\n - **--forge-drawer-width** - The width of the drawer. _(default: undefined)_\n- **--forge-drawer-background** - The background color of the drawer. _(default: undefined)_\n- **--forge-drawer-border-color** - The border of the drawer. _(default: undefined)_\n- **--forge-drawer-border-width** - The border width of the drawer. _(default: undefined)_\n- **--forge-drawer-transition-duration** - The transition duration of the drawer. _(default: undefined)_\n- **--forge-drawer-transition-easing** - The transition timing function of the drawer. _(default: undefined)_\n- **--forge-drawer-duration-close** - The duration of the drawer closing animation. _(default: undefined)_\n\n### **CSS Parts:**\n - **root** - The component's root element.\n- **content** - The content container element.\n- **backdrop** - The backdrop root element.",
@@ -3696,63 +3696,6 @@
3696
3696
  ],
3697
3697
  "references": []
3698
3698
  },
3699
- {
3700
- "name": "forge-step",
3701
- "description": "\n---\n\n\n### **Slots:**\n - _default_ - The content of the step.\n- **optional** - The optional content of the step.\n- **expansion-content** - The content of the step expansion.\n\n### **CSS Properties:**\n - **--forge-step-primary-color** - The primary color of the step. Defaults to the primary theme. _(default: undefined)_\n- **--forge-step-text-color** - The text color of the step. Defaults to the on-primary theme. _(default: undefined)_\n- **--forge-step-border-radius** - The border radius of the step. Defaults to the extra-large shape. _(default: undefined)_\n- **--forge-step-border-radius-vertical** - The border radius of the step in vertical mode. Defaults to the medium shape. _(default: undefined)_\n- **--forge-step-disabled-text-color** - The text color of the step when disabled. Defaults to the text-low theme. _(default: undefined)_\n- **--forge-step-disabled-color** - The color of the step when disabled. Defaults to the surface-container-minimum theme. _(default: undefined)_\n- **--forge-step-icon-fill** - The fill color of the step icon. Defaults to unset. _(default: undefined)_\n- **--forge-step-icon-fill-active** - The fill color of the step icon when active. Defaults to the primary color. _(default: undefined)_\n- **--forge-step-icon-text-color** - The text color of the step icon. Defaults to the primary theme. _(default: undefined)_\n- **--forge-step-icon-text-color-active** - The text color of the step icon when active. Defaults to the on-primary theme. _(default: undefined)_\n- **--forge-step-icon-content-size** - The size of the step icon content. Defaults to 24px. _(default: undefined)_\n- **--forge-step-icon-size** - The size of the step icon. Defaults to 0.875em. _(default: undefined)_\n- **--forge-step-icon-transition-duration** - The duration of the step icon transition. Defaults to the medium4 animation duration. _(default: undefined)_\n- **--forge-step-icon-transition-easing** - The easing of the step icon transition. Defaults to the standard animation easing. _(default: undefined)_\n- **--forge-step-line-color** - The color of the step line. Defaults to the outline theme. _(default: undefined)_\n- **--forge-step-line-min-width** - The minimum width of the step line. Defaults to 10px. _(default: undefined)_\n- **--forge-step-line-min-width-clustered** - The minimum width of the step line when clustered. Defaults to 25px. _(default: undefined)_\n- **--forge-step-label-color** - The color of the step label. Defaults to the text-high theme. _(default: undefined)_\n- **--forge-step-sub-label-color** - The color of the step sub-label. Defaults to the text-medium theme. _(default: undefined)_\n- **--forge-step-error-color** - The color of the step error. Defaults to the error theme. _(default: undefined)_\n- **--forge-step-error-text-color** - The text color of the step error. Defaults to the on-error theme. _(default: undefined)_\n- **--forge-step-expansion-panel-border-left-width** - The border left width of the step expansion panel. Defaults to 1px. _(default: undefined)_\n- **--forge-step-expansion-panel-margin-bottom** - The margin bottom of the step expansion panel. Defaults to 4px. _(default: undefined)_\n- **--forge-step-expansion-panel-margin-left** - The margin left of the step expansion panel. Defaults to 60px. _(default: undefined)_\n- **--forge-step-expansion-panel-margin-top** - The margin top of the step expansion panel. Defaults to 4px. _(default: undefined)_\n- **--forge-step-expansion-panel-icon-color** - The color of the step expansion panel icon. Defaults to the text-medium theme. _(default: undefined)_\n\n### **CSS Parts:**\n - **root** - The root element.\n- **step** - The step container element.\n- **before** - The line before the step.\n- **after** - The line after the step.\n- **icon-container** - The icon container element.\n- **icon-content** - The icon content element.\n- **icon** - The icon element.\n- **index** - The index content container.\n- **text-container** - The text container element.\n- **title-container** - The title container element.\n- **subtitle-container** - The subtitle container element.\n- **state-layer** - The state layer surface element.\n- **focus-indicator** - The focus indicator element.",
3702
- "attributes": [
3703
- {
3704
- "name": "alternative",
3705
- "description": "Whether the step is in alternative mode.",
3706
- "values": []
3707
- },
3708
- {
3709
- "name": "completed",
3710
- "description": "Whether the step is completed.",
3711
- "values": []
3712
- },
3713
- {
3714
- "name": "editable",
3715
- "description": "Whether the step is editable.",
3716
- "values": []
3717
- },
3718
- {
3719
- "name": "error",
3720
- "description": "Whether the step has an error.",
3721
- "values": []
3722
- },
3723
- {
3724
- "name": "selected",
3725
- "description": "Whether the step is selected.",
3726
- "values": []
3727
- },
3728
- {
3729
- "name": "disabled",
3730
- "description": "Whether the step is disabled.",
3731
- "values": []
3732
- },
3733
- {
3734
- "name": "vertical",
3735
- "description": "Whether the step is in vertical mode.",
3736
- "values": []
3737
- },
3738
- {
3739
- "name": "expanded",
3740
- "description": "Whether the step is expanded.",
3741
- "values": []
3742
- },
3743
- {
3744
- "name": "ignore-user-expansion",
3745
- "description": "Whether the step should ignore user expansion.",
3746
- "values": []
3747
- },
3748
- {
3749
- "name": "index",
3750
- "description": "The index of the step.",
3751
- "values": []
3752
- }
3753
- ],
3754
- "references": []
3755
- },
3756
3699
  {
3757
3700
  "name": "forge-stepper",
3758
3701
  "description": "\n---\n\n\n### **Events:**\n - **forge-step-select** - Emits the index when a step is selected.\n- **forge-step-expanded-content-focusin** - Emits the step component when the expanded content is focused.\n- **forge-step-expanded-content-focusout** - Emits the step component when the expanded content is blurred.",
@@ -3832,6 +3775,69 @@
3832
3775
  ],
3833
3776
  "references": []
3834
3777
  },
3778
+ {
3779
+ "name": "forge-step",
3780
+ "description": "\n---\n\n\n### **Slots:**\n - _default_ - The content of the step.\n- **optional** - The optional content of the step.\n- **expansion-content** - The content of the step expansion.\n\n### **CSS Properties:**\n - **--forge-step-primary-color** - The primary color of the step. Defaults to the primary theme. _(default: undefined)_\n- **--forge-step-text-color** - The text color of the step. Defaults to the on-primary theme. _(default: undefined)_\n- **--forge-step-border-radius** - The border radius of the step. Defaults to the extra-large shape. _(default: undefined)_\n- **--forge-step-border-radius-vertical** - The border radius of the step in vertical mode. Defaults to the medium shape. _(default: undefined)_\n- **--forge-step-disabled-text-color** - The text color of the step when disabled. Defaults to the text-low theme. _(default: undefined)_\n- **--forge-step-disabled-color** - The color of the step when disabled. Defaults to the surface-container-minimum theme. _(default: undefined)_\n- **--forge-step-icon-fill** - The fill color of the step icon. Defaults to unset. _(default: undefined)_\n- **--forge-step-icon-fill-active** - The fill color of the step icon when active. Defaults to the primary color. _(default: undefined)_\n- **--forge-step-icon-text-color** - The text color of the step icon. Defaults to the primary theme. _(default: undefined)_\n- **--forge-step-icon-text-color-active** - The text color of the step icon when active. Defaults to the on-primary theme. _(default: undefined)_\n- **--forge-step-icon-content-size** - The size of the step icon content. Defaults to 24px. _(default: undefined)_\n- **--forge-step-icon-size** - The size of the step icon. Defaults to 0.875em. _(default: undefined)_\n- **--forge-step-icon-transition-duration** - The duration of the step icon transition. Defaults to the medium4 animation duration. _(default: undefined)_\n- **--forge-step-icon-transition-easing** - The easing of the step icon transition. Defaults to the standard animation easing. _(default: undefined)_\n- **--forge-step-line-color** - The color of the step line. Defaults to the outline theme. _(default: undefined)_\n- **--forge-step-line-min-width** - The minimum width of the step line. Defaults to 10px. _(default: undefined)_\n- **--forge-step-line-min-width-clustered** - The minimum width of the step line when clustered. Defaults to 25px. _(default: undefined)_\n- **--forge-step-label-color** - The color of the step label. Defaults to the text-high theme. _(default: undefined)_\n- **--forge-step-sub-label-color** - The color of the step sub-label. Defaults to the text-medium theme. _(default: undefined)_\n- **--forge-step-error-color** - The color of the step error. Defaults to the error theme. _(default: undefined)_\n- **--forge-step-error-text-color** - The text color of the step error. Defaults to the on-error theme. _(default: undefined)_\n- **--forge-step-expansion-panel-border-left-width** - The border left width of the step expansion panel. Defaults to 1px. _(default: undefined)_\n- **--forge-step-expansion-panel-margin-bottom** - The margin bottom of the step expansion panel. Defaults to 4px. _(default: undefined)_\n- **--forge-step-expansion-panel-margin-left** - The margin left of the step expansion panel. Defaults to 60px. _(default: undefined)_\n- **--forge-step-expansion-panel-margin-top** - The margin top of the step expansion panel. Defaults to 4px. _(default: undefined)_\n- **--forge-step-expansion-panel-icon-color** - The color of the step expansion panel icon. Defaults to the text-medium theme. _(default: undefined)_\n\n### **CSS Parts:**\n - **root** - The root element.\n- **step** - The step container element.\n- **before** - The line before the step.\n- **after** - The line after the step.\n- **icon-container** - The icon container element.\n- **icon-content** - The icon content element.\n- **icon** - The icon element.\n- **index** - The index content container.\n- **text-container** - The text container element.\n- **title-container** - The title container element.\n- **subtitle-container** - The subtitle container element.\n- **state-layer** - The state layer surface element.\n- **focus-indicator** - The focus indicator element.",
3781
+ "attributes": [
3782
+ {
3783
+ "name": "alternative",
3784
+ "description": "Whether the step is in alternative mode.",
3785
+ "values": []
3786
+ },
3787
+ {
3788
+ "name": "completed",
3789
+ "description": "Whether the step is completed.",
3790
+ "values": []
3791
+ },
3792
+ {
3793
+ "name": "editable",
3794
+ "description": "Whether the step is editable.",
3795
+ "values": []
3796
+ },
3797
+ {
3798
+ "name": "error",
3799
+ "description": "Whether the step has an error.",
3800
+ "values": []
3801
+ },
3802
+ {
3803
+ "name": "selected",
3804
+ "description": "Whether the step is selected.",
3805
+ "values": []
3806
+ },
3807
+ {
3808
+ "name": "disabled",
3809
+ "description": "Whether the step is disabled.",
3810
+ "values": []
3811
+ },
3812
+ {
3813
+ "name": "vertical",
3814
+ "description": "Whether the step is in vertical mode.",
3815
+ "values": []
3816
+ },
3817
+ {
3818
+ "name": "expanded",
3819
+ "description": "Whether the step is expanded.",
3820
+ "values": []
3821
+ },
3822
+ {
3823
+ "name": "ignore-user-expansion",
3824
+ "description": "Whether the step should ignore user expansion.",
3825
+ "values": []
3826
+ },
3827
+ {
3828
+ "name": "index",
3829
+ "description": "The index of the step.",
3830
+ "values": []
3831
+ }
3832
+ ],
3833
+ "references": []
3834
+ },
3835
+ {
3836
+ "name": "forge-view",
3837
+ "description": "\n---\n",
3838
+ "attributes": [],
3839
+ "references": []
3840
+ },
3835
3841
  {
3836
3842
  "name": "forge-tab-bar",
3837
3843
  "description": "Tabs organize content across different screens and views.\n---\n\n\n### **Events:**\n - **forge-tab-bar-change** - Dispatches when the active tab changes.\n\n### **CSS Properties:**\n - **--forge-tab-bar-justify** - The `justify-content` value for the tab bar flex container. _(default: undefined)_\n- **--forge-tab-bar-stretch** - The `flex` value for the child `<forge-tab>` elements. _(default: undefined)_\n- **--forge-tab-bar-divider-color** - The color of the divider. _(default: undefined)_\n- **--forge-tab-bar-divider-thickness** - The thickness of the divider. _(default: undefined)_\n\n### **CSS Parts:**\n - **container** - The container element.\n- **scroll-container** - The scroll container element.",
@@ -3878,12 +3884,6 @@
3878
3884
  }
3879
3885
  ],
3880
3886
  "references": []
3881
- },
3882
- {
3883
- "name": "forge-view",
3884
- "description": "\n---\n",
3885
- "attributes": [],
3886
- "references": []
3887
3887
  }
3888
3888
  ]
3889
3889
  }