{"version":3,"file":"checkboxWrapperDefaults.cjs","sources":["../../../../../src/components/ui/checkbox/checkboxWrapperDefaults.ts"],"sourcesContent":["import type { CheckboxProps } from \"./CheckboxProps\";\n\n/** Default props for Checkbox wrapper component */\nexport const checkboxWrapperDefaults: Partial<CheckboxProps> = {\n  md: true,\n  primary: true,\n  inlineGrid: true,\n  itemsCenter: true,\n  justifyCenter: true,\n  filled: true,\n  // Pin the (one-line-tall, self-centering) wrapper to the top of the flex\n  // cross-axis. Inside a Label with multi-line content, this keeps the checkbox\n  // centered on the FIRST text row instead of the middle of all rows, while the\n  // Label keeps `itemsCenter` for the single-line Input case.\n  alignSelfStart: true,\n};\n"],"names":[],"mappings":";;AAGO,MAAM,uBAAA,GAAkD;AAAA,EAC7D,EAAA,EAAI,IAAA;AAAA,EACJ,OAAA,EAAS,IAAA;AAAA,EACT,UAAA,EAAY,IAAA;AAAA,EACZ,WAAA,EAAa,IAAA;AAAA,EACb,aAAA,EAAe,IAAA;AAAA,EACf,MAAA,EAAQ,IAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAKR,cAAA,EAAgB;AAClB;;;;"}