@momentum-design/components 0.47.1 → 0.48.1

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 (66) hide show
  1. package/dist/browser/index.js.map +2 -2
  2. package/dist/components/alertchip/alertchip.types.d.ts +1 -1
  3. package/dist/components/avatar/avatar.types.d.ts +3 -2
  4. package/dist/components/badge/badge.types.d.ts +3 -2
  5. package/dist/components/brandvisual/brandvisual.types.d.ts +5 -1
  6. package/dist/components/bullet/bullet.types.d.ts +1 -1
  7. package/dist/components/button/button.component.d.ts +0 -5
  8. package/dist/components/button/button.component.js +0 -5
  9. package/dist/components/button/button.types.d.ts +1 -1
  10. package/dist/components/buttonsimple/buttonsimple.types.d.ts +7 -1
  11. package/dist/components/checkbox/checkbox.types.d.ts +5 -0
  12. package/dist/components/checkbox/checkbox.types.js +1 -0
  13. package/dist/components/chip/chip.types.d.ts +1 -1
  14. package/dist/components/divider/divider.types.d.ts +1 -1
  15. package/dist/components/formfieldwrapper/formfieldwrapper.types.d.ts +1 -1
  16. package/dist/components/input/input.types.d.ts +7 -1
  17. package/dist/components/inputchip/inputchip.types.d.ts +4 -0
  18. package/dist/components/inputchip/inputchip.types.js +1 -0
  19. package/dist/components/link/link.types.d.ts +1 -1
  20. package/dist/components/listitem/listitem.types.d.ts +7 -1
  21. package/dist/components/marker/marker.types.d.ts +2 -2
  22. package/dist/components/popover/popover.types.d.ts +10 -3
  23. package/dist/components/presence/presence.types.d.ts +3 -2
  24. package/dist/components/progressbar/progressbar.types.d.ts +2 -1
  25. package/dist/components/radio/radio.types.d.ts +5 -0
  26. package/dist/components/radio/radio.types.js +1 -0
  27. package/dist/components/screenreaderannouncer/screenreaderannouncer.types.d.ts +2 -1
  28. package/dist/components/spinner/spinner.types.d.ts +1 -1
  29. package/dist/components/tab/tab.types.d.ts +5 -1
  30. package/dist/components/text/text.types.d.ts +3 -2
  31. package/dist/components/textarea/textarea.types.d.ts +8 -1
  32. package/dist/components/toggle/toggle.types.d.ts +5 -1
  33. package/dist/components/tooltip/tooltip.types.d.ts +2 -1
  34. package/dist/components/virtualizedlist/virtualizedlist.types.d.ts +6 -2
  35. package/dist/custom-elements.json +670 -741
  36. package/dist/react/alertchip/index.d.ts +5 -4
  37. package/dist/react/avatarbutton/index.d.ts +5 -4
  38. package/dist/react/brandvisual/index.d.ts +3 -2
  39. package/dist/react/button/index.d.ts +5 -9
  40. package/dist/react/button/index.js +0 -5
  41. package/dist/react/buttonsimple/index.d.ts +5 -4
  42. package/dist/react/checkbox/index.d.ts +3 -3
  43. package/dist/react/checkbox/index.js +0 -1
  44. package/dist/react/chip/index.d.ts +5 -4
  45. package/dist/react/coachmark/index.d.ts +5 -4
  46. package/dist/react/filterchip/index.d.ts +5 -4
  47. package/dist/react/index.d.ts +2 -2
  48. package/dist/react/index.js +2 -2
  49. package/dist/react/input/index.d.ts +5 -5
  50. package/dist/react/input/index.js +0 -1
  51. package/dist/react/inputchip/index.d.ts +2 -1
  52. package/dist/react/listitem/index.d.ts +5 -4
  53. package/dist/react/option/index.d.ts +5 -4
  54. package/dist/react/popover/index.d.ts +5 -4
  55. package/dist/react/radio/index.d.ts +3 -3
  56. package/dist/react/radio/index.js +0 -1
  57. package/dist/react/searchfield/index.d.ts +5 -5
  58. package/dist/react/searchfield/index.js +0 -1
  59. package/dist/react/tab/index.d.ts +5 -4
  60. package/dist/react/textarea/index.d.ts +6 -6
  61. package/dist/react/textarea/index.js +0 -1
  62. package/dist/react/toggle/index.d.ts +3 -3
  63. package/dist/react/toggle/index.js +0 -1
  64. package/dist/react/tooltip/index.d.ts +5 -4
  65. package/dist/react/virtualizedlist/index.d.ts +2 -1
  66. package/package.json +1 -1
@@ -4,464 +4,159 @@
4
4
  "modules": [
5
5
  {
6
6
  "kind": "javascript-module",
7
- "path": "components/appheader/appheader.component.js",
8
- "declarations": [
9
- {
10
- "kind": "class",
11
- "description": "The `mdc-appheader` component provides a structured and accessible app header layout.\nIt consists of three primary sections: leading, center, and trailing.\n\n- The **leading section** typically holds a **brand logo**, **brand name** or **menu icon**.\n- The **center section** can contain a **search bar**, **icons** or action controls.\n- The **trailing section** generally includes a **profile avatar**, **additional icons** or **action controls**.",
12
- "name": "Appheader",
13
- "cssParts": [
14
- {
15
- "description": "The main container for styling the header.",
16
- "name": "container"
17
- },
18
- {
19
- "description": "The leading section of the header.",
20
- "name": "leading-section"
21
- },
22
- {
23
- "description": "The center section of the header.",
24
- "name": "center-section"
25
- },
26
- {
27
- "description": "The trailing section of the header.",
28
- "name": "trailing-section"
29
- }
30
- ],
31
- "slots": [
32
- {
33
- "description": "Slot for the leading section (e.g., brand logo, brand name).",
34
- "name": "leading"
35
- },
36
- {
37
- "description": "Slot for the center section (e.g., search bar, icons).",
38
- "name": "center"
39
- },
40
- {
41
- "description": "Slot for the trailing section (e.g., profile avatar, icons).",
42
- "name": "trailing"
43
- }
44
- ],
45
- "members": [],
46
- "superclass": {
47
- "name": "Component",
48
- "module": "/src/models"
49
- },
50
- "tagName": "mdc-appheader",
51
- "jsDoc": "/**\n * The `mdc-appheader` component provides a structured and accessible app header layout.\n * It consists of three primary sections: leading, center, and trailing.\n *\n * - The **leading section** typically holds a **brand logo**, **brand name** or **menu icon**.\n * - The **center section** can contain a **search bar**, **icons** or action controls.\n * - The **trailing section** generally includes a **profile avatar**, **additional icons** or **action controls**.\n *\n * @tagname mdc-appheader\n *\n * @slot leading - Slot for the leading section (e.g., brand logo, brand name).\n * @slot center - Slot for the center section (e.g., search bar, icons).\n * @slot trailing - Slot for the trailing section (e.g., profile avatar, icons).\n *\n * @csspart container - The main container for styling the header.\n * @csspart leading-section - The leading section of the header.\n * @csspart center-section - The center section of the header.\n * @csspart trailing-section - The trailing section of the header.\n */",
52
- "customElement": true
53
- }
54
- ],
55
- "exports": [
56
- {
57
- "kind": "js",
58
- "name": "default",
59
- "declaration": {
60
- "name": "Appheader",
61
- "module": "components/appheader/appheader.component.js"
62
- }
63
- }
64
- ]
65
- },
66
- {
67
- "kind": "javascript-module",
68
- "path": "components/avatar/avatar.component.js",
7
+ "path": "components/alertchip/alertchip.component.js",
69
8
  "declarations": [
70
9
  {
71
10
  "kind": "class",
72
- "description": "The `mdc-avatar` component is used to represent a person or a space.\nAn avatar can be an icon, initials, counter and photo.\n\nTo set the photo of an avatar,\nyou need to set \"src\" attribute.\n\nWhile the avatar image is loading, as a placeholder,\nwe will show the initials text.\nIf the initials are not specified then,\nwe will show `user-regular` icon as a placeholder.\n\nBy default, if there are no attributes specified,\nthen the default avatar will be an icon with `user-regular` name.\n\nThe avatar component is non clickable and non interactive/focusable component.\nIf the avatar is typing, then the loading indicator will be displayed.\nIf the counter type avatar is set to a negative number, then we will display 0.\nThe presence indicator will be hidden when the counter property is set.",
73
- "name": "Avatar",
11
+ "description": "mdc-alertchip component is an interactive chip that consumers can use to represent an alert.\n\n- It supports a leading icon along with label.\n- It supports 5 variants of alerts - neutral, warning, error, success, and informational\n\nThis component is built by extending Buttonsimple.",
12
+ "name": "AlertChip",
74
13
  "cssProperties": [
75
14
  {
76
- "description": "Allows customization of the default background color.",
77
- "name": "--mdc-avatar-default-background-color"
78
- },
79
- {
80
- "description": "Allows customization of the default foreground color.",
81
- "name": "--mdc-avatar-default-foreground-color"
15
+ "description": "The color of the label text",
16
+ "name": "--mdc-chip-color"
82
17
  },
83
18
  {
84
- "description": "Allows customization of the loading indicator background color.",
85
- "name": "--mdc-avatar-loading-indicator-background-color"
19
+ "description": "The color of the icon",
20
+ "name": "--mdc-chip-icon-color"
86
21
  },
87
22
  {
88
- "description": "Allows customization of the loading indicator foreground color.",
89
- "name": "--mdc-avatar-loading-indicator-foreground-color"
23
+ "description": "The border color of the alertchip",
24
+ "name": "--mdc-chip-border-color"
90
25
  },
91
26
  {
92
- "description": "Allows customization of the loading overlay background color.",
93
- "name": "--mdc-avatar-loading-overlay-background-color"
27
+ "description": "The background color of the alertchip",
28
+ "name": "--mdc-chip-background-color"
94
29
  }
95
30
  ],
96
31
  "members": [
97
32
  {
98
33
  "kind": "field",
99
- "name": "src",
34
+ "name": "variant",
100
35
  "type": {
101
- "text": "string | undefined"
36
+ "text": "VariantType"
102
37
  },
103
- "description": "The src is the url which will be used to display the avatar.\nWhen the src is loading, we will display the initials as a placeholder.",
104
- "attribute": "src",
105
- "inheritedFrom": {
106
- "name": "AvatarComponentMixin",
107
- "module": "utils/mixins/AvatarComponentMixin.js"
108
- }
38
+ "description": "The variant of the alertchip. It supports 5 variants\n- neutral\n- warning\n- error\n- success\n- informational",
39
+ "default": "neutral",
40
+ "attribute": "variant"
109
41
  },
110
42
  {
111
43
  "kind": "field",
112
- "name": "initials",
44
+ "name": "label",
113
45
  "type": {
114
- "text": "string | undefined"
46
+ "text": "string"
115
47
  },
116
- "description": "The initials to be displayed for the avatar.",
117
- "attribute": "initials",
118
- "inheritedFrom": {
119
- "name": "AvatarComponentMixin",
120
- "module": "utils/mixins/AvatarComponentMixin.js"
121
- }
48
+ "default": "''",
49
+ "description": "The visible label text of the alertchip.\n\nWe recommend limiting the <b>maximum length of the label text to 20 characters</b>,\nincluding empty spaces to split words.",
50
+ "attribute": "label"
122
51
  },
123
52
  {
124
53
  "kind": "field",
125
- "name": "presence",
54
+ "name": "tabIndex",
126
55
  "type": {
127
- "text": "PresenceType | undefined"
56
+ "text": "number"
128
57
  },
129
- "description": "The presence is the status which can be used to display the\nactivity state of a user or a space within an avatar component.\n\nAcceptable values include:\n- `active`\n- `away`\n- `away-calling`\n- `busy`\n- `dnd`\n- `meeting`\n- `on-call`\n- `on-device`\n- `on-mobile`\n- `pause`\n- `pto`\n- `presenting`\n- `quiet`\n- `scheduled`",
130
- "attribute": "presence",
58
+ "default": "0",
59
+ "description": "This property specifies the tab order of the element.",
60
+ "attribute": "tabIndex",
61
+ "reflects": true,
131
62
  "inheritedFrom": {
132
- "name": "AvatarComponentMixin",
133
- "module": "utils/mixins/AvatarComponentMixin.js"
63
+ "name": "TabIndexMixin",
64
+ "module": "utils/mixins/TabIndexMixin.js"
134
65
  }
135
66
  },
136
67
  {
137
68
  "kind": "field",
138
- "name": "size",
69
+ "name": "disabled",
139
70
  "type": {
140
- "text": "AvatarSize"
71
+ "text": "boolean | undefined"
141
72
  },
142
- "description": "Acceptable values include (size in px unit):\n- 24\n- 32\n- 48\n- 64\n- 72\n- 88\n- 124",
143
- "default": "32",
144
- "attribute": "size",
73
+ "description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
74
+ "default": "undefined",
75
+ "attribute": "disabled",
145
76
  "reflects": true,
146
77
  "inheritedFrom": {
147
- "name": "AvatarComponentMixin",
148
- "module": "utils/mixins/AvatarComponentMixin.js"
78
+ "name": "DisabledMixin",
79
+ "module": "utils/mixins/DisabledMixin.js"
149
80
  }
150
81
  },
151
82
  {
152
83
  "kind": "field",
153
- "name": "counter",
84
+ "name": "active",
154
85
  "type": {
155
- "text": "number | undefined"
86
+ "text": "boolean"
156
87
  },
157
- "description": "The counter is the number which can be displayed on the avatar.\nThe maximum number is 99 and if the given number is greater than 99,\nthen the avatar will be displayed as `99+`.\nIf the given number is a negative number,\nthen the avatar will be displayed as `0`.",
158
- "attribute": "counter",
88
+ "default": "false",
89
+ "description": "The button's active state indicates whether it is currently toggled on (active) or off (inactive).\nWhen the active state is true, the button is considered to be in an active state, meaning it is toggled on.\nConversely, when the active state is false, the button is in an inactive state, indicating it is toggled off.",
90
+ "attribute": "active",
91
+ "reflects": true,
159
92
  "inheritedFrom": {
160
- "name": "AvatarComponentMixin",
161
- "module": "utils/mixins/AvatarComponentMixin.js"
93
+ "name": "Buttonsimple",
94
+ "module": "components/buttonsimple/buttonsimple.component.js"
162
95
  }
163
96
  },
164
97
  {
165
98
  "kind": "field",
166
- "name": "isTyping",
99
+ "name": "softDisabled",
167
100
  "type": {
168
101
  "text": "boolean"
169
102
  },
170
103
  "default": "false",
171
- "description": "Represents the typing indicator when the user is typing.",
172
- "attribute": "is-typing",
104
+ "description": "Indicates whether the button is soft disabled.\nWhen set to `true`, the button 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 button behaves like a disabled button, allowing only focus and\npreventing any interactions (clicks or keyboard actions) from triggering unintended actions.",
105
+ "attribute": "soft-disabled",
173
106
  "inheritedFrom": {
174
- "name": "AvatarComponentMixin",
175
- "module": "utils/mixins/AvatarComponentMixin.js"
107
+ "name": "Buttonsimple",
108
+ "module": "components/buttonsimple/buttonsimple.component.js"
176
109
  }
177
110
  },
178
111
  {
179
112
  "kind": "field",
180
- "name": "iconName",
181
- "type": {
182
- "text": "IconNames | undefined"
183
- },
184
- "description": "Name of the icon (= filename).\n\nIf no `icon-name` is provided, no icon will be rendered.",
185
- "attribute": "icon-name",
186
- "inheritedFrom": {
187
- "name": "IconNameMixin",
188
- "module": "utils/mixins/IconNameMixin.js"
189
- }
190
- }
191
- ],
192
- "mixins": [
193
- {
194
- "name": "AvatarComponentMixin",
195
- "module": "/src/utils/mixins/AvatarComponentMixin"
196
- },
197
- {
198
- "name": "IconNameMixin",
199
- "module": "/src/utils/mixins/IconNameMixin"
200
- }
201
- ],
202
- "superclass": {
203
- "name": "Component",
204
- "module": "/src/models"
205
- },
206
- "tagName": "mdc-avatar",
207
- "jsDoc": "/**\n * The `mdc-avatar` component is used to represent a person or a space.\n * An avatar can be an icon, initials, counter and photo.\n *\n * To set the photo of an avatar,\n * you need to set \"src\" attribute.\n *\n * While the avatar image is loading, as a placeholder,\n * we will show the initials text.\n * If the initials are not specified then,\n * we will show `user-regular` icon as a placeholder.\n *\n * By default, if there are no attributes specified,\n * then the default avatar will be an icon with `user-regular` name.\n *\n * The avatar component is non clickable and non interactive/focusable component.\n * If the avatar is typing, then the loading indicator will be displayed.\n * If the counter type avatar is set to a negative number, then we will display 0.\n * The presence indicator will be hidden when the counter property is set.\n *\n * @dependency mdc-icon\n * @dependency mdc-presence\n * @dependency mdc-text\n *\n * @tagname mdc-avatar\n *\n * @cssproperty --mdc-avatar-default-background-color - Allows customization of the default background color.\n * @cssproperty --mdc-avatar-default-foreground-color - Allows customization of the default foreground color.\n * @cssproperty --mdc-avatar-loading-indicator-background-color -\n * Allows customization of the loading indicator background color.\n * @cssproperty --mdc-avatar-loading-indicator-foreground-color -\n * Allows customization of the loading indicator foreground color.\n * @cssproperty --mdc-avatar-loading-overlay-background-color -\n * Allows customization of the loading overlay background color.\n */",
208
- "customElement": true,
209
- "attributes": [
210
- {
211
- "name": "src",
113
+ "name": "size",
212
114
  "type": {
213
- "text": "string | undefined"
115
+ "text": "ButtonSize"
214
116
  },
215
- "description": "The src is the url which will be used to display the avatar.\nWhen the src is loading, we will display the initials as a placeholder.",
216
- "fieldName": "src",
117
+ "description": "Simplebutton size is a super set of all the sizes supported by children components.",
118
+ "default": "32",
119
+ "attribute": "size",
120
+ "reflects": true,
217
121
  "inheritedFrom": {
218
- "name": "AvatarComponentMixin",
219
- "module": "src/utils/mixins/AvatarComponentMixin.ts"
122
+ "name": "Buttonsimple",
123
+ "module": "components/buttonsimple/buttonsimple.component.js"
220
124
  }
221
125
  },
222
126
  {
223
- "name": "initials",
224
- "type": {
225
- "text": "string | undefined"
226
- },
227
- "description": "The initials to be displayed for the avatar.",
228
- "fieldName": "initials",
127
+ "kind": "field",
128
+ "name": "role",
129
+ "description": "This property defines the ARIA role for the element. By default, it is set to 'button'.\nConsumers should override this role when:\n- The element is being used in a context where a different role is more appropriate.\n- Custom behaviors are implemented that require a specific ARIA role for accessibility purposes.",
130
+ "default": "button",
131
+ "attribute": "role",
132
+ "reflects": true,
229
133
  "inheritedFrom": {
230
- "name": "AvatarComponentMixin",
231
- "module": "src/utils/mixins/AvatarComponentMixin.ts"
134
+ "name": "Buttonsimple",
135
+ "module": "components/buttonsimple/buttonsimple.component.js"
232
136
  }
233
137
  },
234
138
  {
235
- "name": "presence",
139
+ "kind": "field",
140
+ "name": "type",
236
141
  "type": {
237
- "text": "PresenceType | undefined"
142
+ "text": "ButtonType"
238
143
  },
239
- "description": "The presence is the status which can be used to display the\nactivity state of a user or a space within an avatar component.\n\nAcceptable values include:\n- `active`\n- `away`\n- `away-calling`\n- `busy`\n- `dnd`\n- `meeting`\n- `on-call`\n- `on-device`\n- `on-mobile`\n- `pause`\n- `pto`\n- `presenting`\n- `quiet`\n- `scheduled`",
240
- "fieldName": "presence",
144
+ "description": "This property defines the type attribute for the button element.\nThe type attribute specifies the behavior of the button when it is clicked.\n- **submit**: The button submits the form data to the server.\n- **reset**: The button resets the form data to its initial state.\n- **button**: The button does nothing when clicked.",
145
+ "default": "button",
146
+ "attribute": "type",
147
+ "reflects": true,
241
148
  "inheritedFrom": {
242
- "name": "AvatarComponentMixin",
243
- "module": "src/utils/mixins/AvatarComponentMixin.ts"
149
+ "name": "Buttonsimple",
150
+ "module": "components/buttonsimple/buttonsimple.component.js"
244
151
  }
245
152
  },
246
153
  {
247
- "name": "size",
248
- "type": {
249
- "text": "AvatarSize"
250
- },
251
- "description": "Acceptable values include (size in px unit):\n- 24\n- 32\n- 48\n- 64\n- 72\n- 88\n- 124",
252
- "default": "32",
253
- "fieldName": "size",
154
+ "kind": "method",
155
+ "name": "executeAction",
156
+ "privacy": "protected",
254
157
  "inheritedFrom": {
255
- "name": "AvatarComponentMixin",
256
- "module": "src/utils/mixins/AvatarComponentMixin.ts"
257
- }
258
- },
259
- {
260
- "name": "counter",
261
- "type": {
262
- "text": "number | undefined"
263
- },
264
- "description": "The counter is the number which can be displayed on the avatar.\nThe maximum number is 99 and if the given number is greater than 99,\nthen the avatar will be displayed as `99+`.\nIf the given number is a negative number,\nthen the avatar will be displayed as `0`.",
265
- "fieldName": "counter",
266
- "inheritedFrom": {
267
- "name": "AvatarComponentMixin",
268
- "module": "src/utils/mixins/AvatarComponentMixin.ts"
269
- }
270
- },
271
- {
272
- "name": "is-typing",
273
- "type": {
274
- "text": "boolean"
275
- },
276
- "default": "false",
277
- "description": "Represents the typing indicator when the user is typing.",
278
- "fieldName": "isTyping",
279
- "inheritedFrom": {
280
- "name": "AvatarComponentMixin",
281
- "module": "src/utils/mixins/AvatarComponentMixin.ts"
282
- }
283
- },
284
- {
285
- "name": "icon-name",
286
- "type": {
287
- "text": "IconNames | undefined"
288
- },
289
- "description": "Name of the icon (= filename).\n\nIf no `icon-name` is provided, no icon will be rendered.",
290
- "fieldName": "iconName",
291
- "inheritedFrom": {
292
- "name": "IconNameMixin",
293
- "module": "src/utils/mixins/IconNameMixin.ts"
294
- }
295
- }
296
- ]
297
- }
298
- ],
299
- "exports": [
300
- {
301
- "kind": "js",
302
- "name": "default",
303
- "declaration": {
304
- "name": "Avatar",
305
- "module": "components/avatar/avatar.component.js"
306
- }
307
- }
308
- ]
309
- },
310
- {
311
- "kind": "javascript-module",
312
- "path": "components/alertchip/alertchip.component.js",
313
- "declarations": [
314
- {
315
- "kind": "class",
316
- "description": "mdc-alertchip component is an interactive chip that consumers can use to represent an alert.\n\n- It supports a leading icon along with label.\n- It supports 5 variants of alerts - neutral, warning, error, success, and informational\n\nThis component is built by extending Buttonsimple.",
317
- "name": "AlertChip",
318
- "cssProperties": [
319
- {
320
- "description": "The color of the label text",
321
- "name": "--mdc-chip-color"
322
- },
323
- {
324
- "description": "The color of the icon",
325
- "name": "--mdc-chip-icon-color"
326
- },
327
- {
328
- "description": "The border color of the alertchip",
329
- "name": "--mdc-chip-border-color"
330
- },
331
- {
332
- "description": "The background color of the alertchip",
333
- "name": "--mdc-chip-background-color"
334
- }
335
- ],
336
- "members": [
337
- {
338
- "kind": "field",
339
- "name": "variant",
340
- "type": {
341
- "text": "VariantType"
342
- },
343
- "description": "The variant of the alertchip. It supports 5 variants\n- neutral\n- warning\n- error\n- success\n- informational",
344
- "default": "neutral",
345
- "attribute": "variant"
346
- },
347
- {
348
- "kind": "field",
349
- "name": "label",
350
- "type": {
351
- "text": "string"
352
- },
353
- "default": "''",
354
- "description": "The visible label text of the alertchip.\n\nWe recommend limiting the <b>maximum length of the label text to 20 characters</b>,\nincluding empty spaces to split words.",
355
- "attribute": "label"
356
- },
357
- {
358
- "kind": "field",
359
- "name": "tabIndex",
360
- "type": {
361
- "text": "number"
362
- },
363
- "default": "0",
364
- "description": "This property specifies the tab order of the element.",
365
- "attribute": "tabIndex",
366
- "reflects": true,
367
- "inheritedFrom": {
368
- "name": "TabIndexMixin",
369
- "module": "utils/mixins/TabIndexMixin.js"
370
- }
371
- },
372
- {
373
- "kind": "field",
374
- "name": "disabled",
375
- "type": {
376
- "text": "boolean | undefined"
377
- },
378
- "description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
379
- "default": "undefined",
380
- "attribute": "disabled",
381
- "reflects": true,
382
- "inheritedFrom": {
383
- "name": "DisabledMixin",
384
- "module": "utils/mixins/DisabledMixin.js"
385
- }
386
- },
387
- {
388
- "kind": "field",
389
- "name": "active",
390
- "type": {
391
- "text": "boolean"
392
- },
393
- "default": "false",
394
- "description": "The button's active state indicates whether it is currently toggled on (active) or off (inactive).\nWhen the active state is true, the button is considered to be in an active state, meaning it is toggled on.\nConversely, when the active state is false, the button is in an inactive state, indicating it is toggled off.",
395
- "attribute": "active",
396
- "reflects": true,
397
- "inheritedFrom": {
398
- "name": "Buttonsimple",
399
- "module": "components/buttonsimple/buttonsimple.component.js"
400
- }
401
- },
402
- {
403
- "kind": "field",
404
- "name": "softDisabled",
405
- "type": {
406
- "text": "boolean"
407
- },
408
- "default": "false",
409
- "description": "Indicates whether the button is soft disabled.\nWhen set to `true`, the button 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 button behaves like a disabled button, allowing only focus and\npreventing any interactions (clicks or keyboard actions) from triggering unintended actions.",
410
- "attribute": "soft-disabled",
411
- "inheritedFrom": {
412
- "name": "Buttonsimple",
413
- "module": "components/buttonsimple/buttonsimple.component.js"
414
- }
415
- },
416
- {
417
- "kind": "field",
418
- "name": "size",
419
- "type": {
420
- "text": "ButtonSize"
421
- },
422
- "description": "Simplebutton size is a super set of all the sizes supported by children components.",
423
- "default": "32",
424
- "attribute": "size",
425
- "reflects": true,
426
- "inheritedFrom": {
427
- "name": "Buttonsimple",
428
- "module": "components/buttonsimple/buttonsimple.component.js"
429
- }
430
- },
431
- {
432
- "kind": "field",
433
- "name": "role",
434
- "description": "This property defines the ARIA role for the element. By default, it is set to 'button'.\nConsumers should override this role when:\n- The element is being used in a context where a different role is more appropriate.\n- Custom behaviors are implemented that require a specific ARIA role for accessibility purposes.",
435
- "default": "button",
436
- "attribute": "role",
437
- "reflects": true,
438
- "inheritedFrom": {
439
- "name": "Buttonsimple",
440
- "module": "components/buttonsimple/buttonsimple.component.js"
441
- }
442
- },
443
- {
444
- "kind": "field",
445
- "name": "type",
446
- "type": {
447
- "text": "ButtonType"
448
- },
449
- "description": "This property defines the type attribute for the button element.\nThe type attribute specifies the behavior of the button when it is clicked.\n- **submit**: The button submits the form data to the server.\n- **reset**: The button resets the form data to its initial state.\n- **button**: The button does nothing when clicked.",
450
- "default": "button",
451
- "attribute": "type",
452
- "reflects": true,
453
- "inheritedFrom": {
454
- "name": "Buttonsimple",
455
- "module": "components/buttonsimple/buttonsimple.component.js"
456
- }
457
- },
458
- {
459
- "kind": "method",
460
- "name": "executeAction",
461
- "privacy": "protected",
462
- "inheritedFrom": {
463
- "name": "Buttonsimple",
464
- "module": "components/buttonsimple/buttonsimple.component.js"
158
+ "name": "Buttonsimple",
159
+ "module": "components/buttonsimple/buttonsimple.component.js"
465
160
  }
466
161
  },
467
162
  {
@@ -633,127 +328,428 @@
633
328
  }
634
329
  },
635
330
  {
636
- "name": "disabled",
331
+ "name": "disabled",
332
+ "type": {
333
+ "text": "boolean | undefined"
334
+ },
335
+ "description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
336
+ "default": "undefined",
337
+ "fieldName": "disabled",
338
+ "inheritedFrom": {
339
+ "name": "DisabledMixin",
340
+ "module": "src/utils/mixins/DisabledMixin.ts"
341
+ }
342
+ },
343
+ {
344
+ "name": "active",
345
+ "type": {
346
+ "text": "boolean"
347
+ },
348
+ "default": "false",
349
+ "description": "The button's active state indicates whether it is currently toggled on (active) or off (inactive).\nWhen the active state is true, the button is considered to be in an active state, meaning it is toggled on.\nConversely, when the active state is false, the button is in an inactive state, indicating it is toggled off.",
350
+ "fieldName": "active",
351
+ "inheritedFrom": {
352
+ "name": "Buttonsimple",
353
+ "module": "src/components/buttonsimple/buttonsimple.component.ts"
354
+ }
355
+ },
356
+ {
357
+ "name": "soft-disabled",
358
+ "type": {
359
+ "text": "boolean"
360
+ },
361
+ "default": "false",
362
+ "description": "Indicates whether the button is soft disabled.\nWhen set to `true`, the button 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 button behaves like a disabled button, allowing only focus and\npreventing any interactions (clicks or keyboard actions) from triggering unintended actions.",
363
+ "fieldName": "softDisabled",
364
+ "inheritedFrom": {
365
+ "name": "Buttonsimple",
366
+ "module": "src/components/buttonsimple/buttonsimple.component.ts"
367
+ }
368
+ },
369
+ {
370
+ "name": "size",
371
+ "type": {
372
+ "text": "ButtonSize"
373
+ },
374
+ "description": "Simplebutton size is a super set of all the sizes supported by children components.",
375
+ "default": "32",
376
+ "fieldName": "size",
377
+ "inheritedFrom": {
378
+ "name": "Buttonsimple",
379
+ "module": "src/components/buttonsimple/buttonsimple.component.ts"
380
+ }
381
+ },
382
+ {
383
+ "name": "role",
384
+ "description": "This property defines the ARIA role for the element. By default, it is set to 'button'.\nConsumers should override this role when:\n- The element is being used in a context where a different role is more appropriate.\n- Custom behaviors are implemented that require a specific ARIA role for accessibility purposes.",
385
+ "default": "button",
386
+ "fieldName": "role",
387
+ "inheritedFrom": {
388
+ "name": "Buttonsimple",
389
+ "module": "src/components/buttonsimple/buttonsimple.component.ts"
390
+ }
391
+ },
392
+ {
393
+ "name": "type",
394
+ "type": {
395
+ "text": "ButtonType"
396
+ },
397
+ "description": "This property defines the type attribute for the button element.\nThe type attribute specifies the behavior of the button when it is clicked.\n- **submit**: The button submits the form data to the server.\n- **reset**: The button resets the form data to its initial state.\n- **button**: The button does nothing when clicked.",
398
+ "default": "button",
399
+ "fieldName": "type",
400
+ "inheritedFrom": {
401
+ "name": "Buttonsimple",
402
+ "module": "src/components/buttonsimple/buttonsimple.component.ts"
403
+ }
404
+ }
405
+ ],
406
+ "superclass": {
407
+ "name": "Buttonsimple",
408
+ "module": "/src/components/buttonsimple/buttonsimple.component"
409
+ },
410
+ "tagName": "mdc-alertchip",
411
+ "jsDoc": "/**\n * mdc-alertchip component is an interactive chip that consumers can use to represent an alert.\n *\n * - It supports a leading icon along with label.\n * - It supports 5 variants of alerts - neutral, warning, error, success, and informational\n *\n * This component is built by extending Buttonsimple.\n *\n * @tagname mdc-alertchip\n *\n * @dependency mdc-icon\n * @dependency mdc-text\n *\n * @cssproperty --mdc-chip-color - The color of the label text\n * @cssproperty --mdc-chip-icon-color - The color of the icon\n * @cssproperty --mdc-chip-border-color - The border color of the alertchip\n * @cssproperty --mdc-chip-background-color - The background color of the alertchip\n *\n */",
412
+ "customElement": true,
413
+ "events": [
414
+ {
415
+ "description": "(React: onClick) This event is dispatched when the button is clicked.",
416
+ "name": "click",
417
+ "reactName": "onClick",
418
+ "inheritedFrom": {
419
+ "name": "Buttonsimple",
420
+ "module": "src/components/buttonsimple/buttonsimple.component.ts"
421
+ }
422
+ },
423
+ {
424
+ "description": "(React: onKeyDown) This event is dispatched when a key is pressed down on the button.",
425
+ "name": "keydown",
426
+ "reactName": "onKeyDown",
427
+ "inheritedFrom": {
428
+ "name": "Buttonsimple",
429
+ "module": "src/components/buttonsimple/buttonsimple.component.ts"
430
+ }
431
+ },
432
+ {
433
+ "description": "(React: onKeyUp) This event is dispatched when a key is released on the button.",
434
+ "name": "keyup",
435
+ "reactName": "onKeyUp",
436
+ "inheritedFrom": {
437
+ "name": "Buttonsimple",
438
+ "module": "src/components/buttonsimple/buttonsimple.component.ts"
439
+ }
440
+ },
441
+ {
442
+ "description": "(React: onFocus) This event is dispatched when the button receives focus.",
443
+ "name": "focus",
444
+ "reactName": "onFocus",
445
+ "inheritedFrom": {
446
+ "name": "Buttonsimple",
447
+ "module": "src/components/buttonsimple/buttonsimple.component.ts"
448
+ }
449
+ }
450
+ ]
451
+ }
452
+ ],
453
+ "exports": [
454
+ {
455
+ "kind": "js",
456
+ "name": "default",
457
+ "declaration": {
458
+ "name": "AlertChip",
459
+ "module": "components/alertchip/alertchip.component.js"
460
+ }
461
+ }
462
+ ]
463
+ },
464
+ {
465
+ "kind": "javascript-module",
466
+ "path": "components/appheader/appheader.component.js",
467
+ "declarations": [
468
+ {
469
+ "kind": "class",
470
+ "description": "The `mdc-appheader` component provides a structured and accessible app header layout.\nIt consists of three primary sections: leading, center, and trailing.\n\n- The **leading section** typically holds a **brand logo**, **brand name** or **menu icon**.\n- The **center section** can contain a **search bar**, **icons** or action controls.\n- The **trailing section** generally includes a **profile avatar**, **additional icons** or **action controls**.",
471
+ "name": "Appheader",
472
+ "cssParts": [
473
+ {
474
+ "description": "The main container for styling the header.",
475
+ "name": "container"
476
+ },
477
+ {
478
+ "description": "The leading section of the header.",
479
+ "name": "leading-section"
480
+ },
481
+ {
482
+ "description": "The center section of the header.",
483
+ "name": "center-section"
484
+ },
485
+ {
486
+ "description": "The trailing section of the header.",
487
+ "name": "trailing-section"
488
+ }
489
+ ],
490
+ "slots": [
491
+ {
492
+ "description": "Slot for the leading section (e.g., brand logo, brand name).",
493
+ "name": "leading"
494
+ },
495
+ {
496
+ "description": "Slot for the center section (e.g., search bar, icons).",
497
+ "name": "center"
498
+ },
499
+ {
500
+ "description": "Slot for the trailing section (e.g., profile avatar, icons).",
501
+ "name": "trailing"
502
+ }
503
+ ],
504
+ "members": [],
505
+ "superclass": {
506
+ "name": "Component",
507
+ "module": "/src/models"
508
+ },
509
+ "tagName": "mdc-appheader",
510
+ "jsDoc": "/**\n * The `mdc-appheader` component provides a structured and accessible app header layout.\n * It consists of three primary sections: leading, center, and trailing.\n *\n * - The **leading section** typically holds a **brand logo**, **brand name** or **menu icon**.\n * - The **center section** can contain a **search bar**, **icons** or action controls.\n * - The **trailing section** generally includes a **profile avatar**, **additional icons** or **action controls**.\n *\n * @tagname mdc-appheader\n *\n * @slot leading - Slot for the leading section (e.g., brand logo, brand name).\n * @slot center - Slot for the center section (e.g., search bar, icons).\n * @slot trailing - Slot for the trailing section (e.g., profile avatar, icons).\n *\n * @csspart container - The main container for styling the header.\n * @csspart leading-section - The leading section of the header.\n * @csspart center-section - The center section of the header.\n * @csspart trailing-section - The trailing section of the header.\n */",
511
+ "customElement": true
512
+ }
513
+ ],
514
+ "exports": [
515
+ {
516
+ "kind": "js",
517
+ "name": "default",
518
+ "declaration": {
519
+ "name": "Appheader",
520
+ "module": "components/appheader/appheader.component.js"
521
+ }
522
+ }
523
+ ]
524
+ },
525
+ {
526
+ "kind": "javascript-module",
527
+ "path": "components/avatar/avatar.component.js",
528
+ "declarations": [
529
+ {
530
+ "kind": "class",
531
+ "description": "The `mdc-avatar` component is used to represent a person or a space.\nAn avatar can be an icon, initials, counter and photo.\n\nTo set the photo of an avatar,\nyou need to set \"src\" attribute.\n\nWhile the avatar image is loading, as a placeholder,\nwe will show the initials text.\nIf the initials are not specified then,\nwe will show `user-regular` icon as a placeholder.\n\nBy default, if there are no attributes specified,\nthen the default avatar will be an icon with `user-regular` name.\n\nThe avatar component is non clickable and non interactive/focusable component.\nIf the avatar is typing, then the loading indicator will be displayed.\nIf the counter type avatar is set to a negative number, then we will display 0.\nThe presence indicator will be hidden when the counter property is set.",
532
+ "name": "Avatar",
533
+ "cssProperties": [
534
+ {
535
+ "description": "Allows customization of the default background color.",
536
+ "name": "--mdc-avatar-default-background-color"
537
+ },
538
+ {
539
+ "description": "Allows customization of the default foreground color.",
540
+ "name": "--mdc-avatar-default-foreground-color"
541
+ },
542
+ {
543
+ "description": "Allows customization of the loading indicator background color.",
544
+ "name": "--mdc-avatar-loading-indicator-background-color"
545
+ },
546
+ {
547
+ "description": "Allows customization of the loading indicator foreground color.",
548
+ "name": "--mdc-avatar-loading-indicator-foreground-color"
549
+ },
550
+ {
551
+ "description": "Allows customization of the loading overlay background color.",
552
+ "name": "--mdc-avatar-loading-overlay-background-color"
553
+ }
554
+ ],
555
+ "members": [
556
+ {
557
+ "kind": "field",
558
+ "name": "src",
559
+ "type": {
560
+ "text": "string | undefined"
561
+ },
562
+ "description": "The src is the url which will be used to display the avatar.\nWhen the src is loading, we will display the initials as a placeholder.",
563
+ "attribute": "src",
564
+ "inheritedFrom": {
565
+ "name": "AvatarComponentMixin",
566
+ "module": "utils/mixins/AvatarComponentMixin.js"
567
+ }
568
+ },
569
+ {
570
+ "kind": "field",
571
+ "name": "initials",
572
+ "type": {
573
+ "text": "string | undefined"
574
+ },
575
+ "description": "The initials to be displayed for the avatar.",
576
+ "attribute": "initials",
577
+ "inheritedFrom": {
578
+ "name": "AvatarComponentMixin",
579
+ "module": "utils/mixins/AvatarComponentMixin.js"
580
+ }
581
+ },
582
+ {
583
+ "kind": "field",
584
+ "name": "presence",
585
+ "type": {
586
+ "text": "PresenceType | undefined"
587
+ },
588
+ "description": "The presence is the status which can be used to display the\nactivity state of a user or a space within an avatar component.\n\nAcceptable values include:\n- `active`\n- `away`\n- `away-calling`\n- `busy`\n- `dnd`\n- `meeting`\n- `on-call`\n- `on-device`\n- `on-mobile`\n- `pause`\n- `pto`\n- `presenting`\n- `quiet`\n- `scheduled`",
589
+ "attribute": "presence",
590
+ "inheritedFrom": {
591
+ "name": "AvatarComponentMixin",
592
+ "module": "utils/mixins/AvatarComponentMixin.js"
593
+ }
594
+ },
595
+ {
596
+ "kind": "field",
597
+ "name": "size",
598
+ "type": {
599
+ "text": "AvatarSize"
600
+ },
601
+ "description": "Acceptable values include (size in px unit):\n- 24\n- 32\n- 48\n- 64\n- 72\n- 88\n- 124",
602
+ "default": "32",
603
+ "attribute": "size",
604
+ "reflects": true,
605
+ "inheritedFrom": {
606
+ "name": "AvatarComponentMixin",
607
+ "module": "utils/mixins/AvatarComponentMixin.js"
608
+ }
609
+ },
610
+ {
611
+ "kind": "field",
612
+ "name": "counter",
613
+ "type": {
614
+ "text": "number | undefined"
615
+ },
616
+ "description": "The counter is the number which can be displayed on the avatar.\nThe maximum number is 99 and if the given number is greater than 99,\nthen the avatar will be displayed as `99+`.\nIf the given number is a negative number,\nthen the avatar will be displayed as `0`.",
617
+ "attribute": "counter",
618
+ "inheritedFrom": {
619
+ "name": "AvatarComponentMixin",
620
+ "module": "utils/mixins/AvatarComponentMixin.js"
621
+ }
622
+ },
623
+ {
624
+ "kind": "field",
625
+ "name": "isTyping",
626
+ "type": {
627
+ "text": "boolean"
628
+ },
629
+ "default": "false",
630
+ "description": "Represents the typing indicator when the user is typing.",
631
+ "attribute": "is-typing",
632
+ "inheritedFrom": {
633
+ "name": "AvatarComponentMixin",
634
+ "module": "utils/mixins/AvatarComponentMixin.js"
635
+ }
636
+ },
637
+ {
638
+ "kind": "field",
639
+ "name": "iconName",
640
+ "type": {
641
+ "text": "IconNames | undefined"
642
+ },
643
+ "description": "Name of the icon (= filename).\n\nIf no `icon-name` is provided, no icon will be rendered.",
644
+ "attribute": "icon-name",
645
+ "inheritedFrom": {
646
+ "name": "IconNameMixin",
647
+ "module": "utils/mixins/IconNameMixin.js"
648
+ }
649
+ }
650
+ ],
651
+ "mixins": [
652
+ {
653
+ "name": "AvatarComponentMixin",
654
+ "module": "/src/utils/mixins/AvatarComponentMixin"
655
+ },
656
+ {
657
+ "name": "IconNameMixin",
658
+ "module": "/src/utils/mixins/IconNameMixin"
659
+ }
660
+ ],
661
+ "superclass": {
662
+ "name": "Component",
663
+ "module": "/src/models"
664
+ },
665
+ "tagName": "mdc-avatar",
666
+ "jsDoc": "/**\n * The `mdc-avatar` component is used to represent a person or a space.\n * An avatar can be an icon, initials, counter and photo.\n *\n * To set the photo of an avatar,\n * you need to set \"src\" attribute.\n *\n * While the avatar image is loading, as a placeholder,\n * we will show the initials text.\n * If the initials are not specified then,\n * we will show `user-regular` icon as a placeholder.\n *\n * By default, if there are no attributes specified,\n * then the default avatar will be an icon with `user-regular` name.\n *\n * The avatar component is non clickable and non interactive/focusable component.\n * If the avatar is typing, then the loading indicator will be displayed.\n * If the counter type avatar is set to a negative number, then we will display 0.\n * The presence indicator will be hidden when the counter property is set.\n *\n * @dependency mdc-icon\n * @dependency mdc-presence\n * @dependency mdc-text\n *\n * @tagname mdc-avatar\n *\n * @cssproperty --mdc-avatar-default-background-color - Allows customization of the default background color.\n * @cssproperty --mdc-avatar-default-foreground-color - Allows customization of the default foreground color.\n * @cssproperty --mdc-avatar-loading-indicator-background-color -\n * Allows customization of the loading indicator background color.\n * @cssproperty --mdc-avatar-loading-indicator-foreground-color -\n * Allows customization of the loading indicator foreground color.\n * @cssproperty --mdc-avatar-loading-overlay-background-color -\n * Allows customization of the loading overlay background color.\n */",
667
+ "customElement": true,
668
+ "attributes": [
669
+ {
670
+ "name": "src",
637
671
  "type": {
638
- "text": "boolean | undefined"
672
+ "text": "string | undefined"
639
673
  },
640
- "description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
641
- "default": "undefined",
642
- "fieldName": "disabled",
674
+ "description": "The src is the url which will be used to display the avatar.\nWhen the src is loading, we will display the initials as a placeholder.",
675
+ "fieldName": "src",
643
676
  "inheritedFrom": {
644
- "name": "DisabledMixin",
645
- "module": "src/utils/mixins/DisabledMixin.ts"
677
+ "name": "AvatarComponentMixin",
678
+ "module": "src/utils/mixins/AvatarComponentMixin.ts"
646
679
  }
647
680
  },
648
681
  {
649
- "name": "active",
682
+ "name": "initials",
650
683
  "type": {
651
- "text": "boolean"
684
+ "text": "string | undefined"
652
685
  },
653
- "default": "false",
654
- "description": "The button's active state indicates whether it is currently toggled on (active) or off (inactive).\nWhen the active state is true, the button is considered to be in an active state, meaning it is toggled on.\nConversely, when the active state is false, the button is in an inactive state, indicating it is toggled off.",
655
- "fieldName": "active",
686
+ "description": "The initials to be displayed for the avatar.",
687
+ "fieldName": "initials",
656
688
  "inheritedFrom": {
657
- "name": "Buttonsimple",
658
- "module": "src/components/buttonsimple/buttonsimple.component.ts"
689
+ "name": "AvatarComponentMixin",
690
+ "module": "src/utils/mixins/AvatarComponentMixin.ts"
659
691
  }
660
692
  },
661
693
  {
662
- "name": "soft-disabled",
694
+ "name": "presence",
663
695
  "type": {
664
- "text": "boolean"
696
+ "text": "PresenceType | undefined"
665
697
  },
666
- "default": "false",
667
- "description": "Indicates whether the button is soft disabled.\nWhen set to `true`, the button 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 button behaves like a disabled button, allowing only focus and\npreventing any interactions (clicks or keyboard actions) from triggering unintended actions.",
668
- "fieldName": "softDisabled",
698
+ "description": "The presence is the status which can be used to display the\nactivity state of a user or a space within an avatar component.\n\nAcceptable values include:\n- `active`\n- `away`\n- `away-calling`\n- `busy`\n- `dnd`\n- `meeting`\n- `on-call`\n- `on-device`\n- `on-mobile`\n- `pause`\n- `pto`\n- `presenting`\n- `quiet`\n- `scheduled`",
699
+ "fieldName": "presence",
669
700
  "inheritedFrom": {
670
- "name": "Buttonsimple",
671
- "module": "src/components/buttonsimple/buttonsimple.component.ts"
701
+ "name": "AvatarComponentMixin",
702
+ "module": "src/utils/mixins/AvatarComponentMixin.ts"
672
703
  }
673
704
  },
674
705
  {
675
706
  "name": "size",
676
707
  "type": {
677
- "text": "ButtonSize"
708
+ "text": "AvatarSize"
678
709
  },
679
- "description": "Simplebutton size is a super set of all the sizes supported by children components.",
710
+ "description": "Acceptable values include (size in px unit):\n- 24\n- 32\n- 48\n- 64\n- 72\n- 88\n- 124",
680
711
  "default": "32",
681
712
  "fieldName": "size",
682
713
  "inheritedFrom": {
683
- "name": "Buttonsimple",
684
- "module": "src/components/buttonsimple/buttonsimple.component.ts"
685
- }
686
- },
687
- {
688
- "name": "role",
689
- "description": "This property defines the ARIA role for the element. By default, it is set to 'button'.\nConsumers should override this role when:\n- The element is being used in a context where a different role is more appropriate.\n- Custom behaviors are implemented that require a specific ARIA role for accessibility purposes.",
690
- "default": "button",
691
- "fieldName": "role",
692
- "inheritedFrom": {
693
- "name": "Buttonsimple",
694
- "module": "src/components/buttonsimple/buttonsimple.component.ts"
714
+ "name": "AvatarComponentMixin",
715
+ "module": "src/utils/mixins/AvatarComponentMixin.ts"
695
716
  }
696
717
  },
697
718
  {
698
- "name": "type",
719
+ "name": "counter",
699
720
  "type": {
700
- "text": "ButtonType"
721
+ "text": "number | undefined"
701
722
  },
702
- "description": "This property defines the type attribute for the button element.\nThe type attribute specifies the behavior of the button when it is clicked.\n- **submit**: The button submits the form data to the server.\n- **reset**: The button resets the form data to its initial state.\n- **button**: The button does nothing when clicked.",
703
- "default": "button",
704
- "fieldName": "type",
705
- "inheritedFrom": {
706
- "name": "Buttonsimple",
707
- "module": "src/components/buttonsimple/buttonsimple.component.ts"
708
- }
709
- }
710
- ],
711
- "superclass": {
712
- "name": "Buttonsimple",
713
- "module": "/src/components/buttonsimple/buttonsimple.component"
714
- },
715
- "tagName": "mdc-alertchip",
716
- "jsDoc": "/**\n * mdc-alertchip component is an interactive chip that consumers can use to represent an alert.\n *\n * - It supports a leading icon along with label.\n * - It supports 5 variants of alerts - neutral, warning, error, success, and informational\n *\n * This component is built by extending Buttonsimple.\n *\n * @tagname mdc-alertchip\n *\n * @dependency mdc-icon\n * @dependency mdc-text\n *\n * @cssproperty --mdc-chip-color - The color of the label text\n * @cssproperty --mdc-chip-icon-color - The color of the icon\n * @cssproperty --mdc-chip-border-color - The border color of the alertchip\n * @cssproperty --mdc-chip-background-color - The background color of the alertchip\n *\n */",
717
- "customElement": true,
718
- "events": [
719
- {
720
- "description": "(React: onClick) This event is dispatched when the button is clicked.",
721
- "name": "click",
722
- "reactName": "onClick",
723
- "eventName": "ClickEvent",
724
- "inheritedFrom": {
725
- "name": "Buttonsimple",
726
- "module": "src/components/buttonsimple/buttonsimple.component.ts"
727
- }
728
- },
729
- {
730
- "description": "(React: onKeyDown) This event is dispatched when a key is pressed down on the button.",
731
- "name": "keydown",
732
- "reactName": "onKeyDown",
733
- "eventName": "KeydownEvent",
723
+ "description": "The counter is the number which can be displayed on the avatar.\nThe maximum number is 99 and if the given number is greater than 99,\nthen the avatar will be displayed as `99+`.\nIf the given number is a negative number,\nthen the avatar will be displayed as `0`.",
724
+ "fieldName": "counter",
734
725
  "inheritedFrom": {
735
- "name": "Buttonsimple",
736
- "module": "src/components/buttonsimple/buttonsimple.component.ts"
726
+ "name": "AvatarComponentMixin",
727
+ "module": "src/utils/mixins/AvatarComponentMixin.ts"
737
728
  }
738
729
  },
739
730
  {
740
- "description": "(React: onKeyUp) This event is dispatched when a key is released on the button.",
741
- "name": "keyup",
742
- "reactName": "onKeyUp",
743
- "eventName": "KeyupEvent",
731
+ "name": "is-typing",
732
+ "type": {
733
+ "text": "boolean"
734
+ },
735
+ "default": "false",
736
+ "description": "Represents the typing indicator when the user is typing.",
737
+ "fieldName": "isTyping",
744
738
  "inheritedFrom": {
745
- "name": "Buttonsimple",
746
- "module": "src/components/buttonsimple/buttonsimple.component.ts"
739
+ "name": "AvatarComponentMixin",
740
+ "module": "src/utils/mixins/AvatarComponentMixin.ts"
747
741
  }
748
742
  },
749
743
  {
750
- "description": "(React: onFocus) This event is dispatched when the button receives focus.",
751
- "name": "focus",
752
- "reactName": "onFocus",
753
- "eventName": "FocusEvent",
744
+ "name": "icon-name",
745
+ "type": {
746
+ "text": "IconNames | undefined"
747
+ },
748
+ "description": "Name of the icon (= filename).\n\nIf no `icon-name` is provided, no icon will be rendered.",
749
+ "fieldName": "iconName",
754
750
  "inheritedFrom": {
755
- "name": "Buttonsimple",
756
- "module": "src/components/buttonsimple/buttonsimple.component.ts"
751
+ "name": "IconNameMixin",
752
+ "module": "src/utils/mixins/IconNameMixin.ts"
757
753
  }
758
754
  }
759
755
  ]
@@ -764,8 +760,8 @@
764
760
  "kind": "js",
765
761
  "name": "default",
766
762
  "declaration": {
767
- "name": "AlertChip",
768
- "module": "components/alertchip/alertchip.component.js"
763
+ "name": "Avatar",
764
+ "module": "components/avatar/avatar.component.js"
769
765
  }
770
766
  }
771
767
  ]
@@ -1132,7 +1128,6 @@
1132
1128
  "description": "(React: onClick) This event is dispatched when the avatarbutton is clicked.",
1133
1129
  "name": "click",
1134
1130
  "reactName": "onClick",
1135
- "eventName": "ClickEvent",
1136
1131
  "inheritedFrom": {
1137
1132
  "name": "Buttonsimple",
1138
1133
  "module": "src/components/buttonsimple/buttonsimple.component.ts"
@@ -1142,7 +1137,6 @@
1142
1137
  "description": "(React: onKeyDown) This event is dispatched when a key is pressed down on the avatarbutton.",
1143
1138
  "name": "keydown",
1144
1139
  "reactName": "onKeyDown",
1145
- "eventName": "KeydownEvent",
1146
1140
  "inheritedFrom": {
1147
1141
  "name": "Buttonsimple",
1148
1142
  "module": "src/components/buttonsimple/buttonsimple.component.ts"
@@ -1152,7 +1146,6 @@
1152
1146
  "description": "(React: onKeyUp) This event is dispatched when a key is released on the avatarbutton.",
1153
1147
  "name": "keyup",
1154
1148
  "reactName": "onKeyUp",
1155
- "eventName": "KeyupEvent",
1156
1149
  "inheritedFrom": {
1157
1150
  "name": "Buttonsimple",
1158
1151
  "module": "src/components/buttonsimple/buttonsimple.component.ts"
@@ -1162,7 +1155,6 @@
1162
1155
  "description": "(React: onFocus) This event is dispatched when the avatarbutton receives focus.",
1163
1156
  "name": "focus",
1164
1157
  "reactName": "onFocus",
1165
- "eventName": "FocusEvent",
1166
1158
  "inheritedFrom": {
1167
1159
  "name": "Buttonsimple",
1168
1160
  "module": "src/components/buttonsimple/buttonsimple.component.ts"
@@ -1318,45 +1310,149 @@
1318
1310
  }
1319
1311
  },
1320
1312
  {
1321
- "name": "role",
1322
- "description": "This property defines the ARIA role for the element. By default, it is set to 'button'.\nConsumers should override this role when:\n- The element is being used in a context where a different role is more appropriate.\n- Custom behaviors are implemented that require a specific ARIA role for accessibility purposes.",
1323
- "default": "button",
1324
- "fieldName": "role",
1325
- "inheritedFrom": {
1326
- "name": "Buttonsimple",
1327
- "module": "src/components/buttonsimple/buttonsimple.component.ts"
1328
- }
1313
+ "name": "role",
1314
+ "description": "This property defines the ARIA role for the element. By default, it is set to 'button'.\nConsumers should override this role when:\n- The element is being used in a context where a different role is more appropriate.\n- Custom behaviors are implemented that require a specific ARIA role for accessibility purposes.",
1315
+ "default": "button",
1316
+ "fieldName": "role",
1317
+ "inheritedFrom": {
1318
+ "name": "Buttonsimple",
1319
+ "module": "src/components/buttonsimple/buttonsimple.component.ts"
1320
+ }
1321
+ },
1322
+ {
1323
+ "name": "type",
1324
+ "type": {
1325
+ "text": "ButtonType"
1326
+ },
1327
+ "description": "This property defines the type attribute for the button element.\nThe type attribute specifies the behavior of the button when it is clicked.\n- **submit**: The button submits the form data to the server.\n- **reset**: The button resets the form data to its initial state.\n- **button**: The button does nothing when clicked.",
1328
+ "default": "button",
1329
+ "fieldName": "type",
1330
+ "inheritedFrom": {
1331
+ "name": "Buttonsimple",
1332
+ "module": "src/components/buttonsimple/buttonsimple.component.ts"
1333
+ }
1334
+ }
1335
+ ],
1336
+ "mixins": [
1337
+ {
1338
+ "name": "AvatarComponentMixin",
1339
+ "module": "/src/utils/mixins/AvatarComponentMixin"
1340
+ },
1341
+ {
1342
+ "name": "IconNameMixin",
1343
+ "module": "/src/utils/mixins/IconNameMixin"
1344
+ }
1345
+ ],
1346
+ "superclass": {
1347
+ "name": "Buttonsimple",
1348
+ "module": "/src/components/buttonsimple/buttonsimple.component"
1349
+ },
1350
+ "tagName": "mdc-avatarbutton",
1351
+ "jsDoc": "/**\n * The `mdc-avatarbutton` component is an interactable version of the `mdc-avatar` component.\n *\n * This component is made by extending `buttonsimple` class.\n * The button component acts as a wrapper for the avatar component.\n *\n * @dependency mdc-avatar\n *\n * @event click - (React: onClick) This event is dispatched when the avatarbutton is clicked.\n * @event keydown - (React: onKeyDown) This event is dispatched when a key is pressed down on the avatarbutton.\n * @event keyup - (React: onKeyUp) This event is dispatched when a key is released on the avatarbutton.\n * @event focus - (React: onFocus) This event is dispatched when the avatarbutton receives focus.\n *\n * @tagname mdc-avatarbutton\n */",
1352
+ "customElement": true
1353
+ }
1354
+ ],
1355
+ "exports": [
1356
+ {
1357
+ "kind": "js",
1358
+ "name": "default",
1359
+ "declaration": {
1360
+ "name": "AvatarButton",
1361
+ "module": "components/avatarbutton/avatarbutton.component.js"
1362
+ }
1363
+ }
1364
+ ]
1365
+ },
1366
+ {
1367
+ "kind": "javascript-module",
1368
+ "path": "components/brandvisual/brandvisual.component.js",
1369
+ "declarations": [
1370
+ {
1371
+ "kind": "class",
1372
+ "description": "The `mdc-brandvisual` component is responsible for rendering logos dynamically & ensures they are\ndisplayed correctly within applications.\n\nFeatures:\n- Dynamically loads brandvisuals based on the `name` attribute.\n- Emits a `load` event when the brandvisual is successfully fetched.\n- Emits an `error` event when the brandvisual import fails.\n- Supports accessibility best practices.\n- Used for brand representation within the design system.",
1373
+ "name": "Brandvisual",
1374
+ "members": [
1375
+ {
1376
+ "kind": "field",
1377
+ "name": "brandVisualData",
1378
+ "type": {
1379
+ "text": "HTMLElement | undefined"
1380
+ },
1381
+ "privacy": "private"
1382
+ },
1383
+ {
1384
+ "kind": "field",
1385
+ "name": "name",
1386
+ "type": {
1387
+ "text": "BrandVisualNames | undefined"
1388
+ },
1389
+ "description": "Name of the brandVisual (= filename)",
1390
+ "attribute": "name",
1391
+ "reflects": true
1392
+ },
1393
+ {
1394
+ "kind": "method",
1395
+ "name": "getBrandVisualData",
1396
+ "privacy": "private"
1397
+ },
1398
+ {
1399
+ "kind": "method",
1400
+ "name": "handleBrandVisualLoadedSuccess",
1401
+ "privacy": "private",
1402
+ "parameters": [
1403
+ {
1404
+ "name": "brandVisualHtml",
1405
+ "type": {
1406
+ "text": "HTMLElement"
1407
+ },
1408
+ "description": "The brandvisual html element which has been fetched from the brandvisual provider."
1409
+ }
1410
+ ],
1411
+ "description": "Sets the brandVisualData state to the fetched brandvisual.\nDispatches a 'load' event on the component once the brandvisual has been successfully loaded."
1412
+ },
1413
+ {
1414
+ "kind": "method",
1415
+ "name": "handleBrandVisualLoadedFailure",
1416
+ "privacy": "private",
1417
+ "parameters": [
1418
+ {
1419
+ "name": "error",
1420
+ "type": {
1421
+ "text": "unknown"
1422
+ }
1423
+ }
1424
+ ],
1425
+ "description": "Dispatches an 'error' event on the component when the brandvisual import has failed.\nThis event bubbles and is cancelable.\nThe error detail is set to the error object."
1426
+ }
1427
+ ],
1428
+ "events": [
1429
+ {
1430
+ "description": "(React: onLoad) This event is dispatched when the brandvisual has been successfully loaded.",
1431
+ "name": "load",
1432
+ "reactName": "onLoad"
1329
1433
  },
1330
1434
  {
1331
- "name": "type",
1332
- "type": {
1333
- "text": "ButtonType"
1334
- },
1335
- "description": "This property defines the type attribute for the button element.\nThe type attribute specifies the behavior of the button when it is clicked.\n- **submit**: The button submits the form data to the server.\n- **reset**: The button resets the form data to its initial state.\n- **button**: The button does nothing when clicked.",
1336
- "default": "button",
1337
- "fieldName": "type",
1338
- "inheritedFrom": {
1339
- "name": "Buttonsimple",
1340
- "module": "src/components/buttonsimple/buttonsimple.component.ts"
1341
- }
1435
+ "description": "(React: onError) This event is dispatched when the brandvisual fetching has failed.",
1436
+ "name": "error",
1437
+ "reactName": "onError"
1342
1438
  }
1343
1439
  ],
1344
- "mixins": [
1345
- {
1346
- "name": "AvatarComponentMixin",
1347
- "module": "/src/utils/mixins/AvatarComponentMixin"
1348
- },
1440
+ "attributes": [
1349
1441
  {
1350
- "name": "IconNameMixin",
1351
- "module": "/src/utils/mixins/IconNameMixin"
1442
+ "name": "name",
1443
+ "type": {
1444
+ "text": "BrandVisualNames | undefined"
1445
+ },
1446
+ "description": "Name of the brandVisual (= filename)",
1447
+ "fieldName": "name"
1352
1448
  }
1353
1449
  ],
1354
1450
  "superclass": {
1355
- "name": "Buttonsimple",
1356
- "module": "/src/components/buttonsimple/buttonsimple.component"
1451
+ "name": "Component",
1452
+ "module": "/src/models"
1357
1453
  },
1358
- "tagName": "mdc-avatarbutton",
1359
- "jsDoc": "/**\n * The `mdc-avatarbutton` component is an interactable version of the `mdc-avatar` component.\n *\n * This component is made by extending `buttonsimple` class.\n * The button component acts as a wrapper for the avatar component.\n *\n * @dependency mdc-avatar\n *\n * @event click - (React: onClick) This event is dispatched when the avatarbutton is clicked.\n * @event keydown - (React: onKeyDown) This event is dispatched when a key is pressed down on the avatarbutton.\n * @event keyup - (React: onKeyUp) This event is dispatched when a key is released on the avatarbutton.\n * @event focus - (React: onFocus) This event is dispatched when the avatarbutton receives focus.\n *\n * @tagname mdc-avatarbutton\n */",
1454
+ "tagName": "mdc-brandvisual",
1455
+ "jsDoc": "/**\n * The `mdc-brandvisual` component is responsible for rendering logos dynamically & ensures they are\n * displayed correctly within applications.\n *\n * Features:\n * - Dynamically loads brandvisuals based on the `name` attribute.\n * - Emits a `load` event when the brandvisual is successfully fetched.\n * - Emits an `error` event when the brandvisual import fails.\n * - Supports accessibility best practices.\n * - Used for brand representation within the design system.\n *\n * @tagname mdc-brandvisual\n *\n * @event load - (React: onLoad) This event is dispatched when the brandvisual has been successfully loaded.\n * @event error - (React: onError) This event is dispatched when the brandvisual fetching has failed.\n *\n */",
1360
1456
  "customElement": true
1361
1457
  }
1362
1458
  ],
@@ -1365,8 +1461,8 @@
1365
1461
  "kind": "js",
1366
1462
  "name": "default",
1367
1463
  "declaration": {
1368
- "name": "AvatarButton",
1369
- "module": "components/avatarbutton/avatarbutton.component.js"
1464
+ "name": "Brandvisual",
1465
+ "module": "components/brandvisual/brandvisual.component.js"
1370
1466
  }
1371
1467
  }
1372
1468
  ]
