@mage-ui/preset 0.0.14 → 0.0.16
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
package/dist/conditions/index.js
CHANGED
|
@@ -1,8 +1,2 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
const conditions = {
|
|
4
|
-
...itemSelectors
|
|
5
|
-
};
|
|
6
|
-
|
|
7
|
-
export { conditions };
|
|
8
|
-
//# sourceMappingURL=index.js.map
|
|
1
|
+
import{itemSelectors as e}from"./item-selectors.js";const t={...e};export{t as conditions};
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../src/conditions/index.ts"],"sourcesContent":["import { itemSelectors } from './item-selectors';\n\nexport const conditions = {\n ...itemSelectors,\n};\n"],"
|
|
1
|
+
{"version":3,"file":"index.js","names":[],"sources":["../../src/conditions/index.ts"],"sourcesContent":["import { itemSelectors } from './item-selectors';\n\nexport const conditions = {\n ...itemSelectors,\n};\n"],"mappings":"oDAEA,MAAa,EAAa,CACxB,GAAG,CACJ"}
|
|
@@ -1,7 +1,2 @@
|
|
|
1
|
-
const
|
|
2
|
-
|
|
3
|
-
groupInvalid: '.group:is(:invalid, [aria-invalid=true], [data-invalid=true], [data-error="true"]) &'
|
|
4
|
-
};
|
|
5
|
-
|
|
6
|
-
export { itemSelectors };
|
|
7
|
-
//# sourceMappingURL=item-selectors.js.map
|
|
1
|
+
const e={invalid:`&:is(:invalid, [aria-invalid="true"], [data-invalid="true"], [data-error="true"])`,groupInvalid:`.group:is(:invalid, [aria-invalid=true], [data-invalid=true], [data-error="true"]) &`};export{e as itemSelectors};
|
|
2
|
+
//# sourceMappingURL=item-selectors.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"item-selectors.js","sources":["../../src/conditions/item-selectors.ts"],"sourcesContent":["export const itemSelectors = {\n invalid:\n '&:is(:invalid, [aria-invalid=\"true\"], [data-invalid=\"true\"], [data-error=\"true\"])',\n groupInvalid:\n '.group:is(:invalid, [aria-invalid=true], [data-invalid=true], [data-error=\"true\"]) &',\n};\n"],"
|
|
1
|
+
{"version":3,"file":"item-selectors.js","names":[],"sources":["../../src/conditions/item-selectors.ts"],"sourcesContent":["export const itemSelectors = {\n invalid:\n '&:is(:invalid, [aria-invalid=\"true\"], [data-invalid=\"true\"], [data-error=\"true\"])',\n groupInvalid:\n '.group:is(:invalid, [aria-invalid=true], [data-invalid=true], [data-error=\"true\"]) &',\n};\n"],"mappings":"AAAA,MAAa,EAAgB,CAC3B,QACE,oFACF,aACE,uFACH"}
|
package/dist/index.d.ts
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
import * as _pandacss_dev0 from "@pandacss/dev";
|
|
2
|
+
|
|
3
|
+
//#region src/index.d.ts
|
|
4
|
+
declare const _default: _pandacss_dev0.Preset;
|
|
5
|
+
|
|
6
|
+
//#endregion
|
|
7
|
+
export { _default as default };
|
|
3
8
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","
|
|
1
|
+
{"version":3,"file":"index.d.ts","names":[],"sources":["../src/index.ts"],"sourcesContent":[],"mappings":""}
|
package/dist/index.js
CHANGED
|
@@ -1,21 +1,2 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
import { slotRecipes, recipes } from './recipes/index.js';
|
|
4
|
-
import { semanticTokens } from './semantic-tokens/index.js';
|
|
5
|
-
import { tokens } from './tokens/index.js';
|
|
6
|
-
|
|
7
|
-
var index = definePreset({
|
|
8
|
-
name: 'preset',
|
|
9
|
-
conditions,
|
|
10
|
-
theme: {
|
|
11
|
-
extend: {
|
|
12
|
-
tokens,
|
|
13
|
-
semanticTokens,
|
|
14
|
-
recipes,
|
|
15
|
-
slotRecipes
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
});
|
|
19
|
-
|
|
20
|
-
export { index as default };
|
|
21
|
-
//# sourceMappingURL=index.js.map
|
|
1
|
+
import{conditions as e}from"./conditions/index.js";import{recipes as t,slotRecipes as n}from"./recipes/index.js";import{semanticTokens as r}from"./semantic-tokens/index.js";import{tokens as i}from"./tokens/index.js";import{definePreset as a}from"@pandacss/dev";var o=a({name:`mage-preset`,conditions:e,theme:{extend:{tokens:i,semanticTokens:r,recipes:t,slotRecipes:n}}});export{o as default};
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../src/index.ts"],"sourcesContent":["import { definePreset } from '@pandacss/dev';\nimport { conditions } from './conditions';\nimport { recipes } from './recipes';\nimport { slotRecipes } from './recipes/index';\nimport { semanticTokens } from './semantic-tokens';\nimport { tokens } from './tokens';\n\nexport default definePreset({\n name: 'preset',\n conditions,\n theme: {\n extend: {\n tokens,\n semanticTokens,\n recipes,\n slotRecipes,\n },\n },\n});\n"],"
|
|
1
|
+
{"version":3,"file":"index.js","names":[],"sources":["../src/index.ts"],"sourcesContent":["import { definePreset } from '@pandacss/dev';\nimport { conditions } from './conditions';\nimport { recipes } from './recipes';\nimport { slotRecipes } from './recipes/index';\nimport { semanticTokens } from './semantic-tokens';\nimport { tokens } from './tokens';\n\nexport default definePreset({\n name: 'mage-preset',\n conditions,\n theme: {\n extend: {\n tokens,\n semanticTokens,\n recipes,\n slotRecipes,\n },\n },\n});\n"],"mappings":"qQAOA,IAAA,EAAe,EAAa,CAC1B,KAAM,cACN,aACA,MAAO,CACL,OAAQ,CACN,SACA,iBACA,UACA,aACD,CACF,CACF,EAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"avatar-img.js","names":[],"sources":["../../../../src/recipes/atoms/avatar/avatar-img.ts"],"sourcesContent":["import {\n type RecipeBuilder,\n type RecipeVariantRecord,\n defineRecipe,\n} from '@pandabox/define-recipe';\n\nexport const avatarImg = defineRecipe({\n className: 'avatar-img',\n jsx: ['AvatarImg'],\n base: {\n width: '100%',\n height: '100%',\n objectFit: 'cover',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAY,EAAa,CACpC,UAAW,aACX,IAAK,CAAC,WAAY,EAClB,KAAM,CACJ,MAAO,OACP,OAAQ,OACR,UAAW,OACZ,CACF,EAAC"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`avatar-text`,jsx:[`AvatarText`],base:{lineHeight:`1`,fontWeight:`regular`,color:`neutral.foreground.1.onBrand.enabled`,textDecoration:`none`},variants:{size:{s:{fontSize:`200`},m:{fontSize:`300`},l:{fontSize:`800`}}},defaultVariants:{size:`m`}});export{t as avatarText};
|
|
2
|
+
//# sourceMappingURL=avatar-text.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"avatar-text.js","names":[],"sources":["../../../../src/recipes/atoms/avatar/avatar-text.ts"],"sourcesContent":["import {\n type RecipeBuilder,\n type RecipeVariantRecord,\n defineRecipe,\n} from '@pandabox/define-recipe';\n\nexport const avatarText = defineRecipe({\n className: 'avatar-text',\n jsx: ['AvatarText'],\n base: {\n lineHeight: '1',\n fontWeight: 'regular',\n color: 'neutral.foreground.1.onBrand.enabled',\n textDecoration: 'none',\n },\n variants: {\n size: {\n s: {\n fontSize: '200',\n },\n m: {\n fontSize: '300',\n },\n l: {\n fontSize: '800',\n },\n },\n },\n defaultVariants: {\n size: 'm',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAa,EAAa,CACrC,UAAW,cACX,IAAK,CAAC,YAAa,EACnB,KAAM,CACJ,WAAY,IACZ,WAAY,UACZ,MAAO,uCACP,eAAgB,MACjB,EACD,SAAU,CACR,KAAM,CACJ,EAAG,CACD,SAAU,KACX,EACD,EAAG,CACD,SAAU,KACX,EACD,EAAG,CACD,SAAU,KACX,CACF,CACF,EACD,gBAAiB,CACf,KAAM,GACP,CACF,EAAC"}
|
|
@@ -1,73 +1,2 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
const avatar = defineSlotRecipe({
|
|
4
|
-
className: 'avatar',
|
|
5
|
-
jsx: [
|
|
6
|
-
'Avatar'
|
|
7
|
-
],
|
|
8
|
-
slots: [
|
|
9
|
-
'root',
|
|
10
|
-
'img',
|
|
11
|
-
'text'
|
|
12
|
-
],
|
|
13
|
-
base: {
|
|
14
|
-
root: {
|
|
15
|
-
display: 'flex',
|
|
16
|
-
justifyContent: 'center',
|
|
17
|
-
alignItems: 'center',
|
|
18
|
-
flexShrink: 0,
|
|
19
|
-
aspectRatio: '1',
|
|
20
|
-
borderRadius: '900',
|
|
21
|
-
backgroundColor: 'primary.background.1.enabled',
|
|
22
|
-
overflow: 'hidden'
|
|
23
|
-
},
|
|
24
|
-
img: {
|
|
25
|
-
width: '100%',
|
|
26
|
-
height: '100%',
|
|
27
|
-
objectFit: 'cover'
|
|
28
|
-
},
|
|
29
|
-
text: {
|
|
30
|
-
lineHeight: '1',
|
|
31
|
-
fontWeight: 'regular',
|
|
32
|
-
color: 'neutral.foreground.1.onBrand.enabled',
|
|
33
|
-
textDecoration: 'none'
|
|
34
|
-
}
|
|
35
|
-
},
|
|
36
|
-
variants: {
|
|
37
|
-
size: {
|
|
38
|
-
s: {
|
|
39
|
-
root: {
|
|
40
|
-
width: '{sizes.300}',
|
|
41
|
-
height: '{sizes.300}'
|
|
42
|
-
},
|
|
43
|
-
text: {
|
|
44
|
-
fontSize: '200'
|
|
45
|
-
}
|
|
46
|
-
},
|
|
47
|
-
m: {
|
|
48
|
-
root: {
|
|
49
|
-
width: '{sizes.400}',
|
|
50
|
-
height: '{sizes.400}'
|
|
51
|
-
},
|
|
52
|
-
text: {
|
|
53
|
-
fontSize: '300'
|
|
54
|
-
}
|
|
55
|
-
},
|
|
56
|
-
l: {
|
|
57
|
-
root: {
|
|
58
|
-
width: '{sizes.1000}',
|
|
59
|
-
height: '{sizes.1000}'
|
|
60
|
-
},
|
|
61
|
-
text: {
|
|
62
|
-
fontSize: '800'
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
},
|
|
67
|
-
defaultVariants: {
|
|
68
|
-
size: 'm'
|
|
69
|
-
}
|
|
70
|
-
});
|
|
71
|
-
|
|
72
|
-
export { avatar };
|
|
73
|
-
//# sourceMappingURL=avatar.js.map
|
|
1
|
+
import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`avatar`,jsx:[`Avatar`],base:{display:`flex`,justifyContent:`center`,alignItems:`center`,flexShrink:0,aspectRatio:`1`,borderRadius:`900`,backgroundColor:`primary.background.1.enabled`,overflow:`hidden`},variants:{size:{s:{width:`{sizes.300}`,height:`{sizes.300}`},m:{width:`{sizes.400}`,height:`{sizes.400}`},l:{width:`{sizes.1000}`,height:`{sizes.1000}`}}},defaultVariants:{size:`m`}});export{t as avatar};
|
|
2
|
+
//# sourceMappingURL=avatar.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"avatar.js","sources":["../../../../src/recipes/atoms/avatar/avatar.ts"],"sourcesContent":["import {
|
|
1
|
+
{"version":3,"file":"avatar.js","names":[],"sources":["../../../../src/recipes/atoms/avatar/avatar.ts"],"sourcesContent":["import {\n type RecipeBuilder,\n type RecipeVariantRecord,\n defineRecipe,\n} from '@pandabox/define-recipe';\n\nexport const avatar = defineRecipe({\n className: 'avatar',\n jsx: ['Avatar'],\n\n base: {\n display: 'flex',\n justifyContent: 'center',\n alignItems: 'center',\n flexShrink: 0,\n aspectRatio: '1',\n borderRadius: '900',\n backgroundColor: 'primary.background.1.enabled',\n overflow: 'hidden',\n },\n variants: {\n size: {\n s: {\n width: '{sizes.300}',\n height: '{sizes.300}',\n },\n m: {\n width: '{sizes.400}',\n height: '{sizes.400}',\n },\n l: {\n width: '{sizes.1000}',\n height: '{sizes.1000}',\n },\n },\n },\n defaultVariants: {\n size: 'm',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAS,EAAa,CACjC,UAAW,SACX,IAAK,CAAC,QAAS,EAEf,KAAM,CACJ,QAAS,OACT,eAAgB,SAChB,WAAY,SACZ,WAAY,EACZ,YAAa,IACb,aAAc,MACd,gBAAiB,+BACjB,SAAU,QACX,EACD,SAAU,CACR,KAAM,CACJ,EAAG,CACD,MAAO,cACP,OAAQ,aACT,EACD,EAAG,CACD,MAAO,cACP,OAAQ,aACT,EACD,EAAG,CACD,MAAO,eACP,OAAQ,cACT,CACF,CACF,EACD,gBAAiB,CACf,KAAM,GACP,CACF,EAAC"}
|
|
@@ -1,17 +1,2 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
const badgeSection = defineRecipe({
|
|
4
|
-
className: 'badge-section',
|
|
5
|
-
jsx: [
|
|
6
|
-
'Badge'
|
|
7
|
-
],
|
|
8
|
-
base: {
|
|
9
|
-
display: 'inline-flex',
|
|
10
|
-
alignItems: 'center',
|
|
11
|
-
justifyContent: 'center',
|
|
12
|
-
gap: '150'
|
|
13
|
-
}
|
|
14
|
-
});
|
|
15
|
-
|
|
16
|
-
export { badgeSection };
|
|
17
|
-
//# sourceMappingURL=badge-section.js.map
|
|
1
|
+
import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`badge-section`,jsx:[`BadgeSection`],base:{display:`inline-flex`,alignItems:`center`,justifyContent:`center`,gap:`150`}});export{t as badgeSection};
|
|
2
|
+
//# sourceMappingURL=badge-section.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"badge-section.js","sources":["../../../../src/recipes/atoms/badges/badge-section.ts"],"sourcesContent":["import {\n type RecipeBuilder,\n type RecipeVariantRecord,\n defineRecipe,\n} from '@pandabox/define-recipe';\n\nexport const badgeSection = defineRecipe({\n className: 'badge-section',\n jsx: ['
|
|
1
|
+
{"version":3,"file":"badge-section.js","names":[],"sources":["../../../../src/recipes/atoms/badges/badge-section.ts"],"sourcesContent":["import {\n type RecipeBuilder,\n type RecipeVariantRecord,\n defineRecipe,\n} from '@pandabox/define-recipe';\n\nexport const badgeSection = defineRecipe({\n className: 'badge-section',\n jsx: ['BadgeSection'],\n base: {\n display: 'inline-flex',\n alignItems: 'center',\n justifyContent: 'center',\n gap: '150',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAe,EAAa,CACvC,UAAW,gBACX,IAAK,CAAC,cAAe,EACrB,KAAM,CACJ,QAAS,cACT,WAAY,SACZ,eAAgB,SAChB,IAAK,KACN,CACF,EAAC"}
|
|
@@ -1,52 +1,2 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
const badge = defineRecipe({
|
|
4
|
-
className: 'badge',
|
|
5
|
-
jsx: [
|
|
6
|
-
'Badge'
|
|
7
|
-
],
|
|
8
|
-
base: {
|
|
9
|
-
display: 'inline-flex',
|
|
10
|
-
justifyContent: 'center',
|
|
11
|
-
alignItems: 'center',
|
|
12
|
-
fontSize: '200',
|
|
13
|
-
paddingX: '200',
|
|
14
|
-
paddingY: '150',
|
|
15
|
-
borderRadius: '900',
|
|
16
|
-
gap: '150'
|
|
17
|
-
},
|
|
18
|
-
variants: {
|
|
19
|
-
status: {
|
|
20
|
-
neutral: {
|
|
21
|
-
backgroundColor: 'neutral.background.alpha.enabled',
|
|
22
|
-
color: 'neutral.foreground.1.enabled'
|
|
23
|
-
},
|
|
24
|
-
primary: {
|
|
25
|
-
backgroundColor: 'primary.background.alpha.enabled',
|
|
26
|
-
color: 'primary.foreground.4.enabled'
|
|
27
|
-
},
|
|
28
|
-
secondary: {
|
|
29
|
-
backgroundColor: 'secondary.background.alpha.enabled',
|
|
30
|
-
color: 'neutral.foreground.2.enabled'
|
|
31
|
-
},
|
|
32
|
-
success: {
|
|
33
|
-
backgroundColor: 'success.background.alpha.enabled',
|
|
34
|
-
color: 'success.foreground.2.enabled'
|
|
35
|
-
},
|
|
36
|
-
error: {
|
|
37
|
-
backgroundColor: 'danger.background.alpha.enabled',
|
|
38
|
-
color: 'danger.foreground.2.enabled'
|
|
39
|
-
},
|
|
40
|
-
warning: {
|
|
41
|
-
backgroundColor: 'warning.background.alpha.enabled',
|
|
42
|
-
color: 'warning.foreground.2.enabled'
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
},
|
|
46
|
-
defaultVariants: {
|
|
47
|
-
status: 'neutral'
|
|
48
|
-
}
|
|
49
|
-
});
|
|
50
|
-
|
|
51
|
-
export { badge };
|
|
52
|
-
//# sourceMappingURL=badge.js.map
|
|
1
|
+
import{defineRecipe as e}from"@pandacss/dev";const t=e({className:`badge`,jsx:[`Badge`],base:{display:`inline-flex`,justifyContent:`center`,alignItems:`center`,fontSize:`200`,paddingX:`200`,paddingY:`150`,borderRadius:`900`,gap:`150`},variants:{status:{neutral:{backgroundColor:`neutral.background.alpha.enabled`,color:`neutral.foreground.1.enabled`},primary:{backgroundColor:`primary.background.alpha.enabled`,color:`primary.foreground.4.enabled`},secondary:{backgroundColor:`secondary.background.alpha.enabled`,color:`neutral.foreground.2.enabled`},success:{backgroundColor:`success.background.alpha.enabled`,color:`success.foreground.2.enabled`},error:{backgroundColor:`danger.background.alpha.enabled`,color:`danger.foreground.2.enabled`},warning:{backgroundColor:`warning.background.alpha.enabled`,color:`warning.foreground.2.enabled`}}},defaultVariants:{status:`neutral`}});export{t as badge};
|
|
2
|
+
//# sourceMappingURL=badge.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"badge.js","sources":["../../../../src/recipes/atoms/badges/badge.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\nimport { defineRecipe } from '@pandacss/dev';\n\nexport const badge = defineRecipe({\n className: 'badge',\n jsx: ['Badge'],\n base: {\n display: 'inline-flex',\n justifyContent: 'center',\n alignItems: 'center',\n fontSize: '200',\n paddingX: '200',\n paddingY: '150',\n borderRadius: '900',\n gap: '150',\n },\n variants: {\n status: {\n neutral: {\n backgroundColor: 'neutral.background.alpha.enabled',\n color: 'neutral.foreground.1.enabled',\n },\n primary: {\n backgroundColor: 'primary.background.alpha.enabled',\n color: 'primary.foreground.4.enabled',\n },\n secondary: {\n backgroundColor: 'secondary.background.alpha.enabled',\n color: 'neutral.foreground.2.enabled',\n },\n success: {\n backgroundColor: 'success.background.alpha.enabled',\n color: 'success.foreground.2.enabled',\n },\n error: {\n backgroundColor: 'danger.background.alpha.enabled',\n color: 'danger.foreground.2.enabled',\n },\n warning: {\n backgroundColor: 'warning.background.alpha.enabled',\n color: 'warning.foreground.2.enabled',\n },\n },\n },\n defaultVariants: {\n status: 'neutral',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"
|
|
1
|
+
{"version":3,"file":"badge.js","names":[],"sources":["../../../../src/recipes/atoms/badges/badge.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\nimport { defineRecipe } from '@pandacss/dev';\n\nexport const badge = defineRecipe({\n className: 'badge',\n jsx: ['Badge'],\n base: {\n display: 'inline-flex',\n justifyContent: 'center',\n alignItems: 'center',\n fontSize: '200',\n paddingX: '200',\n paddingY: '150',\n borderRadius: '900',\n gap: '150',\n },\n variants: {\n status: {\n neutral: {\n backgroundColor: 'neutral.background.alpha.enabled',\n color: 'neutral.foreground.1.enabled',\n },\n primary: {\n backgroundColor: 'primary.background.alpha.enabled',\n color: 'primary.foreground.4.enabled',\n },\n secondary: {\n backgroundColor: 'secondary.background.alpha.enabled',\n color: 'neutral.foreground.2.enabled',\n },\n success: {\n backgroundColor: 'success.background.alpha.enabled',\n color: 'success.foreground.2.enabled',\n },\n error: {\n backgroundColor: 'danger.background.alpha.enabled',\n color: 'danger.foreground.2.enabled',\n },\n warning: {\n backgroundColor: 'warning.background.alpha.enabled',\n color: 'warning.foreground.2.enabled',\n },\n },\n },\n defaultVariants: {\n status: 'neutral',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"6CAMA,MAAa,EAAQ,EAAa,CAChC,UAAW,QACX,IAAK,CAAC,OAAQ,EACd,KAAM,CACJ,QAAS,cACT,eAAgB,SAChB,WAAY,SACZ,SAAU,MACV,SAAU,MACV,SAAU,MACV,aAAc,MACd,IAAK,KACN,EACD,SAAU,CACR,OAAQ,CACN,QAAS,CACP,gBAAiB,mCACjB,MAAO,8BACR,EACD,QAAS,CACP,gBAAiB,mCACjB,MAAO,8BACR,EACD,UAAW,CACT,gBAAiB,qCACjB,MAAO,8BACR,EACD,QAAS,CACP,gBAAiB,mCACjB,MAAO,8BACR,EACD,MAAO,CACL,gBAAiB,kCACjB,MAAO,6BACR,EACD,QAAS,CACP,gBAAiB,mCACjB,MAAO,8BACR,CACF,CACF,EACD,gBAAiB,CACf,OAAQ,SACT,CACF,EAAC"}
|
|
@@ -1,15 +1,2 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
const breadcrumbSeparator = defineRecipe({
|
|
4
|
-
className: 'breadcrumb-separator',
|
|
5
|
-
jsx: [
|
|
6
|
-
'BreadcrumbSeparator'
|
|
7
|
-
],
|
|
8
|
-
base: {
|
|
9
|
-
display: 'flex',
|
|
10
|
-
alignItems: 'center'
|
|
11
|
-
}
|
|
12
|
-
});
|
|
13
|
-
|
|
14
|
-
export { breadcrumbSeparator };
|
|
15
|
-
//# sourceMappingURL=breadcrumb-separator.js.map
|
|
1
|
+
import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`breadcrumb-separator`,jsx:[`BreadcrumbSeparator`],base:{display:`flex`,alignItems:`center`}});export{t as breadcrumbSeparator};
|
|
2
|
+
//# sourceMappingURL=breadcrumb-separator.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"breadcrumb-separator.js","sources":["../../../../src/recipes/atoms/breadcrumbs/breadcrumb-separator.ts"],"sourcesContent":["import {\n type RecipeBuilder,\n type RecipeVariantRecord,\n defineRecipe,\n} from '@pandabox/define-recipe';\n\nexport const breadcrumbSeparator = defineRecipe({\n className: 'breadcrumb-separator',\n jsx: ['BreadcrumbSeparator'],\n base: {\n display: 'flex',\n alignItems: 'center',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"
|
|
1
|
+
{"version":3,"file":"breadcrumb-separator.js","names":[],"sources":["../../../../src/recipes/atoms/breadcrumbs/breadcrumb-separator.ts"],"sourcesContent":["import {\n type RecipeBuilder,\n type RecipeVariantRecord,\n defineRecipe,\n} from '@pandabox/define-recipe';\n\nexport const breadcrumbSeparator = defineRecipe({\n className: 'breadcrumb-separator',\n jsx: ['BreadcrumbSeparator'],\n base: {\n display: 'flex',\n alignItems: 'center',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAsB,EAAa,CAC9C,UAAW,uBACX,IAAK,CAAC,qBAAsB,EAC5B,KAAM,CACJ,QAAS,OACT,WAAY,QACb,CACF,EAAC"}
|
|
@@ -1,15 +1,2 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
const breadcrumb = defineRecipe({
|
|
4
|
-
className: 'breadcrumb',
|
|
5
|
-
jsx: [
|
|
6
|
-
'Breadcrumb'
|
|
7
|
-
],
|
|
8
|
-
base: {
|
|
9
|
-
display: 'flex',
|
|
10
|
-
alignItems: 'center'
|
|
11
|
-
}
|
|
12
|
-
});
|
|
13
|
-
|
|
14
|
-
export { breadcrumb };
|
|
15
|
-
//# sourceMappingURL=breadcrumb.js.map
|
|
1
|
+
import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`breadcrumb`,jsx:[`Breadcrumb`],base:{display:`flex`,alignItems:`center`}});export{t as breadcrumb};
|
|
2
|
+
//# sourceMappingURL=breadcrumb.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"breadcrumb.js","sources":["../../../../src/recipes/atoms/breadcrumbs/breadcrumb.ts"],"sourcesContent":["import {\n type RecipeBuilder,\n type RecipeVariantRecord,\n defineRecipe,\n} from '@pandabox/define-recipe';\n\nexport const breadcrumb = defineRecipe({\n className: 'breadcrumb',\n jsx: ['Breadcrumb'],\n base: {\n display: 'flex',\n alignItems: 'center',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"
|
|
1
|
+
{"version":3,"file":"breadcrumb.js","names":[],"sources":["../../../../src/recipes/atoms/breadcrumbs/breadcrumb.ts"],"sourcesContent":["import {\n type RecipeBuilder,\n type RecipeVariantRecord,\n defineRecipe,\n} from '@pandabox/define-recipe';\n\nexport const breadcrumb = defineRecipe({\n className: 'breadcrumb',\n jsx: ['Breadcrumb'],\n base: {\n display: 'flex',\n alignItems: 'center',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAa,EAAa,CACrC,UAAW,aACX,IAAK,CAAC,YAAa,EACnB,KAAM,CACJ,QAAS,OACT,WAAY,QACb,CACF,EAAC"}
|
|
@@ -1,25 +1,2 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
const breadcrumbs = defineSlotRecipe({
|
|
4
|
-
className: 'breadcrumbs',
|
|
5
|
-
jsx: [
|
|
6
|
-
'Breadcrumbs'
|
|
7
|
-
],
|
|
8
|
-
slots: [
|
|
9
|
-
'root',
|
|
10
|
-
'list'
|
|
11
|
-
],
|
|
12
|
-
base: {
|
|
13
|
-
root: {
|
|
14
|
-
with: '100%'
|
|
15
|
-
},
|
|
16
|
-
list: {
|
|
17
|
-
display: 'flex',
|
|
18
|
-
alignItems: 'center',
|
|
19
|
-
gap: '300'
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
});
|
|
23
|
-
|
|
24
|
-
export { breadcrumbs };
|
|
25
|
-
//# sourceMappingURL=breadcrumbs.js.map
|
|
1
|
+
import{defineSlotRecipe as e}from"@pandabox/define-recipe";const t=e({className:`breadcrumbs`,jsx:[`Breadcrumbs`],slots:[`root`,`list`,`separator`,`item`],base:{root:{with:`100%`},list:{display:`flex`,alignItems:`center`,gap:`200`,fontSize:`300`,color:`neutral.foreground.1.enabled`},separator:{marginLeft:`200`},item:{display:`flex`,alignItems:`center`}}});export{t as breadcrumbs};
|
|
2
|
+
//# sourceMappingURL=breadcrumbs.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"breadcrumbs.js","sources":["../../../../src/recipes/atoms/breadcrumbs/breadcrumbs.ts"],"sourcesContent":["import { defineSlotRecipe } from '@pandabox/define-recipe';\n\nexport const breadcrumbs = defineSlotRecipe({\n className: 'breadcrumbs',\n jsx: ['Breadcrumbs'],\n slots: ['root', 'list'],\n base: {\n root: {\n with: '100%',\n },\n list: {\n display: 'flex',\n alignItems: 'center',\n gap: '300',\n },\n },\n});\n"],"
|
|
1
|
+
{"version":3,"file":"breadcrumbs.js","names":[],"sources":["../../../../src/recipes/atoms/breadcrumbs/breadcrumbs.ts"],"sourcesContent":["import { defineSlotRecipe } from '@pandabox/define-recipe';\n\nexport const breadcrumbs = defineSlotRecipe({\n className: 'breadcrumbs',\n jsx: ['Breadcrumbs'],\n slots: ['root', 'list', 'separator', 'item'],\n base: {\n root: {\n with: '100%',\n },\n list: {\n display: 'flex',\n alignItems: 'center',\n gap: '200',\n fontSize: '300',\n color: 'neutral.foreground.1.enabled',\n },\n separator: {\n marginLeft: '200',\n },\n item: {\n display: 'flex',\n alignItems: 'center',\n },\n },\n});\n"],"mappings":"2DAEA,MAAa,EAAc,EAAiB,CAC1C,UAAW,cACX,IAAK,CAAC,aAAc,EACpB,MAAO,CAAC,OAAQ,OAAQ,YAAa,MAAO,EAC5C,KAAM,CACJ,KAAM,CACJ,KAAM,MACP,EACD,KAAM,CACJ,QAAS,OACT,WAAY,SACZ,IAAK,MACL,SAAU,MACV,MAAO,8BACR,EACD,UAAW,CACT,WAAY,KACb,EACD,KAAM,CACJ,QAAS,OACT,WAAY,QACb,CACF,CACF,EAAC"}
|
|
@@ -1,45 +1,2 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
const buttonIconIcon = defineRecipe({
|
|
4
|
-
className: 'button-icon-icon',
|
|
5
|
-
jsx: [
|
|
6
|
-
'Button'
|
|
7
|
-
],
|
|
8
|
-
base: {
|
|
9
|
-
display: 'inline-flex',
|
|
10
|
-
justifyContent: 'center',
|
|
11
|
-
alignItems: 'center',
|
|
12
|
-
aspectRatio: '1',
|
|
13
|
-
transition: 'all 0.2s ease'
|
|
14
|
-
},
|
|
15
|
-
variants: {
|
|
16
|
-
size: {
|
|
17
|
-
xs: {
|
|
18
|
-
height: '0.75rem',
|
|
19
|
-
width: '0.75rem'
|
|
20
|
-
},
|
|
21
|
-
s: {
|
|
22
|
-
height: '1rem',
|
|
23
|
-
width: '1rem'
|
|
24
|
-
},
|
|
25
|
-
m: {
|
|
26
|
-
height: '1.25rem',
|
|
27
|
-
width: '1.25rem'
|
|
28
|
-
},
|
|
29
|
-
l: {
|
|
30
|
-
height: '1.5rem',
|
|
31
|
-
width: '1.5rem'
|
|
32
|
-
},
|
|
33
|
-
xl: {
|
|
34
|
-
height: '2rem',
|
|
35
|
-
width: '2rem'
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
},
|
|
39
|
-
defaultVariants: {
|
|
40
|
-
size: 'm'
|
|
41
|
-
}
|
|
42
|
-
});
|
|
43
|
-
|
|
44
|
-
export { buttonIconIcon };
|
|
45
|
-
//# sourceMappingURL=button-icon-icon.js.map
|
|
1
|
+
import{defineRecipe as e}from"@pandacss/dev";const t=e({className:`button-icon-icon`,jsx:[`Button`],base:{display:`inline-flex`,justifyContent:`center`,alignItems:`center`,aspectRatio:`1`,transition:`all 0.2s ease`},variants:{size:{xs:{height:`0.75rem`,width:`0.75rem`},s:{height:`1rem`,width:`1rem`},m:{height:`1.25rem`,width:`1.25rem`},l:{height:`1.5rem`,width:`1.5rem`},xl:{height:`2rem`,width:`2rem`}}},defaultVariants:{size:`m`}});export{t as buttonIconIcon};
|
|
2
|
+
//# sourceMappingURL=button-icon-icon.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"button-icon-icon.js","sources":["../../../../src/recipes/atoms/buttons/button-icon-icon.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nimport { defineRecipe } from '@pandacss/dev';\n\nexport const buttonIconIcon = defineRecipe({\n className: 'button-icon-icon',\n jsx: ['Button'],\n base: {\n display: 'inline-flex',\n justifyContent: 'center',\n alignItems: 'center',\n aspectRatio: '1',\n transition: 'all 0.2s ease',\n },\n variants: {\n size: {\n xs: {\n height: '0.75rem',\n width: '0.75rem',\n },\n s: {\n height: '1rem',\n width: '1rem',\n },\n m: {\n height: '1.25rem',\n width: '1.25rem',\n },\n l: {\n height: '1.5rem',\n width: '1.5rem',\n },\n xl: {\n height: '2rem',\n width: '2rem',\n },\n },\n },\n defaultVariants: {\n size: 'm',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"
|
|
1
|
+
{"version":3,"file":"button-icon-icon.js","names":[],"sources":["../../../../src/recipes/atoms/buttons/button-icon-icon.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nimport { defineRecipe } from '@pandacss/dev';\n\nexport const buttonIconIcon = defineRecipe({\n className: 'button-icon-icon',\n jsx: ['Button'],\n base: {\n display: 'inline-flex',\n justifyContent: 'center',\n alignItems: 'center',\n aspectRatio: '1',\n transition: 'all 0.2s ease',\n },\n variants: {\n size: {\n xs: {\n height: '0.75rem',\n width: '0.75rem',\n },\n s: {\n height: '1rem',\n width: '1rem',\n },\n m: {\n height: '1.25rem',\n width: '1.25rem',\n },\n l: {\n height: '1.5rem',\n width: '1.5rem',\n },\n xl: {\n height: '2rem',\n width: '2rem',\n },\n },\n },\n defaultVariants: {\n size: 'm',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"6CAOA,MAAa,EAAiB,EAAa,CACzC,UAAW,mBACX,IAAK,CAAC,QAAS,EACf,KAAM,CACJ,QAAS,cACT,eAAgB,SAChB,WAAY,SACZ,YAAa,IACb,WAAY,eACb,EACD,SAAU,CACR,KAAM,CACJ,GAAI,CACF,OAAQ,UACR,MAAO,SACR,EACD,EAAG,CACD,OAAQ,OACR,MAAO,MACR,EACD,EAAG,CACD,OAAQ,UACR,MAAO,SACR,EACD,EAAG,CACD,OAAQ,SACR,MAAO,QACR,EACD,GAAI,CACF,OAAQ,OACR,MAAO,MACR,CACF,CACF,EACD,gBAAiB,CACf,KAAM,GACP,CACF,EAAC"}
|
|
@@ -1,40 +1,2 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
const buttonIcon = button.merge({
|
|
4
|
-
className: 'button-icon',
|
|
5
|
-
jsx: [
|
|
6
|
-
'Button'
|
|
7
|
-
],
|
|
8
|
-
base: {
|
|
9
|
-
display: 'flex',
|
|
10
|
-
justifyContent: 'center',
|
|
11
|
-
alignItems: 'center',
|
|
12
|
-
aspectRatio: '1',
|
|
13
|
-
borderRadius: '200',
|
|
14
|
-
flexShrink: '0'
|
|
15
|
-
},
|
|
16
|
-
variants: {
|
|
17
|
-
size: {
|
|
18
|
-
l: {
|
|
19
|
-
width: 'control.height.300'
|
|
20
|
-
},
|
|
21
|
-
m: {
|
|
22
|
-
width: 'control.height.200'
|
|
23
|
-
},
|
|
24
|
-
s: {
|
|
25
|
-
width: 'control.height.100'
|
|
26
|
-
}
|
|
27
|
-
},
|
|
28
|
-
shape: {
|
|
29
|
-
rounded: {
|
|
30
|
-
borderRadius: '900'
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
},
|
|
34
|
-
defaultVariants: {
|
|
35
|
-
size: 'm'
|
|
36
|
-
}
|
|
37
|
-
});
|
|
38
|
-
|
|
39
|
-
export { buttonIcon };
|
|
40
|
-
//# sourceMappingURL=button-icon.js.map
|
|
1
|
+
import{button as e}from"./button.js";const t=e.merge({className:`button-icon`,jsx:[`Button`],base:{display:`flex`,justifyContent:`center`,alignItems:`center`,aspectRatio:`1`,borderRadius:`200`,flexShrink:`0`},variants:{size:{l:{width:`control.height.300`},m:{width:`control.height.200`},s:{width:`control.height.100`}},shape:{rounded:{borderRadius:`900`}}},defaultVariants:{size:`m`}});export{t as buttonIcon};
|
|
2
|
+
//# sourceMappingURL=button-icon.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"button-icon.js","sources":["../../../../src/recipes/atoms/buttons/button-icon.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nimport { button } from './button';\n\nexport const buttonIcon = button.merge({\n className: 'button-icon',\n jsx: ['Button'],\n base: {\n display: 'flex',\n justifyContent: 'center',\n alignItems: 'center',\n aspectRatio: '1',\n borderRadius: '200',\n flexShrink: '0',\n },\n variants: {\n size: {\n l: {\n width: 'control.height.300',\n },\n m: {\n width: 'control.height.200',\n },\n s: {\n width: 'control.height.100',\n },\n },\n shape: {\n rounded: {\n borderRadius: '900',\n },\n },\n },\n defaultVariants: {\n size: 'm',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"
|
|
1
|
+
{"version":3,"file":"button-icon.js","names":[],"sources":["../../../../src/recipes/atoms/buttons/button-icon.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nimport { button } from './button';\n\nexport const buttonIcon = button.merge({\n className: 'button-icon',\n jsx: ['Button'],\n base: {\n display: 'flex',\n justifyContent: 'center',\n alignItems: 'center',\n aspectRatio: '1',\n borderRadius: '200',\n flexShrink: '0',\n },\n variants: {\n size: {\n l: {\n width: 'control.height.300',\n },\n m: {\n width: 'control.height.200',\n },\n s: {\n width: 'control.height.100',\n },\n },\n shape: {\n rounded: {\n borderRadius: '900',\n },\n },\n },\n defaultVariants: {\n size: 'm',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"qCAOA,MAAa,EAAa,EAAO,MAAM,CACrC,UAAW,cACX,IAAK,CAAC,QAAS,EACf,KAAM,CACJ,QAAS,OACT,eAAgB,SAChB,WAAY,SACZ,YAAa,IACb,aAAc,MACd,WAAY,GACb,EACD,SAAU,CACR,KAAM,CACJ,EAAG,CACD,MAAO,oBACR,EACD,EAAG,CACD,MAAO,oBACR,EACD,EAAG,CACD,MAAO,oBACR,CACF,EACD,MAAO,CACL,QAAS,CACP,aAAc,KACf,CACF,CACF,EACD,gBAAiB,CACf,KAAM,GACP,CACF,EAAC"}
|
|
@@ -1,17 +1,2 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
const buttonInner = defineRecipe({
|
|
4
|
-
className: 'button-inner',
|
|
5
|
-
jsx: [
|
|
6
|
-
'Button'
|
|
7
|
-
],
|
|
8
|
-
base: {
|
|
9
|
-
display: 'flex',
|
|
10
|
-
alignItems: 'center',
|
|
11
|
-
justifyContent: 'center',
|
|
12
|
-
gap: '300'
|
|
13
|
-
}
|
|
14
|
-
});
|
|
15
|
-
|
|
16
|
-
export { buttonInner };
|
|
17
|
-
//# sourceMappingURL=button-inner.js.map
|
|
1
|
+
import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`button-inner`,jsx:[`Button`],base:{display:`flex`,alignItems:`center`,justifyContent:`center`,gap:`300`}});export{t as buttonInner};
|
|
2
|
+
//# sourceMappingURL=button-inner.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"button-inner.js","sources":["../../../../src/recipes/atoms/buttons/button-inner.ts"],"sourcesContent":["import {\n type RecipeBuilder,\n type RecipeVariantRecord,\n defineRecipe,\n} from '@pandabox/define-recipe';\n\nexport const buttonInner = defineRecipe({\n className: 'button-inner',\n jsx: ['Button'],\n base: {\n display: 'flex',\n alignItems: 'center',\n justifyContent: 'center',\n gap: '300',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"
|
|
1
|
+
{"version":3,"file":"button-inner.js","names":[],"sources":["../../../../src/recipes/atoms/buttons/button-inner.ts"],"sourcesContent":["import {\n type RecipeBuilder,\n type RecipeVariantRecord,\n defineRecipe,\n} from '@pandabox/define-recipe';\n\nexport const buttonInner = defineRecipe({\n className: 'button-inner',\n jsx: ['Button'],\n base: {\n display: 'flex',\n alignItems: 'center',\n justifyContent: 'center',\n gap: '300',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAc,EAAa,CACtC,UAAW,eACX,IAAK,CAAC,QAAS,EACf,KAAM,CACJ,QAAS,OACT,WAAY,SACZ,eAAgB,SAChB,IAAK,KACN,CACF,EAAC"}
|
|
@@ -1,17 +1,2 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
const buttonLabel = defineRecipe({
|
|
4
|
-
className: 'button-label',
|
|
5
|
-
jsx: [
|
|
6
|
-
'Button'
|
|
7
|
-
],
|
|
8
|
-
base: {
|
|
9
|
-
display: 'flex',
|
|
10
|
-
alignItems: 'center',
|
|
11
|
-
justifyContent: 'center',
|
|
12
|
-
height: '100%'
|
|
13
|
-
}
|
|
14
|
-
});
|
|
15
|
-
|
|
16
|
-
export { buttonLabel };
|
|
17
|
-
//# sourceMappingURL=button-label.js.map
|
|
1
|
+
import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`button-label`,jsx:[`Button`],base:{display:`flex`,alignItems:`center`,justifyContent:`center`,height:`100%`}});export{t as buttonLabel};
|
|
2
|
+
//# sourceMappingURL=button-label.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"button-label.js","sources":["../../../../src/recipes/atoms/buttons/button-label.ts"],"sourcesContent":["import {\n type RecipeBuilder,\n type RecipeVariantRecord,\n defineRecipe,\n} from '@pandabox/define-recipe';\n\nexport const buttonLabel = defineRecipe({\n className: 'button-label',\n jsx: ['Button'],\n base: {\n display: 'flex',\n alignItems: 'center',\n justifyContent: 'center',\n height: '100%',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"
|
|
1
|
+
{"version":3,"file":"button-label.js","names":[],"sources":["../../../../src/recipes/atoms/buttons/button-label.ts"],"sourcesContent":["import {\n type RecipeBuilder,\n type RecipeVariantRecord,\n defineRecipe,\n} from '@pandabox/define-recipe';\n\nexport const buttonLabel = defineRecipe({\n className: 'button-label',\n jsx: ['Button'],\n base: {\n display: 'flex',\n alignItems: 'center',\n justifyContent: 'center',\n height: '100%',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAc,EAAa,CACtC,UAAW,eACX,IAAK,CAAC,QAAS,EACf,KAAM,CACJ,QAAS,OACT,WAAY,SACZ,eAAgB,SAChB,OAAQ,MACT,CACF,EAAC"}
|
|
@@ -1,16 +1,2 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
const buttonSection = defineRecipe({
|
|
4
|
-
className: 'button-section',
|
|
5
|
-
jsx: [
|
|
6
|
-
'Button'
|
|
7
|
-
],
|
|
8
|
-
base: {
|
|
9
|
-
display: 'flex',
|
|
10
|
-
alignItems: 'center',
|
|
11
|
-
justifyContent: 'center'
|
|
12
|
-
}
|
|
13
|
-
});
|
|
14
|
-
|
|
15
|
-
export { buttonSection };
|
|
16
|
-
//# sourceMappingURL=button-section.js.map
|
|
1
|
+
import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`button-section`,jsx:[`Button`],base:{display:`flex`,alignItems:`center`,justifyContent:`center`}});export{t as buttonSection};
|
|
2
|
+
//# sourceMappingURL=button-section.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"button-section.js","sources":["../../../../src/recipes/atoms/buttons/button-section.ts"],"sourcesContent":["import {\n type RecipeBuilder,\n type RecipeVariantRecord,\n defineRecipe,\n} from '@pandabox/define-recipe';\n\nexport const buttonSection = defineRecipe({\n className: 'button-section',\n jsx: ['Button'],\n base: {\n display: 'flex',\n alignItems: 'center',\n justifyContent: 'center',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"
|
|
1
|
+
{"version":3,"file":"button-section.js","names":[],"sources":["../../../../src/recipes/atoms/buttons/button-section.ts"],"sourcesContent":["import {\n type RecipeBuilder,\n type RecipeVariantRecord,\n defineRecipe,\n} from '@pandabox/define-recipe';\n\nexport const buttonSection = defineRecipe({\n className: 'button-section',\n jsx: ['Button'],\n base: {\n display: 'flex',\n alignItems: 'center',\n justifyContent: 'center',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAgB,EAAa,CACxC,UAAW,iBACX,IAAK,CAAC,QAAS,EACf,KAAM,CACJ,QAAS,OACT,WAAY,SACZ,eAAgB,QACjB,CACF,EAAC"}
|