{"version":3,"file":"879-699d093015dd8bde9f97.js","mappings":"qMAOMA,GAAuBC,EAAAA,EAAAA,KAC3B,SAAAC,GAKM,IAJJC,EAAKD,EAALC,MACAC,EAAIF,EAAJE,KACAC,EAAIH,EAAJG,KACAC,EAAIJ,EAAJI,KAEA,OACEC,IAAAA,cAACC,EAAAA,EAAAA,MAAU,CACTC,UAAU,yBACV,qBAAoBH,GAEnBH,GACCI,IAAAA,cAACC,EAAAA,EAAAA,MAAU,KACRL,GAGLI,IAAAA,cAACG,EAAAA,GAAW,CAACL,KAAMA,IAClBD,GAAQG,IAAAA,cAACC,EAAAA,EAAAA,KAAS,KAAEJ,GAG3B,GACA,CAAC,QAAS,OAAQ,UAEpBO,EAAAA,EAAAA,GAAM,mCAEN,W","sources":["webpack:///./react-bootstrap/placeholder/index.js"],"sourcesContent":["import React from 'react';\nimport Form from 'react-bootstrap/Form';\n\nimport { Placeholder } from '../../common';\nimport { I18N } from '../../components';\nimport { lfLog } from '../../helpers/lf-log';\n\nconst PlaceholderBootstrap = I18N(\n  ({\n    label,\n    hint,\n    text,\n    name\n  }) => {\n    return (\n      <Form.Group\n        className=\"lf-control-placeholder\"\n        data-lf-field-name={name}\n      >\n        {label && (\n          <Form.Label>\n            {label}\n          </Form.Label>\n        )}\n        <Placeholder text={text} />\n        {hint && <Form.Text>{hint}</Form.Text>}\n      </Form.Group>\n    );\n  },\n  ['label', 'hint', 'text']\n);\nlfLog('Loaded ReactBootrap.Placeholder');\n\nexport default PlaceholderBootstrap;\n"],"names":["PlaceholderBootstrap","I18N","_ref","label","hint","text","name","React","Form","className","Placeholder","lfLog"],"sourceRoot":""}