@mage-ui/preset 1.0.118 → 1.0.120

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:`dropzone__root`,jsx:[`Dropzone`],base:{display:`flex`,flexDirection:`var(--dropzone-flex-direction, column-reverse)`,alignItems:`var(--dropzone-align-items, stretch)`,justifyContent:`var(--dropzone-justify-content, flex-start)`,gap:`var(--dropzone-gap, {spacing.500})`,width:`var(--dropzone-width, 100%)`}});export{t as dropzoneRoot};
1
+ import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`dropzone__root`,jsx:[`Dropzone`],base:{display:`flex`,flexDirection:`var(--dropzone-flex-direction, column)`,alignItems:`var(--dropzone-align-items, stretch)`,justifyContent:`var(--dropzone-justify-content, flex-start)`,gap:`var(--dropzone-gap, {spacing.500})`,width:`var(--dropzone-width, 100%)`,"&[data-direction=reverse]":{"--dropzone-flex-direction":`column-reverse`}}});export{t as dropzoneRoot};
2
2
  //# sourceMappingURL=dropzone-root.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"dropzone-root.mjs","names":[],"sources":["../../../../src/recipes/controls/dropzone/dropzone-root.ts"],"sourcesContent":["import {\n defineRecipe,\n type RecipeBuilder,\n type RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nexport const dropzoneRoot = defineRecipe({\n className: 'dropzone__root',\n jsx: ['Dropzone'],\n base: {\n display: 'flex',\n flexDirection: 'var(--dropzone-flex-direction, column-reverse)',\n alignItems: 'var(--dropzone-align-items, stretch)',\n justifyContent: 'var(--dropzone-justify-content, flex-start)',\n gap: 'var(--dropzone-gap, {spacing.500})',\n width: 'var(--dropzone-width, 100%)',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAe,EAAa,CACvC,UAAW,iBACX,IAAK,CAAC,WAAW,CACjB,KAAM,CACJ,QAAS,OACT,cAAe,iDACf,WAAY,uCACZ,eAAgB,8CAChB,IAAK,qCACL,MAAO,8BACR,CACF,CAAC"}
1
+ {"version":3,"file":"dropzone-root.mjs","names":[],"sources":["../../../../src/recipes/controls/dropzone/dropzone-root.ts"],"sourcesContent":["import {\n defineRecipe,\n type RecipeBuilder,\n type RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nexport const dropzoneRoot = defineRecipe({\n className: 'dropzone__root',\n jsx: ['Dropzone'],\n base: {\n display: 'flex',\n flexDirection: 'var(--dropzone-flex-direction, column)',\n alignItems: 'var(--dropzone-align-items, stretch)',\n justifyContent: 'var(--dropzone-justify-content, flex-start)',\n gap: 'var(--dropzone-gap, {spacing.500})',\n width: 'var(--dropzone-width, 100%)',\n\n '&[data-direction=reverse]': {\n '--dropzone-flex-direction': 'column-reverse',\n },\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAe,EAAa,CACvC,UAAW,iBACX,IAAK,CAAC,WAAW,CACjB,KAAM,CACJ,QAAS,OACT,cAAe,yCACf,WAAY,uCACZ,eAAgB,8CAChB,IAAK,qCACL,MAAO,8BAEP,4BAA6B,CAC3B,4BAA6B,iBAC9B,CACF,CACF,CAAC"}
@@ -1,2 +1,2 @@
1
- import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`dropzone`,jsx:[`Dropzone`],base:{"--dropzone-flex-direction":`column-reverse`,"--dropzone-align-items":`stretch`,"--dropzone-justify-content":`flex-start`,"--dropzone-gap":`{spacing.500}`,"--dropzone-width":`100%`,"--dropzone-transition":`{animations.200}`,"--dropzone-dropzone-width":`100%`,"--dropzone-dropzone-background-idle":`transparent`,"--dropzone-dropzone-background-accept":`transparent`,"--dropzone-dropzone-background-reject":`transparent`,"--dropzone-dropzone-padding-inline":`{spacing.500}`,"--dropzone-dropzone-padding-block":`{spacing.500}`,"--dropzone-dropzone-border-width":`{borders.150}`,"--dropzone-dropzone-border-style":`dashed`,"--dropzone-dropzone-border-color-idle":`{colors.primary.stroke.1.enabled}`,"--dropzone-dropzone-border-color-accept":`{colors.primary.stroke.1.enabled}`,"--dropzone-dropzone-border-color-reject":`{colors.danger.stroke.1.enabled}`,"--dropzone-dropzone-radii":`{radii.200}`,"--dropzone-dropzone-transition":`{animations.200}`,"--dropzone-dropzone-background-disabled":`transparent`,"--dropzone-dropzone-disabled-border-color":`{colors.neutral.stroke.1.enabled}`,"--dropzone-dropzone-disabled-opacity":`0.5`,"--dropzone-dropzone-inner-gap":`{spacing.400}`,"--dropzone-dropzone-inner-flex-direction":`column`,"--dropzone-dropzone-inner-align-items":`center`,"--dropzone-dropzone-inner-justify-content":`center`,"--dropzone-dropzone-loading-filter":`blur(2px)`,"--dropzone-icon-size":`{sizes.600}`,"--dropzone-icon-color-idle":`{colors.primary.foreground.1.enabled}`,"--dropzone-icon-color-accept":`{colors.primary.foreground.1.enabled}`,"--dropzone-icon-color-reject":`{colors.danger.foreground.1.enabled}`,"--dropzone-icon-transition":`{animations.200}`,"--dropzone-icon-disabled-color":`{colors.neutral.foreground.1.enabled}`,"--dropzone-loader-zindex":`10`,"--dropzone-text-gap":`{spacing.100}`,"--dropzone-text-flex-direction":`column`,"--dropzone-text-align-items":`center`,"--dropzone-text-justify-content":`center`,"--dropzone-text-align":`center`,"--dropzone-title-foreground":`{colors.primary.foreground.1.enabled}`,"--dropzone-title-font-family":`{fonts.base}`,"--dropzone-title-font-size":`{fontSizes.400}`,"--dropzone-title-font-weight":`{fontWeights.semiBold}`,"--dropzone-title-line-height":`1.2`,"--dropzone-title-margin-bottom":`{spacing.200}`,"--dropzone-title-foreground-reject":`{colors.danger.foreground.1.enabled}`,"--dropzone-title-foreground-disabled":`{colors.neutral.foreground.1.enabled}`,"--dropzone-subtitle-foreground":`{colors.neutral.foreground.2.enabled}`,"--dropzone-subtitle-font-family":`{fonts.base}`,"--dropzone-subtitle-font-size":`{fontSizes.300}`,"--dropzone-subtitle-font-weight":`{fontWeights.bold}`,"--dropzone-subtitle-line-height":`1.3`,"--dropzone-hint-foreground":`{colors.neutral.foreground.2.enabled}`,"--dropzone-hint-font-family":`{fonts.base}`,"--dropzone-hint-font-size":`{fontSizes.300}`,"--dropzone-hint-font-weight":`{fontWeights.regular}`,"--dropzone-hint-line-height":`1.3`}});export{t as dropzone};
1
+ import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`dropzone`,jsx:[`Dropzone`],base:{"--dropzone-flex-direction":`column`,"--dropzone-align-items":`stretch`,"--dropzone-justify-content":`flex-start`,"--dropzone-gap":`{spacing.500}`,"--dropzone-width":`100%`,"--dropzone-transition":`{animations.200}`,"--dropzone-dropzone-width":`100%`,"--dropzone-dropzone-background-idle":`transparent`,"--dropzone-dropzone-background-accept":`transparent`,"--dropzone-dropzone-background-reject":`transparent`,"--dropzone-dropzone-padding-inline":`{spacing.500}`,"--dropzone-dropzone-padding-block":`{spacing.500}`,"--dropzone-dropzone-border-width":`{borders.150}`,"--dropzone-dropzone-border-style":`dashed`,"--dropzone-dropzone-border-color-idle":`{colors.primary.stroke.1.enabled}`,"--dropzone-dropzone-border-color-accept":`{colors.primary.stroke.1.enabled}`,"--dropzone-dropzone-border-color-reject":`{colors.danger.stroke.1.enabled}`,"--dropzone-dropzone-radii":`{radii.200}`,"--dropzone-dropzone-transition":`{animations.200}`,"--dropzone-dropzone-background-disabled":`transparent`,"--dropzone-dropzone-disabled-border-color":`{colors.neutral.stroke.1.enabled}`,"--dropzone-dropzone-disabled-opacity":`0.5`,"--dropzone-dropzone-inner-gap":`{spacing.400}`,"--dropzone-dropzone-inner-flex-direction":`column`,"--dropzone-dropzone-inner-align-items":`center`,"--dropzone-dropzone-inner-justify-content":`center`,"--dropzone-dropzone-loading-filter":`blur(2px)`,"--dropzone-icon-size":`{sizes.600}`,"--dropzone-icon-color-idle":`{colors.primary.foreground.1.enabled}`,"--dropzone-icon-color-accept":`{colors.primary.foreground.1.enabled}`,"--dropzone-icon-color-reject":`{colors.danger.foreground.1.enabled}`,"--dropzone-icon-transition":`{animations.200}`,"--dropzone-icon-disabled-color":`{colors.neutral.foreground.1.enabled}`,"--dropzone-loader-zindex":`10`,"--dropzone-text-gap":`{spacing.100}`,"--dropzone-text-flex-direction":`column`,"--dropzone-text-align-items":`center`,"--dropzone-text-justify-content":`center`,"--dropzone-text-align":`center`,"--dropzone-title-foreground":`{colors.primary.foreground.1.enabled}`,"--dropzone-title-font-family":`{fonts.base}`,"--dropzone-title-font-size":`{fontSizes.400}`,"--dropzone-title-font-weight":`{fontWeights.semiBold}`,"--dropzone-title-line-height":`1.2`,"--dropzone-title-margin-bottom":`{spacing.200}`,"--dropzone-title-foreground-reject":`{colors.danger.foreground.1.enabled}`,"--dropzone-title-foreground-disabled":`{colors.neutral.foreground.1.enabled}`,"--dropzone-subtitle-foreground":`{colors.neutral.foreground.2.enabled}`,"--dropzone-subtitle-font-family":`{fonts.base}`,"--dropzone-subtitle-font-size":`{fontSizes.300}`,"--dropzone-subtitle-font-weight":`{fontWeights.bold}`,"--dropzone-subtitle-line-height":`1.3`,"--dropzone-hint-foreground":`{colors.neutral.foreground.2.enabled}`,"--dropzone-hint-font-family":`{fonts.base}`,"--dropzone-hint-font-size":`{fontSizes.300}`,"--dropzone-hint-font-weight":`{fontWeights.regular}`,"--dropzone-hint-line-height":`1.3`}});export{t as dropzone};
2
2
  //# sourceMappingURL=dropzone.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"dropzone.mjs","names":[],"sources":["../../../../src/recipes/controls/dropzone/dropzone.ts"],"sourcesContent":["import {\n defineRecipe,\n type RecipeBuilder,\n type RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nexport const dropzone = defineRecipe({\n className: 'dropzone',\n jsx: ['Dropzone'],\n base: {\n /* root */\n '--dropzone-flex-direction': 'column-reverse',\n '--dropzone-align-items': 'stretch',\n '--dropzone-justify-content': 'flex-start',\n '--dropzone-gap': '{spacing.500}',\n '--dropzone-width': '100%',\n '--dropzone-transition': '{animations.200}',\n\n /* dropzone */\n '--dropzone-dropzone-width': '100%',\n '--dropzone-dropzone-background-idle': 'transparent',\n '--dropzone-dropzone-background-accept': 'transparent',\n '--dropzone-dropzone-background-reject': 'transparent',\n '--dropzone-dropzone-padding-inline': '{spacing.500}',\n '--dropzone-dropzone-padding-block': '{spacing.500}',\n '--dropzone-dropzone-border-width': '{borders.150}',\n '--dropzone-dropzone-border-style': 'dashed',\n '--dropzone-dropzone-border-color-idle':\n '{colors.primary.stroke.1.enabled}',\n '--dropzone-dropzone-border-color-accept':\n '{colors.primary.stroke.1.enabled}',\n '--dropzone-dropzone-border-color-reject':\n '{colors.danger.stroke.1.enabled}',\n '--dropzone-dropzone-radii': '{radii.200}',\n '--dropzone-dropzone-transition': '{animations.200}',\n '--dropzone-dropzone-background-disabled': 'transparent',\n '--dropzone-dropzone-disabled-border-color':\n '{colors.neutral.stroke.1.enabled}',\n '--dropzone-dropzone-disabled-opacity': '0.5',\n\n '--dropzone-dropzone-inner-gap': '{spacing.400}',\n '--dropzone-dropzone-inner-flex-direction': 'column',\n '--dropzone-dropzone-inner-align-items': 'center',\n '--dropzone-dropzone-inner-justify-content': 'center',\n\n '--dropzone-dropzone-loading-filter': 'blur(2px)',\n // '--dropzone-dropzone-loading-backdrop-background': '{colors.neutral.background.1.alpha}',\n // '--dropzone-dropzone-loading-backdrop-filter': 'blur(8px)',\n // '--dropzone-dropzone-loading-backdrop-zindex': '1',\n\n /* icons */\n '--dropzone-icon-size': '{sizes.600}',\n '--dropzone-icon-color-idle': '{colors.primary.foreground.1.enabled}',\n '--dropzone-icon-color-accept': '{colors.primary.foreground.1.enabled}',\n '--dropzone-icon-color-reject': '{colors.danger.foreground.1.enabled}',\n '--dropzone-icon-transition': '{animations.200}',\n '--dropzone-icon-disabled-color': '{colors.neutral.foreground.1.enabled}',\n\n /* loader */\n '--dropzone-loader-zindex': '10',\n\n /* texts */\n '--dropzone-text-gap': '{spacing.100}',\n '--dropzone-text-flex-direction': 'column',\n '--dropzone-text-align-items': 'center',\n '--dropzone-text-justify-content': 'center',\n '--dropzone-text-align': 'center',\n\n '--dropzone-title-foreground': '{colors.primary.foreground.1.enabled}',\n '--dropzone-title-font-family': '{fonts.base}',\n '--dropzone-title-font-size': '{fontSizes.400}',\n '--dropzone-title-font-weight': '{fontWeights.semiBold}',\n '--dropzone-title-line-height': '1.2',\n '--dropzone-title-margin-bottom': '{spacing.200}',\n '--dropzone-title-foreground-reject':\n '{colors.danger.foreground.1.enabled}',\n '--dropzone-title-foreground-disabled':\n '{colors.neutral.foreground.1.enabled}',\n\n '--dropzone-subtitle-foreground': '{colors.neutral.foreground.2.enabled}',\n '--dropzone-subtitle-font-family': '{fonts.base}',\n '--dropzone-subtitle-font-size': '{fontSizes.300}',\n '--dropzone-subtitle-font-weight': '{fontWeights.bold}',\n '--dropzone-subtitle-line-height': '1.3',\n\n '--dropzone-hint-foreground': '{colors.neutral.foreground.2.enabled}',\n '--dropzone-hint-font-family': '{fonts.base}',\n '--dropzone-hint-font-size': '{fontSizes.300}',\n '--dropzone-hint-font-weight': '{fontWeights.regular}',\n '--dropzone-hint-line-height': '1.3',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAW,EAAa,CACnC,UAAW,WACX,IAAK,CAAC,WAAW,CACjB,KAAM,CAEJ,4BAA6B,iBAC7B,yBAA0B,UAC1B,6BAA8B,aAC9B,iBAAkB,gBAClB,mBAAoB,OACpB,wBAAyB,mBAGzB,4BAA6B,OAC7B,sCAAuC,cACvC,wCAAyC,cACzC,wCAAyC,cACzC,qCAAsC,gBACtC,oCAAqC,gBACrC,mCAAoC,gBACpC,mCAAoC,SACpC,wCACE,oCACF,0CACE,oCACF,0CACE,mCACF,4BAA6B,cAC7B,iCAAkC,mBAClC,0CAA2C,cAC3C,4CACE,oCACF,uCAAwC,MAExC,gCAAiC,gBACjC,2CAA4C,SAC5C,wCAAyC,SACzC,4CAA6C,SAE7C,qCAAsC,YAMtC,uBAAwB,cACxB,6BAA8B,wCAC9B,+BAAgC,wCAChC,+BAAgC,uCAChC,6BAA8B,mBAC9B,iCAAkC,wCAGlC,2BAA4B,KAG5B,sBAAuB,gBACvB,iCAAkC,SAClC,8BAA+B,SAC/B,kCAAmC,SACnC,wBAAyB,SAEzB,8BAA+B,wCAC/B,+BAAgC,eAChC,6BAA8B,kBAC9B,+BAAgC,yBAChC,+BAAgC,MAChC,iCAAkC,gBAClC,qCACE,uCACF,uCACE,wCAEF,iCAAkC,wCAClC,kCAAmC,eACnC,gCAAiC,kBACjC,kCAAmC,qBACnC,kCAAmC,MAEnC,6BAA8B,wCAC9B,8BAA+B,eAC/B,4BAA6B,kBAC7B,8BAA+B,wBAC/B,8BAA+B,MAChC,CACF,CAAC"}
