@zendeskgarden/react-forms 9.12.3 → 9.12.5
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/esm/elements/Checkbox.js +6 -7
- package/dist/esm/elements/FileUpload.js +6 -7
- package/dist/esm/elements/Input.js +8 -9
- package/dist/esm/elements/MediaInput.js +14 -15
- package/dist/esm/elements/Radio.js +5 -6
- package/dist/esm/elements/Range.js +7 -8
- package/dist/esm/elements/Select.js +8 -9
- package/dist/esm/elements/Textarea.js +13 -14
- package/dist/esm/elements/Toggle.js +5 -6
- package/dist/esm/elements/common/Fieldset.js +4 -5
- package/dist/esm/elements/common/Label.js +8 -9
- package/dist/esm/elements/common/Message.js +6 -7
- package/dist/esm/elements/common/MessageIcon.js +13 -15
- package/dist/esm/elements/faux-input/FauxInput.js +14 -15
- package/dist/esm/elements/faux-input/components/EndIcon.js +13 -16
- package/dist/esm/elements/faux-input/components/StartIcon.js +13 -16
- package/dist/esm/elements/file-list/FileList.js +5 -8
- package/dist/esm/elements/file-list/components/File.js +9 -10
- package/dist/esm/elements/file-list/components/Item.js +5 -8
- package/dist/esm/elements/input-group/InputGroup.js +4 -5
- package/dist/esm/elements/tiles/Tiles.js +8 -12
- package/dist/esm/elements/tiles/components/Tile.js +6 -7
- package/dist/esm/node_modules/@zendeskgarden/svg-icons/src/12/check-circle-stroke.svg.js +2 -2
- package/dist/esm/node_modules/@zendeskgarden/svg-icons/src/12/check-sm-fill.svg.js +4 -4
- package/dist/esm/node_modules/@zendeskgarden/svg-icons/src/12/circle-sm-fill.svg.js +6 -6
- package/dist/esm/node_modules/@zendeskgarden/svg-icons/src/12/dash-fill.svg.js +4 -4
- package/dist/esm/node_modules/@zendeskgarden/svg-icons/src/12/file-document-stroke.svg.js +6 -6
- package/dist/esm/node_modules/@zendeskgarden/svg-icons/src/12/file-error-stroke.svg.js +6 -6
- package/dist/esm/node_modules/@zendeskgarden/svg-icons/src/12/file-generic-stroke.svg.js +6 -6
- package/dist/esm/node_modules/@zendeskgarden/svg-icons/src/12/file-image-stroke.svg.js +7 -7
- package/dist/esm/node_modules/@zendeskgarden/svg-icons/src/12/file-pdf-stroke.svg.js +7 -7
- package/dist/esm/node_modules/@zendeskgarden/svg-icons/src/12/file-presentation-stroke.svg.js +6 -6
- package/dist/esm/node_modules/@zendeskgarden/svg-icons/src/12/file-spreadsheet-stroke.svg.js +6 -6
- package/dist/esm/node_modules/@zendeskgarden/svg-icons/src/12/file-zip-stroke.svg.js +6 -6
- package/dist/esm/node_modules/@zendeskgarden/svg-icons/src/12/trash-stroke.svg.js +6 -6
- package/dist/esm/node_modules/@zendeskgarden/svg-icons/src/12/x-stroke.svg.js +6 -6
- package/dist/esm/node_modules/@zendeskgarden/svg-icons/src/16/alert-error-stroke.svg.js +5 -5
- package/dist/esm/node_modules/@zendeskgarden/svg-icons/src/16/alert-warning-stroke.svg.js +5 -5
- package/dist/esm/node_modules/@zendeskgarden/svg-icons/src/16/check-circle-stroke.svg.js +6 -6
- package/dist/esm/node_modules/@zendeskgarden/svg-icons/src/16/chevron-down-stroke.svg.js +4 -4
- package/dist/esm/node_modules/@zendeskgarden/svg-icons/src/16/circle-sm-fill.svg.js +4 -4
- package/dist/esm/node_modules/@zendeskgarden/svg-icons/src/16/file-document-stroke.svg.js +4 -4
- package/dist/esm/node_modules/@zendeskgarden/svg-icons/src/16/file-generic-stroke.svg.js +4 -4
- package/dist/esm/node_modules/@zendeskgarden/svg-icons/src/16/file-image-stroke.svg.js +4 -4
- package/dist/esm/node_modules/@zendeskgarden/svg-icons/src/16/file-pdf-stroke.svg.js +4 -4
- package/dist/esm/node_modules/@zendeskgarden/svg-icons/src/16/file-presentation-stroke.svg.js +4 -4
- package/dist/esm/node_modules/@zendeskgarden/svg-icons/src/16/file-spreadsheet-stroke.svg.js +4 -4
- package/dist/esm/node_modules/@zendeskgarden/svg-icons/src/16/file-zip-stroke.svg.js +4 -4
- package/dist/esm/node_modules/@zendeskgarden/svg-icons/src/16/trash-stroke.svg.js +4 -4
- package/dist/esm/node_modules/@zendeskgarden/svg-icons/src/16/x-stroke.svg.js +4 -4
- package/dist/esm/styled/checkbox/StyledCheckHint.js +3 -3
- package/dist/esm/styled/checkbox/StyledCheckInput.js +7 -8
- package/dist/esm/styled/checkbox/StyledCheckLabel.js +3 -3
- package/dist/esm/styled/checkbox/StyledCheckMessage.js +3 -3
- package/dist/esm/styled/checkbox/StyledCheckSvg.js +3 -3
- package/dist/esm/styled/checkbox/StyledDashSvg.js +3 -3
- package/dist/esm/styled/common/StyledField.js +3 -3
- package/dist/esm/styled/common/StyledFieldset.js +3 -3
- package/dist/esm/styled/common/StyledHint.js +3 -3
- package/dist/esm/styled/common/StyledLabel.js +3 -3
- package/dist/esm/styled/common/StyledLegend.js +3 -3
- package/dist/esm/styled/common/StyledMessage.js +13 -15
- package/dist/esm/styled/common/StyledMessageIcon.js +3 -3
- package/dist/esm/styled/file-list/StyledFile.js +14 -16
- package/dist/esm/styled/file-list/StyledFileClose.js +3 -3
- package/dist/esm/styled/file-list/StyledFileDelete.js +3 -3
- package/dist/esm/styled/file-list/StyledFileIcon.js +12 -14
- package/dist/esm/styled/file-list/StyledFileList.js +3 -3
- package/dist/esm/styled/file-list/StyledFileListItem.js +3 -3
- package/dist/esm/styled/file-upload/StyledFileUpload.js +13 -15
- package/dist/esm/styled/input-group/StyledInputGroup.js +3 -3
- package/dist/esm/styled/radio/StyledRadioHint.js +3 -3
- package/dist/esm/styled/radio/StyledRadioInput.js +11 -13
- package/dist/esm/styled/radio/StyledRadioLabel.js +5 -5
- package/dist/esm/styled/radio/StyledRadioMessage.js +3 -3
- package/dist/esm/styled/radio/StyledRadioSvg.js +3 -3
- package/dist/esm/styled/range/StyledRangeInput.js +15 -20
- package/dist/esm/styled/select/StyledSelect.js +12 -14
- package/dist/esm/styled/select/StyledSelectWrapper.js +8 -9
- package/dist/esm/styled/text/StyledTextFauxInput.js +11 -12
- package/dist/esm/styled/text/StyledTextInput.js +17 -19
- package/dist/esm/styled/text/StyledTextMediaFigure.js +11 -12
- package/dist/esm/styled/text/StyledTextMediaInput.js +3 -3
- package/dist/esm/styled/text/StyledTextarea.js +3 -3
- package/dist/esm/styled/tiles/StyledTile.js +10 -12
- package/dist/esm/styled/tiles/StyledTileDescription.js +8 -9
- package/dist/esm/styled/tiles/StyledTileIcon.js +11 -13
- package/dist/esm/styled/tiles/StyledTileLabel.js +5 -6
- package/dist/esm/styled/toggle/StyledToggleHint.js +3 -3
- package/dist/esm/styled/toggle/StyledToggleInput.js +10 -12
- package/dist/esm/styled/toggle/StyledToggleLabel.js +5 -5
- package/dist/esm/styled/toggle/StyledToggleMessage.js +3 -3
- package/dist/esm/styled/toggle/StyledToggleSvg.js +3 -3
- package/dist/index.cjs.js +336 -401
- package/package.json +5 -5
|
@@ -6,17 +6,17 @@
|
|
|
6
6
|
*/
|
|
7
7
|
import * as React from 'react';
|
|
8
8
|
|
|
9
|
-
var _path;
|
|
10
|
-
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
9
|
+
var _path$6;
|
|
10
|
+
function _extends$6() { return _extends$6 = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$6.apply(null, arguments); }
|
|
11
11
|
var SvgFileZipStroke = function SvgFileZipStroke(props) {
|
|
12
|
-
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
12
|
+
return /*#__PURE__*/React.createElement("svg", _extends$6({
|
|
13
13
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14
14
|
width: 16,
|
|
15
15
|
height: 16,
|
|
16
16
|
focusable: "false",
|
|
17
17
|
viewBox: "0 0 16 16",
|
|
18
18
|
"aria-hidden": "true"
|
|
19
|
-
}, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
19
|
+
}, props), _path$6 || (_path$6 = /*#__PURE__*/React.createElement("path", {
|
|
20
20
|
fill: "none",
|
|
21
21
|
stroke: "currentColor",
|
|
22
22
|
strokeLinecap: "round",
|
|
@@ -6,17 +6,17 @@
|
|
|
6
6
|
*/
|
|
7
7
|
import * as React from 'react';
|
|
8
8
|
|
|
9
|
-
var _path;
|
|
10
|
-
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
9
|
+
var _path$g;
|
|
10
|
+
function _extends$h() { return _extends$h = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$h.apply(null, arguments); }
|
|
11
11
|
var SvgTrashStroke = function SvgTrashStroke(props) {
|
|
12
|
-
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
12
|
+
return /*#__PURE__*/React.createElement("svg", _extends$h({
|
|
13
13
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14
14
|
width: 16,
|
|
15
15
|
height: 16,
|
|
16
16
|
focusable: "false",
|
|
17
17
|
viewBox: "0 0 16 16",
|
|
18
18
|
"aria-hidden": "true"
|
|
19
|
-
}, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
19
|
+
}, props), _path$g || (_path$g = /*#__PURE__*/React.createElement("path", {
|
|
20
20
|
fill: "none",
|
|
21
21
|
stroke: "currentColor",
|
|
22
22
|
strokeLinecap: "round",
|
|
@@ -6,17 +6,17 @@
|
|
|
6
6
|
*/
|
|
7
7
|
import * as React from 'react';
|
|
8
8
|
|
|
9
|
-
var _path;
|
|
10
|
-
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
9
|
+
var _path$i;
|
|
10
|
+
function _extends$j() { return _extends$j = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$j.apply(null, arguments); }
|
|
11
11
|
var SvgXStroke = function SvgXStroke(props) {
|
|
12
|
-
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
12
|
+
return /*#__PURE__*/React.createElement("svg", _extends$j({
|
|
13
13
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14
14
|
width: 16,
|
|
15
15
|
height: 16,
|
|
16
16
|
focusable: "false",
|
|
17
17
|
viewBox: "0 0 16 16",
|
|
18
18
|
"aria-hidden": "true"
|
|
19
|
-
}, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
19
|
+
}, props), _path$i || (_path$i = /*#__PURE__*/React.createElement("path", {
|
|
20
20
|
stroke: "currentColor",
|
|
21
21
|
strokeLinecap: "round",
|
|
22
22
|
d: "M3 13L13 3m0 10L3 3"
|
|
@@ -8,10 +8,10 @@ import styled from 'styled-components';
|
|
|
8
8
|
import { componentStyles } from '@zendeskgarden/react-theming';
|
|
9
9
|
import { StyledRadioHint } from '../radio/StyledRadioHint.js';
|
|
10
10
|
|
|
11
|
-
const COMPONENT_ID = 'forms.checkbox_hint';
|
|
11
|
+
const COMPONENT_ID$q = 'forms.checkbox_hint';
|
|
12
12
|
const StyledCheckHint = styled(StyledRadioHint).attrs({
|
|
13
|
-
'data-garden-id': COMPONENT_ID,
|
|
14
|
-
'data-garden-version': '9.12.
|
|
13
|
+
'data-garden-id': COMPONENT_ID$q,
|
|
14
|
+
'data-garden-version': '9.12.5'
|
|
15
15
|
}).withConfig({
|
|
16
16
|
displayName: "StyledCheckHint",
|
|
17
17
|
componentId: "sc-1kl8e8c-0"
|
|
@@ -9,11 +9,10 @@ import { componentStyles, getColor } from '@zendeskgarden/react-theming';
|
|
|
9
9
|
import { StyledRadioInput } from '../radio/StyledRadioInput.js';
|
|
10
10
|
import { StyledCheckLabel } from './StyledCheckLabel.js';
|
|
11
11
|
|
|
12
|
-
const COMPONENT_ID = 'forms.checkbox';
|
|
13
|
-
const colorStyles =
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
} = _ref;
|
|
12
|
+
const COMPONENT_ID$o = 'forms.checkbox';
|
|
13
|
+
const colorStyles$8 = ({
|
|
14
|
+
theme
|
|
15
|
+
}) => {
|
|
17
16
|
const backgroundOptions = {
|
|
18
17
|
theme,
|
|
19
18
|
variable: 'background.primaryEmphasis'
|
|
@@ -64,12 +63,12 @@ const colorStyles = _ref => {
|
|
|
64
63
|
return css(["&:indeterminate ~ ", "::before{border-color:", ";background-color:", ";}&:enabled:indeterminate ~ ", ":hover::before{border-color:", ";background-color:", ";}&:enabled:indeterminate ~ ", ":active::before{border-color:", ";background-color:", ";}&:disabled:indeterminate ~ ", "::before{border-color:transparent;background-color:", ";}"], StyledCheckLabel, indeterminateBorderColor, indeterminateBackgroundColor, StyledCheckLabel, indeterminateHoverBorderColor, indeterminateHoverBackgroundColor, StyledCheckLabel, indeterminateActiveBorderColor, indeterminateActiveBackgroundColor, StyledCheckLabel, indeterminateDisabledBackgroundColor);
|
|
65
64
|
};
|
|
66
65
|
const StyledCheckInput = styled(StyledRadioInput).attrs({
|
|
67
|
-
'data-garden-id': COMPONENT_ID,
|
|
68
|
-
'data-garden-version': '9.12.
|
|
66
|
+
'data-garden-id': COMPONENT_ID$o,
|
|
67
|
+
'data-garden-version': '9.12.5',
|
|
69
68
|
type: 'checkbox'
|
|
70
69
|
}).withConfig({
|
|
71
70
|
displayName: "StyledCheckInput",
|
|
72
71
|
componentId: "sc-176jxxe-0"
|
|
73
|
-
})(["& ~ ", "::before{border-radius:", ";}", ";", ";"], StyledCheckLabel, props => props.theme.borderRadii.md, colorStyles, componentStyles);
|
|
72
|
+
})(["& ~ ", "::before{border-radius:", ";}", ";", ";"], StyledCheckLabel, props => props.theme.borderRadii.md, colorStyles$8, componentStyles);
|
|
74
73
|
|
|
75
74
|
export { StyledCheckInput };
|
|
@@ -8,10 +8,10 @@ import styled from 'styled-components';
|
|
|
8
8
|
import { componentStyles } from '@zendeskgarden/react-theming';
|
|
9
9
|
import { StyledRadioLabel } from '../radio/StyledRadioLabel.js';
|
|
10
10
|
|
|
11
|
-
const COMPONENT_ID = 'forms.checkbox_label';
|
|
11
|
+
const COMPONENT_ID$s = 'forms.checkbox_label';
|
|
12
12
|
const StyledCheckLabel = styled(StyledRadioLabel).attrs({
|
|
13
|
-
'data-garden-id': COMPONENT_ID,
|
|
14
|
-
'data-garden-version': '9.12.
|
|
13
|
+
'data-garden-id': COMPONENT_ID$s,
|
|
14
|
+
'data-garden-version': '9.12.5'
|
|
15
15
|
}).withConfig({
|
|
16
16
|
displayName: "StyledCheckLabel",
|
|
17
17
|
componentId: "sc-x7nr1-0"
|
|
@@ -8,10 +8,10 @@ import styled from 'styled-components';
|
|
|
8
8
|
import { componentStyles } from '@zendeskgarden/react-theming';
|
|
9
9
|
import { StyledRadioMessage } from '../radio/StyledRadioMessage.js';
|
|
10
10
|
|
|
11
|
-
const COMPONENT_ID = 'forms.checkbox_message';
|
|
11
|
+
const COMPONENT_ID$m = 'forms.checkbox_message';
|
|
12
12
|
const StyledCheckMessage = styled(StyledRadioMessage).attrs({
|
|
13
|
-
'data-garden-id': COMPONENT_ID,
|
|
14
|
-
'data-garden-version': '9.12.
|
|
13
|
+
'data-garden-id': COMPONENT_ID$m,
|
|
14
|
+
'data-garden-version': '9.12.5'
|
|
15
15
|
}).withConfig({
|
|
16
16
|
displayName: "StyledCheckMessage",
|
|
17
17
|
componentId: "sc-s4p6kd-0"
|
|
@@ -10,10 +10,10 @@ import { componentStyles } from '@zendeskgarden/react-theming';
|
|
|
10
10
|
import { StyledCheckInput } from './StyledCheckInput.js';
|
|
11
11
|
import { StyledCheckLabel } from './StyledCheckLabel.js';
|
|
12
12
|
|
|
13
|
-
const COMPONENT_ID = 'forms.check_svg';
|
|
13
|
+
const COMPONENT_ID$l = 'forms.check_svg';
|
|
14
14
|
const StyledCheckSvg = styled(SvgCheckSmFill).attrs({
|
|
15
|
-
'data-garden-id': COMPONENT_ID,
|
|
16
|
-
'data-garden-version': '9.12.
|
|
15
|
+
'data-garden-id': COMPONENT_ID$l,
|
|
16
|
+
'data-garden-version': '9.12.5'
|
|
17
17
|
}).withConfig({
|
|
18
18
|
displayName: "StyledCheckSvg",
|
|
19
19
|
componentId: "sc-fvxetk-0"
|
|
@@ -10,10 +10,10 @@ import { componentStyles } from '@zendeskgarden/react-theming';
|
|
|
10
10
|
import { StyledCheckInput } from './StyledCheckInput.js';
|
|
11
11
|
import { StyledCheckLabel } from './StyledCheckLabel.js';
|
|
12
12
|
|
|
13
|
-
const COMPONENT_ID = 'forms.dash_svg';
|
|
13
|
+
const COMPONENT_ID$k = 'forms.dash_svg';
|
|
14
14
|
const StyledDashSvg = styled(SvgDashFill).attrs({
|
|
15
|
-
'data-garden-id': COMPONENT_ID,
|
|
16
|
-
'data-garden-version': '9.12.
|
|
15
|
+
'data-garden-id': COMPONENT_ID$k,
|
|
16
|
+
'data-garden-version': '9.12.5'
|
|
17
17
|
}).withConfig({
|
|
18
18
|
displayName: "StyledDashSvg",
|
|
19
19
|
componentId: "sc-z3vq71-0"
|
|
@@ -7,10 +7,10 @@
|
|
|
7
7
|
import styled from 'styled-components';
|
|
8
8
|
import { componentStyles } from '@zendeskgarden/react-theming';
|
|
9
9
|
|
|
10
|
-
const COMPONENT_ID = 'forms.field';
|
|
10
|
+
const COMPONENT_ID$G = 'forms.field';
|
|
11
11
|
const StyledField = styled.div.attrs({
|
|
12
|
-
'data-garden-id': COMPONENT_ID,
|
|
13
|
-
'data-garden-version': '9.12.
|
|
12
|
+
'data-garden-id': COMPONENT_ID$G,
|
|
13
|
+
'data-garden-version': '9.12.5'
|
|
14
14
|
}).withConfig({
|
|
15
15
|
displayName: "StyledField",
|
|
16
16
|
componentId: "sc-12gzfsu-0"
|
|
@@ -8,11 +8,11 @@ import styled from 'styled-components';
|
|
|
8
8
|
import { componentStyles } from '@zendeskgarden/react-theming';
|
|
9
9
|
import { StyledField } from './StyledField.js';
|
|
10
10
|
|
|
11
|
-
const COMPONENT_ID = 'forms.fieldset';
|
|
11
|
+
const COMPONENT_ID$F = 'forms.fieldset';
|
|
12
12
|
const StyledFieldset = styled(StyledField).attrs({
|
|
13
13
|
as: 'fieldset',
|
|
14
|
-
'data-garden-id': COMPONENT_ID,
|
|
15
|
-
'data-garden-version': '9.12.
|
|
14
|
+
'data-garden-id': COMPONENT_ID$F,
|
|
15
|
+
'data-garden-version': '9.12.5'
|
|
16
16
|
}).withConfig({
|
|
17
17
|
displayName: "StyledFieldset",
|
|
18
18
|
componentId: "sc-1vr4mxv-0"
|
|
@@ -7,10 +7,10 @@
|
|
|
7
7
|
import styled from 'styled-components';
|
|
8
8
|
import { getLineHeight, getColor, componentStyles } from '@zendeskgarden/react-theming';
|
|
9
9
|
|
|
10
|
-
const COMPONENT_ID = 'forms.input_hint';
|
|
10
|
+
const COMPONENT_ID$C = 'forms.input_hint';
|
|
11
11
|
const StyledHint = styled.div.attrs(props => ({
|
|
12
|
-
'data-garden-id': props['data-garden-id'] || COMPONENT_ID,
|
|
13
|
-
'data-garden-version': props['data-garden-version'] || '9.12.
|
|
12
|
+
'data-garden-id': props['data-garden-id'] || COMPONENT_ID$C,
|
|
13
|
+
'data-garden-version': props['data-garden-version'] || '9.12.5'
|
|
14
14
|
})).withConfig({
|
|
15
15
|
displayName: "StyledHint",
|
|
16
16
|
componentId: "sc-17c2wu8-0"
|
|
@@ -8,10 +8,10 @@ import styled from 'styled-components';
|
|
|
8
8
|
import { hideVisually } from 'polished';
|
|
9
9
|
import { getLineHeight, getColor, componentStyles } from '@zendeskgarden/react-theming';
|
|
10
10
|
|
|
11
|
-
const COMPONENT_ID = 'forms.input_label';
|
|
11
|
+
const COMPONENT_ID$E = 'forms.input_label';
|
|
12
12
|
const StyledLabel = styled.label.attrs(props => ({
|
|
13
|
-
'data-garden-id': props['data-garden-id'] || COMPONENT_ID,
|
|
14
|
-
'data-garden-version': props['data-garden-version'] || '9.12.
|
|
13
|
+
'data-garden-id': props['data-garden-id'] || COMPONENT_ID$E,
|
|
14
|
+
'data-garden-version': props['data-garden-version'] || '9.12.5'
|
|
15
15
|
})).withConfig({
|
|
16
16
|
displayName: "StyledLabel",
|
|
17
17
|
componentId: "sc-2utmsz-0"
|
|
@@ -8,11 +8,11 @@ import styled from 'styled-components';
|
|
|
8
8
|
import { componentStyles } from '@zendeskgarden/react-theming';
|
|
9
9
|
import { StyledLabel } from './StyledLabel.js';
|
|
10
10
|
|
|
11
|
-
const COMPONENT_ID = 'forms.fieldset_legend';
|
|
11
|
+
const COMPONENT_ID$D = 'forms.fieldset_legend';
|
|
12
12
|
const StyledLegend = styled(StyledLabel).attrs({
|
|
13
13
|
as: 'legend',
|
|
14
|
-
'data-garden-id': COMPONENT_ID,
|
|
15
|
-
'data-garden-version': '9.12.
|
|
14
|
+
'data-garden-id': COMPONENT_ID$D,
|
|
15
|
+
'data-garden-version': '9.12.5'
|
|
16
16
|
}).withConfig({
|
|
17
17
|
displayName: "StyledLegend",
|
|
18
18
|
componentId: "sc-6s0zwq-0"
|
|
@@ -6,16 +6,15 @@
|
|
|
6
6
|
*/
|
|
7
7
|
import styled, { css } from 'styled-components';
|
|
8
8
|
import { math } from 'polished';
|
|
9
|
-
import { componentStyles,
|
|
9
|
+
import { componentStyles, getLineHeight, getColor } from '@zendeskgarden/react-theming';
|
|
10
10
|
import { StyledMessageIcon } from './StyledMessageIcon.js';
|
|
11
11
|
import { StyledLabel } from './StyledLabel.js';
|
|
12
12
|
|
|
13
|
-
const COMPONENT_ID = 'forms.input_message';
|
|
14
|
-
const colorStyles =
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
} = _ref;
|
|
13
|
+
const COMPONENT_ID$A = 'forms.input_message';
|
|
14
|
+
const colorStyles$d = ({
|
|
15
|
+
theme,
|
|
16
|
+
$validation
|
|
17
|
+
}) => {
|
|
19
18
|
let variable;
|
|
20
19
|
if ($validation === 'error') {
|
|
21
20
|
variable = 'foreground.danger';
|
|
@@ -32,11 +31,10 @@ const colorStyles = _ref => {
|
|
|
32
31
|
});
|
|
33
32
|
return css(["color:", ";"], foregroundColor);
|
|
34
33
|
};
|
|
35
|
-
const sizeStyles =
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
} = _ref2;
|
|
34
|
+
const sizeStyles$g = ({
|
|
35
|
+
theme,
|
|
36
|
+
$validation
|
|
37
|
+
}) => {
|
|
40
38
|
const fontSize = theme.fontSizes.sm;
|
|
41
39
|
const lineHeight = getLineHeight(theme.iconSizes.md, theme.fontSizes.sm);
|
|
42
40
|
const marginTop = `${theme.space.base}px`;
|
|
@@ -44,11 +42,11 @@ const sizeStyles = _ref2 => {
|
|
|
44
42
|
return css(["padding-", ":", ";line-height:", ";font-size:", ";", ":not([hidden]) + &{margin-top:", ";}"], theme.rtl ? 'right' : 'left', paddingHorizontal, lineHeight, fontSize, StyledLabel, marginTop);
|
|
45
43
|
};
|
|
46
44
|
const StyledMessage = styled.div.attrs(props => ({
|
|
47
|
-
'data-garden-id': props['data-garden-id'] || COMPONENT_ID,
|
|
48
|
-
'data-garden-version': props['data-garden-version'] || '9.12.
|
|
45
|
+
'data-garden-id': props['data-garden-id'] || COMPONENT_ID$A,
|
|
46
|
+
'data-garden-version': props['data-garden-version'] || '9.12.5'
|
|
49
47
|
})).withConfig({
|
|
50
48
|
displayName: "StyledMessage",
|
|
51
49
|
componentId: "sc-30hgg7-0"
|
|
52
|
-
})(["direction:", ";display:inline-block;position:relative;vertical-align:middle;", ";", ";& ", "{position:absolute;top:-1px;", ":0;}", ":not([hidden]) + &{display:block;}", ";"], props => props.theme.rtl && 'rtl', sizeStyles, colorStyles, StyledMessageIcon, props => props.theme.rtl ? 'right' : 'left', StyledLabel, componentStyles);
|
|
50
|
+
})(["direction:", ";display:inline-block;position:relative;vertical-align:middle;", ";", ";& ", "{position:absolute;top:-1px;", ":0;}", ":not([hidden]) + &{display:block;}", ";"], props => props.theme.rtl && 'rtl', sizeStyles$g, colorStyles$d, StyledMessageIcon, props => props.theme.rtl ? 'right' : 'left', StyledLabel, componentStyles);
|
|
53
51
|
|
|
54
52
|
export { StyledMessage };
|
|
@@ -7,10 +7,10 @@
|
|
|
7
7
|
import styled from 'styled-components';
|
|
8
8
|
import { StyledBaseIcon, componentStyles } from '@zendeskgarden/react-theming';
|
|
9
9
|
|
|
10
|
-
const COMPONENT_ID = 'forms.input_message_icon';
|
|
10
|
+
const COMPONENT_ID$B = 'forms.input_message_icon';
|
|
11
11
|
const StyledMessageIcon = styled(StyledBaseIcon).attrs({
|
|
12
|
-
'data-garden-id': COMPONENT_ID,
|
|
13
|
-
'data-garden-version': '9.12.
|
|
12
|
+
'data-garden-id': COMPONENT_ID$B,
|
|
13
|
+
'data-garden-version': '9.12.5'
|
|
14
14
|
}).withConfig({
|
|
15
15
|
displayName: "StyledMessageIcon",
|
|
16
16
|
componentId: "sc-1ph2gba-0"
|
|
@@ -5,16 +5,15 @@
|
|
|
5
5
|
* found at http://www.apache.org/licenses/LICENSE-2.0.
|
|
6
6
|
*/
|
|
7
7
|
import styled, { css } from 'styled-components';
|
|
8
|
-
import { componentStyles, getColor, focusStyles
|
|
8
|
+
import { componentStyles, getLineHeight, getColor, focusStyles } from '@zendeskgarden/react-theming';
|
|
9
9
|
import { StyledFileClose } from './StyledFileClose.js';
|
|
10
10
|
|
|
11
|
-
const COMPONENT_ID = 'forms.file';
|
|
12
|
-
const colorStyles =
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
} = _ref;
|
|
11
|
+
const COMPONENT_ID$h = 'forms.file';
|
|
12
|
+
const colorStyles$6 = ({
|
|
13
|
+
theme,
|
|
14
|
+
$focusInset,
|
|
15
|
+
$validation
|
|
16
|
+
}) => {
|
|
18
17
|
let borderVariable;
|
|
19
18
|
let focusBorderVariable;
|
|
20
19
|
let foregroundVariable;
|
|
@@ -54,11 +53,10 @@ const colorStyles = _ref => {
|
|
|
54
53
|
}
|
|
55
54
|
}));
|
|
56
55
|
};
|
|
57
|
-
const sizeStyles =
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
} = _ref2;
|
|
56
|
+
const sizeStyles$a = ({
|
|
57
|
+
theme,
|
|
58
|
+
$isCompact
|
|
59
|
+
}) => {
|
|
62
60
|
const size = `${theme.space.base * ($isCompact ? 7 : 10)}px`;
|
|
63
61
|
const spacing = `${theme.space.base * ($isCompact ? 2 : 3)}px`;
|
|
64
62
|
const fontSize = theme.fontSizes.md;
|
|
@@ -84,11 +82,11 @@ const sizeStyles = _ref2 => {
|
|
|
84
82
|
`;
|
|
85
83
|
};
|
|
86
84
|
const StyledFile = styled.div.attrs({
|
|
87
|
-
'data-garden-id': COMPONENT_ID,
|
|
88
|
-
'data-garden-version': '9.12.
|
|
85
|
+
'data-garden-id': COMPONENT_ID$h,
|
|
86
|
+
'data-garden-version': '9.12.5'
|
|
89
87
|
}).withConfig({
|
|
90
88
|
displayName: "StyledFile",
|
|
91
89
|
componentId: "sc-195lzp1-0"
|
|
92
|
-
})(["display:flex;position:relative;flex-wrap:nowrap;align-items:center;transition:box-shadow 0.1s ease-in-out;", ";", ";& > span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}& > [role='progressbar']{position:absolute;bottom:0;left:0;transition:opacity 0.2s ease-in-out;margin:0;border-top-left-radius:0;border-top-right-radius:0;width:100%;& > div{border-top-", "-radius:0;}}& > [role='progressbar'][aria-valuenow='0'],& > [role='progressbar'][aria-valuenow='100']{opacity:0;}", ";"], sizeStyles, colorStyles, props => props.theme.rtl ? 'right' : 'left', componentStyles);
|
|
90
|
+
})(["display:flex;position:relative;flex-wrap:nowrap;align-items:center;transition:box-shadow 0.1s ease-in-out;", ";", ";& > span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}& > [role='progressbar']{position:absolute;bottom:0;left:0;transition:opacity 0.2s ease-in-out;margin:0;border-top-left-radius:0;border-top-right-radius:0;width:100%;& > div{border-top-", "-radius:0;}}& > [role='progressbar'][aria-valuenow='0'],& > [role='progressbar'][aria-valuenow='100']{opacity:0;}", ";"], sizeStyles$a, colorStyles$6, props => props.theme.rtl ? 'right' : 'left', componentStyles);
|
|
93
91
|
|
|
94
92
|
export { StyledFile };
|
|
@@ -7,10 +7,10 @@
|
|
|
7
7
|
import styled from 'styled-components';
|
|
8
8
|
import { getColor, componentStyles } from '@zendeskgarden/react-theming';
|
|
9
9
|
|
|
10
|
-
const COMPONENT_ID = 'forms.file.close';
|
|
10
|
+
const COMPONENT_ID$i = 'forms.file.close';
|
|
11
11
|
const StyledFileClose = styled.button.attrs({
|
|
12
|
-
'data-garden-id': COMPONENT_ID,
|
|
13
|
-
'data-garden-version': '9.12.
|
|
12
|
+
'data-garden-id': COMPONENT_ID$i,
|
|
13
|
+
'data-garden-version': '9.12.5'
|
|
14
14
|
}).withConfig({
|
|
15
15
|
displayName: "StyledFileClose",
|
|
16
16
|
componentId: "sc-1m31jbf-0"
|
|
@@ -8,10 +8,10 @@ import styled from 'styled-components';
|
|
|
8
8
|
import { getColor, componentStyles } from '@zendeskgarden/react-theming';
|
|
9
9
|
import { StyledFileClose } from './StyledFileClose.js';
|
|
10
10
|
|
|
11
|
-
const COMPONENT_ID = 'forms.file.delete';
|
|
11
|
+
const COMPONENT_ID$g = 'forms.file.delete';
|
|
12
12
|
const StyledFileDelete = styled(StyledFileClose).attrs({
|
|
13
|
-
'data-garden-id': COMPONENT_ID,
|
|
14
|
-
'data-garden-version': '9.12.
|
|
13
|
+
'data-garden-id': COMPONENT_ID$g,
|
|
14
|
+
'data-garden-version': '9.12.5'
|
|
15
15
|
}).withConfig({
|
|
16
16
|
displayName: "StyledFileDelete",
|
|
17
17
|
componentId: "sc-a8nnhx-0"
|
|
@@ -7,33 +7,31 @@
|
|
|
7
7
|
import styled, { css } from 'styled-components';
|
|
8
8
|
import { StyledBaseIcon, componentStyles, getColor } from '@zendeskgarden/react-theming';
|
|
9
9
|
|
|
10
|
-
const COMPONENT_ID = 'forms.file.icon';
|
|
11
|
-
const colorStyles =
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
} = _ref;
|
|
10
|
+
const COMPONENT_ID$f = 'forms.file.icon';
|
|
11
|
+
const colorStyles$5 = ({
|
|
12
|
+
theme,
|
|
13
|
+
$validation
|
|
14
|
+
}) => {
|
|
16
15
|
const color = $validation ? undefined : getColor({
|
|
17
16
|
theme,
|
|
18
17
|
variable: 'foreground.subtle'
|
|
19
18
|
});
|
|
20
19
|
return css(["color:", ";"], color);
|
|
21
20
|
};
|
|
22
|
-
const sizeStyles =
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
} = _ref2;
|
|
21
|
+
const sizeStyles$9 = ({
|
|
22
|
+
$isCompact,
|
|
23
|
+
theme
|
|
24
|
+
}) => {
|
|
27
25
|
const width = $isCompact ? theme.iconSizes.sm : theme.iconSizes.md;
|
|
28
26
|
const margin = `${theme.space.base * 2}px`;
|
|
29
27
|
return css(["width:", ";margin-", ":", ";"], width, theme.rtl ? 'left' : 'right', margin);
|
|
30
28
|
};
|
|
31
29
|
const StyledFileIcon = styled(StyledBaseIcon).attrs({
|
|
32
|
-
'data-garden-id': COMPONENT_ID,
|
|
33
|
-
'data-garden-version': '9.12.
|
|
30
|
+
'data-garden-id': COMPONENT_ID$f,
|
|
31
|
+
'data-garden-version': '9.12.5'
|
|
34
32
|
}).withConfig({
|
|
35
33
|
displayName: "StyledFileIcon",
|
|
36
34
|
componentId: "sc-7b3q0c-0"
|
|
37
|
-
})(["flex-shrink:0;", ";", ";", ";"], sizeStyles, colorStyles, componentStyles);
|
|
35
|
+
})(["flex-shrink:0;", ";", ";", ";"], sizeStyles$9, colorStyles$5, componentStyles);
|
|
38
36
|
|
|
39
37
|
export { StyledFileIcon };
|
|
@@ -7,10 +7,10 @@
|
|
|
7
7
|
import styled from 'styled-components';
|
|
8
8
|
import { componentStyles } from '@zendeskgarden/react-theming';
|
|
9
9
|
|
|
10
|
-
const COMPONENT_ID = 'forms.file_list';
|
|
10
|
+
const COMPONENT_ID$e = 'forms.file_list';
|
|
11
11
|
const StyledFileList = styled.ul.attrs({
|
|
12
|
-
'data-garden-id': COMPONENT_ID,
|
|
13
|
-
'data-garden-version': '9.12.
|
|
12
|
+
'data-garden-id': COMPONENT_ID$e,
|
|
13
|
+
'data-garden-version': '9.12.5'
|
|
14
14
|
}).withConfig({
|
|
15
15
|
displayName: "StyledFileList",
|
|
16
16
|
componentId: "sc-gbahjg-0"
|
|
@@ -9,10 +9,10 @@ import { componentStyles } from '@zendeskgarden/react-theming';
|
|
|
9
9
|
import { StyledFileList } from './StyledFileList.js';
|
|
10
10
|
import { StyledFileUpload } from '../file-upload/StyledFileUpload.js';
|
|
11
11
|
|
|
12
|
-
const COMPONENT_ID = 'forms.file_list.item';
|
|
12
|
+
const COMPONENT_ID$d = 'forms.file_list.item';
|
|
13
13
|
const StyledFileListItem = styled.li.attrs({
|
|
14
|
-
'data-garden-id': COMPONENT_ID,
|
|
15
|
-
'data-garden-version': '9.12.
|
|
14
|
+
'data-garden-id': COMPONENT_ID$d,
|
|
15
|
+
'data-garden-version': '9.12.5'
|
|
16
16
|
}).withConfig({
|
|
17
17
|
displayName: "StyledFileListItem",
|
|
18
18
|
componentId: "sc-1ova3lo-0"
|
|
@@ -6,17 +6,16 @@
|
|
|
6
6
|
*/
|
|
7
7
|
import styled, { css } from 'styled-components';
|
|
8
8
|
import { math } from 'polished';
|
|
9
|
-
import { componentStyles, getColor, focusStyles
|
|
9
|
+
import { componentStyles, getLineHeight, getColor, focusStyles } from '@zendeskgarden/react-theming';
|
|
10
10
|
import { StyledLabel } from '../common/StyledLabel.js';
|
|
11
11
|
import { StyledHint } from '../common/StyledHint.js';
|
|
12
12
|
import { StyledMessage } from '../common/StyledMessage.js';
|
|
13
13
|
|
|
14
|
-
const COMPONENT_ID = 'forms.file_upload';
|
|
15
|
-
const colorStyles =
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
} = _ref;
|
|
14
|
+
const COMPONENT_ID$j = 'forms.file_upload';
|
|
15
|
+
const colorStyles$7 = ({
|
|
16
|
+
theme,
|
|
17
|
+
$isDragging
|
|
18
|
+
}) => {
|
|
20
19
|
const borderOptions = {
|
|
21
20
|
theme,
|
|
22
21
|
variable: 'border.primaryEmphasis'
|
|
@@ -90,11 +89,10 @@ const colorStyles = _ref => {
|
|
|
90
89
|
theme
|
|
91
90
|
}), activeBorderColor, activeBackgroundColor, activeForegroundColor, disabledBorderColor, disabledBackgroundColor, disabledForegroundColor);
|
|
92
91
|
};
|
|
93
|
-
const sizeStyles =
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
} = _ref2;
|
|
92
|
+
const sizeStyles$b = ({
|
|
93
|
+
theme,
|
|
94
|
+
$isCompact
|
|
95
|
+
}) => {
|
|
98
96
|
const marginTop = `${theme.space.base * ($isCompact ? 1 : 2)}px`;
|
|
99
97
|
const paddingHorizontal = `${$isCompact ? 2 : 4}em`;
|
|
100
98
|
const paddingVertical = math(`${theme.space.base * ($isCompact ? 2.5 : 5)} - ${theme.borderWidths.sm}`);
|
|
@@ -103,11 +101,11 @@ const sizeStyles = _ref2 => {
|
|
|
103
101
|
return css(["padding:", " ", ";min-width:4em;line-height:", ";font-size:", ";", ":not([hidden]) + &&,", " + &&,", " + &&,&& + ", ",&& + ", "{margin-top:", ";}"], paddingVertical, paddingHorizontal, lineHeight, fontSize, StyledLabel, StyledHint, StyledMessage, StyledHint, StyledMessage, marginTop);
|
|
104
102
|
};
|
|
105
103
|
const StyledFileUpload = styled.div.attrs({
|
|
106
|
-
'data-garden-id': COMPONENT_ID,
|
|
107
|
-
'data-garden-version': '9.12.
|
|
104
|
+
'data-garden-id': COMPONENT_ID$j,
|
|
105
|
+
'data-garden-version': '9.12.5'
|
|
108
106
|
}).withConfig({
|
|
109
107
|
displayName: "StyledFileUpload",
|
|
110
108
|
componentId: "sc-1rodjgn-0"
|
|
111
|
-
})(["display:flex;align-items:center;justify-content:center;box-sizing:border-box;direction:", ";transition:border-color 0.25s ease-in-out,box-shadow 0.1s ease-in-out,background-color 0.25s ease-in-out,color 0.25s ease-in-out;border:dashed ", ";border-radius:", ";cursor:pointer;text-align:center;user-select:none;", ";&[aria-disabled='true']{cursor:default;}", ";", ";"], props => props.theme.rtl ? 'rtl' : 'ltr', props => props.theme.borderWidths.sm, props => props.theme.borderRadii.md, sizeStyles, colorStyles, componentStyles);
|
|
109
|
+
})(["display:flex;align-items:center;justify-content:center;box-sizing:border-box;direction:", ";transition:border-color 0.25s ease-in-out,box-shadow 0.1s ease-in-out,background-color 0.25s ease-in-out,color 0.25s ease-in-out;border:dashed ", ";border-radius:", ";cursor:pointer;text-align:center;user-select:none;", ";&[aria-disabled='true']{cursor:default;}", ";", ";"], props => props.theme.rtl ? 'rtl' : 'ltr', props => props.theme.borderWidths.sm, props => props.theme.borderRadii.md, sizeStyles$b, colorStyles$7, componentStyles);
|
|
112
110
|
|
|
113
111
|
export { StyledFileUpload };
|
|
@@ -11,7 +11,7 @@ import { StyledLabel } from '../common/StyledLabel.js';
|
|
|
11
11
|
import { StyledHint } from '../common/StyledHint.js';
|
|
12
12
|
import { StyledMessage } from '../common/StyledMessage.js';
|
|
13
13
|
|
|
14
|
-
const COMPONENT_ID = 'forms.input_group';
|
|
14
|
+
const COMPONENT_ID$u = 'forms.input_group';
|
|
15
15
|
const positionStyles = props => {
|
|
16
16
|
const topMargin = `${props.theme.space.base * (props.$isCompact ? 1 : 2)}px`;
|
|
17
17
|
return css(["", ":not([hidden]) + &&,", " + &&,", " + &&,&& + ", ",&& + ", "{margin-top:", ";}& > ", "{position:relative;flex:1 1 auto;margin-top:0;margin-bottom:0;width:auto;min-width:0;}"], StyledLabel, StyledHint, StyledMessage, StyledHint, StyledMessage, topMargin, StyledTextInput);
|
|
@@ -22,8 +22,8 @@ const itemStyles = props => {
|
|
|
22
22
|
return css(["& > *{z-index:-1;}& > ", "{z-index:0;}& > ", ":disabled{z-index:-2;}& > ", ":hover,& > button:hover,& > ", ":focus-visible,& > button:focus-visible,& > ", ":active,& > button:active,& > button[aria-pressed='true'],& > button[aria-pressed='mixed']{z-index:1;}& > button:disabled{border-top-width:0;border-bottom-width:0;}& > *:not(:first-child){margin-", ":-", ";}& > *:first-child:not(:last-child){border-top-", "-radius:0;border-bottom-", "-radius:0;}& > *:last-child:not(:first-child){border-top-", "-radius:0;border-bottom-", "-radius:0;}& > *:not(:first-child):not(:last-child){border-radius:0;}"], StyledTextInput, StyledTextInput, StyledTextInput, StyledTextInput, StyledTextInput, startDirection, props.theme.borderWidths.sm, endDirection, endDirection, startDirection, startDirection);
|
|
23
23
|
};
|
|
24
24
|
const StyledInputGroup = styled.div.attrs({
|
|
25
|
-
'data-garden-id': COMPONENT_ID,
|
|
26
|
-
'data-garden-version': '9.12.
|
|
25
|
+
'data-garden-id': COMPONENT_ID$u,
|
|
26
|
+
'data-garden-version': '9.12.5'
|
|
27
27
|
}).withConfig({
|
|
28
28
|
displayName: "StyledInputGroup",
|
|
29
29
|
componentId: "sc-kjh1f0-0"
|
|
@@ -9,10 +9,10 @@ import { math } from 'polished';
|
|
|
9
9
|
import { componentStyles } from '@zendeskgarden/react-theming';
|
|
10
10
|
import { StyledHint } from '../common/StyledHint.js';
|
|
11
11
|
|
|
12
|
-
const COMPONENT_ID = 'forms.radio_hint';
|
|
12
|
+
const COMPONENT_ID$r = 'forms.radio_hint';
|
|
13
13
|
const StyledRadioHint = styled(StyledHint).attrs({
|
|
14
|
-
'data-garden-id': COMPONENT_ID,
|
|
15
|
-
'data-garden-version': '9.12.
|
|
14
|
+
'data-garden-id': COMPONENT_ID$r,
|
|
15
|
+
'data-garden-version': '9.12.5'
|
|
16
16
|
}).withConfig({
|
|
17
17
|
displayName: "StyledRadioHint",
|
|
18
18
|
componentId: "sc-eo8twg-0"
|