@mage-ui/preset 1.0.58 → 1.0.59

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:`fluid-grid__root`,jsx:[`FluidGrid`],base:{display:`grid`,gridTemplateColumns:`repeat(auto-fit, minmax(min(var(--fluid-grid-column-size), 100%), 1fr))`,gap:`var(--fluid-grid-gap)`,width:`fit-content`,maxWidth:`100%`}});export{t as fluidGridRoot};
2
+ //# sourceMappingURL=fluid-grid-root.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fluid-grid-root.mjs","names":[],"sources":["../../../../src/recipes/layouts/fluid-grid/fluid-grid-root.ts"],"sourcesContent":["import {\n defineRecipe,\n type RecipeBuilder,\n type RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nexport const fluidGridRoot = defineRecipe({\n className: 'fluid-grid__root',\n jsx: ['FluidGrid'],\n base: {\n display: 'grid',\n gridTemplateColumns:\n 'repeat(auto-fit, minmax(min(var(--fluid-grid-column-size), 100%), 1fr))',\n gap: 'var(--fluid-grid-gap)',\n width: 'fit-content',\n maxWidth: '100%',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAgB,EAAa,CACxC,UAAW,mBACX,IAAK,CAAC,YAAY,CAClB,KAAM,CACJ,QAAS,OACT,oBACE,0EACF,IAAK,wBACL,MAAO,cACP,SAAU,OACX,CACF,CAAC"}
@@ -0,0 +1,2 @@
1
+ import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`fluid-grid`,jsx:[`FluidGrid`],base:{"--fluid-grid-column-size":`18rem`,"--fluid-grid-gap":`{spacing.400}`}});export{t as fluidGrid};
2
+ //# sourceMappingURL=fluid-grid.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fluid-grid.mjs","names":[],"sources":["../../../../src/recipes/layouts/fluid-grid/fluid-grid.ts"],"sourcesContent":["import {\n defineRecipe,\n type RecipeBuilder,\n type RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nexport const fluidGrid = defineRecipe({\n className: 'fluid-grid',\n jsx: ['FluidGrid'],\n base: {\n '--fluid-grid-column-size': '18rem',\n '--fluid-grid-gap': '{spacing.400}',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAY,EAAa,CACpC,UAAW,aACX,IAAK,CAAC,YAAY,CAClB,KAAM,CACJ,2BAA4B,QAC5B,mBAAoB,gBACrB,CACF,CAAC"}
@@ -0,0 +1,2 @@
1
+ import{fluidGrid as e}from"./fluid-grid.mjs";import{fluidGridRoot as t}from"./fluid-grid-root.mjs";var n={fluidGrid:e,fluidGridRoot:t};export{n as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.mjs","names":[],"sources":["../../../../src/recipes/layouts/fluid-grid/index.ts"],"sourcesContent":["import { fluidGrid } from './fluid-grid';\nimport { fluidGridRoot } from './fluid-grid-root';\n\nexport default {\n fluidGrid,\n fluidGridRoot,\n};\n"],"mappings":"mGAGA,IAAA,EAAe,CACb,YACA,gBACD"}
@@ -1,2 +1,2 @@
1
- import e from"./card/index.mjs";import t from"./grid/index.mjs";var n={...e,...t};export{n as default};
1
+ import e from"./card/index.mjs";import t from"./fluid-grid/index.mjs";import n from"./grid/index.mjs";var r={...e,...n,...t};export{r as default};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.mjs","names":["card","grid"],"sources":["../../../src/recipes/layouts/index.ts"],"sourcesContent":["import card from './card';\nimport grid from './grid';\n\nexport default {\n ...card,\n ...grid,\n};\n"],"mappings":"gEAGA,IAAA,EAAe,CACb,GAAGA,EACH,GAAGC,EACJ"}
1
+ {"version":3,"file":"index.mjs","names":["card","grid","fluidGrid"],"sources":["../../../src/recipes/layouts/index.ts"],"sourcesContent":["import card from './card';\nimport fluidGrid from './fluid-grid';\nimport grid from './grid';\n\nexport default {\n ...card,\n ...grid,\n ...fluidGrid,\n};\n"],"mappings":"sGAIA,IAAA,EAAe,CACb,GAAGA,EACH,GAAGC,EACH,GAAGC,EACJ"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mage-ui/preset",
3
- "version": "1.0.58",
3
+ "version": "1.0.59",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [],