@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":"checkbox-input.js","sources":["../../../../../src/recipes/atoms/inputs/checkbox/checkbox-input.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\nimport { formControl } from './../form-control';\n\nexport const checkboxInput = formControl.merge({\n className: 'checkbox-input',\n jsx: ['Checkbox'],\n base: {\n display: 'block',\n appearance: 'none',\n transition: '{animations.base.100}',\n width: 'control.height.50',\n aspectRatio: '1',\n borderRadius: '100',\n WebkitTapHighlightColor: 'transparent',\n padding: '0',\n pointerEvents: 'auto!',\n _checked: {\n backgroundColor: 'neutral.background.2.brand.selected',\n color: 'neutral.foreground.static.inverted.enabled',\n borderColor: 'neutral.background.2.brand.selected',\n },\n _disabled: {\n opacity: '0.5',\n cursor: 'not-allowed',\n pointerEvents: 'none',\n _hover: {\n borderColor: 'neutral.stroke.7.enabled',\n },\n },\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"
|
|
1
|
+
{"version":3,"file":"checkbox-input.js","names":[],"sources":["../../../../../src/recipes/atoms/inputs/checkbox/checkbox-input.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\nimport { formControl } from './../form-control';\n\nexport const checkboxInput = formControl.merge({\n className: 'checkbox-input',\n jsx: ['Checkbox'],\n base: {\n display: 'block',\n appearance: 'none',\n transition: '{animations.base.100}',\n width: 'control.height.50',\n aspectRatio: '1',\n borderRadius: '100',\n WebkitTapHighlightColor: 'transparent',\n padding: '0',\n pointerEvents: 'auto!',\n _checked: {\n backgroundColor: 'neutral.background.2.brand.selected',\n color: 'neutral.foreground.static.inverted.enabled',\n borderColor: 'neutral.background.2.brand.selected',\n },\n _disabled: {\n opacity: '0.5',\n cursor: 'not-allowed',\n pointerEvents: 'none',\n _hover: {\n borderColor: 'neutral.stroke.7.enabled',\n },\n },\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"iDAMA,MAAa,EAAgB,EAAY,MAAM,CAC7C,UAAW,iBACX,IAAK,CAAC,UAAW,EACjB,KAAM,CACJ,QAAS,QACT,WAAY,OACZ,WAAY,wBACZ,MAAO,oBACP,YAAa,IACb,aAAc,MACd,wBAAyB,cACzB,QAAS,IACT,cAAe,QACf,SAAU,CACR,gBAAiB,sCACjB,MAAO,6CACP,YAAa,qCACd,EACD,UAAW,CACT,QAAS,MACT,OAAQ,cACR,cAAe,OACf,OAAQ,CACN,YAAa,0BACd,CACF,CACF,CACF,EAAC"}
|
|
@@ -1,14 +1,2 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
const checkboxLabelWrapper = inputRoot.merge({
|
|
4
|
-
className: 'checkbox-label-wrapper',
|
|
5
|
-
jsx: [
|
|
6
|
-
'Checkbox'
|
|
7
|
-
],
|
|
8
|
-
base: {
|
|
9
|
-
marginLeft: '200'
|
|
10
|
-
}
|
|
11
|
-
});
|
|
12
|
-
|
|
13
|
-
export { checkboxLabelWrapper };
|
|
14
|
-
//# sourceMappingURL=checkbox-label-wrapper.js.map
|
|
1
|
+
import{inputRoot as e}from"../input-root.js";const t=e.merge({className:`checkbox-label-wrapper`,jsx:[`Checkbox`],base:{marginLeft:`200`}});export{t as checkboxLabelWrapper};
|
|
2
|
+
//# sourceMappingURL=checkbox-label-wrapper.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"checkbox-label-wrapper.js","sources":["../../../../../src/recipes/atoms/inputs/checkbox/checkbox-label-wrapper.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\nimport { inputRoot } from '../input-root';\n\nexport const checkboxLabelWrapper = inputRoot.merge({\n className: 'checkbox-label-wrapper',\n jsx: ['Checkbox'],\n base: {\n marginLeft: '200',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"
|
|
1
|
+
{"version":3,"file":"checkbox-label-wrapper.js","names":[],"sources":["../../../../../src/recipes/atoms/inputs/checkbox/checkbox-label-wrapper.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\nimport { inputRoot } from '../input-root';\n\nexport const checkboxLabelWrapper = inputRoot.merge({\n className: 'checkbox-label-wrapper',\n jsx: ['Checkbox'],\n base: {\n marginLeft: '200',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"6CAMA,MAAa,EAAuB,EAAU,MAAM,CAClD,UAAW,yBACX,IAAK,CAAC,UAAW,EACjB,KAAM,CACJ,WAAY,KACb,CACF,EAAC"}
|
|
@@ -1,12 +1,2 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
const checkboxLabel = inputLabel.merge({
|
|
4
|
-
className: 'checkbox-label',
|
|
5
|
-
jsx: [
|
|
6
|
-
'Checkbox'
|
|
7
|
-
],
|
|
8
|
-
base: {}
|
|
9
|
-
});
|
|
10
|
-
|
|
11
|
-
export { checkboxLabel };
|
|
12
|
-
//# sourceMappingURL=checkbox-label.js.map
|
|
1
|
+
import{inputLabel as e}from"../input-label.js";const t=e.merge({className:`checkbox-label`,jsx:[`Checkbox`],base:{}});export{t as checkboxLabel};
|
|
2
|
+
//# sourceMappingURL=checkbox-label.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"checkbox-label.js","sources":["../../../../../src/recipes/atoms/inputs/checkbox/checkbox-label.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\nimport { inputLabel } from '../input-label';\n\nexport const checkboxLabel = inputLabel.merge({\n className: 'checkbox-label',\n jsx: ['Checkbox'],\n base: {},\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"
|
|
1
|
+
{"version":3,"file":"checkbox-label.js","names":[],"sources":["../../../../../src/recipes/atoms/inputs/checkbox/checkbox-label.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\nimport { inputLabel } from '../input-label';\n\nexport const checkboxLabel = inputLabel.merge({\n className: 'checkbox-label',\n jsx: ['Checkbox'],\n base: {},\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"+CAMA,MAAa,EAAgB,EAAW,MAAM,CAC5C,UAAW,iBACX,IAAK,CAAC,UAAW,EACjB,KAAM,CAAE,CACT,EAAC"}
|
|
@@ -1,19 +1,2 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
const comboboxEmpty = defineRecipe({
|
|
4
|
-
className: 'combobox-empty',
|
|
5
|
-
jsx: [
|
|
6
|
-
'Combobox'
|
|
7
|
-
],
|
|
8
|
-
base: {
|
|
9
|
-
fontSize: '300',
|
|
10
|
-
fontWeight: 'regular',
|
|
11
|
-
lineHeight: '1',
|
|
12
|
-
padding: '300',
|
|
13
|
-
color: 'neutral.foreground.3.enabled',
|
|
14
|
-
textAlign: 'center'
|
|
15
|
-
}
|
|
16
|
-
});
|
|
17
|
-
|
|
18
|
-
export { comboboxEmpty };
|
|
19
|
-
//# sourceMappingURL=combobox-empty.js.map
|
|
1
|
+
import{defineRecipe as e}from"@pandacss/dev";const t=e({className:`combobox-empty`,jsx:[`Combobox`],base:{fontSize:`300`,fontWeight:`regular`,lineHeight:`1`,padding:`300`,color:`neutral.foreground.3.enabled`,textAlign:`center`}});export{t as comboboxEmpty};
|
|
2
|
+
//# sourceMappingURL=combobox-empty.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"combobox-empty.js","sources":["../../../../../src/recipes/atoms/inputs/combobox/combobox-empty.ts"],"sourcesContent":["import type { RecipeBuilder } from '@pandabox/define-recipe';\nimport { type RecipeVariantRecord, defineRecipe } from '@pandacss/dev';\n\nexport const comboboxEmpty = defineRecipe({\n className: 'combobox-empty',\n jsx: ['Combobox'],\n base: {\n fontSize: '300',\n fontWeight: 'regular',\n lineHeight: '1',\n padding: '300',\n color: 'neutral.foreground.3.enabled',\n textAlign: 'center',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"
|
|
1
|
+
{"version":3,"file":"combobox-empty.js","names":[],"sources":["../../../../../src/recipes/atoms/inputs/combobox/combobox-empty.ts"],"sourcesContent":["import type { RecipeBuilder } from '@pandabox/define-recipe';\nimport { type RecipeVariantRecord, defineRecipe } from '@pandacss/dev';\n\nexport const comboboxEmpty = defineRecipe({\n className: 'combobox-empty',\n jsx: ['Combobox'],\n base: {\n fontSize: '300',\n fontWeight: 'regular',\n lineHeight: '1',\n padding: '300',\n color: 'neutral.foreground.3.enabled',\n textAlign: 'center',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"6CAGA,MAAa,EAAgB,EAAa,CACxC,UAAW,iBACX,IAAK,CAAC,UAAW,EACjB,KAAM,CACJ,SAAU,MACV,WAAY,UACZ,WAAY,IACZ,QAAS,MACT,MAAO,+BACP,UAAW,QACZ,CACF,EAAC"}
|
|
@@ -1,52 +1,2 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
const comboboxOption = focus.merge({
|
|
4
|
-
className: 'combobox-option',
|
|
5
|
-
jsx: [
|
|
6
|
-
'ComboboxOption'
|
|
7
|
-
],
|
|
8
|
-
base: {
|
|
9
|
-
fontSize: '300',
|
|
10
|
-
fontWeight: 'regular',
|
|
11
|
-
lineHeight: '1',
|
|
12
|
-
padding: '300',
|
|
13
|
-
borderRadius: '100',
|
|
14
|
-
cursor: 'pointer',
|
|
15
|
-
color: 'neutral.foreground.1.enabled',
|
|
16
|
-
transition: '{animations.base.100}',
|
|
17
|
-
_hover: {
|
|
18
|
-
backgroundColor: 'neutral.background.2.hovered'
|
|
19
|
-
},
|
|
20
|
-
'&:is([data-combobox-active])': {
|
|
21
|
-
color: 'neutral.foreground.1.onBrand.selected',
|
|
22
|
-
backgroundColor: 'neutral.background.2.brand.selected',
|
|
23
|
-
_hover: {
|
|
24
|
-
backgroundColor: 'neutral.background.2.brand.selectedHovered'
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
},
|
|
28
|
-
variants: {
|
|
29
|
-
type: {
|
|
30
|
-
create: {
|
|
31
|
-
display: 'flex',
|
|
32
|
-
gap: '200',
|
|
33
|
-
color: 'neutral.foreground.1.onBrand.enabled',
|
|
34
|
-
backgroundColor: 'primary.background.2.enabled',
|
|
35
|
-
fontWeight: 'medium',
|
|
36
|
-
alignItems: 'center',
|
|
37
|
-
justifyContent: 'center',
|
|
38
|
-
textAlign: 'center',
|
|
39
|
-
cursor: 'pointer',
|
|
40
|
-
_hover: {
|
|
41
|
-
backgroundColor: 'primary.background.2.hovered'
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
},
|
|
46
|
-
defaultVariants: {
|
|
47
|
-
colors: 'neutral'
|
|
48
|
-
}
|
|
49
|
-
});
|
|
50
|
-
|
|
51
|
-
export { comboboxOption };
|
|
52
|
-
//# sourceMappingURL=combobox-option.js.map
|
|
1
|
+
import{focus as e}from"../../../shared/focus.js";const t=e.merge({className:`combobox-option`,jsx:[`ComboboxOption`],base:{fontSize:`300`,fontWeight:`regular`,lineHeight:`1`,padding:`300`,borderRadius:`100`,cursor:`pointer`,color:`neutral.foreground.1.enabled`,transition:`{animations.base.100}`,_hover:{backgroundColor:`neutral.background.2.hovered`},"&:is([data-combobox-active])":{color:`neutral.foreground.1.onBrand.selected`,backgroundColor:`neutral.background.2.brand.selected`,_hover:{backgroundColor:`neutral.background.2.brand.selectedHovered`}}},variants:{type:{create:{display:`flex`,gap:`200`,color:`neutral.foreground.1.onBrand.enabled`,backgroundColor:`primary.background.2.enabled`,fontWeight:`medium`,alignItems:`center`,justifyContent:`center`,textAlign:`center`,cursor:`pointer`,_hover:{backgroundColor:`primary.background.2.hovered`}}}},defaultVariants:{colors:`neutral`}});export{t as comboboxOption};
|
|
2
|
+
//# sourceMappingURL=combobox-option.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"combobox-option.js","sources":["../../../../../src/recipes/atoms/inputs/combobox/combobox-option.ts"],"sourcesContent":["import type { RecipeBuilder } from '@pandabox/define-recipe';\nimport type { RecipeVariantRecord } from '@pandacss/dev';\nimport { focus } from '../../../shared/focus';\n\nexport const comboboxOption = focus.merge({\n className: 'combobox-option',\n jsx: ['ComboboxOption'],\n base: {\n fontSize: '300',\n fontWeight: 'regular',\n lineHeight: '1',\n padding: '300',\n borderRadius: '100',\n cursor: 'pointer',\n color: 'neutral.foreground.1.enabled',\n transition: '{animations.base.100}',\n _hover: {\n backgroundColor: 'neutral.background.2.hovered',\n },\n '&:is([data-combobox-active])': {\n color: 'neutral.foreground.1.onBrand.selected',\n backgroundColor: 'neutral.background.2.brand.selected',\n _hover: {\n backgroundColor: 'neutral.background.2.brand.selectedHovered',\n },\n },\n },\n variants: {\n type: {\n create: {\n display: 'flex',\n gap: '200',\n color: 'neutral.foreground.1.onBrand.enabled',\n backgroundColor: 'primary.background.2.enabled',\n fontWeight: 'medium',\n alignItems: 'center',\n justifyContent: 'center',\n textAlign: 'center',\n cursor: 'pointer',\n _hover: {\n backgroundColor: 'primary.background.2.hovered',\n },\n },\n },\n },\n defaultVariants: {\n colors: 'neutral',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"
|
|
1
|
+
{"version":3,"file":"combobox-option.js","names":[],"sources":["../../../../../src/recipes/atoms/inputs/combobox/combobox-option.ts"],"sourcesContent":["import type { RecipeBuilder } from '@pandabox/define-recipe';\nimport type { RecipeVariantRecord } from '@pandacss/dev';\nimport { focus } from '../../../shared/focus';\n\nexport const comboboxOption = focus.merge({\n className: 'combobox-option',\n jsx: ['ComboboxOption'],\n base: {\n fontSize: '300',\n fontWeight: 'regular',\n lineHeight: '1',\n padding: '300',\n borderRadius: '100',\n cursor: 'pointer',\n color: 'neutral.foreground.1.enabled',\n transition: '{animations.base.100}',\n _hover: {\n backgroundColor: 'neutral.background.2.hovered',\n },\n '&:is([data-combobox-active])': {\n color: 'neutral.foreground.1.onBrand.selected',\n backgroundColor: 'neutral.background.2.brand.selected',\n _hover: {\n backgroundColor: 'neutral.background.2.brand.selectedHovered',\n },\n },\n },\n variants: {\n type: {\n create: {\n display: 'flex',\n gap: '200',\n color: 'neutral.foreground.1.onBrand.enabled',\n backgroundColor: 'primary.background.2.enabled',\n fontWeight: 'medium',\n alignItems: 'center',\n justifyContent: 'center',\n textAlign: 'center',\n cursor: 'pointer',\n _hover: {\n backgroundColor: 'primary.background.2.hovered',\n },\n },\n },\n },\n defaultVariants: {\n colors: 'neutral',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"iDAIA,MAAa,EAAiB,EAAM,MAAM,CACxC,UAAW,kBACX,IAAK,CAAC,gBAAiB,EACvB,KAAM,CACJ,SAAU,MACV,WAAY,UACZ,WAAY,IACZ,QAAS,MACT,aAAc,MACd,OAAQ,UACR,MAAO,+BACP,WAAY,wBACZ,OAAQ,CACN,gBAAiB,8BAClB,EACD,+BAAgC,CAC9B,MAAO,wCACP,gBAAiB,sCACjB,OAAQ,CACN,gBAAiB,4CAClB,CACF,CACF,EACD,SAAU,CACR,KAAM,CACJ,OAAQ,CACN,QAAS,OACT,IAAK,MACL,MAAO,uCACP,gBAAiB,+BACjB,WAAY,SACZ,WAAY,SACZ,eAAgB,SAChB,UAAW,SACX,OAAQ,UACR,OAAQ,CACN,gBAAiB,8BAClB,CACF,CACF,CACF,EACD,gBAAiB,CACf,OAAQ,SACT,CACF,EAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"combobox-options.js","names":[],"sources":["../../../../../src/recipes/atoms/inputs/combobox/combobox-options.ts"],"sourcesContent":["import type { RecipeBuilder } from '@pandabox/define-recipe';\nimport type { RecipeVariantRecord } from '@pandacss/dev';\nimport { focus } from '../../../shared/focus';\n\nexport const comboboxOptions = focus.merge({\n className: 'combobox-options',\n jsx: ['Combobox'],\n base: {\n overflowY: 'auto',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"iDAIA,MAAa,EAAkB,EAAM,MAAM,CACzC,UAAW,mBACX,IAAK,CAAC,UAAW,EACjB,KAAM,CACJ,UAAW,MACZ,CACF,EAAC"}
|
|
@@ -1,14 +1,2 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
const comboboxSection = defineRecipe({
|
|
4
|
-
className: 'combobox-section',
|
|
5
|
-
jsx: [
|
|
6
|
-
'Combobox'
|
|
7
|
-
],
|
|
8
|
-
base: {
|
|
9
|
-
pointerEvents: 'none'
|
|
10
|
-
}
|
|
11
|
-
});
|
|
12
|
-
|
|
13
|
-
export { comboboxSection };
|
|
14
|
-
//# sourceMappingURL=combobox-section.js.map
|
|
1
|
+
import{defineRecipe as e}from"@pandacss/dev";const t=e({className:`combobox-section`,jsx:[`Combobox`],base:{pointerEvents:`none`}});export{t as comboboxSection};
|
|
2
|
+
//# sourceMappingURL=combobox-section.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"combobox-section.js","sources":["../../../../../src/recipes/atoms/inputs/combobox/combobox-section.ts"],"sourcesContent":["import type { RecipeBuilder } from '@pandabox/define-recipe';\nimport { type RecipeVariantRecord, defineRecipe } from '@pandacss/dev';\n\nexport const comboboxSection = defineRecipe({\n className: 'combobox-section',\n jsx: ['Combobox'],\n base: {\n pointerEvents: 'none',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"
|
|
1
|
+
{"version":3,"file":"combobox-section.js","names":[],"sources":["../../../../../src/recipes/atoms/inputs/combobox/combobox-section.ts"],"sourcesContent":["import type { RecipeBuilder } from '@pandabox/define-recipe';\nimport { type RecipeVariantRecord, defineRecipe } from '@pandacss/dev';\n\nexport const comboboxSection = defineRecipe({\n className: 'combobox-section',\n jsx: ['Combobox'],\n base: {\n pointerEvents: 'none',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"6CAGA,MAAa,EAAkB,EAAa,CAC1C,UAAW,mBACX,IAAK,CAAC,UAAW,EACjB,KAAM,CACJ,cAAe,MAChB,CACF,EAAC"}
|
|
@@ -1,17 +1,2 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
const datepickerDropdown = dropdown.merge({
|
|
4
|
-
className: 'datepicker-dropdown',
|
|
5
|
-
jsx: [
|
|
6
|
-
'DatePicker'
|
|
7
|
-
],
|
|
8
|
-
base: {
|
|
9
|
-
padding: '400!',
|
|
10
|
-
minWidth: '17.75rem!',
|
|
11
|
-
maxHeight: 'fit-content!',
|
|
12
|
-
overflow: 'hidden'
|
|
13
|
-
}
|
|
14
|
-
});
|
|
15
|
-
|
|
16
|
-
export { datepickerDropdown };
|
|
17
|
-
//# sourceMappingURL=datepicker-dropdown.js.map
|
|
1
|
+
import{dropdown as e}from"../dropdown/dropdown.js";const t=e.merge({className:`datepicker-dropdown`,jsx:[`DatePicker`],base:{padding:`400!`,minWidth:`17.75rem!`,maxHeight:`fit-content!`,overflow:`hidden`}});export{t as datepickerDropdown};
|
|
2
|
+
//# sourceMappingURL=datepicker-dropdown.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"datepicker-dropdown.js","sources":["../../../../src/recipes/atoms/inputs/datepicker-dropdown.ts"],"sourcesContent":["import type {\n RecipeConfig,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\nimport { dropdown } from '../dropdown/dropdown';\n\nexport const datepickerDropdown = dropdown.merge({\n className: 'datepicker-dropdown',\n jsx: ['DatePicker'],\n base: {\n padding: '400!',\n minWidth: '17.75rem!',\n maxHeight: 'fit-content!',\n overflow: 'hidden',\n },\n}) as RecipeConfig<RecipeVariantRecord>;\n"],"
|
|
1
|
+
{"version":3,"file":"datepicker-dropdown.js","names":[],"sources":["../../../../src/recipes/atoms/inputs/datepicker-dropdown.ts"],"sourcesContent":["import type {\n RecipeConfig,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\nimport { dropdown } from '../dropdown/dropdown';\n\nexport const datepickerDropdown = dropdown.merge({\n className: 'datepicker-dropdown',\n jsx: ['DatePicker'],\n base: {\n padding: '400!',\n minWidth: '17.75rem!',\n maxHeight: 'fit-content!',\n overflow: 'hidden',\n },\n}) as RecipeConfig<RecipeVariantRecord>;\n"],"mappings":"mDAMA,MAAa,EAAqB,EAAS,MAAM,CAC/C,UAAW,sBACX,IAAK,CAAC,YAAa,EACnB,KAAM,CACJ,QAAS,OACT,SAAU,YACV,UAAW,eACX,SAAU,QACX,CACF,EAAC"}
|
|
@@ -1,19 +1,2 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
const datepickerInput = defineRecipe({
|
|
4
|
-
className: 'datepicker-input',
|
|
5
|
-
jsx: [
|
|
6
|
-
'DatePicker'
|
|
7
|
-
],
|
|
8
|
-
base: {
|
|
9
|
-
display: 'flex',
|
|
10
|
-
justifyContent: 'flex-start',
|
|
11
|
-
alignItems: 'center',
|
|
12
|
-
_readOnly: {
|
|
13
|
-
pointerEvents: 'auto'
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
});
|
|
17
|
-
|
|
18
|
-
export { datepickerInput };
|
|
19
|
-
//# sourceMappingURL=datepicker-input.js.map
|
|
1
|
+
import{defineRecipe as e}from"@pandacss/dev";const t=e({className:`datepicker-input`,jsx:[`DatePicker`],base:{display:`flex`,justifyContent:`flex-start`,alignItems:`center`,_readOnly:{pointerEvents:`auto`}}});export{t as datepickerInput};
|
|
2
|
+
//# sourceMappingURL=datepicker-input.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"datepicker-input.js","sources":["../../../../src/recipes/atoms/inputs/datepicker-input.ts"],"sourcesContent":["import type {\n RecipeConfig,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\nimport { defineRecipe } from '@pandacss/dev';\n\nexport const datepickerInput = defineRecipe({\n className: 'datepicker-input',\n jsx: ['DatePicker'],\n base: {\n display: 'flex',\n justifyContent: 'flex-start',\n alignItems: 'center',\n _readOnly: {\n pointerEvents: 'auto',\n },\n },\n}) as RecipeConfig<RecipeVariantRecord>;\n"],"
|
|
1
|
+
{"version":3,"file":"datepicker-input.js","names":[],"sources":["../../../../src/recipes/atoms/inputs/datepicker-input.ts"],"sourcesContent":["import type {\n RecipeConfig,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\nimport { defineRecipe } from '@pandacss/dev';\n\nexport const datepickerInput = defineRecipe({\n className: 'datepicker-input',\n jsx: ['DatePicker'],\n base: {\n display: 'flex',\n justifyContent: 'flex-start',\n alignItems: 'center',\n _readOnly: {\n pointerEvents: 'auto',\n },\n },\n}) as RecipeConfig<RecipeVariantRecord>;\n"],"mappings":"6CAMA,MAAa,EAAkB,EAAa,CAC1C,UAAW,mBACX,IAAK,CAAC,YAAa,EACnB,KAAM,CACJ,QAAS,OACT,eAAgB,aAChB,WAAY,SACZ,UAAW,CACT,cAAe,MAChB,CACF,CACF,EAAC"}
|
|
@@ -1,52 +1,2 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
const formControl = focus.merge({
|
|
4
|
-
className: 'form-control',
|
|
5
|
-
base: {
|
|
6
|
-
fontFamily: 'base',
|
|
7
|
-
fontSize: '300',
|
|
8
|
-
fontWeight: 'regular',
|
|
9
|
-
backgroundColor: 'transparent',
|
|
10
|
-
color: 'neutral.foreground.1.enabled',
|
|
11
|
-
borderWidth: '{borders.150}',
|
|
12
|
-
borderStyle: 'solid',
|
|
13
|
-
borderColor: 'neutral.stroke.7.enabled',
|
|
14
|
-
borderRadius: '200',
|
|
15
|
-
paddingX: '400',
|
|
16
|
-
width: '100%',
|
|
17
|
-
boxSizing: 'border-box',
|
|
18
|
-
transition: 'all 0.2s ease',
|
|
19
|
-
_placeholder: {
|
|
20
|
-
color: 'neutral.foreground.3.enabled'
|
|
21
|
-
},
|
|
22
|
-
_hover: {
|
|
23
|
-
color: 'neutral.foreground.1.enabled',
|
|
24
|
-
borderColor: 'neutral.stroke.7.hovered'
|
|
25
|
-
},
|
|
26
|
-
_focus: {
|
|
27
|
-
color: 'neutral.foreground.1.enabled',
|
|
28
|
-
borderColor: 'neutral.stroke.7.hovered'
|
|
29
|
-
},
|
|
30
|
-
_disabled: {
|
|
31
|
-
opacity: '0.5',
|
|
32
|
-
pointerEvents: 'none',
|
|
33
|
-
cursor: 'not-allowed'
|
|
34
|
-
},
|
|
35
|
-
_invalid: {
|
|
36
|
-
color: 'neutral.foreground.1.enabled',
|
|
37
|
-
borderColor: 'danger.stroke.1.enabled',
|
|
38
|
-
_focus: {
|
|
39
|
-
borderColor: 'danger.stroke.1.enabled'
|
|
40
|
-
},
|
|
41
|
-
_hover: {
|
|
42
|
-
borderColor: 'danger.stroke.1.enabled'
|
|
43
|
-
}
|
|
44
|
-
},
|
|
45
|
-
_readOnly: {
|
|
46
|
-
pointerEvents: 'none'
|
|
47
|
-
}
|
|
48
|
-
}
|
|
49
|
-
});
|
|
50
|
-
|
|
51
|
-
export { formControl };
|
|
52
|
-
//# sourceMappingURL=form-control.js.map
|
|
1
|
+
import{focus as e}from"../../shared/focus.js";const t=e.merge({className:`form-control`,base:{fontFamily:`base`,fontSize:`300`,fontWeight:`regular`,backgroundColor:`transparent`,color:`neutral.foreground.1.enabled`,borderWidth:`{borders.150}`,borderStyle:`solid`,borderColor:`neutral.stroke.7.enabled`,borderRadius:`200`,paddingX:`400`,width:`100%`,boxSizing:`border-box`,transition:`all 0.2s ease`,_placeholder:{color:`neutral.foreground.3.enabled`},_hover:{color:`neutral.foreground.1.enabled`,borderColor:`neutral.stroke.7.hovered`},_focus:{color:`neutral.foreground.1.enabled`,borderColor:`neutral.stroke.7.hovered`},_disabled:{opacity:`0.5`,pointerEvents:`none`,cursor:`not-allowed`},_invalid:{color:`neutral.foreground.1.enabled`,borderColor:`danger.stroke.1.enabled`,_focus:{borderColor:`danger.stroke.1.enabled`},_hover:{borderColor:`danger.stroke.1.enabled`}},_readOnly:{pointerEvents:`none`}}});export{t as formControl};
|
|
2
|
+
//# sourceMappingURL=form-control.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"form-control.js","sources":["../../../../src/recipes/atoms/inputs/form-control.ts"],"sourcesContent":["import type { RecipeBuilder } from '@pandabox/define-recipe';\nimport type { RecipeVariantRecord } from '@pandacss/dev';\nimport { focus } from '../../shared/focus';\n\nexport const formControl = focus.merge({\n className: 'form-control',\n base: {\n fontFamily: 'base',\n fontSize: '300',\n fontWeight: 'regular',\n backgroundColor: 'transparent',\n color: 'neutral.foreground.1.enabled',\n borderWidth: '{borders.150}',\n borderStyle: 'solid',\n borderColor: 'neutral.stroke.7.enabled',\n borderRadius: '200',\n paddingX: '400',\n width: '100%',\n boxSizing: 'border-box',\n transition: 'all 0.2s ease',\n _placeholder: {\n color: 'neutral.foreground.3.enabled',\n },\n _hover: {\n color: 'neutral.foreground.1.enabled',\n borderColor: 'neutral.stroke.7.hovered',\n },\n _focus: {\n color: 'neutral.foreground.1.enabled',\n borderColor: 'neutral.stroke.7.hovered',\n },\n _disabled: {\n opacity: '0.5',\n pointerEvents: 'none',\n cursor: 'not-allowed',\n },\n _invalid: {\n color: 'neutral.foreground.1.enabled',\n borderColor: 'danger.stroke.1.enabled',\n _focus: {\n borderColor: 'danger.stroke.1.enabled',\n },\n _hover: {\n borderColor: 'danger.stroke.1.enabled',\n },\n },\n _readOnly: {\n pointerEvents: 'none',\n },\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"
|
|
1
|
+
{"version":3,"file":"form-control.js","names":[],"sources":["../../../../src/recipes/atoms/inputs/form-control.ts"],"sourcesContent":["import type { RecipeBuilder } from '@pandabox/define-recipe';\nimport type { RecipeVariantRecord } from '@pandacss/dev';\nimport { focus } from '../../shared/focus';\n\nexport const formControl = focus.merge({\n className: 'form-control',\n base: {\n fontFamily: 'base',\n fontSize: '300',\n fontWeight: 'regular',\n backgroundColor: 'transparent',\n color: 'neutral.foreground.1.enabled',\n borderWidth: '{borders.150}',\n borderStyle: 'solid',\n borderColor: 'neutral.stroke.7.enabled',\n borderRadius: '200',\n paddingX: '400',\n width: '100%',\n boxSizing: 'border-box',\n transition: 'all 0.2s ease',\n _placeholder: {\n color: 'neutral.foreground.3.enabled',\n },\n _hover: {\n color: 'neutral.foreground.1.enabled',\n borderColor: 'neutral.stroke.7.hovered',\n },\n _focus: {\n color: 'neutral.foreground.1.enabled',\n borderColor: 'neutral.stroke.7.hovered',\n },\n _disabled: {\n opacity: '0.5',\n pointerEvents: 'none',\n cursor: 'not-allowed',\n },\n _invalid: {\n color: 'neutral.foreground.1.enabled',\n borderColor: 'danger.stroke.1.enabled',\n _focus: {\n borderColor: 'danger.stroke.1.enabled',\n },\n _hover: {\n borderColor: 'danger.stroke.1.enabled',\n },\n },\n _readOnly: {\n pointerEvents: 'none',\n },\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"8CAIA,MAAa,EAAc,EAAM,MAAM,CACrC,UAAW,eACX,KAAM,CACJ,WAAY,OACZ,SAAU,MACV,WAAY,UACZ,gBAAiB,cACjB,MAAO,+BACP,YAAa,gBACb,YAAa,QACb,YAAa,2BACb,aAAc,MACd,SAAU,MACV,MAAO,OACP,UAAW,aACX,WAAY,gBACZ,aAAc,CACZ,MAAO,8BACR,EACD,OAAQ,CACN,MAAO,+BACP,YAAa,0BACd,EACD,OAAQ,CACN,MAAO,+BACP,YAAa,0BACd,EACD,UAAW,CACT,QAAS,MACT,cAAe,OACf,OAAQ,aACT,EACD,SAAU,CACR,MAAO,+BACP,YAAa,0BACb,OAAQ,CACN,YAAa,yBACd,EACD,OAAQ,CACN,YAAa,yBACd,CACF,EACD,UAAW,CACT,cAAe,MAChB,CACF,CACF,EAAC"}
|
|
@@ -1,50 +1,2 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
import { checkboxError } from './checkbox/checkbox-error.js';
|
|
4
|
-
import { checkboxIcon } from './checkbox/checkbox-icon.js';
|
|
5
|
-
import { checkboxInner } from './checkbox/checkbox-inner.js';
|
|
6
|
-
import { checkboxInput } from './checkbox/checkbox-input.js';
|
|
7
|
-
import { checkboxLabel } from './checkbox/checkbox-label.js';
|
|
8
|
-
import { checkboxLabelWrapper } from './checkbox/checkbox-label-wrapper.js';
|
|
9
|
-
import { comboboxEmpty } from './combobox/combobox-empty.js';
|
|
10
|
-
import { comboboxOption } from './combobox/combobox-option.js';
|
|
11
|
-
import { comboboxSection } from './combobox/combobox-section.js';
|
|
12
|
-
import { datepickerDropdown } from './datepicker-dropdown.js';
|
|
13
|
-
import { datepickerInput } from './datepicker-input.js';
|
|
14
|
-
import { formControl } from './form-control.js';
|
|
15
|
-
import { input } from './input.js';
|
|
16
|
-
import { inputDescription } from './input-description.js';
|
|
17
|
-
import { inputError } from './input-error.js';
|
|
18
|
-
import { inputLabel } from './input-label.js';
|
|
19
|
-
import { inputPlaceholder } from './input-placeholder.js';
|
|
20
|
-
import { inputRoot } from './input-root.js';
|
|
21
|
-
import { inputSection } from './input-section.js';
|
|
22
|
-
import { inputWrapper } from './input-wrapper.js';
|
|
23
|
-
|
|
24
|
-
const inputs = {
|
|
25
|
-
checkboxBody,
|
|
26
|
-
checkboxDescription,
|
|
27
|
-
checkboxError,
|
|
28
|
-
checkboxIcon,
|
|
29
|
-
checkboxInner,
|
|
30
|
-
checkboxInput,
|
|
31
|
-
checkboxLabel,
|
|
32
|
-
checkboxLabelWrapper,
|
|
33
|
-
comboboxEmpty,
|
|
34
|
-
comboboxOption,
|
|
35
|
-
comboboxSection,
|
|
36
|
-
datepickerDropdown,
|
|
37
|
-
datepickerInput,
|
|
38
|
-
formControl,
|
|
39
|
-
input,
|
|
40
|
-
inputDescription,
|
|
41
|
-
inputError,
|
|
42
|
-
inputLabel,
|
|
43
|
-
inputPlaceholder,
|
|
44
|
-
inputRoot,
|
|
45
|
-
inputSection,
|
|
46
|
-
inputWrapper
|
|
47
|
-
};
|
|
48
|
-
|
|
49
|
-
export { inputs };
|
|
50
|
-
//# sourceMappingURL=index.js.map
|
|
1
|
+
import{checkboxBody as e}from"./checkbox/checkbox-body.js";import{inputDescription as t}from"./input-description.js";import{checkboxDescription as n}from"./checkbox/checkbox-description.js";import{inputError as r}from"./input-error.js";import{checkboxError as i}from"./checkbox/checkbox-error.js";import{checkboxIcon as a}from"./checkbox/checkbox-icon.js";import{checkboxInner as o}from"./checkbox/checkbox-inner.js";import{formControl as s}from"./form-control.js";import{checkboxInput as c}from"./checkbox/checkbox-input.js";import{inputLabel as l}from"./input-label.js";import{checkboxLabel as u}from"./checkbox/checkbox-label.js";import{inputRoot as d}from"./input-root.js";import{checkboxLabelWrapper as f}from"./checkbox/checkbox-label-wrapper.js";import{comboboxEmpty as p}from"./combobox/combobox-empty.js";import{comboboxOption as m}from"./combobox/combobox-option.js";import{comboboxOptions as h}from"./combobox/combobox-options.js";import{comboboxSection as g}from"./combobox/combobox-section.js";import{datepickerDropdown as _}from"./datepicker-dropdown.js";import{datepickerInput as v}from"./datepicker-input.js";import{input as y}from"./input.js";import{inputPlaceholder as b}from"./input-placeholder.js";import{inputSection as x}from"./input-section.js";import{inputWrapper as S}from"./input-wrapper.js";const C={checkboxBody:e,checkboxDescription:n,checkboxError:i,checkboxIcon:a,checkboxInner:o,checkboxInput:c,checkboxLabel:u,checkboxLabelWrapper:f,comboboxEmpty:p,comboboxOptions:h,comboboxOption:m,comboboxSection:g,datepickerDropdown:_,datepickerInput:v,formControl:s,input:y,inputDescription:t,inputError:r,inputLabel:l,inputPlaceholder:b,inputRoot:d,inputSection:x,inputWrapper:S};export{C as inputs};
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../../src/recipes/atoms/inputs/index.ts"],"sourcesContent":["import { checkboxBody } from './checkbox/checkbox-body';\nimport { checkboxDescription } from './checkbox/checkbox-description';\nimport { checkboxError } from './checkbox/checkbox-error';\nimport { checkboxIcon } from './checkbox/checkbox-icon';\nimport { checkboxInner } from './checkbox/checkbox-inner';\nimport { checkboxInput } from './checkbox/checkbox-input';\nimport { checkboxLabel } from './checkbox/checkbox-label';\nimport { checkboxLabelWrapper } from './checkbox/checkbox-label-wrapper';\nimport { comboboxEmpty } from './combobox/combobox-empty';\nimport { comboboxOption } from './combobox/combobox-option';\nimport { comboboxSection } from './combobox/combobox-section';\nimport { datepickerDropdown } from './datepicker-dropdown';\nimport { datepickerInput } from './datepicker-input';\nimport { formControl } from './form-control';\nimport { input } from './input';\nimport { inputDescription } from './input-description';\nimport { inputError } from './input-error';\nimport { inputLabel } from './input-label';\nimport { inputPlaceholder } from './input-placeholder';\nimport { inputRoot } from './input-root';\nimport { inputSection } from './input-section';\nimport { inputWrapper } from './input-wrapper';\n\nexport const inputs = {\n checkboxBody,\n checkboxDescription,\n checkboxError,\n checkboxIcon,\n checkboxInner,\n checkboxInput,\n checkboxLabel,\n checkboxLabelWrapper,\n comboboxEmpty,\n comboboxOption,\n comboboxSection,\n datepickerDropdown,\n datepickerInput,\n formControl,\n input,\n inputDescription,\n inputError,\n inputLabel,\n inputPlaceholder,\n inputRoot,\n inputSection,\n inputWrapper,\n};\n"],"
|
|
1
|
+
{"version":3,"file":"index.js","names":[],"sources":["../../../../src/recipes/atoms/inputs/index.ts"],"sourcesContent":["import { checkboxBody } from './checkbox/checkbox-body';\nimport { checkboxDescription } from './checkbox/checkbox-description';\nimport { checkboxError } from './checkbox/checkbox-error';\nimport { checkboxIcon } from './checkbox/checkbox-icon';\nimport { checkboxInner } from './checkbox/checkbox-inner';\nimport { checkboxInput } from './checkbox/checkbox-input';\nimport { checkboxLabel } from './checkbox/checkbox-label';\nimport { checkboxLabelWrapper } from './checkbox/checkbox-label-wrapper';\nimport { comboboxEmpty } from './combobox/combobox-empty';\nimport { comboboxOption } from './combobox/combobox-option';\nimport { comboboxOptions } from './combobox/combobox-options';\nimport { comboboxSection } from './combobox/combobox-section';\nimport { datepickerDropdown } from './datepicker-dropdown';\nimport { datepickerInput } from './datepicker-input';\nimport { formControl } from './form-control';\nimport { input } from './input';\nimport { inputDescription } from './input-description';\nimport { inputError } from './input-error';\nimport { inputLabel } from './input-label';\nimport { inputPlaceholder } from './input-placeholder';\nimport { inputRoot } from './input-root';\nimport { inputSection } from './input-section';\nimport { inputWrapper } from './input-wrapper';\n\nexport const inputs = {\n checkboxBody,\n checkboxDescription,\n checkboxError,\n checkboxIcon,\n checkboxInner,\n checkboxInput,\n checkboxLabel,\n checkboxLabelWrapper,\n comboboxEmpty,\n comboboxOptions,\n comboboxOption,\n comboboxSection,\n datepickerDropdown,\n datepickerInput,\n formControl,\n input,\n inputDescription,\n inputError,\n inputLabel,\n inputPlaceholder,\n inputRoot,\n inputSection,\n inputWrapper,\n};\n"],"mappings":"syCAwBA,MAAa,EAAS,CACpB,eACA,sBACA,gBACA,eACA,gBACA,gBACA,gBACA,uBACA,gBACA,kBACA,iBACA,kBACA,qBACA,kBACA,cACA,QACA,mBACA,aACA,aACA,mBACA,YACA,eACA,cACD"}
|
|
@@ -1,18 +1,2 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
const inputDescription = defineRecipe({
|
|
4
|
-
className: 'input-description',
|
|
5
|
-
jsx: [
|
|
6
|
-
'Input'
|
|
7
|
-
],
|
|
8
|
-
base: {
|
|
9
|
-
fontSize: '300',
|
|
10
|
-
lineHeight: '1.6',
|
|
11
|
-
fontWeight: '400',
|
|
12
|
-
color: 'neutral.foreground.2.enabled',
|
|
13
|
-
margin: '0'
|
|
14
|
-
}
|
|
15
|
-
});
|
|
16
|
-
|
|
17
|
-
export { inputDescription };
|
|
18
|
-
//# sourceMappingURL=input-description.js.map
|
|
1
|
+
import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`input-description`,jsx:[`Input`],base:{fontSize:`300`,lineHeight:`1.6`,fontWeight:`400`,color:`neutral.foreground.2.enabled`,margin:`0`}});export{t as inputDescription};
|
|
2
|
+
//# sourceMappingURL=input-description.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"input-description.js","sources":["../../../../src/recipes/atoms/inputs/input-description.ts"],"sourcesContent":["import {\n type RecipeBuilder,\n type RecipeVariantRecord,\n defineRecipe,\n} from '@pandabox/define-recipe';\n\nexport const inputDescription = defineRecipe({\n className: 'input-description',\n jsx: ['Input'],\n base: {\n fontSize: '300',\n lineHeight: '1.6',\n fontWeight: '400',\n color: 'neutral.foreground.2.enabled',\n margin: '0',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"
|
|
1
|
+
{"version":3,"file":"input-description.js","names":[],"sources":["../../../../src/recipes/atoms/inputs/input-description.ts"],"sourcesContent":["import {\n type RecipeBuilder,\n type RecipeVariantRecord,\n defineRecipe,\n} from '@pandabox/define-recipe';\n\nexport const inputDescription = defineRecipe({\n className: 'input-description',\n jsx: ['Input'],\n base: {\n fontSize: '300',\n lineHeight: '1.6',\n fontWeight: '400',\n color: 'neutral.foreground.2.enabled',\n margin: '0',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAmB,EAAa,CAC3C,UAAW,oBACX,IAAK,CAAC,OAAQ,EACd,KAAM,CACJ,SAAU,MACV,WAAY,MACZ,WAAY,MACZ,MAAO,+BACP,OAAQ,GACT,CACF,EAAC"}
|
|
@@ -1,20 +1,2 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
const inputError = defineRecipe({
|
|
4
|
-
className: 'input-error',
|
|
5
|
-
jsx: [
|
|
6
|
-
'Input',
|
|
7
|
-
'DatePicker',
|
|
8
|
-
'Combobox'
|
|
9
|
-
],
|
|
10
|
-
base: {
|
|
11
|
-
fontSize: '200',
|
|
12
|
-
lineHeight: '1.6',
|
|
13
|
-
fontWeight: '400',
|
|
14
|
-
color: 'danger.foreground.1.enabled',
|
|
15
|
-
margin: '0'
|
|
16
|
-
}
|
|
17
|
-
});
|
|
18
|
-
|
|
19
|
-
export { inputError };
|
|
20
|
-
//# sourceMappingURL=input-error.js.map
|
|
1
|
+
import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`input-error`,jsx:[`Input`,`DatePicker`,`Combobox`],base:{fontSize:`200`,lineHeight:`1.6`,fontWeight:`400`,color:`danger.foreground.1.enabled`,margin:`0`}});export{t as inputError};
|
|
2
|
+
//# sourceMappingURL=input-error.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"input-error.js","sources":["../../../../src/recipes/atoms/inputs/input-error.ts"],"sourcesContent":["import {\n type RecipeBuilder,\n type RecipeVariantRecord,\n defineRecipe,\n} from '@pandabox/define-recipe';\n\nexport const inputError = defineRecipe({\n className: 'input-error',\n jsx: ['Input', 'DatePicker', 'Combobox'],\n base: {\n fontSize: '200',\n lineHeight: '1.6',\n fontWeight: '400',\n color: 'danger.foreground.1.enabled',\n margin: '0',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"
|
|
1
|
+
{"version":3,"file":"input-error.js","names":[],"sources":["../../../../src/recipes/atoms/inputs/input-error.ts"],"sourcesContent":["import {\n type RecipeBuilder,\n type RecipeVariantRecord,\n defineRecipe,\n} from '@pandabox/define-recipe';\n\nexport const inputError = defineRecipe({\n className: 'input-error',\n jsx: ['Input', 'DatePicker', 'Combobox'],\n base: {\n fontSize: '200',\n lineHeight: '1.6',\n fontWeight: '400',\n color: 'danger.foreground.1.enabled',\n margin: '0',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAa,EAAa,CACrC,UAAW,cACX,IAAK,CAAC,QAAS,aAAc,UAAW,EACxC,KAAM,CACJ,SAAU,MACV,WAAY,MACZ,WAAY,MACZ,MAAO,8BACP,OAAQ,GACT,CACF,EAAC"}
|
|
@@ -1,28 +1,2 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
const inputLabel = defineRecipe({
|
|
4
|
-
className: 'input-label',
|
|
5
|
-
jsx: [
|
|
6
|
-
'Input'
|
|
7
|
-
],
|
|
8
|
-
base: {
|
|
9
|
-
fontWeight: '500',
|
|
10
|
-
color: 'neutral.foreground.2.enabled'
|
|
11
|
-
},
|
|
12
|
-
variants: {
|
|
13
|
-
size: {
|
|
14
|
-
l: {
|
|
15
|
-
fontSize: '300'
|
|
16
|
-
},
|
|
17
|
-
m: {
|
|
18
|
-
fontSize: '200'
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
},
|
|
22
|
-
defaultVariants: {
|
|
23
|
-
size: 'l'
|
|
24
|
-
}
|
|
25
|
-
});
|
|
26
|
-
|
|
27
|
-
export { inputLabel };
|
|
28
|
-
//# sourceMappingURL=input-label.js.map
|
|
1
|
+
import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`input-label`,jsx:[`Input`],base:{fontWeight:`500`,color:`neutral.foreground.2.enabled`},variants:{size:{l:{fontSize:`300`},m:{fontSize:`200`}}},defaultVariants:{size:`l`}});export{t as inputLabel};
|
|
2
|
+
//# sourceMappingURL=input-label.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"input-label.js","sources":["../../../../src/recipes/atoms/inputs/input-label.ts"],"sourcesContent":["import {\n type RecipeBuilder,\n type RecipeVariantRecord,\n defineRecipe,\n} from '@pandabox/define-recipe';\n\nexport const inputLabel = defineRecipe({\n className: 'input-label',\n jsx: ['Input'],\n base: {\n fontWeight: '500',\n color: 'neutral.foreground.2.enabled',\n },\n variants: {\n size: {\n l: {\n fontSize: '300',\n },\n m: {\n fontSize: '200',\n },\n },\n },\n defaultVariants: {\n size: 'l',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"
|
|
1
|
+
{"version":3,"file":"input-label.js","names":[],"sources":["../../../../src/recipes/atoms/inputs/input-label.ts"],"sourcesContent":["import {\n type RecipeBuilder,\n type RecipeVariantRecord,\n defineRecipe,\n} from '@pandabox/define-recipe';\n\nexport const inputLabel = defineRecipe({\n className: 'input-label',\n jsx: ['Input'],\n base: {\n fontWeight: '500',\n color: 'neutral.foreground.2.enabled',\n },\n variants: {\n size: {\n l: {\n fontSize: '300',\n },\n m: {\n fontSize: '200',\n },\n },\n },\n defaultVariants: {\n size: 'l',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAa,EAAa,CACrC,UAAW,cACX,IAAK,CAAC,OAAQ,EACd,KAAM,CACJ,WAAY,MACZ,MAAO,8BACR,EACD,SAAU,CACR,KAAM,CACJ,EAAG,CACD,SAAU,KACX,EACD,EAAG,CACD,SAAU,KACX,CACF,CACF,EACD,gBAAiB,CACf,KAAM,GACP,CACF,EAAC"}
|
|
@@ -1,14 +1,2 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
const inputPlaceholder = defineRecipe({
|
|
4
|
-
className: 'input-placeholder',
|
|
5
|
-
jsx: [
|
|
6
|
-
'Input'
|
|
7
|
-
],
|
|
8
|
-
base: {
|
|
9
|
-
color: 'neutral.foreground.3.enabled'
|
|
10
|
-
}
|
|
11
|
-
});
|
|
12
|
-
|
|
13
|
-
export { inputPlaceholder };
|
|
14
|
-
//# sourceMappingURL=input-placeholder.js.map
|
|
1
|
+
import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`input-placeholder`,jsx:[`Input`],base:{color:`neutral.foreground.3.enabled`}});export{t as inputPlaceholder};
|
|
2
|
+
//# sourceMappingURL=input-placeholder.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"input-placeholder.js","sources":["../../../../src/recipes/atoms/inputs/input-placeholder.ts"],"sourcesContent":["import {\n type RecipeBuilder,\n type RecipeVariantRecord,\n defineRecipe,\n} from '@pandabox/define-recipe';\n\nexport const inputPlaceholder = defineRecipe({\n className: 'input-placeholder',\n jsx: ['Input'],\n base: {\n color: 'neutral.foreground.3.enabled',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"
|
|
1
|
+
{"version":3,"file":"input-placeholder.js","names":[],"sources":["../../../../src/recipes/atoms/inputs/input-placeholder.ts"],"sourcesContent":["import {\n type RecipeBuilder,\n type RecipeVariantRecord,\n defineRecipe,\n} from '@pandabox/define-recipe';\n\nexport const inputPlaceholder = defineRecipe({\n className: 'input-placeholder',\n jsx: ['Input'],\n base: {\n color: 'neutral.foreground.3.enabled',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAmB,EAAa,CAC3C,UAAW,oBACX,IAAK,CAAC,OAAQ,EACd,KAAM,CACJ,MAAO,8BACR,CACF,EAAC"}
|
|
@@ -1,17 +1,2 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
const inputRoot = defineRecipe({
|
|
4
|
-
className: 'input-root',
|
|
5
|
-
jsx: [
|
|
6
|
-
'Input'
|
|
7
|
-
],
|
|
8
|
-
base: {
|
|
9
|
-
display: 'flex',
|
|
10
|
-
flexDirection: 'column',
|
|
11
|
-
gap: '200',
|
|
12
|
-
width: '100%'
|
|
13
|
-
}
|
|
14
|
-
});
|
|
15
|
-
|
|
16
|
-
export { inputRoot };
|
|
17
|
-
//# sourceMappingURL=input-root.js.map
|
|
1
|
+
import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`input-root`,jsx:[`Input`],base:{display:`flex`,flexDirection:`column`,gap:`200`,width:`100%`}});export{t as inputRoot};
|
|
2
|
+
//# sourceMappingURL=input-root.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"input-root.js","sources":["../../../../src/recipes/atoms/inputs/input-root.ts"],"sourcesContent":["import {\n type RecipeBuilder,\n type RecipeVariantRecord,\n defineRecipe,\n} from '@pandabox/define-recipe';\n\nexport const inputRoot = defineRecipe({\n className: 'input-root',\n jsx: ['Input'],\n base: {\n display: 'flex',\n flexDirection: 'column',\n gap: '200',\n width: '100%',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"
|
|
1
|
+
{"version":3,"file":"input-root.js","names":[],"sources":["../../../../src/recipes/atoms/inputs/input-root.ts"],"sourcesContent":["import {\n type RecipeBuilder,\n type RecipeVariantRecord,\n defineRecipe,\n} from '@pandabox/define-recipe';\n\nexport const inputRoot = defineRecipe({\n className: 'input-root',\n jsx: ['Input'],\n base: {\n display: 'flex',\n flexDirection: 'column',\n gap: '200',\n width: '100%',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAY,EAAa,CACpC,UAAW,aACX,IAAK,CAAC,OAAQ,EACd,KAAM,CACJ,QAAS,OACT,cAAe,SACf,IAAK,MACL,MAAO,MACR,CACF,EAAC"}
|