{"version":3,"file":"footer.mjs","sources":["../../../../../../packages/components/container/src/footer.vue"],"sourcesContent":["<template>\n  <footer\n    :class=\"ns.b()\"\n    :style=\"style\"\n    data-test-name=\"footer\"\n    data-test-variant=\"\"\n    data-test-state=\"\"\n  >\n    <slot />\n  </footer>\n</template>\n<script lang=\"ts\" setup>\nimport { computed } from 'vue'\nimport { useNamespace } from '@bigin/hooks'\n\nimport type { CSSProperties } from 'vue'\n\ndefineOptions({\n  name: 'BFooter',\n})\nconst props = defineProps({\n  height: {\n    type: String,\n    default: null,\n  },\n})\n\nconst ns = useNamespace('footer')\n\nconst style = computed(\n  () =>\n    (props.height\n      ? ns.cssVarBlock({ height: props.height })\n      : {}) as CSSProperties\n)\n</script>\n"],"names":[],"mappings":";;;;;mCAiBc,CAAA;AAAA,EACZ,IAAM,EAAA,SAAA;AACR,CAAA,CAAA,CAAA;;;;;;;;;;;AAQM,IAAA,MAAA,EAAA,GAAK,aAAa,QAAQ,CAAA,CAAA;AAEhC,IAAA,MAAM,KAAQ,GAAA,QAAA;AAAA,MACZ,MACG,KAAM,CAAA,MAAA,GACH,EAAG,CAAA,WAAA,CAAY,EAAE,MAAA,EAAQ,KAAM,CAAA,MAAA,EAAQ,CAAA,GACvC,EAAC;AAAA,KACT,CAAA;;;;;;;;;;;;;;;;;;"}