@mage-ui/preset 0.0.92 → 0.0.94
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`radio-group-root`,jsx:[`Radio`,`RadioGroup`,`Form.Radio`,`Form.RadioGroup`],base:{order:`3`,display:`flex`,flexDirection:`column`,gap:`400`,marginTop:`400`}});export{t as radioGroupRoot};
|
|
1
|
+
import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`radio-group-root`,jsx:[`Radio`,`RadioGroup`,`Form.Radio`,`Form.RadioGroup`],base:{order:`3`,display:`flex`,flexDirection:`column`,gap:`400`,marginTop:`400`},variants:{direction:{row:{flexDirection:`row`}}}});export{t as radioGroupRoot};
|
|
2
2
|
//# sourceMappingURL=radio-group-root.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"radio-group-root.js","names":[],"sources":["../../../../../src/recipes/atoms/inputs/radio/radio-group-root.ts"],"sourcesContent":["import {\n defineRecipe,\n type RecipeBuilder,\n type RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nexport const radioGroupRoot = defineRecipe({\n className: 'radio-group-root',\n jsx: ['Radio', 'RadioGroup', 'Form.Radio', 'Form.RadioGroup'],\n base: {\n order: '3',\n display: 'flex',\n flexDirection: 'column',\n gap: '400',\n marginTop: '400',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAiB,EAAa,CACzC,UAAW,mBACX,IAAK,CAAC,QAAS,aAAc,aAAc,kBAAkB,CAC7D,KAAM,CACJ,MAAO,IACP,QAAS,OACT,cAAe,SACf,IAAK,MACL,UAAW,MACZ,CACF,CAAC"}
|
|
1
|
+
{"version":3,"file":"radio-group-root.js","names":[],"sources":["../../../../../src/recipes/atoms/inputs/radio/radio-group-root.ts"],"sourcesContent":["import {\n defineRecipe,\n type RecipeBuilder,\n type RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nexport const radioGroupRoot = defineRecipe({\n className: 'radio-group-root',\n jsx: ['Radio', 'RadioGroup', 'Form.Radio', 'Form.RadioGroup'],\n base: {\n order: '3',\n display: 'flex',\n flexDirection: 'column',\n gap: '400',\n marginTop: '400',\n },\n variants: {\n direction: {\n row: {\n flexDirection: 'row',\n },\n },\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAiB,EAAa,CACzC,UAAW,mBACX,IAAK,CAAC,QAAS,aAAc,aAAc,kBAAkB,CAC7D,KAAM,CACJ,MAAO,IACP,QAAS,OACT,cAAe,SACf,IAAK,MACL,UAAW,MACZ,CACD,SAAU,CACR,UAAW,CACT,IAAK,CACH,cAAe,MAChB,CACF,CACF,CACF,CAAC"}
|