@mage-ui/preset 0.0.62 → 0.0.63
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/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"}
|