@zendeskgarden/react-forms 8.69.2 → 8.69.4

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.
Files changed (91) hide show
  1. package/dist/index.cjs.js +59 -59
  2. package/dist/index.esm.js +59 -59
  3. package/dist/typings/elements/Checkbox.d.ts +12 -12
  4. package/dist/typings/elements/FileUpload.d.ts +15 -15
  5. package/dist/typings/elements/Input.d.ts +12 -12
  6. package/dist/typings/elements/MediaInput.d.ts +12 -12
  7. package/dist/typings/elements/MultiThumbRange.d.ts +12 -12
  8. package/dist/typings/elements/Radio.d.ts +12 -12
  9. package/dist/typings/elements/Range.d.ts +12 -12
  10. package/dist/typings/elements/Select.d.ts +12 -12
  11. package/dist/typings/elements/Textarea.d.ts +12 -12
  12. package/dist/typings/elements/Toggle.d.ts +12 -12
  13. package/dist/typings/elements/common/Field.d.ts +18 -18
  14. package/dist/typings/elements/common/Fieldset.d.ts +15 -15
  15. package/dist/typings/elements/common/Hint.d.ts +11 -11
  16. package/dist/typings/elements/common/Label.d.ts +12 -12
  17. package/dist/typings/elements/common/Legend.d.ts +11 -11
  18. package/dist/typings/elements/common/Message.d.ts +12 -12
  19. package/dist/typings/elements/faux-input/FauxInput.d.ts +27 -27
  20. package/dist/typings/elements/faux-input/components/EndIcon.d.ts +15 -15
  21. package/dist/typings/elements/faux-input/components/StartIcon.d.ts +15 -15
  22. package/dist/typings/elements/file-list/FileList.d.ts +14 -14
  23. package/dist/typings/elements/file-list/components/Close.d.ts +11 -11
  24. package/dist/typings/elements/file-list/components/Delete.d.ts +11 -11
  25. package/dist/typings/elements/file-list/components/File.d.ts +17 -17
  26. package/dist/typings/elements/file-list/components/Item.d.ts +11 -11
  27. package/dist/typings/elements/file-list/utils.d.ts +10 -10
  28. package/dist/typings/elements/input-group/InputGroup.d.ts +12 -12
  29. package/dist/typings/elements/tiles/Tiles.d.ts +21 -21
  30. package/dist/typings/elements/tiles/components/Description.d.ts +11 -11
  31. package/dist/typings/elements/tiles/components/Icon.d.ts +11 -11
  32. package/dist/typings/elements/tiles/components/Label.d.ts +11 -11
  33. package/dist/typings/elements/tiles/components/Tile.d.ts +12 -12
  34. package/dist/typings/index.d.ts +35 -38
  35. package/dist/typings/styled/checkbox/StyledCheckHint.d.ts +16 -16
  36. package/dist/typings/styled/checkbox/StyledCheckInput.d.ts +16 -16
  37. package/dist/typings/styled/checkbox/StyledCheckLabel.d.ts +17 -17
  38. package/dist/typings/styled/checkbox/StyledCheckMessage.d.ts +16 -16
  39. package/dist/typings/styled/checkbox/StyledCheckSvg.d.ts +10 -10
  40. package/dist/typings/styled/checkbox/StyledDashSvg.d.ts +10 -10
  41. package/dist/typings/styled/common/StyledField.d.ts +15 -15
  42. package/dist/typings/styled/common/StyledFieldset.d.ts +15 -15
  43. package/dist/typings/styled/common/StyledHint.d.ts +10 -10
  44. package/dist/typings/styled/common/StyledLabel.d.ts +17 -17
  45. package/dist/typings/styled/common/StyledLegend.d.ts +18 -18
  46. package/dist/typings/styled/common/StyledMessage.d.ts +15 -15
  47. package/dist/typings/styled/common/StyledMessageIcon.d.ts +17 -17
  48. package/dist/typings/styled/file-list/StyledFile.d.ts +18 -18
  49. package/dist/typings/styled/file-list/StyledFileClose.d.ts +10 -10
  50. package/dist/typings/styled/file-list/StyledFileDelete.d.ts +13 -13
  51. package/dist/typings/styled/file-list/StyledFileIcon.d.ts +11 -11
  52. package/dist/typings/styled/file-list/StyledFileList.d.ts +13 -13
  53. package/dist/typings/styled/file-list/StyledFileListItem.d.ts +10 -10
  54. package/dist/typings/styled/file-upload/StyledFileUpload.d.ts +16 -16
  55. package/dist/typings/styled/index.d.ts +87 -87
  56. package/dist/typings/styled/input-group/StyledInputGroup.d.ts +15 -15
  57. package/dist/typings/styled/radio/StyledRadioHint.d.ts +13 -13
  58. package/dist/typings/styled/radio/StyledRadioInput.d.ts +15 -15
  59. package/dist/typings/styled/radio/StyledRadioLabel.d.ts +18 -18
  60. package/dist/typings/styled/radio/StyledRadioMessage.d.ts +13 -13
  61. package/dist/typings/styled/radio/StyledRadioSvg.d.ts +10 -10
  62. package/dist/typings/styled/range/StyledRangeInput.d.ts +13 -13
  63. package/dist/typings/styled/range/StyledSlider.d.ts +10 -10
  64. package/dist/typings/styled/range/StyledSliderThumb.d.ts +13 -13
  65. package/dist/typings/styled/range/StyledSliderTrack.d.ts +14 -14
  66. package/dist/typings/styled/range/StyledSliderTrackRail.d.ts +11 -11
  67. package/dist/typings/styled/select/StyledSelect.d.ts +16 -16
  68. package/dist/typings/styled/select/StyledSelectWrapper.d.ts +10 -10
  69. package/dist/typings/styled/text/StyledTextFauxInput.d.ts +18 -18
  70. package/dist/typings/styled/text/StyledTextInput.d.ts +17 -17
  71. package/dist/typings/styled/text/StyledTextMediaFigure.d.ts +20 -20
  72. package/dist/typings/styled/text/StyledTextMediaInput.d.ts +11 -11
  73. package/dist/typings/styled/text/StyledTextarea.d.ts +16 -16
  74. package/dist/typings/styled/tiles/StyledTile.d.ts +14 -14
  75. package/dist/typings/styled/tiles/StyledTileDescription.d.ts +15 -15
  76. package/dist/typings/styled/tiles/StyledTileIcon.d.ts +15 -15
  77. package/dist/typings/styled/tiles/StyledTileInput.d.ts +7 -7
  78. package/dist/typings/styled/tiles/StyledTileLabel.d.ts +15 -15
  79. package/dist/typings/styled/toggle/StyledToggleHint.d.ts +13 -13
  80. package/dist/typings/styled/toggle/StyledToggleInput.d.ts +19 -19
  81. package/dist/typings/styled/toggle/StyledToggleLabel.d.ts +21 -21
  82. package/dist/typings/styled/toggle/StyledToggleMessage.d.ts +13 -13
  83. package/dist/typings/styled/toggle/StyledToggleSvg.d.ts +10 -10
  84. package/dist/typings/types/index.d.ts +147 -147
  85. package/dist/typings/utils/useFieldContext.d.ts +26 -26
  86. package/dist/typings/utils/useFieldsetContext.d.ts +16 -16
  87. package/dist/typings/utils/useFileContext.d.ts +13 -13
  88. package/dist/typings/utils/useInputContext.d.ts +14 -14
  89. package/dist/typings/utils/useInputGroupContext.d.ts +16 -16
  90. package/dist/typings/utils/useTilesContext.d.ts +10 -10
  91. package/package.json +3 -3
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.69.2'
44
+ 'data-garden-version': '8.69.4'
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.69.2'
57
+ 'data-garden-version': '8.69.4'
58
58
  }).withConfig({
59
59
  displayName: "StyledFieldset",
60
60
  componentId: "sc-1vr4mxv-0"
@@ -64,10 +64,10 @@ StyledFieldset.defaultProps = {
64
64
  };
65
65
 
66
66
  const COMPONENT_ID$I = 'forms.input_label';
67
- const StyledLabel = styled.label.attrs({
68
- 'data-garden-id': COMPONENT_ID$I,
69
- 'data-garden-version': '8.69.2'
70
- }).withConfig({
67
+ const StyledLabel = styled.label.attrs(props => ({
68
+ 'data-garden-id': props['data-garden-id'] || COMPONENT_ID$I,
69
+ 'data-garden-version': props['data-garden-version'] || '8.69.4'
70
+ })).withConfig({
71
71
  displayName: "StyledLabel",
72
72
  componentId: "sc-2utmsz-0"
73
73
  })(["direction:", ";vertical-align:middle;line-height:", ";color:", ";font-size:", ";font-weight:", ";&[hidden]{display:", ";vertical-align:", ";text-indent:", ";font-size:", ";", ";}", ";"], props => props.theme.rtl && 'rtl', props => getLineHeight(props.theme.space.base * 5, props.theme.fontSizes.md), props => props.theme.colors.foreground, props => props.theme.fontSizes.md, props => props.isRegular ? props.theme.fontWeights.regular : props.theme.fontWeights.semibold, props => props.isRadio ? 'inline-block' : 'inline', props => props.isRadio && 'top', props => props.isRadio && '-100%', props => props.isRadio && '0', props => !props.isRadio && hideVisually(), props => retrieveComponentStyles(COMPONENT_ID$I, props));
@@ -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.69.2'
82
+ 'data-garden-version': '8.69.4'
83
83
  }).withConfig({
84
84
  displayName: "StyledLegend",
85
85
  componentId: "sc-6s0zwq-0"
@@ -89,10 +89,10 @@ StyledLegend.defaultProps = {
89
89
  };
90
90
 
91
91
  const COMPONENT_ID$G = 'forms.input_hint';
92
- const StyledHint = styled.div.attrs({
93
- 'data-garden-id': COMPONENT_ID$G,
94
- 'data-garden-version': '8.69.2'
95
- }).withConfig({
92
+ const StyledHint = styled.div.attrs(props => ({
93
+ 'data-garden-id': props['data-garden-id'] || COMPONENT_ID$G,
94
+ 'data-garden-version': props['data-garden-version'] || '8.69.4'
95
+ })).withConfig({
96
96
  displayName: "StyledHint",
97
97
  componentId: "sc-17c2wu8-0"
98
98
  })(["direction:", ";display:block;vertical-align:middle;line-height:", ";color:", ";font-size:", ";", ";"], props => props.theme.rtl && 'rtl', props => getLineHeight(props.theme.space.base * 5, props.theme.fontSizes.md), props => getColor('neutralHue', 600, props.theme), props => props.theme.fontSizes.md, props => retrieveComponentStyles(COMPONENT_ID$G, props));
@@ -196,7 +196,7 @@ const MessageIcon = _ref => {
196
196
  const COMPONENT_ID$F = 'forms.input_message_icon';
197
197
  const StyledMessageIcon = styled(MessageIcon).attrs({
198
198
  'data-garden-id': COMPONENT_ID$F,
199
- 'data-garden-version': '8.69.2',
199
+ 'data-garden-version': '8.69.4',
200
200
  'aria-hidden': null
201
201
  }).withConfig({
202
202
  displayName: "StyledMessageIcon",
@@ -222,10 +222,10 @@ const validationStyles = props => {
222
222
  return css(["padding-", ":", ";color:", ";"], rtl ? 'right' : 'left', props.validation && padding, color);
223
223
  };
224
224
  const COMPONENT_ID$E = 'forms.input_message';
225
- const StyledMessage = styled.div.attrs({
226
- 'data-garden-id': COMPONENT_ID$E,
227
- 'data-garden-version': '8.69.2'
228
- }).withConfig({
225
+ const StyledMessage = styled.div.attrs(props => ({
226
+ 'data-garden-id': props['data-garden-id'] || COMPONENT_ID$E,
227
+ 'data-garden-version': props['data-garden-version'] || '8.69.4'
228
+ })).withConfig({
229
229
  displayName: "StyledMessage",
230
230
  componentId: "sc-30hgg7-0"
231
231
  })(["direction:", ";display:inline-block;position:relative;vertical-align:middle;line-height:", ";font-size:", ";", ";& ", "{position:absolute;top:-1px;", ":0;}", ":not([hidden]) + &{display:block;margin-top:", ";}", ";"], props => props.theme.rtl && 'rtl', props => getLineHeight(props.theme.iconSizes.md, props.theme.fontSizes.sm), props => props.theme.fontSizes.sm, props => validationStyles(props), StyledMessageIcon, props => props.theme.rtl ? 'right' : 'left', StyledLabel, props => math(`${props.theme.space.base} * 1px`), props => retrieveComponentStyles(COMPONENT_ID$E, props));
@@ -314,7 +314,7 @@ const sizeStyles$f = props => {
314
314
  };
315
315
  const StyledTextInput = styled.input.attrs(props => ({
316
316
  'data-garden-id': COMPONENT_ID$D,
317
- 'data-garden-version': '8.69.2',
317
+ 'data-garden-version': '8.69.4',
318
318
  'aria-invalid': isInvalid(props.validation)
319
319
  })).withConfig({
320
320
  displayName: "StyledTextInput",
@@ -337,7 +337,7 @@ const hiddenStyles = `
337
337
  const StyledTextarea = styled(StyledTextInput).attrs({
338
338
  as: 'textarea',
339
339
  'data-garden-id': COMPONENT_ID$C,
340
- 'data-garden-version': '8.69.2'
340
+ 'data-garden-version': '8.69.4'
341
341
  }).withConfig({
342
342
  displayName: "StyledTextarea",
343
343
  componentId: "sc-wxschl-0"
@@ -383,7 +383,7 @@ _ref => {
383
383
  return React__default.cloneElement(Children.only(children), props);
384
384
  }).attrs({
385
385
  'data-garden-id': COMPONENT_ID$B,
386
- 'data-garden-version': '8.69.2'
386
+ 'data-garden-version': '8.69.4'
387
387
  }).withConfig({
388
388
  displayName: "StyledTextMediaFigure",
389
389
  componentId: "sc-1qepknj-0"
@@ -430,7 +430,7 @@ const StyledTextFauxInput = styled(StyledTextInput).attrs(props => ({
430
430
  'aria-readonly': props.isReadOnly,
431
431
  'aria-disabled': props.isDisabled,
432
432
  'data-garden-id': COMPONENT_ID$A,
433
- 'data-garden-version': '8.69.2'
433
+ 'data-garden-version': '8.69.4'
434
434
  })).withConfig({
435
435
  displayName: "StyledTextFauxInput",
436
436
  componentId: "sc-yqw7j9-0"
@@ -442,7 +442,7 @@ StyledTextFauxInput.defaultProps = {
442
442
  const COMPONENT_ID$z = 'forms.media_input';
443
443
  const StyledTextMediaInput = styled(StyledTextInput).attrs({
444
444
  'data-garden-id': COMPONENT_ID$z,
445
- 'data-garden-version': '8.69.2',
445
+ 'data-garden-version': '8.69.4',
446
446
  isBare: true
447
447
  }).withConfig({
448
448
  displayName: "StyledTextMediaInput",
@@ -464,7 +464,7 @@ const itemStyles = props => {
464
464
  };
465
465
  const StyledInputGroup = styled.div.attrs({
466
466
  'data-garden-id': COMPONENT_ID$y,
467
- 'data-garden-version': '8.69.2'
467
+ 'data-garden-version': '8.69.4'
468
468
  }).withConfig({
469
469
  displayName: "StyledInputGroup",
470
470
  componentId: "sc-kjh1f0-0"
@@ -482,7 +482,7 @@ const sizeStyles$d = props => {
482
482
  };
483
483
  const StyledRadioLabel = styled(StyledLabel).attrs({
484
484
  'data-garden-id': COMPONENT_ID$x,
485
- 'data-garden-version': '8.69.2',
485
+ 'data-garden-version': '8.69.4',
486
486
  isRadio: true
487
487
  }).withConfig({
488
488
  displayName: "StyledRadioLabel",
@@ -495,7 +495,7 @@ StyledRadioLabel.defaultProps = {
495
495
  const COMPONENT_ID$w = 'forms.checkbox_label';
496
496
  const StyledCheckLabel = styled(StyledRadioLabel).attrs({
497
497
  'data-garden-id': COMPONENT_ID$w,
498
- 'data-garden-version': '8.69.2'
498
+ 'data-garden-version': '8.69.4'
499
499
  }).withConfig({
500
500
  displayName: "StyledCheckLabel",
501
501
  componentId: "sc-x7nr1-0"
@@ -507,7 +507,7 @@ StyledCheckLabel.defaultProps = {
507
507
  const COMPONENT_ID$v = 'forms.radio_hint';
508
508
  const StyledRadioHint = styled(StyledHint).attrs({
509
509
  'data-garden-id': COMPONENT_ID$v,
510
- 'data-garden-version': '8.69.2'
510
+ 'data-garden-version': '8.69.4'
511
511
  }).withConfig({
512
512
  displayName: "StyledRadioHint",
513
513
  componentId: "sc-eo8twg-0"
@@ -519,7 +519,7 @@ StyledRadioHint.defaultProps = {
519
519
  const COMPONENT_ID$u = 'forms.checkbox_hint';
520
520
  const StyledCheckHint = styled(StyledRadioHint).attrs({
521
521
  'data-garden-id': COMPONENT_ID$u,
522
- 'data-garden-version': '8.69.2'
522
+ 'data-garden-version': '8.69.4'
523
523
  }).withConfig({
524
524
  displayName: "StyledCheckHint",
525
525
  componentId: "sc-1kl8e8c-0"
@@ -566,7 +566,7 @@ const sizeStyles$c = props => {
566
566
  };
567
567
  const StyledRadioInput = styled.input.attrs({
568
568
  'data-garden-id': COMPONENT_ID$t,
569
- 'data-garden-version': '8.69.2',
569
+ 'data-garden-version': '8.69.4',
570
570
  type: 'radio'
571
571
  }).withConfig({
572
572
  displayName: "StyledRadioInput",
@@ -588,7 +588,7 @@ const colorStyles$8 = props => {
588
588
  };
589
589
  const StyledCheckInput = styled(StyledRadioInput).attrs({
590
590
  'data-garden-id': COMPONENT_ID$s,
591
- 'data-garden-version': '8.69.2',
591
+ 'data-garden-version': '8.69.4',
592
592
  type: 'checkbox'
593
593
  }).withConfig({
594
594
  displayName: "StyledCheckInput",
@@ -601,7 +601,7 @@ StyledCheckInput.defaultProps = {
601
601
  const COMPONENT_ID$r = 'forms.radio_message';
602
602
  const StyledRadioMessage = styled(StyledMessage).attrs({
603
603
  'data-garden-id': COMPONENT_ID$r,
604
- 'data-garden-version': '8.69.2'
604
+ 'data-garden-version': '8.69.4'
605
605
  }).withConfig({
606
606
  displayName: "StyledRadioMessage",
607
607
  componentId: "sc-1pmi0q8-0"
@@ -613,7 +613,7 @@ StyledRadioMessage.defaultProps = {
613
613
  const COMPONENT_ID$q = 'forms.checkbox_message';
614
614
  const StyledCheckMessage = styled(StyledRadioMessage).attrs({
615
615
  'data-garden-id': COMPONENT_ID$q,
616
- 'data-garden-version': '8.69.2'
616
+ 'data-garden-version': '8.69.4'
617
617
  }).withConfig({
618
618
  displayName: "StyledCheckMessage",
619
619
  componentId: "sc-s4p6kd-0"
@@ -645,11 +645,11 @@ var SvgCheckSmFill = function SvgCheckSmFill(props) {
645
645
  const COMPONENT_ID$p = 'forms.check_svg';
646
646
  const StyledCheckSvg = styled(SvgCheckSmFill).attrs({
647
647
  'data-garden-id': COMPONENT_ID$p,
648
- 'data-garden-version': '8.69.2'
648
+ 'data-garden-version': '8.69.4'
649
649
  }).withConfig({
650
650
  displayName: "StyledCheckSvg",
651
651
  componentId: "sc-fvxetk-0"
652
- })(["transition:opacity 0.25 ease-in-out;opacity:0;pointer-events:none;", ":checked ~ ", " > &{opacity:1;}", ":indeterminate ~ ", " > &{opacity:0;}", ";"], StyledCheckInput, StyledCheckLabel, StyledCheckInput, StyledCheckLabel, props => retrieveComponentStyles(COMPONENT_ID$p, props));
652
+ })(["transition:opacity 0.25s ease-in-out;opacity:0;pointer-events:none;", ":checked ~ ", " > &{opacity:1;}", ":indeterminate ~ ", " > &{opacity:0;}", ";"], StyledCheckInput, StyledCheckLabel, StyledCheckInput, StyledCheckLabel, props => retrieveComponentStyles(COMPONENT_ID$p, props));
653
653
  StyledCheckSvg.defaultProps = {
654
654
  theme: DEFAULT_THEME
655
655
  };
@@ -675,11 +675,11 @@ var SvgDashFill = function SvgDashFill(props) {
675
675
  const COMPONENT_ID$o = 'forms.dash_svg';
676
676
  const StyledDashSvg = styled(SvgDashFill).attrs({
677
677
  'data-garden-id': COMPONENT_ID$o,
678
- 'data-garden-version': '8.69.2'
678
+ 'data-garden-version': '8.69.4'
679
679
  }).withConfig({
680
680
  displayName: "StyledDashSvg",
681
681
  componentId: "sc-z3vq71-0"
682
- })(["transition:opacity 0.25 ease-in-out;opacity:0;pointer-events:none;", ":indeterminate ~ ", " > &{opacity:1;}", ";"], StyledCheckInput, StyledCheckLabel, props => retrieveComponentStyles(COMPONENT_ID$o, props));
682
+ })(["transition:opacity 0.25s ease-in-out;opacity:0;pointer-events:none;", ":indeterminate ~ ", " > &{opacity:1;}", ";"], StyledCheckInput, StyledCheckLabel, props => retrieveComponentStyles(COMPONENT_ID$o, props));
683
683
  StyledDashSvg.defaultProps = {
684
684
  theme: DEFAULT_THEME
685
685
  };
@@ -706,7 +706,7 @@ const sizeStyles$b = props => {
706
706
  };
707
707
  const StyledFileUpload = styled.div.attrs({
708
708
  'data-garden-id': COMPONENT_ID$n,
709
- 'data-garden-version': '8.69.2'
709
+ 'data-garden-version': '8.69.4'
710
710
  }).withConfig({
711
711
  displayName: "StyledFileUpload",
712
712
  componentId: "sc-1rodjgn-0"
@@ -718,7 +718,7 @@ StyledFileUpload.defaultProps = {
718
718
  const COMPONENT_ID$m = 'forms.file.close';
719
719
  const StyledFileClose = styled.button.attrs({
720
720
  'data-garden-id': COMPONENT_ID$m,
721
- 'data-garden-version': '8.69.2'
721
+ 'data-garden-version': '8.69.4'
722
722
  }).withConfig({
723
723
  displayName: "StyledFileClose",
724
724
  componentId: "sc-1m31jbf-0"
@@ -781,7 +781,7 @@ const sizeStyles$a = props => {
781
781
  };
782
782
  const StyledFile = styled.div.attrs({
783
783
  'data-garden-id': COMPONENT_ID$l,
784
- 'data-garden-version': '8.69.2'
784
+ 'data-garden-version': '8.69.4'
785
785
  }).withConfig({
786
786
  displayName: "StyledFile",
787
787
  componentId: "sc-195lzp1-0"
@@ -793,7 +793,7 @@ StyledFile.defaultProps = {
793
793
  const COMPONENT_ID$k = 'forms.file.delete';
794
794
  const StyledFileDelete = styled(StyledFileClose).attrs({
795
795
  'data-garden-id': COMPONENT_ID$k,
796
- 'data-garden-version': '8.69.2'
796
+ 'data-garden-version': '8.69.4'
797
797
  }).withConfig({
798
798
  displayName: "StyledFileDelete",
799
799
  componentId: "sc-a8nnhx-0"
@@ -813,7 +813,7 @@ const StyledFileIcon = styled(_ref => {
813
813
  return React__default.cloneElement(Children.only(children), props);
814
814
  }).attrs({
815
815
  'data-garden-id': COMPONENT_ID$j,
816
- 'data-garden-version': '8.69.2'
816
+ 'data-garden-version': '8.69.4'
817
817
  }).withConfig({
818
818
  displayName: "StyledFileIcon",
819
819
  componentId: "sc-7b3q0c-0"
@@ -825,7 +825,7 @@ StyledFileIcon.defaultProps = {
825
825
  const COMPONENT_ID$i = 'forms.file_list';
826
826
  const StyledFileList = styled.ul.attrs({
827
827
  'data-garden-id': COMPONENT_ID$i,
828
- 'data-garden-version': '8.69.2'
828
+ 'data-garden-version': '8.69.4'
829
829
  }).withConfig({
830
830
  displayName: "StyledFileList",
831
831
  componentId: "sc-gbahjg-0"
@@ -837,7 +837,7 @@ StyledFileList.defaultProps = {
837
837
  const COMPONENT_ID$h = 'forms.file_list.item';
838
838
  const StyledFileListItem = styled.li.attrs({
839
839
  'data-garden-id': COMPONENT_ID$h,
840
- 'data-garden-version': '8.69.2'
840
+ 'data-garden-version': '8.69.4'
841
841
  }).withConfig({
842
842
  displayName: "StyledFileListItem",
843
843
  componentId: "sc-1ova3lo-0"
@@ -867,11 +867,11 @@ var SvgCircleSmFill$1 = function SvgCircleSmFill(props) {
867
867
  const COMPONENT_ID$g = 'forms.radio_svg';
868
868
  const StyledRadioSvg = styled(SvgCircleSmFill$1).attrs({
869
869
  'data-garden-id': COMPONENT_ID$g,
870
- 'data-garden-version': '8.69.2'
870
+ 'data-garden-version': '8.69.4'
871
871
  }).withConfig({
872
872
  displayName: "StyledRadioSvg",
873
873
  componentId: "sc-1r1qtr1-0"
874
- })(["transition:opacity 0.25 ease-in-out;opacity:0;", ":checked ~ ", " > &{opacity:1;}", ";"], StyledRadioInput, StyledRadioLabel, props => retrieveComponentStyles(COMPONENT_ID$g, props));
874
+ })(["transition:opacity 0.25s ease-in-out;opacity:0;", ":checked ~ ", " > &{opacity:1;}", ";"], StyledRadioInput, StyledRadioLabel, props => retrieveComponentStyles(COMPONENT_ID$g, props));
875
875
  StyledRadioSvg.defaultProps = {
876
876
  theme: DEFAULT_THEME
877
877
  };
@@ -884,7 +884,7 @@ const sizeStyles$9 = props => {
884
884
  };
885
885
  const StyledToggleLabel = styled(StyledCheckLabel).attrs({
886
886
  'data-garden-id': COMPONENT_ID$f,
887
- 'data-garden-version': '8.69.2'
887
+ 'data-garden-version': '8.69.4'
888
888
  }).withConfig({
889
889
  displayName: "StyledToggleLabel",
890
890
  componentId: "sc-e0asdk-0"
@@ -896,7 +896,7 @@ StyledToggleLabel.defaultProps = {
896
896
  const COMPONENT_ID$e = 'forms.toggle_hint';
897
897
  const StyledToggleHint = styled(StyledHint).attrs({
898
898
  'data-garden-id': COMPONENT_ID$e,
899
- 'data-garden-version': '8.69.2'
899
+ 'data-garden-version': '8.69.4'
900
900
  }).withConfig({
901
901
  displayName: "StyledToggleHint",
902
902
  componentId: "sc-nziggu-0"
@@ -923,7 +923,7 @@ const sizeStyles$8 = props => {
923
923
  };
924
924
  const StyledToggleInput = styled(StyledCheckInput).attrs({
925
925
  'data-garden-id': COMPONENT_ID$d,
926
- 'data-garden-version': '8.69.2'
926
+ 'data-garden-version': '8.69.4'
927
927
  }).withConfig({
928
928
  displayName: "StyledToggleInput",
929
929
  componentId: "sc-sgp47s-0"
@@ -935,7 +935,7 @@ StyledToggleInput.defaultProps = {
935
935
  const COMPONENT_ID$c = 'forms.toggle_message';
936
936
  const StyledToggleMessage = styled(StyledMessage).attrs({
937
937
  'data-garden-id': COMPONENT_ID$c,
938
- 'data-garden-version': '8.69.2'
938
+ 'data-garden-version': '8.69.4'
939
939
  }).withConfig({
940
940
  displayName: "StyledToggleMessage",
941
941
  componentId: "sc-13vuvl1-0"
@@ -965,7 +965,7 @@ var SvgCircleSmFill = function SvgCircleSmFill(props) {
965
965
  const COMPONENT_ID$b = 'forms.toggle_svg';
966
966
  const StyledToggleSvg = styled(SvgCircleSmFill).attrs({
967
967
  'data-garden-id': COMPONENT_ID$b,
968
- 'data-garden-version': '8.69.2'
968
+ 'data-garden-version': '8.69.4'
969
969
  }).withConfig({
970
970
  displayName: "StyledToggleSvg",
971
971
  componentId: "sc-162xbyx-0"
@@ -987,7 +987,7 @@ const sizeStyles$7 = props => {
987
987
  };
988
988
  const StyledSelect = styled(StyledTextInput).attrs({
989
989
  'data-garden-id': COMPONENT_ID$a,
990
- 'data-garden-version': '8.69.2',
990
+ 'data-garden-version': '8.69.4',
991
991
  as: 'select'
992
992
  }).withConfig({
993
993
  displayName: "StyledSelect",
@@ -1000,7 +1000,7 @@ StyledSelect.defaultProps = {
1000
1000
  const COMPONENT_ID$9 = 'forms.select_wrapper';
1001
1001
  const StyledSelectWrapper = styled(StyledTextFauxInput).attrs({
1002
1002
  'data-garden-id': COMPONENT_ID$9,
1003
- 'data-garden-version': '8.69.2'
1003
+ 'data-garden-version': '8.69.4'
1004
1004
  }).withConfig({
1005
1005
  displayName: "StyledSelectWrapper",
1006
1006
  componentId: "sc-i7b6hw-0"
@@ -1125,7 +1125,7 @@ const sizeStyles$6 = props => {
1125
1125
  };
1126
1126
  const StyledRangeInput = styled.input.attrs(props => ({
1127
1127
  'data-garden-id': COMPONENT_ID$8,
1128
- 'data-garden-version': '8.69.2',
1128
+ 'data-garden-version': '8.69.4',
1129
1129
  type: 'range',
1130
1130
  style: {
1131
1131
  backgroundSize: props.hasLowerTrack && props.backgroundSize
@@ -1158,7 +1158,7 @@ StyledRangeInput.defaultProps = {
1158
1158
  const COMPONENT_ID$7 = 'forms.slider';
1159
1159
  const StyledSlider = styled.div.attrs({
1160
1160
  'data-garden-id': COMPONENT_ID$7,
1161
- 'data-garden-version': '8.69.2'
1161
+ 'data-garden-version': '8.69.4'
1162
1162
  }).withConfig({
1163
1163
  displayName: "StyledSlider",
1164
1164
  componentId: "sc-1di437a-0"
@@ -1190,7 +1190,7 @@ const sizeStyles$5 = props => {
1190
1190
  };
1191
1191
  const StyledSliderThumb = styled.div.attrs(props => ({
1192
1192
  'data-garden-id': COMPONENT_ID$6,
1193
- 'data-garden-version': '8.69.2',
1193
+ 'data-garden-version': '8.69.4',
1194
1194
  'aria-disabled': props.isDisabled
1195
1195
  })).withConfig({
1196
1196
  displayName: "StyledSliderThumb",
@@ -1220,7 +1220,7 @@ const sizeStyles$4 = props => {
1220
1220
  };
1221
1221
  const StyledSliderTrack = styled.div.attrs(props => ({
1222
1222
  'data-garden-id': COMPONENT_ID$5,
1223
- 'data-garden-version': '8.69.2',
1223
+ 'data-garden-version': '8.69.4',
1224
1224
  'aria-disabled': props.isDisabled
1225
1225
  })).withConfig({
1226
1226
  displayName: "StyledSliderTrack",
@@ -1240,7 +1240,7 @@ const sizeStyles$3 = props => {
1240
1240
  };
1241
1241
  const StyledSliderTrackRail = styled.div.attrs({
1242
1242
  'data-garden-id': COMPONENT_ID$4,
1243
- 'data-garden-version': '8.69.2'
1243
+ 'data-garden-version': '8.69.4'
1244
1244
  }).withConfig({
1245
1245
  displayName: "StyledSliderTrackRail",
1246
1246
  componentId: "sc-1o5owbd-0"
@@ -1267,7 +1267,7 @@ const sizeStyles$2 = props => {
1267
1267
  };
1268
1268
  const StyledTileIcon = styled.span.attrs({
1269
1269
  'data-garden-id': COMPONENT_ID$3,
1270
- 'data-garden-version': '8.69.2'
1270
+ 'data-garden-version': '8.69.4'
1271
1271
  }).withConfig({
1272
1272
  displayName: "StyledTileIcon",
1273
1273
  componentId: "sc-1wazhg4-0"
@@ -1308,7 +1308,7 @@ const colorStyles = props => {
1308
1308
  };
1309
1309
  const StyledTile = styled.label.attrs(props => ({
1310
1310
  'data-garden-id': COMPONENT_ID$2,
1311
- 'data-garden-version': '8.69.2',
1311
+ 'data-garden-version': '8.69.4',
1312
1312
  'data-garden-selected': props.isSelected
1313
1313
  })).withConfig({
1314
1314
  displayName: "StyledTile",
@@ -1332,7 +1332,7 @@ const sizeStyles$1 = props => {
1332
1332
  };
1333
1333
  const StyledTileDescription = styled.span.attrs({
1334
1334
  'data-garden-id': COMPONENT_ID$1,
1335
- 'data-garden-version': '8.69.2'
1335
+ 'data-garden-version': '8.69.4'
1336
1336
  }).withConfig({
1337
1337
  displayName: "StyledTileDescription",
1338
1338
  componentId: "sc-xfuu7u-0"
@@ -1365,7 +1365,7 @@ const sizeStyles = props => {
1365
1365
  };
1366
1366
  const StyledTileLabel = styled.span.attrs({
1367
1367
  'data-garden-id': COMPONENT_ID,
1368
- 'data-garden-version': '8.69.2'
1368
+ 'data-garden-version': '8.69.4'
1369
1369
  }).withConfig({
1370
1370
  displayName: "StyledTileLabel",
1371
1371
  componentId: "sc-1mypv27-0"
@@ -1,12 +1,12 @@
1
- /**
2
- * Copyright Zendesk, Inc.
3
- *
4
- * Use of this source code is governed under the Apache License, Version 2.0
5
- * found at http://www.apache.org/licenses/LICENSE-2.0.
6
- */
7
- import React from 'react';
8
- import { ICheckboxProps } from '../types';
9
- /**
10
- * @extends InputHTMLAttributes<HTMLInputElement>
11
- */
12
- export declare const Checkbox: React.ForwardRefExoticComponent<ICheckboxProps & React.RefAttributes<HTMLInputElement>>;
1
+ /**
2
+ * Copyright Zendesk, Inc.
3
+ *
4
+ * Use of this source code is governed under the Apache License, Version 2.0
5
+ * found at http://www.apache.org/licenses/LICENSE-2.0.
6
+ */
7
+ import React from 'react';
8
+ import { ICheckboxProps } from '../types';
9
+ /**
10
+ * @extends InputHTMLAttributes<HTMLInputElement>
11
+ */
12
+ export declare const Checkbox: React.ForwardRefExoticComponent<ICheckboxProps & React.RefAttributes<HTMLInputElement>>;
@@ -1,15 +1,15 @@
1
- /**
2
- * Copyright Zendesk, Inc.
3
- *
4
- * Use of this source code is governed under the Apache License, Version 2.0
5
- * found at http://www.apache.org/licenses/LICENSE-2.0.
6
- */
7
- import React from 'react';
8
- import { IFileUploadProps } from '../types';
9
- /**
10
- * [1] A generic div is used for best support with `react-dropzone`.
11
- */
12
- /**
13
- * @extends HTMLAttributes<HTMLDivElement>
14
- */
15
- export declare const FileUpload: React.ForwardRefExoticComponent<IFileUploadProps & React.RefAttributes<HTMLDivElement>>;
1
+ /**
2
+ * Copyright Zendesk, Inc.
3
+ *
4
+ * Use of this source code is governed under the Apache License, Version 2.0
5
+ * found at http://www.apache.org/licenses/LICENSE-2.0.
6
+ */
7
+ import React from 'react';
8
+ import { IFileUploadProps } from '../types';
9
+ /**
10
+ * [1] A generic div is used for best support with `react-dropzone`.
11
+ */
12
+ /**
13
+ * @extends HTMLAttributes<HTMLDivElement>
14
+ */
15
+ export declare const FileUpload: React.ForwardRefExoticComponent<IFileUploadProps & React.RefAttributes<HTMLDivElement>>;
@@ -1,12 +1,12 @@
1
- /**
2
- * Copyright Zendesk, Inc.
3
- *
4
- * Use of this source code is governed under the Apache License, Version 2.0
5
- * found at http://www.apache.org/licenses/LICENSE-2.0.
6
- */
7
- import React from 'react';
8
- import { IInputProps } from '../types';
9
- /**
10
- * @extends InputHTMLAttributes<HTMLInputElement>
11
- */
12
- export declare const Input: React.ForwardRefExoticComponent<IInputProps & React.RefAttributes<HTMLInputElement>>;
1
+ /**
2
+ * Copyright Zendesk, Inc.
3
+ *
4
+ * Use of this source code is governed under the Apache License, Version 2.0
5
+ * found at http://www.apache.org/licenses/LICENSE-2.0.
6
+ */
7
+ import React from 'react';
8
+ import { IInputProps } from '../types';
9
+ /**
10
+ * @extends InputHTMLAttributes<HTMLInputElement>
11
+ */
12
+ export declare const Input: React.ForwardRefExoticComponent<IInputProps & React.RefAttributes<HTMLInputElement>>;
@@ -1,12 +1,12 @@
1
- /**
2
- * Copyright Zendesk, Inc.
3
- *
4
- * Use of this source code is governed under the Apache License, Version 2.0
5
- * found at http://www.apache.org/licenses/LICENSE-2.0.
6
- */
7
- import React from 'react';
8
- import { IMediaInputProps } from '../types';
9
- /**
10
- * @extends InputHTMLAttributes<HTMLInputElement>
11
- */
12
- export declare const MediaInput: React.ForwardRefExoticComponent<IMediaInputProps & React.RefAttributes<HTMLInputElement>>;
1
+ /**
2
+ * Copyright Zendesk, Inc.
3
+ *
4
+ * Use of this source code is governed under the Apache License, Version 2.0
5
+ * found at http://www.apache.org/licenses/LICENSE-2.0.
6
+ */
7
+ import React from 'react';
8
+ import { IMediaInputProps } from '../types';
9
+ /**
10
+ * @extends InputHTMLAttributes<HTMLInputElement>
11
+ */
12
+ export declare const MediaInput: React.ForwardRefExoticComponent<IMediaInputProps & React.RefAttributes<HTMLInputElement>>;
@@ -1,12 +1,12 @@
1
- /**
2
- * Copyright Zendesk, Inc.
3
- *
4
- * Use of this source code is governed under the Apache License, Version 2.0
5
- * found at http://www.apache.org/licenses/LICENSE-2.0.
6
- */
7
- import React from 'react';
8
- import { IMultiThumbRangeProps } from '../types';
9
- /**
10
- * @extends HTMLAttributes<HTMLDivElement>
11
- */
12
- export declare const MultiThumbRange: React.ForwardRefExoticComponent<IMultiThumbRangeProps & React.RefAttributes<HTMLDivElement>>;
1
+ /**
2
+ * Copyright Zendesk, Inc.
3
+ *
4
+ * Use of this source code is governed under the Apache License, Version 2.0
5
+ * found at http://www.apache.org/licenses/LICENSE-2.0.
6
+ */
7
+ import React from 'react';
8
+ import { IMultiThumbRangeProps } from '../types';
9
+ /**
10
+ * @extends HTMLAttributes<HTMLDivElement>
11
+ */
12
+ export declare const MultiThumbRange: React.ForwardRefExoticComponent<IMultiThumbRangeProps & React.RefAttributes<HTMLDivElement>>;
@@ -1,12 +1,12 @@
1
- /**
2
- * Copyright Zendesk, Inc.
3
- *
4
- * Use of this source code is governed under the Apache License, Version 2.0
5
- * found at http://www.apache.org/licenses/LICENSE-2.0.
6
- */
7
- import React from 'react';
8
- import { IRadioProps } from '../types';
9
- /**
10
- * @extends InputHTMLAttributes<HTMLInputElement>
11
- */
12
- export declare const Radio: React.ForwardRefExoticComponent<IRadioProps & React.RefAttributes<HTMLInputElement>>;
1
+ /**
2
+ * Copyright Zendesk, Inc.
3
+ *
4
+ * Use of this source code is governed under the Apache License, Version 2.0
5
+ * found at http://www.apache.org/licenses/LICENSE-2.0.
6
+ */
7
+ import React from 'react';
8
+ import { IRadioProps } from '../types';
9
+ /**
10
+ * @extends InputHTMLAttributes<HTMLInputElement>
11
+ */
12
+ export declare const Radio: React.ForwardRefExoticComponent<IRadioProps & React.RefAttributes<HTMLInputElement>>;
@@ -1,12 +1,12 @@
1
- /**
2
- * Copyright Zendesk, Inc.
3
- *
4
- * Use of this source code is governed under the Apache License, Version 2.0
5
- * found at http://www.apache.org/licenses/LICENSE-2.0.
6
- */
7
- import React from 'react';
8
- import { IRangeProps } from '../types';
9
- /**
10
- * @extends InputHTMLAttributes<HTMLInputElement>
11
- */
12
- export declare const Range: React.ForwardRefExoticComponent<IRangeProps & React.RefAttributes<HTMLInputElement>>;
1
+ /**
2
+ * Copyright Zendesk, Inc.
3
+ *
4
+ * Use of this source code is governed under the Apache License, Version 2.0
5
+ * found at http://www.apache.org/licenses/LICENSE-2.0.
6
+ */
7
+ import React from 'react';
8
+ import { IRangeProps } from '../types';
9
+ /**
10
+ * @extends InputHTMLAttributes<HTMLInputElement>
11
+ */
12
+ export declare const Range: React.ForwardRefExoticComponent<IRangeProps & React.RefAttributes<HTMLInputElement>>;
@@ -1,12 +1,12 @@
1
- /**
2
- * Copyright Zendesk, Inc.
3
- *
4
- * Use of this source code is governed under the Apache License, Version 2.0
5
- * found at http://www.apache.org/licenses/LICENSE-2.0.
6
- */
7
- import React from 'react';
8
- import { ISelectProps } from '../types';
9
- /**
10
- * @extends SelectHTMLAttributes<HTMLSelectElement>
11
- */
12
- export declare const Select: React.ForwardRefExoticComponent<ISelectProps & React.RefAttributes<HTMLSelectElement>>;
1
+ /**
2
+ * Copyright Zendesk, Inc.
3
+ *
4
+ * Use of this source code is governed under the Apache License, Version 2.0
5
+ * found at http://www.apache.org/licenses/LICENSE-2.0.
6
+ */
7
+ import React from 'react';
8
+ import { ISelectProps } from '../types';
9
+ /**
10
+ * @extends SelectHTMLAttributes<HTMLSelectElement>
11
+ */
12
+ export declare const Select: React.ForwardRefExoticComponent<ISelectProps & React.RefAttributes<HTMLSelectElement>>;