{"version":3,"sources":["webpack:///./src/modules/email-editor/src/models/video.js"],"names":["tag","labelTitle","labelColor","id","value","content","attributes","basic","margin","title","comp","top","left","right","bottom","backgroundColor","padding","border","width","color","style","sides","radius","leftTop","topRight","bottomRight","bottomLeft","advanced","cssId","cssClasses","alternateText"],"mappings":"gHAAA,OAAe,cACXA,IAAK,QACLC,WAAY,GACZC,WAAY,GACZC,GAAI,CAAEC,MAAO,MACbC,QAAS,8HACTC,WAAY,CACRC,MAAO,CACHC,OAAQ,CAAEC,MAAO,SAAUC,KAAM,gBAAiBN,MAAO,CAAEO,IAAK,EAAGC,KAAM,EAAGC,MAAO,EAAGC,OAAQ,IAE9FC,gBAAiB,CAAEN,MAAO,mBAAoBC,KAAM,cAAeN,MAAO,eAC1EY,QAAS,CAAEP,MAAO,UAAWC,KAAM,gBAAiBN,MAAO,CAAEO,IAAK,EAAGC,KAAM,EAAGC,MAAO,EAAGC,OAAQ,IAChGG,OAAQ,CACJR,MAAO,SACPC,KAAM,SACNN,MAAO,CACHc,MAAO,EACPC,MAAO,cACPC,MAAO,QACPC,MAAO,CAAEV,KAAK,EAAMC,MAAM,EAAMC,OAAO,EAAMC,QAAQ,GACrDQ,OAAQ,CAAEC,QAAS,EAAGC,SAAU,EAAGC,YAAa,EAAGC,WAAY,MAI3EC,SAAU,CACNC,MAAO,CAAEnB,MAAO,KAAMC,KAAM,YAAaN,MAAO,IAChDyB,WAAY,CAAEpB,MAAO,cAAeC,KAAM,YAAaN,MAAO,IAE9D0B,cAAe,CAAErB,MAAO,iBAAkBC,KAAM,YAAaN,MAAO","file":"js/chunk-2d0ba195.6158a270.js","sourcesContent":["export default {\n tag: 'video',\n labelTitle: '',\n labelColor: '',\n id: { value: null },\n content: '',\n attributes: {\n basic: {\n margin: { title: 'Margin', comp: 'marginPadding', value: { top: 0, left: 0, right: 0, bottom: 0 } },\n // linkUrl: { title: 'VideoLink', comp: 'TextInput', value: '' },\n backgroundColor: { title: 'Background color', comp: 'colorPicker', value: 'transparent' },\n padding: { title: 'Padding', comp: 'marginPadding', value: { top: 0, left: 0, right: 0, bottom: 0 } },\n border: {\n title: 'Border',\n comp: 'border',\n value: {\n width: 0,\n color: 'transparent',\n style: 'solid',\n sides: { top: true, left: true, right: true, bottom: true },\n radius: { leftTop: 0, topRight: 0, bottomRight: 0, bottomLeft: 0 },\n }\n },\n },\n advanced: {\n cssId: { title: 'ID', comp: 'TextInput', value: '' },\n cssClasses: { title: 'CSS Classes', comp: 'TextInput', value: [] },\n // alignment: { title: 'Alignment', comp: 'Alignment', value: { alignSide: 'left' } },\n alternateText: { title: 'Alternate text', comp: 'TextInput', value: '' },\n },\n },\n}"],"sourceRoot":""}