@vonage/vivid 3.31.0 → 3.34.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 +5 -5
- package/accordion-item/index.js +4 -4
- package/action-group/index.js +1 -1
- package/alert/index.js +8 -7
- package/avatar/index.js +2 -2
- package/badge/index.js +2 -2
- package/banner/index.js +5 -5
- package/breadcrumb/index.js +1 -1
- package/breadcrumb-item/index.js +3 -3
- package/button/index.js +4 -4
- package/calendar/index.js +1 -1
- package/calendar-event/index.js +1 -1
- package/card/index.js +3 -3
- package/checkbox/index.js +7 -4
- package/combobox/index.js +10 -9
- package/custom-elements.json +996 -29
- package/data-grid/index.js +2 -2
- package/date-picker/index.js +35 -0
- package/dialog/index.js +6 -6
- package/divider/index.js +1 -1
- package/elevation/index.js +1 -1
- package/empty-state/index.js +2 -2
- package/fab/index.js +4 -4
- package/file-picker/index.js +7 -6
- package/focus/index.js +1 -1
- package/header/index.js +2 -2
- package/icon/index.js +1 -1
- package/index.d.ts +1 -0
- package/index.js +68 -66
- package/layout/index.js +1 -1
- package/lib/button/button.d.ts +2 -0
- package/lib/calendar/calendar.d.ts +1 -1
- package/lib/components.d.ts +20 -19
- package/lib/date-picker/calendar/calendarGrid.d.ts +17 -0
- package/lib/date-picker/calendar/dateStr.d.ts +7 -0
- package/lib/date-picker/calendar/month.d.ts +12 -0
- package/lib/date-picker/calendar/monthPickerGrid.d.ts +10 -0
- package/lib/date-picker/calendar/presentationDate.d.ts +4 -0
- package/lib/date-picker/calendar/year.d.ts +2 -0
- package/lib/date-picker/date-picker.d.ts +18 -0
- package/lib/date-picker/date-picker.template.d.ts +4 -0
- package/lib/date-picker/definition.d.ts +3 -0
- package/lib/date-picker/locale.d.ts +21 -0
- package/lib/icon/icon.d.ts +0 -1
- package/lib/listbox/listbox.d.ts +9 -1
- package/lib/select/select.d.ts +4 -2
- package/lib/text-field/text-field.d.ts +1 -0
- package/listbox/index.js +22 -17
- package/locales/en-GB.d.ts +3 -0
- package/locales/en-GB.js +59 -0
- package/locales/en-US.d.ts +3 -0
- package/locales/en-US.js +59 -0
- package/locales/ja-JP.d.ts +3 -0
- package/locales/ja-JP.js +59 -0
- package/locales/zh-CN.d.ts +3 -0
- package/locales/zh-CN.js +59 -0
- package/menu/index.js +8 -8
- package/menu-item/index.js +4 -4
- package/nav/index.js +1 -1
- package/nav-disclosure/index.js +3 -3
- package/nav-item/index.js +3 -3
- package/note/index.js +4 -4
- package/number-field/index.js +8 -7
- package/option/index.js +5 -4
- package/package.json +2 -15
- package/pagination/index.js +5 -5
- package/popup/index.js +6 -6
- package/progress/index.js +1 -1
- package/progress-ring/index.js +1 -1
- package/radio/index.js +2 -2
- package/radio-group/index.js +1 -1
- package/select/index.js +10 -9
- package/shared/affix.js +25 -9
- package/shared/apply-mixins.js +1 -1
- package/shared/breadcrumb-item.js +5 -5
- package/shared/button.js +13 -13
- package/shared/calendar-event.js +36 -16
- package/shared/definition.js +133 -194
- package/shared/definition10.js +225 -40
- package/shared/definition11.js +36 -32
- package/shared/definition12.js +763 -98
- package/shared/definition13.js +125 -89
- package/shared/definition14.js +207 -27
- package/shared/definition15.js +710 -731
- package/shared/definition16.js +1289 -47
- package/shared/definition17.js +6113 -93
- package/shared/definition18.js +242 -164
- package/shared/definition19.js +47 -692
- package/shared/definition2.js +199 -117
- package/shared/definition20.js +59 -1671
- package/shared/definition21.js +95 -255
- package/shared/definition22.js +2218 -1167
- package/shared/definition23.js +57 -219
- package/shared/definition24.js +27 -68
- package/shared/definition25.js +54 -38
- package/shared/definition26.js +395 -70
- package/shared/definition27.js +381 -2223
- package/shared/definition28.js +85 -44
- package/shared/definition29.js +27 -40
- package/shared/definition3.js +61 -24
- package/shared/definition30.js +13 -427
- package/shared/definition31.js +49 -360
- package/shared/definition32.js +466 -13
- package/shared/definition33.js +273 -63
- package/shared/definition34.js +195 -25
- package/shared/definition35.js +86 -35
- package/shared/definition36.js +66 -427
- package/shared/definition37.js +430 -190
- package/shared/definition38.js +34 -52
- package/shared/definition39.js +683 -31
- package/shared/definition4.js +157 -12
- package/shared/definition40.js +97 -422
- package/shared/definition41.js +473 -543
- package/shared/definition42.js +122 -73
- package/shared/definition43.js +103 -502
- package/shared/definition44.js +23 -101
- package/shared/definition45.js +76 -126
- package/shared/definition46.js +494 -48
- package/shared/definition47.js +23 -23
- package/shared/definition48.js +126 -476
- package/shared/definition49.js +275 -98
- package/shared/definition5.js +71 -36
- package/shared/definition50.js +157 -16
- package/shared/definition51.js +133 -263
- package/shared/definition52.js +131 -115
- package/shared/definition53.js +85 -120
- package/shared/definition54.js +295 -111
- package/shared/definition55.js +12 -71
- package/shared/definition56.js +39 -295
- package/shared/definition57.js +181 -0
- package/shared/definition6.js +56 -111
- package/shared/definition7.js +119 -187
- package/shared/definition8.js +58 -23
- package/shared/definition9.js +92 -66
- package/shared/focus.js +2 -1
- package/shared/focus2.js +1 -1
- package/shared/form-associated.js +2 -2
- package/shared/icon.js +48 -27
- package/shared/index.js +7 -27
- package/shared/index2.js +202 -0
- package/shared/key-codes.js +1 -1
- package/shared/listbox.js +88 -11
- package/shared/localization/Locale.d.ts +4 -0
- package/shared/localization/index.d.ts +7 -0
- package/shared/patterns/form-elements/form-elements.d.ts +4 -4
- package/shared/patterns/index.d.ts +1 -0
- package/shared/patterns/localized.d.ts +4 -0
- package/shared/radio.js +23 -7
- package/shared/repeat.js +1 -1
- package/shared/text-anchor.js +21 -4
- package/shared/text-anchor.template.js +37 -40
- package/shared/text-field.js +2 -2
- package/shared/text-field2.js +15 -15
- package/shared/tree-item.js +12 -12
- package/side-drawer/index.js +1 -1
- package/slider/index.js +2 -2
- package/split-button/index.js +3 -3
- package/style.css +6097 -0
- package/styles/core/all.css +25 -3
- package/styles/core/theme.css +1 -1
- package/styles/core/typography.css +25 -3
- package/styles/tokens/theme-dark.css +4 -4
- package/styles/tokens/theme-light.css +4 -4
- package/styles/tokens/vivid-2-compat.css +2 -2
- package/switch/index.js +5 -4
- package/tab/index.js +3 -3
- package/tab-panel/index.js +1 -1
- package/tabs/index.js +5 -5
- package/tag/index.js +3 -3
- package/tag-group/index.js +1 -1
- package/text-anchor/index.js +1 -1
- package/text-area/index.js +5 -4
- package/text-field/index.js +5 -4
- package/toggletip/index.js +7 -7
- package/tooltip/index.js +7 -7
- package/tree-item/index.js +3 -3
- package/tree-view/index.js +1 -1
- package/vivid.api.json +137 -0
- package/lib/accordion/index.d.ts +0 -1
- package/lib/accordion-item/index.d.ts +0 -1
- package/lib/action-group/index.d.ts +0 -1
- package/lib/alert/index.d.ts +0 -1
- package/lib/avatar/index.d.ts +0 -1
- package/lib/badge/index.d.ts +0 -1
- package/lib/banner/index.d.ts +0 -1
- package/lib/breadcrumb/index.d.ts +0 -1
- package/lib/breadcrumb-item/index.d.ts +0 -1
- package/lib/button/index.d.ts +0 -1
- package/lib/calendar/index.d.ts +0 -1
- package/lib/calendar-event/index.d.ts +0 -1
- package/lib/card/index.d.ts +0 -1
- package/lib/checkbox/index.d.ts +0 -1
- package/lib/combobox/index.d.ts +0 -1
- package/lib/data-grid/index.d.ts +0 -1
- package/lib/dialog/index.d.ts +0 -1
- package/lib/divider/index.d.ts +0 -1
- package/lib/elevation/index.d.ts +0 -1
- package/lib/empty-state/index.d.ts +0 -1
- package/lib/fab/index.d.ts +0 -1
- package/lib/file-picker/index.d.ts +0 -1
- package/lib/focus/index.d.ts +0 -1
- package/lib/header/index.d.ts +0 -1
- package/lib/icon/index.d.ts +0 -1
- package/lib/layout/index.d.ts +0 -1
- package/lib/listbox/index.d.ts +0 -1
- package/lib/menu/index.d.ts +0 -1
- package/lib/menu-item/index.d.ts +0 -1
- package/lib/nav/index.d.ts +0 -1
- package/lib/nav-disclosure/index.d.ts +0 -1
- package/lib/nav-item/index.d.ts +0 -1
- package/lib/note/index.d.ts +0 -1
- package/lib/number-field/index.d.ts +0 -1
- package/lib/option/index.d.ts +0 -1
- package/lib/pagination/index.d.ts +0 -1
- package/lib/popup/index.d.ts +0 -1
- package/lib/progress/index.d.ts +0 -1
- package/lib/progress-ring/index.d.ts +0 -1
- package/lib/radio/index.d.ts +0 -1
- package/lib/radio-group/index.d.ts +0 -1
- package/lib/select/index.d.ts +0 -1
- package/lib/side-drawer/index.d.ts +0 -1
- package/lib/slider/index.d.ts +0 -1
- package/lib/split-button/index.d.ts +0 -1
- package/lib/switch/index.d.ts +0 -1
- package/lib/tab/index.d.ts +0 -1
- package/lib/tab-panel/index.d.ts +0 -1
- package/lib/tabs/index.d.ts +0 -1
- package/lib/tag/index.d.ts +0 -1
- package/lib/tag-group/index.d.ts +0 -1
- package/lib/text-anchor/index.d.ts +0 -1
- package/lib/text-area/index.d.ts +0 -1
- package/lib/text-field/index.d.ts +0 -1
- package/lib/toggletip/index.d.ts +0 -1
- package/lib/tooltip/index.d.ts +0 -1
- package/lib/tree-item/index.d.ts +0 -1
- package/lib/tree-view/index.d.ts +0 -1
- package/shared/form-elements.js +0 -162
package/styles/core/all.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Mon, 04 Sep 2023 12:44:18 GMT
|
|
4
4
|
*/
|
|
5
5
|
.vvd-root {
|
|
6
6
|
color-scheme: var(--vvd-color-scheme);
|
|
@@ -26,10 +26,13 @@
|
|
|
26
26
|
-webkit-font-smoothing: antialiased; /* apply font anti-aliasing for Webkit on OSX */
|
|
27
27
|
-moz-osx-font-smoothing: grayscale; /* apply font anti-aliasing for Firefox on OSX */
|
|
28
28
|
}
|
|
29
|
-
.vvd-root p {
|
|
29
|
+
.vvd-root p, .vvd-root .font-base {
|
|
30
30
|
font: var(--vvd-typography-base);
|
|
31
31
|
margin-block: 16px;
|
|
32
32
|
}
|
|
33
|
+
.vvd-root p.tight, .vvd-root .font-base.tight {
|
|
34
|
+
margin-block: 0;
|
|
35
|
+
}
|
|
33
36
|
.vvd-root b, .vvd-root strong {
|
|
34
37
|
font: var(--vvd-typography-base-bold);
|
|
35
38
|
}
|
|
@@ -40,26 +43,44 @@
|
|
|
40
43
|
font: var(--vvd-typography-headline);
|
|
41
44
|
margin-block: 40px;
|
|
42
45
|
}
|
|
46
|
+
.vvd-root .headline.tight {
|
|
47
|
+
margin-block: 0;
|
|
48
|
+
}
|
|
43
49
|
.vvd-root .subtitle {
|
|
44
50
|
font: var(--vvd-typography-subtitle);
|
|
45
51
|
margin-block: 40px;
|
|
46
52
|
}
|
|
53
|
+
.vvd-root .subtitle.tight {
|
|
54
|
+
margin-block: 0;
|
|
55
|
+
}
|
|
47
56
|
.vvd-root h1, .vvd-root .heading1 {
|
|
48
57
|
font: var(--vvd-typography-heading-1);
|
|
49
58
|
margin-block: 32px;
|
|
50
59
|
}
|
|
60
|
+
.vvd-root h1.tight, .vvd-root .heading1.tight {
|
|
61
|
+
margin-block: 0;
|
|
62
|
+
}
|
|
51
63
|
.vvd-root h2, .vvd-root .heading2 {
|
|
52
64
|
font: var(--vvd-typography-heading-2);
|
|
53
65
|
margin-block: 32px;
|
|
54
66
|
}
|
|
67
|
+
.vvd-root h2.tight, .vvd-root .heading2.tight {
|
|
68
|
+
margin-block: 0;
|
|
69
|
+
}
|
|
55
70
|
.vvd-root h3, .vvd-root .heading3 {
|
|
56
71
|
font: var(--vvd-typography-heading-3);
|
|
57
72
|
margin-block: 24px;
|
|
58
73
|
}
|
|
74
|
+
.vvd-root h3.tight, .vvd-root .heading3.tight {
|
|
75
|
+
margin-block: 0;
|
|
76
|
+
}
|
|
59
77
|
.vvd-root h4, .vvd-root .heading4 {
|
|
60
78
|
font: var(--vvd-typography-heading-4);
|
|
61
79
|
margin-block: 24px;
|
|
62
80
|
}
|
|
81
|
+
.vvd-root h4.tight, .vvd-root .heading4.tight {
|
|
82
|
+
margin-block: 0;
|
|
83
|
+
}
|
|
63
84
|
.vvd-root small, .vvd-root figcaption {
|
|
64
85
|
font: var(--vvd-typography-base-condensed);
|
|
65
86
|
}
|
|
@@ -68,7 +89,8 @@
|
|
|
68
89
|
}
|
|
69
90
|
.vvd-root sub,
|
|
70
91
|
.vvd-root sup {
|
|
71
|
-
font:
|
|
92
|
+
font: var(--vvd-typography-base-condensed);
|
|
93
|
+
font-size: 75%;
|
|
72
94
|
line-height: 0;
|
|
73
95
|
position: relative;
|
|
74
96
|
vertical-align: baseline;
|
package/styles/core/theme.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Mon, 04 Sep 2023 12:44:18 GMT
|
|
4
4
|
*/
|
|
5
5
|
.vvd-root:root {
|
|
6
6
|
--vvd-size-font-scale-base: 1rem;
|
|
@@ -20,10 +20,13 @@
|
|
|
20
20
|
-webkit-font-smoothing: antialiased; /* apply font anti-aliasing for Webkit on OSX */
|
|
21
21
|
-moz-osx-font-smoothing: grayscale; /* apply font anti-aliasing for Firefox on OSX */
|
|
22
22
|
}
|
|
23
|
-
.vvd-root p {
|
|
23
|
+
.vvd-root p, .vvd-root .font-base {
|
|
24
24
|
font: var(--vvd-typography-base);
|
|
25
25
|
margin-block: 16px;
|
|
26
26
|
}
|
|
27
|
+
.vvd-root p.tight, .vvd-root .font-base.tight {
|
|
28
|
+
margin-block: 0;
|
|
29
|
+
}
|
|
27
30
|
.vvd-root b, .vvd-root strong {
|
|
28
31
|
font: var(--vvd-typography-base-bold);
|
|
29
32
|
}
|
|
@@ -34,26 +37,44 @@
|
|
|
34
37
|
font: var(--vvd-typography-headline);
|
|
35
38
|
margin-block: 40px;
|
|
36
39
|
}
|
|
40
|
+
.vvd-root .headline.tight {
|
|
41
|
+
margin-block: 0;
|
|
42
|
+
}
|
|
37
43
|
.vvd-root .subtitle {
|
|
38
44
|
font: var(--vvd-typography-subtitle);
|
|
39
45
|
margin-block: 40px;
|
|
40
46
|
}
|
|
47
|
+
.vvd-root .subtitle.tight {
|
|
48
|
+
margin-block: 0;
|
|
49
|
+
}
|
|
41
50
|
.vvd-root h1, .vvd-root .heading1 {
|
|
42
51
|
font: var(--vvd-typography-heading-1);
|
|
43
52
|
margin-block: 32px;
|
|
44
53
|
}
|
|
54
|
+
.vvd-root h1.tight, .vvd-root .heading1.tight {
|
|
55
|
+
margin-block: 0;
|
|
56
|
+
}
|
|
45
57
|
.vvd-root h2, .vvd-root .heading2 {
|
|
46
58
|
font: var(--vvd-typography-heading-2);
|
|
47
59
|
margin-block: 32px;
|
|
48
60
|
}
|
|
61
|
+
.vvd-root h2.tight, .vvd-root .heading2.tight {
|
|
62
|
+
margin-block: 0;
|
|
63
|
+
}
|
|
49
64
|
.vvd-root h3, .vvd-root .heading3 {
|
|
50
65
|
font: var(--vvd-typography-heading-3);
|
|
51
66
|
margin-block: 24px;
|
|
52
67
|
}
|
|
68
|
+
.vvd-root h3.tight, .vvd-root .heading3.tight {
|
|
69
|
+
margin-block: 0;
|
|
70
|
+
}
|
|
53
71
|
.vvd-root h4, .vvd-root .heading4 {
|
|
54
72
|
font: var(--vvd-typography-heading-4);
|
|
55
73
|
margin-block: 24px;
|
|
56
74
|
}
|
|
75
|
+
.vvd-root h4.tight, .vvd-root .heading4.tight {
|
|
76
|
+
margin-block: 0;
|
|
77
|
+
}
|
|
57
78
|
.vvd-root small, .vvd-root figcaption {
|
|
58
79
|
font: var(--vvd-typography-base-condensed);
|
|
59
80
|
}
|
|
@@ -62,7 +83,8 @@
|
|
|
62
83
|
}
|
|
63
84
|
.vvd-root sub,
|
|
64
85
|
.vvd-root sup {
|
|
65
|
-
font:
|
|
86
|
+
font: var(--vvd-typography-base-condensed);
|
|
87
|
+
font-size: 75%;
|
|
66
88
|
line-height: 0;
|
|
67
89
|
position: relative;
|
|
68
90
|
vertical-align: baseline;
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Mon, 04 Sep 2023 12:44:18 GMT
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
6
6
|
* Do not edit directly
|
|
7
|
-
* Generated on
|
|
7
|
+
* Generated on Mon, 04 Sep 2023 12:44:18 GMT
|
|
8
8
|
*/
|
|
9
9
|
/**
|
|
10
10
|
* Do not edit directly
|
|
11
|
-
* Generated on
|
|
11
|
+
* Generated on Mon, 04 Sep 2023 12:44:18 GMT
|
|
12
12
|
*/
|
|
13
13
|
/**
|
|
14
14
|
* Do not edit directly
|
|
15
|
-
* Generated on
|
|
15
|
+
* Generated on Mon, 04 Sep 2023 12:44:18 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 Mon, 04 Sep 2023 12:44:18 GMT
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
6
6
|
* Do not edit directly
|
|
7
|
-
* Generated on
|
|
7
|
+
* Generated on Mon, 04 Sep 2023 12:44:18 GMT
|
|
8
8
|
*/
|
|
9
9
|
/**
|
|
10
10
|
* Do not edit directly
|
|
11
|
-
* Generated on
|
|
11
|
+
* Generated on Mon, 04 Sep 2023 12:44:18 GMT
|
|
12
12
|
*/
|
|
13
13
|
/**
|
|
14
14
|
* Do not edit directly
|
|
15
|
-
* Generated on
|
|
15
|
+
* Generated on Mon, 04 Sep 2023 12:44:18 GMT
|
|
16
16
|
*/
|
|
17
17
|
@property --vvd-size-density {
|
|
18
18
|
syntax: "<integer>";
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Mon, 04 Sep 2023 12:44:18 GMT
|
|
4
4
|
*/
|
|
5
5
|
.vvd-root, ::part(vvd-root),
|
|
6
6
|
.vvd-theme-alternate, ::part(vvd-theme-alternate) {
|
|
7
7
|
--_vvd3--vvd-color-neutral-50: var(--vvd-color-neutral-50);
|
|
8
8
|
}
|
|
9
9
|
|
|
10
|
-
.vvd-component {
|
|
10
|
+
.vvd-component:not(.vvd-theme-alternate) {
|
|
11
11
|
--vvd-color-neutral-50: var(--_vvd3--vvd-color-neutral-50);
|
|
12
12
|
}
|
|
13
13
|
|
package/switch/index.js
CHANGED
|
@@ -1,16 +1,17 @@
|
|
|
1
|
-
import { r as registerSwitch } from '../shared/
|
|
1
|
+
import { r as registerSwitch } from '../shared/definition43.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
|
-
import '../shared/
|
|
3
|
+
import '../shared/definition24.js';
|
|
4
4
|
import '../shared/icon.js';
|
|
5
5
|
import '../shared/_has.js';
|
|
6
6
|
import '../shared/class-names.js';
|
|
7
7
|
import '../shared/when.js';
|
|
8
|
-
import '../shared/
|
|
8
|
+
import '../shared/definition55.js';
|
|
9
9
|
import '../shared/focus.js';
|
|
10
10
|
import '../shared/form-associated.js';
|
|
11
11
|
import '../shared/key-codes.js';
|
|
12
12
|
import '../shared/affix.js';
|
|
13
13
|
import '../shared/focus2.js';
|
|
14
|
-
import '../shared/
|
|
14
|
+
import '../shared/index2.js';
|
|
15
|
+
import '../locales/en-US.js';
|
|
15
16
|
|
|
16
17
|
registerSwitch();
|
package/tab/index.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { r as registerTab } from '../shared/
|
|
1
|
+
import { r as registerTab } from '../shared/definition45.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
|
-
import '../shared/
|
|
3
|
+
import '../shared/definition24.js';
|
|
4
4
|
import '../shared/icon.js';
|
|
5
5
|
import '../shared/_has.js';
|
|
6
6
|
import '../shared/class-names.js';
|
|
7
7
|
import '../shared/when.js';
|
|
8
|
-
import '../shared/
|
|
8
|
+
import '../shared/definition55.js';
|
|
9
9
|
import '../shared/focus.js';
|
|
10
10
|
import '../shared/affix.js';
|
|
11
11
|
import '../shared/apply-mixins.js';
|
package/tab-panel/index.js
CHANGED
package/tabs/index.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { r as registerTabs } from '../shared/
|
|
1
|
+
import { r as registerTabs } from '../shared/definition46.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
|
-
import '../shared/
|
|
4
|
-
import '../shared/
|
|
3
|
+
import '../shared/definition45.js';
|
|
4
|
+
import '../shared/definition24.js';
|
|
5
5
|
import '../shared/icon.js';
|
|
6
6
|
import '../shared/_has.js';
|
|
7
7
|
import '../shared/class-names.js';
|
|
8
8
|
import '../shared/when.js';
|
|
9
|
-
import '../shared/
|
|
9
|
+
import '../shared/definition55.js';
|
|
10
10
|
import '../shared/focus.js';
|
|
11
11
|
import '../shared/affix.js';
|
|
12
12
|
import '../shared/apply-mixins.js';
|
|
13
13
|
import '../shared/focus2.js';
|
|
14
|
-
import '../shared/
|
|
14
|
+
import '../shared/definition44.js';
|
|
15
15
|
import '../shared/start-end.js';
|
|
16
16
|
import '../shared/ref.js';
|
|
17
17
|
import '../shared/key-codes.js';
|
package/tag/index.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { r as registerTag } from '../shared/
|
|
1
|
+
import { r as registerTag } from '../shared/definition48.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
|
-
import '../shared/
|
|
3
|
+
import '../shared/definition24.js';
|
|
4
4
|
import '../shared/icon.js';
|
|
5
5
|
import '../shared/_has.js';
|
|
6
6
|
import '../shared/class-names.js';
|
|
7
7
|
import '../shared/when.js';
|
|
8
|
-
import '../shared/
|
|
8
|
+
import '../shared/definition55.js';
|
|
9
9
|
import '../shared/focus.js';
|
|
10
10
|
import '../shared/affix.js';
|
|
11
11
|
import '../shared/apply-mixins.js';
|
package/tag-group/index.js
CHANGED
package/text-anchor/index.js
CHANGED
|
@@ -14,7 +14,7 @@ import '../shared/focus.js';
|
|
|
14
14
|
import '../shared/class-names.js';
|
|
15
15
|
|
|
16
16
|
const textAnchorDefinition = TextAnchor.compose({
|
|
17
|
-
baseName:
|
|
17
|
+
baseName: "text-anchor",
|
|
18
18
|
template: textAnchorTemplate
|
|
19
19
|
});
|
|
20
20
|
const textAnchorRegistries = [textAnchorDefinition()];
|
package/text-area/index.js
CHANGED
|
@@ -1,14 +1,15 @@
|
|
|
1
|
-
import { r as registerTextArea } from '../shared/
|
|
1
|
+
import { r as registerTextArea } from '../shared/definition49.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
|
-
import '../shared/
|
|
3
|
+
import '../shared/definition24.js';
|
|
4
4
|
import '../shared/icon.js';
|
|
5
5
|
import '../shared/_has.js';
|
|
6
6
|
import '../shared/class-names.js';
|
|
7
7
|
import '../shared/when.js';
|
|
8
|
-
import '../shared/
|
|
8
|
+
import '../shared/definition55.js';
|
|
9
9
|
import '../shared/focus.js';
|
|
10
10
|
import '../shared/affix.js';
|
|
11
|
-
import '../shared/
|
|
11
|
+
import '../shared/index2.js';
|
|
12
|
+
import '../locales/en-US.js';
|
|
12
13
|
import '../shared/text-field2.js';
|
|
13
14
|
import '../shared/apply-mixins.js';
|
|
14
15
|
import '../shared/form-associated.js';
|
package/text-field/index.js
CHANGED
|
@@ -1,14 +1,15 @@
|
|
|
1
|
-
import { r as registerTextField } from '../shared/
|
|
1
|
+
import { r as registerTextField } from '../shared/definition50.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
|
-
import '../shared/
|
|
3
|
+
import '../shared/definition55.js';
|
|
4
4
|
import '../shared/focus.js';
|
|
5
|
-
import '../shared/
|
|
5
|
+
import '../shared/definition24.js';
|
|
6
6
|
import '../shared/icon.js';
|
|
7
7
|
import '../shared/_has.js';
|
|
8
8
|
import '../shared/class-names.js';
|
|
9
9
|
import '../shared/when.js';
|
|
10
10
|
import '../shared/affix.js';
|
|
11
|
-
import '../shared/
|
|
11
|
+
import '../shared/index2.js';
|
|
12
|
+
import '../locales/en-US.js';
|
|
12
13
|
import '../shared/text-field2.js';
|
|
13
14
|
import '../shared/apply-mixins.js';
|
|
14
15
|
import '../shared/form-associated.js';
|
package/toggletip/index.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { r as registerToggletip } from '../shared/
|
|
1
|
+
import { r as registerToggletip } from '../shared/definition51.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
|
-
import '../shared/
|
|
4
|
-
import '../shared/
|
|
5
|
-
import '../shared/
|
|
3
|
+
import '../shared/definition57.js';
|
|
4
|
+
import '../shared/definition10.js';
|
|
5
|
+
import '../shared/definition24.js';
|
|
6
6
|
import '../shared/icon.js';
|
|
7
7
|
import '../shared/_has.js';
|
|
8
8
|
import '../shared/class-names.js';
|
|
9
9
|
import '../shared/when.js';
|
|
10
|
-
import '../shared/
|
|
10
|
+
import '../shared/definition55.js';
|
|
11
11
|
import '../shared/focus.js';
|
|
12
|
-
import '../shared/
|
|
12
|
+
import '../shared/definition35.js';
|
|
13
13
|
import '../shared/base-progress.js';
|
|
14
14
|
import '../shared/affix.js';
|
|
15
15
|
import '../shared/button.js';
|
|
@@ -20,6 +20,6 @@ import '../shared/aria-global.js';
|
|
|
20
20
|
import '../shared/start-end.js';
|
|
21
21
|
import '../shared/ref.js';
|
|
22
22
|
import '../shared/focus2.js';
|
|
23
|
-
import '../shared/
|
|
23
|
+
import '../shared/definition56.js';
|
|
24
24
|
|
|
25
25
|
registerToggletip();
|
package/tooltip/index.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { r as registerTooltip } from '../shared/
|
|
1
|
+
import { r as registerTooltip } from '../shared/definition52.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
|
-
import '../shared/
|
|
4
|
-
import '../shared/
|
|
5
|
-
import '../shared/
|
|
3
|
+
import '../shared/definition57.js';
|
|
4
|
+
import '../shared/definition10.js';
|
|
5
|
+
import '../shared/definition24.js';
|
|
6
6
|
import '../shared/icon.js';
|
|
7
7
|
import '../shared/_has.js';
|
|
8
8
|
import '../shared/class-names.js';
|
|
9
9
|
import '../shared/when.js';
|
|
10
|
-
import '../shared/
|
|
10
|
+
import '../shared/definition55.js';
|
|
11
11
|
import '../shared/focus.js';
|
|
12
|
-
import '../shared/
|
|
12
|
+
import '../shared/definition35.js';
|
|
13
13
|
import '../shared/base-progress.js';
|
|
14
14
|
import '../shared/affix.js';
|
|
15
15
|
import '../shared/button.js';
|
|
@@ -20,6 +20,6 @@ import '../shared/aria-global.js';
|
|
|
20
20
|
import '../shared/start-end.js';
|
|
21
21
|
import '../shared/ref.js';
|
|
22
22
|
import '../shared/focus2.js';
|
|
23
|
-
import '../shared/
|
|
23
|
+
import '../shared/definition56.js';
|
|
24
24
|
|
|
25
25
|
registerTooltip();
|
package/tree-item/index.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { r as registerTreeItem } from '../shared/
|
|
1
|
+
import { r as registerTreeItem } from '../shared/definition53.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
|
-
import '../shared/
|
|
3
|
+
import '../shared/definition24.js';
|
|
4
4
|
import '../shared/icon.js';
|
|
5
5
|
import '../shared/_has.js';
|
|
6
6
|
import '../shared/class-names.js';
|
|
7
7
|
import '../shared/when.js';
|
|
8
|
-
import '../shared/
|
|
8
|
+
import '../shared/definition55.js';
|
|
9
9
|
import '../shared/focus.js';
|
|
10
10
|
import '../shared/affix.js';
|
|
11
11
|
import '../shared/tree-item.js';
|
package/tree-view/index.js
CHANGED
package/vivid.api.json
CHANGED
|
@@ -2332,6 +2332,83 @@
|
|
|
2332
2332
|
"endIndex": 10
|
|
2333
2333
|
}
|
|
2334
2334
|
},
|
|
2335
|
+
{
|
|
2336
|
+
"kind": "Variable",
|
|
2337
|
+
"canonicalReference": "@vonage/vivid!datePickerDefinition:var",
|
|
2338
|
+
"docComment": "",
|
|
2339
|
+
"excerptTokens": [
|
|
2340
|
+
{
|
|
2341
|
+
"kind": "Content",
|
|
2342
|
+
"text": "datePickerDefinition: "
|
|
2343
|
+
},
|
|
2344
|
+
{
|
|
2345
|
+
"kind": "Content",
|
|
2346
|
+
"text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
|
|
2347
|
+
},
|
|
2348
|
+
{
|
|
2349
|
+
"kind": "Reference",
|
|
2350
|
+
"text": "OverrideFoundationElementDefinition",
|
|
2351
|
+
"canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
|
|
2352
|
+
},
|
|
2353
|
+
{
|
|
2354
|
+
"kind": "Content",
|
|
2355
|
+
"text": "<"
|
|
2356
|
+
},
|
|
2357
|
+
{
|
|
2358
|
+
"kind": "Reference",
|
|
2359
|
+
"text": "FoundationElementDefinition",
|
|
2360
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
|
|
2361
|
+
},
|
|
2362
|
+
{
|
|
2363
|
+
"kind": "Content",
|
|
2364
|
+
"text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
|
|
2365
|
+
},
|
|
2366
|
+
{
|
|
2367
|
+
"kind": "Reference",
|
|
2368
|
+
"text": "FoundationElementRegistry",
|
|
2369
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
|
|
2370
|
+
},
|
|
2371
|
+
{
|
|
2372
|
+
"kind": "Content",
|
|
2373
|
+
"text": "<"
|
|
2374
|
+
},
|
|
2375
|
+
{
|
|
2376
|
+
"kind": "Reference",
|
|
2377
|
+
"text": "FoundationElementDefinition",
|
|
2378
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
|
|
2379
|
+
},
|
|
2380
|
+
{
|
|
2381
|
+
"kind": "Content",
|
|
2382
|
+
"text": ", import(\"@microsoft/fast-element\")."
|
|
2383
|
+
},
|
|
2384
|
+
{
|
|
2385
|
+
"kind": "Reference",
|
|
2386
|
+
"text": "Constructable",
|
|
2387
|
+
"canonicalReference": "@microsoft/fast-element!Constructable:type"
|
|
2388
|
+
},
|
|
2389
|
+
{
|
|
2390
|
+
"kind": "Content",
|
|
2391
|
+
"text": "<import(\"@microsoft/fast-foundation\")."
|
|
2392
|
+
},
|
|
2393
|
+
{
|
|
2394
|
+
"kind": "Reference",
|
|
2395
|
+
"text": "FoundationElement",
|
|
2396
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
|
|
2397
|
+
},
|
|
2398
|
+
{
|
|
2399
|
+
"kind": "Content",
|
|
2400
|
+
"text": ">>"
|
|
2401
|
+
}
|
|
2402
|
+
],
|
|
2403
|
+
"fileUrlPath": "../../dist/libs/components/lib/date-picker/definition.d.ts",
|
|
2404
|
+
"isReadonly": true,
|
|
2405
|
+
"releaseTag": "Public",
|
|
2406
|
+
"name": "datePickerDefinition",
|
|
2407
|
+
"variableTypeTokenRange": {
|
|
2408
|
+
"startIndex": 1,
|
|
2409
|
+
"endIndex": 14
|
|
2410
|
+
}
|
|
2411
|
+
},
|
|
2335
2412
|
{
|
|
2336
2413
|
"kind": "Variable",
|
|
2337
2414
|
"canonicalReference": "@vonage/vivid!designSystem:var",
|
|
@@ -5296,6 +5373,34 @@
|
|
|
5296
5373
|
"endIndex": 3
|
|
5297
5374
|
}
|
|
5298
5375
|
},
|
|
5376
|
+
{
|
|
5377
|
+
"kind": "Variable",
|
|
5378
|
+
"canonicalReference": "@vonage/vivid!registerDatePicker:var",
|
|
5379
|
+
"docComment": "",
|
|
5380
|
+
"excerptTokens": [
|
|
5381
|
+
{
|
|
5382
|
+
"kind": "Content",
|
|
5383
|
+
"text": "registerDatePicker: "
|
|
5384
|
+
},
|
|
5385
|
+
{
|
|
5386
|
+
"kind": "Content",
|
|
5387
|
+
"text": "(prefix?: string) => import(\"@microsoft/fast-foundation\")."
|
|
5388
|
+
},
|
|
5389
|
+
{
|
|
5390
|
+
"kind": "Reference",
|
|
5391
|
+
"text": "DesignSystem",
|
|
5392
|
+
"canonicalReference": "@microsoft/fast-foundation!DesignSystem:interface"
|
|
5393
|
+
}
|
|
5394
|
+
],
|
|
5395
|
+
"fileUrlPath": "../../dist/libs/components/lib/date-picker/definition.d.ts",
|
|
5396
|
+
"isReadonly": true,
|
|
5397
|
+
"releaseTag": "Public",
|
|
5398
|
+
"name": "registerDatePicker",
|
|
5399
|
+
"variableTypeTokenRange": {
|
|
5400
|
+
"startIndex": 1,
|
|
5401
|
+
"endIndex": 3
|
|
5402
|
+
}
|
|
5403
|
+
},
|
|
5299
5404
|
{
|
|
5300
5405
|
"kind": "Variable",
|
|
5301
5406
|
"canonicalReference": "@vonage/vivid!registerDialog:var",
|
|
@@ -6679,6 +6784,38 @@
|
|
|
6679
6784
|
"endIndex": 9
|
|
6680
6785
|
}
|
|
6681
6786
|
},
|
|
6787
|
+
{
|
|
6788
|
+
"kind": "Variable",
|
|
6789
|
+
"canonicalReference": "@vonage/vivid!setLocale:var",
|
|
6790
|
+
"docComment": "",
|
|
6791
|
+
"excerptTokens": [
|
|
6792
|
+
{
|
|
6793
|
+
"kind": "Content",
|
|
6794
|
+
"text": "setLocale: "
|
|
6795
|
+
},
|
|
6796
|
+
{
|
|
6797
|
+
"kind": "Content",
|
|
6798
|
+
"text": "(locale: "
|
|
6799
|
+
},
|
|
6800
|
+
{
|
|
6801
|
+
"kind": "Reference",
|
|
6802
|
+
"text": "Locale",
|
|
6803
|
+
"canonicalReference": "@vonage/vivid!~Locale:interface"
|
|
6804
|
+
},
|
|
6805
|
+
{
|
|
6806
|
+
"kind": "Content",
|
|
6807
|
+
"text": ") => void"
|
|
6808
|
+
}
|
|
6809
|
+
],
|
|
6810
|
+
"fileUrlPath": "../../dist/libs/components/shared/localization/index.d.ts",
|
|
6811
|
+
"isReadonly": true,
|
|
6812
|
+
"releaseTag": "Public",
|
|
6813
|
+
"name": "setLocale",
|
|
6814
|
+
"variableTypeTokenRange": {
|
|
6815
|
+
"startIndex": 1,
|
|
6816
|
+
"endIndex": 4
|
|
6817
|
+
}
|
|
6818
|
+
},
|
|
6682
6819
|
{
|
|
6683
6820
|
"kind": "Enum",
|
|
6684
6821
|
"canonicalReference": "@vonage/vivid!Shape:enum",
|
package/lib/accordion/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
package/lib/alert/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
package/lib/avatar/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
package/lib/badge/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
package/lib/banner/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
package/lib/button/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
package/lib/calendar/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
package/lib/card/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|