@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.
- package/accordion/index.js +1 -0
- package/accordion-item/index.js +1 -0
- package/alert/index.js +1 -0
- package/avatar/index.js +1 -0
- package/badge/index.js +1 -0
- package/banner/index.js +1 -0
- package/breadcrumb-item/index.js +1 -0
- package/button/index.js +1 -0
- package/card/index.js +1 -0
- package/checkbox/index.js +1 -0
- package/combobox/index.js +1 -0
- package/custom-elements.json +1595 -36
- package/data-grid/index.js +4 -0
- package/dialog/index.js +1 -0
- package/fab/index.js +1 -0
- package/icon/index.js +1 -0
- package/index.js +3 -1
- package/lib/alert/alert.d.ts +4 -6
- package/lib/data-grid/data-grid-cell.d.ts +2 -0
- package/lib/data-grid/data-grid.d.ts +5 -0
- package/lib/select/select.d.ts +3 -2
- package/listbox/index.js +1 -0
- package/menu/index.js +2 -1
- package/menu-item/index.js +3 -0
- package/nav-disclosure/index.js +1 -0
- package/nav-item/index.js +1 -0
- package/note/index.js +1 -0
- package/number-field/index.js +1 -0
- package/option/index.js +1 -0
- package/package.json +1 -1
- package/pagination/index.js +13 -92
- package/popup/index.js +1 -0
- package/select/index.js +1 -0
- package/shared/definition.js +1 -1
- package/shared/definition10.js +1 -1
- package/shared/definition11.js +1 -1
- package/shared/definition12.js +1 -1
- package/shared/definition14.js +1 -1
- package/shared/definition15.js +1 -1
- package/shared/definition16.js +2 -2
- 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/definition20.js +1 -1
- package/shared/definition21.js +1 -1
- package/shared/definition22.js +171 -7
- package/shared/definition23.js +2 -2
- package/shared/definition24.js +1 -1
- package/shared/definition25.js +1 -1
- package/shared/definition26.js +1 -1
- package/shared/definition28.js +1 -1
- package/shared/definition29.js +1 -1
- package/shared/definition3.js +1 -1
- package/shared/definition30.js +11 -7
- package/shared/definition32.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 -2
- package/shared/definition37.js +1 -1
- package/shared/definition38.js +1 -1
- package/shared/definition39.js +16 -9
- 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/definition43.js +1 -1
- package/shared/definition45.js +1 -1
- package/shared/definition46.js +4 -4
- package/shared/definition48.js +1 -1
- package/shared/definition5.js +1 -1
- package/shared/definition50.js +2 -2
- package/shared/definition51.js +2 -2
- package/shared/definition52.js +1 -1
- package/shared/definition6.js +52 -78
- package/shared/definition7.js +1 -1
- package/shared/definition8.js +1 -1
- package/shared/definition9.js +1 -1
- package/shared/engine-is-node.js +8 -0
- package/shared/es.object.assign.js +1 -1
- package/shared/es.regexp.to-string.js +1 -1
- package/shared/es.string.includes.js +83 -0
- package/shared/form-elements.js +2 -2
- package/shared/icon.js +13 -17
- package/shared/index.js +1 -1
- package/shared/patterns/form-elements/form-elements.d.ts +4 -4
- package/shared/string-trim.js +1 -1
- package/shared/text-field.js +1 -1
- package/shared/to-string.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/fonts/spezia-variable.css +2 -2
- package/styles/tokens/theme-dark.css +4 -4
- package/styles/tokens/theme-light.css +4 -4
- package/switch/index.js +1 -0
- package/tab/index.js +1 -0
- package/tabs/index.js +1 -0
- package/tag/index.js +1 -0
- package/text-anchor/index.js +1 -0
- package/text-area/index.js +1 -0
- package/text-field/index.js +1 -0
- package/toggletip/index.js +1 -0
- package/tooltip/index.js +1 -0
- package/tree-item/index.js +1 -0
package/styles/core/all.css
CHANGED
package/styles/core/theme.css
CHANGED
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
font-family: SpeziaCompleteVariableUpright;
|
|
3
3
|
font-stretch: 50% 200%;
|
|
4
4
|
font-weight: 1 1000;
|
|
5
|
-
font-display:
|
|
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:
|
|
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
|
|
3
|
+
* Generated on Tue, 30 May 2023 12:49:14 GMT
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
6
6
|
* Do not edit directly
|
|
7
|
-
* Generated on
|
|
7
|
+
* Generated on Tue, 30 May 2023 12:49:14 GMT
|
|
8
8
|
*/
|
|
9
9
|
/**
|
|
10
10
|
* Do not edit directly
|
|
11
|
-
* Generated on
|
|
11
|
+
* Generated on Tue, 30 May 2023 12:49:14 GMT
|
|
12
12
|
*/
|
|
13
13
|
/**
|
|
14
14
|
* Do not edit directly
|
|
15
|
-
* Generated on
|
|
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
|
|
3
|
+
* Generated on Tue, 30 May 2023 12:49:14 GMT
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
6
6
|
* Do not edit directly
|
|
7
|
-
* Generated on
|
|
7
|
+
* Generated on Tue, 30 May 2023 12:49:14 GMT
|
|
8
8
|
*/
|
|
9
9
|
/**
|
|
10
10
|
* Do not edit directly
|
|
11
|
-
* Generated on
|
|
11
|
+
* Generated on Tue, 30 May 2023 12:49:14 GMT
|
|
12
12
|
*/
|
|
13
13
|
/**
|
|
14
14
|
* Do not edit directly
|
|
15
|
-
* Generated on
|
|
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';
|
package/text-anchor/index.js
CHANGED
|
@@ -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';
|
package/text-area/index.js
CHANGED
|
@@ -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';
|
package/text-field/index.js
CHANGED
|
@@ -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';
|
package/toggletip/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';
|
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';
|
package/tree-item/index.js
CHANGED
|
@@ -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';
|