@vonage/vivid 3.32.0 → 3.35.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 (221) 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 +6 -6
  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 +5 -3
  15. package/combobox/index.js +8 -8
  16. package/custom-elements.json +256 -18
  17. package/data-grid/index.js +2 -2
  18. package/date-picker/index.js +9 -9
  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 +5 -5
  25. package/focus/index.js +1 -1
  26. package/header/index.js +2 -2
  27. package/icon/index.js +1 -1
  28. package/index.js +59 -59
  29. package/layout/index.js +1 -1
  30. package/lib/avatar/avatar.d.ts +1 -1
  31. package/lib/calendar/calendar.d.ts +1 -1
  32. package/lib/date-picker/calendar/dateStr.d.ts +1 -0
  33. package/lib/date-picker/calendar/month.d.ts +1 -0
  34. package/lib/date-picker/calendar/year.d.ts +2 -0
  35. package/lib/date-picker/date-picker.d.ts +2 -0
  36. package/lib/icon/icon.d.ts +0 -1
  37. package/lib/listbox/listbox.d.ts +9 -1
  38. package/lib/progress-ring/progress-ring.d.ts +1 -1
  39. package/lib/text-field/text-field.d.ts +1 -0
  40. package/listbox/index.js +20 -16
  41. package/locales/en-GB.js +48 -14
  42. package/locales/en-US.js +48 -14
  43. package/locales/ja-JP.js +48 -14
  44. package/locales/zh-CN.js +48 -14
  45. package/menu/index.js +8 -8
  46. package/menu-item/index.js +4 -4
  47. package/nav/index.js +1 -1
  48. package/nav-disclosure/index.js +3 -3
  49. package/nav-item/index.js +3 -3
  50. package/note/index.js +2 -3
  51. package/number-field/index.js +6 -6
  52. package/option/index.js +3 -3
  53. package/package.json +2 -16
  54. package/pagination/index.js +5 -5
  55. package/popup/index.js +6 -6
  56. package/progress/index.js +1 -1
  57. package/progress-ring/index.js +1 -1
  58. package/radio/index.js +2 -2
  59. package/radio-group/index.js +1 -1
  60. package/select/index.js +8 -8
  61. package/shared/affix.js +25 -9
  62. package/shared/apply-mixins.js +1 -1
  63. package/shared/breadcrumb-item.js +5 -5
  64. package/shared/button.js +13 -13
  65. package/shared/calendar-event.js +36 -16
  66. package/shared/definition.js +133 -194
  67. package/shared/definition10.js +225 -40
  68. package/shared/definition11.js +36 -32
  69. package/shared/definition12.js +763 -98
  70. package/shared/definition13.js +125 -89
  71. package/shared/definition14.js +207 -27
  72. package/shared/definition15.js +710 -731
  73. package/shared/definition16.js +1289 -47
  74. package/shared/definition17.js +6113 -93
  75. package/shared/definition18.js +242 -164
  76. package/shared/definition19.js +47 -692
  77. package/shared/definition2.js +199 -117
  78. package/shared/definition20.js +59 -1671
  79. package/shared/definition21.js +95 -255
  80. package/shared/definition22.js +2218 -1167
  81. package/shared/definition23.js +61 -5784
  82. package/shared/definition24.js +28 -117
  83. package/shared/definition25.js +52 -66
  84. package/shared/definition26.js +391 -214
  85. package/shared/definition27.js +441 -34
  86. package/shared/definition28.js +85 -73
  87. package/shared/definition29.js +21 -2283
  88. package/shared/definition3.js +61 -24
  89. package/shared/definition30.js +13 -49
  90. package/shared/definition31.js +54 -39
  91. package/shared/definition32.js +413 -375
  92. package/shared/definition33.js +223 -304
  93. package/shared/definition34.js +197 -13
  94. package/shared/definition35.js +88 -73
  95. package/shared/definition36.js +75 -25
  96. package/shared/definition37.js +434 -34
  97. package/shared/definition38.js +32 -432
  98. package/shared/definition39.js +677 -187
  99. package/shared/definition4.js +157 -12
  100. package/shared/definition40.js +95 -48
  101. package/shared/definition41.js +577 -31
  102. package/shared/definition42.js +126 -424
  103. package/shared/definition43.js +114 -618
  104. package/shared/definition44.js +24 -80
  105. package/shared/definition45.js +71 -543
  106. package/shared/definition46.js +499 -92
  107. package/shared/definition47.js +19 -133
  108. package/shared/definition48.js +129 -52
  109. package/shared/definition49.js +281 -17
  110. package/shared/definition5.js +71 -36
  111. package/shared/definition50.js +153 -484
  112. package/shared/definition51.js +131 -98
  113. package/shared/definition52.js +131 -16
  114. package/shared/definition53.js +80 -264
  115. package/shared/definition54.js +293 -118
  116. package/shared/definition55.js +12 -117
  117. package/shared/definition56.js +39 -68
  118. package/shared/definition57.js +166 -288
  119. package/shared/definition6.js +56 -111
  120. package/shared/definition7.js +120 -195
  121. package/shared/definition8.js +58 -23
  122. package/shared/definition9.js +92 -66
  123. package/shared/focus.js +2 -1
  124. package/shared/focus2.js +1 -1
  125. package/shared/form-associated.js +2 -2
  126. package/shared/icon.js +48 -27
  127. package/shared/index.js +7 -27
  128. package/shared/index2.js +108 -80
  129. package/shared/key-codes.js +1 -1
  130. package/shared/listbox.js +88 -11
  131. package/shared/patterns/form-elements/form-elements.d.ts +4 -4
  132. package/shared/radio.js +23 -7
  133. package/shared/repeat.js +1 -1
  134. package/shared/text-anchor.js +21 -4
  135. package/shared/text-anchor.template.js +37 -40
  136. package/shared/text-field.js +2 -2
  137. package/shared/text-field2.js +15 -15
  138. package/shared/tree-item.js +12 -12
  139. package/side-drawer/index.js +1 -1
  140. package/slider/index.js +2 -2
  141. package/split-button/index.js +3 -3
  142. package/style.css +6106 -0
  143. package/styles/core/all.css +1 -1
  144. package/styles/core/theme.css +1 -1
  145. package/styles/core/typography.css +1 -1
  146. package/styles/tokens/theme-dark.css +4 -4
  147. package/styles/tokens/theme-light.css +4 -4
  148. package/styles/tokens/vivid-2-compat.css +1 -1
  149. package/switch/index.js +3 -3
  150. package/tab/index.js +3 -3
  151. package/tab-panel/index.js +1 -1
  152. package/tabs/index.js +5 -5
  153. package/tag/index.js +3 -3
  154. package/tag-group/index.js +1 -1
  155. package/text-anchor/index.js +1 -1
  156. package/text-area/index.js +3 -3
  157. package/text-field/index.js +3 -3
  158. package/toggletip/index.js +7 -7
  159. package/tooltip/index.js +7 -7
  160. package/tree-item/index.js +3 -3
  161. package/tree-view/index.js +1 -1
  162. package/vivid.api.json +10 -1
  163. package/lib/accordion/index.d.ts +0 -1
  164. package/lib/accordion-item/index.d.ts +0 -1
  165. package/lib/action-group/index.d.ts +0 -1
  166. package/lib/alert/index.d.ts +0 -1
  167. package/lib/avatar/index.d.ts +0 -1
  168. package/lib/badge/index.d.ts +0 -1
  169. package/lib/banner/index.d.ts +0 -1
  170. package/lib/breadcrumb/index.d.ts +0 -1
  171. package/lib/breadcrumb-item/index.d.ts +0 -1
  172. package/lib/button/index.d.ts +0 -1
  173. package/lib/calendar/index.d.ts +0 -1
  174. package/lib/calendar-event/index.d.ts +0 -1
  175. package/lib/card/index.d.ts +0 -1
  176. package/lib/checkbox/index.d.ts +0 -1
  177. package/lib/combobox/index.d.ts +0 -1
  178. package/lib/data-grid/index.d.ts +0 -1
  179. package/lib/date-picker/index.d.ts +0 -1
  180. package/lib/dialog/index.d.ts +0 -1
  181. package/lib/divider/index.d.ts +0 -1
  182. package/lib/elevation/index.d.ts +0 -1
  183. package/lib/empty-state/index.d.ts +0 -1
  184. package/lib/fab/index.d.ts +0 -1
  185. package/lib/file-picker/index.d.ts +0 -1
  186. package/lib/focus/index.d.ts +0 -1
  187. package/lib/header/index.d.ts +0 -1
  188. package/lib/icon/index.d.ts +0 -1
  189. package/lib/layout/index.d.ts +0 -1
  190. package/lib/listbox/index.d.ts +0 -1
  191. package/lib/menu/index.d.ts +0 -1
  192. package/lib/menu-item/index.d.ts +0 -1
  193. package/lib/nav/index.d.ts +0 -1
  194. package/lib/nav-disclosure/index.d.ts +0 -1
  195. package/lib/nav-item/index.d.ts +0 -1
  196. package/lib/note/index.d.ts +0 -1
  197. package/lib/number-field/index.d.ts +0 -1
  198. package/lib/option/index.d.ts +0 -1
  199. package/lib/pagination/index.d.ts +0 -1
  200. package/lib/popup/index.d.ts +0 -1
  201. package/lib/progress/index.d.ts +0 -1
  202. package/lib/progress-ring/index.d.ts +0 -1
  203. package/lib/radio/index.d.ts +0 -1
  204. package/lib/radio-group/index.d.ts +0 -1
  205. package/lib/select/index.d.ts +0 -1
  206. package/lib/side-drawer/index.d.ts +0 -1
  207. package/lib/slider/index.d.ts +0 -1
  208. package/lib/split-button/index.d.ts +0 -1
  209. package/lib/switch/index.d.ts +0 -1
  210. package/lib/tab/index.d.ts +0 -1
  211. package/lib/tab-panel/index.d.ts +0 -1
  212. package/lib/tabs/index.d.ts +0 -1
  213. package/lib/tag/index.d.ts +0 -1
  214. package/lib/tag-group/index.d.ts +0 -1
  215. package/lib/text-anchor/index.d.ts +0 -1
  216. package/lib/text-area/index.d.ts +0 -1
  217. package/lib/text-field/index.d.ts +0 -1
  218. package/lib/toggletip/index.d.ts +0 -1
  219. package/lib/tooltip/index.d.ts +0 -1
  220. package/lib/tree-item/index.d.ts +0 -1
  221. package/lib/tree-view/index.d.ts +0 -1
package/locales/en-US.js CHANGED
@@ -1,24 +1,58 @@
1
1
  const enUS = {
2
2
  datePicker: {
3
3
  months: {
4
- name: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'Oktober', 'November', 'December'],
5
- shorthand: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Dec']
4
+ name: [
5
+ "January",
6
+ "February",
7
+ "March",
8
+ "April",
9
+ "May",
10
+ "June",
11
+ "July",
12
+ "August",
13
+ "September",
14
+ "Oktober",
15
+ "November",
16
+ "December"
17
+ ],
18
+ shorthand: [
19
+ "Jan",
20
+ "Feb",
21
+ "Mar",
22
+ "Apr",
23
+ "May",
24
+ "Jun",
25
+ "Jul",
26
+ "Aug",
27
+ "Sep",
28
+ "Okt",
29
+ "Nov",
30
+ "Dec"
31
+ ]
6
32
  },
7
33
  weekdays: {
8
- name: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'],
9
- shorthand: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat']
34
+ name: [
35
+ "Sunday",
36
+ "Monday",
37
+ "Tuesday",
38
+ "Wednesday",
39
+ "Thursday",
40
+ "Friday",
41
+ "Saturday"
42
+ ],
43
+ shorthand: ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"]
10
44
  },
11
45
  firstDayOfWeek: 0,
12
- dateFormat: 'MM/dd/yyyy',
13
- dateFormatPlaceholder: 'MM/DD/YYYY',
14
- chooseDateLabel: 'Choose date',
15
- prevYearLabel: 'Previous year',
16
- prevMonthLabel: 'Previous month',
17
- nextMonthLabel: 'Next month',
18
- nextYearLabel: 'Next year',
19
- clearLabel: 'Clear',
20
- okLabel: 'OK',
21
- invalidDateError: 'Please enter a valid date.'
46
+ dateFormat: "MM/dd/yyyy",
47
+ dateFormatPlaceholder: "MM/DD/YYYY",
48
+ chooseDateLabel: "Choose date",
49
+ prevYearLabel: "Previous year",
50
+ prevMonthLabel: "Previous month",
51
+ nextMonthLabel: "Next month",
52
+ nextYearLabel: "Next year",
53
+ clearLabel: "Clear",
54
+ okLabel: "OK",
55
+ invalidDateError: "Please enter a valid date."
22
56
  }
23
57
  };
24
58
 
package/locales/ja-JP.js CHANGED
@@ -1,24 +1,58 @@
1
1
  const jaJP = {
2
2
  datePicker: {
3
3
  months: {
4
- name: ['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', '9月', '10月', '11月', '12月'],
5
- shorthand: ['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', '9月', '10月', '11月', '12月']
4
+ name: [
5
+ "1月",
6
+ "2月",
7
+ "3月",
8
+ "4月",
9
+ "5月",
10
+ "6月",
11
+ "7月",
12
+ "8月",
13
+ "9月",
14
+ "10月",
15
+ "11月",
16
+ "12月"
17
+ ],
18
+ shorthand: [
19
+ "1月",
20
+ "2月",
21
+ "3月",
22
+ "4月",
23
+ "5月",
24
+ "6月",
25
+ "7月",
26
+ "8月",
27
+ "9月",
28
+ "10月",
29
+ "11月",
30
+ "12月"
31
+ ]
6
32
  },
7
33
  weekdays: {
8
- name: ['日曜日', '月曜日', '火曜日', '水曜日', '木曜日', '金曜日', '土曜日'],
9
- shorthand: ['日', '月', '火', '水', '木', '金', '土']
34
+ name: [
35
+ "日曜日",
36
+ "月曜日",
37
+ "火曜日",
38
+ "水曜日",
39
+ "木曜日",
40
+ "金曜日",
41
+ "土曜日"
42
+ ],
43
+ shorthand: ["日", "月", "火", "水", "木", "金", "土"]
10
44
  },
11
45
  firstDayOfWeek: 0,
12
- dateFormat: 'yyyy年MM月dd日',
13
- dateFormatPlaceholder: 'YYYY年MM月DD日',
14
- chooseDateLabel: '日付を選択',
15
- prevYearLabel: '前年',
16
- prevMonthLabel: '前月',
17
- nextMonthLabel: '次月',
18
- nextYearLabel: '翌年',
19
- clearLabel: 'クリア',
20
- okLabel: 'OK',
21
- invalidDateError: '有効な日付を入力してください。'
46
+ dateFormat: "yyyy年MM月dd日",
47
+ dateFormatPlaceholder: "YYYY年MM月DD日",
48
+ chooseDateLabel: "日付を選択",
49
+ prevYearLabel: "前年",
50
+ prevMonthLabel: "前月",
51
+ nextMonthLabel: "次月",
52
+ nextYearLabel: "翌年",
53
+ clearLabel: "クリア",
54
+ okLabel: "OK",
55
+ invalidDateError: "有効な日付を入力してください。"
22
56
  }
23
57
  };
