@vonage/vivid 3.31.0 → 3.34.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 (237) hide show
  1. package/accordion/index.js +5 -5
  2. package/accordion-item/index.js +4 -4
  3. package/action-group/index.js +1 -1
  4. package/alert/index.js +8 -7
  5. package/avatar/index.js +2 -2
  6. package/badge/index.js +2 -2
  7. package/banner/index.js +5 -5
  8. package/breadcrumb/index.js +1 -1
  9. package/breadcrumb-item/index.js +3 -3
  10. package/button/index.js +4 -4
  11. package/calendar/index.js +1 -1
  12. package/calendar-event/index.js +1 -1
  13. package/card/index.js +3 -3
  14. package/checkbox/index.js +7 -4
  15. package/combobox/index.js +10 -9
  16. package/custom-elements.json +996 -29
  17. package/data-grid/index.js +2 -2
  18. package/date-picker/index.js +35 -0
  19. package/dialog/index.js +6 -6
  20. package/divider/index.js +1 -1
  21. package/elevation/index.js +1 -1
  22. package/empty-state/index.js +2 -2
  23. package/fab/index.js +4 -4
  24. package/file-picker/index.js +7 -6
  25. package/focus/index.js +1 -1
  26. package/header/index.js +2 -2
  27. package/icon/index.js +1 -1
  28. package/index.d.ts +1 -0
  29. package/index.js +68 -66
  30. package/layout/index.js +1 -1
  31. package/lib/button/button.d.ts +2 -0
  32. package/lib/calendar/calendar.d.ts +1 -1
  33. package/lib/components.d.ts +20 -19
  34. package/lib/date-picker/calendar/calendarGrid.d.ts +17 -0
  35. package/lib/date-picker/calendar/dateStr.d.ts +7 -0
  36. package/lib/date-picker/calendar/month.d.ts +12 -0
  37. package/lib/date-picker/calendar/monthPickerGrid.d.ts +10 -0
  38. package/lib/date-picker/calendar/presentationDate.d.ts +4 -0
  39. package/lib/date-picker/calendar/year.d.ts +2 -0
  40. package/lib/date-picker/date-picker.d.ts +18 -0
  41. package/lib/date-picker/date-picker.template.d.ts +4 -0
  42. package/lib/date-picker/definition.d.ts +3 -0
  43. package/lib/date-picker/locale.d.ts +21 -0
  44. package/lib/icon/icon.d.ts +0 -1
  45. package/lib/listbox/listbox.d.ts +9 -1
  46. package/lib/select/select.d.ts +4 -2
  47. package/lib/text-field/text-field.d.ts +1 -0
  48. package/listbox/index.js +22 -17
  49. package/locales/en-GB.d.ts +3 -0
  50. package/locales/en-GB.js +59 -0
  51. package/locales/en-US.d.ts +3 -0
  52. package/locales/en-US.js +59 -0
  53. package/locales/ja-JP.d.ts +3 -0
  54. package/locales/ja-JP.js +59 -0
  55. package/locales/zh-CN.d.ts +3 -0
  56. package/locales/zh-CN.js +59 -0
  57. package/menu/index.js +8 -8
  58. package/menu-item/index.js +4 -4
  59. package/nav/index.js +1 -1
  60. package/nav-disclosure/index.js +3 -3
  61. package/nav-item/index.js +3 -3
  62. package/note/index.js +4 -4
  63. package/number-field/index.js +8 -7
  64. package/option/index.js +5 -4
  65. package/package.json +2 -15
  66. package/pagination/index.js +5 -5
  67. package/popup/index.js +6 -6
  68. package/progress/index.js +1 -1
  69. package/progress-ring/index.js +1 -1
  70. package/radio/index.js +2 -2
  71. package/radio-group/index.js +1 -1
  72. package/select/index.js +10 -9
  73. package/shared/affix.js +25 -9
  74. package/shared/apply-mixins.js +1 -1
  75. package/shared/breadcrumb-item.js +5 -5
  76. package/shared/button.js +13 -13
  77. package/shared/calendar-event.js +36 -16
  78. package/shared/definition.js +133 -194
  79. package/shared/definition10.js +225 -40
  80. package/shared/definition11.js +36 -32
  81. package/shared/definition12.js +763 -98
  82. package/shared/definition13.js +125 -89
  83. package/shared/definition14.js +207 -27
  84. package/shared/definition15.js +710 -731
  85. package/shared/definition16.js +1289 -47
  86. package/shared/definition17.js +6113 -93
  87. package/shared/definition18.js +242 -164
  88. package/shared/definition19.js +47 -692
  89. package/shared/definition2.js +199 -117
  90. package/shared/definition20.js +59 -1671
  91. package/shared/definition21.js +95 -255
  92. package/shared/definition22.js +2218 -1167
  93. package/shared/definition23.js +57 -219
  94. package/shared/definition24.js +27 -68
  95. package/shared/definition25.js +54 -38
  96. package/shared/definition26.js +395 -70
  97. package/shared/definition27.js +381 -2223
  98. package/shared/definition28.js +85 -44
  99. package/shared/definition29.js +27 -40
  100. package/shared/definition3.js +61 -24
  101. package/shared/definition30.js +13 -427
  102. package/shared/definition31.js +49 -360
  103. package/shared/definition32.js +466 -13
  104. package/shared/definition33.js +273 -63
  105. package/shared/definition34.js +195 -25
  106. package/shared/definition35.js +86 -35
  107. package/shared/definition36.js +66 -427
  108. package/shared/definition37.js +430 -190
  109. package/shared/definition38.js +34 -52
  110. package/shared/definition39.js +683 -31
  111. package/shared/definition4.js +157 -12
  112. package/shared/definition40.js +97 -422
  113. package/shared/definition41.js +473 -543
  114. package/shared/definition42.js +122 -73
  115. package/shared/definition43.js +103 -502
  116. package/shared/definition44.js +23 -101
  117. package/shared/definition45.js +76 -126
  118. package/shared/definition46.js +494 -48
  119. package/shared/definition47.js +23 -23
  120. package/shared/definition48.js +126 -476
  121. package/shared/definition49.js +275 -98
  122. package/shared/definition5.js +71 -36
  123. package/shared/definition50.js +157 -16
  124. package/shared/definition51.js +133 -263
  125. package/shared/definition52.js +131 -115
  126. package/shared/definition53.js +85 -120
  127. package/shared/definition54.js +295 -111
  128. package/shared/definition55.js +12 -71
  129. package/shared/definition56.js +39 -295
  130. package/shared/definition57.js +181 -0
  131. package/shared/definition6.js +56 -111
  132. package/shared/definition7.js +119 -187
  133. package/shared/definition8.js +58 -23
  134. package/shared/definition9.js +92 -66
  135. package/shared/focus.js +2 -1
  136. package/shared/focus2.js +1 -1
  137. package/shared/form-associated.js +2 -2
  138. package/shared/icon.js +48 -27
  139. package/shared/index.js +7 -27
  140. package/shared/index2.js +202 -0
  141. package/shared/key-codes.js +1 -1
  142. package/shared/listbox.js +88 -11
  143. package/shared/localization/Locale.d.ts +4 -0
  144. package/shared/localization/index.d.ts +7 -0
  145. package/shared/patterns/form-elements/form-elements.d.ts +4 -4
  146. package/shared/patterns/index.d.ts +1 -0
  147. package/shared/patterns/localized.d.ts +4 -0
  148. package/shared/radio.js +23 -7
  149. package/shared/repeat.js +1 -1
  150. package/shared/text-anchor.js +21 -4
  151. package/shared/text-anchor.template.js +37 -40
  152. package/shared/text-field.js +2 -2
  153. package/shared/text-field2.js +15 -15
  154. package/shared/tree-item.js +12 -12
  155. package/side-drawer/index.js +1 -1
  156. package/slider/index.js +2 -2
  157. package/split-button/index.js +3 -3
  158. package/style.css +6097 -0
  159. package/styles/core/all.css +25 -3
  160. package/styles/core/theme.css +1 -1
  161. package/styles/core/typography.css +25 -3
  162. package/styles/tokens/theme-dark.css +4 -4
  163. package/styles/tokens/theme-light.css +4 -4
  164. package/styles/tokens/vivid-2-compat.css +2 -2
  165. package/switch/index.js +5 -4
  166. package/tab/index.js +3 -3
  167. package/tab-panel/index.js +1 -1
  168. package/tabs/index.js +5 -5
  169. package/tag/index.js +3 -3
  170. package/tag-group/index.js +1 -1
  171. package/text-anchor/index.js +1 -1
  172. package/text-area/index.js +5 -4
  173. package/text-field/index.js +5 -4
  174. package/toggletip/index.js +7 -7
  175. package/tooltip/index.js +7 -7
  176. package/tree-item/index.js +3 -3
  177. package/tree-view/index.js +1 -1
  178. package/vivid.api.json +137 -0
  179. package/lib/accordion/index.d.ts +0 -1
  180. package/lib/accordion-item/index.d.ts +0 -1
  181. package/lib/action-group/index.d.ts +0 -1
  182. package/lib/alert/index.d.ts +0 -1
  183. package/lib/avatar/index.d.ts +0 -1
  184. package/lib/badge/index.d.ts +0 -1
  185. package/lib/banner/index.d.ts +0 -1
  186. package/lib/breadcrumb/index.d.ts +0 -1
  187. package/lib/breadcrumb-item/index.d.ts +0 -1
  188. package/lib/button/index.d.ts +0 -1
  189. package/lib/calendar/index.d.ts +0 -1
  190. package/lib/calendar-event/index.d.ts +0 -1
  191. package/lib/card/index.d.ts +0 -1
  192. package/lib/checkbox/index.d.ts +0 -1
  193. package/lib/combobox/index.d.ts +0 -1
  194. package/lib/data-grid/index.d.ts +0 -1
  195. package/lib/dialog/index.d.ts +0 -1
  196. package/lib/divider/index.d.ts +0 -1
  197. package/lib/elevation/index.d.ts +0 -1
  198. package/lib/empty-state/index.d.ts +0 -1
  199. package/lib/fab/index.d.ts +0 -1
  200. package/lib/file-picker/index.d.ts +0 -1
  201. package/lib/focus/index.d.ts +0 -1
  202. package/lib/header/index.d.ts +0 -1
  203. package/lib/icon/index.d.ts +0 -1
  204. package/lib/layout/index.d.ts +0 -1
  205. package/lib/listbox/index.d.ts +0 -1
  206. package/lib/menu/index.d.ts +0 -1
  207. package/lib/menu-item/index.d.ts +0 -1
  208. package/lib/nav/index.d.ts +0 -1
  209. package/lib/nav-disclosure/index.d.ts +0 -1
  210. package/lib/nav-item/index.d.ts +0 -1
  211. package/lib/note/index.d.ts +0 -1
  212. package/lib/number-field/index.d.ts +0 -1
  213. package/lib/option/index.d.ts +0 -1
  214. package/lib/pagination/index.d.ts +0 -1
  215. package/lib/popup/index.d.ts +0 -1
  216. package/lib/progress/index.d.ts +0 -1
  217. package/lib/progress-ring/index.d.ts +0 -1
  218. package/lib/radio/index.d.ts +0 -1
  219. package/lib/radio-group/index.d.ts +0 -1
  220. package/lib/select/index.d.ts +0 -1
  221. package/lib/side-drawer/index.d.ts +0 -1
  222. package/lib/slider/index.d.ts +0 -1
  223. package/lib/split-button/index.d.ts +0 -1
  224. package/lib/switch/index.d.ts +0 -1
  225. package/lib/tab/index.d.ts +0 -1
  226. package/lib/tab-panel/index.d.ts +0 -1
  227. package/lib/tabs/index.d.ts +0 -1
  228. package/lib/tag/index.d.ts +0 -1
  229. package/lib/tag-group/index.d.ts +0 -1
  230. package/lib/text-anchor/index.d.ts +0 -1
  231. package/lib/text-area/index.d.ts +0 -1
  232. package/lib/text-field/index.d.ts +0 -1
  233. package/lib/toggletip/index.d.ts +0 -1
  234. package/lib/tooltip/index.d.ts +0 -1
  235. package/lib/tree-item/index.d.ts +0 -1
  236. package/lib/tree-view/index.d.ts +0 -1
  237. package/shared/form-elements.js +0 -162
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 17 Aug 2023 11:13:18 GMT
3
+ * Generated on Mon, 04 Sep 2023 12:44:18 GMT
4
4
  */
5
5
  .vvd-root {
6
6
  color-scheme: var(--vvd-color-scheme);
@@ -26,10 +26,13 @@
26
26
  -webkit-font-smoothing: antialiased; /* apply font anti-aliasing for Webkit on OSX */
27
27
  -moz-osx-font-smoothing: grayscale; /* apply font anti-aliasing for Firefox on OSX */
28
28
  }
29
- .vvd-root p {
29
+ .vvd-root p, .vvd-root .font-base {
30
30
  font: var(--vvd-typography-base);
31
31
  margin-block: 16px;
32
32
  }
33
+ .vvd-root p.tight, .vvd-root .font-base.tight {
34
+ margin-block: 0;
35
+ }
33
36
  .vvd-root b, .vvd-root strong {
34
37
  font: var(--vvd-typography-base-bold);
35
38
  }
@@ -40,26 +43,44 @@
40
43
  font: var(--vvd-typography-headline);
41
44
  margin-block: 40px;
42
45
  }
46
+ .vvd-root .headline.tight {
47
+ margin-block: 0;
48
+ }
43
49
  .vvd-root .subtitle {
44
50
  font: var(--vvd-typography-subtitle);
45
51
  margin-block: 40px;
46
52
  }
53
+ .vvd-root .subtitle.tight {
54
+ margin-block: 0;
55
+ }
47
56
  .vvd-root h1, .vvd-root .heading1 {
48
57
  font: var(--vvd-typography-heading-1);
49
58
  margin-block: 32px;
50
59
  }
