@zendeskgarden/react-forms 8.62.2 → 8.63.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.esm.js CHANGED
@@ -41,7 +41,7 @@ const useFieldContext = () => {
41
41
  const COMPONENT_ID$K = 'forms.field';
42
42
  const StyledField = styled.div.attrs({
43
43
  'data-garden-id': COMPONENT_ID$K,
44
- 'data-garden-version': '8.62.2'
44
+ 'data-garden-version': '8.63.0'
45
45
  }).withConfig({
46
46
  displayName: "StyledField",
47
47
  componentId: "sc-12gzfsu-0"
@@ -54,7 +54,7 @@ const COMPONENT_ID$J = 'forms.fieldset';
54
54
  const StyledFieldset = styled(StyledField).attrs({
55
55
  as: 'fieldset',
56
56
  'data-garden-id': COMPONENT_ID$J,
57
- 'data-garden-version': '8.62.2'
57
+ 'data-garden-version': '8.63.0'
58
58
  }).withConfig({
59
59
  displayName: "StyledFieldset",
60
60
  componentId: "sc-1vr4mxv-0"
@@ -66,7 +66,7 @@ StyledFieldset.defaultProps = {
66
66
  const COMPONENT_ID$I = 'forms.input_label';
67
67
  const StyledLabel = styled.label.attrs({
68
68
  'data-garden-id': COMPONENT_ID$I,
69
- 'data-garden-version': '8.62.2'
69
+ 'data-garden-version': '8.63.0'
70
70
  }).withConfig({
71
71
  displayName: "StyledLabel",
72
72
  componentId: "sc-2utmsz-0"
@@ -79,7 +79,7 @@ const COMPONENT_ID$H = 'forms.fieldset_legend';
79
79
  const StyledLegend = styled(StyledLabel).attrs({
80
80
  as: 'legend',
81
81
  'data-garden-id': COMPONENT_ID$H,
82
- 'data-garden-version': '8.62.2'
82
+ 'data-garden-version': '8.63.0'
83
83
  }).withConfig({
84
84
  displayName: "StyledLegend",
85
85
  componentId: "sc-6s0zwq-0"
@@ -91,7 +91,7 @@ StyledLegend.defaultProps = {
91
91
  const COMPONENT_ID$G = 'forms.input_hint';
92
92
  const StyledHint = styled.div.attrs({
93
93
  'data-garden-id': COMPONENT_ID$G,
94
- 'data-garden-version': '8.62.2'
94
+ 'data-garden-version': '8.63.0'
95
95
  }).withConfig({
96
96
  displayName: "StyledHint",
97
97
  componentId: "sc-17c2wu8-0"
@@ -101,9 +101,7 @@ StyledHint.defaultProps = {
101
101
  };
102
102
 
103
103
  var _g$2, _circle$5;
104
-
105
104
  function _extends$s() { _extends$s = Object.assign ? Object.assign.bind() : 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); }
106
-
107
105
  var SvgAlertErrorStroke = function SvgAlertErrorStroke(props) {
108
106
  return /*#__PURE__*/React.createElement("svg", _extends$s({
109
107
  xmlns: "http://www.w3.org/2000/svg",
@@ -111,8 +109,7 @@ var SvgAlertErrorStroke = function SvgAlertErrorStroke(props) {
111
109
  height: 16,
112
110
  focusable: "false",
113
111
  viewBox: "0 0 16 16",
114
- "aria-hidden": "true",
115
- role: "img"
112
+ "aria-hidden": "true"
116
113
  }, props), _g$2 || (_g$2 = /*#__PURE__*/React.createElement("g", {
117
114
  fill: "none",
118
115
  stroke: "currentColor"
@@ -132,9 +129,7 @@ var SvgAlertErrorStroke = function SvgAlertErrorStroke(props) {
132
129
  };
133
130
 
134
131
  var _path$n, _circle$4;
135
-
136
132
  function _extends$r() { _extends$r = Object.assign ? Object.assign.bind() : 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); }
137
-
138
133
  var SvgAlertWarningStroke = function SvgAlertWarningStroke(props) {
139
134
  return /*#__PURE__*/React.createElement("svg", _extends$r({
140
135
  xmlns: "http://www.w3.org/2000/svg",
@@ -142,8 +137,7 @@ var SvgAlertWarningStroke = function SvgAlertWarningStroke(props) {
142
137
  height: 16,
143
138
  focusable: "false",
144
139
  viewBox: "0 0 16 16",
145
- "aria-hidden": "true",
146
- role: "img"
140
+ "aria-hidden": "true"
147
141
  }, props), _path$n || (_path$n = /*#__PURE__*/React.createElement("path", {
148
142
  fill: "none",
149
143
  stroke: "currentColor",
@@ -158,9 +152,7 @@ var SvgAlertWarningStroke = function SvgAlertWarningStroke(props) {
158
152
  };
159
153
 
160
154
  var _g$1;
161
-
162
155
  function _extends$q() { _extends$q = Object.assign ? Object.assign.bind() : 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); }
163
-
164
156
  var SvgCheckCircleStroke$1 = function SvgCheckCircleStroke(props) {
165
157
  return /*#__PURE__*/React.createElement("svg", _extends$q({
166
158
  xmlns: "http://www.w3.org/2000/svg",
@@ -168,8 +160,7 @@ var SvgCheckCircleStroke$1 = function SvgCheckCircleStroke(props) {
168
160
  height: 16,
169
161
  focusable: "false",
170
162
  viewBox: "0 0 16 16",
171
- "aria-hidden": "true",
172
- role: "img"
163
+ "aria-hidden": "true"
173
164
  }, props), _g$1 || (_g$1 = /*#__PURE__*/React.createElement("g", {
174
165
  fill: "none",
175
166
  stroke: "currentColor"
@@ -205,7 +196,7 @@ const MessageIcon = _ref => {
205
196
  const COMPONENT_ID$F = 'forms.input_message_icon';
206
197
  const StyledMessageIcon = styled(MessageIcon).attrs({
207
198
  'data-garden-id': COMPONENT_ID$F,
208
- 'data-garden-version': '8.62.2',
199
+ 'data-garden-version': '8.63.0',
209
200
  'aria-hidden': null
210
201
  }).withConfig({
211
202
  displayName: "StyledMessageIcon",
@@ -233,7 +224,7 @@ const validationStyles = props => {
233
224
  const COMPONENT_ID$E = 'forms.input_message';
234
225
  const StyledMessage = styled.div.attrs({
235
226
  'data-garden-id': COMPONENT_ID$E,
236
- 'data-garden-version': '8.62.2'
227
+ 'data-garden-version': '8.63.0'
237
228
  }).withConfig({
238
229
  displayName: "StyledMessage",
239
230
  componentId: "sc-30hgg7-0"
@@ -312,7 +303,7 @@ const sizeStyles$f = props => {
312
303
  };
313
304
  const StyledTextInput = styled.input.attrs(props => ({
314
305
  'data-garden-id': COMPONENT_ID$D,
315
- 'data-garden-version': '8.62.2',
306
+ 'data-garden-version': '8.63.0',
316
307
  'aria-invalid': isInvalid(props.validation)
317
308
  })).withConfig({
318
309
  displayName: "StyledTextInput",
@@ -335,7 +326,7 @@ const hiddenStyles = `
335
326
  const StyledTextarea = styled(StyledTextInput).attrs({
336
327
  as: 'textarea',
337
328
  'data-garden-id': COMPONENT_ID$C,
338
- 'data-garden-version': '8.62.2'
329
+ 'data-garden-version': '8.63.0'
339
330
  }).withConfig({
340
331
  displayName: "StyledTextarea",
341
332
  componentId: "sc-wxschl-0"
@@ -381,7 +372,7 @@ _ref => {
381
372
  return React__default.cloneElement(Children.only(children), props);
382
373
  }).attrs({
383
374
  'data-garden-id': COMPONENT_ID$B,
384
- 'data-garden-version': '8.62.2'
375
+ 'data-garden-version': '8.63.0'
385
376
  }).withConfig({
386
377
  displayName: "StyledTextMediaFigure",
387
378
  componentId: "sc-1qepknj-0"
@@ -396,7 +387,7 @@ const StyledTextFauxInput = styled(StyledTextInput).attrs(props => ({
396
387
  'aria-readonly': props.isReadOnly,
397
388
  'aria-disabled': props.isDisabled,
398
389
  'data-garden-id': COMPONENT_ID$A,
399
- 'data-garden-version': '8.62.2'
390
+ 'data-garden-version': '8.63.0'
400
391
  })).withConfig({
401
392
  displayName: "StyledTextFauxInput",
402
393
  componentId: "sc-yqw7j9-0"
@@ -408,7 +399,7 @@ StyledTextFauxInput.defaultProps = {
408
399
  const COMPONENT_ID$z = 'forms.media_input';
409
400
  const StyledTextMediaInput = styled(StyledTextInput).attrs({
410
401
  'data-garden-id': COMPONENT_ID$z,
411
- 'data-garden-version': '8.62.2',
402
+ 'data-garden-version': '8.63.0',
412
403
  isBare: true
413
404
  }).withConfig({
414
405
  displayName: "StyledTextMediaInput",
@@ -431,7 +422,7 @@ const itemStyles = props => {
431
422
  };
432
423
  const StyledInputGroup = styled.div.attrs({
433
424
  'data-garden-id': COMPONENT_ID$y,
434
- 'data-garden-version': '8.62.2'
425
+ 'data-garden-version': '8.63.0'
435
426
  }).withConfig({
436
427
  displayName: "StyledInputGroup",
437
428
  componentId: "sc-kjh1f0-0"
@@ -449,7 +440,7 @@ const sizeStyles$d = props => {
449
440
  };
450
441
  const StyledRadioLabel = styled(StyledLabel).attrs({
451
442
  'data-garden-id': COMPONENT_ID$x,
452
- 'data-garden-version': '8.62.2',
443
+ 'data-garden-version': '8.63.0',
453
444
  isRadio: true
454
445
  }).withConfig({
455
446
  displayName: "StyledRadioLabel",
@@ -462,7 +453,7 @@ StyledRadioLabel.defaultProps = {
462
453
  const COMPONENT_ID$w = 'forms.checkbox_label';
463
454
  const StyledCheckLabel = styled(StyledRadioLabel).attrs({
464
455
  'data-garden-id': COMPONENT_ID$w,
465
- 'data-garden-version': '8.62.2'
456
+ 'data-garden-version': '8.63.0'
466
457
  }).withConfig({
467
458
  displayName: "StyledCheckLabel",
468
459
  componentId: "sc-x7nr1-0"
@@ -474,7 +465,7 @@ StyledCheckLabel.defaultProps = {
474
465
  const COMPONENT_ID$v = 'forms.radio_hint';
475
466
  const StyledRadioHint = styled(StyledHint).attrs({
476
467
  'data-garden-id': COMPONENT_ID$v,
477
- 'data-garden-version': '8.62.2'
468
+ 'data-garden-version': '8.63.0'
478
469
  }).withConfig({
479
470
  displayName: "StyledRadioHint",
480
471
  componentId: "sc-eo8twg-0"
@@ -486,7 +477,7 @@ StyledRadioHint.defaultProps = {
486
477
  const COMPONENT_ID$u = 'forms.checkbox_hint';
487
478
  const StyledCheckHint = styled(StyledRadioHint).attrs({
488
479
  'data-garden-id': COMPONENT_ID$u,
489
- 'data-garden-version': '8.62.2'
480
+ 'data-garden-version': '8.63.0'
490
481
  }).withConfig({
491
482
  displayName: "StyledCheckHint",
492
483
  componentId: "sc-1kl8e8c-0"
@@ -528,7 +519,7 @@ const sizeStyles$c = props => {
528
519
  };
529
520
  const StyledRadioInput = styled.input.attrs({
530
521
  'data-garden-id': COMPONENT_ID$t,
531
- 'data-garden-version': '8.62.2',
522
+ 'data-garden-version': '8.63.0',
532
523
  type: 'radio'
533
524
  }).withConfig({
534
525
  displayName: "StyledRadioInput",
@@ -550,7 +541,7 @@ const colorStyles$8 = props => {
550
541
  };
551
542
  const StyledCheckInput = styled(StyledRadioInput).attrs({
552
543
  'data-garden-id': COMPONENT_ID$s,
553
- 'data-garden-version': '8.62.2',
544
+ 'data-garden-version': '8.63.0',
554
545
  type: 'checkbox'
555
546
  }).withConfig({
556
547
  displayName: "StyledCheckInput",
@@ -563,7 +554,7 @@ StyledCheckInput.defaultProps = {
563
554
  const COMPONENT_ID$r = 'forms.radio_message';
564
555
  const StyledRadioMessage = styled(StyledMessage).attrs({
565
556
  'data-garden-id': COMPONENT_ID$r,
566
- 'data-garden-version': '8.62.2'
557
+ 'data-garden-version': '8.63.0'
567
558
  }).withConfig({
568
559
  displayName: "StyledRadioMessage",
569
560
  componentId: "sc-1pmi0q8-0"
@@ -575,7 +566,7 @@ StyledRadioMessage.defaultProps = {
575
566
  const COMPONENT_ID$q = 'forms.checkbox_message';
576
567
  const StyledCheckMessage = styled(StyledRadioMessage).attrs({
577
568
  'data-garden-id': COMPONENT_ID$q,
578
- 'data-garden-version': '8.62.2'
569
+ 'data-garden-version': '8.63.0'
579
570
  }).withConfig({
580
571
  displayName: "StyledCheckMessage",
581
572
  componentId: "sc-s4p6kd-0"
@@ -585,9 +576,7 @@ StyledCheckMessage.defaultProps = {
585
576
  };
586
577
 
587
578
  var _path$m;
588
-
589
579
  function _extends$p() { _extends$p = Object.assign ? Object.assign.bind() : 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); }
590
-
591
580
  var SvgCheckSmFill = function SvgCheckSmFill(props) {
592
581
  return /*#__PURE__*/React.createElement("svg", _extends$p({
593
582
  xmlns: "http://www.w3.org/2000/svg",
@@ -595,8 +584,7 @@ var SvgCheckSmFill = function SvgCheckSmFill(props) {
595
584
  height: 12,
596
585
  focusable: "false",
597
586
  viewBox: "0 0 12 12",
598
- "aria-hidden": "true",
599
- role: "img"
587
+ "aria-hidden": "true"
600
588
  }, props), _path$m || (_path$m = /*#__PURE__*/React.createElement("path", {
601
589
  fill: "none",
602
590
  stroke: "currentColor",
@@ -610,7 +598,7 @@ var SvgCheckSmFill = function SvgCheckSmFill(props) {
610
598
  const COMPONENT_ID$p = 'forms.check_svg';
611
599
  const StyledCheckSvg = styled(SvgCheckSmFill).attrs({
612
600
  'data-garden-id': COMPONENT_ID$p,
613
- 'data-garden-version': '8.62.2'
601
+ 'data-garden-version': '8.63.0'
614
602
  }).withConfig({
615
603
  displayName: "StyledCheckSvg",
616
604
  componentId: "sc-fvxetk-0"
@@ -620,9 +608,7 @@ StyledCheckSvg.defaultProps = {
620
608
  };
621
609
 
622
610
  var _path$l;
623
-
624
611
  function _extends$o() { _extends$o = Object.assign ? Object.assign.bind() : 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); }
625
-
626
612
  var SvgDashFill = function SvgDashFill(props) {
627
613
  return /*#__PURE__*/React.createElement("svg", _extends$o({
628
614
  xmlns: "http://www.w3.org/2000/svg",
@@ -630,8 +616,7 @@ var SvgDashFill = function SvgDashFill(props) {
630
616
  height: 12,
631
617
  focusable: "false",
632
618
  viewBox: "0 0 12 12",
633
- "aria-hidden": "true",
634
- role: "img"
619
+ "aria-hidden": "true"
635
620
  }, props), _path$l || (_path$l = /*#__PURE__*/React.createElement("path", {
636
621
  stroke: "currentColor",
637
622
  strokeLinecap: "round",
@@ -643,7 +628,7 @@ var SvgDashFill = function SvgDashFill(props) {
643
628
  const COMPONENT_ID$o = 'forms.dash_svg';
644
629
  const StyledDashSvg = styled(SvgDashFill).attrs({
645
630
  'data-garden-id': COMPONENT_ID$o,
646
- 'data-garden-version': '8.62.2'
631
+ 'data-garden-version': '8.63.0'
647
632
  }).withConfig({
648
633
  displayName: "StyledDashSvg",
649
634
  componentId: "sc-z3vq71-0"
@@ -672,7 +657,7 @@ const sizeStyles$b = props => {
672
657
  };
673
658
  const StyledFileUpload = styled.div.attrs({
674
659
  'data-garden-id': COMPONENT_ID$n,
675
- 'data-garden-version': '8.62.2'
660
+ 'data-garden-version': '8.63.0'
676
661
  }).withConfig({
677
662
  displayName: "StyledFileUpload",
678
663
  componentId: "sc-1rodjgn-0"
@@ -682,13 +667,13 @@ StyledFileUpload.defaultProps = {
682
667
  };
683
668
 
684
669
  const COMPONENT_ID$m = 'forms.file.close';
685
- const StyledFileClose = styled.div.attrs({
670
+ const StyledFileClose = styled.button.attrs({
686
671
  'data-garden-id': COMPONENT_ID$m,
687
- 'data-garden-version': '8.62.2'
672
+ 'data-garden-version': '8.63.0'
688
673
  }).withConfig({
689
674
  displayName: "StyledFileClose",
690
675
  componentId: "sc-1m31jbf-0"
691
- })(["display:flex;flex-shrink:0;align-items:center;justify-content:center;transition:opacity 0.25s ease-in-out;opacity:0.8;cursor:pointer;color:", ";&:hover{opacity:0.9;}&:focus{outline:none;}", ";"], props => props.theme.colors.foreground, props => retrieveComponentStyles(COMPONENT_ID$m, props));
676
+ })(["display:flex;flex-shrink:0;align-items:center;justify-content:center;transition:opacity 0.25s ease-in-out;opacity:0.8;border:none;background:transparent;cursor:pointer;color:", ";appearance:none;&:hover{opacity:0.9;}&:focus{outline:none;}", ";"], props => props.theme.colors.foreground, props => retrieveComponentStyles(COMPONENT_ID$m, props));
692
677
  StyledFileClose.defaultProps = {
693
678
  theme: DEFAULT_THEME
694
679
  };
@@ -751,7 +736,7 @@ const sizeStyles$a = props => {
751
736
  };
752
737
  const StyledFile = styled.div.attrs({
753
738
  'data-garden-id': COMPONENT_ID$l,
754
- 'data-garden-version': '8.62.2'
739
+ 'data-garden-version': '8.63.0'
755
740
  }).withConfig({
756
741
  displayName: "StyledFile",
757
742
  componentId: "sc-195lzp1-0"
@@ -763,7 +748,7 @@ StyledFile.defaultProps = {
763
748
  const COMPONENT_ID$k = 'forms.file.delete';
764
749
  const StyledFileDelete = styled(StyledFileClose).attrs({
765
750
  'data-garden-id': COMPONENT_ID$k,
766
- 'data-garden-version': '8.62.2'
751
+ 'data-garden-version': '8.63.0'
767
752
  }).withConfig({
768
753
  displayName: "StyledFileDelete",
769
754
  componentId: "sc-a8nnhx-0"
@@ -783,7 +768,7 @@ const StyledFileIcon = styled(_ref => {
783
768
  return React__default.cloneElement(Children.only(children), props);
784
769
  }).attrs({
785
770
  'data-garden-id': COMPONENT_ID$j,
786
- 'data-garden-version': '8.62.2'
771
+ 'data-garden-version': '8.63.0'
787
772
  }).withConfig({
788
773
  displayName: "StyledFileIcon",
789
774
  componentId: "sc-7b3q0c-0"
@@ -795,7 +780,7 @@ StyledFileIcon.defaultProps = {
795
780
  const COMPONENT_ID$i = 'forms.file_list';
796
781
  const StyledFileList = styled.ul.attrs({
797
782
  'data-garden-id': COMPONENT_ID$i,
798
- 'data-garden-version': '8.62.2'
783
+ 'data-garden-version': '8.63.0'
799
784
  }).withConfig({
800
785
  displayName: "StyledFileList",
801
786
  componentId: "sc-gbahjg-0"
@@ -807,7 +792,7 @@ StyledFileList.defaultProps = {
807
792
  const COMPONENT_ID$h = 'forms.file_list.item';
808
793
  const StyledFileListItem = styled.li.attrs({
809
794
  'data-garden-id': COMPONENT_ID$h,
810
- 'data-garden-version': '8.62.2'
795
+ 'data-garden-version': '8.63.0'
811
796
  }).withConfig({
812
797
  displayName: "StyledFileListItem",
813
798
  componentId: "sc-1ova3lo-0"
@@ -817,9 +802,7 @@ StyledFileListItem.defaultProps = {
817
802
  };
818
803
 
819
804
  var _circle$3;
820
-
821
805
  function _extends$n() { _extends$n = Object.assign ? Object.assign.bind() : 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); }
822
-
823
806
  var SvgCircleSmFill$1 = function SvgCircleSmFill(props) {
824
807
  return /*#__PURE__*/React.createElement("svg", _extends$n({
825
808
  xmlns: "http://www.w3.org/2000/svg",
@@ -827,8 +810,7 @@ var SvgCircleSmFill$1 = function SvgCircleSmFill(props) {
827
810
  height: 12,
828
811
  focusable: "false",
829
812
  viewBox: "0 0 12 12",
830
- "aria-hidden": "true",
831
- role: "img"
813
+ "aria-hidden": "true"
832
814
  }, props), _circle$3 || (_circle$3 = /*#__PURE__*/React.createElement("circle", {
833
815
  cx: 6,
834
816
  cy: 6,
@@ -840,7 +822,7 @@ var SvgCircleSmFill$1 = function SvgCircleSmFill(props) {
840
822
  const COMPONENT_ID$g = 'forms.radio_svg';
841
823
  const StyledRadioSvg = styled(SvgCircleSmFill$1).attrs({
842
824
  'data-garden-id': COMPONENT_ID$g,
843
- 'data-garden-version': '8.62.2'
825
+ 'data-garden-version': '8.63.0'
844
826
  }).withConfig({
845
827
  displayName: "StyledRadioSvg",
846
828
  componentId: "sc-1r1qtr1-0"
@@ -857,7 +839,7 @@ const sizeStyles$9 = props => {
857
839
  };
858
840
  const StyledToggleLabel = styled(StyledCheckLabel).attrs({
859
841
  'data-garden-id': COMPONENT_ID$f,
860
- 'data-garden-version': '8.62.2'
842
+ 'data-garden-version': '8.63.0'
861
843
  }).withConfig({
862
844
  displayName: "StyledToggleLabel",
863
845
  componentId: "sc-e0asdk-0"
@@ -869,7 +851,7 @@ StyledToggleLabel.defaultProps = {
869
851
  const COMPONENT_ID$e = 'forms.toggle_hint';
870
852
  const StyledToggleHint = styled(StyledHint).attrs({
871
853
  'data-garden-id': COMPONENT_ID$e,
872
- 'data-garden-version': '8.62.2'
854
+ 'data-garden-version': '8.63.0'
873
855
  }).withConfig({
874
856
  displayName: "StyledToggleHint",
875
857
  componentId: "sc-nziggu-0"
@@ -896,7 +878,7 @@ const sizeStyles$8 = props => {
896
878
  };
897
879
  const StyledToggleInput = styled(StyledCheckInput).attrs({
898
880
  'data-garden-id': COMPONENT_ID$d,
899
- 'data-garden-version': '8.62.2'
881
+ 'data-garden-version': '8.63.0'
900
882
  }).withConfig({
901
883
  displayName: "StyledToggleInput",
902
884
  componentId: "sc-sgp47s-0"
@@ -908,7 +890,7 @@ StyledToggleInput.defaultProps = {
908
890
  const COMPONENT_ID$c = 'forms.toggle_message';
909
891
  const StyledToggleMessage = styled(StyledMessage).attrs({
910
892
  'data-garden-id': COMPONENT_ID$c,
911
- 'data-garden-version': '8.62.2'
893
+ 'data-garden-version': '8.63.0'
912
894
  }).withConfig({
913
895
  displayName: "StyledToggleMessage",
914
896
  componentId: "sc-13vuvl1-0"
@@ -918,9 +900,7 @@ StyledToggleMessage.defaultProps = {
918
900
  };
919
901
 
920
902
  var _circle$2;
921
-
922
903
  function _extends$m() { _extends$m = Object.assign ? Object.assign.bind() : 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); }
923
-
924
904
  var SvgCircleSmFill = function SvgCircleSmFill(props) {
925
905
  return /*#__PURE__*/React.createElement("svg", _extends$m({
926
906
  xmlns: "http://www.w3.org/2000/svg",
@@ -928,8 +908,7 @@ var SvgCircleSmFill = function SvgCircleSmFill(props) {
928
908
  height: 16,
929
909
  focusable: "false",
930
910
  viewBox: "0 0 16 16",
931
- "aria-hidden": "true",
932
- role: "img"
911
+ "aria-hidden": "true"
933
912
  }, props), _circle$2 || (_circle$2 = /*#__PURE__*/React.createElement("circle", {
934
913
  cx: 8,
935
914
  cy: 8,
@@ -941,7 +920,7 @@ var SvgCircleSmFill = function SvgCircleSmFill(props) {
941
920
  const COMPONENT_ID$b = 'forms.toggle_svg';
942
921
  const StyledToggleSvg = styled(SvgCircleSmFill).attrs({
943
922
  'data-garden-id': COMPONENT_ID$b,
944
- 'data-garden-version': '8.62.2'
923
+ 'data-garden-version': '8.63.0'
945
924
  }).withConfig({
946
925
  displayName: "StyledToggleSvg",
947
926
  componentId: "sc-162xbyx-0"
@@ -963,7 +942,7 @@ const sizeStyles$7 = props => {
963
942
  };
964
943
  const StyledSelect = styled(StyledTextInput).attrs({
965
944
  'data-garden-id': COMPONENT_ID$a,
966
- 'data-garden-version': '8.62.2',
945
+ 'data-garden-version': '8.63.0',
967
946
  as: 'select'
968
947
  }).withConfig({
969
948
  displayName: "StyledSelect",
@@ -976,7 +955,7 @@ StyledSelect.defaultProps = {
976
955
  const COMPONENT_ID$9 = 'forms.select_wrapper';
977
956
  const StyledSelectWrapper = styled(StyledTextFauxInput).attrs({
978
957
  'data-garden-id': COMPONENT_ID$9,
979
- 'data-garden-version': '8.62.2',
958
+ 'data-garden-version': '8.63.0',
980
959
  isBare: true
981
960
  }).withConfig({
982
961
  displayName: "StyledSelectWrapper",
@@ -1100,7 +1079,7 @@ const sizeStyles$6 = props => {
1100
1079
  };
1101
1080
  const StyledRangeInput = styled.input.attrs(props => ({
1102
1081
  'data-garden-id': COMPONENT_ID$8,
1103
- 'data-garden-version': '8.62.2',
1082
+ 'data-garden-version': '8.63.0',
1104
1083
  type: 'range',
1105
1084
  style: {
1106
1085
  backgroundSize: props.hasLowerTrack && props.backgroundSize
@@ -1133,7 +1112,7 @@ StyledRangeInput.defaultProps = {
1133
1112
  const COMPONENT_ID$7 = 'forms.slider';
1134
1113
  const StyledSlider = styled.div.attrs({
1135
1114
  'data-garden-id': COMPONENT_ID$7,
1136
- 'data-garden-version': '8.62.2'
1115
+ 'data-garden-version': '8.63.0'
1137
1116
  }).withConfig({
1138
1117
  displayName: "StyledSlider",
1139
1118
  componentId: "sc-1di437a-0"
@@ -1164,7 +1143,7 @@ const sizeStyles$5 = props => {
1164
1143
  };
1165
1144
  const StyledSliderThumb = styled.div.attrs(props => ({
1166
1145
  'data-garden-id': COMPONENT_ID$6,
1167
- 'data-garden-version': '8.62.2',
1146
+ 'data-garden-version': '8.63.0',
1168
1147
  'aria-disabled': props.isDisabled
1169
1148
  })).withConfig({
1170
1149
  displayName: "StyledSliderThumb",
@@ -1194,7 +1173,7 @@ const sizeStyles$4 = props => {
1194
1173
  };
1195
1174
  const StyledSliderTrack = styled.div.attrs(props => ({
1196
1175
  'data-garden-id': COMPONENT_ID$5,
1197
- 'data-garden-version': '8.62.2',
1176
+ 'data-garden-version': '8.63.0',
1198
1177
  'aria-disabled': props.isDisabled
1199
1178
  })).withConfig({
1200
1179
  displayName: "StyledSliderTrack",
@@ -1214,7 +1193,7 @@ const sizeStyles$3 = props => {
1214
1193
  };
1215
1194
  const StyledSliderTrackRail = styled.div.attrs({
1216
1195
  'data-garden-id': COMPONENT_ID$4,
1217
- 'data-garden-version': '8.62.2'
1196
+ 'data-garden-version': '8.63.0'
1218
1197
  }).withConfig({
1219
1198
  displayName: "StyledSliderTrackRail",
1220
1199
  componentId: "sc-1o5owbd-0"
@@ -1241,7 +1220,7 @@ const sizeStyles$2 = props => {
1241
1220
  };
1242
1221
  const StyledTileIcon = styled.span.attrs({
1243
1222
  'data-garden-id': COMPONENT_ID$3,
1244
- 'data-garden-version': '8.62.2'
1223
+ 'data-garden-version': '8.63.0'
1245
1224
  }).withConfig({
1246
1225
  displayName: "StyledTileIcon",
1247
1226
  componentId: "sc-1wazhg4-0"
@@ -1276,7 +1255,7 @@ const colorStyles = props => {
1276
1255
  };
1277
1256
  const StyledTile = styled.label.attrs(props => ({
1278
1257
  'data-garden-id': COMPONENT_ID$2,
1279
- 'data-garden-version': '8.62.2',
1258
+ 'data-garden-version': '8.63.0',
1280
1259
  'data-garden-focus-visible': props.isFocused,
1281
1260
  'data-garden-selected': props.isSelected
1282
1261
  })).withConfig({
@@ -1301,7 +1280,7 @@ const sizeStyles$1 = props => {
1301
1280
  };
1302
1281
  const StyledTileDescription = styled.span.attrs({
1303
1282
  'data-garden-id': COMPONENT_ID$1,
1304
- 'data-garden-version': '8.62.2'
1283
+ 'data-garden-version': '8.63.0'
1305
1284
  }).withConfig({
1306
1285
  displayName: "StyledTileDescription",
1307
1286
  componentId: "sc-xfuu7u-0"
@@ -1334,7 +1313,7 @@ const sizeStyles = props => {
1334
1313
  };
1335
1314
  const StyledTileLabel = styled.span.attrs({
1336
1315
  'data-garden-id': COMPONENT_ID,
1337
- 'data-garden-version': '8.62.2'
1316
+ 'data-garden-version': '8.63.0'
1338
1317
  }).withConfig({
1339
1318
  displayName: "StyledTileLabel",
1340
1319
  componentId: "sc-1mypv27-0"
@@ -1913,9 +1892,7 @@ Toggle.propTypes = {
1913
1892
  };
1914
1893
 
1915
1894
  var _path$k;
1916
-
1917
1895
  function _extends$l() { _extends$l = Object.assign ? Object.assign.bind() : 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); }
1918
-
1919
1896
  var SvgChevronDownStroke = function SvgChevronDownStroke(props) {
1920
1897
  return /*#__PURE__*/React.createElement("svg", _extends$l({
1921
1898
  xmlns: "http://www.w3.org/2000/svg",
@@ -1923,8 +1900,7 @@ var SvgChevronDownStroke = function SvgChevronDownStroke(props) {
1923
1900
  height: 16,
1924
1901
  focusable: "false",
1925
1902
  viewBox: "0 0 16 16",
1926
- "aria-hidden": "true",
1927
- role: "img"
1903
+ "aria-hidden": "true"
1928
1904
  }, props), _path$k || (_path$k = /*#__PURE__*/React.createElement("path", {
1929
1905
  fill: "currentColor",
1930
1906
  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"
@@ -2284,12 +2260,14 @@ const FileUpload = React__default.forwardRef((_ref, ref) => {
2284
2260
  disabled,
2285
2261
  ...props
2286
2262
  } = _ref;
2287
- return React__default.createElement(StyledFileUpload, _extends$t({
2288
- ref: ref,
2289
- "aria-disabled": disabled
2290
- }, props, {
2291
- role: "button"
2292
- }));
2263
+ return (
2264
+ React__default.createElement(StyledFileUpload, _extends$t({
2265
+ ref: ref,
2266
+ "aria-disabled": disabled
2267
+ }, props, {
2268
+ role: "button"
2269
+ }))
2270
+ );
2293
2271
  });
2294
2272
  FileUpload.propTypes = {
2295
2273
  isDragging: PropTypes.bool,
@@ -2322,9 +2300,7 @@ const FileList = FileListComponent;
2322
2300
  FileList.Item = Item;
2323
2301
 
2324
2302
  var _path$j;
2325
-
2326
2303
  function _extends$k() { _extends$k = Object.assign ? Object.assign.bind() : 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); }
2327
-
2328
2304
  var SvgXStroke$1 = function SvgXStroke(props) {
2329
2305
  return /*#__PURE__*/React.createElement("svg", _extends$k({
2330
2306
  xmlns: "http://www.w3.org/2000/svg",
@@ -2332,8 +2308,7 @@ var SvgXStroke$1 = function SvgXStroke(props) {
2332
2308
  height: 12,
2333
2309
  focusable: "false",
2334
2310
  viewBox: "0 0 12 12",
2335
- "aria-hidden": "true",
2336
- role: "img"
2311
+ "aria-hidden": "true"
2337
2312
  }, props), _path$j || (_path$j = /*#__PURE__*/React.createElement("path", {
2338
2313
  stroke: "currentColor",
2339
2314
  strokeLinecap: "round",
@@ -2342,9 +2317,7 @@ var SvgXStroke$1 = function SvgXStroke(props) {
2342
2317
  };
2343
2318
 
2344
2319
  var _path$i;
2345
-
2346
2320
  function _extends$j() { _extends$j = Object.assign ? Object.assign.bind() : 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); }
2347
-
2348
2321
  var SvgXStroke = function SvgXStroke(props) {
2349
2322
  return /*#__PURE__*/React.createElement("svg", _extends$j({
2350
2323
  xmlns: "http://www.w3.org/2000/svg",
@@ -2352,8 +2325,7 @@ var SvgXStroke = function SvgXStroke(props) {
2352
2325
  height: 16,
2353
2326
  focusable: "false",
2354
2327
  viewBox: "0 0 16 16",
2355
- "aria-hidden": "true",
2356
- role: "img"
2328
+ "aria-hidden": "true"
2357
2329
  }, props), _path$i || (_path$i = /*#__PURE__*/React.createElement("path", {
2358
2330
  stroke: "currentColor",
2359
2331
  strokeLinecap: "round",
@@ -2370,9 +2342,13 @@ const CloseComponent = React__default.forwardRef((props, ref) => {
2370
2342
  const fileContext = useFileContext();
2371
2343
  const onMouseDown = composeEventHandlers(props.onMouseDown, event => event.preventDefault()
2372
2344
  );
2345
+ const ariaLabel = useText(CloseComponent, props, 'aria-label', 'Close');
2373
2346
  return React__default.createElement(StyledFileClose, _extends$t({
2374
- ref: ref
2347
+ ref: ref,
2348
+ "aria-label": ariaLabel
2375
2349
  }, props, {
2350
+ type: "button",
2351
+ tabIndex: -1,
2376
2352
  onMouseDown: onMouseDown
2377
2353
  }), fileContext && fileContext.isCompact ? React__default.createElement(SvgXStroke$1, null) : React__default.createElement(SvgXStroke, null));
2378
2354
  });
@@ -2380,9 +2356,7 @@ CloseComponent.displayName = 'File.Close';
2380
2356
  const Close = CloseComponent;
2381
2357
 
2382
2358
  var _path$h;
2383
-
2384
2359
  function _extends$i() { _extends$i = Object.assign ? Object.assign.bind() : 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); }
2385
-
2386
2360
  var SvgTrashStroke$1 = function SvgTrashStroke(props) {
2387
2361
  return /*#__PURE__*/React.createElement("svg", _extends$i({
2388
2362
  xmlns: "http://www.w3.org/2000/svg",
@@ -2390,8 +2364,7 @@ var SvgTrashStroke$1 = function SvgTrashStroke(props) {
2390
2364
  height: 12,
2391
2365
  focusable: "false",
2392
2366
  viewBox: "0 0 12 12",
2393
- "aria-hidden": "true",
2394
- role: "img"
2367
+ "aria-hidden": "true"
2395
2368
  }, props), _path$h || (_path$h = /*#__PURE__*/React.createElement("path", {
2396
2369
  fill: "none",
2397
2370
  stroke: "currentColor",
@@ -2401,9 +2374,7 @@ var SvgTrashStroke$1 = function SvgTrashStroke(props) {
2401
2374
  };
2402
2375
 
2403
2376
  var _path$g;
2404
-
2405
2377
  function _extends$h() { _extends$h = Object.assign ? Object.assign.bind() : 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); }
2406
-
2407
2378
  var SvgTrashStroke = function SvgTrashStroke(props) {
2408
2379
  return /*#__PURE__*/React.createElement("svg", _extends$h({
2409
2380
  xmlns: "http://www.w3.org/2000/svg",
@@ -2411,8 +2382,7 @@ var SvgTrashStroke = function SvgTrashStroke(props) {
2411
2382
  height: 16,
2412
2383
  focusable: "false",
2413
2384
  viewBox: "0 0 16 16",
2414
- "aria-hidden": "true",
2415
- role: "img"
2385
+ "aria-hidden": "true"
2416
2386
  }, props), _path$g || (_path$g = /*#__PURE__*/React.createElement("path", {
2417
2387
  fill: "none",
2418
2388
  stroke: "currentColor",
@@ -2425,9 +2395,13 @@ const DeleteComponent = React__default.forwardRef((props, ref) => {
2425
2395
  const fileContext = useFileContext();
2426
2396
  const onMouseDown = composeEventHandlers(props.onMouseDown, event => event.preventDefault()
2427
2397
  );
2398
+ const ariaLabel = useText(DeleteComponent, props, 'aria-label', 'Delete');
2428
2399
  return React__default.createElement(StyledFileDelete, _extends$t({
2429
- ref: ref
2400
+ ref: ref,
2401
+ "aria-label": ariaLabel
2430
2402
  }, props, {
2403
+ type: "button",
2404
+ tabIndex: -1,
2431
2405
  onMouseDown: onMouseDown
2432
2406
  }), fileContext && fileContext.isCompact ? React__default.createElement(SvgTrashStroke$1, null) : React__default.createElement(SvgTrashStroke, null));
2433
2407
  });
@@ -2435,9 +2409,7 @@ DeleteComponent.displayName = 'File.Delete';
2435
2409
  const Delete = DeleteComponent;
2436
2410
 
2437
2411
  var _path$f, _rect$1;
2438
-
2439
2412
  function _extends$g() { _extends$g = Object.assign ? Object.assign.bind() : 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); }
2440
-
2441
2413
  var SvgFilePdfStroke$1 = function SvgFilePdfStroke(props) {
2442
2414
  return /*#__PURE__*/React.createElement("svg", _extends$g({
2443
2415
  xmlns: "http://www.w3.org/2000/svg",
@@ -2445,8 +2417,7 @@ var SvgFilePdfStroke$1 = function SvgFilePdfStroke(props) {
2445
2417
  height: 12,
2446
2418
  focusable: "false",
2447
2419
  viewBox: "0 0 12 12",
2448
- "aria-hidden": "true",
2449
- role: "img"
2420
+ "aria-hidden": "true"
2450
2421
  }, props), _path$f || (_path$f = /*#__PURE__*/React.createElement("path", {
2451
2422
  fill: "none",
2452
2423
  stroke: "currentColor",
@@ -2464,9 +2435,7 @@ var SvgFilePdfStroke$1 = function SvgFilePdfStroke(props) {
2464
2435
  };
2465
2436
 
2466
2437
  var _path$e;
2467
-
2468
2438
  function _extends$f() { _extends$f = Object.assign ? Object.assign.bind() : 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); }
2469
-
2470
2439
  var SvgFileZipStroke$1 = function SvgFileZipStroke(props) {
2471
2440
  return /*#__PURE__*/React.createElement("svg", _extends$f({
2472
2441
  xmlns: "http://www.w3.org/2000/svg",
@@ -2474,8 +2443,7 @@ var SvgFileZipStroke$1 = function SvgFileZipStroke(props) {
2474
2443
  height: 12,
2475
2444
  focusable: "false",
2476
2445
  viewBox: "0 0 12 12",
2477
- "aria-hidden": "true",
2478
- role: "img"
2446
+ "aria-hidden": "true"
2479
2447
  }, props), _path$e || (_path$e = /*#__PURE__*/React.createElement("path", {
2480
2448
  fill: "none",
2481
2449
  stroke: "currentColor",
@@ -2485,9 +2453,7 @@ var SvgFileZipStroke$1 = function SvgFileZipStroke(props) {
2485
2453
  };
2486
2454
 
2487
2455
  var _path$d, _circle$1;
2488
-
2489
2456
  function _extends$e() { _extends$e = Object.assign ? Object.assign.bind() : 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); }
2490
-
2491
2457
  var SvgFileImageStroke$1 = function SvgFileImageStroke(props) {
2492
2458
  return /*#__PURE__*/React.createElement("svg", _extends$e({
2493
2459
  xmlns: "http://www.w3.org/2000/svg",
@@ -2495,8 +2461,7 @@ var SvgFileImageStroke$1 = function SvgFileImageStroke(props) {
2495
2461
  height: 12,
2496
2462
  focusable: "false",
2497
2463
  viewBox: "0 0 12 12",
2498
- "aria-hidden": "true",
2499
- role: "img"
2464
+ "aria-hidden": "true"
2500
2465
  }, props), _path$d || (_path$d = /*#__PURE__*/React.createElement("path", {
2501
2466
  fill: "none",
2502
2467
  stroke: "currentColor",
@@ -2512,9 +2477,7 @@ var SvgFileImageStroke$1 = function SvgFileImageStroke(props) {
2512
2477
  };
2513
2478
 
2514
2479
  var _path$c;
2515
-
2516
2480
  function _extends$d() { _extends$d = Object.assign ? Object.assign.bind() : 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); }
2517
-
2518
2481
  var SvgFileDocumentStroke$1 = function SvgFileDocumentStroke(props) {
2519
2482
  return /*#__PURE__*/React.createElement("svg", _extends$d({
2520
2483
  xmlns: "http://www.w3.org/2000/svg",
@@ -2522,8 +2485,7 @@ var SvgFileDocumentStroke$1 = function SvgFileDocumentStroke(props) {
2522
2485
  height: 12,
2523
2486
  focusable: "false",
2524
2487
  viewBox: "0 0 12 12",
2525
- "aria-hidden": "true",
2526
- role: "img"
2488
+ "aria-hidden": "true"
2527
2489
  }, props), _path$c || (_path$c = /*#__PURE__*/React.createElement("path", {
2528
2490
  fill: "none",
2529
2491
  stroke: "currentColor",
@@ -2533,9 +2495,7 @@ var SvgFileDocumentStroke$1 = function SvgFileDocumentStroke(props) {
2533
2495
  };
2534
2496
 
2535
2497
  var _path$b;
2536
-
2537
2498
  function _extends$c() { _extends$c = Object.assign ? Object.assign.bind() : 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); }
2538
-
2539
2499
  var SvgFileSpreadsheetStroke$1 = function SvgFileSpreadsheetStroke(props) {
2540
2500
  return /*#__PURE__*/React.createElement("svg", _extends$c({
2541
2501
  xmlns: "http://www.w3.org/2000/svg",
@@ -2543,8 +2503,7 @@ var SvgFileSpreadsheetStroke$1 = function SvgFileSpreadsheetStroke(props) {
2543
2503
  height: 12,
2544
2504
  focusable: "false",
2545
2505
  viewBox: "0 0 12 12",
2546
- "aria-hidden": "true",
2547
- role: "img"
2506
+ "aria-hidden": "true"
2548
2507
  }, props), _path$b || (_path$b = /*#__PURE__*/React.createElement("path", {
2549
2508
  fill: "none",
2550
2509
  stroke: "currentColor",
@@ -2554,9 +2513,7 @@ var SvgFileSpreadsheetStroke$1 = function SvgFileSpreadsheetStroke(props) {
2554
2513
  };
2555
2514
 
2556
2515
  var _path$a;
2557
-
2558
2516
  function _extends$b() { _extends$b = Object.assign ? Object.assign.bind() : 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); }
2559
-
2560
2517
  var SvgFilePresentationStroke$1 = function SvgFilePresentationStroke(props) {
2561
2518
  return /*#__PURE__*/React.createElement("svg", _extends$b({
2562
2519
  xmlns: "http://www.w3.org/2000/svg",
@@ -2564,8 +2521,7 @@ var SvgFilePresentationStroke$1 = function SvgFilePresentationStroke(props) {
2564
2521
  height: 12,
2565
2522
  focusable: "false",
2566
2523
  viewBox: "0 0 12 12",
2567
- "aria-hidden": "true",
2568
- role: "img"
2524
+ "aria-hidden": "true"
2569
2525
  }, props), _path$a || (_path$a = /*#__PURE__*/React.createElement("path", {
2570
2526
  fill: "none",
2571
2527
  stroke: "currentColor",
@@ -2574,9 +2530,7 @@ var SvgFilePresentationStroke$1 = function SvgFilePresentationStroke(props) {
2574
2530
  };
2575
2531
 
2576
2532
  var _path$9;
2577
-
2578
2533
  function _extends$a() { _extends$a = Object.assign ? Object.assign.bind() : 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); }
2579
-
2580
2534
  var SvgFileGenericStroke$1 = function SvgFileGenericStroke(props) {
2581
2535
  return /*#__PURE__*/React.createElement("svg", _extends$a({
2582
2536
  xmlns: "http://www.w3.org/2000/svg",
@@ -2584,8 +2538,7 @@ var SvgFileGenericStroke$1 = function SvgFileGenericStroke(props) {
2584
2538
  height: 12,
2585
2539
  focusable: "false",
2586
2540
  viewBox: "0 0 12 12",
2587
- "aria-hidden": "true",
2588
- role: "img"
2541
+ "aria-hidden": "true"
2589
2542
  }, props), _path$9 || (_path$9 = /*#__PURE__*/React.createElement("path", {
2590
2543
  fill: "none",
2591
2544
  stroke: "currentColor",
@@ -2594,9 +2547,7 @@ var SvgFileGenericStroke$1 = function SvgFileGenericStroke(props) {
2594
2547
  };
2595
2548
 
2596
2549
  var _g;
2597
-
2598
2550
  function _extends$9() { _extends$9 = Object.assign ? Object.assign.bind() : 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); }
2599
-
2600
2551
  var SvgCheckCircleStroke = function SvgCheckCircleStroke(props) {
2601
2552
  return /*#__PURE__*/React.createElement("svg", _extends$9({
2602
2553
  xmlns: "http://www.w3.org/2000/svg",
@@ -2604,8 +2555,7 @@ var SvgCheckCircleStroke = function SvgCheckCircleStroke(props) {
2604
2555
  height: 12,
2605
2556
  focusable: "false",
2606
2557
  viewBox: "0 0 12 12",
2607
- "aria-hidden": "true",
2608
- role: "img"
2558
+ "aria-hidden": "true"
2609
2559
  }, props), _g || (_g = /*#__PURE__*/React.createElement("g", {
2610
2560
  fill: "none",
2611
2561
  stroke: "currentColor"
@@ -2621,9 +2571,7 @@ var SvgCheckCircleStroke = function SvgCheckCircleStroke(props) {
2621
2571
  };
2622
2572
 
2623
2573
  var _path$8;
2624
-
2625
2574
  function _extends$8() { _extends$8 = Object.assign ? Object.assign.bind() : 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); }
2626
-
2627
2575
  var SvgFileErrorStroke$1 = function SvgFileErrorStroke(props) {
2628
2576
  return /*#__PURE__*/React.createElement("svg", _extends$8({
2629
2577
  xmlns: "http://www.w3.org/2000/svg",
@@ -2631,8 +2579,7 @@ var SvgFileErrorStroke$1 = function SvgFileErrorStroke(props) {
2631
2579
  height: 12,
2632
2580
  focusable: "false",
2633
2581
  viewBox: "0 0 12 12",
2634
- "aria-hidden": "true",
2635
- role: "img"
2582
+ "aria-hidden": "true"
2636
2583
  }, props), _path$8 || (_path$8 = /*#__PURE__*/React.createElement("path", {
2637
2584
  fill: "none",
2638
2585
  stroke: "currentColor",
@@ -2642,9 +2589,7 @@ var SvgFileErrorStroke$1 = function SvgFileErrorStroke(props) {
2642
2589
  };
2643
2590
 
2644
2591
  var _path$7, _rect;
2645
-
2646
2592
  function _extends$7() { _extends$7 = Object.assign ? Object.assign.bind() : 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); }
2647
-
2648
2593
  var SvgFilePdfStroke = function SvgFilePdfStroke(props) {
2649
2594
  return /*#__PURE__*/React.createElement("svg", _extends$7({
2650
2595
  xmlns: "http://www.w3.org/2000/svg",
@@ -2652,8 +2597,7 @@ var SvgFilePdfStroke = function SvgFilePdfStroke(props) {
2652
2597
  height: 16,
2653
2598
  focusable: "false",
2654
2599
  viewBox: "0 0 16 16",
2655
- "aria-hidden": "true",
2656
- role: "img"
2600
+ "aria-hidden": "true"
2657
2601
  }, props), _path$7 || (_path$7 = /*#__PURE__*/React.createElement("path", {
2658
2602
  fill: "none",
2659
2603
  stroke: "currentColor",
@@ -2671,9 +2615,7 @@ var SvgFilePdfStroke = function SvgFilePdfStroke(props) {
2671
2615
  };
2672
2616
 
2673
2617
  var _path$6;
2674
-
2675
2618
  function _extends$6() { _extends$6 = Object.assign ? Object.assign.bind() : 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); }
2676
-
2677
2619
  var SvgFileZipStroke = function SvgFileZipStroke(props) {
2678
2620
  return /*#__PURE__*/React.createElement("svg", _extends$6({
2679
2621
  xmlns: "http://www.w3.org/2000/svg",
@@ -2681,8 +2623,7 @@ var SvgFileZipStroke = function SvgFileZipStroke(props) {
2681
2623
  height: 16,
2682
2624
  focusable: "false",
2683
2625
  viewBox: "0 0 16 16",
2684
- "aria-hidden": "true",
2685
- role: "img"
2626
+ "aria-hidden": "true"
2686
2627
  }, props), _path$6 || (_path$6 = /*#__PURE__*/React.createElement("path", {
2687
2628
  fill: "none",
2688
2629
  stroke: "currentColor",
@@ -2692,9 +2633,7 @@ var SvgFileZipStroke = function SvgFileZipStroke(props) {
2692
2633
  };
2693
2634
 
2694
2635
  var _path$5, _circle;
2695
-
2696
2636
  function _extends$5() { _extends$5 = Object.assign ? Object.assign.bind() : 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); }
2697
-
2698
2637
  var SvgFileImageStroke = function SvgFileImageStroke(props) {
2699
2638
  return /*#__PURE__*/React.createElement("svg", _extends$5({
2700
2639
  xmlns: "http://www.w3.org/2000/svg",
@@ -2702,8 +2641,7 @@ var SvgFileImageStroke = function SvgFileImageStroke(props) {
2702
2641
  height: 16,
2703
2642
  focusable: "false",
2704
2643
  viewBox: "0 0 16 16",
2705
- "aria-hidden": "true",
2706
- role: "img"
2644
+ "aria-hidden": "true"
2707
2645
  }, props), _path$5 || (_path$5 = /*#__PURE__*/React.createElement("path", {
2708
2646
  fill: "none",
2709
2647
  stroke: "currentColor",
@@ -2718,9 +2656,7 @@ var SvgFileImageStroke = function SvgFileImageStroke(props) {
2718
2656
  };
2719
2657
 
2720
2658
  var _path$4;
2721
-
2722
2659
  function _extends$4() { _extends$4 = Object.assign ? Object.assign.bind() : 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); }
2723
-
2724
2660
  var SvgFileDocumentStroke = function SvgFileDocumentStroke(props) {
2725
2661
  return /*#__PURE__*/React.createElement("svg", _extends$4({
2726
2662
  xmlns: "http://www.w3.org/2000/svg",
@@ -2728,8 +2664,7 @@ var SvgFileDocumentStroke = function SvgFileDocumentStroke(props) {
2728
2664
  height: 16,
2729
2665
  focusable: "false",
2730
2666
  viewBox: "0 0 16 16",
2731
- "aria-hidden": "true",
2732
- role: "img"
2667
+ "aria-hidden": "true"
2733
2668
  }, props), _path$4 || (_path$4 = /*#__PURE__*/React.createElement("path", {
2734
2669
  fill: "none",
2735
2670
  stroke: "currentColor",
@@ -2739,9 +2674,7 @@ var SvgFileDocumentStroke = function SvgFileDocumentStroke(props) {
2739
2674
  };
2740
2675
 
2741
2676
  var _path$3;
2742
-
2743
2677
  function _extends$3() { _extends$3 = Object.assign ? Object.assign.bind() : 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); }
2744
-
2745
2678
  var SvgFileSpreadsheetStroke = function SvgFileSpreadsheetStroke(props) {
2746
2679
  return /*#__PURE__*/React.createElement("svg", _extends$3({
2747
2680
  xmlns: "http://www.w3.org/2000/svg",
@@ -2749,8 +2682,7 @@ var SvgFileSpreadsheetStroke = function SvgFileSpreadsheetStroke(props) {
2749
2682
  height: 16,
2750
2683
  focusable: "false",
2751
2684
  viewBox: "0 0 16 16",
2752
- "aria-hidden": "true",
2753
- role: "img"
2685
+ "aria-hidden": "true"
2754
2686
  }, props), _path$3 || (_path$3 = /*#__PURE__*/React.createElement("path", {
2755
2687
  fill: "none",
2756
2688
  stroke: "currentColor",
@@ -2760,9 +2692,7 @@ var SvgFileSpreadsheetStroke = function SvgFileSpreadsheetStroke(props) {
2760
2692
  };
2761
2693
 
2762
2694
  var _path$2;
2763
-
2764
2695
  function _extends$2() { _extends$2 = Object.assign ? Object.assign.bind() : 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); }
2765
-
2766
2696
  var SvgFilePresentationStroke = function SvgFilePresentationStroke(props) {
2767
2697
  return /*#__PURE__*/React.createElement("svg", _extends$2({
2768
2698
  xmlns: "http://www.w3.org/2000/svg",
@@ -2770,8 +2700,7 @@ var SvgFilePresentationStroke = function SvgFilePresentationStroke(props) {
2770
2700
  height: 16,
2771
2701
  focusable: "false",
2772
2702
  viewBox: "0 0 16 16",
2773
- "aria-hidden": "true",
2774
- role: "img"
2703
+ "aria-hidden": "true"
2775
2704
  }, props), _path$2 || (_path$2 = /*#__PURE__*/React.createElement("path", {
2776
2705
  fill: "none",
2777
2706
  stroke: "currentColor",
@@ -2780,9 +2709,7 @@ var SvgFilePresentationStroke = function SvgFilePresentationStroke(props) {
2780
2709
  };
2781
2710
 
2782
2711
  var _path$1;
2783
-
2784
2712
  function _extends$1() { _extends$1 = Object.assign ? Object.assign.bind() : 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); }
2785
-
2786
2713
  var SvgFileGenericStroke = function SvgFileGenericStroke(props) {
2787
2714
  return /*#__PURE__*/React.createElement("svg", _extends$1({
2788
2715
  xmlns: "http://www.w3.org/2000/svg",
@@ -2790,8 +2717,7 @@ var SvgFileGenericStroke = function SvgFileGenericStroke(props) {
2790
2717
  height: 16,
2791
2718
  focusable: "false",
2792
2719
  viewBox: "0 0 16 16",
2793
- "aria-hidden": "true",
2794
- role: "img"
2720
+ "aria-hidden": "true"
2795
2721
  }, props), _path$1 || (_path$1 = /*#__PURE__*/React.createElement("path", {
2796
2722
  fill: "none",
2797
2723
  stroke: "currentColor",
@@ -2800,9 +2726,7 @@ var SvgFileGenericStroke = function SvgFileGenericStroke(props) {
2800
2726
  };
2801
2727
 
2802
2728
  var _path;
2803
-
2804
2729
  function _extends() { _extends = Object.assign ? Object.assign.bind() : 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); }
2805
-
2806
2730
  var SvgFileErrorStroke = function SvgFileErrorStroke(props) {
2807
2731
  return /*#__PURE__*/React.createElement("svg", _extends({
2808
2732
  xmlns: "http://www.w3.org/2000/svg",
@@ -2810,8 +2734,7 @@ var SvgFileErrorStroke = function SvgFileErrorStroke(props) {
2810
2734
  height: 16,
2811
2735
  focusable: "false",
2812
2736
  viewBox: "0 0 16 16",
2813
- "aria-hidden": "true",
2814
- role: "img"
2737
+ "aria-hidden": "true"
2815
2738
  }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
2816
2739
  fill: "none",
2817
2740
  stroke: "currentColor",