@mage-ui/preset 1.0.108 → 1.0.111

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.
Files changed (23) hide show
  1. package/dist/recipes/navigations/index.mjs +1 -1
  2. package/dist/recipes/navigations/index.mjs.map +1 -1
  3. package/dist/recipes/navigations/navigation-menu/index.mjs +2 -0
  4. package/dist/recipes/navigations/navigation-menu/index.mjs.map +1 -0
  5. package/dist/recipes/navigations/navigation-menu/navigation-menu-list-item.mjs +2 -0
  6. package/dist/recipes/navigations/navigation-menu/navigation-menu-list-item.mjs.map +1 -0
  7. package/dist/recipes/navigations/navigation-menu/navigation-menu-list.mjs +2 -0
  8. package/dist/recipes/navigations/navigation-menu/navigation-menu-list.mjs.map +1 -0
  9. package/dist/recipes/navigations/navigation-menu/navigation-menu-nav-item-label.mjs +2 -0
  10. package/dist/recipes/navigations/navigation-menu/navigation-menu-nav-item-label.mjs.map +1 -0
  11. package/dist/recipes/navigations/navigation-menu/navigation-menu-nav-item-section.mjs +2 -0
  12. package/dist/recipes/navigations/navigation-menu/navigation-menu-nav-item-section.mjs.map +1 -0
  13. package/dist/recipes/navigations/navigation-menu/navigation-menu-nav-item.mjs +2 -0
  14. package/dist/recipes/navigations/navigation-menu/navigation-menu-nav-item.mjs.map +1 -0
  15. package/dist/recipes/navigations/navigation-menu/navigation-menu-root.mjs +2 -0
  16. package/dist/recipes/navigations/navigation-menu/navigation-menu-root.mjs.map +1 -0
  17. package/dist/recipes/navigations/navigation-menu/navigation-menu.mjs +2 -0
  18. package/dist/recipes/navigations/navigation-menu/navigation-menu.mjs.map +1 -0
  19. package/dist/recipes/overlays/toast/toast-root.mjs +1 -1
  20. package/dist/recipes/overlays/toast/toast-root.mjs.map +1 -1
  21. package/dist/recipes/overlays/toast/toast.mjs +1 -1
  22. package/dist/recipes/overlays/toast/toast.mjs.map +1 -1
  23. package/package.json +1 -1
@@ -1,2 +1,2 @@
1
- import e from"./breadcrumbs/index.mjs";import t from"./menu/index.mjs";import n from"./pagination/index.mjs";import r from"./sidebars/index.mjs";var i={...e,...t,...n,...r};export{i as default};
1
+ import e from"./breadcrumbs/index.mjs";import t from"./menu/index.mjs";import n from"./navigation-menu/index.mjs";import r from"./pagination/index.mjs";import i from"./sidebars/index.mjs";var a={...e,...t,...r,...i,...n};export{a as default};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.mjs","names":["breadcrumbs","menu","pagination","sidebars"],"sources":["../../../src/recipes/navigations/index.ts"],"sourcesContent":["import breadcrumbs from './breadcrumbs';\nimport menu from './menu';\nimport pagination from './pagination';\nimport sidebars from './sidebars';\n\nexport default {\n ...breadcrumbs,\n ...menu,\n ...pagination,\n ...sidebars,\n};\n"],"mappings":"iJAKA,IAAA,EAAe,CACb,GAAGA,EACH,GAAGC,EACH,GAAGC,EACH,GAAGC,EACJ"}
1
+ {"version":3,"file":"index.mjs","names":["breadcrumbs","menu","pagination","sidebars","navigationMenu"],"sources":["../../../src/recipes/navigations/index.ts"],"sourcesContent":["import breadcrumbs from './breadcrumbs';\nimport menu from './menu';\nimport navigationMenu from './navigation-menu';\nimport pagination from './pagination';\nimport sidebars from './sidebars';\n\nexport default {\n ...breadcrumbs,\n ...menu,\n ...pagination,\n ...sidebars,\n ...navigationMenu,\n};\n"],"mappings":"4LAMA,IAAA,EAAe,CACb,GAAGA,EACH,GAAGC,EACH,GAAGC,EACH,GAAGC,EACH,GAAGC,EACJ"}
@@ -0,0 +1,2 @@
1
+ import{navigationMenu as e}from"./navigation-menu.mjs";import{navigationMenuList as t}from"./navigation-menu-list.mjs";import{navigationMenuListItem as n}from"./navigation-menu-list-item.mjs";import{navigationMenuNavItem as r}from"./navigation-menu-nav-item.mjs";import{navigationMenuNavItemLabel as i}from"./navigation-menu-nav-item-label.mjs";import{navigationMenuNavItemSection as a}from"./navigation-menu-nav-item-section.mjs";import{navigationMenuRoot as o}from"./navigation-menu-root.mjs";var s={navigationMenu:e,navigationMenuRoot:o,navigationMenuList:t,navigationMenuListItem:n,navigationMenuNavItem:r,navigationMenuNavItemLabel:i,navigationMenuNavItemSection:a};export{s as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.mjs","names":[],"sources":["../../../../src/recipes/navigations/navigation-menu/index.ts"],"sourcesContent":["import { navigationMenu } from './navigation-menu';\nimport { navigationMenuList } from './navigation-menu-list';\nimport { navigationMenuListItem } from './navigation-menu-list-item';\nimport { navigationMenuNavItem } from './navigation-menu-nav-item';\nimport { navigationMenuNavItemLabel } from './navigation-menu-nav-item-label';\nimport { navigationMenuNavItemSection } from './navigation-menu-nav-item-section';\nimport { navigationMenuRoot } from './navigation-menu-root';\n\nexport default {\n navigationMenu,\n navigationMenuRoot,\n navigationMenuList,\n navigationMenuListItem,\n navigationMenuNavItem,\n navigationMenuNavItemLabel,\n navigationMenuNavItemSection,\n};\n"],"mappings":"+eAQA,IAAA,EAAe,CACb,iBACA,qBACA,qBACA,yBACA,wBACA,6BACA,+BACD"}
@@ -0,0 +1,2 @@
1
+ import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`navigation-menu__list-item`,jsx:[`NavigationMenu`],base:{listStyle:`none`,display:`var(--navigation-menu-list-item-display, flex)`,flexDirection:`var(--navigation-menu-list-item-flex-direction, column)`,flexWrap:`var(--navigation-menu-list-item-flex-wrap, nowrap)`,justifyContent:`var(--navigation-menu-list-item-justify-content, center)`,alignItems:`var(--navigation-menu-list-item-align-items, stretch)`,gap:`var(--navigation-menu-list-item-gap, {spacing.0})`,paddingBlock:`var(--navigation-menu-list-item-padding-block, {spacing.0})`,paddingInline:`var(--navigation-menu-list-item-padding-inline, {spacing.0})`,marginBlock:`var(--navigation-menu-list-item-margin-block, {spacing.0})`,marginInline:`var(--navigation-menu-list-item-margin-inline, {spacing.0})`}});export{t as navigationMenuListItem};
2
+ //# sourceMappingURL=navigation-menu-list-item.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"navigation-menu-list-item.mjs","names":[],"sources":["../../../../src/recipes/navigations/navigation-menu/navigation-menu-list-item.ts"],"sourcesContent":["import {\n defineRecipe,\n type RecipeBuilder,\n type RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nexport const navigationMenuListItem = defineRecipe({\n className: 'navigation-menu__list-item',\n jsx: ['NavigationMenu'],\n base: {\n listStyle: 'none',\n display: 'var(--navigation-menu-list-item-display, flex)',\n flexDirection: 'var(--navigation-menu-list-item-flex-direction, column)',\n flexWrap: 'var(--navigation-menu-list-item-flex-wrap, nowrap)',\n justifyContent: 'var(--navigation-menu-list-item-justify-content, center)',\n alignItems: 'var(--navigation-menu-list-item-align-items, stretch)',\n gap: 'var(--navigation-menu-list-item-gap, {spacing.0})',\n paddingBlock: 'var(--navigation-menu-list-item-padding-block, {spacing.0})',\n paddingInline:\n 'var(--navigation-menu-list-item-padding-inline, {spacing.0})',\n marginBlock: 'var(--navigation-menu-list-item-margin-block, {spacing.0})',\n marginInline: 'var(--navigation-menu-list-item-margin-inline, {spacing.0})',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAyB,EAAa,CACjD,UAAW,6BACX,IAAK,CAAC,iBAAiB,CACvB,KAAM,CACJ,UAAW,OACX,QAAS,iDACT,cAAe,0DACf,SAAU,qDACV,eAAgB,2DAChB,WAAY,wDACZ,IAAK,oDACL,aAAc,8DACd,cACE,+DACF,YAAa,6DACb,aAAc,8DACf,CACF,CAAC"}
@@ -0,0 +1,2 @@
1
+ import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`navigation-menu__list`,jsx:[`NavigationMenu`],base:{listStyle:`none`,backgroundColor:`var(--navigation-menu-list-background, {colors.neutral.background.1.enabled})`,display:`var(--navigation-menu-list-display, flex)`,flexDirection:`var(--navigation-menu-list-flex-direction, column)`,flexWrap:`var(--navigation-menu-list-flex-wrap, nowrap)`,justifyContent:`var(--navigation-menu-list-justify-content, center)`,alignItems:`var(--navigation-menu-list-align-items, stretch)`,gap:`var(--navigation-menu-list-gap, {spacing.100})`,paddingBlock:`var(--navigation-menu-list-padding-block, {spacing.0})`,paddingInline:`var(--navigation-menu-list-padding-inline, {spacing.0})`,marginBlock:`var(--navigation-menu-list-margin-block, {spacing.0})`,marginInline:`var(--navigation-menu-list-margin-inline, {spacing.0})`,width:`var(--navigation-menu-list-width, 100%)`,height:`var(--navigation-menu-list-height, auto)`},variants:{orientation:{horizontal:{"--navigation-menu-list-flex-direction":`row`},vertical:{"--navigation-menu-list-flex-direction":`column`}}}});export{t as navigationMenuList};
2
+ //# sourceMappingURL=navigation-menu-list.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"navigation-menu-list.mjs","names":[],"sources":["../../../../src/recipes/navigations/navigation-menu/navigation-menu-list.ts"],"sourcesContent":["import {\n defineRecipe,\n type RecipeBuilder,\n type RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nexport const navigationMenuList = defineRecipe({\n className: 'navigation-menu__list',\n jsx: ['NavigationMenu'],\n base: {\n listStyle: 'none',\n backgroundColor:\n 'var(--navigation-menu-list-background, {colors.neutral.background.1.enabled})',\n display: 'var(--navigation-menu-list-display, flex)',\n flexDirection: 'var(--navigation-menu-list-flex-direction, column)',\n flexWrap: 'var(--navigation-menu-list-flex-wrap, nowrap)',\n justifyContent: 'var(--navigation-menu-list-justify-content, center)',\n alignItems: 'var(--navigation-menu-list-align-items, stretch)',\n gap: 'var(--navigation-menu-list-gap, {spacing.100})',\n paddingBlock: 'var(--navigation-menu-list-padding-block, {spacing.0})',\n paddingInline: 'var(--navigation-menu-list-padding-inline, {spacing.0})',\n marginBlock: 'var(--navigation-menu-list-margin-block, {spacing.0})',\n marginInline: 'var(--navigation-menu-list-margin-inline, {spacing.0})',\n width: 'var(--navigation-menu-list-width, 100%)',\n height: 'var(--navigation-menu-list-height, auto)',\n },\n variants: {\n orientation: {\n horizontal: {\n '--navigation-menu-list-flex-direction': 'row',\n },\n vertical: {\n '--navigation-menu-list-flex-direction': 'column',\n },\n },\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAqB,EAAa,CAC7C,UAAW,wBACX,IAAK,CAAC,iBAAiB,CACvB,KAAM,CACJ,UAAW,OACX,gBACE,gFACF,QAAS,4CACT,cAAe,qDACf,SAAU,gDACV,eAAgB,sDAChB,WAAY,mDACZ,IAAK,iDACL,aAAc,yDACd,cAAe,0DACf,YAAa,wDACb,aAAc,yDACd,MAAO,0CACP,OAAQ,2CACT,CACD,SAAU,CACR,YAAa,CACX,WAAY,CACV,wCAAyC,MAC1C,CACD,SAAU,CACR,wCAAyC,SAC1C,CACF,CACF,CACF,CAAC"}
@@ -0,0 +1,2 @@
1
+ import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`navigation-menu__nav-item__label`,jsx:[`NavigationMenu`],base:{fontSize:`var(--navigation-menu-nav-item-label-font-size, {fontSizes.300})`,fontWeight:`var(--navigation-menu-nav-item-label-font-weight, {fontWeights.medium})`,textTransform:`var(--navigation-menu-nav-item-label-text-transform, none)`,lineHeight:`var(--navigation-menu-nav-item-label-line-height, 1)`,flexGrow:`1`,overflow:`hidden`,textOverflow:`ellipsis`,whiteSpace:`nowrap`,textAlign:`left`,display:`var(--navigation-menu-nav-item-label-display, flex)`,flexDirection:`var(--navigation-menu-nav-item-label-flex-direction, row)`,flexWrap:`var(--navigation-menu-nav-item-label-flex-wrap, nowrap)`,justifyContent:`var(--navigation-menu-nav-item-label-justify-content, start)`,alignItems:`var(--navigation-menu-nav-item-label-align-items, center)`,gap:`var(--navigation-menu-nav-item-label-gap, {spacing.200})`,paddingBlock:`var(--navigation-menu-nav-item-label-padding-block, {spacing.0})`,paddingInline:`var(--navigation-menu-nav-item-label-padding-inline, {spacing.0})`,marginBlock:`var(--navigation-menu-nav-item-label-margin-block, {spacing.0})`,marginInline:`var(--navigation-menu-nav-item-label-margin-inline, {spacing.0})`}});export{t as navigationMenuNavItemLabel};
2
+ //# sourceMappingURL=navigation-menu-nav-item-label.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"navigation-menu-nav-item-label.mjs","names":[],"sources":["../../../../src/recipes/navigations/navigation-menu/navigation-menu-nav-item-label.ts"],"sourcesContent":["import {\n defineRecipe,\n type RecipeBuilder,\n type RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nexport const navigationMenuNavItemLabel = defineRecipe({\n className: 'navigation-menu__nav-item__label',\n jsx: ['NavigationMenu'],\n base: {\n fontSize:\n 'var(--navigation-menu-nav-item-label-font-size, {fontSizes.300})',\n fontWeight:\n 'var(--navigation-menu-nav-item-label-font-weight, {fontWeights.medium})',\n textTransform: 'var(--navigation-menu-nav-item-label-text-transform, none)',\n lineHeight: 'var(--navigation-menu-nav-item-label-line-height, 1)',\n flexGrow: '1',\n overflow: 'hidden',\n textOverflow: 'ellipsis',\n whiteSpace: 'nowrap',\n textAlign: 'left',\n display: 'var(--navigation-menu-nav-item-label-display, flex)',\n flexDirection: 'var(--navigation-menu-nav-item-label-flex-direction, row)',\n flexWrap: 'var(--navigation-menu-nav-item-label-flex-wrap, nowrap)',\n justifyContent:\n 'var(--navigation-menu-nav-item-label-justify-content, start)',\n alignItems: 'var(--navigation-menu-nav-item-label-align-items, center)',\n gap: 'var(--navigation-menu-nav-item-label-gap, {spacing.200})',\n paddingBlock:\n 'var(--navigation-menu-nav-item-label-padding-block, {spacing.0})',\n paddingInline:\n 'var(--navigation-menu-nav-item-label-padding-inline, {spacing.0})',\n marginBlock:\n 'var(--navigation-menu-nav-item-label-margin-block, {spacing.0})',\n marginInline:\n 'var(--navigation-menu-nav-item-label-margin-inline, {spacing.0})',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAA6B,EAAa,CACrD,UAAW,mCACX,IAAK,CAAC,iBAAiB,CACvB,KAAM,CACJ,SACE,mEACF,WACE,0EACF,cAAe,6DACf,WAAY,uDACZ,SAAU,IACV,SAAU,SACV,aAAc,WACd,WAAY,SACZ,UAAW,OACX,QAAS,sDACT,cAAe,4DACf,SAAU,0DACV,eACE,+DACF,WAAY,4DACZ,IAAK,2DACL,aACE,mEACF,cACE,oEACF,YACE,kEACF,aACE,mEACH,CACF,CAAC"}
@@ -0,0 +1,2 @@
1
+ import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`navigation-menu__nav-item__section`,jsx:[`NavigationMenu`],base:{display:`var(--navigation-menu-nav-item-section-display, flex)`,flexDirection:`var(--navigation-menu-nav-item-section-flex-direction, column)`,flexWrap:`var(--navigation-menu-nav-item-section-flex-wrap, nowrap)`,justifyContent:`var(--navigation-menu-nav-item-section-justify-content, center)`,alignItems:`var(--navigation-menu-nav-item-section-align-items, center)`,gap:`var(--navigation-menu-nav-item-section-gap, {spacing.0})`,paddingBlock:`var(--navigation-menu-nav-item-section-padding-block, {spacing.0})`,paddingInline:`var(--navigation-menu-nav-item-section-padding-inline, {spacing.0})`,marginBlock:`var(--navigation-menu-nav-item-section-margin-block, {spacing.0})`,marginInline:`var(--navigation-menu-nav-item-section-margin-inline, {spacing.0})`,flexShrink:0}});export{t as navigationMenuNavItemSection};
2
+ //# sourceMappingURL=navigation-menu-nav-item-section.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"navigation-menu-nav-item-section.mjs","names":[],"sources":["../../../../src/recipes/navigations/navigation-menu/navigation-menu-nav-item-section.ts"],"sourcesContent":["import {\n defineRecipe,\n type RecipeBuilder,\n type RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nexport const navigationMenuNavItemSection = defineRecipe({\n className: 'navigation-menu__nav-item__section',\n jsx: ['NavigationMenu'],\n base: {\n display: 'var(--navigation-menu-nav-item-section-display, flex)',\n flexDirection:\n 'var(--navigation-menu-nav-item-section-flex-direction, column)',\n flexWrap: 'var(--navigation-menu-nav-item-section-flex-wrap, nowrap)',\n justifyContent:\n 'var(--navigation-menu-nav-item-section-justify-content, center)',\n alignItems: 'var(--navigation-menu-nav-item-section-align-items, center)',\n gap: 'var(--navigation-menu-nav-item-section-gap, {spacing.0})',\n paddingBlock:\n 'var(--navigation-menu-nav-item-section-padding-block, {spacing.0})',\n paddingInline:\n 'var(--navigation-menu-nav-item-section-padding-inline, {spacing.0})',\n marginBlock:\n 'var(--navigation-menu-nav-item-section-margin-block, {spacing.0})',\n marginInline:\n 'var(--navigation-menu-nav-item-section-margin-inline, {spacing.0})',\n flexShrink: 0,\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAA+B,EAAa,CACvD,UAAW,qCACX,IAAK,CAAC,iBAAiB,CACvB,KAAM,CACJ,QAAS,wDACT,cACE,iEACF,SAAU,4DACV,eACE,kEACF,WAAY,8DACZ,IAAK,2DACL,aACE,qEACF,cACE,sEACF,YACE,oEACF,aACE,qEACF,WAAY,EACb,CACF,CAAC"}
@@ -0,0 +1,2 @@
1
+ import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`navigation-menu__nav-item`,jsx:[`NavigationMenu`],base:{textDecoration:`none`,backgroundColor:`var(--navigation-menu-nav-item-background, transparent)`,color:`var(--navigation-menu-nav-item-foreground, {colors.neutral.foreground.2.enabled})`,display:`var(--navigation-menu-nav-item-display, flex)`,flexDirection:`var(--navigation-menu-nav-item-flex-direction, column)`,flexWrap:`var(--navigation-menu-nav-item-flex-wrap, nowrap)`,justifyContent:`var(--navigation-menu-nav-item-justify-content, center)`,alignItems:`var(--navigation-menu-nav-item-align-items, center)`,gap:`var(--navigation-menu-nav-item-gap, {spacing.200})`,height:`var(--navigation-menu-nav-item-height, {sizes.600})`,paddingBlock:`var(--navigation-menu-nav-item-padding-block, {spacing.200})`,paddingInline:`var(--navigation-menu-nav-item-padding-inline, {spacing.200})`,margin:`var(--navigation-menu-nav-item-margin, {spacing.0})`,borderRadius:`var(--navigation-menu-nav-item-border-radii, {radii.100})`,_hover:{backgroundColor:`var(--navigation-menu-nav-item-background-hovered, {colors.neutral.background.2.hovered})`,color:`var(--navigation-menu-nav-item-foreground-hovered, {colors.neutral.foreground.2.hovered})`},_active:{backgroundColor:`var(--navigation-menu-nav-item-background-active, {colors.neutral.background.2.selected})`,color:`var(--navigation-menu-nav-item-foreground-active, {colors.neutral.foreground.2.selected})`},"&[data-selected=true]":{backgroundColor:`var(--navigation-menu-nav-item-background-selected, {colors.neutral.background.2.primary.selected})`,color:`var(--navigation-menu-nav-item-foreground-selected, {colors.neutral.foreground.2.primary.selected})`},"&[data-selected=true]:hover":{backgroundColor:`var(--navigation-menu-nav-item-background-selected-hovered, {colors.neutral.background.2.primary.selectedHovered})`,color:`var(--navigation-menu-nav-item-foreground-selected-hovered, {colors.neutral.foreground.2.primary.selectedHovered})`}}});export{t as navigationMenuNavItem};
2
+ //# sourceMappingURL=navigation-menu-nav-item.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"navigation-menu-nav-item.mjs","names":[],"sources":["../../../../src/recipes/navigations/navigation-menu/navigation-menu-nav-item.ts"],"sourcesContent":["import {\n defineRecipe,\n type RecipeBuilder,\n type RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nexport const navigationMenuNavItem = defineRecipe({\n className: 'navigation-menu__nav-item',\n jsx: ['NavigationMenu'],\n base: {\n textDecoration: 'none',\n backgroundColor: 'var(--navigation-menu-nav-item-background, transparent)',\n color:\n 'var(--navigation-menu-nav-item-foreground, {colors.neutral.foreground.2.enabled})',\n display: 'var(--navigation-menu-nav-item-display, flex)',\n flexDirection: 'var(--navigation-menu-nav-item-flex-direction, column)',\n flexWrap: 'var(--navigation-menu-nav-item-flex-wrap, nowrap)',\n justifyContent: 'var(--navigation-menu-nav-item-justify-content, center)',\n alignItems: 'var(--navigation-menu-nav-item-align-items, center)',\n gap: 'var(--navigation-menu-nav-item-gap, {spacing.200})',\n height: 'var(--navigation-menu-nav-item-height, {sizes.600})',\n paddingBlock:\n 'var(--navigation-menu-nav-item-padding-block, {spacing.200})',\n paddingInline:\n 'var(--navigation-menu-nav-item-padding-inline, {spacing.200})',\n margin: 'var(--navigation-menu-nav-item-margin, {spacing.0})',\n borderRadius: 'var(--navigation-menu-nav-item-border-radii, {radii.100})',\n\n _hover: {\n backgroundColor:\n 'var(--navigation-menu-nav-item-background-hovered, {colors.neutral.background.2.hovered})',\n color:\n 'var(--navigation-menu-nav-item-foreground-hovered, {colors.neutral.foreground.2.hovered})',\n },\n _active: {\n backgroundColor:\n 'var(--navigation-menu-nav-item-background-active, {colors.neutral.background.2.selected})',\n color:\n 'var(--navigation-menu-nav-item-foreground-active, {colors.neutral.foreground.2.selected})',\n },\n '&[data-selected=true]': {\n backgroundColor:\n 'var(--navigation-menu-nav-item-background-selected, {colors.neutral.background.2.primary.selected})',\n color:\n 'var(--navigation-menu-nav-item-foreground-selected, {colors.neutral.foreground.2.primary.selected})',\n },\n '&[data-selected=true]:hover': {\n backgroundColor:\n 'var(--navigation-menu-nav-item-background-selected-hovered, {colors.neutral.background.2.primary.selectedHovered})',\n color:\n 'var(--navigation-menu-nav-item-foreground-selected-hovered, {colors.neutral.foreground.2.primary.selectedHovered})',\n },\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAwB,EAAa,CAChD,UAAW,4BACX,IAAK,CAAC,iBAAiB,CACvB,KAAM,CACJ,eAAgB,OAChB,gBAAiB,0DACjB,MACE,oFACF,QAAS,gDACT,cAAe,yDACf,SAAU,oDACV,eAAgB,0DAChB,WAAY,sDACZ,IAAK,qDACL,OAAQ,sDACR,aACE,+DACF,cACE,gEACF,OAAQ,sDACR,aAAc,4DAEd,OAAQ,CACN,gBACE,4FACF,MACE,4FACH,CACD,QAAS,CACP,gBACE,4FACF,MACE,4FACH,CACD,wBAAyB,CACvB,gBACE,sGACF,MACE,sGACH,CACD,8BAA+B,CAC7B,gBACE,qHACF,MACE,qHACH,CACF,CACF,CAAC"}
@@ -0,0 +1,2 @@
1
+ import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`navigation-menu__root`,jsx:[`NavigationMenu`],base:{backgroundColor:`var(--navigation-menu-root-background, {colors.neutral.background.1.enabled})`,display:`var(--navigation-menu-root-display, flex)`,flexDirection:`var(--navigation-menu-root-flex-direction, column)`,flexWrap:`var(--navigation-menu-root-flex-wrap, nowrap)`,justifyContent:`var(--navigation-menu-root-justify-content, center)`,alignItems:`var(--navigation-menu-root-align-items, center)`,gap:`var(--navigation-menu-root-gap, {spacing.0})`,paddingBlock:`var(--navigation-menu-root-padding-block, {spacing.0})`,paddingInline:`var(--navigation-menu-root-padding-inline, {spacing.0})`,margin:`var(--navigation-menu-root-margin, {spacing.0})`,width:`var(--navigation-menu-root-width, 100%)`,height:`var(--navigation-menu-root-height, auto)`},variants:{orientation:{horizontal:{"--navigation-menu-root-flex-direction":`row`},vertical:{"--navigation-menu-root-flex-direction":`column`}}}});export{t as navigationMenuRoot};
2
+ //# sourceMappingURL=navigation-menu-root.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"navigation-menu-root.mjs","names":[],"sources":["../../../../src/recipes/navigations/navigation-menu/navigation-menu-root.ts"],"sourcesContent":["import {\n defineRecipe,\n type RecipeBuilder,\n type RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nexport const navigationMenuRoot = defineRecipe({\n className: 'navigation-menu__root',\n jsx: ['NavigationMenu'],\n base: {\n backgroundColor:\n 'var(--navigation-menu-root-background, {colors.neutral.background.1.enabled})',\n display: 'var(--navigation-menu-root-display, flex)',\n flexDirection: 'var(--navigation-menu-root-flex-direction, column)',\n flexWrap: 'var(--navigation-menu-root-flex-wrap, nowrap)',\n justifyContent: 'var(--navigation-menu-root-justify-content, center)',\n alignItems: 'var(--navigation-menu-root-align-items, center)',\n gap: 'var(--navigation-menu-root-gap, {spacing.0})',\n paddingBlock: 'var(--navigation-menu-root-padding-block, {spacing.0})',\n paddingInline: 'var(--navigation-menu-root-padding-inline, {spacing.0})',\n margin: 'var(--navigation-menu-root-margin, {spacing.0})',\n width: 'var(--navigation-menu-root-width, 100%)',\n height: 'var(--navigation-menu-root-height, auto)',\n },\n variants: {\n orientation: {\n horizontal: {\n '--navigation-menu-root-flex-direction': 'row',\n },\n vertical: {\n '--navigation-menu-root-flex-direction': 'column',\n },\n },\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAqB,EAAa,CAC7C,UAAW,wBACX,IAAK,CAAC,iBAAiB,CACvB,KAAM,CACJ,gBACE,gFACF,QAAS,4CACT,cAAe,qDACf,SAAU,gDACV,eAAgB,sDAChB,WAAY,kDACZ,IAAK,+CACL,aAAc,yDACd,cAAe,0DACf,OAAQ,kDACR,MAAO,0CACP,OAAQ,2CACT,CACD,SAAU,CACR,YAAa,CACX,WAAY,CACV,wCAAyC,MAC1C,CACD,SAAU,CACR,wCAAyC,SAC1C,CACF,CACF,CACF,CAAC"}
@@ -0,0 +1,2 @@
1
+ import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`navigation-menu`,jsx:[`NavigationMenu`],base:{"--navigation-menu-root-background":`var(--colors-neutral-background-1-enabled)`,"--navigation-menu-root-display":`flex`,"--navigation-menu-root-flex-direction":`column`,"--navigation-menu-root-flex-wrap":`nowrap`,"--navigation-menu-root-justify-content":`center`,"--navigation-menu-root-align-items":`center`,"--navigation-menu-root-gap":`{spacing.0}`,"--navigation-menu-root-padding-block":`{spacing.0}`,"--navigation-menu-root-padding-inline":`{spacing.0}`,"--navigation-menu-root-margin":`{spacing.0}`,"--navigation-menu-root-width":`100%`,"--navigation-menu-root-height":`auto`,"--navigation-menu-list-background":`var(--colors-neutral-background-1-enabled)`,"--navigation-menu-list-display":`flex`,"--navigation-menu-list-flex-direction":`column`,"--navigation-menu-list-flex-wrap":`nowrap`,"--navigation-menu-list-justify-content":`center`,"--navigation-menu-list-align-items":`stretch`,"--navigation-menu-list-gap":`{spacing.100}`,"--navigation-menu-list-padding-block":`{spacing.0}`,"--navigation-menu-list-padding-inline":`{spacing.0}`,"--navigation-menu-list-margin-block":`{spacing.0}`,"--navigation-menu-list-margin-inline":`{spacing.0}`,"--navigation-menu-list-width":`100%`,"--navigation-menu-list-height":`auto`,"--navigation-menu-list-item-display":`flex`,"--navigation-menu-list-item-flex-direction":`column`,"--navigation-menu-list-item-flex-wrap":`nowrap`,"--navigation-menu-list-item-justify-content":`center`,"--navigation-menu-list-item-align-items":`stretch`,"--navigation-menu-list-item-gap":`{spacing.0}`,"--navigation-menu-list-item-padding-block":`{spacing.0}`,"--navigation-menu-list-item-padding-inline":`{spacing.0}`,"--navigation-menu-list-item-margin-block":`{spacing.0}`,"--navigation-menu-list-item-margin-inline":`{spacing.0}`,"--navigation-menu-nav-item-display":`flex`,"--navigation-menu-nav-item-flex-direction":`row`,"--navigation-menu-nav-item-flex-wrap":`nowrap`,"--navigation-menu-nav-item-justify-content":`center`,"--navigation-menu-nav-item-align-items":`center`,"--navigation-menu-nav-item-gap":`{spacing.200}`,"--navigation-menu-nav-item-height":`{sizes.600}`,"--navigation-menu-nav-item-padding-block":`{spacing.200}`,"--navigation-menu-nav-item-padding-inline":`{spacing.200}`,"--navigation-menu-nav-item-section-display":`flex`,"--navigation-menu-nav-item-section-flex-direction":`row`,"--navigation-menu-nav-item-section-flex-wrap":`nowrap`,"--navigation-menu-nav-item-section-justify-content":`center`,"--navigation-menu-nav-item-section-align-items":`center`,"--navigation-menu-nav-item-section-gap":`{spacing.0}`,"--navigation-menu-nav-item-section-padding-block":`{spacing.0}`,"--navigation-menu-nav-item-section-padding-inline":`{spacing.0}`,"--navigation-menu-nav-item-label-font-size":`{fontSizes.300}`,"--navigation-menu-nav-item-label-font-weight":`{fontWeights.medium}`,"--navigation-menu-nav-item-label-text-transform":`none`,"--navigation-menu-nav-item-label-line-height":`1`,"--navigation-menu-nav-item-label-display":`flex`,"--navigation-menu-nav-item-label-flex-direction":`row`,"--navigation-menu-nav-item-label-flex-wrap":`nowrap`,"--navigation-menu-nav-item-label-justify-content":`start`,"--navigation-menu-nav-item-label-align-items":`center`,"--navigation-menu-nav-item-label-gap":`{spacing.0}`,"--navigation-menu-nav-item-label-padding-block":`{spacing.0}`,"--navigation-menu-nav-item-label-padding-inline":`{spacing.0}`}});export{t as navigationMenu};
2
+ //# sourceMappingURL=navigation-menu.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"navigation-menu.mjs","names":[],"sources":["../../../../src/recipes/navigations/navigation-menu/navigation-menu.ts"],"sourcesContent":["import {\n defineRecipe,\n type RecipeBuilder,\n type RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nexport const navigationMenu = defineRecipe({\n className: 'navigation-menu',\n jsx: ['NavigationMenu'],\n base: {\n /* root */\n '--navigation-menu-root-background':\n 'var(--colors-neutral-background-1-enabled)',\n '--navigation-menu-root-display': 'flex',\n '--navigation-menu-root-flex-direction': 'column',\n '--navigation-menu-root-flex-wrap': 'nowrap',\n '--navigation-menu-root-justify-content': 'center',\n '--navigation-menu-root-align-items': 'center',\n '--navigation-menu-root-gap': '{spacing.0}',\n '--navigation-menu-root-padding-block': '{spacing.0}',\n '--navigation-menu-root-padding-inline': '{spacing.0}',\n '--navigation-menu-root-margin': '{spacing.0}',\n '--navigation-menu-root-width': '100%',\n '--navigation-menu-root-height': 'auto',\n\n /* list */\n '--navigation-menu-list-background':\n 'var(--colors-neutral-background-1-enabled)',\n '--navigation-menu-list-display': 'flex',\n '--navigation-menu-list-flex-direction': 'column',\n '--navigation-menu-list-flex-wrap': 'nowrap',\n '--navigation-menu-list-justify-content': 'center',\n '--navigation-menu-list-align-items': 'stretch',\n '--navigation-menu-list-gap': '{spacing.100}',\n '--navigation-menu-list-padding-block': '{spacing.0}',\n '--navigation-menu-list-padding-inline': '{spacing.0}',\n '--navigation-menu-list-margin-block': '{spacing.0}',\n '--navigation-menu-list-margin-inline': '{spacing.0}',\n '--navigation-menu-list-width': '100%',\n '--navigation-menu-list-height': 'auto',\n\n /* list item */\n '--navigation-menu-list-item-display': 'flex',\n '--navigation-menu-list-item-flex-direction': 'column',\n '--navigation-menu-list-item-flex-wrap': 'nowrap',\n '--navigation-menu-list-item-justify-content': 'center',\n '--navigation-menu-list-item-align-items': 'stretch',\n '--navigation-menu-list-item-gap': '{spacing.0}',\n '--navigation-menu-list-item-padding-block': '{spacing.0}',\n '--navigation-menu-list-item-padding-inline': '{spacing.0}',\n '--navigation-menu-list-item-margin-block': '{spacing.0}',\n '--navigation-menu-list-item-margin-inline': '{spacing.0}',\n\n /* nav item */\n '--navigation-menu-nav-item-display': 'flex',\n '--navigation-menu-nav-item-flex-direction': 'row',\n '--navigation-menu-nav-item-flex-wrap': 'nowrap',\n '--navigation-menu-nav-item-justify-content': 'center',\n '--navigation-menu-nav-item-align-items': 'center',\n '--navigation-menu-nav-item-gap': '{spacing.200}',\n '--navigation-menu-nav-item-height': '{sizes.600}',\n '--navigation-menu-nav-item-padding-block': '{spacing.200}',\n '--navigation-menu-nav-item-padding-inline': '{spacing.200}',\n\n /* nav item section */\n '--navigation-menu-nav-item-section-display': 'flex',\n '--navigation-menu-nav-item-section-flex-direction': 'row',\n '--navigation-menu-nav-item-section-flex-wrap': 'nowrap',\n '--navigation-menu-nav-item-section-justify-content': 'center',\n '--navigation-menu-nav-item-section-align-items': 'center',\n '--navigation-menu-nav-item-section-gap': '{spacing.0}',\n '--navigation-menu-nav-item-section-padding-block': '{spacing.0}',\n '--navigation-menu-nav-item-section-padding-inline': '{spacing.0}',\n\n /* nav item label */\n '--navigation-menu-nav-item-label-font-size': '{fontSizes.300}',\n '--navigation-menu-nav-item-label-font-weight': '{fontWeights.medium}',\n '--navigation-menu-nav-item-label-text-transform': 'none',\n '--navigation-menu-nav-item-label-line-height': '1',\n '--navigation-menu-nav-item-label-display': 'flex',\n '--navigation-menu-nav-item-label-flex-direction': 'row',\n '--navigation-menu-nav-item-label-flex-wrap': 'nowrap',\n '--navigation-menu-nav-item-label-justify-content': 'start',\n '--navigation-menu-nav-item-label-align-items': 'center',\n '--navigation-menu-nav-item-label-gap': '{spacing.0}',\n '--navigation-menu-nav-item-label-padding-block': '{spacing.0}',\n '--navigation-menu-nav-item-label-padding-inline': '{spacing.0}',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAiB,EAAa,CACzC,UAAW,kBACX,IAAK,CAAC,iBAAiB,CACvB,KAAM,CAEJ,oCACE,6CACF,iCAAkC,OAClC,wCAAyC,SACzC,mCAAoC,SACpC,yCAA0C,SAC1C,qCAAsC,SACtC,6BAA8B,cAC9B,uCAAwC,cACxC,wCAAyC,cACzC,gCAAiC,cACjC,+BAAgC,OAChC,gCAAiC,OAGjC,oCACE,6CACF,iCAAkC,OAClC,wCAAyC,SACzC,mCAAoC,SACpC,yCAA0C,SAC1C,qCAAsC,UACtC,6BAA8B,gBAC9B,uCAAwC,cACxC,wCAAyC,cACzC,sCAAuC,cACvC,uCAAwC,cACxC,+BAAgC,OAChC,gCAAiC,OAGjC,sCAAuC,OACvC,6CAA8C,SAC9C,wCAAyC,SACzC,8CAA+C,SAC/C,0CAA2C,UAC3C,kCAAmC,cACnC,4CAA6C,cAC7C,6CAA8C,cAC9C,2CAA4C,cAC5C,4CAA6C,cAG7C,qCAAsC,OACtC,4CAA6C,MAC7C,uCAAwC,SACxC,6CAA8C,SAC9C,yCAA0C,SAC1C,iCAAkC,gBAClC,oCAAqC,cACrC,2CAA4C,gBAC5C,4CAA6C,gBAG7C,6CAA8C,OAC9C,oDAAqD,MACrD,+CAAgD,SAChD,qDAAsD,SACtD,iDAAkD,SAClD,yCAA0C,cAC1C,mDAAoD,cACpD,oDAAqD,cAGrD,6CAA8C,kBAC9C,+CAAgD,uBAChD,kDAAmD,OACnD,+CAAgD,IAChD,2CAA4C,OAC5C,kDAAmD,MACnD,6CAA8C,SAC9C,mDAAoD,QACpD,+CAAgD,SAChD,uCAAwC,cACxC,iDAAkD,cAClD,kDAAmD,cACpD,CACF,CAAC"}
@@ -1,2 +1,2 @@
1
- import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`toast__root`,jsx:[`Toast`],base:{overflow:`hidden`,boxSizing:`border-box`,position:`relative`,display:`flex`,alignItems:`center`,padding:`var(--toast-root-padding, {spacing.300})`,borderRadius:`var(--toast-root-radius, {radii.100})`,boxShadow:`var(--toast-root-shadow, none)`,backgroundColor:`var(--toast-root-background, {colors.neutral.background.7.enabled})`,color:`var(--toast-root-foreground, {colors.neutral.foreground.onNeutral.2.enabled})`,fontFamily:`var(--toast-root-font-family, {fonts.base})`,fontSize:`var(--toast-root-font-size, {fontSizes.300})`,fontWeight:`var(--toast-root-font-weight, {fontWeights.regular})`,lineHeight:`var(--toast-root-line-height, 1.4)`,width:`var(--toast-root-width, 22.5rem)`,maxWidth:`100%`,"& + &":{marginTop:`var(--toast-root-gap, {spacing.200})`}},variants:{color:{success:{"--toast-root-background":`var(--toast-root-background-success, {colors.success.background.1.enabled})`},danger:{"--toast-root-background":`var(--toast-root-background-danger, {colors.danger.background.1.enabled})`},warning:{"--toast-root-background":`var(--toast-root-background-warning, {colors.warning.background.1.enabled})`},primary:{"--toast-root-background":`var(--toast-root-background-primary, {colors.primary.background.2.enabled})`},neutral:{"--toast-root-background":`var(--toast-root-background-neutral, {colors.neutral.background.1.enabled})`}}},staticCss:[`*`]});export{t as toastRoot};
1
+ import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`toast__root`,jsx:[`Toast`],base:{overflow:`hidden`,boxSizing:`border-box`,position:`relative`,display:`flex`,alignItems:`center`,padding:`var(--toast-root-padding, {spacing.300})`,borderRadius:`var(--toast-root-radius, {radii.100})`,boxShadow:`var(--toast-root-shadow, none)`,backgroundColor:`var(--toast-root-background, {colors.neutral.background.7.enabled})`,color:`var(--toast-root-foreground, {colors.neutral.foreground.onNeutral.2.enabled})`,fontFamily:`var(--toast-root-font-family, {fonts.base})`,fontSize:`var(--toast-root-font-size, {fontSizes.300})`,fontWeight:`var(--toast-root-font-weight, {fontWeights.regular})`,lineHeight:`var(--toast-root-line-height, 1.4)`,width:`var(--toast-root-width, 22.5rem)`,maxWidth:`100%`,"& + &":{marginTop:`var(--toast-root-gap, {spacing.200})`}},variants:{intent:{success:{"--toast-root-foreground":`var(--toast-root-foreground-success, {colors.success.foreground.onSuccess.2.enabled})`,"--toast-root-background":`var(--toast-root-background-success, {colors.success.background.1.enabled})`},danger:{"--toast-root-foreground":`var(--toast-root-foreground-danger, {colors.danger.foreground.onDanger.2.enabled})`,"--toast-root-background":`var(--toast-root-background-danger, {colors.danger.background.1.enabled})`},warning:{"--toast-root-foreground":`var(--toast-root-foreground-warning, {colors.warning.foreground.onWarning.2.enabled})`,"--toast-root-background":`var(--toast-root-background-warning, {colors.warning.background.1.enabled})`},neutral:{"--toast-root-foreground":`var(--toast-root-foreground-neutral, {colors.neutral.background.7.enabled})`,"--toast-root-background":`var(--toast-root-background-neutral, {colors.neutral.foreground.onNeutral.2.enabled})`},info:{"--toast-root-foreground":`var(--toast-root-foreground-info, {colors.primary.foreground.onPrimary.2.enabled})`,"--toast-root-background":`var(--toast-root-background-info, {colors.primary.background.2.enabled})`}}},staticCss:[`*`]});export{t as toastRoot};
2
2
  //# sourceMappingURL=toast-root.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"toast-root.mjs","names":[],"sources":["../../../../src/recipes/overlays/toast/toast-root.ts"],"sourcesContent":["import {\n defineRecipe,\n type RecipeBuilder,\n type RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nexport const toastRoot = defineRecipe({\n className: 'toast__root',\n jsx: ['Toast'],\n base: {\n overflow: 'hidden',\n boxSizing: 'border-box',\n position: 'relative',\n display: 'flex',\n alignItems: 'center',\n padding: 'var(--toast-root-padding, {spacing.300})',\n borderRadius: 'var(--toast-root-radius, {radii.100})',\n boxShadow: 'var(--toast-root-shadow, none)',\n backgroundColor:\n 'var(--toast-root-background, {colors.neutral.background.7.enabled})',\n color:\n 'var(--toast-root-foreground, {colors.neutral.foreground.onNeutral.2.enabled})',\n fontFamily: 'var(--toast-root-font-family, {fonts.base})',\n fontSize: 'var(--toast-root-font-size, {fontSizes.300})',\n fontWeight: 'var(--toast-root-font-weight, {fontWeights.regular})',\n lineHeight: 'var(--toast-root-line-height, 1.4)',\n width: 'var(--toast-root-width, 22.5rem)',\n maxWidth: '100%',\n '& + &': {\n marginTop: 'var(--toast-root-gap, {spacing.200})',\n },\n },\n variants: {\n color: {\n success: {\n '--toast-root-background':\n 'var(--toast-root-background-success, {colors.success.background.1.enabled})',\n },\n danger: {\n '--toast-root-background':\n 'var(--toast-root-background-danger, {colors.danger.background.1.enabled})',\n },\n warning: {\n '--toast-root-background':\n 'var(--toast-root-background-warning, {colors.warning.background.1.enabled})',\n },\n primary: {\n '--toast-root-background':\n 'var(--toast-root-background-primary, {colors.primary.background.2.enabled})',\n },\n neutral: {\n '--toast-root-background':\n 'var(--toast-root-background-neutral, {colors.neutral.background.1.enabled})',\n },\n },\n },\n staticCss: ['*'],\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAY,EAAa,CACpC,UAAW,cACX,IAAK,CAAC,QAAQ,CACd,KAAM,CACJ,SAAU,SACV,UAAW,aACX,SAAU,WACV,QAAS,OACT,WAAY,SACZ,QAAS,2CACT,aAAc,wCACd,UAAW,iCACX,gBACE,sEACF,MACE,gFACF,WAAY,8CACZ,SAAU,+CACV,WAAY,uDACZ,WAAY,qCACZ,MAAO,mCACP,SAAU,OACV,QAAS,CACP,UAAW,uCACZ,CACF,CACD,SAAU,CACR,MAAO,CACL,QAAS,CACP,0BACE,8EACH,CACD,OAAQ,CACN,0BACE,4EACH,CACD,QAAS,CACP,0BACE,8EACH,CACD,QAAS,CACP,0BACE,8EACH,CACD,QAAS,CACP,0BACE,8EACH,CACF,CACF,CACD,UAAW,CAAC,IAAI,CACjB,CAAC"}
1
+ {"version":3,"file":"toast-root.mjs","names":[],"sources":["../../../../src/recipes/overlays/toast/toast-root.ts"],"sourcesContent":["import {\n defineRecipe,\n type RecipeBuilder,\n type RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nexport const toastRoot = defineRecipe({\n className: 'toast__root',\n jsx: ['Toast'],\n base: {\n overflow: 'hidden',\n boxSizing: 'border-box',\n position: 'relative',\n display: 'flex',\n alignItems: 'center',\n padding: 'var(--toast-root-padding, {spacing.300})',\n borderRadius: 'var(--toast-root-radius, {radii.100})',\n boxShadow: 'var(--toast-root-shadow, none)',\n backgroundColor:\n 'var(--toast-root-background, {colors.neutral.background.7.enabled})',\n color:\n 'var(--toast-root-foreground, {colors.neutral.foreground.onNeutral.2.enabled})',\n fontFamily: 'var(--toast-root-font-family, {fonts.base})',\n fontSize: 'var(--toast-root-font-size, {fontSizes.300})',\n fontWeight: 'var(--toast-root-font-weight, {fontWeights.regular})',\n lineHeight: 'var(--toast-root-line-height, 1.4)',\n width: 'var(--toast-root-width, 22.5rem)',\n maxWidth: '100%',\n '& + &': {\n marginTop: 'var(--toast-root-gap, {spacing.200})',\n },\n },\n variants: {\n intent: {\n success: {\n '--toast-root-foreground':\n 'var(--toast-root-foreground-success, {colors.success.foreground.onSuccess.2.enabled})',\n '--toast-root-background':\n 'var(--toast-root-background-success, {colors.success.background.1.enabled})',\n },\n danger: {\n '--toast-root-foreground':\n 'var(--toast-root-foreground-danger, {colors.danger.foreground.onDanger.2.enabled})',\n '--toast-root-background':\n 'var(--toast-root-background-danger, {colors.danger.background.1.enabled})',\n },\n warning: {\n '--toast-root-foreground':\n 'var(--toast-root-foreground-warning, {colors.warning.foreground.onWarning.2.enabled})',\n '--toast-root-background':\n 'var(--toast-root-background-warning, {colors.warning.background.1.enabled})',\n },\n neutral: {\n '--toast-root-foreground':\n 'var(--toast-root-foreground-neutral, {colors.neutral.background.7.enabled})',\n '--toast-root-background':\n 'var(--toast-root-background-neutral, {colors.neutral.foreground.onNeutral.2.enabled})',\n },\n info: {\n '--toast-root-foreground':\n 'var(--toast-root-foreground-info, {colors.primary.foreground.onPrimary.2.enabled})',\n '--toast-root-background':\n 'var(--toast-root-background-info, {colors.primary.background.2.enabled})',\n },\n },\n },\n staticCss: ['*'],\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAY,EAAa,CACpC,UAAW,cACX,IAAK,CAAC,QAAQ,CACd,KAAM,CACJ,SAAU,SACV,UAAW,aACX,SAAU,WACV,QAAS,OACT,WAAY,SACZ,QAAS,2CACT,aAAc,wCACd,UAAW,iCACX,gBACE,sEACF,MACE,gFACF,WAAY,8CACZ,SAAU,+CACV,WAAY,uDACZ,WAAY,qCACZ,MAAO,mCACP,SAAU,OACV,QAAS,CACP,UAAW,uCACZ,CACF,CACD,SAAU,CACR,OAAQ,CACN,QAAS,CACP,0BACE,wFACF,0BACE,8EACH,CACD,OAAQ,CACN,0BACE,qFACF,0BACE,4EACH,CACD,QAAS,CACP,0BACE,wFACF,0BACE,8EACH,CACD,QAAS,CACP,0BACE,8EACF,0BACE,wFACH,CACD,KAAM,CACJ,0BACE,qFACF,0BACE,2EACH,CACF,CACF,CACD,UAAW,CAAC,IAAI,CACjB,CAAC"}
@@ -1,2 +1,2 @@
1
- import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`toast`,jsx:[`Toast`],base:{"--toast-root-background-neutral":`{colors.neutral.background.1.enabled}`,"--toast-root-background-primary":`{colors.primary.background.2.enabled}`,"--toast-root-background-success":`{colors.success.background.1.enabled}`,"--toast-root-background-warning":`{colors.warning.background.1.enabled}`,"--toast-root-background-danger":`{colors.danger.background.1.enabled}`,"--toast-root-background":`{colors.neutral.background.7.enabled}`,"--toast-root-foreground":`{colors.neutral.foreground.onNeutral.2.enabled}`,"--toast-root-width":`22.5rem`,"--toast-root-font-family":`{fonts.base}`,"--toast-root-font-size":`{fontSizes.300}`,"--toast-root-font-weight":`{fontWeights.regular}`,"--toast-root-line-height":`1.4`,"--toast-root-gap":`{spacing.200}`,"--toast-root-padding":`{spacing.300}`,"--toast-root-shadow":`none`,"--toast-body-gap":`{spacing.50}`,"--toast-icon-size":`{sizes.300}`,"--toast-icon-gap":`{spacing.300}`,"--toast-icon-radius":`{radii.900}`,"--toast-icon-background":`transparent`,"--toast-icon-foreground":`{colors.neutral.foreground.onNeutral.2.enabled}`,"--toast-title-gap":`{spacing.50}`,"--toast-title-font-size":`{fontSizes.300}`,"--toast-title-line-height":`1.2`,"--toast-title-font-weight":`{fontWeights.semiBold}`,"--toast-title-color":`inherit`,"--toast-description-font-size":`{fontSizes.200}`,"--toast-description-line-height":`1.4`,"--toast-description-color":`inherit`,"--toast-description-color-with-title":`inherit`,"--toast-close-button-size":`{sizes.500}`,"--toast-close-button-radii":`{radii.200}`,"--toast-close-button-foreground":`{colors.neutral.foreground.onNeutral.2.enabled}`,"--toast-close-button-background":`transparent`,"--toast-close-button-border":`none`,"--toast-close-button-transition":`{animations.base.100}`,"--toast-close-button-background-hovered":`transparent`,"--toast-close-button-foreground-hovered":`{colors.neutral.foreground.onNeutral.2.enabled/75}`,"--toast-close-button-icon-size":`{sizes.300}`,"--toast-notifications-z-index":`{zIndex.maximum}`,"--toast-notifications-max-width":`22.5rem`,"--toast-notifications-width":`calc(100% - {sizes.500})`,"--toast-notifications-position-top-center-top":`{spacing.400}`,"--toast-notifications-position-top-left-top":`{spacing.400}`,"--toast-notifications-position-top-left-left":`{spacing.400}`,"--toast-notifications-position-top-right-top":`{spacing.400}`,"--toast-notifications-position-top-right-right":`{spacing.400}`,"--toast-notifications-position-bottom-center-bottom":`{spacing.400}`,"--toast-notifications-position-bottom-left-bottom":`{spacing.400}`,"--toast-notifications-position-bottom-left-left":`{spacing.400}`,"--toast-notifications-position-bottom-right-bottom":`{spacing.400}`,"--toast-notifications-position-bottom-right-right":`{spacing.400}`},staticCss:[`*`]});export{t as toast};
1
+ import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`toast`,jsx:[`Toast`],base:{"--toast-root-background-neutral":`{colors.neutral.background.1.enabled}`,"--toast-root-background-info":`{colors.primary.background.2.enabled}`,"--toast-root-background-success":`{colors.success.background.1.enabled}`,"--toast-root-background-warning":`{colors.warning.background.1.enabled}`,"--toast-root-background-danger":`{colors.danger.background.1.enabled}`,"--toast-root-foreground-neutral":`{colors.neutral.background.7.enabled}`,"--toast-root-foreground-info":`{colors.primary.foreground.onPrimary.2.enabled}`,"--toast-root-foreground-success":`{colors.success.foreground.onSuccess.2.enabled}`,"--toast-root-foreground-warning":`{colors.warning.foreground.onWarning.2.enabled}`,"--toast-root-foreground-danger":`{colors.danger.foreground.onDanger.2.enabled}`,"--toast-root-background":`{colors.neutral.background.7.enabled}`,"--toast-root-foreground":`{colors.neutral.foreground.onNeutral.2.enabled}`,"--toast-root-width":`22.5rem`,"--toast-root-font-family":`{fonts.base}`,"--toast-root-font-size":`{fontSizes.300}`,"--toast-root-font-weight":`{fontWeights.regular}`,"--toast-root-line-height":`1.4`,"--toast-root-gap":`{spacing.200}`,"--toast-root-padding":`{spacing.300}`,"--toast-root-shadow":`none`,"--toast-body-gap":`{spacing.50}`,"--toast-icon-size":`{sizes.300}`,"--toast-icon-gap":`{spacing.300}`,"--toast-icon-radius":`{radii.900}`,"--toast-icon-background":`transparent`,"--toast-icon-foreground":`{colors.neutral.foreground.onNeutral.2.enabled}`,"--toast-title-gap":`{spacing.50}`,"--toast-title-font-size":`{fontSizes.300}`,"--toast-title-line-height":`1.2`,"--toast-title-font-weight":`{fontWeights.semiBold}`,"--toast-title-color":`inherit`,"--toast-description-font-size":`{fontSizes.200}`,"--toast-description-line-height":`1.4`,"--toast-description-color":`inherit`,"--toast-description-color-with-title":`inherit`,"--toast-close-button-size":`{sizes.500}`,"--toast-close-button-radii":`{radii.200}`,"--toast-close-button-foreground":`{colors.neutral.foreground.onNeutral.2.enabled}`,"--toast-close-button-background":`transparent`,"--toast-close-button-border":`none`,"--toast-close-button-transition":`{animations.base.100}`,"--toast-close-button-background-hovered":`transparent`,"--toast-close-button-foreground-hovered":`{colors.neutral.foreground.onNeutral.2.enabled/75}`,"--toast-close-button-icon-size":`{sizes.300}`,"--toast-notifications-z-index":`{zIndex.maximum}`,"--toast-notifications-max-width":`22.5rem`,"--toast-notifications-width":`calc(100% - {sizes.500})`,"--toast-notifications-position-top-center-top":`{spacing.400}`,"--toast-notifications-position-top-left-top":`{spacing.400}`,"--toast-notifications-position-top-left-left":`{spacing.400}`,"--toast-notifications-position-top-right-top":`{spacing.400}`,"--toast-notifications-position-top-right-right":`{spacing.400}`,"--toast-notifications-position-bottom-center-bottom":`{spacing.400}`,"--toast-notifications-position-bottom-left-bottom":`{spacing.400}`,"--toast-notifications-position-bottom-left-left":`{spacing.400}`,"--toast-notifications-position-bottom-right-bottom":`{spacing.400}`,"--toast-notifications-position-bottom-right-right":`{spacing.400}`},staticCss:[`*`]});export{t as toast};
2
2
  //# sourceMappingURL=toast.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"toast.mjs","names":[],"sources":["../../../../src/recipes/overlays/toast/toast.ts"],"sourcesContent":["import {\n defineRecipe,\n type RecipeBuilder,\n type RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nexport const toast = defineRecipe({\n className: 'toast',\n jsx: ['Toast'],\n base: {\n // color variants\n '--toast-root-background-neutral': '{colors.neutral.background.1.enabled}',\n '--toast-root-background-primary': '{colors.primary.background.2.enabled}',\n '--toast-root-background-success': '{colors.success.background.1.enabled}',\n '--toast-root-background-warning': '{colors.warning.background.1.enabled}',\n '--toast-root-background-danger': '{colors.danger.background.1.enabled}',\n\n // root\n '--toast-root-background': '{colors.neutral.background.7.enabled}',\n '--toast-root-foreground':\n '{colors.neutral.foreground.onNeutral.2.enabled}',\n '--toast-root-width': '22.5rem',\n '--toast-root-font-family': '{fonts.base}',\n '--toast-root-font-size': '{fontSizes.300}',\n '--toast-root-font-weight': '{fontWeights.regular}',\n '--toast-root-line-height': '1.4',\n '--toast-root-gap': '{spacing.200}',\n '--toast-root-padding': '{spacing.300}',\n '--toast-root-shadow': 'none',\n\n // body\n '--toast-body-gap': '{spacing.50}',\n\n // icon\n '--toast-icon-size': '{sizes.300}',\n '--toast-icon-gap': '{spacing.300}',\n '--toast-icon-radius': '{radii.900}',\n '--toast-icon-background': 'transparent',\n '--toast-icon-foreground':\n '{colors.neutral.foreground.onNeutral.2.enabled}',\n\n // title\n '--toast-title-gap': '{spacing.50}',\n '--toast-title-font-size': '{fontSizes.300}',\n '--toast-title-line-height': '1.2',\n '--toast-title-font-weight': '{fontWeights.semiBold}',\n '--toast-title-color': 'inherit',\n\n // description\n '--toast-description-font-size': '{fontSizes.200}',\n '--toast-description-line-height': '1.4',\n '--toast-description-color': 'inherit',\n '--toast-description-color-with-title': 'inherit',\n\n // close button\n '--toast-close-button-size': '{sizes.500}',\n '--toast-close-button-radii': '{radii.200}',\n '--toast-close-button-foreground':\n '{colors.neutral.foreground.onNeutral.2.enabled}',\n '--toast-close-button-background': 'transparent',\n '--toast-close-button-border': 'none',\n '--toast-close-button-transition': '{animations.base.100}',\n '--toast-close-button-background-hovered': 'transparent',\n '--toast-close-button-foreground-hovered':\n '{colors.neutral.foreground.onNeutral.2.enabled/75}',\n '--toast-close-button-icon-size': '{sizes.300}',\n\n // notifications container\n '--toast-notifications-z-index': '{zIndex.maximum}',\n '--toast-notifications-max-width': '22.5rem',\n '--toast-notifications-width': 'calc(100% - {sizes.500})',\n\n // notifications positions\n '--toast-notifications-position-top-center-top': '{spacing.400}',\n '--toast-notifications-position-top-left-top': '{spacing.400}',\n '--toast-notifications-position-top-left-left': '{spacing.400}',\n '--toast-notifications-position-top-right-top': '{spacing.400}',\n '--toast-notifications-position-top-right-right': '{spacing.400}',\n '--toast-notifications-position-bottom-center-bottom': '{spacing.400}',\n '--toast-notifications-position-bottom-left-bottom': '{spacing.400}',\n '--toast-notifications-position-bottom-left-left': '{spacing.400}',\n '--toast-notifications-position-bottom-right-bottom': '{spacing.400}',\n '--toast-notifications-position-bottom-right-right': '{spacing.400}',\n },\n staticCss: ['*'],\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAQ,EAAa,CAChC,UAAW,QACX,IAAK,CAAC,QAAQ,CACd,KAAM,CAEJ,kCAAmC,wCACnC,kCAAmC,wCACnC,kCAAmC,wCACnC,kCAAmC,wCACnC,iCAAkC,uCAGlC,0BAA2B,wCAC3B,0BACE,kDACF,qBAAsB,UACtB,2BAA4B,eAC5B,yBAA0B,kBAC1B,2BAA4B,wBAC5B,2BAA4B,MAC5B,mBAAoB,gBACpB,uBAAwB,gBACxB,sBAAuB,OAGvB,mBAAoB,eAGpB,oBAAqB,cACrB,mBAAoB,gBACpB,sBAAuB,cACvB,0BAA2B,cAC3B,0BACE,kDAGF,oBAAqB,eACrB,0BAA2B,kBAC3B,4BAA6B,MAC7B,4BAA6B,yBAC7B,sBAAuB,UAGvB,gCAAiC,kBACjC,kCAAmC,MACnC,4BAA6B,UAC7B,uCAAwC,UAGxC,4BAA6B,cAC7B,6BAA8B,cAC9B,kCACE,kDACF,kCAAmC,cACnC,8BAA+B,OAC/B,kCAAmC,wBACnC,0CAA2C,cAC3C,0CACE,qDACF,iCAAkC,cAGlC,gCAAiC,mBACjC,kCAAmC,UACnC,8BAA+B,2BAG/B,gDAAiD,gBACjD,8CAA+C,gBAC/C,+CAAgD,gBAChD,+CAAgD,gBAChD,iDAAkD,gBAClD,sDAAuD,gBACvD,oDAAqD,gBACrD,kDAAmD,gBACnD,qDAAsD,gBACtD,oDAAqD,gBACtD,CACD,UAAW,CAAC,IAAI,CACjB,CAAC"}
1
+ {"version":3,"file":"toast.mjs","names":[],"sources":["../../../../src/recipes/overlays/toast/toast.ts"],"sourcesContent":["import {\n defineRecipe,\n type RecipeBuilder,\n type RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nexport const toast = defineRecipe({\n className: 'toast',\n jsx: ['Toast'],\n base: {\n // color variants\n '--toast-root-background-neutral': '{colors.neutral.background.1.enabled}',\n '--toast-root-background-info': '{colors.primary.background.2.enabled}',\n '--toast-root-background-success': '{colors.success.background.1.enabled}',\n '--toast-root-background-warning': '{colors.warning.background.1.enabled}',\n '--toast-root-background-danger': '{colors.danger.background.1.enabled}',\n\n '--toast-root-foreground-neutral': '{colors.neutral.background.7.enabled}',\n '--toast-root-foreground-info':\n '{colors.primary.foreground.onPrimary.2.enabled}',\n '--toast-root-foreground-success':\n '{colors.success.foreground.onSuccess.2.enabled}',\n '--toast-root-foreground-warning':\n '{colors.warning.foreground.onWarning.2.enabled}',\n '--toast-root-foreground-danger':\n '{colors.danger.foreground.onDanger.2.enabled}',\n\n // root\n '--toast-root-background': '{colors.neutral.background.7.enabled}',\n '--toast-root-foreground':\n '{colors.neutral.foreground.onNeutral.2.enabled}',\n '--toast-root-width': '22.5rem',\n '--toast-root-font-family': '{fonts.base}',\n '--toast-root-font-size': '{fontSizes.300}',\n '--toast-root-font-weight': '{fontWeights.regular}',\n '--toast-root-line-height': '1.4',\n '--toast-root-gap': '{spacing.200}',\n '--toast-root-padding': '{spacing.300}',\n '--toast-root-shadow': 'none',\n\n // body\n '--toast-body-gap': '{spacing.50}',\n\n // icon\n '--toast-icon-size': '{sizes.300}',\n '--toast-icon-gap': '{spacing.300}',\n '--toast-icon-radius': '{radii.900}',\n '--toast-icon-background': 'transparent',\n '--toast-icon-foreground':\n '{colors.neutral.foreground.onNeutral.2.enabled}',\n\n // title\n '--toast-title-gap': '{spacing.50}',\n '--toast-title-font-size': '{fontSizes.300}',\n '--toast-title-line-height': '1.2',\n '--toast-title-font-weight': '{fontWeights.semiBold}',\n '--toast-title-color': 'inherit',\n\n // description\n '--toast-description-font-size': '{fontSizes.200}',\n '--toast-description-line-height': '1.4',\n '--toast-description-color': 'inherit',\n '--toast-description-color-with-title': 'inherit',\n\n // close button\n '--toast-close-button-size': '{sizes.500}',\n '--toast-close-button-radii': '{radii.200}',\n '--toast-close-button-foreground':\n '{colors.neutral.foreground.onNeutral.2.enabled}',\n '--toast-close-button-background': 'transparent',\n '--toast-close-button-border': 'none',\n '--toast-close-button-transition': '{animations.base.100}',\n '--toast-close-button-background-hovered': 'transparent',\n '--toast-close-button-foreground-hovered':\n '{colors.neutral.foreground.onNeutral.2.enabled/75}',\n '--toast-close-button-icon-size': '{sizes.300}',\n\n // notifications container\n '--toast-notifications-z-index': '{zIndex.maximum}',\n '--toast-notifications-max-width': '22.5rem',\n '--toast-notifications-width': 'calc(100% - {sizes.500})',\n\n // notifications positions\n '--toast-notifications-position-top-center-top': '{spacing.400}',\n '--toast-notifications-position-top-left-top': '{spacing.400}',\n '--toast-notifications-position-top-left-left': '{spacing.400}',\n '--toast-notifications-position-top-right-top': '{spacing.400}',\n '--toast-notifications-position-top-right-right': '{spacing.400}',\n '--toast-notifications-position-bottom-center-bottom': '{spacing.400}',\n '--toast-notifications-position-bottom-left-bottom': '{spacing.400}',\n '--toast-notifications-position-bottom-left-left': '{spacing.400}',\n '--toast-notifications-position-bottom-right-bottom': '{spacing.400}',\n '--toast-notifications-position-bottom-right-right': '{spacing.400}',\n },\n staticCss: ['*'],\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAQ,EAAa,CAChC,UAAW,QACX,IAAK,CAAC,QAAQ,CACd,KAAM,CAEJ,kCAAmC,wCACnC,+BAAgC,wCAChC,kCAAmC,wCACnC,kCAAmC,wCACnC,iCAAkC,uCAElC,kCAAmC,wCACnC,+BACE,kDACF,kCACE,kDACF,kCACE,kDACF,iCACE,gDAGF,0BAA2B,wCAC3B,0BACE,kDACF,qBAAsB,UACtB,2BAA4B,eAC5B,yBAA0B,kBAC1B,2BAA4B,wBAC5B,2BAA4B,MAC5B,mBAAoB,gBACpB,uBAAwB,gBACxB,sBAAuB,OAGvB,mBAAoB,eAGpB,oBAAqB,cACrB,mBAAoB,gBACpB,sBAAuB,cACvB,0BAA2B,cAC3B,0BACE,kDAGF,oBAAqB,eACrB,0BAA2B,kBAC3B,4BAA6B,MAC7B,4BAA6B,yBAC7B,sBAAuB,UAGvB,gCAAiC,kBACjC,kCAAmC,MACnC,4BAA6B,UAC7B,uCAAwC,UAGxC,4BAA6B,cAC7B,6BAA8B,cAC9B,kCACE,kDACF,kCAAmC,cACnC,8BAA+B,OAC/B,kCAAmC,wBACnC,0CAA2C,cAC3C,0CACE,qDACF,iCAAkC,cAGlC,gCAAiC,mBACjC,kCAAmC,UACnC,8BAA+B,2BAG/B,gDAAiD,gBACjD,8CAA+C,gBAC/C,+CAAgD,gBAChD,+CAAgD,gBAChD,iDAAkD,gBAClD,sDAAuD,gBACvD,oDAAqD,gBACrD,kDAAmD,gBACnD,qDAAsD,gBACtD,oDAAqD,gBACtD,CACD,UAAW,CAAC,IAAI,CACjB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mage-ui/preset",
3
- "version": "1.0.108",
3
+ "version": "1.0.111",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [],