@vonage/vivid 3.52.0 → 3.53.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 (289) 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/audio-player/index.cjs +3 -3
  9. package/audio-player/index.js +3 -3
  10. package/avatar/index.cjs +1 -1
  11. package/avatar/index.js +1 -1
  12. package/badge/index.cjs +1 -1
  13. package/badge/index.js +1 -1
  14. package/banner/index.cjs +2 -2
  15. package/banner/index.js +2 -2
  16. package/breadcrumb-item/index.cjs +1 -1
  17. package/breadcrumb-item/index.js +1 -1
  18. package/button/index.cjs +2 -2
  19. package/button/index.js +2 -2
  20. package/card/index.cjs +2 -2
  21. package/card/index.js +2 -2
  22. package/checkbox/index.cjs +3 -2
  23. package/checkbox/index.js +3 -2
  24. package/combobox/index.cjs +5 -5
  25. package/combobox/index.js +5 -5
  26. package/custom-elements.json +717 -4
  27. package/data-grid/index.cjs +1 -1
  28. package/data-grid/index.js +1 -1
  29. package/date-picker/index.cjs +7 -6
  30. package/date-picker/index.js +7 -6
  31. package/date-range-picker/index.cjs +7 -6
  32. package/date-range-picker/index.js +7 -6
  33. package/dial-pad/index.cjs +33 -0
  34. package/dial-pad/index.js +31 -0
  35. package/dialog/index.cjs +4 -4
  36. package/dialog/index.js +4 -4
  37. package/divider/index.cjs +1 -1
  38. package/divider/index.js +1 -1
  39. package/elevation/index.cjs +1 -1
  40. package/elevation/index.js +1 -1
  41. package/empty-state/index.cjs +2 -2
  42. package/empty-state/index.js +2 -2
  43. package/fab/index.cjs +2 -2
  44. package/fab/index.js +2 -2
  45. package/file-picker/index.cjs +4 -3
  46. package/file-picker/index.js +4 -3
  47. package/header/index.cjs +2 -2
  48. package/header/index.js +2 -2
  49. package/icon/index.cjs +1 -1
  50. package/icon/index.js +1 -1
  51. package/index.cjs +132 -122
  52. package/index.js +46 -43
  53. package/layout/index.cjs +1 -1
  54. package/layout/index.js +1 -1
  55. package/lib/components.d.ts +2 -0
  56. package/lib/dial-pad/definition.d.ts +3 -0
  57. package/lib/dial-pad/dial-pad.d.ts +14 -0
  58. package/lib/dial-pad/dial-pad.template.d.ts +4 -0
  59. package/lib/dial-pad/locale.d.ts +18 -0
  60. package/lib/enums.d.ts +6 -0
  61. package/lib/text-anchor/definition.d.ts +1 -0
  62. package/lib/text-anchor/text-anchor.d.ts +5 -0
  63. package/lib/video-player/definition.d.ts +3 -0
  64. package/lib/video-player/locale.d.ts +1 -0
  65. package/lib/video-player/video-player.d.ts +17 -0
  66. package/lib/video-player/video-player.template.d.ts +4 -0
  67. package/listbox/index.cjs +2 -2
  68. package/listbox/index.js +2 -2
  69. package/locales/en-GB.cjs +30 -0
  70. package/locales/en-GB.js +30 -0
  71. package/locales/en-US.cjs +198 -0
  72. package/locales/en-US.js +198 -0
  73. package/locales/ja-JP.cjs +197 -0
  74. package/locales/ja-JP.js +197 -0
  75. package/locales/zh-CN.cjs +199 -0
  76. package/locales/zh-CN.js +199 -0
  77. package/menu/index.cjs +6 -6
  78. package/menu/index.js +6 -6
  79. package/menu-item/index.cjs +2 -2
  80. package/menu-item/index.js +2 -2
  81. package/nav/index.cjs +1 -1
  82. package/nav/index.js +1 -1
  83. package/nav-disclosure/index.cjs +2 -2
  84. package/nav-disclosure/index.js +2 -2
  85. package/nav-item/index.cjs +2 -2
  86. package/nav-item/index.js +2 -2
  87. package/note/index.cjs +2 -2
  88. package/note/index.js +2 -2
  89. package/number-field/index.cjs +5 -4
  90. package/number-field/index.js +5 -4
  91. package/option/index.cjs +2 -2
  92. package/option/index.js +2 -2
  93. package/package.json +1 -1
  94. package/pagination/index.cjs +3 -3
  95. package/pagination/index.js +3 -3
  96. package/popup/index.cjs +4 -4
  97. package/popup/index.js +4 -4
  98. package/progress/index.cjs +1 -1
  99. package/progress/index.js +1 -1
  100. package/progress-ring/index.cjs +1 -1
  101. package/progress-ring/index.js +1 -1
  102. package/radio/index.cjs +1 -1
  103. package/radio/index.js +1 -1
  104. package/radio-group/index.cjs +1 -1
  105. package/radio-group/index.js +1 -1
  106. package/range-slider/index.cjs +2 -2
  107. package/range-slider/index.js +2 -2
  108. package/select/index.cjs +7 -6
  109. package/select/index.js +7 -6
  110. package/selectable-box/index.cjs +5 -4
  111. package/selectable-box/index.js +5 -4
  112. package/shared/applyMixinsWithObservables.cjs +15 -0
  113. package/shared/applyMixinsWithObservables.js +13 -0
  114. package/shared/definition.cjs +1 -1
  115. package/shared/definition.js +1 -1
  116. package/shared/definition11.cjs +3 -3
  117. package/shared/definition11.js +3 -3
  118. package/shared/definition14.cjs +2 -2
  119. package/shared/definition14.js +2 -2
  120. package/shared/definition15.cjs +8 -9
  121. package/shared/definition15.js +8 -9
  122. package/shared/definition16.cjs +3 -3
  123. package/shared/definition16.js +3 -3
  124. package/shared/definition17.cjs +2 -2
  125. package/shared/definition17.js +3 -3
  126. package/shared/definition18.cjs +3 -3
  127. package/shared/definition18.js +3 -3
  128. package/shared/definition19.cjs +3 -3
  129. package/shared/definition19.js +3 -3
  130. package/shared/definition20.cjs +186 -227
  131. package/shared/definition20.js +181 -222
  132. package/shared/definition21.cjs +264 -67
  133. package/shared/definition21.js +263 -65
  134. package/shared/definition22.cjs +66 -57
  135. package/shared/definition22.js +64 -56
  136. package/shared/definition23.cjs +42 -76
  137. package/shared/definition23.js +41 -75
  138. package/shared/definition24.cjs +70 -2402
  139. package/shared/definition24.js +69 -2401
  140. package/shared/definition25.cjs +2402 -46
  141. package/shared/definition25.js +2401 -45
  142. package/shared/definition26.cjs +63 -30
  143. package/shared/definition26.js +62 -29
  144. package/shared/definition27.cjs +28 -56
  145. package/shared/definition27.js +27 -55
  146. package/shared/definition28.cjs +35 -881
  147. package/shared/definition28.js +34 -879
  148. package/shared/definition29.cjs +893 -60
  149. package/shared/definition29.js +893 -61
  150. package/shared/definition30.cjs +68 -86
  151. package/shared/definition30.js +67 -85
  152. package/shared/definition31.cjs +86 -21
  153. package/shared/definition31.js +86 -21
  154. package/shared/definition32.cjs +24 -12
  155. package/shared/definition32.js +23 -11
  156. package/shared/definition33.cjs +11 -50
  157. package/shared/definition33.js +10 -49
  158. package/shared/definition34.cjs +26 -515
  159. package/shared/definition34.js +26 -515
  160. package/shared/definition35.cjs +448 -194
  161. package/shared/definition35.js +448 -192
  162. package/shared/definition36.cjs +256 -202
  163. package/shared/definition36.js +253 -201
  164. package/shared/definition37.cjs +204 -65
  165. package/shared/definition37.js +203 -63
  166. package/shared/definition38.cjs +63 -57
  167. package/shared/definition38.js +60 -55
  168. package/shared/definition39.cjs +65 -432
  169. package/shared/definition39.js +64 -431
  170. package/shared/definition4.cjs +2 -2
  171. package/shared/definition4.js +2 -2
  172. package/shared/definition40.cjs +441 -34
  173. package/shared/definition40.js +438 -31
  174. package/shared/definition41.cjs +34 -576
  175. package/shared/definition41.js +33 -575
  176. package/shared/definition42.cjs +531 -654
  177. package/shared/definition42.js +531 -654
  178. package/shared/definition43.cjs +690 -114
  179. package/shared/definition43.js +689 -113
  180. package/shared/definition44.cjs +124 -79
  181. package/shared/definition44.js +122 -77
  182. package/shared/definition45.cjs +78 -520
  183. package/shared/definition45.js +77 -518
  184. package/shared/definition46.cjs +520 -119
  185. package/shared/definition46.js +518 -118
  186. package/shared/definition47.cjs +118 -135
  187. package/shared/definition47.js +117 -134
  188. package/shared/definition48.cjs +151 -19
  189. package/shared/definition48.js +150 -18
  190. package/shared/definition49.cjs +21 -84
  191. package/shared/definition49.js +20 -83
  192. package/shared/definition5.cjs +1 -1
  193. package/shared/definition5.js +1 -1
  194. package/shared/definition50.cjs +52 -505
  195. package/shared/definition50.js +51 -504
  196. package/shared/definition51.cjs +526 -28
  197. package/shared/definition51.js +525 -27
  198. package/shared/definition52.cjs +28 -123
  199. package/shared/definition52.js +26 -122
  200. package/shared/definition53.cjs +110 -309
  201. package/shared/definition53.js +110 -308
  202. package/shared/definition54.cjs +255 -271
  203. package/shared/definition54.js +255 -271
  204. package/shared/definition55.cjs +262 -791
  205. package/shared/definition55.js +261 -790
  206. package/shared/definition56.cjs +818 -107
  207. package/shared/definition56.js +817 -106
  208. package/shared/definition57.cjs +85 -55
  209. package/shared/definition57.js +84 -54
  210. package/shared/definition58.cjs +125 -72
  211. package/shared/definition58.js +124 -71
  212. package/shared/definition59.cjs +72 -285
  213. package/shared/definition59.js +73 -286
  214. package/shared/definition6.cjs +1 -1
  215. package/shared/definition6.js +1 -1
  216. package/shared/definition60.cjs +298 -39
  217. package/shared/definition60.js +297 -38
  218. package/shared/definition61.cjs +65739 -1688
  219. package/shared/definition61.js +65738 -1687
  220. package/shared/definition62.cjs +50 -0
  221. package/shared/definition62.js +46 -0
  222. package/shared/definition63.cjs +1828 -0
  223. package/shared/definition63.js +1824 -0
  224. package/shared/definition7.cjs +2 -2
  225. package/shared/definition7.js +2 -2
  226. package/shared/definition8.cjs +2 -2
  227. package/shared/definition8.js +2 -2
  228. package/shared/definition9.cjs +1 -1
  229. package/shared/definition9.js +1 -1
  230. package/shared/enums.cjs +8 -0
  231. package/shared/enums.js +8 -1
  232. package/shared/index2.cjs +66 -37
  233. package/shared/index2.js +66 -37
  234. package/shared/key-codes2.js +1 -1
  235. package/shared/listbox.cjs +1 -1
  236. package/shared/listbox.js +1 -1
  237. package/shared/localization/Locale.d.ts +4 -0
  238. package/shared/patterns/form-elements/form-elements.d.ts +2 -3
  239. package/shared/presentationDate.cjs +16 -5
  240. package/shared/presentationDate.js +16 -5
  241. package/shared/text-anchor.cjs +6 -0
  242. package/shared/text-anchor.js +6 -0
  243. package/shared/text-anchor.template.cjs +6 -1
  244. package/shared/text-anchor.template.js +6 -1
  245. package/shared/text-field.cjs +1 -1
  246. package/shared/text-field.js +1 -1
  247. package/shared/utils/applyMixinsWithObservables.d.ts +1 -0
  248. package/side-drawer/index.cjs +1 -1
  249. package/side-drawer/index.js +1 -1
  250. package/slider/index.cjs +1 -1
  251. package/slider/index.js +1 -1
  252. package/split-button/index.cjs +2 -2
  253. package/split-button/index.js +2 -2
  254. package/style.css +1 -0
  255. package/styles/core/all.css +1 -1
  256. package/styles/core/theme.css +1 -1
  257. package/styles/core/typography.css +1 -1
  258. package/styles/tokens/theme-dark.css +4 -4
  259. package/styles/tokens/theme-light.css +4 -4
  260. package/styles/tokens/vivid-2-compat.css +1 -1
  261. package/switch/index.cjs +2 -2
  262. package/switch/index.js +2 -2
  263. package/tab/index.cjs +2 -2
  264. package/tab/index.js +2 -2
  265. package/tab-panel/index.cjs +1 -1
  266. package/tab-panel/index.js +1 -1
  267. package/tabs/index.cjs +4 -4
  268. package/tabs/index.js +4 -4
  269. package/tag/index.cjs +2 -2
  270. package/tag/index.js +2 -2
  271. package/tag-group/index.cjs +1 -1
  272. package/tag-group/index.js +1 -1
  273. package/text-area/index.cjs +4 -3
  274. package/text-area/index.js +4 -3
  275. package/text-field/index.cjs +4 -3
  276. package/text-field/index.js +4 -3
  277. package/time-picker/index.cjs +8 -7
  278. package/time-picker/index.js +8 -7
  279. package/toggletip/index.cjs +5 -5
  280. package/toggletip/index.js +5 -5
  281. package/tooltip/index.cjs +5 -5
  282. package/tooltip/index.js +5 -5
  283. package/tree-item/index.cjs +2 -2
  284. package/tree-item/index.js +2 -2
  285. package/tree-view/index.cjs +1 -1
  286. package/tree-view/index.js +1 -1
  287. package/video-player/index.cjs +17 -0
  288. package/video-player/index.js +15 -0
  289. package/vivid.api.json +311 -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
@@ -2753,6 +2753,83 @@
2753
2753
  "endIndex": 2
2754
2754
  }
2755
2755
  },
2756
+ {
2757
+ "kind": "Variable",
2758
+ "canonicalReference": "@vonage/vivid!dialPadDefinition:var",
2759
+ "docComment": "",
2760
+ "excerptTokens": [
2761
+ {
2762
+ "kind": "Content",
2763
+ "text": "dialPadDefinition: "
2764
+ },
2765
+ {
2766
+ "kind": "Content",
2767
+ "text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
2768
+ },
2769
+ {
2770
+ "kind": "Reference",
2771
+ "text": "OverrideFoundationElementDefinition",
2772
+ "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
2773
+ },
2774
+ {
2775
+ "kind": "Content",
2776
+ "text": "<"
2777
+ },
2778
+ {
2779
+ "kind": "Reference",
2780
+ "text": "FoundationElementDefinition",
2781
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
2782
+ },
2783
+ {
2784
+ "kind": "Content",
2785
+ "text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
2786
+ },
2787
+ {
2788
+ "kind": "Reference",
2789
+ "text": "FoundationElementRegistry",
2790
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
2791
+ },
2792
+ {
2793
+ "kind": "Content",
2794
+ "text": "<"
2795
+ },
2796
+ {
2797
+ "kind": "Reference",
2798
+ "text": "FoundationElementDefinition",
2799
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
2800
+ },
2801
+ {
2802
+ "kind": "Content",
2803
+ "text": ", import(\"@microsoft/fast-element\")."
2804
+ },
2805
+ {
2806
+ "kind": "Reference",
2807
+ "text": "Constructable",
2808
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
2809
+ },
2810
+ {
2811
+ "kind": "Content",
2812
+ "text": "<import(\"@microsoft/fast-foundation\")."
2813
+ },
2814
+ {
2815
+ "kind": "Reference",
2816
+ "text": "FoundationElement",
2817
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
2818
+ },
2819
+ {
2820
+ "kind": "Content",
2821
+ "text": ">>"
2822
+ }
2823
+ ],
2824
+ "fileUrlPath": "../../dist/libs/components/lib/dial-pad/definition.d.ts",
2825
+ "isReadonly": true,
2826
+ "releaseTag": "Public",
2827
+ "name": "dialPadDefinition",
2828
+ "variableTypeTokenRange": {
2829
+ "startIndex": 1,
2830
+ "endIndex": 14
2831
+ }
2832
+ },
2756
2833
  {
2757
2834
  "kind": "Variable",
2758
2835
  "canonicalReference": "@vonage/vivid!emptyStateDefinition:var",
@@ -3675,6 +3752,107 @@
3675
3752
  "endIndex": 14
3676
3753
  }
3677
3754
  },
3755
+ {
3756
+ "kind": "Enum",
3757
+ "canonicalReference": "@vonage/vivid!MediaSkipBy:enum",
3758
+ "docComment": "",
3759
+ "excerptTokens": [
3760
+ {
3761
+ "kind": "Content",
3762
+ "text": "export declare enum MediaSkipBy "
3763
+ }
3764
+ ],
3765
+ "fileUrlPath": "../../dist/libs/components/lib/enums.d.ts",
3766
+ "releaseTag": "Public",
3767
+ "name": "MediaSkipBy",
3768
+ "preserveMemberOrder": false,
3769
+ "members": [
3770
+ {
3771
+ "kind": "EnumMember",
3772
+ "canonicalReference": "@vonage/vivid!MediaSkipBy.Five:member",
3773
+ "docComment": "",
3774
+ "excerptTokens": [
3775
+ {
3776
+ "kind": "Content",
3777
+ "text": "Five = "
3778
+ },
3779
+ {
3780
+ "kind": "Content",
3781
+ "text": "\"5\""
3782
+ }
3783
+ ],
3784
+ "initializerTokenRange": {
3785
+ "startIndex": 1,
3786
+ "endIndex": 2
3787
+ },
3788
+ "releaseTag": "Public",
3789
+ "name": "Five"
3790
+ },
3791
+ {
3792
+ "kind": "EnumMember",
3793
+ "canonicalReference": "@vonage/vivid!MediaSkipBy.Ten:member",
3794
+ "docComment": "",
3795
+ "excerptTokens": [
3796
+ {
3797
+ "kind": "Content",
3798
+ "text": "Ten = "
3799
+ },
3800
+ {
3801
+ "kind": "Content",
3802
+ "text": "\"10\""
3803
+ }
3804
+ ],
3805
+ "initializerTokenRange": {
3806
+ "startIndex": 1,
3807
+ "endIndex": 2
3808
+ },
3809
+ "releaseTag": "Public",
3810
+ "name": "Ten"
3811
+ },
3812
+ {
3813
+ "kind": "EnumMember",
3814
+ "canonicalReference": "@vonage/vivid!MediaSkipBy.Thirty:member",
3815
+ "docComment": "",
3816
+ "excerptTokens": [
3817
+ {
3818
+ "kind": "Content",
3819
+ "text": "Thirty = "
3820
+ },
3821
+ {
3822
+ "kind": "Content",
3823
+ "text": "\"30\""
3824
+ }
3825
+ ],
3826
+ "initializerTokenRange": {
3827
+ "startIndex": 1,
3828
+ "endIndex": 2
3829
+ },
3830
+ "releaseTag": "Public",
3831
+ "name": "Thirty"
3832
+ },
3833
+ {
3834
+ "kind": "EnumMember",
3835
+ "canonicalReference": "@vonage/vivid!MediaSkipBy.Zero:member",
3836
+ "docComment": "",
3837
+ "excerptTokens": [
3838
+ {
3839
+ "kind": "Content",
3840
+ "text": "Zero = "
3841
+ },
3842
+ {
3843
+ "kind": "Content",
3844
+ "text": "\"0\""
3845
+ }
3846
+ ],
3847
+ "initializerTokenRange": {
3848
+ "startIndex": 1,
3849
+ "endIndex": 2
3850
+ },
3851
+ "releaseTag": "Public",
3852
+ "name": "Zero"
3853
+ }
3854
+ ]
3855
+ },
3678
3856
  {
3679
3857
  "kind": "Variable",
3680
3858
  "canonicalReference": "@vonage/vivid!menuDefinition:var",
@@ -5869,6 +6047,34 @@
5869
6047
  "endIndex": 3
5870
6048
  }
5871
6049
  },
6050
+ {
6051
+ "kind": "Variable",
6052
+ "canonicalReference": "@vonage/vivid!registerDialPad:var",
6053
+ "docComment": "",
6054
+ "excerptTokens": [
6055
+ {
6056
+ "kind": "Content",
6057
+ "text": "registerDialPad: "
6058
+ },
6059
+ {
6060
+ "kind": "Content",
6061
+ "text": "(prefix?: string) => import(\"@microsoft/fast-foundation\")."
6062
+ },
6063
+ {
6064
+ "kind": "Reference",
6065
+ "text": "DesignSystem",
6066
+ "canonicalReference": "@microsoft/fast-foundation!DesignSystem:interface"
6067
+ }
6068
+ ],
6069
+ "fileUrlPath": "../../dist/libs/components/lib/dial-pad/definition.d.ts",
6070
+ "isReadonly": true,
6071
+ "releaseTag": "Public",
6072
+ "name": "registerDialPad",
6073
+ "variableTypeTokenRange": {
6074
+ "startIndex": 1,
6075
+ "endIndex": 3
6076
+ }
6077
+ },
5872
6078
  {
5873
6079
  "kind": "Variable",
5874
6080
  "canonicalReference": "@vonage/vivid!registerDivider:var",
@@ -6989,6 +7195,34 @@
6989
7195
  "endIndex": 3
6990
7196
  }
6991
7197
  },
7198
+ {
7199
+ "kind": "Variable",
7200
+ "canonicalReference": "@vonage/vivid!registerVideoPlayer:var",
7201
+ "docComment": "",
7202
+ "excerptTokens": [
7203
+ {
7204
+ "kind": "Content",
7205
+ "text": "registerVideoPlayer: "
7206
+ },
7207
+ {
7208
+ "kind": "Content",
7209
+ "text": "(prefix?: string) => import(\"@microsoft/fast-foundation\")."
7210
+ },
7211
+ {
7212
+ "kind": "Reference",
7213
+ "text": "DesignSystem",
7214
+ "canonicalReference": "@microsoft/fast-foundation!DesignSystem:interface"
7215
+ }
7216
+ ],
7217
+ "fileUrlPath": "../../dist/libs/components/lib/video-player/definition.d.ts",
7218
+ "isReadonly": true,
7219
+ "releaseTag": "Public",
7220
+ "name": "registerVideoPlayer",
7221
+ "variableTypeTokenRange": {
7222
+ "startIndex": 1,
7223
+ "endIndex": 3
7224
+ }
7225
+ },
6992
7226
  {
6993
7227
  "kind": "Enum",
6994
7228
  "canonicalReference": "@vonage/vivid!Role:enum",
@@ -9757,6 +9991,83 @@
9757
9991
  "startIndex": 1,
9758
9992
  "endIndex": 14
9759
9993
  }
