{"ast":null,"code":"const genInputStyle = token => {\n  const {\n    componentCls,\n    antCls,\n    fontSizeSM,\n    lineHeightSM,\n    colorPickerAlphaInputWidth,\n    marginXXS,\n    paddingXXS,\n    controlHeightSM,\n    marginXS,\n    fontSizeIcon,\n    paddingXS,\n    colorTextPlaceholder,\n    colorPickerInputNumberHandleWidth,\n    lineWidth\n  } = token;\n  return {\n    [`${componentCls}-input-container`]: {\n      display: 'flex',\n      [`${componentCls}-steppers${antCls}-input-number`]: {\n        fontSize: fontSizeSM,\n        lineHeight: lineHeightSM,\n        [`${antCls}-input-number-input`]: {\n          paddingInlineStart: paddingXXS,\n          paddingInlineEnd: 0\n        },\n        [`${antCls}-input-number-handler-wrap`]: {\n          width: colorPickerInputNumberHandleWidth\n        }\n      },\n      [`${componentCls}-steppers${componentCls}-alpha-input`]: {\n        flex: `0 0 ${colorPickerAlphaInputWidth}px`,\n        marginInlineStart: marginXXS\n      },\n      [`${componentCls}-format-select${antCls}-select`]: {\n        marginInlineEnd: marginXS,\n        width: 'auto',\n        '&-single': {\n          [`${antCls}-select-selector`]: {\n            padding: 0,\n            border: 0\n          },\n          [`${antCls}-select-arrow`]: {\n            insetInlineEnd: 0\n          },\n          [`${antCls}-select-selection-item`]: {\n            paddingInlineEnd: fontSizeIcon + marginXXS,\n            fontSize: fontSizeSM,\n            lineHeight: `${controlHeightSM}px`\n          },\n          [`${antCls}-select-item-option-content`]: {\n            fontSize: fontSizeSM,\n            lineHeight: lineHeightSM\n          },\n          [`${antCls}-select-dropdown`]: {\n            [`${antCls}-select-item`]: {\n              minHeight: 'auto'\n            }\n          }\n        }\n      },\n      [`${componentCls}-input`]: {\n        gap: marginXXS,\n        alignItems: 'center',\n        flex: 1,\n        width: 0,\n        [`${componentCls}-hsb-input,${componentCls}-rgb-input`]: {\n          display: 'flex',\n          gap: marginXXS,\n          alignItems: 'center'\n        },\n        [`${componentCls}-steppers`]: {\n          flex: 1\n        },\n        [`${componentCls}-hex-input${antCls}-input-affix-wrapper`]: {\n          flex: 1,\n          padding: `0 ${paddingXS}px`,\n          [`${antCls}-input`]: {\n            fontSize: fontSizeSM,\n            textTransform: 'uppercase',\n            lineHeight: `${controlHeightSM - 2 * lineWidth}px`\n          },\n          [`${antCls}-input-prefix`]: {\n            color: colorTextPlaceholder\n          }\n        }\n      }\n    }\n  };\n};\nexport default genInputStyle;","map":{"version":3,"names":["genInputStyle","token","componentCls","antCls","fontSizeSM","lineHeightSM","colorPickerAlphaInputWidth","marginXXS","paddingXXS","controlHeightSM","marginXS","fontSizeIcon","paddingXS","colorTextPlaceholder","colorPickerInputNumberHandleWidth","lineWidth","display","fontSize","lineHeight","paddingInlineStart","paddingInlineEnd","width","flex","marginInlineStart","marginInlineEnd","padding","border","insetInlineEnd","minHeight","gap","alignItems","textTransform","color"],"sources":["/Users/chrishaack/UC_Trains_Voice/react-demo/node_modules/antd/es/color-picker/style/input.js"],"sourcesContent":["const genInputStyle = token => {\n  const {\n    componentCls,\n    antCls,\n    fontSizeSM,\n    lineHeightSM,\n    colorPickerAlphaInputWidth,\n    marginXXS,\n    paddingXXS,\n    controlHeightSM,\n    marginXS,\n    fontSizeIcon,\n    paddingXS,\n    colorTextPlaceholder,\n    colorPickerInputNumberHandleWidth,\n    lineWidth\n  } = token;\n  return {\n    [`${componentCls}-input-container`]: {\n      display: 'flex',\n      [`${componentCls}-steppers${antCls}-input-number`]: {\n        fontSize: fontSizeSM,\n        lineHeight: lineHeightSM,\n        [`${antCls}-input-number-input`]: {\n          paddingInlineStart: paddingXXS,\n          paddingInlineEnd: 0\n        },\n        [`${antCls}-input-number-handler-wrap`]: {\n          width: colorPickerInputNumberHandleWidth\n        }\n      },\n      [`${componentCls}-steppers${componentCls}-alpha-input`]: {\n        flex: `0 0 ${colorPickerAlphaInputWidth}px`,\n        marginInlineStart: marginXXS\n      },\n      [`${componentCls}-format-select${antCls}-select`]: {\n        marginInlineEnd: marginXS,\n        width: 'auto',\n        '&-single': {\n          [`${antCls}-select-selector`]: {\n            padding: 0,\n            border: 0\n          },\n          [`${antCls}-select-arrow`]: {\n            insetInlineEnd: 0\n          },\n          [`${antCls}-select-selection-item`]: {\n            paddingInlineEnd: fontSizeIcon + marginXXS,\n            fontSize: fontSizeSM,\n            lineHeight: `${controlHeightSM}px`\n          },\n          [`${antCls}-select-item-option-content`]: {\n            fontSize: fontSizeSM,\n            lineHeight: lineHeightSM\n          },\n          [`${antCls}-select-dropdown`]: {\n            [`${antCls}-select-item`]: {\n              minHeight: 'auto'\n            }\n          }\n        }\n      },\n      [`${componentCls}-input`]: {\n        gap: marginXXS,\n        alignItems: 'center',\n        flex: 1,\n        width: 0,\n        [`${componentCls}-hsb-input,${componentCls}-rgb-input`]: {\n          display: 'flex',\n          gap: marginXXS,\n          alignItems: 'center'\n        },\n        [`${componentCls}-steppers`]: {\n          flex: 1\n        },\n        [`${componentCls}-hex-input${antCls}-input-affix-wrapper`]: {\n          flex: 1,\n          padding: `0 ${paddingXS}px`,\n          [`${antCls}-input`]: {\n            fontSize: fontSizeSM,\n            textTransform: 'uppercase',\n            lineHeight: `${controlHeightSM - 2 * lineWidth}px`\n          },\n          [`${antCls}-input-prefix`]: {\n            color: colorTextPlaceholder\n          }\n        }\n      }\n    }\n  };\n};\nexport default genInputStyle;"],"mappings":"AAAA,MAAMA,aAAa,GAAGC,KAAK,IAAI;EAC7B,MAAM;IACJC,YAAY;IACZC,MAAM;IACNC,UAAU;IACVC,YAAY;IACZC,0BAA0B;IAC1BC,SAAS;IACTC,UAAU;IACVC,eAAe;IACfC,QAAQ;IACRC,YAAY;IACZC,SAAS;IACTC,oBAAoB;IACpBC,iCAAiC;IACjCC;EACF,CAAC,GAAGd,KAAK;EACT,OAAO;IACL,CAAE,GAAEC,YAAa,kBAAiB,GAAG;MACnCc,OAAO,EAAE,MAAM;MACf,CAAE,GAAEd,YAAa,YAAWC,MAAO,eAAc,GAAG;QAClDc,QAAQ,EAAEb,UAAU;QACpBc,UAAU,EAAEb,YAAY;QACxB,CAAE,GAAEF,MAAO,qBAAoB,GAAG;UAChCgB,kBAAkB,EAAEX,UAAU;UAC9BY,gBAAgB,EAAE;QACpB,CAAC;QACD,CAAE,GAAEjB,MAAO,4BAA2B,GAAG;UACvCkB,KAAK,EAAEP;QACT;MACF,CAAC;MACD,CAAE,GAAEZ,YAAa,YAAWA,YAAa,cAAa,GAAG;QACvDoB,IAAI,EAAG,OAAMhB,0BAA2B,IAAG;QAC3CiB,iBAAiB,EAAEhB;MACrB,CAAC;MACD,CAAE,GAAEL,YAAa,iBAAgBC,MAAO,SAAQ,GAAG;QACjDqB,eAAe,EAAEd,QAAQ;QACzBW,KAAK,EAAE,MAAM;QACb,UAAU,EAAE;UACV,CAAE,GAAElB,MAAO,kBAAiB,GAAG;YAC7BsB,OAAO,EAAE,CAAC;YACVC,MAAM,EAAE;UACV,CAAC;UACD,CAAE,GAAEvB,MAAO,eAAc,GAAG;YAC1BwB,cAAc,EAAE;UAClB,CAAC;UACD,CAAE,GAAExB,MAAO,wBAAuB,GAAG;YACnCiB,gBAAgB,EAAET,YAAY,GAAGJ,SAAS;YAC1CU,QAAQ,EAAEb,UAAU;YACpBc,UAAU,EAAG,GAAET,eAAgB;UACjC,CAAC;UACD,CAAE,GAAEN,MAAO,6BAA4B,GAAG;YACxCc,QAAQ,EAAEb,UAAU;YACpBc,UAAU,EAAEb;UACd,CAAC;UACD,CAAE,GAAEF,MAAO,kBAAiB,GAAG;YAC7B,CAAE,GAAEA,MAAO,cAAa,GAAG;cACzByB,SAAS,EAAE;YACb;UACF;QACF;MACF,CAAC;MACD,CAAE,GAAE1B,YAAa,QAAO,GAAG;QACzB2B,GAAG,EAAEtB,SAAS;QACduB,UAAU,EAAE,QAAQ;QACpBR,IAAI,EAAE,CAAC;QACPD,KAAK,EAAE,CAAC;QACR,CAAE,GAAEnB,YAAa,cAAaA,YAAa,YAAW,GAAG;UACvDc,OAAO,EAAE,MAAM;UACfa,GAAG,EAAEtB,SAAS;UACduB,UAAU,EAAE;QACd,CAAC;QACD,CAAE,GAAE5B,YAAa,WAAU,GAAG;UAC5BoB,IAAI,EAAE;QACR,CAAC;QACD,CAAE,GAAEpB,YAAa,aAAYC,MAAO,sBAAqB,GAAG;UAC1DmB,IAAI,EAAE,CAAC;UACPG,OAAO,EAAG,KAAIb,SAAU,IAAG;UAC3B,CAAE,GAAET,MAAO,QAAO,GAAG;YACnBc,QAAQ,EAAEb,UAAU;YACpB2B,aAAa,EAAE,WAAW;YAC1Bb,UAAU,EAAG,GAAET,eAAe,GAAG,CAAC,GAAGM,SAAU;UACjD,CAAC;UACD,CAAE,GAAEZ,MAAO,eAAc,GAAG;YAC1B6B,KAAK,EAAEnB;UACT;QACF;MACF;IACF;EACF,CAAC;AACH,CAAC;AACD,eAAeb,aAAa"},"metadata":{},"sourceType":"module","externalDependencies":[]}