@@ -1692,112 +1788,6 @@
1692
1788
  }
1693
1789
  ]
1694
1790
  },
1695
- {
1696
- "kind": "javascript-module",
1697
- "path": "components/brandvisual/brandvisual.component.js",
1698
- "declarations": [
1699
- {
1700
- "kind": "class",
1701
- "description": "The `mdc-brandvisual` component is responsible for rendering logos dynamically & ensures they are\ndisplayed correctly within applications.\n\nFeatures:\n- Dynamically loads brandvisuals based on the `name` attribute.\n- Emits a `load` event when the brandvisual is successfully fetched.\n- Emits an `error` event when the brandvisual import fails.\n- Supports accessibility best practices.\n- Used for brand representation within the design system.",
1702
- "name": "Brandvisual",
1703
- "members": [
1704
- {
1705
- "kind": "field",
1706
- "name": "brandVisualData",
1707
- "type": {
1708
- "text": "HTMLElement | undefined"
1709
- },
1710
- "privacy": "private"
1711
- },
1712
- {
1713
- "kind": "field",
1714
- "name": "name",
1715
- "type": {
1716
- "text": "BrandVisualNames | undefined"
1717
- },
1718
- "description": "Name of the brandVisual (= filename)",
1719
- "attribute": "name",
1720
- "reflects": true
1721
- },
1722
- {
1723
- "kind": "method",
1724
- "name": "getBrandVisualData",
1725
- "privacy": "private"
1726
- },
1727
- {
1728
- "kind": "method",
1729
- "name": "handleBrandVisualLoadedSuccess",
1730
- "privacy": "private",
1731
- "parameters": [
1732
- {
1733
- "name": "brandVisualHtml",
1734
- "type": {
1735
- "text": "HTMLElement"
1736
- },
1737
- "description": "The brandvisual html element which has been fetched from the brandvisual provider."
1738
- }
1739
- ],
1740
- "description": "Sets the brandVisualData state to the fetched brandvisual.\nDispatches a 'load' event on the component once the brandvisual has been successfully loaded."
1741
- },
1742
- {
1743
- "kind": "method",
1744
- "name": "handleBrandVisualLoadedFailure",
1745
- "privacy": "private",
1746
- "parameters": [
1747
- {
1748
- "name": "error",
1749
- "type": {
1750
- "text": "unknown"
1751
- }
1752
- }
1753
- ],
1754
- "description": "Dispatches an 'error' event on the component when the brandvisual import has failed.\nThis event bubbles and is cancelable.\nThe error detail is set to the error object."
1755
- }
1756
- ],
1757
- "events": [
1758
- {
1759
- "description": "(React: onLoad) This event is dispatched when the brandvisual has been successfully loaded.",
1760
- "name": "load",
1761
- "reactName": "onLoad",
1762
- "eventName": "LoadEvent"
1763
- },
1764
- {
1765
- "description": "(React: onError) This event is dispatched when the brandvisual fetching has failed.",
1766
- "name": "error",
1767
- "reactName": "onError",
1768
- "eventName": "ErrorEvent"
1769
- }
1770
- ],
1771
- "attributes": [
1772
- {
1773
- "name": "name",
1774
- "type": {
1775
- "text": "BrandVisualNames | undefined"
1776
- },
1777
- "description": "Name of the brandVisual (= filename)",
1778
- "fieldName": "name"
1779
- }
1780
- ],
1781
- "superclass": {
1782
- "name": "Component",
1783
- "module": "/src/models"
1784
- },
1785
- "tagName": "mdc-brandvisual",
1786
- "jsDoc": "/**\n * The `mdc-brandvisual` component is responsible for rendering logos dynamically & ensures they are\n * displayed correctly within applications.\n *\n * Features:\n * - Dynamically loads brandvisuals based on the `name` attribute.\n * - Emits a `load` event when the brandvisual is successfully fetched.\n * - Emits an `error` event when the brandvisual import fails.\n * - Supports accessibility best practices.\n * - Used for brand representation within the design system.\n *\n * @tagname mdc-brandvisual\n *\n * @event load - (React: onLoad) This event is dispatched when the brandvisual has been successfully loaded.\n * @event error - (React: onError) This event is dispatched when the brandvisual fetching has failed.\n *\n */",
1787
- "customElement": true
1788
- }
1789
- ],
1790
- "exports": [
1791
- {
1792
- "kind": "js",
1793
- "name": "default",
1794
- "declaration": {
1795
- "name": "Brandvisual",
1796
- "module": "components/brandvisual/brandvisual.component.js"
1797
- }
1798
- }
1799
- ]
1800
- },
1801
1791
  {
1802
1792
  "kind": "javascript-module",
1803
1793
  "path": "components/bullet/bullet.component.js",
@@ -2245,48 +2235,6 @@
2245
2235
  }
2246
2236
  }
2247
2237
  ],
2248
- "events": [
2249
- {
2250
- "description": "(React: onClick) This event is dispatched when the button is clicked.",
2251
- "name": "click",
2252
- "reactName": "onClick",
2253
- "eventName": "ClickEvent",
2254
- "inheritedFrom": {
2255
- "name": "Buttonsimple",
2256
- "module": "src/components/buttonsimple/buttonsimple.component.ts"
2257
- }
2258
- },
2259
- {
2260
- "description": "(React: onKeyDown) This event is dispatched when a key is pressed down on the button.",
2261
- "name": "keydown",
2262
- "reactName": "onKeyDown",
2263
- "eventName": "KeydownEvent",
2264
- "inheritedFrom": {
2265
- "name": "Buttonsimple",
2266
- "module": "src/components/buttonsimple/buttonsimple.component.ts"
2267
- }
2268
- },
2269
- {
2270
- "description": "(React: onKeyUp) This event is dispatched when a key is released on the button.",
2271
- "name": "keyup",
2272
- "reactName": "onKeyUp",
2273
- "eventName": "KeyupEvent",
2274
- "inheritedFrom": {
2275
- "name": "Buttonsimple",
2276
- "module": "src/components/buttonsimple/buttonsimple.component.ts"
2277
- }
2278
- },
2279
- {
2280
- "description": "(React: onFocus) This event is dispatched when the button receives focus.",
2281
- "name": "focus",
2282
- "reactName": "onFocus",
2283
- "eventName": "FocusEvent",
2284
- "inheritedFrom": {
2285
- "name": "Buttonsimple",
2286
- "module": "src/components/buttonsimple/buttonsimple.component.ts"
2287
- }
2288
- }
2289
- ],
2290
2238
  "attributes": [
2291
2239
  {
2292
2240
  "name": "prefix-icon",
@@ -2419,8 +2367,46 @@
2419
2367
  "module": "/src/components/buttonsimple/buttonsimple.component"
2420
2368
  },
2421
2369
  "tagName": "mdc-button",
2422
- "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.\n *\n * @dependency mdc-icon\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-button\n *\n * @slot - Text label of the button.\n */",
2423
- "customElement": true
2370
+ "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.\n *\n * @dependency mdc-icon\n *\n * @tagname mdc-button\n *\n * @slot - Text label of the button.\n */",
2371
+ "customElement": true,
2372
+ "events": [
2373
+ {
2374
+ "description": "(React: onClick) This event is dispatched when the button is clicked.",
2375
+ "name": "click",
2376
+ "reactName": "onClick",
2377
+ "inheritedFrom": {
2378
+ "name": "Buttonsimple",
2379
+ "module": "src/components/buttonsimple/buttonsimple.component.ts"
2380
+ }
2381
+ },
2382
+ {
2383
+ "description": "(React: onKeyDown) This event is dispatched when a key is pressed down on the button.",
2384
+ "name": "keydown",
2385
+ "reactName": "onKeyDown",
2386
+ "inheritedFrom": {
2387
+ "name": "Buttonsimple",
2388
+ "module": "src/components/buttonsimple/buttonsimple.component.ts"
2389
+ }
2390
+ },
2391
+ {
2392
+ "description": "(React: onKeyUp) This event is dispatched when a key is released on the button.",
2393
+ "name": "keyup",
2394
+ "reactName": "onKeyUp",
2395
+ "inheritedFrom": {
2396
+ "name": "Buttonsimple",
2397
+ "module": "src/components/buttonsimple/buttonsimple.component.ts"
2398
+ }
2399
+ },
2400
+ {
2401
+ "description": "(React: onFocus) This event is dispatched when the button receives focus.",
2402
+ "name": "focus",
2403
+ "reactName": "onFocus",
2404
+ "inheritedFrom": {
2405
+ "name": "Buttonsimple",
2406
+ "module": "src/components/buttonsimple/buttonsimple.component.ts"
2407
+ }
2408
+ }
2409
+ ]
2424
2410
  }
2425
2411
  ],
2426
2412
  "exports": [
@@ -2641,26 +2627,22 @@
2641
2627
  {
2642
2628
  "description": "(React: onClick) This event is dispatched when the button is clicked.",
2643
2629
  "name": "click",
2644
- "reactName": "onClick",
2645
- "eventName": "ClickEvent"
2630
+ "reactName": "onClick"
2646
2631
  },
2647
2632
  {
2648
2633
  "description": "(React: onKeyDown) This event is dispatched when a key is pressed down on the button.",
2649
2634
  "name": "keydown",
2650
- "reactName": "onKeyDown",
2651
- "eventName": "KeydownEvent"
2635
+ "reactName": "onKeyDown"
2652
2636
  },
2653
2637
  {
2654
2638
  "description": "(React: onKeyUp) This event is dispatched when a key is released on the button.",
2655
2639
  "name": "keyup",
2656
- "reactName": "onKeyUp",
2657
- "eventName": "KeyupEvent"
2640
+ "reactName": "onKeyUp"
2658
2641
  },
2659
2642
  {
2660
2643
  "description": "(React: onFocus) This event is dispatched when the button receives focus.",
2661
2644
  "name": "focus",
2662
- "reactName": "onFocus",
2663
- "eventName": "FocusEvent"
2645
+ "reactName": "onFocus"
2664
2646
  }
2665
2647
  ],
2666
2648
  "attributes": [
@@ -3220,14 +3202,12 @@
3220
3202
  {
3221
3203
  "description": "(React: onChange) Event that gets dispatched when the checkbox state changes.",
3222
3204
  "name": "change",
3223
- "reactName": "onChange",
3224
- "eventName": "ChangeEvent"
3205
+ "reactName": "onChange"
3225
3206
  },
3226
3207
  {
3227
3208
  "description": "(React: onFocus) Event that gets dispatched when the checkbox receives focus.",
3228
3209
  "name": "focus",
3229
- "reactName": "onFocus",
3230
- "eventName": "FocusEvent"
3210
+ "reactName": "onFocus"
3231
3211
  }
3232
3212
  ],
3233
3213
  "attributes": [
@@ -3876,7 +3856,6 @@
3876
3856
  "description": "(React: onClick) This event is dispatched when the button is clicked.",
3877
3857
  "name": "click",
3878
3858
  "reactName": "onClick",
3879
- "eventName": "ClickEvent",
3880
3859
  "inheritedFrom": {
3881
3860
  "name": "Buttonsimple",
3882
3861
  "module": "src/components/buttonsimple/buttonsimple.component.ts"
@@ -3886,7 +3865,6 @@
3886
3865
  "description": "(React: onKeyDown) This event is dispatched when a key is pressed down on the button.",
3887
3866
  "name": "keydown",
3888
3867
  "reactName": "onKeyDown",
3889
- "eventName": "KeydownEvent",
3890
3868
  "inheritedFrom": {
3891
3869
  "name": "Buttonsimple",
3892
3870
  "module": "src/components/buttonsimple/buttonsimple.component.ts"
@@ -3896,7 +3874,6 @@
3896
3874
  "description": "(React: onKeyUp) This event is dispatched when a key is released on the button.",
3897
3875
  "name": "keyup",
3898
3876
  "reactName": "onKeyUp",
3899
- "eventName": "KeyupEvent",
3900
3877
  "inheritedFrom": {
3901
3878
  "name": "Buttonsimple",
3902
3879
  "module": "src/components/buttonsimple/buttonsimple.component.ts"
@@ -3906,7 +3883,6 @@
3906
3883
  "description": "(React: onFocus) This event is dispatched when the button receives focus.",
3907
3884
  "name": "focus",
3908
3885
  "reactName": "onFocus",
3909
- "eventName": "FocusEvent",
3910
3886
  "inheritedFrom": {
3911
3887
  "name": "Buttonsimple",
3912
3888
  "module": "src/components/buttonsimple/buttonsimple.component.ts"
@@ -5085,7 +5061,6 @@
5085
5061
  "description": "(React: onShown) This event is dispatched when the coachmark is shown",
5086
5062
  "name": "shown",
5087
5063
  "reactName": "onShown",
5088
- "eventName": "ShownEvent",
5089
5064
  "inheritedFrom": {
5090
5065
  "name": "Popover",
5091
5066
  "module": "src/components/popover/popover.component.ts"
@@ -5095,7 +5070,6 @@
5095
5070
  "description": "(React: onHidden) This event is dispatched when the coachmark is hidden",
5096
5071
  "name": "hidden",
5097
5072
  "reactName": "onHidden",
5098
- "eventName": "HiddenEvent",
5099
5073
  "inheritedFrom": {
5100
5074
  "name": "Popover",
5101
5075
  "module": "src/components/popover/popover.component.ts"
@@ -5105,7 +5079,6 @@
5105
5079
  "description": "(React: onCreated) This event is dispatched when the coachmark is created (added to the DOM)",
5106
5080
  "name": "created",
5107
5081
  "reactName": "onCreated",
5108
- "eventName": "CreatedEvent",
5109
5082
  "inheritedFrom": {
5110
5083
  "name": "Popover",
5111
5084
  "module": "src/components/popover/popover.component.ts"
@@ -5115,7 +5088,6 @@
5115
5088
  "description": "(React: onDestroyed) This event is dispatched when the coachmark is destroyed (removed from the DOM)",
5116
5089
  "name": "destroyed",
5117
5090
  "reactName": "onDestroyed",
5118
- "eventName": "DestroyedEvent",
5119
5091
  "inheritedFrom": {
5120
5092
  "name": "Popover",
5121
5093
  "module": "src/components/popover/popover.component.ts"
@@ -6285,7 +6257,6 @@
6285
6257
  "description": "(React: onClick) This event is dispatched when the button is clicked.",
6286
6258
  "name": "click",
6287
6259
  "reactName": "onClick",
6288
- "eventName": "ClickEvent",
6289
6260
  "inheritedFrom": {
6290
6261
  "name": "Buttonsimple",
6291
6262
  "module": "src/components/buttonsimple/buttonsimple.component.ts"
@@ -6295,7 +6266,6 @@
6295
6266
  "description": "(React: onKeyDown) This event is dispatched when a key is pressed down on the button.",
6296
6267
  "name": "keydown",
6297
6268
  "reactName": "onKeyDown",
6298
- "eventName": "KeydownEvent",
6299
6269
  "inheritedFrom": {
6300
6270
  "name": "Buttonsimple",
6301
6271
  "module": "src/components/buttonsimple/buttonsimple.component.ts"
@@ -6305,7 +6275,6 @@
6305
6275
  "description": "(React: onKeyUp) This event is dispatched when a key is released on the button.",
6306
6276
  "name": "keyup",
6307
6277
  "reactName": "onKeyUp",
6308
- "eventName": "KeyupEvent",
6309
6278
  "inheritedFrom": {
6310
6279
  "name": "Buttonsimple",
6311
6280
  "module": "src/components/buttonsimple/buttonsimple.component.ts"
@@ -6315,7 +6284,6 @@
6315
6284
  "description": "(React: onFocus) This event is dispatched when the button receives focus.",
6316
6285
  "name": "focus",
6317
6286
  "reactName": "onFocus",
6318
- "eventName": "FocusEvent",
6319
6287
  "inheritedFrom": {
6320
6288
  "name": "Buttonsimple",
6321
6289
  "module": "src/components/buttonsimple/buttonsimple.component.ts"
@@ -7945,26 +7913,22 @@
7945
7913
  {
7946
7914
  "description": "(React: onInput) This event is dispatched when the value of the input field changes (every press).",
7947
7915
  "name": "input",
7948
- "reactName": "onInput",
7949
- "eventName": "InputEvent"
7916
+ "reactName": "onInput"
7950
7917
  },
7951
7918
  {
7952
7919
  "description": "(React: onChange) This event is dispatched when the value of the input field changes (on blur).",
7953
7920
  "name": "change",
7954
- "reactName": "onChange",
7955
- "eventName": "ChangeEvent"
7921
+ "reactName": "onChange"
7956
7922
  },
7957
7923
  {
7958
7924
  "description": "(React: onFocus) This event is dispatched when the input receives focus.",
7959
7925
  "name": "focus",
7960
- "reactName": "onFocus",
7961
- "eventName": "FocusEvent"
7926
+ "reactName": "onFocus"
7962
7927
  },
7963
7928
  {
7964
7929
  "description": "(React: onBlur) This event is dispatched when the input loses focus.",
7965
7930
  "name": "blur",
7966
- "reactName": "onBlur",
7967
- "eventName": "BlurEvent"
7931
+ "reactName": "onBlur"
7968
7932
  }
7969
7933
  ],
7970
7934
  "attributes": [
@@ -8374,8 +8338,7 @@
8374
8338
  "text": "CustomEvent"
8375
8339
  },
8376
8340
  "description": "This event is dispatched when the close button is activated. It bubbles and is composed.",
8377
- "reactName": "onRemove",
8378
- "eventName": "RemoveEvent"
8341
+ "reactName": "onRemove"
8379
8342
  }
8380
8343
  ],
8381
8344
  "attributes": [
@@ -9132,26 +9095,22 @@
9132
9095
  {
9133
9096
  "description": "(React: onClick) This event is dispatched when the listitem is clicked.",
9134
9097
  "name": "click",
9135
- "reactName": "onClick",
9136
- "eventName": "ClickEvent"
9098
+ "reactName": "onClick"
9137
9099
  },
9138
9100
  {
9139
9101
  "description": "(React: onKeyDown) This event is dispatched when a key is pressed down on the listitem.",
9140
9102
  "name": "keydown",
9141
- "reactName": "onKeyDown",
9142
- "eventName": "KeydownEvent"
9103
+ "reactName": "onKeyDown"
9143
9104
  },
9144
9105
  {
9145
9106
  "description": "(React: onKeyUp) This event is dispatched when a key is released on the listitem.",
9146
9107
  "name": "keyup",
9147
- "reactName": "onKeyUp",
9148
- "eventName": "KeyupEvent"
9108
+ "reactName": "onKeyUp"
9149
9109
  },
9150
9110
  {
9151
9111
  "description": "(React: onFocus) This event is dispatched when the listitem receives focus.",
9152
9112
  "name": "focus",
9153
- "reactName": "onFocus",
9154
- "eventName": "FocusEvent"
9113
+ "reactName": "onFocus"
9155
9114
  }
9156
9115
  ],
9157
9116
  "attributes": [
@@ -9929,7 +9888,6 @@
9929
9888
  "description": "(React: onClick) This event is dispatched when the option is clicked.",
9930
9889
  "name": "click",
9931
9890
  "reactName": "onClick",
9932
- "eventName": "ClickEvent",
9933
9891
  "inheritedFrom": {
9934
9892
  "name": "ListItem",
9935
9893
  "module": "src/components/listitem/listitem.component.ts"
@@ -9939,7 +9897,6 @@
9939
9897
  "description": "(React: onKeyDown) This event is dispatched when a key is pressed down on the option.",
9940
9898
  "name": "keydown",
9941
9899
  "reactName": "onKeyDown",
9942
- "eventName": "KeydownEvent",
9943
9900
  "inheritedFrom": {
9944
9901
  "name": "ListItem",
9945
9902
  "module": "src/components/listitem/listitem.component.ts"
@@ -9949,7 +9906,6 @@
9949
9906
  "description": "(React: onKeyUp) This event is dispatched when a key is released on the option.",
9950
9907
  "name": "keyup",
9951
9908
  "reactName": "onKeyUp",
9952
- "eventName": "KeyupEvent",
9953
9909
  "inheritedFrom": {
9954
9910
  "name": "ListItem",
9955
9911
  "module": "src/components/listitem/listitem.component.ts"
@@ -9959,7 +9915,6 @@
9959
9915
  "description": "(React: onFocus) This event is dispatched when the option receives focus.",
9960
9916
  "name": "focus",
9961
9917
  "reactName": "onFocus",
9962
- "eventName": "FocusEvent",
9963
9918
  "inheritedFrom": {
9964
9919
  "name": "ListItem",
9965
9920
  "module": "src/components/listitem/listitem.component.ts"
@@ -11170,26 +11125,22 @@
11170
11125
  {
11171
11126
  "description": "(React: onShown) This event is dispatched when the popover is shown",
11172
11127
  "name": "shown",
11173
- "reactName": "onShown",
11174
- "eventName": "ShownEvent"
11128
+ "reactName": "onShown"
11175
11129
  },
11176
11130
  {
11177
11131
  "description": "(React: onHidden) This event is dispatched when the popover is hidden",
11178
11132
  "name": "hidden",
11179
- "reactName": "onHidden",
11180
- "eventName": "HiddenEvent"
11133
+ "reactName": "onHidden"
11181
11134
  },
11182
11135
  {
11183
11136
  "description": "(React: onCreated) This event is dispatched when the popover is created (added to the DOM)",
11184
11137
  "name": "created",
11185
- "reactName": "onCreated",
11186
- "eventName": "CreatedEvent"
11138
+ "reactName": "onCreated"
11187
11139
  },
11188
11140
  {
11189
11141
  "description": "(React: onDestroyed) This event is dispatched when the popover is destroyed (removed from the DOM)",
11190
11142
  "name": "destroyed",
11191
- "reactName": "onDestroyed",
11192
- "eventName": "DestroyedEvent"
11143
+ "reactName": "onDestroyed"
11193
11144
  }
11194
11145
  ],
11195
11146
  "attributes": [
@@ -12629,14 +12580,12 @@
12629
12580
  {
12630
12581
  "description": "(React: onChange) Event that gets dispatched when the radio state changes.",
12631
12582
  "name": "change",
12632
- "reactName": "onChange",
12633
- "eventName": "ChangeEvent"
12583
+ "reactName": "onChange"
12634
12584
  },
12635
12585
  {
12636
12586
  "description": "(React: onFocus) Event that gets dispatched when the radio receives focus.",
12637
12587
  "name": "focus",
12638
- "reactName": "onFocus",
12639
- "eventName": "FocusEvent"
12588
+ "reactName": "onFocus"
12640
12589
  }
12641
12590
  ],
12642
12591
  "attributes": [
@@ -14506,7 +14455,6 @@
14506
14455
  "description": "(React: onInput) This event is dispatched when the value of the input field changes (every press).",
14507
14456
  "name": "input",
14508
14457
  "reactName": "onInput",
14509
- "eventName": "InputEvent",
14510
14458
  "inheritedFrom": {
14511
14459
  "name": "Input",
14512
14460
  "module": "src/components/input/input.component.ts"
@@ -14516,7 +14464,6 @@
14516
14464
  "description": "(React: onChange) This event is dispatched when the value of the input field changes (on blur).",
14517
14465
  "name": "change",
14518
14466
  "reactName": "onChange",
14519
- "eventName": "ChangeEvent",
14520
14467
  "inheritedFrom": {
14521
14468
  "name": "Input",
14522
14469
  "module": "src/components/input/input.component.ts"
@@ -14526,7 +14473,6 @@
14526
14473
  "description": "(React: onFocus) This event is dispatched when the input receives focus.",
14527
14474
  "name": "focus",
14528
14475
  "reactName": "onFocus",
14529
- "eventName": "FocusEvent",
14530
14476
  "inheritedFrom": {
14531
14477
  "name": "Input",
14532
14478
  "module": "src/components/input/input.component.ts"
@@ -14536,7 +14482,6 @@
14536
14482
  "description": "(React: onBlur) This event is dispatched when the input loses focus.",
14537
14483
  "name": "blur",
14538
14484
  "reactName": "onBlur",
14539
- "eventName": "BlurEvent",
14540
14485
  "inheritedFrom": {
14541
14486
  "name": "Input",
14542
14487
  "module": "src/components/input/input.component.ts"
@@ -15225,7 +15170,6 @@
15225
15170
  "description": "(React: onClick) This event is dispatched when the tab is clicked.",
15226
15171
  "name": "click",
15227
15172
  "reactName": "onClick",
15228
- "eventName": "ClickEvent",
15229
15173
  "inheritedFrom": {
15230
15174
  "name": "Buttonsimple",
15231
15175
  "module": "src/components/buttonsimple/buttonsimple.component.ts"
@@ -15235,7 +15179,6 @@
15235
15179
  "description": "(React: onKeyDown) This event is dispatched when a key is pressed down on the tab.",
15236
15180
  "name": "keydown",
15237
15181
  "reactName": "onKeyDown",
15238
- "eventName": "KeydownEvent",
15239
15182
  "inheritedFrom": {
15240
15183
  "name": "Buttonsimple",
15241
15184
  "module": "src/components/buttonsimple/buttonsimple.component.ts"
@@ -15245,7 +15188,6 @@
15245
15188
  "description": "(React: onKeyUp) This event is dispatched when a key is released on the tab.",
15246
15189
  "name": "keyup",
15247
15190
  "reactName": "onKeyUp",
15248
- "eventName": "KeyupEvent",
15249
15191
  "inheritedFrom": {
15250
15192
  "name": "Buttonsimple",
15251
15193
  "module": "src/components/buttonsimple/buttonsimple.component.ts"
@@ -15255,7 +15197,6 @@
15255
15197
  "description": "(React: onFocus) This event is dispatched when the tab receives focus.",
15256
15198
  "name": "focus",
15257
15199
  "reactName": "onFocus",
15258
- "eventName": "FocusEvent",
15259
15200
  "inheritedFrom": {
15260
15201
  "name": "Buttonsimple",
15261
15202
  "module": "src/components/buttonsimple/buttonsimple.component.ts"
@@ -16050,8 +15991,7 @@
16050
15991
  "text": "CustomEvent"
16051
15992
  },
16052
15993
  "description": "(React: onLimitExceeded) This event is dispatched once when the character limit exceeds or restored.",
16053
- "reactName": "onLimitExceeded",
16054
- "eventName": "LimitexceededEvent"
15994
+ "reactName": "onLimitExceeded"
16055
15995
  },
16056
15996
  {
16057
15997
  "type": {
@@ -16061,26 +16001,22 @@
16061
16001
  {
16062
16002
  "description": "(React: onInput) This event is dispatched when the value of the textarea field changes (every press).",
16063
16003
  "name": "input",
16064
- "reactName": "onInput",
16065
- "eventName": "InputEvent"
16004
+ "reactName": "onInput"
16066
16005
  },
16067
16006
  {
16068
16007
  "description": "(React: onChange) This event is dispatched when the value of the textarea field changes (on blur).",
16069
16008
  "name": "change",
16070
- "reactName": "onChange",
16071
- "eventName": "ChangeEvent"
16009
+ "reactName": "onChange"
16072
16010
  },
16073
16011
  {
16074
16012
  "description": "(React: onFocus) This event is dispatched when the textarea receives focus.",
16075
16013
  "name": "focus",
16076
- "reactName": "onFocus",
16077
- "eventName": "FocusEvent"
16014
+ "reactName": "onFocus"
16078
16015
  },
16079
16016
  {
16080
16017
  "description": "(React: onBlur) This event is dispatched when the textarea loses focus.",
16081
16018
  "name": "blur",
16082
- "reactName": "onBlur",
16083
- "eventName": "BlurEvent"
16019
+ "reactName": "onBlur"
16084
16020
  }
16085
16021
  ],
16086
16022
  "attributes": [
@@ -16943,14 +16879,12 @@
16943
16879
  {
16944
16880
  "description": "(React: onChange) Event that gets dispatched when the toggle state changes.",
16945
16881
  "name": "change",
16946
- "reactName": "onChange",
16947
- "eventName": "ChangeEvent"
16882
+ "reactName": "onChange"
16948
16883
  },
16949
16884
  {
16950
16885
  "description": "(React: onFocus) Event that gets dispatched when the toggle receives focus.",
16951
16886
  "name": "focus",
16952
- "reactName": "onFocus",
16953
- "eventName": "FocusEvent"
16887
+ "reactName": "onFocus"
16954
16888
  }
16955
16889
  ],
16956
16890
  "attributes": [
@@ -18403,7 +18337,6 @@
18403
18337
  "description": "(React: onShown) This event is dispatched when the tooltip is shown",
18404
18338
  "name": "shown",
18405
18339
  "reactName": "onShown",
18406
- "eventName": "ShownEvent",
18407
18340
  "inheritedFrom": {
18408
18341
  "name": "Popover",
18409
18342
  "module": "src/components/popover/popover.component.ts"
@@ -18413,7 +18346,6 @@
18413
18346
  "description": "(React: onHidden) This event is dispatched when the tooltip is hidden",
18414
18347
  "name": "hidden",
18415
18348
  "reactName": "onHidden",
18416
- "eventName": "HiddenEvent",
18417
18349
  "inheritedFrom": {
18418
18350
  "name": "Popover",
18419
18351
  "module": "src/components/popover/popover.component.ts"
@@ -18423,7 +18355,6 @@
18423
18355
  "description": "(React: onCreated) This event is dispatched when the tooltip is created (added to the DOM)",
18424
18356
  "name": "created",
18425
18357
  "reactName": "onCreated",
18426
- "eventName": "CreatedEvent",
18427
18358
  "inheritedFrom": {
18428
18359
  "name": "Popover",
18429
18360
  "module": "src/components/popover/popover.component.ts"
@@ -18433,7 +18364,6 @@
18433
18364
  "description": "(React: onDestroyed) This event is dispatched when the tooltip is destroyed (removed from the DOM)",
18434
18365
  "name": "destroyed",
18435
18366
  "reactName": "onDestroyed",
18436
- "eventName": "DestroyedEvent",
18437
18367
  "inheritedFrom": {
18438
18368
  "name": "Popover",
18439
18369
  "module": "src/components/popover/popover.component.ts"
@@ -18941,8 +18871,7 @@
18941
18871
  {
18942
18872
  "description": "(React: onScroll) Event that gets called when user scrolls inside of list.",
18943
18873
  "name": "onscroll",
18944
- "reactName": "onScroll",
18945
- "eventName": "OnscrollEvent"
18874
+ "reactName": "onScroll"
18946
18875
  }
18947
18876
  ],
18948
18877
  "attributes": [