{"version":3,"sources":["02-molecules/content/story/story.js"],"names":["$","Drupal","behaviors","stories","attach","each","find","addClass","appendTo","jQuery"],"mappings":"aAAC,UAAiBA,CAAjB,CAAoBC,CAApB,CAA4B,CAC3BA,CAAM,CAACC,SAAP,CAAiBC,OAAjB,CAA2B,CACzBC,MAAM,CAAE,YAA6B,CACnCJ,CAAC,CAAC,qCAAD,CAAD,CAAyCK,IAAzC,CAA8C,UAAU,CACtDL,CAAC,CAAC,IAAD,CAAD,CAAQM,IAAR,CAAa,8BAAb,EAA6CC,QAA7C,CAAsD,aAAtD,EAAqEC,QAArE,CAA8ER,CAAC,CAAC,IAAD,CAAD,CAAQM,IAAR,CAAa,eAAb,CAA9E,CACD,CAFD,CAGD,CALwB,CAO5B,CARA,EAQCG,MARD,CAQSR,MART,C","sourcesContent":["(function stories($, Drupal) {\n Drupal.behaviors.stories = {\n attach: function (context, settings) {\n $('.stories-list, .matrix-manual-story').each(function(){\n $(this).find('.width-1, .width-2, .width-3').addClass('field__item').appendTo($(this).find('.field__items'));\n });\n },\n };\n}(jQuery, Drupal));\n"],"file":"story.js"}