@mage-ui/preset 0.0.60 → 0.0.62
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.
- package/dist/recipes/atoms/buttons/button-icon-icon.js +1 -1
- package/dist/recipes/atoms/buttons/button-icon-icon.js.map +1 -1
- package/dist/recipes/atoms/buttons/button-icon.js +1 -1
- package/dist/recipes/atoms/buttons/button-icon.js.map +1 -1
- package/dist/recipes/atoms/tooltip/tooltip-root.js +1 -1
- package/dist/recipes/atoms/tooltip/tooltip-root.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{defineRecipe as e}from"@pandacss/dev";const t=e({className:`button-icon-icon`,jsx:[`
|
|
1
|
+
import{defineRecipe as e}from"@pandacss/dev";const t=e({className:`button-icon-icon`,jsx:[`ButtonIcon`],base:{display:`inline-flex`,justifyContent:`center`,alignItems:`center`,aspectRatio:`1`,transition:`all 0.2s ease`},variants:{size:{xs:{height:`0.75rem`,width:`0.75rem`},s:{height:`1rem`,width:`1rem`},m:{height:`1.25rem`,width:`1.25rem`},l:{height:`1.5rem`,width:`1.5rem`},xl:{height:`2rem`,width:`2rem`}}},defaultVariants:{size:`m`}});export{t as buttonIconIcon};
|
|
2
2
|
//# sourceMappingURL=button-icon-icon.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"button-icon-icon.js","names":[],"sources":["../../../../src/recipes/atoms/buttons/button-icon-icon.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\nimport { defineRecipe } from '@pandacss/dev';\n\nexport const buttonIconIcon = defineRecipe({\n className: 'button-icon-icon',\n jsx: ['
|
|
1
|
+
{"version":3,"file":"button-icon-icon.js","names":[],"sources":["../../../../src/recipes/atoms/buttons/button-icon-icon.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\nimport { defineRecipe } from '@pandacss/dev';\n\nexport const buttonIconIcon = defineRecipe({\n className: 'button-icon-icon',\n jsx: ['ButtonIcon'],\n base: {\n display: 'inline-flex',\n justifyContent: 'center',\n alignItems: 'center',\n aspectRatio: '1',\n transition: 'all 0.2s ease',\n },\n variants: {\n size: {\n xs: {\n height: '0.75rem',\n width: '0.75rem',\n },\n s: {\n height: '1rem',\n width: '1rem',\n },\n m: {\n height: '1.25rem',\n width: '1.25rem',\n },\n l: {\n height: '1.5rem',\n width: '1.5rem',\n },\n xl: {\n height: '2rem',\n width: '2rem',\n },\n },\n },\n defaultVariants: {\n size: 'm',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"6CAMA,MAAa,EAAiB,EAAa,CACzC,UAAW,mBACX,IAAK,CAAC,aAAa,CACnB,KAAM,CACJ,QAAS,cACT,eAAgB,SAChB,WAAY,SACZ,YAAa,IACb,WAAY,gBACb,CACD,SAAU,CACR,KAAM,CACJ,GAAI,CACF,OAAQ,UACR,MAAO,UACR,CACD,EAAG,CACD,OAAQ,OACR,MAAO,OACR,CACD,EAAG,CACD,OAAQ,UACR,MAAO,UACR,CACD,EAAG,CACD,OAAQ,SACR,MAAO,SACR,CACD,GAAI,CACF,OAAQ,OACR,MAAO,OACR,CACF,CACF,CACD,gBAAiB,CACf,KAAM,IACP,CACF,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{button as e}from"./button.js";const t=e.merge({className:`button-icon`,jsx:[`
|
|
1
|
+
import{button as e}from"./button.js";const t=e.merge({className:`button-icon`,jsx:[`ButtonIcon`],base:{display:`inline-flex`,justifyContent:`center`,alignItems:`center`,aspectRatio:`1`,borderRadius:`200`,flexShrink:`0`},variants:{size:{l:{width:`control.height.300`},m:{width:`control.height.200`},s:{width:`control.height.100`}},shape:{rounded:{borderRadius:`900`}}},defaultVariants:{size:`m`}});export{t as buttonIcon};
|
|
2
2
|
//# sourceMappingURL=button-icon.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"button-icon.js","names":[],"sources":["../../../../src/recipes/atoms/buttons/button-icon.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nimport { button } from './button';\n\nexport const buttonIcon = button.merge({\n className: 'button-icon',\n jsx: ['
|
|
1
|
+
{"version":3,"file":"button-icon.js","names":[],"sources":["../../../../src/recipes/atoms/buttons/button-icon.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nimport { button } from './button';\n\nexport const buttonIcon = button.merge({\n className: 'button-icon',\n jsx: ['ButtonIcon'],\n base: {\n display: 'inline-flex',\n justifyContent: 'center',\n alignItems: 'center',\n aspectRatio: '1',\n borderRadius: '200',\n flexShrink: '0',\n },\n variants: {\n size: {\n l: {\n width: 'control.height.300',\n },\n m: {\n width: 'control.height.200',\n },\n s: {\n width: 'control.height.100',\n },\n },\n shape: {\n rounded: {\n borderRadius: '900',\n },\n },\n },\n defaultVariants: {\n size: 'm',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"qCAOA,MAAa,EAAa,EAAO,MAAM,CACrC,UAAW,cACX,IAAK,CAAC,aAAa,CACnB,KAAM,CACJ,QAAS,cACT,eAAgB,SAChB,WAAY,SACZ,YAAa,IACb,aAAc,MACd,WAAY,IACb,CACD,SAAU,CACR,KAAM,CACJ,EAAG,CACD,MAAO,qBACR,CACD,EAAG,CACD,MAAO,qBACR,CACD,EAAG,CACD,MAAO,qBACR,CACF,CACD,MAAO,CACL,QAAS,CACP,aAAc,MACf,CACF,CACF,CACD,gBAAiB,CACf,KAAM,IACP,CACF,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`tooltip__root`,jsx:[`Tooltip`],base:{backgroundColor:`var(--tooltip-bg)`,color:`var(--tooltip-color)`,fontSize:`var(--tooltip-font-size)`,fontWeight:`var(--tooltip-font-weight)`,display:`block`,textWrap:`wrap`,whiteSpace:`normal`,lineHeight:`var(--tooltip-line-height)`,position:`absolute`,borderRadius:`var(--tooltip-radius)`,paddingInline:`var(--tooltip-padding-inline)`,paddingBlock:`var(--tooltip-padding-inline)`,height:`var(--tooltip-height)`,minHeight:`var(--tooltip-min-height)`,width:`var(--tooltip-width)`,maxWidth:`var(--tooltip-max-width)`,zIndex:`var(--tooltip-zindex)
|
|
1
|
+
import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`tooltip__root`,jsx:[`Tooltip`],base:{backgroundColor:`var(--tooltip-bg)`,color:`var(--tooltip-color)`,fontSize:`var(--tooltip-font-size)`,fontWeight:`var(--tooltip-font-weight)`,display:`block`,textWrap:`wrap`,whiteSpace:`normal`,lineHeight:`var(--tooltip-line-height)`,position:`absolute`,borderRadius:`var(--tooltip-radius)`,paddingInline:`var(--tooltip-padding-inline)`,paddingBlock:`var(--tooltip-padding-inline)`,height:`var(--tooltip-height)`,minHeight:`var(--tooltip-min-height)`,width:`var(--tooltip-width)`,maxWidth:`var(--tooltip-max-width)`,zIndex:`var(--tooltip-zindex)!`,boxSizing:`border-box`}});export{t as tooltipRoot};
|
|
2
2
|
//# sourceMappingURL=tooltip-root.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tooltip-root.js","names":[],"sources":["../../../../src/recipes/atoms/tooltip/tooltip-root.ts"],"sourcesContent":["import {\n defineRecipe,\n type RecipeBuilder,\n type RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nexport const tooltipRoot = defineRecipe({\n className: 'tooltip__root',\n jsx: ['Tooltip'],\n base: {\n backgroundColor: 'var(--tooltip-bg)',\n color: 'var(--tooltip-color)',\n fontSize: 'var(--tooltip-font-size)',\n fontWeight: 'var(--tooltip-font-weight)',\n display: 'block',\n textWrap: 'wrap',\n whiteSpace: 'normal',\n lineHeight: 'var(--tooltip-line-height)',\n position: 'absolute',\n borderRadius: 'var(--tooltip-radius)',\n paddingInline: 'var(--tooltip-padding-inline)',\n paddingBlock: 'var(--tooltip-padding-inline)',\n height: 'var(--tooltip-height)',\n minHeight: 'var(--tooltip-min-height)',\n width: 'var(--tooltip-width)',\n maxWidth: 'var(--tooltip-max-width)',\n zIndex: 'var(--tooltip-zindex)!',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAc,EAAa,CACtC,UAAW,gBACX,IAAK,CAAC,UAAU,CAChB,KAAM,CACJ,gBAAiB,oBACjB,MAAO,uBACP,SAAU,2BACV,WAAY,6BACZ,QAAS,QACT,SAAU,OACV,WAAY,SACZ,WAAY,6BACZ,SAAU,WACV,aAAc,wBACd,cAAe,gCACf,aAAc,gCACd,OAAQ,wBACR,UAAW,4BACX,MAAO,uBACP,SAAU,2BACV,OAAQ,
|
|
1
|
+
{"version":3,"file":"tooltip-root.js","names":[],"sources":["../../../../src/recipes/atoms/tooltip/tooltip-root.ts"],"sourcesContent":["import {\n defineRecipe,\n type RecipeBuilder,\n type RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nexport const tooltipRoot = defineRecipe({\n className: 'tooltip__root',\n jsx: ['Tooltip'],\n base: {\n backgroundColor: 'var(--tooltip-bg)',\n color: 'var(--tooltip-color)',\n fontSize: 'var(--tooltip-font-size)',\n fontWeight: 'var(--tooltip-font-weight)',\n display: 'block',\n textWrap: 'wrap',\n whiteSpace: 'normal',\n lineHeight: 'var(--tooltip-line-height)',\n position: 'absolute',\n borderRadius: 'var(--tooltip-radius)',\n paddingInline: 'var(--tooltip-padding-inline)',\n paddingBlock: 'var(--tooltip-padding-inline)',\n height: 'var(--tooltip-height)',\n minHeight: 'var(--tooltip-min-height)',\n width: 'var(--tooltip-width)',\n maxWidth: 'var(--tooltip-max-width)',\n zIndex: 'var(--tooltip-zindex)!',\n boxSizing: 'border-box',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAc,EAAa,CACtC,UAAW,gBACX,IAAK,CAAC,UAAU,CAChB,KAAM,CACJ,gBAAiB,oBACjB,MAAO,uBACP,SAAU,2BACV,WAAY,6BACZ,QAAS,QACT,SAAU,OACV,WAAY,SACZ,WAAY,6BACZ,SAAU,WACV,aAAc,wBACd,cAAe,gCACf,aAAc,gCACd,OAAQ,wBACR,UAAW,4BACX,MAAO,uBACP,SAAU,2BACV,OAAQ,yBACR,UAAW,aACZ,CACF,CAAC"}
|