@mage-ui/preset 0.0.10
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/index.d.ts +5 -0
- package/dist/conditions/index.d.ts.map +1 -0
- package/dist/conditions/index.js +8 -0
- package/dist/conditions/index.js.map +1 -0
- package/dist/conditions/item-selectors.d.ts +5 -0
- package/dist/conditions/item-selectors.d.ts.map +1 -0
- package/dist/conditions/item-selectors.js +7 -0
- package/dist/conditions/item-selectors.js.map +1 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +21 -0
- package/dist/index.js.map +1 -0
- package/dist/recipes/atoms/avatar/avatar.d.ts +2 -0
- package/dist/recipes/atoms/avatar/avatar.d.ts.map +1 -0
- package/dist/recipes/atoms/avatar/avatar.js +73 -0
- package/dist/recipes/atoms/avatar/avatar.js.map +1 -0
- package/dist/recipes/atoms/badges/badge-section.d.ts +3 -0
- package/dist/recipes/atoms/badges/badge-section.d.ts.map +1 -0
- package/dist/recipes/atoms/badges/badge-section.js +17 -0
- package/dist/recipes/atoms/badges/badge-section.js.map +1 -0
- package/dist/recipes/atoms/badges/badge.d.ts +3 -0
- package/dist/recipes/atoms/badges/badge.d.ts.map +1 -0
- package/dist/recipes/atoms/badges/badge.js +52 -0
- package/dist/recipes/atoms/badges/badge.js.map +1 -0
- package/dist/recipes/atoms/buttons/button-icon-icon.d.ts +3 -0
- package/dist/recipes/atoms/buttons/button-icon-icon.d.ts.map +1 -0
- package/dist/recipes/atoms/buttons/button-icon-icon.js +45 -0
- package/dist/recipes/atoms/buttons/button-icon-icon.js.map +1 -0
- package/dist/recipes/atoms/buttons/button-icon.d.ts +3 -0
- package/dist/recipes/atoms/buttons/button-icon.d.ts.map +1 -0
- package/dist/recipes/atoms/buttons/button-icon.js +40 -0
- package/dist/recipes/atoms/buttons/button-icon.js.map +1 -0
- package/dist/recipes/atoms/buttons/button-inner.d.ts +3 -0
- package/dist/recipes/atoms/buttons/button-inner.d.ts.map +1 -0
- package/dist/recipes/atoms/buttons/button-inner.js +17 -0
- package/dist/recipes/atoms/buttons/button-inner.js.map +1 -0
- package/dist/recipes/atoms/buttons/button-label.d.ts +3 -0
- package/dist/recipes/atoms/buttons/button-label.d.ts.map +1 -0
- package/dist/recipes/atoms/buttons/button-label.js +17 -0
- package/dist/recipes/atoms/buttons/button-label.js.map +1 -0
- package/dist/recipes/atoms/buttons/button-section.d.ts +3 -0
- package/dist/recipes/atoms/buttons/button-section.d.ts.map +1 -0
- package/dist/recipes/atoms/buttons/button-section.js +16 -0
- package/dist/recipes/atoms/buttons/button-section.js.map +1 -0
- package/dist/recipes/atoms/buttons/button.d.ts +3 -0
- package/dist/recipes/atoms/buttons/button.d.ts.map +1 -0
- package/dist/recipes/atoms/buttons/button.js +226 -0
- package/dist/recipes/atoms/buttons/button.js.map +1 -0
- package/dist/recipes/atoms/buttons/index.d.ts +9 -0
- package/dist/recipes/atoms/buttons/index.d.ts.map +1 -0
- package/dist/recipes/atoms/buttons/index.js +18 -0
- package/dist/recipes/atoms/buttons/index.js.map +1 -0
- package/dist/recipes/atoms/dropdown/dropdown.d.ts +4 -0
- package/dist/recipes/atoms/dropdown/dropdown.d.ts.map +1 -0
- package/dist/recipes/atoms/dropdown/dropdown.js +22 -0
- package/dist/recipes/atoms/dropdown/dropdown.js.map +1 -0
- package/dist/recipes/atoms/icon/icon.d.ts +50 -0
- package/dist/recipes/atoms/icon/icon.d.ts.map +1 -0
- package/dist/recipes/atoms/icon/icon.js +85 -0
- package/dist/recipes/atoms/icon/icon.js.map +1 -0
- package/dist/recipes/atoms/inputs/checkbox/checkbox-body.d.ts +3 -0
- package/dist/recipes/atoms/inputs/checkbox/checkbox-body.d.ts.map +1 -0
- package/dist/recipes/atoms/inputs/checkbox/checkbox-body.js +18 -0
- package/dist/recipes/atoms/inputs/checkbox/checkbox-body.js.map +1 -0
- package/dist/recipes/atoms/inputs/checkbox/checkbox-description.d.ts +3 -0
- package/dist/recipes/atoms/inputs/checkbox/checkbox-description.d.ts.map +1 -0
- package/dist/recipes/atoms/inputs/checkbox/checkbox-description.js +12 -0
- package/dist/recipes/atoms/inputs/checkbox/checkbox-description.js.map +1 -0
- package/dist/recipes/atoms/inputs/checkbox/checkbox-error.d.ts +3 -0
- package/dist/recipes/atoms/inputs/checkbox/checkbox-error.d.ts.map +1 -0
- package/dist/recipes/atoms/inputs/checkbox/checkbox-error.js +12 -0
- package/dist/recipes/atoms/inputs/checkbox/checkbox-error.js.map +1 -0
- package/dist/recipes/atoms/inputs/checkbox/checkbox-icon.d.ts +3 -0
- package/dist/recipes/atoms/inputs/checkbox/checkbox-icon.d.ts.map +1 -0
- package/dist/recipes/atoms/inputs/checkbox/checkbox-icon.js +23 -0
- package/dist/recipes/atoms/inputs/checkbox/checkbox-icon.js.map +1 -0
- package/dist/recipes/atoms/inputs/checkbox/checkbox-inner.d.ts +3 -0
- package/dist/recipes/atoms/inputs/checkbox/checkbox-inner.d.ts.map +1 -0
- package/dist/recipes/atoms/inputs/checkbox/checkbox-inner.js +16 -0
- package/dist/recipes/atoms/inputs/checkbox/checkbox-inner.js.map +1 -0
- package/dist/recipes/atoms/inputs/checkbox/checkbox-input.d.ts +3 -0
- package/dist/recipes/atoms/inputs/checkbox/checkbox-input.d.ts.map +1 -0
- package/dist/recipes/atoms/inputs/checkbox/checkbox-input.js +35 -0
- package/dist/recipes/atoms/inputs/checkbox/checkbox-input.js.map +1 -0
- package/dist/recipes/atoms/inputs/checkbox/checkbox-label-wrapper.d.ts +3 -0
- package/dist/recipes/atoms/inputs/checkbox/checkbox-label-wrapper.d.ts.map +1 -0
- package/dist/recipes/atoms/inputs/checkbox/checkbox-label-wrapper.js +14 -0
- package/dist/recipes/atoms/inputs/checkbox/checkbox-label-wrapper.js.map +1 -0
- package/dist/recipes/atoms/inputs/checkbox/checkbox-label.d.ts +3 -0
- package/dist/recipes/atoms/inputs/checkbox/checkbox-label.d.ts.map +1 -0
- package/dist/recipes/atoms/inputs/checkbox/checkbox-label.js +12 -0
- package/dist/recipes/atoms/inputs/checkbox/checkbox-label.js.map +1 -0
- package/dist/recipes/atoms/inputs/combobox/combobox-empty.d.ts +4 -0
- package/dist/recipes/atoms/inputs/combobox/combobox-empty.d.ts.map +1 -0
- package/dist/recipes/atoms/inputs/combobox/combobox-empty.js +19 -0
- package/dist/recipes/atoms/inputs/combobox/combobox-empty.js.map +1 -0
- package/dist/recipes/atoms/inputs/combobox/combobox-option.d.ts +4 -0
- package/dist/recipes/atoms/inputs/combobox/combobox-option.d.ts.map +1 -0
- package/dist/recipes/atoms/inputs/combobox/combobox-option.js +52 -0
- package/dist/recipes/atoms/inputs/combobox/combobox-option.js.map +1 -0
- package/dist/recipes/atoms/inputs/combobox/combobox-section.d.ts +4 -0
- package/dist/recipes/atoms/inputs/combobox/combobox-section.d.ts.map +1 -0
- package/dist/recipes/atoms/inputs/combobox/combobox-section.js +14 -0
- package/dist/recipes/atoms/inputs/combobox/combobox-section.js.map +1 -0
- package/dist/recipes/atoms/inputs/datepicker-dropdown.d.ts +3 -0
- package/dist/recipes/atoms/inputs/datepicker-dropdown.d.ts.map +1 -0
- package/dist/recipes/atoms/inputs/datepicker-dropdown.js +17 -0
- package/dist/recipes/atoms/inputs/datepicker-dropdown.js.map +1 -0
- package/dist/recipes/atoms/inputs/datepicker-input.d.ts +3 -0
- package/dist/recipes/atoms/inputs/datepicker-input.d.ts.map +1 -0
- package/dist/recipes/atoms/inputs/datepicker-input.js +19 -0
- package/dist/recipes/atoms/inputs/datepicker-input.js.map +1 -0
- package/dist/recipes/atoms/inputs/form-control.d.ts +4 -0
- package/dist/recipes/atoms/inputs/form-control.d.ts.map +1 -0
- package/dist/recipes/atoms/inputs/form-control.js +52 -0
- package/dist/recipes/atoms/inputs/form-control.js.map +1 -0
- package/dist/recipes/atoms/inputs/index.d.ts +25 -0
- package/dist/recipes/atoms/inputs/index.d.ts.map +1 -0
- package/dist/recipes/atoms/inputs/index.js +50 -0
- package/dist/recipes/atoms/inputs/index.js.map +1 -0
- package/dist/recipes/atoms/inputs/input-description.d.ts +3 -0
- package/dist/recipes/atoms/inputs/input-description.d.ts.map +1 -0
- package/dist/recipes/atoms/inputs/input-description.js +18 -0
- package/dist/recipes/atoms/inputs/input-description.js.map +1 -0
- package/dist/recipes/atoms/inputs/input-error.d.ts +3 -0
- package/dist/recipes/atoms/inputs/input-error.d.ts.map +1 -0
- package/dist/recipes/atoms/inputs/input-error.js +20 -0
- package/dist/recipes/atoms/inputs/input-error.js.map +1 -0
- package/dist/recipes/atoms/inputs/input-label.d.ts +3 -0
- package/dist/recipes/atoms/inputs/input-label.d.ts.map +1 -0
- package/dist/recipes/atoms/inputs/input-label.js +28 -0
- package/dist/recipes/atoms/inputs/input-label.js.map +1 -0
- package/dist/recipes/atoms/inputs/input-placeholder.d.ts +3 -0
- package/dist/recipes/atoms/inputs/input-placeholder.d.ts.map +1 -0
- package/dist/recipes/atoms/inputs/input-placeholder.js +14 -0
- package/dist/recipes/atoms/inputs/input-placeholder.js.map +1 -0
- package/dist/recipes/atoms/inputs/input-root.d.ts +3 -0
- package/dist/recipes/atoms/inputs/input-root.d.ts.map +1 -0
- package/dist/recipes/atoms/inputs/input-root.js +17 -0
- package/dist/recipes/atoms/inputs/input-root.js.map +1 -0
- package/dist/recipes/atoms/inputs/input-section.d.ts +3 -0
- package/dist/recipes/atoms/inputs/input-section.d.ts.map +1 -0
- package/dist/recipes/atoms/inputs/input-section.js +37 -0
- package/dist/recipes/atoms/inputs/input-section.js.map +1 -0
- package/dist/recipes/atoms/inputs/input-wrapper.d.ts +3 -0
- package/dist/recipes/atoms/inputs/input-wrapper.d.ts.map +1 -0
- package/dist/recipes/atoms/inputs/input-wrapper.js +18 -0
- package/dist/recipes/atoms/inputs/input-wrapper.js.map +1 -0
- package/dist/recipes/atoms/inputs/input.d.ts +3 -0
- package/dist/recipes/atoms/inputs/input.d.ts.map +1 -0
- package/dist/recipes/atoms/inputs/input.js +46 -0
- package/dist/recipes/atoms/inputs/input.js.map +1 -0
- package/dist/recipes/atoms/tab/tab-label.d.ts +3 -0
- package/dist/recipes/atoms/tab/tab-label.d.ts.map +1 -0
- package/dist/recipes/atoms/tab/tab-label.js +18 -0
- package/dist/recipes/atoms/tab/tab-label.js.map +1 -0
- package/dist/recipes/atoms/tab/tab-panel.d.ts +3 -0
- package/dist/recipes/atoms/tab/tab-panel.d.ts.map +1 -0
- package/dist/recipes/atoms/tab/tab-panel.js +16 -0
- package/dist/recipes/atoms/tab/tab-panel.js.map +1 -0
- package/dist/recipes/atoms/tab/tab-section.d.ts +3 -0
- package/dist/recipes/atoms/tab/tab-section.d.ts.map +1 -0
- package/dist/recipes/atoms/tab/tab-section.js +22 -0
- package/dist/recipes/atoms/tab/tab-section.js.map +1 -0
- package/dist/recipes/atoms/tab/tab.d.ts +3 -0
- package/dist/recipes/atoms/tab/tab.d.ts.map +1 -0
- package/dist/recipes/atoms/tab/tab.js +158 -0
- package/dist/recipes/atoms/tab/tab.js.map +1 -0
- package/dist/recipes/atoms/wrapped-icon/wrapped-icon.d.ts +3 -0
- package/dist/recipes/atoms/wrapped-icon/wrapped-icon.d.ts.map +1 -0
- package/dist/recipes/atoms/wrapped-icon/wrapped-icon.js +95 -0
- package/dist/recipes/atoms/wrapped-icon/wrapped-icon.js.map +1 -0
- package/dist/recipes/index.d.ts +4 -0
- package/dist/recipes/index.d.ts.map +1 -0
- package/dist/recipes/index.js +41 -0
- package/dist/recipes/index.js.map +1 -0
- package/dist/recipes/molecules/calendar/calendar-control.d.ts +4 -0
- package/dist/recipes/molecules/calendar/calendar-control.d.ts.map +1 -0
- package/dist/recipes/molecules/calendar/calendar-control.js +32 -0
- package/dist/recipes/molecules/calendar/calendar-control.js.map +1 -0
- package/dist/recipes/molecules/calendar/calendar-day.d.ts +3 -0
- package/dist/recipes/molecules/calendar/calendar-day.d.ts.map +1 -0
- package/dist/recipes/molecules/calendar/calendar-day.js +38 -0
- package/dist/recipes/molecules/calendar/calendar-day.js.map +1 -0
- package/dist/recipes/molecules/calendar/calendar-header-control-icon.d.ts +4 -0
- package/dist/recipes/molecules/calendar/calendar-header-control-icon.d.ts.map +1 -0
- package/dist/recipes/molecules/calendar/calendar-header-control-icon.js +21 -0
- package/dist/recipes/molecules/calendar/calendar-header-control-icon.js.map +1 -0
- package/dist/recipes/molecules/calendar/calendar-header-level.d.ts +3 -0
- package/dist/recipes/molecules/calendar/calendar-header-level.d.ts.map +1 -0
- package/dist/recipes/molecules/calendar/calendar-header-level.js +15 -0
- package/dist/recipes/molecules/calendar/calendar-header-level.js.map +1 -0
- package/dist/recipes/molecules/calendar/calendar-header.d.ts +3 -0
- package/dist/recipes/molecules/calendar/calendar-header.d.ts.map +1 -0
- package/dist/recipes/molecules/calendar/calendar-header.js +17 -0
- package/dist/recipes/molecules/calendar/calendar-header.js.map +1 -0
- package/dist/recipes/molecules/calendar/calendar-month-cell.d.ts +3 -0
- package/dist/recipes/molecules/calendar/calendar-month-cell.d.ts.map +1 -0
- package/dist/recipes/molecules/calendar/calendar-month-cell.js +12 -0
- package/dist/recipes/molecules/calendar/calendar-month-cell.js.map +1 -0
- package/dist/recipes/molecules/calendar/calendar-month-row.d.ts +3 -0
- package/dist/recipes/molecules/calendar/calendar-month-row.d.ts.map +1 -0
- package/dist/recipes/molecules/calendar/calendar-month-row.js +17 -0
- package/dist/recipes/molecules/calendar/calendar-month-row.js.map +1 -0
- package/dist/recipes/molecules/calendar/calendar-month.d.ts +3 -0
- package/dist/recipes/molecules/calendar/calendar-month.d.ts.map +1 -0
- package/dist/recipes/molecules/calendar/calendar-month.js +14 -0
- package/dist/recipes/molecules/calendar/calendar-month.js.map +1 -0
- package/dist/recipes/molecules/calendar/calendar-months-list-cell.d.ts +3 -0
- package/dist/recipes/molecules/calendar/calendar-months-list-cell.d.ts.map +1 -0
- package/dist/recipes/molecules/calendar/calendar-months-list-cell.js +15 -0
- package/dist/recipes/molecules/calendar/calendar-months-list-cell.js.map +1 -0
- package/dist/recipes/molecules/calendar/calendar-months-list-control.d.ts +3 -0
- package/dist/recipes/molecules/calendar/calendar-months-list-control.d.ts.map +1 -0
- package/dist/recipes/molecules/calendar/calendar-months-list-control.js +15 -0
- package/dist/recipes/molecules/calendar/calendar-months-list-control.js.map +1 -0
- package/dist/recipes/molecules/calendar/calendar-months-list-row.d.ts +3 -0
- package/dist/recipes/molecules/calendar/calendar-months-list-row.d.ts.map +1 -0
- package/dist/recipes/molecules/calendar/calendar-months-list-row.js +17 -0
- package/dist/recipes/molecules/calendar/calendar-months-list-row.js.map +1 -0
- package/dist/recipes/molecules/calendar/calendar-months-list.d.ts +3 -0
- package/dist/recipes/molecules/calendar/calendar-months-list.d.ts.map +1 -0
- package/dist/recipes/molecules/calendar/calendar-months-list.js +14 -0
- package/dist/recipes/molecules/calendar/calendar-months-list.js.map +1 -0
- package/dist/recipes/molecules/calendar/calendar-week-day.d.ts +3 -0
- package/dist/recipes/molecules/calendar/calendar-week-day.d.ts.map +1 -0
- package/dist/recipes/molecules/calendar/calendar-week-day.js +18 -0
- package/dist/recipes/molecules/calendar/calendar-week-day.js.map +1 -0
- package/dist/recipes/molecules/calendar/calendar-weeks-days-row.d.ts +3 -0
- package/dist/recipes/molecules/calendar/calendar-weeks-days-row.d.ts.map +1 -0
- package/dist/recipes/molecules/calendar/calendar-weeks-days-row.js +17 -0
- package/dist/recipes/molecules/calendar/calendar-weeks-days-row.js.map +1 -0
- package/dist/recipes/molecules/calendar/calendar-years-list-cell.d.ts +3 -0
- package/dist/recipes/molecules/calendar/calendar-years-list-cell.d.ts.map +1 -0
- package/dist/recipes/molecules/calendar/calendar-years-list-cell.js +15 -0
- package/dist/recipes/molecules/calendar/calendar-years-list-cell.js.map +1 -0
- package/dist/recipes/molecules/calendar/calendar-years-list-control.d.ts +3 -0
- package/dist/recipes/molecules/calendar/calendar-years-list-control.d.ts.map +1 -0
- package/dist/recipes/molecules/calendar/calendar-years-list-control.js +12 -0
- package/dist/recipes/molecules/calendar/calendar-years-list-control.js.map +1 -0
- package/dist/recipes/molecules/calendar/calendar-years-list-row.d.ts +3 -0
- package/dist/recipes/molecules/calendar/calendar-years-list-row.d.ts.map +1 -0
- package/dist/recipes/molecules/calendar/calendar-years-list-row.js +17 -0
- package/dist/recipes/molecules/calendar/calendar-years-list-row.js.map +1 -0
- package/dist/recipes/molecules/calendar/calendar-years-list.d.ts +3 -0
- package/dist/recipes/molecules/calendar/calendar-years-list.d.ts.map +1 -0
- package/dist/recipes/molecules/calendar/calendar-years-list.js +14 -0
- package/dist/recipes/molecules/calendar/calendar-years-list.js.map +1 -0
- package/dist/recipes/molecules/calendar/index.d.ts +21 -0
- package/dist/recipes/molecules/calendar/index.d.ts.map +1 -0
- package/dist/recipes/molecules/calendar/index.js +42 -0
- package/dist/recipes/molecules/calendar/index.js.map +1 -0
- package/dist/recipes/molecules/tab-list/tabList.d.ts +3 -0
- package/dist/recipes/molecules/tab-list/tabList.d.ts.map +1 -0
- package/dist/recipes/molecules/tab-list/tabList.js +23 -0
- package/dist/recipes/molecules/tab-list/tabList.js.map +1 -0
- package/dist/recipes/molecules/tabs/tabs.d.ts +3 -0
- package/dist/recipes/molecules/tabs/tabs.d.ts.map +1 -0
- package/dist/recipes/molecules/tabs/tabs.js +27 -0
- package/dist/recipes/molecules/tabs/tabs.js.map +1 -0
- package/dist/recipes/shared/focus.d.ts +4 -0
- package/dist/recipes/shared/focus.d.ts.map +1 -0
- package/dist/recipes/shared/focus.js +34 -0
- package/dist/recipes/shared/focus.js.map +1 -0
- package/dist/semantic-tokens/colors.d.ts +965 -0
- package/dist/semantic-tokens/colors.d.ts.map +1 -0
- package/dist/semantic-tokens/colors.js +969 -0
- package/dist/semantic-tokens/colors.js.map +1 -0
- package/dist/semantic-tokens/gradients.d.ts +45 -0
- package/dist/semantic-tokens/gradients.d.ts.map +1 -0
- package/dist/semantic-tokens/gradients.js +72 -0
- package/dist/semantic-tokens/gradients.js.map +1 -0
- package/dist/semantic-tokens/index.d.ts +1055 -0
- package/dist/semantic-tokens/index.d.ts.map +1 -0
- package/dist/semantic-tokens/index.js +15 -0
- package/dist/semantic-tokens/index.js.map +1 -0
- package/dist/semantic-tokens/shadows.d.ts +27 -0
- package/dist/semantic-tokens/shadows.d.ts.map +1 -0
- package/dist/semantic-tokens/shadows.js +31 -0
- package/dist/semantic-tokens/shadows.js.map +1 -0
- package/dist/semantic-tokens/sizes.d.ts +19 -0
- package/dist/semantic-tokens/sizes.d.ts.map +1 -0
- package/dist/semantic-tokens/sizes.js +23 -0
- package/dist/semantic-tokens/sizes.js.map +1 -0
- package/dist/tokens/animations.d.ts +14 -0
- package/dist/tokens/animations.d.ts.map +1 -0
- package/dist/tokens/animations.js +18 -0
- package/dist/tokens/animations.js.map +1 -0
- package/dist/tokens/borders.d.ts +18 -0
- package/dist/tokens/borders.d.ts.map +1 -0
- package/dist/tokens/borders.js +22 -0
- package/dist/tokens/borders.js.map +1 -0
- package/dist/tokens/colors.d.ts +260 -0
- package/dist/tokens/colors.d.ts.map +1 -0
- package/dist/tokens/colors.js +264 -0
- package/dist/tokens/colors.js.map +1 -0
- package/dist/tokens/font-sizes.d.ts +33 -0
- package/dist/tokens/font-sizes.d.ts.map +1 -0
- package/dist/tokens/font-sizes.js +37 -0
- package/dist/tokens/font-sizes.js.map +1 -0
- package/dist/tokens/font-weights.d.ts +18 -0
- package/dist/tokens/font-weights.d.ts.map +1 -0
- package/dist/tokens/font-weights.js +22 -0
- package/dist/tokens/font-weights.js.map +1 -0
- package/dist/tokens/fonts.d.ts +6 -0
- package/dist/tokens/fonts.d.ts.map +1 -0
- package/dist/tokens/fonts.js +10 -0
- package/dist/tokens/fonts.js.map +1 -0
- package/dist/tokens/index.d.ts +496 -0
- package/dist/tokens/index.d.ts.map +1 -0
- package/dist/tokens/index.js +24 -0
- package/dist/tokens/index.js.map +1 -0
- package/dist/tokens/radii.d.ts +27 -0
- package/dist/tokens/radii.d.ts.map +1 -0
- package/dist/tokens/radii.js +31 -0
- package/dist/tokens/radii.js.map +1 -0
- package/dist/tokens/sizes.d.ts +57 -0
- package/dist/tokens/sizes.d.ts.map +1 -0
- package/dist/tokens/sizes.js +61 -0
- package/dist/tokens/sizes.js.map +1 -0
- package/dist/tokens/spacing.d.ts +69 -0
- package/dist/tokens/spacing.d.ts.map +1 -0
- package/dist/tokens/spacing.js +73 -0
- package/dist/tokens/spacing.js.map +1 -0
- package/package.json +46 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../src/recipes/index.ts"],"sourcesContent":["import type { RecipeConfig, SlotRecipeConfig } from '@pandacss/dev';\n\nimport { avatar } from './atoms/avatar/avatar';\nimport { badge } from './atoms/badges/badge';\nimport { badgeSection } from './atoms/badges/badge-section';\nimport { buttons } from './atoms/buttons/index';\nimport { dropdown } from './atoms/dropdown/dropdown';\nimport { icon } from './atoms/icon/icon';\nimport { inputs } from './atoms/inputs/index';\nimport { tab } from './atoms/tab/tab';\nimport { tabLabel } from './atoms/tab/tab-label';\nimport { tabPanel } from './atoms/tab/tab-panel';\nimport { tabSection } from './atoms/tab/tab-section';\nimport { wrappedIcon } from './atoms/wrapped-icon/wrapped-icon';\nimport { calendar } from './molecules/calendar/index';\nimport { tabList } from './molecules/tab-list/tabList';\nimport { tabs } from './molecules/tabs/tabs';\nimport { focus } from './shared/focus';\n\nexport const recipes = {\n badge,\n badgeSection,\n dropdown,\n focus,\n tab,\n tabLabel,\n tabList,\n tabSection,\n tabPanel,\n tabs,\n wrappedIcon,\n ...buttons,\n ...inputs,\n ...calendar,\n} as Record<string, Partial<RecipeConfig>>;\n\nexport const slotRecipes = {\n avatar,\n calendar,\n icon,\n} as Record<string, Partial<SlotRecipeConfig>>;\n"],"names":["recipes","badge","badgeSection","dropdown","focus","tab","tabLabel","tabList","tabSection","tabPanel","tabs","wrappedIcon","buttons","inputs","calendar","slotRecipes","avatar","icon"],"mappings":";;;;;;;;;;;;;;;;;MAmBaA,OAAU,GAAA;AACrBC,IAAAA,KAAAA;AACAC,IAAAA,YAAAA;AACAC,IAAAA,QAAAA;AACAC,IAAAA,KAAAA;AACAC,IAAAA,GAAAA;AACAC,IAAAA,QAAAA;AACAC,IAAAA,OAAAA;AACAC,IAAAA,UAAAA;AACAC,IAAAA,QAAAA;AACAC,IAAAA,IAAAA;AACAC,IAAAA,WAAAA;AACA,IAAA,GAAGC,OAAO;AACV,IAAA,GAAGC,MAAM;AACT,IAAA,GAAGC;AACL;MAEaC,WAAc,GAAA;AACzBC,IAAAA,MAAAA;AACAF,IAAAA,QAAAA;AACAG,IAAAA;AACF;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"calendar-control.d.ts","sourceRoot":"","sources":["../../../../src/recipes/molecules/calendar/calendar-control.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,aAAa,EAAgB,MAAM,yBAAyB,CAAC;AAC3E,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,eAAe,CAAC;AAEzD,eAAO,MAAM,eAAe,EAwBtB,aAAa,CAAC,mBAAmB,CAAC,CAAC"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { defineRecipe } from '@pandabox/define-recipe';
|
|
2
|
+
|
|
3
|
+
const calendarControl = defineRecipe({
|
|
4
|
+
className: 'calendar-control',
|
|
5
|
+
jsx: [
|
|
6
|
+
'Datepicker'
|
|
7
|
+
],
|
|
8
|
+
base: {
|
|
9
|
+
color: 'neutral.foreground.1.enabled',
|
|
10
|
+
fontSize: '300',
|
|
11
|
+
fontWeight: 'medium',
|
|
12
|
+
textAlign: 'center',
|
|
13
|
+
borderRadius: '200',
|
|
14
|
+
cursor: 'pointer',
|
|
15
|
+
transition: '{animations.base.100}',
|
|
16
|
+
display: 'flex',
|
|
17
|
+
justifyContent: 'center',
|
|
18
|
+
alignItems: 'center',
|
|
19
|
+
height: 'control.height.100',
|
|
20
|
+
width: 'control.height.100',
|
|
21
|
+
_hover: {
|
|
22
|
+
backgroundColor: 'neutral.background.2.hovered'
|
|
23
|
+
},
|
|
24
|
+
_active: {
|
|
25
|
+
color: 'neutral.foreground.2.actived',
|
|
26
|
+
backgroundColor: 'neutral.background.2.actived'
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
});
|
|
30
|
+
|
|
31
|
+
export { calendarControl };
|
|
32
|
+
//# sourceMappingURL=calendar-control.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"calendar-control.js","sources":["../../../../src/recipes/molecules/calendar/calendar-control.ts"],"sourcesContent":["import { type RecipeBuilder, defineRecipe } from '@pandabox/define-recipe';\nimport type { RecipeVariantRecord } from '@pandacss/dev';\n\nexport const calendarControl = defineRecipe({\n className: 'calendar-control',\n jsx: ['Datepicker'],\n base: {\n color: 'neutral.foreground.1.enabled',\n fontSize: '300',\n fontWeight: 'medium',\n textAlign: 'center',\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 width: 'control.height.100',\n _hover: {\n backgroundColor: 'neutral.background.2.hovered',\n },\n _active: {\n color: 'neutral.foreground.2.actived',\n backgroundColor: 'neutral.background.2.actived',\n },\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"names":["calendarControl","defineRecipe","className","jsx","base","color","fontSize","fontWeight","textAlign","borderRadius","cursor","transition","display","justifyContent","alignItems","height","width","_hover","backgroundColor","_active"],"mappings":";;AAGO,MAAMA,kBAAkBC,YAAa,CAAA;IAC1CC,SAAW,EAAA,kBAAA;IACXC,GAAK,EAAA;AAAC,QAAA;AAAa,KAAA;IACnBC,IAAM,EAAA;QACJC,KAAO,EAAA,8BAAA;QACPC,QAAU,EAAA,KAAA;QACVC,UAAY,EAAA,QAAA;QACZC,SAAW,EAAA,QAAA;QACXC,YAAc,EAAA,KAAA;QACdC,MAAQ,EAAA,SAAA;QACRC,UAAY,EAAA,uBAAA;QACZC,OAAS,EAAA,MAAA;QACTC,cAAgB,EAAA,QAAA;QAChBC,UAAY,EAAA,QAAA;QACZC,MAAQ,EAAA,oBAAA;QACRC,KAAO,EAAA,oBAAA;QACPC,MAAQ,EAAA;YACNC,eAAiB,EAAA;AACnB,SAAA;QACAC,OAAS,EAAA;YACPd,KAAO,EAAA,8BAAA;YACPa,eAAiB,EAAA;AACnB;AACF;AACF,CAAyC;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"calendar-day.d.ts","sourceRoot":"","sources":["../../../../src/recipes/molecules/calendar/calendar-day.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,aAAa,EACb,mBAAmB,EACpB,MAAM,yBAAyB,CAAC;AAGjC,eAAO,MAAM,WAAW,EA8BlB,aAAa,CAAC,mBAAmB,CAAC,CAAC"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { defineRecipe } from '@pandacss/dev';
|
|
2
|
+
|
|
3
|
+
const calendarDay = defineRecipe({
|
|
4
|
+
className: 'calendar-day',
|
|
5
|
+
jsx: [
|
|
6
|
+
'Datepicker'
|
|
7
|
+
],
|
|
8
|
+
base: {
|
|
9
|
+
fontSize: '300',
|
|
10
|
+
fontWeight: 'medium',
|
|
11
|
+
textAlign: 'center',
|
|
12
|
+
textTransform: 'uppercase',
|
|
13
|
+
borderRadius: '200',
|
|
14
|
+
cursor: 'pointer',
|
|
15
|
+
transition: '{animations.base.100}',
|
|
16
|
+
display: 'flex',
|
|
17
|
+
justifyContent: 'center',
|
|
18
|
+
alignItems: 'center',
|
|
19
|
+
height: 'control.height.100',
|
|
20
|
+
aspectRatio: '1',
|
|
21
|
+
color: 'neutral.foreground.1.enabled',
|
|
22
|
+
'&[data-outside="true"]': {
|
|
23
|
+
color: 'neutral.foreground.3.enabled'
|
|
24
|
+
},
|
|
25
|
+
_hover: {
|
|
26
|
+
backgroundColor: 'neutral.background.2.hovered'
|
|
27
|
+
},
|
|
28
|
+
_selected: {
|
|
29
|
+
backgroundColor: 'neutral.background.2.brand.selected',
|
|
30
|
+
_hover: {
|
|
31
|
+
backgroundColor: 'neutral.background.2.brand.selectedHovered'
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
});
|
|
36
|
+
|
|
37
|
+
export { calendarDay };
|
|
38
|
+
//# sourceMappingURL=calendar-day.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"calendar-day.js","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"],"names":["calendarDay","defineRecipe","className","jsx","base","fontSize","fontWeight","textAlign","textTransform","borderRadius","cursor","transition","display","justifyContent","alignItems","height","aspectRatio","color","_hover","backgroundColor","_selected"],"mappings":";;AAMO,MAAMA,cAAcC,YAAa,CAAA;IACtCC,SAAW,EAAA,cAAA;IACXC,GAAK,EAAA;AAAC,QAAA;AAAa,KAAA;IACnBC,IAAM,EAAA;QACJC,QAAU,EAAA,KAAA;QACVC,UAAY,EAAA,QAAA;QACZC,SAAW,EAAA,QAAA;QACXC,aAAe,EAAA,WAAA;QACfC,YAAc,EAAA,KAAA;QACdC,MAAQ,EAAA,SAAA;QACRC,UAAY,EAAA,uBAAA;QACZC,OAAS,EAAA,MAAA;QACTC,cAAgB,EAAA,QAAA;QAChBC,UAAY,EAAA,QAAA;QACZC,MAAQ,EAAA,oBAAA;QACRC,WAAa,EAAA,GAAA;QACbC,KAAO,EAAA,8BAAA;QACP,wBAA0B,EAAA;YACxBA,KAAO,EAAA;AACT,SAAA;QACAC,MAAQ,EAAA;YACNC,eAAiB,EAAA;AACnB,SAAA;QACAC,SAAW,EAAA;YACTD,eAAiB,EAAA,qCAAA;YACjBD,MAAQ,EAAA;gBACNC,eAAiB,EAAA;AACnB;AACF;AACF;AACF,CAAyC;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"calendar-header-control-icon.d.ts","sourceRoot":"","sources":["../../../../src/recipes/molecules/calendar/calendar-header-control-icon.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAC7D,OAAO,EAAE,KAAK,mBAAmB,EAAgB,MAAM,eAAe,CAAC;AAEvE,eAAO,MAAM,yBAAyB,EAahC,aAAa,CAAC,mBAAmB,CAAC,CAAC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { defineRecipe } from '@pandacss/dev';
|
|
2
|
+
|
|
3
|
+
const calendarHeaderControlIcon = defineRecipe({
|
|
4
|
+
className: 'calendar-header-control-icon',
|
|
5
|
+
jsx: [
|
|
6
|
+
'Datepicker'
|
|
7
|
+
],
|
|
8
|
+
base: {
|
|
9
|
+
width: 'iconSize.200',
|
|
10
|
+
aspectRatio: '1',
|
|
11
|
+
'&:where([data-direction="next"])': {
|
|
12
|
+
transform: 'rotate(270deg)'
|
|
13
|
+
},
|
|
14
|
+
'&:where([data-direction="previous"])': {
|
|
15
|
+
transform: 'rotate(90deg)'
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
|
|
20
|
+
export { calendarHeaderControlIcon };
|
|
21
|
+
//# sourceMappingURL=calendar-header-control-icon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"calendar-header-control-icon.js","sources":["../../../../src/recipes/molecules/calendar/calendar-header-control-icon.ts"],"sourcesContent":["import type { RecipeBuilder } from '@pandabox/define-recipe';\nimport { type RecipeVariantRecord, defineRecipe } from '@pandacss/dev';\n\nexport const calendarHeaderControlIcon = defineRecipe({\n className: 'calendar-header-control-icon',\n jsx: ['Datepicker'],\n base: {\n width: 'iconSize.200',\n aspectRatio: '1',\n '&:where([data-direction=\"next\"])': {\n transform: 'rotate(270deg)',\n },\n '&:where([data-direction=\"previous\"])': {\n transform: 'rotate(90deg)',\n },\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"names":["calendarHeaderControlIcon","defineRecipe","className","jsx","base","width","aspectRatio","transform"],"mappings":";;AAGO,MAAMA,4BAA4BC,YAAa,CAAA;IACpDC,SAAW,EAAA,8BAAA;IACXC,GAAK,EAAA;AAAC,QAAA;AAAa,KAAA;IACnBC,IAAM,EAAA;QACJC,KAAO,EAAA,cAAA;QACPC,WAAa,EAAA,GAAA;QACb,kCAAoC,EAAA;YAClCC,SAAW,EAAA;AACb,SAAA;QACA,sCAAwC,EAAA;YACtCA,SAAW,EAAA;AACb;AACF;AACF,CAAyC;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"calendar-header-level.d.ts","sourceRoot":"","sources":["../../../../src/recipes/molecules/calendar/calendar-header-level.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,aAAa,EACb,mBAAmB,EACpB,MAAM,yBAAyB,CAAC;AAGjC,eAAO,MAAM,mBAAmB,EAO1B,aAAa,CAAC,mBAAmB,CAAC,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { calendarControl } from './calendar-control.js';
|
|
2
|
+
|
|
3
|
+
const calendarHeaderLevel = calendarControl.merge({
|
|
4
|
+
className: 'calendar-header-level',
|
|
5
|
+
jsx: [
|
|
6
|
+
'Datepicker'
|
|
7
|
+
],
|
|
8
|
+
base: {
|
|
9
|
+
paddingX: '300',
|
|
10
|
+
minWidth: 'fit-content'
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
|
|
14
|
+
export { calendarHeaderLevel };
|
|
15
|
+
//# sourceMappingURL=calendar-header-level.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"calendar-header-level.js","sources":["../../../../src/recipes/molecules/calendar/calendar-header-level.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\nimport { calendarControl } from './calendar-control';\n\nexport const calendarHeaderLevel = calendarControl.merge({\n className: 'calendar-header-level',\n jsx: ['Datepicker'],\n base: {\n paddingX: '300',\n minWidth: 'fit-content',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"names":["calendarHeaderLevel","calendarControl","merge","className","jsx","base","paddingX","minWidth"],"mappings":";;AAMaA,MAAAA,mBAAAA,GAAsBC,eAAgBC,CAAAA,KAAK,CAAC;IACvDC,SAAW,EAAA,uBAAA;IACXC,GAAK,EAAA;AAAC,QAAA;AAAa,KAAA;IACnBC,IAAM,EAAA;QACJC,QAAU,EAAA,KAAA;QACVC,QAAU,EAAA;AACZ;AACF,CAAyC;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"calendar-header.d.ts","sourceRoot":"","sources":["../../../../src/recipes/molecules/calendar/calendar-header.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,aAAa,EACb,mBAAmB,EACpB,MAAM,yBAAyB,CAAC;AAGjC,eAAO,MAAM,cAAc,EASrB,aAAa,CAAC,mBAAmB,CAAC,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { defineRecipe } from '@pandacss/dev';
|
|
2
|
+
|
|
3
|
+
const calendarHeader = defineRecipe({
|
|
4
|
+
className: 'calendar-header',
|
|
5
|
+
jsx: [
|
|
6
|
+
'Datepicker'
|
|
7
|
+
],
|
|
8
|
+
base: {
|
|
9
|
+
display: 'flex',
|
|
10
|
+
alignItems: 'center',
|
|
11
|
+
justifyContent: 'space-between',
|
|
12
|
+
marginBottom: '400'
|
|
13
|
+
}
|
|
14
|
+
});
|
|
15
|
+
|
|
16
|
+
export { calendarHeader };
|
|
17
|
+
//# sourceMappingURL=calendar-header.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"calendar-header.js","sources":["../../../../src/recipes/molecules/calendar/calendar-header.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\nimport { defineRecipe } from '@pandacss/dev';\n\nexport const calendarHeader = defineRecipe({\n className: 'calendar-header',\n jsx: ['Datepicker'],\n base: {\n display: 'flex',\n alignItems: 'center',\n justifyContent: 'space-between',\n marginBottom: '400',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"names":["calendarHeader","defineRecipe","className","jsx","base","display","alignItems","justifyContent","marginBottom"],"mappings":";;AAMO,MAAMA,iBAAiBC,YAAa,CAAA;IACzCC,SAAW,EAAA,iBAAA;IACXC,GAAK,EAAA;AAAC,QAAA;AAAa,KAAA;IACnBC,IAAM,EAAA;QACJC,OAAS,EAAA,MAAA;QACTC,UAAY,EAAA,QAAA;QACZC,cAAgB,EAAA,eAAA;QAChBC,YAAc,EAAA;AAChB;AACF,CAAyC;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"calendar-month-cell.d.ts","sourceRoot":"","sources":["../../../../src/recipes/molecules/calendar/calendar-month-cell.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,aAAa,EACb,mBAAmB,EACpB,MAAM,yBAAyB,CAAC;AAGjC,eAAO,MAAM,iBAAiB,EAIxB,aAAa,CAAC,mBAAmB,CAAC,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { defineRecipe } from '@pandacss/dev';
|
|
2
|
+
|
|
3
|
+
const calendarMonthCell = defineRecipe({
|
|
4
|
+
className: 'calendar-month-cell',
|
|
5
|
+
jsx: [
|
|
6
|
+
'Datepicker'
|
|
7
|
+
],
|
|
8
|
+
base: {}
|
|
9
|
+
});
|
|
10
|
+
|
|
11
|
+
export { calendarMonthCell };
|
|
12
|
+
//# sourceMappingURL=calendar-month-cell.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"calendar-month-cell.js","sources":["../../../../src/recipes/molecules/calendar/calendar-month-cell.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\nimport { defineRecipe } from '@pandacss/dev';\n\nexport const calendarMonthCell = defineRecipe({\n className: 'calendar-month-cell',\n jsx: ['Datepicker'],\n base: {},\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"names":["calendarMonthCell","defineRecipe","className","jsx","base"],"mappings":";;AAMO,MAAMA,oBAAoBC,YAAa,CAAA;IAC5CC,SAAW,EAAA,qBAAA;IACXC,GAAK,EAAA;AAAC,QAAA;AAAa,KAAA;AACnBC,IAAAA,IAAAA,EAAM;AACR,CAAyC;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"calendar-month-row.d.ts","sourceRoot":"","sources":["../../../../src/recipes/molecules/calendar/calendar-month-row.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,aAAa,EACb,mBAAmB,EACpB,MAAM,yBAAyB,CAAC;AAGjC,eAAO,MAAM,gBAAgB,EASvB,aAAa,CAAC,mBAAmB,CAAC,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { defineRecipe } from '@pandacss/dev';
|
|
2
|
+
|
|
3
|
+
const calendarMonthRow = defineRecipe({
|
|
4
|
+
className: 'calendar-month-row',
|
|
5
|
+
jsx: [
|
|
6
|
+
'Datepicker'
|
|
7
|
+
],
|
|
8
|
+
base: {
|
|
9
|
+
display: 'grid',
|
|
10
|
+
gridTemplateColumns: 'repeat(7, 1fr)',
|
|
11
|
+
gap: '100',
|
|
12
|
+
marginBottom: '200'
|
|
13
|
+
}
|
|
14
|
+
});
|
|
15
|
+
|
|
16
|
+
export { calendarMonthRow };
|
|
17
|
+
//# sourceMappingURL=calendar-month-row.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"calendar-month-row.js","sources":["../../../../src/recipes/molecules/calendar/calendar-month-row.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\nimport { defineRecipe } from '@pandacss/dev';\n\nexport const calendarMonthRow = defineRecipe({\n className: 'calendar-month-row',\n jsx: ['Datepicker'],\n base: {\n display: 'grid',\n gridTemplateColumns: 'repeat(7, 1fr)',\n gap: '100',\n marginBottom: '200',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"names":["calendarMonthRow","defineRecipe","className","jsx","base","display","gridTemplateColumns","gap","marginBottom"],"mappings":";;AAMO,MAAMA,mBAAmBC,YAAa,CAAA;IAC3CC,SAAW,EAAA,oBAAA;IACXC,GAAK,EAAA;AAAC,QAAA;AAAa,KAAA;IACnBC,IAAM,EAAA;QACJC,OAAS,EAAA,MAAA;QACTC,mBAAqB,EAAA,gBAAA;QACrBC,GAAK,EAAA,KAAA;QACLC,YAAc,EAAA;AAChB;AACF,CAAyC;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"calendar-month.d.ts","sourceRoot":"","sources":["../../../../src/recipes/molecules/calendar/calendar-month.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,aAAa,EACb,mBAAmB,EACpB,MAAM,yBAAyB,CAAC;AAGjC,eAAO,MAAM,aAAa,EAMpB,aAAa,CAAC,mBAAmB,CAAC,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { defineRecipe } from '@pandacss/dev';
|
|
2
|
+
|
|
3
|
+
const calendarMonth = defineRecipe({
|
|
4
|
+
className: 'calendar-month',
|
|
5
|
+
jsx: [
|
|
6
|
+
'Datepicker'
|
|
7
|
+
],
|
|
8
|
+
base: {
|
|
9
|
+
width: '100%'
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
|
|
13
|
+
export { calendarMonth };
|
|
14
|
+
//# sourceMappingURL=calendar-month.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"calendar-month.js","sources":["../../../../src/recipes/molecules/calendar/calendar-month.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\nimport { defineRecipe } from '@pandacss/dev';\n\nexport const calendarMonth = defineRecipe({\n className: 'calendar-month',\n jsx: ['Datepicker'],\n base: {\n width: '100%',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"names":["calendarMonth","defineRecipe","className","jsx","base","width"],"mappings":";;AAMO,MAAMA,gBAAgBC,YAAa,CAAA;IACxCC,SAAW,EAAA,gBAAA;IACXC,GAAK,EAAA;AAAC,QAAA;AAAa,KAAA;IACnBC,IAAM,EAAA;QACJC,KAAO,EAAA;AACT;AACF,CAAyC;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"calendar-months-list-cell.d.ts","sourceRoot":"","sources":["../../../../src/recipes/molecules/calendar/calendar-months-list-cell.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,aAAa,EACb,mBAAmB,EACpB,MAAM,yBAAyB,CAAC;AAGjC,eAAO,MAAM,sBAAsB,EAO7B,aAAa,CAAC,mBAAmB,CAAC,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { defineRecipe } from '@pandacss/dev';
|
|
2
|
+
|
|
3
|
+
const calendarMonthsListCell = defineRecipe({
|
|
4
|
+
className: 'calendar-months-list-cell',
|
|
5
|
+
jsx: [
|
|
6
|
+
'Datepicker'
|
|
7
|
+
],
|
|
8
|
+
base: {
|
|
9
|
+
display: 'flex',
|
|
10
|
+
justifyContent: 'center'
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
|
|
14
|
+
export { calendarMonthsListCell };
|
|
15
|
+
//# sourceMappingURL=calendar-months-list-cell.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"calendar-months-list-cell.js","sources":["../../../../src/recipes/molecules/calendar/calendar-months-list-cell.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\nimport { defineRecipe } from '@pandacss/dev';\n\nexport const calendarMonthsListCell = defineRecipe({\n className: 'calendar-months-list-cell',\n jsx: ['Datepicker'],\n base: {\n display: 'flex',\n justifyContent: 'center',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"names":["calendarMonthsListCell","defineRecipe","className","jsx","base","display","justifyContent"],"mappings":";;AAMO,MAAMA,yBAAyBC,YAAa,CAAA;IACjDC,SAAW,EAAA,2BAAA;IACXC,GAAK,EAAA;AAAC,QAAA;AAAa,KAAA;IACnBC,IAAM,EAAA;QACJC,OAAS,EAAA,MAAA;QACTC,cAAgB,EAAA;AAClB;AACF,CAAyC;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"calendar-months-list-control.d.ts","sourceRoot":"","sources":["../../../../src/recipes/molecules/calendar/calendar-months-list-control.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,aAAa,EACb,mBAAmB,EACpB,MAAM,yBAAyB,CAAC;AAGjC,eAAO,MAAM,yBAAyB,EAOhC,aAAa,CAAC,mBAAmB,CAAC,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { calendarControl } from './calendar-control.js';
|
|
2
|
+
|
|
3
|
+
const calendarMonthsListControl = calendarControl.merge({
|
|
4
|
+
className: 'calendar-months-list-control',
|
|
5
|
+
jsx: [
|
|
6
|
+
'Datepicker'
|
|
7
|
+
],
|
|
8
|
+
base: {
|
|
9
|
+
width: 'auto!',
|
|
10
|
+
paddingX: '200!'
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
|
|
14
|
+
export { calendarMonthsListControl };
|
|
15
|
+
//# sourceMappingURL=calendar-months-list-control.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"calendar-months-list-control.js","sources":["../../../../src/recipes/molecules/calendar/calendar-months-list-control.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\nimport { calendarControl } from './calendar-control';\n\nexport const calendarMonthsListControl = calendarControl.merge({\n className: 'calendar-months-list-control',\n jsx: ['Datepicker'],\n base: {\n width: 'auto!',\n paddingX: '200!',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"names":["calendarMonthsListControl","calendarControl","merge","className","jsx","base","width","paddingX"],"mappings":";;AAMaA,MAAAA,yBAAAA,GAA4BC,eAAgBC,CAAAA,KAAK,CAAC;IAC7DC,SAAW,EAAA,8BAAA;IACXC,GAAK,EAAA;AAAC,QAAA;AAAa,KAAA;IACnBC,IAAM,EAAA;QACJC,KAAO,EAAA,OAAA;QACPC,QAAU,EAAA;AACZ;AACF,CAAyC;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"calendar-months-list-row.d.ts","sourceRoot":"","sources":["../../../../src/recipes/molecules/calendar/calendar-months-list-row.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,aAAa,EACb,mBAAmB,EACpB,MAAM,yBAAyB,CAAC;AAGjC,eAAO,MAAM,qBAAqB,EAS5B,aAAa,CAAC,mBAAmB,CAAC,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { defineRecipe } from '@pandacss/dev';
|
|
2
|
+
|
|
3
|
+
const calendarMonthsListRow = defineRecipe({
|
|
4
|
+
className: 'calendar-months-list-row',
|
|
5
|
+
jsx: [
|
|
6
|
+
'Datepicker'
|
|
7
|
+
],
|
|
8
|
+
base: {
|
|
9
|
+
display: 'grid',
|
|
10
|
+
gridTemplateColumns: 'repeat(3, 1fr)',
|
|
11
|
+
gap: '100',
|
|
12
|
+
marginBottom: '200'
|
|
13
|
+
}
|
|
14
|
+
});
|
|
15
|
+
|
|
16
|
+
export { calendarMonthsListRow };
|
|
17
|
+
//# sourceMappingURL=calendar-months-list-row.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"calendar-months-list-row.js","sources":["../../../../src/recipes/molecules/calendar/calendar-months-list-row.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\nimport { defineRecipe } from '@pandacss/dev';\n\nexport const calendarMonthsListRow = defineRecipe({\n className: 'calendar-months-list-row',\n jsx: ['Datepicker'],\n base: {\n display: 'grid',\n gridTemplateColumns: 'repeat(3, 1fr)',\n gap: '100',\n marginBottom: '200',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"names":["calendarMonthsListRow","defineRecipe","className","jsx","base","display","gridTemplateColumns","gap","marginBottom"],"mappings":";;AAMO,MAAMA,wBAAwBC,YAAa,CAAA;IAChDC,SAAW,EAAA,0BAAA;IACXC,GAAK,EAAA;AAAC,QAAA;AAAa,KAAA;IACnBC,IAAM,EAAA;QACJC,OAAS,EAAA,MAAA;QACTC,mBAAqB,EAAA,gBAAA;QACrBC,GAAK,EAAA,KAAA;QACLC,YAAc,EAAA;AAChB;AACF,CAAyC;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"calendar-months-list.d.ts","sourceRoot":"","sources":["../../../../src/recipes/molecules/calendar/calendar-months-list.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,aAAa,EACb,mBAAmB,EACpB,MAAM,yBAAyB,CAAC;AAGjC,eAAO,MAAM,kBAAkB,EAMzB,aAAa,CAAC,mBAAmB,CAAC,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { defineRecipe } from '@pandacss/dev';
|
|
2
|
+
|
|
3
|
+
const calendarMonthsList = defineRecipe({
|
|
4
|
+
className: 'calendar-months-list',
|
|
5
|
+
jsx: [
|
|
6
|
+
'Datepicker'
|
|
7
|
+
],
|
|
8
|
+
base: {
|
|
9
|
+
width: '100%'
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
|
|
13
|
+
export { calendarMonthsList };
|
|
14
|
+
//# sourceMappingURL=calendar-months-list.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"calendar-months-list.js","sources":["../../../../src/recipes/molecules/calendar/calendar-months-list.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\nimport { defineRecipe } from '@pandacss/dev';\n\nexport const calendarMonthsList = defineRecipe({\n className: 'calendar-months-list',\n jsx: ['Datepicker'],\n base: {\n width: '100%',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"names":["calendarMonthsList","defineRecipe","className","jsx","base","width"],"mappings":";;AAMO,MAAMA,qBAAqBC,YAAa,CAAA;IAC7CC,SAAW,EAAA,sBAAA;IACXC,GAAK,EAAA;AAAC,QAAA;AAAa,KAAA;IACnBC,IAAM,EAAA;QACJC,KAAO,EAAA;AACT;AACF,CAAyC;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"calendar-week-day.d.ts","sourceRoot":"","sources":["../../../../src/recipes/molecules/calendar/calendar-week-day.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,aAAa,EACb,mBAAmB,EACpB,MAAM,yBAAyB,CAAC;AAGjC,eAAO,MAAM,eAAe,EAUtB,aAAa,CAAC,mBAAmB,CAAC,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { defineRecipe } from '@pandacss/dev';
|
|
2
|
+
|
|
3
|
+
const calendarWeekDay = defineRecipe({
|
|
4
|
+
className: 'calendar-week-day',
|
|
5
|
+
jsx: [
|
|
6
|
+
'Datepicker'
|
|
7
|
+
],
|
|
8
|
+
base: {
|
|
9
|
+
fontSize: '100',
|
|
10
|
+
fontWeight: 'medium',
|
|
11
|
+
color: 'neutral.foreground.2.enabled',
|
|
12
|
+
textAlign: 'center',
|
|
13
|
+
textTransform: 'uppercase'
|
|
14
|
+
}
|
|
15
|
+
});
|
|
16
|
+
|
|
17
|
+
export { calendarWeekDay };
|
|
18
|
+
//# sourceMappingURL=calendar-week-day.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"calendar-week-day.js","sources":["../../../../src/recipes/molecules/calendar/calendar-week-day.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\nimport { defineRecipe } from '@pandacss/dev';\n\nexport const calendarWeekDay = defineRecipe({\n className: 'calendar-week-day',\n jsx: ['Datepicker'],\n base: {\n fontSize: '100',\n fontWeight: 'medium',\n color: 'neutral.foreground.2.enabled',\n textAlign: 'center',\n textTransform: 'uppercase',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"names":["calendarWeekDay","defineRecipe","className","jsx","base","fontSize","fontWeight","color","textAlign","textTransform"],"mappings":";;AAMO,MAAMA,kBAAkBC,YAAa,CAAA;IAC1CC,SAAW,EAAA,mBAAA;IACXC,GAAK,EAAA;AAAC,QAAA;AAAa,KAAA;IACnBC,IAAM,EAAA;QACJC,QAAU,EAAA,KAAA;QACVC,UAAY,EAAA,QAAA;QACZC,KAAO,EAAA,8BAAA;QACPC,SAAW,EAAA,QAAA;QACXC,aAAe,EAAA;AACjB;AACF,CAAyC;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"calendar-weeks-days-row.d.ts","sourceRoot":"","sources":["../../../../src/recipes/molecules/calendar/calendar-weeks-days-row.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,aAAa,EACb,mBAAmB,EACpB,MAAM,yBAAyB,CAAC;AAGjC,eAAO,MAAM,mBAAmB,EAS1B,aAAa,CAAC,mBAAmB,CAAC,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { defineRecipe } from '@pandacss/dev';
|
|
2
|
+
|
|
3
|
+
const calendarWeekDaysRow = defineRecipe({
|
|
4
|
+
className: 'calendar-week-days-row',
|
|
5
|
+
jsx: [
|
|
6
|
+
'Datepicker'
|
|
7
|
+
],
|
|
8
|
+
base: {
|
|
9
|
+
display: 'grid',
|
|
10
|
+
gridTemplateColumns: 'repeat(7, 1fr)',
|
|
11
|
+
gap: '100',
|
|
12
|
+
marginBottom: '200'
|
|
13
|
+
}
|
|
14
|
+
});
|
|
15
|
+
|
|
16
|
+
export { calendarWeekDaysRow };
|
|
17
|
+
//# sourceMappingURL=calendar-weeks-days-row.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"calendar-weeks-days-row.js","sources":["../../../../src/recipes/molecules/calendar/calendar-weeks-days-row.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\nimport { defineRecipe } from '@pandacss/dev';\n\nexport const calendarWeekDaysRow = defineRecipe({\n className: 'calendar-week-days-row',\n jsx: ['Datepicker'],\n base: {\n display: 'grid',\n gridTemplateColumns: 'repeat(7, 1fr)',\n gap: '100',\n marginBottom: '200',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"names":["calendarWeekDaysRow","defineRecipe","className","jsx","base","display","gridTemplateColumns","gap","marginBottom"],"mappings":";;AAMO,MAAMA,sBAAsBC,YAAa,CAAA;IAC9CC,SAAW,EAAA,wBAAA;IACXC,GAAK,EAAA;AAAC,QAAA;AAAa,KAAA;IACnBC,IAAM,EAAA;QACJC,OAAS,EAAA,MAAA;QACTC,mBAAqB,EAAA,gBAAA;QACrBC,GAAK,EAAA,KAAA;QACLC,YAAc,EAAA;AAChB;AACF,CAAyC;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"calendar-years-list-cell.d.ts","sourceRoot":"","sources":["../../../../src/recipes/molecules/calendar/calendar-years-list-cell.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,aAAa,EACb,mBAAmB,EACpB,MAAM,yBAAyB,CAAC;AAGjC,eAAO,MAAM,qBAAqB,EAO5B,aAAa,CAAC,mBAAmB,CAAC,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { defineRecipe } from '@pandacss/dev';
|
|
2
|
+
|
|
3
|
+
const calendarYearsListCell = defineRecipe({
|
|
4
|
+
className: 'calendar-years-list-cell',
|
|
5
|
+
jsx: [
|
|
6
|
+
'Datepicker'
|
|
7
|
+
],
|
|
8
|
+
base: {
|
|
9
|
+
display: 'flex',
|
|
10
|
+
justifyContent: 'center'
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
|
|
14
|
+
export { calendarYearsListCell };
|
|
15
|
+
//# sourceMappingURL=calendar-years-list-cell.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"calendar-years-list-cell.js","sources":["../../../../src/recipes/molecules/calendar/calendar-years-list-cell.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\nimport { defineRecipe } from '@pandacss/dev';\n\nexport const calendarYearsListCell = defineRecipe({\n className: 'calendar-years-list-cell',\n jsx: ['Datepicker'],\n base: {\n display: 'flex',\n justifyContent: 'center',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"names":["calendarYearsListCell","defineRecipe","className","jsx","base","display","justifyContent"],"mappings":";;AAMO,MAAMA,wBAAwBC,YAAa,CAAA;IAChDC,SAAW,EAAA,0BAAA;IACXC,GAAK,EAAA;AAAC,QAAA;AAAa,KAAA;IACnBC,IAAM,EAAA;QACJC,OAAS,EAAA,MAAA;QACTC,cAAgB,EAAA;AAClB;AACF,CAAyC;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"calendar-years-list-control.d.ts","sourceRoot":"","sources":["../../../../src/recipes/molecules/calendar/calendar-years-list-control.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,aAAa,EACb,mBAAmB,EACpB,MAAM,yBAAyB,CAAC;AAGjC,eAAO,MAAM,wBAAwB,EAI/B,aAAa,CAAC,mBAAmB,CAAC,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { calendarControl } from './calendar-control.js';
|
|
2
|
+
|
|
3
|
+
const calendarYearsListControl = calendarControl.merge({
|
|
4
|
+
className: 'calendar-years-list-control',
|
|
5
|
+
jsx: [
|
|
6
|
+
'Datepicker'
|
|
7
|
+
],
|
|
8
|
+
base: {}
|
|
9
|
+
});
|
|
10
|
+
|
|
11
|
+
export { calendarYearsListControl };
|
|
12
|
+
//# sourceMappingURL=calendar-years-list-control.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"calendar-years-list-control.js","sources":["../../../../src/recipes/molecules/calendar/calendar-years-list-control.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\nimport { calendarControl } from './calendar-control';\n\nexport const calendarYearsListControl = calendarControl.merge({\n className: 'calendar-years-list-control',\n jsx: ['Datepicker'],\n base: {},\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"names":["calendarYearsListControl","calendarControl","merge","className","jsx","base"],"mappings":";;AAMaA,MAAAA,wBAAAA,GAA2BC,eAAgBC,CAAAA,KAAK,CAAC;IAC5DC,SAAW,EAAA,6BAAA;IACXC,GAAK,EAAA;AAAC,QAAA;AAAa,KAAA;AACnBC,IAAAA,IAAAA,EAAM;AACR,CAAyC;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"calendar-years-list-row.d.ts","sourceRoot":"","sources":["../../../../src/recipes/molecules/calendar/calendar-years-list-row.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,aAAa,EACb,mBAAmB,EACpB,MAAM,yBAAyB,CAAC;AAGjC,eAAO,MAAM,oBAAoB,EAS3B,aAAa,CAAC,mBAAmB,CAAC,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { defineRecipe } from '@pandacss/dev';
|
|
2
|
+
|
|
3
|
+
const calendarYearsListRow = defineRecipe({
|
|
4
|
+
className: 'calendar-years-list-row',
|
|
5
|
+
jsx: [
|
|
6
|
+
'Datepicker'
|
|
7
|
+
],
|
|
8
|
+
base: {
|
|
9
|
+
display: 'grid',
|
|
10
|
+
gridTemplateColumns: 'repeat(3, 1fr)',
|
|
11
|
+
gap: '100',
|
|
12
|
+
marginBottom: '200'
|
|
13
|
+
}
|
|
14
|
+
});
|
|
15
|
+
|
|
16
|
+
export { calendarYearsListRow };
|
|
17
|
+
//# sourceMappingURL=calendar-years-list-row.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"calendar-years-list-row.js","sources":["../../../../src/recipes/molecules/calendar/calendar-years-list-row.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\nimport { defineRecipe } from '@pandacss/dev';\n\nexport const calendarYearsListRow = defineRecipe({\n className: 'calendar-years-list-row',\n jsx: ['Datepicker'],\n base: {\n display: 'grid',\n gridTemplateColumns: 'repeat(3, 1fr)',\n gap: '100',\n marginBottom: '200',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"names":["calendarYearsListRow","defineRecipe","className","jsx","base","display","gridTemplateColumns","gap","marginBottom"],"mappings":";;AAMO,MAAMA,uBAAuBC,YAAa,CAAA;IAC/CC,SAAW,EAAA,yBAAA;IACXC,GAAK,EAAA;AAAC,QAAA;AAAa,KAAA;IACnBC,IAAM,EAAA;QACJC,OAAS,EAAA,MAAA;QACTC,mBAAqB,EAAA,gBAAA;QACrBC,GAAK,EAAA,KAAA;QACLC,YAAc,EAAA;AAChB;AACF,CAAyC;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"calendar-years-list.d.ts","sourceRoot":"","sources":["../../../../src/recipes/molecules/calendar/calendar-years-list.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,aAAa,EACb,mBAAmB,EACpB,MAAM,yBAAyB,CAAC;AAGjC,eAAO,MAAM,iBAAiB,EAMxB,aAAa,CAAC,mBAAmB,CAAC,CAAC"}
|