1
+ {"version":3,"file":"dropzone.mjs","names":[],"sources":["../../../../src/recipes/controls/dropzone/dropzone.ts"],"sourcesContent":["import {\n defineRecipe,\n type RecipeBuilder,\n type RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nexport const dropzone = defineRecipe({\n className: 'dropzone',\n jsx: ['Dropzone'],\n base: {\n /* root */\n '--dropzone-flex-direction': 'column',\n '--dropzone-align-items': 'stretch',\n '--dropzone-justify-content': 'flex-start',\n '--dropzone-gap': '{spacing.500}',\n '--dropzone-width': '100%',\n '--dropzone-transition': '{animations.200}',\n\n /* dropzone */\n '--dropzone-dropzone-width': '100%',\n '--dropzone-dropzone-background-idle': 'transparent',\n '--dropzone-dropzone-background-accept': 'transparent',\n '--dropzone-dropzone-background-reject': 'transparent',\n '--dropzone-dropzone-padding-inline': '{spacing.500}',\n '--dropzone-dropzone-padding-block': '{spacing.500}',\n '--dropzone-dropzone-border-width': '{borders.150}',\n '--dropzone-dropzone-border-style': 'dashed',\n '--dropzone-dropzone-border-color-idle':\n '{colors.primary.stroke.1.enabled}',\n '--dropzone-dropzone-border-color-accept':\n '{colors.primary.stroke.1.enabled}',\n '--dropzone-dropzone-border-color-reject':\n '{colors.danger.stroke.1.enabled}',\n '--dropzone-dropzone-radii': '{radii.200}',\n '--dropzone-dropzone-transition': '{animations.200}',\n '--dropzone-dropzone-background-disabled': 'transparent',\n '--dropzone-dropzone-disabled-border-color':\n '{colors.neutral.stroke.1.enabled}',\n '--dropzone-dropzone-disabled-opacity': '0.5',\n\n '--dropzone-dropzone-inner-gap': '{spacing.400}',\n '--dropzone-dropzone-inner-flex-direction': 'column',\n '--dropzone-dropzone-inner-align-items': 'center',\n '--dropzone-dropzone-inner-justify-content': 'center',\n\n '--dropzone-dropzone-loading-filter': 'blur(2px)',\n // '--dropzone-dropzone-loading-backdrop-background': '{colors.neutral.background.1.alpha}',\n // '--dropzone-dropzone-loading-backdrop-filter': 'blur(8px)',\n // '--dropzone-dropzone-loading-backdrop-zindex': '1',\n\n /* icons */\n '--dropzone-icon-size': '{sizes.600}',\n '--dropzone-icon-color-idle': '{colors.primary.foreground.1.enabled}',\n '--dropzone-icon-color-accept': '{colors.primary.foreground.1.enabled}',\n '--dropzone-icon-color-reject': '{colors.danger.foreground.1.enabled}',\n '--dropzone-icon-transition': '{animations.200}',\n '--dropzone-icon-disabled-color': '{colors.neutral.foreground.1.enabled}',\n\n /* loader */\n '--dropzone-loader-zindex': '10',\n\n /* texts */\n '--dropzone-text-gap': '{spacing.100}',\n '--dropzone-text-flex-direction': 'column',\n '--dropzone-text-align-items': 'center',\n '--dropzone-text-justify-content': 'center',\n '--dropzone-text-align': 'center',\n\n '--dropzone-title-foreground': '{colors.primary.foreground.1.enabled}',\n '--dropzone-title-font-family': '{fonts.base}',\n '--dropzone-title-font-size': '{fontSizes.400}',\n '--dropzone-title-font-weight': '{fontWeights.semiBold}',\n '--dropzone-title-line-height': '1.2',\n '--dropzone-title-margin-bottom': '{spacing.200}',\n '--dropzone-title-foreground-reject':\n '{colors.danger.foreground.1.enabled}',\n '--dropzone-title-foreground-disabled':\n '{colors.neutral.foreground.1.enabled}',\n\n '--dropzone-subtitle-foreground': '{colors.neutral.foreground.2.enabled}',\n '--dropzone-subtitle-font-family': '{fonts.base}',\n '--dropzone-subtitle-font-size': '{fontSizes.300}',\n '--dropzone-subtitle-font-weight': '{fontWeights.bold}',\n '--dropzone-subtitle-line-height': '1.3',\n\n '--dropzone-hint-foreground': '{colors.neutral.foreground.2.enabled}',\n '--dropzone-hint-font-family': '{fonts.base}',\n '--dropzone-hint-font-size': '{fontSizes.300}',\n '--dropzone-hint-font-weight': '{fontWeights.regular}',\n '--dropzone-hint-line-height': '1.3',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAW,EAAa,CACnC,UAAW,WACX,IAAK,CAAC,WAAW,CACjB,KAAM,CAEJ,4BAA6B,SAC7B,yBAA0B,UAC1B,6BAA8B,aAC9B,iBAAkB,gBAClB,mBAAoB,OACpB,wBAAyB,mBAGzB,4BAA6B,OAC7B,sCAAuC,cACvC,wCAAyC,cACzC,wCAAyC,cACzC,qCAAsC,gBACtC,oCAAqC,gBACrC,mCAAoC,gBACpC,mCAAoC,SACpC,wCACE,oCACF,0CACE,oCACF,0CACE,mCACF,4BAA6B,cAC7B,iCAAkC,mBAClC,0CAA2C,cAC3C,4CACE,oCACF,uCAAwC,MAExC,gCAAiC,gBACjC,2CAA4C,SAC5C,wCAAyC,SACzC,4CAA6C,SAE7C,qCAAsC,YAMtC,uBAAwB,cACxB,6BAA8B,wCAC9B,+BAAgC,wCAChC,+BAAgC,uCAChC,6BAA8B,mBAC9B,iCAAkC,wCAGlC,2BAA4B,KAG5B,sBAAuB,gBACvB,iCAAkC,SAClC,8BAA+B,SAC/B,kCAAmC,SACnC,wBAAyB,SAEzB,8BAA+B,wCAC/B,+BAAgC,eAChC,6BAA8B,kBAC9B,+BAAgC,yBAChC,+BAAgC,MAChC,iCAAkC,gBAClC,qCACE,uCACF,uCACE,wCAEF,iCAAkC,wCAClC,kCAAmC,eACnC,gCAAiC,kBACjC,kCAAmC,qBACnC,kCAAmC,MAEnC,6BAA8B,wCAC9B,8BAA+B,eAC/B,4BAA6B,kBAC7B,8BAA+B,wBAC/B,8BAA+B,MAChC,CACF,CAAC"}
@@ -1,2 +1,2 @@
1
- import{dropzone as e}from"../dropzone/dropzone.mjs";const t=e.merge({className:`dropzone-files__dropzone`,jsx:[`DropzoneFiles`],base:{}});export{t as dropzoneFilesDropzone};
1
+ import{dropzone as e}from"../dropzone/dropzone.mjs";const t=e.merge({className:`dropzone-files__dropzone`,jsx:[`DropzoneFiles`],base:{"--dropzone-flex-direction":`var(--dropzone-files-flex-direction, column)`,"--dropzone-align-items":`var(--dropzone-files-align-items, stretch)`,"--dropzone-justify-content":`var(--dropzone-files-justify-content, flex-start)`,"--dropzone-gap":`var(--dropzone-files-gap, {spacing.500})`,"--dropzone-width":`var(--dropzone-files-width, 100%)`,"--dropzone-transition":`var(--dropzone-files-transition, {animations.200})`,"--dropzone-dropzone-width":`var(--dropzone-files-dropzone-width,100%)`,"--dropzone-dropzone-background-idle":`var(--dropzone-files-dropzone-background-idle,transparent)`,"--dropzone-dropzone-background-accept":`var(--dropzone-files-dropzone-background-accept,transparent)`,"--dropzone-dropzone-background-reject":`var(--dropzone-files-dropzone-background-reject,transparent)`,"--dropzone-dropzone-padding-inline":`var(--dropzone-files-dropzone-padding-inline,{spacing.500})`,"--dropzone-dropzone-padding-block":`var(--dropzone-files-dropzone-padding-block,{spacing.500})`,"--dropzone-dropzone-border-width":`var(--dropzone-files-dropzone-border-width,{borders.150})`,"--dropzone-dropzone-border-style":`var(--dropzone-files-dropzone-border-style,dashed)`,"--dropzone-dropzone-border-color-idle":`var(--dropzone-files-dropzone-border-color-idle,{colors.primary.stroke.1.enabled})`,"--dropzone-dropzone-border-color-accept":`var(--dropzone-files-dropzone-border-color-accept,{colors.primary.stroke.1.enabled})`,"--dropzone-dropzone-border-color-reject":`var(--dropzone-files-dropzone-border-color-reject,{colors.danger.stroke.1.enabled})`,"--dropzone-dropzone-radii":`var(--dropzone-files-dropzone-radii,{radii.200})`,"--dropzone-dropzone-transition":`var(--dropzone-files-dropzone-transition,{animations.200})`,"--dropzone-dropzone-background-disabled":`var(--dropzone-files-dropzone-background-disabled,transparent)`,"--dropzone-dropzone-disabled-border-color":`var(--dropzone-files-dropzone-disabled-border-color,{colors.neutral.stroke.1.enabled})`,"--dropzone-dropzone-disabled-opacity":`var(--dropzone-files-dropzone-disabled-opacity,0.5)`,"--dropzone-dropzone-inner-gap":`var(--dropzone-files-dropzone-inner-gap,{spacing.400})`,"--dropzone-dropzone-inner-flex-direction":`var(--dropzone-files-dropzone-inner-flex-direction,column)`,"--dropzone-dropzone-inner-align-items":`var(--dropzone-files-dropzone-inner-align-items,center)`,"--dropzone-dropzone-inner-justify-content":`var(--dropzone-files-dropzone-inner-justify-content,center)`,"--dropzone-dropzone-loading-filter":`var(--dropzone-files-dropzone-loading-filter,blur(2px))`,"--dropzone-icon-size":`var(--dropzone-files-icon-size,{sizes.600})`,"--dropzone-icon-color-idle":`var(--dropzone-files-icon-color-idle,{colors.primary.foreground.1.enabled})`,"--dropzone-icon-color-accept":`var(--dropzone-files-icon-color-accept,{colors.primary.foreground.1.enabled})`,"--dropzone-icon-color-reject":`var(--dropzone-files-icon-color-reject,{colors.danger.foreground.1.enabled})`,"--dropzone-icon-transition":`var(--dropzone-files-icon-transition,{animations.200})`,"--dropzone-icon-disabled-color":`var(--dropzone-files-icon-disabled-color,{colors.neutral.foreground.1.enabled})`,"--dropzone-loader-zindex":`10`,"--dropzone-text-gap":`{spacing.100}`,"--dropzone-text-flex-direction":`column`,"--dropzone-text-align-items":`center`,"--dropzone-text-justify-content":`center`,"--dropzone-text-align":`center`,"--dropzone-title-foreground":`{colors.primary.foreground.1.enabled}`,"--dropzone-title-font-family":`{fonts.base}`,"--dropzone-title-font-size":`{fontSizes.400}`,"--dropzone-title-font-weight":`{fontWeights.semiBold}`,"--dropzone-title-line-height":`1.2`,"--dropzone-title-margin-bottom":`{spacing.200}`,"--dropzone-title-foreground-reject":`{colors.danger.foreground.1.enabled}`,"--dropzone-title-foreground-disabled":`{colors.neutral.foreground.1.enabled}`,"--dropzone-subtitle-foreground":`{colors.neutral.foreground.2.enabled}`,"--dropzone-subtitle-font-family":`{fonts.base}`,"--dropzone-subtitle-font-size":`{fontSizes.300}`,"--dropzone-subtitle-font-weight":`{fontWeights.bold}`,"--dropzone-subtitle-line-height":`1.3`,"--dropzone-hint-foreground":`{colors.neutral.foreground.2.enabled}`,"--dropzone-hint-font-family":`{fonts.base}`,"--dropzone-hint-font-size":`{fontSizes.300}`,"--dropzone-hint-font-weight":`{fontWeights.regular}`,"--dropzone-hint-line-height":`1.3`,"&[data-direction=reverse]":{"--dropzone-files-flex-direction":`column-reverse`}}});export{t as dropzoneFilesDropzone};
2
2
  //# sourceMappingURL=dropzone-files-dropzone.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"dropzone-files-dropzone.mjs","names":[],"sources":["../../../../src/recipes/controls/dropzone-files/dropzone-files-dropzone.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nimport { dropzone } from '../dropzone/dropzone';\n\nexport const dropzoneFilesDropzone = dropzone.merge({\n className: 'dropzone-files__dropzone',\n jsx: ['DropzoneFiles'],\n base: {},\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"oDAOA,MAAa,EAAwB,EAAS,MAAM,CAClD,UAAW,2BACX,IAAK,CAAC,gBAAgB,CACtB,KAAM,EAAE,CACT,CAAC"}
1
+ {"version":3,"file":"dropzone-files-dropzone.mjs","names":[],"sources":["../../../../src/recipes/controls/dropzone-files/dropzone-files-dropzone.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nimport { dropzone } from '../dropzone/dropzone';\n\nexport const dropzoneFilesDropzone = dropzone.merge({\n className: 'dropzone-files__dropzone',\n jsx: ['DropzoneFiles'],\n base: {\n /* root */\n '--dropzone-flex-direction': 'var(--dropzone-files-flex-direction, column)',\n '--dropzone-align-items': 'var(--dropzone-files-align-items, stretch)',\n '--dropzone-justify-content':\n 'var(--dropzone-files-justify-content, flex-start)',\n '--dropzone-gap': 'var(--dropzone-files-gap, {spacing.500})',\n '--dropzone-width': 'var(--dropzone-files-width, 100%)',\n '--dropzone-transition':\n 'var(--dropzone-files-transition, {animations.200})',\n\n /* dropzone */\n '--dropzone-dropzone-width': 'var(--dropzone-files-dropzone-width,100%)',\n '--dropzone-dropzone-background-idle':\n 'var(--dropzone-files-dropzone-background-idle,transparent)',\n '--dropzone-dropzone-background-accept':\n 'var(--dropzone-files-dropzone-background-accept,transparent)',\n '--dropzone-dropzone-background-reject':\n 'var(--dropzone-files-dropzone-background-reject,transparent)',\n '--dropzone-dropzone-padding-inline':\n 'var(--dropzone-files-dropzone-padding-inline,{spacing.500})',\n '--dropzone-dropzone-padding-block':\n 'var(--dropzone-files-dropzone-padding-block,{spacing.500})',\n '--dropzone-dropzone-border-width':\n 'var(--dropzone-files-dropzone-border-width,{borders.150})',\n '--dropzone-dropzone-border-style':\n 'var(--dropzone-files-dropzone-border-style,dashed)',\n '--dropzone-dropzone-border-color-idle':\n 'var(--dropzone-files-dropzone-border-color-idle,{colors.primary.stroke.1.enabled})',\n '--dropzone-dropzone-border-color-accept':\n 'var(--dropzone-files-dropzone-border-color-accept,{colors.primary.stroke.1.enabled})',\n '--dropzone-dropzone-border-color-reject':\n 'var(--dropzone-files-dropzone-border-color-reject,{colors.danger.stroke.1.enabled})',\n '--dropzone-dropzone-radii':\n 'var(--dropzone-files-dropzone-radii,{radii.200})',\n '--dropzone-dropzone-transition':\n 'var(--dropzone-files-dropzone-transition,{animations.200})',\n '--dropzone-dropzone-background-disabled':\n 'var(--dropzone-files-dropzone-background-disabled,transparent)',\n '--dropzone-dropzone-disabled-border-color':\n 'var(--dropzone-files-dropzone-disabled-border-color,{colors.neutral.stroke.1.enabled})',\n '--dropzone-dropzone-disabled-opacity':\n 'var(--dropzone-files-dropzone-disabled-opacity,0.5)',\n\n '--dropzone-dropzone-inner-gap':\n 'var(--dropzone-files-dropzone-inner-gap,{spacing.400})',\n '--dropzone-dropzone-inner-flex-direction':\n 'var(--dropzone-files-dropzone-inner-flex-direction,column)',\n '--dropzone-dropzone-inner-align-items':\n 'var(--dropzone-files-dropzone-inner-align-items,center)',\n '--dropzone-dropzone-inner-justify-content':\n 'var(--dropzone-files-dropzone-inner-justify-content,center)',\n\n '--dropzone-dropzone-loading-filter':\n 'var(--dropzone-files-dropzone-loading-filter,blur(2px))',\n // '--dropzone-dropzone-loading-backdrop-background': 'var(--dropzone-files-dropzone-loading-backdrop-background,{colors.neutral.background.1.alpha})',\n // '--dropzone-dropzone-loading-backdrop-filter': 'var(--dropzone-files-dropzone-loading-backdrop-filter,blur(8px))',\n // '--dropzone-dropzone-loading-backdrop-zindex': 'var(--dropzone-files-dropzone-loading-backdrop-zindex,1)',\n\n /* icons */\n '--dropzone-icon-size': 'var(--dropzone-files-icon-size,{sizes.600})',\n '--dropzone-icon-color-idle':\n 'var(--dropzone-files-icon-color-idle,{colors.primary.foreground.1.enabled})',\n '--dropzone-icon-color-accept':\n 'var(--dropzone-files-icon-color-accept,{colors.primary.foreground.1.enabled})',\n '--dropzone-icon-color-reject':\n 'var(--dropzone-files-icon-color-reject,{colors.danger.foreground.1.enabled})',\n '--dropzone-icon-transition':\n 'var(--dropzone-files-icon-transition,{animations.200})',\n '--dropzone-icon-disabled-color':\n 'var(--dropzone-files-icon-disabled-color,{colors.neutral.foreground.1.enabled})',\n\n /* loader */\n '--dropzone-loader-zindex': '10',\n\n /* texts */\n '--dropzone-text-gap': '{spacing.100}',\n '--dropzone-text-flex-direction': 'column',\n '--dropzone-text-align-items': 'center',\n '--dropzone-text-justify-content': 'center',\n '--dropzone-text-align': 'center',\n\n '--dropzone-title-foreground': '{colors.primary.foreground.1.enabled}',\n '--dropzone-title-font-family': '{fonts.base}',\n '--dropzone-title-font-size': '{fontSizes.400}',\n '--dropzone-title-font-weight': '{fontWeights.semiBold}',\n '--dropzone-title-line-height': '1.2',\n '--dropzone-title-margin-bottom': '{spacing.200}',\n '--dropzone-title-foreground-reject':\n '{colors.danger.foreground.1.enabled}',\n '--dropzone-title-foreground-disabled':\n '{colors.neutral.foreground.1.enabled}',\n\n '--dropzone-subtitle-foreground': '{colors.neutral.foreground.2.enabled}',\n '--dropzone-subtitle-font-family': '{fonts.base}',\n '--dropzone-subtitle-font-size': '{fontSizes.300}',\n '--dropzone-subtitle-font-weight': '{fontWeights.bold}',\n '--dropzone-subtitle-line-height': '1.3',\n\n '--dropzone-hint-foreground': '{colors.neutral.foreground.2.enabled}',\n '--dropzone-hint-font-family': '{fonts.base}',\n '--dropzone-hint-font-size': '{fontSizes.300}',\n '--dropzone-hint-font-weight': '{fontWeights.regular}',\n '--dropzone-hint-line-height': '1.3',\n\n '&[data-direction=reverse]': {\n '--dropzone-files-flex-direction': 'column-reverse',\n },\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"oDAOA,MAAa,EAAwB,EAAS,MAAM,CAClD,UAAW,2BACX,IAAK,CAAC,gBAAgB,CACtB,KAAM,CAEJ,4BAA6B,+CAC7B,yBAA0B,6CAC1B,6BACE,oDACF,iBAAkB,2CAClB,mBAAoB,oCACpB,wBACE,qDAGF,4BAA6B,4CAC7B,sCACE,6DACF,wCACE,+DACF,wCACE,+DACF,qCACE,8DACF,oCACE,6DACF,mCACE,4DACF,mCACE,qDACF,wCACE,qFACF,0CACE,uFACF,0CACE,sFACF,4BACE,mDACF,iCACE,6DACF,0CACE,iEACF,4CACE,yFACF,uCACE,sDAEF,gCACE,yDACF,2CACE,6DACF,wCACE,0DACF,4CACE,8DAEF,qCACE,0DAMF,uBAAwB,8CACxB,6BACE,8EACF,+BACE,gFACF,+BACE,+EACF,6BACE,yDACF,iCACE,kFAGF,2BAA4B,KAG5B,sBAAuB,gBACvB,iCAAkC,SAClC,8BAA+B,SAC/B,kCAAmC,SACnC,wBAAyB,SAEzB,8BAA+B,wCAC/B,+BAAgC,eAChC,6BAA8B,kBAC9B,+BAAgC,yBAChC,+BAAgC,MAChC,iCAAkC,gBAClC,qCACE,uCACF,uCACE,wCAEF,iCAAkC,wCAClC,kCAAmC,eACnC,gCAAiC,kBACjC,kCAAmC,qBACnC,kCAAmC,MAEnC,6BAA8B,wCAC9B,8BAA+B,eAC/B,4BAA6B,kBAC7B,8BAA+B,wBAC/B,8BAA+B,MAE/B,4BAA6B,CAC3B,kCAAmC,iBACpC,CACF,CACF,CAAC"}
@@ -1,2 +1,2 @@
1
- import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`dropzone-files__root`,jsx:[`DropzoneFiles`],base:{display:`grid`,gridTemplateColumns:`minmax(0, 1fr)`,gap:`var(--dropzone-files-gap, {spacing.300})`}});export{t as dropzoneFilesRoot};
1
+ import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`dropzone-files__root`,jsx:[`DropzoneFiles`],base:{display:`grid`,gridTemplateColumns:`minmax(0, 1fr)`,gap:`var(--dropzone-files-root-gap, {spacing.300})`}});export{t as dropzoneFilesRoot};
2
2
  //# sourceMappingURL=dropzone-files-root.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"dropzone-files-root.mjs","names":[],"sources":["../../../../src/recipes/controls/dropzone-files/dropzone-files-root.ts"],"sourcesContent":["import {\n defineRecipe,\n type RecipeBuilder,\n type RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nexport const dropzoneFilesRoot = defineRecipe({\n className: 'dropzone-files__root',\n jsx: ['DropzoneFiles'],\n base: {\n display: 'grid',\n gridTemplateColumns: 'minmax(0, 1fr)',\n gap: 'var(--dropzone-files-gap, {spacing.300})',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAoB,EAAa,CAC5C,UAAW,uBACX,IAAK,CAAC,gBAAgB,CACtB,KAAM,CACJ,QAAS,OACT,oBAAqB,iBACrB,IAAK,2CACN,CACF,CAAC"}
1
+ {"version":3,"file":"dropzone-files-root.mjs","names":[],"sources":["../../../../src/recipes/controls/dropzone-files/dropzone-files-root.ts"],"sourcesContent":["import {\n defineRecipe,\n type RecipeBuilder,\n type RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nexport const dropzoneFilesRoot = defineRecipe({\n className: 'dropzone-files__root',\n jsx: ['DropzoneFiles'],\n base: {\n display: 'grid',\n gridTemplateColumns: 'minmax(0, 1fr)',\n gap: 'var(--dropzone-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,OACT,oBAAqB,iBACrB,IAAK,gDACN,CACF,CAAC"}
@@ -1,2 +1,2 @@
1
- import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`dropzone-files`,jsx:[`DropzoneFiles`],base:{"--dropzone-files-gap":`{spacing.300}`,"--dropzone-files-label-wrapper-gap":`{spacing.100}`,"--dropzone-files-label-font-family":`{fonts.base}`,"--dropzone-files-label-font-size":`{fontSizes.300}`,"--dropzone-files-label-font-weight":`{fontWeights.medium}`,"--dropzone-files-label-line-height":`inherit`,"--dropzone-files-label-foreground":`{colors.neutral.foreground.1.enabled}`,"--dropzone-files-required-font-family":`{fonts.base}`,"--dropzone-files-required-font-size":`{fontSizes.400}`,"--dropzone-files-required-font-weight":`{fontWeights.medium}`,"--dropzone-files-required-foreground":`{colors.neutral.foreground.1.enabled}`,"--dropzone-files-required-foreground-error":`{colors.danger.foreground.1.enabled}`,"--dropzone-files-description-font-family":`{fonts.base}`,"--dropzone-files-description-font-size":`{fontSizes.300}`,"--dropzone-files-description-font-weight":`{fontWeights.regular}`,"--dropzone-files-description-line-height":`inherit`,"--dropzone-files-description-foreground":`{colors.neutral.foreground.2.enabled}`,"--dropzone-files-error-font-family":`{fonts.base}`,"--dropzone-files-error-font-size":`{fontSizes.200}`,"--dropzone-files-error-font-weight":`{fontWeights.regular}`,"--dropzone-files-error-line-height":`inherit`,"--dropzone-files-error-foreground":`{colors.danger.foreground.1.enabled}`,"--dropzone-files-file-list-gap":`{spacing.300}`}});export{t as dropzoneFiles};
1
+ import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`dropzone-files`,jsx:[`DropzoneFiles`],base:{"--dropzone-files-root-gap":`{spacing.300}`,"--dropzone-files-label-wrapper-gap":`{spacing.100}`,"--dropzone-files-label-font-family":`{fonts.base}`,"--dropzone-files-label-font-size":`{fontSizes.300}`,"--dropzone-files-label-font-weight":`{fontWeights.medium}`,"--dropzone-files-label-line-height":`inherit`,"--dropzone-files-label-foreground":`{colors.neutral.foreground.1.enabled}`,"--dropzone-files-required-font-family":`{fonts.base}`,"--dropzone-files-required-font-size":`{fontSizes.400}`,"--dropzone-files-required-font-weight":`{fontWeights.medium}`,"--dropzone-files-required-foreground":`{colors.neutral.foreground.1.enabled}`,"--dropzone-files-required-foreground-error":`{colors.danger.foreground.1.enabled}`,"--dropzone-files-description-font-family":`{fonts.base}`,"--dropzone-files-description-font-size":`{fontSizes.300}`,"--dropzone-files-description-font-weight":`{fontWeights.regular}`,"--dropzone-files-description-line-height":`inherit`,"--dropzone-files-description-foreground":`{colors.neutral.foreground.2.enabled}`,"--dropzone-files-error-font-family":`{fonts.base}`,"--dropzone-files-error-font-size":`{fontSizes.200}`,"--dropzone-files-error-font-weight":`{fontWeights.regular}`,"--dropzone-files-error-line-height":`inherit`,"--dropzone-files-error-foreground":`{colors.danger.foreground.1.enabled}`,"--dropzone-files-file-list-gap":`{spacing.300}`,"--dropzone-files-flex-direction":`column`,"--dropzone-files-align-items":`stretch`,"--dropzone-files-justify-content":`flex-start`,"--dropzone-files-gap":`{spacing.500}`,"--dropzone-files-width":`100%`,"--dropzone-files-transition":`{animations.200}`,"--dropzone-files-dropzone-width":`100%`,"--dropzone-files-dropzone-background-idle":`transparent`,"--dropzone-files-dropzone-background-accept":`transparent`,"--dropzone-files-dropzone-background-reject":`transparent`,"--dropzone-files-dropzone-padding-inline":`{spacing.500}`,"--dropzone-files-dropzone-padding-block":`{spacing.500}`,"--dropzone-files-dropzone-border-width":`{borders.150}`,"--dropzone-files-dropzone-border-style":`dashed`,"--dropzone-files-dropzone-border-color-idle":`{colors.primary.stroke.1.enabled}`,"--dropzone-files-dropzone-border-color-accept":`{colors.primary.stroke.1.enabled}`,"--dropzone-files-dropzone-border-color-reject":`{colors.danger.stroke.1.enabled}`,"--dropzone-files-dropzone-radii":`{radii.200}`,"--dropzone-files-dropzone-transition":`{animations.200}`,"--dropzone-files-dropzone-background-disabled":`transparent`,"--dropzone-files-dropzone-disabled-border-color":`{colors.neutral.stroke.1.enabled}`,"--dropzone-files-dropzone-disabled-opacity":`0.5`,"--dropzone-files-dropzone-inner-gap":`{spacing.400}`,"--dropzone-files-dropzone-inner-flex-direction":`column`,"--dropzone-files-dropzone-inner-align-items":`center`,"--dropzone-files-dropzone-inner-justify-content":`center`,"--dropzone-files-dropzone-loading-filter":`blur(2px)`,"--dropzone-files-icon-size":`{sizes.600}`,"--dropzone-files-icon-color-idle":`{colors.primary.foreground.1.enabled}`,"--dropzone-files-icon-color-accept":`{colors.primary.foreground.1.enabled}`,"--dropzone-files-icon-color-reject":`{colors.danger.foreground.1.enabled}`,"--dropzone-files-icon-transition":`{animations.200}`,"--dropzone-files-icon-disabled-color":`{colors.neutral.foreground.1.enabled}`,"--dropzone-files-loader-zindex":`10`,"--dropzone-files-text-gap":`{spacing.100}`,"--dropzone-files-text-flex-direction":`column`,"--dropzone-files-text-align-items":`center`,"--dropzone-files-text-justify-content":`center`,"--dropzone-files-text-align":`center`,"--dropzone-files-title-foreground":`{colors.primary.foreground.1.enabled}`,"--dropzone-files-title-font-family":`{fonts.base}`,"--dropzone-files-title-font-size":`{fontSizes.400}`,"--dropzone-files-title-font-weight":`{fontWeights.semiBold}`,"--dropzone-files-title-line-height":`1.2`,"--dropzone-files-title-margin-bottom":`{spacing.200}`,"--dropzone-files-title-foreground-reject":`{colors.danger.foreground.1.enabled}`,"--dropzone-files-title-foreground-disabled":`{colors.neutral.foreground.1.enabled}`,"--dropzone-files-subtitle-foreground":`{colors.neutral.foreground.2.enabled}`,"--dropzone-files-subtitle-font-family":`{fonts.base}`,"--dropzone-files-subtitle-font-size":`{fontSizes.300}`,"--dropzone-files-subtitle-font-weight":`{fontWeights.bold}`,"--dropzone-files-subtitle-line-height":`1.3`,"--dropzone-files-hint-foreground":`{colors.neutral.foreground.2.enabled}`,"--dropzone-files-hint-font-family":`{fonts.base}`,"--dropzone-files-hint-font-size":`{fontSizes.300}`,"--dropzone-files-hint-font-weight":`{fontWeights.regular}`,"--dropzone-files-hint-line-height":`1.3`}});export{t as dropzoneFiles};
2
2
  //# sourceMappingURL=dropzone-files.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"dropzone-files.mjs","names":[],"sources":["../../../../src/recipes/controls/dropzone-files/dropzone-files.ts"],"sourcesContent":["import {\n defineRecipe,\n type RecipeBuilder,\n type RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nexport const dropzoneFiles = defineRecipe({\n className: 'dropzone-files',\n jsx: ['DropzoneFiles'],\n base: {\n /* root */\n '--dropzone-files-gap': '{spacing.300}',\n\n /* label wrapper */\n '--dropzone-files-label-wrapper-gap': '{spacing.100}',\n\n /* Label */\n '--dropzone-files-label-font-family': '{fonts.base}',\n '--dropzone-files-label-font-size': '{fontSizes.300}',\n '--dropzone-files-label-font-weight': '{fontWeights.medium}',\n '--dropzone-files-label-line-height': 'inherit',\n '--dropzone-files-label-foreground':\n '{colors.neutral.foreground.1.enabled}',\n\n /* Required */\n '--dropzone-files-required-font-family': '{fonts.base}',\n '--dropzone-files-required-font-size': '{fontSizes.400}',\n '--dropzone-files-required-font-weight': '{fontWeights.medium}',\n '--dropzone-files-required-foreground':\n '{colors.neutral.foreground.1.enabled}',\n '--dropzone-files-required-foreground-error':\n '{colors.danger.foreground.1.enabled}',\n\n /* Description */\n '--dropzone-files-description-font-family': '{fonts.base}',\n '--dropzone-files-description-font-size': '{fontSizes.300}',\n '--dropzone-files-description-font-weight': '{fontWeights.regular}',\n '--dropzone-files-description-line-height': 'inherit',\n '--dropzone-files-description-foreground':\n '{colors.neutral.foreground.2.enabled}',\n\n /* Error */\n '--dropzone-files-error-font-family': '{fonts.base}',\n '--dropzone-files-error-font-size': '{fontSizes.200}',\n '--dropzone-files-error-font-weight': '{fontWeights.regular}',\n '--dropzone-files-error-line-height': 'inherit',\n '--dropzone-files-error-foreground': '{colors.danger.foreground.1.enabled}',\n\n /* filelist */\n '--dropzone-files-file-list-gap': '{spacing.300}',\n\n /* fileitem */\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAgB,EAAa,CACxC,UAAW,iBACX,IAAK,CAAC,gBAAgB,CACtB,KAAM,CAEJ,uBAAwB,gBAGxB,qCAAsC,gBAGtC,qCAAsC,eACtC,mCAAoC,kBACpC,qCAAsC,uBACtC,qCAAsC,UACtC,oCACE,wCAGF,wCAAyC,eACzC,sCAAuC,kBACvC,wCAAyC,uBACzC,uCACE,wCACF,6CACE,uCAGF,2CAA4C,eAC5C,yCAA0C,kBAC1C,2CAA4C,wBAC5C,2CAA4C,UAC5C,0CACE,wCAGF,qCAAsC,eACtC,mCAAoC,kBACpC,qCAAsC,wBACtC,qCAAsC,UACtC,oCAAqC,uCAGrC,iCAAkC,gBAGnC,CACF,CAAC"}
1
+ {"version":3,"file":"dropzone-files.mjs","names":[],"sources":["../../../../src/recipes/controls/dropzone-files/dropzone-files.ts"],"sourcesContent":["import {\n defineRecipe,\n type RecipeBuilder,\n type RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nexport const dropzoneFiles = defineRecipe({\n className: 'dropzone-files',\n jsx: ['DropzoneFiles'],\n base: {\n /* root */\n '--dropzone-files-root-gap': '{spacing.300}',\n\n /* label wrapper */\n '--dropzone-files-label-wrapper-gap': '{spacing.100}',\n\n /* Label */\n '--dropzone-files-label-font-family': '{fonts.base}',\n '--dropzone-files-label-font-size': '{fontSizes.300}',\n '--dropzone-files-label-font-weight': '{fontWeights.medium}',\n '--dropzone-files-label-line-height': 'inherit',\n '--dropzone-files-label-foreground':\n '{colors.neutral.foreground.1.enabled}',\n\n /* Required */\n '--dropzone-files-required-font-family': '{fonts.base}',\n '--dropzone-files-required-font-size': '{fontSizes.400}',\n '--dropzone-files-required-font-weight': '{fontWeights.medium}',\n '--dropzone-files-required-foreground':\n '{colors.neutral.foreground.1.enabled}',\n '--dropzone-files-required-foreground-error':\n '{colors.danger.foreground.1.enabled}',\n\n /* Description */\n '--dropzone-files-description-font-family': '{fonts.base}',\n '--dropzone-files-description-font-size': '{fontSizes.300}',\n '--dropzone-files-description-font-weight': '{fontWeights.regular}',\n '--dropzone-files-description-line-height': 'inherit',\n '--dropzone-files-description-foreground':\n '{colors.neutral.foreground.2.enabled}',\n\n /* Error */\n '--dropzone-files-error-font-family': '{fonts.base}',\n '--dropzone-files-error-font-size': '{fontSizes.200}',\n '--dropzone-files-error-font-weight': '{fontWeights.regular}',\n '--dropzone-files-error-line-height': 'inherit',\n '--dropzone-files-error-foreground': '{colors.danger.foreground.1.enabled}',\n\n /* filelist */\n '--dropzone-files-file-list-gap': '{spacing.300}',\n\n /* fileitem */\n\n /* dropzone */\n /* root */\n '--dropzone-files-flex-direction': 'column',\n '--dropzone-files-align-items': 'stretch',\n '--dropzone-files-justify-content': 'flex-start',\n '--dropzone-files-gap': '{spacing.500}',\n '--dropzone-files-width': '100%',\n '--dropzone-files-transition': '{animations.200}',\n\n /* dropzone */\n '--dropzone-files-dropzone-width': '100%',\n '--dropzone-files-dropzone-background-idle': 'transparent',\n '--dropzone-files-dropzone-background-accept': 'transparent',\n '--dropzone-files-dropzone-background-reject': 'transparent',\n '--dropzone-files-dropzone-padding-inline': '{spacing.500}',\n '--dropzone-files-dropzone-padding-block': '{spacing.500}',\n '--dropzone-files-dropzone-border-width': '{borders.150}',\n '--dropzone-files-dropzone-border-style': 'dashed',\n '--dropzone-files-dropzone-border-color-idle':\n '{colors.primary.stroke.1.enabled}',\n '--dropzone-files-dropzone-border-color-accept':\n '{colors.primary.stroke.1.enabled}',\n '--dropzone-files-dropzone-border-color-reject':\n '{colors.danger.stroke.1.enabled}',\n '--dropzone-files-dropzone-radii': '{radii.200}',\n '--dropzone-files-dropzone-transition': '{animations.200}',\n '--dropzone-files-dropzone-background-disabled': 'transparent',\n '--dropzone-files-dropzone-disabled-border-color':\n '{colors.neutral.stroke.1.enabled}',\n '--dropzone-files-dropzone-disabled-opacity': '0.5',\n\n '--dropzone-files-dropzone-inner-gap': '{spacing.400}',\n '--dropzone-files-dropzone-inner-flex-direction': 'column',\n '--dropzone-files-dropzone-inner-align-items': 'center',\n '--dropzone-files-dropzone-inner-justify-content': 'center',\n\n '--dropzone-files-dropzone-loading-filter': 'blur(2px)',\n // '--dropzone-files-dropzone-loading-backdrop-background': '{colors.neutral.background.1.alpha}',\n // '--dropzone-files-dropzone-loading-backdrop-filter': 'blur(8px)',\n // '--dropzone-files-dropzone-loading-backdrop-zindex': '1',\n\n /* icons */\n '--dropzone-files-icon-size': '{sizes.600}',\n '--dropzone-files-icon-color-idle': '{colors.primary.foreground.1.enabled}',\n '--dropzone-files-icon-color-accept':\n '{colors.primary.foreground.1.enabled}',\n '--dropzone-files-icon-color-reject':\n '{colors.danger.foreground.1.enabled}',\n '--dropzone-files-icon-transition': '{animations.200}',\n '--dropzone-files-icon-disabled-color':\n '{colors.neutral.foreground.1.enabled}',\n\n /* loader */\n '--dropzone-files-loader-zindex': '10',\n\n /* texts */\n '--dropzone-files-text-gap': '{spacing.100}',\n '--dropzone-files-text-flex-direction': 'column',\n '--dropzone-files-text-align-items': 'center',\n '--dropzone-files-text-justify-content': 'center',\n '--dropzone-files-text-align': 'center',\n\n '--dropzone-files-title-foreground':\n '{colors.primary.foreground.1.enabled}',\n '--dropzone-files-title-font-family': '{fonts.base}',\n '--dropzone-files-title-font-size': '{fontSizes.400}',\n '--dropzone-files-title-font-weight': '{fontWeights.semiBold}',\n '--dropzone-files-title-line-height': '1.2',\n '--dropzone-files-title-margin-bottom': '{spacing.200}',\n '--dropzone-files-title-foreground-reject':\n '{colors.danger.foreground.1.enabled}',\n '--dropzone-files-title-foreground-disabled':\n '{colors.neutral.foreground.1.enabled}',\n\n '--dropzone-files-subtitle-foreground':\n '{colors.neutral.foreground.2.enabled}',\n '--dropzone-files-subtitle-font-family': '{fonts.base}',\n '--dropzone-files-subtitle-font-size': '{fontSizes.300}',\n '--dropzone-files-subtitle-font-weight': '{fontWeights.bold}',\n '--dropzone-files-subtitle-line-height': '1.3',\n\n '--dropzone-files-hint-foreground': '{colors.neutral.foreground.2.enabled}',\n '--dropzone-files-hint-font-family': '{fonts.base}',\n '--dropzone-files-hint-font-size': '{fontSizes.300}',\n '--dropzone-files-hint-font-weight': '{fontWeights.regular}',\n '--dropzone-files-hint-line-height': '1.3',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAgB,EAAa,CACxC,UAAW,iBACX,IAAK,CAAC,gBAAgB,CACtB,KAAM,CAEJ,4BAA6B,gBAG7B,qCAAsC,gBAGtC,qCAAsC,eACtC,mCAAoC,kBACpC,qCAAsC,uBACtC,qCAAsC,UACtC,oCACE,wCAGF,wCAAyC,eACzC,sCAAuC,kBACvC,wCAAyC,uBACzC,uCACE,wCACF,6CACE,uCAGF,2CAA4C,eAC5C,yCAA0C,kBAC1C,2CAA4C,wBAC5C,2CAA4C,UAC5C,0CACE,wCAGF,qCAAsC,eACtC,mCAAoC,kBACpC,qCAAsC,wBACtC,qCAAsC,UACtC,oCAAqC,uCAGrC,iCAAkC,gBAMlC,kCAAmC,SACnC,+BAAgC,UAChC,mCAAoC,aACpC,uBAAwB,gBACxB,yBAA0B,OAC1B,8BAA+B,mBAG/B,kCAAmC,OACnC,4CAA6C,cAC7C,8CAA+C,cAC/C,8CAA+C,cAC/C,2CAA4C,gBAC5C,0CAA2C,gBAC3C,yCAA0C,gBAC1C,yCAA0C,SAC1C,8CACE,oCACF,gDACE,oCACF,gDACE,mCACF,kCAAmC,cACnC,uCAAwC,mBACxC,gDAAiD,cACjD,kDACE,oCACF,6CAA8C,MAE9C,sCAAuC,gBACvC,iDAAkD,SAClD,8CAA+C,SAC/C,kDAAmD,SAEnD,2CAA4C,YAM5C,6BAA8B,cAC9B,mCAAoC,wCACpC,qCACE,wCACF,qCACE,uCACF,mCAAoC,mBACpC,uCACE,wCAGF,iCAAkC,KAGlC,4BAA6B,gBAC7B,uCAAwC,SACxC,oCAAqC,SACrC,wCAAyC,SACzC,8BAA+B,SAE/B,oCACE,wCACF,qCAAsC,eACtC,mCAAoC,kBACpC,qCAAsC,yBACtC,qCAAsC,MACtC,uCAAwC,gBACxC,2CACE,uCACF,6CACE,wCAEF,uCACE,wCACF,wCAAyC,eACzC,sCAAuC,kBACvC,wCAAyC,qBACzC,wCAAyC,MAEzC,mCAAoC,wCACpC,oCAAqC,eACrC,kCAAmC,kBACnC,oCAAqC,wBACrC,oCAAqC,MACtC,CACF,CAAC"}
@@ -1,2 +1,2 @@
1
- import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`uploaded-file`,jsx:[`UploadedFile`],base:{"--uploaded-file-background":`{colors.neutral.background.alpha.1.enabled}`,"--uploaded-file-foreground":`{colors.neutral.foreground.1.enabled}`,"--uploaded-file-gap":`{spacing.200}`,"--uploaded-file-height":`{sizes.600}`,"--uploaded-file-width":`100%`,"--uploaded-file-padding-inline":`{spacing.300}`,"--uploaded-file-padding-block":`{spacing.100}`,"--uploaded-file-radii":`1.25rem`,"--uploaded-file-transition":`{animations.base.100}`,"--uploaded-file-background-hover":`{colors.neutral.background.alpha.2.enabled}`,"--uploaded-file-foreground-hover":`{colors.neutral.foreground.1.hovered}`,"--uploaded-file-content-direction":`column`,"--uploaded-file-content-gap":`0`,"--uploaded-file-name-font-family":`{fonts.base}`,"--uploaded-file-name-font-size":`{fontSizes.300}`,"--uploaded-file-name-font-weight":`{fontWeights.medium}`,"--uploaded-file-name-line-height":`inherit`,"--uploaded-file-name-foreground":`{colors.neutral.foreground.1.enabled}`,"--uploaded-file-name-text-transform":`none`,"--uploaded-file-link-font-family":`{fonts.base}`,"--uploaded-file-link-font-size":`{fontSizes.300}`,"--uploaded-file-link-font-weight":`{fontWeights.medium}`,"--uploaded-file-link-line-height":`inherit`,"--uploaded-file-link-foreground":`{colors.neutral.foreground.1.enabled}`,"--uploaded-file-link-text-transform":`none`,"--uploaded-file-link-transition":`{animations.base.100}`,"--uploaded-file-link-foreground-hover":`{colors.neutral.foreground.1.primary.hovered}`,"--uploaded-file-link-hover-text-decoration":`none`,"--uploaded-file-size-font-family":`{fonts.base}`,"--uploaded-file-size-font-size":`{fontSizes.200}`,"--uploaded-file-size-font-weight":`{fontWeights.medium}`,"--uploaded-file-size-line-height":`inherit`,"--uploaded-file-size-foreground":`{colors.neutral.foreground.2.enabled}`,"--uploaded-file-size-text-transform":`uppercase`,"--uploaded-file-date-font-family":`{fonts.base}`,"--uploaded-file-date-font-size":`{fontSizes.200}`,"--uploaded-file-date-font-weight":`{fontWeights.medium}`,"--uploaded-file-date-line-height":`inherit`,"--uploaded-file-date-foreground":`{colors.neutral.foreground.2.enabled}`,"--uploaded-file-date-text-transform":`uppercase`,"--uploaded-file-type-font-family":`{fonts.base}`,"--uploaded-file-type-font-size":`{fontSizes.200}`,"--uploaded-file-type-font-weight":`{fontWeights.medium}`,"--uploaded-file-type-line-height":`inherit`,"--uploaded-file-type-foreground":`{colors.neutral.foreground.2.enabled}`,"--uploaded-file-type-text-transform":`uppercase`,"--uploaded-file-details-direction":`row`,"--uploaded-file-details-gap":`{spacing.150}`,"--uploaded-file-section-width":`{sizes.400}`,"--uploaded-file-section-height":`{sizes.400}`,"--uploaded-file-section-aspect-ratio":`1`}});export{t as uploadedFile};
1
+ import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`uploaded-file`,jsx:[`UploadedFile`],base:{"--uploaded-file-background":`{colors.neutral.background.alpha.1.enabled}`,"--uploaded-file-foreground":`{colors.neutral.foreground.1.enabled}`,"--uploaded-file-gap":`{spacing.200}`,"--uploaded-file-height":`{sizes.600}`,"--uploaded-file-width":`100%`,"--uploaded-file-padding-inline":`{spacing.300}`,"--uploaded-file-padding-block":`{spacing.100}`,"--uploaded-file-radii":`1.25rem`,"--uploaded-file-transition":`{animations.base.100}`,"--uploaded-file-background-hover":`{colors.neutral.background.1.hovered}`,"--uploaded-file-foreground-hover":`{colors.neutral.foreground.1.hovered}`,"--uploaded-file-content-direction":`column`,"--uploaded-file-content-gap":`0`,"--uploaded-file-name-font-family":`{fonts.base}`,"--uploaded-file-name-font-size":`{fontSizes.300}`,"--uploaded-file-name-font-weight":`{fontWeights.medium}`,"--uploaded-file-name-line-height":`inherit`,"--uploaded-file-name-foreground":`{colors.neutral.foreground.1.enabled}`,"--uploaded-file-name-text-transform":`none`,"--uploaded-file-link-font-family":`{fonts.base}`,"--uploaded-file-link-font-size":`{fontSizes.300}`,"--uploaded-file-link-font-weight":`{fontWeights.medium}`,"--uploaded-file-link-line-height":`inherit`,"--uploaded-file-link-foreground":`{colors.neutral.foreground.1.enabled}`,"--uploaded-file-link-text-transform":`none`,"--uploaded-file-link-transition":`{animations.base.100}`,"--uploaded-file-link-foreground-hover":`{colors.neutral.foreground.1.primary.hovered}`,"--uploaded-file-link-hover-text-decoration":`none`,"--uploaded-file-size-font-family":`{fonts.base}`,"--uploaded-file-size-font-size":`{fontSizes.200}`,"--uploaded-file-size-font-weight":`{fontWeights.medium}`,"--uploaded-file-size-line-height":`inherit`,"--uploaded-file-size-foreground":`{colors.neutral.foreground.2.enabled}`,"--uploaded-file-size-text-transform":`uppercase`,"--uploaded-file-date-font-family":`{fonts.base}`,"--uploaded-file-date-font-size":`{fontSizes.200}`,"--uploaded-file-date-font-weight":`{fontWeights.medium}`,"--uploaded-file-date-line-height":`inherit`,"--uploaded-file-date-foreground":`{colors.neutral.foreground.2.enabled}`,"--uploaded-file-date-text-transform":`uppercase`,"--uploaded-file-type-font-family":`{fonts.base}`,"--uploaded-file-type-font-size":`{fontSizes.200}`,"--uploaded-file-type-font-weight":`{fontWeights.medium}`,"--uploaded-file-type-line-height":`inherit`,"--uploaded-file-type-foreground":`{colors.neutral.foreground.2.enabled}`,"--uploaded-file-type-text-transform":`uppercase`,"--uploaded-file-details-direction":`row`,"--uploaded-file-details-gap":`{spacing.150}`,"--uploaded-file-section-width":`{sizes.400}`,"--uploaded-file-section-height":`{sizes.400}`,"--uploaded-file-section-aspect-ratio":`1`}});export{t as uploadedFile};
2
2
  //# sourceMappingURL=uploaded-file.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"uploaded-file.mjs","names":[],"sources":["../../../../src/recipes/data-display/uploaded-file/uploaded-file.ts"],"sourcesContent":["import {\n defineRecipe,\n type RecipeBuilder,\n type RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nexport const uploadedFile = defineRecipe({\n className: 'uploaded-file',\n jsx: ['UploadedFile'],\n base: {\n /* Root */\n '--uploaded-file-background': '{colors.neutral.background.alpha.1.enabled}',\n '--uploaded-file-foreground': '{colors.neutral.foreground.1.enabled}',\n '--uploaded-file-gap': '{spacing.200}',\n '--uploaded-file-height': '{sizes.600}',\n '--uploaded-file-width': '100%',\n '--uploaded-file-padding-inline': '{spacing.300}',\n '--uploaded-file-padding-block': '{spacing.100}',\n '--uploaded-file-radii': '1.25rem',\n '--uploaded-file-transition': '{animations.base.100}',\n '--uploaded-file-background-hover':\n '{colors.neutral.background.alpha.2.enabled}',\n '--uploaded-file-foreground-hover': '{colors.neutral.foreground.1.hovered}',\n\n /* Content */\n '--uploaded-file-content-direction': 'column',\n '--uploaded-file-content-gap': '0',\n\n /* Name */\n '--uploaded-file-name-font-family': '{fonts.base}',\n '--uploaded-file-name-font-size': '{fontSizes.300}',\n '--uploaded-file-name-font-weight': '{fontWeights.medium}',\n '--uploaded-file-name-line-height': 'inherit',\n '--uploaded-file-name-foreground': '{colors.neutral.foreground.1.enabled}',\n '--uploaded-file-name-text-transform': 'none',\n\n /* Link */\n '--uploaded-file-link-font-family': '{fonts.base}',\n '--uploaded-file-link-font-size': '{fontSizes.300}',\n '--uploaded-file-link-font-weight': '{fontWeights.medium}',\n '--uploaded-file-link-line-height': 'inherit',\n '--uploaded-file-link-foreground': '{colors.neutral.foreground.1.enabled}',\n '--uploaded-file-link-text-transform': 'none',\n '--uploaded-file-link-transition': '{animations.base.100}',\n '--uploaded-file-link-foreground-hover':\n '{colors.neutral.foreground.1.primary.hovered}',\n '--uploaded-file-link-hover-text-decoration': 'none',\n\n /* Size */\n '--uploaded-file-size-font-family': '{fonts.base}',\n '--uploaded-file-size-font-size': '{fontSizes.200}',\n '--uploaded-file-size-font-weight': '{fontWeights.medium}',\n '--uploaded-file-size-line-height': 'inherit',\n '--uploaded-file-size-foreground': '{colors.neutral.foreground.2.enabled}',\n '--uploaded-file-size-text-transform': 'uppercase',\n\n /* Date */\n '--uploaded-file-date-font-family': '{fonts.base}',\n '--uploaded-file-date-font-size': '{fontSizes.200}',\n '--uploaded-file-date-font-weight': '{fontWeights.medium}',\n '--uploaded-file-date-line-height': 'inherit',\n '--uploaded-file-date-foreground': '{colors.neutral.foreground.2.enabled}',\n '--uploaded-file-date-text-transform': 'uppercase',\n\n /* Type */\n '--uploaded-file-type-font-family': '{fonts.base}',\n '--uploaded-file-type-font-size': '{fontSizes.200}',\n '--uploaded-file-type-font-weight': '{fontWeights.medium}',\n '--uploaded-file-type-line-height': 'inherit',\n '--uploaded-file-type-foreground': '{colors.neutral.foreground.2.enabled}',\n '--uploaded-file-type-text-transform': 'uppercase',\n\n /* Details */\n '--uploaded-file-details-direction': 'row',\n '--uploaded-file-details-gap': '{spacing.150}',\n\n /* Section */\n '--uploaded-file-section-width': '{sizes.400}',\n '--uploaded-file-section-height': '{sizes.400}',\n '--uploaded-file-section-aspect-ratio': '1',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAe,EAAa,CACvC,UAAW,gBACX,IAAK,CAAC,eAAe,CACrB,KAAM,CAEJ,6BAA8B,8CAC9B,6BAA8B,wCAC9B,sBAAuB,gBACvB,yBAA0B,cAC1B,wBAAyB,OACzB,iCAAkC,gBAClC,gCAAiC,gBACjC,wBAAyB,UACzB,6BAA8B,wBAC9B,mCACE,8CACF,mCAAoC,wCAGpC,oCAAqC,SACrC,8BAA+B,IAG/B,mCAAoC,eACpC,iCAAkC,kBAClC,mCAAoC,uBACpC,mCAAoC,UACpC,kCAAmC,wCACnC,sCAAuC,OAGvC,mCAAoC,eACpC,iCAAkC,kBAClC,mCAAoC,uBACpC,mCAAoC,UACpC,kCAAmC,wCACnC,sCAAuC,OACvC,kCAAmC,wBACnC,wCACE,gDACF,6CAA8C,OAG9C,mCAAoC,eACpC,iCAAkC,kBAClC,mCAAoC,uBACpC,mCAAoC,UACpC,kCAAmC,wCACnC,sCAAuC,YAGvC,mCAAoC,eACpC,iCAAkC,kBAClC,mCAAoC,uBACpC,mCAAoC,UACpC,kCAAmC,wCACnC,sCAAuC,YAGvC,mCAAoC,eACpC,iCAAkC,kBAClC,mCAAoC,uBACpC,mCAAoC,UACpC,kCAAmC,wCACnC,sCAAuC,YAGvC,oCAAqC,MACrC,8BAA+B,gBAG/B,gCAAiC,cACjC,iCAAkC,cAClC,uCAAwC,IACzC,CACF,CAAC"}
