@momentum-design/components 0.120.13 → 0.120.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (31) hide show
  1. package/dist/browser/index.js +282 -251
  2. package/dist/browser/index.js.map +2 -2
  3. package/dist/components/button/button.component.d.ts +8 -0
  4. package/dist/components/button/button.component.js +8 -0
  5. package/dist/components/button/button.styles.js +152 -116
  6. package/dist/components/buttonlink/buttonlink.component.d.ts +7 -0
  7. package/dist/components/buttonlink/buttonlink.component.js +7 -0
  8. package/dist/components/buttonlink/buttonlink.styles.js +2 -2
  9. package/dist/components/buttonsimple/buttonsimple.component.d.ts +5 -0
  10. package/dist/components/buttonsimple/buttonsimple.component.js +5 -0
  11. package/dist/components/buttonsimple/buttonsimple.styles.js +20 -25
  12. package/dist/components/chip/chip.component.d.ts +1 -0
  13. package/dist/components/chip/chip.component.js +1 -0
  14. package/dist/components/linkbutton/linkbutton.component.d.ts +1 -0
  15. package/dist/components/linkbutton/linkbutton.component.js +1 -0
  16. package/dist/components/tab/tab.component.d.ts +1 -0
  17. package/dist/components/tab/tab.component.js +1 -0
  18. package/dist/custom-elements.json +399 -83
  19. package/dist/react/button/index.d.ts +8 -0
  20. package/dist/react/button/index.js +8 -0
  21. package/dist/react/buttonlink/index.d.ts +7 -0
  22. package/dist/react/buttonlink/index.js +7 -0
  23. package/dist/react/buttonsimple/index.d.ts +5 -0
  24. package/dist/react/buttonsimple/index.js +5 -0
  25. package/dist/react/chip/index.d.ts +1 -0
  26. package/dist/react/chip/index.js +1 -0
  27. package/dist/react/linkbutton/index.d.ts +1 -0
  28. package/dist/react/linkbutton/index.js +1 -0
  29. package/dist/react/tab/index.d.ts +1 -0
  30. package/dist/react/tab/index.js +1 -0
  31. package/package.json +1 -1
@@ -992,6 +992,38 @@
992
992
  {
993
993
  "description": "The background color of the alertchip",
994
994
  "name": "--mdc-chip-background-color"
995
+ },
996
+ {
997
+ "description": "Height for button size",
998
+ "name": "--mdc-button-height",
999
+ "inheritedFrom": {
1000
+ "name": "Buttonsimple",
1001
+ "module": "src/components/buttonsimple/buttonsimple.component.ts"
1002
+ }
1003
+ },
1004
+ {
1005
+ "description": "Background color of the button",
1006
+ "name": "--mdc-button-background",
1007
+ "inheritedFrom": {
1008
+ "name": "Buttonsimple",
1009
+ "module": "src/components/buttonsimple/buttonsimple.component.ts"
1010
+ }
1011
+ },
1012
+ {
1013
+ "description": "Borer color of the button",
1014
+ "name": "--mdc-button-border-color",
1015
+ "inheritedFrom": {
1016
+ "name": "Buttonsimple",
1017
+ "module": "src/components/buttonsimple/buttonsimple.component.ts"
1018
+ }
1019
+ },
1020
+ {
1021
+ "description": "Text color of the button",
1022
+ "name": "--mdc-button-text-color",
1023
+ "inheritedFrom": {
1024
+ "name": "Buttonsimple",
1025
+ "module": "src/components/buttonsimple/buttonsimple.component.ts"
1026
+ }
995
1027
  }
996
1028
  ],
997
1029
  "cssParts": [
@@ -3476,6 +3508,38 @@
3476
3508
  {
3477
3509
  "description": "Background color of the overlay in active state",
3478
3510
  "name": "--mdc-avatarbutton-overlay-background-color-active"
3511
+ },
3512
+ {
3513
+ "description": "Height for button size",
3514
+ "name": "--mdc-button-height",
3515
+ "inheritedFrom": {
3516
+ "name": "Buttonsimple",
3517
+ "module": "src/components/buttonsimple/buttonsimple.component.ts"
3518
+ }
3519
+ },
3520
+ {
3521
+ "description": "Background color of the button",
3522
+ "name": "--mdc-button-background",
3523
+ "inheritedFrom": {
3524
+ "name": "Buttonsimple",
3525
+ "module": "src/components/buttonsimple/buttonsimple.component.ts"
3526
+ }
3527
+ },
3528
+ {
3529
+ "description": "Borer color of the button",
3530
+ "name": "--mdc-button-border-color",
3531
+ "inheritedFrom": {
3532
+ "name": "Buttonsimple",
3533
+ "module": "src/components/buttonsimple/buttonsimple.component.ts"
3534
+ }
3535
+ },
3536
+ {
3537
+ "description": "Text color of the button",
3538
+ "name": "--mdc-button-text-color",
3539
+ "inheritedFrom": {
3540
+ "name": "Buttonsimple",
3541
+ "module": "src/components/buttonsimple/buttonsimple.component.ts"
3542
+ }
3479
3543
  }
3480
3544
  ],
3481
3545
  "cssParts": [
@@ -4957,6 +5021,52 @@
4957
5021
  "kind": "class",
4958
5022
  "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.",
4959
5023
  "name": "Button",
5024
+ "cssProperties": [
5025
+ {
5026
+ "description": "Height for button size",
5027
+ "name": "--mdc-button-height",
5028
+ "inheritedFrom": {
5029
+ "name": "Buttonsimple",
5030
+ "module": "src/components/buttonsimple/buttonsimple.component.ts"
5031
+ }
5032
+ },
5033
+ {
5034
+ "description": "Background of the button",
5035
+ "name": "--mdc-button-background",
5036
+ "inheritedFrom": {
5037
+ "name": "Buttonsimple",
5038
+ "module": "src/components/buttonsimple/buttonsimple.component.ts"
5039
+ }
5040
+ },
5041
+ {
5042
+ "description": "Borer color of the button",
5043
+ "name": "--mdc-button-border-color",
5044
+ "inheritedFrom": {
5045
+ "name": "Buttonsimple",
5046
+ "module": "src/components/buttonsimple/buttonsimple.component.ts"
5047
+ }
5048
+ },
5049
+ {
5050
+ "description": "Text color of the button",
5051
+ "name": "--mdc-button-text-color",
5052
+ "inheritedFrom": {
5053
+ "name": "Buttonsimple",
5054
+ "module": "src/components/buttonsimple/buttonsimple.component.ts"
5055
+ }
5056
+ },
5057
+ {
5058
+ "description": "Size of the prefix icon",
5059
+ "name": "--mdc-button-prefix-icon-size"
5060
+ },
5061
+ {
5062
+ "description": "Size of the postfix icon",
5063
+ "name": "--mdc-button-postfix-icon-size"
5064
+ },
5065
+ {
5066
+ "description": "Line height of the button text",
5067
+ "name": "--mdc-button-line-height"
5068
+ }
5069
+ ],
4960
5070
  "cssParts": [
4961
5071
  {
4962
5072
  "description": "Text label of the button, passed in default slot",
@@ -5665,7 +5775,7 @@
5665
5775
  "module": "/src/components/buttonsimple/buttonsimple.component"
5666
5776
  },
5667
5777
  "tagName": "mdc-button",
5668
- "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 */",
5778
+ "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 */",
5669
5779
  "customElement": true,
5670
5780
  "events": [
5671
5781
  {
@@ -5864,6 +5974,108 @@
5864
5974
  "kind": "class",
5865
5975
  "description": "`mdc-buttonlink` combines the functional behavior of `mdc-linksimple` with the visual and structural\nfeatures of `mdc-button`. This includes support for variants, sizing, and optional\nprefix and postfix icons via slots.\n\n### Features:\n- Behaves like an link while visually resembling a button.\n- Supports slots for `prefix-icon` and `postfix-icon`.\n- Customizable size, color, and variant through attributes.\n- Inherits accessibility and keyboard interaction support from `mdc-linksimple`.",
5866
5976
  "name": "ButtonLink",
5977
+ "cssProperties": [
5978
+ {
5979
+ "description": "Height for button size",
5980
+ "name": "--mdc-button-height"
5981
+ },
5982
+ {
5983
+ "description": "Background color of the button",
5984
+ "name": "--mdc-button-background"
5985
+ },
5986
+ {
5987
+ "description": "Borer color of the button",
5988
+ "name": "--mdc-button-border-color"
5989
+ },
5990
+ {
5991
+ "description": "Text color of the button",
5992
+ "name": "--mdc-button-text-color"
5993
+ },
5994
+ {
5995
+ "description": "Line height of the button text",
5996
+ "name": "--mdc-button-line-height"
5997
+ },
5998
+ {
5999
+ "description": "Size of the prefix icon",
6000
+ "name": "--mdc-button-prefix-icon-size"
6001
+ },
6002
+ {
6003
+ "description": "Size of the postfix icon",
6004
+ "name": "--mdc-button-postfix-icon-size"
6005
+ },
6006
+ {
6007
+ "description": "Border radius of the link.",
6008
+ "name": "--mdc-link-border-radius",
6009
+ "inheritedFrom": {
6010
+ "name": "Linksimple",
6011
+ "module": "src/components/linksimple/linksimple.component.ts"
6012
+ }
6013
+ },
6014
+ {
6015
+ "description": "Color of the link’s child content in the active state.",
6016
+ "name": "--mdc-link-color-active",
6017
+ "inheritedFrom": {
6018
+ "name": "Linksimple",
6019
+ "module": "src/components/linksimple/linksimple.component.ts"
6020
+ }
6021
+ },
6022
+ {
6023
+ "description": "Color of the link’s child content in the disabled state.",
6024
+ "name": "--mdc-link-color-disabled",
6025
+ "inheritedFrom": {
6026
+ "name": "Linksimple",
6027
+ "module": "src/components/linksimple/linksimple.component.ts"
6028
+ }
6029
+ },
6030
+ {
6031
+ "description": "Color of the link’s child content in the hover state.",
6032
+ "name": "--mdc-link-color-hover",
6033
+ "inheritedFrom": {
6034
+ "name": "Linksimple",
6035
+ "module": "src/components/linksimple/linksimple.component.ts"
6036
+ }
6037
+ },
6038
+ {
6039
+ "description": "Color of the link’s child content in the normal state.",
6040
+ "name": "--mdc-link-color-normal",
6041
+ "inheritedFrom": {
6042
+ "name": "Linksimple",
6043
+ "module": "src/components/linksimple/linksimple.component.ts"
6044
+ }
6045
+ },
6046
+ {
6047
+ "description": "Color of the inverted link’s child content in the active state.",
6048
+ "name": "--mdc-link-inverted-color-active",
6049
+ "inheritedFrom": {
6050
+ "name": "Linksimple",
6051
+ "module": "src/components/linksimple/linksimple.component.ts"
6052
+ }
6053
+ },
6054
+ {
6055
+ "description": "Color of the inverted link’s child content in the disabled state.",
6056
+ "name": "--mdc-link-inverted-color-disabled",
6057
+ "inheritedFrom": {
6058
+ "name": "Linksimple",
6059
+ "module": "src/components/linksimple/linksimple.component.ts"
6060
+ }
6061
+ },
6062
+ {
6063
+ "description": "Color of the inverted link’s child content in the hover state.",
6064
+ "name": "--mdc-link-inverted-color-hover",
6065
+ "inheritedFrom": {
6066
+ "name": "Linksimple",
6067
+ "module": "src/components/linksimple/linksimple.component.ts"
6068
+ }
6069
+ },
6070
+ {
6071
+ "description": "Color of the inverted link’s child content in the normal state.",
6072
+ "name": "--mdc-link-inverted-color-normal",
6073
+ "inheritedFrom": {
6074
+ "name": "Linksimple",
6075
+ "module": "src/components/linksimple/linksimple.component.ts"
6076
+ }
6077
+ }
6078
+ ],
5867
6079
  "cssParts": [
5868
6080
  {
5869
6081
  "description": "The anchor element that wraps the buttonlink content.",
@@ -6549,82 +6761,8 @@
6549
6761
  "module": "/src/components/linksimple/linksimple.component"
6550
6762
  },
6551
6763
  "tagName": "mdc-buttonlink",
6552
- "jsDoc": "/**\n * `mdc-buttonlink` combines the functional behavior of `mdc-linksimple` with the visual and structural\n * features of `mdc-button`. This includes support for variants, sizing, and optional\n * prefix and postfix icons via slots.\n *\n * ### Features:\n * - Behaves like an link while visually resembling a button.\n * - Supports slots for `prefix-icon` and `postfix-icon`.\n * - Customizable size, color, and variant through attributes.\n * - Inherits accessibility and keyboard interaction support from `mdc-linksimple`.\n *\n * @dependency mdc-icon\n *\n * @tagname mdc-buttonlink\n *\n * @event click - (React: onClick) Fired when the user activates the buttonLink using a mouse or assistive technology.\n * @event keydown - (React: onKeyDown) Fired when the user presses a key while the buttonLink has focus.\n * @event focus - (React: onFocus) Fired when the buttonLink receives keyboard or mouse focus.\n * @event blur - (React: onBlur) Fired when the buttonLink loses keyboard or mouse focus.\n *\n * @csspart anchor - The anchor element that wraps the buttonlink content.\n * @csspart prefix-icon - The prefix icon element.\n * @csspart button-text - The slot containing the buttonlink text.\n * @csspart postfix-icon - The postfix icon element.\n *\n */",
6553
- "customElement": true,
6554
- "cssProperties": [
6555
- {
6556
- "description": "Border radius of the link.",
6557
- "name": "--mdc-link-border-radius",
6558
- "inheritedFrom": {
6559
- "name": "Linksimple",
6560
- "module": "src/components/linksimple/linksimple.component.ts"
6561
- }
6562
- },
6563
- {
6564
- "description": "Color of the link’s child content in the active state.",
6565
- "name": "--mdc-link-color-active",
6566
- "inheritedFrom": {
6567
- "name": "Linksimple",
6568
- "module": "src/components/linksimple/linksimple.component.ts"
6569
- }
6570
- },
6571
- {
6572
- "description": "Color of the link’s child content in the disabled state.",
6573
- "name": "--mdc-link-color-disabled",
6574
- "inheritedFrom": {
6575
- "name": "Linksimple",
6576
- "module": "src/components/linksimple/linksimple.component.ts"
6577
- }
6578
- },
6579
- {
6580
- "description": "Color of the link’s child content in the hover state.",
6581
- "name": "--mdc-link-color-hover",
6582
- "inheritedFrom": {
6583
- "name": "Linksimple",
6584
- "module": "src/components/linksimple/linksimple.component.ts"
6585
- }
6586
- },
6587
- {
6588
- "description": "Color of the link’s child content in the normal state.",
6589
- "name": "--mdc-link-color-normal",
6590
- "inheritedFrom": {
6591
- "name": "Linksimple",
6592
- "module": "src/components/linksimple/linksimple.component.ts"
6593
- }
6594
- },
6595
- {
6596
- "description": "Color of the inverted link’s child content in the active state.",
6597
- "name": "--mdc-link-inverted-color-active",
6598
- "inheritedFrom": {
6599
- "name": "Linksimple",
6600
- "module": "src/components/linksimple/linksimple.component.ts"
6601
- }
6602
- },
6603
- {
6604
- "description": "Color of the inverted link’s child content in the disabled state.",
6605
- "name": "--mdc-link-inverted-color-disabled",
6606
- "inheritedFrom": {
6607
- "name": "Linksimple",
6608
- "module": "src/components/linksimple/linksimple.component.ts"
6609
- }
6610
- },
6611
- {
6612
- "description": "Color of the inverted link’s child content in the hover state.",
6613
- "name": "--mdc-link-inverted-color-hover",
6614
- "inheritedFrom": {
6615
- "name": "Linksimple",
6616
- "module": "src/components/linksimple/linksimple.component.ts"
6617
- }
6618
- },
6619
- {
6620
- "description": "Color of the inverted link’s child content in the normal state.",
6621
- "name": "--mdc-link-inverted-color-normal",
6622
- "inheritedFrom": {
6623
- "name": "Linksimple",
6624
- "module": "src/components/linksimple/linksimple.component.ts"
6625
- }
6626
- }
6627
- ]
6764
+ "jsDoc": "/**\n * `mdc-buttonlink` combines the functional behavior of `mdc-linksimple` with the visual and structural\n * features of `mdc-button`. This includes support for variants, sizing, and optional\n * prefix and postfix icons via slots.\n *\n * ### Features:\n * - Behaves like an link while visually resembling a button.\n * - Supports slots for `prefix-icon` and `postfix-icon`.\n * - Customizable size, color, and variant through attributes.\n * - Inherits accessibility and keyboard interaction support from `mdc-linksimple`.\n *\n * @dependency mdc-icon\n *\n * @tagname mdc-buttonlink\n *\n * @event click - (React: onClick) Fired when the user activates the buttonLink using a mouse or assistive technology.\n * @event keydown - (React: onKeyDown) Fired when the user presses a key while the buttonLink has focus.\n * @event focus - (React: onFocus) Fired when the buttonLink receives keyboard or mouse focus.\n * @event blur - (React: onBlur) Fired when the buttonLink loses keyboard or mouse focus.\n *\n * @csspart anchor - The anchor element that wraps the buttonlink content.\n * @csspart prefix-icon - The prefix icon element.\n * @csspart button-text - The slot containing the buttonlink text.\n * @csspart postfix-icon - The postfix icon element.\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 * @cssproperty --mdc-button-line-height - Line height of the button text\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 */",
6765
+ "customElement": true
6628
6766
  }
6629
6767
  ],
6630
6768
  "exports": [
@@ -6646,6 +6784,24 @@
6646
6784
  "kind": "class",
6647
6785
  "description": "`mdc-buttonsimple` is a component that can be configured in various ways to suit different use cases.\nIt is used as an internal component and is not intended to be used directly by consumers.\nConsumers should use the `mdc-button` component instead.",
6648
6786
  "name": "Buttonsimple",
6787
+ "cssProperties": [
6788
+ {
6789
+ "description": "Height for button size",
6790
+ "name": "--mdc-button-height"
6791
+ },
6792
+ {
6793
+ "description": "Background color of the button",
6794
+ "name": "--mdc-button-background"
6795
+ },
6796
+ {
6797
+ "description": "Borer color of the button",
6798
+ "name": "--mdc-button-border-color"
6799
+ },
6800
+ {
6801
+ "description": "Text color of the button",
6802
+ "name": "--mdc-button-text-color"
6803
+ }
6804
+ ],
6649
6805
  "members": [
6650
6806
  {
6651
6807
  "kind": "field",
@@ -7045,7 +7201,7 @@
7045
7201
  "module": "/src/models"
7046
7202
  },
7047
7203
  "tagName": "mdc-buttonsimple",
7048
- "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 */",
7204
+ "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 */",
7049
7205
  "customElement": true
7050
7206
  }
7051
7207
  ],
@@ -7513,6 +7669,38 @@
7513
7669
  {
7514
7670
  "description": "The width of the card",
7515
7671
  "name": "--mdc-card-width"
7672
+ },
7673
+ {
7674
+ "description": "Height for button size",
7675
+ "name": "--mdc-button-height",
7676
+ "inheritedFrom": {
7677
+ "name": "Buttonsimple",
7678
+ "module": "src/components/buttonsimple/buttonsimple.component.ts"
7679
+ }
7680
+ },
7681
+ {
7682
+ "description": "Background color of the button",
7683
+ "name": "--mdc-button-background",
7684
+ "inheritedFrom": {
7685
+ "name": "Buttonsimple",
7686
+ "module": "src/components/buttonsimple/buttonsimple.component.ts"
7687
+ }
7688
+ },
7689
+ {
7690
+ "description": "Borer color of the button",
7691
+ "name": "--mdc-button-border-color",
7692
+ "inheritedFrom": {
7693
+ "name": "Buttonsimple",
7694
+ "module": "src/components/buttonsimple/buttonsimple.component.ts"
7695
+ }
7696
+ },
7697
+ {
7698
+ "description": "Text color of the button",
7699
+ "name": "--mdc-button-text-color",
7700
+ "inheritedFrom": {
7701
+ "name": "Buttonsimple",
7702
+ "module": "src/components/buttonsimple/buttonsimple.component.ts"
7703
+ }
7516
7704
  }
7517
7705
  ],
7518
7706
  "cssParts": [
@@ -10699,6 +10887,38 @@
10699
10887
  {
10700
10888
  "description": "The background color of the chip.",
10701
10889
  "name": "--mdc-chip-background-color"
10890
+ },
10891
+ {
10892
+ "description": "Height for button size",
10893
+ "name": "--mdc-button-height",
10894
+ "inheritedFrom": {
10895
+ "name": "Buttonsimple",
10896
+ "module": "src/components/buttonsimple/buttonsimple.component.ts"
10897
+ }
10898
+ },
10899
+ {
10900
+ "description": "Background color of the button",
10901
+ "name": "--mdc-button-background",
10902
+ "inheritedFrom": {
10903
+ "name": "Buttonsimple",
10904
+ "module": "src/components/buttonsimple/buttonsimple.component.ts"
10905
+ }
10906
+ },
10907
+ {
10908
+ "description": "Borer color of the button",
10909
+ "name": "--mdc-button-border-color",
10910
+ "inheritedFrom": {
10911
+ "name": "Buttonsimple",
10912
+ "module": "src/components/buttonsimple/buttonsimple.component.ts"
10913
+ }
10914
+ },
10915
+ {
10916
+ "description": "Text color of the button",
10917
+ "name": "--mdc-button-text-color",
10918
+ "inheritedFrom": {
10919
+ "name": "Buttonsimple",
10920
+ "module": "src/components/buttonsimple/buttonsimple.component.ts"
10921
+ }
10702
10922
  }
10703
10923
  ],
10704
10924
  "cssParts": [
@@ -11285,7 +11505,7 @@
11285
11505
  "module": "/src/components/buttonsimple/buttonsimple.component"
11286
11506
  },
11287
11507
  "tagName": "mdc-chip",
11288
- "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 *\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 */",
11508
+ "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 */",
11289
11509
  "customElement": true
11290
11510
  }
11291
11511
  ],
