@vonage/vivid 3.38.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.
Files changed (149) hide show
  1. package/accordion/index.js +1 -1
  2. package/accordion-item/index.js +1 -1
  3. package/alert/index.js +3 -2
  4. package/banner/index.js +2 -1
  5. package/breadcrumb-item/index.js +1 -1
  6. package/button/index.js +2 -1
  7. package/card/index.js +1 -1
  8. package/checkbox/index.js +1 -1
  9. package/combobox/index.js +5 -3
  10. package/custom-elements.json +1307 -8
  11. package/data-grid/index.js +1 -0
  12. package/date-picker/index.js +6 -4
  13. package/date-range-picker/index.js +5 -3
  14. package/dialog/index.js +6 -2
  15. package/elevation/index.js +1 -1
  16. package/fab/index.js +1 -1
  17. package/file-picker/index.js +2 -1
  18. package/focus/index.js +1 -1
  19. package/header/index.js +1 -1
  20. package/index.js +23 -19
  21. package/lib/checkbox/checkbox.d.ts +1 -0
  22. package/lib/components.d.ts +1 -0
  23. package/lib/date-range-picker/date-range-picker.d.ts +0 -1
  24. package/lib/dialog/dialog.d.ts +4 -0
  25. package/lib/dialog/locale.d.ts +3 -0
  26. package/lib/menu/menu.d.ts +1 -0
  27. package/lib/menu-item/menu-item.d.ts +6 -0
  28. package/lib/number-field/locale.d.ts +4 -0
  29. package/lib/number-field/number-field.d.ts +4 -2
  30. package/lib/progress/progress.d.ts +1 -0
  31. package/lib/progress-ring/progress-ring.d.ts +1 -0
  32. package/lib/radio/radio.d.ts +1 -0
  33. package/lib/selectable-box/definition.d.ts +3 -0
  34. package/lib/selectable-box/selectable-box.d.ts +13 -0
  35. package/lib/selectable-box/selectable-box.template.d.ts +4 -0
  36. package/lib/slider/definition.d.ts +1 -0
  37. package/lib/slider/slider.d.ts +5 -0
  38. package/lib/text-area/text-area.d.ts +3 -0
  39. package/lib/text-field/text-field.d.ts +5 -2
  40. package/listbox/index.js +3 -2
  41. package/locales/en-GB.js +7 -0
  42. package/locales/en-US.js +7 -0
  43. package/locales/ja-JP.js +7 -0
  44. package/locales/zh-CN.js +7 -0
  45. package/menu/index.js +4 -3
  46. package/menu-item/index.js +1 -1
  47. package/nav-disclosure/index.js +1 -1
  48. package/nav-item/index.js +1 -1
  49. package/number-field/index.js +3 -1
  50. package/option/index.js +1 -1
  51. package/package.json +1 -1
  52. package/pagination/index.js +2 -1
  53. package/popup/index.js +4 -3
  54. package/radio/index.js +1 -1
  55. package/select/index.js +5 -3
  56. package/selectable-box/index.js +23 -0
  57. package/shared/Reflector.js +65 -0
  58. package/shared/date-picker/calendar/segment.d.ts +21 -0
  59. package/shared/date-picker/date-picker-base.d.ts +1 -1
  60. package/shared/definition.js +2 -2
  61. package/shared/definition10.js +4 -73
  62. package/shared/definition11.js +1 -1
  63. package/shared/definition12.js +1 -1
  64. package/shared/definition13.js +2 -2
  65. package/shared/definition14.js +12 -5
  66. package/shared/definition15.js +3 -3
  67. package/shared/definition16.js +22 -8
  68. package/shared/definition17.js +5 -5
  69. package/shared/definition18.js +18 -8
  70. package/shared/definition19.js +18 -10
  71. package/shared/definition2.js +2 -2
  72. package/shared/definition20.js +1 -1
  73. package/shared/definition21.js +1 -1
  74. package/shared/definition22.js +2 -2
  75. package/shared/definition23.js +4 -3
  76. package/shared/definition24.js +2 -2
  77. package/shared/definition27.js +39 -22
  78. package/shared/definition28.js +2 -2
  79. package/shared/definition29.js +2 -2
  80. package/shared/definition3.js +1 -1
  81. package/shared/definition30.js +2 -2
  82. package/shared/definition32.js +1 -1
  83. package/shared/definition33.js +19 -4
  84. package/shared/definition34.js +2 -2
  85. package/shared/definition35.js +3 -2
  86. package/shared/definition36.js +11 -3
  87. package/shared/definition37.js +13 -9
  88. package/shared/definition38.js +2 -2
  89. package/shared/definition39.js +5 -4
  90. package/shared/definition4.js +4 -3
  91. package/shared/definition40.js +4 -4
  92. package/shared/definition41.js +111 -76
  93. package/shared/definition42.js +77 -557
  94. package/shared/definition43.js +568 -102
  95. package/shared/definition44.js +104 -135
  96. package/shared/definition45.js +153 -17
  97. package/shared/definition46.js +16 -79
  98. package/shared/definition47.js +53 -475
  99. package/shared/definition48.js +493 -25
  100. package/shared/definition49.js +22 -121
  101. package/shared/definition5.js +1 -1
  102. package/shared/definition50.js +114 -261
  103. package/shared/definition51.js +258 -119
  104. package/shared/definition52.js +258 -109
  105. package/shared/definition53.js +84 -74
  106. package/shared/definition54.js +114 -69
  107. package/shared/definition55.js +81 -292
  108. package/shared/definition56.js +302 -13
  109. package/shared/definition57.js +11 -41
  110. package/shared/definition58.js +20 -154
  111. package/shared/definition59.js +181 -0
  112. package/shared/definition6.js +1 -1
  113. package/shared/definition7.js +3 -2
  114. package/shared/definition8.js +2 -2
  115. package/shared/enums.js +71 -0
  116. package/shared/icon.js +1 -1
  117. package/shared/index2.js +28 -1
  118. package/shared/key-codes.js +1 -1
  119. package/shared/key-codes2.js +9 -0
  120. package/shared/listbox.js +2 -7
  121. package/shared/localization/Locale.d.ts +4 -0
  122. package/shared/presentationDate.js +194 -141
  123. package/shared/radio.js +7 -0
  124. package/shared/text-field.js +1 -1
  125. package/shared/utils/Reflector.d.ts +8 -0
  126. package/shared/utils/randomId.d.ts +1 -0
  127. package/side-drawer/index.js +1 -1
  128. package/slider/index.js +2 -2
  129. package/split-button/index.js +2 -2
  130. package/style.css +686 -559
  131. package/styles/core/all.css +1 -1
  132. package/styles/core/theme.css +1 -1
  133. package/styles/core/typography.css +1 -1
  134. package/styles/tokens/theme-dark.css +4 -4
  135. package/styles/tokens/theme-light.css +4 -4
  136. package/styles/tokens/vivid-2-compat.css +1 -1
  137. package/switch/index.js +2 -2
  138. package/tab/index.js +2 -2
  139. package/tab-panel/index.js +1 -1
  140. package/tabs/index.js +4 -4
  141. package/tag/index.js +2 -2
  142. package/tag-group/index.js +1 -1
  143. package/text-area/index.js +3 -2
  144. package/text-field/index.js +3 -2
  145. package/toggletip/index.js +5 -4
  146. package/tooltip/index.js +5 -4
  147. package/tree-item/index.js +2 -2
  148. package/tree-view/index.js +1 -1
  149. package/vivid.api.json +141 -0
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
3
+ * Generated on Wed, 01 Nov 2023 12:16:28 GMT
4
4
  */
5
5
  .vvd-root {
6
6
  color-scheme: var(--vvd-color-scheme);
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
3
+ * Generated on Wed, 01 Nov 2023 12:16:28 GMT
4
4
  */
5
5
  .vvd-root {
6
6
  color-scheme: var(--vvd-color-scheme);
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
3
+ * Generated on Wed, 01 Nov 2023 12:16:28 GMT
4
4
  */
5
5
  .vvd-root:root {
6
6
  --vvd-size-font-scale-base: 1rem;
@@ -1,18 +1,18 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
3
+ * Generated on Wed, 01 Nov 2023 12:16:28 GMT
4
4
  */
5
5
  /**
6
6
  * Do not edit directly
7
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
7
+ * Generated on Wed, 01 Nov 2023 12:16:28 GMT
8
8
  */
9
9
  /**
10
10
  * Do not edit directly
11
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
11
+ * Generated on Wed, 01 Nov 2023 12:16:28 GMT
12
12
  */
13
13
  /**
14
14
  * Do not edit directly
15
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
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 Fri, 13 Oct 2023 14:45:50 GMT
3
+ * Generated on Wed, 01 Nov 2023 12:16:28 GMT
4
4
  */
5
5
  /**
6
6
  * Do not edit directly
7
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
7
+ * Generated on Wed, 01 Nov 2023 12:16:28 GMT
8
8
  */
9
9
  /**
10
10
  * Do not edit directly
11
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
11
+ * Generated on Wed, 01 Nov 2023 12:16:28 GMT
12
12
  */
13
13
  /**
14
14
  * Do not edit directly
15
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
15
+ * Generated on Wed, 01 Nov 2023 12:16:28 GMT
16
16
  */
17
17
  @property --vvd-size-density {
18
18
  syntax: "<integer>";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 13 Oct 2023 14:45:50 GMT
3
+ * Generated on Wed, 01 Nov 2023 12:16:28 GMT
4
4
  */
5
5
  .vvd-root, ::part(vvd-root),
6
6
  .vvd-theme-alternate, ::part(vvd-theme-alternate) {
package/switch/index.js CHANGED
@@ -1,11 +1,11 @@
1
- import { r as registerSwitch } from '../shared/definition44.js';
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/definition56.js';
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/definition46.js';
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/definition56.js';
8
+ import '../shared/definition57.js';
9
9
  import '../shared/focus.js';
10
10
  import '../shared/affix.js';
11
11
  import '../shared/slotted.js';
@@ -1,4 +1,4 @@
1
- import { r as registerTabPanel } from '../shared/definition45.js';
1
+ import { r as registerTabPanel } from '../shared/definition46.js';
2
2
  import '../shared/index.js';
3
3
 
4
4
  registerTabPanel();
package/tabs/index.js CHANGED
@@ -1,18 +1,18 @@
1
- import { r as registerTabs } from '../shared/definition47.js';
1
+ import { r as registerTabs } from '../shared/definition48.js';
2
2
  import '../shared/index.js';
3
- import '../shared/definition46.js';
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/definition56.js';
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/definition45.js';
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/definition49.js';
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/definition56.js';
8
+ import '../shared/definition57.js';
9
9
  import '../shared/focus.js';
10
10
  import '../shared/affix.js';
11
11
  import '../shared/slotted.js';
@@ -1,4 +1,4 @@
1
- import { r as registerTagGroup } from '../shared/definition48.js';
1
+ import { r as registerTagGroup } from '../shared/definition49.js';
2
2
  import '../shared/index.js';
3
3
  import '../shared/class-names.js';
4
4
 
@@ -1,16 +1,17 @@
1
- import { r as registerTextArea } from '../shared/definition50.js';
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/definition56.js';
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';
@@ -1,6 +1,6 @@
1
- import { r as registerTextField } from '../shared/definition51.js';
1
+ import { r as registerTextField } from '../shared/definition52.js';
2
2
  import '../shared/index.js';
3
- import '../shared/definition56.js';
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';
@@ -1,13 +1,13 @@
1
- import { r as registerToggletip } from '../shared/definition52.js';
1
+ import { r as registerToggletip } from '../shared/definition53.js';
2
2
  import '../shared/index.js';
3
- import '../shared/definition58.js';
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/definition56.js';
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/definition57.js';
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/definition53.js';
1
+ import { r as registerTooltip } from '../shared/definition54.js';
2
2
  import '../shared/index.js';
3
- import '../shared/definition58.js';
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/definition56.js';
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/definition57.js';
24
+ import '../shared/enums.js';
25
+ import '../shared/definition58.js';
25
26
 
26
27
  registerTooltip();
@@ -1,11 +1,11 @@
1
- import { r as registerTreeItem } from '../shared/definition54.js';
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/definition56.js';
8
+ import '../shared/definition57.js';
9
9
  import '../shared/focus.js';
10
10
  import '../shared/affix.js';
11
11
  import '../shared/slotted.js';
@@ -1,4 +1,4 @@
1
- import { r as registerTreeView } from '../shared/definition55.js';
1
+ import { r as registerTreeView } from '../shared/definition56.js';
2
2
  import '../shared/index.js';
3
3
  import '../shared/tree-item.js';
4
4
  import '../shared/start-end.js';
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",