@vonage/vivid 3.13.0 → 3.14.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 (106) hide show
  1. package/accordion/index.js +1 -0
  2. package/accordion-item/index.js +1 -0
  3. package/alert/index.js +1 -0
  4. package/avatar/index.js +1 -0
  5. package/badge/index.js +1 -0
  6. package/banner/index.js +1 -0
  7. package/breadcrumb-item/index.js +1 -0
  8. package/button/index.js +1 -0
  9. package/card/index.js +1 -0
  10. package/checkbox/index.js +1 -0
  11. package/combobox/index.js +1 -0
  12. package/custom-elements.json +1595 -36
  13. package/data-grid/index.js +4 -0
  14. package/dialog/index.js +1 -0
  15. package/fab/index.js +1 -0
  16. package/icon/index.js +1 -0
  17. package/index.js +3 -1
  18. package/lib/alert/alert.d.ts +4 -6
  19. package/lib/data-grid/data-grid-cell.d.ts +2 -0
  20. package/lib/data-grid/data-grid.d.ts +5 -0
  21. package/lib/select/select.d.ts +3 -2
  22. package/listbox/index.js +1 -0
  23. package/menu/index.js +2 -1
  24. package/menu-item/index.js +3 -0
  25. package/nav-disclosure/index.js +1 -0
  26. package/nav-item/index.js +1 -0
  27. package/note/index.js +1 -0
  28. package/number-field/index.js +1 -0
  29. package/option/index.js +1 -0
  30. package/package.json +1 -1
  31. package/pagination/index.js +13 -92
  32. package/popup/index.js +1 -0
  33. package/select/index.js +1 -0
  34. package/shared/definition.js +1 -1
  35. package/shared/definition10.js +1 -1
  36. package/shared/definition11.js +1 -1
  37. package/shared/definition12.js +1 -1
  38. package/shared/definition14.js +1 -1
  39. package/shared/definition15.js +1 -1
  40. package/shared/definition16.js +2 -2
  41. package/shared/definition17.js +1 -1
  42. package/shared/definition18.js +1 -1
  43. package/shared/definition19.js +1 -1
  44. package/shared/definition2.js +1 -1
  45. package/shared/definition20.js +1 -1
  46. package/shared/definition21.js +1 -1
  47. package/shared/definition22.js +171 -7
  48. package/shared/definition23.js +2 -2
  49. package/shared/definition24.js +1 -1
  50. package/shared/definition25.js +1 -1
  51. package/shared/definition26.js +1 -1
  52. package/shared/definition28.js +1 -1
  53. package/shared/definition29.js +1 -1
  54. package/shared/definition3.js +1 -1
  55. package/shared/definition30.js +11 -7
  56. package/shared/definition32.js +1 -1
  57. package/shared/definition33.js +1 -1
  58. package/shared/definition34.js +1 -1
  59. package/shared/definition35.js +1 -1
  60. package/shared/definition36.js +2 -2
  61. package/shared/definition37.js +1 -1
  62. package/shared/definition38.js +1 -1
  63. package/shared/definition39.js +16 -9
  64. package/shared/definition4.js +1 -1
  65. package/shared/definition40.js +1 -1
  66. package/shared/definition41.js +1 -1
  67. package/shared/definition42.js +1 -1
  68. package/shared/definition43.js +1 -1
  69. package/shared/definition45.js +1 -1
  70. package/shared/definition46.js +4 -4
  71. package/shared/definition48.js +1 -1
  72. package/shared/definition5.js +1 -1
  73. package/shared/definition50.js +2 -2
  74. package/shared/definition51.js +2 -2
  75. package/shared/definition52.js +1 -1
  76. package/shared/definition6.js +52 -78
  77. package/shared/definition7.js +1 -1
  78. package/shared/definition8.js +1 -1
  79. package/shared/definition9.js +1 -1
  80. package/shared/engine-is-node.js +8 -0
  81. package/shared/es.object.assign.js +1 -1
  82. package/shared/es.regexp.to-string.js +1 -1
  83. package/shared/es.string.includes.js +83 -0
  84. package/shared/form-elements.js +2 -2
  85. package/shared/icon.js +13 -17
  86. package/shared/index.js +1 -1
  87. package/shared/patterns/form-elements/form-elements.d.ts +4 -4
  88. package/shared/string-trim.js +1 -1
  89. package/shared/text-field.js +1 -1
  90. package/shared/to-string.js +1 -1
  91. package/styles/core/all.css +1 -1
  92. package/styles/core/theme.css +1 -1
  93. package/styles/core/typography.css +1 -1
  94. package/styles/fonts/spezia-variable.css +2 -2
  95. package/styles/tokens/theme-dark.css +4 -4
  96. package/styles/tokens/theme-light.css +4 -4
  97. package/switch/index.js +1 -0
  98. package/tab/index.js +1 -0
  99. package/tabs/index.js +1 -0
  100. package/tag/index.js +1 -0
  101. package/text-anchor/index.js +1 -0
  102. package/text-area/index.js +1 -0
  103. package/text-field/index.js +1 -0
  104. package/toggletip/index.js +1 -0
  105. package/tooltip/index.js +1 -0
  106. package/tree-item/index.js +1 -0
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 17 May 2023 03:28:45 GMT
3
+ * Generated on Tue, 30 May 2023 12:49:14 GMT
4
4
  */
5
5
  .vvd-root {
6
6
  color-scheme: var(--vvd-color-scheme);
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 17 May 2023 03:28:45 GMT
3
+ * Generated on Tue, 30 May 2023 12:49:14 GMT
4
4
  */
5
5
  .vvd-root {
6
6
  color-scheme: var(--vvd-color-scheme);
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 17 May 2023 03:28:45 GMT
3
+ * Generated on Tue, 30 May 2023 12:49:14 GMT
4
4
  */
5
5
  .vvd-root:root {
6
6
  --vvd-size-font-scale-base: 1rem;
@@ -2,14 +2,14 @@
2
2
  font-family: SpeziaCompleteVariableUpright;
3
3
  font-stretch: 50% 200%;
4
4
  font-weight: 1 1000;
5
- font-display: optional;
5
+ font-display: block;
6
6
  src: url("https://fonts.resources.vonage.com/fonts/v2/SpeziaCompleteVariableUprightWeb.woff2") format("woff2");
7
7
  }
8
8
  @font-face {
9
9
  font-family: SpeziaMonoCompleteVariable;
10
10
  font-stretch: 50% 200%;
11
11
  font-weight: 1 1000;
12
- font-display: optional;
12
+ font-display: block;
13
13
  src: url("https://fonts.resources.vonage.com/fonts/v2/SpeziaMonoCompleteVariableWeb.woff2") format("woff2");
14
14
  }
15
15
  .vvd-root {
@@ -1,18 +1,18 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 17 May 2023 03:28:45 GMT
3
+ * Generated on Tue, 30 May 2023 12:49:14 GMT
4
4
  */
5
5
  /**
6
6
  * Do not edit directly
7
- * Generated on Wed, 17 May 2023 03:28:45 GMT
7
+ * Generated on Tue, 30 May 2023 12:49:14 GMT
8
8
  */
9
9
  /**
10
10
  * Do not edit directly
11
- * Generated on Wed, 17 May 2023 03:28:45 GMT
11
+ * Generated on Tue, 30 May 2023 12:49:14 GMT
12
12
  */
13
13
  /**
14
14
  * Do not edit directly
15
- * Generated on Wed, 17 May 2023 03:28:45 GMT
15
+ * Generated on Tue, 30 May 2023 12:49:14 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, 17 May 2023 03:28:45 GMT
3
+ * Generated on Tue, 30 May 2023 12:49:14 GMT
4
4
  */
5
5
  /**
6
6
  * Do not edit directly
7
- * Generated on Wed, 17 May 2023 03:28:45 GMT
7
+ * Generated on Tue, 30 May 2023 12:49:14 GMT
8
8
  */
9
9
  /**
10
10
  * Do not edit directly
11
- * Generated on Wed, 17 May 2023 03:28:45 GMT
11
+ * Generated on Tue, 30 May 2023 12:49:14 GMT
12
12
  */
13
13
  /**
14
14
  * Do not edit directly
15
- * Generated on Wed, 17 May 2023 03:28:45 GMT
15
+ * Generated on Tue, 30 May 2023 12:49:14 GMT
16
16
  */
17
17
  @property --vvd-size-density {
18
18
  syntax: "<integer>";
package/switch/index.js CHANGED
@@ -2,6 +2,7 @@ import { r as registerSwitch } from '../shared/definition42.js';
2
2
  import '../shared/index.js';
3
3
  import '../shared/definition3.js';
4
4
  import '../shared/icon.js';
5
+ import '../shared/engine-is-node.js';
5
6
  import '../shared/to-string.js';
6
7
  import '../shared/string-trim.js';
7
8
  import '../shared/_has.js';
package/tab/index.js CHANGED
@@ -2,6 +2,7 @@ import { r as registerTab } from '../shared/definition43.js';
2
2
  import '../shared/index.js';
3
3
  import '../shared/definition3.js';
4
4
  import '../shared/icon.js';
5
+ import '../shared/engine-is-node.js';
5
6
  import '../shared/to-string.js';
6
7
  import '../shared/string-trim.js';
7
8
  import '../shared/_has.js';
package/tabs/index.js CHANGED
@@ -3,6 +3,7 @@ import '../shared/index.js';
3
3
  import '../shared/definition43.js';
4
4
  import '../shared/definition3.js';
5
5
  import '../shared/icon.js';
6
+ import '../shared/engine-is-node.js';
6
7
  import '../shared/to-string.js';
7
8
  import '../shared/string-trim.js';
8
9
  import '../shared/_has.js';
package/tag/index.js CHANGED
@@ -2,6 +2,7 @@ import { r as registerTag } from '../shared/definition46.js';
2
2
  import '../shared/index.js';
3
3
  import '../shared/definition3.js';
4
4
  import '../shared/icon.js';
5
+ import '../shared/engine-is-node.js';
5
6
  import '../shared/to-string.js';
6
7
  import '../shared/string-trim.js';
7
8
  import '../shared/_has.js';
@@ -3,6 +3,7 @@ import { T as TextAnchor } from '../shared/text-anchor.js';
3
3
  import { t as textAnchorTemplate } from '../shared/text-anchor.template.js';
4
4
  import '../shared/affix.js';
5
5
  import '../shared/icon.js';
6
+ import '../shared/engine-is-node.js';
6
7
  import '../shared/to-string.js';
7
8
  import '../shared/string-trim.js';
8
9
  import '../shared/_has.js';
@@ -2,6 +2,7 @@ import { r as registerTextArea } from '../shared/definition48.js';
2
2
  import '../shared/index.js';
3
3
  import '../shared/definition3.js';
4
4
  import '../shared/icon.js';
5
+ import '../shared/engine-is-node.js';
5
6
  import '../shared/to-string.js';
6
7
  import '../shared/string-trim.js';
7
8
  import '../shared/_has.js';
@@ -4,6 +4,7 @@ import '../shared/definition4.js';
4
4
  import '../shared/focus.js';
5
5
  import '../shared/definition3.js';
6
6
  import '../shared/icon.js';
7
+ import '../shared/engine-is-node.js';
7
8
  import '../shared/to-string.js';
8
9
  import '../shared/string-trim.js';
9
10
  import '../shared/_has.js';
@@ -4,6 +4,7 @@ import '../shared/definition20.js';
4
4
  import '../shared/definition7.js';
5
5
  import '../shared/definition3.js';
6
6
  import '../shared/icon.js';
7
+ import '../shared/engine-is-node.js';
7
8
  import '../shared/to-string.js';
8
9
  import '../shared/string-trim.js';
9
10
  import '../shared/_has.js';
package/tooltip/index.js CHANGED
@@ -4,6 +4,7 @@ import '../shared/definition20.js';
4
4
  import '../shared/definition7.js';
5
5
  import '../shared/definition3.js';
6
6
  import '../shared/icon.js';
7
+ import '../shared/engine-is-node.js';
7
8
  import '../shared/to-string.js';
8
9
  import '../shared/string-trim.js';
9
10
  import '../shared/_has.js';
@@ -2,6 +2,7 @@ import { r as registerTreeItem } from '../shared/definition52.js';
2
2
  import '../shared/index.js';
3
3
  import '../shared/definition3.js';
4
4
  import '../shared/icon.js';
5
+ import '../shared/engine-is-node.js';
5
6
  import '../shared/to-string.js';
6
7
  import '../shared/string-trim.js';
7
8
  import '../shared/_has.js';