@@ -15945,6 +16165,38 @@
15945
16165
  "name": "Chip",
15946
16166
  "module": "src/components/chip/chip.component.ts"
15947
16167
  }
16168
+ },
16169
+ {
16170
+ "description": "Height for button size",
16171
+ "name": "--mdc-button-height",
16172
+ "inheritedFrom": {
16173
+ "name": "Buttonsimple",
16174
+ "module": "src/components/buttonsimple/buttonsimple.component.ts"
16175
+ }
16176
+ },
16177
+ {
16178
+ "description": "Background color of the button",
16179
+ "name": "--mdc-button-background",
16180
+ "inheritedFrom": {
16181
+ "name": "Buttonsimple",
16182
+ "module": "src/components/buttonsimple/buttonsimple.component.ts"
16183
+ }
16184
+ },
16185
+ {
16186
+ "description": "Borer color of the button",
16187
+ "name": "--mdc-button-border-color",
16188
+ "inheritedFrom": {
16189
+ "name": "Buttonsimple",
16190
+ "module": "src/components/buttonsimple/buttonsimple.component.ts"
16191
+ }
16192
+ },
16193
+ {
16194
+ "description": "Text color of the button",
16195
+ "name": "--mdc-button-text-color",
16196
+ "inheritedFrom": {
16197
+ "name": "Buttonsimple",
16198
+ "module": "src/components/buttonsimple/buttonsimple.component.ts"
16199
+ }
15948
16200
  }
