@mage-ui/preset 0.0.61 → 0.0.63

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"@pandacss/dev";const t=e({className:`button-icon-icon`,jsx:[`Button`],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};
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: ['Button'],\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,SAAS,CACf,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
+ {"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:[`Button`],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};
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: ['Button'],\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,SAAS,CACf,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
+ {"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"}
@@ -0,0 +1,2 @@
1
+ import{defineRecipe as e}from"@pandacss/dev";const t=e({className:`clear-section`,jsx:[`Select`,`Form.Select`],base:{transform:`translateY(-50%) rotate(0)`}});export{t as clearSection};
2
+ //# sourceMappingURL=clear-section.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"clear-section.js","names":[],"sources":["../../../../../src/recipes/atoms/inputs/combobox/clear-section.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\nimport { defineRecipe } from '@pandacss/dev';\n\nexport const clearSection = defineRecipe({\n className: 'clear-section',\n jsx: ['Select', 'Form.Select'],\n base: {\n transform: 'translateY(-50%) rotate(0)',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"6CAMA,MAAa,EAAe,EAAa,CACvC,UAAW,gBACX,IAAK,CAAC,SAAU,cAAc,CAC9B,KAAM,CACJ,UAAW,6BACZ,CACF,CAAC"}
@@ -0,0 +1,2 @@
1
+ import{defineRecipe as e}from"@pandacss/dev";const t=e({className:`combobox-clear`,jsx:[`Combobox`,`Form.Combobox`],base:{display:`inline-flex`,cursor:`pointer`,_hover:{color:`neutral.foreground.1.hovered`}}});export{t as comboboxClear};
2
+ //# sourceMappingURL=combobox-clear.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"combobox-clear.js","names":[],"sources":["../../../../../src/recipes/atoms/inputs/combobox/combobox-clear.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\nimport { defineRecipe } from '@pandacss/dev';\n\nexport const comboboxClear = defineRecipe({\n className: 'combobox-clear',\n jsx: ['Combobox', 'Form.Combobox'],\n base: {\n display: 'inline-flex',\n cursor: 'pointer',\n _hover: {\n color: 'neutral.foreground.1.hovered',\n },\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"6CAMA,MAAa,EAAgB,EAAa,CACxC,UAAW,iBACX,IAAK,CAAC,WAAY,gBAAgB,CAClC,KAAM,CACJ,QAAS,cACT,OAAQ,UACR,OAAQ,CACN,MAAO,+BACR,CACF,CACF,CAAC"}
@@ -1,2 +1,2 @@
1
- import{comboboxDivider as e}from"./combobox-divider.js";import{comboboxEmpty as t}from"./combobox-empty.js";import{comboboxOption as n}from"./combobox-option.js";import{comboboxOptions as r}from"./combobox-options.js";import{comboboxSection as i}from"./combobox-section.js";import{selectButton as a}from"./select-button.js";import{selectSection as o}from"./select-section.js";const s={comboboxOption:n,comboboxOptions:r,comboboxSection:i,comboboxEmpty:t,comboboxDivider:e,selectSection:o,selectButton:a};export{s as comboboxRecipe};
1
+ import{clearSection as e}from"./clear-section.js";import{comboboxClear as t}from"./combobox-clear.js";import{comboboxDivider as n}from"./combobox-divider.js";import{comboboxEmpty as r}from"./combobox-empty.js";import{comboboxOption as i}from"./combobox-option.js";import{comboboxOptions as a}from"./combobox-options.js";import{comboboxSection as o}from"./combobox-section.js";import{selectButton as s}from"./select-button.js";import{selectSection as c}from"./select-section.js";const l={comboboxOption:i,comboboxOptions:a,comboboxSection:o,comboboxEmpty:r,comboboxDivider:n,comboboxClear:t,selectSection:c,selectButton:s,clearSection:e};export{l as comboboxRecipe};
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","names":[],"sources":["../../../../../src/recipes/atoms/inputs/combobox/index.ts"],"sourcesContent":["import { comboboxDivider } from './combobox-divider';\nimport { comboboxEmpty } from './combobox-empty';\nimport { comboboxOption } from './combobox-option';\nimport { comboboxOptions } from './combobox-options';\nimport { comboboxSection } from './combobox-section';\nimport { selectButton } from './select-button';\nimport { selectSection } from './select-section';\n\nexport const comboboxRecipe = {\n comboboxOption,\n comboboxOptions,\n comboboxSection,\n comboboxEmpty,\n comboboxDivider,\n selectSection,\n selectButton,\n};\n"],"mappings":"wXAQA,MAAa,EAAiB,CAC5B,iBACA,kBACA,kBACA,gBACA,kBACA,gBACA,eACD"}
1
+ {"version":3,"file":"index.js","names":[],"sources":["../../../../../src/recipes/atoms/inputs/combobox/index.ts"],"sourcesContent":["import { clearSection } from './clear-section';\nimport { comboboxClear } from './combobox-clear';\nimport { comboboxDivider } from './combobox-divider';\nimport { comboboxEmpty } from './combobox-empty';\nimport { comboboxOption } from './combobox-option';\nimport { comboboxOptions } from './combobox-options';\nimport { comboboxSection } from './combobox-section';\nimport { selectButton } from './select-button';\nimport { selectSection } from './select-section';\n\nexport const comboboxRecipe = {\n comboboxOption,\n comboboxOptions,\n comboboxSection,\n comboboxEmpty,\n comboboxDivider,\n comboboxClear,\n selectSection,\n selectButton,\n clearSection,\n};\n"],"mappings":"8dAUA,MAAa,EAAiB,CAC5B,iBACA,kBACA,kBACA,gBACA,kBACA,gBACA,gBACA,eACA,eACD"}
@@ -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)!`}});export{t as tooltipRoot};
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,yBACT,CACF,CAAC"}
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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mage-ui/preset",
3
- "version": "0.0.61",
3
+ "version": "0.0.63",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [],