@vonage/vivid 3.52.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 (299) hide show
  1. package/README.md +1 -1
  2. package/accordion/index.cjs +1 -1
  3. package/accordion/index.js +1 -1
  4. package/accordion-item/index.cjs +1 -1
  5. package/accordion-item/index.js +1 -1
  6. package/alert/index.cjs +3 -3
  7. package/alert/index.js +3 -3
  8. package/appearance-ui/index.cjs +1 -1
  9. package/appearance-ui/index.js +1 -1
  10. package/audio-player/index.cjs +3 -3
  11. package/audio-player/index.js +3 -3
  12. package/avatar/index.cjs +1 -1
  13. package/avatar/index.js +1 -1
  14. package/badge/index.cjs +1 -1
  15. package/badge/index.js +1 -1
  16. package/banner/index.cjs +2 -2
  17. package/banner/index.js +2 -2
  18. package/breadcrumb-item/index.cjs +1 -1
  19. package/breadcrumb-item/index.js +1 -1
  20. package/button/index.cjs +2 -2
  21. package/button/index.js +2 -2
  22. package/card/index.cjs +2 -2
  23. package/card/index.js +2 -2
  24. package/checkbox/index.cjs +3 -2
  25. package/checkbox/index.js +3 -2
  26. package/combobox/index.cjs +5 -5
  27. package/combobox/index.js +5 -5
  28. package/custom-elements.json +1162 -99
  29. package/data-grid/index.cjs +1 -1
  30. package/data-grid/index.js +1 -1
  31. package/date-picker/index.cjs +7 -6
  32. package/date-picker/index.js +7 -6
  33. package/date-range-picker/index.cjs +7 -6
  34. package/date-range-picker/index.js +7 -6
  35. package/dial-pad/index.cjs +33 -0
  36. package/dial-pad/index.js +31 -0
  37. package/dialog/index.cjs +4 -4
  38. package/dialog/index.js +4 -4
  39. package/divider/index.cjs +1 -1
  40. package/divider/index.js +1 -1
  41. package/elevation/index.cjs +1 -1
  42. package/elevation/index.js +1 -1
  43. package/empty-state/index.cjs +2 -2
  44. package/empty-state/index.js +2 -2
  45. package/fab/index.cjs +2 -2
  46. package/fab/index.js +2 -2
  47. package/file-picker/index.cjs +4 -3
  48. package/file-picker/index.js +4 -3
  49. package/header/index.cjs +2 -2
  50. package/header/index.js +2 -2
  51. package/icon/index.cjs +1 -1
  52. package/icon/index.js +1 -1
  53. package/index.cjs +132 -122
  54. package/index.js +46 -43
  55. package/layout/index.cjs +1 -1
  56. package/layout/index.js +1 -1
  57. package/lib/appearance-ui/appearance-ui.d.ts +1 -1
  58. package/lib/audio-player/audio-player.d.ts +4 -0
  59. package/lib/audio-player/locale.d.ts +2 -0
  60. package/lib/components.d.ts +2 -0
  61. package/lib/dial-pad/definition.d.ts +3 -0
  62. package/lib/dial-pad/dial-pad.d.ts +17 -0
  63. package/lib/dial-pad/dial-pad.template.d.ts +4 -0
  64. package/lib/dial-pad/locale.d.ts +18 -0
  65. package/lib/enums.d.ts +7 -0
  66. package/lib/menu/menu.d.ts +1 -0
  67. package/lib/nav-disclosure/nav-disclosure.d.ts +5 -0
  68. package/lib/text-anchor/definition.d.ts +1 -0
  69. package/lib/text-anchor/text-anchor.d.ts +5 -0
  70. package/lib/video-player/definition.d.ts +3 -0
  71. package/lib/video-player/locale.d.ts +1 -0
  72. package/lib/video-player/video-player.d.ts +17 -0
  73. package/lib/video-player/video-player.template.d.ts +4 -0
  74. package/lib/video-player/vivid-video-svg.d.ts +1 -0
  75. package/listbox/index.cjs +2 -2
  76. package/listbox/index.js +2 -2
  77. package/locales/en-GB.cjs +33 -1
  78. package/locales/en-GB.js +33 -1
  79. package/locales/en-US.cjs +201 -1
  80. package/locales/en-US.js +201 -1
  81. package/locales/ja-JP.cjs +200 -1
  82. package/locales/ja-JP.js +200 -1
  83. package/locales/zh-CN.cjs +202 -1
  84. package/locales/zh-CN.js +202 -1
  85. package/menu/index.cjs +6 -6
  86. package/menu/index.js +6 -6
  87. package/menu-item/index.cjs +2 -2
  88. package/menu-item/index.js +2 -2
  89. package/nav/index.cjs +1 -1
  90. package/nav/index.js +1 -1
  91. package/nav-disclosure/index.cjs +2 -2
  92. package/nav-disclosure/index.js +2 -2
  93. package/nav-item/index.cjs +2 -2
  94. package/nav-item/index.js +2 -2
  95. package/note/index.cjs +2 -2
  96. package/note/index.js +2 -2
  97. package/number-field/index.cjs +5 -4
  98. package/number-field/index.js +5 -4
  99. package/option/index.cjs +2 -2
  100. package/option/index.js +2 -2
  101. package/package.json +1 -1
  102. package/pagination/index.cjs +3 -3
  103. package/pagination/index.js +3 -3
  104. package/popup/index.cjs +4 -4
  105. package/popup/index.js +4 -4
  106. package/progress/index.cjs +1 -1
  107. package/progress/index.js +1 -1
  108. package/progress-ring/index.cjs +1 -1
  109. package/progress-ring/index.js +1 -1
  110. package/radio/index.cjs +1 -1
  111. package/radio/index.js +1 -1
  112. package/radio-group/index.cjs +1 -1
  113. package/radio-group/index.js +1 -1
  114. package/range-slider/index.cjs +2 -2
  115. package/range-slider/index.js +2 -2
  116. package/select/index.cjs +7 -6
  117. package/select/index.js +7 -6
  118. package/selectable-box/index.cjs +5 -4
  119. package/selectable-box/index.js +5 -4
  120. package/shared/applyMixinsWithObservables.cjs +15 -0
  121. package/shared/applyMixinsWithObservables.js +13 -0
  122. package/shared/definition.cjs +1 -1
  123. package/shared/definition.js +1 -1
  124. package/shared/definition11.cjs +3 -3
  125. package/shared/definition11.js +3 -3
  126. package/shared/definition14.cjs +2 -2
  127. package/shared/definition14.js +2 -2
  128. package/shared/definition15.cjs +8 -9
  129. package/shared/definition15.js +8 -9
  130. package/shared/definition16.cjs +3 -3
  131. package/shared/definition16.js +3 -3
  132. package/shared/definition17.cjs +2 -2
  133. package/shared/definition17.js +3 -3
  134. package/shared/definition18.cjs +3 -3
  135. package/shared/definition18.js +3 -3
  136. package/shared/definition19.cjs +3 -3
  137. package/shared/definition19.js +3 -3
  138. package/shared/definition20.cjs +196 -224
  139. package/shared/definition20.js +191 -219
  140. package/shared/definition21.cjs +264 -67
  141. package/shared/definition21.js +263 -65
  142. package/shared/definition22.cjs +66 -57
  143. package/shared/definition22.js +64 -56
  144. package/shared/definition23.cjs +42 -76
  145. package/shared/definition23.js +41 -75
  146. package/shared/definition24.cjs +70 -2402
  147. package/shared/definition24.js +69 -2401
  148. package/shared/definition25.cjs +2402 -46
  149. package/shared/definition25.js +2401 -45
  150. package/shared/definition26.cjs +63 -30
  151. package/shared/definition26.js +62 -29
  152. package/shared/definition27.cjs +28 -56
  153. package/shared/definition27.js +27 -55
  154. package/shared/definition28.cjs +35 -881
  155. package/shared/definition28.js +34 -879
  156. package/shared/definition29.cjs +922 -60
  157. package/shared/definition29.js +922 -61
  158. package/shared/definition30.cjs +68 -86
  159. package/shared/definition30.js +67 -85
  160. package/shared/definition31.cjs +98 -21
  161. package/shared/definition31.js +98 -21
  162. package/shared/definition32.cjs +24 -12
  163. package/shared/definition32.js +23 -11
  164. package/shared/definition33.cjs +11 -50
  165. package/shared/definition33.js +10 -49
  166. package/shared/definition34.cjs +26 -515
  167. package/shared/definition34.js +26 -515
  168. package/shared/definition35.cjs +448 -194
  169. package/shared/definition35.js +448 -192
  170. package/shared/definition36.cjs +256 -202
  171. package/shared/definition36.js +253 -201
  172. package/shared/definition37.cjs +204 -65
  173. package/shared/definition37.js +203 -63
  174. package/shared/definition38.cjs +63 -57
  175. package/shared/definition38.js +60 -55
  176. package/shared/definition39.cjs +65 -432
  177. package/shared/definition39.js +64 -431
  178. package/shared/definition4.cjs +2 -2
  179. package/shared/definition4.js +2 -2
  180. package/shared/definition40.cjs +441 -34
  181. package/shared/definition40.js +438 -31
  182. package/shared/definition41.cjs +34 -576
  183. package/shared/definition41.js +33 -575
  184. package/shared/definition42.cjs +531 -654
  185. package/shared/definition42.js +531 -654
  186. package/shared/definition43.cjs +690 -114
  187. package/shared/definition43.js +689 -113
  188. package/shared/definition44.cjs +124 -79
  189. package/shared/definition44.js +122 -77
  190. package/shared/definition45.cjs +78 -520
  191. package/shared/definition45.js +77 -518
  192. package/shared/definition46.cjs +520 -119
  193. package/shared/definition46.js +518 -118
  194. package/shared/definition47.cjs +118 -135
  195. package/shared/definition47.js +117 -134
  196. package/shared/definition48.cjs +151 -19
  197. package/shared/definition48.js +150 -18
  198. package/shared/definition49.cjs +21 -84
  199. package/shared/definition49.js +20 -83
  200. package/shared/definition5.cjs +100 -19
  201. package/shared/definition5.js +100 -19
  202. package/shared/definition50.cjs +52 -505
  203. package/shared/definition50.js +51 -504
  204. package/shared/definition51.cjs +526 -28
  205. package/shared/definition51.js +525 -27
  206. package/shared/definition52.cjs +28 -123
  207. package/shared/definition52.js +26 -122
  208. package/shared/definition53.cjs +110 -309
  209. package/shared/definition53.js +110 -308
  210. package/shared/definition54.cjs +255 -271
  211. package/shared/definition54.js +255 -271
  212. package/shared/definition55.cjs +315 -776
  213. package/shared/definition55.js +314 -775
  214. package/shared/definition56.cjs +818 -107
  215. package/shared/definition56.js +817 -106
  216. package/shared/definition57.cjs +85 -55
  217. package/shared/definition57.js +84 -54
  218. package/shared/definition58.cjs +125 -72
  219. package/shared/definition58.js +124 -71
  220. package/shared/definition59.cjs +72 -285
  221. package/shared/definition59.js +73 -286
  222. package/shared/definition6.cjs +1 -1
  223. package/shared/definition6.js +1 -1
  224. package/shared/definition60.cjs +298 -39
  225. package/shared/definition60.js +297 -38
  226. package/shared/definition61.cjs +66044 -1687
  227. package/shared/definition61.js +66043 -1686
  228. package/shared/definition62.cjs +50 -0
  229. package/shared/definition62.js +46 -0
  230. package/shared/definition63.cjs +1828 -0
  231. package/shared/definition63.js +1824 -0
  232. package/shared/definition7.cjs +2 -2
  233. package/shared/definition7.js +2 -2
  234. package/shared/definition8.cjs +2 -2
  235. package/shared/definition8.js +2 -2
  236. package/shared/definition9.cjs +1 -1
  237. package/shared/definition9.js +1 -1
  238. package/shared/enums.cjs +9 -0
  239. package/shared/enums.js +9 -1
  240. package/shared/icon.cjs +20 -2
  241. package/shared/icon.js +21 -3
  242. package/shared/index2.cjs +73 -37
  243. package/shared/index2.js +73 -37
  244. package/shared/key-codes2.js +1 -1
  245. package/shared/listbox.cjs +1 -1
  246. package/shared/listbox.js +1 -1
  247. package/shared/localization/Locale.d.ts +4 -0
  248. package/shared/patterns/form-elements/form-elements.d.ts +2 -3
  249. package/shared/presentationDate.cjs +16 -5
  250. package/shared/presentationDate.js +16 -5
  251. package/shared/text-anchor.cjs +6 -0
  252. package/shared/text-anchor.js +6 -0
  253. package/shared/text-anchor.template.cjs +6 -1
  254. package/shared/text-anchor.template.js +6 -1
  255. package/shared/text-field.cjs +1 -1
  256. package/shared/text-field.js +1 -1
  257. package/shared/utils/applyMixinsWithObservables.d.ts +1 -0
  258. package/shared/utils/numberConverter.d.ts +2 -0
  259. package/side-drawer/index.cjs +1 -1
  260. package/side-drawer/index.js +1 -1
  261. package/slider/index.cjs +1 -1
  262. package/slider/index.js +1 -1
  263. package/split-button/index.cjs +2 -2
  264. package/split-button/index.js +2 -2
  265. package/styles/core/all.css +1 -1
  266. package/styles/core/theme.css +1 -1
  267. package/styles/core/typography.css +1 -1
  268. package/styles/tokens/theme-dark.css +4 -4
  269. package/styles/tokens/theme-light.css +4 -4
  270. package/styles/tokens/vivid-2-compat.css +1 -1
  271. package/switch/index.cjs +2 -2
  272. package/switch/index.js +2 -2
  273. package/tab/index.cjs +2 -2
  274. package/tab/index.js +2 -2
  275. package/tab-panel/index.cjs +1 -1
  276. package/tab-panel/index.js +1 -1
  277. package/tabs/index.cjs +4 -4
  278. package/tabs/index.js +4 -4
  279. package/tag/index.cjs +2 -2
  280. package/tag/index.js +2 -2
  281. package/tag-group/index.cjs +1 -1
  282. package/tag-group/index.js +1 -1
  283. package/text-area/index.cjs +4 -3
  284. package/text-area/index.js +4 -3
  285. package/text-field/index.cjs +4 -3
  286. package/text-field/index.js +4 -3
  287. package/time-picker/index.cjs +8 -7
  288. package/time-picker/index.js +8 -7
  289. package/toggletip/index.cjs +5 -5
  290. package/toggletip/index.js +5 -5
  291. package/tooltip/index.cjs +5 -5
  292. package/tooltip/index.js +5 -5
  293. package/tree-item/index.cjs +2 -2
  294. package/tree-item/index.js +2 -2
  295. package/tree-view/index.cjs +1 -1
  296. package/tree-view/index.js +1 -1
  297. package/video-player/index.cjs +17 -0
  298. package/video-player/index.js +15 -0
  299. package/vivid.api.json +332 -0
@@ -1,6 +1,6 @@
1
- import { r as registerTextField } from '../shared/definition54.js';
1
+ import { r as registerTextField } from '../shared/definition55.js';
2
2
  import '../shared/index.js';
3
- import '../shared/definition26.js';
3
+ import '../shared/definition27.js';
4
4
  import '../shared/icon.js';
5
5
  import '../shared/_has.js';
6
6
  import '../shared/class-names.js';
@@ -10,8 +10,9 @@ import '../shared/slotted.js';
10
10
  import '../shared/index2.js';
11
11
  import '../locales/en-US.js';
12
12
  import '../shared/Reflector.js';
13
- import '../shared/text-field2.js';
13
+ import '../shared/applyMixinsWithObservables.js';
14
14
  import '../shared/apply-mixins.js';
15
+ import '../shared/text-field2.js';
15
16
  import '../shared/form-associated.js';
16
17
  import '../shared/key-codes.js';
17
18
  import '../shared/aria-global.js';
@@ -1,9 +1,9 @@
1
1
  'use strict';
2
2
 
3
- const definition = require('../shared/definition55.cjs');
3
+ const definition = require('../shared/definition56.cjs');
4
4
  require('../shared/index.cjs');
5
- require('../shared/definition54.cjs');
6
- require('../shared/definition26.cjs');
5
+ require('../shared/definition55.cjs');
6
+ require('../shared/definition27.cjs');
7
7
  require('../shared/icon.cjs');
8
8
  require('../shared/_has.cjs');
9
9
  require('../shared/class-names.cjs');
@@ -13,21 +13,22 @@ require('../shared/slotted.cjs');
13
13
  require('../shared/index2.cjs');
14
14
  require('../locales/en-US.cjs');
15
15
  require('../shared/Reflector.cjs');
16
- require('../shared/text-field2.cjs');
16
+ require('../shared/applyMixinsWithObservables.cjs');
17
17
  require('../shared/apply-mixins.cjs');
18
+ require('../shared/text-field2.cjs');
18
19
  require('../shared/form-associated.cjs');
19
20
  require('../shared/key-codes.cjs');
20
21
  require('../shared/aria-global.cjs');
21
22
  require('../shared/start-end.cjs');
22
23
  require('../shared/ref.cjs');
23
24
  require('../shared/text-field.cjs');
24
- require('../shared/definition61.cjs');
25
+ require('../shared/definition63.cjs');
25
26
  require('../shared/definition11.cjs');
26
- require('../shared/definition37.cjs');
27
+ require('../shared/definition38.cjs');
27
28
  require('../shared/base-progress.cjs');
28
29
  require('../shared/button.cjs');
29
30
  require('../shared/enums.cjs');
30
- require('../shared/definition60.cjs');
31
+ require('../shared/definition62.cjs');
31
32
  require('../shared/localized.cjs');
32
33
  require('../shared/trapped-focus.cjs');
33
34
  require('../shared/repeat.cjs');
@@ -1,7 +1,7 @@
1
- import { r as registerTimePicker } from '../shared/definition55.js';
1
+ import { r as registerTimePicker } from '../shared/definition56.js';
2
2
  import '../shared/index.js';
3
- import '../shared/definition54.js';
4
- import '../shared/definition26.js';
3
+ import '../shared/definition55.js';
4
+ import '../shared/definition27.js';
5
5
  import '../shared/icon.js';
6
6
  import '../shared/_has.js';
7
7
  import '../shared/class-names.js';
@@ -11,21 +11,22 @@ import '../shared/slotted.js';
11
11
  import '../shared/index2.js';
12
12
  import '../locales/en-US.js';
13
13
  import '../shared/Reflector.js';
14
- import '../shared/text-field2.js';
14
+ import '../shared/applyMixinsWithObservables.js';
15
15
  import '../shared/apply-mixins.js';
16
+ import '../shared/text-field2.js';
16
17
  import '../shared/form-associated.js';
17
18
  import '../shared/key-codes.js';
18
19
  import '../shared/aria-global.js';
19
20
  import '../shared/start-end.js';
20
21
  import '../shared/ref.js';
21
22
  import '../shared/text-field.js';
22
- import '../shared/definition61.js';
23
+ import '../shared/definition63.js';
23
24
  import '../shared/definition11.js';
24
- import '../shared/definition37.js';
25
+ import '../shared/definition38.js';
25
26
  import '../shared/base-progress.js';
26
27
  import '../shared/button.js';
27
28
  import '../shared/enums.js';
28
- import '../shared/definition60.js';
29
+ import '../shared/definition62.js';
29
30
  import '../shared/localized.js';
30
31
  import '../shared/trapped-focus.js';
31
32
  import '../shared/repeat.js';
@@ -1,15 +1,15 @@
1
1
  'use strict';
2
2
 
3
- const definition = require('../shared/definition56.cjs');
3
+ const definition = require('../shared/definition57.cjs');
4
4
  require('../shared/index.cjs');
5
- require('../shared/definition61.cjs');
5
+ require('../shared/definition63.cjs');
6
6
  require('../shared/definition11.cjs');
7
- require('../shared/definition26.cjs');
7
+ require('../shared/definition27.cjs');
8
8
  require('../shared/icon.cjs');
9
9
  require('../shared/_has.cjs');
10
10
  require('../shared/class-names.cjs');
11
11
  require('../shared/when.cjs');
12
- require('../shared/definition37.cjs');
12
+ require('../shared/definition38.cjs');
13
13
  require('../shared/base-progress.cjs');
14
14
  require('../shared/affix.cjs');
15
15
  require('../shared/slotted.cjs');
@@ -21,7 +21,7 @@ require('../shared/aria-global.cjs');
21
21
  require('../shared/start-end.cjs');
22
22
  require('../shared/ref.cjs');
23
23
  require('../shared/enums.cjs');
24
- require('../shared/definition60.cjs');
24
+ require('../shared/definition62.cjs');
25
25
  require('../shared/anchored.cjs');
26
26
 
27
27
  definition.registerToggletip();
@@ -1,13 +1,13 @@
1
- import { r as registerToggletip } from '../shared/definition56.js';
1
+ import { r as registerToggletip } from '../shared/definition57.js';
2
2
  import '../shared/index.js';
3
- import '../shared/definition61.js';
3
+ import '../shared/definition63.js';
4
4
  import '../shared/definition11.js';
5
- import '../shared/definition26.js';
5
+ import '../shared/definition27.js';
6
6
  import '../shared/icon.js';
7
7
  import '../shared/_has.js';
8
8
  import '../shared/class-names.js';
9
9
  import '../shared/when.js';
10
- import '../shared/definition37.js';
10
+ import '../shared/definition38.js';
11
11
  import '../shared/base-progress.js';
12
12
  import '../shared/affix.js';
13
13
  import '../shared/slotted.js';
@@ -19,7 +19,7 @@ import '../shared/aria-global.js';
19
19
  import '../shared/start-end.js';
20
20
  import '../shared/ref.js';
21
21
  import '../shared/enums.js';
22
- import '../shared/definition60.js';
22
+ import '../shared/definition62.js';
23
23
  import '../shared/anchored.js';
24
24
 
25
25
  registerToggletip();
package/tooltip/index.cjs CHANGED
@@ -1,15 +1,15 @@
1
1
  'use strict';
2
2
 
3
- const definition = require('../shared/definition57.cjs');
3
+ const definition = require('../shared/definition58.cjs');
4
4
  require('../shared/index.cjs');
5
- require('../shared/definition61.cjs');
5
+ require('../shared/definition63.cjs');
6
6
  require('../shared/definition11.cjs');
7
- require('../shared/definition26.cjs');
7
+ require('../shared/definition27.cjs');
8
8
  require('../shared/icon.cjs');
9
9
  require('../shared/_has.cjs');
10
10
  require('../shared/class-names.cjs');
11
11
  require('../shared/when.cjs');
12
- require('../shared/definition37.cjs');
12
+ require('../shared/definition38.cjs');
13
13
  require('../shared/base-progress.cjs');
14
14
  require('../shared/affix.cjs');
15
15
  require('../shared/slotted.cjs');
@@ -21,7 +21,7 @@ require('../shared/aria-global.cjs');
21
21
  require('../shared/start-end.cjs');
22
22
  require('../shared/ref.cjs');
23
23
  require('../shared/enums.cjs');
24
- require('../shared/definition60.cjs');
24
+ require('../shared/definition62.cjs');
25
25
  require('../shared/anchored.cjs');
26
26
 
27
27
  definition.registerTooltip();
package/tooltip/index.js CHANGED
@@ -1,13 +1,13 @@
1
- import { r as registerTooltip } from '../shared/definition57.js';
1
+ import { r as registerTooltip } from '../shared/definition58.js';
2
2
  import '../shared/index.js';
3
- import '../shared/definition61.js';
3
+ import '../shared/definition63.js';
4
4
  import '../shared/definition11.js';
5
- import '../shared/definition26.js';
5
+ import '../shared/definition27.js';
6
6
  import '../shared/icon.js';
7
7
  import '../shared/_has.js';
8
8
  import '../shared/class-names.js';
9
9
  import '../shared/when.js';
10
- import '../shared/definition37.js';
10
+ import '../shared/definition38.js';
11
11
  import '../shared/base-progress.js';
12
12
  import '../shared/affix.js';
13
13
  import '../shared/slotted.js';
@@ -19,7 +19,7 @@ import '../shared/aria-global.js';
19
19
  import '../shared/start-end.js';
20
20
  import '../shared/ref.js';
21
21
  import '../shared/enums.js';
22
- import '../shared/definition60.js';
22
+ import '../shared/definition62.js';
23
23
  import '../shared/anchored.js';
24
24
 
25
25
  registerTooltip();
@@ -1,8 +1,8 @@
1
1
  'use strict';
2
2
 
3
- const definition = require('../shared/definition58.cjs');
3
+ const definition = require('../shared/definition59.cjs');
4
4
  require('../shared/index.cjs');
5
- require('../shared/definition26.cjs');
5
+ require('../shared/definition27.cjs');
6
6
  require('../shared/icon.cjs');
7
7
  require('../shared/_has.cjs');
8
8
  require('../shared/class-names.cjs');
@@ -1,6 +1,6 @@
1
- import { r as registerTreeItem } from '../shared/definition58.js';
1
+ import { r as registerTreeItem } from '../shared/definition59.js';
2
2
  import '../shared/index.js';
3
- import '../shared/definition26.js';
3
+ import '../shared/definition27.js';
4
4
  import '../shared/icon.js';
5
5
  import '../shared/_has.js';
6
6
  import '../shared/class-names.js';
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- const definition = require('../shared/definition59.cjs');
3
+ const definition = require('../shared/definition60.cjs');
4
4
  require('../shared/index.cjs');
5
5
  require('../shared/tree-item.cjs');
6
6
  require('../shared/start-end.cjs');
@@ -1,4 +1,4 @@
1
- import { r as registerTreeView } from '../shared/definition59.js';
1
+ import { r as registerTreeView } from '../shared/definition60.js';
2
2
  import '../shared/index.js';
3
3
  import '../shared/tree-item.js';
4
4
  import '../shared/start-end.js';
@@ -0,0 +1,17 @@
1
+ 'use strict';
2
+
3
+ const definition = require('../shared/definition61.cjs');
4
+ require('../shared/index.cjs');
5
+ require('../shared/enums.cjs');
6
+ require('../shared/affix.cjs');
7
+ require('../shared/icon.cjs');
8
+ require('../shared/_has.cjs');
9
+ require('../shared/slotted.cjs');
10
+ require('../shared/index2.cjs');
11
+ require('../shared/class-names.cjs');
12
+ require('../shared/when.cjs');
13
+ require('../locales/en-US.cjs');
14
+ require('../shared/localized.cjs');
15
+ require('../shared/apply-mixins.cjs');
16
+
17
+ definition.registerVideoPlayer();
@@ -0,0 +1,15 @@
1
+ import { r as registerVideoPlayer } from '../shared/definition61.js';
2
+ import '../shared/index.js';
3
+ import '../shared/enums.js';
4
+ import '../shared/affix.js';
5
+ import '../shared/icon.js';
6
+ import '../shared/_has.js';
7
+ import '../shared/slotted.js';
8
+ import '../shared/index2.js';
9
+ import '../shared/class-names.js';
10
+ import '../shared/when.js';
11
+ import '../locales/en-US.js';
12
+ import '../shared/localized.js';
13
+ import '../shared/apply-mixins.js';
14
+
15
+ registerVideoPlayer();
package/vivid.api.json CHANGED
@@ -494,6 +494,27 @@
494
494
  "releaseTag": "Public",
495
495
  "name": "Ghost"
496
496
  },
497
+ {
498
+ "kind": "EnumMember",
499
+ "canonicalReference": "@vonage/vivid!Appearance.GhostLight:member",
500
+ "docComment": "",
501
+ "excerptTokens": [
502
+ {
503
+ "kind": "Content",
504
+ "text": "GhostLight = "
505
+ },
506
+ {
507
+ "kind": "Content",
508
+ "text": "\"ghost-light\""
509
+ }
510
+ ],
511
+ "initializerTokenRange": {
512
+ "startIndex": 1,
513
+ "endIndex": 2
514
+ },
515
+ "releaseTag": "Public",
516
+ "name": "GhostLight"
517
+ },
497
518
  {
498
519
  "kind": "EnumMember",
499
520
  "canonicalReference": "@vonage/vivid!Appearance.Listitem:member",
@@ -2753,6 +2774,83 @@
2753
2774
  "endIndex": 2
2754
2775
  }
2755
2776
  },
2777
+ {
2778
+ "kind": "Variable",
2779
+ "canonicalReference": "@vonage/vivid!dialPadDefinition:var",
2780
+ "docComment": "",
2781
+ "excerptTokens": [
2782
+ {
2783
+ "kind": "Content",
2784
+ "text": "dialPadDefinition: "
2785
+ },
2786
+ {
2787
+ "kind": "Content",
2788
+ "text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
2789
+ },
2790
+ {
2791
+ "kind": "Reference",
2792
+ "text": "OverrideFoundationElementDefinition",
2793
+ "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
2794
+ },
2795
+ {
2796
+ "kind": "Content",
2797
+ "text": "<"
2798
+ },
2799
+ {
2800
+ "kind": "Reference",
2801
+ "text": "FoundationElementDefinition",
2802
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
2803
+ },
2804
+ {
2805
+ "kind": "Content",
2806
+ "text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
2807
+ },
2808
+ {
2809
+ "kind": "Reference",
2810
+ "text": "FoundationElementRegistry",
2811
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
2812
+ },
2813
+ {
2814
+ "kind": "Content",
2815
+ "text": "<"
2816
+ },
2817
+ {
2818
+ "kind": "Reference",
2819
+ "text": "FoundationElementDefinition",
2820
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
2821
+ },
2822
+ {
2823
+ "kind": "Content",
2824
+ "text": ", import(\"@microsoft/fast-element\")."
2825
+ },
2826
+ {
2827
+ "kind": "Reference",
2828
+ "text": "Constructable",
2829
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
2830
+ },
2831
+ {
2832
+ "kind": "Content",
2833
+ "text": "<import(\"@microsoft/fast-foundation\")."
2834
+ },
2835
+ {
2836
+ "kind": "Reference",
2837
+ "text": "FoundationElement",
2838
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
2839
+ },
2840
+ {
2841
+ "kind": "Content",
2842
+ "text": ">>"
2843
+ }
2844
+ ],
2845
+ "fileUrlPath": "../../dist/libs/components/lib/dial-pad/definition.d.ts",
2846
+ "isReadonly": true,
2847
+ "releaseTag": "Public",
2848
+ "name": "dialPadDefinition",
2849
+ "variableTypeTokenRange": {
2850
+ "startIndex": 1,
2851
+ "endIndex": 14
2852
+ }
2853
+ },
2756
2854
  {
2757
2855
  "kind": "Variable",
2758
2856
  "canonicalReference": "@vonage/vivid!emptyStateDefinition:var",
@@ -3675,6 +3773,107 @@
3675
3773
  "endIndex": 14
3676
3774
  }