15949
16201
  ],
15950
16202
  "cssParts": [
@@ -20197,6 +20449,38 @@
20197
20449
  {
20198
20450
  "description": "Color of the inverted linkbutton’s child content in the normal state.",
20199
20451
  "name": "--mdc-link-inverted-color-normal"
20452
+ },
20453
+ {
20454
+ "description": "Height for button size",
20455
+ "name": "--mdc-button-height",
20456
+ "inheritedFrom": {
20457
+ "name": "Buttonsimple",
20458
+ "module": "src/components/buttonsimple/buttonsimple.component.ts"
20459
+ }
20460
+ },
20461
+ {
20462
+ "description": "Background color of the button",
20463
+ "name": "--mdc-button-background",
20464
+ "inheritedFrom": {
20465
+ "name": "Buttonsimple",
20466
+ "module": "src/components/buttonsimple/buttonsimple.component.ts"
20467
+ }
20468
+ },
20469
+ {
20470
+ "description": "Borer color of the button",
20471
+ "name": "--mdc-button-border-color",
20472
+ "inheritedFrom": {
20473
+ "name": "Buttonsimple",
20474
+ "module": "src/components/buttonsimple/buttonsimple.component.ts"
20475
+ }
20476
+ },
20477
+ {
20478
+ "description": "Text color of the button",
20479
+ "name": "--mdc-button-text-color",
20480
+ "inheritedFrom": {
20481
+ "name": "Buttonsimple",
20482
+ "module": "src/components/buttonsimple/buttonsimple.component.ts"
20483
+ }
20200
20484
  }
20201
20485
  ],
20202
20486
  "slots": [
@@ -20212,7 +20496,7 @@
20212
20496
  "type": {
20213
20497
  "text": "ButtonSize"
20214
20498
  },
20215
- "description": "Sets the size of the linkbutton.\nAcceptable values: \n- 12\n- 14\n- 16",
20499
+ "description": "Sets the size of the linkbutton.\nAcceptable values:\n- 12\n- 14\n- 16",
20216
20500
  "default": "16",
20217
20501
  "attribute": "size",
20218
20502
  "reflects": true,
@@ -20610,7 +20894,7 @@
20610
20894
  "type": {
20611
20895
  "text": "ButtonSize"
20612
20896
  },
20613
- "description": "Sets the size of the linkbutton.\nAcceptable values: \n- 12\n- 14\n- 16",
20897
+ "description": "Sets the size of the linkbutton.\nAcceptable values:\n- 12\n- 14\n- 16",
20614
20898
  "default": "16",
20615
20899
  "fieldName": "size",
20616
20900
  "inheritedFrom": {
@@ -20788,7 +21072,7 @@
20788
21072
  "module": "/src/components/buttonsimple/buttonsimple.component"
20789
21073
  },
20790
21074
  "tagName": "mdc-linkbutton",
20791
- "jsDoc": "/**\n * `mdc-linkbutton` visually mimics a hyperlink while functioning as a button. It blends the appearance of `mdc-link` with the accessibility and interaction capabilities of `mdc-button`.\n *\n * ### Features:\n * - Looks like a link, behaves like a button.\n * - Supports slots for a text label and an optional trailing icon.\n * - Inherits accessibility and keyboard interaction behavior from `mdc-buttonsimple`.\n *\n * @dependency mdc-icon\n *\n * @tagname mdc-linkbutton\n *\n * @slot - Text label of the linkbutton.\n *\n * @event click - (React: onClick) This event is dispatched when the linkbutton is clicked.\n * @event keydown - (React: onKeyDown) This event is dispatched when a key is pressed down on the linkbutton.\n * @event keyup - (React: onKeyUp) This event is dispatched when a key is released on the linkbutton.\n * @event focus - (React: onFocus) This event is dispatched when the linkbutton receives focus.\n *\n * @cssproperty --mdc-link-border-radius - Border radius of the linkbutton.\n * @cssproperty --mdc-link-color-active - Color of the linkbutton’s child content in the active state.\n * @cssproperty --mdc-link-color-disabled - Color of the linkbutton’s child content in the disabled state.\n * @cssproperty --mdc-link-color-hover - Color of the linkbutton’s child content in the hover state.\n * @cssproperty --mdc-link-color-normal - Color of the linkbutton’s child content in the normal state.\n * @cssproperty --mdc-link-inverted-color-active - Color of the inverted linkbutton’s child content in the active state.\n * @cssproperty --mdc-link-inverted-color-disabled - Color of the inverted linkbutton’s child content in the disabled state.\n * @cssproperty --mdc-link-inverted-color-hover - Color of the inverted linkbutton’s child content in the hover state.\n * @cssproperty --mdc-link-inverted-color-normal - Color of the inverted linkbutton’s child content in the normal state.\n */",
21075
+ "jsDoc": "/**\n * `mdc-linkbutton` visually mimics a hyperlink while functioning as a button. It blends the appearance of `mdc-link` with the accessibility and interaction capabilities of `mdc-button`.\n *\n * ### Features:\n * - Looks like a link, behaves like a button.\n * - Supports slots for a text label and an optional trailing icon.\n * - Inherits accessibility and keyboard interaction behavior from `mdc-buttonsimple`.\n *\n * @dependency mdc-icon\n *\n * @tagname mdc-linkbutton\n *\n * @slot - Text label of the linkbutton.\n *\n * @event click - (React: onClick) This event is dispatched when the linkbutton is clicked.\n * @event keydown - (React: onKeyDown) This event is dispatched when a key is pressed down on the linkbutton.\n * @event keyup - (React: onKeyUp) This event is dispatched when a key is released on the linkbutton.\n * @event focus - (React: onFocus) This event is dispatched when the linkbutton receives focus.\n *\n * @cssproperty --mdc-link-border-radius - Border radius of the linkbutton.\n * @cssproperty --mdc-link-color-active - Color of the linkbutton’s child content in the active state.\n * @cssproperty --mdc-link-color-disabled - Color of the linkbutton’s child content in the disabled state.\n * @cssproperty --mdc-link-color-hover - Color of the linkbutton’s child content in the hover state.\n * @cssproperty --mdc-link-color-normal - Color of the linkbutton’s child content in the normal state.\n * @cssproperty --mdc-link-inverted-color-active - Color of the inverted linkbutton’s child content in the active state.\n * @cssproperty --mdc-link-inverted-color-disabled - Color of the inverted linkbutton’s child content in the disabled state.\n * @cssproperty --mdc-link-inverted-color-hover - Color of the inverted linkbutton’s child content in the hover state.\n * @cssproperty --mdc-link-inverted-color-normal - Color of the inverted linkbutton’s child content in the normal state.\n * @cssproperty --mdc-button-height - Height for button size\n */",
20792
21076
  "customElement": true
20793
21077
  }
