@vonage/vivid 3.43.0 → 3.45.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/README.md +399 -165
- package/appearance-ui/index.js +94 -0
- package/custom-elements.json +793 -352
- package/index.js +3 -2
- package/lib/alert/alert.d.ts +2 -0
- package/lib/appearance-ui/appearance-ui.d.ts +12 -0
- package/lib/appearance-ui/appearance-ui.template.d.ts +4 -0
- package/lib/appearance-ui/definition.d.ts +3 -0
- package/lib/data-grid/data-grid-cell.d.ts +1 -0
- package/lib/data-grid/data-grid.d.ts +2 -0
- package/lib/dialog/dialog.d.ts +1 -4
- package/lib/enums.d.ts +3 -0
- package/lib/menu/menu.d.ts +6 -5
- package/lib/menu-item/definition.d.ts +1 -0
- package/lib/popup/popup.d.ts +2 -2
- package/lib/select/select.d.ts +0 -3
- package/lib/tabs/tabs.d.ts +3 -1
- package/lib/toggletip/toggletip.d.ts +4 -4
- package/lib/tooltip/tooltip.d.ts +4 -5
- package/listbox/index.js +1 -1
- package/menu/index.js +1 -0
- package/menu-item/index.js +1 -0
- package/package.json +1 -1
- package/shared/anchored.js +76 -0
- package/shared/definition.js +1 -1
- package/shared/definition11.js +1 -1
- package/shared/definition12.js +1 -1
- package/shared/definition13.js +1 -1
- package/shared/definition14.js +1 -1
- package/shared/definition15.js +1 -1
- package/shared/definition16.js +1 -1
- package/shared/definition17.js +96 -44
- package/shared/definition2.js +1 -1
- package/shared/definition20.js +16 -2
- package/shared/definition21.js +1 -1
- package/shared/definition22.js +1 -1
- package/shared/definition23.js +1 -1
- package/shared/definition24.js +1 -1
- package/shared/definition25.js +1 -1
- package/shared/definition28.js +42 -47
- package/shared/definition29.js +12 -4
- package/shared/definition3.js +1 -1
- package/shared/definition30.js +1 -1
- package/shared/definition31.js +1 -1
- package/shared/definition33.js +1 -1
- package/shared/definition34.js +3 -3
- package/shared/definition35.js +1 -1
- package/shared/definition36.js +1 -1
- package/shared/definition37.js +1 -1
- package/shared/definition38.js +1 -1
- package/shared/definition39.js +1 -1
- package/shared/definition4.js +10 -6
- package/shared/definition40.js +1 -1
- package/shared/definition41.js +6 -4
- package/shared/definition42.js +1 -1
- package/shared/definition43.js +1 -1
- package/shared/definition44.js +1 -1
- package/shared/definition45.js +10 -6
- package/shared/definition46.js +1 -1
- package/shared/definition48.js +1 -1
- package/shared/definition49.js +8 -3
- package/shared/definition5.js +1 -1
- package/shared/definition51.js +1 -1
- package/shared/definition52.js +3 -3
- package/shared/definition53.js +2 -2
- package/shared/definition54.js +37 -45
- package/shared/definition55.js +42 -58
- package/shared/definition56.js +1 -1
- package/shared/definition58.js +1 -1
- package/shared/definition6.js +1 -1
- package/shared/definition60.js +108 -12
- package/shared/definition7.js +1 -1
- package/shared/definition8.js +2 -3
- package/shared/definition9.js +1 -1
- package/shared/enums.js +5 -1
- package/shared/form-associated.js +1 -0
- package/shared/index2.js +1 -1
- package/shared/patterns/anchored.d.ts +22 -0
- package/shared/presentationDate.js +2 -2
- package/shared/text-field.js +1 -1
- package/style.css +835 -144
- 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/styles/tokens/vivid-2-compat.css +1 -1
- package/toggletip/index.js +1 -0
- package/tooltip/index.js +1 -0
- package/vivid.api.json +61 -0
package/styles/core/all.css
CHANGED
package/styles/core/theme.css
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Mon,
|
|
3
|
+
* Generated on Mon, 08 Jan 2024 16:06:07 GMT
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
6
6
|
* Do not edit directly
|
|
7
|
-
* Generated on Mon,
|
|
7
|
+
* Generated on Mon, 08 Jan 2024 16:06:07 GMT
|
|
8
8
|
*/
|
|
9
9
|
/**
|
|
10
10
|
* Do not edit directly
|
|
11
|
-
* Generated on Mon,
|
|
11
|
+
* Generated on Mon, 08 Jan 2024 16:06:07 GMT
|
|
12
12
|
*/
|
|
13
13
|
/**
|
|
14
14
|
* Do not edit directly
|
|
15
|
-
* Generated on Mon,
|
|
15
|
+
* Generated on Mon, 08 Jan 2024 16:06:07 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 Mon,
|
|
3
|
+
* Generated on Mon, 08 Jan 2024 16:06:07 GMT
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
6
6
|
* Do not edit directly
|
|
7
|
-
* Generated on Mon,
|
|
7
|
+
* Generated on Mon, 08 Jan 2024 16:06:07 GMT
|
|
8
8
|
*/
|
|
9
9
|
/**
|
|
10
10
|
* Do not edit directly
|
|
11
|
-
* Generated on Mon,
|
|
11
|
+
* Generated on Mon, 08 Jan 2024 16:06:07 GMT
|
|
12
12
|
*/
|
|
13
13
|
/**
|
|
14
14
|
* Do not edit directly
|
|
15
|
-
* Generated on Mon,
|
|
15
|
+
* Generated on Mon, 08 Jan 2024 16:06:07 GMT
|
|
16
16
|
*/
|
|
17
17
|
@property --vvd-size-density {
|
|
18
18
|
syntax: "<integer>";
|
package/toggletip/index.js
CHANGED
package/tooltip/index.js
CHANGED
package/vivid.api.json
CHANGED
|
@@ -3809,6 +3809,29 @@
|
|
|
3809
3809
|
"endIndex": 14
|
|
3810
3810
|
}
|
|
3811
3811
|
},
|
|
3812
|
+
{
|
|
3813
|
+
"kind": "Variable",
|
|
3814
|
+
"canonicalReference": "@vonage/vivid!MenuItemRole:var",
|
|
3815
|
+
"docComment": "",
|
|
3816
|
+
"excerptTokens": [
|
|
3817
|
+
{
|
|
3818
|
+
"kind": "Content",
|
|
3819
|
+
"text": "MenuItemRole: "
|
|
3820
|
+
},
|
|
3821
|
+
{
|
|
3822
|
+
"kind": "Content",
|
|
3823
|
+
"text": "{\n readonly presentation: \"presentation\";\n readonly menuitem: \"menuitem\";\n readonly menuitemcheckbox: \"menuitemcheckbox\";\n readonly menuitemradio: \"menuitemradio\";\n}"
|
|
3824
|
+
}
|
|
3825
|
+
],
|
|
3826
|
+
"fileUrlPath": "../../dist/libs/components/lib/menu-item/menu-item.d.ts",
|
|
3827
|
+
"isReadonly": true,
|
|
3828
|
+
"releaseTag": "Public",
|
|
3829
|
+
"name": "MenuItemRole",
|
|
3830
|
+
"variableTypeTokenRange": {
|
|
3831
|
+
"startIndex": 1,
|
|
3832
|
+
"endIndex": 2
|
|
3833
|
+
}
|
|
3834
|
+
},
|
|
3812
3835
|
{
|
|
3813
3836
|
"kind": "Variable",
|
|
3814
3837
|
"canonicalReference": "@vonage/vivid!navDefinition:var",
|
|
@@ -8580,6 +8603,44 @@
|
|
|
8580
8603
|
"endIndex": 9
|
|
8581
8604
|
}
|
|
8582
8605
|
},
|
|
8606
|
+
{
|
|
8607
|
+
"kind": "Enum",
|
|
8608
|
+
"canonicalReference": "@vonage/vivid!TabsSize:enum",
|
|
8609
|
+
"docComment": "",
|
|
8610
|
+
"excerptTokens": [
|
|
8611
|
+
{
|
|
8612
|
+
"kind": "Content",
|
|
8613
|
+
"text": "export declare enum TabsSize "
|
|
8614
|
+
}
|
|
8615
|
+
],
|
|
8616
|
+
"fileUrlPath": "../../dist/libs/components/lib/enums.d.ts",
|
|
8617
|
+
"releaseTag": "Public",
|
|
8618
|
+
"name": "TabsSize",
|
|
8619
|
+
"preserveMemberOrder": false,
|
|
8620
|
+
"members": [
|
|
8621
|
+
{
|
|
8622
|
+
"kind": "EnumMember",
|
|
8623
|
+
"canonicalReference": "@vonage/vivid!TabsSize.Small:member",
|
|
8624
|
+
"docComment": "",
|
|
8625
|
+
"excerptTokens": [
|
|
8626
|
+
{
|
|
8627
|
+
"kind": "Content",
|
|
8628
|
+
"text": "Small = "
|
|
8629
|
+
},
|
|
8630
|
+
{
|
|
8631
|
+
"kind": "Content",
|
|
8632
|
+
"text": "\"small\""
|
|
8633
|
+
}
|
|
8634
|
+
],
|
|
8635
|
+
"initializerTokenRange": {
|
|
8636
|
+
"startIndex": 1,
|
|
8637
|
+
"endIndex": 2
|
|
8638
|
+
},
|
|
8639
|
+
"releaseTag": "Public",
|
|
8640
|
+
"name": "Small"
|
|
8641
|
+
}
|
|
8642
|
+
]
|
|
8643
|
+
},
|
|
8583
8644
|
{
|
|
8584
8645
|
"kind": "TypeAlias",
|
|
8585
8646
|
"canonicalReference": "@vonage/vivid!TagAppearance:type",
|