@zendeskgarden/react-forms 8.47.1 → 8.47.2

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/dist/index.esm.js CHANGED
@@ -9,8 +9,8 @@ import * as React from 'react';
9
9
  import React__default, { createContext, useContext, Children, useState, useRef, useMemo, forwardRef, useCallback, useEffect, useLayoutEffect } from 'react';
10
10
  import PropTypes from 'prop-types';
11
11
  import { useField } from '@zendeskgarden/container-field';
12
- import styled, { css } from 'styled-components';
13
- import { retrieveComponentStyles, DEFAULT_THEME, getLineHeight, getColor, withTheme, useDocument } from '@zendeskgarden/react-theming';
12
+ import styled, { css, ThemeContext } from 'styled-components';
13
+ import { retrieveComponentStyles, DEFAULT_THEME, getLineHeight, getColor, useDocument } from '@zendeskgarden/react-theming';
14
14
  import { hideVisually, math, rgba, em } from 'polished';
15
15
  import { composeEventHandlers, KEY_CODES, getControlledValue } from '@zendeskgarden/container-utilities';
16
16
  import mergeRefs from 'react-merge-refs';
@@ -21,14 +21,9 @@ function ownKeys(object, enumerableOnly) {
21
21
 
22
22
  if (Object.getOwnPropertySymbols) {
23
23
  var symbols = Object.getOwnPropertySymbols(object);
24
-
25
- if (enumerableOnly) {
26
- symbols = symbols.filter(function (sym) {
27
- return Object.getOwnPropertyDescriptor(object, sym).enumerable;
28
- });
29
- }
30
-
31
- keys.push.apply(keys, symbols);
24
+ enumerableOnly && (symbols = symbols.filter(function (sym) {
25
+ return Object.getOwnPropertyDescriptor(object, sym).enumerable;
26
+ })), keys.push.apply(keys, symbols);
32
27
  }
33
28
 
34
29
  return keys;
@@ -36,19 +31,12 @@ function ownKeys(object, enumerableOnly) {
36
31
 
37
32
  function _objectSpread2(target) {
38
33
  for (var i = 1; i < arguments.length; i++) {
39
- var source = arguments[i] != null ? arguments[i] : {};
40
-
41
- if (i % 2) {
42
- ownKeys(Object(source), true).forEach(function (key) {
43
- _defineProperty(target, key, source[key]);
44
- });
45
- } else if (Object.getOwnPropertyDescriptors) {
46
- Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
47
- } else {
48
- ownKeys(Object(source)).forEach(function (key) {
49
- Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
50
- });
51
- }
34
+ var source = null != arguments[i] ? arguments[i] : {};
35
+ i % 2 ? ownKeys(Object(source), !0).forEach(function (key) {
36
+ _defineProperty(target, key, source[key]);
37
+ }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) {
38
+ Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
39
+ });
52
40
  }
53
41
 
54
42
  return target;
@@ -207,7 +195,7 @@ var useFieldContext = function useFieldContext() {
207
195
  var COMPONENT_ID$K = 'forms.field';
208
196
  var StyledField = styled.div.attrs({
209
197
  'data-garden-id': COMPONENT_ID$K,
210
- 'data-garden-version': '8.47.1'
198
+ 'data-garden-version': '8.47.2'
211
199
  }).withConfig({
212
200
  displayName: "StyledField",
213
201
  componentId: "sc-12gzfsu-0"
@@ -224,7 +212,7 @@ var COMPONENT_ID$J = 'forms.fieldset';
224
212
  var StyledFieldset = styled(StyledField).attrs({
225
213
  as: 'fieldset',
226
214
  'data-garden-id': COMPONENT_ID$J,
227
- 'data-garden-version': '8.47.1'
215
+ 'data-garden-version': '8.47.2'
228
216
  }).withConfig({
229
217
  displayName: "StyledFieldset",
230
218
  componentId: "sc-1vr4mxv-0"
@@ -240,7 +228,7 @@ StyledFieldset.defaultProps = {
240
228
  var COMPONENT_ID$I = 'forms.input_label';
241
229
  var StyledLabel = styled.label.attrs({
242
230
  'data-garden-id': COMPONENT_ID$I,
243
- 'data-garden-version': '8.47.1'
231
+ 'data-garden-version': '8.47.2'
244
232
  }).withConfig({
245
233
  displayName: "StyledLabel",
246
234
  componentId: "sc-2utmsz-0"
@@ -275,7 +263,7 @@ var COMPONENT_ID$H = 'forms.fieldset_legend';
275
263
  var StyledLegend = styled(StyledLabel).attrs({
276
264
  as: 'legend',
277
265
  'data-garden-id': COMPONENT_ID$H,
278
- 'data-garden-version': '8.47.1'
266
+ 'data-garden-version': '8.47.2'
279
267
  }).withConfig({
280
268
  displayName: "StyledLegend",
281
269
  componentId: "sc-6s0zwq-0"
@@ -289,7 +277,7 @@ StyledLegend.defaultProps = {
289
277
  var COMPONENT_ID$G = 'forms.input_hint';
290
278
  var StyledHint = styled.div.attrs({
291
279
  'data-garden-id': COMPONENT_ID$G,
292
- 'data-garden-version': '8.47.1'
280
+ 'data-garden-version': '8.47.2'
293
281
  }).withConfig({
294
282
  displayName: "StyledHint",
295
283
  componentId: "sc-17c2wu8-0"
@@ -308,90 +296,86 @@ StyledHint.defaultProps = {
308
296
  theme: DEFAULT_THEME
309
297
  };
310
298
 
299
+ var _g$2, _circle$5;
300
+
311
301
  function _extends$s() { _extends$s = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$s.apply(this, arguments); }
312
302
 
313
- var _ref$s = /*#__PURE__*/React.createElement("g", {
314
- fill: "none",
315
- stroke: "currentColor"
316
- }, /*#__PURE__*/React.createElement("circle", {
317
- cx: 7.5,
318
- cy: 8.5,
319
- r: 7
320
- }), /*#__PURE__*/React.createElement("path", {
321
- strokeLinecap: "round",
322
- d: "M7.5 4.5V9"
323
- }));
324
-
325
- var _ref2$5 = /*#__PURE__*/React.createElement("circle", {
326
- cx: 7.5,
327
- cy: 12,
328
- r: 1,
329
- fill: "currentColor"
330
- });
331
-
332
- function SvgAlertErrorStroke(props) {
303
+ var SvgAlertErrorStroke = function SvgAlertErrorStroke(props) {
333
304
  return /*#__PURE__*/React.createElement("svg", _extends$s({
334
305
  xmlns: "http://www.w3.org/2000/svg",
335
306
  width: 16,
336
307
  height: 16,
337
- viewBox: "0 0 16 16",
338
308
  focusable: "false",
339
- role: "presentation"
340
- }, props), _ref$s, _ref2$5);
341
- }
342
-
343
- function _extends$r() { _extends$r = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$r.apply(this, arguments); }
309
+ viewBox: "0 0 16 16",
310
+ "aria-hidden": "true"
311
+ }, props), _g$2 || (_g$2 = /*#__PURE__*/React.createElement("g", {
312
+ fill: "none",
313
+ stroke: "currentColor"
314
+ }, /*#__PURE__*/React.createElement("circle", {
315
+ cx: 7.5,
316
+ cy: 8.5,
317
+ r: 7
318
+ }), /*#__PURE__*/React.createElement("path", {
319
+ strokeLinecap: "round",
320
+ d: "M7.5 4.5V9"
321
+ }))), _circle$5 || (_circle$5 = /*#__PURE__*/React.createElement("circle", {
322
+ cx: 7.5,
323
+ cy: 12,
324
+ r: 1,
325
+ fill: "currentColor"
326
+ })));
327
+ };
344
328
 
345
- var _ref$r = /*#__PURE__*/React.createElement("path", {
346
- fill: "none",
347
- stroke: "currentColor",
348
- strokeLinecap: "round",
349
- d: "M.88 13.77L7.06 1.86c.19-.36.7-.36.89 0l6.18 11.91c.17.33-.07.73-.44.73H1.32c-.37 0-.61-.4-.44-.73zM7.5 6v3.5"
350
- });
329
+ var _path$n, _circle$4;
351
330
 
352
- var _ref2$4 = /*#__PURE__*/React.createElement("circle", {
353
- cx: 7.5,
354
- cy: 12,
355
- r: 1,
356
- fill: "currentColor"
357
- });
331
+ function _extends$r() { _extends$r = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$r.apply(this, arguments); }
358
332
 
359
- function SvgAlertWarningStroke(props) {
333
+ var SvgAlertWarningStroke = function SvgAlertWarningStroke(props) {
360
334
  return /*#__PURE__*/React.createElement("svg", _extends$r({
361
335
  xmlns: "http://www.w3.org/2000/svg",
362
336
  width: 16,
363
337
  height: 16,
364
- viewBox: "0 0 16 16",
365
338
  focusable: "false",
366
- role: "presentation"
367
- }, props), _ref$r, _ref2$4);
368
- }
339
+ viewBox: "0 0 16 16",
340
+ "aria-hidden": "true"
341
+ }, props), _path$n || (_path$n = /*#__PURE__*/React.createElement("path", {
342
+ fill: "none",
343
+ stroke: "currentColor",
344
+ strokeLinecap: "round",
345
+ d: "M.88 13.77L7.06 1.86c.19-.36.7-.36.89 0l6.18 11.91c.17.33-.07.73-.44.73H1.32c-.37 0-.61-.4-.44-.73zM7.5 6v3.5"
346
+ })), _circle$4 || (_circle$4 = /*#__PURE__*/React.createElement("circle", {
347
+ cx: 7.5,
348
+ cy: 12,
349
+ r: 1,
350
+ fill: "currentColor"
351
+ })));
352
+ };
353
+
354
+ var _g$1;
369
355
 
370
356
  function _extends$q() { _extends$q = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$q.apply(this, arguments); }
371
357
 
372
- var _ref$q = /*#__PURE__*/React.createElement("g", {
373
- fill: "none",
374
- stroke: "currentColor"
375
- }, /*#__PURE__*/React.createElement("path", {
376
- strokeLinecap: "round",
377
- strokeLinejoin: "round",
378
- d: "M4 9l2.5 2.5 5-5"
379
- }), /*#__PURE__*/React.createElement("circle", {
380
- cx: 7.5,
381
- cy: 8.5,
382
- r: 7
383
- }));
384
-
385
- function SvgCheckCircleStroke$1(props) {
358
+ var SvgCheckCircleStroke$1 = function SvgCheckCircleStroke(props) {
386
359
  return /*#__PURE__*/React.createElement("svg", _extends$q({
387
360
  xmlns: "http://www.w3.org/2000/svg",
388
361
  width: 16,
389
362
  height: 16,
390
- viewBox: "0 0 16 16",
391
363
  focusable: "false",
392
- role: "presentation"
393
- }, props), _ref$q);
394
- }
364
+ viewBox: "0 0 16 16",
365
+ "aria-hidden": "true"
366
+ }, props), _g$1 || (_g$1 = /*#__PURE__*/React.createElement("g", {
367
+ fill: "none",
368
+ stroke: "currentColor"
369
+ }, /*#__PURE__*/React.createElement("path", {
370
+ strokeLinecap: "round",
371
+ strokeLinejoin: "round",
372
+ d: "M4 9l2.5 2.5 5-5"
373
+ }), /*#__PURE__*/React.createElement("circle", {
374
+ cx: 7.5,
375
+ cy: 8.5,
376
+ r: 7
377
+ }))));
378
+ };
395
379
 
396
380
  var _excluded$i = ["children", "validation"];
397
381
  var MessageIcon = function MessageIcon(_ref) {
@@ -413,7 +397,7 @@ var MessageIcon = function MessageIcon(_ref) {
413
397
  var COMPONENT_ID$F = 'forms.input_message_icon';
414
398
  var StyledMessageIcon = styled(MessageIcon).attrs({
415
399
  'data-garden-id': COMPONENT_ID$F,
416
- 'data-garden-version': '8.47.1'
400
+ 'data-garden-version': '8.47.2'
417
401
  }).withConfig({
418
402
  displayName: "StyledMessageIcon",
419
403
  componentId: "sc-1ph2gba-0"
@@ -446,7 +430,7 @@ var validationStyles = function validationStyles(props) {
446
430
  var COMPONENT_ID$E = 'forms.input_message';
447
431
  var StyledMessage = styled.div.attrs({
448
432
  'data-garden-id': COMPONENT_ID$E,
449
- 'data-garden-version': '8.47.1'
433
+ 'data-garden-version': '8.47.2'
450
434
  }).withConfig({
451
435
  displayName: "StyledMessage",
452
436
  componentId: "sc-30hgg7-0"
@@ -538,7 +522,7 @@ var sizeStyles$f = function sizeStyles(props) {
538
522
  var StyledTextInput = styled.input.attrs(function (props) {
539
523
  return {
540
524
  'data-garden-id': COMPONENT_ID$D,
541
- 'data-garden-version': '8.47.1',
525
+ 'data-garden-version': '8.47.2',
542
526
  'aria-invalid': isInvalid(props.validation)
543
527
  };
544
528
  }).withConfig({
@@ -574,7 +558,7 @@ var hiddenStyles = "\n visibility: hidden;\n position: absolute;\n overflow:
574
558
  var StyledTextarea = styled(StyledTextInput).attrs({
575
559
  as: 'textarea',
576
560
  'data-garden-id': COMPONENT_ID$C,
577
- 'data-garden-version': '8.47.1'
561
+ 'data-garden-version': '8.47.2'
578
562
  }).withConfig({
579
563
  displayName: "StyledTextarea",
580
564
  componentId: "sc-wxschl-0"
@@ -625,7 +609,7 @@ function (_ref) {
625
609
  return React__default.cloneElement(Children.only(children), props);
626
610
  }).attrs({
627
611
  'data-garden-id': COMPONENT_ID$B,
628
- 'data-garden-version': '8.47.1'
612
+ 'data-garden-version': '8.47.2'
629
613
  }).withConfig({
630
614
  displayName: "StyledTextMediaFigure",
631
615
  componentId: "sc-1qepknj-0"
@@ -649,7 +633,7 @@ var StyledTextFauxInput = styled(StyledTextInput).attrs(function (props) {
649
633
  'aria-readonly': props.isReadOnly,
650
634
  'aria-disabled': props.isDisabled,
651
635
  'data-garden-id': COMPONENT_ID$A,
652
- 'data-garden-version': '8.47.1'
636
+ 'data-garden-version': '8.47.2'
653
637
  };
654
638
  }).withConfig({
655
639
  displayName: "StyledTextFauxInput",
@@ -674,7 +658,7 @@ StyledTextFauxInput.defaultProps = {
674
658
  var COMPONENT_ID$z = 'forms.media_input';
675
659
  var StyledTextMediaInput = styled(StyledTextInput).attrs({
676
660
  'data-garden-id': COMPONENT_ID$z,
677
- 'data-garden-version': '8.47.1',
661
+ 'data-garden-version': '8.47.2',
678
662
  isBare: true
679
663
  }).withConfig({
680
664
  displayName: "StyledTextMediaInput",
@@ -699,7 +683,7 @@ var itemStyles = function itemStyles(props) {
699
683
  };
700
684
  var StyledInputGroup = styled.div.attrs({
701
685
  'data-garden-id': COMPONENT_ID$y,
702
- 'data-garden-version': '8.47.1'
686
+ 'data-garden-version': '8.47.2'
703
687
  }).withConfig({
704
688
  displayName: "StyledInputGroup",
705
689
  componentId: "sc-kjh1f0-0"
@@ -723,7 +707,7 @@ var sizeStyles$d = function sizeStyles(props) {
723
707
  };
724
708
  var StyledRadioLabel = styled(StyledLabel).attrs({
725
709
  'data-garden-id': COMPONENT_ID$x,
726
- 'data-garden-version': '8.47.1',
710
+ 'data-garden-version': '8.47.2',
727
711
  isRadio: true
728
712
  }).withConfig({
729
713
  displayName: "StyledRadioLabel",
@@ -740,7 +724,7 @@ StyledRadioLabel.defaultProps = {
740
724
  var COMPONENT_ID$w = 'forms.checkbox_label';
741
725
  var StyledCheckLabel = styled(StyledRadioLabel).attrs({
742
726
  'data-garden-id': COMPONENT_ID$w,
743
- 'data-garden-version': '8.47.1'
727
+ 'data-garden-version': '8.47.2'
744
728
  }).withConfig({
745
729
  displayName: "StyledCheckLabel",
746
730
  componentId: "sc-x7nr1-0"
@@ -754,7 +738,7 @@ StyledCheckLabel.defaultProps = {
754
738
  var COMPONENT_ID$v = 'forms.radio_hint';
755
739
  var StyledRadioHint = styled(StyledHint).attrs({
756
740
  'data-garden-id': COMPONENT_ID$v,
757
- 'data-garden-version': '8.47.1'
741
+ 'data-garden-version': '8.47.2'
758
742
  }).withConfig({
759
743
  displayName: "StyledRadioHint",
760
744
  componentId: "sc-eo8twg-0"
@@ -772,7 +756,7 @@ StyledRadioHint.defaultProps = {
772
756
  var COMPONENT_ID$u = 'forms.checkbox_hint';
773
757
  var StyledCheckHint = styled(StyledRadioHint).attrs({
774
758
  'data-garden-id': COMPONENT_ID$u,
775
- 'data-garden-version': '8.47.1'
759
+ 'data-garden-version': '8.47.2'
776
760
  }).withConfig({
777
761
  displayName: "StyledCheckHint",
778
762
  componentId: "sc-1kl8e8c-0"
@@ -816,7 +800,7 @@ var sizeStyles$c = function sizeStyles(props) {
816
800
  };
817
801
  var StyledRadioInput = styled.input.attrs({
818
802
  'data-garden-id': COMPONENT_ID$t,
819
- 'data-garden-version': '8.47.1',
803
+ 'data-garden-version': '8.47.2',
820
804
  type: 'radio'
821
805
  }).withConfig({
822
806
  displayName: "StyledRadioInput",
@@ -848,7 +832,7 @@ var colorStyles$8 = function colorStyles(props) {
848
832
  };
849
833
  var StyledCheckInput = styled(StyledRadioInput).attrs({
850
834
  'data-garden-id': COMPONENT_ID$s,
851
- 'data-garden-version': '8.47.1',
835
+ 'data-garden-version': '8.47.2',
852
836
  type: 'checkbox'
853
837
  }).withConfig({
854
838
  displayName: "StyledCheckInput",
@@ -867,7 +851,7 @@ StyledCheckInput.defaultProps = {
867
851
  var COMPONENT_ID$r = 'forms.radio_message';
868
852
  var StyledRadioMessage = styled(StyledMessage).attrs({
869
853
  'data-garden-id': COMPONENT_ID$r,
870
- 'data-garden-version': '8.47.1'
854
+ 'data-garden-version': '8.47.2'
871
855
  }).withConfig({
872
856
  displayName: "StyledRadioMessage",
873
857
  componentId: "sc-1pmi0q8-0"
@@ -885,7 +869,7 @@ StyledRadioMessage.defaultProps = {
885
869
  var COMPONENT_ID$q = 'forms.checkbox_message';
886
870
  var StyledCheckMessage = styled(StyledRadioMessage).attrs({
887
871
  'data-garden-id': COMPONENT_ID$q,
888
- 'data-garden-version': '8.47.1'
872
+ 'data-garden-version': '8.47.2'
889
873
  }).withConfig({
890
874
  displayName: "StyledCheckMessage",
891
875
  componentId: "sc-s4p6kd-0"
@@ -896,32 +880,32 @@ StyledCheckMessage.defaultProps = {
896
880
  theme: DEFAULT_THEME
897
881
  };
898
882
 
899
- function _extends$p() { _extends$p = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$p.apply(this, arguments); }
883
+ var _path$m;
900
884
 
901
- var _ref$p = /*#__PURE__*/React.createElement("path", {
902
- fill: "none",
903
- stroke: "currentColor",
904
- strokeLinecap: "round",
905
- strokeLinejoin: "round",
906
- strokeWidth: 2,
907
- d: "M3 6l2 2 4-4"
908
- });
885
+ function _extends$p() { _extends$p = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$p.apply(this, arguments); }
909
886
 
910
- function SvgCheckSmFill(props) {
887
+ var SvgCheckSmFill = function SvgCheckSmFill(props) {
911
888
  return /*#__PURE__*/React.createElement("svg", _extends$p({
912
889
  xmlns: "http://www.w3.org/2000/svg",
913
890
  width: 12,
914
891
  height: 12,
915
- viewBox: "0 0 12 12",
916
892
  focusable: "false",
917
- role: "presentation"
918
- }, props), _ref$p);
919
- }
893
+ viewBox: "0 0 12 12",
894
+ "aria-hidden": "true"
895
+ }, props), _path$m || (_path$m = /*#__PURE__*/React.createElement("path", {
896
+ fill: "none",
897
+ stroke: "currentColor",
898
+ strokeLinecap: "round",
899
+ strokeLinejoin: "round",
900
+ strokeWidth: 2,
901
+ d: "M3 6l2 2 4-4"
902
+ })));
903
+ };
920
904
 
921
905
  var COMPONENT_ID$p = 'forms.check_svg';
922
906
  var StyledCheckSvg = styled(SvgCheckSmFill).attrs({
923
907
  'data-garden-id': COMPONENT_ID$p,
924
- 'data-garden-version': '8.47.1'
908
+ 'data-garden-version': '8.47.2'
925
909
  }).withConfig({
926
910
  displayName: "StyledCheckSvg",
927
911
  componentId: "sc-fvxetk-0"
@@ -932,30 +916,30 @@ StyledCheckSvg.defaultProps = {
932
916
  theme: DEFAULT_THEME
933
917
  };
934
918
 
935
- function _extends$o() { _extends$o = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$o.apply(this, arguments); }
919
+ var _path$l;
936
920
 
937
- var _ref$o = /*#__PURE__*/React.createElement("path", {
938
- stroke: "currentColor",
939
- strokeLinecap: "round",
940
- strokeWidth: 2,
941
- d: "M3 6h6"
942
- });
921
+ function _extends$o() { _extends$o = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$o.apply(this, arguments); }
943
922
 
944
- function SvgDashFill(props) {
923
+ var SvgDashFill = function SvgDashFill(props) {
945
924
  return /*#__PURE__*/React.createElement("svg", _extends$o({
946
925
  xmlns: "http://www.w3.org/2000/svg",
947
926
  width: 12,
948
927
  height: 12,
949
- viewBox: "0 0 12 12",
950
928
  focusable: "false",
951
- role: "presentation"
952
- }, props), _ref$o);
953
- }
929
+ viewBox: "0 0 12 12",
930
+ "aria-hidden": "true"
931
+ }, props), _path$l || (_path$l = /*#__PURE__*/React.createElement("path", {
932
+ stroke: "currentColor",
933
+ strokeLinecap: "round",
934
+ strokeWidth: 2,
935
+ d: "M3 6h6"
936
+ })));
937
+ };
954
938
 
955
939
  var COMPONENT_ID$o = 'forms.dash_svg';
956
940
  var StyledDashSvg = styled(SvgDashFill).attrs({
957
941
  'data-garden-id': COMPONENT_ID$o,
958
- 'data-garden-version': '8.47.1'
942
+ 'data-garden-version': '8.47.2'
959
943
  }).withConfig({
960
944
  displayName: "StyledDashSvg",
961
945
  componentId: "sc-z3vq71-0"
@@ -986,7 +970,7 @@ var sizeStyles$b = function sizeStyles(props) {
986
970
  };
987
971
  var StyledFileUpload = styled.div.attrs({
988
972
  'data-garden-id': COMPONENT_ID$n,
989
- 'data-garden-version': '8.47.1'
973
+ 'data-garden-version': '8.47.2'
990
974
  }).withConfig({
991
975
  displayName: "StyledFileUpload",
992
976
  componentId: "sc-1rodjgn-0"
@@ -1006,7 +990,7 @@ StyledFileUpload.defaultProps = {
1006
990
  var COMPONENT_ID$m = 'forms.file.close';
1007
991
  var StyledFileClose = styled.div.attrs({
1008
992
  'data-garden-id': COMPONENT_ID$m,
1009
- 'data-garden-version': '8.47.1'
993
+ 'data-garden-version': '8.47.2'
1010
994
  }).withConfig({
1011
995
  displayName: "StyledFileClose",
1012
996
  componentId: "sc-1m31jbf-0"
@@ -1049,7 +1033,7 @@ var sizeStyles$a = function sizeStyles(props) {
1049
1033
  };
1050
1034
  var StyledFile = styled.div.attrs({
1051
1035
  'data-garden-id': COMPONENT_ID$l,
1052
- 'data-garden-version': '8.47.1'
1036
+ 'data-garden-version': '8.47.2'
1053
1037
  }).withConfig({
1054
1038
  displayName: "StyledFile",
1055
1039
  componentId: "sc-195lzp1-0"
@@ -1065,7 +1049,7 @@ StyledFile.defaultProps = {
1065
1049
  var COMPONENT_ID$k = 'forms.file.delete';
1066
1050
  var StyledFileDelete = styled(StyledFileClose).attrs({
1067
1051
  'data-garden-id': COMPONENT_ID$k,
1068
- 'data-garden-version': '8.47.1'
1052
+ 'data-garden-version': '8.47.2'
1069
1053
  }).withConfig({
1070
1054
  displayName: "StyledFileDelete",
1071
1055
  componentId: "sc-a8nnhx-0"
@@ -1088,7 +1072,7 @@ var StyledFileIcon = styled(function (_ref) {
1088
1072
  return React__default.cloneElement(Children.only(children), props);
1089
1073
  }).attrs({
1090
1074
  'data-garden-id': COMPONENT_ID$j,
1091
- 'data-garden-version': '8.47.1'
1075
+ 'data-garden-version': '8.47.2'
1092
1076
  }).withConfig({
1093
1077
  displayName: "StyledFileIcon",
1094
1078
  componentId: "sc-7b3q0c-0"
@@ -1108,7 +1092,7 @@ StyledFileIcon.defaultProps = {
1108
1092
  var COMPONENT_ID$i = 'forms.file_list';
1109
1093
  var StyledFileList = styled.ul.attrs({
1110
1094
  'data-garden-id': COMPONENT_ID$i,
1111
- 'data-garden-version': '8.47.1'
1095
+ 'data-garden-version': '8.47.2'
1112
1096
  }).withConfig({
1113
1097
  displayName: "StyledFileList",
1114
1098
  componentId: "sc-gbahjg-0"
@@ -1122,7 +1106,7 @@ StyledFileList.defaultProps = {
1122
1106
  var COMPONENT_ID$h = 'forms.file_list.item';
1123
1107
  var StyledFileListItem = styled.li.attrs({
1124
1108
  'data-garden-id': COMPONENT_ID$h,
1125
- 'data-garden-version': '8.47.1'
1109
+ 'data-garden-version': '8.47.2'
1126
1110
  }).withConfig({
1127
1111
  displayName: "StyledFileListItem",
1128
1112
  componentId: "sc-1ova3lo-0"
@@ -1135,30 +1119,30 @@ StyledFileListItem.defaultProps = {
1135
1119
  theme: DEFAULT_THEME
1136
1120
  };
1137
1121
 
1138
- function _extends$n() { _extends$n = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$n.apply(this, arguments); }
1122
+ var _circle$3;
1139
1123
 
1140
- var _ref$n = /*#__PURE__*/React.createElement("circle", {
1141
- cx: 6,
1142
- cy: 6,
1143
- r: 2,
1144
- fill: "currentColor"
1145
- });
1124
+ function _extends$n() { _extends$n = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$n.apply(this, arguments); }
1146
1125
 
1147
- function SvgCircleSmFill$1(props) {
1126
+ var SvgCircleSmFill$1 = function SvgCircleSmFill(props) {
1148
1127
  return /*#__PURE__*/React.createElement("svg", _extends$n({
1149
1128
  xmlns: "http://www.w3.org/2000/svg",
1150
1129
  width: 12,
1151
1130
  height: 12,
1152
- viewBox: "0 0 12 12",
1153
1131
  focusable: "false",
1154
- role: "presentation"
1155
- }, props), _ref$n);
1156
- }
1132
+ viewBox: "0 0 12 12",
1133
+ "aria-hidden": "true"
1134
+ }, props), _circle$3 || (_circle$3 = /*#__PURE__*/React.createElement("circle", {
1135
+ cx: 6,
1136
+ cy: 6,
1137
+ r: 2,
1138
+ fill: "currentColor"
1139
+ })));
1140
+ };
1157
1141
 
1158
1142
  var COMPONENT_ID$g = 'forms.radio_svg';
1159
1143
  var StyledRadioSvg = styled(SvgCircleSmFill$1).attrs({
1160
1144
  'data-garden-id': COMPONENT_ID$g,
1161
- 'data-garden-version': '8.47.1'
1145
+ 'data-garden-version': '8.47.2'
1162
1146
  }).withConfig({
1163
1147
  displayName: "StyledRadioSvg",
1164
1148
  componentId: "sc-1r1qtr1-0"
@@ -1177,7 +1161,7 @@ var sizeStyles$9 = function sizeStyles(props) {
1177
1161
  };
1178
1162
  var StyledToggleLabel = styled(StyledCheckLabel).attrs({
1179
1163
  'data-garden-id': COMPONENT_ID$f,
1180
- 'data-garden-version': '8.47.1'
1164
+ 'data-garden-version': '8.47.2'
1181
1165
  }).withConfig({
1182
1166
  displayName: "StyledToggleLabel",
1183
1167
  componentId: "sc-e0asdk-0"
@@ -1193,7 +1177,7 @@ StyledToggleLabel.defaultProps = {
1193
1177
  var COMPONENT_ID$e = 'forms.toggle_hint';
1194
1178
  var StyledToggleHint = styled(StyledHint).attrs({
1195
1179
  'data-garden-id': COMPONENT_ID$e,
1196
- 'data-garden-version': '8.47.1'
1180
+ 'data-garden-version': '8.47.2'
1197
1181
  }).withConfig({
1198
1182
  displayName: "StyledToggleHint",
1199
1183
  componentId: "sc-nziggu-0"
@@ -1226,7 +1210,7 @@ var sizeStyles$8 = function sizeStyles(props) {
1226
1210
  };
1227
1211
  var StyledToggleInput = styled(StyledCheckInput).attrs({
1228
1212
  'data-garden-id': COMPONENT_ID$d,
1229
- 'data-garden-version': '8.47.1'
1213
+ 'data-garden-version': '8.47.2'
1230
1214
  }).withConfig({
1231
1215
  displayName: "StyledToggleInput",
1232
1216
  componentId: "sc-sgp47s-0"
@@ -1244,7 +1228,7 @@ StyledToggleInput.defaultProps = {
1244
1228
  var COMPONENT_ID$c = 'forms.toggle_message';
1245
1229
  var StyledToggleMessage = styled(StyledMessage).attrs({
1246
1230
  'data-garden-id': COMPONENT_ID$c,
1247
- 'data-garden-version': '8.47.1'
1231
+ 'data-garden-version': '8.47.2'
1248
1232
  }).withConfig({
1249
1233
  displayName: "StyledToggleMessage",
1250
1234
  componentId: "sc-13vuvl1-0"
@@ -1263,30 +1247,30 @@ StyledToggleMessage.defaultProps = {
1263
1247
  theme: DEFAULT_THEME
1264
1248
  };
1265
1249
 
1266
- function _extends$m() { _extends$m = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$m.apply(this, arguments); }
1250
+ var _circle$2;
1267
1251
 
1268
- var _ref$m = /*#__PURE__*/React.createElement("circle", {
1269
- cx: 8,
1270
- cy: 8,
1271
- r: 6,
1272
- fill: "currentColor"
1273
- });
1252
+ function _extends$m() { _extends$m = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$m.apply(this, arguments); }
1274
1253
 
1275
- function SvgCircleSmFill(props) {
1254
+ var SvgCircleSmFill = function SvgCircleSmFill(props) {
1276
1255
  return /*#__PURE__*/React.createElement("svg", _extends$m({
1277
1256
  xmlns: "http://www.w3.org/2000/svg",
1278
1257
  width: 16,
1279
1258
  height: 16,
1280
- viewBox: "0 0 16 16",
1281
1259
  focusable: "false",
1282
- role: "presentation"
1283
- }, props), _ref$m);
1284
- }
1260
+ viewBox: "0 0 16 16",
1261
+ "aria-hidden": "true"
1262
+ }, props), _circle$2 || (_circle$2 = /*#__PURE__*/React.createElement("circle", {
1263
+ cx: 8,
1264
+ cy: 8,
1265
+ r: 6,
1266
+ fill: "currentColor"
1267
+ })));
1268
+ };
1285
1269
 
1286
1270
  var COMPONENT_ID$b = 'forms.toggle_svg';
1287
1271
  var StyledToggleSvg = styled(SvgCircleSmFill).attrs({
1288
1272
  'data-garden-id': COMPONENT_ID$b,
1289
- 'data-garden-version': '8.47.1'
1273
+ 'data-garden-version': '8.47.2'
1290
1274
  }).withConfig({
1291
1275
  displayName: "StyledToggleSvg",
1292
1276
  componentId: "sc-162xbyx-0"
@@ -1310,7 +1294,7 @@ var sizeStyles$7 = function sizeStyles(props) {
1310
1294
  };
1311
1295
  var StyledSelect = styled(StyledTextInput).attrs({
1312
1296
  'data-garden-id': COMPONENT_ID$a,
1313
- 'data-garden-version': '8.47.1',
1297
+ 'data-garden-version': '8.47.2',
1314
1298
  as: 'select'
1315
1299
  }).withConfig({
1316
1300
  displayName: "StyledSelect",
@@ -1329,7 +1313,7 @@ StyledSelect.defaultProps = {
1329
1313
  var COMPONENT_ID$9 = 'forms.select_wrapper';
1330
1314
  var StyledSelectWrapper = styled(StyledTextFauxInput).attrs({
1331
1315
  'data-garden-id': COMPONENT_ID$9,
1332
- 'data-garden-version': '8.47.1',
1316
+ 'data-garden-version': '8.47.2',
1333
1317
  isBare: true
1334
1318
  }).withConfig({
1335
1319
  displayName: "StyledSelectWrapper",
@@ -1382,7 +1366,7 @@ var sizeStyles$6 = function sizeStyles(props) {
1382
1366
  var StyledRangeInput = styled.input.attrs(function (props) {
1383
1367
  return {
1384
1368
  'data-garden-id': COMPONENT_ID$8,
1385
- 'data-garden-version': '8.47.1',
1369
+ 'data-garden-version': '8.47.2',
1386
1370
  type: 'range',
1387
1371
  style: {
1388
1372
  backgroundSize: props.hasLowerTrack && props.backgroundSize
@@ -1414,7 +1398,7 @@ var COMPONENT_ID$7 = 'forms.slider';
1414
1398
  var StyledSlider = styled.div.attrs(function (props) {
1415
1399
  return {
1416
1400
  'data-garden-id': COMPONENT_ID$7,
1417
- 'data-garden-version': '8.47.1',
1401
+ 'data-garden-version': '8.47.2',
1418
1402
  'aria-disabled': props.isDisabled
1419
1403
  };
1420
1404
  }).withConfig({
@@ -1454,7 +1438,7 @@ var sizeStyles$5 = function sizeStyles(props) {
1454
1438
  var StyledSliderThumb = styled.div.attrs(function (props) {
1455
1439
  return {
1456
1440
  'data-garden-id': COMPONENT_ID$6,
1457
- 'data-garden-version': '8.47.1',
1441
+ 'data-garden-version': '8.47.2',
1458
1442
  'aria-disabled': props.isDisabled
1459
1443
  };
1460
1444
  }).withConfig({
@@ -1498,7 +1482,7 @@ var sizeStyles$4 = function sizeStyles(props) {
1498
1482
  var StyledSliderTrack = styled.div.attrs(function (props) {
1499
1483
  return {
1500
1484
  'data-garden-id': COMPONENT_ID$5,
1501
- 'data-garden-version': '8.47.1',
1485
+ 'data-garden-version': '8.47.2',
1502
1486
  'aria-disabled': props.isDisabled
1503
1487
  };
1504
1488
  }).withConfig({
@@ -1525,7 +1509,7 @@ var sizeStyles$3 = function sizeStyles(props) {
1525
1509
  };
1526
1510
  var StyledSliderTrackRail = styled.div.attrs({
1527
1511
  'data-garden-id': COMPONENT_ID$4,
1528
- 'data-garden-version': '8.47.1'
1512
+ 'data-garden-version': '8.47.2'
1529
1513
  }).withConfig({
1530
1514
  displayName: "StyledSliderTrackRail",
1531
1515
  componentId: "sc-1o5owbd-0"
@@ -1556,7 +1540,7 @@ var sizeStyles$2 = function sizeStyles(props) {
1556
1540
  };
1557
1541
  var StyledTileIcon = styled.span.attrs({
1558
1542
  'data-garden-id': COMPONENT_ID$3,
1559
- 'data-garden-version': '8.47.1'
1543
+ 'data-garden-version': '8.47.2'
1560
1544
  }).withConfig({
1561
1545
  displayName: "StyledTileIcon",
1562
1546
  componentId: "sc-1wazhg4-0"
@@ -1596,7 +1580,7 @@ var colorStyles = function colorStyles(props) {
1596
1580
  var StyledTile = styled.label.attrs(function (props) {
1597
1581
  return {
1598
1582
  'data-garden-id': COMPONENT_ID$2,
1599
- 'data-garden-version': '8.47.1',
1583
+ 'data-garden-version': '8.47.2',
1600
1584
  'data-garden-focus-visible': props.isFocused,
1601
1585
  'data-garden-selected': props.isSelected
1602
1586
  };
@@ -1634,7 +1618,7 @@ var sizeStyles$1 = function sizeStyles(props) {
1634
1618
  };
1635
1619
  var StyledTileDescription = styled.span.attrs({
1636
1620
  'data-garden-id': COMPONENT_ID$1,
1637
- 'data-garden-version': '8.47.1'
1621
+ 'data-garden-version': '8.47.2'
1638
1622
  }).withConfig({
1639
1623
  displayName: "StyledTileDescription",
1640
1624
  componentId: "sc-xfuu7u-0"
@@ -1677,7 +1661,7 @@ var sizeStyles = function sizeStyles(props) {
1677
1661
  };
1678
1662
  var StyledTileLabel = styled.span.attrs({
1679
1663
  'data-garden-id': COMPONENT_ID,
1680
- 'data-garden-version': '8.47.1'
1664
+ 'data-garden-version': '8.47.2'
1681
1665
  }).withConfig({
1682
1666
  displayName: "StyledTileLabel",
1683
1667
  componentId: "sc-1mypv27-0"
@@ -1733,6 +1717,7 @@ var Field = React__default.forwardRef(function (props, ref) {
1733
1717
  Field.propTypes = {
1734
1718
  id: PropTypes.string
1735
1719
  };
1720
+ Field.displayName = 'Field';
1736
1721
 
1737
1722
  var FieldsetContext = createContext(undefined);
1738
1723
  var useFieldsetContext = function useFieldsetContext() {
@@ -1970,6 +1955,7 @@ Input.propTypes = {
1970
1955
  focusInset: PropTypes.bool,
1971
1956
  validation: PropTypes.oneOf(['success', 'warning', 'error'])
1972
1957
  };
1958
+ Input.displayName = 'Input';
1973
1959
 
1974
1960
  var _excluded$c = ["children"];
1975
1961
  var Radio = React__default.forwardRef(function (_ref, ref) {
@@ -2041,6 +2027,7 @@ Range.defaultProps = {
2041
2027
  max: 100,
2042
2028
  step: 1
2043
2029
  };
2030
+ Range.displayName = 'Range';
2044
2031
 
2045
2032
  var _excluded$a = ["minRows", "maxRows", "style", "onChange", "onSelect"];
2046
2033
  var parseStyleValue = function parseStyleValue(value) {
@@ -2165,6 +2152,7 @@ Textarea.propTypes = {
2165
2152
  maxRows: PropTypes.number,
2166
2153
  validation: PropTypes.oneOf(['success', 'warning', 'error'])
2167
2154
  };
2155
+ Textarea.displayName = 'Textarea';
2168
2156
 
2169
2157
  var _excluded$9 = ["children"];
2170
2158
  var Toggle = React__default.forwardRef(function (_ref, ref) {
@@ -2184,23 +2172,23 @@ var Toggle = React__default.forwardRef(function (_ref, ref) {
2184
2172
  });
2185
2173
  Toggle.displayName = 'Toggle';
2186
2174
 
2187
- function _extends$l() { _extends$l = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$l.apply(this, arguments); }
2175
+ var _path$k;
2188
2176
 
2189
- var _ref$l = /*#__PURE__*/React.createElement("path", {
2190
- fill: "currentColor",
2191
- d: "M12.688 5.61a.5.5 0 01.69.718l-.066.062-5 4a.5.5 0 01-.542.054l-.082-.054-5-4a.5.5 0 01.55-.83l.074.05L8 9.359l4.688-3.75z"
2192
- });
2177
+ function _extends$l() { _extends$l = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$l.apply(this, arguments); }
2193
2178
 
2194
- function SvgChevronDownStroke(props) {
2179
+ var SvgChevronDownStroke = function SvgChevronDownStroke(props) {
2195
2180
  return /*#__PURE__*/React.createElement("svg", _extends$l({
2196
2181
  xmlns: "http://www.w3.org/2000/svg",
2197
2182
  width: 16,
2198
2183
  height: 16,
2199
- viewBox: "0 0 16 16",
2200
2184
  focusable: "false",
2201
- role: "presentation"
2202
- }, props), _ref$l);
2203
- }
2185
+ viewBox: "0 0 16 16",
2186
+ "aria-hidden": "true"
2187
+ }, props), _path$k || (_path$k = /*#__PURE__*/React.createElement("path", {
2188
+ fill: "currentColor",
2189
+ d: "M12.688 5.61a.5.5 0 01.69.718l-.066.062-5 4a.5.5 0 01-.542.054l-.082-.054-5-4a.5.5 0 01.55-.83l.074.05L8 9.359l4.688-3.75z"
2190
+ })));
2191
+ };
2204
2192
 
2205
2193
  var _excluded$8 = ["onFocus", "onBlur", "disabled", "readOnly", "isFocused"];
2206
2194
  var StartIcon = function StartIcon(props) {
@@ -2281,8 +2269,9 @@ Select.propTypes = {
2281
2269
  focusInset: PropTypes.bool,
2282
2270
  validation: PropTypes.oneOf(['success', 'warning', 'error'])
2283
2271
  };
2272
+ Select.displayName = 'Select';
2284
2273
 
2285
- var _excluded$6 = ["min", "max", "minValue", "maxValue", "disabled", "step", "onChange", "theme", "onMouseDown"];
2274
+ var _excluded$6 = ["min", "max", "minValue", "maxValue", "disabled", "step", "onChange", "onMouseDown"];
2286
2275
  var MultiThumbRange = function MultiThumbRange(_ref) {
2287
2276
  var min = _ref.min,
2288
2277
  max = _ref.max,
@@ -2291,9 +2280,9 @@ var MultiThumbRange = function MultiThumbRange(_ref) {
2291
2280
  disabled = _ref.disabled,
2292
2281
  step = _ref.step,
2293
2282
  onChange = _ref.onChange,
2294
- theme = _ref.theme,
2295
2283
  onMouseDown = _ref.onMouseDown,
2296
2284
  props = _objectWithoutProperties(_ref, _excluded$6);
2285
+ var theme = useContext(ThemeContext);
2297
2286
  var themedDocument = useDocument(theme);
2298
2287
  var _useState = useState(false),
2299
2288
  _useState2 = _slicedToArray(_useState, 2),
@@ -2594,10 +2583,8 @@ MultiThumbRange.defaultProps = {
2594
2583
  max: 100,
2595
2584
  minValue: 0,
2596
2585
  maxValue: 100,
2597
- step: 1,
2598
- theme: DEFAULT_THEME
2586
+ step: 1
2599
2587
  };
2600
- var MultiThumbRange$1 = withTheme(MultiThumbRange);
2601
2588
 
2602
2589
  var TilesContext = createContext(undefined);
2603
2590
  var useTilesContext = function useTilesContext() {
@@ -2797,43 +2784,43 @@ var FileList = forwardRef(function (_ref, ref) {
2797
2784
  FileList.displayName = 'FileList';
2798
2785
  FileList.Item = Item;
2799
2786
 
2800
- function _extends$k() { _extends$k = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$k.apply(this, arguments); }
2787
+ var _path$j;
2801
2788
 
2802
- var _ref$k = /*#__PURE__*/React.createElement("path", {
2803
- stroke: "currentColor",
2804
- strokeLinecap: "round",
2805
- d: "M3 9l6-6m0 6L3 3"
2806
- });
2789
+ function _extends$k() { _extends$k = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$k.apply(this, arguments); }
2807
2790
 
2808
- function SvgXStroke$1(props) {
2791
+ var SvgXStroke$1 = function SvgXStroke(props) {
2809
2792
  return /*#__PURE__*/React.createElement("svg", _extends$k({
2810
2793
  xmlns: "http://www.w3.org/2000/svg",
2811
2794
  width: 12,
2812
2795
  height: 12,
2813
- viewBox: "0 0 12 12",
2814
2796
  focusable: "false",
2815
- role: "presentation"
2816
- }, props), _ref$k);
2817
- }
2797
+ viewBox: "0 0 12 12",
2798
+ "aria-hidden": "true"
2799
+ }, props), _path$j || (_path$j = /*#__PURE__*/React.createElement("path", {
2800
+ stroke: "currentColor",
2801
+ strokeLinecap: "round",
2802
+ d: "M3 9l6-6m0 6L3 3"
2803
+ })));
2804
+ };
2818
2805
 
2819
- function _extends$j() { _extends$j = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$j.apply(this, arguments); }
2806
+ var _path$i;
2820
2807
 
2821
- var _ref$j = /*#__PURE__*/React.createElement("path", {
2822
- stroke: "currentColor",
2823
- strokeLinecap: "round",
2824
- d: "M3 13L13 3m0 10L3 3"
2825
- });
2808
+ function _extends$j() { _extends$j = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$j.apply(this, arguments); }
2826
2809
 
2827
- function SvgXStroke(props) {
2810
+ var SvgXStroke = function SvgXStroke(props) {
2828
2811
  return /*#__PURE__*/React.createElement("svg", _extends$j({
2829
2812
  xmlns: "http://www.w3.org/2000/svg",
2830
2813
  width: 16,
2831
2814
  height: 16,
2832
- viewBox: "0 0 16 16",
2833
2815
  focusable: "false",
2834
- role: "presentation"
2835
- }, props), _ref$j);
2836
- }
2816
+ viewBox: "0 0 16 16",
2817
+ "aria-hidden": "true"
2818
+ }, props), _path$i || (_path$i = /*#__PURE__*/React.createElement("path", {
2819
+ stroke: "currentColor",
2820
+ strokeLinecap: "round",
2821
+ d: "M3 13L13 3m0 10L3 3"
2822
+ })));
2823
+ };
2837
2824
 
2838
2825
  var FileContext = createContext(undefined);
2839
2826
  var useFileContext = function useFileContext() {
@@ -2854,45 +2841,45 @@ var Close = React__default.forwardRef(function (props, ref) {
2854
2841
  });
2855
2842
  Close.displayName = 'File.Close';
2856
2843
 
2857
- function _extends$i() { _extends$i = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$i.apply(this, arguments); }
2844
+ var _path$h;
2858
2845
 
2859
- var _ref$i = /*#__PURE__*/React.createElement("path", {
2860
- fill: "none",
2861
- stroke: "currentColor",
2862
- strokeLinecap: "round",
2863
- d: "M4.5 2.5V1c0-.3.2-.5.5-.5h2c.3 0 .5.2.5.5v1.5M2 2.5h8m-5.5 7V5m3 4.5V5m-5-.5V11c0 .3.2.5.5.5h6c.3 0 .5-.2.5-.5V4.5"
2864
- });
2846
+ function _extends$i() { _extends$i = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$i.apply(this, arguments); }
2865
2847
 
2866
- function SvgTrashStroke$1(props) {
2848
+ var SvgTrashStroke$1 = function SvgTrashStroke(props) {
2867
2849
  return /*#__PURE__*/React.createElement("svg", _extends$i({
2868
2850
  xmlns: "http://www.w3.org/2000/svg",
2869
2851
  width: 12,
2870
2852
  height: 12,
2871
- viewBox: "0 0 12 12",
2872
2853
  focusable: "false",
2873
- role: "presentation"
2874
- }, props), _ref$i);
2875
- }
2854
+ viewBox: "0 0 12 12",
2855
+ "aria-hidden": "true"
2856
+ }, props), _path$h || (_path$h = /*#__PURE__*/React.createElement("path", {
2857
+ fill: "none",
2858
+ stroke: "currentColor",
2859
+ strokeLinecap: "round",
2860
+ d: "M4.5 2.5V1c0-.3.2-.5.5-.5h2c.3 0 .5.2.5.5v1.5M2 2.5h8m-5.5 7V5m3 4.5V5m-5-.5V11c0 .3.2.5.5.5h6c.3 0 .5-.2.5-.5V4.5"
2861
+ })));
2862
+ };
2876
2863
 
2877
- function _extends$h() { _extends$h = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$h.apply(this, arguments); }
2864
+ var _path$g;
2878
2865
 
2879
- var _ref$h = /*#__PURE__*/React.createElement("path", {
2880
- fill: "none",
2881
- stroke: "currentColor",
2882
- strokeLinecap: "round",
2883
- d: "M6.5 2.5V1c0-.3.2-.5.5-.5h2c.3 0 .5.2.5.5v1.5M3 2.5h10m-6.5 11v-8m3 8v-8m-6-1V15c0 .3.2.5.5.5h8c.3 0 .5-.2.5-.5V4.5"
2884
- });
2866
+ function _extends$h() { _extends$h = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$h.apply(this, arguments); }
2885
2867
 
2886
- function SvgTrashStroke(props) {
2868
+ var SvgTrashStroke = function SvgTrashStroke(props) {
2887
2869
  return /*#__PURE__*/React.createElement("svg", _extends$h({
2888
2870
  xmlns: "http://www.w3.org/2000/svg",
2889
2871
  width: 16,
2890
2872
  height: 16,
2891
- viewBox: "0 0 16 16",
2892
2873
  focusable: "false",
2893
- role: "presentation"
2894
- }, props), _ref$h);
2895
- }
2874
+ viewBox: "0 0 16 16",
2875
+ "aria-hidden": "true"
2876
+ }, props), _path$g || (_path$g = /*#__PURE__*/React.createElement("path", {
2877
+ fill: "none",
2878
+ stroke: "currentColor",
2879
+ strokeLinecap: "round",
2880
+ d: "M6.5 2.5V1c0-.3.2-.5.5-.5h2c.3 0 .5.2.5.5v1.5M3 2.5h10m-6.5 11v-8m3 8v-8m-6-1V15c0 .3.2.5.5.5h8c.3 0 .5-.2.5-.5V4.5"
2881
+ })));
2882
+ };
2896
2883
 
2897
2884
  var Delete = React__default.forwardRef(function (props, ref) {
2898
2885
  var fileContext = useFileContext();
@@ -2908,382 +2895,374 @@ var Delete = React__default.forwardRef(function (props, ref) {
2908
2895
  });
2909
2896
  Delete.displayName = 'File.Delete';
2910
2897
 
2911
- function _extends$g() { _extends$g = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$g.apply(this, arguments); }
2912
-
2913
- var _ref$g = /*#__PURE__*/React.createElement("path", {
2914
- fill: "none",
2915
- stroke: "currentColor",
2916
- strokeLinecap: "round",
2917
- d: "M10.5 3.21V11a.5.5 0 01-.5.5H2a.5.5 0 01-.5-.5V1A.5.5 0 012 .5h5.79a.5.5 0 01.35.15l2.21 2.21a.5.5 0 01.15.35zM7.5.5V3a.5.5 0 00.5.5h2.5m-7 6h5"
2918
- });
2898
+ var _path$f, _rect$1;
2919
2899
 
2920
- var _ref2$3 = /*#__PURE__*/React.createElement("rect", {
2921
- width: 6,
2922
- height: 3,
2923
- x: 3,
2924
- y: 5,
2925
- fill: "currentColor",
2926
- rx: 0.5,
2927
- ry: 0.5
2928
- });
2900
+ function _extends$g() { _extends$g = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$g.apply(this, arguments); }
2929
2901
 
2930
- function SvgFilePdfStroke$1(props) {
2902
+ var SvgFilePdfStroke$1 = function SvgFilePdfStroke(props) {
2931
2903
  return /*#__PURE__*/React.createElement("svg", _extends$g({
2932
2904
  xmlns: "http://www.w3.org/2000/svg",
2933
2905
  width: 12,
2934
2906
  height: 12,
2935
- viewBox: "0 0 12 12",
2936
2907
  focusable: "false",
2937
- role: "presentation"
2938
- }, props), _ref$g, _ref2$3);
2939
- }
2908
+ viewBox: "0 0 12 12",
2909
+ "aria-hidden": "true"
2910
+ }, props), _path$f || (_path$f = /*#__PURE__*/React.createElement("path", {
2911
+ fill: "none",
2912
+ stroke: "currentColor",
2913
+ strokeLinecap: "round",
2914
+ d: "M10.5 3.21V11a.5.5 0 01-.5.5H2a.5.5 0 01-.5-.5V1A.5.5 0 012 .5h5.79a.5.5 0 01.35.15l2.21 2.21a.5.5 0 01.15.35zM7.5.5V3a.5.5 0 00.5.5h2.5m-7 6h5"
2915
+ })), _rect$1 || (_rect$1 = /*#__PURE__*/React.createElement("rect", {
2916
+ width: 6,
2917
+ height: 3,
2918
+ x: 3,
2919
+ y: 5,
2920
+ fill: "currentColor",
2921
+ rx: 0.5,
2922
+ ry: 0.5
2923
+ })));
2924
+ };
2940
2925
 
2941
- function _extends$f() { _extends$f = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$f.apply(this, arguments); }
2926
+ var _path$e;
2942
2927
 
2943
- var _ref$f = /*#__PURE__*/React.createElement("path", {
2944
- fill: "none",
2945
- stroke: "currentColor",
2946
- strokeLinecap: "round",
2947
- d: "M4.5.5v8m0-6h1m-2 1h1m0 1h1m-2 1h1m0 1h1m-2 1h1m6-4.29V11c0 .28-.22.5-.5.5H2c-.28 0-.5-.22-.5-.5V1c0-.28.22-.5.5-.5h5.79c.13 0 .26.05.35.15l2.21 2.21c.1.09.15.21.15.35zM7.5.5V3c0 .28.22.5.5.5h2.5"
2948
- });
2928
+ function _extends$f() { _extends$f = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$f.apply(this, arguments); }
2949
2929
 
2950
- function SvgFileZipStroke$1(props) {
2930
+ var SvgFileZipStroke$1 = function SvgFileZipStroke(props) {
2951
2931
  return /*#__PURE__*/React.createElement("svg", _extends$f({
2952
2932
  xmlns: "http://www.w3.org/2000/svg",
2953
2933
  width: 12,
2954
2934
  height: 12,
2955
- viewBox: "0 0 12 12",
2956
2935
  focusable: "false",
2957
- role: "presentation"
2958
- }, props), _ref$f);
2959
- }
2960
-
2961
- function _extends$e() { _extends$e = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$e.apply(this, arguments); }
2936
+ viewBox: "0 0 12 12",
2937
+ "aria-hidden": "true"
2938
+ }, props), _path$e || (_path$e = /*#__PURE__*/React.createElement("path", {
2939
+ fill: "none",
2940
+ stroke: "currentColor",
2941
+ strokeLinecap: "round",
2942
+ d: "M4.5.5v8m0-6h1m-2 1h1m0 1h1m-2 1h1m0 1h1m-2 1h1m6-4.29V11c0 .28-.22.5-.5.5H2c-.28 0-.5-.22-.5-.5V1c0-.28.22-.5.5-.5h5.79c.13 0 .26.05.35.15l2.21 2.21c.1.09.15.21.15.35zM7.5.5V3c0 .28.22.5.5.5h2.5"
2943
+ })));
2944
+ };
2962
2945
 
2963
- var _ref$e = /*#__PURE__*/React.createElement("path", {
2964
- fill: "none",
2965
- stroke: "currentColor",
2966
- strokeLinecap: "round",
2967
- strokeLinejoin: "round",
2968
- d: "M10.5 3.21V11c0 .28-.22.5-.5.5H2c-.28 0-.5-.22-.5-.5V1c0-.28.22-.5.5-.5h5.79c.13 0 .26.05.35.15l2.21 2.21c.1.09.15.21.15.35zM7.5.5V3c0 .28.22.5.5.5h2.5m-7 6L5 8l1.5 1.5 1-1 1 1"
2969
- });
2946
+ var _path$d, _circle$1;
2970
2947
 
2971
- var _ref2$2 = /*#__PURE__*/React.createElement("circle", {
2972
- cx: 8,
2973
- cy: 6,
2974
- r: 1,
2975
- fill: "currentColor"
2976
- });
2948
+ function _extends$e() { _extends$e = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$e.apply(this, arguments); }
2977
2949
 
2978
- function SvgFileImageStroke$1(props) {
2950
+ var SvgFileImageStroke$1 = function SvgFileImageStroke(props) {
2979
2951
  return /*#__PURE__*/React.createElement("svg", _extends$e({
2980
2952
  xmlns: "http://www.w3.org/2000/svg",
2981
2953
  width: 12,
2982
2954
  height: 12,
2983
- viewBox: "0 0 12 12",
2984
2955
  focusable: "false",
2985
- role: "presentation"
2986
- }, props), _ref$e, _ref2$2);
2987
- }
2956
+ viewBox: "0 0 12 12",
2957
+ "aria-hidden": "true"
2958
+ }, props), _path$d || (_path$d = /*#__PURE__*/React.createElement("path", {
2959
+ fill: "none",
2960
+ stroke: "currentColor",
2961
+ strokeLinecap: "round",
2962
+ strokeLinejoin: "round",
2963
+ d: "M10.5 3.21V11c0 .28-.22.5-.5.5H2c-.28 0-.5-.22-.5-.5V1c0-.28.22-.5.5-.5h5.79c.13 0 .26.05.35.15l2.21 2.21c.1.09.15.21.15.35zM7.5.5V3c0 .28.22.5.5.5h2.5m-7 6L5 8l1.5 1.5 1-1 1 1"
2964
+ })), _circle$1 || (_circle$1 = /*#__PURE__*/React.createElement("circle", {
2965
+ cx: 8,
2966
+ cy: 6,
2967
+ r: 1,
2968
+ fill: "currentColor"
2969
+ })));
2970
+ };
2988
2971
 
2989
- function _extends$d() { _extends$d = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$d.apply(this, arguments); }
2972
+ var _path$c;
2990
2973
 
2991
- var _ref$d = /*#__PURE__*/React.createElement("path", {
2992
- fill: "none",
2993
- stroke: "currentColor",
2994
- strokeLinecap: "round",
2995
- d: "M3.5 5.5h5m-5 2h5m-5 2h5m2-6.29V11c0 .28-.22.5-.5.5H2c-.28 0-.5-.22-.5-.5V1c0-.28.22-.5.5-.5h5.79c.13 0 .26.05.35.15l2.21 2.21c.1.09.15.21.15.35zM7.5.5V3c0 .28.22.5.5.5h2.5"
2996
- });
2974
+ function _extends$d() { _extends$d = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$d.apply(this, arguments); }
2997
2975
 
2998
- function SvgFileDocumentStroke$1(props) {
2976
+ var SvgFileDocumentStroke$1 = function SvgFileDocumentStroke(props) {
2999
2977
  return /*#__PURE__*/React.createElement("svg", _extends$d({
3000
2978
  xmlns: "http://www.w3.org/2000/svg",
3001
2979
  width: 12,
3002
2980
  height: 12,
3003
- viewBox: "0 0 12 12",
3004
2981
  focusable: "false",
3005
- role: "presentation"
3006
- }, props), _ref$d);
3007
- }
2982
+ viewBox: "0 0 12 12",
2983
+ "aria-hidden": "true"
2984
+ }, props), _path$c || (_path$c = /*#__PURE__*/React.createElement("path", {
2985
+ fill: "none",
2986
+ stroke: "currentColor",
2987
+ strokeLinecap: "round",
2988
+ d: "M3.5 5.5h5m-5 2h5m-5 2h5m2-6.29V11c0 .28-.22.5-.5.5H2c-.28 0-.5-.22-.5-.5V1c0-.28.22-.5.5-.5h5.79c.13 0 .26.05.35.15l2.21 2.21c.1.09.15.21.15.35zM7.5.5V3c0 .28.22.5.5.5h2.5"
2989
+ })));
2990
+ };
3008
2991
 
3009
- function _extends$c() { _extends$c = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$c.apply(this, arguments); }
2992
+ var _path$b;
3010
2993
 
3011
- var _ref$c = /*#__PURE__*/React.createElement("path", {
3012
- fill: "none",
3013
- stroke: "currentColor",
3014
- strokeLinecap: "round",
3015
- d: "M3.5 5.5h1m-1 2h1m-1 2h1m2-4h2m-2 2h2m-2 2h2m2-6.29V11c0 .28-.22.5-.5.5H2c-.28 0-.5-.22-.5-.5V1c0-.28.22-.5.5-.5h5.79c.13 0 .26.05.35.15l2.21 2.21c.1.09.15.21.15.35zM7.5.5V3c0 .28.22.5.5.5h2.5"
3016
- });
2994
+ function _extends$c() { _extends$c = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$c.apply(this, arguments); }
3017
2995
 
3018
- function SvgFileSpreadsheetStroke$1(props) {
2996
+ var SvgFileSpreadsheetStroke$1 = function SvgFileSpreadsheetStroke(props) {
3019
2997
  return /*#__PURE__*/React.createElement("svg", _extends$c({
3020
2998
  xmlns: "http://www.w3.org/2000/svg",
3021
2999
  width: 12,
3022
3000
  height: 12,
3023
- viewBox: "0 0 12 12",
3024
3001
  focusable: "false",
3025
- role: "presentation"
3026
- }, props), _ref$c);
3027
- }
3002
+ viewBox: "0 0 12 12",
3003
+ "aria-hidden": "true"
3004
+ }, props), _path$b || (_path$b = /*#__PURE__*/React.createElement("path", {
3005
+ fill: "none",
3006
+ stroke: "currentColor",
3007
+ strokeLinecap: "round",
3008
+ d: "M3.5 5.5h1m-1 2h1m-1 2h1m2-4h2m-2 2h2m-2 2h2m2-6.29V11c0 .28-.22.5-.5.5H2c-.28 0-.5-.22-.5-.5V1c0-.28.22-.5.5-.5h5.79c.13 0 .26.05.35.15l2.21 2.21c.1.09.15.21.15.35zM7.5.5V3c0 .28.22.5.5.5h2.5"
3009
+ })));
3010
+ };
3028
3011
 
3029
- function _extends$b() { _extends$b = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$b.apply(this, arguments); }
3012
+ var _path$a;
3030
3013
 
3031
- var _ref$b = /*#__PURE__*/React.createElement("path", {
3032
- fill: "none",
3033
- stroke: "currentColor",
3034
- d: "M10.5 3.21V11c0 .28-.22.5-.5.5H2c-.28 0-.5-.22-.5-.5V1c0-.28.22-.5.5-.5h5.79c.13 0 .26.05.35.15l2.21 2.21c.1.09.15.21.15.35zM6 9.5h2c.28 0 .5-.22.5-.5V8c0-.28-.22-.5-.5-.5H6c-.28 0-.5.22-.5.5v1c0 .28.22.5.5.5zm-2-2h2c.28 0 .5-.22.5-.5V6c0-.28-.22-.5-.5-.5H4c-.28 0-.5.22-.5.5v1c0 .28.22.5.5.5zm3.5-7V3c0 .28.22.5.5.5h2.5"
3035
- });
3014
+ function _extends$b() { _extends$b = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$b.apply(this, arguments); }
3036
3015
 
3037
- function SvgFilePresentationStroke$1(props) {
3016
+ var SvgFilePresentationStroke$1 = function SvgFilePresentationStroke(props) {
3038
3017
  return /*#__PURE__*/React.createElement("svg", _extends$b({
3039
3018
  xmlns: "http://www.w3.org/2000/svg",
3040
3019
  width: 12,
3041
3020
  height: 12,
3042
- viewBox: "0 0 12 12",
3043
3021
  focusable: "false",
3044
- role: "presentation"
3045
- }, props), _ref$b);
3046
- }
3022
+ viewBox: "0 0 12 12",
3023
+ "aria-hidden": "true"
3024
+ }, props), _path$a || (_path$a = /*#__PURE__*/React.createElement("path", {
3025
+ fill: "none",
3026
+ stroke: "currentColor",
3027
+ d: "M10.5 3.21V11c0 .28-.22.5-.5.5H2c-.28 0-.5-.22-.5-.5V1c0-.28.22-.5.5-.5h5.79c.13 0 .26.05.35.15l2.21 2.21c.1.09.15.21.15.35zM6 9.5h2c.28 0 .5-.22.5-.5V8c0-.28-.22-.5-.5-.5H6c-.28 0-.5.22-.5.5v1c0 .28.22.5.5.5zm-2-2h2c.28 0 .5-.22.5-.5V6c0-.28-.22-.5-.5-.5H4c-.28 0-.5.22-.5.5v1c0 .28.22.5.5.5zm3.5-7V3c0 .28.22.5.5.5h2.5"
3028
+ })));
3029
+ };
3047
3030
 
3048
- function _extends$a() { _extends$a = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$a.apply(this, arguments); }
3031
+ var _path$9;
3049
3032
 
3050
- var _ref$a = /*#__PURE__*/React.createElement("path", {
3051
- fill: "none",
3052
- stroke: "currentColor",
3053
- d: "M10.5 3.21V11c0 .28-.22.5-.5.5H2c-.28 0-.5-.22-.5-.5V1c0-.28.22-.5.5-.5h5.79c.13 0 .26.05.35.15l2.21 2.21c.1.09.15.21.15.35zM7.5.5V3c0 .28.22.5.5.5h2.5"
3054
- });
3033
+ function _extends$a() { _extends$a = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$a.apply(this, arguments); }
3055
3034
 
3056
- function SvgFileGenericStroke$1(props) {
3035
+ var SvgFileGenericStroke$1 = function SvgFileGenericStroke(props) {
3057
3036
  return /*#__PURE__*/React.createElement("svg", _extends$a({
3058
3037
  xmlns: "http://www.w3.org/2000/svg",
3059
3038
  width: 12,
3060
3039
  height: 12,
3061
- viewBox: "0 0 12 12",
3062
3040
  focusable: "false",
3063
- role: "presentation"
3064
- }, props), _ref$a);
3065
- }
3041
+ viewBox: "0 0 12 12",
3042
+ "aria-hidden": "true"
3043
+ }, props), _path$9 || (_path$9 = /*#__PURE__*/React.createElement("path", {
3044
+ fill: "none",
3045
+ stroke: "currentColor",
3046
+ d: "M10.5 3.21V11c0 .28-.22.5-.5.5H2c-.28 0-.5-.22-.5-.5V1c0-.28.22-.5.5-.5h5.79c.13 0 .26.05.35.15l2.21 2.21c.1.09.15.21.15.35zM7.5.5V3c0 .28.22.5.5.5h2.5"
3047
+ })));
3048
+ };
3049
+
3050
+ var _g;
3066
3051
 
3067
3052
  function _extends$9() { _extends$9 = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$9.apply(this, arguments); }
3068
3053
 
3069
- var _ref$9 = /*#__PURE__*/React.createElement("g", {
3070
- fill: "none",
3071
- stroke: "currentColor"
3072
- }, /*#__PURE__*/React.createElement("path", {
3073
- strokeLinecap: "round",
3074
- strokeLinejoin: "round",
3075
- d: "M3.5 6l2 2L9 4.5"
3076
- }), /*#__PURE__*/React.createElement("circle", {
3077
- cx: 6,
3078
- cy: 6,
3079
- r: 5.5
3080
- }));
3081
-
3082
- function SvgCheckCircleStroke(props) {
3054
+ var SvgCheckCircleStroke = function SvgCheckCircleStroke(props) {
3083
3055
  return /*#__PURE__*/React.createElement("svg", _extends$9({
3084
3056
  xmlns: "http://www.w3.org/2000/svg",
3085
3057
  width: 12,
3086
3058
  height: 12,
3087
- viewBox: "0 0 12 12",
3088
3059
  focusable: "false",
3089
- role: "presentation"
3090
- }, props), _ref$9);
3091
- }
3060
+ viewBox: "0 0 12 12",
3061
+ "aria-hidden": "true"
3062
+ }, props), _g || (_g = /*#__PURE__*/React.createElement("g", {
3063
+ fill: "none",
3064
+ stroke: "currentColor"
3065
+ }, /*#__PURE__*/React.createElement("path", {
3066
+ strokeLinecap: "round",
3067
+ strokeLinejoin: "round",
3068
+ d: "M3.5 6l2 2L9 4.5"
3069
+ }), /*#__PURE__*/React.createElement("circle", {
3070
+ cx: 6,
3071
+ cy: 6,
3072
+ r: 5.5
3073
+ }))));
3074
+ };
3092
3075
 
3093
- function _extends$8() { _extends$8 = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$8.apply(this, arguments); }
3076
+ var _path$8;
3094
3077
 
3095
- var _ref$8 = /*#__PURE__*/React.createElement("path", {
3096
- fill: "none",
3097
- stroke: "currentColor",
3098
- strokeLinecap: "round",
3099
- d: "M10.5 3.21V11c0 .28-.22.5-.5.5H2c-.28 0-.5-.22-.5-.5V1c0-.28.22-.5.5-.5h5.79c.13 0 .26.05.35.15l2.21 2.21c.1.09.15.21.15.35zM7.5.5V3c0 .28.22.5.5.5h2.5M4 9.5l4-4m0 4l-4-4"
3100
- });
3078
+ function _extends$8() { _extends$8 = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$8.apply(this, arguments); }
3101
3079
 
3102
- function SvgFileErrorStroke$1(props) {
3080
+ var SvgFileErrorStroke$1 = function SvgFileErrorStroke(props) {
3103
3081
  return /*#__PURE__*/React.createElement("svg", _extends$8({
3104
3082
  xmlns: "http://www.w3.org/2000/svg",
3105
3083
  width: 12,
3106
3084
  height: 12,
3107
- viewBox: "0 0 12 12",
3108
3085
  focusable: "false",
3109
- role: "presentation"
3110
- }, props), _ref$8);
3111
- }
3112
-
3113
- function _extends$7() { _extends$7 = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$7.apply(this, arguments); }
3086
+ viewBox: "0 0 12 12",
3087
+ "aria-hidden": "true"
3088
+ }, props), _path$8 || (_path$8 = /*#__PURE__*/React.createElement("path", {
3089
+ fill: "none",
3090
+ stroke: "currentColor",
3091
+ strokeLinecap: "round",
3092
+ d: "M10.5 3.21V11c0 .28-.22.5-.5.5H2c-.28 0-.5-.22-.5-.5V1c0-.28.22-.5.5-.5h5.79c.13 0 .26.05.35.15l2.21 2.21c.1.09.15.21.15.35zM7.5.5V3c0 .28.22.5.5.5h2.5M4 9.5l4-4m0 4l-4-4"
3093
+ })));
3094
+ };
3114
3095
 
3115
- var _ref$7 = /*#__PURE__*/React.createElement("path", {
3116
- fill: "none",
3117
- stroke: "currentColor",
3118
- strokeLinecap: "round",
3119
- d: "M14.5 4.2V15a.5.5 0 01-.5.5H2a.5.5 0 01-.5-.5V1A.5.5 0 012 .5h8.85a.5.5 0 01.36.15l3.15 3.2a.5.5 0 01.14.35zm-10 8.3h7m-7-2h7m-1-10V4a.5.5 0 00.5.5h3.5"
3120
- });
3096
+ var _path$7, _rect;
3121
3097
 
3122
- var _ref2$1 = /*#__PURE__*/React.createElement("rect", {
3123
- width: 8,
3124
- height: 2,
3125
- x: 4,
3126
- y: 7,
3127
- fill: "currentColor",
3128
- rx: 0.5,
3129
- ry: 0.5
3130
- });
3098
+ function _extends$7() { _extends$7 = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$7.apply(this, arguments); }
3131
3099
 
3132
- function SvgFilePdfStroke(props) {
3100
+ var SvgFilePdfStroke = function SvgFilePdfStroke(props) {
3133
3101
  return /*#__PURE__*/React.createElement("svg", _extends$7({
3134
3102
  xmlns: "http://www.w3.org/2000/svg",
3135
3103
  width: 16,
3136
3104
  height: 16,
3137
- viewBox: "0 0 16 16",
3138
3105
  focusable: "false",
3139
- role: "presentation"
3140
- }, props), _ref$7, _ref2$1);
3141
- }
3106
+ viewBox: "0 0 16 16",
3107
+ "aria-hidden": "true"
3108
+ }, props), _path$7 || (_path$7 = /*#__PURE__*/React.createElement("path", {
3109
+ fill: "none",
3110
+ stroke: "currentColor",
3111
+ strokeLinecap: "round",
3112
+ d: "M14.5 4.2V15a.5.5 0 01-.5.5H2a.5.5 0 01-.5-.5V1A.5.5 0 012 .5h8.85a.5.5 0 01.36.15l3.15 3.2a.5.5 0 01.14.35zm-10 8.3h7m-7-2h7m-1-10V4a.5.5 0 00.5.5h3.5"
3113
+ })), _rect || (_rect = /*#__PURE__*/React.createElement("rect", {
3114
+ width: 8,
3115
+ height: 2,
3116
+ x: 4,
3117
+ y: 7,
3118
+ fill: "currentColor",
3119
+ rx: 0.5,
3120
+ ry: 0.5
3121
+ })));
3122
+ };
3142
3123
 
3143
- function _extends$6() { _extends$6 = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$6.apply(this, arguments); }
3124
+ var _path$6;
3144
3125
 
3145
- var _ref$6 = /*#__PURE__*/React.createElement("path", {
3146
- fill: "none",
3147
- stroke: "currentColor",
3148
- strokeLinecap: "round",
3149
- d: "M6.5.5v11M5 2.5h1.5m0 1H8m-3 1h1.5m0 1H8m-3 1h1.5m0 1H8m-3 1h1.5m0 1H8m-3 1h1.5m8-6.3V15c0 .28-.22.5-.5.5H2c-.28 0-.5-.22-.5-.5V1c0-.28.22-.5.5-.5h8.85c.13 0 .26.05.36.15l3.15 3.2c.09.1.14.22.14.35zm-4-3.7V4c0 .28.22.5.5.5h3.5"
3150
- });
3126
+ function _extends$6() { _extends$6 = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$6.apply(this, arguments); }
3151
3127
 
3152
- function SvgFileZipStroke(props) {
3128
+ var SvgFileZipStroke = function SvgFileZipStroke(props) {
3153
3129
  return /*#__PURE__*/React.createElement("svg", _extends$6({
3154
3130
  xmlns: "http://www.w3.org/2000/svg",
3155
3131
  width: 16,
3156
3132
  height: 16,
3157
- viewBox: "0 0 16 16",
3158
3133
  focusable: "false",
3159
- role: "presentation"
3160
- }, props), _ref$6);
3161
- }
3162
-
3163
- function _extends$5() { _extends$5 = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$5.apply(this, arguments); }
3134
+ viewBox: "0 0 16 16",
3135
+ "aria-hidden": "true"
3136
+ }, props), _path$6 || (_path$6 = /*#__PURE__*/React.createElement("path", {
3137
+ fill: "none",
3138
+ stroke: "currentColor",
3139
+ strokeLinecap: "round",
3140
+ d: "M6.5.5v11M5 2.5h1.5m0 1H8m-3 1h1.5m0 1H8m-3 1h1.5m0 1H8m-3 1h1.5m0 1H8m-3 1h1.5m8-6.3V15c0 .28-.22.5-.5.5H2c-.28 0-.5-.22-.5-.5V1c0-.28.22-.5.5-.5h8.85c.13 0 .26.05.36.15l3.15 3.2c.09.1.14.22.14.35zm-4-3.7V4c0 .28.22.5.5.5h3.5"
3141
+ })));
3142
+ };
3164
3143
 
3165
- var _ref$5 = /*#__PURE__*/React.createElement("path", {
3166
- fill: "none",
3167
- stroke: "currentColor",
3168
- strokeLinecap: "round",
3169
- d: "M14.5 4.2V15c0 .28-.22.5-.5.5H2c-.28 0-.5-.22-.5-.5V1c0-.28.22-.5.5-.5h8.85c.13 0 .26.05.36.15l3.15 3.2c.09.1.14.22.14.35zm-4-3.7V4c0 .28.22.5.5.5h3.5m-11 9l2.65-2.65c.2-.2.51-.2.71 0l1.79 1.79c.2.2.51.2.71 0l.79-.79c.2-.2.51-.2.71 0l1.65 1.65"
3170
- });
3144
+ var _path$5, _circle;
3171
3145
 
3172
- var _ref2 = /*#__PURE__*/React.createElement("circle", {
3173
- cx: 10.5,
3174
- cy: 8.5,
3175
- r: 1.5,
3176
- fill: "currentColor"
3177
- });
3146
+ function _extends$5() { _extends$5 = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$5.apply(this, arguments); }
3178
3147
 
3179
- function SvgFileImageStroke(props) {
3148
+ var SvgFileImageStroke = function SvgFileImageStroke(props) {
3180
3149
  return /*#__PURE__*/React.createElement("svg", _extends$5({
3181
3150
  xmlns: "http://www.w3.org/2000/svg",
3182
3151
  width: 16,
3183
3152
  height: 16,
3184
- viewBox: "0 0 16 16",
3185
3153
  focusable: "false",
3186
- role: "presentation"
3187
- }, props), _ref$5, _ref2);
3188
- }
3154
+ viewBox: "0 0 16 16",
3155
+ "aria-hidden": "true"
3156
+ }, props), _path$5 || (_path$5 = /*#__PURE__*/React.createElement("path", {
3157
+ fill: "none",
3158
+ stroke: "currentColor",
3159
+ strokeLinecap: "round",
3160
+ d: "M14.5 4.2V15c0 .28-.22.5-.5.5H2c-.28 0-.5-.22-.5-.5V1c0-.28.22-.5.5-.5h8.85c.13 0 .26.05.36.15l3.15 3.2c.09.1.14.22.14.35zm-4-3.7V4c0 .28.22.5.5.5h3.5m-11 9l2.65-2.65c.2-.2.51-.2.71 0l1.79 1.79c.2.2.51.2.71 0l.79-.79c.2-.2.51-.2.71 0l1.65 1.65"
3161
+ })), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
3162
+ cx: 10.5,
3163
+ cy: 8.5,
3164
+ r: 1.5,
3165
+ fill: "currentColor"
3166
+ })));
3167
+ };
3189
3168
 
3190
- function _extends$4() { _extends$4 = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$4.apply(this, arguments); }
3169
+ var _path$4;
3191
3170
 
3192
- var _ref$4 = /*#__PURE__*/React.createElement("path", {
3193
- fill: "none",
3194
- stroke: "currentColor",
3195
- strokeLinecap: "round",
3196
- d: "M4.5 7.5h7m-7 1.97h7m-7 2h7m3-7.27V15c0 .28-.22.5-.5.5H2c-.28 0-.5-.22-.5-.5V1c0-.28.22-.5.5-.5h8.85c.13 0 .26.05.36.15l3.15 3.2c.09.1.14.22.14.35zm-4-3.7V4c0 .28.22.5.5.5h3.5"
3197
- });
3171
+ function _extends$4() { _extends$4 = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$4.apply(this, arguments); }
3198
3172
 
3199
- function SvgFileDocumentStroke(props) {
3173
+ var SvgFileDocumentStroke = function SvgFileDocumentStroke(props) {
3200
3174
  return /*#__PURE__*/React.createElement("svg", _extends$4({
3201
3175
  xmlns: "http://www.w3.org/2000/svg",
3202
3176
  width: 16,
3203
3177
  height: 16,
3204
- viewBox: "0 0 16 16",
3205
3178
  focusable: "false",
3206
- role: "presentation"
3207
- }, props), _ref$4);
3208
- }
3179
+ viewBox: "0 0 16 16",
3180
+ "aria-hidden": "true"
3181
+ }, props), _path$4 || (_path$4 = /*#__PURE__*/React.createElement("path", {
3182
+ fill: "none",
3183
+ stroke: "currentColor",
3184
+ strokeLinecap: "round",
3185
+ d: "M4.5 7.5h7m-7 1.97h7m-7 2h7m3-7.27V15c0 .28-.22.5-.5.5H2c-.28 0-.5-.22-.5-.5V1c0-.28.22-.5.5-.5h8.85c.13 0 .26.05.36.15l3.15 3.2c.09.1.14.22.14.35zm-4-3.7V4c0 .28.22.5.5.5h3.5"
3186
+ })));
3187
+ };
3209
3188
 
3210
- function _extends$3() { _extends$3 = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$3.apply(this, arguments); }
3189
+ var _path$3;
3211
3190
 
3212
- var _ref$3 = /*#__PURE__*/React.createElement("path", {
3213
- fill: "none",
3214
- stroke: "currentColor",
3215
- strokeLinecap: "round",
3216
- d: "M4.5 7.5h2m-2 2h2m-2 2h2m2-4h3m-3 2h3m-3 2h3m3-7.3V15c0 .28-.22.5-.5.5H2c-.28 0-.5-.22-.5-.5V1c0-.28.22-.5.5-.5h8.85c.13 0 .26.05.36.15l3.15 3.2c.09.1.14.22.14.35zm-4-3.7V4c0 .28.22.5.5.5h3.5"
3217
- });
3191
+ function _extends$3() { _extends$3 = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$3.apply(this, arguments); }
3218
3192
 
3219
- function SvgFileSpreadsheetStroke(props) {
3193
+ var SvgFileSpreadsheetStroke = function SvgFileSpreadsheetStroke(props) {
3220
3194
  return /*#__PURE__*/React.createElement("svg", _extends$3({
3221
3195
  xmlns: "http://www.w3.org/2000/svg",
3222
3196
  width: 16,
3223
3197
  height: 16,
3224
- viewBox: "0 0 16 16",
3225
3198
  focusable: "false",
3226
- role: "presentation"
3227
- }, props), _ref$3);
3228
- }
3199
+ viewBox: "0 0 16 16",
3200
+ "aria-hidden": "true"
3201
+ }, props), _path$3 || (_path$3 = /*#__PURE__*/React.createElement("path", {
3202
+ fill: "none",
3203
+ stroke: "currentColor",
3204
+ strokeLinecap: "round",
3205
+ d: "M4.5 7.5h2m-2 2h2m-2 2h2m2-4h3m-3 2h3m-3 2h3m3-7.3V15c0 .28-.22.5-.5.5H2c-.28 0-.5-.22-.5-.5V1c0-.28.22-.5.5-.5h8.85c.13 0 .26.05.36.15l3.15 3.2c.09.1.14.22.14.35zm-4-3.7V4c0 .28.22.5.5.5h3.5"
3206
+ })));
3207
+ };
3229
3208
 
3230
- function _extends$2() { _extends$2 = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$2.apply(this, arguments); }
3209
+ var _path$2;
3231
3210
 
3232
- var _ref$2 = /*#__PURE__*/React.createElement("path", {
3233
- fill: "none",
3234
- stroke: "currentColor",
3235
- d: "M14.5 4.2V15c0 .28-.22.5-.5.5H2c-.28 0-.5-.22-.5-.5V1c0-.28.22-.5.5-.5h8.85c.13 0 .26.05.36.15l3.15 3.2c.09.1.14.22.14.35zm-4-3.7V4c0 .28.22.5.5.5h3.5M7 9.5h4c.28 0 .5.22.5.5v3c0 .28-.22.5-.5.5H7c-.28 0-.5-.22-.5-.5v-3c0-.28.22-.5.5-.5zm-.5 2H5c-.28 0-.5-.22-.5-.5V8c0-.28.22-.5.5-.5h4c.28 0 .5.22.5.5v1.5"
3236
- });
3211
+ function _extends$2() { _extends$2 = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$2.apply(this, arguments); }
3237
3212
 
3238
- function SvgFilePresentationStroke(props) {
3213
+ var SvgFilePresentationStroke = function SvgFilePresentationStroke(props) {
3239
3214
  return /*#__PURE__*/React.createElement("svg", _extends$2({
3240
3215
  xmlns: "http://www.w3.org/2000/svg",
3241
3216
  width: 16,
3242
3217
  height: 16,
3243
- viewBox: "0 0 16 16",
3244
3218
  focusable: "false",
3245
- role: "presentation"
3246
- }, props), _ref$2);
3247
- }
3219
+ viewBox: "0 0 16 16",
3220
+ "aria-hidden": "true"
3221
+ }, props), _path$2 || (_path$2 = /*#__PURE__*/React.createElement("path", {
3222
+ fill: "none",
3223
+ stroke: "currentColor",
3224
+ d: "M14.5 4.2V15c0 .28-.22.5-.5.5H2c-.28 0-.5-.22-.5-.5V1c0-.28.22-.5.5-.5h8.85c.13 0 .26.05.36.15l3.15 3.2c.09.1.14.22.14.35zm-4-3.7V4c0 .28.22.5.5.5h3.5M7 9.5h4c.28 0 .5.22.5.5v3c0 .28-.22.5-.5.5H7c-.28 0-.5-.22-.5-.5v-3c0-.28.22-.5.5-.5zm-.5 2H5c-.28 0-.5-.22-.5-.5V8c0-.28.22-.5.5-.5h4c.28 0 .5.22.5.5v1.5"
3225
+ })));
3226
+ };
3248
3227
 
3249
- function _extends$1() { _extends$1 = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1.apply(this, arguments); }
3228
+ var _path$1;
3250
3229
 
3251
- var _ref$1 = /*#__PURE__*/React.createElement("path", {
3252
- fill: "none",
3253
- stroke: "currentColor",
3254
- d: "M14.5 4.2V15c0 .28-.22.5-.5.5H2c-.28 0-.5-.22-.5-.5V1c0-.28.22-.5.5-.5h8.85c.13 0 .26.05.36.15l3.15 3.2c.09.1.14.22.14.35zm-4-3.7V4c0 .28.22.5.5.5h3.5"
3255
- });
3230
+ function _extends$1() { _extends$1 = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1.apply(this, arguments); }
3256
3231
 
3257
- function SvgFileGenericStroke(props) {
3232
+ var SvgFileGenericStroke = function SvgFileGenericStroke(props) {
3258
3233
  return /*#__PURE__*/React.createElement("svg", _extends$1({
3259
3234
  xmlns: "http://www.w3.org/2000/svg",
3260
3235
  width: 16,
3261
3236
  height: 16,
3262
- viewBox: "0 0 16 16",
3263
3237
  focusable: "false",
3264
- role: "presentation"
3265
- }, props), _ref$1);
3266
- }
3238
+ viewBox: "0 0 16 16",
3239
+ "aria-hidden": "true"
3240
+ }, props), _path$1 || (_path$1 = /*#__PURE__*/React.createElement("path", {
3241
+ fill: "none",
3242
+ stroke: "currentColor",
3243
+ d: "M14.5 4.2V15c0 .28-.22.5-.5.5H2c-.28 0-.5-.22-.5-.5V1c0-.28.22-.5.5-.5h8.85c.13 0 .26.05.36.15l3.15 3.2c.09.1.14.22.14.35zm-4-3.7V4c0 .28.22.5.5.5h3.5"
3244
+ })));
3245
+ };
3267
3246
 
3268
- function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
3247
+ var _path;
3269
3248
 
3270
- var _ref = /*#__PURE__*/React.createElement("path", {
3271
- fill: "none",
3272
- stroke: "currentColor",
3273
- strokeLinecap: "round",
3274
- d: "M14.5 4.205V15a.5.5 0 01-.5.5H2a.5.5 0 01-.5-.5V1A.5.5 0 012 .5h8.853a.5.5 0 01.356.15l3.148 3.204a.5.5 0 01.143.35zM10.5.5V4a.5.5 0 00.5.5h3.5m-9 8l5-5m0 5l-5-5"
3275
- });
3249
+ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
3276
3250
 
3277
- function SvgFileErrorStroke(props) {
3251
+ var SvgFileErrorStroke = function SvgFileErrorStroke(props) {
3278
3252
  return /*#__PURE__*/React.createElement("svg", _extends({
3279
3253
  xmlns: "http://www.w3.org/2000/svg",
3280
3254
  width: 16,
3281
3255
  height: 16,
3282
- viewBox: "0 0 16 16",
3283
3256
  focusable: "false",
3284
- role: "presentation"
3285
- }, props), _ref);
3286
- }
3257
+ viewBox: "0 0 16 16",
3258
+ "aria-hidden": "true"
3259
+ }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
3260
+ fill: "none",
3261
+ stroke: "currentColor",
3262
+ strokeLinecap: "round",
3263
+ d: "M14.5 4.205V15a.5.5 0 01-.5.5H2a.5.5 0 01-.5-.5V1A.5.5 0 012 .5h8.853a.5.5 0 01.356.15l3.148 3.204a.5.5 0 01.143.35zM10.5.5V4a.5.5 0 00.5.5h3.5m-9 8l5-5m0 5l-5-5"
3264
+ })));
3265
+ };
3287
3266
 
3288
3267
  var FileType;
3289
3268
  (function (FileType) {
@@ -3461,5 +3440,6 @@ MediaInput.propTypes = {
3461
3440
  validation: PropTypes.oneOf(['success', 'warning', 'error']),
3462
3441
  wrapperProps: PropTypes.object
3463
3442
  };
3443
+ MediaInput.displayName = 'MediaInput';
3464
3444
 
3465
- export { Checkbox, FauxInput, Field, Fieldset, File, FileList, FileUpload, Hint, Input, InputGroup, Label$1 as Label, MediaInput, Message, MultiThumbRange$1 as MultiThumbRange, Radio, Range, Select, Textarea, Tiles, Toggle };
3445
+ export { Checkbox, FauxInput, Field, Fieldset, File, FileList, FileUpload, Hint, Input, InputGroup, Label$1 as Label, MediaInput, Message, MultiThumbRange, Radio, Range, Select, Textarea, Tiles, Toggle };