@workday/canvas-kit-labs-react 15.0.0-alpha.0064-next.0 → 15.0.0-alpha.0075-next.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 (67) hide show
  1. package/dist/commonjs/ai-ingress-button/lib/AIIngressButton.js +5 -5
  2. package/dist/commonjs/index.d.ts +0 -2
  3. package/dist/commonjs/index.d.ts.map +1 -1
  4. package/dist/commonjs/index.js +0 -2
  5. package/dist/commonjs/side-panel/lib/SidePanel.js +7 -7
  6. package/dist/commonjs/side-panel/lib/SidePanelToggleButton.js +11 -11
  7. package/dist/commonjs/version/lib/version.js +1 -1
  8. package/dist/es6/ai-ingress-button/lib/AIIngressButton.js +5 -5
  9. package/dist/es6/index.d.ts +0 -2
  10. package/dist/es6/index.d.ts.map +1 -1
  11. package/dist/es6/index.js +0 -2
  12. package/dist/es6/side-panel/lib/SidePanel.js +7 -7
  13. package/dist/es6/side-panel/lib/SidePanelToggleButton.js +11 -11
  14. package/dist/es6/version/lib/version.js +1 -1
  15. package/index.ts +0 -2
  16. package/package.json +4 -4
  17. package/combobox/index.ts +0 -1
  18. package/combobox/lib/AutocompleteList.tsx +0 -137
  19. package/combobox/lib/Combobox.tsx +0 -505
  20. package/combobox/lib/Status.tsx +0 -52
  21. package/combobox/package.json +0 -6
  22. package/dist/commonjs/combobox/index.d.ts +0 -2
  23. package/dist/commonjs/combobox/index.d.ts.map +0 -1
  24. package/dist/commonjs/combobox/index.js +0 -17
  25. package/dist/commonjs/combobox/lib/AutocompleteList.d.ts +0 -34
  26. package/dist/commonjs/combobox/lib/AutocompleteList.d.ts.map +0 -1
  27. package/dist/commonjs/combobox/lib/AutocompleteList.js +0 -101
  28. package/dist/commonjs/combobox/lib/Combobox.d.ts +0 -79
  29. package/dist/commonjs/combobox/lib/Combobox.d.ts.map +0 -1
  30. package/dist/commonjs/combobox/lib/Combobox.js +0 -349
  31. package/dist/commonjs/combobox/lib/Status.d.ts +0 -16
  32. package/dist/commonjs/combobox/lib/Status.d.ts.map +0 -1
  33. package/dist/commonjs/combobox/lib/Status.js +0 -29
  34. package/dist/commonjs/search-form/index.d.ts +0 -3
  35. package/dist/commonjs/search-form/index.d.ts.map +0 -1
  36. package/dist/commonjs/search-form/index.js +0 -18
  37. package/dist/commonjs/search-form/lib/SearchForm.d.ts +0 -450
  38. package/dist/commonjs/search-form/lib/SearchForm.d.ts.map +0 -1
  39. package/dist/commonjs/search-form/lib/SearchForm.js +0 -236
  40. package/dist/commonjs/search-form/lib/themes.d.ts +0 -33
  41. package/dist/commonjs/search-form/lib/themes.d.ts.map +0 -1
  42. package/dist/commonjs/search-form/lib/themes.js +0 -47
  43. package/dist/es6/combobox/index.d.ts +0 -2
  44. package/dist/es6/combobox/index.d.ts.map +0 -1
  45. package/dist/es6/combobox/index.js +0 -1
  46. package/dist/es6/combobox/lib/AutocompleteList.d.ts +0 -34
  47. package/dist/es6/combobox/lib/AutocompleteList.d.ts.map +0 -1
  48. package/dist/es6/combobox/lib/AutocompleteList.js +0 -71
  49. package/dist/es6/combobox/lib/Combobox.d.ts +0 -79
  50. package/dist/es6/combobox/lib/Combobox.d.ts.map +0 -1
  51. package/dist/es6/combobox/lib/Combobox.js +0 -317
  52. package/dist/es6/combobox/lib/Status.d.ts +0 -16
  53. package/dist/es6/combobox/lib/Status.d.ts.map +0 -1
  54. package/dist/es6/combobox/lib/Status.js +0 -22
  55. package/dist/es6/search-form/index.d.ts +0 -3
  56. package/dist/es6/search-form/index.d.ts.map +0 -1
  57. package/dist/es6/search-form/index.js +0 -2
  58. package/dist/es6/search-form/lib/SearchForm.d.ts +0 -450
  59. package/dist/es6/search-form/lib/SearchForm.d.ts.map +0 -1
  60. package/dist/es6/search-form/lib/SearchForm.js +0 -207
  61. package/dist/es6/search-form/lib/themes.d.ts +0 -33
  62. package/dist/es6/search-form/lib/themes.d.ts.map +0 -1
  63. package/dist/es6/search-form/lib/themes.js +0 -44
  64. package/search-form/index.ts +0 -2
  65. package/search-form/lib/SearchForm.tsx +0 -651
  66. package/search-form/lib/themes.ts +0 -67
  67. package/search-form/package.json +0 -6
@@ -1,450 +0,0 @@
1
- import * as React from 'react';
2
- import { GrowthBehavior } from '@workday/canvas-kit-react/common';
3
- import { TertiaryButtonProps } from '@workday/canvas-kit-react/button';
4
- import { SearchTheme, SearchThemeAttributes } from './themes';
5
- import { CSProps } from '@workday/canvas-kit-styling';
6
- /**
7
- * @deprecated ⚠️ `SearchFormProps` is deprecated and will be removed in a future major version. Please reference our [Autocomplete example](https://workday.github.io/canvas-kit/?path=/docs/features-combobox--docs#usage).
8
- */
9
- export interface SearchFormProps extends GrowthBehavior, React.FormHTMLAttributes<HTMLFormElement>, CSProps {
10
- /**
11
- * The function called when the SearchForm form is submitted. The current input value is passed to the callback function.
12
- */
13
- onSubmit: React.FormEventHandler<HTMLFormElement>;
14
- /**
15
- * If true, collapse the SearchForm text input into a toggle icon. Useful for responsive layouts.
16
- * @default false
17
- */
18
- isCollapsed?: boolean;
19
- /**
20
- * The function called when the SearchForm text input changes.
21
- */
22
- onInputChange?: React.ChangeEventHandler<HTMLInputElement>;
23
- /**
24
- * The autocomplete items of the SearchForm. This array of menu items is shown under the search bar.
25
- */
26
- autocompleteItems?: React.ReactElement<any>[];
27
- /**
28
- * The theme of the header the search input is being rendered in.
29
- */
30
- searchTheme?: SearchTheme | SearchThemeAttributes;
31
- /**
32
- * The placeholder text of the SearchForm text input.
33
- * @default Search
34
- */
35
- placeholder?: string;
36
- /**
37
- * The initial value of the SearchForm text input.
38
- */
39
- initialValue?: string;
40
- /**
41
- * If true, right-align the SearchForm. If false, the text input should grow to left-align the SearchForm.
42
- * @default false
43
- */
44
- rightAlign?: boolean;
45
- /**
46
- * The screenreader label text for the SearchForm text input.
47
- * @default Search
48
- */
49
- inputLabel?: string;
50
- /**
51
- * The screenreader label text for the SearchForm submit button.
52
- * @default Search
53
- */
54
- submitAriaLabel?: string;
55
- /**
56
- * The screenreader label text for the SearchForm clear button.
57
- * @default Reset Search Form
58
- */
59
- clearButtonAriaLabel?: string;
60
- /**
61
- * The screenreader label text for the button to open the collapsed SearchForm.
62
- * @default Open Search
63
- */
64
- openButtonAriaLabel?: string;
65
- /**
66
- * The screenreader label text for the button to close the open SearchForm.
67
- * @default Cancel
68
- */
69
- closeButtonAriaLabel?: string;
70
- /**
71
- * If true, render the SearchForm with a button to clear the text input.
72
- * @default true
73
- */
74
- showClearButton?: boolean;
75
- /**
76
- * Height of the Search Form in pixels
77
- * @default 40
78
- */
79
- height?: number;
80
- /**
81
- * If true, allow onSubmit being called when input value is empty.
82
- * @default false
83
- */
84
- allowEmptyStringSearch?: boolean;
85
- /**
86
- * Sets the `id` for the label
87
- * @default unique identifier
88
- */
89
- labelId?: string;
90
- }
91
- /**
92
- * @deprecated ⚠️ `SearchFormState` is deprecated and will be removed in a future major version. Please reference our [Autocomplete example](https://workday.github.io/canvas-kit/?path=/docs/features-combobox--docs#usage).
93
- */
94
- export interface SearchFormState {
95
- showForm: boolean;
96
- searchQuery: string;
97
- isFocused: boolean;
98
- }
99
- /**
100
- * @deprecated ⚠️ `searchFormStencil` is deprecated and will be removed in a future major version. Please reference our [Autocomplete example](https://workday.github.io/canvas-kit/?path=/docs/features-combobox--docs#usage).
101
- */
102
- export declare const searchFormStencil: import("@workday/canvas-kit-styling").Stencil<{
103
- isHiddenSubmitSearchIcon: {
104
- true: ({ submitSearchIconPart }: {
105
- minWidth: `--${string}`;
106
- maxWidth: `--${string}`;
107
- height: `--${string}`;
108
- background: `--${string}`;
109
- backgroundFocus: `--${string}`;
110
- backgroundHover: `--${string}`;
111
- color: `--${string}`;
112
- colorFocus: `--${string}`;
113
- placeholderColor: `--${string}`;
114
- placeholderColorFocus: `--${string}`;
115
- boxShadow: `--${string}`;
116
- boxShadowFocus: `--${string}`;
117
- } & import("@workday/canvas-kit-styling").StencilVarsParts<{
118
- readonly searchContainer: "search-form-container";
119
- readonly combobox: "search-form-combobox";
120
- readonly closeButton: "search-form-close-button";
121
- readonly searchField: "search-form-field";
122
- readonly submitSearchIcon: "search-form-submit-search-icon";
123
- readonly openSearchIcon: "search-form-open-search-icon";
124
- readonly searchInput: "search-form-input";
125
- readonly closeButtonPart: "search-form-close-button";
126
- }>) => {
127
- "[data-part=\"search-form-submit-search-icon\"]": {
128
- display: string;
129
- };
130
- };
131
- };
132
- isHiddenOpenSeachIcon: {
133
- true: ({ openSearchIconPart }: {
134
- minWidth: `--${string}`;
135
- maxWidth: `--${string}`;
136
- height: `--${string}`;
137
- background: `--${string}`;
138
- backgroundFocus: `--${string}`;
139
- backgroundHover: `--${string}`;
140
- color: `--${string}`;
141
- colorFocus: `--${string}`;
142
- placeholderColor: `--${string}`;
143
- placeholderColorFocus: `--${string}`;
144
- boxShadow: `--${string}`;
145
- boxShadowFocus: `--${string}`;
146
- } & import("@workday/canvas-kit-styling").StencilVarsParts<{
147
- readonly searchContainer: "search-form-container";
148
- readonly combobox: "search-form-combobox";
149
- readonly closeButton: "search-form-close-button";
150
- readonly searchField: "search-form-field";
151
- readonly submitSearchIcon: "search-form-submit-search-icon";
152
- readonly openSearchIcon: "search-form-open-search-icon";
153
- readonly searchInput: "search-form-input";
154
- readonly closeButtonPart: "search-form-close-button";
155
- }>) => {
156
- "[data-part=\"search-form-open-search-icon\"]": {
157
- display: string;
158
- };
159
- };
160
- };
161
- isCollapsed: {
162
- true: ({ searchFieldPart, submitSearchIconPart, openSearchIconPart, searchInputPart, height, }: {
163
- minWidth: `--${string}`;
164
- maxWidth: `--${string}`;
165
- height: `--${string}`;
166
- background: `--${string}`;
167
- backgroundFocus: `--${string}`;
168
- backgroundHover: `--${string}`;
169
- color: `--${string}`;
170
- colorFocus: `--${string}`;
171
- placeholderColor: `--${string}`;
172
- placeholderColorFocus: `--${string}`;
173
- boxShadow: `--${string}`;
174
- boxShadowFocus: `--${string}`;
175
- } & import("@workday/canvas-kit-styling").StencilVarsParts<{
176
- readonly searchContainer: "search-form-container";
177
- readonly combobox: "search-form-combobox";
178
- readonly closeButton: "search-form-close-button";
179
- readonly searchField: "search-form-field";
180
- readonly submitSearchIcon: "search-form-submit-search-icon";
181
- readonly openSearchIcon: "search-form-open-search-icon";
182
- readonly searchInput: "search-form-input";
183
- readonly closeButtonPart: "search-form-close-button";
184
- }>) => {
185
- [x: string]: string | number | {
186
- display: string;
187
- maxWidth: string;
188
- margin?: undefined;
189
- fontSize?: undefined;
190
- paddingInlineStart?: undefined;
191
- paddingInlineEnd?: undefined;
192
- minWidth?: undefined;
193
- backgroundColor?: undefined;
194
- height?: undefined;
195
- } | {
196
- margin: string;
197
- display?: undefined;
198
- maxWidth?: undefined;
199
- fontSize?: undefined;
200
- paddingInlineStart?: undefined;
201
- paddingInlineEnd?: undefined;
202
- minWidth?: undefined;
203
- backgroundColor?: undefined;
204
- height?: undefined;
205
- } | {
206
- fontSize: string;
207
- paddingInlineStart: string;
208
- paddingInlineEnd: string;
209
- maxWidth: string;
210
- minWidth: number;
211
- backgroundColor: "--cnvs-sys-color-bg-transparent-default";
212
- height: `var(--${string}, var(--cnvs-sys-space-x10))`;
213
- display?: undefined;
214
- margin?: undefined;
215
- };
216
- top: number;
217
- right: number;
218
- left: number;
219
- bottom: number;
220
- margin: number;
221
- position: string;
222
- backgroundColor: "--cnvs-sys-color-bg-transparent-default";
223
- transition: string;
224
- maxWidth: string;
225
- minWidth: string;
226
- overflow: string;
227
- zIndex: number;
228
- "[data-part=\"search-form-field\"]": {
229
- display: string;
230
- maxWidth: string;
231
- };
232
- "[data-part=\"search-form-input\"]": {
233
- fontSize: string;
234
- paddingInlineStart: string;
235
- paddingInlineEnd: string;
236
- maxWidth: string;
237
- minWidth: number;
238
- backgroundColor: "--cnvs-sys-color-bg-transparent-default";
239
- height: `var(--${string}, var(--cnvs-sys-space-x10))`;
240
- };
241
- };
242
- false: ({ searchFieldPart }: {
243
- minWidth: `--${string}`;
244
- maxWidth: `--${string}`;
245
- height: `--${string}`;
246
- background: `--${string}`;
247
- backgroundFocus: `--${string}`;
248
- backgroundHover: `--${string}`;
249
- color: `--${string}`;
250
- colorFocus: `--${string}`;
251
- placeholderColor: `--${string}`;
252
- placeholderColorFocus: `--${string}`;
253
- boxShadow: `--${string}`;
254
- boxShadowFocus: `--${string}`;
255
- } & import("@workday/canvas-kit-styling").StencilVarsParts<{
256
- readonly searchContainer: "search-form-container";
257
- readonly combobox: "search-form-combobox";
258
- readonly closeButton: "search-form-close-button";
259
- readonly searchField: "search-form-field";
260
- readonly submitSearchIcon: "search-form-submit-search-icon";
261
- readonly openSearchIcon: "search-form-open-search-icon";
262
- readonly searchInput: "search-form-input";
263
- readonly closeButtonPart: "search-form-close-button";
264
- }>) => {
265
- "[data-part=\"search-form-field\"]": {
266
- display: string;
267
- };
268
- };
269
- };
270
- rightAlign: {
271
- true: {
272
- textAlign: string;
273
- };
274
- };
275
- showForm: {
276
- true: {};
277
- false: {};
278
- };
279
- grow: {
280
- true: {
281
- maxWidth: string;
282
- "[data-part=\"search-form-field\"], [data-part=\"search-form-input\"]": {
283
- maxWidth: string;
284
- };
285
- };
286
- };
287
- searchTheme: {
288
- light: ({ searchInputPart }: {
289
- minWidth: `--${string}`;
290
- maxWidth: `--${string}`;
291
- height: `--${string}`;
292
- background: `--${string}`;
293
- backgroundFocus: `--${string}`;
294
- backgroundHover: `--${string}`;
295
- color: `--${string}`;
296
- colorFocus: `--${string}`;
297
- placeholderColor: `--${string}`;
298
- placeholderColorFocus: `--${string}`;
299
- boxShadow: `--${string}`;
300
- boxShadowFocus: `--${string}`;
301
- } & import("@workday/canvas-kit-styling").StencilVarsParts<{
302
- readonly searchContainer: "search-form-container";
303
- readonly combobox: "search-form-combobox";
304
- readonly closeButton: "search-form-close-button";
305
- readonly searchField: "search-form-field";
306
- readonly submitSearchIcon: "search-form-submit-search-icon";
307
- readonly openSearchIcon: "search-form-open-search-icon";
308
- readonly searchInput: "search-form-input";
309
- readonly closeButtonPart: "search-form-close-button";
310
- }>) => {
311
- "[data-part=\"search-form-input\"]": {
312
- background: "--cnvs-sys-color-bg-alt-soft";
313
- color: "--cnvs-sys-color-text-default";
314
- '::placeholder': {
315
- color: "--cnvs-sys-color-text-hint";
316
- };
317
- '&:hover': {
318
- background: "--cnvs-sys-color-bg-alt-default";
319
- };
320
- '&:is(:focus-visible, &.focus):where(:not([disabled]))': {
321
- background: "--cnvs-sys-color-bg-alt-soft";
322
- boxShadow: string;
323
- };
324
- };
325
- };
326
- dark: ({ searchInputPart }: {
327
- minWidth: `--${string}`;
328
- maxWidth: `--${string}`;
329
- height: `--${string}`;
330
- background: `--${string}`;
331
- backgroundFocus: `--${string}`;
332
- backgroundHover: `--${string}`;
333
- color: `--${string}`;
334
- colorFocus: `--${string}`;
335
- placeholderColor: `--${string}`;
336
- placeholderColorFocus: `--${string}`;
337
- boxShadow: `--${string}`;
338
- boxShadowFocus: `--${string}`;
339
- } & import("@workday/canvas-kit-styling").StencilVarsParts<{
340
- readonly searchContainer: "search-form-container";
341
- readonly combobox: "search-form-combobox";
342
- readonly closeButton: "search-form-close-button";
343
- readonly searchField: "search-form-field";
344
- readonly submitSearchIcon: "search-form-submit-search-icon";
345
- readonly openSearchIcon: "search-form-open-search-icon";
346
- readonly searchInput: "search-form-input";
347
- readonly closeButtonPart: "search-form-close-button";
348
- }>) => {
349
- "[data-part=\"search-form-input\"]": {
350
- backgroundColor: string;
351
- color: "--cnvs-sys-color-text-inverse";
352
- boxShadow: string;
353
- '::placeholder': {
354
- color: "--cnvs-sys-color-text-inverse";
355
- };
356
- ':hover': {
357
- background: string;
358
- };
359
- '&:is(:focus-visible, &.focus):where(:not([disabled]))': {
360
- background: "--cnvs-sys-color-bg-default";
361
- color: "--cnvs-sys-color-text-default";
362
- '::placeholder': {
363
- color: "--cnvs-sys-color-text-hint";
364
- };
365
- boxShadow: string;
366
- };
367
- };
368
- };
369
- transparent: ({ searchInputPart }: {
370
- minWidth: `--${string}`;
371
- maxWidth: `--${string}`;
372
- height: `--${string}`;
373
- background: `--${string}`;
374
- backgroundFocus: `--${string}`;
375
- backgroundHover: `--${string}`;
376
- color: `--${string}`;
377
- colorFocus: `--${string}`;
378
- placeholderColor: `--${string}`;
379
- placeholderColorFocus: `--${string}`;
380
- boxShadow: `--${string}`;
381
- boxShadowFocus: `--${string}`;
382
- } & import("@workday/canvas-kit-styling").StencilVarsParts<{
383
- readonly searchContainer: "search-form-container";
384
- readonly combobox: "search-form-combobox";
385
- readonly closeButton: "search-form-close-button";
386
- readonly searchField: "search-form-field";
387
- readonly submitSearchIcon: "search-form-submit-search-icon";
388
- readonly openSearchIcon: "search-form-open-search-icon";
389
- readonly searchInput: "search-form-input";
390
- readonly closeButtonPart: "search-form-close-button";
391
- }>) => {
392
- "[data-part=\"search-form-input\"]": {
393
- background: "--cnvs-sys-color-bg-transparent-default";
394
- backgroundFocus: "--cnvs-sys-color-bg-transparent-default";
395
- color: "--cnvs-sys-color-text-default";
396
- colorFocus: "--cnvs-sys-color-text-default";
397
- placeholderColor: "--cnvs-sys-color-text-hint";
398
- placeholderColorFocus: "--cnvs-sys-color-text-hint";
399
- boxShadow: string;
400
- boxShadowFocus: string;
401
- };
402
- };
403
- };
404
- }, {
405
- readonly searchContainer: "search-form-container";
406
- readonly combobox: "search-form-combobox";
407
- readonly closeButton: "search-form-close-button";
408
- readonly searchField: "search-form-field";
409
- readonly submitSearchIcon: "search-form-submit-search-icon";
410
- readonly openSearchIcon: "search-form-open-search-icon";
411
- readonly searchInput: "search-form-input";
412
- readonly closeButtonPart: "search-form-close-button";
413
- }, {
414
- minWidth: string;
415
- maxWidth: string;
416
- height: string;
417
- background: string;
418
- backgroundFocus: string;
419
- backgroundHover: string;
420
- color: string;
421
- colorFocus: string;
422
- placeholderColor: string;
423
- placeholderColorFocus: string;
424
- boxShadow: string;
425
- boxShadowFocus: string;
426
- }, never, never>;
427
- /**
428
- * @deprecated ⚠️ `SearchForm` is deprecated and will be removed in a future major version. Please reference our [Autocomplete example](https://workday.github.io/canvas-kit/?path=/docs/features-combobox--docs#usage).
429
- */
430
- export declare class SearchForm extends React.Component<SearchFormProps, SearchFormState> {
431
- static Theme: typeof SearchTheme;
432
- private inputRef;
433
- private openRef;
434
- private defaultLabelId;
435
- state: Readonly<SearchFormState>;
436
- private getTheme;
437
- private getThemeColors;
438
- getIconButtonType: () => TertiaryButtonProps['variant'];
439
- handleSubmit: (event: React.FormEvent<HTMLFormElement>) => void;
440
- openCollapsedSearch: () => void;
441
- closeCollapsedSearch: () => void;
442
- componentDidUpdate(prevProps: SearchFormProps, prevState: SearchFormState): void;
443
- focusInput: () => void;
444
- focusOpen: () => void;
445
- handleFocus: () => void;
446
- handleBlur: () => void;
447
- handleSearchInputChange: (event: React.ChangeEvent<HTMLInputElement>) => void;
448
- render(): import("react/jsx-runtime").JSX.Element;
449
- }
450
- //# sourceMappingURL=SearchForm.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SearchForm.d.ts","sourceRoot":"","sources":["../../../../search-form/lib/SearchForm.tsx"],"names":[],"mappings":"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"}