@vonage/vivid-react 2.10.72 → 2.10.73

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 (182) 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 +8 -8
  65. package/package.json +16 -10
  66. package/types/index.d.ts +42 -6
  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/package.json +2 -2
  71. package/v3/VwcAvatar/package.json +2 -2
  72. package/v3/VwcBadge/package.json +2 -2
  73. package/v3/VwcBanner/package.json +2 -2
  74. package/v3/VwcBreadcrumb/package.json +2 -2
  75. package/v3/VwcBreadcrumbItem/package.json +2 -2
  76. package/v3/VwcButton/package.json +2 -2
  77. package/v3/VwcCalendar/package.json +2 -2
  78. package/v3/VwcCalendarEvent/package.json +2 -2
  79. package/v3/VwcCard/package.json +2 -2
  80. package/v3/VwcCheckbox/index.d.ts +2 -0
  81. package/v3/VwcCheckbox/index.js +17 -1
  82. package/v3/VwcCheckbox/package.json +2 -2
  83. package/v3/VwcCombobox/package.json +2 -2
  84. package/v3/VwcDataGrid/index.d.ts +1 -1
  85. package/v3/VwcDataGrid/index.js +4 -1
  86. package/v3/VwcDataGrid/package.json +2 -2
  87. package/v3/VwcDataGridCell/index.d.ts +4 -3
  88. package/v3/VwcDataGridCell/index.js +15 -3
  89. package/v3/VwcDataGridCell/package.json +2 -2
  90. package/v3/VwcDataGridRow/index.d.ts +1 -1
  91. package/v3/VwcDataGridRow/index.js +4 -1
  92. package/v3/VwcDataGridRow/package.json +2 -2
  93. package/v3/VwcDatePicker/index.d.ts +6 -6
  94. package/v3/VwcDatePicker/index.js +161 -100
  95. package/v3/VwcDatePicker/package.json +2 -2
  96. package/v3/VwcDatePickerBase/index.d.ts +29 -0
  97. package/v3/VwcDatePickerBase/index.js +248 -0
  98. package/v3/VwcDatePickerBase/package.json +11 -0
  99. package/v3/VwcDateRangePicker/index.d.ts +56 -0
  100. package/v3/VwcDateRangePicker/index.js +444 -0
  101. package/v3/VwcDateRangePicker/package.json +11 -0
  102. package/v3/VwcDialog/index.d.ts +2 -0
  103. package/v3/VwcDialog/index.js +18 -2
  104. package/v3/VwcDialog/package.json +2 -2
  105. package/v3/VwcDivider/package.json +2 -2
  106. package/v3/VwcElevation/package.json +2 -2
  107. package/v3/VwcEmptyState/package.json +2 -2
  108. package/v3/VwcFab/package.json +2 -2
  109. package/v3/VwcFilePicker/index.d.ts +4 -2
  110. package/v3/VwcFilePicker/index.js +62 -20
  111. package/v3/VwcFilePicker/package.json +2 -2
  112. package/v3/VwcFocus/package.json +2 -2
  113. package/v3/{VwcFormAssociatedDatePicker → VwcFormAssociatedFilePicker}/index.d.ts +4 -6
  114. package/v3/VwcFormAssociatedFilePicker/index.js +44 -0
  115. package/v3/VwcFormAssociatedFilePicker/package.json +11 -0
  116. package/v3/VwcHeader/package.json +2 -2
  117. package/v3/VwcIcon/package.json +2 -2
  118. package/v3/VwcLayout/package.json +2 -2
  119. package/v3/VwcListbox/package.json +2 -2
  120. package/v3/VwcMenu/index.d.ts +2 -0
  121. package/v3/VwcMenu/index.js +5 -1
  122. package/v3/VwcMenu/package.json +2 -2
  123. package/v3/VwcMenuItem/index.d.ts +4 -0
  124. package/v3/VwcMenuItem/index.js +37 -1
  125. package/v3/VwcMenuItem/package.json +2 -2
  126. package/v3/VwcNav/package.json +2 -2
  127. package/v3/VwcNavDisclosure/package.json +2 -2
  128. package/v3/VwcNavItem/package.json +2 -2
  129. package/v3/VwcNote/package.json +2 -2
  130. package/v3/VwcNumberField/index.d.ts +4 -0
  131. package/v3/VwcNumberField/index.js +33 -1
  132. package/v3/VwcNumberField/package.json +2 -2
  133. package/v3/{VwcListboxOption → VwcOption}/index.d.ts +3 -3
  134. package/v3/{VwcListboxOption → VwcOption}/index.js +5 -5
  135. package/v3/{VwcListboxOption → VwcOption}/package.json +2 -2
  136. package/v3/VwcPagination/package.json +2 -2
  137. package/v3/VwcPopup/package.json +2 -2
  138. package/v3/VwcProgress/index.d.ts +5 -3
  139. package/v3/VwcProgress/index.js +29 -4
  140. package/v3/VwcProgress/package.json +2 -2
  141. package/v3/VwcProgressRing/index.d.ts +2 -0
  142. package/v3/VwcProgressRing/index.js +17 -1
  143. package/v3/VwcProgressRing/package.json +2 -2
  144. package/v3/VwcRadio/index.d.ts +2 -0
  145. package/v3/VwcRadio/index.js +17 -1
  146. package/v3/VwcRadio/package.json +2 -2
  147. package/v3/VwcRadioGroup/package.json +2 -2
  148. package/v3/VwcSelect/index.d.ts +2 -1
  149. package/v3/VwcSelect/index.js +1 -1
  150. package/v3/VwcSelect/package.json +2 -2
  151. package/v3/VwcSelectableBox/index.d.ts +30 -0
  152. package/v3/VwcSelectableBox/index.js +197 -0
  153. package/v3/VwcSelectableBox/package.json +11 -0
  154. package/v3/VwcSideDrawer/index.d.ts +3 -1
  155. package/v3/VwcSideDrawer/index.js +11 -1
  156. package/v3/VwcSideDrawer/package.json +2 -2
  157. package/v3/VwcSlider/index.d.ts +6 -0
  158. package/v3/VwcSlider/index.js +60 -1
  159. package/v3/VwcSlider/package.json +2 -2
  160. package/v3/VwcSplitButton/package.json +2 -2
  161. package/v3/VwcSwitch/index.d.ts +1 -1
  162. package/v3/VwcSwitch/index.js +4 -1
  163. package/v3/VwcSwitch/package.json +2 -2
  164. package/v3/VwcTab/package.json +2 -2
  165. package/v3/VwcTabPanel/package.json +2 -2
  166. package/v3/VwcTabs/package.json +2 -2
  167. package/v3/VwcTag/package.json +2 -2
  168. package/v3/VwcTagGroup/index.d.ts +2 -1
  169. package/v3/VwcTagGroup/index.js +21 -1
  170. package/v3/VwcTagGroup/package.json +2 -2
  171. package/v3/VwcTextAnchor/package.json +2 -2
  172. package/v3/VwcTextArea/index.d.ts +1 -1
  173. package/v3/VwcTextArea/index.js +11 -0
  174. package/v3/VwcTextArea/package.json +2 -2
  175. package/v3/VwcTextField/index.js +24 -0
  176. package/v3/VwcTextField/package.json +2 -2
  177. package/v3/VwcToggletip/package.json +2 -2
  178. package/v3/VwcTooltip/package.json +2 -2
  179. package/v3/VwcTreeItem/package.json +2 -2
  180. package/v3/VwcTreeView/package.json +2 -2
  181. package/v3/VwcFormAssociatedDatePicker/index.js +0 -52
  182. package/v3/VwcFormAssociatedDatePicker/package.json +0 -11
@@ -7,7 +7,33 @@ Code in this file were generated using following JSON:
7
7
  "kind": "class",
8
8
  "description": "Base class for slider",
9
9
  "name": "Slider",
10
+ "cssProperties": [
11
+ {
12
+ "name": "--vvd-slider-cta-primary",
13
+ "default": "var(--vvd-color-cta-500)"
14
+ },
15
+ {
16
+ "name": "--vvd-slider-accent-primary",
17
+ "default": "var(--vvd-color-canvas-text)"
18
+ }
19
+ ],
10
20
  "members": [
21
+ {
22
+ "kind": "field",
23
+ "name": "ariaLabel",
24
+ "type": {
25
+ "text": "string | null"
26
+ },
27
+ "default": "null"
28
+ },
29
+ {
30
+ "kind": "field",
31
+ "name": "ariaValuetext",
32
+ "type": {
33
+ "text": "string | null"
34
+ },
35
+ "default": "null"
36
+ },
11
37
  {
12
38
  "kind": "field",
13
39
  "name": "markers",
@@ -17,9 +43,34 @@ Code in this file were generated using following JSON:
17
43
  "default": "false",
18
44
  "description": "Display markers on/off",
19
45
  "privacy": "public"
46
+ },
47
+ {
48
+ "kind": "field",
49
+ "name": "connotation",
50
+ "type": {
51
+ "text": "SliderConnotation | undefined"
52
+ },
53
+ "description": "slider connotation",
54
+ "privacy": "public"
20
55
  }
21
56
  ],
22
57
  "attributes": [
58
+ {
59
+ "name": "aria-label",
60
+ "type": {
61
+ "text": "string | null"
62
+ },
63
+ "default": "null",
64
+ "fieldName": "ariaLabel"
65
+ },
66
+ {
67
+ "name": "aria-valuetext",
68
+ "type": {
69
+ "text": "string | null"
70
+ },
71
+ "default": "null",
72
+ "fieldName": "ariaValuetext"
73
+ },
23
74
  {
24
75
  "type": {
25
76
  "text": "boolean"
@@ -27,6 +78,14 @@ Code in this file were generated using following JSON:
27
78
  "default": "false",
28
79
  "description": "Display markers on/off",
29
80
  "fieldName": "markers"
81
+ },
82
+ {
83
+ "name": "connotation",
84
+ "type": {
85
+ "text": "SliderConnotation | undefined"
86
+ },
87
+ "description": "slider connotation",
88
+ "fieldName": "connotation"
30
89
  }
31
90
  ],
32
91
  "superclass": {
@@ -43,7 +102,7 @@ registerSlider('vvd3')
43
102
  const VwcSlider = wrapper(`vvd3-slider`, {
44
103
  events: [],
45
104
  attributes: [],
46
- properties: ['markers']
105
+ properties: ['ariaLabel', 'ariaValuetext', 'markers', 'connotation']
47
106
  })
48
107
 
49
108
  VwcSlider.displayName = 'VwcSlider'
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-slider",
3
- "version": "3.37.0",
3
+ "version": "3.40.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.37.0"
9
+ "@vonage/vivid": "3.40.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-split-button",
3
- "version": "3.37.0",
3
+ "version": "3.40.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.37.0"
9
+ "@vonage/vivid": "3.40.0"
10
10
  }
11
11
  }
@@ -2,7 +2,7 @@ import React, { ReactNode } from 'react';
2
2
  /** Base class for switch
3
3
  * For more info on this Vivid element please visit https://vivid.deno.dev/components/switch
4
4
  * @param {string | undefined} label - Indicates the switch's label. **attribute** `label`
5
- * @param {SwitchConnotation | undefined} connotation **attribute** `connotation`
5
+ * @param {SwitchConnotation | undefined} connotation - Indicates the switch's connotation. **attribute** `connotation`
6
6
  */
7
7
  declare const VwcSwitch: {
8
8
  (props: {
@@ -120,7 +120,9 @@ Code in this file were generated using following JSON:
120
120
  "name": "connotation",
121
121
  "type": {
122
122
  "text": "SwitchConnotation | undefined"
123
- }
123
+ },
124
+ "description": "Indicates the switch's connotation.",
125
+ "privacy": "public"
124
126
  }
125
127
  ],
126
128
  "attributes": [
@@ -137,6 +139,7 @@ Code in this file were generated using following JSON:
137
139
  "type": {
138
140
  "text": "SwitchConnotation | undefined"
139
141
  },
142
+ "description": "Indicates the switch's connotation.",
140
143
  "fieldName": "connotation"
141
144
  }
