@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.cjs.js CHANGED
@@ -68,7 +68,7 @@ const useFieldContext = () => {
68
68
  const COMPONENT_ID$K = 'forms.field';
69
69
  const StyledField = styled__default.default.div.attrs({
70
70
  'data-garden-id': COMPONENT_ID$K,
71
- 'data-garden-version': '8.62.2'
71
+ 'data-garden-version': '8.63.0'
72
72
  }).withConfig({
73
73
  displayName: "StyledField",
74
74
  componentId: "sc-12gzfsu-0"
@@ -81,7 +81,7 @@ const COMPONENT_ID$J = 'forms.fieldset';
81
81
  const StyledFieldset = styled__default.default(StyledField).attrs({
82
82
  as: 'fieldset',
83
83
  'data-garden-id': COMPONENT_ID$J,
84
- 'data-garden-version': '8.62.2'
84
+ 'data-garden-version': '8.63.0'
85
85
  }).withConfig({
86
86
  displayName: "StyledFieldset",
87
87
  componentId: "sc-1vr4mxv-0"
@@ -93,7 +93,7 @@ StyledFieldset.defaultProps = {
93
93
  const COMPONENT_ID$I = 'forms.input_label';
94
94
  const StyledLabel = styled__default.default.label.attrs({
95
95
  'data-garden-id': COMPONENT_ID$I,
96
- 'data-garden-version': '8.62.2'
96
+ 'data-garden-version': '8.63.0'
97
97
  }).withConfig({
98
98
  displayName: "StyledLabel",
99
99
  componentId: "sc-2utmsz-0"
@@ -106,7 +106,7 @@ const COMPONENT_ID$H = 'forms.fieldset_legend';
106
106
  const StyledLegend = styled__default.default(StyledLabel).attrs({
107
107
  as: 'legend',
108
108
  'data-garden-id': COMPONENT_ID$H,
109
- 'data-garden-version': '8.62.2'
109
+ 'data-garden-version': '8.63.0'
110
110
  }).withConfig({
111
111
  displayName: "StyledLegend",
112
112
  componentId: "sc-6s0zwq-0"
@@ -118,7 +118,7 @@ StyledLegend.defaultProps = {
118
118
  const COMPONENT_ID$G = 'forms.input_hint';
119
119
  const StyledHint = styled__default.default.div.attrs({
120
120
  'data-garden-id': COMPONENT_ID$G,
121
- 'data-garden-version': '8.62.2'
121
+ 'data-garden-version': '8.63.0'
122
122
  }).withConfig({
123
123
  displayName: "StyledHint",
124
124
  componentId: "sc-17c2wu8-0"
@@ -128,9 +128,7 @@ StyledHint.defaultProps = {
128
128
  };
129
129
 
130
130
  var _g$2, _circle$5;
131
-
132
131
  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); }
133
-
134
132
  var SvgAlertErrorStroke = function SvgAlertErrorStroke(props) {
135
133
  return /*#__PURE__*/React__namespace.createElement("svg", _extends$s({
136
134
  xmlns: "http://www.w3.org/2000/svg",
@@ -138,8 +136,7 @@ var SvgAlertErrorStroke = function SvgAlertErrorStroke(props) {
138
136
  height: 16,
139
137
  focusable: "false",
140
138
  viewBox: "0 0 16 16",
141
- "aria-hidden": "true",
142
- role: "img"
139
+ "aria-hidden": "true"
143
140
  }, props), _g$2 || (_g$2 = /*#__PURE__*/React__namespace.createElement("g", {
144
141
  fill: "none",
145
142
  stroke: "currentColor"
@@ -159,9 +156,7 @@ var SvgAlertErrorStroke = function SvgAlertErrorStroke(props) {
159
156
  };
160
157
 
161
158
  var _path$n, _circle$4;
162
-
163
159
  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); }
164
-
165
160
  var SvgAlertWarningStroke = function SvgAlertWarningStroke(props) {
166
161
  return /*#__PURE__*/React__namespace.createElement("svg", _extends$r({
167
162
  xmlns: "http://www.w3.org/2000/svg",
@@ -169,8 +164,7 @@ var SvgAlertWarningStroke = function SvgAlertWarningStroke(props) {
169
164
  height: 16,
170
165
  focusable: "false",
171
166
  viewBox: "0 0 16 16",
172
- "aria-hidden": "true",
173
- role: "img"
167
+ "aria-hidden": "true"
174
168
  }, props), _path$n || (_path$n = /*#__PURE__*/React__namespace.createElement("path", {
175
169
  fill: "none",
176
170
  stroke: "currentColor",
@@ -185,9 +179,7 @@ var SvgAlertWarningStroke = function SvgAlertWarningStroke(props) {
185
179
  };
186
180
 
187
181
  var _g$1;
188
-
189
182
  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); }
190
-
191
183
  var SvgCheckCircleStroke$1 = function SvgCheckCircleStroke(props) {
192
184
  return /*#__PURE__*/React__namespace.createElement("svg", _extends$q({
193
185
  xmlns: "http://www.w3.org/2000/svg",
@@ -195,8 +187,7 @@ var SvgCheckCircleStroke$1 = function SvgCheckCircleStroke(props) {
195
187
  height: 16,
196
188
  focusable: "false",
197
189
  viewBox: "0 0 16 16",
198
- "aria-hidden": "true",
199
- role: "img"
190
+ "aria-hidden": "true"
200
191
  }, props), _g$1 || (_g$1 = /*#__PURE__*/React__namespace.createElement("g", {
201
192
  fill: "none",
202
193
  stroke: "currentColor"
@@ -232,7 +223,7 @@ const MessageIcon = _ref => {
232
223
  const COMPONENT_ID$F = 'forms.input_message_icon';
233
224
  const StyledMessageIcon = styled__default.default(MessageIcon).attrs({
234
225
  'data-garden-id': COMPONENT_ID$F,
235
- 'data-garden-version': '8.62.2',
226
+ 'data-garden-version': '8.63.0',
236
227
  'aria-hidden': null
237
228
  }).withConfig({
238
229
  displayName: "StyledMessageIcon",
@@ -260,7 +251,7 @@ const validationStyles = props => {
260
251
  const COMPONENT_ID$E = 'forms.input_message';
261
252
  const StyledMessage = styled__default.default.div.attrs({
262
253
  'data-garden-id': COMPONENT_ID$E,
263
- 'data-garden-version': '8.62.2'
254
+ 'data-garden-version': '8.63.0'
264
255
  }).withConfig({
265
256
  displayName: "StyledMessage",
266
257
  componentId: "sc-30hgg7-0"
@@ -339,7 +330,7 @@ const sizeStyles$f = props => {
339
330
  };
340
331
  const StyledTextInput = styled__default.default.input.attrs(props => ({
341
332
  'data-garden-id': COMPONENT_ID$D,
342
- 'data-garden-version': '8.62.2',
333
+ 'data-garden-version': '8.63.0',
343
334
  'aria-invalid': isInvalid(props.validation)
344
335
  })).withConfig({
345
336
  displayName: "StyledTextInput",
@@ -362,7 +353,7 @@ const hiddenStyles = `
362
353
  const StyledTextarea = styled__default.default(StyledTextInput).attrs({
363
354
  as: 'textarea',
364
355
  'data-garden-id': COMPONENT_ID$C,
365
- 'data-garden-version': '8.62.2'
356
+ 'data-garden-version': '8.63.0'
366
357
  }).withConfig({
367
358
  displayName: "StyledTextarea",
368
359
  componentId: "sc-wxschl-0"
@@ -408,7 +399,7 @@ _ref => {
408
399
  return React__namespace.default.cloneElement(React.Children.only(children), props);
409
400
  }).attrs({
410
401
  'data-garden-id': COMPONENT_ID$B,
411
- 'data-garden-version': '8.62.2'
402
+ 'data-garden-version': '8.63.0'
412
403
  }).withConfig({
413
404
  displayName: "StyledTextMediaFigure",
414
405
  componentId: "sc-1qepknj-0"
@@ -423,7 +414,7 @@ const StyledTextFauxInput = styled__default.default(StyledTextInput).attrs(props
423
414
  'aria-readonly': props.isReadOnly,
424
415
  'aria-disabled': props.isDisabled,
425
416
  'data-garden-id': COMPONENT_ID$A,
426
- 'data-garden-version': '8.62.2'
417
+ 'data-garden-version': '8.63.0'
427
418
  })).withConfig({
428
419
  displayName: "StyledTextFauxInput",
429
420
  componentId: "sc-yqw7j9-0"
@@ -435,7 +426,7 @@ StyledTextFauxInput.defaultProps = {
435
426
  const COMPONENT_ID$z = 'forms.media_input';
436
427
  const StyledTextMediaInput = styled__default.default(StyledTextInput).attrs({
437
428
  'data-garden-id': COMPONENT_ID$z,
438
- 'data-garden-version': '8.62.2',
429
+ 'data-garden-version': '8.63.0',
439
430
  isBare: true
440
431
  }).withConfig({
441
432
  displayName: "StyledTextMediaInput",
@@ -458,7 +449,7 @@ const itemStyles = props => {
458
449
  };
459
450
  const StyledInputGroup = styled__default.default.div.attrs({
460
451
  'data-garden-id': COMPONENT_ID$y,
461
- 'data-garden-version': '8.62.2'
452
+ 'data-garden-version': '8.63.0'
462
453
  }).withConfig({
463
454
  displayName: "StyledInputGroup",
464
455
  componentId: "sc-kjh1f0-0"
@@ -476,7 +467,7 @@ const sizeStyles$d = props => {
476
467
  };
477
468
  const StyledRadioLabel = styled__default.default(StyledLabel).attrs({
478
469
  'data-garden-id': COMPONENT_ID$x,
479
- 'data-garden-version': '8.62.2',
470
+ 'data-garden-version': '8.63.0',
480
471
  isRadio: true
481
472
  }).withConfig({
482
473
  displayName: "StyledRadioLabel",
@@ -489,7 +480,7 @@ StyledRadioLabel.defaultProps = {
489
480
  const COMPONENT_ID$w = 'forms.checkbox_label';
490
481
  const StyledCheckLabel = styled__default.default(StyledRadioLabel).attrs({
491
482
  'data-garden-id': COMPONENT_ID$w,
492
- 'data-garden-version': '8.62.2'
483
+ 'data-garden-version': '8.63.0'
493
484
  }).withConfig({
494
485
  displayName: "StyledCheckLabel",
495
486
  componentId: "sc-x7nr1-0"
@@ -501,7 +492,7 @@ StyledCheckLabel.defaultProps = {
501
492
  const COMPONENT_ID$v = 'forms.radio_hint';
502
493
  const StyledRadioHint = styled__default.default(StyledHint).attrs({
503
494
  'data-garden-id': COMPONENT_ID$v,
504
- 'data-garden-version': '8.62.2'
495
+ 'data-garden-version': '8.63.0'
505
496
  }).withConfig({
506
497
  displayName: "StyledRadioHint",
507
498
  componentId: "sc-eo8twg-0"
@@ -513,7 +504,7 @@ StyledRadioHint.defaultProps = {
513
504
  const COMPONENT_ID$u = 'forms.checkbox_hint';
514
505
  const StyledCheckHint = styled__default.default(StyledRadioHint).attrs({
515
506
  'data-garden-id': COMPONENT_ID$u,
516
- 'data-garden-version': '8.62.2'
507
+ 'data-garden-version': '8.63.0'
517
508
  }).withConfig({
518
509
  displayName: "StyledCheckHint",
519
510
  componentId: "sc-1kl8e8c-0"
@@ -555,7 +546,7 @@ const sizeStyles$c = props => {
555
546
  };
556
547
  const StyledRadioInput = styled__default.default.input.attrs({
557
548
  'data-garden-id': COMPONENT_ID$t,
558
- 'data-garden-version': '8.62.2',
549
+ 'data-garden-version': '8.63.0',
559
550
  type: 'radio'
560
551
  }).withConfig({
561
552
  displayName: "StyledRadioInput",
@@ -577,7 +568,7 @@ const colorStyles$8 = props => {
577
568
  };
578
569
  const StyledCheckInput = styled__default.default(StyledRadioInput).attrs({
579
570
  'data-garden-id': COMPONENT_ID$s,
580
- 'data-garden-version': '8.62.2',
571
+ 'data-garden-version': '8.63.0',
581
572
  type: 'checkbox'
582
573
  }).withConfig({
583
574
  displayName: "StyledCheckInput",
@@ -590,7 +581,7 @@ StyledCheckInput.defaultProps = {
590
581
  const COMPONENT_ID$r = 'forms.radio_message';
591
582
  const StyledRadioMessage = styled__default.default(StyledMessage).attrs({
592
583
  'data-garden-id': COMPONENT_ID$r,
593
- 'data-garden-version': '8.62.2'
584
+ 'data-garden-version': '8.63.0'
594
585
  }).withConfig({
595
586
  displayName: "StyledRadioMessage",
596
587
  componentId: "sc-1pmi0q8-0"
@@ -602,7 +593,7 @@ StyledRadioMessage.defaultProps = {
602
593
  const COMPONENT_ID$q = 'forms.checkbox_message';
603
594
  const StyledCheckMessage = styled__default.default(StyledRadioMessage).attrs({
604
595
  'data-garden-id': COMPONENT_ID$q,
605
- 'data-garden-version': '8.62.2'
596
+ 'data-garden-version': '8.63.0'
606
597
  }).withConfig({
607
598
  displayName: "StyledCheckMessage",
608
599
  componentId: "sc-s4p6kd-0"
@@ -612,9 +603,7 @@ StyledCheckMessage.defaultProps = {
612
603
  };
613
604
 
614
605
  var _path$m;
615
-
616
606
  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); }
617
-
618
607
  var SvgCheckSmFill = function SvgCheckSmFill(props) {
619
608
  return /*#__PURE__*/React__namespace.createElement("svg", _extends$p({
620
609
  xmlns: "http://www.w3.org/2000/svg",
@@ -622,8 +611,7 @@ var SvgCheckSmFill = function SvgCheckSmFill(props) {
622
611
  height: 12,
623
612
  focusable: "false",
624
613
  viewBox: "0 0 12 12",
625
- "aria-hidden": "true",
626
- role: "img"
614
+ "aria-hidden": "true"
627
615
  }, props), _path$m || (_path$m = /*#__PURE__*/React__namespace.createElement("path", {
628
616
  fill: "none",
629
617
  stroke: "currentColor",
@@ -637,7 +625,7 @@ var SvgCheckSmFill = function SvgCheckSmFill(props) {
637
625
  const COMPONENT_ID$p = 'forms.check_svg';
638
626
  const StyledCheckSvg = styled__default.default(SvgCheckSmFill).attrs({
639
627
  'data-garden-id': COMPONENT_ID$p,
640
- 'data-garden-version': '8.62.2'
628
+ 'data-garden-version': '8.63.0'
641
629
  }).withConfig({
642
630
  displayName: "StyledCheckSvg",
643
631
  componentId: "sc-fvxetk-0"
@@ -647,9 +635,7 @@ StyledCheckSvg.defaultProps = {
647
635
  };
648
636
 
649
637
  var _path$l;
650
-
651
638
  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); }
652
-
653
639
  var SvgDashFill = function SvgDashFill(props) {
654
640
  return /*#__PURE__*/React__namespace.createElement("svg", _extends$o({
655
641
  xmlns: "http://www.w3.org/2000/svg",
@@ -657,8 +643,7 @@ var SvgDashFill = function SvgDashFill(props) {
657
643
  height: 12,
658
644
  focusable: "false",
659
645
  viewBox: "0 0 12 12",
660
- "aria-hidden": "true",
661
- role: "img"
646
+ "aria-hidden": "true"
662
647
  }, props), _path$l || (_path$l = /*#__PURE__*/React__namespace.createElement("path", {
663
648
  stroke: "currentColor",
664
649
  strokeLinecap: "round",
@@ -670,7 +655,7 @@ var SvgDashFill = function SvgDashFill(props) {
670
655
  const COMPONENT_ID$o = 'forms.dash_svg';
671
656
  const StyledDashSvg = styled__default.default(SvgDashFill).attrs({
672
657
  'data-garden-id': COMPONENT_ID$o,
673
- 'data-garden-version': '8.62.2'
658
+ 'data-garden-version': '8.63.0'
674
659
  }).withConfig({
675
660
  displayName: "StyledDashSvg",
676
661
  componentId: "sc-z3vq71-0"
@@ -699,7 +684,7 @@ const sizeStyles$b = props => {
699
684
  };
700
685
  const StyledFileUpload = styled__default.default.div.attrs({
701
686
  'data-garden-id': COMPONENT_ID$n,
702
- 'data-garden-version': '8.62.2'
687
+ 'data-garden-version': '8.63.0'
703
688
  }).withConfig({
704
689
  displayName: "StyledFileUpload",
705
690
  componentId: "sc-1rodjgn-0"
@@ -709,13 +694,13 @@ StyledFileUpload.defaultProps = {
709
694
  };
710
695
 
711
696
  const COMPONENT_ID$m = 'forms.file.close';
712
- const StyledFileClose = styled__default.default.div.attrs({
697
+ const StyledFileClose = styled__default.default.button.attrs({
713
698
  'data-garden-id': COMPONENT_ID$m,
714
- 'data-garden-version': '8.62.2'
699
+ 'data-garden-version': '8.63.0'
715
700
  }).withConfig({
716
701
  displayName: "StyledFileClose",
717
702
  componentId: "sc-1m31jbf-0"
718
- })(["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 => reactTheming.retrieveComponentStyles(COMPONENT_ID$m, props));
703
+ })(["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 => reactTheming.retrieveComponentStyles(COMPONENT_ID$m, props));
719
704
  StyledFileClose.defaultProps = {
720
705
  theme: reactTheming.DEFAULT_THEME
721
706
  };
@@ -778,7 +763,7 @@ const sizeStyles$a = props => {
778
763
  };
779
764
  const StyledFile = styled__default.default.div.attrs({
780
765
  'data-garden-id': COMPONENT_ID$l,
781
- 'data-garden-version': '8.62.2'
766
+ 'data-garden-version': '8.63.0'
782
767
  }).withConfig({
783
768
  displayName: "StyledFile",
784
769
  componentId: "sc-195lzp1-0"
@@ -790,7 +775,7 @@ StyledFile.defaultProps = {
790
775
  const COMPONENT_ID$k = 'forms.file.delete';
791
776
  const StyledFileDelete = styled__default.default(StyledFileClose).attrs({
792
777
  'data-garden-id': COMPONENT_ID$k,
793
- 'data-garden-version': '8.62.2'
778
+ 'data-garden-version': '8.63.0'
794
779
  }).withConfig({
795
780
  displayName: "StyledFileDelete",
796
781
  componentId: "sc-a8nnhx-0"
@@ -810,7 +795,7 @@ const StyledFileIcon = styled__default.default(_ref => {
810
795
  return React__namespace.default.cloneElement(React.Children.only(children), props);
811
796
  }).attrs({
812
797
  'data-garden-id': COMPONENT_ID$j,
813
- 'data-garden-version': '8.62.2'
798
+ 'data-garden-version': '8.63.0'
814
799
  }).withConfig({
815
800
  displayName: "StyledFileIcon",
816
801
  componentId: "sc-7b3q0c-0"
@@ -822,7 +807,7 @@ StyledFileIcon.defaultProps = {
822
807
  const COMPONENT_ID$i = 'forms.file_list';
823
808
  const StyledFileList = styled__default.default.ul.attrs({
824
809
  'data-garden-id': COMPONENT_ID$i,
825
- 'data-garden-version': '8.62.2'
810
+ 'data-garden-version': '8.63.0'
826
811
  }).withConfig({
827
812
  displayName: "StyledFileList",
828
813
  componentId: "sc-gbahjg-0"
@@ -834,7 +819,7 @@ StyledFileList.defaultProps = {
834
819
  const COMPONENT_ID$h = 'forms.file_list.item';
835
820
  const StyledFileListItem = styled__default.default.li.attrs({
836
821
  'data-garden-id': COMPONENT_ID$h,
837
- 'data-garden-version': '8.62.2'
822
+ 'data-garden-version': '8.63.0'
838
823
  }).withConfig({
839
824
  displayName: "StyledFileListItem",
840
825
  componentId: "sc-1ova3lo-0"
@@ -844,9 +829,7 @@ StyledFileListItem.defaultProps = {
844
829
  };
845
830
 
846
831
  var _circle$3;
847
-
848
832
  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); }
849
-
850
833
  var SvgCircleSmFill$1 = function SvgCircleSmFill(props) {
851
834
  return /*#__PURE__*/React__namespace.createElement("svg", _extends$n({
852
835
  xmlns: "http://www.w3.org/2000/svg",
@@ -854,8 +837,7 @@ var SvgCircleSmFill$1 = function SvgCircleSmFill(props) {
854
837
  height: 12,
855
838
  focusable: "false",
856
839
  viewBox: "0 0 12 12",
857
- "aria-hidden": "true",
858
- role: "img"
840
+ "aria-hidden": "true"
859
841
  }, props), _circle$3 || (_circle$3 = /*#__PURE__*/React__namespace.createElement("circle", {
860
842
  cx: 6,
861
843
  cy: 6,
@@ -867,7 +849,7 @@ var SvgCircleSmFill$1 = function SvgCircleSmFill(props) {
867
849
  const COMPONENT_ID$g = 'forms.radio_svg';
868
850
  const StyledRadioSvg = styled__default.default(SvgCircleSmFill$1).attrs({
869
851
  'data-garden-id': COMPONENT_ID$g,
870
- 'data-garden-version': '8.62.2'
852
+ 'data-garden-version': '8.63.0'
871
853
  }).withConfig({
872
854
  displayName: "StyledRadioSvg",
873
855
  componentId: "sc-1r1qtr1-0"
@@ -884,7 +866,7 @@ const sizeStyles$9 = props => {
884
866
  };
885
867
  const StyledToggleLabel = styled__default.default(StyledCheckLabel).attrs({
886
868
  'data-garden-id': COMPONENT_ID$f,
887
- 'data-garden-version': '8.62.2'
869
+ 'data-garden-version': '8.63.0'
888
870
  }).withConfig({
889
871
  displayName: "StyledToggleLabel",
890
872
  componentId: "sc-e0asdk-0"
@@ -896,7 +878,7 @@ StyledToggleLabel.defaultProps = {
896
878
  const COMPONENT_ID$e = 'forms.toggle_hint';
897
879
  const StyledToggleHint = styled__default.default(StyledHint).attrs({
898
880
  'data-garden-id': COMPONENT_ID$e,
899
- 'data-garden-version': '8.62.2'
881
+ 'data-garden-version': '8.63.0'
900
882
  }).withConfig({
901
883
  displayName: "StyledToggleHint",
902
884
  componentId: "sc-nziggu-0"
@@ -923,7 +905,7 @@ const sizeStyles$8 = props => {
923
905
  };
924
906
  const StyledToggleInput = styled__default.default(StyledCheckInput).attrs({
925
907
  'data-garden-id': COMPONENT_ID$d,
926
- 'data-garden-version': '8.62.2'
908
+ 'data-garden-version': '8.63.0'
927
909
  }).withConfig({
928
910
  displayName: "StyledToggleInput",
929
911
  componentId: "sc-sgp47s-0"
@@ -935,7 +917,7 @@ StyledToggleInput.defaultProps = {
935
917
  const COMPONENT_ID$c = 'forms.toggle_message';
936
918
  const StyledToggleMessage = styled__default.default(StyledMessage).attrs({
937
919
  'data-garden-id': COMPONENT_ID$c,
938
- 'data-garden-version': '8.62.2'
920
+ 'data-garden-version': '8.63.0'
939
921
  }).withConfig({
940
922
  displayName: "StyledToggleMessage",
941
923
  componentId: "sc-13vuvl1-0"
@@ -945,9 +927,7 @@ StyledToggleMessage.defaultProps = {
945
927
  };
946
928
 
947
929
  var _circle$2;
948
-
949
930
  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); }
950
-
951
931
  var SvgCircleSmFill = function SvgCircleSmFill(props) {
952
932
  return /*#__PURE__*/React__namespace.createElement("svg", _extends$m({
953
933
  xmlns: "http://www.w3.org/2000/svg",
@@ -955,8 +935,7 @@ var SvgCircleSmFill = function SvgCircleSmFill(props) {
955
935
  height: 16,
956
936
  focusable: "false",
957
937
  viewBox: "0 0 16 16",
958
- "aria-hidden": "true",
959
- role: "img"
938
+ "aria-hidden": "true"
960
939
  }, props), _circle$2 || (_circle$2 = /*#__PURE__*/React__namespace.createElement("circle", {
961
940
  cx: 8,
962
941
  cy: 8,
@@ -968,7 +947,7 @@ var SvgCircleSmFill = function SvgCircleSmFill(props) {
968
947
  const COMPONENT_ID$b = 'forms.toggle_svg';
969
948
  const StyledToggleSvg = styled__default.default(SvgCircleSmFill).attrs({
970
949
  'data-garden-id': COMPONENT_ID$b,
971
- 'data-garden-version': '8.62.2'
950
+ 'data-garden-version': '8.63.0'
972
951
  }).withConfig({
973
952
  displayName: "StyledToggleSvg",
974
953
  componentId: "sc-162xbyx-0"
@@ -990,7 +969,7 @@ const sizeStyles$7 = props => {
990
969
  };
991
970
  const StyledSelect = styled__default.default(StyledTextInput).attrs({
992
971
  'data-garden-id': COMPONENT_ID$a,
993
- 'data-garden-version': '8.62.2',
972
+ 'data-garden-version': '8.63.0',
994
973
  as: 'select'
995
974
  }).withConfig({
996
975
  displayName: "StyledSelect",
@@ -1003,7 +982,7 @@ StyledSelect.defaultProps = {
1003
982
  const COMPONENT_ID$9 = 'forms.select_wrapper';
1004
983
  const StyledSelectWrapper = styled__default.default(StyledTextFauxInput).attrs({
1005
984
  'data-garden-id': COMPONENT_ID$9,
1006
- 'data-garden-version': '8.62.2',
985
+ 'data-garden-version': '8.63.0',
1007
986
  isBare: true
1008
987
  }).withConfig({
1009
988
  displayName: "StyledSelectWrapper",
@@ -1127,7 +1106,7 @@ const sizeStyles$6 = props => {
1127
1106
  };
1128
1107
  const StyledRangeInput = styled__default.default.input.attrs(props => ({
1129
1108
  'data-garden-id': COMPONENT_ID$8,
1130
- 'data-garden-version': '8.62.2',
1109
+ 'data-garden-version': '8.63.0',
1131
1110
  type: 'range',
1132
1111
  style: {
1133
1112
  backgroundSize: props.hasLowerTrack && props.backgroundSize
@@ -1160,7 +1139,7 @@ StyledRangeInput.defaultProps = {
1160
1139
  const COMPONENT_ID$7 = 'forms.slider';
1161
1140
  const StyledSlider = styled__default.default.div.attrs({
1162
1141
  'data-garden-id': COMPONENT_ID$7,
1163
- 'data-garden-version': '8.62.2'
1142
+ 'data-garden-version': '8.63.0'
1164
1143
  }).withConfig({
1165
1144
  displayName: "StyledSlider",
1166
1145
  componentId: "sc-1di437a-0"
@@ -1191,7 +1170,7 @@ const sizeStyles$5 = props => {
1191
1170
  };
1192
1171
  const StyledSliderThumb = styled__default.default.div.attrs(props => ({
1193
1172
  'data-garden-id': COMPONENT_ID$6,
1194
- 'data-garden-version': '8.62.2',
1173
+ 'data-garden-version': '8.63.0',
1195
1174
  'aria-disabled': props.isDisabled
1196
1175
  })).withConfig({
1197
1176
  displayName: "StyledSliderThumb",
@@ -1221,7 +1200,7 @@ const sizeStyles$4 = props => {
1221
1200
  };
1222
1201
  const StyledSliderTrack = styled__default.default.div.attrs(props => ({
1223
1202
  'data-garden-id': COMPONENT_ID$5,
1224
- 'data-garden-version': '8.62.2',
1203
+ 'data-garden-version': '8.63.0',
1225
1204
  'aria-disabled': props.isDisabled
1226
1205
  })).withConfig({
1227
1206
  displayName: "StyledSliderTrack",
@@ -1241,7 +1220,7 @@ const sizeStyles$3 = props => {
1241
1220
  };
1242
1221
  const StyledSliderTrackRail = styled__default.default.div.attrs({
1243
1222
  'data-garden-id': COMPONENT_ID$4,
1244
- 'data-garden-version': '8.62.2'
1223
+ 'data-garden-version': '8.63.0'
1245
1224
  }).withConfig({
1246
1225
  displayName: "StyledSliderTrackRail",
1247
1226
  componentId: "sc-1o5owbd-0"
@@ -1268,7 +1247,7 @@ const sizeStyles$2 = props => {
1268
1247
  };
1269
1248
  const StyledTileIcon = styled__default.default.span.attrs({
1270
1249
  'data-garden-id': COMPONENT_ID$3,
1271
- 'data-garden-version': '8.62.2'
1250
+ 'data-garden-version': '8.63.0'
1272
1251
  }).withConfig({
1273
1252
  displayName: "StyledTileIcon",
1274
1253
  componentId: "sc-1wazhg4-0"
@@ -1303,7 +1282,7 @@ const colorStyles = props => {
1303
1282
  };
1304
1283
  const StyledTile = styled__default.default.label.attrs(props => ({
1305
1284
  'data-garden-id': COMPONENT_ID$2,
1306
- 'data-garden-version': '8.62.2',
1285
+ 'data-garden-version': '8.63.0',
1307
1286
  'data-garden-focus-visible': props.isFocused,
1308
1287
  'data-garden-selected': props.isSelected
1309
1288
  })).withConfig({
@@ -1328,7 +1307,7 @@ const sizeStyles$1 = props => {
1328
1307
  };
1329
1308
  const StyledTileDescription = styled__default.default.span.attrs({
1330
1309
  'data-garden-id': COMPONENT_ID$1,
1331
- 'data-garden-version': '8.62.2'
1310
+ 'data-garden-version': '8.63.0'
1332
1311
  }).withConfig({
1333
1312
  displayName: "StyledTileDescription",
1334
1313
  componentId: "sc-xfuu7u-0"
@@ -1361,7 +1340,7 @@ const sizeStyles = props => {
1361
1340
  };
1362
1341
  const StyledTileLabel = styled__default.default.span.attrs({
1363
1342
  'data-garden-id': COMPONENT_ID,
1364
- 'data-garden-version': '8.62.2'
1343
+ 'data-garden-version': '8.63.0'
1365
1344
  }).withConfig({
1366
1345
  displayName: "StyledTileLabel",
1367
1346
  componentId: "sc-1mypv27-0"
@@ -1940,9 +1919,7 @@ Toggle.propTypes = {
1940
1919
  };
1941
1920
 
1942
1921
  var _path$k;
1943
-
1944
1922
  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); }
1945
-
1946
1923
  var SvgChevronDownStroke = function SvgChevronDownStroke(props) {
1947
1924
  return /*#__PURE__*/React__namespace.createElement("svg", _extends$l({
1948
1925
  xmlns: "http://www.w3.org/2000/svg",
@@ -1950,8 +1927,7 @@ var SvgChevronDownStroke = function SvgChevronDownStroke(props) {
1950
1927
  height: 16,
1951
1928
  focusable: "false",
1952
1929
  viewBox: "0 0 16 16",
1953
- "aria-hidden": "true",
1954
- role: "img"
1930
+ "aria-hidden": "true"
1955
1931
  }, props), _path$k || (_path$k = /*#__PURE__*/React__namespace.createElement("path", {
1956
1932
  fill: "currentColor",
1957
1933
  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"
@@ -2311,12 +2287,14 @@ const FileUpload = React__namespace.default.forwardRef((_ref, ref) => {
2311
2287
  disabled,
2312
2288
  ...props
2313
2289
  } = _ref;
2314
- return React__namespace.default.createElement(StyledFileUpload, _extends$t({
2315
- ref: ref,
2316
- "aria-disabled": disabled
2317
- }, props, {
2318
- role: "button"
2319
- }));
2290
+ return (
2291
+ React__namespace.default.createElement(StyledFileUpload, _extends$t({
2292
+ ref: ref,
2293
+ "aria-disabled": disabled
2294
+ }, props, {
2295
+ role: "button"
2296
+ }))
2297
+ );
2320
2298
  });
2321
2299
  FileUpload.propTypes = {
2322
2300
  isDragging: PropTypes__default.default.bool,
@@ -2349,9 +2327,7 @@ const FileList = FileListComponent;
2349
2327
  FileList.Item = Item;
2350
2328
 
2351
2329
  var _path$j;
2352
-
2353
2330
  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); }
2354
-
2355
2331
  var SvgXStroke$1 = function SvgXStroke(props) {
2356
2332
  return /*#__PURE__*/React__namespace.createElement("svg", _extends$k({
2357
2333
  xmlns: "http://www.w3.org/2000/svg",
@@ -2359,8 +2335,7 @@ var SvgXStroke$1 = function SvgXStroke(props) {
2359
2335
  height: 12,
2360
2336
  focusable: "false",
2361
2337
  viewBox: "0 0 12 12",
2362
- "aria-hidden": "true",
2363
- role: "img"
2338
+ "aria-hidden": "true"
2364
2339
  }, props), _path$j || (_path$j = /*#__PURE__*/React__namespace.createElement("path", {
2365
2340
  stroke: "currentColor",
2366
2341
  strokeLinecap: "round",
@@ -2369,9 +2344,7 @@ var SvgXStroke$1 = function SvgXStroke(props) {
2369
2344
  };
2370
2345
 
2371
2346
  var _path$i;
2372
-
2373
2347
  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); }
2374
-
2375
2348
  var SvgXStroke = function SvgXStroke(props) {
2376
2349
  return /*#__PURE__*/React__namespace.createElement("svg", _extends$j({
2377
2350
  xmlns: "http://www.w3.org/2000/svg",
@@ -2379,8 +2352,7 @@ var SvgXStroke = function SvgXStroke(props) {
2379
2352
  height: 16,
2380
2353
  focusable: "false",
2381
2354
  viewBox: "0 0 16 16",
2382
- "aria-hidden": "true",
2383
- role: "img"
2355
+ "aria-hidden": "true"
2384
2356
  }, props), _path$i || (_path$i = /*#__PURE__*/React__namespace.createElement("path", {
2385
2357
  stroke: "currentColor",
2386
2358
  strokeLinecap: "round",
@@ -2397,9 +2369,13 @@ const CloseComponent = React__namespace.default.forwardRef((props, ref) => {
2397
2369
  const fileContext = useFileContext();
2398
2370
  const onMouseDown = containerUtilities.composeEventHandlers(props.onMouseDown, event => event.preventDefault()
2399
2371
  );
2372
+ const ariaLabel = reactTheming.useText(CloseComponent, props, 'aria-label', 'Close');
2400
2373
  return React__namespace.default.createElement(StyledFileClose, _extends$t({
2401
- ref: ref
2374
+ ref: ref,
2375
+ "aria-label": ariaLabel
2402
2376
  }, props, {
2377
+ type: "button",
2378
+ tabIndex: -1,
2403
2379
  onMouseDown: onMouseDown
2404
2380
  }), fileContext && fileContext.isCompact ? React__namespace.default.createElement(SvgXStroke$1, null) : React__namespace.default.createElement(SvgXStroke, null));
2405
2381
  });
@@ -2407,9 +2383,7 @@ CloseComponent.displayName = 'File.Close';
2407
2383
  const Close = CloseComponent;
2408
2384
 
2409
2385
  var _path$h;
2410
-
2411
2386
  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); }
2412
-
2413
2387
  var SvgTrashStroke$1 = function SvgTrashStroke(props) {
2414
2388
  return /*#__PURE__*/React__namespace.createElement("svg", _extends$i({
2415
2389
  xmlns: "http://www.w3.org/2000/svg",
@@ -2417,8 +2391,7 @@ var SvgTrashStroke$1 = function SvgTrashStroke(props) {
2417
2391
  height: 12,
2418
2392
  focusable: "false",
2419
2393
  viewBox: "0 0 12 12",
2420
- "aria-hidden": "true",
2421
- role: "img"
2394
+ "aria-hidden": "true"
2422
2395
  }, props), _path$h || (_path$h = /*#__PURE__*/React__namespace.createElement("path", {
2423
2396
  fill: "none",
2424
2397
  stroke: "currentColor",
@@ -2428,9 +2401,7 @@ var SvgTrashStroke$1 = function SvgTrashStroke(props) {
2428
2401
  };
2429
2402
 
2430
2403
  var _path$g;
2431
-
2432
2404
  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); }
2433
-
2434
2405
  var SvgTrashStroke = function SvgTrashStroke(props) {
2435
2406
  return /*#__PURE__*/React__namespace.createElement("svg", _extends$h({
2436
2407
  xmlns: "http://www.w3.org/2000/svg",
@@ -2438,8 +2409,7 @@ var SvgTrashStroke = function SvgTrashStroke(props) {
2438
2409
  height: 16,
2439
2410
  focusable: "false",
2440
2411
  viewBox: "0 0 16 16",
2441
- "aria-hidden": "true",
2442
- role: "img"
2412
+ "aria-hidden": "true"
2443
2413
  }, props), _path$g || (_path$g = /*#__PURE__*/React__namespace.createElement("path", {
2444
2414
  fill: "none",
2445
2415
  stroke: "currentColor",
@@ -2452,9 +2422,13 @@ const DeleteComponent = React__namespace.default.forwardRef((props, ref) => {
2452
2422
  const fileContext = useFileContext();
2453
2423
  const onMouseDown = containerUtilities.composeEventHandlers(props.onMouseDown, event => event.preventDefault()
2454
2424
  );
2425
+ const ariaLabel = reactTheming.useText(DeleteComponent, props, 'aria-label', 'Delete');
2455
2426
  return React__namespace.default.createElement(StyledFileDelete, _extends$t({
2456
- ref: ref
2427
+ ref: ref,
2428
+ "aria-label": ariaLabel
2457
2429
  }, props, {
2430
+ type: "button",
2431
+ tabIndex: -1,
2458
2432
  onMouseDown: onMouseDown
2459
2433
  }), fileContext && fileContext.isCompact ? React__namespace.default.createElement(SvgTrashStroke$1, null) : React__namespace.default.createElement(SvgTrashStroke, null));
2460
2434
  });
@@ -2462,9 +2436,7 @@ DeleteComponent.displayName = 'File.Delete';
2462
2436
  const Delete = DeleteComponent;
2463
2437
 
2464
2438
  var _path$f, _rect$1;
2465
-
2466
2439
  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); }
2467
-
2468
2440
  var SvgFilePdfStroke$1 = function SvgFilePdfStroke(props) {
2469
2441
  return /*#__PURE__*/React__namespace.createElement("svg", _extends$g({
2470
2442
  xmlns: "http://www.w3.org/2000/svg",
@@ -2472,8 +2444,7 @@ var SvgFilePdfStroke$1 = function SvgFilePdfStroke(props) {
2472
2444
  height: 12,
2473
2445
  focusable: "false",
2474
2446
  viewBox: "0 0 12 12",
2475
- "aria-hidden": "true",
2476
- role: "img"
2447
+ "aria-hidden": "true"
2477
2448
  }, props), _path$f || (_path$f = /*#__PURE__*/React__namespace.createElement("path", {
2478
2449
  fill: "none",
2479
2450
  stroke: "currentColor",
@@ -2491,9 +2462,7 @@ var SvgFilePdfStroke$1 = function SvgFilePdfStroke(props) {
2491
2462
  };
2492
2463
 
2493
2464
  var _path$e;
2494
-
2495
2465
  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); }
2496
-
2497
2466
  var SvgFileZipStroke$1 = function SvgFileZipStroke(props) {
2498
2467
  return /*#__PURE__*/React__namespace.createElement("svg", _extends$f({
2499
2468
  xmlns: "http://www.w3.org/2000/svg",
@@ -2501,8 +2470,7 @@ var SvgFileZipStroke$1 = function SvgFileZipStroke(props) {
2501
2470
  height: 12,
2502
2471
  focusable: "false",
2503
2472
  viewBox: "0 0 12 12",
2504
- "aria-hidden": "true",
2505
- role: "img"
2473
+ "aria-hidden": "true"
2506
2474
  }, props), _path$e || (_path$e = /*#__PURE__*/React__namespace.createElement("path", {
2507
2475
  fill: "none",
2508
2476
  stroke: "currentColor",
@@ -2512,9 +2480,7 @@ var SvgFileZipStroke$1 = function SvgFileZipStroke(props) {
2512
2480
  };
2513
2481
 
2514
2482
  var _path$d, _circle$1;
2515
-
2516
2483
  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); }
2517
-
2518
2484
  var SvgFileImageStroke$1 = function SvgFileImageStroke(props) {
2519
2485
  return /*#__PURE__*/React__namespace.createElement("svg", _extends$e({
2520
2486
  xmlns: "http://www.w3.org/2000/svg",
@@ -2522,8 +2488,7 @@ var SvgFileImageStroke$1 = function SvgFileImageStroke(props) {
2522
2488
  height: 12,
2523
2489
  focusable: "false",
2524
2490
  viewBox: "0 0 12 12",
2525
- "aria-hidden": "true",
2526
- role: "img"
2491
+ "aria-hidden": "true"
2527
2492
  }, props), _path$d || (_path$d = /*#__PURE__*/React__namespace.createElement("path", {
2528
2493
  fill: "none",
2529
2494
  stroke: "currentColor",
@@ -2539,9 +2504,7 @@ var SvgFileImageStroke$1 = function SvgFileImageStroke(props) {
2539
2504
  };
2540
2505
 
2541
2506
  var _path$c;
2542
-
2543
2507
  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); }
2544
-
2545
2508
  var SvgFileDocumentStroke$1 = function SvgFileDocumentStroke(props) {
2546
2509
  return /*#__PURE__*/React__namespace.createElement("svg", _extends$d({
2547
2510
  xmlns: "http://www.w3.org/2000/svg",
@@ -2549,8 +2512,7 @@ var SvgFileDocumentStroke$1 = function SvgFileDocumentStroke(props) {
2549
2512
  height: 12,
2550
2513
  focusable: "false",
2551
2514
  viewBox: "0 0 12 12",
2552
- "aria-hidden": "true",
2553
- role: "img"
2515
+ "aria-hidden": "true"
2554
2516
  }, props), _path$c || (_path$c = /*#__PURE__*/React__namespace.createElement("path", {
2555
2517
  fill: "none",
2556
2518
  stroke: "currentColor",
@@ -2560,9 +2522,7 @@ var SvgFileDocumentStroke$1 = function SvgFileDocumentStroke(props) {
2560
2522
  };
2561
2523
 
2562
2524
  var _path$b;
2563
-
2564
2525
  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); }
2565
-
2566
2526
  var SvgFileSpreadsheetStroke$1 = function SvgFileSpreadsheetStroke(props) {
2567
2527
  return /*#__PURE__*/React__namespace.createElement("svg", _extends$c({
2568
2528
  xmlns: "http://www.w3.org/2000/svg",
@@ -2570,8 +2530,7 @@ var SvgFileSpreadsheetStroke$1 = function SvgFileSpreadsheetStroke(props) {
2570
2530
  height: 12,
2571
2531
  focusable: "false",
2572
2532
  viewBox: "0 0 12 12",
2573
- "aria-hidden": "true",
2574
- role: "img"
2533
+ "aria-hidden": "true"
2575
2534
  }, props), _path$b || (_path$b = /*#__PURE__*/React__namespace.createElement("path", {
2576
2535
  fill: "none",
2577
2536
  stroke: "currentColor",
@@ -2581,9 +2540,7 @@ var SvgFileSpreadsheetStroke$1 = function SvgFileSpreadsheetStroke(props) {
2581
2540
  };
2582
2541
 
2583
2542
  var _path$a;
2584
-
2585
2543
  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); }
2586
-
2587
2544
  var SvgFilePresentationStroke$1 = function SvgFilePresentationStroke(props) {
2588
2545
  return /*#__PURE__*/React__namespace.createElement("svg", _extends$b({
2589
2546
  xmlns: "http://www.w3.org/2000/svg",
@@ -2591,8 +2548,7 @@ var SvgFilePresentationStroke$1 = function SvgFilePresentationStroke(props) {
2591
2548
  height: 12,
2592
2549
  focusable: "false",
2593
2550
  viewBox: "0 0 12 12",
2594
- "aria-hidden": "true",
2595
- role: "img"
2551
+ "aria-hidden": "true"
2596
2552
  }, props), _path$a || (_path$a = /*#__PURE__*/React__namespace.createElement("path", {
2597
2553
  fill: "none",
2598
2554
  stroke: "currentColor",
@@ -2601,9 +2557,7 @@ var SvgFilePresentationStroke$1 = function SvgFilePresentationStroke(props) {
2601
2557
  };
2602
2558
 
2603
2559
  var _path$9;
2604
-
2605
2560
  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); }
2606
-
2607
2561
  var SvgFileGenericStroke$1 = function SvgFileGenericStroke(props) {
2608
2562
  return /*#__PURE__*/React__namespace.createElement("svg", _extends$a({
2609
2563
  xmlns: "http://www.w3.org/2000/svg",
@@ -2611,8 +2565,7 @@ var SvgFileGenericStroke$1 = function SvgFileGenericStroke(props) {
2611
2565
  height: 12,
2612
2566
  focusable: "false",
2613
2567
  viewBox: "0 0 12 12",
2614
- "aria-hidden": "true",
2615
- role: "img"
2568
+ "aria-hidden": "true"
2616
2569
  }, props), _path$9 || (_path$9 = /*#__PURE__*/React__namespace.createElement("path", {
2617
2570
  fill: "none",
2618
2571
  stroke: "currentColor",
@@ -2621,9 +2574,7 @@ var SvgFileGenericStroke$1 = function SvgFileGenericStroke(props) {
2621
2574
  };
2622
2575
 
2623
2576
  var _g;
2624
-
2625
2577
  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); }
2626
-
2627
2578
  var SvgCheckCircleStroke = function SvgCheckCircleStroke(props) {
2628
2579
  return /*#__PURE__*/React__namespace.createElement("svg", _extends$9({
2629
2580
  xmlns: "http://www.w3.org/2000/svg",
@@ -2631,8 +2582,7 @@ var SvgCheckCircleStroke = function SvgCheckCircleStroke(props) {
2631
2582
  height: 12,
2632
2583
  focusable: "false",
2633
2584
  viewBox: "0 0 12 12",
2634
- "aria-hidden": "true",
2635
- role: "img"
2585
+ "aria-hidden": "true"
2636
2586
  }, props), _g || (_g = /*#__PURE__*/React__namespace.createElement("g", {
2637
2587
  fill: "none",
2638
2588
  stroke: "currentColor"
@@ -2648,9 +2598,7 @@ var SvgCheckCircleStroke = function SvgCheckCircleStroke(props) {
2648
2598
  };
2649
2599
 
2650
2600
  var _path$8;
2651
-
2652
2601
  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); }
2653
-
2654
2602
  var SvgFileErrorStroke$1 = function SvgFileErrorStroke(props) {
2655
2603
  return /*#__PURE__*/React__namespace.createElement("svg", _extends$8({
2656
2604
  xmlns: "http://www.w3.org/2000/svg",
@@ -2658,8 +2606,7 @@ var SvgFileErrorStroke$1 = function SvgFileErrorStroke(props) {
2658
2606
  height: 12,
2659
2607
  focusable: "false",
2660
2608
  viewBox: "0 0 12 12",
2661
- "aria-hidden": "true",
2662
- role: "img"
2609
+ "aria-hidden": "true"
2663
2610
  }, props), _path$8 || (_path$8 = /*#__PURE__*/React__namespace.createElement("path", {
2664
2611
  fill: "none",
2665
2612
  stroke: "currentColor",
@@ -2669,9 +2616,7 @@ var SvgFileErrorStroke$1 = function SvgFileErrorStroke(props) {
2669
2616
  };
2670
2617
 
2671
2618
  var _path$7, _rect;
2672
-
2673
2619
  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); }
2674
-
2675
2620
  var SvgFilePdfStroke = function SvgFilePdfStroke(props) {
2676
2621
  return /*#__PURE__*/React__namespace.createElement("svg", _extends$7({
2677
2622
  xmlns: "http://www.w3.org/2000/svg",
@@ -2679,8 +2624,7 @@ var SvgFilePdfStroke = function SvgFilePdfStroke(props) {
2679
2624
  height: 16,
2680
2625
  focusable: "false",
2681
2626
  viewBox: "0 0 16 16",
2682
- "aria-hidden": "true",
2683
- role: "img"
2627
+ "aria-hidden": "true"
2684
2628
  }, props), _path$7 || (_path$7 = /*#__PURE__*/React__namespace.createElement("path", {
2685
2629
  fill: "none",
2686
2630
  stroke: "currentColor",
@@ -2698,9 +2642,7 @@ var SvgFilePdfStroke = function SvgFilePdfStroke(props) {
2698
2642
  };
2699
2643
 
2700
2644
  var _path$6;
2701
-
2702
2645
  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); }
2703
-
2704
2646
  var SvgFileZipStroke = function SvgFileZipStroke(props) {
2705
2647
  return /*#__PURE__*/React__namespace.createElement("svg", _extends$6({
2706
2648
  xmlns: "http://www.w3.org/2000/svg",
@@ -2708,8 +2650,7 @@ var SvgFileZipStroke = function SvgFileZipStroke(props) {
2708
2650
  height: 16,
2709
2651
  focusable: "false",
2710
2652
  viewBox: "0 0 16 16",
2711
- "aria-hidden": "true",
2712
- role: "img"
2653
+ "aria-hidden": "true"
2713
2654
  }, props), _path$6 || (_path$6 = /*#__PURE__*/React__namespace.createElement("path", {
2714
2655
  fill: "none",
2715
2656
  stroke: "currentColor",
@@ -2719,9 +2660,7 @@ var SvgFileZipStroke = function SvgFileZipStroke(props) {
2719
2660
  };
2720
2661
 
2721
2662
  var _path$5, _circle;
2722
-
2723
2663
  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); }
2724
-
2725
2664
  var SvgFileImageStroke = function SvgFileImageStroke(props) {
2726
2665
  return /*#__PURE__*/React__namespace.createElement("svg", _extends$5({
2727
2666
  xmlns: "http://www.w3.org/2000/svg",
@@ -2729,8 +2668,7 @@ var SvgFileImageStroke = function SvgFileImageStroke(props) {
2729
2668
  height: 16,
2730
2669
  focusable: "false",
2731
2670
  viewBox: "0 0 16 16",
2732
- "aria-hidden": "true",
2733
- role: "img"
2671
+ "aria-hidden": "true"
2734
2672
  }, props), _path$5 || (_path$5 = /*#__PURE__*/React__namespace.createElement("path", {
2735
2673
  fill: "none",
2736
2674
  stroke: "currentColor",
@@ -2745,9 +2683,7 @@ var SvgFileImageStroke = function SvgFileImageStroke(props) {
2745
2683
  };
2746
2684
 
2747
2685
  var _path$4;
2748
-
2749
2686
  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); }
2750
-
2751
2687
  var SvgFileDocumentStroke = function SvgFileDocumentStroke(props) {
2752
2688
  return /*#__PURE__*/React__namespace.createElement("svg", _extends$4({
2753
2689
  xmlns: "http://www.w3.org/2000/svg",
@@ -2755,8 +2691,7 @@ var SvgFileDocumentStroke = function SvgFileDocumentStroke(props) {
2755
2691
  height: 16,
2756
2692
  focusable: "false",
2757
2693
  viewBox: "0 0 16 16",
2758
- "aria-hidden": "true",
2759
- role: "img"
2694
+ "aria-hidden": "true"
2760
2695
  }, props), _path$4 || (_path$4 = /*#__PURE__*/React__namespace.createElement("path", {
2761
2696
  fill: "none",
2762
2697
  stroke: "currentColor",
@@ -2766,9 +2701,7 @@ var SvgFileDocumentStroke = function SvgFileDocumentStroke(props) {
2766
2701
  };
2767
2702
 
2768
2703
  var _path$3;
2769
-
2770
2704
  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); }
2771
-
2772
2705
  var SvgFileSpreadsheetStroke = function SvgFileSpreadsheetStroke(props) {
2773
2706
  return /*#__PURE__*/React__namespace.createElement("svg", _extends$3({
2774
2707
  xmlns: "http://www.w3.org/2000/svg",
@@ -2776,8 +2709,7 @@ var SvgFileSpreadsheetStroke = function SvgFileSpreadsheetStroke(props) {
2776
2709
  height: 16,
2777
2710
  focusable: "false",
2778
2711
  viewBox: "0 0 16 16",
2779
- "aria-hidden": "true",
2780
- role: "img"
2712
+ "aria-hidden": "true"
2781
2713
  }, props), _path$3 || (_path$3 = /*#__PURE__*/React__namespace.createElement("path", {
2782
2714
  fill: "none",
2783
2715
  stroke: "currentColor",
@@ -2787,9 +2719,7 @@ var SvgFileSpreadsheetStroke = function SvgFileSpreadsheetStroke(props) {
2787
2719
  };
2788
2720
 
2789
2721
  var _path$2;
2790
-
2791
2722
  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); }
2792
-
2793
2723
  var SvgFilePresentationStroke = function SvgFilePresentationStroke(props) {
2794
2724
  return /*#__PURE__*/React__namespace.createElement("svg", _extends$2({
2795
2725
  xmlns: "http://www.w3.org/2000/svg",
@@ -2797,8 +2727,7 @@ var SvgFilePresentationStroke = function SvgFilePresentationStroke(props) {
2797
2727
  height: 16,
2798
2728
  focusable: "false",
2799
2729
  viewBox: "0 0 16 16",
2800
- "aria-hidden": "true",
2801
- role: "img"
2730
+ "aria-hidden": "true"
2802
2731
  }, props), _path$2 || (_path$2 = /*#__PURE__*/React__namespace.createElement("path", {
2803
2732
  fill: "none",
2804
2733
  stroke: "currentColor",
@@ -2807,9 +2736,7 @@ var SvgFilePresentationStroke = function SvgFilePresentationStroke(props) {
2807
2736
  };
2808
2737
 
2809
2738
  var _path$1;
2810
-
2811
2739
  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); }
2812
-
2813
2740
  var SvgFileGenericStroke = function SvgFileGenericStroke(props) {
2814
2741
  return /*#__PURE__*/React__namespace.createElement("svg", _extends$1({
2815
2742
  xmlns: "http://www.w3.org/2000/svg",
@@ -2817,8 +2744,7 @@ var SvgFileGenericStroke = function SvgFileGenericStroke(props) {
2817
2744
  height: 16,
2818
2745
  focusable: "false",
2819
2746
  viewBox: "0 0 16 16",
2820
- "aria-hidden": "true",
2821
- role: "img"
2747
+ "aria-hidden": "true"
2822
2748
  }, props), _path$1 || (_path$1 = /*#__PURE__*/React__namespace.createElement("path", {
2823
2749
  fill: "none",
2824
2750
  stroke: "currentColor",
@@ -2827,9 +2753,7 @@ var SvgFileGenericStroke = function SvgFileGenericStroke(props) {
2827
2753
  };
2828
2754
 
2829
2755
  var _path;
2830
-
2831
2756
  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); }
2832
-
2833
2757
  var SvgFileErrorStroke = function SvgFileErrorStroke(props) {
2834
2758
  return /*#__PURE__*/React__namespace.createElement("svg", _extends({
2835
2759
  xmlns: "http://www.w3.org/2000/svg",
@@ -2837,8 +2761,7 @@ var SvgFileErrorStroke = function SvgFileErrorStroke(props) {
2837
2761
  height: 16,
2838
2762
  focusable: "false",
2839
2763
  viewBox: "0 0 16 16",
2840
- "aria-hidden": "true",
2841
- role: "img"
2764
+ "aria-hidden": "true"
2842
2765
  }, props), _path || (_path = /*#__PURE__*/React__namespace.createElement("path", {
2843
2766
  fill: "none",
2844
2767
  stroke: "currentColor",