@vonage/vivid 3.0.0-next.129 → 3.0.0-next.130

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 (83) hide show
  1. package/combobox/index.js +33 -0
  2. package/custom-elements.json +102 -0
  3. package/dialog/index.js +1 -1
  4. package/divider/index.js +1 -1
  5. package/fab/index.js +1 -1
  6. package/header/index.js +1 -1
  7. package/index.js +30 -26
  8. package/layout/index.js +1 -1
  9. package/lib/combobox/combobox.d.ts +14 -0
  10. package/lib/combobox/combobox.template.d.ts +4 -0
  11. package/lib/combobox/definition.d.ts +3 -0
  12. package/lib/combobox/index.d.ts +1 -0
  13. package/lib/components.d.ts +1 -0
  14. package/listbox/index.js +3 -2
  15. package/menu/index.js +3 -3
  16. package/menu-item/index.js +1 -1
  17. package/nav/index.js +1 -1
  18. package/nav-disclosure/index.js +1 -1
  19. package/nav-item/index.js +1 -1
  20. package/note/index.js +1 -1
  21. package/number-field/index.js +4 -3
  22. package/option/index.js +1 -1
  23. package/package.json +1 -1
  24. package/popup/index.js +1 -1
  25. package/progress/index.js +1 -1
  26. package/progress-ring/index.js +1 -1
  27. package/radio/index.js +1 -1
  28. package/radio-group/index.js +1 -1
  29. package/shared/definition.js +1 -1
  30. package/shared/definition11.js +1 -1
  31. package/shared/definition12.js +1 -1
  32. package/shared/definition13.js +1 -1
  33. package/shared/definition14.js +1 -1
  34. package/shared/definition16.js +1 -1
  35. package/shared/definition17.js +709 -198
  36. package/shared/definition18.js +1630 -64
  37. package/shared/definition19.js +242 -68
  38. package/shared/definition2.js +1 -1
  39. package/shared/definition20.js +205 -40
  40. package/shared/definition21.js +67 -33
  41. package/shared/definition22.js +70 -1038
  42. package/shared/definition23.js +44 -247
  43. package/shared/definition24.js +35 -339
  44. package/shared/definition25.js +46 -1632
  45. package/shared/definition26.js +268 -271
  46. package/shared/definition27.js +344 -14
  47. package/shared/definition28.js +13 -67
  48. package/shared/definition29.js +65 -21
  49. package/shared/definition30.js +20 -45
  50. package/shared/definition31.js +40 -78
  51. package/shared/definition32.js +76 -59
  52. package/shared/definition33.js +67 -35
  53. package/shared/definition34.js +31 -421
  54. package/shared/definition35.js +418 -69
  55. package/shared/definition36.js +66 -572
  56. package/shared/definition37.js +526 -81
  57. package/shared/definition38.js +85 -217
  58. package/shared/definition39.js +246 -85
  59. package/shared/definition4.js +1 -1
  60. package/shared/definition40.js +110 -68
  61. package/shared/definition41.js +77 -0
  62. package/shared/definition5.js +1 -1
  63. package/shared/definition6.js +1 -1
  64. package/shared/definition7.js +1 -1
  65. package/shared/definition8.js +1 -1
  66. package/shared/definition9.js +1 -1
  67. package/shared/form-elements.js +3 -225
  68. package/shared/listbox.js +1002 -0
  69. package/shared/patterns/form-elements/form-elements.d.ts +2 -2
  70. package/shared/text-field.js +3 -0
  71. package/shared/text-field2.js +225 -0
  72. package/side-drawer/index.js +1 -1
  73. package/slider/index.js +1 -1
  74. package/styles/core/all.css +1 -1
  75. package/styles/core/theme.css +1 -1
  76. package/styles/core/typography.css +1 -1
  77. package/styles/tokens/theme-dark.css +4 -4
  78. package/styles/tokens/theme-light.css +4 -4
  79. package/switch/index.js +1 -1
  80. package/text-area/index.js +2 -1
  81. package/text-field/index.js +3 -1
  82. package/tooltip/index.js +2 -2
  83. package/vivid.api.json +123 -0
@@ -18,10 +18,10 @@ export declare function formElements<T extends {
18
18
  successText?: string | undefined;
19
19
  charCount: boolean;
20
20
  userValid: boolean;
21
- "__#7500@#blurred": boolean;
21
+ "__#7698@#blurred": boolean;
22
22
  readonly errorValidationMessage: any;
23
23
  connectedCallback(): void;
24
- "__#7500@#handleInvalidEvent": () => void;
24
+ "__#7698@#handleInvalidEvent": () => void;
25
25
  disconnectedCallback(): void;
26
26
  validate: () => void;
27
27
  };
@@ -0,0 +1,3 @@
1
+ var css_248z = "/**\n * Do not edit directly\n * Generated on Thu, 05 Jan 2023 11:33:10 GMT\n */\n:host {\n display: inline-block;\n}\n\n.base {\n --_text-field-gutter: calc(calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2))) / 2.5);\n --_text-field-icon-size: calc(calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2))) / 2);\n display: inline-grid;\n width: 100%;\n gap: 4px;\n grid-template-columns: min-content 1fr max-content;\n}\n.base {\n --_appearance-color-text: var(--vvd-color-canvas-text);\n --_appearance-color-fill: var(--_connotation-color-backdrop);\n --_appearance-color-outline: var(--_connotation-color-intermediate);\n}\n.base.appearance-ghost {\n --_appearance-color-text: var(--_connotation-color-primary);\n --_appearance-color-fill: transparent;\n --_appearance-color-outline: transparent;\n}\n.base:where(:hover, .hover):where(:not(:disabled, .disabled, .readonly)) {\n --_appearance-color-text: var(--vvd-color-canvas-text);\n --_appearance-color-fill: var(--_connotation-color-backdrop);\n --_appearance-color-outline: var(--_connotation-color-firm);\n}\n.base:where(:hover, .hover):where(:not(:disabled, .disabled, .readonly)).appearance-ghost {\n --_appearance-color-text: var(--_connotation-color-primary);\n --_appearance-color-fill: var(--_connotation-color-faint);\n --_appearance-color-outline: transparent;\n}\n.base:where(:disabled, .disabled) {\n --_appearance-color-text: var(--vvd-color-neutral-400);\n --_appearance-color-fill: var(--vvd-color-neutral-200);\n --_appearance-color-outline: var(--vvd-color-neutral-400);\n}\n.base:where(:disabled, .disabled).appearance-ghost {\n --_appearance-color-text: var(--vvd-color-neutral-400);\n --_appearance-color-fill: transparent;\n --_appearance-color-outline: transparent;\n}\n.base:where(.readonly):where(:not(:disabled, .disabled)) {\n --_appearance-color-text: var(--vvd-color-canvas-text);\n --_appearance-color-fill: var(--vvd-color-neutral-100);\n --_appearance-color-outline: var(--vvd-color-neutral-400);\n}\n.base:where(.readonly):where(:not(:disabled, .disabled)).appearance-ghost {\n --_appearance-color-text: var(--vvd-color-neutral-400);\n --_appearance-color-fill: transparent;\n --_appearance-color-outline: transparent;\n}\n.base.connotation-success {\n --_connotation-color-primary: var(--vvd-color-success-500);\n --_connotation-color-backdrop: var(--vvd-color-success-50);\n --_connotation-color-intermediate: var(--vvd-color-success-500);\n --_connotation-color-firm: var(--vvd-color-success-600);\n --_connotation-color-faint: var(--vvd-color-success-50);\n --_connotation-color-soft: var(--vvd-color-success-100);\n}\n.base.connotation-alert {\n --_connotation-color-primary: var(--vvd-color-alert-500);\n --_connotation-color-backdrop: var(--vvd-color-alert-50);\n --_connotation-color-intermediate: var(--vvd-color-alert-500);\n --_connotation-color-firm: var(--vvd-color-alert-600);\n --_connotation-color-faint: var(--vvd-color-alert-50);\n --_connotation-color-soft: var(--vvd-color-alert-100);\n}\n.base:not(.connotation-success, .connotation-alert) {\n --_connotation-color-primary: var(--vvd-color-canvas-text);\n --_connotation-color-backdrop: var(--vvd-color-canvas);\n --_connotation-color-intermediate: var(--vvd-color-neutral-500);\n --_connotation-color-firm: var(--vvd-color-canvas-text);\n --_connotation-color-faint: var(--vvd-color-neutral-50);\n --_connotation-color-soft: var(--vvd-color-neutral-100);\n}\n@supports (user-select: none) {\n .base {\n user-select: none;\n }\n}\n.base:not(.disabled) {\n --_low-ink-color: var(--vvd-color-neutral-600);\n}\n.base.disabled {\n --_low-ink-color: var(--_appearance-color-text);\n}\n\n.label {\n color: var(--vvd-color-canvas-text);\n contain: inline-size;\n font: var(--vvd-typography-base);\n grid-column: 1/4;\n grid-row: 1;\n}\n.char-count + .label {\n grid-column: 1/3;\n}\n\n.char-count {\n color: var(--_low-ink-color);\n font: var(--vvd-typography-base);\n grid-column: 3/4;\n}\n\n.fieldset {\n position: relative;\n display: flex;\n align-items: center;\n grid-column: 1/4;\n transition: color 0.2s;\n /* Shape */\n}\n.base > .fieldset {\n block-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2)));\n}\n.base:not(.shape-pill) .fieldset {\n border-radius: 6px;\n}\n.base.shape-pill .fieldset {\n border-radius: 24px;\n}\n\n.control {\n width: 100%;\n border: 0 none;\n background-color: var(--_appearance-color-fill);\n block-size: 100%;\n border-radius: inherit;\n box-shadow: inset 0 0 0 1px var(--_appearance-color-outline);\n color: var(--_appearance-color-text);\n font: var(--vvd-typography-base);\n padding-inline-end: var(--_text-field-gutter);\n padding-inline-start: var(--_text-field-gutter);\n transition: box-shadow 0.2s, background-color 0.2s;\n}\n.control:disabled {\n cursor: not-allowed;\n opacity: 1; /* 2. correct opacity on iOS */\n -webkit-text-fill-color: var(--_appearance-color-text); /* 1. sets text fill to current `color` for safari */\n}\n.control::placeholder, .control:disabled::placeholder {\n opacity: 1; /* 2. correct opacity on iOS */\n -webkit-text-fill-color: var(--_low-ink-color); /* 1. sets text fill to current `color` for safari */\n}\n@supports selector(:focus-visible) {\n .control:focus {\n outline: none;\n }\n}\n\n.icon {\n position: absolute;\n z-index: 1;\n color: var(--_low-ink-color);\n font-size: var(--_text-field-icon-size);\n inset-inline-start: var(--_text-field-gutter);\n}\n.icon + .control {\n padding-inline-start: calc(var(--_text-field-icon-size) + var(--_text-field-gutter) * 2);\n}\n\n.focus-indicator {\n --focus-stroke-gap-color: transparent;\n pointer-events: none;\n}\n.fieldset:not(:focus-visible, :focus-within) > .focus-indicator {\n display: none;\n}";
2
+
3
+ export { css_248z as c };
@@ -0,0 +1,225 @@
1
+ import { F as FoundationElement, U as DOM, _ as __decorate, a as attr, Z as nullableNumberConverter, N as observable } from './index.js';
2
+ import { a as applyMixins } from './apply-mixins.js';
3
+ import { F as FormAssociated } from './form-associated.js';
4
+ import { A as ARIAGlobalStatesAndProperties } from './aria-global.js';
5
+ import { S as StartEnd } from './start-end.js';
6
+
7
+ class _TextField extends FoundationElement {
8
+ }
9
+ /**
10
+ * A form-associated base class for the {@link @microsoft/fast-foundation#(TextField:class)} component.
11
+ *
12
+ * @internal
13
+ */
14
+ class FormAssociatedTextField extends FormAssociated(_TextField) {
15
+ constructor() {
16
+ super(...arguments);
17
+ this.proxy = document.createElement("input");
18
+ }
19
+ }
20
+
21
+ /**
22
+ * Text field sub-types
23
+ * @public
24
+ */
25
+ const TextFieldType = {
26
+ /**
27
+ * An email TextField
28
+ */
29
+ email: "email",
30
+ /**
31
+ * A password TextField
32
+ */
33
+ password: "password",
34
+ /**
35
+ * A telephone TextField
36
+ */
37
+ tel: "tel",
38
+ /**
39
+ * A text TextField
40
+ */
41
+ text: "text",
42
+ /**
43
+ * A URL TextField
44
+ */
45
+ url: "url",
46
+ };
47
+
48
+ /**
49
+ * A Text Field Custom HTML Element.
50
+ * Based largely on the {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/text | <input type="text" /> element }.
51
+ *
52
+ * @slot start - Content which can be provided before the number field input
53
+ * @slot end - Content which can be provided after the number field input
54
+ * @slot - The default slot for the label
55
+ * @csspart label - The label
56
+ * @csspart root - The element wrapping the control, including start and end slots
57
+ * @csspart control - The text field element
58
+ * @fires change - Fires a custom 'change' event when the value has changed
59
+ *
60
+ * @public
61
+ */
62
+ class TextField extends FormAssociatedTextField {
63
+ constructor() {
64
+ super(...arguments);
65
+ /**
66
+ * Allows setting a type or mode of text.
67
+ * @public
68
+ * @remarks
69
+ * HTML Attribute: type
70
+ */
71
+ this.type = TextFieldType.text;
72
+ }
73
+ readOnlyChanged() {
74
+ if (this.proxy instanceof HTMLInputElement) {
75
+ this.proxy.readOnly = this.readOnly;
76
+ this.validate();
77
+ }
78
+ }
79
+ autofocusChanged() {
80
+ if (this.proxy instanceof HTMLInputElement) {
81
+ this.proxy.autofocus = this.autofocus;
82
+ this.validate();
83
+ }
84
+ }
85
+ placeholderChanged() {
86
+ if (this.proxy instanceof HTMLInputElement) {
87
+ this.proxy.placeholder = this.placeholder;
88
+ }
89
+ }
90
+ typeChanged() {
91
+ if (this.proxy instanceof HTMLInputElement) {
92
+ this.proxy.type = this.type;
93
+ this.validate();
94
+ }
95
+ }
96
+ listChanged() {
97
+ if (this.proxy instanceof HTMLInputElement) {
98
+ this.proxy.setAttribute("list", this.list);
99
+ this.validate();
100
+ }
101
+ }
102
+ maxlengthChanged() {
103
+ if (this.proxy instanceof HTMLInputElement) {
104
+ this.proxy.maxLength = this.maxlength;
105
+ this.validate();
106
+ }
107
+ }
108
+ minlengthChanged() {
109
+ if (this.proxy instanceof HTMLInputElement) {
110
+ this.proxy.minLength = this.minlength;
111
+ this.validate();
112
+ }
113
+ }
114
+ patternChanged() {
115
+ if (this.proxy instanceof HTMLInputElement) {
116
+ this.proxy.pattern = this.pattern;
117
+ this.validate();
118
+ }
119
+ }
120
+ sizeChanged() {
121
+ if (this.proxy instanceof HTMLInputElement) {
122
+ this.proxy.size = this.size;
123
+ }
124
+ }
125
+ spellcheckChanged() {
126
+ if (this.proxy instanceof HTMLInputElement) {
127
+ this.proxy.spellcheck = this.spellcheck;
128
+ }
129
+ }
130
+ /**
131
+ * @internal
132
+ */
133
+ connectedCallback() {
134
+ super.connectedCallback();
135
+ this.proxy.setAttribute("type", this.type);
136
+ this.validate();
137
+ if (this.autofocus) {
138
+ DOM.queueUpdate(() => {
139
+ this.focus();
140
+ });
141
+ }
142
+ }
143
+ /**
144
+ * Selects all the text in the text field
145
+ *
146
+ * @public
147
+ */
148
+ select() {
149
+ this.control.select();
150
+ /**
151
+ * The select event does not permeate the shadow DOM boundary.
152
+ * This fn effectively proxies the select event,
153
+ * emitting a `select` event whenever the internal
154
+ * control emits a `select` event
155
+ */
156
+ this.$emit("select");
157
+ }
158
+ /**
159
+ * Handles the internal control's `input` event
160
+ * @internal
161
+ */
162
+ handleTextInput() {
163
+ this.value = this.control.value;
164
+ }
165
+ /**
166
+ * Change event handler for inner control.
167
+ * @remarks
168
+ * "Change" events are not `composable` so they will not
169
+ * permeate the shadow DOM boundary. This fn effectively proxies
170
+ * the change event, emitting a `change` event whenever the internal
171
+ * control emits a `change` event
172
+ * @internal
173
+ */
174
+ handleChange() {
175
+ this.$emit("change");
176
+ }
177
+ /** {@inheritDoc (FormAssociated:interface).validate} */
178
+ validate() {
179
+ super.validate(this.control);
180
+ }
181
+ }
182
+ __decorate([
183
+ attr({ attribute: "readonly", mode: "boolean" })
184
+ ], TextField.prototype, "readOnly", void 0);
185
+ __decorate([
186
+ attr({ mode: "boolean" })
187
+ ], TextField.prototype, "autofocus", void 0);
188
+ __decorate([
189
+ attr
190
+ ], TextField.prototype, "placeholder", void 0);
191
+ __decorate([
192
+ attr
193
+ ], TextField.prototype, "type", void 0);
194
+ __decorate([
195
+ attr
196
+ ], TextField.prototype, "list", void 0);
197
+ __decorate([
198
+ attr({ converter: nullableNumberConverter })
199
+ ], TextField.prototype, "maxlength", void 0);
200
+ __decorate([
201
+ attr({ converter: nullableNumberConverter })
202
+ ], TextField.prototype, "minlength", void 0);
203
+ __decorate([
204
+ attr
205
+ ], TextField.prototype, "pattern", void 0);
206
+ __decorate([
207
+ attr({ converter: nullableNumberConverter })
208
+ ], TextField.prototype, "size", void 0);
209
+ __decorate([
210
+ attr({ mode: "boolean" })
211
+ ], TextField.prototype, "spellcheck", void 0);
212
+ __decorate([
213
+ observable
214
+ ], TextField.prototype, "defaultSlottedNodes", void 0);
215
+ /**
216
+ * Includes ARIA states and properties relating to the ARIA textbox role
217
+ *
218
+ * @public
219
+ */
220
+ class DelegatesARIATextbox {
221
+ }
222
+ applyMixins(DelegatesARIATextbox, ARIAGlobalStatesAndProperties);
223
+ applyMixins(TextField, StartEnd, DelegatesARIATextbox);
224
+
225
+ export { DelegatesARIATextbox as D, TextField as T };
@@ -1,4 +1,4 @@
1
- import { r as registerSideDrawer } from '../shared/definition35.js';
1
+ import { r as registerSideDrawer } from '../shared/definition36.js';
2
2
  import '../shared/index.js';
3
3
  import '../shared/when.js';
4
4
  import '../shared/class-names.js';
package/slider/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { r as registerSlider } from '../shared/definition36.js';
1
+ import { r as registerSlider } from '../shared/definition37.js';
2
2
  import '../shared/index.js';
3
3
  import '../shared/definition4.js';
4
4
  import '../shared/focus.js';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 02 Jan 2023 10:04:45 GMT
3
+ * Generated on Thu, 05 Jan 2023 11:33:10 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 Mon, 02 Jan 2023 10:04:45 GMT
3
+ * Generated on Thu, 05 Jan 2023 11:33:10 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 Mon, 02 Jan 2023 10:04:45 GMT
3
+ * Generated on Thu, 05 Jan 2023 11:33:10 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 Mon, 02 Jan 2023 10:04:45 GMT
3
+ * Generated on Thu, 05 Jan 2023 11:33:10 GMT
4
4
  */
5
5
  /**
6
6
  * Do not edit directly
7
- * Generated on Mon, 02 Jan 2023 10:04:45 GMT
7
+ * Generated on Thu, 05 Jan 2023 11:33:10 GMT
8
8
  */
9
9
  /**
10
10
  * Do not edit directly
11
- * Generated on Mon, 02 Jan 2023 10:04:45 GMT
11
+ * Generated on Thu, 05 Jan 2023 11:33:10 GMT
12
12
  */
13
13
  /**
14
14
  * Do not edit directly
15
- * Generated on Mon, 02 Jan 2023 10:04:45 GMT
15
+ * Generated on Thu, 05 Jan 2023 11:33:10 GMT
16
16
  */
17
17
  @property --vvd-size-density {
18
18
  syntax: "<integer>";
@@ -1,18 +1,18 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 02 Jan 2023 10:04:45 GMT
3
+ * Generated on Thu, 05 Jan 2023 11:33:10 GMT
4
4
  */
5
5
  /**
6
6
  * Do not edit directly
7
- * Generated on Mon, 02 Jan 2023 10:04:45 GMT
7
+ * Generated on Thu, 05 Jan 2023 11:33:10 GMT
8
8
  */
9
9
  /**
10
10
  * Do not edit directly
11
- * Generated on Mon, 02 Jan 2023 10:04:45 GMT
11
+ * Generated on Thu, 05 Jan 2023 11:33:10 GMT
12
12
  */
13
13
  /**
14
14
  * Do not edit directly
15
- * Generated on Mon, 02 Jan 2023 10:04:45 GMT
15
+ * Generated on Thu, 05 Jan 2023 11:33:10 GMT
16
16
  */
17
17
  @property --vvd-size-density {
18
18
  syntax: "<integer>";
package/switch/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { r as registerSwitch } from '../shared/definition37.js';
1
+ import { r as registerSwitch } from '../shared/definition38.js';
2
2
  import '../shared/index.js';
3
3
  import '../shared/definition3.js';
4
4
  import '../shared/icon.js';
@@ -1,4 +1,4 @@
1
- import { r as registerTextArea } from '../shared/definition38.js';
1
+ import { r as registerTextArea } from '../shared/definition39.js';
2
2
  import '../shared/index.js';
3
3
  import '../shared/definition3.js';
4
4
  import '../shared/icon.js';
@@ -11,6 +11,7 @@ import '../shared/definition4.js';
11
11
  import '../shared/focus.js';
12
12
  import '../shared/affix.js';
13
13
  import '../shared/form-elements.js';
14
+ import '../shared/text-field2.js';
14
15
  import '../shared/apply-mixins.js';
15
16
  import '../shared/form-associated.js';
16
17
  import '../shared/key-codes.js';
@@ -1,4 +1,4 @@
1
- import { r as registerTextField } from '../shared/definition39.js';
1
+ import { r as registerTextField } from '../shared/definition40.js';
2
2
  import '../shared/index.js';
3
3
  import '../shared/definition4.js';
4
4
  import '../shared/focus.js';
@@ -11,12 +11,14 @@ import '../shared/when.js';
11
11
  import '../shared/class-names.js';
12
12
  import '../shared/affix.js';
13
13
  import '../shared/form-elements.js';
14
+ import '../shared/text-field2.js';
14
15
  import '../shared/apply-mixins.js';
15
16
  import '../shared/form-associated.js';
16
17
  import '../shared/key-codes.js';
17
18
  import '../shared/aria-global.js';
18
19
  import '../shared/start-end.js';
19
20
  import '../shared/ref.js';
21
+ import '../shared/text-field.js';
20
22
  import '../shared/focus2.js';
21
23
 
22
24
  registerTextField();
package/tooltip/index.js CHANGED
@@ -1,6 +1,6 @@
1
- import { r as registerTooltip } from '../shared/definition40.js';
1
+ import { r as registerTooltip } from '../shared/definition41.js';
2
2
  import '../shared/index.js';
3
- import '../shared/definition25.js';
3
+ import '../shared/definition18.js';
4
4
  import '../shared/definition9.js';
5
5
  import '../shared/definition3.js';
6
6
  import '../shared/icon.js';
package/vivid.api.json CHANGED
@@ -249,6 +249,101 @@
249
249
  "endIndex": 14
250
250
  }
251
251
  },
252
+ {
253
+ "kind": "Variable",
254
+ "canonicalReference": "@vonage/vivid!comboboxRegistries:var",
255
+ "docComment": "",
256
+ "excerptTokens": [
257
+ {
258
+ "kind": "Content",
259
+ "text": "comboboxRegistries: "
260
+ },
261
+ {
262
+ "kind": "Content",
263
+ "text": "(import(\"@microsoft/fast-foundation\")."
264
+ },
265
+ {
266
+ "kind": "Reference",
267
+ "text": "FoundationElementRegistry",
268
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
269
+ },
270
+ {
271
+ "kind": "Content",
272
+ "text": "<"
273
+ },
274
+ {
275
+ "kind": "Reference",
276
+ "text": "ComboboxOptions",
277
+ "canonicalReference": "@microsoft/fast-foundation!ComboboxOptions:type"
278
+ },
279
+ {
280
+ "kind": "Content",
281
+ "text": ", import(\"@microsoft/fast-element\")."
282
+ },
283
+ {
284
+ "kind": "Reference",
285
+ "text": "Constructable",
286
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
287
+ },
288
+ {
289
+ "kind": "Content",
290
+ "text": "<import(\"@microsoft/fast-foundation\")."
291
+ },
292
+ {
293
+ "kind": "Reference",
294
+ "text": "FoundationElement",
295
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
296
+ },
297
+ {
298
+ "kind": "Content",
299
+ "text": ">> | import(\"@microsoft/fast-foundation\")."
300
+ },
301
+ {
302
+ "kind": "Reference",
303
+ "text": "FoundationElementRegistry",
304
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
305
+ },
306
+ {
307
+ "kind": "Content",
308
+ "text": "<import(\"@microsoft/fast-foundation\")."
309
+ },
310
+ {
311
+ "kind": "Reference",
312
+ "text": "FoundationElementDefinition",
313
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
314
+ },
315
+ {
316
+ "kind": "Content",
317
+ "text": ", import(\"@microsoft/fast-element\")."
318
+ },
319
+ {
320
+ "kind": "Reference",
321
+ "text": "Constructable",
322
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
323
+ },
324
+ {
325
+ "kind": "Content",
326
+ "text": "<import(\"@microsoft/fast-foundation\")."
327
+ },
328
+ {
329
+ "kind": "Reference",
330
+ "text": "FoundationElement",
331
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
332
+ },
333
+ {
334
+ "kind": "Content",
335
+ "text": ">>)[]"
336
+ }
337
+ ],
338
+ "fileUrlPath": "../../dist/libs/components/lib/combobox/definition.d.ts",
339
+ "isReadonly": true,
340
+ "releaseTag": "Public",
341
+ "name": "comboboxRegistries",
342
+ "variableTypeTokenRange": {
343
+ "startIndex": 1,
344
+ "endIndex": 18
345
+ }
346
+ },
252
347
  {
253
348
  "kind": "Variable",
254
349
  "canonicalReference": "@vonage/vivid!designSystem:var",
@@ -1928,6 +2023,34 @@
1928
2023
  "endIndex": 3
1929
2024
  }
1930
2025
  },
2026
+ {
2027
+ "kind": "Variable",
2028
+ "canonicalReference": "@vonage/vivid!registerCombobox:var",
2029
+ "docComment": "",
2030
+ "excerptTokens": [
2031
+ {
2032
+ "kind": "Content",
2033
+ "text": "registerCombobox: "
2034
+ },
2035
+ {
2036
+ "kind": "Content",
2037
+ "text": "(prefix?: string) => import(\"@microsoft/fast-foundation\")."
2038
+ },
2039
+ {
2040
+ "kind": "Reference",
2041
+ "text": "DesignSystem",
2042
+ "canonicalReference": "@microsoft/fast-foundation!DesignSystem:interface"
2043
+ }
2044
+ ],
2045
+ "fileUrlPath": "../../dist/libs/components/lib/combobox/definition.d.ts",
2046
+ "isReadonly": true,
2047
+ "releaseTag": "Public",
2048
+ "name": "registerCombobox",
2049
+ "variableTypeTokenRange": {
2050
+ "startIndex": 1,
2051
+ "endIndex": 3
2052
+ }
2053
+ },
1931
2054
  {
1932
2055
  "kind": "Variable",
1933
2056
  "canonicalReference": "@vonage/vivid!registerDialog:var",