@vonage/vivid-react 2.10.80 → 2.10.83

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 (179) hide show
  1. package/README.md +54 -54
  2. package/VwcAccordion/package.json +2 -2
  3. package/VwcActionGroup/package.json +2 -2
  4. package/VwcBadge/package.json +2 -2
  5. package/VwcBanner/package.json +2 -2
  6. package/VwcButton/package.json +2 -2
  7. package/VwcButtonToggleGroup/package.json +2 -2
  8. package/VwcCalendar/package.json +2 -2
  9. package/VwcCalendarEvent/package.json +2 -2
  10. package/VwcCard/package.json +2 -2
  11. package/VwcCarousel/package.json +2 -2
  12. package/VwcCarouselItem/package.json +2 -2
  13. package/VwcCheckListItem/package.json +2 -2
  14. package/VwcCheckbox/package.json +2 -2
  15. package/VwcChip/package.json +2 -2
  16. package/VwcChipSet/package.json +2 -2
  17. package/VwcCircularProgress/package.json +2 -2
  18. package/VwcDataGrid/package.json +2 -2
  19. package/VwcDataGridColumn/package.json +2 -2
  20. package/VwcDatepicker/package.json +2 -2
  21. package/VwcDialog/package.json +2 -2
  22. package/VwcDrawer/package.json +2 -2
  23. package/VwcDropdown/package.json +2 -2
  24. package/VwcElevation/package.json +2 -2
  25. package/VwcEmptyState/package.json +2 -2
  26. package/VwcExpansionPanel/package.json +2 -2
  27. package/VwcFab/package.json +2 -2
  28. package/VwcFilePicker/package.json +2 -2
  29. package/VwcFormfield/package.json +2 -2
  30. package/VwcHelperMessage/package.json +2 -2
  31. package/VwcIcon/package.json +2 -2
  32. package/VwcIconButton/package.json +2 -2
  33. package/VwcIconButtonToggle/package.json +2 -2
  34. package/VwcKeypad/package.json +2 -2
  35. package/VwcLayout/package.json +2 -2
  36. package/VwcLinearProgress/package.json +2 -2
  37. package/VwcList/package.json +2 -2
  38. package/VwcListExpansionPanel/package.json +2 -2
  39. package/VwcListItem/package.json +2 -2
  40. package/VwcMenu/package.json +2 -2
  41. package/VwcNotchedOutline/package.json +2 -2
  42. package/VwcNote/package.json +2 -2
  43. package/VwcPagination/package.json +2 -2
  44. package/VwcPopup/package.json +2 -2
  45. package/VwcRadio/package.json +2 -2
  46. package/VwcRadioListItem/package.json +2 -2
  47. package/VwcSchemeSelect/package.json +2 -2
  48. package/VwcScrubBar/package.json +2 -2
  49. package/VwcSelect/package.json +2 -2
  50. package/VwcSideDrawer/package.json +2 -2
  51. package/VwcSlider/package.json +2 -2
  52. package/VwcSnackbar/package.json +2 -2
  53. package/VwcSurface/package.json +2 -2
  54. package/VwcSwitch/package.json +2 -2
  55. package/VwcTab/package.json +2 -2
  56. package/VwcTabBar/package.json +2 -2
  57. package/VwcTag/package.json +2 -2
  58. package/VwcText/package.json +2 -2
  59. package/VwcTextarea/package.json +2 -2
  60. package/VwcTextfield/package.json +2 -2
  61. package/VwcThemeSwitch/package.json +2 -2
  62. package/VwcTooltip/package.json +2 -2
  63. package/VwcTopAppBar/package.json +2 -2
  64. package/VwcTopAppBarFixed/package.json +2 -2
  65. package/index.js +6 -6
  66. package/package.json +59 -59
  67. package/types/index.d.ts +13 -1
  68. package/v3/VwcAccordion/package.json +2 -2
  69. package/v3/VwcAccordionItem/index.js +4 -0
  70. package/v3/VwcAccordionItem/package.json +2 -2
  71. package/v3/VwcActionGroup/index.js +0 -4
  72. package/v3/VwcActionGroup/package.json +2 -2
  73. package/v3/VwcAlert/index.js +4 -0
  74. package/v3/VwcAlert/package.json +2 -2
  75. package/v3/VwcAppearanceUi/index.js +0 -28
  76. package/v3/VwcAppearanceUi/package.json +2 -2
  77. package/v3/VwcAudioPlayer/package.json +2 -2
  78. package/v3/VwcAvatar/package.json +2 -2
  79. package/v3/VwcBadge/index.js +6 -0
  80. package/v3/VwcBadge/package.json +2 -2
  81. package/v3/VwcBanner/index.js +4 -0
  82. package/v3/VwcBanner/package.json +2 -2
  83. package/v3/VwcBreadcrumb/package.json +2 -2
  84. package/v3/VwcBreadcrumbItem/package.json +2 -2
  85. package/v3/VwcButton/index.js +6 -0
  86. package/v3/VwcButton/package.json +2 -2
  87. package/v3/VwcCalendar/package.json +2 -2
  88. package/v3/VwcCalendarEvent/package.json +2 -2
  89. package/v3/VwcCard/package.json +2 -2
  90. package/v3/VwcCheckbox/index.js +8 -8
  91. package/v3/VwcCheckbox/package.json +2 -2
  92. package/v3/VwcCombobox/index.js +0 -4
  93. package/v3/VwcCombobox/package.json +2 -2
  94. package/v3/VwcDataGrid/package.json +2 -2
  95. package/v3/VwcDataGridCell/index.js +6 -0
  96. package/v3/VwcDataGridCell/package.json +2 -2
  97. package/v3/VwcDataGridRow/index.js +6 -0
  98. package/v3/VwcDataGridRow/package.json +2 -2
  99. package/v3/VwcDatePicker/index.d.ts +2 -1
  100. package/v3/VwcDatePicker/index.js +11 -22
  101. package/v3/VwcDatePicker/package.json +2 -2
  102. package/v3/VwcDatePickerBase/index.d.ts +2 -1
  103. package/v3/VwcDatePickerBase/index.js +7 -14
  104. package/v3/VwcDatePickerBase/package.json +2 -2
  105. package/v3/VwcDateRangePicker/index.d.ts +1 -0
  106. package/v3/VwcDateRangePicker/index.js +9 -22
  107. package/v3/VwcDateRangePicker/package.json +2 -2
  108. package/v3/VwcDialog/package.json +2 -2
  109. package/v3/VwcDivider/package.json +2 -2
  110. package/v3/VwcElevation/package.json +2 -2
  111. package/v3/VwcEmptyState/package.json +2 -2
  112. package/v3/VwcFab/package.json +2 -2
  113. package/v3/VwcFilePicker/index.d.ts +1 -1
  114. package/v3/VwcFilePicker/index.js +2 -2
  115. package/v3/VwcFilePicker/package.json +2 -2
  116. package/v3/VwcFocus/package.json +2 -2
  117. package/v3/VwcFormAssociatedFilePicker/package.json +2 -2
  118. package/v3/VwcFormAssociatedTimePicker/index.d.ts +17 -0
  119. package/v3/VwcFormAssociatedTimePicker/index.js +41 -0
  120. package/v3/VwcFormAssociatedTimePicker/package.json +11 -0
  121. package/v3/VwcHeader/package.json +2 -2
  122. package/v3/VwcIcon/package.json +2 -2
  123. package/v3/VwcLayout/package.json +2 -2
  124. package/v3/VwcListbox/index.js +0 -4
  125. package/v3/VwcListbox/package.json +2 -2
  126. package/v3/VwcMenu/package.json +2 -2
  127. package/v3/VwcMenuItem/index.d.ts +4 -0
  128. package/v3/VwcMenuItem/index.js +12 -1
  129. package/v3/VwcMenuItem/package.json +2 -2
  130. package/v3/VwcNav/package.json +2 -2
  131. package/v3/VwcNavDisclosure/index.js +4 -0
  132. package/v3/VwcNavDisclosure/package.json +2 -2
  133. package/v3/VwcNavItem/index.js +4 -0
  134. package/v3/VwcNavItem/package.json +2 -2
  135. package/v3/VwcNote/index.js +4 -0
  136. package/v3/VwcNote/package.json +2 -2
  137. package/v3/VwcNumberField/index.js +9 -49
  138. package/v3/VwcNumberField/package.json +2 -2
  139. package/v3/VwcOption/package.json +2 -2
  140. package/v3/VwcPagination/index.d.ts +2 -1
  141. package/v3/VwcPagination/index.js +7 -1
  142. package/v3/VwcPagination/package.json +2 -2
  143. package/v3/VwcPopup/package.json +2 -2
  144. package/v3/VwcProgress/package.json +2 -2
  145. package/v3/VwcProgressRing/package.json +2 -2
  146. package/v3/VwcRadio/index.js +8 -8
  147. package/v3/VwcRadio/package.json +2 -2
  148. package/v3/VwcRadioGroup/package.json +2 -2
  149. package/v3/VwcSelect/index.js +9 -33
  150. package/v3/VwcSelect/package.json +2 -2
  151. package/v3/VwcSelectableBox/package.json +2 -2
  152. package/v3/VwcSideDrawer/package.json +2 -2
  153. package/v3/VwcSlider/package.json +2 -2
  154. package/v3/VwcSplitButton/index.js +4 -0
  155. package/v3/VwcSplitButton/package.json +2 -2
  156. package/v3/VwcSwitch/index.js +1 -17
  157. package/v3/VwcSwitch/package.json +2 -2
  158. package/v3/VwcTab/package.json +2 -2
  159. package/v3/VwcTabPanel/package.json +2 -2
  160. package/v3/VwcTabs/index.d.ts +2 -0
  161. package/v3/VwcTabs/index.js +20 -1
  162. package/v3/VwcTabs/package.json +2 -2
  163. package/v3/VwcTag/index.js +6 -0
  164. package/v3/VwcTag/package.json +2 -2
  165. package/v3/VwcTagGroup/package.json +2 -2
  166. package/v3/VwcTextAnchor/index.js +6 -0
  167. package/v3/VwcTextAnchor/package.json +2 -2
  168. package/v3/VwcTextArea/index.js +29 -5
  169. package/v3/VwcTextArea/package.json +2 -2
  170. package/v3/VwcTextField/index.js +9 -49
  171. package/v3/VwcTextField/package.json +2 -2
  172. package/v3/VwcTimePicker/index.d.ts +36 -0
  173. package/v3/VwcTimePicker/index.js +263 -0
  174. package/v3/VwcTimePicker/package.json +11 -0
  175. package/v3/VwcToggletip/package.json +2 -2
  176. package/v3/VwcTooltip/package.json +2 -2
  177. package/v3/VwcTreeItem/index.js +4 -0
  178. package/v3/VwcTreeItem/package.json +2 -2
  179. package/v3/VwcTreeView/package.json +2 -2
@@ -42,6 +42,10 @@ Code in this file were generated using following JSON:
42
42
  "description": "Assign nodes to the `meta` slot to set a badge or an additional icon.",
43
43
  "name": "meta"
44
44
  },
45
+ {
46
+ "description": "Assign nodes to the `meta` slot to set a badge or an additional icon.",
47
+ "name": "trailing-meta"
48
+ },
45
49
  {
46
50
  "description": "Assign a Menu to the `submenu` slot to add a submenu.",
47
51
  "name": "submenu"
@@ -85,6 +89,13 @@ Code in this file were generated using following JSON:
85
89
  "description": "Controls the appearance of the check indicator.",
86
90
  "privacy": "public"
87
91
  },
92
+ {
93
+ "kind": "field",
94
+ "name": "trailingMetaSlottedContent",
95
+ "type": {
96
+ "text": "HTMLElement[] | undefined"
97
+ }
98
+ },
88
99
  {
89
100
  "kind": "field",
90
101
  "name": "#submenuArray",
@@ -160,7 +171,7 @@ registerMenuItem('vvd3')
160
171
  const VwcMenuItem = wrapper(`vvd3-menu-item`, {
161
172
  events: [{"name":"change","propName":"onChange"}],
162
173
  attributes: [],
163
- properties: ['text', 'textSecondary', 'checkTrailing', 'checkedAppearance', 'updateSubmenu']
174
+ properties: ['text', 'textSecondary', 'checkTrailing', 'checkedAppearance', 'trailingMetaSlottedContent', 'updateSubmenu', 'icon']
164
175
  })
165
176
 
166
177
  VwcMenuItem.displayName = 'VwcMenuItem'
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-menu-item",
3
- "version": "3.46.0",
3
+ "version": "3.50.1",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vivid": "3.46.0"
9
+ "@vonage/vivid": "3.50.1"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-nav",
3
- "version": "3.46.0",
3
+ "version": "3.50.1",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vivid": "3.46.0"
9
+ "@vonage/vivid": "3.50.1"
10
10
  }
11
11
  }
@@ -37,6 +37,10 @@ Code in this file were generated using following JSON:
37
37
  {
38
38
  "description": "A slot to add additional content to the nav disclosure.",
39
39
  "name": "meta"
40
+ },
41
+ {
42
+ "description": "Add an icon to the component.",
43
+ "name": "icon"
40
44
  }
41
45
  ],
42
46
  "members": [
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-nav-disclosure",
3
- "version": "3.46.0",
3
+ "version": "3.50.1",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vivid": "3.46.0"
9
+ "@vonage/vivid": "3.50.1"
10
10
  }
11
11
  }
@@ -33,6 +33,10 @@ Code in this file were generated using following JSON:
33
33
  {
34
34
  "description": "A slot to add additional content to the nav item.",
35
35
  "name": "meta"
36
+ },
37
+ {
38
+ "description": "Add an icon to the component.",
39
+ "name": "icon"
36
40
  }
37
41
  ],
38
42
  "members": [
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-nav-item",
3
- "version": "3.46.0",
3
+ "version": "3.50.1",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vivid": "3.46.0"
9
+ "@vonage/vivid": "3.50.1"
10
10
  }
11
11
  }
@@ -73,6 +73,10 @@ Code in this file were generated using following JSON:
73
73
  {
74
74
  "description": "Any slotted content will appear below the headline.",
75
75
  "name": ""
76
+ },
77
+ {
78
+ "description": "Add an icon to the component.",
79
+ "name": "icon"
76
80
  }
77
81
  ],
78
82
  "members": [
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-note",
3
- "version": "3.46.0",
3
+ "version": "3.50.1",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vivid": "3.46.0"
9
+ "@vonage/vivid": "3.50.1"
10
10
  }
11
11
  }
@@ -8,62 +8,18 @@ Code in this file were generated using following JSON:
8
8
  "description": "Base class for number-field",
9
9
  "name": "NumberField",
10
10
  "cssProperties": [
11
- {
12
- "name": "--vvd-text-field-success-primary",
13
- "default": "var(--vvd-color-success-500)"
14
- },
15
- {
16
- "name": "--vvd-text-field-success-backdrop",
17
- "default": "var(--vvd-color-success-50)"
18
- },
19
- {
20
- "name": "--vvd-text-field-success-intermediate",
21
- "default": "var(--vvd-color-success-500)"
22
- },
23
- {
24
- "name": "--vvd-text-field-success-firm",
25
- "default": "var(--vvd-color-success-600)"
26
- },
27
- {
28
- "name": "--vvd-text-field-success-faint",
29
- "default": "var(--vvd-color-success-50)"
30
- },
31
- {
32
- "name": "--vvd-text-field-success-soft",
33
- "default": "var(--vvd-color-success-100)"
34
- },
35
- {
36
- "name": "--vvd-text-field-alert-primary",
37
- "default": "var(--vvd-color-alert-500)"
38
- },
39
- {
40
- "name": "--vvd-text-field-alert-backdrop",
41
- "default": "var(--vvd-color-alert-50)"
42
- },
43
- {
44
- "name": "--vvd-text-field-alert-intermediate",
45
- "default": "var(--vvd-color-alert-500)"
46
- },
47
- {
48
- "name": "--vvd-text-field-alert-firm",
49
- "default": "var(--vvd-color-alert-600)"
50
- },
51
- {
52
- "name": "--vvd-text-field-alert-faint",
53
- "default": "var(--vvd-color-alert-50)"
54
- },
55
- {
56
- "name": "--vvd-text-field-alert-soft",
57
- "default": "var(--vvd-color-alert-100)"
58
- },
59
11
  {
60
12
  "name": "--vvd-text-field-accent-primary",
61
13
  "default": "var(--vvd-color-canvas-text)"
62
14
  },
63
15
  {
64
- "name": "--vvd-text-field-accent-backdrop",
16
+ "name": "--vvd-text-field-accent-primary-text",
65
17
  "default": "var(--vvd-color-canvas)"
66
18
  },
19
+ {
20
+ "name": "--vvd-text-field-accent-primary-increment",
21
+ "default": "var(--vvd-color-neutral-800)"
22
+ },
67
23
  {
68
24
  "name": "--vvd-text-field-accent-intermediate",
69
25
  "default": "var(--vvd-color-neutral-500)"
@@ -72,6 +28,10 @@ Code in this file were generated using following JSON:
72
28
  "name": "--vvd-text-field-accent-firm",
73
29
  "default": "var(--vvd-color-canvas-text)"
74
30
  },
31
+ {
32
+ "name": "--vvd-text-field-accent-fierce",
33
+ "default": "var(--vvd-color-neutral-700)"
34
+ },
75
35
  {
76
36
  "name": "--vvd-text-field-accent-faint",
77
37
  "default": "var(--vvd-color-neutral-50)"
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-number-field",
3
- "version": "3.46.0",
3
+ "version": "3.50.1",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vivid": "3.46.0"
9
+ "@vonage/vivid": "3.50.1"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-listbox-option",
3
- "version": "3.46.0",
3
+ "version": "3.50.1",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vivid": "3.46.0"
9
+ "@vonage/vivid": "3.50.1"
10
10
  }
11
11
  }
@@ -1,4 +1,4 @@
1
- import React, { ReactNode } from 'react';
1
+ import React, { ReactNode, SyntheticEvent } from 'react';
2
2
  /** Base class for pagination
3
3
  * For more info on this Vivid element please visit https://vivid.deno.dev/components/pagination
4
4
  * @param {PaginationSize | undefined} size - The size the pagination should have. **attribute** `size`
@@ -17,6 +17,7 @@ declare const VwcPagination: {
17
17
  id?: string | undefined;
18
18
  style?: React.CSSProperties | undefined;
19
19
  ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
20
+ onPaginationChange?: ((event: SyntheticEvent) => void) | undefined;
20
21
  size?: any;
21
22
  shape?: any;
22
23
  paginationButtons?: any;
@@ -131,6 +131,12 @@ Code in this file were generated using following JSON:
131
131
  ]
132
132
  }
133
133
  ],
134
+ "events": [
135
+ {
136
+ "description": "Fires when the page changes.",
137
+ "name": "pagination-change"
138
+ }
139
+ ],
134
140
  "attributes": [
135
141
  {
136
142
  "name": "size",
@@ -184,7 +190,7 @@ import { registerPagination } from '@vonage/vivid'
184
190
  registerPagination('vvd3')
185
191
 
186
192
  const VwcPagination = wrapper(`vvd3-pagination`, {
187
- events: [],
193
+ events: [{"name":"pagination-change","propName":"onPaginationChange"}],
188
194
  attributes: [],
189
195
  properties: ['size', 'shape', 'paginationButtons', 'prevButton', 'nextButton', 'navIcons', 'total', 'selectedIndex']
190
196
  })
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-pagination",
3
- "version": "3.46.0",
3
+ "version": "3.50.1",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vivid": "3.46.0"
9
+ "@vonage/vivid": "3.50.1"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-popup",
3
- "version": "3.46.0",
3
+ "version": "3.50.1",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vivid": "3.46.0"
9
+ "@vonage/vivid": "3.50.1"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-progress",
3
- "version": "3.46.0",
3
+ "version": "3.50.1",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vivid": "3.46.0"
9
+ "@vonage/vivid": "3.50.1"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-progress-ring",
3
- "version": "3.46.0",
3
+ "version": "3.50.1",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vivid": "3.46.0"
9
+ "@vonage/vivid": "3.50.1"
10
10
  }
11
11
  }
@@ -24,14 +24,14 @@ Code in this file were generated using following JSON:
24
24
  "name": "--vvd-radio-cta-intermediate",
25
25
  "default": "var(--vvd-color-cta-500)"
26
26
  },
27
- {
28
- "name": "--vvd-radio-cta-backdrop",
29
- "default": "var(--vvd-color-cta-50)"
30
- },
31
27
  {
32
28
  "name": "--vvd-radio-cta-firm",
33
29
  "default": "var(--vvd-color-cta-600)"
34
30
  },
31
+ {
32
+ "name": "--vvd-radio-cta-fierce",
33
+ "default": "var(--vvd-color-cta-700)"
34
+ },
35
35
  {
36
36
  "name": "--vvd-radio-accent-primary",
37
37
  "default": "var(--vvd-color-canvas-text)"
@@ -48,13 +48,13 @@ Code in this file were generated using following JSON:
48
48
  "name": "--vvd-radio-accent-intermediate",
49
49
  "default": "var(--vvd-color-neutral-500)"
50
50
  },
51
- {
52
- "name": "--vvd-radio-accent-backdrop",
53
- "default": "var(--vvd-color-canvas)"
54
- },
55
51
  {
56
52
  "name": "--vvd-radio-accent-firm",
57
53
  "default": "var(--vvd-color-canvas-text)"
54
+ },
55
+ {
56
+ "name": "--vvd-radio-accent-fierce",
57
+ "default": "var(--vvd-color-neutral-700)"
58
58
  }
59
59
  ],
60
60
  "members": [
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-radio",
3
- "version": "3.46.0",
3
+ "version": "3.50.1",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vivid": "3.46.0"
9
+ "@vonage/vivid": "3.50.1"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-radio-group",
3
- "version": "3.46.0",
3
+ "version": "3.50.1",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vivid": "3.46.0"
9
+ "@vonage/vivid": "3.50.1"
10
10
  }
11
11
  }
@@ -8,46 +8,18 @@ Code in this file were generated using following JSON:
8
8
  "description": "Base class for select",
9
9
  "name": "Select",
10
10
  "cssProperties": [
11
- {
12
- "name": "--vvd-select-success-primary",
13
- "default": "var(--vvd-color-success-500)"
14
- },
15
- {
16
- "name": "--vvd-select-success-backdrop",
17
- "default": "var(--vvd-color-success-50)"
18
- },
19
- {
20
- "name": "--vvd-select-success-intermediate",
21
- "default": "var(--vvd-color-success-500)"
22
- },
23
- {
24
- "name": "--vvd-select-success-firm",
25
- "default": "var(--vvd-color-success-600)"
26
- },
27
- {
28
- "name": "--vvd-select-alert-primary",
29
- "default": "var(--vvd-color-alert-500)"
30
- },
31
- {
32
- "name": "--vvd-select-alert-backdrop",
33
- "default": "var(--vvd-color-alert-50)"
34
- },
35
- {
36
- "name": "--vvd-select-alert-intermediate",
37
- "default": "var(--vvd-color-alert-500)"
38
- },
39
- {
40
- "name": "--vvd-select-alert-firm",
41
- "default": "var(--vvd-color-alert-600)"
42
- },
43
11
  {
44
12
  "name": "--vvd-select-accent-primary",
45
13
  "default": "var(--vvd-color-canvas-text)"
46
14
  },
47
15
  {
48
- "name": "--vvd-select-accent-backdrop",
16
+ "name": "--vvd-select-accent-primary-text",
49
17
  "default": "var(--vvd-color-canvas)"
50
18
  },
19
+ {
20
+ "name": "--vvd-select-accent-primary-increment",
21
+ "default": "var(--vvd-color-neutral-800)"
22
+ },
51
23
  {
52
24
  "name": "--vvd-select-accent-intermediate",
53
25
  "default": "var(--vvd-color-neutral-500)"
@@ -55,6 +27,10 @@ Code in this file were generated using following JSON:
55
27
  {
56
28
  "name": "--vvd-select-accent-firm",
57
29
  "default": "var(--vvd-color-canvas-text)"
30
+ },
31
+ {
32
+ "name": "--vvd-select-accent-fierce",
33
+ "default": "var(--vvd-color-neutral-700)"
58
34
  }
59
35
  ],
60
36
  "slots": [
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-select",
3
- "version": "3.46.0",
3
+ "version": "3.50.1",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vivid": "3.46.0"
9
+ "@vonage/vivid": "3.50.1"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-selectable-box",
3
- "version": "3.46.0",
3
+ "version": "3.50.1",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vivid": "3.46.0"
9
+ "@vonage/vivid": "3.50.1"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-side-drawer",
3
- "version": "3.46.0",
3
+ "version": "3.50.1",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vivid": "3.46.0"
9
+ "@vonage/vivid": "3.50.1"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-slider",
3
- "version": "3.46.0",
3
+ "version": "3.50.1",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vivid": "3.46.0"
9
+ "@vonage/vivid": "3.50.1"
10
10
  }
11
11
  }
@@ -141,6 +141,10 @@ Code in this file were generated using following JSON:
141
141
  {
142
142
  "description": "Default slot.",
143
143
  "name": ""
144
+ },
145
+ {
146
+ "description": "Add an icon to the component.",
147
+ "name": "icon"
144
148
  }
145
149
  ],
146
150
  "members": [
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-split-button",
3
- "version": "3.46.0",
3
+ "version": "3.50.1",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vivid": "3.46.0"
9
+ "@vonage/vivid": "3.50.1"
10
10
  }
11
11
  }
@@ -20,10 +20,6 @@ Code in this file were generated using following JSON:
20
20
  "name": "--vvd-switch-cta-primary-increment",
21
21
  "default": "var(--vvd-color-cta-600)"
22
22
  },
23
- {
24
- "name": "--vvd-switch-cta-backdrop",
25
- "default": "var(--vvd-color-cta-50)"
26
- },
27
23
  {
28
24
  "name": "--vvd-switch-cta-firm",
29
25
  "default": "var(--vvd-color-cta-600)"
@@ -44,10 +40,6 @@ Code in this file were generated using following JSON:
44
40
  "name": "--vvd-switch-alert-primary-increment",
45
41
  "default": "var(--vvd-color-alert-600)"
46
42
  },
47
- {
48
- "name": "--vvd-switch-alert-backdrop",
49
- "default": "var(--vvd-color-alert-50)"
50
- },
51
43
  {
52
44
  "name": "--vvd-switch-alert-firm",
53
45
  "default": "var(--vvd-color-alert-600)"
@@ -68,10 +60,6 @@ Code in this file were generated using following JSON:
68
60
  "name": "--vvd-switch-success-primary-increment",
69
61
  "default": "var(--vvd-color-success-600)"
70
62
  },
71
- {
72
- "name": "--vvd-switch-success-backdrop",
73
- "default": "var(--vvd-color-success-50)"
74
- },
75
63
  {
76
64
  "name": "--vvd-switch-success-firm",
77
65
  "default": "var(--vvd-color-success-600)"
@@ -92,10 +80,6 @@ Code in this file were generated using following JSON:
92
80
  "name": "--vvd-switch-accent-primary-increment",
93
81
  "default": "var(--vvd-color-neutral-800)"
94
82
  },
95
- {
96
- "name": "--vvd-switch-accent-backdrop",
97
- "default": "var(--vvd-color-canvas)"
98
- },
99
83
  {
100
84
  "name": "--vvd-switch-accent-firm",
101
85
  "default": "var(--vvd-color-canvas-text)"
@@ -144,7 +128,7 @@ Code in this file were generated using following JSON:
144
128
  }
145
129
  ],
146
130
  "superclass": {
147
- "name": "FoundationElement",
131
+ "name": "FoundationSwitch",
148
132
  "package": "@microsoft/fast-foundation"
149
133
  }
150
134
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-switch",
3
- "version": "3.46.0",
3
+ "version": "3.50.1",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vivid": "3.46.0"
9
+ "@vonage/vivid": "3.50.1"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-tab",
3
- "version": "3.46.0",
3
+ "version": "3.50.1",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vivid": "3.46.0"
9
+ "@vonage/vivid": "3.50.1"
10
10
  }
11
11
  }