@vonage/vivid-react 2.10.71 → 2.10.72

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 (145) 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 +5 -5
  66. package/package.json +59 -59
  67. package/types/index.d.ts +10 -6
  68. package/v3/VwcAccordion/package.json +2 -2
  69. package/v3/VwcAccordionItem/package.json +2 -2
  70. package/v3/VwcActionGroup/package.json +2 -2
  71. package/v3/VwcAlert/package.json +2 -2
  72. package/v3/VwcAvatar/index.js +8 -0
  73. package/v3/VwcAvatar/package.json +2 -2
  74. package/v3/VwcBadge/package.json +2 -2
  75. package/v3/VwcBanner/package.json +2 -2
  76. package/v3/VwcBreadcrumb/package.json +2 -2
  77. package/v3/VwcBreadcrumbItem/package.json +2 -2
  78. package/v3/VwcButton/package.json +2 -2
  79. package/v3/VwcCalendar/package.json +2 -2
  80. package/v3/VwcCalendarEvent/package.json +2 -2
  81. package/v3/VwcCard/package.json +2 -2
  82. package/v3/VwcCheckbox/package.json +2 -2
  83. package/v3/VwcCombobox/package.json +2 -2
  84. package/v3/VwcDataGrid/package.json +2 -2
  85. package/v3/VwcDataGridCell/package.json +2 -2
  86. package/v3/VwcDataGridRow/package.json +2 -2
  87. package/v3/VwcDatePicker/index.d.ts +14 -10
  88. package/v3/VwcDatePicker/index.js +116 -52
  89. package/v3/VwcDatePicker/package.json +2 -2
  90. package/v3/VwcDialog/package.json +2 -2
  91. package/v3/VwcDivider/package.json +2 -2
  92. package/v3/VwcElevation/package.json +2 -2
  93. package/v3/VwcEmptyState/package.json +2 -2
  94. package/v3/VwcFab/index.js +6 -0
  95. package/v3/VwcFab/package.json +2 -2
  96. package/v3/VwcFilePicker/package.json +2 -2
  97. package/v3/VwcFocus/package.json +2 -2
  98. package/v3/VwcFormAssociatedDatePicker/index.d.ts +19 -0
  99. package/v3/VwcFormAssociatedDatePicker/index.js +52 -0
  100. package/v3/VwcFormAssociatedDatePicker/package.json +11 -0
  101. package/v3/VwcHeader/package.json +2 -2
  102. package/v3/VwcIcon/package.json +2 -2
  103. package/v3/VwcLayout/package.json +2 -2
  104. package/v3/VwcListbox/index.d.ts +4 -0
  105. package/v3/VwcListbox/index.js +71 -1
  106. package/v3/VwcListbox/package.json +2 -2
  107. package/v3/VwcListboxOption/package.json +2 -2
  108. package/v3/VwcMenu/package.json +2 -2
  109. package/v3/VwcMenuItem/index.d.ts +2 -0
  110. package/v3/VwcMenuItem/index.js +30 -1
  111. package/v3/VwcMenuItem/package.json +2 -2
  112. package/v3/VwcNav/package.json +2 -2
  113. package/v3/VwcNavDisclosure/package.json +2 -2
  114. package/v3/VwcNavItem/package.json +2 -2
  115. package/v3/VwcNote/package.json +2 -2
  116. package/v3/VwcNumberField/index.js +31 -0
  117. package/v3/VwcNumberField/package.json +2 -2
  118. package/v3/VwcPagination/package.json +2 -2
  119. package/v3/VwcPopup/package.json +2 -2
  120. package/v3/VwcProgress/package.json +2 -2
  121. package/v3/VwcProgressRing/index.d.ts +1 -1
  122. package/v3/VwcProgressRing/index.js +2 -2
  123. package/v3/VwcProgressRing/package.json +2 -2
  124. package/v3/VwcRadio/package.json +2 -2
  125. package/v3/VwcRadioGroup/package.json +2 -2
  126. package/v3/VwcSelect/package.json +2 -2
  127. package/v3/VwcSideDrawer/package.json +2 -2
  128. package/v3/VwcSlider/package.json +2 -2
  129. package/v3/VwcSplitButton/package.json +2 -2
  130. package/v3/VwcSwitch/package.json +2 -2
  131. package/v3/VwcTab/index.js +6 -0
  132. package/v3/VwcTab/package.json +2 -2
  133. package/v3/VwcTabPanel/package.json +2 -2
  134. package/v3/VwcTabs/package.json +2 -2
  135. package/v3/VwcTag/package.json +2 -2
  136. package/v3/VwcTagGroup/package.json +2 -2
  137. package/v3/VwcTextAnchor/package.json +2 -2
  138. package/v3/VwcTextArea/package.json +2 -2
  139. package/v3/VwcTextField/index.d.ts +2 -0
  140. package/v3/VwcTextField/index.js +18 -1
  141. package/v3/VwcTextField/package.json +2 -2
  142. package/v3/VwcToggletip/package.json +2 -2
  143. package/v3/VwcTooltip/package.json +2 -2
  144. package/v3/VwcTreeItem/package.json +2 -2
  145. package/v3/VwcTreeView/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react",
3
- "version": "2.10.71",
3
+ "version": "2.10.72",
4
4
  "description": "Vivid wrapped for easy React usage & IDE autocomplete support & typescript typings",
5
5
  "main": "index.js",
6
6
  "types": "types/index.d.ts",
@@ -27,65 +27,65 @@
27
27
  "CLI"
28
28
  ],
29
29
  "dependencies": {
30
- "@vonage/vivid": "3.32.0",
30
+ "@vonage/vivid": "3.37.0",
31
31
  "@vonage/vivid-react-wrapper": "1.2.9",
32
- "@vonage/vvd-context": "^2.44.0",
33
- "@vonage/vvd-core": "^2.44.0",
34
- "@vonage/vvd-fonts": "^2.44.0",
35
- "@vonage/vwc-accordion": "2.43.2",
36
- "@vonage/vwc-action-group": "2.43.2",
37
- "@vonage/vwc-badge": "2.43.2",
38
- "@vonage/vwc-banner": "^2.44.0",
39
- "@vonage/vwc-button": "2.43.2",
40
- "@vonage/vwc-button-toggle-group": "2.43.2",
41
- "@vonage/vwc-calendar": "2.43.2",
42
- "@vonage/vwc-card": "2.43.2",
43
- "@vonage/vwc-carousel": "2.43.2",
44
- "@vonage/vwc-checkbox": "2.43.2",
45
- "@vonage/vwc-chips": "2.43.2",
46
- "@vonage/vwc-circular-progress": "2.43.2",
47
- "@vonage/vwc-data-grid": "2.43.2",
48
- "@vonage/vwc-datepicker": "2.43.2",
49
- "@vonage/vwc-dialog": "2.43.2",
50
- "@vonage/vwc-drawer": "2.43.2",
51
- "@vonage/vwc-dropdown": "2.43.2",
52
- "@vonage/vwc-elevation": "2.43.2",
53
- "@vonage/vwc-empty-state": "2.43.2",
54
- "@vonage/vwc-expansion-panel": "2.43.2",
55
- "@vonage/vwc-fab": "2.43.2",
56
- "@vonage/vwc-file-picker": "^2.44.0",
57
- "@vonage/vwc-formfield": "2.43.2",
58
- "@vonage/vwc-helper-message": "2.43.2",
59
- "@vonage/vwc-icon": "2.43.2",
60
- "@vonage/vwc-icon-button": "2.43.2",
61
- "@vonage/vwc-icon-button-toggle": "2.43.2",
62
- "@vonage/vwc-keypad": "2.43.2",
63
- "@vonage/vwc-layout": "2.43.2",
64
- "@vonage/vwc-linear-progress": "2.43.2",
65
- "@vonage/vwc-list": "2.43.2",
66
- "@vonage/vwc-media-controller": "^2.44.0",
67
- "@vonage/vwc-menu": "2.43.2",
68
- "@vonage/vwc-notched-outline": "2.43.2",
69
- "@vonage/vwc-note": "2.43.2",
70
- "@vonage/vwc-pagination": "2.43.2",
71
- "@vonage/vwc-popup": "2.43.2",
72
- "@vonage/vwc-radio": "2.43.2",
73
- "@vonage/vwc-scheme-select": "2.43.2",
74
- "@vonage/vwc-select": "2.43.2",
75
- "@vonage/vwc-side-drawer": "2.43.2",
76
- "@vonage/vwc-slider": "2.43.2",
77
- "@vonage/vwc-snackbar": "2.43.2",
78
- "@vonage/vwc-surface": "2.43.2",
79
- "@vonage/vwc-switch": "2.43.2",
80
- "@vonage/vwc-tab-bar": "2.43.2",
81
- "@vonage/vwc-tags": "2.43.2",
82
- "@vonage/vwc-text": "2.43.2",
83
- "@vonage/vwc-textarea": "2.43.2",
84
- "@vonage/vwc-textfield": "2.43.2",
85
- "@vonage/vwc-theme-switch": "2.43.2",
86
- "@vonage/vwc-tooltip": "2.43.2",
87
- "@vonage/vwc-top-app-bar": "2.43.2",
88
- "@vonage/vwc-top-app-bar-fixed": "2.43.2"
32
+ "@vonage/vvd-context": "2.44.0",
33
+ "@vonage/vvd-core": "2.44.0",
34
+ "@vonage/vvd-fonts": "2.44.0",
35
+ "@vonage/vwc-accordion": "2.44.0",
36
+ "@vonage/vwc-action-group": "2.44.0",
37
+ "@vonage/vwc-badge": "2.44.0",
38
+ "@vonage/vwc-banner": "2.44.0",
39
+ "@vonage/vwc-button": "2.44.0",
40
+ "@vonage/vwc-button-toggle-group": "2.44.0",
41
+ "@vonage/vwc-calendar": "2.44.0",
42
+ "@vonage/vwc-card": "2.44.0",
43
+ "@vonage/vwc-carousel": "2.44.0",
44
+ "@vonage/vwc-checkbox": "2.44.0",
45
+ "@vonage/vwc-chips": "2.44.0",
46
+ "@vonage/vwc-circular-progress": "2.44.0",
47
+ "@vonage/vwc-data-grid": "2.44.0",
48
+ "@vonage/vwc-datepicker": "2.44.0",
49
+ "@vonage/vwc-dialog": "2.44.0",
50
+ "@vonage/vwc-drawer": "2.44.0",
51
+ "@vonage/vwc-dropdown": "2.44.0",
52
+ "@vonage/vwc-elevation": "2.44.0",
53
+ "@vonage/vwc-empty-state": "2.44.0",
54
+ "@vonage/vwc-expansion-panel": "2.44.0",
55
+ "@vonage/vwc-fab": "2.44.0",
56
+ "@vonage/vwc-file-picker": "2.44.0",
57
+ "@vonage/vwc-formfield": "2.44.0",
58
+ "@vonage/vwc-helper-message": "2.44.0",
59
+ "@vonage/vwc-icon": "2.44.0",
60
+ "@vonage/vwc-icon-button": "2.44.0",
61
+ "@vonage/vwc-icon-button-toggle": "2.44.0",
62
+ "@vonage/vwc-keypad": "2.44.0",
63
+ "@vonage/vwc-layout": "2.44.0",
64
+ "@vonage/vwc-linear-progress": "2.44.0",
65
+ "@vonage/vwc-list": "2.44.0",
66
+ "@vonage/vwc-media-controller": "2.44.0",
67
+ "@vonage/vwc-menu": "2.44.0",
68
+ "@vonage/vwc-notched-outline": "2.44.0",
69
+ "@vonage/vwc-note": "2.44.0",
70
+ "@vonage/vwc-pagination": "2.44.0",
71
+ "@vonage/vwc-popup": "2.44.0",
72
+ "@vonage/vwc-radio": "2.44.0",
73
+ "@vonage/vwc-scheme-select": "2.44.0",
74
+ "@vonage/vwc-select": "2.44.0",
75
+ "@vonage/vwc-side-drawer": "2.44.0",
76
+ "@vonage/vwc-slider": "2.44.0",
77
+ "@vonage/vwc-snackbar": "2.44.0",
78
+ "@vonage/vwc-surface": "2.44.0",
79
+ "@vonage/vwc-switch": "2.44.0",
80
+ "@vonage/vwc-tab-bar": "2.44.0",
81
+ "@vonage/vwc-tags": "2.44.0",
82
+ "@vonage/vwc-text": "2.44.0",
83
+ "@vonage/vwc-textarea": "2.44.0",
84
+ "@vonage/vwc-textfield": "2.44.0",
85
+ "@vonage/vwc-theme-switch": "2.44.0",
86
+ "@vonage/vwc-tooltip": "2.44.0",
87
+ "@vonage/vwc-top-app-bar": "2.44.0",
88
+ "@vonage/vwc-top-app-bar-fixed": "2.44.0"
89
89
  },
