@vonage/vivid 3.12.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 +1909 -81
- 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 +8 -5
- package/lib/alert/alert.d.ts +4 -6
- package/lib/components.d.ts +1 -0
- package/lib/data-grid/data-grid-cell.d.ts +2 -0
- package/lib/data-grid/data-grid.d.ts +5 -0
- package/lib/layout/definition.d.ts +1 -1
- package/lib/select/select.d.ts +3 -2
- package/lib/tabs/tabs.d.ts +1 -0
- package/lib/toggletip/definition.d.ts +3 -0
- package/lib/toggletip/index.d.ts +1 -0
- package/lib/toggletip/toggletip.d.ts +15 -0
- package/lib/toggletip/toggletip.template.d.ts +4 -0
- 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 +10 -1
- package/shared/definition46.js +4 -4
- package/shared/definition48.js +1 -1
- package/shared/definition5.js +1 -1
- package/shared/definition50.js +587 -72
- package/shared/definition51.js +88 -68
- package/shared/definition52.js +69 -294
- package/shared/definition53.js +305 -0
- 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 +3 -1
- package/shared/es.string.includes.js +83 -0
- package/shared/form-elements.js +2 -2
- package/shared/icon.js +14 -18
- 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 +30 -0
- package/tooltip/index.js +2 -1
- package/tree-item/index.js +2 -1
- package/tree-view/index.js +1 -1
- package/vivid.api.json +172 -0
package/accordion/index.js
CHANGED
|
@@ -3,6 +3,7 @@ import '../shared/index.js';
|
|
|
3
3
|
import '../shared/definition2.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/accordion-item/index.js
CHANGED
|
@@ -2,6 +2,7 @@ import { r as registerAccordionItem } from '../shared/definition2.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/alert/index.js
CHANGED
|
@@ -3,6 +3,7 @@ import '../shared/index.js';
|
|
|
3
3
|
import '../shared/definition7.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/avatar/index.js
CHANGED
|
@@ -2,6 +2,7 @@ import { r as registerAvatar } from '../shared/definition10.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/badge/index.js
CHANGED
|
@@ -2,6 +2,7 @@ import { r as registerBadge } from '../shared/definition11.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/banner/index.js
CHANGED
|
@@ -3,6 +3,7 @@ import '../shared/index.js';
|
|
|
3
3
|
import '../shared/definition7.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/breadcrumb-item/index.js
CHANGED
|
@@ -2,6 +2,7 @@ import { r as registerBreadcrumbItem } from '../shared/definition14.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/button/index.js
CHANGED
|
@@ -2,6 +2,7 @@ import { r as registerButton } from '../shared/definition7.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/card/index.js
CHANGED
|
@@ -2,6 +2,7 @@ import { r as registerCard } from '../shared/definition17.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/checkbox/index.js
CHANGED
|
@@ -2,6 +2,7 @@ import { r as registerCheckbox } from '../shared/definition18.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/combobox/index.js
CHANGED
|
@@ -2,6 +2,7 @@ import { r as registerCombobox } from '../shared/definition19.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';
|