9994
+ },
9995
+ {
9996
+ "kind": "Variable",
9997
+ "canonicalReference": "@vonage/vivid!videoPlayerDefinition:var",
9998
+ "docComment": "",
9999
+ "excerptTokens": [
10000
+ {
10001
+ "kind": "Content",
10002
+ "text": "videoPlayerDefinition: "
10003
+ },
10004
+ {
10005
+ "kind": "Content",
10006
+ "text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
10007
+ },
10008
+ {
10009
+ "kind": "Reference",
10010
+ "text": "OverrideFoundationElementDefinition",
10011
+ "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
10012
+ },
10013
+ {
10014
+ "kind": "Content",
10015
+ "text": "<"
10016
+ },
10017
+ {
10018
+ "kind": "Reference",
10019
+ "text": "FoundationElementDefinition",
10020
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
10021
+ },
10022
+ {
10023
+ "kind": "Content",
10024
+ "text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
10025
+ },
10026
+ {
10027
+ "kind": "Reference",
10028
+ "text": "FoundationElementRegistry",
10029
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
10030
+ },
10031
+ {
10032
+ "kind": "Content",
10033
+ "text": "<"
10034
+ },
10035
+ {
10036
+ "kind": "Reference",
10037
+ "text": "FoundationElementDefinition",
10038
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
10039
+ },
10040
+ {
10041
+ "kind": "Content",
10042
+ "text": ", import(\"@microsoft/fast-element\")."
10043
+ },
10044
+ {
10045
+ "kind": "Reference",
10046
+ "text": "Constructable",
10047
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
10048
+ },
10049
+ {
10050
+ "kind": "Content",
10051
+ "text": "<import(\"@microsoft/fast-foundation\")."
10052
+ },
10053
+ {
10054
+ "kind": "Reference",
10055
+ "text": "FoundationElement",
10056
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
10057
+ },
10058
+ {
10059
+ "kind": "Content",
10060
+ "text": ">>"
10061
+ }
10062
+ ],
10063
+ "fileUrlPath": "../../dist/libs/components/lib/video-player/definition.d.ts",
10064
+ "isReadonly": true,
10065
+ "releaseTag": "Public",
10066
+ "name": "videoPlayerDefinition",
10067
+ "variableTypeTokenRange": {
10068
+ "startIndex": 1,
10069
+ "endIndex": 14
10070
+ }
9760
10071
  }
9761
10072
  ]
9762
10073
  }