{"version":3,"file":"480-1a6dd0d100d827e44a84.js","mappings":"mLAMMA,GAAmBC,EAAAA,EAAAA,KACvB,SAAAC,GAKM,IAJJC,EAAID,EAAJC,KACAC,EAAKF,EAALE,MACAC,EAAIH,EAAJG,KACAC,EAAIJ,EAAJI,KAEA,OACEC,IAAAA,cAAA,OACEC,UAAU,qDACV,qBAAoBL,GAEnBC,GACCG,IAAAA,cAAA,SAAOE,IAAKN,GACTC,GAGLG,IAAAA,cAACG,EAAAA,GAAW,CAACJ,KAAMA,IAClBD,GAAQE,IAAAA,cAAA,OAAKC,UAAU,yBAAyBH,GAGvD,GACA,CAAC,QAAS,OAAQ,UAEpBM,EAAAA,EAAAA,GAAM,4BAEN,W","sources":["webpack:///./react/placeholder/index.js"],"sourcesContent":["import React from 'react';\n\nimport { Placeholder } from '../../common';\nimport { I18N } from '../../components';\nimport { lfLog } from '../../helpers/lf-log';\n\nconst PlaceholderReact = I18N(\n  ({\n    name,\n    label,\n    hint,\n    text\n  }) => {\n    return (\n      <div\n        className=\"lf-form-react-control-group lf-control-placeholder\"\n        data-lf-field-name={name}\n      >\n        {label && (\n          <label for={name}>\n            {label}\n          </label>\n        )}\n        <Placeholder text={text} />\n        {hint && <div className=\"lf-form-react-message\">{hint}</div>}\n      </div>\n    );\n  },\n  ['label', 'hint', 'text']\n);\nlfLog('Loaded React.Placeholder');\n\nexport default PlaceholderReact;"],"names":["PlaceholderReact","I18N","_ref","name","label","hint","text","React","className","for","Placeholder","lfLog"],"sourceRoot":""}