{"version":3,"sources":["../../../src/lib/data-list.props.tsx"],"sourcesContent":["import {\n  asChildPropDef,\n  dataListRootPropDefs as themesDataListRootPropDefs,\n  dataListItemPropDefs as themesDataListItemPropDefs,\n  dataListLabelPropDefs as themesDataListLabelPropDefs,\n} from \"@radix-ui/themes/props\";\nimport type { PropDef } from \"@radix-ui/themes/props\";\n\nexport const dataListRootAs = [\"dl\", \"div\"] as const;\nexport const dataListRootPropDefs = {\n  ...themesDataListRootPropDefs,\n  as: { type: \"enum\", values: dataListRootAs, default: \"dl\" },\n  ...asChildPropDef,\n} satisfies typeof themesDataListRootPropDefs & {\n  as: PropDef<(typeof dataListRootAs)[number]>;\n};\n\nexport const dataListItemPropDefs = {\n  ...themesDataListItemPropDefs,\n  ...asChildPropDef,\n} satisfies typeof themesDataListItemPropDefs;\n\nexport const dataListLabelAs = [\"dt\", \"div\"] as const;\nexport const dataListLabelPropDefs = {\n  ...themesDataListLabelPropDefs,\n  as: { type: \"enum\", values: dataListLabelAs, default: \"dt\" },\n  ...asChildPropDef,\n} satisfies typeof themesDataListLabelPropDefs & {\n  as: PropDef<(typeof dataListLabelAs)[number]>;\n};\n\nexport const dataListValueAs = [\"dd\", \"div\"] as const;\nexport const dataListValuePropDefs = {\n  as: { type: \"enum\", values: dataListValueAs, default: \"dd\" },\n  ...asChildPropDef,\n} satisfies {\n  as: PropDef<(typeof dataListValueAs)[number]>;\n};\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,mBAKO;AAGA,MAAM,iBAAiB,CAAC,MAAM,KAAK;AACnC,MAAM,uBAAuB;AAAA,EAClC,GAAG,aAAAA;AAAA,EACH,IAAI,EAAE,MAAM,QAAQ,QAAQ,gBAAgB,SAAS,KAAK;AAAA,EAC1D,GAAG;AACL;AAIO,MAAM,uBAAuB;AAAA,EAClC,GAAG,aAAAC;AAAA,EACH,GAAG;AACL;AAEO,MAAM,kBAAkB,CAAC,MAAM,KAAK;AACpC,MAAM,wBAAwB;AAAA,EACnC,GAAG,aAAAC;AAAA,EACH,IAAI,EAAE,MAAM,QAAQ,QAAQ,iBAAiB,SAAS,KAAK;AAAA,EAC3D,GAAG;AACL;AAIO,MAAM,kBAAkB,CAAC,MAAM,KAAK;AACpC,MAAM,wBAAwB;AAAA,EACnC,IAAI,EAAE,MAAM,QAAQ,QAAQ,iBAAiB,SAAS,KAAK;AAAA,EAC3D,GAAG;AACL;","names":["themesDataListRootPropDefs","themesDataListItemPropDefs","themesDataListLabelPropDefs"]}