90
90
  "devDependencies": {
91
91
  "@babel/core": "^7.15.5",
package/types/index.d.ts CHANGED
@@ -107,13 +107,15 @@ declare namespace JSX {
107
107
  }>;
108
108
  "vvd3-data-grid": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
109
109
  "selection-mode": DataGridSelectionMode | undefined;
110
+ }>;
111
+ "vvd3-form-associated-date-picker": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
112
+
110
113
  }>;
111
114
  "vvd3-date-picker": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
112
- "label": string | undefined;
113
- "helper-text": string | undefined;
114
- "error-text": string | undefined;
115
- "value": DateStr | null;
116
- "disabled": boolean;
115
+ "min": string;
116
+ "max": string;
117
+ "value": string;
118
+ "current-value": string;
117
119
  "readonly": boolean;
118
120
  }>;
119
121
  "vvd3-dialog": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
@@ -171,6 +173,8 @@ declare namespace JSX {
171
173
  }>;
172
174
  "vvd3-listbox": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
173
175
  "appearance": LisboxAppearance | undefined;
176
+ "orientation": 'horizontal' | 'vertical' | undefined;
177
+ "shape": ListboxShape | undefined;
174
178
  }>;
175
179
  "vvd3-menu": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
176
180
  "placement": Placement | undefined;
