@vonage/vivid 3.40.0 → 3.41.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 +2 -2
- package/accordion-item/index.js +2 -2
- package/alert/index.js +6 -5
- package/audio-player/index.js +33 -0
- package/avatar/index.js +2 -2
- package/badge/index.js +2 -2
- package/banner/index.js +8 -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 +4 -3
- package/checkbox/index.js +3 -3
- package/combobox/index.js +8 -8
- package/custom-elements.json +330 -38
- package/data-grid/index.js +2 -2
- package/date-picker/index.js +9 -9
- package/date-range-picker/index.js +8 -8
- 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 +3 -3
- package/file-picker/index.js +5 -5
- package/focus/index.js +1 -1
- package/header/index.js +2 -2
- package/icon/index.js +1 -1
- package/index.js +57 -56
- package/layout/index.js +1 -1
- package/lib/alert/alert.d.ts +3 -1
- package/lib/alert/locale.d.ts +3 -0
- package/lib/audio-player/audio-player.d.ts +17 -0
- package/lib/audio-player/audio-player.template.d.ts +4 -0
- package/lib/audio-player/definition.d.ts +4 -0
- package/lib/audio-player/locale.d.ts +5 -0
- package/lib/banner/banner.d.ts +3 -1
- package/lib/banner/locale.d.ts +3 -0
- package/lib/card/card.d.ts +3 -0
- package/lib/card/card.template.d.ts +1 -1
- package/lib/card/definition.d.ts +1 -0
- package/lib/checkbox/checkbox.d.ts +1 -0
- package/lib/components.d.ts +1 -0
- package/lib/enums.d.ts +2 -1
- package/lib/selectable-box/selectable-box.d.ts +1 -2
- package/lib/split-button/locale.d.ts +3 -0
- package/lib/split-button/split-button.d.ts +3 -1
- package/listbox/index.js +4 -4
- package/locales/en-GB.js +14 -0
- package/locales/en-US.js +14 -0
- package/locales/ja-JP.js +14 -0
- package/locales/zh-CN.js +14 -0
- package/menu/index.js +8 -8
- package/menu-item/index.js +3 -3
- package/nav/index.js +1 -1
- package/nav-disclosure/index.js +3 -3
- package/nav-item/index.js +3 -3
- package/note/index.js +2 -2
- package/number-field/index.js +6 -6
- package/option/index.js +3 -3
- package/package.json +1 -1
- 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 +2 -2
- package/select/index.js +8 -8
- package/selectable-box/index.js +5 -5
- package/shared/definition.js +3 -3
- package/shared/definition10.js +90 -159
- package/shared/definition11.js +151 -29
- package/shared/definition12.js +37 -766
- package/shared/definition13.js +747 -106
- package/shared/definition14.js +121 -198
- package/shared/definition15.js +156 -664
- package/shared/definition16.js +576 -1137
- package/shared/definition17.js +1278 -143
- package/shared/definition18.js +64 -305
- package/shared/definition19.js +357 -218
- package/shared/definition2.js +1 -1
- package/shared/definition20.js +259 -67
- package/shared/definition21.js +66 -58
- package/shared/definition22.js +43 -84
- package/shared/definition23.js +76 -2353
- package/shared/definition24.js +2362 -45
- package/shared/definition25.js +63 -27
- package/shared/definition26.js +24 -51
- package/shared/definition27.js +36 -822
- package/shared/definition28.js +837 -49
- package/shared/definition29.js +52 -89
- package/shared/definition3.js +1 -1
- package/shared/definition30.js +88 -24
- package/shared/definition31.js +25 -12
- package/shared/definition32.js +12 -52
- package/shared/definition33.js +28 -502
- package/shared/definition34.js +442 -197
- package/shared/definition35.js +260 -186
- package/shared/definition36.js +186 -75
- package/shared/definition37.js +70 -54
- package/shared/definition38.js +65 -421
- package/shared/definition39.js +437 -38
- package/shared/definition4.js +43 -16
- package/shared/definition40.js +32 -680
- package/shared/definition41.js +654 -105
- package/shared/definition42.js +105 -77
- package/shared/definition43.js +74 -567
- package/shared/definition44.js +568 -102
- package/shared/definition45.js +110 -135
- package/shared/definition46.js +153 -17
- package/shared/definition47.js +16 -79
- package/shared/definition48.js +53 -475
- package/shared/definition49.js +493 -25
- package/shared/definition5.js +160 -44
- package/shared/definition50.js +22 -121
- package/shared/definition51.js +113 -271
- package/shared/definition52.js +249 -243
- package/shared/definition53.js +270 -109
- package/shared/definition54.js +84 -74
- package/shared/definition55.js +114 -69
- package/shared/definition56.js +81 -292
- package/shared/definition57.js +302 -13
- package/shared/definition58.js +11 -41
- package/shared/definition59.js +20 -154
- package/shared/definition6.js +43 -33
- package/shared/definition60.js +181 -0
- package/shared/definition7.js +39 -106
- package/shared/definition8.js +122 -38
- package/shared/definition9.js +56 -89
- package/shared/enums.js +1 -0
- package/shared/icon.js +2 -2
- package/shared/index2.js +1 -1
- package/shared/listbox.js +1 -1
- package/shared/localization/Locale.d.ts +8 -0
- package/shared/patterns/form-elements/form-elements.d.ts +6 -6
- package/shared/presentationDate.js +5 -5
- package/shared/text-field.js +1 -1
- package/side-drawer/index.js +1 -1
- package/slider/index.js +3 -3
- package/split-button/index.js +6 -3
- package/style.css +248 -208
- 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/switch/index.js +3 -3
- 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-area/index.js +3 -3
- package/text-field/index.js +3 -3
- 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 +251 -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 Wed,
|
|
3
|
+
* Generated on Wed, 22 Nov 2023 16:09:43 GMT
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
6
6
|
* Do not edit directly
|
|
7
|
-
* Generated on Wed,
|
|
7
|
+
* Generated on Wed, 22 Nov 2023 16:09:43 GMT
|
|
8
8
|
*/
|
|
9
9
|
/**
|
|
10
10
|
* Do not edit directly
|
|
11
|
-
* Generated on Wed,
|
|
11
|
+
* Generated on Wed, 22 Nov 2023 16:09:43 GMT
|
|
12
12
|
*/
|
|
13
13
|
/**
|
|
14
14
|
* Do not edit directly
|
|
15
|
-
* Generated on Wed,
|
|
15
|
+
* Generated on Wed, 22 Nov 2023 16:09:43 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,
|
|
3
|
+
* Generated on Wed, 22 Nov 2023 16:09:43 GMT
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
6
6
|
* Do not edit directly
|
|
7
|
-
* Generated on Wed,
|
|
7
|
+
* Generated on Wed, 22 Nov 2023 16:09:43 GMT
|
|
8
8
|
*/
|
|
9
9
|
/**
|
|
10
10
|
* Do not edit directly
|
|
11
|
-
* Generated on Wed,
|
|
11
|
+
* Generated on Wed, 22 Nov 2023 16:09:43 GMT
|
|
12
12
|
*/
|
|
13
13
|
/**
|
|
14
14
|
* Do not edit directly
|
|
15
|
-
* Generated on Wed,
|
|
15
|
+
* Generated on Wed, 22 Nov 2023 16:09:43 GMT
|
|
16
16
|
*/
|
|
17
17
|
@property --vvd-size-density {
|
|
18
18
|
syntax: "<integer>";
|
package/switch/index.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { r as registerSwitch } from '../shared/
|
|
1
|
+
import { r as registerSwitch } from '../shared/definition46.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
|
-
import '../shared/
|
|
3
|
+
import '../shared/definition26.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/definition58.js';
|
|
9
9
|
import '../shared/focus.js';
|
|
10
10
|
import '../shared/form-associated.js';
|
|
11
11
|
import '../shared/key-codes.js';
|
package/tab/index.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { r as registerTab } from '../shared/
|
|
1
|
+
import { r as registerTab } from '../shared/definition48.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
|
-
import '../shared/
|
|
3
|
+
import '../shared/definition26.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/definition58.js';
|
|
9
9
|
import '../shared/focus.js';
|
|
10
10
|
import '../shared/affix.js';
|
|
11
11
|
import '../shared/slotted.js';
|
package/tab-panel/index.js
CHANGED
package/tabs/index.js
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import { r as registerTabs } from '../shared/
|
|
1
|
+
import { r as registerTabs } from '../shared/definition49.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
|
-
import '../shared/
|
|
4
|
-
import '../shared/
|
|
3
|
+
import '../shared/definition48.js';
|
|
4
|
+
import '../shared/definition26.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/definition58.js';
|
|
10
10
|
import '../shared/focus.js';
|
|
11
11
|
import '../shared/affix.js';
|
|
12
12
|
import '../shared/slotted.js';
|
|
13
13
|
import '../shared/apply-mixins.js';
|
|
14
14
|
import '../shared/focus2.js';
|
|
15
|
-
import '../shared/
|
|
15
|
+
import '../shared/definition47.js';
|
|
16
16
|
import '../shared/start-end.js';
|
|
17
17
|
import '../shared/ref.js';
|
|
18
18
|
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/definition51.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
|
-
import '../shared/
|
|
3
|
+
import '../shared/definition26.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/definition58.js';
|
|
9
9
|
import '../shared/focus.js';
|
|
10
10
|
import '../shared/affix.js';
|
|
11
11
|
import '../shared/slotted.js';
|
package/tag-group/index.js
CHANGED
package/text-area/index.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { r as registerTextArea } from '../shared/
|
|
1
|
+
import { r as registerTextArea } from '../shared/definition52.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
|
-
import '../shared/
|
|
3
|
+
import '../shared/definition26.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/definition58.js';
|
|
9
9
|
import '../shared/focus.js';
|
|
10
10
|
import '../shared/affix.js';
|
|
11
11
|
import '../shared/slotted.js';
|
package/text-field/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { r as registerTextField } from '../shared/
|
|
1
|
+
import { r as registerTextField } from '../shared/definition53.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
|
-
import '../shared/
|
|
3
|
+
import '../shared/definition58.js';
|
|
4
4
|
import '../shared/focus.js';
|
|
5
|
-
import '../shared/
|
|
5
|
+
import '../shared/definition26.js';
|
|
6
6
|
import '../shared/icon.js';
|
|
7
7
|
import '../shared/_has.js';
|
|
8
8
|
import '../shared/class-names.js';
|
package/toggletip/index.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { r as registerToggletip } from '../shared/
|
|
1
|
+
import { r as registerToggletip } from '../shared/definition54.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
|
-
import '../shared/
|
|
4
|
-
import '../shared/
|
|
5
|
-
import '../shared/
|
|
3
|
+
import '../shared/definition60.js';
|
|
4
|
+
import '../shared/definition11.js';
|
|
5
|
+
import '../shared/definition26.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/definition58.js';
|
|
11
11
|
import '../shared/focus.js';
|
|
12
|
-
import '../shared/
|
|
12
|
+
import '../shared/definition37.js';
|
|
13
13
|
import '../shared/base-progress.js';
|
|
14
14
|
import '../shared/affix.js';
|
|
15
15
|
import '../shared/slotted.js';
|
|
@@ -22,6 +22,6 @@ import '../shared/start-end.js';
|
|
|
22
22
|
import '../shared/ref.js';
|
|
23
23
|
import '../shared/focus2.js';
|
|
24
24
|
import '../shared/enums.js';
|
|
25
|
-
import '../shared/
|
|
25
|
+
import '../shared/definition59.js';
|
|
26
26
|
|
|
27
27
|
registerToggletip();
|
package/tooltip/index.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { r as registerTooltip } from '../shared/
|
|
1
|
+
import { r as registerTooltip } from '../shared/definition55.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
|
-
import '../shared/
|
|
4
|
-
import '../shared/
|
|
5
|
-
import '../shared/
|
|
3
|
+
import '../shared/definition60.js';
|
|
4
|
+
import '../shared/definition11.js';
|
|
5
|
+
import '../shared/definition26.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/definition58.js';
|
|
11
11
|
import '../shared/focus.js';
|
|
12
|
-
import '../shared/
|
|
12
|
+
import '../shared/definition37.js';
|
|
13
13
|
import '../shared/base-progress.js';
|
|
14
14
|
import '../shared/affix.js';
|
|
15
15
|
import '../shared/slotted.js';
|
|
@@ -22,6 +22,6 @@ import '../shared/start-end.js';
|
|
|
22
22
|
import '../shared/ref.js';
|
|
23
23
|
import '../shared/focus2.js';
|
|
24
24
|
import '../shared/enums.js';
|
|
25
|
-
import '../shared/
|
|
25
|
+
import '../shared/definition59.js';
|
|
26
26
|
|
|
27
27
|
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/definition56.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
|
-
import '../shared/
|
|
3
|
+
import '../shared/definition26.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/definition58.js';
|
|
9
9
|
import '../shared/focus.js';
|
|
10
10
|
import '../shared/affix.js';
|
|
11
11
|
import '../shared/slotted.js';
|
package/tree-view/index.js
CHANGED
package/vivid.api.json
CHANGED
|
@@ -399,6 +399,27 @@
|
|
|
399
399
|
"releaseTag": "Public",
|
|
400
400
|
"name": "Duotone"
|
|
401
401
|
},
|
|
402
|
+
{
|
|
403
|
+
"kind": "EnumMember",
|
|
404
|
+
"canonicalReference": "@vonage/vivid!Appearance.Elevated:member",
|
|
405
|
+
"docComment": "",
|
|
406
|
+
"excerptTokens": [
|
|
407
|
+
{
|
|
408
|
+
"kind": "Content",
|
|
409
|
+
"text": "Elevated = "
|
|
410
|
+
},
|
|
411
|
+
{
|
|
412
|
+
"kind": "Content",
|
|
413
|
+
"text": "\"elevated\""
|
|
414
|
+
}
|
|
415
|
+
],
|
|
416
|
+
"initializerTokenRange": {
|
|
417
|
+
"startIndex": 1,
|
|
418
|
+
"endIndex": 2
|
|
419
|
+
},
|
|
420
|
+
"releaseTag": "Public",
|
|
421
|
+
"name": "Elevated"
|
|
422
|
+
},
|
|
402
423
|
{
|
|
403
424
|
"kind": "EnumMember",
|
|
404
425
|
"canonicalReference": "@vonage/vivid!Appearance.Fieldset:member",
|
|
@@ -586,6 +607,141 @@
|
|
|
586
607
|
}
|
|
587
608
|
]
|
|
588
609
|
},
|
|
610
|
+
{
|
|
611
|
+
"kind": "TypeAlias",
|
|
612
|
+
"canonicalReference": "@vonage/vivid!AudioPlayerConnotation:type",
|
|
613
|
+
"docComment": "",
|
|
614
|
+
"excerptTokens": [
|
|
615
|
+
{
|
|
616
|
+
"kind": "Content",
|
|
617
|
+
"text": "export type AudioPlayerConnotation = "
|
|
618
|
+
},
|
|
619
|
+
{
|
|
620
|
+
"kind": "Reference",
|
|
621
|
+
"text": "Extract",
|
|
622
|
+
"canonicalReference": "!Extract:type"
|
|
623
|
+
},
|
|
624
|
+
{
|
|
625
|
+
"kind": "Content",
|
|
626
|
+
"text": "<"
|
|
627
|
+
},
|
|
628
|
+
{
|
|
629
|
+
"kind": "Reference",
|
|
630
|
+
"text": "Connotation",
|
|
631
|
+
"canonicalReference": "@vonage/vivid!Connotation:enum"
|
|
632
|
+
},
|
|
633
|
+
{
|
|
634
|
+
"kind": "Content",
|
|
635
|
+
"text": ", "
|
|
636
|
+
},
|
|
637
|
+
{
|
|
638
|
+
"kind": "Reference",
|
|
639
|
+
"text": "Connotation.Accent",
|
|
640
|
+
"canonicalReference": "@vonage/vivid!Connotation.Accent:member"
|
|
641
|
+
},
|
|
642
|
+
{
|
|
643
|
+
"kind": "Content",
|
|
644
|
+
"text": " | "
|
|
645
|
+
},
|
|
646
|
+
{
|
|
647
|
+
"kind": "Reference",
|
|
648
|
+
"text": "Connotation.CTA",
|
|
649
|
+
"canonicalReference": "@vonage/vivid!Connotation.CTA:member"
|
|
650
|
+
},
|
|
651
|
+
{
|
|
652
|
+
"kind": "Content",
|
|
653
|
+
"text": ">"
|
|
654
|
+
},
|
|
655
|
+
{
|
|
656
|
+
"kind": "Content",
|
|
657
|
+
"text": ";"
|
|
658
|
+
}
|
|
659
|
+
],
|
|
660
|
+
"fileUrlPath": "../../dist/libs/components/lib/audio-player/audio-player.d.ts",
|
|
661
|
+
"releaseTag": "Public",
|
|
662
|
+
"name": "AudioPlayerConnotation",
|
|
663
|
+
"typeTokenRange": {
|
|
664
|
+
"startIndex": 1,
|
|
665
|
+
"endIndex": 9
|
|
666
|
+
}
|
|
667
|
+
},
|
|
668
|
+
{
|
|
669
|
+
"kind": "Variable",
|
|
670
|
+
"canonicalReference": "@vonage/vivid!audioPlayerDefinition:var",
|
|
671
|
+
"docComment": "",
|
|
672
|
+
"excerptTokens": [
|
|
673
|
+
{
|
|
674
|
+
"kind": "Content",
|
|
675
|
+
"text": "audioPlayerDefinition: "
|
|
676
|
+
},
|
|
677
|
+
{
|
|
678
|
+
"kind": "Content",
|
|
679
|
+
"text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
|
|
680
|
+
},
|
|
681
|
+
{
|
|
682
|
+
"kind": "Reference",
|
|
683
|
+
"text": "OverrideFoundationElementDefinition",
|
|
684
|
+
"canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
|
|
685
|
+
},
|
|
686
|
+
{
|
|
687
|
+
"kind": "Content",
|
|
688
|
+
"text": "<"
|
|
689
|
+
},
|
|
690
|
+
{
|
|
691
|
+
"kind": "Reference",
|
|
692
|
+
"text": "FoundationElementDefinition",
|
|
693
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
|
|
694
|
+
},
|
|
695
|
+
{
|
|
696
|
+
"kind": "Content",
|
|
697
|
+
"text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
|
|
698
|
+
},
|
|
699
|
+
{
|
|
700
|
+
"kind": "Reference",
|
|
701
|
+
"text": "FoundationElementRegistry",
|
|
702
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
|
|
703
|
+
},
|
|
704
|
+
{
|
|
705
|
+
"kind": "Content",
|
|
706
|
+
"text": "<"
|
|
707
|
+
},
|
|
708
|
+
{
|
|
709
|
+
"kind": "Reference",
|
|
710
|
+
"text": "FoundationElementDefinition",
|
|
711
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
|
|
712
|
+
},
|
|
713
|
+
{
|
|
714
|
+
"kind": "Content",
|
|
715
|
+
"text": ", import(\"@microsoft/fast-element\")."
|
|
716
|
+
},
|
|
717
|
+
{
|
|
718
|
+
"kind": "Reference",
|
|
719
|
+
"text": "Constructable",
|
|
720
|
+
"canonicalReference": "@microsoft/fast-element!Constructable:type"
|
|
721
|
+
},
|
|
722
|
+
{
|
|
723
|
+
"kind": "Content",
|
|
724
|
+
"text": "<import(\"@microsoft/fast-foundation\")."
|
|
725
|
+
},
|
|
726
|
+
{
|
|
727
|
+
"kind": "Reference",
|
|
728
|
+
"text": "FoundationElement",
|
|
729
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
|
|
730
|
+
},
|
|
731
|
+
{
|
|
732
|
+
"kind": "Content",
|
|
733
|
+
"text": ">>"
|
|
734
|
+
}
|
|
735
|
+
],
|
|
736
|
+
"fileUrlPath": "../../dist/libs/components/lib/audio-player/definition.d.ts",
|
|
737
|
+
"isReadonly": true,
|
|
738
|
+
"releaseTag": "Public",
|
|
739
|
+
"name": "audioPlayerDefinition",
|
|
740
|
+
"variableTypeTokenRange": {
|
|
741
|
+
"startIndex": 1,
|
|
742
|
+
"endIndex": 14
|
|
743
|
+
}
|
|
744
|
+
},
|
|
589
745
|
{
|
|
590
746
|
"kind": "Enum",
|
|
591
747
|
"canonicalReference": "@vonage/vivid!AUTO_SIZING:enum",
|
|
@@ -1710,6 +1866,73 @@
|
|
|
1710
1866
|
"endIndex": 19
|
|
1711
1867
|
}
|
|
1712
1868
|
},
|
|
1869
|
+
{
|
|
1870
|
+
"kind": "TypeAlias",
|
|
1871
|
+
"canonicalReference": "@vonage/vivid!CardAppearance:type",
|
|
1872
|
+
"docComment": "",
|
|
1873
|
+
"excerptTokens": [
|
|
1874
|
+
{
|
|
1875
|
+
"kind": "Content",
|
|
1876
|
+
"text": "export type CardAppearance = "
|
|
1877
|
+
},
|
|
1878
|
+
{
|
|
1879
|
+
"kind": "Reference",
|
|
1880
|
+
"text": "Extract",
|
|
1881
|
+
"canonicalReference": "!Extract:type"
|
|
1882
|
+
},
|
|
1883
|
+
{
|
|
1884
|
+
"kind": "Content",
|
|
1885
|
+
"text": "<"
|
|
1886
|
+
},
|
|
1887
|
+
{
|
|
1888
|
+
"kind": "Reference",
|
|
1889
|
+
"text": "Appearance",
|
|
1890
|
+
"canonicalReference": "@vonage/vivid!Appearance:enum"
|
|
1891
|
+
},
|
|
1892
|
+
{
|
|
1893
|
+
"kind": "Content",
|
|
1894
|
+
"text": ", "
|
|
1895
|
+
},
|
|
1896
|
+
{
|
|
1897
|
+
"kind": "Reference",
|
|
1898
|
+
"text": "Appearance.Elevated",
|
|
1899
|
+
"canonicalReference": "@vonage/vivid!Appearance.Elevated:member"
|
|
1900
|
+
},
|
|
1901
|
+
{
|
|
1902
|
+
"kind": "Content",
|
|
1903
|
+
"text": " | "
|
|
1904
|
+
},
|
|
1905
|
+
{
|
|
1906
|
+
"kind": "Reference",
|
|
1907
|
+
"text": "Appearance.Ghost",
|
|
1908
|
+
"canonicalReference": "@vonage/vivid!Appearance.Ghost:member"
|
|
1909
|
+
},
|
|
1910
|
+
{
|
|
1911
|
+
"kind": "Content",
|
|
1912
|
+
"text": " | "
|
|
1913
|
+
},
|
|
1914
|
+
{
|
|
1915
|
+
"kind": "Reference",
|
|
1916
|
+
"text": "Appearance.Outlined",
|
|
1917
|
+
"canonicalReference": "@vonage/vivid!Appearance.Outlined:member"
|
|
1918
|
+
},
|
|
1919
|
+
{
|
|
1920
|
+
"kind": "Content",
|
|
1921
|
+
"text": ">"
|
|
1922
|
+
},
|
|
1923
|
+
{
|
|
1924
|
+
"kind": "Content",
|
|
1925
|
+
"text": ";"
|
|
1926
|
+
}
|
|
1927
|
+
],
|
|
1928
|
+
"fileUrlPath": "../../dist/libs/components/lib/card/card.d.ts",
|
|
1929
|
+
"releaseTag": "Public",
|
|
1930
|
+
"name": "CardAppearance",
|
|
1931
|
+
"typeTokenRange": {
|
|
1932
|
+
"startIndex": 1,
|
|
1933
|
+
"endIndex": 11
|
|
1934
|
+
}
|
|
1935
|
+
},
|
|
1713
1936
|
{
|
|
1714
1937
|
"kind": "TypeAlias",
|
|
1715
1938
|
"canonicalReference": "@vonage/vivid!ColumnBasis:type",
|
|
@@ -5123,6 +5346,34 @@
|
|
|
5123
5346
|
"endIndex": 3
|
|
5124
5347
|
}
|
|
5125
5348
|
},
|
|
5349
|
+
{
|
|
5350
|
+
"kind": "Variable",
|
|
5351
|
+
"canonicalReference": "@vonage/vivid!registerAudioPlayer:var",
|
|
5352
|
+
"docComment": "",
|
|
5353
|
+
"excerptTokens": [
|
|
5354
|
+
{
|
|
5355
|
+
"kind": "Content",
|
|
5356
|
+
"text": "registerAudioPlayer: "
|
|
5357
|
+
},
|
|
5358
|
+
{
|
|
5359
|
+
"kind": "Content",
|
|
5360
|
+
"text": "(prefix?: string) => import(\"@microsoft/fast-foundation\")."
|
|
5361
|
+
},
|
|
5362
|
+
{
|
|
5363
|
+
"kind": "Reference",
|
|
5364
|
+
"text": "DesignSystem",
|
|
5365
|
+
"canonicalReference": "@microsoft/fast-foundation!DesignSystem:interface"
|
|
5366
|
+
}
|
|
5367
|
+
],
|
|
5368
|
+
"fileUrlPath": "../../dist/libs/components/lib/audio-player/definition.d.ts",
|
|
5369
|
+
"isReadonly": true,
|
|
5370
|
+
"releaseTag": "Public",
|
|
5371
|
+
"name": "registerAudioPlayer",
|
|
5372
|
+
"variableTypeTokenRange": {
|
|
5373
|
+
"startIndex": 1,
|
|
5374
|
+
"endIndex": 3
|
|
5375
|
+
}
|
|
5376
|
+
},
|
|
5126
5377
|
{
|
|
5127
5378
|
"kind": "Variable",
|
|
5128
5379
|
"canonicalReference": "@vonage/vivid!registerAvatar:var",
|