@mage-ui/preset 0.0.49 → 0.0.51

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:`calendar-day`,jsx:[`Datepicker`],base:{fontSize:`300`,fontWeight:`medium`,textAlign:`center`,textTransform:`uppercase`,borderRadius:`200`,cursor:`pointer`,transition:`{animations.base.100}`,display:`flex`,justifyContent:`center`,alignItems:`center`,height:`control.height.100`,aspectRatio:`1`,color:`neutral.foreground.1.enabled`,'&[data-outside="true"]':{color:`neutral.foreground.3.enabled`},_hover:{backgroundColor:`neutral.background.2.hovered`},_selected:{backgroundColor:`neutral.background.2.brand.selected`,_hover:{backgroundColor:`neutral.background.2.brand.selectedHovered`}}}});export{t as calendarDay};
1
+ import{defineRecipe as e}from"@pandacss/dev";const t=e({className:`calendar-day`,jsx:[`Datepicker`],base:{fontSize:`300`,fontWeight:`medium`,textAlign:`center`,textTransform:`uppercase`,borderRadius:`200`,cursor:`pointer`,transition:`{animations.base.100}`,display:`flex`,justifyContent:`center`,alignItems:`center`,height:`control.height.100`,aspectRatio:`1`,color:`neutral.foreground.1.enabled`,'&[data-outside="true"]':{color:`neutral.foreground.3.enabled`},_hover:{backgroundColor:`neutral.background.2.hovered`},_selected:{backgroundColor:`neutral.background.2.brand.selected`,_hover:{backgroundColor:`neutral.background.2.brand.selectedHovered`}},_disabled:{opacity:.4,pointerEvents:`none`}}});export{t as calendarDay};
2
2
  //# sourceMappingURL=calendar-day.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"calendar-day.js","names":[],"sources":["../../../../src/recipes/molecules/calendar/calendar-day.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\nimport { defineRecipe } from '@pandacss/dev';\n\nexport const calendarDay = defineRecipe({\n className: 'calendar-day',\n jsx: ['Datepicker'],\n base: {\n fontSize: '300',\n fontWeight: 'medium',\n textAlign: 'center',\n textTransform: 'uppercase',\n borderRadius: '200',\n cursor: 'pointer',\n transition: '{animations.base.100}',\n display: 'flex',\n justifyContent: 'center',\n alignItems: 'center',\n height: 'control.height.100',\n aspectRatio: '1',\n color: 'neutral.foreground.1.enabled',\n '&[data-outside=\"true\"]': {\n color: 'neutral.foreground.3.enabled',\n },\n _hover: {\n backgroundColor: 'neutral.background.2.hovered',\n },\n _selected: {\n backgroundColor: 'neutral.background.2.brand.selected',\n _hover: {\n backgroundColor: 'neutral.background.2.brand.selectedHovered',\n },\n },\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"6CAMA,MAAa,EAAc,EAAa,CACtC,UAAW,eACX,IAAK,CAAC,aAAa,CACnB,KAAM,CACJ,SAAU,MACV,WAAY,SACZ,UAAW,SACX,cAAe,YACf,aAAc,MACd,OAAQ,UACR,WAAY,wBACZ,QAAS,OACT,eAAgB,SAChB,WAAY,SACZ,OAAQ,qBACR,YAAa,IACb,MAAO,+BACP,yBAA0B,CACxB,MAAO,+BACR,CACD,OAAQ,CACN,gBAAiB,+BAClB,CACD,UAAW,CACT,gBAAiB,sCACjB,OAAQ,CACN,gBAAiB,6CAClB,CACF,CACF,CACF,CAAC"}
1
+ {"version":3,"file":"calendar-day.js","names":[],"sources":["../../../../src/recipes/molecules/calendar/calendar-day.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\nimport { defineRecipe } from '@pandacss/dev';\n\nexport const calendarDay = defineRecipe({\n className: 'calendar-day',\n jsx: ['Datepicker'],\n base: {\n fontSize: '300',\n fontWeight: 'medium',\n textAlign: 'center',\n textTransform: 'uppercase',\n borderRadius: '200',\n cursor: 'pointer',\n transition: '{animations.base.100}',\n display: 'flex',\n justifyContent: 'center',\n alignItems: 'center',\n height: 'control.height.100',\n aspectRatio: '1',\n color: 'neutral.foreground.1.enabled',\n '&[data-outside=\"true\"]': {\n color: 'neutral.foreground.3.enabled',\n },\n _hover: {\n backgroundColor: 'neutral.background.2.hovered',\n },\n _selected: {\n backgroundColor: 'neutral.background.2.brand.selected',\n _hover: {\n backgroundColor: 'neutral.background.2.brand.selectedHovered',\n },\n },\n _disabled: {\n opacity: 0.4,\n pointerEvents: 'none',\n },\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"6CAMA,MAAa,EAAc,EAAa,CACtC,UAAW,eACX,IAAK,CAAC,aAAa,CACnB,KAAM,CACJ,SAAU,MACV,WAAY,SACZ,UAAW,SACX,cAAe,YACf,aAAc,MACd,OAAQ,UACR,WAAY,wBACZ,QAAS,OACT,eAAgB,SAChB,WAAY,SACZ,OAAQ,qBACR,YAAa,IACb,MAAO,+BACP,yBAA0B,CACxB,MAAO,+BACR,CACD,OAAQ,CACN,gBAAiB,+BAClB,CACD,UAAW,CACT,gBAAiB,sCACjB,OAAQ,CACN,gBAAiB,6CAClB,CACF,CACD,UAAW,CACT,QAAS,GACT,cAAe,OAChB,CACF,CACF,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mage-ui/preset",
3
- "version": "0.0.49",
3
+ "version": "0.0.51",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [],