@mage-ui/preset 0.0.37 → 0.0.39
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/conditions/item-selectors.js +1 -1
- package/dist/conditions/item-selectors.js.map +1 -1
- package/dist/recipes/atoms/inputs/combobox/select-section.js +1 -1
- package/dist/recipes/atoms/inputs/combobox/select-section.js.map +1 -1
- package/dist/recipes/atoms/inputs/input-section.js +1 -1
- package/dist/recipes/atoms/inputs/input-section.js.map +1 -1
- package/dist/recipes/atoms/tabs/tabs-section.js +1 -1
- package/dist/recipes/atoms/tabs/tabs-section.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const e={invalid:`&:is(:invalid, [aria-invalid="true"], [data-invalid="true"], [data-error="true"])`,groupInvalid:`.group:is(:invalid, [aria-invalid=true], [data-invalid=true], [data-error="true"]) &`,
|
|
1
|
+
const e={invalid:`&:is(:invalid, [aria-invalid="true"], [data-invalid="true"], [data-error="true"])`,groupInvalid:`.group:is(:invalid, [aria-invalid=true], [data-invalid=true], [data-error="true"]) &`,rightSlot:`&[data-position="right"]`,leftSlot:`&[data-position="left"]`};export{e as itemSelectors};
|
|
2
2
|
//# sourceMappingURL=item-selectors.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"item-selectors.js","names":[],"sources":["../../src/conditions/item-selectors.ts"],"sourcesContent":["export const itemSelectors = {\n invalid:\n '&:is(:invalid, [aria-invalid=\"true\"], [data-invalid=\"true\"], [data-error=\"true\"])',\n groupInvalid:\n '.group:is(:invalid, [aria-invalid=true], [data-invalid=true], [data-error=\"true\"]) &',\n
|
|
1
|
+
{"version":3,"file":"item-selectors.js","names":[],"sources":["../../src/conditions/item-selectors.ts"],"sourcesContent":["export const itemSelectors = {\n invalid:\n '&:is(:invalid, [aria-invalid=\"true\"], [data-invalid=\"true\"], [data-error=\"true\"])',\n groupInvalid:\n '.group:is(:invalid, [aria-invalid=true], [data-invalid=true], [data-error=\"true\"]) &',\n rightSlot: '&[data-position=\"right\"]',\n leftSlot: '&[data-position=\"left\"]',\n};\n"],"mappings":"AAAA,MAAa,EAAgB,CAC3B,QACE,oFACF,aACE,wFACF,UAAW,2BACX,SAAU,yBACX"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{defineRecipe as e}from"@pandacss/dev";const t=e({className:`select-section`,jsx:[`Select`],base:{zIndex:`deep`,transition:`{animations.base.200}`,
|
|
1
|
+
import{defineRecipe as e}from"@pandacss/dev";const t=e({className:`select-section`,jsx:[`Select`],base:{zIndex:`deep`,transition:`{animations.base.200}`,_rightSlot:{_peerExpanded:{transform:`rotate(180deg) translateY(50%)`}}}});export{t as selectSection};
|
|
2
2
|
//# sourceMappingURL=select-section.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"select-section.js","names":[],"sources":["../../../../../src/recipes/atoms/inputs/combobox/select-section.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\nimport { defineRecipe } from '@pandacss/dev';\n\nexport const selectSection = defineRecipe({\n className: 'select-section',\n jsx: ['Select'],\n base: {\n zIndex: 'deep',\n transition: '{animations.base.200}',\n
|
|
1
|
+
{"version":3,"file":"select-section.js","names":[],"sources":["../../../../../src/recipes/atoms/inputs/combobox/select-section.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\nimport { defineRecipe } from '@pandacss/dev';\n\nexport const selectSection = defineRecipe({\n className: 'select-section',\n jsx: ['Select'],\n base: {\n zIndex: 'deep',\n transition: '{animations.base.200}',\n _rightSlot: {\n _peerExpanded: {\n transform: 'rotate(180deg) translateY(50%)',\n },\n },\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"6CAMA,MAAa,EAAgB,EAAa,CACxC,UAAW,iBACX,IAAK,CAAC,QAAS,EACf,KAAM,CACJ,OAAQ,OACR,WAAY,wBACZ,WAAY,CACV,cAAe,CACb,UAAW,gCACZ,CACF,CACF,CACF,EAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`input-section`,jsx:[`Input`],base:{position:`absolute`,top:`50%`,transform:`translateY(-50%)`,zIndex:`10`,display:`flex`,alignItems:`center`,justifyContent:`center`,color:`neutral.foreground.3.enabled`,
|
|
1
|
+
import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`input-section`,jsx:[`Input`],base:{position:`absolute`,top:`50%`,transform:`translateY(-50%)`,zIndex:`10`,display:`flex`,alignItems:`center`,justifyContent:`center`,color:`neutral.foreground.3.enabled`,_leftSlot:{left:`{spacing.300}`},_rightSlot:{right:`{spacing.300}`}},variants:{pointerEvents:{none:{pointerEvents:`none`},auto:{pointerEvents:`auto`}}}});export{t as inputSection};
|
|
2
2
|
//# sourceMappingURL=input-section.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"input-section.js","names":[],"sources":["../../../../src/recipes/atoms/inputs/input-section.ts"],"sourcesContent":["import {\n defineRecipe,\n type RecipeBuilder,\n type RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nexport const inputSection = defineRecipe({\n className: 'input-section',\n jsx: ['Input'],\n base: {\n position: 'absolute',\n top: '50%',\n transform: 'translateY(-50%)',\n zIndex: '10',\n display: 'flex',\n alignItems: 'center',\n justifyContent: 'center',\n color: 'neutral.foreground.3.enabled',\n
|
|
1
|
+
{"version":3,"file":"input-section.js","names":[],"sources":["../../../../src/recipes/atoms/inputs/input-section.ts"],"sourcesContent":["import {\n defineRecipe,\n type RecipeBuilder,\n type RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nexport const inputSection = defineRecipe({\n className: 'input-section',\n jsx: ['Input'],\n base: {\n position: 'absolute',\n top: '50%',\n transform: 'translateY(-50%)',\n zIndex: '10',\n display: 'flex',\n alignItems: 'center',\n justifyContent: 'center',\n color: 'neutral.foreground.3.enabled',\n _leftSlot: {\n left: '{spacing.300}',\n },\n _rightSlot: {\n right: '{spacing.300}',\n },\n },\n variants: {\n pointerEvents: {\n none: {\n pointerEvents: 'none',\n },\n auto: {\n pointerEvents: 'auto',\n },\n },\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAe,EAAa,CACvC,UAAW,gBACX,IAAK,CAAC,OAAQ,EACd,KAAM,CACJ,SAAU,WACV,IAAK,MACL,UAAW,mBACX,OAAQ,KACR,QAAS,OACT,WAAY,SACZ,eAAgB,SAChB,MAAO,+BACP,UAAW,CACT,KAAM,eACP,EACD,WAAY,CACV,MAAO,eACR,CACF,EACD,SAAU,CACR,cAAe,CACb,KAAM,CACJ,cAAe,MAChB,EACD,KAAM,CACJ,cAAe,MAChB,CACF,CACF,CACF,EAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`tabs-section`,jsx:[`Tabs.Tab`],base:{display:`flex`,alignItems:`center`,justifyContent:`center`,
|
|
1
|
+
import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`tabs-section`,jsx:[`Tabs.Tab`],base:{display:`flex`,alignItems:`center`,justifyContent:`center`,_leftSlot:{marginLeft:`calc({spacing.100} * -1)`},_rightSlot:{marginRight:`calc({spacing.100} * -1)`}}});export{t as tabsSection};
|
|
2
2
|
//# sourceMappingURL=tabs-section.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tabs-section.js","names":[],"sources":["../../../../src/recipes/atoms/tabs/tabs-section.ts"],"sourcesContent":["import {\n defineRecipe,\n type RecipeBuilder,\n type RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nexport const tabsSection = defineRecipe({\n className: 'tabs-section',\n jsx: ['Tabs.Tab'],\n base: {\n display: 'flex',\n alignItems: 'center',\n justifyContent: 'center',\n
|
|
1
|
+
{"version":3,"file":"tabs-section.js","names":[],"sources":["../../../../src/recipes/atoms/tabs/tabs-section.ts"],"sourcesContent":["import {\n defineRecipe,\n type RecipeBuilder,\n type RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nexport const tabsSection = defineRecipe({\n className: 'tabs-section',\n jsx: ['Tabs.Tab'],\n base: {\n display: 'flex',\n alignItems: 'center',\n justifyContent: 'center',\n _leftSlot: {\n marginLeft: 'calc({spacing.100} * -1)',\n },\n _rightSlot: {\n marginRight: 'calc({spacing.100} * -1)',\n },\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAc,EAAa,CACtC,UAAW,eACX,IAAK,CAAC,UAAW,EACjB,KAAM,CACJ,QAAS,OACT,WAAY,SACZ,eAAgB,SAChB,UAAW,CACT,WAAY,0BACb,EACD,WAAY,CACV,YAAa,0BACd,CACF,CACF,EAAC"}
|