@momentum-design/components 0.81.2 → 0.81.3

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.
@@ -2203,6 +2203,138 @@
2203
2203
  }
2204
2204
  ]
2205
2205
  },
2206
+ {
2207
+ "kind": "javascript-module",
2208
+ "path": "components/buttongroup/buttongroup.component.js",
2209
+ "declarations": [
2210
+ {
2211
+ "kind": "class",
2212
+ "description": "buttongroup component, is a styled wrapper for multiple buttons.\nIt can support icon buttons, combination of icon and pill buttons, and text buttons.\nThey are available in horizontal and vertical orientation.",
2213
+ "name": "ButtonGroup",
2214
+ "cssProperties": [
2215
+ {
2216
+ "description": "The border radius of the buttongroup",
2217
+ "name": "--mdc-buttongroup-border-radius"
2218
+ },
2219
+ {
2220
+ "description": "The border color of the buttongroup",
2221
+ "name": "--mdc-buttongroup-border-color"
2222
+ },
2223
+ {
2224
+ "description": "The color of the divider between buttons within the buttongroup",
2225
+ "name": "--mdc-buttongroup-divider-color"
2226
+ }
2227
+ ],
2228
+ "slots": [
2229
+ {
2230
+ "description": "This is a default/unnamed slot, which contains the buttons",
2231
+ "name": "default"
2232
+ }
2233
+ ],
2234
+ "members": [
2235
+ {
2236
+ "kind": "field",
2237
+ "name": "orientation",
2238
+ "type": {
2239
+ "text": "ButtonGroupOrientation"
2240
+ },
2241
+ "description": "Orientation of the buttongroup.",
2242
+ "default": "'horizontal'",
2243
+ "attribute": "orientation",
2244
+ "reflects": true
2245
+ },
2246
+ {
2247
+ "kind": "field",
2248
+ "name": "variant",
2249
+ "type": {
2250
+ "text": "ButtonGroupVariant"
2251
+ },
2252
+ "description": "Variant of the buttons within the buttongroup.",
2253
+ "default": "'primary'",
2254
+ "attribute": "variant",
2255
+ "reflects": true
2256
+ },
2257
+ {
2258
+ "kind": "field",
2259
+ "name": "size",
2260
+ "type": {
2261
+ "text": "ButtonGroupSize"
2262
+ },
2263
+ "description": "Size of the buttons within the buttongroup.",
2264
+ "default": "'28'",
2265
+ "attribute": "size",
2266
+ "reflects": true
2267
+ },
2268
+ {
2269
+ "kind": "field",
2270
+ "name": "compact",
2271
+ "type": {
2272
+ "text": "boolean"
2273
+ },
2274
+ "default": "false",
2275
+ "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.",
2276
+ "attribute": "compact",
2277
+ "reflects": true
2278
+ }
2279
+ ],
2280
+ "attributes": [
2281
+ {
2282
+ "name": "orientation",
2283
+ "type": {
2284
+ "text": "ButtonGroupOrientation"
2285
+ },
2286
+ "description": "Orientation of the buttongroup.",
2287
+ "default": "'horizontal'",
2288
+ "fieldName": "orientation"
2289
+ },
2290
+ {
2291
+ "name": "variant",
2292
+ "type": {
2293
+ "text": "ButtonGroupVariant"
2294
+ },
2295
+ "description": "Variant of the buttons within the buttongroup.",
2296
+ "default": "'primary'",
2297
+ "fieldName": "variant"
2298
+ },
2299
+ {
2300
+ "name": "size",
2301
+ "type": {
2302
+ "text": "ButtonGroupSize"
2303
+ },
2304
+ "description": "Size of the buttons within the buttongroup.",
2305
+ "default": "'28'",
2306
+ "fieldName": "size"
2307
+ },
2308
+ {
2309
+ "name": "compact",
2310
+ "type": {
2311
+ "text": "boolean"
2312
+ },
2313
+ "default": "false",
2314
+ "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.",
2315
+ "fieldName": "compact"
2316
+ }
2317
+ ],
2318
+ "superclass": {
2319
+ "name": "Component",
2320
+ "module": "/src/models"
2321
+ },
2322
+ "tagName": "mdc-buttongroup",
2323
+ "jsDoc": "/**\n * buttongroup component, is a styled wrapper for multiple buttons.\n * It can support icon buttons, combination of icon and pill buttons, and text buttons.\n * They are available in horizontal and vertical orientation.\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 */",
2324
+ "customElement": true
2325
+ }
2326
+ ],
2327
+ "exports": [
2328
+ {
2329
+ "kind": "js",
2330
+ "name": "default",
2331
+ "declaration": {
2332
+ "name": "ButtonGroup",
2333
+ "module": "components/buttongroup/buttongroup.component.js"
2334
+ }
2335
+ }
2336
+ ]
2337
+ },
2206
2338
  {
2207
2339
  "kind": "javascript-module",
2208
2340
  "path": "components/button/button.component.js",
@@ -2900,231 +3032,99 @@
2900
3032
  },
2901
3033
  {
2902
3034
  "kind": "javascript-module",
2903
- "path": "components/buttongroup/buttongroup.component.js",
3035
+ "path": "components/buttonlink/buttonlink.component.js",
2904
3036
  "declarations": [
2905
3037
  {
2906
3038
  "kind": "class",
2907
- "description": "buttongroup component, is a styled wrapper for multiple buttons.\nIt can support icon buttons, combination of icon and pill buttons, and text buttons.\nThey are available in horizontal and vertical orientation.",
2908
- "name": "ButtonGroup",
2909
- "cssProperties": [
2910
- {
2911
- "description": "The border radius of the buttongroup",
2912
- "name": "--mdc-buttongroup-border-radius"
2913
- },
2914
- {
2915
- "description": "The border color of the buttongroup",
2916
- "name": "--mdc-buttongroup-border-color"
2917
- },
2918
- {
2919
- "description": "The color of the divider between buttons within the buttongroup",
2920
- "name": "--mdc-buttongroup-divider-color"
2921
- }
2922
- ],
2923
- "slots": [
2924
- {
2925
- "description": "This is a default/unnamed slot, which contains the buttons",
2926
- "name": "default"
2927
- }
2928
- ],
3039
+ "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`.",
3040
+ "name": "ButtonLink",
2929
3041
  "members": [
2930
3042
  {
2931
3043
  "kind": "field",
2932
- "name": "orientation",
3044
+ "name": "size",
2933
3045
  "type": {
2934
- "text": "ButtonGroupOrientation"
3046
+ "text": "PillButtonSize | IconButtonSize"
2935
3047
  },
2936
- "description": "Orientation of the buttongroup.",
2937
- "default": "'horizontal'",
2938
- "attribute": "orientation",
3048
+ "description": "ButtonLink sizing is based on the buttonlink type.\n - **Pill buttonlink**: 40, 32, 28, 24.\n - **Icon buttonlink**: 64, 52, 40, 32, 28, 24.\n - Tertiary icon buttonlink can also be 20.",
3049
+ "default": "32",
3050
+ "attribute": "size",
2939
3051
  "reflects": true
2940
3052
  },
2941
3053
  {
2942
3054
  "kind": "field",
2943
- "name": "variant",
3055
+ "name": "softDisabled",
2944
3056
  "type": {
2945
- "text": "ButtonGroupVariant"
3057
+ "text": "boolean | undefined"
2946
3058
  },
2947
- "description": "Variant of the buttons within the buttongroup.",
2948
- "default": "'primary'",
2949
- "attribute": "variant",
3059
+ "description": "Indicates whether the buttonlink is soft disabled.\nWhen set to `true`, the buttonlink appears visually disabled but still allows\nfocus, click, and keyboard actions to be passed through.\n\n**Important:** When using soft disabled, consumers must ensure that\nthe buttonlink behaves like a disabled buttonlink, allowing only focus and\npreventing any interactions (clicks or keyboard actions) from triggering unintended actions.",
3060
+ "default": "undefined",
3061
+ "attribute": "soft-disabled",
2950
3062
  "reflects": true
2951
3063
  },
2952
3064
  {
2953
- "kind": "field",
2954
- "name": "size",
2955
- "type": {
2956
- "text": "ButtonGroupSize"
2957
- },
2958
- "description": "Size of the buttons within the buttongroup.",
2959
- "default": "'28'",
2960
- "attribute": "size",
2961
- "reflects": true
3065
+ "kind": "method",
3066
+ "name": "setSoftDisabled",
3067
+ "privacy": "private",
3068
+ "parameters": [
3069
+ {
3070
+ "name": "element",
3071
+ "type": {
3072
+ "text": "HTMLElement"
3073
+ },
3074
+ "description": "The buttonlink element."
3075
+ },
3076
+ {
3077
+ "name": "softDisabled",
3078
+ "optional": true,
3079
+ "type": {
3080
+ "text": "boolean"
3081
+ },
3082
+ "description": "The soft-disabled state."
3083
+ }
3084
+ ],
3085
+ "description": "Sets the soft-disabled attribute for the buttonlink.\nWhen soft-disabled, the buttonlink looks to be disabled but remains focusable and clickable.\nAlso sets/removes aria-disabled attribute."
2962
3086
  },
2963
3087
  {
2964
3088
  "kind": "field",
2965
- "name": "compact",
3089
+ "name": "prefixIcon",
2966
3090
  "type": {
2967
- "text": "boolean"
3091
+ "text": "IconNames | undefined"
2968
3092
  },
2969
- "default": "false",
2970
- "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.",
2971
- "attribute": "compact",
2972
- "reflects": true
2973
- }
2974
- ],
2975
- "attributes": [
3093
+ "description": "The name of the icon to display as a prefix.\nThe icon is displayed on the left side of the button.",
3094
+ "attribute": "prefix-icon",
3095
+ "reflects": true,
3096
+ "inheritedFrom": {
3097
+ "name": "ButtonComponentMixin",
3098
+ "module": "utils/mixins/ButtonComponentMixin.js"
3099
+ }
3100
+ },
2976
3101
  {
2977
- "name": "orientation",
3102
+ "kind": "field",
3103
+ "name": "postfixIcon",
2978
3104
  "type": {
2979
- "text": "ButtonGroupOrientation"
3105
+ "text": "IconNames | undefined"
2980
3106
  },
2981
- "description": "Orientation of the buttongroup.",
2982
- "default": "'horizontal'",
2983
- "fieldName": "orientation"
3107
+ "description": "The name of the icon to display as a postfix.\nThe icon is displayed on the right side of the button.",
3108
+ "attribute": "postfix-icon",
3109
+ "reflects": true,
3110
+ "inheritedFrom": {
3111
+ "name": "ButtonComponentMixin",
3112
+ "module": "utils/mixins/ButtonComponentMixin.js"
3113
+ }
2984
3114
  },
2985
3115
  {
3116
+ "kind": "field",
2986
3117
  "name": "variant",
2987
3118
  "type": {
2988
- "text": "ButtonGroupVariant"
3119
+ "text": "ButtonVariant"
2989
3120
  },
2990
- "description": "Variant of the buttons within the buttongroup.",
2991
- "default": "'primary'",
2992
- "fieldName": "variant"
2993
- },
2994
- {
2995
- "name": "size",
2996
- "type": {
2997
- "text": "ButtonGroupSize"
2998
- },
2999
- "description": "Size of the buttons within the buttongroup.",
3000
- "default": "'28'",
3001
- "fieldName": "size"
3002
- },
3003
- {
3004
- "name": "compact",
3005
- "type": {
3006
- "text": "boolean"
3007
- },
3008
- "default": "false",
3009
- "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.",
3010
- "fieldName": "compact"
3011
- }
3012
- ],
3013
- "superclass": {
3014
- "name": "Component",
3015
- "module": "/src/models"
3016
- },
3017
- "tagName": "mdc-buttongroup",
3018
- "jsDoc": "/**\n * buttongroup component, is a styled wrapper for multiple buttons.\n * It can support icon buttons, combination of icon and pill buttons, and text buttons.\n * They are available in horizontal and vertical orientation.\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 */",
3019
- "customElement": true
3020
- }
3021
- ],
3022
- "exports": [
3023
- {
3024
- "kind": "js",
3025
- "name": "default",
3026
- "declaration": {
3027
- "name": "ButtonGroup",
3028
- "module": "components/buttongroup/buttongroup.component.js"
3029
- }
3030
- }
3031
- ]
3032
- },
3033
- {
3034
- "kind": "javascript-module",
3035
- "path": "components/buttonlink/buttonlink.component.js",
3036
- "declarations": [
3037
- {
3038
- "kind": "class",
3039
- "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`.",
3040
- "name": "ButtonLink",
3041
- "members": [
3042
- {
3043
- "kind": "field",
3044
- "name": "size",
3045
- "type": {
3046
- "text": "PillButtonSize | IconButtonSize"
3047
- },
3048
- "description": "ButtonLink sizing is based on the buttonlink type.\n - **Pill buttonlink**: 40, 32, 28, 24.\n - **Icon buttonlink**: 64, 52, 40, 32, 28, 24.\n - Tertiary icon buttonlink can also be 20.",
3049
- "default": "32",
3050
- "attribute": "size",
3051
- "reflects": true
3052
- },
3053
- {
3054
- "kind": "field",
3055
- "name": "softDisabled",
3056
- "type": {
3057
- "text": "boolean | undefined"
3058
- },
3059
- "description": "Indicates whether the buttonlink is soft disabled.\nWhen set to `true`, the buttonlink appears visually disabled but still allows\nfocus, click, and keyboard actions to be passed through.\n\n**Important:** When using soft disabled, consumers must ensure that\nthe buttonlink behaves like a disabled buttonlink, allowing only focus and\npreventing any interactions (clicks or keyboard actions) from triggering unintended actions.",
3060
- "default": "undefined",
3061
- "attribute": "soft-disabled",
3062
- "reflects": true
3063
- },
3064
- {
3065
- "kind": "method",
3066
- "name": "setSoftDisabled",
3067
- "privacy": "private",
3068
- "parameters": [
3069
- {
3070
- "name": "element",
3071
- "type": {
3072
- "text": "HTMLElement"
3073
- },
3074
- "description": "The buttonlink element."
3075
- },
3076
- {
3077
- "name": "softDisabled",
3078
- "optional": true,
3079
- "type": {
3080
- "text": "boolean"
3081
- },
3082
- "description": "The soft-disabled state."
3083
- }
3084
- ],
3085
- "description": "Sets the soft-disabled attribute for the buttonlink.\nWhen soft-disabled, the buttonlink looks to be disabled but remains focusable and clickable.\nAlso sets/removes aria-disabled attribute."
3086
- },
3087
- {
3088
- "kind": "field",
3089
- "name": "prefixIcon",
3090
- "type": {
3091
- "text": "IconNames | undefined"
3092
- },
3093
- "description": "The name of the icon to display as a prefix.\nThe icon is displayed on the left side of the button.",
3094
- "attribute": "prefix-icon",
3095
- "reflects": true,
3096
- "inheritedFrom": {
3097
- "name": "ButtonComponentMixin",
3098
- "module": "utils/mixins/ButtonComponentMixin.js"
3099
- }
3100
- },
3101
- {
3102
- "kind": "field",
3103
- "name": "postfixIcon",
3104
- "type": {
3105
- "text": "IconNames | undefined"
3106
- },
3107
- "description": "The name of the icon to display as a postfix.\nThe icon is displayed on the right side of the button.",
3108
- "attribute": "postfix-icon",
3109
- "reflects": true,
3110
- "inheritedFrom": {
3111
- "name": "ButtonComponentMixin",
3112
- "module": "utils/mixins/ButtonComponentMixin.js"
3113
- }
3114
- },
3115
- {
3116
- "kind": "field",
3117
- "name": "variant",
3118
- "type": {
3119
- "text": "ButtonVariant"
3120
- },
3121
- "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.",
3122
- "default": "primary",
3123
- "attribute": "variant",
3124
- "inheritedFrom": {
3125
- "name": "ButtonComponentMixin",
3126
- "module": "utils/mixins/ButtonComponentMixin.js"
3127
- }
3121
+ "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.",
3122
+ "default": "primary",
3123
+ "attribute": "variant",
3124
+ "inheritedFrom": {
3125
+ "name": "ButtonComponentMixin",
3126
+ "module": "utils/mixins/ButtonComponentMixin.js"
3127
+ }
3128
3128
  },
3129
3129
  {
3130
3130
  "kind": "field",
@@ -16311,12 +16311,82 @@
16311
16311
  },
16312
16312
  {
16313
16313
  "kind": "javascript-module",
16314
- "path": "components/menuitemradio/menuitemradio.component.js",
16314
+ "path": "components/menuitemcheckbox/menuitemcheckbox.component.js",
16315
16315
  "declarations": [
16316
16316
  {
16317
16317
  "kind": "class",
16318
- "description": "A menuitemradio component is a checkable menuitem that is used in a menu.\nA menuitemradio should be checked only one at a time. <br/>\nThere should be no focusable descendants inside this menuitemradio component.\n\nThe `aria-checked` menuitemradio attribute is used to indicate that the menuitemradio is checked or not.\n\nIf you want more than one item in a group to be checked, consider using menuitemcheckbox component.\n\nIf a menuitemradio is disabled, then the `aria-disabled` attribute is set to `true`.",
16319
- "name": "MenuItemRadio",
16318
+ "description": "A menuitemcheckbox component is a checkable menuitem.\nThere should be no focusable descendants inside this menuitemcheckbox component.\n\nThe `aria-checked` attribute indicates whether the menuitemcheckbox is checked or not.\n\nThe `indicator` attribute is used to differentiate between <b>checkbox</b>, <b>checkmark</b> and <b>toggle</b>.\nBy default the `indicator` is set to <b>checkbox</b>.<br/>\n\nThe checkbox will always be positioned on the leading side of the menuitem label and\nthe toggle and checkmark will always be positioned on the trailing side.\n\nThe checkbox will have the possible states of `true` or `false`.\nIf the indicator is set to <b>checkmark</b> and if the `aria-checked` attribute is set to `true`,\nthen the checkmark will be displayed. if not, then no indicator will be displayed.\n\nIf you want only one item in a group to be checked, consider using menuitemradio component.\n\nIf a menuitemcheckbox is disabled, then the `aria-disabled` attribute is set to `true`.",
16319
+ "name": "MenuItemCheckbox",
16320
+ "cssProperties": [
16321
+ {
16322
+ "description": "Allows customization of the checkmark indicator color",
16323
+ "name": "--mdc-checkmark-indicator-color"
16324
+ },
16325
+ {
16326
+ "description": "Allows customization of the default background color.",
16327
+ "name": "--mdc-listitem-default-background-color",
16328
+ "inheritedFrom": {
16329
+ "name": "ListItem",
16330
+ "module": "src/components/listitem/listitem.component.ts"
16331
+ }
16332
+ },
16333
+ {
16334
+ "description": "Allows customization of the background color on hover.",
16335
+ "name": "--mdc-listitem-background-color-hover",
16336
+ "inheritedFrom": {
16337
+ "name": "ListItem",
16338
+ "module": "src/components/listitem/listitem.component.ts"
16339
+ }
16340
+ },
16341
+ {
16342
+ "description": "Allows customization of the background color when pressed.",
16343
+ "name": "--mdc-listitem-background-color-active",
16344
+ "inheritedFrom": {
16345
+ "name": "ListItem",
16346
+ "module": "src/components/listitem/listitem.component.ts"
16347
+ }
16348
+ },
16349
+ {
16350
+ "description": "Allows customization of the primary label, side header and subline text slot color.",
16351
+ "name": "--mdc-listitem-primary-label-color",
16352
+ "inheritedFrom": {
16353
+ "name": "ListItem",
16354
+ "module": "src/components/listitem/listitem.component.ts"
16355
+ }
16356
+ },
16357
+ {
16358
+ "description": "Allows customization of the secondary and tertiary label text slot color.",
16359
+ "name": "--mdc-listitem-secondary-label-color",
16360
+ "inheritedFrom": {
16361
+ "name": "ListItem",
16362
+ "module": "src/components/listitem/listitem.component.ts"
16363
+ }
16364
+ },
16365
+ {
16366
+ "description": "Allows customization of the disabled color.",
16367
+ "name": "--mdc-listitem-disabled-color",
16368
+ "inheritedFrom": {
16369
+ "name": "ListItem",
16370
+ "module": "src/components/listitem/listitem.component.ts"
16371
+ }
16372
+ },
16373
+ {
16374
+ "description": "Allows customization of column gap.",
16375
+ "name": "--mdc-listitem-column-gap",
16376
+ "inheritedFrom": {
16377
+ "name": "ListItem",
16378
+ "module": "src/components/listitem/listitem.component.ts"
16379
+ }
16380
+ },
16381
+ {
16382
+ "description": "Allows customization of padding left and right.",
16383
+ "name": "--mdc-listitem-padding-left-and-right",
16384
+ "inheritedFrom": {
16385
+ "name": "ListItem",
16386
+ "module": "src/components/listitem/listitem.component.ts"
16387
+ }
16388
+ }
16389
+ ],
16320
16390
  "members": [
16321
16391
  {
16322
16392
  "kind": "field",
@@ -16324,11 +16394,52 @@
16324
16394
  "type": {
16325
16395
  "text": "AriaCheckedStates"
16326
16396
  },
16327
- "description": "The aria-checked attribute is used to indicate that the menuitemradio is checked or not.",
16397
+ "description": "The aria-checked attribute is used to indicate that the menuitemcheckbox is checked or not.",
16328
16398
  "default": "'false'",
16329
16399
  "attribute": "aria-checked",
16330
16400
  "reflects": true
16331
16401
  },
16402
+ {
16403
+ "kind": "field",
16404
+ "name": "indicator",
16405
+ "type": {
16406
+ "text": "Indicator"
16407
+ },
16408
+ "description": "The indicator attribute is used to differentiate between <b>checkbox</b> and <b>toggle</b>.",
16409
+ "default": "'checkbox'",
16410
+ "attribute": "indicator",
16411
+ "reflects": true
16412
+ },
16413
+ {
16414
+ "kind": "method",
16415
+ "name": "staticCheckbox",
16416
+ "privacy": "private",
16417
+ "return": {
16418
+ "type": {
16419
+ "text": "TemplateResult | typeof nothing"
16420
+ }
16421
+ }
16422
+ },
16423
+ {
16424
+ "kind": "method",
16425
+ "name": "staticToggle",
16426
+ "privacy": "private",
16427
+ "return": {
16428
+ "type": {
16429
+ "text": "TemplateResult | typeof nothing"
16430
+ }
16431
+ }
16432
+ },
16433
+ {
16434
+ "kind": "method",
16435
+ "name": "getCheckmarkIcon",
16436
+ "privacy": "private",
16437
+ "return": {
16438
+ "type": {
16439
+ "text": "TemplateResult | typeof nothing"
16440
+ }
16441
+ }
16442
+ },
16332
16443
  {
16333
16444
  "kind": "field",
16334
16445
  "name": "arrowPosition",
@@ -16700,12 +16811,12 @@
16700
16811
  ],
16701
16812
  "events": [
16702
16813
  {
16703
- "description": "(React: onChange) This event is dispatched when the menuitemradio changes.",
16814
+ "description": "(React: onChange) This event is dispatched when the menuitemcheckbox changes.",
16704
16815
  "name": "change",
16705
16816
  "reactName": "onChange"
16706
16817
  },
16707
16818
  {
16708
- "description": "(React: onClick) This event is dispatched when the menuitemradio is clicked.",
16819
+ "description": "(React: onClick) This event is dispatched when the menuitemcheckbox is clicked.",
16709
16820
  "name": "click",
16710
16821
  "reactName": "onClick",
16711
16822
  "inheritedFrom": {
@@ -16714,7 +16825,7 @@
16714
16825
  }
16715
16826
  },
16716
16827
  {
16717
- "description": "(React: onFocus) This event is dispatched when the menuitemradio receives focus.",
16828
+ "description": "(React: onFocus) This event is dispatched when the menuitemcheckbox receives focus.",
16718
16829
  "name": "focus",
16719
16830
  "reactName": "onFocus",
16720
16831
  "inheritedFrom": {
@@ -16747,10 +16858,19 @@
16747
16858
  "type": {
16748
16859
  "text": "AriaCheckedStates"
16749
16860
  },
16750
- "description": "The aria-checked attribute is used to indicate that the menuitemradio is checked or not.",
16861
+ "description": "The aria-checked attribute is used to indicate that the menuitemcheckbox is checked or not.",
16751
16862
  "default": "'false'",
16752
16863
  "fieldName": "ariaChecked"
16753
16864
  },
16865
+ {
16866
+ "name": "indicator",
16867
+ "type": {
16868
+ "text": "Indicator"
16869
+ },
16870
+ "description": "The indicator attribute is used to differentiate between <b>checkbox</b> and <b>toggle</b>.",
16871
+ "default": "'checkbox'",
16872
+ "fieldName": "indicator"
16873
+ },
16754
16874
  {
16755
16875
  "name": "arrow-position",
16756
16876
  "type": {
@@ -16904,8 +17024,8 @@
16904
17024
  "name": "MenuItem",
16905
17025
  "module": "/src/components/menuitem/menuitem.component"
16906
17026
  },
16907
- "tagName": "mdc-menuitemradio",
16908
- "jsDoc": "/**\n * A menuitemradio component is a checkable menuitem that is used in a menu.\n * A menuitemradio should be checked only one at a time. <br/>\n * There should be no focusable descendants inside this menuitemradio component.\n *\n * The `aria-checked` menuitemradio attribute is used to indicate that the menuitemradio is checked or not.\n *\n * If you want more than one item in a group to be checked, consider using menuitemcheckbox component.\n *\n * If a menuitemradio is disabled, then the `aria-disabled` attribute is set to `true`.\n *\n * @dependency mdc-staticradio\n * @dependency mdc-text\n *\n * @tagname mdc-menuitemradio\n *\n * @event change - (React: onChange) This event is dispatched when the menuitemradio changes.\n * @event click - (React: onClick) This event is dispatched when the menuitemradio is clicked.\n * @event focus - (React: onFocus) This event is dispatched when the menuitemradio receives focus.\n */",
17027
+ "tagName": "mdc-menuitemcheckbox",
17028
+ "jsDoc": "/**\n * A menuitemcheckbox component is a checkable menuitem.\n * There should be no focusable descendants inside this menuitemcheckbox component.\n *\n * The `aria-checked` attribute indicates whether the menuitemcheckbox is checked or not.\n *\n * The `indicator` attribute is used to differentiate between <b>checkbox</b>, <b>checkmark</b> and <b>toggle</b>.\n * By default the `indicator` is set to <b>checkbox</b>.<br/>\n *\n * The checkbox will always be positioned on the leading side of the menuitem label and\n * the toggle and checkmark will always be positioned on the trailing side.\n *\n * The checkbox will have the possible states of `true` or `false`.\n * If the indicator is set to <b>checkmark</b> and if the `aria-checked` attribute is set to `true`,\n * then the checkmark will be displayed. if not, then no indicator will be displayed.\n *\n * If you want only one item in a group to be checked, consider using menuitemradio component.\n *\n * If a menuitemcheckbox is disabled, then the `aria-disabled` attribute is set to `true`.\n *\n * @dependency mdc-staticcheckbox\n * @dependency mdc-statictoggle\n * @dependency mdc-icon\n *\n * @tagname mdc-menuitemcheckbox\n *\n * @cssproperty --mdc-checkmark-indicator-color - Allows customization of the checkmark indicator color\n *\n * @event change - (React: onChange) This event is dispatched when the menuitemcheckbox changes.\n * @event click - (React: onClick) This event is dispatched when the menuitemcheckbox is clicked.\n * @event focus - (React: onFocus) This event is dispatched when the menuitemcheckbox receives focus.\n */",
16909
17029
  "customElement": true,
16910
17030
  "slots": [
16911
17031
  {
@@ -16964,72 +17084,6 @@
16964
17084
  "module": "src/components/listitem/listitem.component.ts"
16965
17085
  }
16966
17086
  }
16967
- ],
16968
- "cssProperties": [
16969
- {
16970
- "description": "Allows customization of the default background color.",
16971
- "name": "--mdc-listitem-default-background-color",
16972
- "inheritedFrom": {
16973
- "name": "ListItem",
16974
- "module": "src/components/listitem/listitem.component.ts"
16975
- }
16976
- },
16977
- {
16978
- "description": "Allows customization of the background color on hover.",
16979
- "name": "--mdc-listitem-background-color-hover",
16980
- "inheritedFrom": {
16981
- "name": "ListItem",
16982
- "module": "src/components/listitem/listitem.component.ts"
16983
- }
16984
- },
16985
- {
16986
- "description": "Allows customization of the background color when pressed.",
16987
- "name": "--mdc-listitem-background-color-active",
16988
- "inheritedFrom": {
16989
- "name": "ListItem",
16990
- "module": "src/components/listitem/listitem.component.ts"
16991
- }
16992
- },
16993
- {
16994
- "description": "Allows customization of the primary label, side header and subline text slot color.",
16995
- "name": "--mdc-listitem-primary-label-color",
16996
- "inheritedFrom": {
16997
- "name": "ListItem",
16998
- "module": "src/components/listitem/listitem.component.ts"
16999
- }
17000
- },
17001
- {
17002
- "description": "Allows customization of the secondary and tertiary label text slot color.",
17003
- "name": "--mdc-listitem-secondary-label-color",
17004
- "inheritedFrom": {
17005
- "name": "ListItem",
17006
- "module": "src/components/listitem/listitem.component.ts"
17007
- }
17008
- },
17009
- {
17010
- "description": "Allows customization of the disabled color.",
17011
- "name": "--mdc-listitem-disabled-color",
17012
- "inheritedFrom": {
17013
- "name": "ListItem",
17014
- "module": "src/components/listitem/listitem.component.ts"
17015
- }
17016
- },
17017
- {
17018
- "description": "Allows customization of column gap.",
17019
- "name": "--mdc-listitem-column-gap",
17020
- "inheritedFrom": {
17021
- "name": "ListItem",
17022
- "module": "src/components/listitem/listitem.component.ts"
17023
- }
17024
- },
17025
- {
17026
- "description": "Allows customization of padding left and right.",
17027
- "name": "--mdc-listitem-padding-left-and-right",
17028
- "inheritedFrom": {
17029
- "name": "ListItem",
17030
- "module": "src/components/listitem/listitem.component.ts"
17031
- }
17032
- }
17033
17087
  ]
17034
17088
  }
17035
17089
  ],
@@ -17038,90 +17092,20 @@
17038
17092
  "kind": "js",
17039
17093
  "name": "default",
17040
17094
  "declaration": {
17041
- "name": "MenuItemRadio",
17042
- "module": "components/menuitemradio/menuitemradio.component.js"
17095
+ "name": "MenuItemCheckbox",
17096
+ "module": "components/menuitemcheckbox/menuitemcheckbox.component.js"
17043
17097
  }
17044
17098
  }
17045
17099
  ]
17046
17100
  },
17047
17101
  {
17048
17102
  "kind": "javascript-module",
17049
- "path": "components/menuitemcheckbox/menuitemcheckbox.component.js",
17103
+ "path": "components/menuitemradio/menuitemradio.component.js",
17050
17104
  "declarations": [
17051
17105
  {
17052
17106
  "kind": "class",
17053
- "description": "A menuitemcheckbox component is a checkable menuitem.\nThere should be no focusable descendants inside this menuitemcheckbox component.\n\nThe `aria-checked` attribute indicates whether the menuitemcheckbox is checked or not.\n\nThe `indicator` attribute is used to differentiate between <b>checkbox</b>, <b>checkmark</b> and <b>toggle</b>.\nBy default the `indicator` is set to <b>checkbox</b>.<br/>\n\nThe checkbox will always be positioned on the leading side of the menuitem label and\nthe toggle and checkmark will always be positioned on the trailing side.\n\nThe checkbox will have the possible states of `true` or `false`.\nIf the indicator is set to <b>checkmark</b> and if the `aria-checked` attribute is set to `true`,\nthen the checkmark will be displayed. if not, then no indicator will be displayed.\n\nIf you want only one item in a group to be checked, consider using menuitemradio component.\n\nIf a menuitemcheckbox is disabled, then the `aria-disabled` attribute is set to `true`.",
17054
- "name": "MenuItemCheckbox",
17055
- "cssProperties": [
17056
- {
17057
- "description": "Allows customization of the checkmark indicator color",
17058
- "name": "--mdc-checkmark-indicator-color"
17059
- },
17060
- {
17061
- "description": "Allows customization of the default background color.",
17062
- "name": "--mdc-listitem-default-background-color",
17063
- "inheritedFrom": {
17064
- "name": "ListItem",
17065
- "module": "src/components/listitem/listitem.component.ts"
17066
- }
17067
- },
17068
- {
17069
- "description": "Allows customization of the background color on hover.",
17070
- "name": "--mdc-listitem-background-color-hover",
17071
- "inheritedFrom": {
17072
- "name": "ListItem",
17073
- "module": "src/components/listitem/listitem.component.ts"
17074
- }
17075
- },
17076
- {
17077
- "description": "Allows customization of the background color when pressed.",
17078
- "name": "--mdc-listitem-background-color-active",
17079
- "inheritedFrom": {
17080
- "name": "ListItem",
17081
- "module": "src/components/listitem/listitem.component.ts"
17082
- }
17083
- },
17084
- {
17085
- "description": "Allows customization of the primary label, side header and subline text slot color.",
17086
- "name": "--mdc-listitem-primary-label-color",
17087
- "inheritedFrom": {
17088
- "name": "ListItem",
17089
- "module": "src/components/listitem/listitem.component.ts"
17090
- }
17091
- },
17092
- {
17093
- "description": "Allows customization of the secondary and tertiary label text slot color.",
17094
- "name": "--mdc-listitem-secondary-label-color",
17095
- "inheritedFrom": {
17096
- "name": "ListItem",
17097
- "module": "src/components/listitem/listitem.component.ts"
17098
- }
17099
- },
17100
- {
17101
- "description": "Allows customization of the disabled color.",
17102
- "name": "--mdc-listitem-disabled-color",
17103
- "inheritedFrom": {
17104
- "name": "ListItem",
17105
- "module": "src/components/listitem/listitem.component.ts"
17106
- }
17107
- },
17108
- {
17109
- "description": "Allows customization of column gap.",
17110
- "name": "--mdc-listitem-column-gap",
17111
- "inheritedFrom": {
17112
- "name": "ListItem",
17113
- "module": "src/components/listitem/listitem.component.ts"
17114
- }
17115
- },
17116
- {
17117
- "description": "Allows customization of padding left and right.",
17118
- "name": "--mdc-listitem-padding-left-and-right",
17119
- "inheritedFrom": {
17120
- "name": "ListItem",
17121
- "module": "src/components/listitem/listitem.component.ts"
17122
- }
17123
- }
17124
- ],
17107
+ "description": "A menuitemradio component is a checkable menuitem that is used in a menu.\nA menuitemradio should be checked only one at a time. <br/>\nThere should be no focusable descendants inside this menuitemradio component.\n\nThe `aria-checked` menuitemradio attribute is used to indicate that the menuitemradio is checked or not.\n\nIf you want more than one item in a group to be checked, consider using menuitemcheckbox component.\n\nIf a menuitemradio is disabled, then the `aria-disabled` attribute is set to `true`.",
17108
+ "name": "MenuItemRadio",
17125
17109
  "members": [
17126
17110
  {
17127
17111
  "kind": "field",
@@ -17129,52 +17113,11 @@
17129
17113
  "type": {
17130
17114
  "text": "AriaCheckedStates"
17131
17115
  },
17132
- "description": "The aria-checked attribute is used to indicate that the menuitemcheckbox is checked or not.",
17116
+ "description": "The aria-checked attribute is used to indicate that the menuitemradio is checked or not.",
17133
17117
  "default": "'false'",
17134
17118
  "attribute": "aria-checked",
17135
17119
  "reflects": true
17136
17120
  },
17137
- {
17138
- "kind": "field",
17139
- "name": "indicator",
17140
- "type": {
17141
- "text": "Indicator"
17142
- },
17143
- "description": "The indicator attribute is used to differentiate between <b>checkbox</b> and <b>toggle</b>.",
17144
- "default": "'checkbox'",
17145
- "attribute": "indicator",
17146
- "reflects": true
17147
- },
17148
- {
17149
- "kind": "method",
17150
- "name": "staticCheckbox",
17151
- "privacy": "private",
17152
- "return": {
17153
- "type": {
17154
- "text": "TemplateResult | typeof nothing"
17155
- }
17156
- }
17157
- },
17158
- {
17159
- "kind": "method",
17160
- "name": "staticToggle",
17161
- "privacy": "private",
17162
- "return": {
17163
- "type": {
17164
- "text": "TemplateResult | typeof nothing"
17165
- }
17166
- }
17167
- },
17168
- {
17169
- "kind": "method",
17170
- "name": "getCheckmarkIcon",
17171
- "privacy": "private",
17172
- "return": {
17173
- "type": {
17174
- "text": "TemplateResult | typeof nothing"
17175
- }
17176
- }
17177
- },
17178
17121
  {
17179
17122
  "kind": "field",
17180
17123
  "name": "arrowPosition",
@@ -17546,12 +17489,12 @@
17546
17489
  ],
17547
17490
  "events": [
17548
17491
  {
17549
- "description": "(React: onChange) This event is dispatched when the menuitemcheckbox changes.",
17492
+ "description": "(React: onChange) This event is dispatched when the menuitemradio changes.",
17550
17493
  "name": "change",
17551
17494
  "reactName": "onChange"
17552
17495
  },
17553
17496
  {
17554
- "description": "(React: onClick) This event is dispatched when the menuitemcheckbox is clicked.",
17497
+ "description": "(React: onClick) This event is dispatched when the menuitemradio is clicked.",
17555
17498
  "name": "click",
17556
17499
  "reactName": "onClick",
17557
17500
  "inheritedFrom": {
@@ -17560,7 +17503,7 @@
17560
17503
  }
17561
17504
  },
17562
17505
  {
17563
- "description": "(React: onFocus) This event is dispatched when the menuitemcheckbox receives focus.",
17506
+ "description": "(React: onFocus) This event is dispatched when the menuitemradio receives focus.",
17564
17507
  "name": "focus",
17565
17508
  "reactName": "onFocus",
17566
17509
  "inheritedFrom": {
@@ -17593,19 +17536,10 @@
17593
17536
  "type": {
17594
17537
  "text": "AriaCheckedStates"
17595
17538
  },
17596
- "description": "The aria-checked attribute is used to indicate that the menuitemcheckbox is checked or not.",
17539
+ "description": "The aria-checked attribute is used to indicate that the menuitemradio is checked or not.",
17597
17540
  "default": "'false'",
17598
17541
  "fieldName": "ariaChecked"
17599
17542
  },
17600
- {
17601
- "name": "indicator",
17602
- "type": {
17603
- "text": "Indicator"
17604
- },
17605
- "description": "The indicator attribute is used to differentiate between <b>checkbox</b> and <b>toggle</b>.",
17606
- "default": "'checkbox'",
17607
- "fieldName": "indicator"
17608
- },
17609
17543
  {
17610
17544
  "name": "arrow-position",
17611
17545
  "type": {
@@ -17759,8 +17693,8 @@
17759
17693
  "name": "MenuItem",
17760
17694
  "module": "/src/components/menuitem/menuitem.component"
17761
17695
  },
17762
- "tagName": "mdc-menuitemcheckbox",
17763
- "jsDoc": "/**\n * A menuitemcheckbox component is a checkable menuitem.\n * There should be no focusable descendants inside this menuitemcheckbox component.\n *\n * The `aria-checked` attribute indicates whether the menuitemcheckbox is checked or not.\n *\n * The `indicator` attribute is used to differentiate between <b>checkbox</b>, <b>checkmark</b> and <b>toggle</b>.\n * By default the `indicator` is set to <b>checkbox</b>.<br/>\n *\n * The checkbox will always be positioned on the leading side of the menuitem label and\n * the toggle and checkmark will always be positioned on the trailing side.\n *\n * The checkbox will have the possible states of `true` or `false`.\n * If the indicator is set to <b>checkmark</b> and if the `aria-checked` attribute is set to `true`,\n * then the checkmark will be displayed. if not, then no indicator will be displayed.\n *\n * If you want only one item in a group to be checked, consider using menuitemradio component.\n *\n * If a menuitemcheckbox is disabled, then the `aria-disabled` attribute is set to `true`.\n *\n * @dependency mdc-staticcheckbox\n * @dependency mdc-statictoggle\n * @dependency mdc-icon\n *\n * @tagname mdc-menuitemcheckbox\n *\n * @cssproperty --mdc-checkmark-indicator-color - Allows customization of the checkmark indicator color\n *\n * @event change - (React: onChange) This event is dispatched when the menuitemcheckbox changes.\n * @event click - (React: onClick) This event is dispatched when the menuitemcheckbox is clicked.\n * @event focus - (React: onFocus) This event is dispatched when the menuitemcheckbox receives focus.\n */",
17696
+ "tagName": "mdc-menuitemradio",
17697
+ "jsDoc": "/**\n * A menuitemradio component is a checkable menuitem that is used in a menu.\n * A menuitemradio should be checked only one at a time. <br/>\n * There should be no focusable descendants inside this menuitemradio component.\n *\n * The `aria-checked` menuitemradio attribute is used to indicate that the menuitemradio is checked or not.\n *\n * If you want more than one item in a group to be checked, consider using menuitemcheckbox component.\n *\n * If a menuitemradio is disabled, then the `aria-disabled` attribute is set to `true`.\n *\n * @dependency mdc-staticradio\n * @dependency mdc-text\n *\n * @tagname mdc-menuitemradio\n *\n * @event change - (React: onChange) This event is dispatched when the menuitemradio changes.\n * @event click - (React: onClick) This event is dispatched when the menuitemradio is clicked.\n * @event focus - (React: onFocus) This event is dispatched when the menuitemradio receives focus.\n */",
17764
17698
  "customElement": true,
17765
17699
  "slots": [
17766
17700
  {
@@ -17819,33 +17753,99 @@
17819
17753
  "module": "src/components/listitem/listitem.component.ts"
17820
17754
  }
17821
17755
  }
17822
- ]
17823
- }
17824
- ],
17825
- "exports": [
17826
- {
17827
- "kind": "js",
17828
- "name": "default",
17829
- "declaration": {
17830
- "name": "MenuItemCheckbox",
17831
- "module": "components/menuitemcheckbox/menuitemcheckbox.component.js"
17832
- }
17833
- }
17834
- ]
17835
- },
17836
- {
17837
- "kind": "javascript-module",
17838
- "path": "components/menupopover/menupopover.component.js",
17839
- "declarations": [
17840
- {
17841
- "kind": "class",
17842
- "description": "A popover menu component that displays a list of menu items in a floating container.\nIt's designed to work in conjunction with `mdc-menubar` and `mdc-menuitem` to create\naccessible, nested menu structures with the following features:\n- Appears adjacent to the triggering menu item\n- Supports keyboard navigation (arrow keys, Home, End)\n- Manages focus trapping when open\n- Closes on Escape key or outside click\n- Supports both mouse and keyboard interactions\n- Automatically handles ARIA attributes for accessibility\n\nThe component extends `mdc-popover` and adds menu-specific behaviors and styling.\nWhen nested within another `mdc-menupopover`, it automatically adjusts its behavior\nto work as a submenu (right-aligned, shows on hover).\n\nThe orientation of the menu popover is always set to `vertical`.",
17843
- "name": "MenuPopover",
17844
- "slots": [
17756
+ ],
17757
+ "cssProperties": [
17845
17758
  {
17846
- "description": "Contains the menu items to be displayed in the popover",
17847
- "name": "default"
17848
- },
17759
+ "description": "Allows customization of the default background color.",
17760
+ "name": "--mdc-listitem-default-background-color",
17761
+ "inheritedFrom": {
17762
+ "name": "ListItem",
17763
+ "module": "src/components/listitem/listitem.component.ts"
17764
+ }
17765
+ },
17766
+ {
17767
+ "description": "Allows customization of the background color on hover.",
17768
+ "name": "--mdc-listitem-background-color-hover",
17769
+ "inheritedFrom": {
17770
+ "name": "ListItem",
17771
+ "module": "src/components/listitem/listitem.component.ts"
17772
+ }
17773
+ },
17774
+ {
17775
+ "description": "Allows customization of the background color when pressed.",
17776
+ "name": "--mdc-listitem-background-color-active",
17777
+ "inheritedFrom": {
17778
+ "name": "ListItem",
17779
+ "module": "src/components/listitem/listitem.component.ts"
17780
+ }
17781
+ },
17782
+ {
17783
+ "description": "Allows customization of the primary label, side header and subline text slot color.",
17784
+ "name": "--mdc-listitem-primary-label-color",
17785
+ "inheritedFrom": {
17786
+ "name": "ListItem",
17787
+ "module": "src/components/listitem/listitem.component.ts"
17788
+ }
17789
+ },
17790
+ {
17791
+ "description": "Allows customization of the secondary and tertiary label text slot color.",
17792
+ "name": "--mdc-listitem-secondary-label-color",
17793
+ "inheritedFrom": {
17794
+ "name": "ListItem",
17795
+ "module": "src/components/listitem/listitem.component.ts"
17796
+ }
17797
+ },
17798
+ {
17799
+ "description": "Allows customization of the disabled color.",
17800
+ "name": "--mdc-listitem-disabled-color",
17801
+ "inheritedFrom": {
17802
+ "name": "ListItem",
17803
+ "module": "src/components/listitem/listitem.component.ts"
17804
+ }
17805
+ },
17806
+ {
17807
+ "description": "Allows customization of column gap.",
17808
+ "name": "--mdc-listitem-column-gap",
17809
+ "inheritedFrom": {
17810
+ "name": "ListItem",
17811
+ "module": "src/components/listitem/listitem.component.ts"
17812
+ }
17813
+ },
17814
+ {
17815
+ "description": "Allows customization of padding left and right.",
17816
+ "name": "--mdc-listitem-padding-left-and-right",
17817
+ "inheritedFrom": {
17818
+ "name": "ListItem",
17819
+ "module": "src/components/listitem/listitem.component.ts"
17820
+ }
17821
+ }
17822
+ ]
17823
+ }
17824
+ ],
17825
+ "exports": [
17826
+ {
17827
+ "kind": "js",
17828
+ "name": "default",
17829
+ "declaration": {
17830
+ "name": "MenuItemRadio",
17831
+ "module": "components/menuitemradio/menuitemradio.component.js"
17832
+ }
17833
+ }
17834
+ ]
17835
+ },
17836
+ {
17837
+ "kind": "javascript-module",
17838
+ "path": "components/menupopover/menupopover.component.js",
17839
+ "declarations": [
17840
+ {
17841
+ "kind": "class",
17842
+ "description": "A popover menu component that displays a list of menu items in a floating container.\nIt's designed to work in conjunction with `mdc-menubar` and `mdc-menuitem` to create\naccessible, nested menu structures with the following features:\n- Appears adjacent to the triggering menu item\n- Supports keyboard navigation (arrow keys, Home, End)\n- Manages focus trapping when open\n- Closes on Escape key or outside click\n- Supports both mouse and keyboard interactions\n- Automatically handles ARIA attributes for accessibility\n\nThe component extends `mdc-popover` and adds menu-specific behaviors and styling.\nWhen nested within another `mdc-menupopover`, it automatically adjusts its behavior\nto work as a submenu (right-aligned, shows on hover).\n\nThe orientation of the menu popover is always set to `vertical`.",
17843
+ "name": "MenuPopover",
17844
+ "slots": [
17845
+ {
17846
+ "description": "Contains the menu items to be displayed in the popover",
17847
+ "name": "default"
17848
+ },
17849
17849
  {
17850
17850
  "description": "Default slot for the popover content",
17851
17851
  "name": "",
@@ -29014,123 +29014,149 @@
29014
29014
  },
29015
29015
  {
29016
29016
  "kind": "javascript-module",
29017
- "path": "components/spinner/spinner.component.js",
29017
+ "path": "components/sidenavigation/sidenavigation.component.js",
29018
29018
  "declarations": [
29019
29019
  {
29020
29020
  "kind": "class",
29021
- "description": "`mdc-spinner` is loading spinner which is an indeterminate progress indicator, meaning\nit's best for cases where the progress or duration of a process is variable or unknown.\n\nSpinner Variants:\n- **Standalone (Default)**: Track has a blue color.\n- **Button**: To be used when placed in a button to show that the button’s action is currently in progress.\nTo ensure a minimum 3:1 contrast ratio, the color is changed internally to be the same color as the button’s\nicon or label text.\n\nSpinner Sizes:\n- **Large (96px)**: Use when replacing entire regions or pages that are still loading\n- **MidSize (48px) (Default)**: Use for most use cases.\n- **Small (24px)**: Use for inline with loading text.\n\nCustomisation of the spinner size is allowed by setting the size to undefined and using the --mdc-spinner-size\nCSS property.\n\nSpinner Colors:\n- **Default**: Use for most use cases.\n- **Inverted**: Only to be used within inverted components, such as coachmarks.\n\nRegarding accessibility, if an aria-label is provided, the role will be set to 'img'; if it is absent, the role\nwill be unset\nand aria-hidden will be set to 'true' so the spinner will be ignored by screen readers.",
29022
- "name": "Spinner",
29021
+ "description": "The `mdc-sidenavigation` component provides a vertically stacked navigation experience,\ntypically used in layouts with persistent or collapsible sidebars.\n\n## Features:\n- Supports four layout variants: `fixed-collapsed`, `fixed-expanded`, `flexible`, and `hidden`\n- Toggleable expand/collapse behavior\n- Displays brand logo and customer name\n- Serves as a context provider for descendant components - `mdc-navitemlist` and `mdc-navitem`\n\n### Usage:\nIn a sidenavigation, navitems can be used in the following ways:\n\n1. **Simple navitem** No submenu or interaction beyond selection.\n\n2. **Navitem with submenu**:\n - Provide an `id` on the `mdc-navitem`\n - Set the `triggerId` on the corresponding `mdc-menupopover` to match the navitem's `id`\n - Set `parent-nav-tooltip-text` with appropriate text that will display when a child menu item\n inside the nested menupopover is active, conveying which submenu item is currently selected\n\n3. **Actionable navitem (no submenu)**:\n - Performs an action such as navigation or alert trigger\n - Set `disable-aria-current=\"true\"` to maintain visual active state without navigation behavior\n\n### Recommendations:\n- Use `mdc-text` for section headers\n- Use `mdc-divider` with the attribute `variant=\"gradient\"` for section dividers\n- For the brand logo, use an informative icon. Refer to `Momentum Informative Icons`\n\n#### Accessibility Notes:\n- Always provide meaningful `aria-label` attributes for both `mdc-navitem` and `mdc-navitemlist`\nto ensure screen reader support\n- Set `grabber-btn-aria-label` to provide accessible labels for the expand/collapse grabber button",
29022
+ "name": "SideNavigation",
29023
29023
  "cssProperties": [
29024
29024
  {
29025
- "description": "Allows customization of the default spinner color.",
29026
- "name": "--mdc-spinner-default-color"
29027
- },
29028
- {
29029
- "description": "Allows customization of the inverted spinner color.",
29030
- "name": "--mdc-spinner-inverted-color"
29031
- },
29032
- {
29033
- "description": "Allows customization of the spinner Button variant color.",
29034
- "name": "--mdc-spinner-button-variant-color"
29025
+ "description": "width of the sideNavigation when expanded",
29026
+ "name": "--mdc-sidenavigation-expanded-width"
29035
29027
  },
29036
29028
  {
29037
- "description": "Allows customization of the spinner size.",
29038
- "name": "--mdc-spinner-size"
29029
+ "description": "width of the sideNavigation when collpased",
29030
+ "name": "--mdc-sidenavigation-collapsed-width"
29039
29031
  }
29040
29032
  ],
29041
- "cssParts": [
29033
+ "slots": [
29042
29034
  {
29043
- "description": "The svg which contains the circle spinner.",
29044
- "name": "container"
29035
+ "description": "Slot for the scrollable content area of the side navigation.",
29036
+ "name": "scrollable-section"
29045
29037
  },
29046
29038
  {
29047
- "description": "The circle of the spinner.",
29048
- "name": "circle"
29039
+ "description": "Slot for the fixed content area of the side navigation.",
29040
+ "name": "fixed-section"
29041
+ },
29042
+ {
29043
+ "description": "Slot for the brand logo (e.g., icon or img).",
29044
+ "name": "brand-logo"
29049
29045
  }
29050
29046
  ],
29051
29047
  "members": [
29052
29048
  {
29053
29049
  "kind": "field",
29054
- "name": "inverted",
29055
- "description": "The spinner color can be inverted by setting the inverted attribute to true.",
29056
- "default": "false",
29057
- "attribute": "inverted",
29050
+ "name": "Context",
29051
+ "privacy": "public",
29052
+ "static": true,
29053
+ "readonly": true
29054
+ },
29055
+ {
29056
+ "kind": "field",
29057
+ "name": "variant",
29058
+ "type": {
29059
+ "text": "SideNavigationVariant"
29060
+ },
29061
+ "description": "Four variants of the sideNavigation\n- **fixed-collapsed**: Shows icons without labels and has fixed width, 4.5rem.\n- **fixed-expanded**: Shows icons with labels and has fixed width, 15rem.\n- **flexible**: Toggles between collapsed/expanded states.\n- **hidden**: Removes the sidenavigation from the DOM.",
29062
+ "default": "flexible",
29063
+ "attribute": "variant",
29058
29064
  "reflects": true
29059
29065
  },
29060
29066
  {
29061
29067
  "kind": "field",
29062
- "name": "size",
29068
+ "name": "customerName",
29063
29069
  "type": {
29064
- "text": "SpinnerSize | undefined"
29070
+ "text": "string"
29065
29071
  },
29066
- "description": "Size of the spinner.\nAcceptable values include:\n\n- 'small'\n- 'midsize'\n- 'large'\n- 'undefined'",
29067
- "default": "midsize",
29068
- "attribute": "size",
29072
+ "default": "''",
29073
+ "description": "Name of the customer. This is displayed in the bottom section of the side-navigation component.",
29074
+ "attribute": "customer-name",
29069
29075
  "reflects": true
29070
29076
  },
29071
29077
  {
29072
29078
  "kind": "field",
29073
- "name": "ariaLabel",
29079
+ "name": "grabberBtnAriaLabel",
29074
29080
  "type": {
29075
- "text": "string | null"
29081
+ "text": "string | undefined"
29076
29082
  },
29077
- "default": "null",
29078
- "description": "Aria-label attribute to be set for accessibility",
29079
- "attribute": "aria-label"
29083
+ "description": "Provides an accessible label for the grabber button.\nThis value is used to set the `aria-label` attribute for the button.",
29084
+ "default": "''",
29085
+ "attribute": "grabber-btn-aria-label",
29086
+ "reflects": true
29080
29087
  },
29081
29088
  {
29082
29089
  "kind": "field",
29083
- "name": "variant",
29090
+ "name": "parentNavTooltipText",
29084
29091
  "type": {
29085
- "text": "SpinnerVariant"
29092
+ "text": "string | undefined"
29086
29093
  },
29087
- "description": "There are 2 variants of spinner: default and button. Their coloring is different.\n- **Standalone (Default)**: Track has a blue color.\n- **Button**: To be used when placed in a button to show that the button’s action is currently in progress.\nTo ensure a minimum 3:1 contrast ratio, change the active indicator color to be the same color as the button’s\nicon or label text.",
29088
- "default": "standalone",
29089
- "attribute": "variant",
29094
+ "description": "Tooltip text shown on parent nav items when a child is active.",
29095
+ "attribute": "parent-nav-tooltip-text",
29090
29096
  "reflects": true
29097
+ },
29098
+ {
29099
+ "kind": "method",
29100
+ "name": "updateContext",
29101
+ "privacy": "protected",
29102
+ "return": {
29103
+ "type": {
29104
+ "text": "void"
29105
+ }
29106
+ },
29107
+ "description": "Update all observing components of this\nprovider to update the values\n\nIs called on every re-render, see Provider class"
29108
+ }
29109
+ ],
29110
+ "events": [
29111
+ {
29112
+ "description": "(React: onActiveChange) Dispatched when the active state of the navitem changes.",
29113
+ "name": "activechange",
29114
+ "reactName": "onActiveChange"
29091
29115
  }
29092
29116
  ],
29093
29117
  "attributes": [
29094
29118
  {
29095
- "name": "inverted",
29096
- "description": "The spinner color can be inverted by setting the inverted attribute to true.",
29097
- "default": "false",
29098
- "fieldName": "inverted"
29119
+ "name": "variant",
29120
+ "type": {
29121
+ "text": "SideNavigationVariant"
29122
+ },
29123
+ "description": "Four variants of the sideNavigation\n- **fixed-collapsed**: Shows icons without labels and has fixed width, 4.5rem.\n- **fixed-expanded**: Shows icons with labels and has fixed width, 15rem.\n- **flexible**: Toggles between collapsed/expanded states.\n- **hidden**: Removes the sidenavigation from the DOM.",
29124
+ "default": "flexible",
29125
+ "fieldName": "variant"
29099
29126
  },
29100
29127
  {
29101
- "name": "size",
29128
+ "name": "customer-name",
29102
29129
  "type": {
29103
- "text": "SpinnerSize | undefined"
29130
+ "text": "string"
29104
29131
  },
29105
- "description": "Size of the spinner.\nAcceptable values include:\n\n- 'small'\n- 'midsize'\n- 'large'\n- 'undefined'",
29106
- "default": "midsize",
29107
- "fieldName": "size"
29132
+ "default": "''",
29133
+ "description": "Name of the customer. This is displayed in the bottom section of the side-navigation component.",
29134
+ "fieldName": "customerName"
29108
29135
  },
29109
29136
  {
29110
- "name": "aria-label",
29137
+ "name": "grabber-btn-aria-label",
29111
29138
  "type": {
29112
- "text": "string | null"
29139
+ "text": "string | undefined"
29113
29140
  },
29114
- "default": "null",
29115
- "description": "Aria-label attribute to be set for accessibility",
29116
- "fieldName": "ariaLabel"
29141
+ "description": "Provides an accessible label for the grabber button.\nThis value is used to set the `aria-label` attribute for the button.",
29142
+ "default": "''",
29143
+ "fieldName": "grabberBtnAriaLabel"
29117
29144
  },
29118
29145
  {
29119
- "name": "variant",
29146
+ "name": "parent-nav-tooltip-text",
29120
29147
  "type": {
29121
- "text": "SpinnerVariant"
29148
+ "text": "string | undefined"
29122
29149
  },
29123
- "description": "There are 2 variants of spinner: default and button. Their coloring is different.\n- **Standalone (Default)**: Track has a blue color.\n- **Button**: To be used when placed in a button to show that the button’s action is currently in progress.\nTo ensure a minimum 3:1 contrast ratio, change the active indicator color to be the same color as the button’s\nicon or label text.",
29124
- "default": "standalone",
29125
- "fieldName": "variant"
29150
+ "description": "Tooltip text shown on parent nav items when a child is active.",
29151
+ "fieldName": "parentNavTooltipText"
29126
29152
  }
29127
29153
  ],
29128
29154
  "superclass": {
29129
- "name": "Component",
29155
+ "name": "Provider",
29130
29156
  "module": "/src/models"
29131
29157
  },
29132
- "tagName": "mdc-spinner",
29133
- "jsDoc": "/**\n * `mdc-spinner` is loading spinner which is an indeterminate progress indicator, meaning\n * it's best for cases where the progress or duration of a process is variable or unknown.\n *\n * Spinner Variants:\n * - **Standalone (Default)**: Track has a blue color.\n * - **Button**: To be used when placed in a button to show that the button’s action is currently in progress.\n * To ensure a minimum 3:1 contrast ratio, the color is changed internally to be the same color as the button’s\n * icon or label text.\n *\n * Spinner Sizes:\n * - **Large (96px)**: Use when replacing entire regions or pages that are still loading\n * - **MidSize (48px) (Default)**: Use for most use cases.\n * - **Small (24px)**: Use for inline with loading text.\n *\n * Customisation of the spinner size is allowed by setting the size to undefined and using the --mdc-spinner-size\n * CSS property.\n *\n * Spinner Colors:\n * - **Default**: Use for most use cases.\n * - **Inverted**: Only to be used within inverted components, such as coachmarks.\n *\n * Regarding accessibility, if an aria-label is provided, the role will be set to 'img'; if it is absent, the role\n * will be unset\n * and aria-hidden will be set to 'true' so the spinner will be ignored by screen readers.\n *\n * @tagname mdc-spinner\n *\n * @cssproperty --mdc-spinner-default-color - Allows customization of the default spinner color.\n * @cssproperty --mdc-spinner-inverted-color - Allows customization of the inverted spinner color.\n * @cssproperty --mdc-spinner-button-variant-color - Allows customization of the spinner Button variant color.\n * @cssproperty --mdc-spinner-size - Allows customization of the spinner size.\n *\n * @csspart container - The svg which contains the circle spinner.\n * @csspart circle - The circle of the spinner.\n */",
29158
+ "tagName": "mdc-sidenavigation",
29159
+ "jsDoc": "/**\n * The `mdc-sidenavigation` component provides a vertically stacked navigation experience,\n * typically used in layouts with persistent or collapsible sidebars.\n *\n * ## Features:\n * - Supports four layout variants: `fixed-collapsed`, `fixed-expanded`, `flexible`, and `hidden`\n * - Toggleable expand/collapse behavior\n * - Displays brand logo and customer name\n * - Serves as a context provider for descendant components - `mdc-navitemlist` and `mdc-navitem`\n *\n * ### Usage:\n * In a sidenavigation, navitems can be used in the following ways:\n *\n * 1. **Simple navitem** – No submenu or interaction beyond selection.\n *\n * 2. **Navitem with submenu**:\n * - Provide an `id` on the `mdc-navitem`\n * - Set the `triggerId` on the corresponding `mdc-menupopover` to match the navitem's `id`\n * - Set `parent-nav-tooltip-text` with appropriate text that will display when a child menu item\n * inside the nested menupopover is active, conveying which submenu item is currently selected\n *\n * 3. **Actionable navitem (no submenu)**:\n * - Performs an action such as navigation or alert trigger\n * - Set `disable-aria-current=\"true\"` to maintain visual active state without navigation behavior\n *\n * ### Recommendations:\n * - Use `mdc-text` for section headers\n * - Use `mdc-divider` with the attribute `variant=\"gradient\"` for section dividers\n * - For the brand logo, use an informative icon. Refer to `Momentum Informative Icons`\n *\n * #### Accessibility Notes:\n * - Always provide meaningful `aria-label` attributes for both `mdc-navitem` and `mdc-navitemlist`\n * to ensure screen reader support\n * - Set `grabber-btn-aria-label` to provide accessible labels for the expand/collapse grabber button\n *\n * @dependency mdc-text\n * @dependency mdc-button\n * @dependency mdc-divider\n *\n * @event activechange - (React: onActiveChange) Dispatched when the active state of the navitem changes.\n *\n * @tagname mdc-sidenavigation\n *\n * @slot scrollable-section - Slot for the scrollable content area of the side navigation.\n * @slot fixed-section - Slot for the fixed content area of the side navigation.\n * @slot brand-logo - Slot for the brand logo (e.g., icon or img).\n *\n * @cssproperty --mdc-sidenavigation-expanded-width - width of the sideNavigation when expanded\n * @cssproperty --mdc-sidenavigation-collapsed-width - width of the sideNavigation when collpased\n */",
29134
29160
  "customElement": true
29135
29161
  }
29136
29162
  ],
@@ -29139,28 +29165,243 @@
29139
29165
  "kind": "js",
29140
29166
  "name": "default",
29141
29167
  "declaration": {
29142
- "name": "Spinner",
29143
- "module": "components/spinner/spinner.component.js"
29168
+ "name": "SideNavigation",
29169
+ "module": "components/sidenavigation/sidenavigation.component.js"
29144
29170
  }
29145
29171
  }
29146
29172
  ]
29147
29173
  },
29148
29174
  {
29149
29175
  "kind": "javascript-module",
29150
- "path": "components/staticcheckbox/staticcheckbox.component.js",
29176
+ "path": "components/skeleton/skeleton.component.js",
29151
29177
  "declarations": [
29152
29178
  {
29153
29179
  "kind": "class",
29154
- "description": "This is a decorative component that is styled to look as a checkbox.\n\nIt has 3 properties - checked, indeterminate and disabled.\n\nWe are using the same styling that has been created for the `mdc-checkbox` component.",
29155
- "name": "StaticCheckbox",
29180
+ "description": "`mdc-skeleton` is a component that shows a grey placeholder area.\nIt provides visual feedback to users that content is being loaded.\n\n**Skeleton Variants:**\n- **rectangular**: Default variant with 0.25rem border radius\n- **rounded**: Has 0.5rem border radius\n- **circular**: Has 50% border radius for circular shapes\n- **button**: Optimized for button placeholders with 1.25rem border radius\n\n**Sizing Behavior:**\n1. If wrapping content, takes dimensions of wrapped content\n2. Otherwise grows to fill parent container",
29181
+ "name": "Skeleton",
29156
29182
  "cssProperties": [
29157
29183
  {
29158
- "description": "Border color in high contrast.",
29159
- "name": "--mdc-staticcheckbox-border-color"
29184
+ "description": "background color of the skeleton",
29185
+ "name": "--mdc-skeleton-background-color"
29160
29186
  },
29161
29187
  {
29162
- "description": "Background color for a selected checkbox.",
29163
- "name": "--mdc-staticcheckbox-checked-background-color"
29188
+ "description": "height of the skeleton",
29189
+ "name": "--mdc-skeleton-height"
29190
+ },
29191
+ {
29192
+ "description": "width of the skeleton",
29193
+ "name": "--mdc-skeleton-width"
29194
+ }
29195
+ ],
29196
+ "slots": [
29197
+ {
29198
+ "description": "Content to wrap (optional). When provided, skeleton takes dimensions of this content.",
29199
+ "name": ""
29200
+ }
29201
+ ],
29202
+ "members": [
29203
+ {
29204
+ "kind": "field",
29205
+ "name": "variant",
29206
+ "type": {
29207
+ "text": "SkeletonVariant"
29208
+ },
29209
+ "description": "The variant of skeleton to display\n- **rectangular**: Default rectangular shape with 0.25rem border radius\n- **rounded**: Rounded rectangle with 0.5rem border radius\n- **circular**: Circular shape with 50% border radius\n- **button**: Button placeholder with 1.25rem border radius",
29210
+ "default": "rectangular",
29211
+ "attribute": "variant",
29212
+ "reflects": true
29213
+ },
29214
+ {
29215
+ "kind": "method",
29216
+ "name": "checkSlotContent",
29217
+ "privacy": "private",
29218
+ "return": {
29219
+ "type": {
29220
+ "text": "void"
29221
+ }
29222
+ }
29223
+ }
29224
+ ],
29225
+ "attributes": [
29226
+ {
29227
+ "name": "variant",
29228
+ "type": {
29229
+ "text": "SkeletonVariant"
29230
+ },
29231
+ "description": "The variant of skeleton to display\n- **rectangular**: Default rectangular shape with 0.25rem border radius\n- **rounded**: Rounded rectangle with 0.5rem border radius\n- **circular**: Circular shape with 50% border radius\n- **button**: Button placeholder with 1.25rem border radius",
29232
+ "default": "rectangular",
29233
+ "fieldName": "variant"
29234
+ }
29235
+ ],
29236
+ "superclass": {
29237
+ "name": "Component",
29238
+ "module": "/src/models"
29239
+ },
29240
+ "tagName": "mdc-skeleton",
29241
+ "jsDoc": "/**\n * `mdc-skeleton` is a component that shows a grey placeholder area.\n * It provides visual feedback to users that content is being loaded.\n *\n * **Skeleton Variants:**\n * - **rectangular**: Default variant with 0.25rem border radius\n * - **rounded**: Has 0.5rem border radius\n * - **circular**: Has 50% border radius for circular shapes\n * - **button**: Optimized for button placeholders with 1.25rem border radius\n *\n * **Sizing Behavior:**\n * 1. If wrapping content, takes dimensions of wrapped content\n * 2. Otherwise grows to fill parent container\n *\n * @tagname mdc-skeleton\n *\n * @slot - Content to wrap (optional). When provided, skeleton takes dimensions of this content.\n *\n * @cssproperty --mdc-skeleton-background-color - background color of the skeleton\n * @cssproperty --mdc-skeleton-height - height of the skeleton\n * @cssproperty --mdc-skeleton-width - width of the skeleton\n */",
29242
+ "customElement": true
29243
+ }
29244
+ ],
29245
+ "exports": [
29246
+ {
29247
+ "kind": "js",
29248
+ "name": "default",
29249
+ "declaration": {
29250
+ "name": "Skeleton",
29251
+ "module": "components/skeleton/skeleton.component.js"
29252
+ }
29253
+ }
29254
+ ]
29255
+ },
29256
+ {
29257
+ "kind": "javascript-module",
29258
+ "path": "components/spinner/spinner.component.js",
29259
+ "declarations": [
29260
+ {
29261
+ "kind": "class",
29262
+ "description": "`mdc-spinner` is loading spinner which is an indeterminate progress indicator, meaning\nit's best for cases where the progress or duration of a process is variable or unknown.\n\nSpinner Variants:\n- **Standalone (Default)**: Track has a blue color.\n- **Button**: To be used when placed in a button to show that the button’s action is currently in progress.\nTo ensure a minimum 3:1 contrast ratio, the color is changed internally to be the same color as the button’s\nicon or label text.\n\nSpinner Sizes:\n- **Large (96px)**: Use when replacing entire regions or pages that are still loading\n- **MidSize (48px) (Default)**: Use for most use cases.\n- **Small (24px)**: Use for inline with loading text.\n\nCustomisation of the spinner size is allowed by setting the size to undefined and using the --mdc-spinner-size\nCSS property.\n\nSpinner Colors:\n- **Default**: Use for most use cases.\n- **Inverted**: Only to be used within inverted components, such as coachmarks.\n\nRegarding accessibility, if an aria-label is provided, the role will be set to 'img'; if it is absent, the role\nwill be unset\nand aria-hidden will be set to 'true' so the spinner will be ignored by screen readers.",
29263
+ "name": "Spinner",
29264
+ "cssProperties": [
29265
+ {
29266
+ "description": "Allows customization of the default spinner color.",
29267
+ "name": "--mdc-spinner-default-color"
29268
+ },
29269
+ {
29270
+ "description": "Allows customization of the inverted spinner color.",
29271
+ "name": "--mdc-spinner-inverted-color"
29272
+ },
29273
+ {
29274
+ "description": "Allows customization of the spinner Button variant color.",
29275
+ "name": "--mdc-spinner-button-variant-color"
29276
+ },
29277
+ {
29278
+ "description": "Allows customization of the spinner size.",
29279
+ "name": "--mdc-spinner-size"
29280
+ }
29281
+ ],
29282
+ "cssParts": [
29283
+ {
29284
+ "description": "The svg which contains the circle spinner.",
29285
+ "name": "container"
29286
+ },
29287
+ {
29288
+ "description": "The circle of the spinner.",
29289
+ "name": "circle"
29290
+ }
29291
+ ],
29292
+ "members": [
29293
+ {
29294
+ "kind": "field",
29295
+ "name": "inverted",
29296
+ "description": "The spinner color can be inverted by setting the inverted attribute to true.",
29297
+ "default": "false",
29298
+ "attribute": "inverted",
29299
+ "reflects": true
29300
+ },
29301
+ {
29302
+ "kind": "field",
29303
+ "name": "size",
29304
+ "type": {
29305
+ "text": "SpinnerSize | undefined"
29306
+ },
29307
+ "description": "Size of the spinner.\nAcceptable values include:\n\n- 'small'\n- 'midsize'\n- 'large'\n- 'undefined'",
29308
+ "default": "midsize",
29309
+ "attribute": "size",
29310
+ "reflects": true
29311
+ },
29312
+ {
29313
+ "kind": "field",
29314
+ "name": "ariaLabel",
29315
+ "type": {
29316
+ "text": "string | null"
29317
+ },
29318
+ "default": "null",
29319
+ "description": "Aria-label attribute to be set for accessibility",
29320
+ "attribute": "aria-label"
29321
+ },
29322
+ {
29323
+ "kind": "field",
29324
+ "name": "variant",
29325
+ "type": {
29326
+ "text": "SpinnerVariant"
29327
+ },
29328
+ "description": "There are 2 variants of spinner: default and button. Their coloring is different.\n- **Standalone (Default)**: Track has a blue color.\n- **Button**: To be used when placed in a button to show that the button’s action is currently in progress.\nTo ensure a minimum 3:1 contrast ratio, change the active indicator color to be the same color as the button’s\nicon or label text.",
29329
+ "default": "standalone",
29330
+ "attribute": "variant",
29331
+ "reflects": true
29332
+ }
29333
+ ],
29334
+ "attributes": [
29335
+ {
29336
+ "name": "inverted",
29337
+ "description": "The spinner color can be inverted by setting the inverted attribute to true.",
29338
+ "default": "false",
29339
+ "fieldName": "inverted"
29340
+ },
29341
+ {
29342
+ "name": "size",
29343
+ "type": {
29344
+ "text": "SpinnerSize | undefined"
29345
+ },
29346
+ "description": "Size of the spinner.\nAcceptable values include:\n\n- 'small'\n- 'midsize'\n- 'large'\n- 'undefined'",
29347
+ "default": "midsize",
29348
+ "fieldName": "size"
29349
+ },
29350
+ {
29351
+ "name": "aria-label",
29352
+ "type": {
29353
+ "text": "string | null"
29354
+ },
29355
+ "default": "null",
29356
+ "description": "Aria-label attribute to be set for accessibility",
29357
+ "fieldName": "ariaLabel"
29358
+ },
29359
+ {
29360
+ "name": "variant",
29361
+ "type": {
29362
+ "text": "SpinnerVariant"
29363
+ },
29364
+ "description": "There are 2 variants of spinner: default and button. Their coloring is different.\n- **Standalone (Default)**: Track has a blue color.\n- **Button**: To be used when placed in a button to show that the button’s action is currently in progress.\nTo ensure a minimum 3:1 contrast ratio, change the active indicator color to be the same color as the button’s\nicon or label text.",
29365
+ "default": "standalone",
29366
+ "fieldName": "variant"
29367
+ }
29368
+ ],
29369
+ "superclass": {
29370
+ "name": "Component",
29371
+ "module": "/src/models"
29372
+ },
29373
+ "tagName": "mdc-spinner",
29374
+ "jsDoc": "/**\n * `mdc-spinner` is loading spinner which is an indeterminate progress indicator, meaning\n * it's best for cases where the progress or duration of a process is variable or unknown.\n *\n * Spinner Variants:\n * - **Standalone (Default)**: Track has a blue color.\n * - **Button**: To be used when placed in a button to show that the button’s action is currently in progress.\n * To ensure a minimum 3:1 contrast ratio, the color is changed internally to be the same color as the button’s\n * icon or label text.\n *\n * Spinner Sizes:\n * - **Large (96px)**: Use when replacing entire regions or pages that are still loading\n * - **MidSize (48px) (Default)**: Use for most use cases.\n * - **Small (24px)**: Use for inline with loading text.\n *\n * Customisation of the spinner size is allowed by setting the size to undefined and using the --mdc-spinner-size\n * CSS property.\n *\n * Spinner Colors:\n * - **Default**: Use for most use cases.\n * - **Inverted**: Only to be used within inverted components, such as coachmarks.\n *\n * Regarding accessibility, if an aria-label is provided, the role will be set to 'img'; if it is absent, the role\n * will be unset\n * and aria-hidden will be set to 'true' so the spinner will be ignored by screen readers.\n *\n * @tagname mdc-spinner\n *\n * @cssproperty --mdc-spinner-default-color - Allows customization of the default spinner color.\n * @cssproperty --mdc-spinner-inverted-color - Allows customization of the inverted spinner color.\n * @cssproperty --mdc-spinner-button-variant-color - Allows customization of the spinner Button variant color.\n * @cssproperty --mdc-spinner-size - Allows customization of the spinner size.\n *\n * @csspart container - The svg which contains the circle spinner.\n * @csspart circle - The circle of the spinner.\n */",
29375
+ "customElement": true
29376
+ }
29377
+ ],
29378
+ "exports": [
29379
+ {
29380
+ "kind": "js",
29381
+ "name": "default",
29382
+ "declaration": {
29383
+ "name": "Spinner",
29384
+ "module": "components/spinner/spinner.component.js"
29385
+ }
29386
+ }
29387
+ ]
29388
+ },
29389
+ {
29390
+ "kind": "javascript-module",
29391
+ "path": "components/staticcheckbox/staticcheckbox.component.js",
29392
+ "declarations": [
29393
+ {
29394
+ "kind": "class",
29395
+ "description": "This is a decorative component that is styled to look as a checkbox.\n\nIt has 3 properties - checked, indeterminate and disabled.\n\nWe are using the same styling that has been created for the `mdc-checkbox` component.",
29396
+ "name": "StaticCheckbox",
29397
+ "cssProperties": [
29398
+ {
29399
+ "description": "Border color in high contrast.",
29400
+ "name": "--mdc-staticcheckbox-border-color"
29401
+ },
29402
+ {
29403
+ "description": "Background color for a selected checkbox.",
29404
+ "name": "--mdc-staticcheckbox-checked-background-color"
29164
29405
  },
29165
29406
  {
29166
29407
  "description": "Background color for a disabled checkbox.",
@@ -29437,247 +29678,6 @@
29437
29678
  }
29438
29679
  ]
29439
29680
  },
29440
- {
29441
- "kind": "javascript-module",
29442
- "path": "components/sidenavigation/sidenavigation.component.js",
29443
- "declarations": [
29444
- {
29445
- "kind": "class",
29446
- "description": "The `mdc-sidenavigation` component provides a vertically stacked navigation experience,\ntypically used in layouts with persistent or collapsible sidebars.\n\n## Features:\n- Supports four layout variants: `fixed-collapsed`, `fixed-expanded`, `flexible`, and `hidden`\n- Toggleable expand/collapse behavior\n- Displays brand logo and customer name\n- Serves as a context provider for descendant components - `mdc-navitemlist` and `mdc-navitem`\n\n### Usage:\nIn a sidenavigation, navitems can be used in the following ways:\n\n1. **Simple navitem** – No submenu or interaction beyond selection.\n\n2. **Navitem with submenu**:\n - Provide an `id` on the `mdc-navitem`\n - Set the `triggerId` on the corresponding `mdc-menupopover` to match the navitem's `id`\n - Set `parent-nav-tooltip-text` with appropriate text that will display when a child menu item\n inside the nested menupopover is active, conveying which submenu item is currently selected\n\n3. **Actionable navitem (no submenu)**:\n - Performs an action such as navigation or alert trigger\n - Set `disable-aria-current=\"true\"` to maintain visual active state without navigation behavior\n\n### Recommendations:\n- Use `mdc-text` for section headers\n- Use `mdc-divider` with the attribute `variant=\"gradient\"` for section dividers\n- For the brand logo, use an informative icon. Refer to `Momentum Informative Icons`\n\n#### Accessibility Notes:\n- Always provide meaningful `aria-label` attributes for both `mdc-navitem` and `mdc-navitemlist`\nto ensure screen reader support\n- Set `grabber-btn-aria-label` to provide accessible labels for the expand/collapse grabber button",
29447
- "name": "SideNavigation",
29448
- "cssProperties": [
29449
- {
29450
- "description": "width of the sideNavigation when expanded",
29451
- "name": "--mdc-sidenavigation-expanded-width"
29452
- },
29453
- {
29454
- "description": "width of the sideNavigation when collpased",
29455
- "name": "--mdc-sidenavigation-collapsed-width"
29456
- }
29457
- ],
29458
- "slots": [
29459
- {
29460
- "description": "Slot for the scrollable content area of the side navigation.",
29461
- "name": "scrollable-section"
29462
- },
29463
- {
29464
- "description": "Slot for the fixed content area of the side navigation.",
29465
- "name": "fixed-section"
29466
- },
29467
- {
29468
- "description": "Slot for the brand logo (e.g., icon or img).",
29469
- "name": "brand-logo"
29470
- }
29471
- ],
29472
- "members": [
29473
- {
29474
- "kind": "field",
29475
- "name": "Context",
29476
- "privacy": "public",
29477
- "static": true,
29478
- "readonly": true
29479
- },
29480
- {
29481
- "kind": "field",
29482
- "name": "variant",
29483
- "type": {
29484
- "text": "SideNavigationVariant"
29485
- },
29486
- "description": "Four variants of the sideNavigation\n- **fixed-collapsed**: Shows icons without labels and has fixed width, 4.5rem.\n- **fixed-expanded**: Shows icons with labels and has fixed width, 15rem.\n- **flexible**: Toggles between collapsed/expanded states.\n- **hidden**: Removes the sidenavigation from the DOM.",
29487
- "default": "flexible",
29488
- "attribute": "variant",
29489
- "reflects": true
29490
- },
29491
- {
29492
- "kind": "field",
29493
- "name": "customerName",
29494
- "type": {
29495
- "text": "string"
29496
- },
29497
- "default": "''",
29498
- "description": "Name of the customer. This is displayed in the bottom section of the side-navigation component.",
29499
- "attribute": "customer-name",
29500
- "reflects": true
29501
- },
29502
- {
29503
- "kind": "field",
29504
- "name": "grabberBtnAriaLabel",
29505
- "type": {
29506
- "text": "string | undefined"
29507
- },
29508
- "description": "Provides an accessible label for the grabber button.\nThis value is used to set the `aria-label` attribute for the button.",
29509
- "default": "''",
29510
- "attribute": "grabber-btn-aria-label",
29511
- "reflects": true
29512
- },
29513
- {
29514
- "kind": "field",
29515
- "name": "parentNavTooltipText",
29516
- "type": {
29517
- "text": "string | undefined"
29518
- },
29519
- "description": "Tooltip text shown on parent nav items when a child is active.",
29520
- "attribute": "parent-nav-tooltip-text",
29521
- "reflects": true
29522
- },
29523
- {
29524
- "kind": "method",
29525
- "name": "updateContext",
29526
- "privacy": "protected",
29527
- "return": {
29528
- "type": {
29529
- "text": "void"
29530
- }
29531
- },
29532
- "description": "Update all observing components of this\nprovider to update the values\n\nIs called on every re-render, see Provider class"
29533
- }
29534
- ],
29535
- "events": [
29536
- {
29537
- "description": "(React: onActiveChange) Dispatched when the active state of the navitem changes.",
29538
- "name": "activechange",
29539
- "reactName": "onActiveChange"
29540
- }
29541
- ],
29542
- "attributes": [
29543
- {
29544
- "name": "variant",
29545
- "type": {
29546
- "text": "SideNavigationVariant"
29547
- },
29548
- "description": "Four variants of the sideNavigation\n- **fixed-collapsed**: Shows icons without labels and has fixed width, 4.5rem.\n- **fixed-expanded**: Shows icons with labels and has fixed width, 15rem.\n- **flexible**: Toggles between collapsed/expanded states.\n- **hidden**: Removes the sidenavigation from the DOM.",
29549
- "default": "flexible",
29550
- "fieldName": "variant"
29551
- },
29552
- {
29553
- "name": "customer-name",
29554
- "type": {
29555
- "text": "string"
29556
- },
29557
- "default": "''",
29558
- "description": "Name of the customer. This is displayed in the bottom section of the side-navigation component.",
29559
- "fieldName": "customerName"
29560
- },
29561
- {
29562
- "name": "grabber-btn-aria-label",
29563
- "type": {
29564
- "text": "string | undefined"
29565
- },
29566
- "description": "Provides an accessible label for the grabber button.\nThis value is used to set the `aria-label` attribute for the button.",
29567
- "default": "''",
29568
- "fieldName": "grabberBtnAriaLabel"
29569
- },
29570
- {
29571
- "name": "parent-nav-tooltip-text",
29572
- "type": {
29573
- "text": "string | undefined"
29574
- },
29575
- "description": "Tooltip text shown on parent nav items when a child is active.",
29576
- "fieldName": "parentNavTooltipText"
29577
- }
29578
- ],
29579
- "superclass": {
29580
- "name": "Provider",
29581
- "module": "/src/models"
29582
- },
29583
- "tagName": "mdc-sidenavigation",
29584
- "jsDoc": "/**\n * The `mdc-sidenavigation` component provides a vertically stacked navigation experience,\n * typically used in layouts with persistent or collapsible sidebars.\n *\n * ## Features:\n * - Supports four layout variants: `fixed-collapsed`, `fixed-expanded`, `flexible`, and `hidden`\n * - Toggleable expand/collapse behavior\n * - Displays brand logo and customer name\n * - Serves as a context provider for descendant components - `mdc-navitemlist` and `mdc-navitem`\n *\n * ### Usage:\n * In a sidenavigation, navitems can be used in the following ways:\n *\n * 1. **Simple navitem** – No submenu or interaction beyond selection.\n *\n * 2. **Navitem with submenu**:\n * - Provide an `id` on the `mdc-navitem`\n * - Set the `triggerId` on the corresponding `mdc-menupopover` to match the navitem's `id`\n * - Set `parent-nav-tooltip-text` with appropriate text that will display when a child menu item\n * inside the nested menupopover is active, conveying which submenu item is currently selected\n *\n * 3. **Actionable navitem (no submenu)**:\n * - Performs an action such as navigation or alert trigger\n * - Set `disable-aria-current=\"true\"` to maintain visual active state without navigation behavior\n *\n * ### Recommendations:\n * - Use `mdc-text` for section headers\n * - Use `mdc-divider` with the attribute `variant=\"gradient\"` for section dividers\n * - For the brand logo, use an informative icon. Refer to `Momentum Informative Icons`\n *\n * #### Accessibility Notes:\n * - Always provide meaningful `aria-label` attributes for both `mdc-navitem` and `mdc-navitemlist`\n * to ensure screen reader support\n * - Set `grabber-btn-aria-label` to provide accessible labels for the expand/collapse grabber button\n *\n * @dependency mdc-text\n * @dependency mdc-button\n * @dependency mdc-divider\n *\n * @event activechange - (React: onActiveChange) Dispatched when the active state of the navitem changes.\n *\n * @tagname mdc-sidenavigation\n *\n * @slot scrollable-section - Slot for the scrollable content area of the side navigation.\n * @slot fixed-section - Slot for the fixed content area of the side navigation.\n * @slot brand-logo - Slot for the brand logo (e.g., icon or img).\n *\n * @cssproperty --mdc-sidenavigation-expanded-width - width of the sideNavigation when expanded\n * @cssproperty --mdc-sidenavigation-collapsed-width - width of the sideNavigation when collpased\n */",
29585
- "customElement": true
29586
- }
29587
- ],
29588
- "exports": [
29589
- {
29590
- "kind": "js",
29591
- "name": "default",
29592
- "declaration": {
29593
- "name": "SideNavigation",
29594
- "module": "components/sidenavigation/sidenavigation.component.js"
29595
- }
29596
- }
29597
- ]
29598
- },
29599
- {
29600
- "kind": "javascript-module",
29601
- "path": "components/skeleton/skeleton.component.js",
29602
- "declarations": [
29603
- {
29604
- "kind": "class",
29605
- "description": "`mdc-skeleton` is a component that shows a grey placeholder area.\nIt provides visual feedback to users that content is being loaded.\n\n**Skeleton Variants:**\n- **rectangular**: Default variant with 0.25rem border radius\n- **rounded**: Has 0.5rem border radius\n- **circular**: Has 50% border radius for circular shapes\n- **button**: Optimized for button placeholders with 1.25rem border radius\n\n**Sizing Behavior:**\n1. If wrapping content, takes dimensions of wrapped content\n2. Otherwise grows to fill parent container",
29606
- "name": "Skeleton",
29607
- "cssProperties": [
29608
- {
29609
- "description": "background color of the skeleton",
29610
- "name": "--mdc-skeleton-background-color"
29611
- },
29612
- {
29613
- "description": "height of the skeleton",
29614
- "name": "--mdc-skeleton-height"
29615
- },
29616
- {
29617
- "description": "width of the skeleton",
29618
- "name": "--mdc-skeleton-width"
29619
- }
29620
- ],
29621
- "slots": [
29622
- {
29623
- "description": "Content to wrap (optional). When provided, skeleton takes dimensions of this content.",
29624
- "name": ""
29625
- }
29626
- ],
29627
- "members": [
29628
- {
29629
- "kind": "field",
29630
- "name": "variant",
29631
- "type": {
29632
- "text": "SkeletonVariant"
29633
- },
29634
- "description": "The variant of skeleton to display\n- **rectangular**: Default rectangular shape with 0.25rem border radius\n- **rounded**: Rounded rectangle with 0.5rem border radius\n- **circular**: Circular shape with 50% border radius\n- **button**: Button placeholder with 1.25rem border radius",
29635
- "default": "rectangular",
29636
- "attribute": "variant",
29637
- "reflects": true
29638
- },
29639
- {
29640
- "kind": "method",
29641
- "name": "checkSlotContent",
29642
- "privacy": "private",
29643
- "return": {
29644
- "type": {
29645
- "text": "void"
29646
- }
29647
- }
29648
- }
29649
- ],
29650
- "attributes": [
29651
- {
29652
- "name": "variant",
29653
- "type": {
29654
- "text": "SkeletonVariant"
29655
- },
29656
- "description": "The variant of skeleton to display\n- **rectangular**: Default rectangular shape with 0.25rem border radius\n- **rounded**: Rounded rectangle with 0.5rem border radius\n- **circular**: Circular shape with 50% border radius\n- **button**: Button placeholder with 1.25rem border radius",
29657
- "default": "rectangular",
29658
- "fieldName": "variant"
29659
- }
29660
- ],
29661
- "superclass": {
29662
- "name": "Component",
29663
- "module": "/src/models"
29664
- },
29665
- "tagName": "mdc-skeleton",
29666
- "jsDoc": "/**\n * `mdc-skeleton` is a component that shows a grey placeholder area.\n * It provides visual feedback to users that content is being loaded.\n *\n * **Skeleton Variants:**\n * - **rectangular**: Default variant with 0.25rem border radius\n * - **rounded**: Has 0.5rem border radius\n * - **circular**: Has 50% border radius for circular shapes\n * - **button**: Optimized for button placeholders with 1.25rem border radius\n *\n * **Sizing Behavior:**\n * 1. If wrapping content, takes dimensions of wrapped content\n * 2. Otherwise grows to fill parent container\n *\n * @tagname mdc-skeleton\n *\n * @slot - Content to wrap (optional). When provided, skeleton takes dimensions of this content.\n *\n * @cssproperty --mdc-skeleton-background-color - background color of the skeleton\n * @cssproperty --mdc-skeleton-height - height of the skeleton\n * @cssproperty --mdc-skeleton-width - width of the skeleton\n */",
29667
- "customElement": true
29668
- }
29669
- ],
29670
- "exports": [
29671
- {
29672
- "kind": "js",
29673
- "name": "default",
29674
- "declaration": {
29675
- "name": "Skeleton",
29676
- "module": "components/skeleton/skeleton.component.js"
29677
- }
29678
- }
29679
- ]
29680
- },
29681
29681
  {
29682
29682
  "kind": "javascript-module",
29683
29683
  "path": "components/statictoggle/statictoggle.component.js",