@mage-ui/preset 1.0.23 → 1.0.25
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/data-display/logos/logo-svg/logo-svg-root.mjs +1 -1
- package/dist/recipes/data-display/logos/logo-svg/logo-svg-root.mjs.map +1 -1
- package/dist/recipes/data-display/logos/logo-svg/logo-svg-svg.mjs +1 -1
- package/dist/recipes/data-display/logos/logo-svg/logo-svg-svg.mjs.map +1 -1
- package/dist/recipes/data-display/logos/logo-svg/logo-svg.mjs +1 -1
- package/dist/recipes/data-display/logos/logo-svg/logo-svg.mjs.map +1 -1
- package/dist/recipes/forms/form/form-root.mjs +2 -0
- package/dist/recipes/forms/form/form-root.mjs.map +1 -0
- package/dist/recipes/forms/form/form.mjs +2 -0
- package/dist/recipes/forms/form/form.mjs.map +1 -0
- package/dist/recipes/forms/form/index.mjs +2 -0
- package/dist/recipes/forms/form/index.mjs.map +1 -0
- package/dist/recipes/forms/index.mjs +2 -0
- package/dist/recipes/forms/index.mjs.map +1 -0
- package/dist/recipes/index.mjs +1 -1
- package/dist/recipes/index.mjs.map +1 -1
- package/dist/recipes/navigations/sidebars/sidebar/sidebar-nav-item-button/sidebar-nav-item-button-label.mjs.map +1 -1
- package/dist/recipes/navigations/sidebars/sidebar/sidebar-nav-item-button/sidebar-nav-item-button-root.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`logo-svg__root`,jsx:[`LogoSvg`],base:{width:`
|
|
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: '
|
|
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:`
|
|
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: '
|
|
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-
|
|
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-
|
|
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"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`form-root`,jsx:[`Form`],base:{display:`var(--form-display)`,gridTemplateColumns:`var(--form-columns)`,gap:`var(--form-gap)`,transition:`var(--form-transition)`}});export{t as formRoot};
|
|
2
|
+
//# sourceMappingURL=form-root.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"form-root.mjs","names":[],"sources":["../../../../src/recipes/forms/form/form-root.ts"],"sourcesContent":["import {\n defineRecipe,\n type RecipeBuilder,\n type RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nexport const formRoot = defineRecipe({\n className: 'form-root',\n jsx: ['Form'],\n base: {\n display: 'var(--form-display)',\n gridTemplateColumns: 'var(--form-columns)',\n gap: 'var(--form-gap)',\n transition: 'var(--form-transition)',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAW,EAAa,CACnC,UAAW,YACX,IAAK,CAAC,OAAO,CACb,KAAM,CACJ,QAAS,sBACT,oBAAqB,sBACrB,IAAK,kBACL,WAAY,yBACb,CACF,CAAC"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`form`,jsx:[`Form`],base:{"--form-display":`grid`,"--form-columns":`minmax(0, 1fr)`,"--form-gap":`{spacing.500}`,"--form-transition":`{animations.200}`}});export{t as form};
|
|
2
|
+
//# sourceMappingURL=form.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"form.mjs","names":[],"sources":["../../../../src/recipes/forms/form/form.ts"],"sourcesContent":["import {\n defineRecipe,\n type RecipeBuilder,\n type RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nexport const form = defineRecipe({\n className: 'form',\n jsx: ['Form'],\n base: {\n '--form-display': 'grid',\n '--form-columns': 'minmax(0, 1fr)',\n '--form-gap': '{spacing.500}',\n '--form-transition': '{animations.200}',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAO,EAAa,CAC/B,UAAW,OACX,IAAK,CAAC,OAAO,CACb,KAAM,CACJ,iBAAkB,OAClB,iBAAkB,iBAClB,aAAc,gBACd,oBAAqB,mBACtB,CACF,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.mjs","names":[],"sources":["../../../../src/recipes/forms/form/index.ts"],"sourcesContent":["import { form } from './form';\nimport { formRoot } from './form-root';\n\nexport default {\n form,\n formRoot,\n};\n"],"mappings":"6EAGA,IAAA,EAAe,CACb,OACA,WACD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.mjs","names":["form"],"sources":["../../../src/recipes/forms/index.ts"],"sourcesContent":["import form from './form';\n\nexport default {\n ...form,\n};\n"],"mappings":"gCAEA,IAAA,EAAe,CACb,GAAGA,EACJ"}
|
package/dist/recipes/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import e from"./buttons/index.mjs";import t from"./controls/index.mjs";import n from"./data-display/index.mjs";import r from"./
|
|
1
|
+
import e from"./buttons/index.mjs";import t from"./controls/index.mjs";import n from"./data-display/index.mjs";import r from"./forms/index.mjs";import i from"./layouts/index.mjs";import a from"./misc/index.mjs";import o from"./navigations/index.mjs";import s from"./overlays/index.mjs";import c from"./semedlab/index.mjs";import l from"./shared/index.mjs";const u={...e,...t,...n,...i,...r,...a,...o,...s,...l,...c},d={};export{u as recipes,d as slotRecipes};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","names":["buttons","controls","dataDisplay","layouts","misc","navigations","overlays","shared","semedlab"],"sources":["../../src/recipes/index.ts"],"sourcesContent":["import type { RecipeConfig, SlotRecipeConfig } from '@pandacss/dev';\n\nimport buttons from './buttons';\nimport controls from './controls';\nimport dataDisplay from './data-display';\nimport layouts from './layouts';\nimport misc from './misc';\nimport navigations from './navigations';\nimport overlays from './overlays';\nimport semedlab from './semedlab';\nimport shared from './shared';\n\nexport const recipes = {\n ...buttons,\n ...controls,\n ...dataDisplay,\n ...layouts,\n ...misc,\n ...navigations,\n ...overlays,\n ...shared,\n ...semedlab,\n} as Record<string, Partial<RecipeConfig>>;\n\nexport const slotRecipes = {} as Record<string, Partial<SlotRecipeConfig>>;\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.mjs","names":["buttons","controls","dataDisplay","layouts","forms","misc","navigations","overlays","shared","semedlab"],"sources":["../../src/recipes/index.ts"],"sourcesContent":["import type { RecipeConfig, SlotRecipeConfig } from '@pandacss/dev';\n\nimport buttons from './buttons';\nimport controls from './controls';\nimport dataDisplay from './data-display';\nimport forms from './forms';\nimport layouts from './layouts';\nimport misc from './misc';\nimport navigations from './navigations';\nimport overlays from './overlays';\nimport semedlab from './semedlab';\nimport shared from './shared';\n\nexport const recipes = {\n ...buttons,\n ...controls,\n ...dataDisplay,\n ...layouts,\n ...forms,\n ...misc,\n ...navigations,\n ...overlays,\n ...shared,\n ...semedlab,\n} as Record<string, Partial<RecipeConfig>>;\n\nexport const slotRecipes = {} as Record<string, Partial<SlotRecipeConfig>>;\n"],"mappings":"oWAaA,MAAa,EAAU,CACrB,GAAGA,EACH,GAAGC,EACH,GAAGC,EACH,GAAGC,EACH,GAAGC,EACH,GAAGC,EACH,GAAGC,EACH,GAAGC,EACH,GAAGC,EACH,GAAGC,EACJ,CAEY,EAAc,EAAE"}
|
|
@@ -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
|
|
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
|
|
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"}
|