@vonage/vivid 3.39.0 → 3.40.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 -1
- package/accordion-item/index.js +1 -1
- package/alert/index.js +3 -2
- package/banner/index.js +2 -1
- package/breadcrumb-item/index.js +1 -1
- package/button/index.js +2 -1
- package/card/index.js +1 -1
- package/checkbox/index.js +1 -1
- package/combobox/index.js +5 -3
- package/custom-elements.json +512 -0
- package/data-grid/index.js +1 -0
- package/date-picker/index.js +6 -4
- package/date-range-picker/index.js +5 -3
- package/dialog/index.js +6 -2
- package/elevation/index.js +1 -1
- package/fab/index.js +1 -1
- package/file-picker/index.js +2 -1
- package/focus/index.js +1 -1
- package/header/index.js +1 -1
- package/index.js +23 -19
- package/lib/checkbox/checkbox.d.ts +1 -0
- package/lib/components.d.ts +1 -0
- package/lib/dialog/dialog.d.ts +4 -0
- package/lib/dialog/locale.d.ts +3 -0
- package/lib/menu/menu.d.ts +1 -0
- package/lib/number-field/locale.d.ts +4 -0
- package/lib/number-field/number-field.d.ts +4 -2
- package/lib/progress/progress.d.ts +1 -0
- package/lib/progress-ring/progress-ring.d.ts +1 -0
- package/lib/radio/radio.d.ts +1 -0
- package/lib/selectable-box/definition.d.ts +3 -0
- package/lib/selectable-box/selectable-box.d.ts +13 -0
- package/lib/selectable-box/selectable-box.template.d.ts +4 -0
- package/lib/slider/definition.d.ts +1 -0
- package/lib/slider/slider.d.ts +5 -0
- package/lib/text-area/text-area.d.ts +3 -0
- package/lib/text-field/text-field.d.ts +5 -2
- package/listbox/index.js +3 -2
- package/locales/en-GB.js +7 -0
- package/locales/en-US.js +7 -0
- package/locales/ja-JP.js +7 -0
- package/locales/zh-CN.js +7 -0
- package/menu/index.js +4 -3
- package/menu-item/index.js +1 -1
- package/nav-disclosure/index.js +1 -1
- package/nav-item/index.js +1 -1
- package/number-field/index.js +3 -1
- package/option/index.js +1 -1
- package/package.json +1 -1
- package/pagination/index.js +2 -1
- package/popup/index.js +4 -3
- package/radio/index.js +1 -1
- package/select/index.js +5 -3
- package/selectable-box/index.js +23 -0
- package/shared/Reflector.js +65 -0
- package/shared/date-picker/calendar/segment.d.ts +21 -0
- package/shared/date-picker/date-picker-base.d.ts +1 -0
- package/shared/definition.js +2 -2
- package/shared/definition10.js +4 -73
- package/shared/definition11.js +1 -1
- package/shared/definition12.js +1 -1
- package/shared/definition13.js +2 -2
- package/shared/definition14.js +12 -5
- package/shared/definition15.js +3 -3
- package/shared/definition16.js +22 -8
- package/shared/definition17.js +5 -5
- package/shared/definition18.js +15 -8
- package/shared/definition19.js +18 -10
- package/shared/definition2.js +2 -2
- package/shared/definition20.js +1 -1
- package/shared/definition21.js +1 -1
- package/shared/definition22.js +2 -2
- package/shared/definition23.js +4 -3
- package/shared/definition24.js +2 -2
- package/shared/definition27.js +13 -4
- package/shared/definition28.js +2 -2
- package/shared/definition29.js +2 -2
- package/shared/definition3.js +1 -1
- package/shared/definition30.js +2 -2
- package/shared/definition32.js +1 -1
- package/shared/definition33.js +19 -4
- package/shared/definition34.js +2 -2
- package/shared/definition35.js +3 -2
- package/shared/definition36.js +11 -3
- package/shared/definition37.js +13 -9
- package/shared/definition38.js +2 -2
- package/shared/definition39.js +5 -4
- package/shared/definition4.js +4 -3
- package/shared/definition40.js +4 -4
- package/shared/definition41.js +111 -76
- package/shared/definition42.js +77 -557
- package/shared/definition43.js +568 -102
- package/shared/definition44.js +104 -135
- package/shared/definition45.js +153 -17
- package/shared/definition46.js +16 -79
- package/shared/definition47.js +53 -475
- package/shared/definition48.js +493 -25
- package/shared/definition49.js +22 -121
- package/shared/definition5.js +1 -1
- package/shared/definition50.js +114 -261
- package/shared/definition51.js +258 -119
- package/shared/definition52.js +258 -109
- package/shared/definition53.js +84 -74
- package/shared/definition54.js +114 -69
- package/shared/definition55.js +81 -292
- package/shared/definition56.js +302 -13
- package/shared/definition57.js +11 -41
- package/shared/definition58.js +20 -154
- package/shared/definition59.js +181 -0
- package/shared/definition6.js +1 -1
- package/shared/definition7.js +3 -2
- package/shared/definition8.js +2 -2
- package/shared/enums.js +71 -0
- package/shared/icon.js +1 -1
- package/shared/index2.js +28 -1
- package/shared/key-codes.js +1 -1
- package/shared/key-codes2.js +9 -0
- package/shared/listbox.js +2 -7
- package/shared/localization/Locale.d.ts +4 -0
- package/shared/presentationDate.js +194 -141
- package/shared/radio.js +7 -0
- package/shared/text-field.js +1 -1
- package/shared/utils/Reflector.d.ts +8 -0
- package/shared/utils/randomId.d.ts +1 -0
- package/side-drawer/index.js +1 -1
- package/slider/index.js +2 -2
- package/split-button/index.js +2 -2
- package/style.css +686 -559
- 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 +2 -2
- package/tab/index.js +2 -2
- package/tab-panel/index.js +1 -1
- package/tabs/index.js +4 -4
- package/tag/index.js +2 -2
- package/tag-group/index.js +1 -1
- package/text-area/index.js +3 -2
- package/text-field/index.js +3 -2
- package/toggletip/index.js +5 -4
- package/tooltip/index.js +5 -4
- package/tree-item/index.js +2 -2
- package/tree-view/index.js +1 -1
- package/vivid.api.json +141 -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
|
|
3
|
+
* Generated on Wed, 01 Nov 2023 12:16:28 GMT
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
6
6
|
* Do not edit directly
|
|
7
|
-
* Generated on
|
|
7
|
+
* Generated on Wed, 01 Nov 2023 12:16:28 GMT
|
|
8
8
|
*/
|
|
9
9
|
/**
|
|
10
10
|
* Do not edit directly
|
|
11
|
-
* Generated on
|
|
11
|
+
* Generated on Wed, 01 Nov 2023 12:16:28 GMT
|
|
12
12
|
*/
|
|
13
13
|
/**
|
|
14
14
|
* Do not edit directly
|
|
15
|
-
* Generated on
|
|
15
|
+
* Generated on Wed, 01 Nov 2023 12:16:28 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 Wed, 01 Nov 2023 12:16:28 GMT
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
6
6
|
* Do not edit directly
|
|
7
|
-
* Generated on
|
|
7
|
+
* Generated on Wed, 01 Nov 2023 12:16:28 GMT
|
|
8
8
|
*/
|
|
9
9
|
/**
|
|
10
10
|
* Do not edit directly
|
|
11
|
-
* Generated on
|
|
11
|
+
* Generated on Wed, 01 Nov 2023 12:16:28 GMT
|
|
12
12
|
*/
|
|
13
13
|
/**
|
|
14
14
|
* Do not edit directly
|
|
15
|
-
* Generated on
|
|
15
|
+
* Generated on Wed, 01 Nov 2023 12:16:28 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/definition45.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
3
|
import '../shared/definition25.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/definition57.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/definition47.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
3
|
import '../shared/definition25.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/definition57.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/definition48.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
|
-
import '../shared/
|
|
3
|
+
import '../shared/definition47.js';
|
|
4
4
|
import '../shared/definition25.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/definition57.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/definition46.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/definition50.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
3
|
import '../shared/definition25.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/definition57.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,16 +1,17 @@
|
|
|
1
|
-
import { r as registerTextArea } from '../shared/
|
|
1
|
+
import { r as registerTextArea } from '../shared/definition51.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
3
|
import '../shared/definition25.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/definition57.js';
|
|
9
9
|
import '../shared/focus.js';
|
|
10
10
|
import '../shared/affix.js';
|
|
11
11
|
import '../shared/slotted.js';
|
|
12
12
|
import '../shared/index2.js';
|
|
13
13
|
import '../locales/en-US.js';
|
|
14
|
+
import '../shared/Reflector.js';
|
|
14
15
|
import '../shared/text-field2.js';
|
|
15
16
|
import '../shared/apply-mixins.js';
|
|
16
17
|
import '../shared/form-associated.js';
|
package/text-field/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { r as registerTextField } from '../shared/
|
|
1
|
+
import { r as registerTextField } from '../shared/definition52.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
|
-
import '../shared/
|
|
3
|
+
import '../shared/definition57.js';
|
|
4
4
|
import '../shared/focus.js';
|
|
5
5
|
import '../shared/definition25.js';
|
|
6
6
|
import '../shared/icon.js';
|
|
@@ -11,6 +11,7 @@ import '../shared/affix.js';
|
|
|
11
11
|
import '../shared/slotted.js';
|
|
12
12
|
import '../shared/index2.js';
|
|
13
13
|
import '../locales/en-US.js';
|
|
14
|
+
import '../shared/Reflector.js';
|
|
14
15
|
import '../shared/text-field2.js';
|
|
15
16
|
import '../shared/apply-mixins.js';
|
|
16
17
|
import '../shared/form-associated.js';
|
package/toggletip/index.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { r as registerToggletip } from '../shared/
|
|
1
|
+
import { r as registerToggletip } from '../shared/definition53.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
|
-
import '../shared/
|
|
3
|
+
import '../shared/definition59.js';
|
|
4
4
|
import '../shared/definition10.js';
|
|
5
5
|
import '../shared/definition25.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/definition57.js';
|
|
11
11
|
import '../shared/focus.js';
|
|
12
12
|
import '../shared/definition36.js';
|
|
13
13
|
import '../shared/base-progress.js';
|
|
@@ -21,6 +21,7 @@ import '../shared/aria-global.js';
|
|
|
21
21
|
import '../shared/start-end.js';
|
|
22
22
|
import '../shared/ref.js';
|
|
23
23
|
import '../shared/focus2.js';
|
|
24
|
-
import '../shared/
|
|
24
|
+
import '../shared/enums.js';
|
|
25
|
+
import '../shared/definition58.js';
|
|
25
26
|
|
|
26
27
|
registerToggletip();
|
package/tooltip/index.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { r as registerTooltip } from '../shared/
|
|
1
|
+
import { r as registerTooltip } from '../shared/definition54.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
|
-
import '../shared/
|
|
3
|
+
import '../shared/definition59.js';
|
|
4
4
|
import '../shared/definition10.js';
|
|
5
5
|
import '../shared/definition25.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/definition57.js';
|
|
11
11
|
import '../shared/focus.js';
|
|
12
12
|
import '../shared/definition36.js';
|
|
13
13
|
import '../shared/base-progress.js';
|
|
@@ -21,6 +21,7 @@ import '../shared/aria-global.js';
|
|
|
21
21
|
import '../shared/start-end.js';
|
|
22
22
|
import '../shared/ref.js';
|
|
23
23
|
import '../shared/focus2.js';
|
|
24
|
-
import '../shared/
|
|
24
|
+
import '../shared/enums.js';
|
|
25
|
+
import '../shared/definition58.js';
|
|
25
26
|
|
|
26
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/definition55.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
3
|
import '../shared/definition25.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/definition57.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
|
@@ -6159,6 +6159,34 @@
|
|
|
6159
6159
|
"endIndex": 3
|
|
6160
6160
|
}
|
|
6161
6161
|
},
|
|
6162
|
+
{
|
|
6163
|
+
"kind": "Variable",
|
|
6164
|
+
"canonicalReference": "@vonage/vivid!registerSelectableBox:var",
|
|
6165
|
+
"docComment": "",
|
|
6166
|
+
"excerptTokens": [
|
|
6167
|
+
{
|
|
6168
|
+
"kind": "Content",
|
|
6169
|
+
"text": "registerSelectableBox: "
|
|
6170
|
+
},
|
|
6171
|
+
{
|
|
6172
|
+
"kind": "Content",
|
|
6173
|
+
"text": "(prefix?: string) => import(\"@microsoft/fast-foundation\")."
|
|
6174
|
+
},
|
|
6175
|
+
{
|
|
6176
|
+
"kind": "Reference",
|
|
6177
|
+
"text": "DesignSystem",
|
|
6178
|
+
"canonicalReference": "@microsoft/fast-foundation!DesignSystem:interface"
|
|
6179
|
+
}
|
|
6180
|
+
],
|
|
6181
|
+
"fileUrlPath": "../../dist/libs/components/lib/selectable-box/definition.d.ts",
|
|
6182
|
+
"isReadonly": true,
|
|
6183
|
+
"releaseTag": "Public",
|
|
6184
|
+
"name": "registerSelectableBox",
|
|
6185
|
+
"variableTypeTokenRange": {
|
|
6186
|
+
"startIndex": 1,
|
|
6187
|
+
"endIndex": 3
|
|
6188
|
+
}
|
|
6189
|
+
},
|
|
6162
6190
|
{
|
|
6163
6191
|
"kind": "Variable",
|
|
6164
6192
|
"canonicalReference": "@vonage/vivid!registerSideDrawer:var",
|
|
@@ -6705,6 +6733,83 @@
|
|
|
6705
6733
|
"endIndex": 11
|
|
6706
6734
|
}
|
|
6707
6735
|
},
|
|
6736
|
+
{
|
|
6737
|
+
"kind": "Variable",
|
|
6738
|
+
"canonicalReference": "@vonage/vivid!selectableBoxDefinition:var",
|
|
6739
|
+
"docComment": "",
|
|
6740
|
+
"excerptTokens": [
|
|
6741
|
+
{
|
|
6742
|
+
"kind": "Content",
|
|
6743
|
+
"text": "selectableBoxDefinition: "
|
|
6744
|
+
},
|
|
6745
|
+
{
|
|
6746
|
+
"kind": "Content",
|
|
6747
|
+
"text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
|
|
6748
|
+
},
|
|
6749
|
+
{
|
|
6750
|
+
"kind": "Reference",
|
|
6751
|
+
"text": "OverrideFoundationElementDefinition",
|
|
6752
|
+
"canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
|
|
6753
|
+
},
|
|
6754
|
+
{
|
|
6755
|
+
"kind": "Content",
|
|
6756
|
+
"text": "<"
|
|
6757
|
+
},
|
|
6758
|
+
{
|
|
6759
|
+
"kind": "Reference",
|
|
6760
|
+
"text": "FoundationElementDefinition",
|
|
6761
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
|
|
6762
|
+
},
|
|
6763
|
+
{
|
|
6764
|
+
"kind": "Content",
|
|
6765
|
+
"text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
|
|
6766
|
+
},
|
|
6767
|
+
{
|
|
6768
|
+
"kind": "Reference",
|
|
6769
|
+
"text": "FoundationElementRegistry",
|
|
6770
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
|
|
6771
|
+
},
|
|
6772
|
+
{
|
|
6773
|
+
"kind": "Content",
|
|
6774
|
+
"text": "<"
|
|
6775
|
+
},
|
|
6776
|
+
{
|
|
6777
|
+
"kind": "Reference",
|
|
6778
|
+
"text": "FoundationElementDefinition",
|
|
6779
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
|
|
6780
|
+
},
|
|
6781
|
+
{
|
|
6782
|
+
"kind": "Content",
|
|
6783
|
+
"text": ", import(\"@microsoft/fast-element\")."
|
|
6784
|
+
},
|
|
6785
|
+
{
|
|
6786
|
+
"kind": "Reference",
|
|
6787
|
+
"text": "Constructable",
|
|
6788
|
+
"canonicalReference": "@microsoft/fast-element!Constructable:type"
|
|
6789
|
+
},
|
|
6790
|
+
{
|
|
6791
|
+
"kind": "Content",
|
|
6792
|
+
"text": "<import(\"@microsoft/fast-foundation\")."
|
|
6793
|
+
},
|
|
6794
|
+
{
|
|
6795
|
+
"kind": "Reference",
|
|
6796
|
+
"text": "FoundationElement",
|
|
6797
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
|
|
6798
|
+
},
|
|
6799
|
+
{
|
|
6800
|
+
"kind": "Content",
|
|
6801
|
+
"text": ">>"
|
|
6802
|
+
}
|
|
6803
|
+
],
|
|
6804
|
+
"fileUrlPath": "../../dist/libs/components/lib/selectable-box/definition.d.ts",
|
|
6805
|
+
"isReadonly": true,
|
|
6806
|
+
"releaseTag": "Public",
|
|
6807
|
+
"name": "selectableBoxDefinition",
|
|
6808
|
+
"variableTypeTokenRange": {
|
|
6809
|
+
"startIndex": 1,
|
|
6810
|
+
"endIndex": 14
|
|
6811
|
+
}
|
|
6812
|
+
},
|
|
6708
6813
|
{
|
|
6709
6814
|
"kind": "TypeAlias",
|
|
6710
6815
|
"canonicalReference": "@vonage/vivid!SelectAppearance:type",
|
|
@@ -7356,6 +7461,42 @@
|
|
|
7356
7461
|
}
|
|
7357
7462
|
]
|
|
7358
7463
|
},
|
|
7464
|
+
{
|
|
7465
|
+
"kind": "TypeAlias",
|
|
7466
|
+
"canonicalReference": "@vonage/vivid!SliderConnotation:type",
|
|
7467
|
+
"docComment": "",
|
|
7468
|
+
"excerptTokens": [
|
|
7469
|
+
{
|
|
7470
|
+
"kind": "Content",
|
|
7471
|
+
"text": "export type SliderConnotation = "
|
|
7472
|
+
},
|
|
7473
|
+
{
|
|
7474
|
+
"kind": "Reference",
|
|
7475
|
+
"text": "Connotation.Accent",
|
|
7476
|
+
"canonicalReference": "@vonage/vivid!Connotation.Accent:member"
|
|
7477
|
+
},
|
|
7478
|
+
{
|
|
7479
|
+
"kind": "Content",
|
|
7480
|
+
"text": " | "
|
|
7481
|
+
},
|
|
7482
|
+
{
|
|
7483
|
+
"kind": "Reference",
|
|
7484
|
+
"text": "Connotation.CTA",
|
|
7485
|
+
"canonicalReference": "@vonage/vivid!Connotation.CTA:member"
|
|
7486
|
+
},
|
|
7487
|
+
{
|
|
7488
|
+
"kind": "Content",
|
|
7489
|
+
"text": ";"
|
|
7490
|
+
}
|
|
7491
|
+
],
|
|
7492
|
+
"fileUrlPath": "../../dist/libs/components/lib/slider/slider.d.ts",
|
|
7493
|
+
"releaseTag": "Public",
|
|
7494
|
+
"name": "SliderConnotation",
|
|
7495
|
+
"typeTokenRange": {
|
|
7496
|
+
"startIndex": 1,
|
|
7497
|
+
"endIndex": 4
|
|
7498
|
+
}
|
|
7499
|
+
},
|
|
7359
7500
|
{
|
|
7360
7501
|
"kind": "Variable",
|
|
7361
7502
|
"canonicalReference": "@vonage/vivid!sliderDefinition:var",
|