24
58
 
package/locales/zh-CN.js CHANGED
@@ -1,24 +1,58 @@
1
1
  const zhCN = {
2
2
  datePicker: {
3
3
  months: {
4
- name: ['一月', '二月', '三月', '四月', '五月', '六月', '七月', '八月', '九月', '十月', '十一月', '十二月'],
5
- shorthand: ['一月', '二月', '三月', '四月', '五月', '六月', '七月', '八月', '九月', '十月', '十一月', '十二月']
4
+ name: [
5
+ "一月",
6
+ "二月",
7
+ "三月",
8
+ "四月",
9
+ "五月",
10
+ "六月",
11
+ "七月",
12
+ "八月",
13
+ "九月",
14
+ "十月",
15
+ "十一月",
16
+ "十二月"
17
+ ],
18
+ shorthand: [
19
+ "一月",
20
+ "二月",
21
+ "三月",
22
+ "四月",
23
+ "五月",
24
+ "六月",
25
+ "七月",
26
+ "八月",
27
+ "九月",
28
+ "十月",
29
+ "十一月",
30
+ "十二月"
31
+ ]
6
32
  },
7
33
  weekdays: {
8
- name: ['星期日', '星期一', '星期二', '星期三', '星期四', '星期五', '星期六'],
9
- shorthand: ['日', '一', '二', '三', '四', '五', '六']
34
+ name: [
35
+ "星期日",
36
+ "星期一",
37
+ "星期二",
38
+ "星期三",
39
+ "星期四",
40
+ "星期五",
41
+ "星期六"
42
+ ],
43
+ shorthand: ["日", "一", "二", "三", "四", "五", "六"]
10
44
  },
11
45
  firstDayOfWeek: 1,
12
- dateFormat: 'yyyy年MM月dd日',
13
- dateFormatPlaceholder: 'YYYY年MM月DD日',
14
- chooseDateLabel: '选择日期',
15
- prevYearLabel: '上一年',
16
- prevMonthLabel: '上个月',
17
- nextMonthLabel: '下个月',
18
- nextYearLabel: '下一年',
19
- clearLabel: '清除',
20
- okLabel: '确定',
21
- invalidDateError: '请输入有效的日期。'
46
+ dateFormat: "yyyy年MM月dd日",
47
+ dateFormatPlaceholder: "YYYY年MM月DD日",
48
+ chooseDateLabel: "选择日期",
49
+ prevYearLabel: "上一年",
50
+ prevMonthLabel: "上个月",
51
+ nextMonthLabel: "下个月",
52
+ nextYearLabel: "下一年",
53
+ clearLabel: "清除",
54
+ okLabel: "确定",
55
+ invalidDateError: "请输入有效的日期。"
22
56
  }
23
57
  };