20794
21078
  ],
@@ -41597,6 +41881,14 @@
41597
41881
  "description": "`mdc-tab` is Tab component to be used within the Tabgroup.\n\nPassing in the attribute `text` to the tab component is changing the text displayed in the tab.\n\nPass attribute `tabid` when using inside of `tablist` component.\n\nThe `slot=\"badge\"` can be used to add a badge to the tab.\n\nThe `slot=\"chip\"` can be used to add a chip to the tab.\n\nFor `icon`, the `mdc-icon` component is used to render the icon.\n\nNote: Icons can be used in conjunction with badges or chips.\nBadges and chips should not be used at the same time.",
41598
41882
  "name": "Tab",
41599
41883
  "cssProperties": [
41884
+ {
41885
+ "description": "Height for button size",
41886
+ "name": "--mdc-button-height",
41887
+ "inheritedFrom": {
41888
+ "name": "Buttonsimple",
41889
+ "module": "src/components/buttonsimple/buttonsimple.component.ts"
41890
+ }
41891
+ },
41600
41892
  {
41601
41893
  "description": "Gap between the badge(if provided), icon and text.",
41602
41894
  "name": "--mdc-tab-content-gap"
@@ -41796,6 +42088,30 @@
41796
42088
  {
41797
42089
  "description": "Text and icon color for inactive pill tab in disabled state.",
41798
42090
  "name": "--mdc-tab-pill-inactive-color-disabled"
42091
+ },
42092
+ {
42093
+ "description": "Background color of the button",
42094
+ "name": "--mdc-button-background",
42095
+ "inheritedFrom": {
42096
+ "name": "Buttonsimple",
42097
+ "module": "src/components/buttonsimple/buttonsimple.component.ts"
42098
+ }
42099
+ },
42100
+ {
42101
+ "description": "Borer color of the button",
42102
+ "name": "--mdc-button-border-color",
42103
+ "inheritedFrom": {
42104
+ "name": "Buttonsimple",
42105
+ "module": "src/components/buttonsimple/buttonsimple.component.ts"
42106
+ }
42107
+ },
42108
+ {
42109
+ "description": "Text color of the button",
42110
+ "name": "--mdc-button-text-color",
42111
+ "inheritedFrom": {
42112
+ "name": "Buttonsimple",
42113
+ "module": "src/components/buttonsimple/buttonsimple.component.ts"
42114
+ }
41799
42115
  }
41800
42116
  ],
41801
42117
  "cssParts": [
@@ -42458,7 +42774,7 @@
42458
42774
  "module": "/src/components/buttonsimple/buttonsimple.component"
42459
42775
  },
42460
42776
  "tagName": "mdc-tab",
42461
- "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-content-gap - Gap between the badge(if provided), icon and text.\n * @cssproperty --mdc-tab-height - Height of the tab.\n * @cssproperty --mdc-tab-glass-active-background-color-disabled - Background color for active glass tab\n * in disabled state.\n * @cssproperty --mdc-tab-glass-active-background-color-hover - Background color for active glass tab in hover state.\n * @cssproperty --mdc-tab-glass-active-background-color-normal - Background color for active glass tab in rest state.\n * @cssproperty --mdc-tab-glass-active-background-color-pressed - Background color for active glass tab\n * in pressed state.\n * @cssproperty --mdc-tab-glass-active-color - Text and icon color for active glass tab.\n * @cssproperty --mdc-tab-glass-active-color-disabled - Text and icon color for active glass tab in disabled state.\n * @cssproperty --mdc-tab-glass-border-radius - Border radius for glass tab.\n * @cssproperty --mdc-tab-glass-inactive-background-color-disabled - Background color for inactive glass tab\n * in disabled state.\n * @cssproperty --mdc-tab-glass-inactive-background-color-hover - Background color for inactive glass tab\n * in hover state.\n * @cssproperty --mdc-tab-glass-inactive-background-color-normal - Background color for inactive glass tab\n * in rest state.\n * @cssproperty --mdc-tab-glass-inactive-background-color-pressed - Background color for inactive glass tab\n * in pressed state.\n * @cssproperty --mdc-tab-glass-inactive-color - Text and icon color for inactive glass tab.\n * @cssproperty --mdc-tab-glass-inactive-color-disabled - Text and icon color for inactive glass tab in disabled state.\n * @cssproperty --mdc-tab-line-active-background-color-pressed - Background color for active line tab in pressed state.\n * @cssproperty --mdc-tab-line-active-background-color-disabled - Background color for active line tab\n * in disabled state.\n * @cssproperty --mdc-tab-line-active-background-color-hover - Background color for active line tab in hover state.\n * @cssproperty --mdc-tab-line-active-background-color-normal - Background color for active line tab in rest state.\n * @cssproperty --mdc-tab-line-active-color - Text and icon color for active line tab.\n * @cssproperty --mdc-tab-line-active-color-disabled - Text and icon color for active line tab in disabled state.\n * @cssproperty --mdc-tab-line-active-indicator-color - color for indicator in active line tab.\n * @cssproperty --mdc-tab-line-active-indicator-color-disabled - Color for indicator in active line tab\n * in disabled state.\n * @cssproperty --mdc-tab-line-active-indicator-height - Height for indicator in active line tab.\n * @cssproperty --mdc-tab-line-active-indicator-width - Width for indicator in active line tab.\n * @cssproperty --mdc-tab-line-border-bottom-left-radius - Bottom left border radius for line tab.\n * @cssproperty --mdc-tab-line-border-bottom-right-radius - Bottom right border radius for line tab.\n * @cssproperty --mdc-tab-line-border-top-left-radius - Top left border radius for line tab.\n * @cssproperty --mdc-tab-line-border-top-right-radius - Top right border radius for line tab.\n * @cssproperty --mdc-tab-line-inactive-background-color-pressed - Background color for inactive line tab\n * in pressed state.\n * @cssproperty --mdc-tab-line-inactive-background-color-disabled - Background color for inactive line tab\n * in disabled state\n * @cssproperty --mdc-tab-line-inactive-background-color-hover - Background color for inactive line tab in hover state.\n * @cssproperty --mdc-tab-line-inactive-background-color-normal - Background color for inactive line tab\n * in rest state.\n * @cssproperty --mdc-tab-line-inactive-color - Text and icon color for inactive line tab.\n * @cssproperty --mdc-tab-line-inactive-color-disabled - Text and icon color for inactive line tab in disabled state.\n * @cssproperty --mdc-tab-padding-left - Padding left for the tab.\n * @cssproperty --mdc-tab-padding-right - Padding right for the tab.\n * @cssproperty --mdc-tab-pill-active-background-color-pressed - Background color for active pill tab in pressed state.\n * @cssproperty --mdc-tab-pill-active-background-color-disabled - Background color for active pill tab\n * in disabled state.\n * @cssproperty --mdc-tab-pill-active-background-color-hover - Background color for active pill tab in hover state.\n * @cssproperty --mdc-tab-pill-active-background-color-normal - Background color for active pill tab in rest state.\n * @cssproperty --mdc-tab-pill-active-color - Text and icon color for active pill tab.\n * @cssproperty --mdc-tab-pill-active-color-disabled - Text and icon color for active pill tab in disabled state.\n * @cssproperty --mdc-tab-pill-border-radius - Border radius for pill tab.\n * @cssproperty --mdc-tab-pill-inactive-background-color-pressed - Background color for inactive pill tab\n * in pressed state.\n * @cssproperty --mdc-tab-pill-inactive-background-color-disabled - Background color for inactive pill tab\n * in disabled state.\n * @cssproperty --mdc-tab-pill-inactive-background-color-hover - Background color for inactive pill tab in hover state.\n * @cssproperty --mdc-tab-pill-inactive-background-color-normal - Background color for inactive pill tab in rest state.\n * @cssproperty --mdc-tab-pill-inactive-color - Text and icon color for inactive pill tab.\n * @cssproperty --mdc-tab-pill-inactive-color-disabled - Text and icon color for inactive pill tab in disabled state.\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 */",
42777
+ "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-button-height - Height for button size\n * @cssproperty --mdc-tab-content-gap - Gap between the badge(if provided), icon and text.\n * @cssproperty --mdc-tab-height - Height of the tab.\n * @cssproperty --mdc-tab-glass-active-background-color-disabled - Background color for active glass tab\n * in disabled state.\n * @cssproperty --mdc-tab-glass-active-background-color-hover - Background color for active glass tab in hover state.\n * @cssproperty --mdc-tab-glass-active-background-color-normal - Background color for active glass tab in rest state.\n * @cssproperty --mdc-tab-glass-active-background-color-pressed - Background color for active glass tab\n * in pressed state.\n * @cssproperty --mdc-tab-glass-active-color - Text and icon color for active glass tab.\n * @cssproperty --mdc-tab-glass-active-color-disabled - Text and icon color for active glass tab in disabled state.\n * @cssproperty --mdc-tab-glass-border-radius - Border radius for glass tab.\n * @cssproperty --mdc-tab-glass-inactive-background-color-disabled - Background color for inactive glass tab\n * in disabled state.\n * @cssproperty --mdc-tab-glass-inactive-background-color-hover - Background color for inactive glass tab\n * in hover state.\n * @cssproperty --mdc-tab-glass-inactive-background-color-normal - Background color for inactive glass tab\n * in rest state.\n * @cssproperty --mdc-tab-glass-inactive-background-color-pressed - Background color for inactive glass tab\n * in pressed state.\n * @cssproperty --mdc-tab-glass-inactive-color - Text and icon color for inactive glass tab.\n * @cssproperty --mdc-tab-glass-inactive-color-disabled - Text and icon color for inactive glass tab in disabled state.\n * @cssproperty --mdc-tab-line-active-background-color-pressed - Background color for active line tab in pressed state.\n * @cssproperty --mdc-tab-line-active-background-color-disabled - Background color for active line tab\n * in disabled state.\n * @cssproperty --mdc-tab-line-active-background-color-hover - Background color for active line tab in hover state.\n * @cssproperty --mdc-tab-line-active-background-color-normal - Background color for active line tab in rest state.\n * @cssproperty --mdc-tab-line-active-color - Text and icon color for active line tab.\n * @cssproperty --mdc-tab-line-active-color-disabled - Text and icon color for active line tab in disabled state.\n * @cssproperty --mdc-tab-line-active-indicator-color - color for indicator in active line tab.\n * @cssproperty --mdc-tab-line-active-indicator-color-disabled - Color for indicator in active line tab\n * in disabled state.\n * @cssproperty --mdc-tab-line-active-indicator-height - Height for indicator in active line tab.\n * @cssproperty --mdc-tab-line-active-indicator-width - Width for indicator in active line tab.\n * @cssproperty --mdc-tab-line-border-bottom-left-radius - Bottom left border radius for line tab.\n * @cssproperty --mdc-tab-line-border-bottom-right-radius - Bottom right border radius for line tab.\n * @cssproperty --mdc-tab-line-border-top-left-radius - Top left border radius for line tab.\n * @cssproperty --mdc-tab-line-border-top-right-radius - Top right border radius for line tab.\n * @cssproperty --mdc-tab-line-inactive-background-color-pressed - Background color for inactive line tab\n * in pressed state.\n * @cssproperty --mdc-tab-line-inactive-background-color-disabled - Background color for inactive line tab\n * in disabled state\n * @cssproperty --mdc-tab-line-inactive-background-color-hover - Background color for inactive line tab in hover state.\n * @cssproperty --mdc-tab-line-inactive-background-color-normal - Background color for inactive line tab\n * in rest state.\n * @cssproperty --mdc-tab-line-inactive-color - Text and icon color for inactive line tab.\n * @cssproperty --mdc-tab-line-inactive-color-disabled - Text and icon color for inactive line tab in disabled state.\n * @cssproperty --mdc-tab-padding-left - Padding left for the tab.\n * @cssproperty --mdc-tab-padding-right - Padding right for the tab.\n * @cssproperty --mdc-tab-pill-active-background-color-pressed - Background color for active pill tab in pressed state.\n * @cssproperty --mdc-tab-pill-active-background-color-disabled - Background color for active pill tab\n * in disabled state.\n * @cssproperty --mdc-tab-pill-active-background-color-hover - Background color for active pill tab in hover state.\n * @cssproperty --mdc-tab-pill-active-background-color-normal - Background color for active pill tab in rest state.\n * @cssproperty --mdc-tab-pill-active-color - Text and icon color for active pill tab.\n * @cssproperty --mdc-tab-pill-active-color-disabled - Text and icon color for active pill tab in disabled state.\n * @cssproperty --mdc-tab-pill-border-radius - Border radius for pill tab.\n * @cssproperty --mdc-tab-pill-inactive-background-color-pressed - Background color for inactive pill tab\n * in pressed state.\n * @cssproperty --mdc-tab-pill-inactive-background-color-disabled - Background color for inactive pill tab\n * in disabled state.\n * @cssproperty --mdc-tab-pill-inactive-background-color-hover - Background color for inactive pill tab in hover state.\n * @cssproperty --mdc-tab-pill-inactive-background-color-normal - Background color for inactive pill tab in rest state.\n * @cssproperty --mdc-tab-pill-inactive-color - Text and icon color for inactive pill tab.\n * @cssproperty --mdc-tab-pill-inactive-color-disabled - Text and icon color for inactive pill tab in disabled state.\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 */",
42462
42778
  "customElement": true
42463
42779
  }
42464
42780
  ],