@vonage/vivid 3.17.0 → 3.18.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.
Files changed (64) hide show
  1. package/alert/index.js +0 -1
  2. package/banner/index.js +0 -1
  3. package/custom-elements.json +31 -3
  4. package/index.js +1 -2
  5. package/lib/data-grid/data-grid-cell.d.ts +2 -2
  6. package/lib/data-grid/data-grid-row.d.ts +2 -2
  7. package/lib/data-grid/data-grid.d.ts +2 -2
  8. package/lib/menu/menu.d.ts +5 -1
  9. package/number-field/index.js +0 -1
  10. package/package.json +1 -1
  11. package/pagination/index.js +0 -1
  12. package/shared/definition.js +1 -1
  13. package/shared/definition10.js +1 -1
  14. package/shared/definition11.js +1 -1
  15. package/shared/definition12.js +2 -3
  16. package/shared/definition14.js +1 -1
  17. package/shared/definition15.js +1 -1
  18. package/shared/definition16.js +1 -1
  19. package/shared/definition17.js +1 -1
  20. package/shared/definition18.js +1 -1
  21. package/shared/definition19.js +1 -1
  22. package/shared/definition2.js +1 -1
  23. package/shared/definition21.js +1 -1
  24. package/shared/definition22.js +2 -2
  25. package/shared/definition23.js +1 -1
  26. package/shared/definition24.js +1 -1
  27. package/shared/definition25.js +1 -1
  28. package/shared/definition26.js +1 -1
  29. package/shared/definition27.js +1 -1
  30. package/shared/definition29.js +1 -1
  31. package/shared/definition30.js +27 -1
  32. package/shared/definition31.js +1 -1
  33. package/shared/definition33.js +1 -1
  34. package/shared/definition34.js +1 -1
  35. package/shared/definition35.js +1 -1
  36. package/shared/definition36.js +2 -3
  37. package/shared/definition37.js +2 -3
  38. package/shared/definition38.js +1 -1
  39. package/shared/definition39.js +1 -1
  40. package/shared/definition4.js +1 -1
  41. package/shared/definition40.js +1 -1
  42. package/shared/definition41.js +1 -1
  43. package/shared/definition42.js +1 -1
  44. package/shared/definition44.js +1 -1
  45. package/shared/definition45.js +1 -1
  46. package/shared/definition47.js +1 -1
  47. package/shared/definition48.js +1 -1
  48. package/shared/definition5.js +1 -1
  49. package/shared/definition50.js +1 -1
  50. package/shared/definition52.js +1 -1
  51. package/shared/definition53.js +1 -1
  52. package/shared/definition54.js +1 -1
  53. package/shared/definition6.js +2 -3
  54. package/shared/definition7.js +136 -48
  55. package/shared/definition9.js +1 -1
  56. package/shared/form-elements.js +1 -1
  57. package/shared/patterns/form-elements/form-elements.d.ts +4 -4
  58. package/shared/text-field.js +1 -1
  59. package/styles/core/all.css +1 -1
  60. package/styles/core/theme.css +1 -1
  61. package/styles/core/typography.css +1 -1
  62. package/styles/tokens/theme-dark.css +4 -4
  63. package/styles/tokens/theme-light.css +4 -4
  64. package/shared/enums.js +0 -71
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 14 Jun 2023 04:03:42 GMT
3
+ * Generated on Mon, 19 Jun 2023 09:39:55 GMT
4
4
  */
5
5
  .vvd-root:root {
6
6
  --vvd-size-font-scale-base: 1rem;
@@ -1,18 +1,18 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 14 Jun 2023 04:03:42 GMT
3
+ * Generated on Mon, 19 Jun 2023 09:39:55 GMT
4
4
  */
5
5
  /**
6
6
  * Do not edit directly
7
- * Generated on Wed, 14 Jun 2023 04:03:42 GMT
7
+ * Generated on Mon, 19 Jun 2023 09:39:55 GMT
8
8
  */
9
9
  /**
10
10
  * Do not edit directly
11
- * Generated on Wed, 14 Jun 2023 04:03:42 GMT
11
+ * Generated on Mon, 19 Jun 2023 09:39:55 GMT
12
12
  */
13
13
  /**
14
14
  * Do not edit directly
15
- * Generated on Wed, 14 Jun 2023 04:03:42 GMT
15
+ * Generated on Mon, 19 Jun 2023 09:39:55 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 Wed, 14 Jun 2023 04:03:42 GMT
3
+ * Generated on Mon, 19 Jun 2023 09:39:55 GMT
4
4
  */
5
5
  /**
6
6
  * Do not edit directly
7
- * Generated on Wed, 14 Jun 2023 04:03:42 GMT
7
+ * Generated on Mon, 19 Jun 2023 09:39:55 GMT
8
8
  */
9
9
  /**
10
10
  * Do not edit directly
11
- * Generated on Wed, 14 Jun 2023 04:03:42 GMT
11
+ * Generated on Mon, 19 Jun 2023 09:39:55 GMT
12
12
  */
13
13
  /**
14
14
  * Do not edit directly
15
- * Generated on Wed, 14 Jun 2023 04:03:42 GMT
15
+ * Generated on Mon, 19 Jun 2023 09:39:55 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 };