3677
3775
  },
3776
+ {
3777
+ "kind": "Enum",
3778
+ "canonicalReference": "@vonage/vivid!MediaSkipBy:enum",
3779
+ "docComment": "",
3780
+ "excerptTokens": [
3781
+ {
3782
+ "kind": "Content",
3783
+ "text": "export declare enum MediaSkipBy "
3784
+ }
3785
+ ],
3786
+ "fileUrlPath": "../../dist/libs/components/lib/enums.d.ts",
3787
+ "releaseTag": "Public",
3788
+ "name": "MediaSkipBy",
3789
+ "preserveMemberOrder": false,
3790
+ "members": [
3791
+ {
3792
+ "kind": "EnumMember",
3793
+ "canonicalReference": "@vonage/vivid!MediaSkipBy.Five:member",
3794
+ "docComment": "",
3795
+ "excerptTokens": [
3796
+ {
3797
+ "kind": "Content",
3798
+ "text": "Five = "
3799
+ },
3800
+ {
3801
+ "kind": "Content",
3802
+ "text": "\"5\""
3803
+ }
3804
+ ],
3805
+ "initializerTokenRange": {
3806
+ "startIndex": 1,
3807
+ "endIndex": 2
3808
+ },
3809
+ "releaseTag": "Public",
3810
+ "name": "Five"
3811
+ },
3812
+ {
3813
+ "kind": "EnumMember",
3814
+ "canonicalReference": "@vonage/vivid!MediaSkipBy.Ten:member",
3815
+ "docComment": "",
3816
+ "excerptTokens": [
3817
+ {
3818
+ "kind": "Content",
3819
+ "text": "Ten = "
3820
+ },
3821
+ {
3822
+ "kind": "Content",
3823
+ "text": "\"10\""
3824
+ }
3825
+ ],
3826
+ "initializerTokenRange": {
3827
+ "startIndex": 1,
3828
+ "endIndex": 2
3829
+ },
3830
+ "releaseTag": "Public",
3831
+ "name": "Ten"
3832
+ },
3833
+ {
3834
+ "kind": "EnumMember",
3835
+ "canonicalReference": "@vonage/vivid!MediaSkipBy.Thirty:member",
3836
+ "docComment": "",
3837
+ "excerptTokens": [
3838
+ {
3839
+ "kind": "Content",
3840
+ "text": "Thirty = "
3841
+ },
3842
+ {
3843
+ "kind": "Content",
3844
+ "text": "\"30\""
3845
+ }
3846
+ ],
3847
+ "initializerTokenRange": {
3848
+ "startIndex": 1,
3849
+ "endIndex": 2
3850
+ },
3851
+ "releaseTag": "Public",
3852
+ "name": "Thirty"
3853
+ },
3854
+ {
3855
+ "kind": "EnumMember",
3856
+ "canonicalReference": "@vonage/vivid!MediaSkipBy.Zero:member",
3857
+ "docComment": "",
3858
+ "excerptTokens": [
3859
+ {
3860
+ "kind": "Content",
3861
+ "text": "Zero = "
3862
+ },
3863
+ {
3864
+ "kind": "Content",
3865
+ "text": "\"0\""
3866
+ }
3867
+ ],
3868
+ "initializerTokenRange": {
3869
+ "startIndex": 1,
3870
+ "endIndex": 2
3871
+ },
3872
+ "releaseTag": "Public",
3873
+ "name": "Zero"
3874
+ }
3875
+ ]
3876
+ },
3678
3877
  {
3679
3878
  "kind": "Variable",
3680
3879
  "canonicalReference": "@vonage/vivid!menuDefinition:var",
@@ -5869,6 +6068,34 @@
5869
6068
  "endIndex": 3
5870
6069
  }
5871
6070
  },
