@vonage/vivid 3.53.0 → 3.54.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.
Files changed (60) hide show
  1. package/appearance-ui/index.cjs +1 -1
  2. package/appearance-ui/index.js +1 -1
  3. package/custom-elements.json +444 -94
  4. package/lib/appearance-ui/appearance-ui.d.ts +1 -1
  5. package/lib/audio-player/audio-player.d.ts +4 -0
  6. package/lib/audio-player/locale.d.ts +2 -0
  7. package/lib/dial-pad/dial-pad.d.ts +3 -0
  8. package/lib/enums.d.ts +1 -0
  9. package/lib/menu/menu.d.ts +1 -0
  10. package/lib/nav-disclosure/nav-disclosure.d.ts +5 -0
  11. package/lib/text-anchor/text-anchor.d.ts +1 -1
  12. package/lib/video-player/vivid-video-svg.d.ts +1 -0
  13. package/locales/en-GB.cjs +3 -1
  14. package/locales/en-GB.js +3 -1
  15. package/locales/en-US.cjs +3 -1
  16. package/locales/en-US.js +3 -1
  17. package/locales/ja-JP.cjs +3 -1
  18. package/locales/ja-JP.js +3 -1
  19. package/locales/zh-CN.cjs +3 -1
  20. package/locales/zh-CN.js +3 -1
  21. package/package.json +1 -1
  22. package/shared/definition20.cjs +15 -2
  23. package/shared/definition20.js +15 -2
  24. package/shared/definition27.cjs +1 -1
  25. package/shared/definition27.js +1 -1
  26. package/shared/definition29.cjs +39 -10
  27. package/shared/definition29.js +39 -10
  28. package/shared/definition30.cjs +1 -1
  29. package/shared/definition30.js +1 -1
  30. package/shared/definition31.cjs +14 -2
  31. package/shared/definition31.js +14 -2
  32. package/shared/definition32.cjs +1 -1
  33. package/shared/definition32.js +1 -1
  34. package/shared/definition35.cjs +1 -1
  35. package/shared/definition35.js +1 -1
  36. package/shared/definition43.cjs +1 -1
  37. package/shared/definition43.js +1 -1
  38. package/shared/definition5.cjs +99 -18
  39. package/shared/definition5.js +99 -18
  40. package/shared/definition55.cjs +120 -52
  41. package/shared/definition55.js +120 -52
  42. package/shared/definition61.cjs +307 -1
  43. package/shared/definition61.js +307 -1
  44. package/shared/enums.cjs +1 -0
  45. package/shared/enums.js +1 -0
  46. package/shared/icon.cjs +20 -2
  47. package/shared/icon.js +21 -3
  48. package/shared/index2.cjs +15 -8
  49. package/shared/index2.js +15 -8
  50. package/shared/text-field.cjs +1 -1
  51. package/shared/text-field.js +1 -1
  52. package/shared/utils/numberConverter.d.ts +2 -0
  53. package/styles/core/all.css +1 -1
  54. package/styles/core/theme.css +1 -1
  55. package/styles/core/typography.css +1 -1
  56. package/styles/tokens/theme-dark.css +4 -4
  57. package/styles/tokens/theme-light.css +4 -4
  58. package/styles/tokens/vivid-2-compat.css +1 -1
  59. package/vivid.api.json +21 -0
  60. package/style.css +0 -1
@@ -2,96 +2,6 @@
2
2
  "schemaVersion": "1.0.0",
3
3
  "readme": "",
4
4
  "modules": [
5
- {
6
- "kind": "javascript-module",
7
- "path": "libs/components/src/lib/accordion/accordion.ts",
8
- "declarations": [
9
- {
10
- "kind": "class",
11
- "description": "",
12
- "name": "Accordion",
13
- "slots": [
14
- {
15
- "description": "Default slot.",
16
- "name": ""
17
- }
18
- ],
19
- "members": [
20
- {
21
- "kind": "field",
22
- "name": "expandmode",
23
- "type": {
24
- "text": "AccordionExpandMode"
25
- },
26
- "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
27
- "privacy": "public"
28
- },
29
- {
30
- "kind": "method",
31
- "name": "closeAll",
32
- "return": {
33
- "type": {
34
- "text": "void"
35
- }
36
- }
37
- }
38
- ],
39
- "superclass": {
40
- "name": "FastAccordion",
41
- "package": "@microsoft/fast-foundation"
42
- },
43
- "vividComponent": {
44
- "public": true,
45
- "name": "accordion"
46
- }
47
- }
48
- ],
49
- "exports": [
50
- {
51
- "kind": "js",
52
- "name": "Accordion",
53
- "declaration": {
54
- "name": "Accordion",
55
- "module": "libs/components/src/lib/accordion/accordion.ts"
56
- }
57
- }
58
- ]
59
- },
60
- {
61
- "kind": "javascript-module",
62
- "path": "libs/components/src/lib/accordion/definition.ts",
63
- "declarations": [
64
- {
65
- "kind": "variable",
66
- "name": "registerAccordion",
67
- "description": "Registers the accordion elements with the design system.",
68
- "parameters": [
69
- {
70
- "description": "the prefix to use for the component name",
71
- "name": "prefix"
72
- }
73
- ]
74
- }
75
- ],
76
- "exports": [
77
- {
78
- "kind": "js",
79
- "name": "AccordionExpandMode",
80
- "declaration": {
81
- "name": "AccordionExpandMode",
82
- "package": "@microsoft/fast-foundation"
83
- }
84
- },
85
- {
86
- "kind": "js",
87
- "name": "registerAccordion",
88
- "declaration": {
89
- "name": "registerAccordion",
90
- "module": "libs/components/src/lib/accordion/definition.ts"
91
- }
92
- }
93
- ]
94
- },
95
5
  {
96
6
  "kind": "javascript-module",
97
7
  "path": "libs/components/src/lib/accordion-item/accordion-item.ts",
@@ -244,6 +154,96 @@
244
154
  }
245
155
  ]
246
156
  },
157
+ {
158
+ "kind": "javascript-module",
159
+ "path": "libs/components/src/lib/accordion/accordion.ts",
160
+ "declarations": [
161
+ {
162
+ "kind": "class",
163
+ "description": "",
164
+ "name": "Accordion",
165
+ "slots": [
166
+ {
167
+ "description": "Default slot.",
168
+ "name": ""
169
+ }
170
+ ],
171
+ "members": [
172
+ {
173
+ "kind": "field",
174
+ "name": "expandmode",
175
+ "type": {
176
+ "text": "AccordionExpandMode"
177
+ },
178
+ "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
179
+ "privacy": "public"
180
+ },
181
+ {
182
+ "kind": "method",
183
+ "name": "closeAll",
184
+ "return": {
185
+ "type": {
186
+ "text": "void"
187
+ }
188
+ }
189
+ }
190
+ ],
191
+ "superclass": {
192
+ "name": "FastAccordion",
193
+ "package": "@microsoft/fast-foundation"
194
+ },
195
+ "vividComponent": {
196
+ "public": true,
197
+ "name": "accordion"
198
+ }
199
+ }
200
+ ],
201
+ "exports": [
202
+ {
203
+ "kind": "js",
204
+ "name": "Accordion",
205
+ "declaration": {
206
+ "name": "Accordion",
207
+ "module": "libs/components/src/lib/accordion/accordion.ts"
208
+ }
209
+ }
210
+ ]
211
+ },
212
+ {
213
+ "kind": "javascript-module",
214
+ "path": "libs/components/src/lib/accordion/definition.ts",
215
+ "declarations": [
216
+ {
217
+ "kind": "variable",
218
+ "name": "registerAccordion",
219
+ "description": "Registers the accordion elements with the design system.",
220
+ "parameters": [
221
+ {
222
+ "description": "the prefix to use for the component name",
223
+ "name": "prefix"
224
+ }
225
+ ]
226
+ }
227
+ ],
228
+ "exports": [
229
+ {
230
+ "kind": "js",
231
+ "name": "AccordionExpandMode",
232
+ "declaration": {
233
+ "name": "AccordionExpandMode",
234
+ "package": "@microsoft/fast-foundation"
235
+ }
236
+ },
237
+ {
238
+ "kind": "js",
239
+ "name": "registerAccordion",
240
+ "declaration": {
241
+ "name": "registerAccordion",
242
+ "module": "libs/components/src/lib/accordion/definition.ts"
243
+ }
244
+ }
245
+ ]
246
+ },
247
247
  {
248
248
  "kind": "javascript-module",
249
249
  "path": "libs/components/src/lib/action-group/action-group.ts",
@@ -840,6 +840,10 @@
840
840
  "name": "--vvd-appearanceUI-cta-fierce",
841
841
  "default": "var(--vvd-color-cta-700)"
842
842
  },
843
+ {
844
+ "name": "--vvd-appearanceUI-cta-fierce-primary",
845
+ "default": "var(--vvd-color-cta-700)"
846
+ },
843
847
  {
844
848
  "name": "--vvd-appearanceUI-cta-contrast",
845
849
  "default": "var(--vvd-color-cta-800)"
@@ -892,6 +896,10 @@
892
896
  "name": "--vvd-appearanceUI-success-fierce",
893
897
  "default": "var(--vvd-color-success-700)"
894
898
  },
899
+ {
900
+ "name": "--vvd-appearanceUI-success-fierce-primary",
901
+ "default": "var(--vvd-color-success-700)"
902
+ },
895
903
  {
896
904
  "name": "--vvd-appearanceUI-success-contrast",
897
905
  "default": "var(--vvd-color-success-800)"
@@ -944,6 +952,10 @@
944
952
  "name": "--vvd-appearanceUI-alert-fierce",
945
953
  "default": "var(--vvd-color-alert-700)"
946
954
  },
955
+ {
956
+ "name": "--vvd-appearanceUI-alert-fierce-primary",
957
+ "default": "var(--vvd-color-alert-700)"
958
+ },
947
959
  {
948
960
  "name": "--vvd-appearanceUI-alert-contrast",
949
961
  "default": "var(--vvd-color-alert-800)"
@@ -996,6 +1008,10 @@
996
1008
  "name": "--vvd-appearanceUI-warning-fierce",
997
1009
  "default": "var(--vvd-color-warning-700)"
998
1010
  },
1011
+ {
1012
+ "name": "--vvd-appearanceUI-warning-fierce-primary",
1013
+ "default": "var(--vvd-color-warning-300)"
1014
+ },
999
1015
  {
1000
1016
  "name": "--vvd-appearanceUI-warning-contrast",
1001
1017
  "default": "var(--vvd-color-warning-800)"
@@ -1048,6 +1064,10 @@
1048
1064
  "name": "--vvd-appearanceUI-information-fierce",
1049
1065
  "default": "var(--vvd-color-information-700)"
1050
1066
  },
1067
+ {
1068
+ "name": "--vvd-appearanceUI-information-fierce-primary",
1069
+ "default": "var(--vvd-color-information-700)"
1070
+ },
1051
1071
  {
1052
1072
  "name": "--vvd-appearanceUI-information-contrast",
1053
1073
  "default": "var(--vvd-color-information-800)"
@@ -1100,6 +1120,10 @@
1100
1120
  "name": "--vvd-appearanceUI-announcement-fierce",
1101
1121
  "default": "var(--vvd-color-announcement-700)"
1102
1122
  },
1123
+ {
1124
+ "name": "--vvd-appearanceUI-announcement-fierce-primary",
1125
+ "default": "var(--vvd-color-announcement-700)"
1126
+ },
1103
1127
  {
1104
1128
  "name": "--vvd-appearanceUI-announcement-contrast",
1105
1129
  "default": "var(--vvd-color-announcement-800)"
@@ -1152,6 +1176,10 @@
1152
1176
  "name": "--vvd-appearanceUI-accent-fierce",
1153
1177
  "default": "var(--vvd-color-neutral-700)"
1154
1178
  },
1179
+ {
1180
+ "name": "--vvd-appearanceUI-accent-fierce-primary",
1181
+ "default": "var(--vvd-color-canvas-text)"
1182
+ },
1155
1183
  {
1156
1184
  "name": "--vvd-appearanceUI-accent-contrast",
1157
1185
  "default": "var(--vvd-color-neutral-800)"
@@ -1386,6 +1414,22 @@
1386
1414
  },
1387
1415
  "default": "null"
1388
1416
  },
1417
+ {
1418
+ "kind": "field",
1419
+ "name": "skipForwardButtonAriaLabel",
1420
+ "type": {
1421
+ "text": "| string\n\t\t| null"
1422
+ },
1423
+ "default": "null"
1424
+ },
1425
+ {
1426
+ "kind": "field",
1427
+ "name": "skipBackwardButtonAriaLabel",
1428
+ "type": {
1429
+ "text": "| string\n\t\t| null"
1430
+ },
1431
+ "default": "null"
1432
+ },
1389
1433
  {
1390
1434
  "kind": "field",
1391
1435
  "name": "connotation",
@@ -1423,6 +1467,15 @@
1423
1467
  "default": "false",
1424
1468
  "privacy": "public",
1425
1469
  "description": ""
1470
+ },
1471
+ {
1472
+ "kind": "field",
1473
+ "name": "skipBy",
1474
+ "type": {
1475
+ "text": "MediaSkipBy | undefined"
1476
+ },
1477
+ "description": "Allows the audio to skip back or forward",
1478
+ "privacy": "public"
1426
1479
  }
1427
1480
  ],
1428
1481
  "attributes": [
@@ -1450,6 +1503,22 @@
1450
1503
  "default": "null",
1451
1504
  "fieldName": "sliderAriaLabel"
1452
1505
  },
1506
+ {
1507
+ "name": "skip-forward-aria-label",
1508
+ "type": {
1509
+ "text": "| string\n\t\t| null"
1510
+ },
1511
+ "default": "null",
1512
+ "fieldName": "skipForwardButtonAriaLabel"
1513
+ },
1514
+ {
1515
+ "name": "skip-backward-aria-label",
1516
+ "type": {
1517
+ "text": "| string\n\t\t| null"
1518
+ },
1519
+ "default": "null",
1520
+ "fieldName": "skipBackwardButtonAriaLabel"
1521
+ },
1453
1522
  {
1454
1523
  "name": "connotation",
1455
1524
  "type": {
@@ -1480,6 +1549,14 @@
1480
1549
  },
1481
1550
  "default": "false",
1482
1551
  "fieldName": "notime"
1552
+ },
1553
+ {
1554
+ "name": "skip-by",
1555
+ "type": {
1556
+ "text": "MediaSkipBy | undefined"
1557
+ },
1558
+ "description": "Allows the audio to skip back or forward",
1559
+ "fieldName": "skipBy"
1483
1560
  }
1484
1561
  ],
1485
1562
  "superclass": {
@@ -5885,6 +5962,16 @@
5885
5962
  "description": "Indicates the disabled state of the dial-pad.",
5886
5963
  "privacy": "public"
5887
5964
  },
5965
+ {
5966
+ "kind": "field",
5967
+ "name": "pending",
5968
+ "type": {
5969
+ "text": "boolean"
5970
+ },
5971
+ "default": "false",
5972
+ "description": "Indicates the pending state of the dial-pad.",
5973
+ "privacy": "public"
5974
+ },
5888
5975
  {
5889
5976
  "kind": "field",
5890
5977
  "name": "callActive",
@@ -5904,6 +5991,26 @@
5904
5991
  "default": "false",
5905
5992
  "description": "Indicates the no-call state of the dial-pad.",
5906
5993
  "privacy": "public"
5994
+ },
5995
+ {
5996
+ "kind": "field",
5997
+ "name": "endCallButtonLabel",
5998
+ "type": {
5999
+ "text": "| string\n\t\t| null"
6000
+ },
6001
+ "default": "null",
6002
+ "privacy": "public",
6003
+ "description": ""
6004
+ },
6005
+ {
6006
+ "kind": "field",
6007
+ "name": "callButtonLabel",
6008
+ "type": {
6009
+ "text": "string | null"
6010
+ },
6011
+ "default": "null",
6012
+ "privacy": "public",
6013
+ "description": ""
5907
6014
  }
5908
6015
  ],
5909
6016
  "events": [
@@ -5979,6 +6086,14 @@
5979
6086
  "description": "Indicates the disabled state of the dial-pad.",
5980
6087
  "fieldName": "disabled"
5981
6088
  },
6089
+ {
6090
+ "type": {
6091
+ "text": "boolean"
6092
+ },
6093
+ "default": "false",
6094
+ "description": "Indicates the pending state of the dial-pad.",
6095
+ "fieldName": "pending"
6096
+ },
5982
6097
  {
5983
6098
  "name": "call-active",
5984
6099
  "type": {
@@ -5996,6 +6111,22 @@
5996
6111
  "default": "false",
5997
6112
  "description": "Indicates the no-call state of the dial-pad.",
5998
6113
  "fieldName": "noCall"
6114
+ },
6115
+ {
6116
+ "name": "end-call-button-label",
6117
+ "type": {
6118
+ "text": "| string\n\t\t| null"
6119
+ },
6120
+ "default": "null",
6121
+ "fieldName": "endCallButtonLabel"
6122
+ },
6123
+ {
6124
+ "name": "call-button-label",
6125
+ "type": {
6126
+ "text": "string | null"
6127
+ },
6128
+ "default": "null",
6129
+ "fieldName": "callButtonLabel"
5999
6130
  }
6000
6131
  ],
6001
6132
  "superclass": {
@@ -7457,7 +7588,7 @@
7457
7588
  "kind": "field",
7458
7589
  "name": "size",
7459
7590
  "type": {
7460
- "text": "-6 | -5 | -4 | -3 | -2 | -1 | 0 | 1 | 2 | 3 | 4 | 5 | undefined"
7591
+ "text": "| -6\n\t\t| -5\n\t\t| -4\n\t\t| -3\n\t\t| -2\n\t\t| -1\n\t\t| 0\n\t\t| 1\n\t\t| 2\n\t\t| 3\n\t\t| 4\n\t\t| 5 | undefined"
7461
7592
  }
7462
7593
  },
7463
7594
  {
@@ -7498,9 +7629,8 @@
7498
7629
  "fieldName": "connotation"
7499
7630
  },
7500
7631
  {
7501
- "name": "size",
7502
7632
  "type": {
7503
- "text": "-6 | -5 | -4 | -3 | -2 | -1 | 0 | 1 | 2 | 3 | 4 | 5 | undefined"
7633
+ "text": "| -6\n\t\t| -5\n\t\t| -4\n\t\t| -3\n\t\t| -2\n\t\t| -1\n\t\t| 0\n\t\t| 1\n\t\t| 2\n\t\t| 3\n\t\t| 4\n\t\t| 5 | undefined"
7504
7634
  },
7505
7635
  "fieldName": "size"
7506
7636
  },
@@ -8018,6 +8148,24 @@
8018
8148
  "description": "placement of the menu",
8019
8149
  "privacy": "public"
8020
8150
  },
8151
+ {
8152
+ "kind": "field",
8153
+ "name": "trigger",
8154
+ "type": {
8155
+ "text": "'auto' | 'legacy' | 'off' | undefined"
8156
+ },
8157
+ "description": "Controls how the menu opens and closes itself.",
8158
+ "privacy": "public"
8159
+ },
8160
+ {
8161
+ "kind": "field",
8162
+ "name": "#triggerBehaviour",
8163
+ "privacy": "private",
8164
+ "type": {
8165
+ "text": "'auto' | 'legacy' | 'off'"
8166
+ },
8167
+ "readonly": true
8168
+ },
8021
8169
  {
8022
8170
  "kind": "field",
8023
8171
  "name": "autoDismiss",
@@ -8112,7 +8260,7 @@
8112
8260
  },
8113
8261
  {
8114
8262
  "kind": "field",
8115
- "name": "#openIfClosed",
8263
+ "name": "#onAnchorClick",
8116
8264
  "privacy": "private"
8117
8265
  },
8118
8266
  {
@@ -8146,6 +8294,10 @@
8146
8294
  {
8147
8295
  "kind": "field",
8148
8296
  "name": "handleFocusOut"
8297
+ },
8298
+ {
8299
+ "kind": "field",
8300
+ "name": "domChildren"
8149
8301
  }
8150
8302
  ],
8151
8303
  "events": [
@@ -8175,6 +8327,14 @@
8175
8327
  "description": "placement of the menu",
8176
8328
  "fieldName": "placement"
8177
8329
  },
8330
+ {
8331
+ "name": "trigger",
8332
+ "type": {
8333
+ "text": "'auto' | 'legacy' | 'off' | undefined"
8334
+ },
8335
+ "description": "Controls how the menu opens and closes itself.",
8336
+ "fieldName": "trigger"
8337
+ },
8178
8338
  {
8179
8339
  "name": "auto-dismiss",
8180
8340
  "type": {
@@ -8642,6 +8802,42 @@
8642
8802
  "description": "",
8643
8803
  "name": "NavDisclosure",
8644
8804
  "cssProperties": [
8805
+ {
8806
+ "name": "--vvd-nav-disclosure-cta-primary",
8807
+ "default": "var(--vvd-color-cta-500)"
8808
+ },
8809
+ {
8810
+ "name": "--vvd-nav-disclosure-cta-primary-text",
8811
+ "default": "var(--vvd-color-canvas)"
8812
+ },
8813
+ {
8814
+ "name": "--vvd-nav-disclosure-cta-primary-increment",
8815
+ "default": "var(--vvd-color-cta-600)"
8816
+ },
8817
+ {
8818
+ "name": "--vvd-nav-disclosure-cta-contrast",
8819
+ "default": "var(--vvd-color-cta-800)"
8820
+ },
8821
+ {
8822
+ "name": "--vvd-nav-disclosure-cta-fierce",
8823
+ "default": "var(--vvd-color-cta-700)"
8824
+ },
8825
+ {
8826
+ "name": "--vvd-nav-disclosure-cta-fierce-primary",
8827
+ "default": "var(--vvd-color-cta-700)"
8828
+ },
8829
+ {
8830
+ "name": "--vvd-nav-disclosure-cta-faint",
8831
+ "default": "var(--vvd-color-cta-50)"
8832
+ },
8833
+ {
8834
+ "name": "--vvd-nav-disclosure-cta-firm",
8835
+ "default": "var(--vvd-color-cta-600)"
8836
+ },
8837
+ {
8838
+ "name": "--vvd-nav-disclosure-cta-soft",
8839
+ "default": "var(--vvd-color-cta-100)"
8840
+ },
8645
8841
  {
8646
8842
  "name": "--vvd-nav-disclosure-accent-primary",
8647
8843
  "default": "var(--vvd-color-canvas-text)"
@@ -8654,10 +8850,26 @@
8654
8850
  "name": "--vvd-nav-disclosure-accent-primary-increment",
8655
8851
  "default": "var(--vvd-color-neutral-800)"
8656
8852
  },
8853
+ {
8854
+ "name": "--vvd-nav-disclosure-accent-contrast",
8855
+ "default": "var(--vvd-color-neutral-800)"
8856
+ },
8857
+ {
8858
+ "name": "--vvd-nav-disclosure-accent-fierce",
8859
+ "default": "var(--vvd-color-neutral-700)"
8860
+ },
8861
+ {
8862
+ "name": "--vvd-nav-disclosure-accent-fierce-primary",
8863
+ "default": "var(--vvd-color-canvas-text)"
8864
+ },
8657
8865
  {
8658
8866
  "name": "--vvd-nav-disclosure-accent-faint",
8659
8867
  "default": "var(--vvd-color-neutral-50)"
8660
8868
  },
8869
+ {
8870
+ "name": "--vvd-nav-disclosure-accent-firm",
8871
+ "default": "var(--vvd-color-canvas-text)"
8872
+ },
8661
8873
  {
8662
8874
  "name": "--vvd-nav-disclosure-accent-soft",
8663
8875
  "default": "var(--vvd-color-neutral-100)"
@@ -8694,6 +8906,24 @@
8694
8906
  "privacy": "public",
8695
8907
  "description": ""
8696
8908
  },
8909
+ {
8910
+ "kind": "field",
8911
+ "name": "appearance",
8912
+ "type": {
8913
+ "text": "NavDisclosureAppearance | undefined"
8914
+ },
8915
+ "description": "The appearance nav-disclosure should have.",
8916
+ "privacy": "public"
8917
+ },
8918
+ {
8919
+ "kind": "field",
8920
+ "name": "connotation",
8921
+ "type": {
8922
+ "text": "NavDisclosureConnotation | undefined"
8923
+ },
8924
+ "description": "The connotation nav-disclosure should have.",
8925
+ "privacy": "public"
8926
+ },
8697
8927
  {
8698
8928
  "kind": "field",
8699
8929
  "name": "open",
@@ -8732,6 +8962,22 @@
8732
8962
  },
8733
8963
  "fieldName": "label"
8734
8964
  },
8965
+ {
8966
+ "name": "appearance",
8967
+ "type": {
8968
+ "text": "NavDisclosureAppearance | undefined"
8969
+ },
8970
+ "description": "The appearance nav-disclosure should have.",
8971
+ "fieldName": "appearance"
8972
+ },
8973
+ {
8974
+ "name": "connotation",
8975
+ "type": {
8976
+ "text": "NavDisclosureConnotation | undefined"
8977
+ },
8978
+ "description": "The connotation nav-disclosure should have.",
8979
+ "fieldName": "connotation"
8980
+ },
8735
8981
  {
8736
8982
  "type": {
8737
8983
  "text": "boolean"
@@ -8819,6 +9065,42 @@
8819
9065
  "description": "A Nav Item Custom HTML Element.\nBased largely on the https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element .",
8820
9066
  "name": "NavItem",
8821
9067
  "cssProperties": [
9068
+ {
9069
+ "name": "--vvd-nav-item-cta-primary",
9070
+ "default": "var(--vvd-color-cta-500)"
9071
+ },
9072
+ {
9073
+ "name": "--vvd-nav-item-cta-primary-text",
9074
+ "default": "var(--vvd-color-canvas)"
9075
+ },
9076
+ {
9077
+ "name": "--vvd-nav-item-cta-primary-increment",
9078
+ "default": "var(--vvd-color-cta-600)"
9079
+ },
9080
+ {
9081
+ "name": "--vvd-nav-item-cta-contrast",
9082
+ "default": "var(--vvd-color-cta-800)"
9083
+ },
9084
+ {
9085
+ "name": "--vvd-nav-item-cta-fierce",
9086
+ "default": "var(--vvd-color-cta-700)"
9087
+ },
9088
+ {
9089
+ "name": "--vvd-nav-item-cta-fierce-primary",
9090
+ "default": "var(--vvd-color-cta-700)"
9091
+ },
9092
+ {
9093
+ "name": "--vvd-nav-item-cta-faint",
9094
+ "default": "var(--vvd-color-cta-50)"
9095
+ },
9096
+ {
9097
+ "name": "--vvd-nav-item-cta-firm",
9098
+ "default": "var(--vvd-color-cta-600)"
9099
+ },
9100
+ {
9101
+ "name": "--vvd-nav-item-cta-soft",
9102
+ "default": "var(--vvd-color-cta-100)"
9103
+ },
8822
9104
  {
8823
9105
  "name": "--vvd-nav-item-accent-primary",
8824
9106
  "default": "var(--vvd-color-canvas-text)"
@@ -8831,10 +9113,26 @@
8831
9113
  "name": "--vvd-nav-item-accent-primary-increment",
8832
9114
  "default": "var(--vvd-color-neutral-800)"
8833
9115
  },
9116
+ {
9117
+ "name": "--vvd-nav-item-accent-contrast",
9118
+ "default": "var(--vvd-color-neutral-800)"
9119
+ },
9120
+ {
9121
+ "name": "--vvd-nav-item-accent-fierce",
9122
+ "default": "var(--vvd-color-neutral-700)"
9123
+ },
9124
+ {
9125
+ "name": "--vvd-nav-item-accent-fierce-primary",
9126
+ "default": "var(--vvd-color-canvas-text)"
9127
+ },
8834
9128
  {
8835
9129
  "name": "--vvd-nav-item-accent-faint",
8836
9130
  "default": "var(--vvd-color-neutral-50)"
8837
9131
  },
9132
+ {
9133
+ "name": "--vvd-nav-item-accent-firm",
9134
+ "default": "var(--vvd-color-canvas-text)"
9135
+ },
8838
9136
  {
8839
9137
  "name": "--vvd-nav-item-accent-soft",
8840
9138
  "default": "var(--vvd-color-neutral-100)"
@@ -11129,6 +11427,14 @@
11129
11427
  "name": "--vvd-select-accent-intermediate",
11130
11428
  "default": "var(--vvd-color-neutral-500)"
11131
11429
  },
11430
+ {
11431
+ "name": "--vvd-select-accent-faint",
11432
+ "default": "var(--vvd-color-neutral-50)"
11433
+ },
11434
+ {
11435
+ "name": "--vvd-select-accent-soft",
11436
+ "default": "var(--vvd-color-neutral-100)"
11437
+ },
11132
11438
  {
11133
11439
  "name": "--vvd-select-accent-firm",
11134
11440
  "default": "var(--vvd-color-canvas-text)"
@@ -14073,9 +14379,33 @@
14073
14379
  "text": "Reflector<this, HTMLInputElement> | undefined"
14074
14380
  }
14075
14381
  },
14382
+ {
14383
+ "kind": "field",
14384
+ "name": "#helperTextMirrorEl",
14385
+ "privacy": "private",
14386
+ "type": {
14387
+ "text": "HTMLElement | undefined"
14388
+ }
14389
+ },
14390
+ {
14391
+ "kind": "field",
14392
+ "name": "#helperTextSlotMutationObserver",
14393
+ "privacy": "private",
14394
+ "type": {
14395
+ "text": "MutationObserver | undefined"
14396
+ }
14397
+ },
14076
14398
  {
14077
14399
  "kind": "method",
14078
14400
  "name": "focus"
14401
+ },
14402
+ {
14403
+ "kind": "method",
14404
+ "name": "#updateHelperTextMutationObserver"
14405
+ },
14406
+ {
14407
+ "kind": "method",
14408
+ "name": "#updateMirroredHelperText"
14079
14409
  }
14080
14410
  ],
14081
14411
  "attributes": [
@@ -15369,6 +15699,26 @@
15369
15699
  }
15370
15700
  ]
15371
15701
  },
15702
+ {
15703
+ "kind": "javascript-module",
15704
+ "path": "libs/components/src/lib/video-player/vivid-video-svg.ts",
15705
+ "declarations": [
15706
+ {
15707
+ "kind": "function",
15708
+ "name": "renderSvgIcons"
15709
+ }
15710
+ ],
15711
+ "exports": [
15712
+ {
15713
+ "kind": "js",
15714
+ "name": "renderSvgIcons",
15715
+ "declaration": {
15716
+ "name": "renderSvgIcons",
15717
+ "module": "libs/components/src/lib/video-player/vivid-video-svg.ts"
15718
+ }
15719
+ }
15720
+ ]
15721
+ },
15372
15722
  {
15373
15723
  "kind": "javascript-module",
15374
15724
  "path": "libs/components/src/lib/range-slider/utils/lerp.ts",