@mage-ui/preset 0.0.27 → 0.0.29

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.
@@ -0,0 +1,2 @@
1
+ import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`checkbox-group-root`,jsx:[`Checkbox`],base:{order:`3`,display:`flex`,flexDirection:`column`,gap:`400`,marginTop:`400`}});export{t as checkboxGroupRoot};
2
+ //# sourceMappingURL=checkbox-root-group.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"checkbox-root-group.js","names":[],"sources":["../../../../../src/recipes/atoms/inputs/checkbox/checkbox-root-group.ts"],"sourcesContent":["import {\n defineRecipe,\n type RecipeBuilder,\n type RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nexport const checkboxGroupRoot = defineRecipe({\n className: 'checkbox-group-root',\n jsx: ['Checkbox'],\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,EAAoB,EAAa,CAC5C,UAAW,sBACX,IAAK,CAAC,UAAW,EACjB,KAAM,CACJ,MAAO,IACP,QAAS,OACT,cAAe,SACf,IAAK,MACL,UAAW,KACZ,CACF,EAAC"}
@@ -0,0 +1,2 @@
1
+ import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`checkbox-root`,jsx:[`Checkbox`],base:{display:`flex`,flexDirection:`column`,gap:`100`}});export{t as checkboxRoot};
2
+ //# sourceMappingURL=checkbox-root.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"checkbox-root.js","names":[],"sources":["../../../../../src/recipes/atoms/inputs/checkbox/checkbox-root.ts"],"sourcesContent":["import {\n defineRecipe,\n type RecipeBuilder,\n type RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nexport const checkboxRoot = defineRecipe({\n className: 'checkbox-root',\n jsx: ['Checkbox'],\n base: {\n display: 'flex',\n flexDirection: 'column',\n gap: '100',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAe,EAAa,CACvC,UAAW,gBACX,IAAK,CAAC,UAAW,EACjB,KAAM,CACJ,QAAS,OACT,cAAe,SACf,IAAK,KACN,CACF,EAAC"}
@@ -1,2 +1,2 @@
1
- import{checkboxBody as e}from"./checkbox-body.js";import{checkboxDescription as t}from"./checkbox-description.js";import{checkboxError as n}from"./checkbox-error.js";import{checkboxIcon as r}from"./checkbox-icon.js";import{checkboxInner as i}from"./checkbox-inner.js";import{checkboxInput as a}from"./checkbox-input.js";import{checkboxLabel as o}from"./checkbox-label.js";import{checkboxLabelWrapper as s}from"./checkbox-label-wrapper.js";const c={checkboxBody:e,checkboxDescription:t,checkboxError:n,checkboxIcon:r,checkboxInner:i,checkboxInput:a,checkboxLabel:o,checkboxLabelWrapper:s};export{c as checkboxRecipe};
1
+ import{checkboxBody as e}from"./checkbox-body.js";import{checkboxDescription as t}from"./checkbox-description.js";import{checkboxError as n}from"./checkbox-error.js";import{checkboxIcon as r}from"./checkbox-icon.js";import{checkboxInner as i}from"./checkbox-inner.js";import{checkboxInput as a}from"./checkbox-input.js";import{checkboxLabel as o}from"./checkbox-label.js";import{checkboxLabelWrapper as s}from"./checkbox-label-wrapper.js";import{checkboxRoot as c}from"./checkbox-root.js";import{checkboxGroupRoot as l}from"./checkbox-root-group.js";const u={checkboxRoot:c,checkboxBody:e,checkboxDescription:t,checkboxError:n,checkboxIcon:r,checkboxInner:i,checkboxInput:a,checkboxLabel:o,checkboxLabelWrapper:s,checkboxGroupRoot:l};export{u as checkboxRecipe};
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","names":[],"sources":["../../../../../src/recipes/atoms/inputs/checkbox/index.ts"],"sourcesContent":["import { checkboxBody } from './checkbox-body';\nimport { checkboxDescription } from './checkbox-description';\nimport { checkboxError } from './checkbox-error';\nimport { checkboxIcon } from './checkbox-icon';\nimport { checkboxInner } from './checkbox-inner';\nimport { checkboxInput } from './checkbox-input';\nimport { checkboxLabel } from './checkbox-label';\nimport { checkboxLabelWrapper } from './checkbox-label-wrapper';\n\nexport const checkboxRecipe = {\n checkboxBody,\n checkboxDescription,\n checkboxError,\n checkboxIcon,\n checkboxInner,\n checkboxInput,\n checkboxLabel,\n checkboxLabelWrapper,\n};\n"],"mappings":"ubASA,MAAa,EAAiB,CAC5B,eACA,sBACA,gBACA,eACA,gBACA,gBACA,gBACA,sBACD"}
1
+ {"version":3,"file":"index.js","names":[],"sources":["../../../../../src/recipes/atoms/inputs/checkbox/index.ts"],"sourcesContent":["import { checkboxBody } from './checkbox-body';\nimport { checkboxDescription } from './checkbox-description';\nimport { checkboxError } from './checkbox-error';\nimport { checkboxIcon } from './checkbox-icon';\nimport { checkboxInner } from './checkbox-inner';\nimport { checkboxInput } from './checkbox-input';\nimport { checkboxLabel } from './checkbox-label';\nimport { checkboxLabelWrapper } from './checkbox-label-wrapper';\nimport { checkboxRoot } from './checkbox-root';\nimport { checkboxGroupRoot } from './checkbox-root-group';\n\nexport const checkboxRecipe = {\n checkboxRoot,\n checkboxBody,\n checkboxDescription,\n checkboxError,\n checkboxIcon,\n checkboxInner,\n checkboxInput,\n checkboxLabel,\n checkboxLabelWrapper,\n checkboxGroupRoot,\n};\n"],"mappings":"siBAWA,MAAa,EAAiB,CAC5B,eACA,eACA,sBACA,gBACA,eACA,gBACA,gBACA,gBACA,uBACA,mBACD"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mage-ui/preset",
3
- "version": "0.0.27",
3
+ "version": "0.0.29",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [],