{"version":3,"file":"blockquoteDefaults.mjs","sources":["../../../../../../src/components/ui/typography/blockquote/blockquoteDefaults.ts"],"sourcesContent":["import type { TypographyProps } from \"../common\";\nimport type { BorderProps } from \"../../props\";\n\n/** Default props for Blockquote component */\nexport const blockquoteDefaults: Partial<TypographyProps & BorderProps> = {\n  md: true,\n  wFull: true,\n  fontSans: true,\n  // logical alignment: start = left in LTR, right in RTL — matches the accent border, which already\n  // flips to the inline-start side under dir=\"rtl\". (Physical textLeft would contradict it.)\n  textStart: true,\n  outline: true,\n  inheritAppearance: true,\n  // inline-start accent border (logical, RTL-aware). Width scales via --bw-s\n  // (3px on .vane-blockquote); toggle off with `noBorder`.\n  borderStart: true,\n  // reset the UA <blockquote> margin (was the base-string `m-0`); consumers can\n  // opt into margin/marginY/marginT/etc. now that the margin category is present\n  noMargin: true,\n};\n"],"names":[],"mappings":"AAIO,MAAM,kBAAA,GAA6D;AAAA,EACxE,EAAA,EAAI,IAAA;AAAA,EACJ,KAAA,EAAO,IAAA;AAAA,EACP,QAAA,EAAU,IAAA;AAAA;AAAA;AAAA,EAGV,SAAA,EAAW,IAAA;AAAA,EACX,OAAA,EAAS,IAAA;AAAA,EACT,iBAAA,EAAmB,IAAA;AAAA;AAAA;AAAA,EAGnB,WAAA,EAAa,IAAA;AAAA;AAAA;AAAA,EAGb,QAAA,EAAU;AACZ;;;;"}