{"version":3,"file":"LinkTag-93275800.js","sources":["../../src/components/ui/actions/Files/Templates/Designs/Mobler/src/components/ui/actions/LinkTag.vue"],"sourcesContent":["<script setup lang=\"ts\">\r\n\r\nconst props = defineProps({\r\n\tdata: {\r\n\t\ttype: String,\r\n\t},\r\n\ttarget: {\r\n\t\ttype: String,\r\n\t},\r\n\ttheme: {\r\n\t\ttype: String,\r\n\t\tvalidator(value, props) {\r\n\t\t\treturn ['primary', 'secondary', 'outline', 'faded', 'link'].includes(<string>value)\r\n\t\t}\r\n\t},\r\n\tsize: {\r\n\t\ttype: String,\r\n\t\tdefault: \"normal\",\r\n\t\tvalidator(value, props) {\r\n\t\t\treturn ['sm', 'normal', 'lg'].includes(<string>value)\r\n\t\t}\r\n\t},\r\n})\r\n\r\n</script>\r\n\r\n<template>\r\n\t<a\r\n\t\t:href=\"props.data\"\r\n\t\t:target=\"props.target\"\r\n\t\trel=\"noopener\"\r\n\t\tclass=\"hover:no-underline focus:no-underline\"\r\n\t\t>\r\n\t\t<slot></slot>\r\n\t</a>\r\n</template>\r\n\r\n<style scoped>\r\n\r\n</style>\r\n"],"names":["props","__props"],"mappings":"uWAEA,MAAMA,EAAQC"}