@momentum-design/components 0.18.6 → 0.19.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1096,6 +1096,77 @@
1096
1096
  }
1097
1097
  ]
1098
1098
  },
1099
+ {
1100
+ "kind": "javascript-module",
1101
+ "path": "components/bullet/bullet.component.js",
1102
+ "declarations": [
1103
+ {
1104
+ "kind": "class",
1105
+ "description": "Bullet component, which is a visual marker\nand be used to organize and present items in a list format.",
1106
+ "name": "Bullet",
1107
+ "cssProperties": [
1108
+ {
1109
+ "description": "background color of the bullet",
1110
+ "name": "--mdc-bullet-background-color"
1111
+ },
1112
+ {
1113
+ "description": "small size value of the bullet",
1114
+ "name": "--mdc-bullet-size-small"
1115
+ },
1116
+ {
1117
+ "description": "medium size value of the bullet",
1118
+ "name": "--mdc-bullet-size-medium"
1119
+ },
1120
+ {
1121
+ "description": "large size value of the bullet",
1122
+ "name": "--mdc-bullet-size-large"
1123
+ }
1124
+ ],
1125
+ "members": [
1126
+ {
1127
+ "kind": "field",
1128
+ "name": "size",
1129
+ "type": {
1130
+ "text": "Size"
1131
+ },
1132
+ "privacy": "public",
1133
+ "description": "Size of the bullet\n\nPossible values: 'small', 'medium', 'large'",
1134
+ "default": "small",
1135
+ "attribute": "size",
1136
+ "reflects": true
1137
+ }
1138
+ ],
1139
+ "attributes": [
1140
+ {
1141
+ "name": "size",
1142
+ "type": {
1143
+ "text": "Size"
1144
+ },
1145
+ "description": "Size of the bullet\n\nPossible values: 'small', 'medium', 'large'",
1146
+ "default": "small",
1147
+ "fieldName": "size"
1148
+ }
1149
+ ],
1150
+ "superclass": {
1151
+ "name": "Component",
1152
+ "module": "/src/models"
1153
+ },
1154
+ "tagName": "mdc-bullet",
1155
+ "jsDoc": "/**\n * Bullet component, which is a visual marker\n * and be used to organize and present items in a list format.\n *\n * @tagname mdc-bullet\n *\n * @cssproperty --mdc-bullet-background-color - background color of the bullet\n * @cssproperty --mdc-bullet-size-small - small size value of the bullet\n * @cssproperty --mdc-bullet-size-medium - medium size value of the bullet\n * @cssproperty --mdc-bullet-size-large - large size value of the bullet\n*/",
1156
+ "customElement": true
1157
+ }
1158
+ ],
1159
+ "exports": [
1160
+ {
1161
+ "kind": "js",
1162
+ "name": "default",
1163
+ "declaration": {
1164
+ "name": "Bullet",
1165
+ "module": "components/bullet/bullet.component.js"
1166
+ }
1167
+ }
1168
+ ]
1169
+ },
1099
1170
  {
1100
1171
  "kind": "javascript-module",
1101
1172
  "path": "components/button/button.component.js",
@@ -1904,77 +1975,6 @@
1904
1975
  }
1905
1976
  ]
1906
1977
  },
1907
- {
1908
- "kind": "javascript-module",
1909
- "path": "components/bullet/bullet.component.js",
1910
- "declarations": [
1911
- {
1912
- "kind": "class",
1913
- "description": "Bullet component, which is a visual marker\nand be used to organize and present items in a list format.",
1914
- "name": "Bullet",
1915
- "cssProperties": [
1916
- {
1917
- "description": "background color of the bullet",
1918
- "name": "--mdc-bullet-background-color"
1919
- },
1920
- {
1921
- "description": "small size value of the bullet",
1922
- "name": "--mdc-bullet-size-small"
1923
- },
1924
- {
1925
- "description": "medium size value of the bullet",
1926
- "name": "--mdc-bullet-size-medium"
1927
- },
1928
- {
1929
- "description": "large size value of the bullet",
1930
- "name": "--mdc-bullet-size-large"
1931
- }
1932
- ],
1933
- "members": [
1934
- {
1935
- "kind": "field",
1936
- "name": "size",
1937
- "type": {
1938
- "text": "Size"
1939
- },
1940
- "privacy": "public",
1941
- "description": "Size of the bullet\n\nPossible values: 'small', 'medium', 'large'",
1942
- "default": "small",
1943
- "attribute": "size",
1944
- "reflects": true
1945
- }
1946
- ],
1947
- "attributes": [
1948
- {
1949
- "name": "size",
1950
- "type": {
1951
- "text": "Size"
1952
- },
1953
- "description": "Size of the bullet\n\nPossible values: 'small', 'medium', 'large'",
1954
- "default": "small",
1955
- "fieldName": "size"
1956
- }
1957
- ],
1958
- "superclass": {
1959
- "name": "Component",
1960
- "module": "/src/models"
1961
- },
1962
- "tagName": "mdc-bullet",
1963
- "jsDoc": "/**\n * Bullet component, which is a visual marker\n * and be used to organize and present items in a list format.\n *\n * @tagname mdc-bullet\n *\n * @cssproperty --mdc-bullet-background-color - background color of the bullet\n * @cssproperty --mdc-bullet-size-small - small size value of the bullet\n * @cssproperty --mdc-bullet-size-medium - medium size value of the bullet\n * @cssproperty --mdc-bullet-size-large - large size value of the bullet\n*/",
1964
- "customElement": true
1965
- }
1966
- ],
1967
- "exports": [
1968
- {
1969
- "kind": "js",
1970
- "name": "default",
1971
- "declaration": {
1972
- "name": "Bullet",
1973
- "module": "components/bullet/bullet.component.js"
1974
- }
1975
- }
1976
- ]
1977
- },
1978
1978
  {
1979
1979
  "kind": "javascript-module",
1980
1980
  "path": "components/checkbox/checkbox.component.js",
@@ -4328,160 +4328,109 @@
4328
4328
  },
4329
4329
  {
4330
4330
  "kind": "javascript-module",
4331
- "path": "components/presence/presence.component.js",
4331
+ "path": "components/modalcontainer/modalcontainer.component.js",
4332
4332
  "declarations": [
4333
4333
  {
4334
4334
  "kind": "class",
4335
- "description": "The `mdc-presence` component is a versatile UI element used to\ndisplay the presence status of a user or entity within an avatar component.\n\nThis component is ideal for use within avatar UIs where the presence status\nneeds to be visually represented.",
4336
- "name": "Presence",
4335
+ "description": "The `mdc-modalcontainer` component is an element used to\ndisplay a modal container that can further be used in popover.",
4336
+ "name": "Modalcontainer",
4337
4337
  "cssProperties": [
4338
4338
  {
4339
- "description": "The background color of the presence type active.",
4340
- "name": "--mdc-presence-active-background-color"
4341
- },
4342
- {
4343
- "description": "The background color of the presence type away.",
4344
- "name": "--mdc-presence-away-background-color"
4345
- },
4346
- {
4347
- "description": "The background color of the presence type away-calling.",
4348
- "name": "--mdc-presence-away-calling-background-color"
4349
- },
4350
- {
4351
- "description": "The background color of the presence type busy.",
4352
- "name": "--mdc-presence-busy-background-color"
4353
- },
4354
- {
4355
- "description": "The background color of the presence type dnd.",
4356
- "name": "--mdc-presence-dnd-background-color"
4357
- },
4358
- {
4359
- "description": "The background color of the presence type meeting.",
4360
- "name": "--mdc-presence-meeting-background-color"
4361
- },
4362
- {
4363
- "description": "The background color of the presence type on-call.",
4364
- "name": "--mdc-presence-on-call-background-color"
4365
- },
4366
- {
4367
- "description": "The background color of the presence type on-device.",
4368
- "name": "--mdc-presence-on-device-background-color"
4369
- },
4370
- {
4371
- "description": "The background color of the presence type on-mobile.",
4372
- "name": "--mdc-presence-on-mobile-background-color"
4373
- },
4374
- {
4375
- "description": "The background color of the presence type pause.",
4376
- "name": "--mdc-presence-pause-background-color"
4339
+ "description": "primary background color of the modalcontainer",
4340
+ "name": "--mdc-modalcontainer-primary-background-color"
4377
4341
  },
4378
4342
  {
4379
- "description": "The background color of the presence type pto.",
4380
- "name": "--mdc-presence-pto-background-color"
4343
+ "description": "border color of the modalcontainer",
4344
+ "name": "--mdc-modalcontainer-border-color"
4381
4345
  },
4382
4346
  {
4383
- "description": "The background color of the presence type presenting.",
4384
- "name": "--mdc-presence-presenting-background-color"
4347
+ "description": "inverted background color of the modalcontainer",
4348
+ "name": "--mdc-modalcontainer-inverted-background-color"
4385
4349
  },
4386
4350
  {
4387
- "description": "The background color of the presence type quiet.",
4388
- "name": "--mdc-presence-quiet-background-color"
4351
+ "description": "inverted border color of the modalcontainer",
4352
+ "name": "--mdc-modalcontainer-inverted-border-color"
4389
4353
  },
4390
4354
  {
4391
- "description": "The background color of the presence type scheduled.",
4392
- "name": "--mdc-presence-scheduled-background-color"
4393
- },
4355
+ "description": "inverted text color of the modalcontainer",
4356
+ "name": "--mdc-modalcontainer-inverted-text-color"
4357
+ }
4358
+ ],
4359
+ "slots": [
4394
4360
  {
4395
- "description": "The background color of the presence type overlay.",
4396
- "name": "--mdc-presence-overlay-background-color"
4361
+ "description": "Default slot for modal container",
4362
+ "name": ""
4397
4363
  }
4398
4364
  ],
4399
4365
  "members": [
4400
4366
  {
4401
4367
  "kind": "field",
4402
- "name": "type",
4368
+ "name": "color",
4403
4369
  "type": {
4404
- "text": "PresenceType"
4370
+ "text": "ModalContainerColor"
4405
4371
  },
4406
- "description": "Supported presence types:\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`",
4407
- "default": "active",
4408
- "attribute": "type",
4372
+ "description": "Color of the modalcontainer\n- **tonal**\n- **contrast**",
4373
+ "default": "tonal",
4374
+ "attribute": "color",
4409
4375
  "reflects": true
4410
4376
  },
4411
4377
  {
4412
4378
  "kind": "field",
4413
- "name": "size",
4379
+ "name": "elevation",
4414
4380
  "type": {
4415
- "text": "PresenceSize"
4381
+ "text": "ModalContainerElevation"
4416
4382
  },
4417
- "description": "Acceptable values include:\n- XX_SMALL\n- X_SMALL\n- SMALL\n- MIDSIZE\n- LARGE\n- X_LARGE\n- XX_LARGE\n\nPresence icons are minimum 14px in size, meaning XX_Small, X_Small and Small presence\nicons will be no smaller than 14px.",
4418
- "default": "small",
4419
- "attribute": "size",
4383
+ "description": "Elevation of the modalcontainer where each value corresponds to a different drop shadow.\n- **0**\n- **1**\n- **2**\n- **3**\n- **4**",
4384
+ "default": "0",
4385
+ "attribute": "elevation",
4420
4386
  "reflects": true
4421
4387
  },
4422
4388
  {
4423
4389
  "kind": "field",
4424
- "name": "iconSize",
4425
- "privacy": "private",
4426
- "description": "Get the size of the presence icon based on the given size type",
4427
- "readonly": true
4390
+ "name": "role",
4391
+ "type": {
4392
+ "text": "ModalContainerRole"
4393
+ },
4394
+ "description": "Role of the modalcontainer",
4395
+ "default": "dialog",
4396
+ "attribute": "role"
4397
+ }
4398
+ ],
4399
+ "attributes": [
4400
+ {
4401
+ "name": "color",
4402
+ "type": {
4403
+ "text": "ModalContainerColor"
4404
+ },
4405
+ "description": "Color of the modalcontainer\n- **tonal**\n- **contrast**",
4406
+ "default": "tonal",
4407
+ "fieldName": "color"
4428
4408
  },
4429
4409
  {
4430
- "kind": "field",
4431
- "name": "icon",
4432
- "privacy": "private",
4433
- "description": "Get the icon name based on the presence type",
4434
- "readonly": true
4435
- },
4436
- {
4437
- "kind": "method",
4438
- "name": "handleOnLoad",
4439
- "privacy": "private",
4440
- "return": {
4441
- "type": {
4442
- "text": "void"
4443
- }
4444
- },
4445
- "description": "Handles the successful load of an icon.\nSets the `currentIconType` property to match the `type` property."
4446
- },
4447
- {
4448
- "kind": "method",
4449
- "name": "handleOnError",
4450
- "privacy": "private",
4451
- "return": {
4452
- "type": {
4453
- "text": "void"
4454
- }
4455
- },
4456
- "description": "Handles an error that occurs when loading an icon."
4457
- }
4458
- ],
4459
- "attributes": [
4460
- {
4461
- "name": "type",
4410
+ "name": "elevation",
4462
4411
  "type": {
4463
- "text": "PresenceType"
4412
+ "text": "ModalContainerElevation"
4464
4413
  },
4465
- "description": "Supported presence types:\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`",
4466
- "default": "active",
4467
- "fieldName": "type"
4414
+ "description": "Elevation of the modalcontainer where each value corresponds to a different drop shadow.\n- **0**\n- **1**\n- **2**\n- **3**\n- **4**",
4415
+ "default": "0",
4416
+ "fieldName": "elevation"
4468
4417
  },
4469
4418
  {
4470
- "name": "size",
4419
+ "name": "role",
4471
4420
  "type": {
4472
- "text": "PresenceSize"
4421
+ "text": "ModalContainerRole"
4473
4422
  },
4474
- "description": "Acceptable values include:\n- XX_SMALL\n- X_SMALL\n- SMALL\n- MIDSIZE\n- LARGE\n- X_LARGE\n- XX_LARGE\n\nPresence icons are minimum 14px in size, meaning XX_Small, X_Small and Small presence\nicons will be no smaller than 14px.",
4475
- "default": "small",
4476
- "fieldName": "size"
4423
+ "description": "Role of the modalcontainer",
4424
+ "default": "dialog",
4425
+ "fieldName": "role"
4477
4426
  }
4478
4427
  ],
4479
4428
  "superclass": {
4480
4429
  "name": "Component",
4481
4430
  "module": "/src/models"
4482
4431
  },
4483
- "tagName": "mdc-presence",
4484
- "jsDoc": "/**\n * The `mdc-presence` component is a versatile UI element used to\n * display the presence status of a user or entity within an avatar component.\n *\n * This component is ideal for use within avatar UIs where the presence status\n * needs to be visually represented.\n *\n * @dependency mdc-icon\n *\n * @tagname mdc-presence\n *\n * @cssproperty --mdc-presence-active-background-color - The background color of the presence type active.\n * @cssproperty --mdc-presence-away-background-color - The background color of the presence type away.\n * @cssproperty --mdc-presence-away-calling-background-color - The background color of the presence type away-calling.\n * @cssproperty --mdc-presence-busy-background-color - The background color of the presence type busy.\n * @cssproperty --mdc-presence-dnd-background-color - The background color of the presence type dnd.\n * @cssproperty --mdc-presence-meeting-background-color - The background color of the presence type meeting.\n * @cssproperty --mdc-presence-on-call-background-color - The background color of the presence type on-call.\n * @cssproperty --mdc-presence-on-device-background-color - The background color of the presence type on-device.\n * @cssproperty --mdc-presence-on-mobile-background-color - The background color of the presence type on-mobile.\n * @cssproperty --mdc-presence-pause-background-color - The background color of the presence type pause.\n * @cssproperty --mdc-presence-pto-background-color - The background color of the presence type pto.\n * @cssproperty --mdc-presence-presenting-background-color - The background color of the presence type presenting.\n * @cssproperty --mdc-presence-quiet-background-color - The background color of the presence type quiet.\n * @cssproperty --mdc-presence-scheduled-background-color - The background color of the presence type scheduled.\n * @cssproperty --mdc-presence-overlay-background-color - The background color of the presence type overlay.\n */",
4432
+ "tagName": "mdc-modalcontainer",
4433
+ "jsDoc": "/**\n * The `mdc-modalcontainer` component is an element used to\n * display a modal container that can further be used in popover.\n *\n * @tagname mdc-modalcontainer\n *\n * @cssproperty --mdc-modalcontainer-primary-background-color - primary background color of the modalcontainer\n * @cssproperty --mdc-modalcontainer-border-color - border color of the modalcontainer\n * @cssproperty --mdc-modalcontainer-inverted-background-color - inverted background color of the modalcontainer\n * @cssproperty --mdc-modalcontainer-inverted-border-color - inverted border color of the modalcontainer\n * @cssproperty --mdc-modalcontainer-inverted-text-color - inverted text color of the modalcontainer\n *\n * @slot - Default slot for modal container\n */",
4485
4434
  "customElement": true
4486
4435
  }
4487
4436
  ],
@@ -4490,117 +4439,168 @@
4490
4439
  "kind": "js",
4491
4440
  "name": "default",
4492
4441
  "declaration": {
4493
- "name": "Presence",
4494
- "module": "components/presence/presence.component.js"
4442
+ "name": "Modalcontainer",
4443
+ "module": "components/modalcontainer/modalcontainer.component.js"
4495
4444
  }
4496
4445
  }
4497
4446
  ]
4498
4447
  },
4499
4448
  {
4500
4449
  "kind": "javascript-module",
4501
- "path": "components/modalcontainer/modalcontainer.component.js",
4450
+ "path": "components/presence/presence.component.js",
4502
4451
  "declarations": [
4503
4452
  {
4504
4453
  "kind": "class",
4505
- "description": "The `mdc-modalcontainer` component is an element used to\ndisplay a modal container that can further be used in popover.",
4506
- "name": "Modalcontainer",
4454
+ "description": "The `mdc-presence` component is a versatile UI element used to\ndisplay the presence status of a user or entity within an avatar component.\n\nThis component is ideal for use within avatar UIs where the presence status\nneeds to be visually represented.",
4455
+ "name": "Presence",
4507
4456
  "cssProperties": [
4508
4457
  {
4509
- "description": "primary background color of the modalcontainer",
4510
- "name": "--mdc-modalcontainer-primary-background-color"
4458
+ "description": "The background color of the presence type active.",
4459
+ "name": "--mdc-presence-active-background-color"
4511
4460
  },
4512
4461
  {
4513
- "description": "border color of the modalcontainer",
4514
- "name": "--mdc-modalcontainer-border-color"
4462
+ "description": "The background color of the presence type away.",
4463
+ "name": "--mdc-presence-away-background-color"
4515
4464
  },
4516
4465
  {
4517
- "description": "inverted background color of the modalcontainer",
4518
- "name": "--mdc-modalcontainer-inverted-background-color"
4466
+ "description": "The background color of the presence type away-calling.",
4467
+ "name": "--mdc-presence-away-calling-background-color"
4519
4468
  },
4520
4469
  {
4521
- "description": "inverted border color of the modalcontainer",
4522
- "name": "--mdc-modalcontainer-inverted-border-color"
4470
+ "description": "The background color of the presence type busy.",
4471
+ "name": "--mdc-presence-busy-background-color"
4523
4472
  },
4524
4473
  {
4525
- "description": "inverted text color of the modalcontainer",
4526
- "name": "--mdc-modalcontainer-inverted-text-color"
4527
- }
4528
- ],
4529
- "slots": [
4474
+ "description": "The background color of the presence type dnd.",
4475
+ "name": "--mdc-presence-dnd-background-color"
4476
+ },
4530
4477
  {
4531
- "description": "Default slot for modal container",
4532
- "name": ""
4478
+ "description": "The background color of the presence type meeting.",
4479
+ "name": "--mdc-presence-meeting-background-color"
4480
+ },
4481
+ {
4482
+ "description": "The background color of the presence type on-call.",
4483
+ "name": "--mdc-presence-on-call-background-color"
4484
+ },
4485
+ {
4486
+ "description": "The background color of the presence type on-device.",
4487
+ "name": "--mdc-presence-on-device-background-color"
4488
+ },
4489
+ {
4490
+ "description": "The background color of the presence type on-mobile.",
4491
+ "name": "--mdc-presence-on-mobile-background-color"
4492
+ },
4493
+ {
4494
+ "description": "The background color of the presence type pause.",
4495
+ "name": "--mdc-presence-pause-background-color"
4496
+ },
4497
+ {
4498
+ "description": "The background color of the presence type pto.",
4499
+ "name": "--mdc-presence-pto-background-color"
4500
+ },
4501
+ {
4502
+ "description": "The background color of the presence type presenting.",
4503
+ "name": "--mdc-presence-presenting-background-color"
4504
+ },
4505
+ {
4506
+ "description": "The background color of the presence type quiet.",
4507
+ "name": "--mdc-presence-quiet-background-color"
4508
+ },
4509
+ {
4510
+ "description": "The background color of the presence type scheduled.",
4511
+ "name": "--mdc-presence-scheduled-background-color"
4512
+ },
4513
+ {
4514
+ "description": "The background color of the presence type overlay.",
4515
+ "name": "--mdc-presence-overlay-background-color"
4533
4516
  }
4534
4517
  ],
4535
4518
  "members": [
4536
4519
  {
4537
4520
  "kind": "field",
4538
- "name": "color",
4521
+ "name": "type",
4539
4522
  "type": {
4540
- "text": "ModalContainerColor"
4523
+ "text": "PresenceType"
4541
4524
  },
4542
- "description": "Color of the modalcontainer\n- **tonal**\n- **contrast**",
4543
- "default": "tonal",
4544
- "attribute": "color",
4525
+ "description": "Supported presence types:\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`",
4526
+ "default": "active",
4527
+ "attribute": "type",
4545
4528
  "reflects": true
4546
4529
  },
4547
4530
  {
4548
4531
  "kind": "field",
4549
- "name": "elevation",
4532
+ "name": "size",
4550
4533
  "type": {
4551
- "text": "ModalContainerElevation"
4534
+ "text": "PresenceSize"
4552
4535
  },
4553
- "description": "Elevation of the modalcontainer where each value corresponds to a different drop shadow.\n- **0**\n- **1**\n- **2**\n- **3**\n- **4**",
4554
- "default": "0",
4555
- "attribute": "elevation",
4536
+ "description": "Acceptable values include:\n- XX_SMALL\n- X_SMALL\n- SMALL\n- MIDSIZE\n- LARGE\n- X_LARGE\n- XX_LARGE\n\nPresence icons are minimum 14px in size, meaning XX_Small, X_Small and Small presence\nicons will be no smaller than 14px.",
4537
+ "default": "small",
4538
+ "attribute": "size",
4556
4539
  "reflects": true
4557
4540
  },
4558
4541
  {
4559
4542
  "kind": "field",
4560
- "name": "role",
4561
- "type": {
4562
- "text": "ModalContainerRole"
4543
+ "name": "iconSize",
4544
+ "privacy": "private",
4545
+ "description": "Get the size of the presence icon based on the given size type",
4546
+ "readonly": true
4547
+ },
4548
+ {
4549
+ "kind": "field",
4550
+ "name": "icon",
4551
+ "privacy": "private",
4552
+ "description": "Get the icon name based on the presence type",
4553
+ "readonly": true
4554
+ },
4555
+ {
4556
+ "kind": "method",
4557
+ "name": "handleOnLoad",
4558
+ "privacy": "private",
4559
+ "return": {
4560
+ "type": {
4561
+ "text": "void"
4562
+ }
4563
4563
  },
4564
- "description": "Role of the modalcontainer",
4565
- "default": "dialog",
4566
- "attribute": "role"
4564
+ "description": "Handles the successful load of an icon.\nSets the `currentIconType` property to match the `type` property."
4565
+ },
4566
+ {
4567
+ "kind": "method",
4568
+ "name": "handleOnError",
4569
+ "privacy": "private",
4570
+ "return": {
4571
+ "type": {
4572
+ "text": "void"
4573
+ }
4574
+ },
4575
+ "description": "Handles an error that occurs when loading an icon."
4567
4576
  }
4568
4577
  ],
4569
4578
  "attributes": [
4570
4579
  {
4571
- "name": "color",
4572
- "type": {
4573
- "text": "ModalContainerColor"
4574
- },
4575
- "description": "Color of the modalcontainer\n- **tonal**\n- **contrast**",
4576
- "default": "tonal",
4577
- "fieldName": "color"
4578
- },
4579
- {
4580
- "name": "elevation",
4580
+ "name": "type",
4581
4581
  "type": {
4582
- "text": "ModalContainerElevation"
4582
+ "text": "PresenceType"
4583
4583
  },
4584
- "description": "Elevation of the modalcontainer where each value corresponds to a different drop shadow.\n- **0**\n- **1**\n- **2**\n- **3**\n- **4**",
4585
- "default": "0",
4586
- "fieldName": "elevation"
4584
+ "description": "Supported presence types:\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`",
4585
+ "default": "active",
4586
+ "fieldName": "type"
4587
4587
  },
4588
4588
  {
4589
- "name": "role",
4589
+ "name": "size",
4590
4590
  "type": {
4591
- "text": "ModalContainerRole"
4591
+ "text": "PresenceSize"
4592
4592
  },
4593
- "description": "Role of the modalcontainer",
4594
- "default": "dialog",
4595
- "fieldName": "role"
4593
+ "description": "Acceptable values include:\n- XX_SMALL\n- X_SMALL\n- SMALL\n- MIDSIZE\n- LARGE\n- X_LARGE\n- XX_LARGE\n\nPresence icons are minimum 14px in size, meaning XX_Small, X_Small and Small presence\nicons will be no smaller than 14px.",
4594
+ "default": "small",
4595
+ "fieldName": "size"
4596
4596
  }
4597
4597
  ],
4598
4598
  "superclass": {
4599
4599
  "name": "Component",
4600
4600
  "module": "/src/models"
4601
4601
  },
4602
- "tagName": "mdc-modalcontainer",
4603
- "jsDoc": "/**\n * The `mdc-modalcontainer` component is an element used to\n * display a modal container that can further be used in popover.\n *\n * @tagname mdc-modalcontainer\n *\n * @cssproperty --mdc-modalcontainer-primary-background-color - primary background color of the modalcontainer\n * @cssproperty --mdc-modalcontainer-border-color - border color of the modalcontainer\n * @cssproperty --mdc-modalcontainer-inverted-background-color - inverted background color of the modalcontainer\n * @cssproperty --mdc-modalcontainer-inverted-border-color - inverted border color of the modalcontainer\n * @cssproperty --mdc-modalcontainer-inverted-text-color - inverted text color of the modalcontainer\n *\n * @slot - Default slot for modal container\n */",
4602
+ "tagName": "mdc-presence",
4603
+ "jsDoc": "/**\n * The `mdc-presence` component is a versatile UI element used to\n * display the presence status of a user or entity within an avatar component.\n *\n * This component is ideal for use within avatar UIs where the presence status\n * needs to be visually represented.\n *\n * @dependency mdc-icon\n *\n * @tagname mdc-presence\n *\n * @cssproperty --mdc-presence-active-background-color - The background color of the presence type active.\n * @cssproperty --mdc-presence-away-background-color - The background color of the presence type away.\n * @cssproperty --mdc-presence-away-calling-background-color - The background color of the presence type away-calling.\n * @cssproperty --mdc-presence-busy-background-color - The background color of the presence type busy.\n * @cssproperty --mdc-presence-dnd-background-color - The background color of the presence type dnd.\n * @cssproperty --mdc-presence-meeting-background-color - The background color of the presence type meeting.\n * @cssproperty --mdc-presence-on-call-background-color - The background color of the presence type on-call.\n * @cssproperty --mdc-presence-on-device-background-color - The background color of the presence type on-device.\n * @cssproperty --mdc-presence-on-mobile-background-color - The background color of the presence type on-mobile.\n * @cssproperty --mdc-presence-pause-background-color - The background color of the presence type pause.\n * @cssproperty --mdc-presence-pto-background-color - The background color of the presence type pto.\n * @cssproperty --mdc-presence-presenting-background-color - The background color of the presence type presenting.\n * @cssproperty --mdc-presence-quiet-background-color - The background color of the presence type quiet.\n * @cssproperty --mdc-presence-scheduled-background-color - The background color of the presence type scheduled.\n * @cssproperty --mdc-presence-overlay-background-color - The background color of the presence type overlay.\n */",
4604
4604
  "customElement": true
4605
4605
  }
4606
4606
  ],
@@ -4609,8 +4609,8 @@
4609
4609
  "kind": "js",
4610
4610
  "name": "default",
4611
4611
  "declaration": {
4612
- "name": "Modalcontainer",
4613
- "module": "components/modalcontainer/modalcontainer.component.js"
4612
+ "name": "Presence",
4613
+ "module": "components/presence/presence.component.js"
4614
4614
  }
4615
4615
  }
4616
4616
  ]
@@ -4797,6 +4797,512 @@
4797
4797
  }
4798
4798
  ]
4799
4799
  },
4800
+ {
4801
+ "kind": "javascript-module",
4802
+ "path": "components/toggle/toggle.component.js",
4803
+ "declarations": [
4804
+ {
4805
+ "kind": "class",
4806
+ "description": "Toggle Component is an interactive control used to switch between two mutually exclusive options,\nsuch as On/Off, Active/Inactive. These are commonly used in settings panels, forms, and preference selections\nwhere users need to enable or disable a feature.\nIt contains an optional label and an optional helper text.\n\nNote: It internally renders a checkbox styled as a toggle switch.",
4807
+ "name": "Toggle",
4808
+ "cssProperties": [
4809
+ {
4810
+ "description": "width of the toggle",
4811
+ "name": "--mdc-toggle-width"
4812
+ },
4813
+ {
4814
+ "description": "height of the toggle",
4815
+ "name": "--mdc-toggle-height"
4816
+ },
4817
+ {
4818
+ "description": "width of the toggle when it's size is compact",
4819
+ "name": "--mdc-toggle-width-compact"
4820
+ },
4821
+ {
4822
+ "description": "height of the toggle when it's size is compact",
4823
+ "name": "--mdc-toggle-height-compact"
4824
+ },
4825
+ {
4826
+ "description": "border radius of the toggle",
4827
+ "name": "--mdc-toggle-border-radius"
4828
+ },
4829
+ {
4830
+ "description": "border radius of the toggle when it's size is compact",
4831
+ "name": "--mdc-toggle-border-radius-compact"
4832
+ },
4833
+ {
4834
+ "description": "border of the toggle",
4835
+ "name": "--mdc-toggle-border"
4836
+ },
4837
+ {
4838
+ "description": "background color of the inactive toggle in rest state",
4839
+ "name": "--mdc-toggle-inactive-rest-color"
4840
+ },
4841
+ {
4842
+ "description": "background color of the inactive toggle in hover state",
4843
+ "name": "--mdc-toggle-inactive-hover-color"
4844
+ },
4845
+ {
4846
+ "description": "background color of the inactive toggle in pressed state",
4847
+ "name": "--mdc-toggle-inactive-pressed-color"
4848
+ },
4849
+ {
4850
+ "description": "background color of the inactive toggle in disabled state",
4851
+ "name": "--mdc-toggle-inactive-disabled-color"
4852
+ },
4853
+ {
4854
+ "description": "background color of the active toggle in rest state",
4855
+ "name": "--mdc-toggle-active-rest-color"
4856
+ },
4857
+ {
4858
+ "description": "background color of the active toggle in hover state",
4859
+ "name": "--mdc-toggle-active-hover-color"
4860
+ },
4861
+ {
4862
+ "description": "background color of the active toggle in pressed state",
4863
+ "name": "--mdc-toggle-active-pressed-color"
4864
+ },
4865
+ {
4866
+ "description": "background color of the active toggle in disabled state",
4867
+ "name": "--mdc-toggle-active-disabled-color"
4868
+ },
4869
+ {
4870
+ "description": " color of the help text label",
4871
+ "name": "--mdc-toggle-help-text-color"
4872
+ },
4873
+ {
4874
+ "description": "color of the toggle label and help text in disabled state",
4875
+ "name": "--mdc-toggle-label-color-disabled"
4876
+ }
4877
+ ],
4878
+ "members": [
4879
+ {
4880
+ "kind": "field",
4881
+ "name": "checked",
4882
+ "type": {
4883
+ "text": "boolean"
4884
+ },
4885
+ "default": "false",
4886
+ "description": "Determines whether the toggle is active or inactive.",
4887
+ "attribute": "checked",
4888
+ "reflects": true
4889
+ },
4890
+ {
4891
+ "kind": "field",
4892
+ "name": "size",
4893
+ "type": {
4894
+ "text": "ToggleSize"
4895
+ },
4896
+ "description": "Determines toggle size in rem (height is specified here).\n- **Default**: 1.5\n- **Compact**: 1",
4897
+ "default": "default",
4898
+ "attribute": "size",
4899
+ "reflects": true
4900
+ },
4901
+ {
4902
+ "kind": "method",
4903
+ "name": "setFormValue",
4904
+ "privacy": "private",
4905
+ "description": "Updates the form value to reflect the current state of the toggle.\nIf toggle is switched on, the value is set to either the user-provided value or 'isActive' if no value is provided.\nIf toggle is switched off, the value is set to null."
4906
+ },
4907
+ {
4908
+ "kind": "method",
4909
+ "name": "toggleState",
4910
+ "privacy": "private",
4911
+ "return": {
4912
+ "type": {
4913
+ "text": "void"
4914
+ }
4915
+ },
4916
+ "description": "Toggles the state of the toggle element.\nIf the element is not disabled, then the checked property is toggled."
4917
+ },
4918
+ {
4919
+ "kind": "method",
4920
+ "name": "handleChange",
4921
+ "privacy": "private",
4922
+ "parameters": [
4923
+ {
4924
+ "name": "event",
4925
+ "type": {
4926
+ "text": "Event"
4927
+ }
4928
+ }
4929
+ ],
4930
+ "description": "Toggles the state of the toggle element.\nand dispatch the new change event."
4931
+ },
4932
+ {
4933
+ "kind": "method",
4934
+ "name": "setToggleSize",
4935
+ "privacy": "private",
4936
+ "parameters": [
4937
+ {
4938
+ "name": "size",
4939
+ "type": {
4940
+ "text": "ToggleSize"
4941
+ },
4942
+ "description": "The size to set."
4943
+ }
4944
+ ],
4945
+ "description": "Sets the size attribute for the toggle component.\nIf the provided size is not included in the TOGGLE_SIZE,\nit defaults to the value specified in DEFAULTS.SIZE."
4946
+ },
4947
+ {
4948
+ "kind": "field",
4949
+ "name": "helpTextType",
4950
+ "type": {
4951
+ "text": "ValidationType"
4952
+ },
4953
+ "description": "The type of help text. It can be 'default', 'error', 'warning', 'success', 'priority'.",
4954
+ "attribute": "help-text-type",
4955
+ "reflects": true,
4956
+ "default": "undefined as unknown",
4957
+ "inheritedFrom": {
4958
+ "name": "FormfieldWrapper",
4959
+ "module": "components/formfieldwrapper/formfieldwrapper.component.js"
4960
+ }
4961
+ },
4962
+ {
4963
+ "kind": "field",
4964
+ "name": "name",
4965
+ "type": {
4966
+ "text": "string"
4967
+ },
4968
+ "default": "''",
4969
+ "description": "Indicates the name of the component group (ex: checkbox, radio group).\nThey are used to group elements in a form together.",
4970
+ "attribute": "name",
4971
+ "reflects": true,
4972
+ "inheritedFrom": {
4973
+ "name": "NameMixin",
4974
+ "module": "utils/mixins/NameMixin.js"
4975
+ }
4976
+ },
4977
+ {
4978
+ "kind": "field",
4979
+ "name": "value",
4980
+ "type": {
4981
+ "text": "string"
4982
+ },
4983
+ "default": "''",
4984
+ "description": "Indicates the value of the component group (ex: input, checkbox, radio, select etc...)",
4985
+ "attribute": "value",
4986
+ "reflects": true,
4987
+ "inheritedFrom": {
4988
+ "name": "ValueMixin",
4989
+ "module": "utils/mixins/ValueMixin.js"
4990
+ }
4991
+ },
4992
+ {
4993
+ "kind": "field",
4994
+ "name": "dataAriaLabel",
4995
+ "type": {
4996
+ "text": "string | null"
4997
+ },
4998
+ "default": "null",
4999
+ "description": "Defines a string value that labels the current element.\nThe Aria-Label attribute to be set for accessibility.",
5000
+ "attribute": "data-aria-label",
5001
+ "reflects": true,
5002
+ "inheritedFrom": {
5003
+ "name": "DataAriaLabelMixin",
5004
+ "module": "utils/mixins/DataAriaLabelMixin.js"
5005
+ }
5006
+ },
5007
+ {
5008
+ "kind": "field",
5009
+ "name": "disabled",
5010
+ "type": {
5011
+ "text": "boolean"
5012
+ },
5013
+ "default": "false",
5014
+ "description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
5015
+ "attribute": "disabled",
5016
+ "reflects": true,
5017
+ "inheritedFrom": {
5018
+ "name": "FormfieldWrapper",
5019
+ "module": "components/formfieldwrapper/formfieldwrapper.component.js"
5020
+ }
5021
+ },
5022
+ {
5023
+ "kind": "field",
5024
+ "name": "label",
5025
+ "type": {
5026
+ "text": "string | undefined"
5027
+ },
5028
+ "description": "The label of the input field. It is linked to the input field using the `for` attribute.",
5029
+ "attribute": "label",
5030
+ "reflects": true,
5031
+ "inheritedFrom": {
5032
+ "name": "FormfieldWrapper",
5033
+ "module": "components/formfieldwrapper/formfieldwrapper.component.js"
5034
+ }
5035
+ },
5036
+ {
5037
+ "kind": "field",
5038
+ "name": "id",
5039
+ "default": "`mdc-input-${uuidv4()}`",
5040
+ "description": "The unique id of the input field. It is used to link the input field with the label.",
5041
+ "attribute": "id",
5042
+ "inheritedFrom": {
5043
+ "name": "FormfieldWrapper",
5044
+ "module": "components/formfieldwrapper/formfieldwrapper.component.js"
5045
+ }
5046
+ },
5047
+ {
5048
+ "kind": "field",
5049
+ "name": "helpText",
5050
+ "type": {
5051
+ "text": "string | undefined"
5052
+ },
5053
+ "description": "The help text that is displayed below the input field.",
5054
+ "attribute": "help-text",
5055
+ "reflects": true,
5056
+ "inheritedFrom": {
5057
+ "name": "FormfieldWrapper",
5058
+ "module": "components/formfieldwrapper/formfieldwrapper.component.js"
5059
+ }
5060
+ },
5061
+ {
5062
+ "kind": "method",
5063
+ "name": "renderLabelElement",
5064
+ "privacy": "protected",
5065
+ "description": "creates the label element when the label property is set.\nid is used to link the label with the input field.",
5066
+ "return": {
5067
+ "type": {
5068
+ "text": ""
5069
+ }
5070
+ },
5071
+ "inheritedFrom": {
5072
+ "name": "FormfieldWrapper",
5073
+ "module": "components/formfieldwrapper/formfieldwrapper.component.js"
5074
+ }
5075
+ },
5076
+ {
5077
+ "kind": "method",
5078
+ "name": "renderHelpTextIcon",
5079
+ "privacy": "protected",
5080
+ "description": "creates the helpertext icon based on the helpTextType for validation.\nIf the helpTextType is not set, it defaults to 'default' and it doesn't display any icon.",
5081
+ "return": {
5082
+ "type": {
5083
+ "text": ""
5084
+ }
5085
+ },
5086
+ "inheritedFrom": {
5087
+ "name": "FormfieldWrapper",
5088
+ "module": "components/formfieldwrapper/formfieldwrapper.component.js"
5089
+ }
5090
+ },
5091
+ {
5092
+ "kind": "method",
5093
+ "name": "renderHelpText",
5094
+ "privacy": "protected",
5095
+ "description": "creates the helper text component when the helpertext value is set.\nIt is also used to display the validation message based on the helpTextType.",
5096
+ "return": {
5097
+ "type": {
5098
+ "text": ""
5099
+ }
5100
+ },
5101
+ "inheritedFrom": {
5102
+ "name": "FormfieldWrapper",
5103
+ "module": "components/formfieldwrapper/formfieldwrapper.component.js"
5104
+ }
5105
+ },
5106
+ {
5107
+ "kind": "method",
5108
+ "name": "renderLabel",
5109
+ "privacy": "protected",
5110
+ "description": "renders the mdc-label-text container that contains the label and labelInfoToggleTip.",
5111
+ "return": {
5112
+ "type": {
5113
+ "text": ""
5114
+ }
5115
+ },
5116
+ "inheritedFrom": {
5117
+ "name": "FormfieldWrapper",
5118
+ "module": "components/formfieldwrapper/formfieldwrapper.component.js"
5119
+ }
5120
+ },
5121
+ {
5122
+ "kind": "method",
5123
+ "name": "renderHelperText",
5124
+ "privacy": "protected",
5125
+ "description": "renders the mdc-help-text container that contains the helpertext icon and helpertext.",
5126
+ "return": {
5127
+ "type": {
5128
+ "text": ""
5129
+ }
5130
+ },
5131
+ "inheritedFrom": {
5132
+ "name": "FormfieldWrapper",
5133
+ "module": "components/formfieldwrapper/formfieldwrapper.component.js"
5134
+ }
5135
+ }
5136
+ ],
5137
+ "events": [
5138
+ {
5139
+ "type": {
5140
+ "text": "EventConstructor"
5141
+ }
5142
+ }
5143
+ ],
5144
+ "attributes": [
5145
+ {
5146
+ "name": "checked",
5147
+ "type": {
5148
+ "text": "boolean"
5149
+ },
5150
+ "default": "false",
5151
+ "description": "Determines whether the toggle is active or inactive.",
5152
+ "fieldName": "checked"
5153
+ },
5154
+ {
5155
+ "name": "size",
5156
+ "type": {
5157
+ "text": "ToggleSize"
5158
+ },
5159
+ "description": "Determines toggle size in rem (height is specified here).\n- **Default**: 1.5\n- **Compact**: 1",
5160
+ "default": "default",
5161
+ "fieldName": "size"
5162
+ },
5163
+ {
5164
+ "name": "name",
5165
+ "type": {
5166
+ "text": "string"
5167
+ },
5168
+ "default": "''",
5169
+ "description": "Indicates the name of the component group (ex: checkbox, radio group).\nThey are used to group elements in a form together.",
5170
+ "fieldName": "name",
5171
+ "inheritedFrom": {
5172
+ "name": "NameMixin",
5173
+ "module": "src/utils/mixins/NameMixin.ts"
5174
+ }
5175
+ },
5176
+ {
5177
+ "name": "value",
5178
+ "type": {
5179
+ "text": "string"
5180
+ },
5181
+ "default": "''",
5182
+ "description": "Indicates the value of the component group (ex: input, checkbox, radio, select etc...)",
5183
+ "fieldName": "value",
5184
+ "inheritedFrom": {
5185
+ "name": "ValueMixin",
5186
+ "module": "src/utils/mixins/ValueMixin.ts"
5187
+ }
5188
+ },
5189
+ {
5190
+ "name": "data-aria-label",
5191
+ "type": {
5192
+ "text": "string | null"
5193
+ },
5194
+ "default": "null",
5195
+ "description": "Defines a string value that labels the current element.\nThe Aria-Label attribute to be set for accessibility.",
5196
+ "fieldName": "dataAriaLabel",
5197
+ "inheritedFrom": {
5198
+ "name": "DataAriaLabelMixin",
5199
+ "module": "src/utils/mixins/DataAriaLabelMixin.ts"
5200
+ }
5201
+ },
5202
+ {
5203
+ "name": "disabled",
5204
+ "type": {
5205
+ "text": "boolean"
5206
+ },
5207
+ "default": "false",
5208
+ "description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
5209
+ "fieldName": "disabled",
5210
+ "inheritedFrom": {
5211
+ "name": "FormfieldWrapper",
5212
+ "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
5213
+ }
5214
+ },
5215
+ {
5216
+ "name": "label",
5217
+ "type": {
5218
+ "text": "string | undefined"
5219
+ },
5220
+ "description": "The label of the input field. It is linked to the input field using the `for` attribute.",
5221
+ "fieldName": "label",
5222
+ "inheritedFrom": {
5223
+ "name": "FormfieldWrapper",
5224
+ "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
5225
+ }
5226
+ },
5227
+ {
5228
+ "name": "id",
5229
+ "default": "`mdc-input-${uuidv4()}`",
5230
+ "description": "The unique id of the input field. It is used to link the input field with the label.",
5231
+ "fieldName": "id",
5232
+ "inheritedFrom": {
5233
+ "name": "FormfieldWrapper",
5234
+ "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
5235
+ }
5236
+ },
5237
+ {
5238
+ "name": "help-text-type",
5239
+ "type": {
5240
+ "text": "ValidationType"
5241
+ },
5242
+ "description": "The type of help text. It can be 'default', 'error', 'warning', 'success', 'priority'.",
5243
+ "fieldName": "helpTextType",
5244
+ "inheritedFrom": {
5245
+ "name": "FormfieldWrapper",
5246
+ "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
5247
+ }
5248
+ },
5249
+ {
5250
+ "name": "help-text",
5251
+ "type": {
5252
+ "text": "string | undefined"
5253
+ },
5254
+ "description": "The help text that is displayed below the input field.",
5255
+ "fieldName": "helpText",
5256
+ "inheritedFrom": {
5257
+ "name": "FormfieldWrapper",
5258
+ "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
5259
+ }
5260
+ }
5261
+ ],
5262
+ "mixins": [
5263
+ {
5264
+ "name": "NameMixin",
5265
+ "module": "/src/utils/mixins/NameMixin"
5266
+ },
5267
+ {
5268
+ "name": "ValueMixin",
5269
+ "module": "/src/utils/mixins/ValueMixin"
5270
+ },
5271
+ {
5272
+ "name": "DataAriaLabelMixin",
5273
+ "module": "/src/utils/mixins/DataAriaLabelMixin"
5274
+ }
5275
+ ],
5276
+ "superclass": {
5277
+ "name": "FormfieldWrapper",
5278
+ "module": "/src/components/formfieldwrapper"
5279
+ },
5280
+ "tagName": "mdc-toggle",
5281
+ "jsDoc": "/**\n * Toggle Component is an interactive control used to switch between two mutually exclusive options,\n * such as On/Off, Active/Inactive. These are commonly used in settings panels, forms, and preference selections\n * where users need to enable or disable a feature.\n * It contains an optional label and an optional helper text.\n *\n * Note: It internally renders a checkbox styled as a toggle switch.\n *\n * @dependency mdc-icon\n *\n * @tagname mdc-toggle\n *\n * @cssproperty --mdc-toggle-width - width of the toggle\n * @cssproperty --mdc-toggle-height - height of the toggle\n * @cssproperty --mdc-toggle-width-compact - width of the toggle when it's size is compact\n * @cssproperty --mdc-toggle-height-compact - height of the toggle when it's size is compact\n * @cssproperty --mdc-toggle-border-radius - border radius of the toggle\n * @cssproperty --mdc-toggle-border-radius-compact - border radius of the toggle when it's size is compact\n * @cssproperty --mdc-toggle-border - border of the toggle\n * @cssproperty --mdc-toggle-inactive-rest-color - background color of the inactive toggle in rest state\n * @cssproperty --mdc-toggle-inactive-hover-color - background color of the inactive toggle in hover state\n * @cssproperty --mdc-toggle-inactive-pressed-color - background color of the inactive toggle in pressed state\n * @cssproperty --mdc-toggle-inactive-disabled-color - background color of the inactive toggle in disabled state\n * @cssproperty --mdc-toggle-active-rest-color - background color of the active toggle in rest state\n * @cssproperty --mdc-toggle-active-hover-color - background color of the active toggle in hover state\n * @cssproperty --mdc-toggle-active-pressed-color - background color of the active toggle in pressed state\n * @cssproperty --mdc-toggle-active-disabled-color - background color of the active toggle in disabled state\n * @cssproperty --mdc-toggle-help-text-color - color of the help text label\n * @cssproperty --mdc-toggle-label-color-disabled - color of the toggle label and help text in disabled state\n *\n */",
5282
+ "customElement": true,
5283
+ "slots": [
5284
+ {
5285
+ "description": "slot to add the label info icon",
5286
+ "name": "label-info",
5287
+ "inheritedFrom": {
5288
+ "name": "FormfieldWrapper",
5289
+ "module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
5290
+ }
5291
+ }
5292
+ ]
5293
+ }
5294
+ ],
5295
+ "exports": [
5296
+ {
5297
+ "kind": "js",
5298
+ "name": "default",
5299
+ "declaration": {
5300
+ "name": "Toggle",
5301
+ "module": "components/toggle/toggle.component.js"
5302
+ }
5303
+ }
5304
+ ]
5305
+ },
4800
5306
  {
4801
5307
  "kind": "javascript-module",
4802
5308
  "path": "utils/mixins/AvatarComponentMixin.js",