@vonage/vivid-react 2.10.75 → 2.10.77

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 (153) hide show
  1. package/VwcAccordion/package.json +1 -1
  2. package/VwcActionGroup/package.json +1 -1
  3. package/VwcBadge/package.json +1 -1
  4. package/VwcBanner/package.json +1 -1
  5. package/VwcButton/package.json +1 -1
  6. package/VwcButtonToggleGroup/package.json +1 -1
  7. package/VwcCalendar/package.json +1 -1
  8. package/VwcCalendarEvent/package.json +1 -1
  9. package/VwcCard/package.json +1 -1
  10. package/VwcCarousel/package.json +1 -1
  11. package/VwcCarouselItem/package.json +1 -1
  12. package/VwcCheckListItem/package.json +1 -1
  13. package/VwcCheckbox/package.json +1 -1
  14. package/VwcChip/package.json +1 -1
  15. package/VwcChipSet/package.json +1 -1
  16. package/VwcCircularProgress/package.json +1 -1
  17. package/VwcDataGrid/package.json +1 -1
  18. package/VwcDataGridColumn/package.json +1 -1
  19. package/VwcDatepicker/package.json +1 -1
  20. package/VwcDialog/package.json +1 -1
  21. package/VwcDrawer/package.json +1 -1
  22. package/VwcDropdown/package.json +1 -1
  23. package/VwcElevation/package.json +1 -1
  24. package/VwcEmptyState/package.json +1 -1
  25. package/VwcExpansionPanel/package.json +1 -1
  26. package/VwcFab/package.json +1 -1
  27. package/VwcFilePicker/package.json +1 -1
  28. package/VwcFormfield/package.json +1 -1
  29. package/VwcHelperMessage/package.json +1 -1
  30. package/VwcIcon/package.json +1 -1
  31. package/VwcIconButton/package.json +1 -1
  32. package/VwcIconButtonToggle/package.json +1 -1
  33. package/VwcKeypad/package.json +1 -1
  34. package/VwcLayout/package.json +1 -1
  35. package/VwcLinearProgress/package.json +1 -1
  36. package/VwcList/package.json +1 -1
  37. package/VwcListExpansionPanel/package.json +1 -1
  38. package/VwcListItem/package.json +1 -1
  39. package/VwcMenu/package.json +1 -1
  40. package/VwcNotchedOutline/package.json +1 -1
  41. package/VwcNote/package.json +1 -1
  42. package/VwcPagination/package.json +1 -1
  43. package/VwcPopup/package.json +1 -1
  44. package/VwcRadio/package.json +1 -1
  45. package/VwcRadioListItem/package.json +1 -1
  46. package/VwcSchemeSelect/package.json +1 -1
  47. package/VwcScrubBar/package.json +1 -1
  48. package/VwcSelect/package.json +1 -1
  49. package/VwcSideDrawer/package.json +1 -1
  50. package/VwcSlider/package.json +1 -1
  51. package/VwcSnackbar/package.json +1 -1
  52. package/VwcSurface/package.json +1 -1
  53. package/VwcSwitch/package.json +1 -1
  54. package/VwcTab/package.json +1 -1
  55. package/VwcTabBar/package.json +1 -1
  56. package/VwcTag/package.json +1 -1
  57. package/VwcText/package.json +1 -1
  58. package/VwcTextarea/package.json +1 -1
  59. package/VwcTextfield/package.json +1 -1
  60. package/VwcThemeSwitch/package.json +1 -1
  61. package/VwcTooltip/package.json +1 -1
  62. package/VwcTopAppBar/package.json +1 -1
  63. package/VwcTopAppBarFixed/package.json +1 -1
  64. package/index.js +4 -4
  65. package/package.json +2 -2
  66. package/types/index.d.ts +16 -4
  67. package/v3/VwcAccordion/package.json +2 -2
  68. package/v3/VwcAccordionItem/package.json +2 -2
  69. package/v3/VwcActionGroup/package.json +2 -2
  70. package/v3/VwcAlert/index.d.ts +2 -0
  71. package/v3/VwcAlert/index.js +22 -1
  72. package/v3/VwcAlert/package.json +2 -2
  73. package/v3/VwcAudioPlayer/index.d.ts +29 -0
  74. package/v3/VwcAudioPlayer/index.js +150 -0
  75. package/v3/VwcAudioPlayer/package.json +11 -0
  76. package/v3/VwcAvatar/index.js +8 -0
  77. package/v3/VwcAvatar/package.json +2 -2
  78. package/v3/VwcBadge/index.js +24 -0
  79. package/v3/VwcBadge/package.json +2 -2
  80. package/v3/VwcBanner/index.d.ts +2 -0
  81. package/v3/VwcBanner/index.js +17 -1
  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.d.ts +2 -0
  86. package/v3/VwcButton/index.js +1 -1
  87. package/v3/VwcButton/package.json +2 -2
  88. package/v3/VwcCalendar/package.json +2 -2
  89. package/v3/VwcCalendarEvent/package.json +2 -2
  90. package/v3/VwcCard/index.d.ts +2 -0
  91. package/v3/VwcCard/index.js +18 -1
  92. package/v3/VwcCard/package.json +2 -2
  93. package/v3/VwcCheckbox/index.d.ts +3 -0
  94. package/v3/VwcCheckbox/index.js +24 -2
  95. package/v3/VwcCheckbox/package.json +2 -2
  96. package/v3/VwcCombobox/package.json +2 -2
  97. package/v3/VwcDataGrid/package.json +2 -2
  98. package/v3/VwcDataGridCell/package.json +2 -2
  99. package/v3/VwcDataGridRow/package.json +2 -2
  100. package/v3/VwcDatePicker/package.json +2 -2
  101. package/v3/VwcDatePickerBase/package.json +2 -2
  102. package/v3/VwcDateRangePicker/package.json +2 -2
  103. package/v3/VwcDialog/index.d.ts +0 -4
  104. package/v3/VwcDialog/index.js +1 -33
  105. package/v3/VwcDialog/package.json +2 -2
  106. package/v3/VwcDivider/package.json +2 -2
  107. package/v3/VwcElevation/package.json +2 -2
  108. package/v3/VwcEmptyState/package.json +2 -2
  109. package/v3/VwcFab/package.json +2 -2
  110. package/v3/VwcFilePicker/package.json +2 -2
  111. package/v3/VwcFocus/package.json +2 -2
  112. package/v3/VwcFormAssociatedFilePicker/package.json +2 -2
  113. package/v3/VwcHeader/package.json +2 -2
  114. package/v3/VwcIcon/package.json +2 -2
  115. package/v3/VwcLayout/package.json +2 -2
  116. package/v3/VwcListbox/package.json +2 -2
  117. package/v3/VwcMenu/package.json +2 -2
  118. package/v3/VwcMenuItem/package.json +2 -2
  119. package/v3/VwcNav/package.json +2 -2
  120. package/v3/VwcNavDisclosure/package.json +2 -2
  121. package/v3/VwcNavItem/package.json +2 -2
  122. package/v3/VwcNote/index.js +18 -18
  123. package/v3/VwcNote/package.json +2 -2
  124. package/v3/VwcNumberField/package.json +2 -2
  125. package/v3/VwcOption/package.json +2 -2
  126. package/v3/VwcPagination/package.json +2 -2
  127. package/v3/VwcPopup/package.json +2 -2
  128. package/v3/VwcProgress/package.json +2 -2
  129. package/v3/VwcProgressRing/package.json +2 -2
  130. package/v3/VwcRadio/package.json +2 -2
  131. package/v3/VwcRadioGroup/package.json +2 -2
  132. package/v3/VwcSelect/package.json +2 -2
  133. package/v3/VwcSelectableBox/index.d.ts +5 -5
  134. package/v3/VwcSelectableBox/index.js +51 -38
  135. package/v3/VwcSelectableBox/package.json +2 -2
  136. package/v3/VwcSideDrawer/package.json +2 -2
  137. package/v3/VwcSlider/package.json +2 -2
  138. package/v3/VwcSplitButton/index.d.ts +4 -0
  139. package/v3/VwcSplitButton/index.js +84 -1
  140. package/v3/VwcSplitButton/package.json +2 -2
  141. package/v3/VwcSwitch/package.json +2 -2
  142. package/v3/VwcTab/package.json +2 -2
  143. package/v3/VwcTabPanel/package.json +2 -2
  144. package/v3/VwcTabs/package.json +2 -2
  145. package/v3/VwcTag/package.json +2 -2
  146. package/v3/VwcTagGroup/package.json +2 -2
  147. package/v3/VwcTextAnchor/package.json +2 -2
  148. package/v3/VwcTextArea/package.json +2 -2
  149. package/v3/VwcTextField/package.json +2 -2
  150. package/v3/VwcToggletip/package.json +2 -2
  151. package/v3/VwcTooltip/package.json +2 -2
  152. package/v3/VwcTreeItem/package.json +2 -2
  153. package/v3/VwcTreeView/package.json +2 -2
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-empty-state",
3
- "version": "3.40.0",
3
+ "version": "3.43.0",
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.40.0"
9
+ "@vonage/vivid": "3.43.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-fab",
3
- "version": "3.40.0",
3
+ "version": "3.43.0",
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.40.0"
9
+ "@vonage/vivid": "3.43.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-file-picker",
3
- "version": "3.40.0",
3
+ "version": "3.43.0",
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.40.0"
9
+ "@vonage/vivid": "3.43.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-focus",
3
- "version": "3.40.0",
3
+ "version": "3.43.0",
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.40.0"
9
+ "@vonage/vivid": "3.43.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-form-associated-file-picker",
3
- "version": "3.40.0",
3
+ "version": "3.43.0",
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.40.0"
9
+ "@vonage/vivid": "3.43.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-header",
3
- "version": "3.40.0",
3
+ "version": "3.43.0",
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.40.0"
9
+ "@vonage/vivid": "3.43.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-icon",
3
- "version": "3.40.0",
3
+ "version": "3.43.0",
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.40.0"
9
+ "@vonage/vivid": "3.43.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-layout",
3
- "version": "3.40.0",
3
+ "version": "3.43.0",
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.40.0"
9
+ "@vonage/vivid": "3.43.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-listbox",
3
- "version": "3.40.0",
3
+ "version": "3.43.0",
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.40.0"
9
+ "@vonage/vivid": "3.43.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-menu",
3
- "version": "3.40.0",
3
+ "version": "3.43.0",
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.40.0"
9
+ "@vonage/vivid": "3.43.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-menu-item",
3
- "version": "3.40.0",
3
+ "version": "3.43.0",
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.40.0"
9
+ "@vonage/vivid": "3.43.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-nav",
3
- "version": "3.40.0",
3
+ "version": "3.43.0",
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.40.0"
9
+ "@vonage/vivid": "3.43.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-nav-disclosure",
3
- "version": "3.40.0",
3
+ "version": "3.43.0",
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.40.0"
9
+ "@vonage/vivid": "3.43.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-nav-item",
3
- "version": "3.40.0",
3
+ "version": "3.43.0",
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.40.0"
9
+ "@vonage/vivid": "3.43.0"
10
10
  }
11
11
  }
@@ -8,65 +8,65 @@ Code in this file were generated using following JSON:
8
8
  "description": "Base class for note",
9
9
  "name": "Note",
10
10
  "cssProperties": [
11
- {
12
- "name": "--vvd-note-success-primary",
13
- "default": "var(--vvd-color-success-500)"
14
- },
15
11
  {
16
12
  "name": "--vvd-note-success-intermediate",
17
13
  "default": "var(--vvd-color-success-500)"
18
14
  },
19
15
  {
20
- "name": "--vvd-note-success-backdrop",
16
+ "name": "--vvd-note-success-faint",
21
17
  "default": "var(--vvd-color-success-50)"
22
18
  },
23
19
  {
24
- "name": "--vvd-note-information-primary",
25
- "default": "var(--vvd-color-information-500)"
20
+ "name": "--vvd-note-success-fierce",
21
+ "default": "var(--vvd-color-success-700)"
26
22
  },
27
23
  {
28
24
  "name": "--vvd-note-information-intermediate",
29
25
  "default": "var(--vvd-color-information-500)"
30
26
  },
31
27
  {
32
- "name": "--vvd-note-information-backdrop",
28
+ "name": "--vvd-note-information-faint",
33
29
  "default": "var(--vvd-color-information-50)"
34
30
  },
35
31
  {
36
- "name": "--vvd-note-alert-primary",
37
- "default": "var(--vvd-color-alert-500)"
32
+ "name": "--vvd-note-information-fierce",
33
+ "default": "var(--vvd-color-information-700)"
38
34
  },
39
35
  {
40
36
  "name": "--vvd-note-alert-intermediate",
41
37
  "default": "var(--vvd-color-alert-500)"
42
38
  },
43
39
  {
44
- "name": "--vvd-note-alert-backdrop",
40
+ "name": "--vvd-note-alert-faint",
45
41
  "default": "var(--vvd-color-alert-50)"
46
42
  },
47
43
  {
48
- "name": "--vvd-note-warning-primary",
49
- "default": "var(--vvd-color-warning-300)"
44
+ "name": "--vvd-note-alert-fierce",
45
+ "default": "var(--vvd-color-alert-700)"
50
46
  },
51
47
  {
52
48
  "name": "--vvd-note-warning-intermediate",
53
49
  "default": "var(--vvd-color-warning-300)"
54
50
  },
55
51
  {
56
- "name": "--vvd-note-warning-backdrop",
52
+ "name": "--vvd-note-warning-faint",
57
53
  "default": "var(--vvd-color-warning-50)"
58
54
  },
59
55
  {
60
- "name": "--vvd-note-accent-primary",
61
- "default": "var(--vvd-color-canvas-text)"
56
+ "name": "--vvd-note-warning-fierce",
57
+ "default": "var(--vvd-color-warning-700)"
62
58
  },
63
59
  {
64
60
  "name": "--vvd-note-accent-intermediate",
65
61
  "default": "var(--vvd-color-neutral-500)"
66
62
  },
67
63
  {
68
- "name": "--vvd-note-accent-backdrop",
69
- "default": "var(--vvd-color-canvas)"
64
+ "name": "--vvd-note-accent-faint",
65
+ "default": "var(--vvd-color-neutral-50)"
66
+ },
67
+ {
68
+ "name": "--vvd-note-accent-fierce",
69
+ "default": "var(--vvd-color-neutral-700)"
70
70
  }
71
71
  ],
72
72
  "slots": [
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-note",
3
- "version": "3.40.0",
3
+ "version": "3.43.0",
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.40.0"
9
+ "@vonage/vivid": "3.43.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-number-field",
3
- "version": "3.40.0",
3
+ "version": "3.43.0",
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.40.0"
9
+ "@vonage/vivid": "3.43.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-listbox-option",
3
- "version": "3.40.0",
3
+ "version": "3.43.0",
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.40.0"
9
+ "@vonage/vivid": "3.43.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-pagination",
3
- "version": "3.40.0",
3
+ "version": "3.43.0",
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.40.0"
9
+ "@vonage/vivid": "3.43.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-popup",
3
- "version": "3.40.0",
3
+ "version": "3.43.0",
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.40.0"
9
+ "@vonage/vivid": "3.43.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-progress",
3
- "version": "3.40.0",
3
+ "version": "3.43.0",
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.40.0"
9
+ "@vonage/vivid": "3.43.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-progress-ring",
3
- "version": "3.40.0",
3
+ "version": "3.43.0",
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.40.0"
9
+ "@vonage/vivid": "3.43.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-radio",
3
- "version": "3.40.0",
3
+ "version": "3.43.0",
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.40.0"
9
+ "@vonage/vivid": "3.43.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-radio-group",
3
- "version": "3.40.0",
3
+ "version": "3.43.0",
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.40.0"
9
+ "@vonage/vivid": "3.43.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-select",
3
- "version": "3.40.0",
3
+ "version": "3.43.0",
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.40.0"
9
+ "@vonage/vivid": "3.43.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  import React, { ReactNode, SyntheticEvent } from 'react';
2
2
  /** Base class for selectable-box
3
3
  * For more info on this Vivid element please visit https://vivid.deno.dev/components/selectable-box
4
+ * @param {string | null} ariaLabel **attribute** `aria-label`
4
5
  * @param {boolean} checked - Controls the checked state of the box **attribute** `checked`
5
- * @param {boolean} clickable - Makes the whole selectable box clickable **attribute** `clickable`
6
+ * @param {boolean} clickable - DEPRECATED: Replaced by the clickable-box prop **attribute** `clickable`
7
+ * @param {boolean} clickableBox - Makes the entire selectable box clickable **attribute** `clickable-box`
6
8
  * @param {SelectableBoxConnotation | undefined} connotation - The connotation the selectable box should have. **attribute** `connotation`
7
- * @param {string | null} controlAriaLabel - Adds an accessible label to selectable box **attribute** `control-aria-label`
8
- * @param {string | null} controlAriaLabelledby - Links a piece of content as an accessible label **attribute** `control-aria-labelledby`
9
9
  * @param {SelectableBoxControlType | undefined} controlType - The type of control the box should have: checkbox or radio. **attribute** `control-type`
10
10
  * @param {boolean} tight - Removes the padding around the box's slot content **attribute** `tight`
11
11
  */
@@ -17,11 +17,11 @@ declare const VwcSelectableBox: {
17
17
  style?: React.CSSProperties | undefined;
18
18
  ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
19
19
  onChange?: ((event: SyntheticEvent) => void) | undefined;
20
+ ariaLabel?: string | null | undefined;
20
21
  checked?: boolean | undefined;
21
22
  clickable?: boolean | undefined;
23
+ clickableBox?: boolean | undefined;
22
24
  connotation?: any;
23
- controlAriaLabel?: string | null | undefined;
24
- controlAriaLabelledby?: string | null | undefined;
25
25
  controlType?: any;
26
26
  tight?: boolean | undefined;
27
27
  }): JSX.Element;
@@ -16,6 +16,14 @@ Code in this file were generated using following JSON:
16
16
  "name": "--vvd-selectable-box-cta-pale",
17
17
  "default": "var(--vvd-color-cta-300)"
18
18
  },
19
+ {
20
+ "name": "--vvd-selectable-box-cta-fierce",
21
+ "default": "var(--vvd-color-cta-700)"
22
+ },
23
+ {
24
+ "name": "--vvd-selectable-box-cta-faint",
25
+ "default": "var(--vvd-color-cta-50)"
26
+ },
19
27
  {
20
28
  "name": "--vvd-selectable-box-cta-soft",
21
29
  "default": "var(--vvd-color-cta-100)"
@@ -28,6 +36,14 @@ Code in this file were generated using following JSON:
28
36
  "name": "--vvd-selectable-box-accent-pale",
29
37
  "default": "var(--vvd-color-neutral-300)"
30
38
  },
39
+ {
40
+ "name": "--vvd-selectable-box-accent-fierce",
41
+ "default": "var(--vvd-color-neutral-700)"
42
+ },
43
+ {
44
+ "name": "--vvd-selectable-box-accent-faint",
45
+ "default": "var(--vvd-color-neutral-50)"
46
+ },
31
47
  {
32
48
  "name": "--vvd-selectable-box-accent-soft",
33
49
  "default": "var(--vvd-color-neutral-100)"
@@ -42,51 +58,49 @@ Code in this file were generated using following JSON:
42
58
  "members": [
43
59
  {
44
60
  "kind": "field",
45
- "name": "checked",
61
+ "name": "ariaLabel",
46
62
  "type": {
47
- "text": "boolean"
63
+ "text": "string | null"
48
64
  },
49
- "default": "false",
50
- "description": "Controls the checked state of the box",
51
- "privacy": "public"
65
+ "default": "null"
52
66
  },
53
67
  {
54
68
  "kind": "field",
55
- "name": "clickable",
69
+ "name": "checked",
56
70
  "type": {
57
71
  "text": "boolean"
58
72
  },
59
73
  "default": "false",
60
- "description": "Makes the whole selectable box clickable",
74
+ "description": "Controls the checked state of the box",
61
75
  "privacy": "public"
62
76
  },
63
77
  {
64
78
  "kind": "field",
65
- "name": "connotation",
79
+ "name": "clickable",
66
80
  "type": {
67
- "text": "SelectableBoxConnotation | undefined"
81
+ "text": "boolean"
68
82
  },
69
- "description": "The connotation the selectable box should have.",
83
+ "default": "false",
84
+ "description": "DEPRECATED: Replaced by the clickable-box prop",
70
85
  "privacy": "public"
71
86
  },
72
87
  {
73
88
  "kind": "field",
74
- "name": "controlAriaLabel",
89
+ "name": "clickableBox",
75
90
  "type": {
76
- "text": "string | null"
91
+ "text": "boolean"
77
92
  },
78
- "default": "null",
79
- "description": "Adds an accessible label to selectable box",
93
+ "default": "false",
94
+ "description": "Makes the entire selectable box clickable",
80
95
  "privacy": "public"
81
96
  },
82
97
  {
83
98
  "kind": "field",
84
- "name": "controlAriaLabelledby",
99
+ "name": "connotation",
85
100
  "type": {
86
- "text": "string | null"
101
+ "text": "SelectableBoxConnotation | undefined"
87
102
  },
88
- "default": "null",
89
- "description": "Links a piece of content as an accessible label",
103
+ "description": "The connotation the selectable box should have.",
90
104
  "privacy": "public"
91
105
  },
92
106
  {
@@ -116,6 +130,14 @@ Code in this file were generated using following JSON:
116
130
  }
117
131
  ],
118
132
  "attributes": [
133
+ {
134
+ "name": "aria-label",
135
+ "type": {
136
+ "text": "string | null"
137
+ },
138
+ "default": "null",
139
+ "fieldName": "ariaLabel"
140
+ },
119
141
  {
120
142
  "type": {
121
143
  "text": "boolean"
@@ -129,34 +151,25 @@ Code in this file were generated using following JSON:
129
151
  "text": "boolean"
130
152
  },
131
153
  "default": "false",
132
- "description": "Makes the whole selectable box clickable",
154
+ "description": "DEPRECATED: Replaced by the clickable-box prop",
133
155
  "fieldName": "clickable"
134
156
  },
135
157
  {
136
- "name": "connotation",
137
- "type": {
138
- "text": "SelectableBoxConnotation | undefined"
139
- },
140
- "description": "The connotation the selectable box should have.",
141
- "fieldName": "connotation"
142
- },
143
- {
144
- "name": "control-aria-label",
158
+ "name": "clickable-box",
145
159
  "type": {
146
- "text": "string | null"
160
+ "text": "boolean"
147
161
  },
148
- "default": "null",
149
- "description": "Adds an accessible label to selectable box",
150
- "fieldName": "controlAriaLabel"
162
+ "default": "false",
163
+ "description": "Makes the entire selectable box clickable",
164
+ "fieldName": "clickableBox"
151
165
  },
152
166
  {
153
- "name": "control-aria-labelledby",
167
+ "name": "connotation",
154
168
  "type": {
155
- "text": "string | null"
169
+ "text": "SelectableBoxConnotation | undefined"
156
170
  },
157
- "default": "null",
158
- "description": "Links a piece of content as an accessible label",
159
- "fieldName": "controlAriaLabelledby"
171
+ "description": "The connotation the selectable box should have.",
172
+ "fieldName": "connotation"
160
173
  },
161
174
  {
162
175
  "name": "control-type",
@@ -189,7 +202,7 @@ registerSelectableBox('vvd3')
189
202
  const VwcSelectableBox = wrapper(`vvd3-selectable-box`, {
190
203
  events: [{"name":"change","propName":"onChange"}],
191
204
  attributes: [],
192
- properties: ['checked', 'clickable', 'connotation', 'controlAriaLabel', 'controlAriaLabelledby', 'controlType', 'tight']
205
+ properties: ['ariaLabel', 'checked', 'clickable', 'clickableBox', 'connotation', 'controlType', 'tight']
193
206
  })
194
207
 
195
208
  VwcSelectableBox.displayName = 'VwcSelectableBox'
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-selectable-box",
3
- "version": "3.40.0",
3
+ "version": "3.43.0",
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.40.0"
9
+ "@vonage/vivid": "3.43.0"
10
10
  }
11
11
  }