{"version":3,"file":"static/js/2323.efaa6f4d.chunk.js","mappings":"mMAUaA,GAAmBC,EAAAA,EAAAA,IAAA,iC","sources":["../node_modules/@coveo/atomic/dist/esm/src/components/common/atomic-layout-section/atomic-layout-section.tsx"],"sourcesContent":["import {Component, Prop} from '@stencil/core';\nimport {Section} from './sections';\n\n/**\n * The `atomic-layout-section` lets you identify various sections for the related `atomic-layout` component.\n */\n@Component({\n tag: 'atomic-layout-section',\n shadow: false,\n})\nexport class AtomicLayoutSection {\n /**\n * The name of the layout section.\n */\n @Prop({reflect: true}) public section!: Section;\n /**\n * For column sections, the minimum horizontal space it should take.\n * E.g. '300px'\n */\n @Prop({reflect: true}) public minWidth?: string;\n /**\n * For column sections, the maximum horizontal space it should take.\n * E.g. '300px'\n */\n @Prop({reflect: true}) public maxWidth?: string;\n}\n"],"names":["AtomicLayoutSection","_createClass"],"sourceRoot":""}