@@ -229,7 +233,7 @@ declare namespace JSX {
229
233
  }>;
230
234
  "vvd3-progress-ring": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
231
235
  "connotation": ProgressRingConnotation | undefined;
232
- "size": -5 | -4 | -3 | -2 | -1 | 0 | 1 | 2 | 3 | 4 | 5 | undefined;
236
+ "size": -6 | -5 | -4 | -3 | -2 | -1 | 0 | 1 | 2 | 3 | 4 | 5 | undefined;
233
237
  }>;
234
238
  "vvd3-radio": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
235
239
  "label": string | undefined;
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-accordion",
3
- "version": "3.32.0",
3
+ "version": "3.37.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.32.0"
9
+ "@vonage/vivid": "3.37.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-accordion-item",
3
- "version": "3.32.0",
3
+ "version": "3.37.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.32.0"
9
+ "@vonage/vivid": "3.37.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-action-group",
3
- "version": "3.32.0",
3
+ "version": "3.37.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.32.0"
9
+ "@vonage/vivid": "3.37.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-alert",
3
- "version": "3.32.0",
3
+ "version": "3.37.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.32.0"
9
+ "@vonage/vivid": "3.37.0"
10
10
  }
11
11
  }
@@ -28,6 +28,10 @@ Code in this file were generated using following JSON:
28
28
  "name": "--vvd-avatar-cta-pale",
29
29
  "default": "var(--vvd-color-cta-300)"
30
30
  },
31
+ {
32
+ "name": "--vvd-avatar-cta-soft",
33
+ "default": "var(--vvd-color-cta-100)"
34
+ },
31
35
  {
32
36
  "name": "--vvd-avatar-accent-primary",
33
37
  "default": "var(--vvd-color-canvas-text)"
@@ -47,6 +51,10 @@ Code in this file were generated using following JSON:
47
51
  {
48
52
  "name": "--vvd-avatar-accent-pale",
49
53
  "default": "var(--vvd-color-neutral-300)"
54
+ },
55
+ {
56
+ "name": "--vvd-avatar-accent-soft",
57
+ "default": "var(--vvd-color-neutral-100)"
50
58
  }
51
59
  ],
52
60
  "slots": [
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-avatar",
3
- "version": "3.32.0",
3
+ "version": "3.37.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.32.0"
9
+ "@vonage/vivid": "3.37.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-badge",
3
- "version": "3.32.0",
3
+ "version": "3.37.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.32.0"
9
+ "@vonage/vivid": "3.37.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-banner",
3
- "version": "3.32.0",
3
+ "version": "3.37.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.32.0"
9
+ "@vonage/vivid": "3.37.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-breadcrumb",
3
- "version": "3.32.0",
3
+ "version": "3.37.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.32.0"
9
+ "@vonage/vivid": "3.37.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-breadcrumb-item",
3
- "version": "3.32.0",
3
+ "version": "3.37.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.32.0"
9
+ "@vonage/vivid": "3.37.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-button",
3
- "version": "3.32.0",
3
+ "version": "3.37.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.32.0"
9
+ "@vonage/vivid": "3.37.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-calendar",
3
- "version": "3.32.0",
3
+ "version": "3.37.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.32.0"
9
+ "@vonage/vivid": "3.37.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-calendar-event",
3
- "version": "3.32.0",
3
+ "version": "3.37.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.32.0"
9
+ "@vonage/vivid": "3.37.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-card",
3
- "version": "3.32.0",
3
+ "version": "3.37.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.32.0"
9
+ "@vonage/vivid": "3.37.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-checkbox",
3
- "version": "3.32.0",
3
+ "version": "3.37.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.32.0"
9
+ "@vonage/vivid": "3.37.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-combobox",
3
- "version": "3.32.0",
3
+ "version": "3.37.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.32.0"
9
+ "@vonage/vivid": "3.37.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-data-grid",
3
- "version": "3.32.0",
3
+ "version": "3.37.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.32.0"
9
+ "@vonage/vivid": "3.37.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-data-grid-cell",
3
- "version": "3.32.0",
3
+ "version": "3.37.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.32.0"
9
+ "@vonage/vivid": "3.37.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-data-grid-row",
3
- "version": "3.32.0",
3
+ "version": "3.37.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.32.0"
9
+ "@vonage/vivid": "3.37.0"
10
10
  }
11
11
  }
@@ -1,12 +1,14 @@
1
1
  import React, { ReactNode } from 'react';
2
2
  /** Base class for date-picker
3
3
  * For more info on this Vivid element please visit https://vivid.deno.dev/components/date-picker
4
- * @param {string | undefined} label - The label text of the date-picker. **attribute** `label`
5
- * @param {string | undefined} helperText - The helper-text text of the date-picker. **attribute** `helper-text`
6
- * @param {string | undefined} errorText - The error-text text of the date-picker. **attribute** `error-text`
7
- * @param {DateStr | null} value - The currently selected date of the date-picker. **attribute** `value`
8
- * @param {boolean} disabled - Whether the date-picker is disabled. **attribute** `disabled`
4
+ * @param {string} min - The earliest accepted date of the date-picker. **attribute** `min`
5
+ * @param {string} max - The latest accepted date of the date-picker. **attribute** `max`
6
+ * @param {string} initialValue - The initial value of the date-picker. **attribute** `value`
7
+ * @param {string} currentValue - The current value of the date-picker. **attribute** `current-value`
9
8
  * @param {boolean} readOnly - Whether the date-picker is readonly. **attribute** `readonly`
9
+ * @param {string} value
10
+ * @param {HTMLInputElement} proxy
11
+ * @param {string} type
10
12
  */
11
13
  declare const VwcDatePicker: {
12
14
  (props: {
@@ -15,12 +17,14 @@ declare const VwcDatePicker: {
15
17
  id?: string | undefined;
16
18
  style?: React.CSSProperties | undefined;
17
19
  ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
18
- label?: string | undefined;
19
- helperText?: string | undefined;
20
- errorText?: string | undefined;
21
- value?: any;
22
- disabled?: boolean | undefined;
20
+ min?: string | undefined;
21
+ max?: string | undefined;
22
+ initialValue?: string | undefined;
23
+ currentValue?: string | undefined;
23
24
  readOnly?: boolean | undefined;
25
+ value?: string | undefined;
26
+ proxy?: any;
27
+ type?: string | undefined;
24
28
  }): JSX.Element;
25
29
  displayName: string;
26
30
  };