@mage-ui/preset 1.0.23 → 1.0.24

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:`logo-svg__root`,jsx:[`LogoSvg`],base:{width:`var(--logo-svg-width)`,height:`var(--logo-svg-height)`,maxWidth:`100%`,maxHeight:`100%`,display:`inline-flex`,flexDirection:`row`,flexWrap:`nowrap`,alignItems:`center`,justifyContent:`start`,textDecoration:`none`,transition:`{animations.base.100}`,_focus:{outline:`none`,boxShadow:`none`},_focusVisible:{borderRadius:`var(--logo-svg-border-radius)`,outlineWidth:`var(--logo-svg-focus-outline-width)`,outlineStyle:`var(--logo-svg-focus-outline-style)`,outlineOffset:`var(--logo-svg-focus-outline-offset)`,outlineColor:`var(--logo-svg-focus-outline-color)`,boxShadow:`var(--logo-svg-focus-shadow)`}}});export{t as logoSvgRoot};
1
+ import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`logo-svg__root`,jsx:[`LogoSvg`],base:{width:`100%`,height:`100%`,maxWidth:`100%`,maxHeight:`100%`,display:`inline-flex`,flexDirection:`row`,flexWrap:`nowrap`,alignItems:`center`,justifyContent:`start`,textDecoration:`none`,transition:`{animations.base.100}`}});export{t as logoSvgRoot};
2
2
  //# sourceMappingURL=logo-svg-root.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"logo-svg-root.mjs","names":[],"sources":["../../../../../src/recipes/data-display/logos/logo-svg/logo-svg-root.ts"],"sourcesContent":["import {\n defineRecipe,\n type RecipeBuilder,\n type RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nexport const logoSvgRoot = defineRecipe({\n className: 'logo-svg__root',\n jsx: ['LogoSvg'],\n base: {\n width: 'var(--logo-svg-width)',\n height: 'var(--logo-svg-height)',\n maxWidth: '100%',\n maxHeight: '100%',\n display: 'inline-flex',\n flexDirection: 'row',\n flexWrap: 'nowrap',\n alignItems: 'center',\n justifyContent: 'start',\n textDecoration: 'none',\n transition: '{animations.base.100}',\n _focus: {\n outline: 'none',\n boxShadow: 'none',\n },\n _focusVisible: {\n borderRadius: 'var(--logo-svg-border-radius)',\n outlineWidth: 'var(--logo-svg-focus-outline-width)',\n outlineStyle: 'var(--logo-svg-focus-outline-style)',\n outlineOffset: 'var(--logo-svg-focus-outline-offset)',\n outlineColor: 'var(--logo-svg-focus-outline-color)',\n boxShadow: 'var(--logo-svg-focus-shadow)',\n },\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAc,EAAa,CACtC,UAAW,iBACX,IAAK,CAAC,UAAU,CAChB,KAAM,CACJ,MAAO,wBACP,OAAQ,yBACR,SAAU,OACV,UAAW,OACX,QAAS,cACT,cAAe,MACf,SAAU,SACV,WAAY,SACZ,eAAgB,QAChB,eAAgB,OAChB,WAAY,wBACZ,OAAQ,CACN,QAAS,OACT,UAAW,OACZ,CACD,cAAe,CACb,aAAc,gCACd,aAAc,sCACd,aAAc,sCACd,cAAe,uCACf,aAAc,sCACd,UAAW,+BACZ,CACF,CACF,CAAC"}
1
+ {"version":3,"file":"logo-svg-root.mjs","names":[],"sources":["../../../../../src/recipes/data-display/logos/logo-svg/logo-svg-root.ts"],"sourcesContent":["import {\n defineRecipe,\n type RecipeBuilder,\n type RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nexport const logoSvgRoot = defineRecipe({\n className: 'logo-svg__root',\n jsx: ['LogoSvg'],\n base: {\n width: '100%',\n height: '100%',\n maxWidth: '100%',\n maxHeight: '100%',\n display: 'inline-flex',\n flexDirection: 'row',\n flexWrap: 'nowrap',\n alignItems: 'center',\n justifyContent: 'start',\n textDecoration: 'none',\n transition: '{animations.base.100}',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAc,EAAa,CACtC,UAAW,iBACX,IAAK,CAAC,UAAU,CAChB,KAAM,CACJ,MAAO,OACP,OAAQ,OACR,SAAU,OACV,UAAW,OACX,QAAS,cACT,cAAe,MACf,SAAU,SACV,WAAY,SACZ,eAAgB,QAChB,eAAgB,OAChB,WAAY,wBACb,CACF,CAAC"}
@@ -1,2 +1,2 @@
1
- import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`logo-svg__svg`,jsx:[`LogoSvg`],base:{color:`var(--logo-svg-foreground)`,width:`100%`,height:`100%`,objectFit:`contain`}});export{t as logoSvgSvg};
1
+ import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`logo-svg__svg`,jsx:[`LogoSvg`],base:{color:`currentColor`,width:`100%`,height:`100%`,objectFit:`contain`}});export{t as logoSvgSvg};
2
2
  //# sourceMappingURL=logo-svg-svg.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"logo-svg-svg.mjs","names":[],"sources":["../../../../../src/recipes/data-display/logos/logo-svg/logo-svg-svg.ts"],"sourcesContent":["import {\n defineRecipe,\n type RecipeBuilder,\n type RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nexport const logoSvgSvg = defineRecipe({\n className: 'logo-svg__svg',\n jsx: ['LogoSvg'],\n base: {\n color: 'var(--logo-svg-foreground)',\n width: '100%',\n height: '100%',\n objectFit: 'contain',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAa,EAAa,CACrC,UAAW,gBACX,IAAK,CAAC,UAAU,CAChB,KAAM,CACJ,MAAO,6BACP,MAAO,OACP,OAAQ,OACR,UAAW,UACZ,CACF,CAAC"}
1
+ {"version":3,"file":"logo-svg-svg.mjs","names":[],"sources":["../../../../../src/recipes/data-display/logos/logo-svg/logo-svg-svg.ts"],"sourcesContent":["import {\n defineRecipe,\n type RecipeBuilder,\n type RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nexport const logoSvgSvg = defineRecipe({\n className: 'logo-svg__svg',\n jsx: ['LogoSvg'],\n base: {\n color: 'currentColor',\n width: '100%',\n height: '100%',\n objectFit: 'contain',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAa,EAAa,CACrC,UAAW,gBACX,IAAK,CAAC,UAAU,CAChB,KAAM,CACJ,MAAO,eACP,MAAO,OACP,OAAQ,OACR,UAAW,UACZ,CACF,CAAC"}
@@ -1,2 +1,2 @@
1
- import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`logo-svg`,jsx:[`LogoSvg`],base:{"--logo-svg-foreground":`{colors.primary.foreground.3.enabled}`,"--logo-svg-width":`5rem`,"--logo-svg-height":`3rem`,"--logo-svg-border-radius":`{radii.100}`,"--logo-svg-focus-outline-width":`{borders.200}`,"--logo-svg-focus-outline-style":`solid`,"--logo-svg-focus-outline-offset":`{spacing.50}`,"--logo-svg-focus-outline-color":`{colors.neutral.stroke.1.focused}`,"--logo-svg-focus-shadow":`none`,"--logo-svg-transition":`{animations.200}`}});export{t as logoSvg};
1
+ import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`logo-svg`,jsx:[`LogoSvg`],base:{"--logo-svg-transition":`{animations.200}`}});export{t as logoSvg};
2
2
  //# sourceMappingURL=logo-svg.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"logo-svg.mjs","names":[],"sources":["../../../../../src/recipes/data-display/logos/logo-svg/logo-svg.ts"],"sourcesContent":["import {\n defineRecipe,\n type RecipeBuilder,\n type RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nexport const logoSvg = defineRecipe({\n className: 'logo-svg',\n jsx: ['LogoSvg'],\n base: {\n '--logo-svg-foreground': '{colors.primary.foreground.3.enabled}',\n '--logo-svg-width': '5rem',\n '--logo-svg-height': '3rem',\n '--logo-svg-border-radius': '{radii.100}',\n '--logo-svg-focus-outline-width': '{borders.200}',\n '--logo-svg-focus-outline-style': 'solid',\n '--logo-svg-focus-outline-offset': '{spacing.50}',\n '--logo-svg-focus-outline-color': '{colors.neutral.stroke.1.focused}',\n '--logo-svg-focus-shadow': 'none',\n '--logo-svg-transition': '{animations.200}',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAU,EAAa,CAClC,UAAW,WACX,IAAK,CAAC,UAAU,CAChB,KAAM,CACJ,wBAAyB,wCACzB,mBAAoB,OACpB,oBAAqB,OACrB,2BAA4B,cAC5B,iCAAkC,gBAClC,iCAAkC,QAClC,kCAAmC,eACnC,iCAAkC,oCAClC,0BAA2B,OAC3B,wBAAyB,mBAC1B,CACF,CAAC"}
1
+ {"version":3,"file":"logo-svg.mjs","names":[],"sources":["../../../../../src/recipes/data-display/logos/logo-svg/logo-svg.ts"],"sourcesContent":["import {\n defineRecipe,\n type RecipeBuilder,\n type RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nexport const logoSvg = defineRecipe({\n className: 'logo-svg',\n jsx: ['LogoSvg'],\n base: {\n '--logo-svg-transition': '{animations.200}',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAU,EAAa,CAClC,UAAW,WACX,IAAK,CAAC,UAAU,CAChB,KAAM,CACJ,wBAAyB,mBAC1B,CACF,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"sidebar-nav-item-button-label.mjs","names":[],"sources":["../../../../../../src/recipes/navigations/sidebars/sidebar/sidebar-nav-item-button/sidebar-nav-item-button-label.ts"],"sourcesContent":["import type { RecipeBuilder } from '@pandabox/define-recipe';\nimport type { RecipeVariantRecord } from '@pandacss/dev';\nimport { sidebarNavItemLinkLabel } from '../sidebar-nav-item-link/sidebar-nav-item-link-label';\n\nexport const sidebarNavItemButtonLabel =\n sidebarNavItemLinkLabel.merge({\n className: 'sidebar__nav-item-button__label',\n jsx: ['Sidebar.NavItemButton'],\n base: {},\n }) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"mGAIA,MAAa,EACX,EAAwB,MAAM,CAC5B,UAAW,kCACX,IAAK,CAAC,wBAAwB,CAC9B,KAAM,EAAE,CACT,CAAC"}
1
+ {"version":3,"file":"sidebar-nav-item-button-label.mjs","names":[],"sources":["../../../../../../src/recipes/navigations/sidebars/sidebar/sidebar-nav-item-button/sidebar-nav-item-button-label.ts"],"sourcesContent":["import type { RecipeBuilder } from '@pandabox/define-recipe';\nimport type { RecipeVariantRecord } from '@pandacss/dev';\n\nimport { sidebarNavItemLinkLabel } from '../sidebar-nav-item-link/sidebar-nav-item-link-label';\n\nexport const sidebarNavItemButtonLabel = sidebarNavItemLinkLabel.merge({\n className: 'sidebar__nav-item-button__label',\n jsx: ['Sidebar.NavItemButton'],\n base: {},\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"mGAKA,MAAa,EAA4B,EAAwB,MAAM,CACrE,UAAW,kCACX,IAAK,CAAC,wBAAwB,CAC9B,KAAM,EAAE,CACT,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"sidebar-nav-item-button-root.mjs","names":[],"sources":["../../../../../../src/recipes/navigations/sidebars/sidebar/sidebar-nav-item-button/sidebar-nav-item-button-root.ts"],"sourcesContent":["import type { RecipeBuilder } from '@pandabox/define-recipe';\nimport type { RecipeVariantRecord } from '@pandacss/dev';\nimport { sidebarNavItemLinkAnchor } from '../sidebar-nav-item-link/sidebar-nav-item-link-anchor';\n\nexport const sidebarNavItemButtonRoot =\n sidebarNavItemLinkAnchor.merge({\n className: 'sidebar__nav-item-button__root',\n jsx: ['Sidebar.NavItemButton'],\n base: {\n cursor: 'pointer',\n },\n }) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"qGAIA,MAAa,EACX,EAAyB,MAAM,CAC7B,UAAW,iCACX,IAAK,CAAC,wBAAwB,CAC9B,KAAM,CACJ,OAAQ,UACT,CACF,CAAC"}
1
+ {"version":3,"file":"sidebar-nav-item-button-root.mjs","names":[],"sources":["../../../../../../src/recipes/navigations/sidebars/sidebar/sidebar-nav-item-button/sidebar-nav-item-button-root.ts"],"sourcesContent":["import type { RecipeBuilder } from '@pandabox/define-recipe';\nimport type { RecipeVariantRecord } from '@pandacss/dev';\n\nimport { sidebarNavItemLinkAnchor } from '../sidebar-nav-item-link/sidebar-nav-item-link-anchor';\n\nexport const sidebarNavItemButtonRoot = sidebarNavItemLinkAnchor.merge({\n className: 'sidebar__nav-item-button__root',\n jsx: ['Sidebar.NavItemButton'],\n base: {\n cursor: 'pointer',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"qGAKA,MAAa,EAA2B,EAAyB,MAAM,CACrE,UAAW,iCACX,IAAK,CAAC,wBAAwB,CAC9B,KAAM,CACJ,OAAQ,UACT,CACF,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mage-ui/preset",
3
- "version": "1.0.23",
3
+ "version": "1.0.24",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [],