{"version":3,"file":"ComponentsForStories.cjs","sources":["../../../src/components/Layout/ComponentsForStories.tsx"],"sourcesContent":["type Props = {\n  narrowWidth?: boolean\n  narrowHeight?: boolean\n}\n\nexport const ColorBox = ({ narrowWidth, narrowHeight }: Props) => (\n  <div\n    className={`${narrowWidth ? 'shr-min-w-[40px]' : 'shr-min-w-[80px]'} ${narrowHeight ? 'shr-min-h-[40px]' : 'shr-min-h-[80px]'} shr-rounded-l shr-bg-brand shr-text-white`}\n  />\n)\n"],"names":["_jsx"],"mappings":";;;;AAKO,MAAM,QAAQ,GAAG,CAAC,EAAE,WAAW,EAAE,YAAY,EAAS,MAC3DA,wBACE,SAAS,EAAE,GAAG,WAAW,GAAG,kBAAkB,GAAG,kBAAkB,CAAA,CAAA,EAAI,YAAY,GAAG,kBAAkB,GAAG,kBAAkB,CAAA,0CAAA,CAA4C,EAAA,CACzK;;;;"}