@mage-ui/preset 1.0.134 → 1.0.135

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:`uploaded-files__list-item`,jsx:[`UploadedFiles`],base:{display:`var(--uploaded-files-list-item-display, block)`}});export{t as uploadedFilesListItem};
1
+ import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`uploaded-files__list-item`,jsx:[`UploadedFiles`],base:{display:`var(--uploaded-files-list-item-display, block)`,width:`var(--uploaded-files-list-item-width, 100%)`,minWidth:`var(--uploaded-files-list-item-min-width, 100%)`,maxWidth:`var(--uploaded-files-list-item-max-width, 100%)`}});export{t as uploadedFilesListItem};
2
2
  //# sourceMappingURL=uploaded-files-list-item.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"uploaded-files-list-item.mjs","names":[],"sources":["../../../../src/recipes/data-display/uploaded-files/uploaded-files-list-item.ts"],"sourcesContent":["import {\n defineRecipe,\n type RecipeBuilder,\n type RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nexport const uploadedFilesListItem = defineRecipe({\n className: 'uploaded-files__list-item',\n jsx: ['UploadedFiles'],\n base: {\n display: 'var(--uploaded-files-list-item-display, block)',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAwB,EAAa,CAChD,UAAW,4BACX,IAAK,CAAC,gBAAgB,CACtB,KAAM,CACJ,QAAS,iDACV,CACF,CAAC"}
1
+ {"version":3,"file":"uploaded-files-list-item.mjs","names":[],"sources":["../../../../src/recipes/data-display/uploaded-files/uploaded-files-list-item.ts"],"sourcesContent":["import {\n defineRecipe,\n type RecipeBuilder,\n type RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nexport const uploadedFilesListItem = defineRecipe({\n className: 'uploaded-files__list-item',\n jsx: ['UploadedFiles'],\n base: {\n display: 'var(--uploaded-files-list-item-display, block)',\n width: 'var(--uploaded-files-list-item-width, 100%)',\n minWidth: 'var(--uploaded-files-list-item-min-width, 100%)',\n maxWidth: 'var(--uploaded-files-list-item-max-width, 100%)',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAwB,EAAa,CAChD,UAAW,4BACX,IAAK,CAAC,gBAAgB,CACtB,KAAM,CACJ,QAAS,iDACT,MAAO,8CACP,SAAU,kDACV,SAAU,kDACX,CACF,CAAC"}
@@ -1,2 +1,2 @@
1
- import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`uploaded-files__root`,jsx:[`UploadedFiles`],base:{display:`var(--uploaded-files-root-display, flex)`,flexDirection:`var(--uploaded-files-root-flex-direction, column)`,gap:`var(--uploaded-files-root-gap, {spacing.300})`}});export{t as uploadedFilesRoot};
1
+ import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`uploaded-files__root`,jsx:[`UploadedFiles`],base:{display:`var(--uploaded-files-root-display, flex)`,gridTemplateColumns:`var(--uploaded-files-root-grid-template-columns, repeat(auto-fill, 25rem))`,gridTemplateRows:`var(--uploaded-files-root-grid-template-rows, repeat(auto-fill, 25rem))`,flexDirection:`var(--uploaded-files-root-flex-direction, column)`,alignItems:`var(--uploaded-files-root-align-items, center)`,justifyContent:`var(--uploaded-files-root-justify-content, center)`,flexWrap:`var(--uploaded-files-root-flex-wrap, wrap)`,gap:`var(--uploaded-files-root-gap, {spacing.300})`,width:`var(--uploaded-files-root-width, 100%)`}});export{t as uploadedFilesRoot};
2
2
  //# sourceMappingURL=uploaded-files-root.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"uploaded-files-root.mjs","names":[],"sources":["../../../../src/recipes/data-display/uploaded-files/uploaded-files-root.ts"],"sourcesContent":["import {\n defineRecipe,\n type RecipeBuilder,\n type RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nexport const uploadedFilesRoot = defineRecipe({\n className: 'uploaded-files__root',\n jsx: ['UploadedFiles'],\n base: {\n display: 'var(--uploaded-files-root-display, flex)',\n flexDirection: 'var(--uploaded-files-root-flex-direction, column)',\n gap: 'var(--uploaded-files-root-gap, {spacing.300})',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAoB,EAAa,CAC5C,UAAW,uBACX,IAAK,CAAC,gBAAgB,CACtB,KAAM,CACJ,QAAS,2CACT,cAAe,oDACf,IAAK,gDACN,CACF,CAAC"}
1
+ {"version":3,"file":"uploaded-files-root.mjs","names":[],"sources":["../../../../src/recipes/data-display/uploaded-files/uploaded-files-root.ts"],"sourcesContent":["import {\n defineRecipe,\n type RecipeBuilder,\n type RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nexport const uploadedFilesRoot = defineRecipe({\n className: 'uploaded-files__root',\n jsx: ['UploadedFiles'],\n base: {\n display: 'var(--uploaded-files-root-display, flex)',\n gridTemplateColumns:\n 'var(--uploaded-files-root-grid-template-columns, repeat(auto-fill, 25rem))',\n gridTemplateRows:\n 'var(--uploaded-files-root-grid-template-rows, repeat(auto-fill, 25rem))',\n flexDirection: 'var(--uploaded-files-root-flex-direction, column)',\n alignItems: 'var(--uploaded-files-root-align-items, center)',\n justifyContent: 'var(--uploaded-files-root-justify-content, center)',\n flexWrap: 'var(--uploaded-files-root-flex-wrap, wrap)',\n gap: 'var(--uploaded-files-root-gap, {spacing.300})',\n width: 'var(--uploaded-files-root-width, 100%)',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAoB,EAAa,CAC5C,UAAW,uBACX,IAAK,CAAC,gBAAgB,CACtB,KAAM,CACJ,QAAS,2CACT,oBACE,6EACF,iBACE,0EACF,cAAe,oDACf,WAAY,iDACZ,eAAgB,qDAChB,SAAU,6CACV,IAAK,gDACL,MAAO,yCACR,CACF,CAAC"}
@@ -1,2 +1,2 @@
1
- import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`uploaded-files`,jsx:[`UploadedFiles`],base:{"--uploaded-files-root-display":`flex`,"--uploaded-files-root-flex-direction":`column`,"--uploaded-files-root-gap":`{spacing.300}`,"--uploaded-files-list-item-display":`block`,"--uploaded-files-uploaded-file-width":`100%`}});export{t as uploadedFiles};
1
+ import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`uploaded-files`,jsx:[`UploadedFiles`],base:{"--uploaded-files-root-display":`flex`,"--uploaded-files-root-grid-template-columns":`repeat(auto-fill, 25rem)`,"--uploaded-files-root-grid-template-rows":`repeat(auto-fill, 25rem)`,"--uploaded-files-root-flex-direction":`column`,"--uploaded-files-root-flex-wrap":`wrap`,"--uploaded-files-root-align-items":`stretch`,"--uploaded-files-root-justify-content":`stretch`,"--uploaded-files-root-gap":`{spacing.300}`,"--uploaded-files-root-width":`100%`,"--uploaded-files-list-item-display":`block`,"--uploaded-files-list-item-width":`100%`,"--uploaded-files-list-item-min-width":`100%`,"--uploaded-files-list-item-max-width":`100%`,"--uploaded-files-uploaded-file-width":`100%`}});export{t as uploadedFiles};
2
2
  //# sourceMappingURL=uploaded-files.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"uploaded-files.mjs","names":[],"sources":["../../../../src/recipes/data-display/uploaded-files/uploaded-files.ts"],"sourcesContent":["import {\n defineRecipe,\n type RecipeBuilder,\n type RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nexport const uploadedFiles = defineRecipe({\n className: 'uploaded-files',\n jsx: ['UploadedFiles'],\n base: {\n '--uploaded-files-root-display': 'flex',\n '--uploaded-files-root-flex-direction': 'column',\n '--uploaded-files-root-gap': '{spacing.300}',\n\n '--uploaded-files-list-item-display': 'block',\n\n '--uploaded-files-uploaded-file-width': '100%',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAgB,EAAa,CACxC,UAAW,iBACX,IAAK,CAAC,gBAAgB,CACtB,KAAM,CACJ,gCAAiC,OACjC,uCAAwC,SACxC,4BAA6B,gBAE7B,qCAAsC,QAEtC,uCAAwC,OACzC,CACF,CAAC"}
1
+ {"version":3,"file":"uploaded-files.mjs","names":[],"sources":["../../../../src/recipes/data-display/uploaded-files/uploaded-files.ts"],"sourcesContent":["import {\n defineRecipe,\n type RecipeBuilder,\n type RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nexport const uploadedFiles = defineRecipe({\n className: 'uploaded-files',\n jsx: ['UploadedFiles'],\n base: {\n '--uploaded-files-root-display': 'flex',\n '--uploaded-files-root-grid-template-columns': 'repeat(auto-fill, 25rem)',\n '--uploaded-files-root-grid-template-rows': 'repeat(auto-fill, 25rem)',\n '--uploaded-files-root-flex-direction': 'column',\n '--uploaded-files-root-flex-wrap': 'wrap',\n '--uploaded-files-root-align-items': 'stretch',\n '--uploaded-files-root-justify-content': 'stretch',\n '--uploaded-files-root-gap': '{spacing.300}',\n '--uploaded-files-root-width': '100%',\n\n '--uploaded-files-list-item-display': 'block',\n '--uploaded-files-list-item-width': '100%',\n '--uploaded-files-list-item-min-width': '100%',\n '--uploaded-files-list-item-max-width': '100%',\n\n '--uploaded-files-uploaded-file-width': '100%',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAgB,EAAa,CACxC,UAAW,iBACX,IAAK,CAAC,gBAAgB,CACtB,KAAM,CACJ,gCAAiC,OACjC,8CAA+C,2BAC/C,2CAA4C,2BAC5C,uCAAwC,SACxC,kCAAmC,OACnC,oCAAqC,UACrC,wCAAyC,UACzC,4BAA6B,gBAC7B,8BAA+B,OAE/B,qCAAsC,QACtC,mCAAoC,OACpC,uCAAwC,OACxC,uCAAwC,OAExC,uCAAwC,OACzC,CACF,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mage-ui/preset",
3
- "version": "1.0.134",
3
+ "version": "1.0.135",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [],