@cloudscape-design/components-themeable 3.0.1188 → 3.0.1190
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/lib/internal/manifest.json +1 -1
- package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +1 -1
- package/lib/internal/scss/progress-bar/styles.scss +4 -4
- package/lib/internal/template/internal/base-component/styles.scoped.css +30 -30
- package/lib/internal/template/internal/components/autosuggest-input/index.d.ts.map +1 -1
- package/lib/internal/template/internal/components/autosuggest-input/index.js +6 -0
- package/lib/internal/template/internal/components/autosuggest-input/index.js.map +1 -1
- package/lib/internal/template/internal/environment.js +2 -2
- package/lib/internal/template/internal/environment.json +2 -2
- package/lib/internal/template/internal/generated/styles/tokens.d.ts +4 -4
- package/lib/internal/template/internal/generated/styles/tokens.js +4 -4
- package/lib/internal/template/internal/generated/theming/index.cjs +44 -40
- package/lib/internal/template/internal/generated/theming/index.cjs.d.ts +18 -0
- package/lib/internal/template/internal/generated/theming/index.d.ts +18 -0
- package/lib/internal/template/internal/generated/theming/index.js +44 -40
- package/lib/internal/template/internal/hooks/use-ime-composition/index.d.ts +13 -0
- package/lib/internal/template/internal/hooks/use-ime-composition/index.d.ts.map +1 -0
- package/lib/internal/template/internal/hooks/use-ime-composition/index.js +39 -0
- package/lib/internal/template/internal/hooks/use-ime-composition/index.js.map +1 -0
- package/lib/internal/template/progress-bar/styles.css.js +19 -19
- package/lib/internal/template/progress-bar/styles.scoped.css +38 -38
- package/lib/internal/template/progress-bar/styles.selectors.js +19 -19
- package/lib/internal/template/select/parts/filter.js +1 -1
- package/lib/internal/template/select/parts/filter.js.map +1 -1
- package/package.json +1 -1
|
@@ -186,27 +186,27 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
186
186
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
187
187
|
SPDX-License-Identifier: Apache-2.0
|
|
188
188
|
*/
|
|
189
|
-
.
|
|
189
|
+
.awsui_progress_11huc_a3ynd_189:not(#\9)::-webkit-progress-value {
|
|
190
190
|
-webkit-transition: width var(--motion-duration-moderate-24bai8, 135ms) linear;
|
|
191
191
|
transition: width var(--motion-duration-moderate-24bai8, 135ms) linear;
|
|
192
192
|
}
|
|
193
193
|
@media (prefers-reduced-motion: reduce) {
|
|
194
|
-
.
|
|
194
|
+
.awsui_progress_11huc_a3ynd_189:not(#\9)::-webkit-progress-value {
|
|
195
195
|
animation: none;
|
|
196
196
|
-webkit-transition: none;
|
|
197
197
|
transition: none;
|
|
198
198
|
}
|
|
199
199
|
}
|
|
200
|
-
.awsui-motion-disabled .
|
|
200
|
+
.awsui-motion-disabled .awsui_progress_11huc_a3ynd_189:not(#\9)::-webkit-progress-value, .awsui-mode-entering .awsui_progress_11huc_a3ynd_189:not(#\9)::-webkit-progress-value {
|
|
201
201
|
animation: none;
|
|
202
202
|
-webkit-transition: none;
|
|
203
203
|
transition: none;
|
|
204
204
|
}
|
|
205
205
|
|
|
206
|
-
.awsui_result-
|
|
207
|
-
animation: awsui_awsui-motion-fade-
|
|
206
|
+
.awsui_result-state_11huc_a3ynd_203:not(#\9) {
|
|
207
|
+
animation: awsui_awsui-motion-fade-in_11huc_a3ynd_1 var(--motion-duration-transition-show-paced-0w35xp, 180ms) var(--motion-easing-transition-show-paced-ufdgkj, ease-out);
|
|
208
208
|
}
|
|
209
|
-
@keyframes awsui_awsui-motion-fade-
|
|
209
|
+
@keyframes awsui_awsui-motion-fade-in_11huc_a3ynd_1 {
|
|
210
210
|
from {
|
|
211
211
|
opacity: 0.2;
|
|
212
212
|
}
|
|
@@ -215,17 +215,17 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
215
215
|
}
|
|
216
216
|
}
|
|
217
217
|
@media (prefers-reduced-motion: reduce) {
|
|
218
|
-
.awsui_result-
|
|
218
|
+
.awsui_result-state_11huc_a3ynd_203:not(#\9) {
|
|
219
219
|
animation: none;
|
|
220
220
|
transition: none;
|
|
221
221
|
}
|
|
222
222
|
}
|
|
223
|
-
.awsui-motion-disabled .awsui_result-
|
|
223
|
+
.awsui-motion-disabled .awsui_result-state_11huc_a3ynd_203:not(#\9), .awsui-mode-entering .awsui_result-state_11huc_a3ynd_203:not(#\9) {
|
|
224
224
|
animation: none;
|
|
225
225
|
transition: none;
|
|
226
226
|
}
|
|
227
227
|
|
|
228
|
-
.
|
|
228
|
+
.awsui_root_11huc_a3ynd_225:not(#\9) {
|
|
229
229
|
border-collapse: separate;
|
|
230
230
|
border-spacing: 0;
|
|
231
231
|
box-sizing: border-box;
|
|
@@ -257,34 +257,34 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
257
257
|
-moz-osx-font-smoothing: auto;
|
|
258
258
|
}
|
|
259
259
|
|
|
260
|
-
.awsui_with-result-
|
|
260
|
+
.awsui_with-result-button_11huc_a3ynd_257:not(#\9) {
|
|
261
261
|
padding-inline-end: var(--space-m-n2lypl, 16px);
|
|
262
262
|
}
|
|
263
263
|
|
|
264
|
-
.awsui_result-
|
|
264
|
+
.awsui_result-text_11huc_a3ynd_261:not(#\9) {
|
|
265
265
|
/* used in test-utils */
|
|
266
266
|
}
|
|
267
267
|
|
|
268
|
-
.awsui_result-container-
|
|
268
|
+
.awsui_result-container-error_11huc_a3ynd_265:not(#\9), .awsui_result-container-success_11huc_a3ynd_265:not(#\9) {
|
|
269
269
|
/* used in test-utils */
|
|
270
270
|
}
|
|
271
271
|
|
|
272
|
-
.awsui_result-
|
|
272
|
+
.awsui_result-button_11huc_a3ynd_269:not(#\9) {
|
|
273
273
|
display: inline-block;
|
|
274
274
|
margin-block: var(--space-scaled-xxs-jatbiv, 4px);
|
|
275
275
|
margin-inline: 0;
|
|
276
276
|
}
|
|
277
277
|
|
|
278
|
-
.awsui_word-
|
|
278
|
+
.awsui_word-wrap_11huc_a3ynd_275:not(#\9) {
|
|
279
279
|
min-inline-size: 0;
|
|
280
280
|
word-break: break-word;
|
|
281
281
|
}
|
|
282
282
|
|
|
283
|
-
.awsui_label-
|
|
283
|
+
.awsui_label-flash_11huc_a3ynd_280:not(#\9) {
|
|
284
284
|
color: inherit;
|
|
285
285
|
font-weight: 700;
|
|
286
286
|
}
|
|
287
|
-
.awsui_label-key-
|
|
287
|
+
.awsui_label-key-value_11huc_a3ynd_284:not(#\9) {
|
|
288
288
|
font-size: var(--font-size-body-m-vv54cm, 14px);
|
|
289
289
|
line-height: var(--line-height-body-m-bedeoh, 22px);
|
|
290
290
|
font-weight: var(--font-display-label-weight-ise9n2, 400);
|
|
@@ -292,18 +292,18 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
292
292
|
margin-block-end: var(--space-scaled-xxxs-prgw5k, 2px);
|
|
293
293
|
}
|
|
294
294
|
|
|
295
|
-
.
|
|
295
|
+
.awsui_flash_11huc_a3ynd_292:not(#\9) {
|
|
296
296
|
color: inherit;
|
|
297
297
|
}
|
|
298
298
|
|
|
299
|
-
.awsui_progress-
|
|
299
|
+
.awsui_progress-container_11huc_a3ynd_296:not(#\9) {
|
|
300
300
|
display: flex;
|
|
301
301
|
align-items: center;
|
|
302
302
|
max-inline-size: 800px;
|
|
303
303
|
block-size: var(--line-height-body-m-bedeoh, 22px);
|
|
304
304
|
}
|
|
305
305
|
|
|
306
|
-
.awsui_percentage-
|
|
306
|
+
.awsui_percentage-container_11huc_a3ynd_303:not(#\9) {
|
|
307
307
|
inline-size: 33px;
|
|
308
308
|
flex-shrink: 0;
|
|
309
309
|
white-space: nowrap;
|
|
@@ -313,11 +313,11 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
313
313
|
letter-spacing: var(--letter-spacing-body-s-egrcsd, normal);
|
|
314
314
|
}
|
|
315
315
|
|
|
316
|
-
.
|
|
316
|
+
.awsui_percentage_11huc_a3ynd_303:not(#\9) {
|
|
317
317
|
/* used in test-utils */
|
|
318
318
|
}
|
|
319
319
|
|
|
320
|
-
.
|
|
320
|
+
.awsui_progress_11huc_a3ynd_189:not(#\9) {
|
|
321
321
|
inline-size: 100%;
|
|
322
322
|
margin-inline-end: var(--space-s-4a5hs8, 12px);
|
|
323
323
|
min-inline-size: 0;
|
|
@@ -329,9 +329,9 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
329
329
|
border-start-end-radius: var(--awsui-progress-bar-border-radius-4hh3rt, 10px);
|
|
330
330
|
border-end-start-radius: var(--awsui-progress-bar-border-radius-4hh3rt, 10px);
|
|
331
331
|
border-end-end-radius: var(--awsui-progress-bar-border-radius-4hh3rt, 10px);
|
|
332
|
-
background-color: var(--awsui-progress-bar-background-color-4hh3rt, var(--color-background-progress-bar-
|
|
332
|
+
background-color: var(--awsui-progress-bar-background-color-4hh3rt, var(--color-background-progress-bar-default-at8clm, #eaeded));
|
|
333
333
|
}
|
|
334
|
-
.
|
|
334
|
+
.awsui_progress_11huc_a3ynd_189:not(#\9)::-webkit-progress-bar {
|
|
335
335
|
block-size: var(--awsui-progress-bar-height-4hh3rt, 4px);
|
|
336
336
|
border-block: 0;
|
|
337
337
|
border-inline: none;
|
|
@@ -340,41 +340,41 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
340
340
|
border-start-end-radius: var(--awsui-progress-bar-border-radius-4hh3rt, 10px);
|
|
341
341
|
border-end-start-radius: var(--awsui-progress-bar-border-radius-4hh3rt, 10px);
|
|
342
342
|
border-end-end-radius: var(--awsui-progress-bar-border-radius-4hh3rt, 10px);
|
|
343
|
-
background-color: var(--awsui-progress-bar-background-color-4hh3rt, var(--color-background-progress-bar-
|
|
343
|
+
background-color: var(--awsui-progress-bar-background-color-4hh3rt, var(--color-background-progress-bar-default-at8clm, #eaeded));
|
|
344
344
|
}
|
|
345
|
-
.
|
|
345
|
+
.awsui_progress_11huc_a3ynd_189:not(#\9)::-webkit-progress-value {
|
|
346
346
|
border-start-start-radius: var(--awsui-progress-bar-border-radius-4hh3rt, 10px);
|
|
347
347
|
border-start-end-radius: 0;
|
|
348
348
|
border-end-start-radius: var(--awsui-progress-bar-border-radius-4hh3rt, 10px);
|
|
349
349
|
border-end-end-radius: 0;
|
|
350
|
-
background-color: var(--awsui-progress-value-background-color-4hh3rt, var(--color-background-progress-bar-
|
|
350
|
+
background-color: var(--awsui-progress-value-background-color-4hh3rt, var(--color-background-progress-bar-value-default-ndnwz2, #0073bb));
|
|
351
351
|
}
|
|
352
|
-
.
|
|
352
|
+
.awsui_progress_11huc_a3ynd_189.awsui_complete_11huc_a3ynd_349:not(#\9)::-webkit-progress-value {
|
|
353
353
|
border-start-start-radius: var(--awsui-progress-bar-border-radius-4hh3rt, 10px);
|
|
354
354
|
border-start-end-radius: var(--awsui-progress-bar-border-radius-4hh3rt, 10px);
|
|
355
355
|
border-end-start-radius: var(--awsui-progress-bar-border-radius-4hh3rt, 10px);
|
|
356
356
|
border-end-end-radius: var(--awsui-progress-bar-border-radius-4hh3rt, 10px);
|
|
357
357
|
}
|
|
358
|
-
.
|
|
358
|
+
.awsui_progress_11huc_a3ynd_189:not(#\9)::-moz-progress-bar {
|
|
359
359
|
border-start-start-radius: var(--awsui-progress-bar-border-radius-4hh3rt, 10px);
|
|
360
360
|
border-start-end-radius: 0;
|
|
361
361
|
border-end-start-radius: var(--awsui-progress-bar-border-radius-4hh3rt, 10px);
|
|
362
362
|
border-end-end-radius: 0;
|
|
363
|
-
background-color: var(--awsui-progress-value-background-color-4hh3rt, var(--color-background-progress-bar-
|
|
363
|
+
background-color: var(--awsui-progress-value-background-color-4hh3rt, var(--color-background-progress-bar-value-default-ndnwz2, #0073bb));
|
|
364
364
|
}
|
|
365
|
-
.
|
|
366
|
-
background-color: var(--awsui-progress-bar-background-color-4hh3rt, var(--color-background-progress-bar-
|
|
365
|
+
.awsui_progress_11huc_a3ynd_189.awsui_progress-in-flash_11huc_a3ynd_362:not(#\9) {
|
|
366
|
+
background-color: var(--awsui-progress-bar-background-color-4hh3rt, var(--color-background-progress-bar-in-flash-5pgc5p, rgba(255, 255, 255, 0.25)));
|
|
367
367
|
}
|
|
368
|
-
.
|
|
369
|
-
background-color: var(--awsui-progress-value-background-color-4hh3rt, var(--color-background-progress-bar-
|
|
368
|
+
.awsui_progress_11huc_a3ynd_189.awsui_progress-in-flash_11huc_a3ynd_362:not(#\9)::-moz-progress-bar {
|
|
369
|
+
background-color: var(--awsui-progress-value-background-color-4hh3rt, var(--color-background-progress-bar-value-in-flash-lx9kew, rgba(255, 255, 255, 0.7)));
|
|
370
370
|
}
|
|
371
|
-
.
|
|
372
|
-
background-color: var(--awsui-progress-bar-background-color-4hh3rt, var(--color-background-progress-bar-
|
|
371
|
+
.awsui_progress_11huc_a3ynd_189.awsui_progress-in-flash_11huc_a3ynd_362:not(#\9)::-webkit-progress-bar {
|
|
372
|
+
background-color: var(--awsui-progress-bar-background-color-4hh3rt, var(--color-background-progress-bar-in-flash-5pgc5p, rgba(255, 255, 255, 0.25)));
|
|
373
373
|
}
|
|
374
|
-
.
|
|
375
|
-
background-color: var(--awsui-progress-value-background-color-4hh3rt, var(--color-background-progress-bar-
|
|
374
|
+
.awsui_progress_11huc_a3ynd_189.awsui_progress-in-flash_11huc_a3ynd_362:not(#\9)::-webkit-progress-value {
|
|
375
|
+
background-color: var(--awsui-progress-value-background-color-4hh3rt, var(--color-background-progress-bar-value-in-flash-lx9kew, rgba(255, 255, 255, 0.7)));
|
|
376
376
|
}
|
|
377
377
|
|
|
378
|
-
.awsui_additional-
|
|
378
|
+
.awsui_additional-info_11huc_a3ynd_375:not(#\9) {
|
|
379
379
|
/* used in test-utils */
|
|
380
380
|
}
|
|
@@ -2,24 +2,24 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"progress": "
|
|
6
|
-
"result-state": "awsui_result-
|
|
7
|
-
"awsui-motion-fade-in": "awsui_awsui-motion-fade-
|
|
8
|
-
"root": "
|
|
9
|
-
"with-result-button": "awsui_with-result-
|
|
10
|
-
"result-text": "awsui_result-
|
|
11
|
-
"result-container-error": "awsui_result-container-
|
|
12
|
-
"result-container-success": "awsui_result-container-
|
|
13
|
-
"result-button": "awsui_result-
|
|
14
|
-
"word-wrap": "awsui_word-
|
|
15
|
-
"label-flash": "awsui_label-
|
|
16
|
-
"label-key-value": "awsui_label-key-
|
|
17
|
-
"flash": "
|
|
18
|
-
"progress-container": "awsui_progress-
|
|
19
|
-
"percentage-container": "awsui_percentage-
|
|
20
|
-
"percentage": "
|
|
21
|
-
"complete": "
|
|
22
|
-
"progress-in-flash": "awsui_progress-in-
|
|
23
|
-
"additional-info": "awsui_additional-
|
|
5
|
+
"progress": "awsui_progress_11huc_a3ynd_189",
|
|
6
|
+
"result-state": "awsui_result-state_11huc_a3ynd_203",
|
|
7
|
+
"awsui-motion-fade-in": "awsui_awsui-motion-fade-in_11huc_a3ynd_1",
|
|
8
|
+
"root": "awsui_root_11huc_a3ynd_225",
|
|
9
|
+
"with-result-button": "awsui_with-result-button_11huc_a3ynd_257",
|
|
10
|
+
"result-text": "awsui_result-text_11huc_a3ynd_261",
|
|
11
|
+
"result-container-error": "awsui_result-container-error_11huc_a3ynd_265",
|
|
12
|
+
"result-container-success": "awsui_result-container-success_11huc_a3ynd_265",
|
|
13
|
+
"result-button": "awsui_result-button_11huc_a3ynd_269",
|
|
14
|
+
"word-wrap": "awsui_word-wrap_11huc_a3ynd_275",
|
|
15
|
+
"label-flash": "awsui_label-flash_11huc_a3ynd_280",
|
|
16
|
+
"label-key-value": "awsui_label-key-value_11huc_a3ynd_284",
|
|
17
|
+
"flash": "awsui_flash_11huc_a3ynd_292",
|
|
18
|
+
"progress-container": "awsui_progress-container_11huc_a3ynd_296",
|
|
19
|
+
"percentage-container": "awsui_percentage-container_11huc_a3ynd_303",
|
|
20
|
+
"percentage": "awsui_percentage_11huc_a3ynd_303",
|
|
21
|
+
"complete": "awsui_complete_11huc_a3ynd_349",
|
|
22
|
+
"progress-in-flash": "awsui_progress-in-flash_11huc_a3ynd_362",
|
|
23
|
+
"additional-info": "awsui_additional-info_11huc_a3ynd_375"
|
|
24
24
|
};
|
|
25
25
|
|
|
@@ -9,7 +9,7 @@ const Filter = React.forwardRef(({ filteringType, ...filterProps }, ref) => {
|
|
|
9
9
|
}
|
|
10
10
|
return (React.createElement(InternalInput, { ref: ref, type: "visualSearch", className: styles.filter, autoComplete: false, disableBrowserAutocorrect: true, invalid: false, __noBorderRadius: true, ...filterProps, nativeInputAttributes: {
|
|
11
11
|
'aria-expanded': true,
|
|
12
|
-
'aria-haspopup':
|
|
12
|
+
'aria-haspopup': 'listbox',
|
|
13
13
|
role: 'combobox',
|
|
14
14
|
autoCorrect: 'off',
|
|
15
15
|
autoCapitalize: 'off',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"filter.js","sourceRoot":"","sources":["../../../../src/select/parts/filter.tsx"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,sCAAsC;AACtC,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,aAAqC,MAAM,sBAAsB,CAAC;AAGzE,OAAO,MAAM,MAAM,iBAAiB,CAAC;AAOrC,MAAM,MAAM,GAAG,KAAK,CAAC,UAAU,CAAC,CAAC,EAAE,aAAa,EAAE,GAAG,WAAW,EAAe,EAAE,GAAgC,EAAE,EAAE;IACnH,IAAI,aAAa,KAAK,MAAM,EAAE,CAAC;QAC7B,OAAO,IAAI,CAAC;IACd,CAAC;IAED,OAAO,CACL,oBAAC,aAAa,IACZ,GAAG,EAAE,GAAG,EACR,IAAI,EAAC,cAAc,EACnB,SAAS,EAAE,MAAM,CAAC,MAAM,EACxB,YAAY,EAAE,KAAK,EACnB,yBAAyB,EAAE,IAAI,EAC/B,OAAO,EAAE,KAAK,EACd,gBAAgB,EAAE,IAAI,KAClB,WAAW,EACf,qBAAqB,EAAE;YACrB,eAAe,EAAE,IAAI;YACrB,eAAe,EAAE,
|
|
1
|
+
{"version":3,"file":"filter.js","sourceRoot":"","sources":["../../../../src/select/parts/filter.tsx"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,sCAAsC;AACtC,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,aAAqC,MAAM,sBAAsB,CAAC;AAGzE,OAAO,MAAM,MAAM,iBAAiB,CAAC;AAOrC,MAAM,MAAM,GAAG,KAAK,CAAC,UAAU,CAAC,CAAC,EAAE,aAAa,EAAE,GAAG,WAAW,EAAe,EAAE,GAAgC,EAAE,EAAE;IACnH,IAAI,aAAa,KAAK,MAAM,EAAE,CAAC;QAC7B,OAAO,IAAI,CAAC;IACd,CAAC;IAED,OAAO,CACL,oBAAC,aAAa,IACZ,GAAG,EAAE,GAAG,EACR,IAAI,EAAC,cAAc,EACnB,SAAS,EAAE,MAAM,CAAC,MAAM,EACxB,YAAY,EAAE,KAAK,EACnB,yBAAyB,EAAE,IAAI,EAC/B,OAAO,EAAE,KAAK,EACd,gBAAgB,EAAE,IAAI,KAClB,WAAW,EACf,qBAAqB,EAAE;YACrB,eAAe,EAAE,IAAI;YACrB,eAAe,EAAE,SAAS;YAC1B,IAAI,EAAE,UAAU;YAChB,WAAW,EAAE,KAAK;YAClB,cAAc,EAAE,KAAK;YACrB,GAAG,WAAW,CAAC,qBAAqB;SACrC,EACD,8BAA8B,EAAE,IAAI,GACpC,CACH,CAAC;AACJ,CAAC,CAAC,CAAC;AAEH,eAAe,MAAM,CAAC","sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\nimport React from 'react';\n\nimport InternalInput, { InternalInputProps } from '../../input/internal';\nimport { SelectProps } from '../interfaces';\n\nimport styles from './styles.css.js';\n\nexport interface FilterProps extends InternalInputProps {\n ref?: React.Ref<HTMLInputElement>;\n filteringType: SelectProps.FilteringType;\n}\n\nconst Filter = React.forwardRef(({ filteringType, ...filterProps }: FilterProps, ref: React.Ref<HTMLInputElement>) => {\n if (filteringType === 'none') {\n return null;\n }\n\n return (\n <InternalInput\n ref={ref}\n type=\"visualSearch\"\n className={styles.filter}\n autoComplete={false}\n disableBrowserAutocorrect={true}\n invalid={false}\n __noBorderRadius={true}\n {...filterProps}\n nativeInputAttributes={{\n 'aria-expanded': true,\n 'aria-haspopup': 'listbox',\n role: 'combobox',\n autoCorrect: 'off',\n autoCapitalize: 'off',\n ...filterProps.nativeInputAttributes,\n }}\n __skipNativeAttributesWarnings={true}\n />\n );\n});\n\nexport default Filter;\n"]}
|