@momentum-design/components 0.129.14 → 0.129.15

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.
@@ -1046,7 +1046,7 @@
1046
1046
  }
1047
1047
  },
1048
1048
  {
1049
- "description": "Borer color of the button",
1049
+ "description": "Border color of the button",
1050
1050
  "name": "--mdc-button-border-color",
1051
1051
  "inheritedFrom": {
1052
1052
  "name": "Buttonsimple",
@@ -1640,7 +1640,17 @@
1640
1640
  },
1641
1641
  "tagName": "mdc-alertchip",
1642
1642
  "jsDoc": "/**\n * mdc-alertchip component is an interactive chip that consumers can use to represent an alert.\n *\n * - It supports a leading icon along with label.\n * - It supports 5 variants of alerts - neutral, warning, error, success, and informational\n *\n * This component is built by extending Buttonsimple.\n *\n * @tagname mdc-alertchip\n *\n * @dependency mdc-icon\n * @dependency mdc-text\n *\n * @cssproperty --mdc-chip-color - The color of the label text\n * @cssproperty --mdc-chip-icon-color - The color of the icon\n * @cssproperty --mdc-chip-border-color - The border color of the alertchip\n * @cssproperty --mdc-chip-background-color - The background color of the alertchip\n *\n * @csspart icon - The alert icon\n * @csspart label - The text label of the alertchip\n *\n * @event click - (React: onClick) This event is dispatched when the chip is clicked.\n * @event keydown - (React: onKeyDown) This event is dispatched when a key is pressed down on the chip.\n * @event keyup - (React: onKeyUp) This event is dispatched when a key is released on the chip.\n * @event focus - (React: onFocus) This event is dispatched when the chip receives focus.\n */",
1643
- "customElement": true
1643
+ "customElement": true,
1644
+ "slots": [
1645
+ {
1646
+ "description": "Text label of the button.",
1647
+ "name": "",
1648
+ "inheritedFrom": {
1649
+ "name": "Buttonsimple",
1650
+ "module": "src/components/buttonsimple/buttonsimple.component.ts"
1651
+ }
1652
+ }
1653
+ ]
1644
1654
  }
1645
1655
  ],
1646
1656
  "exports": [
@@ -3628,7 +3638,7 @@
3628
3638
  }
3629
3639
  },
3630
3640
  {
3631
- "description": "Borer color of the button",
3641
+ "description": "Border color of the button",
3632
3642
  "name": "--mdc-button-border-color",
3633
3643
  "inheritedFrom": {
3634
3644
  "name": "Buttonsimple",
@@ -4362,7 +4372,17 @@
4362
4372
  },
4363
4373
  "tagName": "mdc-avatarbutton",
4364
4374
  "jsDoc": "/**\n * The `mdc-avatarbutton` component is an interactive, clickable version of `mdc-avatar`.\n * It wraps the avatar component in a button, making it focusable and actionable.\n *\n * This component extends `buttonsimple` and includes all avatar display features (photo, initials, icon, counter, presence).\n * Use CSS parts to customize the avatar's appearance inside the button.\n *\n * ## Accessibility\n * - Always provide an `aria-label` attribute to describe the button's purpose\n *\n * @dependency mdc-avatar\n *\n * @event click - (React: onClick) Dispatched when the avatar button is clicked.\n * @event keydown - (React: onKeyDown) Dispatched when a key is pressed on the avatar button.\n * @event keyup - (React: onKeyUp) Dispatched when a key is released on the avatar button.\n * @event focus - (React: onFocus) Dispatched when the avatar button receives focus.\n *\n * @tagname mdc-avatarbutton\n *\n * @cssproperty --mdc-avatarbutton-overlay-background-color-rest - Background color of the overlay in rest state.\n * @cssproperty --mdc-avatarbutton-overlay-background-color-hover - Background color of the overlay in hover state.\n * @cssproperty --mdc-avatarbutton-overlay-background-color-active - Background color of the overlay in active state.\n *\n * @csspart overlay - The overlay part of the avatar button.\n * @csspart content - The main content of the avatar.\n * @csspart photo - The photo part of the avatar.\n * @csspart presence - The presence indicator part of the avatar.\n * @csspart loading-wrapper - The wrapper for the loading indicator of the avatar.\n * @csspart loader - The loading indicator part of the avatar.\n */",
4365
- "customElement": true
4375
+ "customElement": true,
4376
+ "slots": [
4377
+ {
4378
+ "description": "Text label of the button.",
4379
+ "name": "",
4380
+ "inheritedFrom": {
4381
+ "name": "Buttonsimple",
4382
+ "module": "src/components/buttonsimple/buttonsimple.component.ts"
4383
+ }
4384
+ }
4385
+ ]
4366
4386
  }
4367
4387
  ],
4368
4388
  "exports": [
@@ -5088,7 +5108,7 @@
5088
5108
  "text": "Size"
5089
5109
  },
5090
5110
  "privacy": "public",
5091
- "description": "Size of the bullet\n\nPossible values: 'small', 'medium', 'large'",
5111
+ "description": "Specifies the size of the bullet visual indicator.\n\n- `small` (default): 0.25rem (4px) - Compact bullet for dense layouts\n- `medium`: 0.5rem (8px) - Standard bullet for most use cases\n- `large`: 1rem (16px) - Prominent bullet for emphasis",
5092
5112
  "default": "small",
5093
5113
  "attribute": "size",
5094
5114
  "reflects": true
@@ -5100,7 +5120,7 @@
5100
5120
  "type": {
5101
5121
  "text": "Size"
5102
5122
  },
5103
- "description": "Size of the bullet\n\nPossible values: 'small', 'medium', 'large'",
5123
+ "description": "Specifies the size of the bullet visual indicator.\n\n- `small` (default): 0.25rem (4px) - Compact bullet for dense layouts\n- `medium`: 0.5rem (8px) - Standard bullet for most use cases\n- `large`: 1rem (16px) - Prominent bullet for emphasis",
5104
5124
  "default": "small",
5105
5125
  "fieldName": "size"
5106
5126
  }
@@ -5131,7 +5151,7 @@
5131
5151
  "declarations": [
5132
5152
  {
5133
5153
  "kind": "class",
5134
- "description": "`mdc-button` is a component that can be configured in various ways to suit different use cases.\n\nButton Variants:\n- **Primary**: Solid background color.\n- **Secondary**: Transparent background with a solid border.\n- **Tertiary**: No background or border, appears as plain text but retains all button functionalities.\n\nButton Colors:\n- **Positive**: Green color.\n- **Negative**: Red color.\n- **Accent**: Blue color.\n- **Promotional**: Purple color.\n- **Default**: White color.\n\nButton Sizes (in REM units):\n- **Pill button**: 40, 32, 28, 24.\n- **Icon button**: 64, 52, 40, 32, 28, 24.\n- **Tertiary icon button**: 20.\n\nButton Types:\n- **Pill button**: A button that contains text value. Commonly used for call to action, tags, or filters.\n- **Pill button with icons**: A button containing an icon either on the left or right side of the button.\n- **Icon button**: A button represented by just an icon without any text.\nThe type of button is inferred based on the presence of slot and/or prefix and postfix icons/slots.",
5154
+ "description": "`mdc-button` is a component that can be configured in various ways to suit different use cases.\n\n## Button configuration\n\nThe appearance of the button depends on combination of multiple attributes.\n\n### Button Types\n\nThe type of button is inferred based on the presence of slot and/or prefix and postfix icons/slots:\n\n- **Pill button**: Contains text value, commonly used for call to action, tags, or filters\n- **Pill button with icons**: Contains an icon on the left or right side of the button\n- **Icon button**: Represented by just an icon without any text\n\n### Button Variants:\n\nOptions for button backgrounds and borders:\n\n- **Primary**: Solid background color\n- **Secondary**: Transparent background with solid border\n- **Tertiary**: No background or border, text-only appearance\n\n### Button Colors\n\nColor options for **Primary** and **Secondary** buttons:\n\n- **Default**: For standard actions\n- **Positive**: For success or confirmation actions\n- **Negative**: For destructive or error actions\n- **Accent**: For informational actions\n- **Promotional**: For promotional actions\n\n### Button Sizes\n\nSize options for different button configurations in REM:\n\n- **Pill button**: 40, 32, 28, 24\n- **Icon button**: 64, 52, 40, 32, 28, 24\n- **Tertiary icon button**: 20",
5135
5155
  "name": "Button",
5136
5156
  "cssProperties": [
5137
5157
  {
@@ -5191,12 +5211,24 @@
5191
5211
  {
5192
5212
  "description": "Content after the text label, passed in `postfix` slot",
5193
5213
  "name": "postfix"
5214
+ },
5215
+ {
5216
+ "description": "Icon element displayed before the text label when `prefix-icon` attribute is set",
5217
+ "name": "prefix-icon"
5218
+ },
5219
+ {
5220
+ "description": "Icon element displayed after the text label when `postfix-icon` attribute is set",
5221
+ "name": "postfix-icon"
5194
5222
  }
5195
5223
  ],
5196
5224
  "slots": [
5197
5225
  {
5198
5226
  "description": "Text label of the button.",
5199
- "name": ""
5227
+ "name": "",
5228
+ "inheritedFrom": {
5229
+ "name": "Buttonsimple",
5230
+ "module": "src/components/buttonsimple/buttonsimple.component.ts"
5231
+ }
5200
5232
  },
5201
5233
  {
5202
5234
  "description": "Content to be displayed before the text label.",
@@ -5259,7 +5291,7 @@
5259
5291
  "type": {
5260
5292
  "text": "ButtonColor"
5261
5293
  },
5262
- "description": "There are 5 colors for button: positive, negative, accent, promotional, default.",
5294
+ "description": "The semantic color of the button.\n- `positive`: For success or confirmation actions\n- `negative`: For destructive or error actions\n- `accent`: For informational actions\n- `promotional`: For promotional actions\n- `default`: For standard actions\n\nNote: Tertiary buttons always use default color.",
5263
5295
  "default": "default",
5264
5296
  "attribute": "color",
5265
5297
  "inheritedFrom": {
@@ -5377,7 +5409,7 @@
5377
5409
  "type": {
5378
5410
  "text": "boolean"
5379
5411
  },
5380
- "description": "The button color can be inverted by setting the inverted attribute to true.\n\nOnly applies when variant is set to `primary`, color is set to `default`\nand button is not `active`.",
5412
+ "description": "Inverts the button's color scheme for use on dark backgrounds.\nWhen enabled, the button adapts its colors to maintain proper contrast on inverted surfaces.\n\n**Requirements:**\n- Only works with `variant=\"primary\"`\n- Only works with `color=\"default\"`\n- Button must not be in `active` state\n\n**Use case:** Place buttons on dark-colored backgrounds or inverted theme sections.",
5381
5413
  "default": "false",
5382
5414
  "attribute": "inverted",
5383
5415
  "reflects": true
@@ -5402,7 +5434,7 @@
5402
5434
  "type": {
5403
5435
  "text": "IconNames | undefined"
5404
5436
  },
5405
- "description": "The name of the icon to display as a postfix.\nThe icon is displayed on the right side of the button.",
5437
+ "description": "The name of the icon to display after the button text (right side in LTR layouts).\nWhen set without text content, creates an icon-only button.\nIcons automatically change to their filled variant when the button is in active state.",
5406
5438
  "attribute": "postfix-icon",
5407
5439
  "reflects": true,
5408
5440
  "inheritedFrom": {
@@ -5416,7 +5448,7 @@
5416
5448
  "type": {
5417
5449
  "text": "IconNames | undefined"
5418
5450
  },
5419
- "description": "The name of the icon to display as a prefix.\nThe icon is displayed on the left side of the button.",
5451
+ "description": "The name of the icon to display before the button text (left side in LTR layouts).\nWhen set without text content, creates an icon-only button.\nIcons automatically change to their filled variant when the button is in active state.",
5420
5452
  "attribute": "prefix-icon",
5421
5453
  "reflects": true,
5422
5454
  "inheritedFrom": {
@@ -5582,7 +5614,7 @@
5582
5614
  "type": {
5583
5615
  "text": "ButtonSize"
5584
5616
  },
5585
- "description": "Button sizing is based on the button type.\n- **Pill button**: 40, 32, 28, 24.\n- **Icon button**: 64, 52, 40, 32, 28, 24.\n- Tertiary icon button can also be 20.",
5617
+ "description": "Specifies the size of the button in pixels. Available sizes depend on the button type:\n\n**Pill button** (with text):\n- `40`: Large size (2.5rem)\n- `32`: Default size (2rem)\n- `28`: Medium size (1.75rem)\n- `24`: Small size (1.5rem)\n\n**Icon button** (icon only):\n- `64`: Extra large (4rem)\n- `52`: Large (3.25rem)\n- `40`: Medium-large (2.5rem)\n- `32`: Default (2rem)\n- `28`: Medium (1.75rem)\n- `24`: Small (1.5rem)\n- `20`: Extra small (1.25rem) - Only available for tertiary variant",
5586
5618
  "default": "32",
5587
5619
  "attribute": "size",
5588
5620
  "reflects": true,
@@ -5665,7 +5697,7 @@
5665
5697
  "type": {
5666
5698
  "text": "ButtonVariant"
5667
5699
  },
5668
- "description": "There are 3 variants of button: primary, secondary, tertiary. They are styled differently.\n- **Primary**: Solid background color.\n- **Secondary**: Transparent background with a solid border.\n- **Tertiary**: No background or border, appears as plain text but retains all button functionalities.",
5700
+ "description": "The visual style variant of the button.\n- `primary`: Solid background color\n- `secondary`: Transparent background with solid border\n- `tertiary`: No background or border, text-only appearance",
5669
5701
  "default": "primary",
5670
5702
  "attribute": "variant",
5671
5703
  "inheritedFrom": {
@@ -5680,7 +5712,7 @@
5680
5712
  "type": {
5681
5713
  "text": "ButtonSize"
5682
5714
  },
5683
- "description": "Button sizing is based on the button type.\n- **Pill button**: 40, 32, 28, 24.\n- **Icon button**: 64, 52, 40, 32, 28, 24.\n- Tertiary icon button can also be 20.",
5715
+ "description": "Specifies the size of the button in pixels. Available sizes depend on the button type:\n\n**Pill button** (with text):\n- `40`: Large size (2.5rem)\n- `32`: Default size (2rem)\n- `28`: Medium size (1.75rem)\n- `24`: Small size (1.5rem)\n\n**Icon button** (icon only):\n- `64`: Extra large (4rem)\n- `52`: Large (3.25rem)\n- `40`: Medium-large (2.5rem)\n- `32`: Default (2rem)\n- `28`: Medium (1.75rem)\n- `24`: Small (1.5rem)\n- `20`: Extra small (1.25rem) - Only available for tertiary variant",
5684
5716
  "default": "32",
5685
5717
  "fieldName": "size",
5686
5718
  "inheritedFrom": {
@@ -5693,7 +5725,7 @@
5693
5725
  "type": {
5694
5726
  "text": "boolean"
5695
5727
  },
5696
- "description": "The button color can be inverted by setting the inverted attribute to true.\n\nOnly applies when variant is set to `primary`, color is set to `default`\nand button is not `active`.",
5728
+ "description": "Inverts the button's color scheme for use on dark backgrounds.\nWhen enabled, the button adapts its colors to maintain proper contrast on inverted surfaces.\n\n**Requirements:**\n- Only works with `variant=\"primary\"`\n- Only works with `color=\"default\"`\n- Button must not be in `active` state\n\n**Use case:** Place buttons on dark-colored backgrounds or inverted theme sections.",
5697
5729
  "default": "false",
5698
5730
  "fieldName": "inverted"
5699
5731
  },
@@ -5715,7 +5747,7 @@
5715
5747
  "type": {
5716
5748
  "text": "IconNames | undefined"
5717
5749
  },
5718
- "description": "The name of the icon to display as a prefix.\nThe icon is displayed on the left side of the button.",
5750
+ "description": "The name of the icon to display before the button text (left side in LTR layouts).\nWhen set without text content, creates an icon-only button.\nIcons automatically change to their filled variant when the button is in active state.",
5719
5751
  "fieldName": "prefixIcon",
5720
5752
  "inheritedFrom": {
5721
5753
  "name": "ButtonComponentMixin",
@@ -5727,7 +5759,7 @@
5727
5759
  "type": {
5728
5760
  "text": "IconNames | undefined"
5729
5761
  },
5730
- "description": "The name of the icon to display as a postfix.\nThe icon is displayed on the right side of the button.",
5762
+ "description": "The name of the icon to display after the button text (right side in LTR layouts).\nWhen set without text content, creates an icon-only button.\nIcons automatically change to their filled variant when the button is in active state.",
5731
5763
  "fieldName": "postfixIcon",
5732
5764
  "inheritedFrom": {
5733
5765
  "name": "ButtonComponentMixin",
@@ -5739,7 +5771,7 @@
5739
5771
  "type": {
5740
5772
  "text": "ButtonVariant"
5741
5773
  },
5742
- "description": "There are 3 variants of button: primary, secondary, tertiary. They are styled differently.\n- **Primary**: Solid background color.\n- **Secondary**: Transparent background with a solid border.\n- **Tertiary**: No background or border, appears as plain text but retains all button functionalities.",
5774
+ "description": "The visual style variant of the button.\n- `primary`: Solid background color\n- `secondary`: Transparent background with solid border\n- `tertiary`: No background or border, text-only appearance",
5743
5775
  "default": "primary",
5744
5776
  "fieldName": "variant",
5745
5777
  "inheritedFrom": {
@@ -5752,7 +5784,7 @@
5752
5784
  "type": {
5753
5785
  "text": "ButtonColor"
5754
5786
  },
5755
- "description": "There are 5 colors for button: positive, negative, accent, promotional, default.",
5787
+ "description": "The semantic color of the button.\n- `positive`: For success or confirmation actions\n- `negative`: For destructive or error actions\n- `accent`: For informational actions\n- `promotional`: For promotional actions\n- `default`: For standard actions\n\nNote: Tertiary buttons always use default color.",
5756
5788
  "default": "default",
5757
5789
  "fieldName": "color",
5758
5790
  "inheritedFrom": {
@@ -5887,7 +5919,7 @@
5887
5919
  "module": "/src/components/buttonsimple/buttonsimple.component"
5888
5920
  },
5889
5921
  "tagName": "mdc-button",
5890
- "jsDoc": "/**\n * `mdc-button` is a component that can be configured in various ways to suit different use cases.\n *\n * Button Variants:\n * - **Primary**: Solid background color.\n * - **Secondary**: Transparent background with a solid border.\n * - **Tertiary**: No background or border, appears as plain text but retains all button functionalities.\n *\n * Button Colors:\n * - **Positive**: Green color.\n * - **Negative**: Red color.\n * - **Accent**: Blue color.\n * - **Promotional**: Purple color.\n * - **Default**: White color.\n *\n * Button Sizes (in REM units):\n * - **Pill button**: 40, 32, 28, 24.\n * - **Icon button**: 64, 52, 40, 32, 28, 24.\n * - **Tertiary icon button**: 20.\n *\n * Button Types:\n * - **Pill button**: A button that contains text value. Commonly used for call to action, tags, or filters.\n * - **Pill button with icons**: A button containing an icon either on the left or right side of the button.\n * - **Icon button**: A button represented by just an icon without any text.\n * The type of button is inferred based on the presence of slot and/or prefix and postfix icons/slots.\n *\n * @dependency mdc-icon\n *\n * @tagname mdc-button\n *\n * @slot - Text label of the button.\n * @slot prefix - Content to be displayed before the text label.\n * @slot postfix - Content to be displayed after the text label.\n *\n * @csspart button-text - Text label of the button, passed in default slot\n * @csspart prefix - Content before the text label, passed in `prefix` slot\n * @csspart postfix - Content after the text label, passed in `postfix` slot\n *\n * @cssproperty --mdc-button-height - Height for button size\n * @cssproperty --mdc-button-background - Background of the button\n * @cssproperty --mdc-button-border-color - Borer color of the button\n * @cssproperty --mdc-button-text-color - Text color of the button\n * @cssproperty --mdc-button-prefix-icon-size - Size of the prefix icon\n * @cssproperty --mdc-button-postfix-icon-size - Size of the postfix icon\n * @cssproperty --mdc-button-line-height - Line height of the button text\n */",
5922
+ "jsDoc": "/**\n * `mdc-button` is a component that can be configured in various ways to suit different use cases.\n *\n * ## Button configuration\n *\n * The appearance of the button depends on combination of multiple attributes.\n *\n * ### Button Types\n * \n * The type of button is inferred based on the presence of slot and/or prefix and postfix icons/slots:\n * \n * - **Pill button**: Contains text value, commonly used for call to action, tags, or filters\n * - **Pill button with icons**: Contains an icon on the left or right side of the button\n * - **Icon button**: Represented by just an icon without any text\n * \n * ### Button Variants:\n *\n * Options for button backgrounds and borders:\n * \n * - **Primary**: Solid background color\n * - **Secondary**: Transparent background with solid border\n * - **Tertiary**: No background or border, text-only appearance\n *\n * ### Button Colors\n * \n * Color options for **Primary** and **Secondary** buttons:\n *\n * - **Default**: For standard actions\n * - **Positive**: For success or confirmation actions\n * - **Negative**: For destructive or error actions\n * - **Accent**: For informational actions\n * - **Promotional**: For promotional actions\n *\n * ### Button Sizes\n * \n * Size options for different button configurations in REM:\n * \n * - **Pill button**: 40, 32, 28, 24\n * - **Icon button**: 64, 52, 40, 32, 28, 24\n * - **Tertiary icon button**: 20\n *\n * @dependency mdc-icon\n *\n * @tagname mdc-button\n *\n * @slot - Text label of the button.\n * @slot prefix - Content to be displayed before the text label.\n * @slot postfix - Content to be displayed after the text label.\n *\n * @csspart button-text - Text label of the button, passed in default slot\n * @csspart prefix - Content before the text label, passed in `prefix` slot\n * @csspart postfix - Content after the text label, passed in `postfix` slot\n * @csspart prefix-icon - Icon element displayed before the text label when `prefix-icon` attribute is set\n * @csspart postfix-icon - Icon element displayed after the text label when `postfix-icon` attribute is set\n *\n * @cssproperty --mdc-button-height - Height for button size\n * @cssproperty --mdc-button-background - Background of the button\n * @cssproperty --mdc-button-border-color - Borer color of the button\n * @cssproperty --mdc-button-text-color - Text color of the button\n * @cssproperty --mdc-button-prefix-icon-size - Size of the prefix icon\n * @cssproperty --mdc-button-postfix-icon-size - Size of the postfix icon\n * @cssproperty --mdc-button-line-height - Line height of the button text\n */",
5891
5923
  "customElement": true,
5892
5924
  "events": [
5893
5925
  {
@@ -5946,7 +5978,7 @@
5946
5978
  "declarations": [
5947
5979
  {
5948
5980
  "kind": "class",
5949
- "description": "buttongroup component, is a wrapper to group multiple buttons.\nIt can support icon buttons, combination of icon and pill buttons, and text buttons.\nButton group can be positioned in horizontal orientation and vertical orientation.\n\nThe sizes of buttons within the button group can be set using the `size` attribute on the button group,\nwhich will apply the size to all buttons within the group.\n\nButtons of sizes 24, 28, 32, and 40 are only supported inside a button group. Default size is 28.\n\nThe variant of buttons within the button group can be set using the `variant` attribute on the button group,\nwhich will apply the variant to all buttons within the group. Default variant is `primary`.\n\nAll buttons are placed horizontally by default. To change the orientation to vertical, set the `orientation` attribute to `vertical`.\n\nThings to note:\n- Button group will allow only `mdc-button` components as its direct children.\n- Button group will set the `size` and `variant` attributes on the buttons within it,\n so any `size` or `variant` set directly on any button will be overridden.",
5981
+ "description": "`mdc-buttongroup` is a wrapper component that groups multiple buttons together.\n\n## Supported button types\n- Icon buttons\n- Pill buttons\n- Combination of icon and pill buttons\n\n## Features\n- Horizontal or vertical orientation\n- Unified size and variant applied to all child buttons\n- Optional compact mode for reduced height\n- Supported sizes: 24, 28 (default), 32, 40\n\n## Usage\n- Only `mdc-button` components are allowed as direct children\n- The `size` and `variant` set on buttongroup override individual button settings",
5950
5982
  "name": "ButtonGroup",
5951
5983
  "cssProperties": [
5952
5984
  {
@@ -5982,7 +6014,7 @@
5982
6014
  "text": "boolean"
5983
6015
  },
5984
6016
  "default": "false",
5985
- "description": "When this is true, the buttons within the buttongroup will be compact.\ni.e. Irrespective of the size of the buttons, they will have a height of 24px.",
6017
+ "description": "Enables compact mode with reduced height.\nWhen true, all buttons have a fixed height of 24px regardless of their size setting.\nUseful for space-constrained layouts.",
5986
6018
  "attribute": "compact",
5987
6019
  "reflects": true
5988
6020
  },
@@ -5992,7 +6024,7 @@
5992
6024
  "type": {
5993
6025
  "text": "ButtonGroupOrientation"
5994
6026
  },
5995
- "description": "Orientation of the buttongroup.",
6027
+ "description": "Layout direction of the buttons within the group.\n- `horizontal`: Buttons are arranged side by side (default)\n- `vertical`: Buttons are stacked vertically",
5996
6028
  "default": "'horizontal'",
5997
6029
  "attribute": "orientation",
5998
6030
  "reflects": true
@@ -6003,8 +6035,8 @@
6003
6035
  "type": {
6004
6036
  "text": "ButtonGroupSize"
6005
6037
  },
6006
- "description": "Size of the buttons within the buttongroup.",
6007
- "default": "'28'",
6038
+ "description": "Size applied to all buttons in the group.\nAvailable sizes: 24, 28, 32, 40",
6039
+ "default": "28",
6008
6040
  "attribute": "size",
6009
6041
  "reflects": true
6010
6042
  },
@@ -6014,7 +6046,7 @@
6014
6046
  "type": {
6015
6047
  "text": "ButtonGroupVariant"
6016
6048
  },
6017
- "description": "Variant of the buttons within the buttongroup.",
6049
+ "description": "Visual style variant applied to all buttons in the group.\n- `primary`: Solid background color\n- `secondary`: Transparent background with solid border\n- `tertiary`: No background or border, text-only appearance",
6018
6050
  "default": "'primary'",
6019
6051
  "attribute": "variant",
6020
6052
  "reflects": true
@@ -6026,7 +6058,7 @@
6026
6058
  "type": {
6027
6059
  "text": "ButtonGroupOrientation"
6028
6060
  },
6029
- "description": "Orientation of the buttongroup.",
6061
+ "description": "Layout direction of the buttons within the group.\n- `horizontal`: Buttons are arranged side by side (default)\n- `vertical`: Buttons are stacked vertically",
6030
6062
  "default": "'horizontal'",
6031
6063
  "fieldName": "orientation"
6032
6064
  },
@@ -6035,7 +6067,7 @@
6035
6067
  "type": {
6036
6068
  "text": "ButtonGroupVariant"
6037
6069
  },
6038
- "description": "Variant of the buttons within the buttongroup.",
6070
+ "description": "Visual style variant applied to all buttons in the group.\n- `primary`: Solid background color\n- `secondary`: Transparent background with solid border\n- `tertiary`: No background or border, text-only appearance",
6039
6071
  "default": "'primary'",
6040
6072
  "fieldName": "variant"
6041
6073
  },
@@ -6044,8 +6076,8 @@
6044
6076
  "type": {
6045
6077
  "text": "ButtonGroupSize"
6046
6078
  },
6047
- "description": "Size of the buttons within the buttongroup.",
6048
- "default": "'28'",
6079
+ "description": "Size applied to all buttons in the group.\nAvailable sizes: 24, 28, 32, 40",
6080
+ "default": "28",
6049
6081
  "fieldName": "size"
6050
6082
  },
6051
6083
  {
@@ -6054,7 +6086,7 @@
6054
6086
  "text": "boolean"
6055
6087
  },
6056
6088
  "default": "false",
6057
- "description": "When this is true, the buttons within the buttongroup will be compact.\ni.e. Irrespective of the size of the buttons, they will have a height of 24px.",
6089
+ "description": "Enables compact mode with reduced height.\nWhen true, all buttons have a fixed height of 24px regardless of their size setting.\nUseful for space-constrained layouts.",
6058
6090
  "fieldName": "compact"
6059
6091
  }
6060
6092
  ],
@@ -6063,7 +6095,7 @@
6063
6095
  "module": "/src/models"
6064
6096
  },
6065
6097
  "tagName": "mdc-buttongroup",
6066
- "jsDoc": "/**\n * buttongroup component, is a wrapper to group multiple buttons.\n * It can support icon buttons, combination of icon and pill buttons, and text buttons.\n * Button group can be positioned in horizontal orientation and vertical orientation.\n *\n * The sizes of buttons within the button group can be set using the `size` attribute on the button group,\n * which will apply the size to all buttons within the group.\n *\n * Buttons of sizes 24, 28, 32, and 40 are only supported inside a button group. Default size is 28.\n *\n * The variant of buttons within the button group can be set using the `variant` attribute on the button group,\n * which will apply the variant to all buttons within the group. Default variant is `primary`.\n *\n * All buttons are placed horizontally by default. To change the orientation to vertical, set the `orientation` attribute to `vertical`.\n *\n * Things to note:\n * - Button group will allow only `mdc-button` components as its direct children.\n * - Button group will set the `size` and `variant` attributes on the buttons within it,\n * so any `size` or `variant` set directly on any button will be overridden.\n *\n * @tagname mdc-buttongroup\n *\n * @slot default - This is a default/unnamed slot, which contains the buttons\n *\n * @cssproperty --mdc-buttongroup-border-radius - The border radius of the buttongroup\n * @cssproperty --mdc-buttongroup-border-color - The border color of the buttongroup\n * @cssproperty --mdc-buttongroup-divider-color - The color of the divider between buttons within the buttongroup\n *\n * @csspart container - The container of the buttongroup.\n */",
6098
+ "jsDoc": "/**\n * `mdc-buttongroup` is a wrapper component that groups multiple buttons together.\n *\n * ## Supported button types\n * - Icon buttons\n * - Pill buttons\n * - Combination of icon and pill buttons\n *\n * ## Features\n * - Horizontal or vertical orientation\n * - Unified size and variant applied to all child buttons\n * - Optional compact mode for reduced height\n * - Supported sizes: 24, 28 (default), 32, 40\n *\n * ## Usage\n * - Only `mdc-button` components are allowed as direct children\n * - The `size` and `variant` set on buttongroup override individual button settings\n *\n * @tagname mdc-buttongroup\n *\n * @slot default - This is a default/unnamed slot, which contains the buttons\n *\n * @cssproperty --mdc-buttongroup-border-radius - The border radius of the buttongroup\n * @cssproperty --mdc-buttongroup-border-color - The border color of the buttongroup\n * @cssproperty --mdc-buttongroup-divider-color - The color of the divider between buttons within the buttongroup\n *\n * @csspart container - The container of the buttongroup.\n */",
6067
6099
  "customElement": true
6068
6100
  }
6069
6101
  ],
@@ -6223,7 +6255,7 @@
6223
6255
  "type": {
6224
6256
  "text": "ButtonColor"
6225
6257
  },
6226
- "description": "There are 5 colors for button: positive, negative, accent, promotional, default.",
6258
+ "description": "The semantic color of the button.\n- `positive`: For success or confirmation actions\n- `negative`: For destructive or error actions\n- `accent`: For informational actions\n- `promotional`: For promotional actions\n- `default`: For standard actions\n\nNote: Tertiary buttons always use default color.",
6227
6259
  "default": "default",
6228
6260
  "attribute": "color",
6229
6261
  "inheritedFrom": {
@@ -6391,7 +6423,7 @@
6391
6423
  "type": {
6392
6424
  "text": "IconNames | undefined"
6393
6425
  },
6394
- "description": "The name of the icon to display as a postfix.\nThe icon is displayed on the right side of the button.",
6426
+ "description": "The name of the icon to display after the button text (right side in LTR layouts).\nWhen set without text content, creates an icon-only button.\nIcons automatically change to their filled variant when the button is in active state.",
6395
6427
  "attribute": "postfix-icon",
6396
6428
  "reflects": true,
6397
6429
  "inheritedFrom": {
@@ -6405,7 +6437,7 @@
6405
6437
  "type": {
6406
6438
  "text": "IconNames | undefined"
6407
6439
  },
6408
- "description": "The name of the icon to display as a prefix.\nThe icon is displayed on the left side of the button.",
6440
+ "description": "The name of the icon to display before the button text (left side in LTR layouts).\nWhen set without text content, creates an icon-only button.\nIcons automatically change to their filled variant when the button is in active state.",
6409
6441
  "attribute": "prefix-icon",
6410
6442
  "reflects": true,
6411
6443
  "inheritedFrom": {
@@ -6602,7 +6634,7 @@
6602
6634
  "type": {
6603
6635
  "text": "ButtonVariant"
6604
6636
  },
6605
- "description": "There are 3 variants of button: primary, secondary, tertiary. They are styled differently.\n- **Primary**: Solid background color.\n- **Secondary**: Transparent background with a solid border.\n- **Tertiary**: No background or border, appears as plain text but retains all button functionalities.",
6637
+ "description": "The visual style variant of the button.\n- `primary`: Solid background color\n- `secondary`: Transparent background with solid border\n- `tertiary`: No background or border, text-only appearance",
6606
6638
  "default": "primary",
6607
6639
  "attribute": "variant",
6608
6640
  "inheritedFrom": {
@@ -6673,7 +6705,7 @@
6673
6705
  "type": {
6674
6706
  "text": "IconNames | undefined"
6675
6707
  },
6676
- "description": "The name of the icon to display as a prefix.\nThe icon is displayed on the left side of the button.",
6708
+ "description": "The name of the icon to display before the button text (left side in LTR layouts).\nWhen set without text content, creates an icon-only button.\nIcons automatically change to their filled variant when the button is in active state.",
6677
6709
  "fieldName": "prefixIcon",
6678
6710
  "inheritedFrom": {
6679
6711
  "name": "ButtonComponentMixin",
@@ -6685,7 +6717,7 @@
6685
6717
  "type": {
6686
6718
  "text": "IconNames | undefined"
6687
6719
  },
6688
- "description": "The name of the icon to display as a postfix.\nThe icon is displayed on the right side of the button.",
6720
+ "description": "The name of the icon to display after the button text (right side in LTR layouts).\nWhen set without text content, creates an icon-only button.\nIcons automatically change to their filled variant when the button is in active state.",
6689
6721
  "fieldName": "postfixIcon",
6690
6722
  "inheritedFrom": {
6691
6723
  "name": "ButtonComponentMixin",
@@ -6697,7 +6729,7 @@
6697
6729
  "type": {
6698
6730
  "text": "ButtonVariant"
6699
6731
  },
6700
- "description": "There are 3 variants of button: primary, secondary, tertiary. They are styled differently.\n- **Primary**: Solid background color.\n- **Secondary**: Transparent background with a solid border.\n- **Tertiary**: No background or border, appears as plain text but retains all button functionalities.",
6732
+ "description": "The visual style variant of the button.\n- `primary`: Solid background color\n- `secondary`: Transparent background with solid border\n- `tertiary`: No background or border, text-only appearance",
6701
6733
  "default": "primary",
6702
6734
  "fieldName": "variant",
6703
6735
  "inheritedFrom": {
@@ -6710,7 +6742,7 @@
6710
6742
  "type": {
6711
6743
  "text": "ButtonColor"
6712
6744
  },
6713
- "description": "There are 5 colors for button: positive, negative, accent, promotional, default.",
6745
+ "description": "The semantic color of the button.\n- `positive`: For success or confirmation actions\n- `negative`: For destructive or error actions\n- `accent`: For informational actions\n- `promotional`: For promotional actions\n- `default`: For standard actions\n\nNote: Tertiary buttons always use default color.",
6714
6746
  "default": "default",
6715
6747
  "fieldName": "color",
6716
6748
  "inheritedFrom": {
@@ -6912,7 +6944,7 @@
6912
6944
  "name": "--mdc-button-background"
6913
6945
  },
6914
6946
  {
6915
- "description": "Borer color of the button",
6947
+ "description": "Border color of the button",
6916
6948
  "name": "--mdc-button-border-color"
6917
6949
  },
6918
6950
  {
@@ -6920,6 +6952,12 @@
6920
6952
  "name": "--mdc-button-text-color"
6921
6953
  }
6922
6954
  ],
6955
+ "slots": [
6956
+ {
6957
+ "description": "Text label of the button.",
6958
+ "name": ""
6959
+ }
6960
+ ],
6923
6961
  "members": [
6924
6962
  {
6925
6963
  "kind": "field",
@@ -7319,7 +7357,7 @@
7319
7357
  "module": "/src/models"
7320
7358
  },
7321
7359
  "tagName": "mdc-buttonsimple",
7322
- "jsDoc": "/**\n * `mdc-buttonsimple` is a component that can be configured in various ways to suit different use cases.\n * It is used as an internal component and is not intended to be used directly by consumers.\n * Consumers should use the `mdc-button` component instead.\n *\n * @event click - (React: onClick) This event is dispatched when the button is clicked.\n * @event keydown - (React: onKeyDown) This event is dispatched when a key is pressed down on the button.\n * @event keyup - (React: onKeyUp) This event is dispatched when a key is released on the button.\n * @event focus - (React: onFocus) This event is dispatched when the button receives focus.\n *\n * @tagname mdc-buttonsimple\n *\n * @cssproperty --mdc-button-height - Height for button size\n * @cssproperty --mdc-button-background - Background color of the button\n * @cssproperty --mdc-button-border-color - Borer color of the button\n * @cssproperty --mdc-button-text-color - Text color of the button\n */",
7360
+ "jsDoc": "/**\n * `mdc-buttonsimple` is a component that can be configured in various ways to suit different use cases.\n * It is used as an internal component and is not intended to be used directly by consumers.\n * Consumers should use the `mdc-button` component instead.\n *\n * @tagname mdc-buttonsimple\n *\n * @slot - Text label of the button.\n *\n * @event click - (React: onClick) This event is dispatched when the button is clicked.\n * @event keydown - (React: onKeyDown) This event is dispatched when a key is pressed down on the button.\n * @event keyup - (React: onKeyUp) This event is dispatched when a key is released on the button.\n * @event focus - (React: onFocus) This event is dispatched when the button receives focus.\n *\n * @cssproperty --mdc-button-height - Height for button size\n * @cssproperty --mdc-button-background - Background color of the button\n * @cssproperty --mdc-button-border-color - Border color of the button\n * @cssproperty --mdc-button-text-color - Text color of the button\n */",
7323
7361
  "customElement": true
7324
7362
  }
7325
7363
  ],
@@ -7809,7 +7847,7 @@
7809
7847
  }
7810
7848
  },
7811
7849
  {
7812
- "description": "Borer color of the button",
7850
+ "description": "Border color of the button",
7813
7851
  "name": "--mdc-button-border-color",
7814
7852
  "inheritedFrom": {
7815
7853
  "name": "Buttonsimple",
@@ -7891,6 +7929,14 @@
7891
7929
  {
7892
7930
  "description": "This slot is for passing primary variant of `mdc-button` component within the footer section.",
7893
7931
  "name": "footer-button-primary"
7932
+ },
7933
+ {
7934
+ "description": "Text label of the button.",
7935
+ "name": "",
7936
+ "inheritedFrom": {
7937
+ "name": "Buttonsimple",
7938
+ "module": "src/components/buttonsimple/buttonsimple.component.ts"
7939
+ }
7894
7940
  }
7895
7941
  ],
7896
7942
  "members": [
@@ -11181,7 +11227,7 @@
11181
11227
  }
11182
11228
  },
11183
11229
  {
11184
- "description": "Borer color of the button",
11230
+ "description": "Border color of the button",
11185
11231
  "name": "--mdc-button-border-color",
11186
11232
  "inheritedFrom": {
11187
11233
  "name": "Buttonsimple",
@@ -11782,7 +11828,17 @@
11782
11828
  },
11783
11829
  "tagName": "mdc-chip",
11784
11830
  "jsDoc": "/**\n * mdc-chip is an interactive element that can be used to represent a chip. It supports a leading icon along with label.\n * Consumers can wrap this component around a tooltip to provide additional context.\n *\n * It is recommended to keep the label text for the chip component concise and compact.\n * For best results, we recommend limiting the <b>maximum length of the label text to 20 characters</b>,\n * including empty spaces to split words.\n *\n * This component is built by extending Buttonsimple.\n *\n * @tagname mdc-chip\n *\n * @dependency mdc-icon\n * @dependency mdc-text\n *\n * @cssproperty --mdc-chip-color - The color of the chip.\n * @cssproperty --mdc-chip-border-color - The border color of the chip.\n * @cssproperty --mdc-chip-background-color - The background color of the chip.\n * @cssproperty --mdc-button-height - Height for button size\n *\n * @csspart label - The label part of the chip.\n *\n * @event click - (React: onClick) This event is dispatched when the chip is clicked.\n * @event keydown - (React: onKeyDown) This event is dispatched when a key is pressed down on the chip.\n * @event keyup - (React: onKeyUp) This event is dispatched when a key is released on the chip.\n * @event focus - (React: onFocus) This event is dispatched when the chip receives focus.\n *\n */",
11785
- "customElement": true
11831
+ "customElement": true,
11832
+ "slots": [
11833
+ {
11834
+ "description": "Text label of the button.",
11835
+ "name": "",
11836
+ "inheritedFrom": {
11837
+ "name": "Buttonsimple",
11838
+ "module": "src/components/buttonsimple/buttonsimple.component.ts"
11839
+ }
11840
+ }
11841
+ ]
11786
11842
  }
11787
11843
  ],
11788
11844
  "exports": [
@@ -16659,7 +16715,7 @@
16659
16715
  }
16660
16716
  },
16661
16717
  {
16662
- "description": "Borer color of the button",
16718
+ "description": "Border color of the button",
16663
16719
  "name": "--mdc-button-border-color",
16664
16720
  "inheritedFrom": {
16665
16721
  "name": "Buttonsimple",
@@ -17318,7 +17374,17 @@
17318
17374
  },
17319
17375
  "tagName": "mdc-filterchip",
17320
17376
  "jsDoc": "/**\n * mdc-filterchip component is an interactive chip that consumers can use to select or deselect.\n * They can be found with lists or tables as quick filters.\n *\n * This component is built on top of the mdc-chip component.\n *\n * @tagname mdc-filterchip\n *\n * @dependency mdc-icon\n * @dependency mdc-text\n *\n * @csspart label - The label part of the chip.\n *\n * @cssproperty --mdc-chip-color - The color of the chip.\n * @cssproperty --mdc-chip-border-color - The border color of the chip.\n * @cssproperty --mdc-chip-background-color - The background color of the chip.\n *\n * @event click - (React: onClick) This event is dispatched when the chip is clicked.\n * @event keydown - (React: onKeyDown) This event is dispatched when a key is pressed down on the chip.\n * @event keyup - (React: onKeyUp) This event is dispatched when a key is released on the chip.\n * @event focus - (React: onFocus) This event is dispatched when the chip receives focus.\n */",
17321
- "customElement": true
17377
+ "customElement": true,
17378
+ "slots": [
17379
+ {
17380
+ "description": "Text label of the button.",
17381
+ "name": "",
17382
+ "inheritedFrom": {
17383
+ "name": "Buttonsimple",
17384
+ "module": "src/components/buttonsimple/buttonsimple.component.ts"
17385
+ }
17386
+ }
17387
+ ]
17322
17388
  }
17323
17389
  ],
17324
17390
  "exports": [
@@ -21225,7 +21291,7 @@
21225
21291
  }
21226
21292
  },
21227
21293
  {
21228
- "description": "Borer color of the button",
21294
+ "description": "Border color of the button",
21229
21295
  "name": "--mdc-button-border-color",
21230
21296
  "inheritedFrom": {
21231
21297
  "name": "Buttonsimple",
@@ -21244,7 +21310,11 @@
21244
21310
  "slots": [
21245
21311
  {
21246
21312
  "description": "Text label of the linkbutton.",
21247
- "name": ""
21313
+ "name": "",
21314
+ "inheritedFrom": {
21315
+ "name": "Buttonsimple",
21316
+ "module": "src/components/buttonsimple/buttonsimple.component.ts"
21317
+ }
21248
21318
  }
21249
21319
  ],
21250
21320
  "members": [
@@ -45728,7 +45798,7 @@
45728
45798
  }
45729
45799
  },
45730
45800
  {
45731
- "description": "Borer color of the button",
45801
+ "description": "Border color of the button",
45732
45802
  "name": "--mdc-button-border-color",
45733
45803
  "inheritedFrom": {
45734
45804
  "name": "Buttonsimple",
@@ -46405,7 +46475,17 @@
46405
46475
  },
46406
46476
  "tagName": "mdc-tab",
46407
46477
  "jsDoc": "/**\n * `mdc-tab` is Tab component to be used within the Tabgroup.\n *\n * Passing in the attribute `text` to the tab component is changing the text displayed in the tab.\n *\n * Pass attribute `tabid` when using inside of `tablist` component.\n *\n * The `slot=\"badge\"` can be used to add a badge to the tab.\n *\n * The `slot=\"chip\"` can be used to add a chip to the tab.\n *\n * For `icon`, the `mdc-icon` component is used to render the icon.\n *\n * Note: Icons can be used in conjunction with badges or chips.\n * Badges and chips should not be used at the same time.\n *\n * @dependency mdc-icon\n * @dependency mdc-text\n *\n * @event click - (React: onClick) This event is dispatched when the tab is clicked.\n * @event keydown - (React: onKeyDown) This event is dispatched when a key is pressed down on the tab.\n * @event keyup - (React: onKeyUp) This event is dispatched when a key is released on the tab.\n * @event focus - (React: onFocus) This event is dispatched when the tab receives focus.\n * @event activechange - (React: onActiveChange) This event is dispatched when the active state of the tab changes\n * <br />\n * Event Data: `detail: { tabId: this.tabId, active }`\n * <br />\n * Note: the activechange event is used by the tab list component to react to the change in state of the tab,\n * so this event won't be needed if the tab list is used.\n *\n * @tagname mdc-tab\n *\n * @cssproperty --mdc-tab-height - The height of the tab.\n * @cssproperty --mdc-tab-padding-left - The left padding of the tab.\n * @cssproperty --mdc-tab-padding-right - The right padding of the tab.\n * @cssproperty --mdc-tab-content-gap - The gap between the icon and text in the tab.\n * @cssproperty --mdc-tab-background-color - The background color of the tab.\n * @cssproperty --mdc-tab-color - The text color of the tab.\n * @cssproperty --mdc-tab-border-radius - The border radius of the tab.\n *\n * @cssproperty --mdc-tab-line-active-indicator-height - The height of the active indicator line.\n * @cssproperty --mdc-tab-line-active-indicator-width - The width of the active indicator line.\n *\n * @cssproperty --mdc-tab-line-border-bottom-left-radius - The border bottom left radius of the active indicator line.\n * @cssproperty --mdc-tab-line-border-bottom-right-radius - The border bottom right radius of the active indicator line.\n * @cssproperty --mdc-tab-line-border-top-left-radius - The border top left radius of the active indicator line.\n * @cssproperty --mdc-tab-line-border-top-right-radius - The border top right radius of the active indicator line.\n *\n *\n *\n * @csspart container - The container of the tab.\n * @csspart icon - The icon of the tab.\n * @csspart indicator - The indicator of the tab.\n * @csspart text - The text of the tab.\n */",
46408
- "customElement": true
46478
+ "customElement": true,
46479
+ "slots": [
46480
+ {
46481
+ "description": "Text label of the button.",
46482
+ "name": "",
46483
+ "inheritedFrom": {
46484
+ "name": "Buttonsimple",
46485
+ "module": "src/components/buttonsimple/buttonsimple.component.ts"
46486
+ }
46487
+ }
46488
+ ]
46409
46489
  }
46410
46490
  ],
46411
46491
  "exports": [
@@ -54719,7 +54799,7 @@
54719
54799
  "type": {
54720
54800
  "text": "ButtonColor"
54721
54801
  },
54722
- "description": "There are 5 colors for button: positive, negative, accent, promotional, default.",
54802
+ "description": "The semantic color of the button.\n- `positive`: For success or confirmation actions\n- `negative`: For destructive or error actions\n- `accent`: For informational actions\n- `promotional`: For promotional actions\n- `default`: For standard actions\n\nNote: Tertiary buttons always use default color.",
54723
54803
  "default": "default",
54724
54804
  "attribute": "color"
54725
54805
  },
@@ -54741,7 +54821,7 @@
54741
54821
  "type": {
54742
54822
  "text": "IconNames | undefined"
54743
54823
  },
54744
- "description": "The name of the icon to display as a postfix.\nThe icon is displayed on the right side of the button.",
54824
+ "description": "The name of the icon to display after the button text (right side in LTR layouts).\nWhen set without text content, creates an icon-only button.\nIcons automatically change to their filled variant when the button is in active state.",
54745
54825
  "attribute": "postfix-icon",
54746
54826
  "reflects": true
54747
54827
  },
@@ -54751,7 +54831,7 @@
54751
54831
  "type": {
54752
54832
  "text": "IconNames | undefined"
54753
54833
  },
54754
- "description": "The name of the icon to display as a prefix.\nThe icon is displayed on the left side of the button.",
54834
+ "description": "The name of the icon to display before the button text (left side in LTR layouts).\nWhen set without text content, creates an icon-only button.\nIcons automatically change to their filled variant when the button is in active state.",
54755
54835
  "attribute": "prefix-icon",
54756
54836
  "reflects": true
54757
54837
  },
@@ -54806,7 +54886,7 @@
54806
54886
  "type": {
54807
54887
  "text": "ButtonVariant"
54808
54888
  },
54809
- "description": "There are 3 variants of button: primary, secondary, tertiary. They are styled differently.\n- **Primary**: Solid background color.\n- **Secondary**: Transparent background with a solid border.\n- **Tertiary**: No background or border, appears as plain text but retains all button functionalities.",
54889
+ "description": "The visual style variant of the button.\n- `primary`: Solid background color\n- `secondary`: Transparent background with solid border\n- `tertiary`: No background or border, text-only appearance",
54810
54890
  "default": "primary",
54811
54891
  "attribute": "variant"
54812
54892
  }
@@ -54817,7 +54897,7 @@
54817
54897
  "type": {
54818
54898
  "text": "IconNames | undefined"
54819
54899
  },
54820
- "description": "The name of the icon to display as a prefix.\nThe icon is displayed on the left side of the button.",
54900
+ "description": "The name of the icon to display before the button text (left side in LTR layouts).\nWhen set without text content, creates an icon-only button.\nIcons automatically change to their filled variant when the button is in active state.",
54821
54901
  "fieldName": "prefixIcon"
54822
54902
  },
54823
54903
  {
@@ -54825,7 +54905,7 @@
54825
54905
  "type": {
54826
54906
  "text": "IconNames | undefined"
54827
54907
  },
54828
- "description": "The name of the icon to display as a postfix.\nThe icon is displayed on the right side of the button.",
54908
+ "description": "The name of the icon to display after the button text (right side in LTR layouts).\nWhen set without text content, creates an icon-only button.\nIcons automatically change to their filled variant when the button is in active state.",
54829
54909
  "fieldName": "postfixIcon"
54830
54910
  },
54831
54911
  {
@@ -54833,7 +54913,7 @@
54833
54913
  "type": {
54834
54914
  "text": "ButtonVariant"
54835
54915
  },
54836
- "description": "There are 3 variants of button: primary, secondary, tertiary. They are styled differently.\n- **Primary**: Solid background color.\n- **Secondary**: Transparent background with a solid border.\n- **Tertiary**: No background or border, appears as plain text but retains all button functionalities.",
54916
+ "description": "The visual style variant of the button.\n- `primary`: Solid background color\n- `secondary`: Transparent background with solid border\n- `tertiary`: No background or border, text-only appearance",
54837
54917
  "default": "primary",
54838
54918
  "fieldName": "variant"
54839
54919
  },
@@ -54842,7 +54922,7 @@
54842
54922
  "type": {
54843
54923
  "text": "ButtonColor"
54844
54924
  },
54845
- "description": "There are 5 colors for button: positive, negative, accent, promotional, default.",
54925
+ "description": "The semantic color of the button.\n- `positive`: For success or confirmation actions\n- `negative`: For destructive or error actions\n- `accent`: For informational actions\n- `promotional`: For promotional actions\n- `default`: For standard actions\n\nNote: Tertiary buttons always use default color.",
54846
54926
  "default": "default",
54847
54927
  "fieldName": "color"
54848
54928
  }