24
58
 
package/menu/index.js CHANGED
@@ -1,15 +1,15 @@
1
- import { r as registerMenu } from '../shared/definition32.js';
1
+ import { r as registerMenu } from '../shared/definition27.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,8 +20,8 @@ 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';
24
- import '../shared/definition33.js';
23
+ import '../shared/definition56.js';
24
+ import '../shared/definition26.js';
25
25
  import '../shared/direction.js';
26
26
  import '../shared/slotted.js';
27
27
  import '../shared/node-observation.js';
@@ -1,17 +1,17 @@
1
- import { b as registerMenuItem } from '../shared/definition33.js';
1
+ import { r as registerMenuItem } from '../shared/definition26.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/apply-mixins.js';
11
12
  import '../shared/start-end.js';
12
13
  import '../shared/ref.js';
13
14
  import '../shared/direction.js';
14
- import '../shared/apply-mixins.js';
15
15
  import '../shared/key-codes.js';
16
16
  import '../shared/focus2.js';
17
17
  import '../shared/slotted.js';
package/nav/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { r as registerNav } from '../shared/definition34.js';
1
+ import { r as registerNav } from '../shared/definition30.js';
2
2
  import '../shared/index.js';
3
3
 
4
4
  registerNav();
@@ -1,11 +1,11 @@
1
- import { r as registerNavDisclosure } from '../shared/definition35.js';
1
+ import { r as registerNavDisclosure } from '../shared/definition28.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';
package/nav-item/index.js CHANGED
@@ -1,11 +1,11 @@
1
- import { r as registerNavItem } from '../shared/definition36.js';
1
+ import { r as registerNavItem } from '../shared/definition29.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/text-anchor.js';
package/note/index.js CHANGED
@@ -1,12 +1,11 @@
1
- import { r as registerNote } from '../shared/definition37.js';
1
+ import { r as registerNote } from '../shared/definition31.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
8
  import '../shared/affix.js';
9
- import '../shared/focus.js';
10
9
  import '../shared/index2.js';
11
10
  import '../locales/en-US.js';
12
11
  import '../shared/apply-mixins.js';
@@ -1,14 +1,14 @@
1
- import { r as registerNumberField } from '../shared/definition38.js';
1
+ import { r as registerNumberField } from '../shared/definition32.js';
2
2
  import '../shared/index.js';
3
- import '../shared/definition7.js';
4
- import '../shared/definition3.js';
3
+ import '../shared/definition10.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
- import '../shared/definition9.js';
11
+ import '../shared/definition35.js';
12
12
  import '../shared/base-progress.js';
13
13
  import '../shared/affix.js';
14
14
  import '../shared/button.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/focus2.js';
22
- import '../shared/definition25.js';
22
+ import '../shared/definition19.js';
23
23
  import '../shared/aria.js';
24
24
  import '../shared/index2.js';
25
25
  import '../locales/en-US.js';
package/option/index.js CHANGED
@@ -1,11 +1,11 @@
1
- import { r as registerOption } from '../shared/definition21.js';
1
+ import { r as registerOption } from '../shared/definition33.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/aria-global.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vonage/vivid",
3
- "version": "3.32.0",
3
+ "version": "3.35.0",
4
4
  "type": "module",
5
5
  "module": "./index.js",
6
6
  "main": "./index.js",
@@ -14,19 +14,5 @@
14
14
  "bugs": {
15
15
  "url": "https://github.com/Vonage/vivid-3/issues"
16
16
  },
17
- "license": "Apache-2.0",
18
- "types": "./src/index.d.ts",
19
- "dependencies": {
20
- "@floating-ui/dom": "1.4.5",
21
- "@microsoft/fast-element": "1.12.0",
22
- "@microsoft/fast-foundation": "2.49.0",
23
- "@microsoft/fast-web-utilities": "6.0.0",
24
- "date-fns": "2.30.0",
25
- "dialog-polyfill": "0.5.6",
26
- "dropzone": "6.0.0-beta.2",
27
- "promise": "7.3.1",
28
- "ramda": "0.28.0",
29
- "rollup-plugin-postcss": "4.0.2"
30
- },
31
- "peerDependencies": {}
17
+ "license": "Apache-2.0"
32
18
  }
@@ -1,14 +1,14 @@
1
- import { r as registerPagination } from '../shared/definition39.js';
2
- import '../shared/definition7.js';
1
+ import { r as registerPagination } from '../shared/definition34.js';
2
+ import '../shared/definition10.js';
3
3
  import '../shared/index.js';
4
- import '../shared/definition3.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
- import '../shared/definition9.js';
11
+ import '../shared/definition35.js';
12
12
  import '../shared/base-progress.js';
13
13
  import '../shared/affix.js';
14
14
  import '../shared/button.js';
package/popup/index.js CHANGED
@@ -1,14 +1,14 @@
1
- import { r as registerPopup } from '../shared/definition20.js';
1
+ import { r as registerPopup } from '../shared/definition57.js';
2
2
  import '../shared/index.js';
3
- import '../shared/definition7.js';
4
- import '../shared/definition3.js';
3
+ import '../shared/definition10.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
- import '../shared/definition9.js';
11
+ import '../shared/definition35.js';
12
12
  import '../shared/base-progress.js';
13
13
  import '../shared/affix.js';
14
14
  import '../shared/button.js';
@@ -19,6 +19,6 @@ import '../shared/aria-global.js';
19
19
  import '../shared/start-end.js';
20
20
  import '../shared/ref.js';
21
21
  import '../shared/focus2.js';
22
- import '../shared/definition8.js';
22
+ import '../shared/definition56.js';
23
23
 
24
24
  registerPopup();
package/progress/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { r as registerProgress } from '../shared/definition40.js';
1
+ import { r as registerProgress } from '../shared/definition36.js';
2
2
  import '../shared/index.js';
3
3
  import '../shared/base-progress.js';
4
4
  import '../shared/when.js';
@@ -1,4 +1,4 @@
1
- import { r as registerProgressRing } from '../shared/definition9.js';
1
+ import { r as registerProgressRing } from '../shared/definition35.js';
2
2
  import '../shared/index.js';
3
3
  import '../shared/base-progress.js';
4
4
  import '../shared/when.js';
package/radio/index.js CHANGED
@@ -1,6 +1,6 @@
1
- import { r as registerRadio } from '../shared/definition41.js';
1
+ import { b as registerRadio } from '../shared/definition38.js';
2
2
  import '../shared/index.js';
3
- import '../shared/definition4.js';
3
+ import '../shared/definition55.js';
4
4
  import '../shared/focus.js';
5
5
  import '../shared/radio.js';
6
6
  import '../shared/form-associated.js';
@@ -1,4 +1,4 @@
1
- import { r as registerRadioGroup } from '../shared/definition42.js';
1
+ import { b as registerRadioGroup } from '../shared/definition37.js';
2
2
  import '../shared/index.js';
3
3
  import '../shared/direction.js';
4
4
  import '../shared/key-codes.js';
package/select/index.js CHANGED
@@ -1,15 +1,15 @@
1
- import { r as registerSelect } from '../shared/definition43.js';
1
+ import { r as registerSelect } from '../shared/definition39.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/definition20.js';
6
- import '../shared/definition7.js';
7
- import '../shared/definition3.js';
5
+ import '../shared/definition57.js';
6
+ import '../shared/definition10.js';
7
+ import '../shared/definition24.js';
8
8
  import '../shared/icon.js';
9
9
  import '../shared/_has.js';
10
10
  import '../shared/class-names.js';
11
11
  import '../shared/when.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,8 +20,8 @@ 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';
24
- import '../shared/definition21.js';
23
+ import '../shared/definition56.js';
24
+ import '../shared/definition33.js';
25
25
  import '../shared/dom.js';
26
26
  import '../shared/index2.js';
27
27
  import '../locales/en-US.js';
package/shared/affix.js CHANGED
@@ -1,21 +1,37 @@
1
- import { _ as __decorate, a as attr, b as __metadata, h as html } from './index.js';
2
1
  import { I as Icon } from './icon.js';
2
+ import { a as attr, h as html } from './index.js';
3
3
 
4
- class AffixIcon {}
5
- __decorate([attr, __metadata("design:type", String)], AffixIcon.prototype, "icon", void 0);
4
+ var __defProp = Object.defineProperty;
5
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
6
+ var __decorateClass = (decorators, target, key, kind) => {
7
+ var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc(target, key) : target;
8
+ for (var i = decorators.length - 1, decorator; i >= 0; i--)
9
+ if (decorator = decorators[i])
10
+ result = (kind ? decorator(target, key, result) : decorator(result)) || result;
11
+ if (kind && result)
12
+ __defProp(target, key, result);
13
+ return result;
14
+ };
15
+ class AffixIcon {
16
+ }
17
+ __decorateClass([
18
+ attr
19
+ ], AffixIcon.prototype, "icon", 2);
6
20
  class AffixIconWithTrailing extends AffixIcon {
7
21
  constructor() {
8
22
  super(...arguments);
9
23
  this.iconTrailing = false;
10
24
  }
11
25
  }
12
- __decorate([attr({
13
- mode: 'boolean',
14
- attribute: 'icon-trailing'
15
- }), __metadata("design:type", Object)], AffixIconWithTrailing.prototype, "iconTrailing", void 0);
26
+ __decorateClass([
27
+ attr({
28
+ mode: "boolean",
29
+ attribute: "icon-trailing"
30
+ })
31
+ ], AffixIconWithTrailing.prototype, "iconTrailing", 2);
16
32
  const affixIconTemplateFactory = (context, withWrapper = true) => {
17
33
  const iconTag = context.tagFor(Icon);
18
- return icon => {
34
+ return (icon) => {
19
35
  if (!icon) {
20
36
  return null;
21
37
  }
@@ -24,4 +40,4 @@ const affixIconTemplateFactory = (context, withWrapper = true) => {
24
40
  };
25
41
  };
26
42
 
27
- export { AffixIconWithTrailing as A, affixIconTemplateFactory as a, AffixIcon as b };
43
+ export { AffixIcon as A, affixIconTemplateFactory as a, AffixIconWithTrailing as b };
@@ -1,4 +1,4 @@
1
- import { c as AttributeConfiguration } from './index.js';
1
+ import { b as AttributeConfiguration } from './index.js';
2
2
 
3
3
  /**
4
4
  * Apply mixins to a constructor.
@@ -8,7 +8,7 @@ import { S as StartEnd } from './start-end.js';
8
8
  *
9
9
  * @public
10
10
  */
11
- class BreadcrumbItem extends Anchor {
11
+ let BreadcrumbItem$1 = class BreadcrumbItem extends Anchor {
12
12
  constructor() {
13
13
  super(...arguments);
14
14
  /**
@@ -16,10 +16,10 @@ class BreadcrumbItem extends Anchor {
16
16
  */
17
17
  this.separator = true;
18
18
  }
19
- }
19
+ };
20
20
  __decorate([
21
21
  observable
22
- ], BreadcrumbItem.prototype, "separator", void 0);
23
- applyMixins(BreadcrumbItem, StartEnd, DelegatesARIALink);
22
+ ], BreadcrumbItem$1.prototype, "separator", void 0);
23
+ applyMixins(BreadcrumbItem$1, StartEnd, DelegatesARIALink);
24
24
 
25
- export { BreadcrumbItem as B };
25
+ export { BreadcrumbItem$1 as B };