1
+ {"version":3,"file":"uploaded-file.mjs","names":[],"sources":["../../../../src/recipes/data-display/uploaded-file/uploaded-file.ts"],"sourcesContent":["import {\n defineRecipe,\n type RecipeBuilder,\n type RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nexport const uploadedFile = defineRecipe({\n className: 'uploaded-file',\n jsx: ['UploadedFile'],\n base: {\n /* Root */\n '--uploaded-file-background': '{colors.neutral.background.alpha.1.enabled}',\n '--uploaded-file-foreground': '{colors.neutral.foreground.1.enabled}',\n '--uploaded-file-gap': '{spacing.200}',\n '--uploaded-file-height': '{sizes.600}',\n '--uploaded-file-width': '100%',\n '--uploaded-file-padding-inline': '{spacing.300}',\n '--uploaded-file-padding-block': '{spacing.100}',\n '--uploaded-file-radii': '1.25rem',\n '--uploaded-file-transition': '{animations.base.100}',\n '--uploaded-file-background-hover': '{colors.neutral.background.1.hovered}',\n '--uploaded-file-foreground-hover': '{colors.neutral.foreground.1.hovered}',\n\n /* Content */\n '--uploaded-file-content-direction': 'column',\n '--uploaded-file-content-gap': '0',\n\n /* Name */\n '--uploaded-file-name-font-family': '{fonts.base}',\n '--uploaded-file-name-font-size': '{fontSizes.300}',\n '--uploaded-file-name-font-weight': '{fontWeights.medium}',\n '--uploaded-file-name-line-height': 'inherit',\n '--uploaded-file-name-foreground': '{colors.neutral.foreground.1.enabled}',\n '--uploaded-file-name-text-transform': 'none',\n\n /* Link */\n '--uploaded-file-link-font-family': '{fonts.base}',\n '--uploaded-file-link-font-size': '{fontSizes.300}',\n '--uploaded-file-link-font-weight': '{fontWeights.medium}',\n '--uploaded-file-link-line-height': 'inherit',\n '--uploaded-file-link-foreground': '{colors.neutral.foreground.1.enabled}',\n '--uploaded-file-link-text-transform': 'none',\n '--uploaded-file-link-transition': '{animations.base.100}',\n '--uploaded-file-link-foreground-hover':\n '{colors.neutral.foreground.1.primary.hovered}',\n '--uploaded-file-link-hover-text-decoration': 'none',\n\n /* Size */\n '--uploaded-file-size-font-family': '{fonts.base}',\n '--uploaded-file-size-font-size': '{fontSizes.200}',\n '--uploaded-file-size-font-weight': '{fontWeights.medium}',\n '--uploaded-file-size-line-height': 'inherit',\n '--uploaded-file-size-foreground': '{colors.neutral.foreground.2.enabled}',\n '--uploaded-file-size-text-transform': 'uppercase',\n\n /* Date */\n '--uploaded-file-date-font-family': '{fonts.base}',\n '--uploaded-file-date-font-size': '{fontSizes.200}',\n '--uploaded-file-date-font-weight': '{fontWeights.medium}',\n '--uploaded-file-date-line-height': 'inherit',\n '--uploaded-file-date-foreground': '{colors.neutral.foreground.2.enabled}',\n '--uploaded-file-date-text-transform': 'uppercase',\n\n /* Type */\n '--uploaded-file-type-font-family': '{fonts.base}',\n '--uploaded-file-type-font-size': '{fontSizes.200}',\n '--uploaded-file-type-font-weight': '{fontWeights.medium}',\n '--uploaded-file-type-line-height': 'inherit',\n '--uploaded-file-type-foreground': '{colors.neutral.foreground.2.enabled}',\n '--uploaded-file-type-text-transform': 'uppercase',\n\n /* Details */\n '--uploaded-file-details-direction': 'row',\n '--uploaded-file-details-gap': '{spacing.150}',\n\n /* Section */\n '--uploaded-file-section-width': '{sizes.400}',\n '--uploaded-file-section-height': '{sizes.400}',\n '--uploaded-file-section-aspect-ratio': '1',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAe,EAAa,CACvC,UAAW,gBACX,IAAK,CAAC,eAAe,CACrB,KAAM,CAEJ,6BAA8B,8CAC9B,6BAA8B,wCAC9B,sBAAuB,gBACvB,yBAA0B,cAC1B,wBAAyB,OACzB,iCAAkC,gBAClC,gCAAiC,gBACjC,wBAAyB,UACzB,6BAA8B,wBAC9B,mCAAoC,wCACpC,mCAAoC,wCAGpC,oCAAqC,SACrC,8BAA+B,IAG/B,mCAAoC,eACpC,iCAAkC,kBAClC,mCAAoC,uBACpC,mCAAoC,UACpC,kCAAmC,wCACnC,sCAAuC,OAGvC,mCAAoC,eACpC,iCAAkC,kBAClC,mCAAoC,uBACpC,mCAAoC,UACpC,kCAAmC,wCACnC,sCAAuC,OACvC,kCAAmC,wBACnC,wCACE,gDACF,6CAA8C,OAG9C,mCAAoC,eACpC,iCAAkC,kBAClC,mCAAoC,uBACpC,mCAAoC,UACpC,kCAAmC,wCACnC,sCAAuC,YAGvC,mCAAoC,eACpC,iCAAkC,kBAClC,mCAAoC,uBACpC,mCAAoC,UACpC,kCAAmC,wCACnC,sCAAuC,YAGvC,mCAAoC,eACpC,iCAAkC,kBAClC,mCAAoC,uBACpC,mCAAoC,UACpC,kCAAmC,wCACnC,sCAAuC,YAGvC,oCAAqC,MACrC,8BAA+B,gBAG/B,gCAAiC,cACjC,iCAAkC,cAClC,uCAAwC,IACzC,CACF,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mage-ui/preset",
3
- "version": "1.0.118",
3
+ "version": "1.0.120",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [],