@vonage/vivid 3.17.0 → 3.18.1
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/alert/index.js +0 -1
- package/banner/index.js +0 -1
- package/custom-elements.json +31 -3
- package/index.js +1 -2
- package/lib/data-grid/data-grid-cell.d.ts +2 -2
- package/lib/data-grid/data-grid-row.d.ts +2 -2
- package/lib/data-grid/data-grid.d.ts +2 -2
- package/lib/menu/menu.d.ts +5 -1
- package/number-field/index.js +0 -1
- package/package.json +1 -1
- package/pagination/index.js +0 -1
- package/shared/definition.js +1 -1
- package/shared/definition10.js +1 -1
- package/shared/definition11.js +1 -1
- package/shared/definition12.js +2 -3
- package/shared/definition14.js +1 -1
- package/shared/definition15.js +1 -1
- package/shared/definition16.js +1 -1
- package/shared/definition17.js +1 -1
- package/shared/definition18.js +1 -1
- package/shared/definition19.js +1 -1
- package/shared/definition2.js +1 -1
- package/shared/definition21.js +1 -1
- package/shared/definition22.js +2 -2
- package/shared/definition23.js +1 -1
- package/shared/definition24.js +1 -1
- package/shared/definition25.js +1 -1
- package/shared/definition26.js +1 -1
- package/shared/definition27.js +1 -1
- package/shared/definition29.js +1 -1
- package/shared/definition30.js +27 -1
- package/shared/definition31.js +1 -1
- package/shared/definition33.js +1 -1
- package/shared/definition34.js +1 -1
- package/shared/definition35.js +1 -1
- package/shared/definition36.js +2 -3
- package/shared/definition37.js +2 -3
- package/shared/definition38.js +1 -1
- package/shared/definition39.js +1 -1
- package/shared/definition4.js +1 -1
- package/shared/definition40.js +1 -1
- package/shared/definition41.js +1 -1
- package/shared/definition42.js +1 -1
- package/shared/definition44.js +1 -1
- package/shared/definition45.js +1 -1
- package/shared/definition47.js +1 -1
- package/shared/definition48.js +1 -1
- package/shared/definition5.js +1 -1
- package/shared/definition50.js +1 -1
- package/shared/definition52.js +1 -1
- package/shared/definition53.js +1 -1
- package/shared/definition54.js +1 -1
- package/shared/definition6.js +2 -3
- package/shared/definition7.js +136 -48
- package/shared/definition9.js +1 -1
- package/shared/form-elements.js +1 -1
- package/shared/patterns/form-elements/form-elements.d.ts +4 -4
- package/shared/text-field.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/shared/enums.js +0 -71
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Tue, 20 Jun 2023 10:37:03 GMT
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
6
6
|
* Do not edit directly
|
|
7
|
-
* Generated on
|
|
7
|
+
* Generated on Tue, 20 Jun 2023 10:37:03 GMT
|
|
8
8
|
*/
|
|
9
9
|
/**
|
|
10
10
|
* Do not edit directly
|
|
11
|
-
* Generated on
|
|
11
|
+
* Generated on Tue, 20 Jun 2023 10:37:03 GMT
|
|
12
12
|
*/
|
|
13
13
|
/**
|
|
14
14
|
* Do not edit directly
|
|
15
|
-
* Generated on
|
|
15
|
+
* Generated on Tue, 20 Jun 2023 10:37:03 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 Tue, 20 Jun 2023 10:37:03 GMT
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
6
6
|
* Do not edit directly
|
|
7
|
-
* Generated on
|
|
7
|
+
* Generated on Tue, 20 Jun 2023 10:37:03 GMT
|
|
8
8
|
*/
|
|
9
9
|
/**
|
|
10
10
|
* Do not edit directly
|
|
11
|
-
* Generated on
|
|
11
|
+
* Generated on Tue, 20 Jun 2023 10:37:03 GMT
|
|
12
12
|
*/
|
|
13
13
|
/**
|
|
14
14
|
* Do not edit directly
|
|
15
|
-
* Generated on
|
|
15
|
+
* Generated on Tue, 20 Jun 2023 10:37:03 GMT
|
|
16
16
|
*/
|
|
17
17
|
@property --vvd-size-density {
|
|
18
18
|
syntax: "<integer>";
|
package/shared/enums.js
DELETED
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
var Connotation;
|
|
2
|
-
(function (Connotation) {
|
|
3
|
-
Connotation["Accent"] = "accent";
|
|
4
|
-
Connotation["CTA"] = "cta";
|
|
5
|
-
Connotation["Success"] = "success";
|
|
6
|
-
Connotation["Alert"] = "alert";
|
|
7
|
-
Connotation["Warning"] = "warning";
|
|
8
|
-
Connotation["Information"] = "information";
|
|
9
|
-
Connotation["Announcement"] = "announcement";
|
|
10
|
-
})(Connotation || (Connotation = {}));
|
|
11
|
-
var ConnotationDecorative;
|
|
12
|
-
(function (ConnotationDecorative) {
|
|
13
|
-
ConnotationDecorative["Pacific"] = "pacific";
|
|
14
|
-
})(ConnotationDecorative || (ConnotationDecorative = {}));
|
|
15
|
-
var Shape;
|
|
16
|
-
(function (Shape) {
|
|
17
|
-
Shape["Rounded"] = "rounded";
|
|
18
|
-
Shape["Pill"] = "pill";
|
|
19
|
-
Shape["Circled"] = "circled";
|
|
20
|
-
Shape["Sharp"] = "sharp";
|
|
21
|
-
})(Shape || (Shape = {}));
|
|
22
|
-
var Appearance;
|
|
23
|
-
(function (Appearance) {
|
|
24
|
-
Appearance["Filled"] = "filled";
|
|
25
|
-
Appearance["Outlined"] = "outlined";
|
|
26
|
-
Appearance["Duotone"] = "duotone";
|
|
27
|
-
Appearance["Fieldset"] = "fieldset";
|
|
28
|
-
Appearance["Subtle"] = "subtle";
|
|
29
|
-
Appearance["Ghost"] = "ghost";
|
|
30
|
-
Appearance["Listitem"] = "listitem";
|
|
31
|
-
})(Appearance || (Appearance = {}));
|
|
32
|
-
var Size;
|
|
33
|
-
(function (Size) {
|
|
34
|
-
Size["UltraCondensed"] = "ultra-condensed";
|
|
35
|
-
Size["SuperCondensed"] = "super-condensed";
|
|
36
|
-
Size["ExtraCondensed"] = "extra-condensed";
|
|
37
|
-
Size["SemiCondensed"] = "semi-condensed";
|
|
38
|
-
Size["Condensed"] = "condensed";
|
|
39
|
-
Size["Normal"] = "normal";
|
|
40
|
-
Size["SemiExpanded"] = "semi-expanded";
|
|
41
|
-
Size["Expanded"] = "expanded";
|
|
42
|
-
Size["ExtraExpanded"] = "extra-expanded";
|
|
43
|
-
Size["SuperExpanded"] = "super-expanded";
|
|
44
|
-
Size["UltraExpanded"] = "ultra-expanded";
|
|
45
|
-
})(Size || (Size = {}));
|
|
46
|
-
var LayoutSize;
|
|
47
|
-
(function (LayoutSize) {
|
|
48
|
-
LayoutSize["Small"] = "small";
|
|
49
|
-
LayoutSize["Medium"] = "medium";
|
|
50
|
-
LayoutSize["Large"] = "large";
|
|
51
|
-
})(LayoutSize || (LayoutSize = {}));
|
|
52
|
-
var Position;
|
|
53
|
-
(function (Position) {
|
|
54
|
-
Position["Top"] = "TOP";
|
|
55
|
-
Position["Bottom"] = "BOTTOM";
|
|
56
|
-
Position["Start"] = "START";
|
|
57
|
-
Position["Center"] = "CENTER";
|
|
58
|
-
Position["End"] = "END";
|
|
59
|
-
})(Position || (Position = {}));
|
|
60
|
-
var Role;
|
|
61
|
-
(function (Role) {
|
|
62
|
-
Role["Status"] = "status";
|
|
63
|
-
Role["Alert"] = "alert";
|
|
64
|
-
})(Role || (Role = {}));
|
|
65
|
-
var AriaLive;
|
|
66
|
-
(function (AriaLive) {
|
|
67
|
-
AriaLive["Polite"] = "polite";
|
|
68
|
-
AriaLive["Assertive"] = "assertive";
|
|
69
|
-
})(AriaLive || (AriaLive = {}));
|
|
70
|
-
|
|
71
|
-
export { Appearance as A, Connotation as C, LayoutSize as L, Position as P, Role as R, Shape as S, Size as a, ConnotationDecorative as b, AriaLive as c };
|