@zendeskgarden/react-forms 8.62.1 → 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.1'
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.1'
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.1'
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.1'
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.1'
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.1',
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.1'
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.1',
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.1'
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.1'
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.1'
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.1',
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.1'
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.1',
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.1'
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.1'
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.1'
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.1',
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.1',
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.1'
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.1'
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.1'
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.1'
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.1'
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.1'
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.1'
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.1'
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.1'
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.1'
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.1'
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.1'
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.1'
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.1'
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.1'
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.1'
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.1'
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.1',
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.1',
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.1',
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.1'
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.1',
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.1',
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.1'
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.1'
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.1',
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.1'
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.1'
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,10 +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));
2263
+ return (
2264
+ React__default.createElement(StyledFileUpload, _extends$t({
2265
+ ref: ref,
2266
+ "aria-disabled": disabled
2267
+ }, props, {
2268
+ role: "button"
2269
+ }))
2270
+ );
2291
2271
  });
2292
2272
  FileUpload.propTypes = {
2293
2273
  isDragging: PropTypes.bool,
@@ -2320,9 +2300,7 @@ const FileList = FileListComponent;
2320
2300
  FileList.Item = Item;
2321
2301
 
2322
2302
  var _path$j;
2323
-
2324
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); }
2325
-
2326
2304
  var SvgXStroke$1 = function SvgXStroke(props) {
2327
2305
  return /*#__PURE__*/React.createElement("svg", _extends$k({
2328
2306
  xmlns: "http://www.w3.org/2000/svg",
@@ -2330,8 +2308,7 @@ var SvgXStroke$1 = function SvgXStroke(props) {
2330
2308
  height: 12,
2331
2309
  focusable: "false",
2332
2310
  viewBox: "0 0 12 12",
2333
- "aria-hidden": "true",
2334
- role: "img"
2311
+ "aria-hidden": "true"
2335
2312
  }, props), _path$j || (_path$j = /*#__PURE__*/React.createElement("path", {
2336
2313
  stroke: "currentColor",
2337
2314
  strokeLinecap: "round",
@@ -2340,9 +2317,7 @@ var SvgXStroke$1 = function SvgXStroke(props) {
2340
2317
  };
2341
2318
 
2342
2319
  var _path$i;
2343
-
2344
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); }
2345
-
2346
2321
  var SvgXStroke = function SvgXStroke(props) {
2347
2322
  return /*#__PURE__*/React.createElement("svg", _extends$j({
2348
2323
  xmlns: "http://www.w3.org/2000/svg",
@@ -2350,8 +2325,7 @@ var SvgXStroke = function SvgXStroke(props) {
2350
2325
  height: 16,
2351
2326
  focusable: "false",
2352
2327
  viewBox: "0 0 16 16",
2353
- "aria-hidden": "true",
2354
- role: "img"
2328
+ "aria-hidden": "true"
2355
2329
  }, props), _path$i || (_path$i = /*#__PURE__*/React.createElement("path", {
2356
2330
  stroke: "currentColor",
2357
2331
  strokeLinecap: "round",
@@ -2368,9 +2342,13 @@ const CloseComponent = React__default.forwardRef((props, ref) => {
2368
2342
  const fileContext = useFileContext();
2369
2343
  const onMouseDown = composeEventHandlers(props.onMouseDown, event => event.preventDefault()
2370
2344
  );
2345
+ const ariaLabel = useText(CloseComponent, props, 'aria-label', 'Close');
2371
2346
  return React__default.createElement(StyledFileClose, _extends$t({
2372
- ref: ref
2347
+ ref: ref,
2348
+ "aria-label": ariaLabel
2373
2349
  }, props, {
2350
+ type: "button",
2351
+ tabIndex: -1,
2374
2352
  onMouseDown: onMouseDown
2375
2353
  }), fileContext && fileContext.isCompact ? React__default.createElement(SvgXStroke$1, null) : React__default.createElement(SvgXStroke, null));
2376
2354
  });
@@ -2378,9 +2356,7 @@ CloseComponent.displayName = 'File.Close';
2378
2356
  const Close = CloseComponent;
2379
2357
 
2380
2358
  var _path$h;
2381
-
2382
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); }
2383
-
2384
2360
  var SvgTrashStroke$1 = function SvgTrashStroke(props) {
2385
2361
  return /*#__PURE__*/React.createElement("svg", _extends$i({
2386
2362
  xmlns: "http://www.w3.org/2000/svg",
@@ -2388,8 +2364,7 @@ var SvgTrashStroke$1 = function SvgTrashStroke(props) {
2388
2364
  height: 12,
2389
2365
  focusable: "false",
2390
2366
  viewBox: "0 0 12 12",
2391
- "aria-hidden": "true",
2392
- role: "img"
2367
+ "aria-hidden": "true"
2393
2368
  }, props), _path$h || (_path$h = /*#__PURE__*/React.createElement("path", {
2394
2369
  fill: "none",
2395
2370
  stroke: "currentColor",
@@ -2399,9 +2374,7 @@ var SvgTrashStroke$1 = function SvgTrashStroke(props) {
2399
2374
  };
2400
2375
 
2401
2376
  var _path$g;
2402
-
2403
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); }
2404
-
2405
2378
  var SvgTrashStroke = function SvgTrashStroke(props) {
2406
2379
  return /*#__PURE__*/React.createElement("svg", _extends$h({
2407
2380
  xmlns: "http://www.w3.org/2000/svg",
@@ -2409,8 +2382,7 @@ var SvgTrashStroke = function SvgTrashStroke(props) {
2409
2382
  height: 16,
2410
2383
  focusable: "false",
2411
2384
  viewBox: "0 0 16 16",
2412
- "aria-hidden": "true",
2413
- role: "img"
2385
+ "aria-hidden": "true"
2414
2386
  }, props), _path$g || (_path$g = /*#__PURE__*/React.createElement("path", {
2415
2387
  fill: "none",
2416
2388
  stroke: "currentColor",
@@ -2423,9 +2395,13 @@ const DeleteComponent = React__default.forwardRef((props, ref) => {
2423
2395
  const fileContext = useFileContext();
2424
2396
  const onMouseDown = composeEventHandlers(props.onMouseDown, event => event.preventDefault()
2425
2397
  );
2398
+ const ariaLabel = useText(DeleteComponent, props, 'aria-label', 'Delete');
2426
2399
  return React__default.createElement(StyledFileDelete, _extends$t({
2427
- ref: ref
2400
+ ref: ref,
2401
+ "aria-label": ariaLabel
2428
2402
  }, props, {
2403
+ type: "button",
2404
+ tabIndex: -1,
2429
2405
  onMouseDown: onMouseDown
2430
2406
  }), fileContext && fileContext.isCompact ? React__default.createElement(SvgTrashStroke$1, null) : React__default.createElement(SvgTrashStroke, null));
2431
2407
  });
@@ -2433,9 +2409,7 @@ DeleteComponent.displayName = 'File.Delete';
2433
2409
  const Delete = DeleteComponent;
2434
2410
 
2435
2411
  var _path$f, _rect$1;
2436
-
2437
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); }
2438
-
2439
2413
  var SvgFilePdfStroke$1 = function SvgFilePdfStroke(props) {
2440
2414
  return /*#__PURE__*/React.createElement("svg", _extends$g({
2441
2415
  xmlns: "http://www.w3.org/2000/svg",
@@ -2443,8 +2417,7 @@ var SvgFilePdfStroke$1 = function SvgFilePdfStroke(props) {
2443
2417
  height: 12,
2444
2418
  focusable: "false",
2445
2419
  viewBox: "0 0 12 12",
2446
- "aria-hidden": "true",
2447
- role: "img"
2420
+ "aria-hidden": "true"
2448
2421
  }, props), _path$f || (_path$f = /*#__PURE__*/React.createElement("path", {
2449
2422
  fill: "none",
2450
2423
  stroke: "currentColor",
@@ -2462,9 +2435,7 @@ var SvgFilePdfStroke$1 = function SvgFilePdfStroke(props) {
2462
2435
  };
2463
2436
 
2464
2437
  var _path$e;
2465
-
2466
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); }
2467
-
2468
2439
  var SvgFileZipStroke$1 = function SvgFileZipStroke(props) {
2469
2440
  return /*#__PURE__*/React.createElement("svg", _extends$f({
2470
2441
  xmlns: "http://www.w3.org/2000/svg",
@@ -2472,8 +2443,7 @@ var SvgFileZipStroke$1 = function SvgFileZipStroke(props) {
2472
2443
  height: 12,
2473
2444
  focusable: "false",
2474
2445
  viewBox: "0 0 12 12",
2475
- "aria-hidden": "true",
2476
- role: "img"
2446
+ "aria-hidden": "true"
2477
2447
  }, props), _path$e || (_path$e = /*#__PURE__*/React.createElement("path", {
2478
2448
  fill: "none",
2479
2449
  stroke: "currentColor",
@@ -2483,9 +2453,7 @@ var SvgFileZipStroke$1 = function SvgFileZipStroke(props) {
2483
2453
  };
2484
2454
 
2485
2455
  var _path$d, _circle$1;
2486
-
2487
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); }
2488
-
2489
2457
  var SvgFileImageStroke$1 = function SvgFileImageStroke(props) {
2490
2458
  return /*#__PURE__*/React.createElement("svg", _extends$e({
2491
2459
  xmlns: "http://www.w3.org/2000/svg",
@@ -2493,8 +2461,7 @@ var SvgFileImageStroke$1 = function SvgFileImageStroke(props) {
2493
2461
  height: 12,
2494
2462
  focusable: "false",
2495
2463
  viewBox: "0 0 12 12",
2496
- "aria-hidden": "true",
2497
- role: "img"
2464
+ "aria-hidden": "true"
2498
2465
  }, props), _path$d || (_path$d = /*#__PURE__*/React.createElement("path", {
2499
2466
  fill: "none",
2500
2467
  stroke: "currentColor",
@@ -2510,9 +2477,7 @@ var SvgFileImageStroke$1 = function SvgFileImageStroke(props) {
2510
2477
  };
2511
2478
 
2512
2479
  var _path$c;
2513
-
2514
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); }
2515
-
2516
2481
  var SvgFileDocumentStroke$1 = function SvgFileDocumentStroke(props) {
2517
2482
  return /*#__PURE__*/React.createElement("svg", _extends$d({
2518
2483
  xmlns: "http://www.w3.org/2000/svg",
@@ -2520,8 +2485,7 @@ var SvgFileDocumentStroke$1 = function SvgFileDocumentStroke(props) {
2520
2485
  height: 12,
2521
2486
  focusable: "false",
2522
2487
  viewBox: "0 0 12 12",
2523
- "aria-hidden": "true",
2524
- role: "img"
2488
+ "aria-hidden": "true"
2525
2489
  }, props), _path$c || (_path$c = /*#__PURE__*/React.createElement("path", {
2526
2490
  fill: "none",
2527
2491
  stroke: "currentColor",
@@ -2531,9 +2495,7 @@ var SvgFileDocumentStroke$1 = function SvgFileDocumentStroke(props) {
2531
2495
  };
2532
2496
 
2533
2497
  var _path$b;
2534
-
2535
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); }
2536
-
2537
2499
  var SvgFileSpreadsheetStroke$1 = function SvgFileSpreadsheetStroke(props) {
2538
2500
  return /*#__PURE__*/React.createElement("svg", _extends$c({
2539
2501
  xmlns: "http://www.w3.org/2000/svg",
@@ -2541,8 +2503,7 @@ var SvgFileSpreadsheetStroke$1 = function SvgFileSpreadsheetStroke(props) {
2541
2503
  height: 12,
2542
2504
  focusable: "false",
2543
2505
  viewBox: "0 0 12 12",
2544
- "aria-hidden": "true",
2545
- role: "img"
2506
+ "aria-hidden": "true"
2546
2507
  }, props), _path$b || (_path$b = /*#__PURE__*/React.createElement("path", {
2547
2508
  fill: "none",
2548
2509
  stroke: "currentColor",
@@ -2552,9 +2513,7 @@ var SvgFileSpreadsheetStroke$1 = function SvgFileSpreadsheetStroke(props) {
2552
2513
  };
2553
2514
 
2554
2515
  var _path$a;
2555
-
2556
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); }
2557
-
2558
2517
  var SvgFilePresentationStroke$1 = function SvgFilePresentationStroke(props) {
2559
2518
  return /*#__PURE__*/React.createElement("svg", _extends$b({
2560
2519
  xmlns: "http://www.w3.org/2000/svg",
@@ -2562,8 +2521,7 @@ var SvgFilePresentationStroke$1 = function SvgFilePresentationStroke(props) {
2562
2521
  height: 12,
2563
2522
  focusable: "false",
2564
2523
  viewBox: "0 0 12 12",
2565
- "aria-hidden": "true",
2566
- role: "img"
2524
+ "aria-hidden": "true"
2567
2525
  }, props), _path$a || (_path$a = /*#__PURE__*/React.createElement("path", {
2568
2526
  fill: "none",
2569
2527
  stroke: "currentColor",
@@ -2572,9 +2530,7 @@ var SvgFilePresentationStroke$1 = function SvgFilePresentationStroke(props) {
2572
2530
  };
2573
2531
 
2574
2532
  var _path$9;
2575
-
2576
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); }
2577
-
2578
2534
  var SvgFileGenericStroke$1 = function SvgFileGenericStroke(props) {
2579
2535
  return /*#__PURE__*/React.createElement("svg", _extends$a({
2580
2536
  xmlns: "http://www.w3.org/2000/svg",
@@ -2582,8 +2538,7 @@ var SvgFileGenericStroke$1 = function SvgFileGenericStroke(props) {
2582
2538
  height: 12,
2583
2539
  focusable: "false",
2584
2540
  viewBox: "0 0 12 12",
2585
- "aria-hidden": "true",
2586
- role: "img"
2541
+ "aria-hidden": "true"
2587
2542
  }, props), _path$9 || (_path$9 = /*#__PURE__*/React.createElement("path", {
2588
2543
  fill: "none",
2589
2544
  stroke: "currentColor",
@@ -2592,9 +2547,7 @@ var SvgFileGenericStroke$1 = function SvgFileGenericStroke(props) {
2592
2547
  };
2593
2548
 
2594
2549
  var _g;
2595
-
2596
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); }
2597
-
2598
2551
  var SvgCheckCircleStroke = function SvgCheckCircleStroke(props) {
2599
2552
  return /*#__PURE__*/React.createElement("svg", _extends$9({
2600
2553
  xmlns: "http://www.w3.org/2000/svg",
@@ -2602,8 +2555,7 @@ var SvgCheckCircleStroke = function SvgCheckCircleStroke(props) {
2602
2555
  height: 12,
2603
2556
  focusable: "false",
2604
2557
  viewBox: "0 0 12 12",
2605
- "aria-hidden": "true",
2606
- role: "img"
2558
+ "aria-hidden": "true"
2607
2559
  }, props), _g || (_g = /*#__PURE__*/React.createElement("g", {
2608
2560
  fill: "none",
2609
2561
  stroke: "currentColor"
@@ -2619,9 +2571,7 @@ var SvgCheckCircleStroke = function SvgCheckCircleStroke(props) {
2619
2571
  };
2620
2572
 
2621
2573
  var _path$8;
2622
-
2623
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); }
2624
-
2625
2575
  var SvgFileErrorStroke$1 = function SvgFileErrorStroke(props) {
2626
2576
  return /*#__PURE__*/React.createElement("svg", _extends$8({
2627
2577
  xmlns: "http://www.w3.org/2000/svg",
@@ -2629,8 +2579,7 @@ var SvgFileErrorStroke$1 = function SvgFileErrorStroke(props) {
2629
2579
  height: 12,
2630
2580
  focusable: "false",
2631
2581
  viewBox: "0 0 12 12",
2632
- "aria-hidden": "true",
2633
- role: "img"
2582
+ "aria-hidden": "true"
2634
2583
  }, props), _path$8 || (_path$8 = /*#__PURE__*/React.createElement("path", {
2635
2584
  fill: "none",
2636
2585
  stroke: "currentColor",
@@ -2640,9 +2589,7 @@ var SvgFileErrorStroke$1 = function SvgFileErrorStroke(props) {
2640
2589
  };
2641
2590
 
2642
2591
  var _path$7, _rect;
2643
-
2644
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); }
2645
-
2646
2593
  var SvgFilePdfStroke = function SvgFilePdfStroke(props) {
2647
2594
  return /*#__PURE__*/React.createElement("svg", _extends$7({
2648
2595
  xmlns: "http://www.w3.org/2000/svg",
@@ -2650,8 +2597,7 @@ var SvgFilePdfStroke = function SvgFilePdfStroke(props) {
2650
2597
  height: 16,
2651
2598
  focusable: "false",
2652
2599
  viewBox: "0 0 16 16",
2653
- "aria-hidden": "true",
2654
- role: "img"
2600
+ "aria-hidden": "true"
2655
2601
  }, props), _path$7 || (_path$7 = /*#__PURE__*/React.createElement("path", {
2656
2602
  fill: "none",
2657
2603
  stroke: "currentColor",
@@ -2669,9 +2615,7 @@ var SvgFilePdfStroke = function SvgFilePdfStroke(props) {
2669
2615
  };
2670
2616
 
2671
2617
  var _path$6;
2672
-
2673
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); }
2674
-
2675
2619
  var SvgFileZipStroke = function SvgFileZipStroke(props) {
2676
2620
  return /*#__PURE__*/React.createElement("svg", _extends$6({
2677
2621
  xmlns: "http://www.w3.org/2000/svg",
@@ -2679,8 +2623,7 @@ var SvgFileZipStroke = function SvgFileZipStroke(props) {
2679
2623
  height: 16,
2680
2624
  focusable: "false",
2681
2625
  viewBox: "0 0 16 16",
2682
- "aria-hidden": "true",
2683
- role: "img"
2626
+ "aria-hidden": "true"
2684
2627
  }, props), _path$6 || (_path$6 = /*#__PURE__*/React.createElement("path", {
2685
2628
  fill: "none",
2686
2629
  stroke: "currentColor",
@@ -2690,9 +2633,7 @@ var SvgFileZipStroke = function SvgFileZipStroke(props) {
2690
2633
  };
2691
2634
 
2692
2635
  var _path$5, _circle;
2693
-
2694
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); }
2695
-
2696
2637
  var SvgFileImageStroke = function SvgFileImageStroke(props) {
2697
2638
  return /*#__PURE__*/React.createElement("svg", _extends$5({
2698
2639
  xmlns: "http://www.w3.org/2000/svg",
@@ -2700,8 +2641,7 @@ var SvgFileImageStroke = function SvgFileImageStroke(props) {
2700
2641
  height: 16,
2701
2642
  focusable: "false",
2702
2643
  viewBox: "0 0 16 16",
2703
- "aria-hidden": "true",
2704
- role: "img"
2644
+ "aria-hidden": "true"
2705
2645
  }, props), _path$5 || (_path$5 = /*#__PURE__*/React.createElement("path", {
2706
2646
  fill: "none",
2707
2647
  stroke: "currentColor",
@@ -2716,9 +2656,7 @@ var SvgFileImageStroke = function SvgFileImageStroke(props) {
2716
2656
  };
2717
2657
 
2718
2658
  var _path$4;
2719
-
2720
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); }
2721
-
2722
2660
  var SvgFileDocumentStroke = function SvgFileDocumentStroke(props) {
2723
2661
  return /*#__PURE__*/React.createElement("svg", _extends$4({
2724
2662
  xmlns: "http://www.w3.org/2000/svg",
@@ -2726,8 +2664,7 @@ var SvgFileDocumentStroke = function SvgFileDocumentStroke(props) {
2726
2664
  height: 16,
2727
2665
  focusable: "false",
2728
2666
  viewBox: "0 0 16 16",
2729
- "aria-hidden": "true",
2730
- role: "img"
2667
+ "aria-hidden": "true"
2731
2668
  }, props), _path$4 || (_path$4 = /*#__PURE__*/React.createElement("path", {
2732
2669
  fill: "none",
2733
2670
  stroke: "currentColor",
@@ -2737,9 +2674,7 @@ var SvgFileDocumentStroke = function SvgFileDocumentStroke(props) {
2737
2674
  };
2738
2675
 
2739
2676
  var _path$3;
2740
-
2741
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); }
2742
-
2743
2678
  var SvgFileSpreadsheetStroke = function SvgFileSpreadsheetStroke(props) {
2744
2679
  return /*#__PURE__*/React.createElement("svg", _extends$3({
2745
2680
  xmlns: "http://www.w3.org/2000/svg",
@@ -2747,8 +2682,7 @@ var SvgFileSpreadsheetStroke = function SvgFileSpreadsheetStroke(props) {
2747
2682
  height: 16,
2748
2683
  focusable: "false",
2749
2684
  viewBox: "0 0 16 16",
2750
- "aria-hidden": "true",
2751
- role: "img"
2685
+ "aria-hidden": "true"
2752
2686
  }, props), _path$3 || (_path$3 = /*#__PURE__*/React.createElement("path", {
2753
2687
  fill: "none",
2754
2688
  stroke: "currentColor",
@@ -2758,9 +2692,7 @@ var SvgFileSpreadsheetStroke = function SvgFileSpreadsheetStroke(props) {
2758
2692
  };
2759
2693
 
2760
2694
  var _path$2;
2761
-
2762
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); }
2763
-
2764
2696
  var SvgFilePresentationStroke = function SvgFilePresentationStroke(props) {
2765
2697
  return /*#__PURE__*/React.createElement("svg", _extends$2({
2766
2698
  xmlns: "http://www.w3.org/2000/svg",
@@ -2768,8 +2700,7 @@ var SvgFilePresentationStroke = function SvgFilePresentationStroke(props) {
2768
2700
  height: 16,
2769
2701
  focusable: "false",
2770
2702
  viewBox: "0 0 16 16",
2771
- "aria-hidden": "true",
2772
- role: "img"
2703
+ "aria-hidden": "true"
2773
2704
  }, props), _path$2 || (_path$2 = /*#__PURE__*/React.createElement("path", {
2774
2705
  fill: "none",
2775
2706
  stroke: "currentColor",
@@ -2778,9 +2709,7 @@ var SvgFilePresentationStroke = function SvgFilePresentationStroke(props) {
2778
2709
  };
2779
2710
 
2780
2711
  var _path$1;
2781
-
2782
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); }
2783
-
2784
2713
  var SvgFileGenericStroke = function SvgFileGenericStroke(props) {
2785
2714
  return /*#__PURE__*/React.createElement("svg", _extends$1({
2786
2715
  xmlns: "http://www.w3.org/2000/svg",
@@ -2788,8 +2717,7 @@ var SvgFileGenericStroke = function SvgFileGenericStroke(props) {
2788
2717
  height: 16,
2789
2718
  focusable: "false",
2790
2719
  viewBox: "0 0 16 16",
2791
- "aria-hidden": "true",
2792
- role: "img"
2720
+ "aria-hidden": "true"
2793
2721
  }, props), _path$1 || (_path$1 = /*#__PURE__*/React.createElement("path", {
2794
2722
  fill: "none",
2795
2723
  stroke: "currentColor",
@@ -2798,9 +2726,7 @@ var SvgFileGenericStroke = function SvgFileGenericStroke(props) {
2798
2726
  };
2799
2727
 
2800
2728
  var _path;
2801
-
2802
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); }
2803
-
2804
2730
  var SvgFileErrorStroke = function SvgFileErrorStroke(props) {
2805
2731
  return /*#__PURE__*/React.createElement("svg", _extends({
2806
2732
  xmlns: "http://www.w3.org/2000/svg",
@@ -2808,8 +2734,7 @@ var SvgFileErrorStroke = function SvgFileErrorStroke(props) {
2808
2734
  height: 16,
2809
2735
  focusable: "false",
2810
2736
  viewBox: "0 0 16 16",
2811
- "aria-hidden": "true",
2812
- role: "img"
2737
+ "aria-hidden": "true"
2813
2738
  }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
2814
2739
  fill: "none",
2815
2740
  stroke: "currentColor",