6071
+ {
6072
+ "kind": "Variable",
6073
+ "canonicalReference": "@vonage/vivid!registerDialPad:var",
6074
+ "docComment": "",
6075
+ "excerptTokens": [
6076
+ {
6077
+ "kind": "Content",
6078
+ "text": "registerDialPad: "
6079
+ },
6080
+ {
6081
+ "kind": "Content",
6082
+ "text": "(prefix?: string) => import(\"@microsoft/fast-foundation\")."
6083
+ },
6084
+ {
6085
+ "kind": "Reference",
6086
+ "text": "DesignSystem",
6087
+ "canonicalReference": "@microsoft/fast-foundation!DesignSystem:interface"
6088
+ }
6089
+ ],
6090
+ "fileUrlPath": "../../dist/libs/components/lib/dial-pad/definition.d.ts",
6091
+ "isReadonly": true,
6092
+ "releaseTag": "Public",
6093
+ "name": "registerDialPad",
6094
+ "variableTypeTokenRange": {
6095
+ "startIndex": 1,
6096
+ "endIndex": 3
6097
+ }
6098
+ },
5872
6099
  {
5873
6100
  "kind": "Variable",
5874
6101
  "canonicalReference": "@vonage/vivid!registerDivider:var",
@@ -6989,6 +7216,34 @@
6989
7216
  "endIndex": 3
6990
7217
  }
6991
7218
  },
7219
+ {
7220
+ "kind": "Variable",
7221
+ "canonicalReference": "@vonage/vivid!registerVideoPlayer:var",
7222
+ "docComment": "",
7223
+ "excerptTokens": [
7224
+ {
7225
+ "kind": "Content",
7226
+ "text": "registerVideoPlayer: "
7227
+ },
7228
+ {
7229
+ "kind": "Content",
7230
+ "text": "(prefix?: string) => import(\"@microsoft/fast-foundation\")."
7231
+ },
7232
+ {
7233
+ "kind": "Reference",
7234
+ "text": "DesignSystem",
7235
+ "canonicalReference": "@microsoft/fast-foundation!DesignSystem:interface"
7236
+ }
7237
+ ],
7238
+ "fileUrlPath": "../../dist/libs/components/lib/video-player/definition.d.ts",
7239
+ "isReadonly": true,
7240
+ "releaseTag": "Public",
7241
+ "name": "registerVideoPlayer",
7242
+ "variableTypeTokenRange": {
7243
+ "startIndex": 1,
7244
+ "endIndex": 3
7245
+ }
7246
+ },
6992
7247
  {
6993
7248
  "kind": "Enum",
6994
7249
  "canonicalReference": "@vonage/vivid!Role:enum",
@@ -9757,6 +10012,83 @@
9757
10012
  "startIndex": 1,
9758
10013
  "endIndex": 14
9759
10014
  }
10015
+ },
10016
+ {
10017
+ "kind": "Variable",
10018
+ "canonicalReference": "@vonage/vivid!videoPlayerDefinition:var",
10019
+ "docComment": "",
10020
+ "excerptTokens": [
10021
+ {
10022
+ "kind": "Content",
10023
+ "text": "videoPlayerDefinition: "
10024
+ },
10025
+ {
10026
+ "kind": "Content",
10027
+ "text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
10028
+ },
10029
+ {
10030
+ "kind": "Reference",
10031
+ "text": "OverrideFoundationElementDefinition",
10032
+ "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
10033
+ },
10034
+ {
10035
+ "kind": "Content",
10036
+ "text": "<"
10037
+ },
10038
+ {
10039
+ "kind": "Reference",
10040
+ "text": "FoundationElementDefinition",
10041
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
10042
+ },
10043
+ {
10044
+ "kind": "Content",
10045
+ "text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
10046
+ },
10047
+ {
10048
+ "kind": "Reference",
10049
+ "text": "FoundationElementRegistry",
10050
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
10051
+ },
10052
+ {
10053
+ "kind": "Content",
10054
+ "text": "<"
10055
+ },
10056
+ {
10057
+ "kind": "Reference",
10058
+ "text": "FoundationElementDefinition",
10059
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
10060
+ },
10061
+ {
10062
+ "kind": "Content",
10063
+ "text": ", import(\"@microsoft/fast-element\")."
10064
+ },
10065
+ {
10066
+ "kind": "Reference",
10067
+ "text": "Constructable",
10068
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
10069
+ },
10070
+ {
10071
+ "kind": "Content",
10072
+ "text": "<import(\"@microsoft/fast-foundation\")."
10073
+ },
10074
+ {
10075
+ "kind": "Reference",
10076
+ "text": "FoundationElement",
10077
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
10078
+ },
10079
+ {
10080
+ "kind": "Content",
10081
+ "text": ">>"
10082
+ }
10083
+ ],
10084
+ "fileUrlPath": "../../dist/libs/components/lib/video-player/definition.d.ts",
10085
+ "isReadonly": true,
10086
+ "releaseTag": "Public",
10087
+ "name": "videoPlayerDefinition",
10088
+ "variableTypeTokenRange": {
10089
+ "startIndex": 1,
10090
+ "endIndex": 14
10091
+ }
9760
10092
  }
9761
10093
  ]
9762
10094
  }