@vonage/vivid 3.36.0 → 3.38.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 (168) hide show
  1. package/accordion/index.js +3 -4
  2. package/accordion-item/index.js +3 -2
  3. package/alert/index.js +5 -4
  4. package/avatar/index.js +1 -1
  5. package/badge/index.js +2 -1
  6. package/banner/index.js +4 -3
  7. package/breadcrumb/index.js +0 -1
  8. package/breadcrumb-item/index.js +3 -2
  9. package/button/index.js +4 -3
  10. package/card/index.js +2 -3
  11. package/checkbox/index.js +3 -4
  12. package/combobox/index.js +7 -8
  13. package/custom-elements.json +386 -758
  14. package/data-grid/index.js +2 -3
  15. package/date-picker/index.js +10 -9
  16. package/date-range-picker/index.js +36 -0
  17. package/dialog/index.js +6 -7
  18. package/divider/index.js +1 -1
  19. package/elevation/index.js +1 -1
  20. package/empty-state/index.js +2 -3
  21. package/fab/index.js +4 -3
  22. package/file-picker/index.js +6 -4
  23. package/focus/index.js +1 -1
  24. package/header/index.js +2 -2
  25. package/icon/index.js +1 -1
  26. package/index.js +44 -42
  27. package/layout/index.js +1 -1
  28. package/lib/components.d.ts +1 -0
  29. package/lib/date-picker/date-picker.d.ts +5 -15
  30. package/lib/date-range-picker/date-range-picker.d.ts +16 -0
  31. package/lib/date-range-picker/definition.d.ts +3 -0
  32. package/lib/file-picker/file-picker.d.ts +8 -5
  33. package/lib/file-picker/file-picker.form-associated.d.ts +10 -0
  34. package/lib/file-picker/locale.d.ts +6 -0
  35. package/lib/number-field/number-field.d.ts +6 -2
  36. package/lib/tag-group/tag-group.d.ts +1 -0
  37. package/lib/tree-item/tree-item.template.d.ts +1 -1
  38. package/listbox/index.js +4 -5
  39. package/locales/en-GB.js +27 -3
  40. package/locales/en-US.js +27 -3
  41. package/locales/ja-JP.js +25 -1
  42. package/locales/zh-CN.js +25 -1
  43. package/menu/index.js +8 -9
  44. package/menu-item/index.js +4 -5
  45. package/nav/index.js +1 -1
  46. package/nav-disclosure/index.js +4 -3
  47. package/nav-item/index.js +4 -3
  48. package/note/index.js +3 -2
  49. package/number-field/index.js +6 -5
  50. package/option/index.js +4 -3
  51. package/package.json +1 -1
  52. package/pagination/index.js +5 -5
  53. package/popup/index.js +6 -5
  54. package/progress/index.js +1 -1
  55. package/progress-ring/index.js +1 -1
  56. package/radio/index.js +2 -2
  57. package/radio-group/index.js +2 -3
  58. package/select/index.js +8 -9
  59. package/shared/affix.js +5 -1
  60. package/shared/apply-mixins.js +1 -1
  61. package/shared/children.js +2 -2
  62. package/shared/date-picker/calendar/dateRange.d.ts +5 -0
  63. package/shared/date-picker/calendar/presentationDateRange.d.ts +5 -0
  64. package/shared/date-picker/date-picker-base.d.ts +20 -0
  65. package/shared/date-picker/date-picker-base.form-associated.d.ts +10 -0
  66. package/shared/date-picker/date-picker-base.template.d.ts +4 -0
  67. package/{lib → shared}/date-picker/locale.d.ts +6 -0
  68. package/shared/definition.js +5 -5
  69. package/shared/definition10.js +9 -14
  70. package/shared/definition11.js +1 -1
  71. package/shared/definition12.js +1 -1
  72. package/shared/definition13.js +3 -3
  73. package/shared/definition14.js +3 -3
  74. package/shared/definition15.js +5 -5
  75. package/shared/definition16.js +4 -5
  76. package/shared/definition17.js +59 -6016
  77. package/shared/definition18.js +350 -213
  78. package/shared/definition19.js +251 -67
  79. package/shared/definition2.js +2 -3
  80. package/shared/definition20.js +66 -58
  81. package/shared/definition21.js +43 -83
  82. package/shared/definition22.js +75 -2298
  83. package/shared/definition23.js +2361 -45
  84. package/shared/definition24.js +63 -27
  85. package/shared/definition25.js +24 -51
  86. package/shared/definition26.js +36 -806
  87. package/shared/definition27.js +820 -49
  88. package/shared/definition28.js +52 -89
  89. package/shared/definition29.js +88 -24
  90. package/shared/definition3.js +1 -1
  91. package/shared/definition30.js +25 -12
  92. package/shared/definition31.js +12 -53
  93. package/shared/definition32.js +29 -441
  94. package/shared/definition33.js +427 -197
  95. package/shared/definition34.js +260 -174
  96. package/shared/definition35.js +187 -69
  97. package/shared/definition36.js +68 -55
  98. package/shared/definition37.js +61 -422
  99. package/shared/definition38.js +435 -35
  100. package/shared/definition39.js +30 -679
  101. package/shared/definition4.js +3 -3
  102. package/shared/definition40.js +661 -77
  103. package/shared/definition41.js +77 -557
  104. package/shared/definition42.js +559 -106
  105. package/shared/definition43.js +105 -136
  106. package/shared/definition44.js +153 -17
  107. package/shared/definition45.js +16 -79
  108. package/shared/definition46.js +53 -475
  109. package/shared/definition47.js +506 -20
  110. package/shared/definition48.js +22 -121
  111. package/shared/definition49.js +115 -262
  112. package/shared/definition5.js +2 -2
  113. package/shared/definition50.js +248 -120
  114. package/shared/definition51.js +139 -123
  115. package/shared/definition52.js +84 -74
  116. package/shared/definition53.js +114 -70
  117. package/shared/definition54.js +81 -292
  118. package/shared/definition55.js +302 -13
  119. package/shared/definition56.js +11 -41
  120. package/shared/definition57.js +20 -154
  121. package/shared/definition58.js +181 -0
  122. package/shared/definition6.js +5 -5
  123. package/shared/definition7.js +4 -4
  124. package/shared/definition8.js +3 -3
  125. package/shared/definition9.js +1 -2
  126. package/shared/index.js +1 -1
  127. package/shared/index2.js +1 -1
  128. package/shared/listbox.js +1 -1
  129. package/shared/localization/Locale.d.ts +3 -1
  130. package/shared/localized.js +9 -0
  131. package/shared/patterns/affix.d.ts +3 -1
  132. package/shared/presentationDate.js +6133 -0
  133. package/shared/ref.js +1 -1
  134. package/shared/slotted.js +73 -3
  135. package/shared/text-anchor.template.js +4 -4
  136. package/shared/text-field.js +1 -1
  137. package/side-drawer/index.js +1 -1
  138. package/slider/index.js +2 -2
  139. package/split-button/index.js +4 -3
  140. package/style.css +265 -197
  141. package/styles/core/all.css +44 -13
  142. package/styles/core/theme.css +1 -1
  143. package/styles/core/typography.css +44 -13
  144. package/styles/tokens/theme-dark.css +4 -4
  145. package/styles/tokens/theme-light.css +4 -4
  146. package/styles/tokens/vivid-2-compat.css +1 -1
  147. package/switch/index.js +4 -3
  148. package/tab/index.js +4 -3
  149. package/tab-panel/index.js +1 -1
  150. package/tabs/index.js +6 -7
  151. package/tag/index.js +4 -3
  152. package/tag-group/index.js +1 -1
  153. package/text-anchor/index.js +1 -0
  154. package/text-area/index.js +4 -3
  155. package/text-field/index.js +4 -5
  156. package/toggletip/index.js +7 -6
  157. package/tooltip/index.js +7 -6
  158. package/tree-item/index.js +4 -5
  159. package/tree-view/index.js +1 -2
  160. package/vivid.api.json +105 -0
  161. package/lib/date-picker/date-picker.template.d.ts +0 -4
  162. package/shared/node-observation.js +0 -74
  163. /package/{lib → shared}/date-picker/calendar/calendarGrid.d.ts +0 -0
  164. /package/{lib → shared}/date-picker/calendar/dateStr.d.ts +0 -0
  165. /package/{lib → shared}/date-picker/calendar/month.d.ts +0 -0
  166. /package/{lib → shared}/date-picker/calendar/monthPickerGrid.d.ts +0 -0
  167. /package/{lib → shared}/date-picker/calendar/presentationDate.d.ts +0 -0
  168. /package/{lib → shared}/date-picker/calendar/year.d.ts +0 -0
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 13 Sep 2023 10:58:27 GMT
3
+ * Generated on Fri, 13 Oct 2023 14:45:50 GMT
4
4
  */
5
5
  .vvd-root {
6
6
  color-scheme: var(--vvd-color-scheme);
@@ -26,13 +26,33 @@
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, .vvd-root .font-base {
29
+ .vvd-root p,
30
+ .vvd-root .font-base {
30
31
  font: var(--vvd-typography-base);
31
32
  margin-block: 16px;
32
33
  }
33
- .vvd-root p.tight, .vvd-root .font-base.tight {
34
+ .vvd-root p.tight,
35
+ .vvd-root .font-base.tight {
34
36
  margin-block: 0;
35
37
  }
38
+ .vvd-root .font-base-bold {
39
+ font: var(--vvd-typography-base-bold);
40
+ }
41
+ .vvd-root .font-base-condensed {
42
+ font: var(--vvd-typography-base-condensed);
43
+ }
44
+ .vvd-root .font-base-condensed-bold {
45
+ font: var(--vvd-typography-base-condensed-bold);
46
+ }
47
+ .vvd-root .font-base-extended {
48
+ font: var(--vvd-typography-base-extended);
49
+ }
50
+ .vvd-root .font-base-extended-bold {
51
+ font: var(--vvd-typography-base-extended-bold);
52
+ }
53
+ .vvd-root .font-base-code {
54
+ font: var(--vvd-typography-base-code);
55
+ }
36
56
  .vvd-root b, .vvd-root strong {
37
57
  font: var(--vvd-typography-base-bold);
38
58
  }
@@ -53,38 +73,49 @@
53
73
  .vvd-root .subtitle.tight {
54
74
  margin-block: 0;
55
75
  }
56
- .vvd-root h1, .vvd-root .heading1 {
76
+ .vvd-root h1,
77
+ .vvd-root .heading1 {
57
78
  font: var(--vvd-typography-heading-1);
58
79
  margin-block: 32px;
59
80
  }
60
- .vvd-root h1.tight, .vvd-root .heading1.tight {
81
+ .vvd-root h1.tight,
82
+ .vvd-root .heading1.tight {
61
83
  margin-block: 0;
62
84
  }
63
- .vvd-root h2, .vvd-root .heading2 {
85
+ .vvd-root h2,
86
+ .vvd-root .heading2 {
64
87
  font: var(--vvd-typography-heading-2);
65
88
  margin-block: 32px;
66
89
  }
67
- .vvd-root h2.tight, .vvd-root .heading2.tight {
90
+ .vvd-root h2.tight,
91
+ .vvd-root .heading2.tight {
68
92
  margin-block: 0;
69
93
  }
70
- .vvd-root h3, .vvd-root .heading3 {
94
+ .vvd-root h3,
95
+ .vvd-root .heading3 {
71
96
  font: var(--vvd-typography-heading-3);
72
97
  margin-block: 24px;
73
98
  }
74
- .vvd-root h3.tight, .vvd-root .heading3.tight {
99
+ .vvd-root h3.tight,
100
+ .vvd-root .heading3.tight {
75
101
  margin-block: 0;
76
102
  }
77
- .vvd-root h4, .vvd-root .heading4 {
103
+ .vvd-root h4,
104
+ .vvd-root .heading4 {
78
105
  font: var(--vvd-typography-heading-4);
79
106
  margin-block: 24px;
80
107
  }
81
- .vvd-root h4.tight, .vvd-root .heading4.tight {
108
+ .vvd-root h4.tight,
109
+ .vvd-root .heading4.tight {
82
110
  margin-block: 0;
83
111
  }
84
- .vvd-root small, .vvd-root figcaption {
112
+ .vvd-root small,
113
+ .vvd-root figcaption {
85
114
  font: var(--vvd-typography-base-condensed);
86
115
  }
87
- .vvd-root small b, .vvd-root small strong, .vvd-root figcaption b, .vvd-root figcaption strong {
116
+ .vvd-root small b, .vvd-root small strong,
117
+ .vvd-root figcaption b,
118
+ .vvd-root figcaption strong {
88
119
  font: var(--vvd-typography-base-condensed-bold);
89
120
  }
90
121
  .vvd-root sub,
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 13 Sep 2023 10:58:27 GMT
3
+ * Generated on Fri, 13 Oct 2023 14:45:50 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 Wed, 13 Sep 2023 10:58:27 GMT
3
+ * Generated on Fri, 13 Oct 2023 14:45:50 GMT
4
4
  */
5
5
  .vvd-root:root {
6
6
  --vvd-size-font-scale-base: 1rem;
@@ -20,13 +20,33 @@
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, .vvd-root .font-base {
23
+ .vvd-root p,
24
+ .vvd-root .font-base {
24
25
  font: var(--vvd-typography-base);
25
26
  margin-block: 16px;
26
27
  }
27
- .vvd-root p.tight, .vvd-root .font-base.tight {
28
+ .vvd-root p.tight,
29
+ .vvd-root .font-base.tight {
28
30
  margin-block: 0;
29
31
  }
32
+ .vvd-root .font-base-bold {
33
+ font: var(--vvd-typography-base-bold);
34
+ }
35
+ .vvd-root .font-base-condensed {
36
+ font: var(--vvd-typography-base-condensed);
37
+ }
38
+ .vvd-root .font-base-condensed-bold {
39
+ font: var(--vvd-typography-base-condensed-bold);
40
+ }
41
+ .vvd-root .font-base-extended {
42
+ font: var(--vvd-typography-base-extended);
43
+ }
44
+ .vvd-root .font-base-extended-bold {
45
+ font: var(--vvd-typography-base-extended-bold);
46
+ }
47
+ .vvd-root .font-base-code {
48
+ font: var(--vvd-typography-base-code);
49
+ }
30
50
  .vvd-root b, .vvd-root strong {
31
51
  font: var(--vvd-typography-base-bold);
32
52
  }
@@ -47,38 +67,49 @@
47
67
  .vvd-root .subtitle.tight {
48
68
  margin-block: 0;
49
69
  }
50
- .vvd-root h1, .vvd-root .heading1 {
70
+ .vvd-root h1,
71
+ .vvd-root .heading1 {
51
72
  font: var(--vvd-typography-heading-1);
52
73
  margin-block: 32px;
53
74
  }
54
- .vvd-root h1.tight, .vvd-root .heading1.tight {
75
+ .vvd-root h1.tight,
76
+ .vvd-root .heading1.tight {
55
77
  margin-block: 0;
56
78
  }
57
- .vvd-root h2, .vvd-root .heading2 {
79
+ .vvd-root h2,
80
+ .vvd-root .heading2 {
58
81
  font: var(--vvd-typography-heading-2);
59
82
  margin-block: 32px;
60
83
  }
61
- .vvd-root h2.tight, .vvd-root .heading2.tight {
84
+ .vvd-root h2.tight,
85
+ .vvd-root .heading2.tight {
62
86
  margin-block: 0;
63
87
  }
64
- .vvd-root h3, .vvd-root .heading3 {
88
+ .vvd-root h3,
89
+ .vvd-root .heading3 {
65
90
  font: var(--vvd-typography-heading-3);
66
91
  margin-block: 24px;
67
92
  }
68
- .vvd-root h3.tight, .vvd-root .heading3.tight {
93
+ .vvd-root h3.tight,
94
+ .vvd-root .heading3.tight {
69
95
  margin-block: 0;
70
96
  }
71
- .vvd-root h4, .vvd-root .heading4 {
97
+ .vvd-root h4,
98
+ .vvd-root .heading4 {
72
99
  font: var(--vvd-typography-heading-4);
73
100
  margin-block: 24px;
74
101
  }
75
- .vvd-root h4.tight, .vvd-root .heading4.tight {
102
+ .vvd-root h4.tight,
103
+ .vvd-root .heading4.tight {
76
104
  margin-block: 0;
77
105
  }
78
- .vvd-root small, .vvd-root figcaption {
106
+ .vvd-root small,
107
+ .vvd-root figcaption {
79
108
  font: var(--vvd-typography-base-condensed);
80
109
  }
81
- .vvd-root small b, .vvd-root small strong, .vvd-root figcaption b, .vvd-root figcaption strong {
110
+ .vvd-root small b, .vvd-root small strong,
111
+ .vvd-root figcaption b,
112
+ .vvd-root figcaption strong {
82
113
  font: var(--vvd-typography-base-condensed-bold);
83
114
  }
84
115
  .vvd-root sub,
@@ -1,18 +1,18 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 13 Sep 2023 10:58:27 GMT
3
+ * Generated on Fri, 13 Oct 2023 14:45:50 GMT
4
4
  */
5
5
  /**
6
6
  * Do not edit directly
7
- * Generated on Wed, 13 Sep 2023 10:58:27 GMT
7
+ * Generated on Fri, 13 Oct 2023 14:45:50 GMT
8
8
  */
9
9
  /**
10
10
  * Do not edit directly
11
- * Generated on Wed, 13 Sep 2023 10:58:27 GMT
11
+ * Generated on Fri, 13 Oct 2023 14:45:50 GMT
12
12
  */
13
13
  /**
14
14
  * Do not edit directly
15
- * Generated on Wed, 13 Sep 2023 10:58:27 GMT
15
+ * Generated on Fri, 13 Oct 2023 14:45:50 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 Wed, 13 Sep 2023 10:58:27 GMT
3
+ * Generated on Fri, 13 Oct 2023 14:45:50 GMT
4
4
  */
5
5
  /**
6
6
  * Do not edit directly
7
- * Generated on Wed, 13 Sep 2023 10:58:27 GMT
7
+ * Generated on Fri, 13 Oct 2023 14:45:50 GMT
8
8
  */
9
9
  /**
10
10
  * Do not edit directly
11
- * Generated on Wed, 13 Sep 2023 10:58:27 GMT
11
+ * Generated on Fri, 13 Oct 2023 14:45:50 GMT
12
12
  */
13
13
  /**
14
14
  * Do not edit directly
15
- * Generated on Wed, 13 Sep 2023 10:58:27 GMT
15
+ * Generated on Fri, 13 Oct 2023 14:45:50 GMT
16
16
  */
17
17
  @property --vvd-size-density {
18
18
  syntax: "<integer>";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 13 Sep 2023 10:58:27 GMT
3
+ * Generated on Fri, 13 Oct 2023 14:45:50 GMT
4
4
  */
5
5
  .vvd-root, ::part(vvd-root),
6
6
  .vvd-theme-alternate, ::part(vvd-theme-alternate) {
package/switch/index.js CHANGED
@@ -1,15 +1,16 @@
1
- import { r as registerSwitch } from '../shared/definition43.js';
1
+ import { r as registerSwitch } from '../shared/definition44.js';
2
2
  import '../shared/index.js';
3
- import '../shared/definition24.js';
3
+ import '../shared/definition25.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/definition55.js';
8
+ import '../shared/definition56.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
+ import '../shared/slotted.js';
13
14
  import '../shared/focus2.js';
14
15
  import '../shared/index2.js';
15
16
  import '../locales/en-US.js';
package/tab/index.js CHANGED
@@ -1,13 +1,14 @@
1
- import { r as registerTab } from '../shared/definition45.js';
1
+ import { r as registerTab } from '../shared/definition46.js';
2
2
  import '../shared/index.js';
3
- import '../shared/definition24.js';
3
+ import '../shared/definition25.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/definition55.js';
8
+ import '../shared/definition56.js';
9
9
  import '../shared/focus.js';
10
10
  import '../shared/affix.js';
11
+ import '../shared/slotted.js';
11
12
  import '../shared/apply-mixins.js';
12
13
  import '../shared/focus2.js';
13
14
 
@@ -1,4 +1,4 @@
1
- import { r as registerTabPanel } from '../shared/definition44.js';
1
+ import { r as registerTabPanel } from '../shared/definition45.js';
2
2
  import '../shared/index.js';
3
3
 
4
4
  registerTabPanel();
package/tabs/index.js CHANGED
@@ -1,23 +1,22 @@
1
- import { r as registerTabs } from '../shared/definition46.js';
1
+ import { r as registerTabs } from '../shared/definition47.js';
2
2
  import '../shared/index.js';
3
- import '../shared/definition45.js';
4
- import '../shared/definition24.js';
3
+ import '../shared/definition46.js';
4
+ import '../shared/definition25.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/definition55.js';
9
+ import '../shared/definition56.js';
10
10
  import '../shared/focus.js';
11
11
  import '../shared/affix.js';
12
+ import '../shared/slotted.js';
12
13
  import '../shared/apply-mixins.js';
13
14
  import '../shared/focus2.js';
14
- import '../shared/definition44.js';
15
+ import '../shared/definition45.js';
15
16
  import '../shared/start-end.js';
16
17
  import '../shared/ref.js';
17
18
  import '../shared/key-codes.js';
18
19
  import '../shared/strings.js';
19
20
  import '../shared/numbers.js';
20
- import '../shared/slotted.js';
21
- import '../shared/node-observation.js';
22
21
 
23
22
  registerTabs();
package/tag/index.js CHANGED
@@ -1,13 +1,14 @@
1
- import { r as registerTag } from '../shared/definition48.js';
1
+ import { r as registerTag } from '../shared/definition49.js';
2
2
  import '../shared/index.js';
3
- import '../shared/definition24.js';
3
+ import '../shared/definition25.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/definition55.js';
8
+ import '../shared/definition56.js';
9
9
  import '../shared/focus.js';
10
10
  import '../shared/affix.js';
11
+ import '../shared/slotted.js';
11
12
  import '../shared/apply-mixins.js';
12
13
  import '../shared/focus2.js';
13
14
 
@@ -1,4 +1,4 @@
1
- import { r as registerTagGroup } from '../shared/definition47.js';
1
+ import { r as registerTagGroup } from '../shared/definition48.js';
2
2
  import '../shared/index.js';
3
3
  import '../shared/class-names.js';
4
4
 
@@ -4,6 +4,7 @@ import { t as textAnchorTemplate } from '../shared/text-anchor.template.js';
4
4
  import '../shared/affix.js';
5
5
  import '../shared/icon.js';
6
6
  import '../shared/_has.js';
7
+ import '../shared/slotted.js';
7
8
  import '../shared/anchor.js';
8
9
  import '../shared/apply-mixins.js';
9
10
  import '../shared/aria-global.js';
@@ -1,13 +1,14 @@
1
- import { r as registerTextArea } from '../shared/definition49.js';
1
+ import { r as registerTextArea } from '../shared/definition50.js';
2
2
  import '../shared/index.js';
3
- import '../shared/definition24.js';
3
+ import '../shared/definition25.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/definition55.js';
8
+ import '../shared/definition56.js';
9
9
  import '../shared/focus.js';
10
10
  import '../shared/affix.js';
11
+ import '../shared/slotted.js';
11
12
  import '../shared/index2.js';
12
13
  import '../locales/en-US.js';
13
14
  import '../shared/text-field2.js';
@@ -1,13 +1,14 @@
1
- import { r as registerTextField } from '../shared/definition50.js';
1
+ import { r as registerTextField } from '../shared/definition51.js';
2
2
  import '../shared/index.js';
3
- import '../shared/definition55.js';
3
+ import '../shared/definition56.js';
4
4
  import '../shared/focus.js';
5
- import '../shared/definition24.js';
5
+ import '../shared/definition25.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/slotted.js';
11
12
  import '../shared/index2.js';
12
13
  import '../locales/en-US.js';
13
14
  import '../shared/text-field2.js';
@@ -19,7 +20,5 @@ import '../shared/start-end.js';
19
20
  import '../shared/ref.js';
20
21
  import '../shared/text-field.js';
21
22
  import '../shared/focus2.js';
22
- import '../shared/slotted.js';
23
- import '../shared/node-observation.js';
24
23
 
25
24
  registerTextField();
@@ -1,17 +1,18 @@
1
- import { r as registerToggletip } from '../shared/definition51.js';
1
+ import { r as registerToggletip } from '../shared/definition52.js';
2
2
  import '../shared/index.js';
3
- import '../shared/definition57.js';
3
+ import '../shared/definition58.js';
4
4
  import '../shared/definition10.js';
5
- import '../shared/definition24.js';
5
+ import '../shared/definition25.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/definition55.js';
10
+ import '../shared/definition56.js';
11
11
  import '../shared/focus.js';
12
- import '../shared/definition35.js';
12
+ import '../shared/definition36.js';
13
13
  import '../shared/base-progress.js';
14
14
  import '../shared/affix.js';
15
+ import '../shared/slotted.js';
15
16
  import '../shared/button.js';
16
17
  import '../shared/apply-mixins.js';
17
18
  import '../shared/form-associated.js';
@@ -20,6 +21,6 @@ import '../shared/aria-global.js';
20
21
  import '../shared/start-end.js';
21
22
  import '../shared/ref.js';
22
23
  import '../shared/focus2.js';
23
- import '../shared/definition56.js';
24
+ import '../shared/definition57.js';
24
25
 
25
26
  registerToggletip();
package/tooltip/index.js CHANGED
@@ -1,17 +1,18 @@
1
- import { r as registerTooltip } from '../shared/definition52.js';
1
+ import { r as registerTooltip } from '../shared/definition53.js';
2
2
  import '../shared/index.js';
3
- import '../shared/definition57.js';
3
+ import '../shared/definition58.js';
4
4
  import '../shared/definition10.js';
5
- import '../shared/definition24.js';
5
+ import '../shared/definition25.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/definition55.js';
10
+ import '../shared/definition56.js';
11
11
  import '../shared/focus.js';
12
- import '../shared/definition35.js';
12
+ import '../shared/definition36.js';
13
13
  import '../shared/base-progress.js';
14
14
  import '../shared/affix.js';
15
+ import '../shared/slotted.js';
15
16
  import '../shared/button.js';
16
17
  import '../shared/apply-mixins.js';
17
18
  import '../shared/form-associated.js';
@@ -20,6 +21,6 @@ import '../shared/aria-global.js';
20
21
  import '../shared/start-end.js';
21
22
  import '../shared/ref.js';
22
23
  import '../shared/focus2.js';
23
- import '../shared/definition56.js';
24
+ import '../shared/definition57.js';
24
25
 
25
26
  registerTooltip();
@@ -1,21 +1,20 @@
1
- import { r as registerTreeItem } from '../shared/definition53.js';
1
+ import { r as registerTreeItem } from '../shared/definition54.js';
2
2
  import '../shared/index.js';
3
- import '../shared/definition24.js';
3
+ import '../shared/definition25.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/definition55.js';
8
+ import '../shared/definition56.js';
9
9
  import '../shared/focus.js';
10
10
  import '../shared/affix.js';
11
+ import '../shared/slotted.js';
11
12
  import '../shared/tree-item.js';
12
13
  import '../shared/start-end.js';
13
14
  import '../shared/ref.js';
14
15
  import '../shared/apply-mixins.js';
15
16
  import '../shared/dom.js';
16
17
  import '../shared/focus2.js';
17
- import '../shared/node-observation.js';
18
18
  import '../shared/children.js';
19
- import '../shared/slotted.js';
20
19
 
21
20
  registerTreeItem();
@@ -1,4 +1,4 @@
1
- import { r as registerTreeView } from '../shared/definition54.js';
1
+ import { r as registerTreeView } from '../shared/definition55.js';
2
2
  import '../shared/index.js';
3
3
  import '../shared/tree-item.js';
4
4
  import '../shared/start-end.js';
@@ -7,7 +7,6 @@ import '../shared/apply-mixins.js';
7
7
  import '../shared/dom.js';
8
8
  import '../shared/key-codes.js';
9
9
  import '../shared/slotted.js';
10
- import '../shared/node-observation.js';
11
10
  import '../shared/class-names.js';
12
11
 
13
12
  registerTreeView();
package/vivid.api.json CHANGED
@@ -2418,6 +2418,83 @@
2418
2418
  "endIndex": 14
2419
2419
  }
2420
2420
  },
2421
+ {
2422
+ "kind": "Variable",
2423
+ "canonicalReference": "@vonage/vivid!dateRangePickerDefinition:var",
2424
+ "docComment": "",
2425
+ "excerptTokens": [
2426
+ {
2427
+ "kind": "Content",
2428
+ "text": "dateRangePickerDefinition: "
2429
+ },
2430
+ {
2431
+ "kind": "Content",
2432
+ "text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
2433
+ },
2434
+ {
2435
+ "kind": "Reference",
2436
+ "text": "OverrideFoundationElementDefinition",
2437
+ "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
2438
+ },
2439
+ {
2440
+ "kind": "Content",
2441
+ "text": "<"
2442
+ },
2443
+ {
2444
+ "kind": "Reference",
2445
+ "text": "FoundationElementDefinition",
2446
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
2447
+ },
2448
+ {
2449
+ "kind": "Content",
2450
+ "text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
2451
+ },
2452
+ {
2453
+ "kind": "Reference",
2454
+ "text": "FoundationElementRegistry",
2455
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
2456
+ },
2457
+ {
2458
+ "kind": "Content",
2459
+ "text": "<"
2460
+ },
2461
+ {
2462
+ "kind": "Reference",
2463
+ "text": "FoundationElementDefinition",
2464
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
2465
+ },
2466
+ {
2467
+ "kind": "Content",
2468
+ "text": ", import(\"@microsoft/fast-element\")."
2469
+ },
2470
+ {
2471
+ "kind": "Reference",
2472
+ "text": "Constructable",
2473
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
2474
+ },
2475
+ {
2476
+ "kind": "Content",
2477
+ "text": "<import(\"@microsoft/fast-foundation\")."
2478
+ },
2479
+ {
2480
+ "kind": "Reference",
2481
+ "text": "FoundationElement",
2482
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
2483
+ },
2484
+ {
2485
+ "kind": "Content",
2486
+ "text": ">>"
2487
+ }
2488
+ ],
2489
+ "fileUrlPath": "../../dist/libs/components/lib/date-range-picker/definition.d.ts",
2490
+ "isReadonly": true,
2491
+ "releaseTag": "Public",
2492
+ "name": "dateRangePickerDefinition",
2493
+ "variableTypeTokenRange": {
2494
+ "startIndex": 1,
2495
+ "endIndex": 14
2496
+ }
2497
+ },
2421
2498
  {
2422
2499
  "kind": "Variable",
2423
2500
  "canonicalReference": "@vonage/vivid!designSystem:var",
@@ -5410,6 +5487,34 @@
5410
5487
  "endIndex": 3
5411
5488
  }
5412
5489
  },
5490
+ {
5491
+ "kind": "Variable",
5492
+ "canonicalReference": "@vonage/vivid!registerDateRangePicker:var",
5493
+ "docComment": "",
5494
+ "excerptTokens": [
5495
+ {
5496
+ "kind": "Content",
5497
+ "text": "registerDateRangePicker: "
5498
+ },
5499
+ {
5500
+ "kind": "Content",
5501
+ "text": "(prefix?: string) => import(\"@microsoft/fast-foundation\")."
5502
+ },
5503
+ {
5504
+ "kind": "Reference",
5505
+ "text": "DesignSystem",
5506
+ "canonicalReference": "@microsoft/fast-foundation!DesignSystem:interface"
5507
+ }
5508
+ ],
5509
+ "fileUrlPath": "../../dist/libs/components/lib/date-range-picker/definition.d.ts",
5510
+ "isReadonly": true,
5511
+ "releaseTag": "Public",
5512
+ "name": "registerDateRangePicker",
5513
+ "variableTypeTokenRange": {
5514
+ "startIndex": 1,
5515
+ "endIndex": 3
5516
+ }
5517
+ },
5413
5518
  {
5414
5519
  "kind": "Variable",
5415
5520
  "canonicalReference": "@vonage/vivid!registerDialog:var",
@@ -1,4 +0,0 @@
1
- import type { ViewTemplate } from '@microsoft/fast-element';
2
- import type { ElementDefinitionContext, FoundationElementDefinition } from '@microsoft/fast-foundation';
3
- import type { DatePicker } from './date-picker';
4
- export declare const DatePickerTemplate: (context: ElementDefinitionContext, definition: FoundationElementDefinition) => ViewTemplate<DatePicker>;