142
145
  ],
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-switch",
3
- "version": "3.37.0",
3
+ "version": "3.40.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.37.0"
9
+ "@vonage/vivid": "3.40.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-tab",
3
- "version": "3.37.0",
3
+ "version": "3.40.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.37.0"
9
+ "@vonage/vivid": "3.40.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-tab-panel",
3
- "version": "3.37.0",
3
+ "version": "3.40.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.37.0"
9
+ "@vonage/vivid": "3.40.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-tabs",
3
- "version": "3.37.0",
3
+ "version": "3.40.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.37.0"
9
+ "@vonage/vivid": "3.40.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-tag",
3
- "version": "3.37.0",
3
+ "version": "3.40.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.37.0"
9
+ "@vonage/vivid": "3.40.0"
10
10
  }
11
11
  }
@@ -1,7 +1,7 @@
1
1
  import React, { ReactNode } from 'react';
2
2
  /** Base class for tag-group
3
3
  * For more info on this Vivid element please visit https://vivid.deno.dev/components/tag-group
4
-
4
+ * @param {string | null} ariaLabel **attribute** `aria-label`
5
5
  */
6
6
  declare const VwcTagGroup: {
7
7
  (props: {
@@ -10,6 +10,7 @@ declare const VwcTagGroup: {
10
10
  id?: string | undefined;
11
11
  style?: React.CSSProperties | undefined;
12
12
  ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
13
+ ariaLabel?: string | null | undefined;
13
14
  }): JSX.Element;
14
15
  displayName: string;
15
16
  };
@@ -13,6 +13,26 @@ Code in this file were generated using following JSON:
13
13
  "name": ""
14
14
  }
15
15
  ],
16
+ "members": [
17
+ {
18
+ "kind": "field",
19
+ "name": "ariaLabel",
20
+ "type": {
21
+ "text": "string | null"
22
+ },
23
+ "default": "null"
24
+ }
25
+ ],
26
+ "attributes": [
27
+ {
28
+ "name": "aria-label",
29
+ "type": {
30
+ "text": "string | null"
31
+ },
32
+ "default": "null",
33
+ "fieldName": "ariaLabel"
34
+ }
35
+ ],
16
36
  "superclass": {
17
37
  "name": "FoundationElement",
18
38
  "package": "@microsoft/fast-foundation"
@@ -27,7 +47,7 @@ registerTagGroup('vvd3')
27
47
  const VwcTagGroup = wrapper(`vvd3-tag-group`, {
28
48
  events: [],
29
49
  attributes: [],
30
- properties: []
50
+ properties: ['ariaLabel']
31
51
  })
32
52
 
33
53
  VwcTagGroup.displayName = 'VwcTagGroup'
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-tag-group",
3
- "version": "3.37.0",
3
+ "version": "3.40.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.37.0"
9
+ "@vonage/vivid": "3.40.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-text-anchor",
3
- "version": "3.37.0",
3
+ "version": "3.40.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.37.0"
9
+ "@vonage/vivid": "3.40.0"
10
10
  }
11
11
  }
@@ -1,7 +1,7 @@
1
1
  import React, { ReactNode } from 'react';
2
2
  /** Base class for text-area
3
3
  * For more info on this Vivid element please visit https://vivid.deno.dev/components/text-area
4
- * @param {TextAreaWrap | undefined} wrap **attribute** `wrap`
4
+ * @param {TextAreaWrap | undefined} wrap - The wrap attribute **attribute** `wrap`
5
5
  */
6
6
  declare const VwcTextArea: {
7
7
  (props: {
@@ -87,6 +87,16 @@ Code in this file were generated using following JSON:
87
87
  "name": "wrap",
88
88
  "type": {
89
89
  "text": "TextAreaWrap | undefined"
90
+ },
91
+ "description": "The wrap attribute",
92
+ "privacy": "public"
93
+ },
94
+ {
95
+ "kind": "field",
96
+ "name": "#reflectToTextArea",
97
+ "privacy": "private",
98
+ "type": {
99
+ "text": "Reflector<this, HTMLTextAreaElement> | undefined"
90
100
  }
91
101
  }
92
102
  ],
@@ -96,6 +106,7 @@ Code in this file were generated using following JSON:
96
106
  "type": {
97
107
  "text": "TextAreaWrap | undefined"
98
108
  },
109
+ "description": "The wrap attribute",
99
110
  "fieldName": "wrap"
100
111
  }
101
112
  ],
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-text-area",
3
- "version": "3.37.0",
3
+ "version": "3.40.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.37.0"
9
+ "@vonage/vivid": "3.40.0"
10
10
  }
11
11
  }
@@ -119,6 +119,30 @@ Code in this file were generated using following JSON:
119
119
  "type": {
120
120
  "text": "HTMLElement[] | undefined"
121
121
  }
122
+ },
123
+ {
124
+ "kind": "method",
125
+ "name": "#handleLabelChange",
126
+ "parameters": [
127
+ {
128
+ "name": "labelEl",
129
+ "type": {
130
+ "text": "HTMLLabelElement"
131
+ }
132
+ }
133
+ ]
134
+ },
135
+ {
136
+ "kind": "field",
137
+ "name": "#reflectToInput",
138
+ "privacy": "private",
139
+ "type": {
140
+ "text": "Reflector<this, HTMLInputElement> | undefined"
141
+ }
142
+ },
143
+ {
144
+ "kind": "method",
145
+ "name": "focus"
122
146
  }
123
147
  ],
124
148
  "attributes": [
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-text-field",
3
- "version": "3.37.0",
3
+ "version": "3.40.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.37.0"
9
+ "@vonage/vivid": "3.40.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-toggletip",
3
- "version": "3.37.0",
3
+ "version": "3.40.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.37.0"
9
+ "@vonage/vivid": "3.40.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-tooltip",
3
- "version": "3.37.0",
3
+ "version": "3.40.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.37.0"
9
+ "@vonage/vivid": "3.40.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-tree-item",
3
- "version": "3.37.0",
3
+ "version": "3.40.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.37.0"
9
+ "@vonage/vivid": "3.40.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-tree-view",
3
- "version": "3.37.0",
3
+ "version": "3.40.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.37.0"
9
+ "@vonage/vivid": "3.40.0"
10
10
  }
11
11
  }
@@ -1,52 +0,0 @@
1
- /*
2
- * DO NOT EDIT THIS FILE. IT IS GENERATED
3
- */
4
- /*
5
- Code in this file were generated using following JSON:
6
- {
7
- "kind": "class",
8
- "description": "A form-associated base class for the @microsoft/fast-foundation#(TextField:class) component.",
9
- "name": "FormAssociatedDatePicker",
10
- "members": [
11
- {
12
- "kind": "field",
13
- "name": "proxy",
14
- "type": {
15
- "text": "HTMLInputElement"
16
- }
17
- },
18
- {
19
- "kind": "field",
20
- "name": "type",
21
- "type": {
22
- "text": "string"
23
- },
24
- "default": "'date'"
25
- }
26
- ],
27
- "mixins": [
28
- {
29
- "name": "FormAssociated",
30
- "package": "@microsoft/fast-foundation"
31
- }
32
- ],
33
- "superclass": {
34
- "name": "_DatePicker",
35
- "module": "libs/components/src/lib/date-picker/date-picker.form-associated.ts"
36
- }
37
- }
38
- */
39
- import wrapper from '@vonage/vivid-react-wrapper'
40
- import { registerFormAssociatedDatePicker } from '@vonage/vivid'
41
-
42
- registerFormAssociatedDatePicker('vvd3')
43
-
44
- const VwcFormAssociatedDatePicker = wrapper(`vvd3-form-associated-date-picker`, {
45
- events: [],
46
- attributes: [],
47
- properties: ['proxy', 'type']
48
- })
49
-
50
- VwcFormAssociatedDatePicker.displayName = 'VwcFormAssociatedDatePicker'
51
-
52
- export default VwcFormAssociatedDatePicker
@@ -1,11 +0,0 @@
1
- {
2
- "name": "@vonage/vivid-react-vvd3-form-associated-date-picker",
3
- "version": "3.37.0",
4
- "main": "index.js",
5
- "types": "index.d.ts",
6
- "private": true,
7
- "license": "MIT",
8
- "dependencies": {
9
- "@vonage/vivid": "3.37.0"
10
- }
11
- }