@mage-ui/preset 0.0.12 → 0.0.15
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.js +2 -8
- package/dist/conditions/index.js.map +1 -1
- package/dist/conditions/item-selectors.js +2 -7
- package/dist/conditions/item-selectors.js.map +1 -1
- package/dist/index.d.ts +7 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -21
- package/dist/index.js.map +1 -1
- package/dist/recipes/atoms/avatar/avatar-img.js +2 -0
- package/dist/recipes/atoms/avatar/avatar-img.js.map +1 -0
- package/dist/recipes/atoms/avatar/avatar-text.js +2 -0
- package/dist/recipes/atoms/avatar/avatar-text.js.map +1 -0
- package/dist/recipes/atoms/avatar/avatar.js +2 -73
- package/dist/recipes/atoms/avatar/avatar.js.map +1 -1
- package/dist/recipes/atoms/badges/badge-section.js +2 -17
- package/dist/recipes/atoms/badges/badge-section.js.map +1 -1
- package/dist/recipes/atoms/badges/badge.js +2 -52
- package/dist/recipes/atoms/badges/badge.js.map +1 -1
- package/dist/recipes/atoms/breadcrumbs/breadcrumb-separator.js +2 -15
- package/dist/recipes/atoms/breadcrumbs/breadcrumb-separator.js.map +1 -1
- package/dist/recipes/atoms/breadcrumbs/breadcrumb.js +2 -15
- package/dist/recipes/atoms/breadcrumbs/breadcrumb.js.map +1 -1
- package/dist/recipes/atoms/breadcrumbs/breadcrumbs.js +2 -25
- package/dist/recipes/atoms/breadcrumbs/breadcrumbs.js.map +1 -1
- package/dist/recipes/atoms/buttons/button-icon-icon.js +2 -45
- package/dist/recipes/atoms/buttons/button-icon-icon.js.map +1 -1
- package/dist/recipes/atoms/buttons/button-icon.js +2 -40
- package/dist/recipes/atoms/buttons/button-icon.js.map +1 -1
- package/dist/recipes/atoms/buttons/button-inner.js +2 -17
- package/dist/recipes/atoms/buttons/button-inner.js.map +1 -1
- package/dist/recipes/atoms/buttons/button-label.js +2 -17
- package/dist/recipes/atoms/buttons/button-label.js.map +1 -1
- package/dist/recipes/atoms/buttons/button-section.js +2 -16
- package/dist/recipes/atoms/buttons/button-section.js.map +1 -1
- package/dist/recipes/atoms/buttons/button.js +2 -226
- package/dist/recipes/atoms/buttons/button.js.map +1 -1
- package/dist/recipes/atoms/buttons/index.js +2 -18
- package/dist/recipes/atoms/buttons/index.js.map +1 -1
- package/dist/recipes/atoms/dropdown/dropdown.js +2 -22
- package/dist/recipes/atoms/dropdown/dropdown.js.map +1 -1
- package/dist/recipes/atoms/icon/icon.js +2 -85
- package/dist/recipes/atoms/icon/icon.js.map +1 -1
- package/dist/recipes/atoms/inputs/checkbox/checkbox-body.js +2 -18
- package/dist/recipes/atoms/inputs/checkbox/checkbox-body.js.map +1 -1
- package/dist/recipes/atoms/inputs/checkbox/checkbox-description.js +2 -12
- package/dist/recipes/atoms/inputs/checkbox/checkbox-description.js.map +1 -1
- package/dist/recipes/atoms/inputs/checkbox/checkbox-error.js +2 -12
- package/dist/recipes/atoms/inputs/checkbox/checkbox-error.js.map +1 -1
- package/dist/recipes/atoms/inputs/checkbox/checkbox-icon.js +2 -23
- package/dist/recipes/atoms/inputs/checkbox/checkbox-icon.js.map +1 -1
- package/dist/recipes/atoms/inputs/checkbox/checkbox-inner.js +2 -16
- package/dist/recipes/atoms/inputs/checkbox/checkbox-inner.js.map +1 -1
- package/dist/recipes/atoms/inputs/checkbox/checkbox-input.js +2 -35
- package/dist/recipes/atoms/inputs/checkbox/checkbox-input.js.map +1 -1
- package/dist/recipes/atoms/inputs/checkbox/checkbox-label-wrapper.js +2 -14
- package/dist/recipes/atoms/inputs/checkbox/checkbox-label-wrapper.js.map +1 -1
- package/dist/recipes/atoms/inputs/checkbox/checkbox-label.js +2 -12
- package/dist/recipes/atoms/inputs/checkbox/checkbox-label.js.map +1 -1
- package/dist/recipes/atoms/inputs/combobox/combobox-empty.js +2 -19
- package/dist/recipes/atoms/inputs/combobox/combobox-empty.js.map +1 -1
- package/dist/recipes/atoms/inputs/combobox/combobox-option.js +2 -52
- package/dist/recipes/atoms/inputs/combobox/combobox-option.js.map +1 -1
- package/dist/recipes/atoms/inputs/combobox/combobox-options.js +2 -0
- package/dist/recipes/atoms/inputs/combobox/combobox-options.js.map +1 -0
- package/dist/recipes/atoms/inputs/combobox/combobox-section.js +2 -14
- package/dist/recipes/atoms/inputs/combobox/combobox-section.js.map +1 -1
- package/dist/recipes/atoms/inputs/datepicker-dropdown.js +2 -17
- package/dist/recipes/atoms/inputs/datepicker-dropdown.js.map +1 -1
- package/dist/recipes/atoms/inputs/datepicker-input.js +2 -19
- package/dist/recipes/atoms/inputs/datepicker-input.js.map +1 -1
- package/dist/recipes/atoms/inputs/form-control.js +2 -52
- package/dist/recipes/atoms/inputs/form-control.js.map +1 -1
- package/dist/recipes/atoms/inputs/index.js +2 -50
- package/dist/recipes/atoms/inputs/index.js.map +1 -1
- package/dist/recipes/atoms/inputs/input-description.js +2 -18
- package/dist/recipes/atoms/inputs/input-description.js.map +1 -1
- package/dist/recipes/atoms/inputs/input-error.js +2 -20
- package/dist/recipes/atoms/inputs/input-error.js.map +1 -1
- package/dist/recipes/atoms/inputs/input-label.js +2 -28
- package/dist/recipes/atoms/inputs/input-label.js.map +1 -1
- package/dist/recipes/atoms/inputs/input-placeholder.js +2 -14
- package/dist/recipes/atoms/inputs/input-placeholder.js.map +1 -1
- package/dist/recipes/atoms/inputs/input-root.js +2 -17
- package/dist/recipes/atoms/inputs/input-root.js.map +1 -1
- package/dist/recipes/atoms/inputs/input-section.js +2 -37
- package/dist/recipes/atoms/inputs/input-section.js.map +1 -1
- package/dist/recipes/atoms/inputs/input-wrapper.js +2 -18
- package/dist/recipes/atoms/inputs/input-wrapper.js.map +1 -1
- package/dist/recipes/atoms/inputs/input.js +2 -46
- package/dist/recipes/atoms/inputs/input.js.map +1 -1
- package/dist/recipes/atoms/tab/tab-label.js +2 -18
- package/dist/recipes/atoms/tab/tab-label.js.map +1 -1
- package/dist/recipes/atoms/tab/tab-list.js +2 -23
- package/dist/recipes/atoms/tab/tab-list.js.map +1 -1
- package/dist/recipes/atoms/tab/tab-panel.js +2 -16
- package/dist/recipes/atoms/tab/tab-panel.js.map +1 -1
- package/dist/recipes/atoms/tab/tab-section.js +2 -22
- package/dist/recipes/atoms/tab/tab-section.js.map +1 -1
- package/dist/recipes/atoms/tab/tab.js +2 -158
- package/dist/recipes/atoms/tab/tab.js.map +1 -1
- package/dist/recipes/atoms/tab/tabs.js +2 -27
- package/dist/recipes/atoms/tab/tabs.js.map +1 -1
- package/dist/recipes/atoms/wrapped-icon/wrapped-icon.js +2 -95
- package/dist/recipes/atoms/wrapped-icon/wrapped-icon.js.map +1 -1
- package/dist/recipes/index.js +2 -47
- package/dist/recipes/index.js.map +1 -1
- package/dist/recipes/molecules/calendar/calendar-control.js +2 -32
- package/dist/recipes/molecules/calendar/calendar-control.js.map +1 -1
- package/dist/recipes/molecules/calendar/calendar-day.js +2 -38
- package/dist/recipes/molecules/calendar/calendar-day.js.map +1 -1
- package/dist/recipes/molecules/calendar/calendar-header-control-icon.js +2 -21
- package/dist/recipes/molecules/calendar/calendar-header-control-icon.js.map +1 -1
- package/dist/recipes/molecules/calendar/calendar-header-level.js +2 -15
- package/dist/recipes/molecules/calendar/calendar-header-level.js.map +1 -1
- package/dist/recipes/molecules/calendar/calendar-header.js +2 -17
- package/dist/recipes/molecules/calendar/calendar-header.js.map +1 -1
- package/dist/recipes/molecules/calendar/calendar-month-cell.js +2 -12
- package/dist/recipes/molecules/calendar/calendar-month-cell.js.map +1 -1
- package/dist/recipes/molecules/calendar/calendar-month-row.js +2 -17
- package/dist/recipes/molecules/calendar/calendar-month-row.js.map +1 -1
- package/dist/recipes/molecules/calendar/calendar-month.js +2 -14
- package/dist/recipes/molecules/calendar/calendar-month.js.map +1 -1
- package/dist/recipes/molecules/calendar/calendar-months-list-cell.js +2 -15
- package/dist/recipes/molecules/calendar/calendar-months-list-cell.js.map +1 -1
- package/dist/recipes/molecules/calendar/calendar-months-list-control.js +2 -15
- package/dist/recipes/molecules/calendar/calendar-months-list-control.js.map +1 -1
- package/dist/recipes/molecules/calendar/calendar-months-list-row.js +2 -17
- package/dist/recipes/molecules/calendar/calendar-months-list-row.js.map +1 -1
- package/dist/recipes/molecules/calendar/calendar-months-list.js +2 -14
- package/dist/recipes/molecules/calendar/calendar-months-list.js.map +1 -1
- package/dist/recipes/molecules/calendar/calendar-week-day.js +2 -18
- package/dist/recipes/molecules/calendar/calendar-week-day.js.map +1 -1
- package/dist/recipes/molecules/calendar/calendar-weeks-days-row.js +2 -17
- package/dist/recipes/molecules/calendar/calendar-weeks-days-row.js.map +1 -1
- package/dist/recipes/molecules/calendar/calendar-years-list-cell.js +2 -15
- package/dist/recipes/molecules/calendar/calendar-years-list-cell.js.map +1 -1
- package/dist/recipes/molecules/calendar/calendar-years-list-control.js +2 -12
- package/dist/recipes/molecules/calendar/calendar-years-list-control.js.map +1 -1
- package/dist/recipes/molecules/calendar/calendar-years-list-row.js +2 -17
- package/dist/recipes/molecules/calendar/calendar-years-list-row.js.map +1 -1
- package/dist/recipes/molecules/calendar/calendar-years-list.js +2 -14
- package/dist/recipes/molecules/calendar/calendar-years-list.js.map +1 -1
- package/dist/recipes/molecules/calendar/index.js +2 -42
- package/dist/recipes/molecules/calendar/index.js.map +1 -1
- package/dist/recipes/shared/focus.js +2 -34
- package/dist/recipes/shared/focus.js.map +1 -1
- package/dist/semantic-tokens/colors.js +2 -969
- package/dist/semantic-tokens/colors.js.map +1 -1
- package/dist/semantic-tokens/gradients.js +2 -72
- package/dist/semantic-tokens/gradients.js.map +1 -1
- package/dist/semantic-tokens/index.js +2 -15
- package/dist/semantic-tokens/index.js.map +1 -1
- package/dist/semantic-tokens/shadows.js +2 -31
- package/dist/semantic-tokens/shadows.js.map +1 -1
- package/dist/semantic-tokens/sizes.js +2 -23
- package/dist/semantic-tokens/sizes.js.map +1 -1
- package/dist/tokens/animations.js +2 -18
- package/dist/tokens/animations.js.map +1 -1
- package/dist/tokens/borders.js +2 -22
- package/dist/tokens/borders.js.map +1 -1
- package/dist/tokens/colors.js +2 -264
- package/dist/tokens/colors.js.map +1 -1
- package/dist/tokens/font-sizes.js +2 -37
- package/dist/tokens/font-sizes.js.map +1 -1
- package/dist/tokens/font-weights.js +2 -22
- package/dist/tokens/font-weights.js.map +1 -1
- package/dist/tokens/fonts.js +2 -10
- package/dist/tokens/fonts.js.map +1 -1
- package/dist/tokens/index.js +2 -24
- package/dist/tokens/index.js.map +1 -1
- package/dist/tokens/radii.js +2 -31
- package/dist/tokens/radii.js.map +1 -1
- package/dist/tokens/sizes.js +2 -61
- package/dist/tokens/sizes.js.map +1 -1
- package/dist/tokens/spacing.js +2 -73
- package/dist/tokens/spacing.js.map +1 -1
- package/package.json +19 -20
- package/dist/conditions/index.d.ts +0 -5
- package/dist/conditions/index.d.ts.map +0 -1
- package/dist/conditions/item-selectors.d.ts +0 -5
- package/dist/conditions/item-selectors.d.ts.map +0 -1
- package/dist/recipes/atoms/avatar/avatar.d.ts +0 -32
- package/dist/recipes/atoms/avatar/avatar.d.ts.map +0 -1
- package/dist/recipes/atoms/badges/badge-section.d.ts +0 -3
- package/dist/recipes/atoms/badges/badge-section.d.ts.map +0 -1
- package/dist/recipes/atoms/badges/badge.d.ts +0 -3
- package/dist/recipes/atoms/badges/badge.d.ts.map +0 -1
- package/dist/recipes/atoms/breadcrumbs/breadcrumb-separator.d.ts +0 -3
- package/dist/recipes/atoms/breadcrumbs/breadcrumb-separator.d.ts.map +0 -1
- package/dist/recipes/atoms/breadcrumbs/breadcrumb.d.ts +0 -3
- package/dist/recipes/atoms/breadcrumbs/breadcrumb.d.ts.map +0 -1
- package/dist/recipes/atoms/breadcrumbs/breadcrumbs.d.ts +0 -2
- package/dist/recipes/atoms/breadcrumbs/breadcrumbs.d.ts.map +0 -1
- package/dist/recipes/atoms/buttons/button-icon-icon.d.ts +0 -3
- package/dist/recipes/atoms/buttons/button-icon-icon.d.ts.map +0 -1
- package/dist/recipes/atoms/buttons/button-icon.d.ts +0 -3
- package/dist/recipes/atoms/buttons/button-icon.d.ts.map +0 -1
- package/dist/recipes/atoms/buttons/button-inner.d.ts +0 -3
- package/dist/recipes/atoms/buttons/button-inner.d.ts.map +0 -1
- package/dist/recipes/atoms/buttons/button-label.d.ts +0 -3
- package/dist/recipes/atoms/buttons/button-label.d.ts.map +0 -1
- package/dist/recipes/atoms/buttons/button-section.d.ts +0 -3
- package/dist/recipes/atoms/buttons/button-section.d.ts.map +0 -1
- package/dist/recipes/atoms/buttons/button.d.ts +0 -3
- package/dist/recipes/atoms/buttons/button.d.ts.map +0 -1
- package/dist/recipes/atoms/buttons/index.d.ts +0 -9
- package/dist/recipes/atoms/buttons/index.d.ts.map +0 -1
- package/dist/recipes/atoms/dropdown/dropdown.d.ts +0 -4
- package/dist/recipes/atoms/dropdown/dropdown.d.ts.map +0 -1
- package/dist/recipes/atoms/icon/icon.d.ts +0 -50
- package/dist/recipes/atoms/icon/icon.d.ts.map +0 -1
- package/dist/recipes/atoms/inputs/checkbox/checkbox-body.d.ts +0 -3
- package/dist/recipes/atoms/inputs/checkbox/checkbox-body.d.ts.map +0 -1
- package/dist/recipes/atoms/inputs/checkbox/checkbox-description.d.ts +0 -3
- package/dist/recipes/atoms/inputs/checkbox/checkbox-description.d.ts.map +0 -1
- package/dist/recipes/atoms/inputs/checkbox/checkbox-error.d.ts +0 -3
- package/dist/recipes/atoms/inputs/checkbox/checkbox-error.d.ts.map +0 -1
- package/dist/recipes/atoms/inputs/checkbox/checkbox-icon.d.ts +0 -3
- package/dist/recipes/atoms/inputs/checkbox/checkbox-icon.d.ts.map +0 -1
- package/dist/recipes/atoms/inputs/checkbox/checkbox-inner.d.ts +0 -3
- package/dist/recipes/atoms/inputs/checkbox/checkbox-inner.d.ts.map +0 -1
- package/dist/recipes/atoms/inputs/checkbox/checkbox-input.d.ts +0 -3
- package/dist/recipes/atoms/inputs/checkbox/checkbox-input.d.ts.map +0 -1
- package/dist/recipes/atoms/inputs/checkbox/checkbox-label-wrapper.d.ts +0 -3
- package/dist/recipes/atoms/inputs/checkbox/checkbox-label-wrapper.d.ts.map +0 -1
- package/dist/recipes/atoms/inputs/checkbox/checkbox-label.d.ts +0 -3
- package/dist/recipes/atoms/inputs/checkbox/checkbox-label.d.ts.map +0 -1
- package/dist/recipes/atoms/inputs/combobox/combobox-empty.d.ts +0 -4
- package/dist/recipes/atoms/inputs/combobox/combobox-empty.d.ts.map +0 -1
- package/dist/recipes/atoms/inputs/combobox/combobox-option.d.ts +0 -4
- package/dist/recipes/atoms/inputs/combobox/combobox-option.d.ts.map +0 -1
- package/dist/recipes/atoms/inputs/combobox/combobox-section.d.ts +0 -4
- package/dist/recipes/atoms/inputs/combobox/combobox-section.d.ts.map +0 -1
- package/dist/recipes/atoms/inputs/datepicker-dropdown.d.ts +0 -3
- package/dist/recipes/atoms/inputs/datepicker-dropdown.d.ts.map +0 -1
- package/dist/recipes/atoms/inputs/datepicker-input.d.ts +0 -3
- package/dist/recipes/atoms/inputs/datepicker-input.d.ts.map +0 -1
- package/dist/recipes/atoms/inputs/form-control.d.ts +0 -4
- package/dist/recipes/atoms/inputs/form-control.d.ts.map +0 -1
- package/dist/recipes/atoms/inputs/index.d.ts +0 -25
- package/dist/recipes/atoms/inputs/index.d.ts.map +0 -1
- package/dist/recipes/atoms/inputs/input-description.d.ts +0 -3
- package/dist/recipes/atoms/inputs/input-description.d.ts.map +0 -1
- package/dist/recipes/atoms/inputs/input-error.d.ts +0 -3
- package/dist/recipes/atoms/inputs/input-error.d.ts.map +0 -1
- package/dist/recipes/atoms/inputs/input-label.d.ts +0 -3
- package/dist/recipes/atoms/inputs/input-label.d.ts.map +0 -1
- package/dist/recipes/atoms/inputs/input-placeholder.d.ts +0 -3
- package/dist/recipes/atoms/inputs/input-placeholder.d.ts.map +0 -1
- package/dist/recipes/atoms/inputs/input-root.d.ts +0 -3
- package/dist/recipes/atoms/inputs/input-root.d.ts.map +0 -1
- package/dist/recipes/atoms/inputs/input-section.d.ts +0 -3
- package/dist/recipes/atoms/inputs/input-section.d.ts.map +0 -1
- package/dist/recipes/atoms/inputs/input-wrapper.d.ts +0 -3
- package/dist/recipes/atoms/inputs/input-wrapper.d.ts.map +0 -1
- package/dist/recipes/atoms/inputs/input.d.ts +0 -3
- package/dist/recipes/atoms/inputs/input.d.ts.map +0 -1
- package/dist/recipes/atoms/tab/tab-label.d.ts +0 -3
- package/dist/recipes/atoms/tab/tab-label.d.ts.map +0 -1
- package/dist/recipes/atoms/tab/tab-list.d.ts +0 -3
- package/dist/recipes/atoms/tab/tab-list.d.ts.map +0 -1
- package/dist/recipes/atoms/tab/tab-panel.d.ts +0 -3
- package/dist/recipes/atoms/tab/tab-panel.d.ts.map +0 -1
- package/dist/recipes/atoms/tab/tab-section.d.ts +0 -3
- package/dist/recipes/atoms/tab/tab-section.d.ts.map +0 -1
- package/dist/recipes/atoms/tab/tab.d.ts +0 -3
- package/dist/recipes/atoms/tab/tab.d.ts.map +0 -1
- package/dist/recipes/atoms/tab/tabs.d.ts +0 -3
- package/dist/recipes/atoms/tab/tabs.d.ts.map +0 -1
- package/dist/recipes/atoms/wrapped-icon/wrapped-icon.d.ts +0 -3
- package/dist/recipes/atoms/wrapped-icon/wrapped-icon.d.ts.map +0 -1
- package/dist/recipes/index.d.ts +0 -4
- package/dist/recipes/index.d.ts.map +0 -1
- package/dist/recipes/molecules/calendar/calendar-control.d.ts +0 -4
- package/dist/recipes/molecules/calendar/calendar-control.d.ts.map +0 -1
- package/dist/recipes/molecules/calendar/calendar-day.d.ts +0 -3
- package/dist/recipes/molecules/calendar/calendar-day.d.ts.map +0 -1
- package/dist/recipes/molecules/calendar/calendar-header-control-icon.d.ts +0 -4
- package/dist/recipes/molecules/calendar/calendar-header-control-icon.d.ts.map +0 -1
- package/dist/recipes/molecules/calendar/calendar-header-level.d.ts +0 -3
- package/dist/recipes/molecules/calendar/calendar-header-level.d.ts.map +0 -1
- package/dist/recipes/molecules/calendar/calendar-header.d.ts +0 -3
- package/dist/recipes/molecules/calendar/calendar-header.d.ts.map +0 -1
- package/dist/recipes/molecules/calendar/calendar-month-cell.d.ts +0 -3
- package/dist/recipes/molecules/calendar/calendar-month-cell.d.ts.map +0 -1
- package/dist/recipes/molecules/calendar/calendar-month-row.d.ts +0 -3
- package/dist/recipes/molecules/calendar/calendar-month-row.d.ts.map +0 -1
- package/dist/recipes/molecules/calendar/calendar-month.d.ts +0 -3
- package/dist/recipes/molecules/calendar/calendar-month.d.ts.map +0 -1
- package/dist/recipes/molecules/calendar/calendar-months-list-cell.d.ts +0 -3
- package/dist/recipes/molecules/calendar/calendar-months-list-cell.d.ts.map +0 -1
- package/dist/recipes/molecules/calendar/calendar-months-list-control.d.ts +0 -3
- package/dist/recipes/molecules/calendar/calendar-months-list-control.d.ts.map +0 -1
- package/dist/recipes/molecules/calendar/calendar-months-list-row.d.ts +0 -3
- package/dist/recipes/molecules/calendar/calendar-months-list-row.d.ts.map +0 -1
- package/dist/recipes/molecules/calendar/calendar-months-list.d.ts +0 -3
- package/dist/recipes/molecules/calendar/calendar-months-list.d.ts.map +0 -1
- package/dist/recipes/molecules/calendar/calendar-week-day.d.ts +0 -3
- package/dist/recipes/molecules/calendar/calendar-week-day.d.ts.map +0 -1
- package/dist/recipes/molecules/calendar/calendar-weeks-days-row.d.ts +0 -3
- package/dist/recipes/molecules/calendar/calendar-weeks-days-row.d.ts.map +0 -1
- package/dist/recipes/molecules/calendar/calendar-years-list-cell.d.ts +0 -3
- package/dist/recipes/molecules/calendar/calendar-years-list-cell.d.ts.map +0 -1
- package/dist/recipes/molecules/calendar/calendar-years-list-control.d.ts +0 -3
- package/dist/recipes/molecules/calendar/calendar-years-list-control.d.ts.map +0 -1
- package/dist/recipes/molecules/calendar/calendar-years-list-row.d.ts +0 -3
- package/dist/recipes/molecules/calendar/calendar-years-list-row.d.ts.map +0 -1
- package/dist/recipes/molecules/calendar/calendar-years-list.d.ts +0 -3
- package/dist/recipes/molecules/calendar/calendar-years-list.d.ts.map +0 -1
- package/dist/recipes/molecules/calendar/index.d.ts +0 -21
- package/dist/recipes/molecules/calendar/index.d.ts.map +0 -1
- package/dist/recipes/shared/focus.d.ts +0 -4
- package/dist/recipes/shared/focus.d.ts.map +0 -1
- package/dist/semantic-tokens/colors.d.ts +0 -965
- package/dist/semantic-tokens/colors.d.ts.map +0 -1
- package/dist/semantic-tokens/gradients.d.ts +0 -45
- package/dist/semantic-tokens/gradients.d.ts.map +0 -1
- package/dist/semantic-tokens/index.d.ts +0 -1055
- package/dist/semantic-tokens/index.d.ts.map +0 -1
- package/dist/semantic-tokens/shadows.d.ts +0 -27
- package/dist/semantic-tokens/shadows.d.ts.map +0 -1
- package/dist/semantic-tokens/sizes.d.ts +0 -19
- package/dist/semantic-tokens/sizes.d.ts.map +0 -1
- package/dist/tokens/animations.d.ts +0 -14
- package/dist/tokens/animations.d.ts.map +0 -1
- package/dist/tokens/borders.d.ts +0 -18
- package/dist/tokens/borders.d.ts.map +0 -1
- package/dist/tokens/colors.d.ts +0 -260
- package/dist/tokens/colors.d.ts.map +0 -1
- package/dist/tokens/font-sizes.d.ts +0 -33
- package/dist/tokens/font-sizes.d.ts.map +0 -1
- package/dist/tokens/font-weights.d.ts +0 -18
- package/dist/tokens/font-weights.d.ts.map +0 -1
- package/dist/tokens/fonts.d.ts +0 -6
- package/dist/tokens/fonts.d.ts.map +0 -1
- package/dist/tokens/index.d.ts +0 -496
- package/dist/tokens/index.d.ts.map +0 -1
- package/dist/tokens/radii.d.ts +0 -27
- package/dist/tokens/radii.d.ts.map +0 -1
- package/dist/tokens/sizes.d.ts +0 -57
- package/dist/tokens/sizes.d.ts.map +0 -1
- package/dist/tokens/spacing.d.ts +0 -69
- package/dist/tokens/spacing.d.ts.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"wrapped-icon.js","sources":["../../../../src/recipes/atoms/wrapped-icon/wrapped-icon.ts"],"sourcesContent":["import {\n type RecipeBuilder,\n type RecipeVariantRecord,\n defineRecipe,\n} from '@pandabox/define-recipe';\n\nexport const wrappedIcon = defineRecipe({\n className: 'wrapped-icon',\n jsx: ['WrappedIcon'],\n base: {\n display: 'inline-flex',\n alignItems: 'center',\n justifyContent: 'center',\n aspectRatio: '1',\n },\n variants: {\n variant: {\n unstyled: {},\n filled: {\n border: 'none',\n },\n outlined: {\n borderWidth: '1px',\n borderStyle: 'solid',\n backgroundColor: 'transparent',\n },\n },\n shape: {\n unstyled: {},\n rounded: {\n borderRadius: '900',\n },\n square: {\n borderRadius: '50',\n },\n },\n color: {\n unstyled: {},\n primary: {},\n neutral: {},\n },\n size: {\n l: {\n height: '{sizes.600}',\n },\n m: {\n height: '{sizes.500}',\n },\n s: {\n height: '{sizes.400}',\n },\n },\n },\n compoundVariants: [\n {\n variant: 'filled',\n color: 'primary',\n css: {\n color: 'neutral.foreground.1.onBrand.enabled',\n backgroundColor: 'primary.background.2.enabled',\n },\n },\n {\n variant: 'filled',\n color: 'neutral',\n css: {\n color: 'neutral.foreground.2.onBrand.enabled',\n backgroundColor: 'neutral.background.2.enabled',\n },\n },\n {\n variant: 'outlined',\n color: 'primary',\n css: {\n color: 'primary.foreground.1.enabled',\n borderColor: 'primary.stroke.2.enabled',\n },\n },\n {\n variant: 'outlined',\n color: 'neutral',\n css: {\n color: 'neutral.foreground.1.enabled',\n borderColor: 'neutral.stroke.2.enabled',\n },\n },\n ],\n defaultVariants: {\n variant: 'filled',\n shape: 'rounded',\n color: 'neutral',\n size: 'm',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"
|
|
1
|
+
{"version":3,"file":"wrapped-icon.js","names":[],"sources":["../../../../src/recipes/atoms/wrapped-icon/wrapped-icon.ts"],"sourcesContent":["import {\n type RecipeBuilder,\n type RecipeVariantRecord,\n defineRecipe,\n} from '@pandabox/define-recipe';\n\nexport const wrappedIcon = defineRecipe({\n className: 'wrapped-icon',\n jsx: ['WrappedIcon'],\n base: {\n display: 'inline-flex',\n alignItems: 'center',\n justifyContent: 'center',\n aspectRatio: '1',\n },\n variants: {\n variant: {\n unstyled: {},\n filled: {\n border: 'none',\n },\n outlined: {\n borderWidth: '1px',\n borderStyle: 'solid',\n backgroundColor: 'transparent',\n },\n },\n shape: {\n unstyled: {},\n rounded: {\n borderRadius: '900',\n },\n square: {\n borderRadius: '50',\n },\n },\n color: {\n unstyled: {},\n primary: {},\n neutral: {},\n },\n size: {\n l: {\n height: '{sizes.600}',\n },\n m: {\n height: '{sizes.500}',\n },\n s: {\n height: '{sizes.400}',\n },\n },\n },\n compoundVariants: [\n {\n variant: 'filled',\n color: 'primary',\n css: {\n color: 'neutral.foreground.1.onBrand.enabled',\n backgroundColor: 'primary.background.2.enabled',\n },\n },\n {\n variant: 'filled',\n color: 'neutral',\n css: {\n color: 'neutral.foreground.2.onBrand.enabled',\n backgroundColor: 'neutral.background.2.enabled',\n },\n },\n {\n variant: 'outlined',\n color: 'primary',\n css: {\n color: 'primary.foreground.1.enabled',\n borderColor: 'primary.stroke.2.enabled',\n },\n },\n {\n variant: 'outlined',\n color: 'neutral',\n css: {\n color: 'neutral.foreground.1.enabled',\n borderColor: 'neutral.stroke.2.enabled',\n },\n },\n ],\n defaultVariants: {\n variant: 'filled',\n shape: 'rounded',\n color: 'neutral',\n size: 'm',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAc,EAAa,CACtC,UAAW,eACX,IAAK,CAAC,aAAc,EACpB,KAAM,CACJ,QAAS,cACT,WAAY,SACZ,eAAgB,SAChB,YAAa,GACd,EACD,SAAU,CACR,QAAS,CACP,SAAU,CAAE,EACZ,OAAQ,CACN,OAAQ,MACT,EACD,SAAU,CACR,YAAa,MACb,YAAa,QACb,gBAAiB,aAClB,CACF,EACD,MAAO,CACL,SAAU,CAAE,EACZ,QAAS,CACP,aAAc,KACf,EACD,OAAQ,CACN,aAAc,IACf,CACF,EACD,MAAO,CACL,SAAU,CAAE,EACZ,QAAS,CAAE,EACX,QAAS,CAAE,CACZ,EACD,KAAM,CACJ,EAAG,CACD,OAAQ,aACT,EACD,EAAG,CACD,OAAQ,aACT,EACD,EAAG,CACD,OAAQ,aACT,CACF,CACF,EACD,iBAAkB,CAChB,CACE,QAAS,SACT,MAAO,UACP,IAAK,CACH,MAAO,uCACP,gBAAiB,8BAClB,CACF,EACD,CACE,QAAS,SACT,MAAO,UACP,IAAK,CACH,MAAO,uCACP,gBAAiB,8BAClB,CACF,EACD,CACE,QAAS,WACT,MAAO,UACP,IAAK,CACH,MAAO,+BACP,YAAa,0BACd,CACF,EACD,CACE,QAAS,WACT,MAAO,UACP,IAAK,CACH,MAAO,+BACP,YAAa,0BACd,CACF,CACF,EACD,gBAAiB,CACf,QAAS,SACT,MAAO,UACP,MAAO,UACP,KAAM,GACP,CACF,EAAC"}
|
package/dist/recipes/index.js
CHANGED
|
@@ -1,47 +1,2 @@
|
|
|
1
|
-
import { avatar }
|
|
2
|
-
|
|
3
|
-
import { badgeSection } from './atoms/badges/badge-section.js';
|
|
4
|
-
import { breadcrumb } from './atoms/breadcrumbs/breadcrumb.js';
|
|
5
|
-
import { breadcrumbSeparator } from './atoms/breadcrumbs/breadcrumb-separator.js';
|
|
6
|
-
import { breadcrumbs } from './atoms/breadcrumbs/breadcrumbs.js';
|
|
7
|
-
import { buttons } from './atoms/buttons/index.js';
|
|
8
|
-
import { dropdown } from './atoms/dropdown/dropdown.js';
|
|
9
|
-
import { icon } from './atoms/icon/icon.js';
|
|
10
|
-
import { inputs } from './atoms/inputs/index.js';
|
|
11
|
-
import { tab } from './atoms/tab/tab.js';
|
|
12
|
-
import { tabLabel } from './atoms/tab/tab-label.js';
|
|
13
|
-
import { tabList } from './atoms/tab/tab-list.js';
|
|
14
|
-
import { tabPanel } from './atoms/tab/tab-panel.js';
|
|
15
|
-
import { tabSection } from './atoms/tab/tab-section.js';
|
|
16
|
-
import { tabs } from './atoms/tab/tabs.js';
|
|
17
|
-
import { wrappedIcon } from './atoms/wrapped-icon/wrapped-icon.js';
|
|
18
|
-
import { calendar } from './molecules/calendar/index.js';
|
|
19
|
-
import { focus } from './shared/focus.js';
|
|
20
|
-
|
|
21
|
-
const recipes = {
|
|
22
|
-
badge,
|
|
23
|
-
badgeSection,
|
|
24
|
-
breadcrumbs,
|
|
25
|
-
breadcrumb,
|
|
26
|
-
breadcrumbSeparator,
|
|
27
|
-
dropdown,
|
|
28
|
-
focus,
|
|
29
|
-
tab,
|
|
30
|
-
tabLabel,
|
|
31
|
-
tabList,
|
|
32
|
-
tabSection,
|
|
33
|
-
tabPanel,
|
|
34
|
-
tabs,
|
|
35
|
-
wrappedIcon,
|
|
36
|
-
...buttons,
|
|
37
|
-
...inputs,
|
|
38
|
-
...calendar
|
|
39
|
-
};
|
|
40
|
-
const slotRecipes = {
|
|
41
|
-
avatar,
|
|
42
|
-
calendar,
|
|
43
|
-
icon
|
|
44
|
-
};
|
|
45
|
-
|
|
46
|
-
export { recipes, slotRecipes };
|
|
47
|
-
//# sourceMappingURL=index.js.map
|
|
1
|
+
import{avatar as e}from"./atoms/avatar/avatar.js";import{avatarImg as t}from"./atoms/avatar/avatar-img.js";import{avatarText as n}from"./atoms/avatar/avatar-text.js";import{badge as r}from"./atoms/badges/badge.js";import{badgeSection as i}from"./atoms/badges/badge-section.js";import{breadcrumb as a}from"./atoms/breadcrumbs/breadcrumb.js";import{breadcrumbSeparator as o}from"./atoms/breadcrumbs/breadcrumb-separator.js";import{breadcrumbs as s}from"./atoms/breadcrumbs/breadcrumbs.js";import{focus as c}from"./shared/focus.js";import{buttons as l}from"./atoms/buttons/index.js";import{dropdown as u}from"./atoms/dropdown/dropdown.js";import{icon as d}from"./atoms/icon/icon.js";import{inputs as f}from"./atoms/inputs/index.js";import{tab as p}from"./atoms/tab/tab.js";import{tabLabel as m}from"./atoms/tab/tab-label.js";import{tabList as h}from"./atoms/tab/tab-list.js";import{tabPanel as g}from"./atoms/tab/tab-panel.js";import{tabSection as _}from"./atoms/tab/tab-section.js";import{tabs as v}from"./atoms/tab/tabs.js";import{wrappedIcon as y}from"./atoms/wrapped-icon/wrapped-icon.js";import{calendar as b}from"./molecules/calendar/index.js";const x={avatar:e,avatarImg:t,avatarText:n,badge:r,badgeSection:i,breadcrumbs:s,breadcrumb:a,breadcrumbSeparator:o,dropdown:u,focus:c,tab:p,tabLabel:m,tabList:h,tabSection:_,tabPanel:g,tabs:v,wrappedIcon:y,...l,...f,...b},S={calendar:b,icon:d};export{x as recipes,S as slotRecipes};
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -1 +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 { breadcrumb } from './atoms/breadcrumbs/breadcrumb';\nimport { breadcrumbSeparator } from './atoms/breadcrumbs/breadcrumb-separator';\nimport { breadcrumbs } from './atoms/breadcrumbs/breadcrumbs';\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 { tabList } from './atoms/tab/tab-list';\nimport { tabPanel } from './atoms/tab/tab-panel';\nimport { tabSection } from './atoms/tab/tab-section';\nimport { tabs } from './atoms/tab/tabs';\nimport { wrappedIcon } from './atoms/wrapped-icon/wrapped-icon';\nimport { calendar } from './molecules/calendar/index';\nimport { focus } from './shared/focus';\n\nexport const recipes = {\n badge,\n badgeSection,\n breadcrumbs,\n breadcrumb,\n breadcrumbSeparator,\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
|
|
1
|
+
{"version":3,"file":"index.js","names":[],"sources":["../../src/recipes/index.ts"],"sourcesContent":["import type { RecipeConfig, SlotRecipeConfig } from '@pandacss/dev';\n\nimport { avatar } from './atoms/avatar/avatar';\nimport { avatarImg } from './atoms/avatar/avatar-img';\nimport { avatarText } from './atoms/avatar/avatar-text';\nimport { badge } from './atoms/badges/badge';\nimport { badgeSection } from './atoms/badges/badge-section';\nimport { breadcrumb } from './atoms/breadcrumbs/breadcrumb';\nimport { breadcrumbSeparator } from './atoms/breadcrumbs/breadcrumb-separator';\nimport { breadcrumbs } from './atoms/breadcrumbs/breadcrumbs';\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 { tabList } from './atoms/tab/tab-list';\nimport { tabPanel } from './atoms/tab/tab-panel';\nimport { tabSection } from './atoms/tab/tab-section';\nimport { tabs } from './atoms/tab/tabs';\nimport { wrappedIcon } from './atoms/wrapped-icon/wrapped-icon';\nimport { calendar } from './molecules/calendar/index';\nimport { focus } from './shared/focus';\n\nexport const recipes = {\n avatar,\n avatarImg,\n avatarText,\n badge,\n badgeSection,\n breadcrumbs,\n breadcrumb,\n breadcrumbSeparator,\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 calendar,\n icon,\n} as Record<string, Partial<SlotRecipeConfig>>;\n"],"mappings":"2nCA+CA,MAvBa,EAAU,CACrB,SACA,YACA,aACA,QACA,eACA,cACA,aACA,sBACA,WACA,QACA,MACA,WACA,UACA,aACA,WACA,OACA,cACA,GAAG,EACH,GAAG,EACH,GAAG,CACJ,EAEY,EAAc,CACzB,WACA,MACD"}
|
|
@@ -1,32 +1,2 @@
|
|
|
1
|
-
import
|
|
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
|
|
1
|
+
import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`calendar-control`,jsx:[`Datepicker`],base:{color:`neutral.foreground.1.enabled`,fontSize:`300`,fontWeight:`medium`,textAlign:`center`,borderRadius:`200`,cursor:`pointer`,transition:`{animations.base.100}`,display:`flex`,justifyContent:`center`,alignItems:`center`,height:`control.height.100`,width:`control.height.100`,_hover:{backgroundColor:`neutral.background.2.hovered`},_active:{color:`neutral.foreground.2.actived`,backgroundColor:`neutral.background.2.actived`}}});export{t as calendarControl};
|
|
2
|
+
//# sourceMappingURL=calendar-control.js.map
|
|
@@ -1 +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"],"
|
|
1
|
+
{"version":3,"file":"calendar-control.js","names":[],"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"],"mappings":"uDAGA,MAAa,EAAkB,EAAa,CAC1C,UAAW,mBACX,IAAK,CAAC,YAAa,EACnB,KAAM,CACJ,MAAO,+BACP,SAAU,MACV,WAAY,SACZ,UAAW,SACX,aAAc,MACd,OAAQ,UACR,WAAY,wBACZ,QAAS,OACT,eAAgB,SAChB,WAAY,SACZ,OAAQ,qBACR,MAAO,qBACP,OAAQ,CACN,gBAAiB,8BAClB,EACD,QAAS,CACP,MAAO,+BACP,gBAAiB,8BAClB,CACF,CACF,EAAC"}
|
|
@@ -1,38 +1,2 @@
|
|
|
1
|
-
import
|
|
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
|
|
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};
|
|
2
|
+
//# sourceMappingURL=calendar-day.js.map
|
|
@@ -1 +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"],"
|
|
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,YAAa,EACnB,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,8BACR,EACD,OAAQ,CACN,gBAAiB,8BAClB,EACD,UAAW,CACT,gBAAiB,sCACjB,OAAQ,CACN,gBAAiB,4CAClB,CACF,CACF,CACF,EAAC"}
|
|
@@ -1,21 +1,2 @@
|
|
|
1
|
-
import
|
|
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
|
|
1
|
+
import{defineRecipe as e}from"@pandacss/dev";const t=e({className:`calendar-header-control-icon`,jsx:[`Datepicker`],base:{width:`iconSize.200`,aspectRatio:`1`,'&:where([data-direction="next"])':{transform:`rotate(270deg)`},'&:where([data-direction="previous"])':{transform:`rotate(90deg)`}}});export{t as calendarHeaderControlIcon};
|
|
2
|
+
//# sourceMappingURL=calendar-header-control-icon.js.map
|
|
@@ -1 +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"],"
|
|
1
|
+
{"version":3,"file":"calendar-header-control-icon.js","names":[],"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"],"mappings":"6CAGA,MAAa,EAA4B,EAAa,CACpD,UAAW,+BACX,IAAK,CAAC,YAAa,EACnB,KAAM,CACJ,MAAO,eACP,YAAa,IACb,mCAAoC,CAClC,UAAW,gBACZ,EACD,uCAAwC,CACtC,UAAW,eACZ,CACF,CACF,EAAC"}
|
|
@@ -1,15 +1,2 @@
|
|
|
1
|
-
import
|
|
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
|
|
1
|
+
import{calendarControl as e}from"./calendar-control.js";const t=e.merge({className:`calendar-header-level`,jsx:[`Datepicker`],base:{paddingX:`300`,minWidth:`fit-content`}});export{t as calendarHeaderLevel};
|
|
2
|
+
//# sourceMappingURL=calendar-header-level.js.map
|
|
@@ -1 +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"],"
|
|
1
|
+
{"version":3,"file":"calendar-header-level.js","names":[],"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"],"mappings":"wDAMA,MAAa,EAAsB,EAAgB,MAAM,CACvD,UAAW,wBACX,IAAK,CAAC,YAAa,EACnB,KAAM,CACJ,SAAU,MACV,SAAU,aACX,CACF,EAAC"}
|
|
@@ -1,17 +1,2 @@
|
|
|
1
|
-
import
|
|
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
|
|
1
|
+
import{defineRecipe as e}from"@pandacss/dev";const t=e({className:`calendar-header`,jsx:[`Datepicker`],base:{display:`flex`,alignItems:`center`,justifyContent:`space-between`,marginBottom:`400`}});export{t as calendarHeader};
|
|
2
|
+
//# sourceMappingURL=calendar-header.js.map
|
|
@@ -1 +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"],"
|
|
1
|
+
{"version":3,"file":"calendar-header.js","names":[],"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"],"mappings":"6CAMA,MAAa,EAAiB,EAAa,CACzC,UAAW,kBACX,IAAK,CAAC,YAAa,EACnB,KAAM,CACJ,QAAS,OACT,WAAY,SACZ,eAAgB,gBAChB,aAAc,KACf,CACF,EAAC"}
|
|
@@ -1,12 +1,2 @@
|
|
|
1
|
-
import
|
|
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
|
|
1
|
+
import{defineRecipe as e}from"@pandacss/dev";const t=e({className:`calendar-month-cell`,jsx:[`Datepicker`],base:{}});export{t as calendarMonthCell};
|
|
2
|
+
//# sourceMappingURL=calendar-month-cell.js.map
|
|
@@ -1 +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"],"
|
|
1
|
+
{"version":3,"file":"calendar-month-cell.js","names":[],"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"],"mappings":"6CAMA,MAAa,EAAoB,EAAa,CAC5C,UAAW,sBACX,IAAK,CAAC,YAAa,EACnB,KAAM,CAAE,CACT,EAAC"}
|
|
@@ -1,17 +1,2 @@
|
|
|
1
|
-
import
|
|
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
|
|
1
|
+
import{defineRecipe as e}from"@pandacss/dev";const t=e({className:`calendar-month-row`,jsx:[`Datepicker`],base:{display:`grid`,gridTemplateColumns:`repeat(7, 1fr)`,gap:`100`,marginBottom:`200`}});export{t as calendarMonthRow};
|
|
2
|
+
//# sourceMappingURL=calendar-month-row.js.map
|
|
@@ -1 +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"],"
|
|
1
|
+
{"version":3,"file":"calendar-month-row.js","names":[],"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"],"mappings":"6CAMA,MAAa,EAAmB,EAAa,CAC3C,UAAW,qBACX,IAAK,CAAC,YAAa,EACnB,KAAM,CACJ,QAAS,OACT,oBAAqB,iBACrB,IAAK,MACL,aAAc,KACf,CACF,EAAC"}
|
|
@@ -1,14 +1,2 @@
|
|
|
1
|
-
import
|
|
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
|
|
1
|
+
import{defineRecipe as e}from"@pandacss/dev";const t=e({className:`calendar-month`,jsx:[`Datepicker`],base:{width:`100%`}});export{t as calendarMonth};
|
|
2
|
+
//# sourceMappingURL=calendar-month.js.map
|
|
@@ -1 +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"],"
|
|
1
|
+
{"version":3,"file":"calendar-month.js","names":[],"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"],"mappings":"6CAMA,MAAa,EAAgB,EAAa,CACxC,UAAW,iBACX,IAAK,CAAC,YAAa,EACnB,KAAM,CACJ,MAAO,MACR,CACF,EAAC"}
|
|
@@ -1,15 +1,2 @@
|
|
|
1
|
-
import
|
|
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
|
|
1
|
+
import{defineRecipe as e}from"@pandacss/dev";const t=e({className:`calendar-months-list-cell`,jsx:[`Datepicker`],base:{display:`flex`,justifyContent:`center`}});export{t as calendarMonthsListCell};
|
|
2
|
+
//# sourceMappingURL=calendar-months-list-cell.js.map
|
|
@@ -1 +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"],"
|
|
1
|
+
{"version":3,"file":"calendar-months-list-cell.js","names":[],"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"],"mappings":"6CAMA,MAAa,EAAyB,EAAa,CACjD,UAAW,4BACX,IAAK,CAAC,YAAa,EACnB,KAAM,CACJ,QAAS,OACT,eAAgB,QACjB,CACF,EAAC"}
|
|
@@ -1,15 +1,2 @@
|
|
|
1
|
-
import
|
|
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
|
|
1
|
+
import{calendarControl as e}from"./calendar-control.js";const t=e.merge({className:`calendar-months-list-control`,jsx:[`Datepicker`],base:{width:`auto!`,paddingX:`200!`}});export{t as calendarMonthsListControl};
|
|
2
|
+
//# sourceMappingURL=calendar-months-list-control.js.map
|
|
@@ -1 +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"],"
|
|
1
|
+
{"version":3,"file":"calendar-months-list-control.js","names":[],"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"],"mappings":"wDAMA,MAAa,EAA4B,EAAgB,MAAM,CAC7D,UAAW,+BACX,IAAK,CAAC,YAAa,EACnB,KAAM,CACJ,MAAO,QACP,SAAU,MACX,CACF,EAAC"}
|
|
@@ -1,17 +1,2 @@
|
|
|
1
|
-
import
|
|
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
|
|
1
|
+
import{defineRecipe as e}from"@pandacss/dev";const t=e({className:`calendar-months-list-row`,jsx:[`Datepicker`],base:{display:`grid`,gridTemplateColumns:`repeat(3, 1fr)`,gap:`100`,marginBottom:`200`}});export{t as calendarMonthsListRow};
|
|
2
|
+
//# sourceMappingURL=calendar-months-list-row.js.map
|
|
@@ -1 +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"],"
|
|
1
|
+
{"version":3,"file":"calendar-months-list-row.js","names":[],"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"],"mappings":"6CAMA,MAAa,EAAwB,EAAa,CAChD,UAAW,2BACX,IAAK,CAAC,YAAa,EACnB,KAAM,CACJ,QAAS,OACT,oBAAqB,iBACrB,IAAK,MACL,aAAc,KACf,CACF,EAAC"}
|
|
@@ -1,14 +1,2 @@
|
|
|
1
|
-
import
|
|
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
|
|
1
|
+
import{defineRecipe as e}from"@pandacss/dev";const t=e({className:`calendar-months-list`,jsx:[`Datepicker`],base:{width:`100%`}});export{t as calendarMonthsList};
|
|
2
|
+
//# sourceMappingURL=calendar-months-list.js.map
|
|
@@ -1 +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"],"
|
|
1
|
+
{"version":3,"file":"calendar-months-list.js","names":[],"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"],"mappings":"6CAMA,MAAa,EAAqB,EAAa,CAC7C,UAAW,uBACX,IAAK,CAAC,YAAa,EACnB,KAAM,CACJ,MAAO,MACR,CACF,EAAC"}
|
|
@@ -1,18 +1,2 @@
|
|
|
1
|
-
import
|
|
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
|
|
1
|
+
import{defineRecipe as e}from"@pandacss/dev";const t=e({className:`calendar-week-day`,jsx:[`Datepicker`],base:{fontSize:`100`,fontWeight:`medium`,color:`neutral.foreground.2.enabled`,textAlign:`center`,textTransform:`uppercase`}});export{t as calendarWeekDay};
|
|
2
|
+
//# sourceMappingURL=calendar-week-day.js.map
|
|
@@ -1 +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"],"
|
|
1
|
+
{"version":3,"file":"calendar-week-day.js","names":[],"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"],"mappings":"6CAMA,MAAa,EAAkB,EAAa,CAC1C,UAAW,oBACX,IAAK,CAAC,YAAa,EACnB,KAAM,CACJ,SAAU,MACV,WAAY,SACZ,MAAO,+BACP,UAAW,SACX,cAAe,WAChB,CACF,EAAC"}
|
|
@@ -1,17 +1,2 @@
|
|
|
1
|
-
import
|
|
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
|
|
1
|
+
import{defineRecipe as e}from"@pandacss/dev";const t=e({className:`calendar-week-days-row`,jsx:[`Datepicker`],base:{display:`grid`,gridTemplateColumns:`repeat(7, 1fr)`,gap:`100`,marginBottom:`200`}});export{t as calendarWeekDaysRow};
|
|
2
|
+
//# sourceMappingURL=calendar-weeks-days-row.js.map
|
|
@@ -1 +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"],"
|
|
1
|
+
{"version":3,"file":"calendar-weeks-days-row.js","names":[],"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"],"mappings":"6CAMA,MAAa,EAAsB,EAAa,CAC9C,UAAW,yBACX,IAAK,CAAC,YAAa,EACnB,KAAM,CACJ,QAAS,OACT,oBAAqB,iBACrB,IAAK,MACL,aAAc,KACf,CACF,EAAC"}
|
|
@@ -1,15 +1,2 @@
|
|
|
1
|
-
import
|
|
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
|
|
1
|
+
import{defineRecipe as e}from"@pandacss/dev";const t=e({className:`calendar-years-list-cell`,jsx:[`Datepicker`],base:{display:`flex`,justifyContent:`center`}});export{t as calendarYearsListCell};
|
|
2
|
+
//# sourceMappingURL=calendar-years-list-cell.js.map
|
|
@@ -1 +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"],"
|
|
1
|
+
{"version":3,"file":"calendar-years-list-cell.js","names":[],"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"],"mappings":"6CAMA,MAAa,EAAwB,EAAa,CAChD,UAAW,2BACX,IAAK,CAAC,YAAa,EACnB,KAAM,CACJ,QAAS,OACT,eAAgB,QACjB,CACF,EAAC"}
|
|
@@ -1,12 +1,2 @@
|
|
|
1
|
-
import
|
|
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
|
|
1
|
+
import{calendarControl as e}from"./calendar-control.js";const t=e.merge({className:`calendar-years-list-control`,jsx:[`Datepicker`],base:{}});export{t as calendarYearsListControl};
|
|
2
|
+
//# sourceMappingURL=calendar-years-list-control.js.map
|
|
@@ -1 +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"],"
|
|
1
|
+
{"version":3,"file":"calendar-years-list-control.js","names":[],"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"],"mappings":"wDAMA,MAAa,EAA2B,EAAgB,MAAM,CAC5D,UAAW,8BACX,IAAK,CAAC,YAAa,EACnB,KAAM,CAAE,CACT,EAAC"}
|