60
+ .vvd-root h1.tight, .vvd-root .heading1.tight {
61
+ margin-block: 0;
62
+ }
51
63
  .vvd-root h2, .vvd-root .heading2 {
52
64
  font: var(--vvd-typography-heading-2);
53
65
  margin-block: 32px;
54
66
  }
67
+ .vvd-root h2.tight, .vvd-root .heading2.tight {
68
+ margin-block: 0;
69
+ }
55
70
  .vvd-root h3, .vvd-root .heading3 {
56
71
  font: var(--vvd-typography-heading-3);
57
72
  margin-block: 24px;
58
73
  }
74
+ .vvd-root h3.tight, .vvd-root .heading3.tight {
75
+ margin-block: 0;
76
+ }
59
77
  .vvd-root h4, .vvd-root .heading4 {
60
78
  font: var(--vvd-typography-heading-4);
61
79
  margin-block: 24px;
62
80
  }
81
+ .vvd-root h4.tight, .vvd-root .heading4.tight {
82
+ margin-block: 0;
83
+ }
63
84
  .vvd-root small, .vvd-root figcaption {
64
85
  font: var(--vvd-typography-base-condensed);
65
86
  }
@@ -68,7 +89,8 @@
68
89
  }
69
90
  .vvd-root sub,
70
91
  .vvd-root sup {
71
- font: 75%;
92
+ font: var(--vvd-typography-base-condensed);
93
+ font-size: 75%;
72
94
  line-height: 0;
73
95
  position: relative;
74
96
  vertical-align: baseline;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 17 Aug 2023 11:13:18 GMT
3
+ * Generated on Mon, 04 Sep 2023 12:44:18 GMT
4
4
  */
5
5
  .vvd-root {
6
6
  color-scheme: var(--vvd-color-scheme);
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 17 Aug 2023 11:13:18 GMT
3
+ * Generated on Mon, 04 Sep 2023 12:44:18 GMT
4
4
  */
5
5
  .vvd-root:root {
6
6
  --vvd-size-font-scale-base: 1rem;
@@ -20,10 +20,13 @@
20
20
  -webkit-font-smoothing: antialiased; /* apply font anti-aliasing for Webkit on OSX */
21
21
  -moz-osx-font-smoothing: grayscale; /* apply font anti-aliasing for Firefox on OSX */
22
22
  }
23
- .vvd-root p {
23
+ .vvd-root p, .vvd-root .font-base {
24
24
  font: var(--vvd-typography-base);
25
25
  margin-block: 16px;
26
26
  }
27
+ .vvd-root p.tight, .vvd-root .font-base.tight {
28
+ margin-block: 0;
29
+ }
27
30
  .vvd-root b, .vvd-root strong {
28
31
  font: var(--vvd-typography-base-bold);
29
32
  }
@@ -34,26 +37,44 @@
34
37
  font: var(--vvd-typography-headline);
35
38
  margin-block: 40px;
36
39
  }
40
+ .vvd-root .headline.tight {
41
+ margin-block: 0;
42
+ }
37
43
  .vvd-root .subtitle {
38
44
  font: var(--vvd-typography-subtitle);
39
45
  margin-block: 40px;
40
46
  }
47
+ .vvd-root .subtitle.tight {
48
+ margin-block: 0;
49
+ }
41
50
  .vvd-root h1, .vvd-root .heading1 {
42
51
  font: var(--vvd-typography-heading-1);
43
52
  margin-block: 32px;
44
53
  }
54
+ .vvd-root h1.tight, .vvd-root .heading1.tight {
55
+ margin-block: 0;
56
+ }
45
57
  .vvd-root h2, .vvd-root .heading2 {
46
58
  font: var(--vvd-typography-heading-2);
47
59
  margin-block: 32px;
48
60
  }
61
+ .vvd-root h2.tight, .vvd-root .heading2.tight {
62
+ margin-block: 0;
63
+ }
49
64
  .vvd-root h3, .vvd-root .heading3 {
50
65
  font: var(--vvd-typography-heading-3);
51
66
  margin-block: 24px;
52
67
  }
68
+ .vvd-root h3.tight, .vvd-root .heading3.tight {
69
+ margin-block: 0;
70
+ }
53
71
  .vvd-root h4, .vvd-root .heading4 {
54
72
  font: var(--vvd-typography-heading-4);
55
73
  margin-block: 24px;
56
74
  }
75
+ .vvd-root h4.tight, .vvd-root .heading4.tight {
76
+ margin-block: 0;
77
+ }
57
78
  .vvd-root small, .vvd-root figcaption {
58
79
  font: var(--vvd-typography-base-condensed);
59
80
  }
@@ -62,7 +83,8 @@
62
83
  }
63
84
  .vvd-root sub,
64
85
  .vvd-root sup {
65
- font: 75%;
86
+ font: var(--vvd-typography-base-condensed);
87
+ font-size: 75%;
66
88
  line-height: 0;
67
89
  position: relative;
68
90
  vertical-align: baseline;
@@ -1,18 +1,18 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 17 Aug 2023 11:13:18 GMT
3
+ * Generated on Mon, 04 Sep 2023 12:44:18 GMT
4
4
  */
5
5
  /**
6
6
  * Do not edit directly
7
- * Generated on Thu, 17 Aug 2023 11:13:18 GMT
7
+ * Generated on Mon, 04 Sep 2023 12:44:18 GMT
8
8
  */
9
9
  /**
10
10
  * Do not edit directly
11
- * Generated on Thu, 17 Aug 2023 11:13:18 GMT
11
+ * Generated on Mon, 04 Sep 2023 12:44:18 GMT
12
12
  */
13
13
  /**
14
14
  * Do not edit directly
15
- * Generated on Thu, 17 Aug 2023 11:13:18 GMT
15
+ * Generated on Mon, 04 Sep 2023 12:44:18 GMT
16
16
  */
17
17
  @property --vvd-size-density {
18
18
  syntax: "<integer>";
@@ -1,18 +1,18 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 17 Aug 2023 11:13:18 GMT
3
+ * Generated on Mon, 04 Sep 2023 12:44:18 GMT
4
4
  */
5
5
  /**
6
6
  * Do not edit directly
7
- * Generated on Thu, 17 Aug 2023 11:13:18 GMT
7
+ * Generated on Mon, 04 Sep 2023 12:44:18 GMT
8
8
  */
9
9
  /**
10
10
  * Do not edit directly
11
- * Generated on Thu, 17 Aug 2023 11:13:18 GMT
11
+ * Generated on Mon, 04 Sep 2023 12:44:18 GMT
12
12
  */
13
13
  /**
14
14
  * Do not edit directly
15
- * Generated on Thu, 17 Aug 2023 11:13:18 GMT
15
+ * Generated on Mon, 04 Sep 2023 12:44:18 GMT
16
16
  */
17
17
  @property --vvd-size-density {
18
18
  syntax: "<integer>";
@@ -1,13 +1,13 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 17 Aug 2023 11:13:18 GMT
3
+ * Generated on Mon, 04 Sep 2023 12:44:18 GMT
4
4
  */
5
5
  .vvd-root, ::part(vvd-root),
6
6
  .vvd-theme-alternate, ::part(vvd-theme-alternate) {
7
7
  --_vvd3--vvd-color-neutral-50: var(--vvd-color-neutral-50);
8
8
  }
9
9
 
10
- .vvd-component {
10
+ .vvd-component:not(.vvd-theme-alternate) {
11
11
  --vvd-color-neutral-50: var(--_vvd3--vvd-color-neutral-50);
12
12
  }
13
13
 
package/switch/index.js CHANGED
@@ -1,16 +1,17 @@
1
- import { r as registerSwitch } from '../shared/definition45.js';
1
+ import { r as registerSwitch } from '../shared/definition43.js';
2
2
  import '../shared/index.js';
3
- import '../shared/definition3.js';
3
+ import '../shared/definition24.js';
4
4
  import '../shared/icon.js';
5
5
  import '../shared/_has.js';
6
6
  import '../shared/class-names.js';
7
7
  import '../shared/when.js';
8
- import '../shared/definition4.js';
8
+ import '../shared/definition55.js';
9
9
  import '../shared/focus.js';
10
10
  import '../shared/form-associated.js';
11
11
  import '../shared/key-codes.js';
12
12
  import '../shared/affix.js';
13
13
  import '../shared/focus2.js';
14
- import '../shared/form-elements.js';
14
+ import '../shared/index2.js';
15
+ import '../locales/en-US.js';
15
16
 
16
17
  registerSwitch();
package/tab/index.js CHANGED
@@ -1,11 +1,11 @@
1
- import { r as registerTab } from '../shared/definition46.js';
1
+ import { r as registerTab } from '../shared/definition45.js';
2
2
  import '../shared/index.js';
3
- import '../shared/definition3.js';
3
+ import '../shared/definition24.js';
4
4
  import '../shared/icon.js';
5
5
  import '../shared/_has.js';
6
6
  import '../shared/class-names.js';
7
7
  import '../shared/when.js';
8
- import '../shared/definition4.js';
8
+ import '../shared/definition55.js';
9
9
  import '../shared/focus.js';
10
10
  import '../shared/affix.js';
11
11
  import '../shared/apply-mixins.js';
@@ -1,4 +1,4 @@
1
- import { r as registerTabPanel } from '../shared/definition47.js';
1
+ import { r as registerTabPanel } from '../shared/definition44.js';
2
2
  import '../shared/index.js';
3
3
 
4
4
  registerTabPanel();
package/tabs/index.js CHANGED
@@ -1,17 +1,17 @@
1
- import { r as registerTabs } from '../shared/definition48.js';
1
+ import { r as registerTabs } from '../shared/definition46.js';
2
2
  import '../shared/index.js';
3
- import '../shared/definition46.js';
4
- import '../shared/definition3.js';
3
+ import '../shared/definition45.js';
4
+ import '../shared/definition24.js';
5
5
  import '../shared/icon.js';
6
6
  import '../shared/_has.js';
7
7
  import '../shared/class-names.js';
8
8
  import '../shared/when.js';
9
- import '../shared/definition4.js';
9
+ import '../shared/definition55.js';
10
10
  import '../shared/focus.js';
11
11
  import '../shared/affix.js';
12
12
  import '../shared/apply-mixins.js';
13
13
  import '../shared/focus2.js';
14
- import '../shared/definition47.js';
14
+ import '../shared/definition44.js';
15
15
  import '../shared/start-end.js';
16
16
  import '../shared/ref.js';
17
17
  import '../shared/key-codes.js';
package/tag/index.js CHANGED
@@ -1,11 +1,11 @@
1
- import { r as registerTag } from '../shared/definition49.js';
1
+ import { r as registerTag } from '../shared/definition48.js';
2
2
  import '../shared/index.js';
3
- import '../shared/definition3.js';
3
+ import '../shared/definition24.js';
4
4
  import '../shared/icon.js';
5
5
  import '../shared/_has.js';
6
6
  import '../shared/class-names.js';
7
7
  import '../shared/when.js';
8
- import '../shared/definition4.js';
8
+ import '../shared/definition55.js';
9
9
  import '../shared/focus.js';
10
10
  import '../shared/affix.js';
11
11
  import '../shared/apply-mixins.js';
@@ -1,4 +1,4 @@
1
- import { r as registerTagGroup } from '../shared/definition50.js';
1
+ import { r as registerTagGroup } from '../shared/definition47.js';
2
2
  import '../shared/index.js';
3
3
  import '../shared/class-names.js';
4
4
 
@@ -14,7 +14,7 @@ import '../shared/focus.js';
14
14
  import '../shared/class-names.js';
15
15
 
16
16
  const textAnchorDefinition = TextAnchor.compose({
17
- baseName: 'text-anchor',
17
+ baseName: "text-anchor",
18
18
  template: textAnchorTemplate
19
19
  });
20
20
  const textAnchorRegistries = [textAnchorDefinition()];
@@ -1,14 +1,15 @@
1
- import { r as registerTextArea } from '../shared/definition51.js';
1
+ import { r as registerTextArea } from '../shared/definition49.js';
2
2
  import '../shared/index.js';
3
- import '../shared/definition3.js';
3
+ import '../shared/definition24.js';
4
4
  import '../shared/icon.js';
5
5
  import '../shared/_has.js';
6
6
  import '../shared/class-names.js';
7
7
  import '../shared/when.js';
8
- import '../shared/definition4.js';
8
+ import '../shared/definition55.js';
9
9
  import '../shared/focus.js';
10
10
  import '../shared/affix.js';
11
- import '../shared/form-elements.js';
11
+ import '../shared/index2.js';
12
+ import '../locales/en-US.js';
12
13
  import '../shared/text-field2.js';
13
14
  import '../shared/apply-mixins.js';
14
15
  import '../shared/form-associated.js';
@@ -1,14 +1,15 @@
1
- import { r as registerTextField } from '../shared/definition52.js';
1
+ import { r as registerTextField } from '../shared/definition50.js';
2
2
  import '../shared/index.js';
3
- import '../shared/definition4.js';
3
+ import '../shared/definition55.js';
4
4
  import '../shared/focus.js';
5
- import '../shared/definition3.js';
5
+ import '../shared/definition24.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
10
  import '../shared/affix.js';
11
- import '../shared/form-elements.js';
11
+ import '../shared/index2.js';
12
+ import '../locales/en-US.js';
12
13
  import '../shared/text-field2.js';
13
14
  import '../shared/apply-mixins.js';
14
15
  import '../shared/form-associated.js';
@@ -1,15 +1,15 @@
1
- import { r as registerToggletip } from '../shared/definition53.js';
1
+ import { r as registerToggletip } from '../shared/definition51.js';
2
2
  import '../shared/index.js';
3
- import '../shared/definition20.js';
4
- import '../shared/definition7.js';
5
- import '../shared/definition3.js';
3
+ import '../shared/definition57.js';
4
+ import '../shared/definition10.js';
5
+ import '../shared/definition24.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/definition4.js';
10
+ import '../shared/definition55.js';
11
11
  import '../shared/focus.js';
12
- import '../shared/definition9.js';
12
+ import '../shared/definition35.js';
13
13
  import '../shared/base-progress.js';
14
14
  import '../shared/affix.js';
15
15
  import '../shared/button.js';
@@ -20,6 +20,6 @@ import '../shared/aria-global.js';
20
20
  import '../shared/start-end.js';
21
21
  import '../shared/ref.js';
22
22
  import '../shared/focus2.js';
23
- import '../shared/definition8.js';
23
+ import '../shared/definition56.js';
24
24
 
25
25
  registerToggletip();
package/tooltip/index.js CHANGED
@@ -1,15 +1,15 @@
1
- import { r as registerTooltip } from '../shared/definition54.js';
1
+ import { r as registerTooltip } from '../shared/definition52.js';
2
2
  import '../shared/index.js';
3
- import '../shared/definition20.js';
4
- import '../shared/definition7.js';
5
- import '../shared/definition3.js';
3
+ import '../shared/definition57.js';
4
+ import '../shared/definition10.js';
5
+ import '../shared/definition24.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/definition4.js';
10
+ import '../shared/definition55.js';
11
11
  import '../shared/focus.js';
12
- import '../shared/definition9.js';
12
+ import '../shared/definition35.js';
13
13
  import '../shared/base-progress.js';
14
14
  import '../shared/affix.js';
15
15
  import '../shared/button.js';
@@ -20,6 +20,6 @@ import '../shared/aria-global.js';
20
20
  import '../shared/start-end.js';
21
21
  import '../shared/ref.js';
22
22
  import '../shared/focus2.js';
23
- import '../shared/definition8.js';
23
+ import '../shared/definition56.js';
24
24
 
25
25
  registerTooltip();
@@ -1,11 +1,11 @@
1
- import { r as registerTreeItem } from '../shared/definition55.js';
1
+ import { r as registerTreeItem } from '../shared/definition53.js';
2
2
  import '../shared/index.js';
3
- import '../shared/definition3.js';
3
+ import '../shared/definition24.js';
4
4
  import '../shared/icon.js';
5
5
  import '../shared/_has.js';
6
6
  import '../shared/class-names.js';
7
7
  import '../shared/when.js';
8
- import '../shared/definition4.js';
8
+ import '../shared/definition55.js';
9
9
  import '../shared/focus.js';
10
10
  import '../shared/affix.js';
11
11
  import '../shared/tree-item.js';
@@ -1,4 +1,4 @@
1
- import { r as registerTreeView } from '../shared/definition56.js';
1
+ import { r as registerTreeView } from '../shared/definition54.js';
2
2
  import '../shared/index.js';
3
3
  import '../shared/tree-item.js';
4
4
  import '../shared/start-end.js';
package/vivid.api.json CHANGED
@@ -2332,6 +2332,83 @@
2332
2332
  "endIndex": 10
2333
2333
  }
2334
2334
  },
2335
+ {
2336
+ "kind": "Variable",
2337
+ "canonicalReference": "@vonage/vivid!datePickerDefinition:var",
2338
+ "docComment": "",
2339
+ "excerptTokens": [
2340
+ {
2341
+ "kind": "Content",
2342
+ "text": "datePickerDefinition: "
2343
+ },
2344
+ {
2345
+ "kind": "Content",
2346
+ "text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
2347
+ },
2348
+ {
2349
+ "kind": "Reference",
2350
+ "text": "OverrideFoundationElementDefinition",
2351
+ "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
2352
+ },
2353
+ {
2354
+ "kind": "Content",
2355
+ "text": "<"
2356
+ },
2357
+ {
2358
+ "kind": "Reference",
2359
+ "text": "FoundationElementDefinition",
2360
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
2361
+ },
2362
+ {
2363
+ "kind": "Content",
2364
+ "text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
2365
+ },
2366
+ {
2367
+ "kind": "Reference",
2368
+ "text": "FoundationElementRegistry",
2369
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
2370
+ },
2371
+ {
2372
+ "kind": "Content",
2373
+ "text": "<"
2374
+ },
2375
+ {
2376
+ "kind": "Reference",
2377
+ "text": "FoundationElementDefinition",
2378
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
2379
+ },
2380
+ {
2381
+ "kind": "Content",
2382
+ "text": ", import(\"@microsoft/fast-element\")."
2383
+ },
2384
+ {
2385
+ "kind": "Reference",
2386
+ "text": "Constructable",
2387
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
2388
+ },
2389
+ {
2390
+ "kind": "Content",
2391
+ "text": "<import(\"@microsoft/fast-foundation\")."
2392
+ },
2393
+ {
2394
+ "kind": "Reference",
2395
+ "text": "FoundationElement",
2396
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
2397
+ },
2398
+ {
2399
+ "kind": "Content",
2400
+ "text": ">>"
2401
+ }
2402
+ ],
2403
+ "fileUrlPath": "../../dist/libs/components/lib/date-picker/definition.d.ts",
2404
+ "isReadonly": true,
2405
+ "releaseTag": "Public",
2406
+ "name": "datePickerDefinition",
2407
+ "variableTypeTokenRange": {
2408
+ "startIndex": 1,
2409
+ "endIndex": 14
2410
+ }
2411
+ },
2335
2412
  {
2336
2413
  "kind": "Variable",
2337
2414
  "canonicalReference": "@vonage/vivid!designSystem:var",
@@ -5296,6 +5373,34 @@
5296
5373
  "endIndex": 3
5297
5374
  }
5298
5375
  },
5376
+ {
5377
+ "kind": "Variable",
5378
+ "canonicalReference": "@vonage/vivid!registerDatePicker:var",
5379
+ "docComment": "",
5380
+ "excerptTokens": [
5381
+ {
5382
+ "kind": "Content",
5383
+ "text": "registerDatePicker: "
5384
+ },
5385
+ {
5386
+ "kind": "Content",
5387
+ "text": "(prefix?: string) => import(\"@microsoft/fast-foundation\")."
5388
+ },
5389
+ {
5390
+ "kind": "Reference",
5391
+ "text": "DesignSystem",
5392
+ "canonicalReference": "@microsoft/fast-foundation!DesignSystem:interface"
5393
+ }
5394
+ ],
5395
+ "fileUrlPath": "../../dist/libs/components/lib/date-picker/definition.d.ts",
5396
+ "isReadonly": true,
5397
+ "releaseTag": "Public",
5398
+ "name": "registerDatePicker",
5399
+ "variableTypeTokenRange": {
5400
+ "startIndex": 1,
5401
+ "endIndex": 3
5402
+ }
5403
+ },
5299
5404
  {
5300
5405
  "kind": "Variable",
5301
5406
  "canonicalReference": "@vonage/vivid!registerDialog:var",
@@ -6679,6 +6784,38 @@
6679
6784
  "endIndex": 9
6680
6785
  }
6681
6786
  },
6787
+ {
6788
+ "kind": "Variable",
6789
+ "canonicalReference": "@vonage/vivid!setLocale:var",
6790
+ "docComment": "",
6791
+ "excerptTokens": [
6792
+ {
6793
+ "kind": "Content",
6794
+ "text": "setLocale: "
6795
+ },
6796
+ {
6797
+ "kind": "Content",
6798
+ "text": "(locale: "
6799
+ },
6800
+ {
6801
+ "kind": "Reference",
6802
+ "text": "Locale",
6803
+ "canonicalReference": "@vonage/vivid!~Locale:interface"
6804
+ },
6805
+ {
6806
+ "kind": "Content",
6807
+ "text": ") => void"
6808
+ }
6809
+ ],
6810
+ "fileUrlPath": "../../dist/libs/components/shared/localization/index.d.ts",
6811
+ "isReadonly": true,
6812
+ "releaseTag": "Public",
6813
+ "name": "setLocale",
6814
+ "variableTypeTokenRange": {
6815
+ "startIndex": 1,
6816
+ "endIndex": 4
6817
+ }
6818
+ },
6682
6819
  {
6683
6820
  "kind": "Enum",
6684
6821
  "canonicalReference": "@vonage/vivid!Shape:enum",
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};