@vonage/vivid 3.2.0 → 3.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/custom-elements.json +366 -1
- package/data-grid/index.js +7 -1047
- package/dialog/index.js +1 -1
- package/divider/index.js +1 -1
- package/fab/index.js +1 -1
- package/header/index.js +1 -1
- package/index.d.ts +1 -0
- package/index.js +33 -31
- package/layout/index.js +1 -1
- package/lib/accordion/definition.d.ts +1 -0
- package/lib/action-group/action-group.d.ts +1 -2
- package/lib/action-group/definition.d.ts +1 -0
- package/lib/avatar/avatar.d.ts +2 -3
- package/lib/avatar/definition.d.ts +1 -0
- package/lib/badge/badge.d.ts +3 -4
- package/lib/badge/definition.d.ts +1 -0
- package/lib/banner/definition.d.ts +1 -0
- package/lib/button/button.d.ts +3 -4
- package/lib/button/definition.d.ts +1 -0
- package/lib/calendar-event/calendar-event.d.ts +2 -3
- package/lib/calendar-event/definition.d.ts +1 -0
- package/lib/combobox/combobox.d.ts +1 -2
- package/lib/combobox/definition.d.ts +1 -0
- package/lib/components.d.ts +1 -0
- package/lib/dialog/definition.d.ts +1 -0
- package/lib/dialog/dialog.d.ts +1 -2
- package/lib/fab/definition.d.ts +1 -0
- package/lib/fab/fab.d.ts +1 -2
- package/lib/icon/definition.d.ts +1 -0
- package/lib/icon/icon.d.ts +1 -2
- package/lib/layout/definition.d.ts +1 -0
- package/lib/layout/layout.d.ts +3 -4
- package/lib/listbox/definition.d.ts +1 -0
- package/lib/menu/definition.d.ts +1 -0
- package/lib/note/definition.d.ts +1 -0
- package/lib/number-field/definition.d.ts +1 -0
- package/lib/number-field/number-field.d.ts +2 -3
- package/lib/option/option.d.ts +3 -0
- package/lib/popup/definition.d.ts +2 -0
- package/lib/progress/definition.d.ts +1 -0
- package/lib/progress-ring/definition.d.ts +1 -0
- package/lib/select/definition.d.ts +1 -0
- package/lib/select/select.d.ts +3 -3
- package/lib/switch/definition.d.ts +1 -0
- package/lib/text-area/definition.d.ts +1 -0
- package/lib/text-area/text-area.d.ts +1 -2
- package/lib/text-field/definition.d.ts +1 -0
- package/lib/text-field/text-field.d.ts +2 -3
- package/listbox/index.js +1 -1
- package/menu/index.js +2 -2
- package/menu-item/index.js +1 -1
- package/nav/index.js +1 -1
- package/nav-disclosure/index.js +1 -1
- package/nav-item/index.js +1 -1
- package/note/index.js +1 -1
- package/number-field/index.js +2 -2
- package/package.json +1 -1
- package/progress/index.js +1 -1
- package/progress-ring/index.js +1 -1
- package/radio/index.js +1 -1
- package/radio-group/index.js +1 -1
- package/select/index.js +1 -1
- package/shared/definition.js +1 -1
- package/shared/definition11.js +1 -1
- package/shared/definition12.js +1 -1
- package/shared/definition13.js +1 -1
- package/shared/definition14.js +1 -1
- package/shared/definition16.js +1 -1
- package/shared/definition17.js +1 -1
- package/shared/definition18.js +2 -2
- package/shared/definition19.js +11 -1
- package/shared/definition2.js +1 -1
- package/shared/definition20.js +1035 -203
- package/shared/definition21.js +206 -67
- package/shared/definition22.js +68 -77
- package/shared/definition23.js +76 -47
- package/shared/definition24.js +46 -32
- package/shared/definition25.js +35 -49
- package/shared/definition26.js +48 -338
- package/shared/definition27.js +267 -282
- package/shared/definition28.js +356 -14
- package/shared/definition29.js +13 -67
- package/shared/definition30.js +65 -21
- package/shared/definition31.js +21 -39
- package/shared/definition32.js +31 -432
- package/shared/definition33.js +432 -76
- package/shared/definition34.js +76 -59
- package/shared/definition35.js +67 -35
- package/shared/definition36.js +31 -422
- package/shared/definition37.js +357 -555
- package/shared/definition38.js +624 -74
- package/shared/definition39.js +70 -573
- package/shared/definition4.js +1 -1
- package/shared/definition40.js +527 -81
- package/shared/definition41.js +127 -47
- package/shared/definition42.js +51 -16
- package/shared/definition43.js +17 -425
- package/shared/definition44.js +367 -209
- package/shared/definition45.js +248 -85
- package/shared/definition46.js +110 -68
- package/shared/definition47.js +65 -111
- package/shared/definition48.js +68 -440
- package/shared/definition49.js +305 -0
- package/shared/definition5.js +1 -1
- package/shared/definition6.js +1 -1
- package/shared/definition7.js +1 -1
- package/shared/definition8.js +1 -1
- package/shared/definition9.js +1 -1
- package/shared/enums.js +1 -1
- package/shared/form-elements.js +1 -1
- package/shared/patterns/form-elements/form-elements.d.ts +2 -2
- package/shared/text-field.js +1 -1
- package/shared/tree-item.js +151 -0
- package/side-drawer/index.js +1 -1
- package/slider/index.js +1 -1
- package/styles/core/all.css +1 -1
- package/styles/core/theme.css +1 -1
- package/styles/core/typography.css +1 -1
- package/styles/tokens/theme-dark.css +4 -4
- package/styles/tokens/theme-light.css +4 -4
- package/switch/index.js +1 -1
- package/tab/index.js +1 -1
- package/tab-panel/index.js +1 -1
- package/tabs/index.js +3 -3
- package/text-area/index.js +1 -1
- package/text-field/index.js +1 -1
- package/tooltip/index.js +1 -1
- package/tree-item/index.js +3 -72
- package/tree-view/index.js +2 -1
- package/vivid.api.json +4526 -336
package/slider/index.js
CHANGED
package/styles/core/all.css
CHANGED
package/styles/core/theme.css
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 16 Mar 2023 08:36:16 GMT
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
6
6
|
* Do not edit directly
|
|
7
|
-
* Generated on
|
|
7
|
+
* Generated on Thu, 16 Mar 2023 08:36:16 GMT
|
|
8
8
|
*/
|
|
9
9
|
/**
|
|
10
10
|
* Do not edit directly
|
|
11
|
-
* Generated on
|
|
11
|
+
* Generated on Thu, 16 Mar 2023 08:36:16 GMT
|
|
12
12
|
*/
|
|
13
13
|
/**
|
|
14
14
|
* Do not edit directly
|
|
15
|
-
* Generated on
|
|
15
|
+
* Generated on Thu, 16 Mar 2023 08:36:16 GMT
|
|
16
16
|
*/
|
|
17
17
|
@property --vvd-size-density {
|
|
18
18
|
syntax: "<integer>";
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 16 Mar 2023 08:36:16 GMT
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
6
6
|
* Do not edit directly
|
|
7
|
-
* Generated on
|
|
7
|
+
* Generated on Thu, 16 Mar 2023 08:36:16 GMT
|
|
8
8
|
*/
|
|
9
9
|
/**
|
|
10
10
|
* Do not edit directly
|
|
11
|
-
* Generated on
|
|
11
|
+
* Generated on Thu, 16 Mar 2023 08:36:16 GMT
|
|
12
12
|
*/
|
|
13
13
|
/**
|
|
14
14
|
* Do not edit directly
|
|
15
|
-
* Generated on
|
|
15
|
+
* Generated on Thu, 16 Mar 2023 08:36:16 GMT
|
|
16
16
|
*/
|
|
17
17
|
@property --vvd-size-density {
|
|
18
18
|
syntax: "<integer>";
|
package/switch/index.js
CHANGED
package/tab/index.js
CHANGED
package/tab-panel/index.js
CHANGED
package/tabs/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { r as registerTabs } from '../shared/
|
|
1
|
+
import { r as registerTabs } from '../shared/definition44.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
|
-
import '../shared/
|
|
3
|
+
import '../shared/definition42.js';
|
|
4
4
|
import '../shared/definition3.js';
|
|
5
5
|
import '../shared/icon.js';
|
|
6
6
|
import '../shared/to-string.js';
|
|
@@ -13,7 +13,7 @@ import '../shared/focus.js';
|
|
|
13
13
|
import '../shared/affix.js';
|
|
14
14
|
import '../shared/apply-mixins.js';
|
|
15
15
|
import '../shared/focus2.js';
|
|
16
|
-
import '../shared/
|
|
16
|
+
import '../shared/definition43.js';
|
|
17
17
|
import '../shared/start-end.js';
|
|
18
18
|
import '../shared/ref.js';
|
|
19
19
|
import '../shared/key-codes.js';
|
package/text-area/index.js
CHANGED
package/text-field/index.js
CHANGED
package/tooltip/index.js
CHANGED
package/tree-item/index.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
|
-
import { r as registerTreeItem } from '../shared/
|
|
1
|
+
import { r as registerTreeItem } from '../shared/definition48.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
|
-
import '../shared/definition.js';
|
|
4
|
-
import '../shared/definition2.js';
|
|
5
3
|
import '../shared/definition3.js';
|
|
6
4
|
import '../shared/icon.js';
|
|
7
5
|
import '../shared/to-string.js';
|
|
@@ -12,80 +10,13 @@ import '../shared/when.js';
|
|
|
12
10
|
import '../shared/definition4.js';
|
|
13
11
|
import '../shared/focus.js';
|
|
14
12
|
import '../shared/affix.js';
|
|
13
|
+
import '../shared/tree-item.js';
|
|
15
14
|
import '../shared/start-end.js';
|
|
16
15
|
import '../shared/ref.js';
|
|
17
16
|
import '../shared/apply-mixins.js';
|
|
17
|
+
import '../shared/dom.js';
|
|
18
18
|
import '../shared/focus2.js';
|
|
19
|
-
import '../shared/key-codes.js';
|
|
20
|
-
import '../shared/numbers.js';
|
|
21
19
|
import '../shared/slotted.js';
|
|
22
|
-
import '../shared/definition5.js';
|
|
23
|
-
import '../shared/definition6.js';
|
|
24
|
-
import '../shared/definition7.js';
|
|
25
|
-
import '../shared/definition8.js';
|
|
26
|
-
import '../shared/definition9.js';
|
|
27
|
-
import '../shared/button.js';
|
|
28
|
-
import '../shared/form-associated.js';
|
|
29
|
-
import '../shared/aria-global.js';
|
|
30
|
-
import '../shared/enums.js';
|
|
31
|
-
import '../shared/definition10.js';
|
|
32
|
-
import '../shared/breadcrumb-item.js';
|
|
33
|
-
import '../shared/anchor.js';
|
|
34
|
-
import '../shared/definition11.js';
|
|
35
|
-
import '../shared/text-anchor.template.js';
|
|
36
|
-
import '../shared/definition12.js';
|
|
37
|
-
import '../shared/calendar-event.js';
|
|
38
|
-
import '../shared/es.object.assign.js';
|
|
39
|
-
import '../shared/repeat.js';
|
|
40
|
-
import '../shared/definition13.js';
|
|
41
|
-
import '../shared/definition14.js';
|
|
42
|
-
import '../shared/definition15.js';
|
|
43
|
-
import '../shared/definition16.js';
|
|
44
|
-
import '../shared/definition17.js';
|
|
45
|
-
import '../shared/definition18.js';
|
|
46
|
-
import '../shared/definition19.js';
|
|
47
|
-
import '../shared/dom.js';
|
|
48
|
-
import '../shared/form-elements.js';
|
|
49
|
-
import '../shared/text-field.js';
|
|
50
|
-
import '../shared/listbox.js';
|
|
51
|
-
import '../shared/strings.js';
|
|
52
|
-
import '../shared/select.options.js';
|
|
53
|
-
import '../shared/definition20.js';
|
|
54
|
-
import '../shared/definition21.js';
|
|
55
|
-
import '../shared/aria.js';
|
|
56
|
-
import '../shared/definition22.js';
|
|
57
|
-
import '../shared/definition23.js';
|
|
58
|
-
import '../shared/definition24.js';
|
|
59
|
-
import '../shared/definition25.js';
|
|
60
|
-
import '../shared/definition26.js';
|
|
61
|
-
import '../shared/definition27.js';
|
|
62
|
-
import '../shared/direction.js';
|
|
63
|
-
import '../shared/definition28.js';
|
|
64
|
-
import '../shared/definition29.js';
|
|
65
|
-
import '../shared/definition30.js';
|
|
66
|
-
import '../shared/text-anchor.js';
|
|
67
|
-
import '../shared/definition31.js';
|
|
68
|
-
import '../shared/definition32.js';
|
|
69
|
-
import '../shared/text-field2.js';
|
|
70
|
-
import '../shared/es.regexp.to-string.js';
|
|
71
|
-
import '../shared/definition33.js';
|
|
72
|
-
import '../shared/base-progress.js';
|
|
73
|
-
import '../shared/definition34.js';
|
|
74
|
-
import '../shared/definition35.js';
|
|
75
|
-
import '../shared/radio.js';
|
|
76
|
-
import '../shared/definition36.js';
|
|
77
|
-
import '../shared/aria2.js';
|
|
78
|
-
import '../shared/definition37.js';
|
|
79
|
-
import '../shared/definition38.js';
|
|
80
|
-
import '../shared/definition39.js';
|
|
81
|
-
import '../shared/definition40.js';
|
|
82
|
-
import '../shared/definition45.js';
|
|
83
|
-
import '../shared/definition44.js';
|
|
84
|
-
import '../shared/definition46.js';
|
|
85
|
-
import '../shared/definition43.js';
|
|
86
|
-
import '../shared/definition41.js';
|
|
87
|
-
import '../shared/definition42.js';
|
|
88
|
-
import '../shared/definition48.js';
|
|
89
20
|
import '../shared/children.js';
|
|
90
21
|
|
|
91
22
|
registerTreeItem();
|
package/tree-view/index.js
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { r as registerTreeView } from '../shared/
|
|
1
|
+
import { r as registerTreeView } from '../shared/definition49.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
|
+
import '../shared/tree-item.js';
|
|
3
4
|
import '../shared/start-end.js';
|
|
4
5
|
import '../shared/ref.js';
|
|
5
6
|
import '../shared/apply-mixins.js';
|