@mage-ui/preset 0.0.62 → 0.0.64
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/atoms/inputs/combobox/clear-section.js +2 -0
- package/dist/recipes/atoms/inputs/combobox/clear-section.js.map +1 -0
- package/dist/recipes/atoms/inputs/combobox/combobox-clear.js +2 -0
- package/dist/recipes/atoms/inputs/combobox/combobox-clear.js.map +1 -0
- package/dist/recipes/atoms/inputs/combobox/index.js +1 -1
- package/dist/recipes/atoms/inputs/combobox/index.js.map +1 -1
- package/dist/recipes/atoms/tooltip/tooltip-root.js +1 -1
- package/dist/recipes/atoms/tooltip/tooltip-root.js.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"clear-section.js","names":[],"sources":["../../../../../src/recipes/atoms/inputs/combobox/clear-section.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\nimport { defineRecipe } from '@pandacss/dev';\n\nexport const clearSection = defineRecipe({\n className: 'clear-section',\n jsx: ['Select', 'Form.Select'],\n base: {\n transform: 'translateY(-50%) rotate(0)',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"6CAMA,MAAa,EAAe,EAAa,CACvC,UAAW,gBACX,IAAK,CAAC,SAAU,cAAc,CAC9B,KAAM,CACJ,UAAW,6BACZ,CACF,CAAC"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{defineRecipe as e}from"@pandacss/dev";const t=e({className:`combobox-clear`,jsx:[`Combobox`,`Form.Combobox`],base:{display:`inline-flex`,cursor:`pointer`,_hover:{color:`neutral.foreground.1.hovered`}}});export{t as comboboxClear};
|
|
2
|
+
//# sourceMappingURL=combobox-clear.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"combobox-clear.js","names":[],"sources":["../../../../../src/recipes/atoms/inputs/combobox/combobox-clear.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\nimport { defineRecipe } from '@pandacss/dev';\n\nexport const comboboxClear = defineRecipe({\n className: 'combobox-clear',\n jsx: ['Combobox', 'Form.Combobox'],\n base: {\n display: 'inline-flex',\n cursor: 'pointer',\n _hover: {\n color: 'neutral.foreground.1.hovered',\n },\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"6CAMA,MAAa,EAAgB,EAAa,CACxC,UAAW,iBACX,IAAK,CAAC,WAAY,gBAAgB,CAClC,KAAM,CACJ,QAAS,cACT,OAAQ,UACR,OAAQ,CACN,MAAO,+BACR,CACF,CACF,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import{clearSection as e}from"./clear-section.js";import{comboboxClear as t}from"./combobox-clear.js";import{comboboxDivider as n}from"./combobox-divider.js";import{comboboxEmpty as r}from"./combobox-empty.js";import{comboboxOption as i}from"./combobox-option.js";import{comboboxOptions as a}from"./combobox-options.js";import{comboboxSection as o}from"./combobox-section.js";import{selectButton as s}from"./select-button.js";import{selectSection as c}from"./select-section.js";const l={comboboxOption:i,comboboxOptions:a,comboboxSection:o,comboboxEmpty:r,comboboxDivider:n,comboboxClear:t,selectSection:c,selectButton:s,clearSection:e};export{l as comboboxRecipe};
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","names":[],"sources":["../../../../../src/recipes/atoms/inputs/combobox/index.ts"],"sourcesContent":["import { comboboxDivider } from './combobox-divider';\nimport { comboboxEmpty } from './combobox-empty';\nimport { comboboxOption } from './combobox-option';\nimport { comboboxOptions } from './combobox-options';\nimport { comboboxSection } from './combobox-section';\nimport { selectButton } from './select-button';\nimport { selectSection } from './select-section';\n\nexport const comboboxRecipe = {\n comboboxOption,\n comboboxOptions,\n comboboxSection,\n comboboxEmpty,\n comboboxDivider,\n selectSection,\n selectButton,\n};\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","names":[],"sources":["../../../../../src/recipes/atoms/inputs/combobox/index.ts"],"sourcesContent":["import { clearSection } from './clear-section';\nimport { comboboxClear } from './combobox-clear';\nimport { comboboxDivider } from './combobox-divider';\nimport { comboboxEmpty } from './combobox-empty';\nimport { comboboxOption } from './combobox-option';\nimport { comboboxOptions } from './combobox-options';\nimport { comboboxSection } from './combobox-section';\nimport { selectButton } from './select-button';\nimport { selectSection } from './select-section';\n\nexport const comboboxRecipe = {\n comboboxOption,\n comboboxOptions,\n comboboxSection,\n comboboxEmpty,\n comboboxDivider,\n comboboxClear,\n selectSection,\n selectButton,\n clearSection,\n};\n"],"mappings":"8dAUA,MAAa,EAAiB,CAC5B,iBACA,kBACA,kBACA,gBACA,kBACA,gBACA,gBACA,eACA,eACD"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`tooltip__root`,jsx:[`Tooltip`],base:{backgroundColor:`var(--tooltip-bg)`,color:`var(--tooltip-color)`,fontSize:`var(--tooltip-font-size)`,fontWeight:`var(--tooltip-font-weight)`,display:`
|
|
1
|
+
import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`tooltip__root`,jsx:[`Tooltip`],base:{backgroundColor:`var(--tooltip-bg)`,color:`var(--tooltip-color)`,fontSize:`var(--tooltip-font-size)`,fontWeight:`var(--tooltip-font-weight)`,display:`flex`,alignItems:`center`,textWrap:`wrap`,whiteSpace:`normal`,lineHeight:`var(--tooltip-line-height)`,position:`absolute`,borderRadius:`var(--tooltip-radius)`,paddingInline:`var(--tooltip-padding-inline)`,height:`var(--tooltip-height)`,minHeight:`var(--tooltip-min-height)`,width:`var(--tooltip-width)`,maxWidth:`var(--tooltip-max-width)`,zIndex:`var(--tooltip-zindex)!`,boxSizing:`border-box`,"&[data-multiline=true]":{paddingBlock:`var(--tooltip-padding-block)`}}});export{t as tooltipRoot};
|
|
2
2
|
//# sourceMappingURL=tooltip-root.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tooltip-root.js","names":[],"sources":["../../../../src/recipes/atoms/tooltip/tooltip-root.ts"],"sourcesContent":["import {\n defineRecipe,\n type RecipeBuilder,\n type RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nexport const tooltipRoot = defineRecipe({\n className: 'tooltip__root',\n jsx: ['Tooltip'],\n base: {\n backgroundColor: 'var(--tooltip-bg)',\n color: 'var(--tooltip-color)',\n fontSize: 'var(--tooltip-font-size)',\n fontWeight: 'var(--tooltip-font-weight)',\n display: '
|
|
1
|
+
{"version":3,"file":"tooltip-root.js","names":[],"sources":["../../../../src/recipes/atoms/tooltip/tooltip-root.ts"],"sourcesContent":["import {\n defineRecipe,\n type RecipeBuilder,\n type RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nexport const tooltipRoot = defineRecipe({\n className: 'tooltip__root',\n jsx: ['Tooltip'],\n base: {\n backgroundColor: 'var(--tooltip-bg)',\n color: 'var(--tooltip-color)',\n fontSize: 'var(--tooltip-font-size)',\n fontWeight: 'var(--tooltip-font-weight)',\n display: 'flex',\n alignItems: 'center',\n textWrap: 'wrap',\n whiteSpace: 'normal',\n lineHeight: 'var(--tooltip-line-height)',\n position: 'absolute',\n borderRadius: 'var(--tooltip-radius)',\n paddingInline: 'var(--tooltip-padding-inline)',\n height: 'var(--tooltip-height)',\n minHeight: 'var(--tooltip-min-height)',\n width: 'var(--tooltip-width)',\n maxWidth: 'var(--tooltip-max-width)',\n zIndex: 'var(--tooltip-zindex)!',\n boxSizing: 'border-box',\n '&[data-multiline=true]': {\n paddingBlock: 'var(--tooltip-padding-block)',\n },\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAc,EAAa,CACtC,UAAW,gBACX,IAAK,CAAC,UAAU,CAChB,KAAM,CACJ,gBAAiB,oBACjB,MAAO,uBACP,SAAU,2BACV,WAAY,6BACZ,QAAS,OACT,WAAY,SACZ,SAAU,OACV,WAAY,SACZ,WAAY,6BACZ,SAAU,WACV,aAAc,wBACd,cAAe,gCACf,OAAQ,wBACR,UAAW,4BACX,MAAO,uBACP,SAAU,2BACV,OAAQ,yBACR,UAAW,aACX,yBAA0B,CACxB,aAAc,+BACf,CACF,CACF,CAAC"}
|