@mage-ui/preset 0.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/conditions/index.d.ts +5 -0
- package/dist/conditions/index.d.ts.map +1 -0
- package/dist/conditions/index.js +8 -0
- package/dist/conditions/index.js.map +1 -0
- package/dist/conditions/item-selectors.d.ts +5 -0
- package/dist/conditions/item-selectors.d.ts.map +1 -0
- package/dist/conditions/item-selectors.js +7 -0
- package/dist/conditions/item-selectors.js.map +1 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +21 -0
- package/dist/index.js.map +1 -0
- package/dist/recipes/atoms/avatar/avatar.d.ts +2 -0
- package/dist/recipes/atoms/avatar/avatar.d.ts.map +1 -0
- package/dist/recipes/atoms/avatar/avatar.js +73 -0
- package/dist/recipes/atoms/avatar/avatar.js.map +1 -0
- package/dist/recipes/atoms/badges/badge-section.d.ts +3 -0
- package/dist/recipes/atoms/badges/badge-section.d.ts.map +1 -0
- package/dist/recipes/atoms/badges/badge-section.js +17 -0
- package/dist/recipes/atoms/badges/badge-section.js.map +1 -0
- package/dist/recipes/atoms/badges/badge.d.ts +3 -0
- package/dist/recipes/atoms/badges/badge.d.ts.map +1 -0
- package/dist/recipes/atoms/badges/badge.js +52 -0
- package/dist/recipes/atoms/badges/badge.js.map +1 -0
- package/dist/recipes/atoms/buttons/button-icon-icon.d.ts +3 -0
- package/dist/recipes/atoms/buttons/button-icon-icon.d.ts.map +1 -0
- package/dist/recipes/atoms/buttons/button-icon-icon.js +45 -0
- package/dist/recipes/atoms/buttons/button-icon-icon.js.map +1 -0
- package/dist/recipes/atoms/buttons/button-icon.d.ts +3 -0
- package/dist/recipes/atoms/buttons/button-icon.d.ts.map +1 -0
- package/dist/recipes/atoms/buttons/button-icon.js +40 -0
- package/dist/recipes/atoms/buttons/button-icon.js.map +1 -0
- package/dist/recipes/atoms/buttons/button-inner.d.ts +3 -0
- package/dist/recipes/atoms/buttons/button-inner.d.ts.map +1 -0
- package/dist/recipes/atoms/buttons/button-inner.js +17 -0
- package/dist/recipes/atoms/buttons/button-inner.js.map +1 -0
- package/dist/recipes/atoms/buttons/button-label.d.ts +3 -0
- package/dist/recipes/atoms/buttons/button-label.d.ts.map +1 -0
- package/dist/recipes/atoms/buttons/button-label.js +17 -0
- package/dist/recipes/atoms/buttons/button-label.js.map +1 -0
- package/dist/recipes/atoms/buttons/button-section.d.ts +3 -0
- package/dist/recipes/atoms/buttons/button-section.d.ts.map +1 -0
- package/dist/recipes/atoms/buttons/button-section.js +16 -0
- package/dist/recipes/atoms/buttons/button-section.js.map +1 -0
- package/dist/recipes/atoms/buttons/button.d.ts +3 -0
- package/dist/recipes/atoms/buttons/button.d.ts.map +1 -0
- package/dist/recipes/atoms/buttons/button.js +226 -0
- package/dist/recipes/atoms/buttons/button.js.map +1 -0
- package/dist/recipes/atoms/buttons/index.d.ts +9 -0
- package/dist/recipes/atoms/buttons/index.d.ts.map +1 -0
- package/dist/recipes/atoms/buttons/index.js +18 -0
- package/dist/recipes/atoms/buttons/index.js.map +1 -0
- package/dist/recipes/atoms/dropdown/dropdown.d.ts +4 -0
- package/dist/recipes/atoms/dropdown/dropdown.d.ts.map +1 -0
- package/dist/recipes/atoms/dropdown/dropdown.js +22 -0
- package/dist/recipes/atoms/dropdown/dropdown.js.map +1 -0
- package/dist/recipes/atoms/icon/icon.d.ts +50 -0
- package/dist/recipes/atoms/icon/icon.d.ts.map +1 -0
- package/dist/recipes/atoms/icon/icon.js +85 -0
- package/dist/recipes/atoms/icon/icon.js.map +1 -0
- package/dist/recipes/atoms/inputs/checkbox/checkbox-body.d.ts +3 -0
- package/dist/recipes/atoms/inputs/checkbox/checkbox-body.d.ts.map +1 -0
- package/dist/recipes/atoms/inputs/checkbox/checkbox-body.js +18 -0
- package/dist/recipes/atoms/inputs/checkbox/checkbox-body.js.map +1 -0
- package/dist/recipes/atoms/inputs/checkbox/checkbox-description.d.ts +3 -0
- package/dist/recipes/atoms/inputs/checkbox/checkbox-description.d.ts.map +1 -0
- package/dist/recipes/atoms/inputs/checkbox/checkbox-description.js +12 -0
- package/dist/recipes/atoms/inputs/checkbox/checkbox-description.js.map +1 -0
- package/dist/recipes/atoms/inputs/checkbox/checkbox-error.d.ts +3 -0
- package/dist/recipes/atoms/inputs/checkbox/checkbox-error.d.ts.map +1 -0
- package/dist/recipes/atoms/inputs/checkbox/checkbox-error.js +12 -0
- package/dist/recipes/atoms/inputs/checkbox/checkbox-error.js.map +1 -0
- package/dist/recipes/atoms/inputs/checkbox/checkbox-icon.d.ts +3 -0
- package/dist/recipes/atoms/inputs/checkbox/checkbox-icon.d.ts.map +1 -0
- package/dist/recipes/atoms/inputs/checkbox/checkbox-icon.js +23 -0
- package/dist/recipes/atoms/inputs/checkbox/checkbox-icon.js.map +1 -0
- package/dist/recipes/atoms/inputs/checkbox/checkbox-inner.d.ts +3 -0
- package/dist/recipes/atoms/inputs/checkbox/checkbox-inner.d.ts.map +1 -0
- package/dist/recipes/atoms/inputs/checkbox/checkbox-inner.js +16 -0
- package/dist/recipes/atoms/inputs/checkbox/checkbox-inner.js.map +1 -0
- package/dist/recipes/atoms/inputs/checkbox/checkbox-input.d.ts +3 -0
- package/dist/recipes/atoms/inputs/checkbox/checkbox-input.d.ts.map +1 -0
- package/dist/recipes/atoms/inputs/checkbox/checkbox-input.js +35 -0
- package/dist/recipes/atoms/inputs/checkbox/checkbox-input.js.map +1 -0
- package/dist/recipes/atoms/inputs/checkbox/checkbox-label-wrapper.d.ts +3 -0
- package/dist/recipes/atoms/inputs/checkbox/checkbox-label-wrapper.d.ts.map +1 -0
- package/dist/recipes/atoms/inputs/checkbox/checkbox-label-wrapper.js +14 -0
- package/dist/recipes/atoms/inputs/checkbox/checkbox-label-wrapper.js.map +1 -0
- package/dist/recipes/atoms/inputs/checkbox/checkbox-label.d.ts +3 -0
- package/dist/recipes/atoms/inputs/checkbox/checkbox-label.d.ts.map +1 -0
- package/dist/recipes/atoms/inputs/checkbox/checkbox-label.js +12 -0
- package/dist/recipes/atoms/inputs/checkbox/checkbox-label.js.map +1 -0
- package/dist/recipes/atoms/inputs/combobox/combobox-empty.d.ts +4 -0
- package/dist/recipes/atoms/inputs/combobox/combobox-empty.d.ts.map +1 -0
- package/dist/recipes/atoms/inputs/combobox/combobox-empty.js +19 -0
- package/dist/recipes/atoms/inputs/combobox/combobox-empty.js.map +1 -0
- package/dist/recipes/atoms/inputs/combobox/combobox-option.d.ts +4 -0
- package/dist/recipes/atoms/inputs/combobox/combobox-option.d.ts.map +1 -0
- package/dist/recipes/atoms/inputs/combobox/combobox-option.js +52 -0
- package/dist/recipes/atoms/inputs/combobox/combobox-option.js.map +1 -0
- package/dist/recipes/atoms/inputs/combobox/combobox-section.d.ts +4 -0
- package/dist/recipes/atoms/inputs/combobox/combobox-section.d.ts.map +1 -0
- package/dist/recipes/atoms/inputs/combobox/combobox-section.js +14 -0
- package/dist/recipes/atoms/inputs/combobox/combobox-section.js.map +1 -0
- package/dist/recipes/atoms/inputs/datepicker-dropdown.d.ts +3 -0
- package/dist/recipes/atoms/inputs/datepicker-dropdown.d.ts.map +1 -0
- package/dist/recipes/atoms/inputs/datepicker-dropdown.js +17 -0
- package/dist/recipes/atoms/inputs/datepicker-dropdown.js.map +1 -0
- package/dist/recipes/atoms/inputs/datepicker-input.d.ts +3 -0
- package/dist/recipes/atoms/inputs/datepicker-input.d.ts.map +1 -0
- package/dist/recipes/atoms/inputs/datepicker-input.js +19 -0
- package/dist/recipes/atoms/inputs/datepicker-input.js.map +1 -0
- package/dist/recipes/atoms/inputs/form-control.d.ts +4 -0
- package/dist/recipes/atoms/inputs/form-control.d.ts.map +1 -0
- package/dist/recipes/atoms/inputs/form-control.js +52 -0
- package/dist/recipes/atoms/inputs/form-control.js.map +1 -0
- package/dist/recipes/atoms/inputs/index.d.ts +25 -0
- package/dist/recipes/atoms/inputs/index.d.ts.map +1 -0
- package/dist/recipes/atoms/inputs/index.js +50 -0
- package/dist/recipes/atoms/inputs/index.js.map +1 -0
- package/dist/recipes/atoms/inputs/input-description.d.ts +3 -0
- package/dist/recipes/atoms/inputs/input-description.d.ts.map +1 -0
- package/dist/recipes/atoms/inputs/input-description.js +18 -0
- package/dist/recipes/atoms/inputs/input-description.js.map +1 -0
- package/dist/recipes/atoms/inputs/input-error.d.ts +3 -0
- package/dist/recipes/atoms/inputs/input-error.d.ts.map +1 -0
- package/dist/recipes/atoms/inputs/input-error.js +20 -0
- package/dist/recipes/atoms/inputs/input-error.js.map +1 -0
- package/dist/recipes/atoms/inputs/input-label.d.ts +3 -0
- package/dist/recipes/atoms/inputs/input-label.d.ts.map +1 -0
- package/dist/recipes/atoms/inputs/input-label.js +28 -0
- package/dist/recipes/atoms/inputs/input-label.js.map +1 -0
- package/dist/recipes/atoms/inputs/input-placeholder.d.ts +3 -0
- package/dist/recipes/atoms/inputs/input-placeholder.d.ts.map +1 -0
- package/dist/recipes/atoms/inputs/input-placeholder.js +14 -0
- package/dist/recipes/atoms/inputs/input-placeholder.js.map +1 -0
- package/dist/recipes/atoms/inputs/input-root.d.ts +3 -0
- package/dist/recipes/atoms/inputs/input-root.d.ts.map +1 -0
- package/dist/recipes/atoms/inputs/input-root.js +17 -0
- package/dist/recipes/atoms/inputs/input-root.js.map +1 -0
- package/dist/recipes/atoms/inputs/input-section.d.ts +3 -0
- package/dist/recipes/atoms/inputs/input-section.d.ts.map +1 -0
- package/dist/recipes/atoms/inputs/input-section.js +37 -0
- package/dist/recipes/atoms/inputs/input-section.js.map +1 -0
- package/dist/recipes/atoms/inputs/input-wrapper.d.ts +3 -0
- package/dist/recipes/atoms/inputs/input-wrapper.d.ts.map +1 -0
- package/dist/recipes/atoms/inputs/input-wrapper.js +18 -0
- package/dist/recipes/atoms/inputs/input-wrapper.js.map +1 -0
- package/dist/recipes/atoms/inputs/input.d.ts +3 -0
- package/dist/recipes/atoms/inputs/input.d.ts.map +1 -0
- package/dist/recipes/atoms/inputs/input.js +46 -0
- package/dist/recipes/atoms/inputs/input.js.map +1 -0
- package/dist/recipes/atoms/tab/tab-label.d.ts +3 -0
- package/dist/recipes/atoms/tab/tab-label.d.ts.map +1 -0
- package/dist/recipes/atoms/tab/tab-label.js +18 -0
- package/dist/recipes/atoms/tab/tab-label.js.map +1 -0
- package/dist/recipes/atoms/tab/tab-panel.d.ts +3 -0
- package/dist/recipes/atoms/tab/tab-panel.d.ts.map +1 -0
- package/dist/recipes/atoms/tab/tab-panel.js +16 -0
- package/dist/recipes/atoms/tab/tab-panel.js.map +1 -0
- package/dist/recipes/atoms/tab/tab-section.d.ts +3 -0
- package/dist/recipes/atoms/tab/tab-section.d.ts.map +1 -0
- package/dist/recipes/atoms/tab/tab-section.js +22 -0
- package/dist/recipes/atoms/tab/tab-section.js.map +1 -0
- package/dist/recipes/atoms/tab/tab.d.ts +3 -0
- package/dist/recipes/atoms/tab/tab.d.ts.map +1 -0
- package/dist/recipes/atoms/tab/tab.js +158 -0
- package/dist/recipes/atoms/tab/tab.js.map +1 -0
- package/dist/recipes/atoms/wrapped-icon/wrapped-icon.d.ts +3 -0
- package/dist/recipes/atoms/wrapped-icon/wrapped-icon.d.ts.map +1 -0
- package/dist/recipes/atoms/wrapped-icon/wrapped-icon.js +95 -0
- package/dist/recipes/atoms/wrapped-icon/wrapped-icon.js.map +1 -0
- package/dist/recipes/index.d.ts +4 -0
- package/dist/recipes/index.d.ts.map +1 -0
- package/dist/recipes/index.js +41 -0
- package/dist/recipes/index.js.map +1 -0
- package/dist/recipes/molecules/calendar/calendar-control.d.ts +4 -0
- package/dist/recipes/molecules/calendar/calendar-control.d.ts.map +1 -0
- package/dist/recipes/molecules/calendar/calendar-control.js +32 -0
- package/dist/recipes/molecules/calendar/calendar-control.js.map +1 -0
- package/dist/recipes/molecules/calendar/calendar-day.d.ts +3 -0
- package/dist/recipes/molecules/calendar/calendar-day.d.ts.map +1 -0
- package/dist/recipes/molecules/calendar/calendar-day.js +38 -0
- package/dist/recipes/molecules/calendar/calendar-day.js.map +1 -0
- package/dist/recipes/molecules/calendar/calendar-header-control-icon.d.ts +4 -0
- package/dist/recipes/molecules/calendar/calendar-header-control-icon.d.ts.map +1 -0
- package/dist/recipes/molecules/calendar/calendar-header-control-icon.js +21 -0
- package/dist/recipes/molecules/calendar/calendar-header-control-icon.js.map +1 -0
- package/dist/recipes/molecules/calendar/calendar-header-level.d.ts +3 -0
- package/dist/recipes/molecules/calendar/calendar-header-level.d.ts.map +1 -0
- package/dist/recipes/molecules/calendar/calendar-header-level.js +15 -0
- package/dist/recipes/molecules/calendar/calendar-header-level.js.map +1 -0
- package/dist/recipes/molecules/calendar/calendar-header.d.ts +3 -0
- package/dist/recipes/molecules/calendar/calendar-header.d.ts.map +1 -0
- package/dist/recipes/molecules/calendar/calendar-header.js +17 -0
- package/dist/recipes/molecules/calendar/calendar-header.js.map +1 -0
- package/dist/recipes/molecules/calendar/calendar-month-cell.d.ts +3 -0
- package/dist/recipes/molecules/calendar/calendar-month-cell.d.ts.map +1 -0
- package/dist/recipes/molecules/calendar/calendar-month-cell.js +12 -0
- package/dist/recipes/molecules/calendar/calendar-month-cell.js.map +1 -0
- package/dist/recipes/molecules/calendar/calendar-month-row.d.ts +3 -0
- package/dist/recipes/molecules/calendar/calendar-month-row.d.ts.map +1 -0
- package/dist/recipes/molecules/calendar/calendar-month-row.js +17 -0
- package/dist/recipes/molecules/calendar/calendar-month-row.js.map +1 -0
- package/dist/recipes/molecules/calendar/calendar-month.d.ts +3 -0
- package/dist/recipes/molecules/calendar/calendar-month.d.ts.map +1 -0
- package/dist/recipes/molecules/calendar/calendar-month.js +14 -0
- package/dist/recipes/molecules/calendar/calendar-month.js.map +1 -0
- package/dist/recipes/molecules/calendar/calendar-months-list-cell.d.ts +3 -0
- package/dist/recipes/molecules/calendar/calendar-months-list-cell.d.ts.map +1 -0
- package/dist/recipes/molecules/calendar/calendar-months-list-cell.js +15 -0
- package/dist/recipes/molecules/calendar/calendar-months-list-cell.js.map +1 -0
- package/dist/recipes/molecules/calendar/calendar-months-list-control.d.ts +3 -0
- package/dist/recipes/molecules/calendar/calendar-months-list-control.d.ts.map +1 -0
- package/dist/recipes/molecules/calendar/calendar-months-list-control.js +15 -0
- package/dist/recipes/molecules/calendar/calendar-months-list-control.js.map +1 -0
- package/dist/recipes/molecules/calendar/calendar-months-list-row.d.ts +3 -0
- package/dist/recipes/molecules/calendar/calendar-months-list-row.d.ts.map +1 -0
- package/dist/recipes/molecules/calendar/calendar-months-list-row.js +17 -0
- package/dist/recipes/molecules/calendar/calendar-months-list-row.js.map +1 -0
- package/dist/recipes/molecules/calendar/calendar-months-list.d.ts +3 -0
- package/dist/recipes/molecules/calendar/calendar-months-list.d.ts.map +1 -0
- package/dist/recipes/molecules/calendar/calendar-months-list.js +14 -0
- package/dist/recipes/molecules/calendar/calendar-months-list.js.map +1 -0
- package/dist/recipes/molecules/calendar/calendar-week-day.d.ts +3 -0
- package/dist/recipes/molecules/calendar/calendar-week-day.d.ts.map +1 -0
- package/dist/recipes/molecules/calendar/calendar-week-day.js +18 -0
- package/dist/recipes/molecules/calendar/calendar-week-day.js.map +1 -0
- package/dist/recipes/molecules/calendar/calendar-weeks-days-row.d.ts +3 -0
- package/dist/recipes/molecules/calendar/calendar-weeks-days-row.d.ts.map +1 -0
- package/dist/recipes/molecules/calendar/calendar-weeks-days-row.js +17 -0
- package/dist/recipes/molecules/calendar/calendar-weeks-days-row.js.map +1 -0
- package/dist/recipes/molecules/calendar/calendar-years-list-cell.d.ts +3 -0
- package/dist/recipes/molecules/calendar/calendar-years-list-cell.d.ts.map +1 -0
- package/dist/recipes/molecules/calendar/calendar-years-list-cell.js +15 -0
- package/dist/recipes/molecules/calendar/calendar-years-list-cell.js.map +1 -0
- package/dist/recipes/molecules/calendar/calendar-years-list-control.d.ts +3 -0
- package/dist/recipes/molecules/calendar/calendar-years-list-control.d.ts.map +1 -0
- package/dist/recipes/molecules/calendar/calendar-years-list-control.js +12 -0
- package/dist/recipes/molecules/calendar/calendar-years-list-control.js.map +1 -0
- package/dist/recipes/molecules/calendar/calendar-years-list-row.d.ts +3 -0
- package/dist/recipes/molecules/calendar/calendar-years-list-row.d.ts.map +1 -0
- package/dist/recipes/molecules/calendar/calendar-years-list-row.js +17 -0
- package/dist/recipes/molecules/calendar/calendar-years-list-row.js.map +1 -0
- package/dist/recipes/molecules/calendar/calendar-years-list.d.ts +3 -0
- package/dist/recipes/molecules/calendar/calendar-years-list.d.ts.map +1 -0
- package/dist/recipes/molecules/calendar/calendar-years-list.js +14 -0
- package/dist/recipes/molecules/calendar/calendar-years-list.js.map +1 -0
- package/dist/recipes/molecules/calendar/index.d.ts +21 -0
- package/dist/recipes/molecules/calendar/index.d.ts.map +1 -0
- package/dist/recipes/molecules/calendar/index.js +42 -0
- package/dist/recipes/molecules/calendar/index.js.map +1 -0
- package/dist/recipes/molecules/tab-list/tabList.d.ts +3 -0
- package/dist/recipes/molecules/tab-list/tabList.d.ts.map +1 -0
- package/dist/recipes/molecules/tab-list/tabList.js +23 -0
- package/dist/recipes/molecules/tab-list/tabList.js.map +1 -0
- package/dist/recipes/molecules/tabs/tabs.d.ts +3 -0
- package/dist/recipes/molecules/tabs/tabs.d.ts.map +1 -0
- package/dist/recipes/molecules/tabs/tabs.js +27 -0
- package/dist/recipes/molecules/tabs/tabs.js.map +1 -0
- package/dist/recipes/shared/focus.d.ts +4 -0
- package/dist/recipes/shared/focus.d.ts.map +1 -0
- package/dist/recipes/shared/focus.js +34 -0
- package/dist/recipes/shared/focus.js.map +1 -0
- package/dist/semantic-tokens/colors.d.ts +965 -0
- package/dist/semantic-tokens/colors.d.ts.map +1 -0
- package/dist/semantic-tokens/colors.js +969 -0
- package/dist/semantic-tokens/colors.js.map +1 -0
- package/dist/semantic-tokens/gradients.d.ts +45 -0
- package/dist/semantic-tokens/gradients.d.ts.map +1 -0
- package/dist/semantic-tokens/gradients.js +72 -0
- package/dist/semantic-tokens/gradients.js.map +1 -0
- package/dist/semantic-tokens/index.d.ts +1055 -0
- package/dist/semantic-tokens/index.d.ts.map +1 -0
- package/dist/semantic-tokens/index.js +15 -0
- package/dist/semantic-tokens/index.js.map +1 -0
- package/dist/semantic-tokens/shadows.d.ts +27 -0
- package/dist/semantic-tokens/shadows.d.ts.map +1 -0
- package/dist/semantic-tokens/shadows.js +31 -0
- package/dist/semantic-tokens/shadows.js.map +1 -0
- package/dist/semantic-tokens/sizes.d.ts +19 -0
- package/dist/semantic-tokens/sizes.d.ts.map +1 -0
- package/dist/semantic-tokens/sizes.js +23 -0
- package/dist/semantic-tokens/sizes.js.map +1 -0
- package/dist/tokens/animations.d.ts +14 -0
- package/dist/tokens/animations.d.ts.map +1 -0
- package/dist/tokens/animations.js +18 -0
- package/dist/tokens/animations.js.map +1 -0
- package/dist/tokens/borders.d.ts +18 -0
- package/dist/tokens/borders.d.ts.map +1 -0
- package/dist/tokens/borders.js +22 -0
- package/dist/tokens/borders.js.map +1 -0
- package/dist/tokens/colors.d.ts +260 -0
- package/dist/tokens/colors.d.ts.map +1 -0
- package/dist/tokens/colors.js +264 -0
- package/dist/tokens/colors.js.map +1 -0
- package/dist/tokens/font-sizes.d.ts +33 -0
- package/dist/tokens/font-sizes.d.ts.map +1 -0
- package/dist/tokens/font-sizes.js +37 -0
- package/dist/tokens/font-sizes.js.map +1 -0
- package/dist/tokens/font-weights.d.ts +18 -0
- package/dist/tokens/font-weights.d.ts.map +1 -0
- package/dist/tokens/font-weights.js +22 -0
- package/dist/tokens/font-weights.js.map +1 -0
- package/dist/tokens/fonts.d.ts +6 -0
- package/dist/tokens/fonts.d.ts.map +1 -0
- package/dist/tokens/fonts.js +10 -0
- package/dist/tokens/fonts.js.map +1 -0
- package/dist/tokens/index.d.ts +496 -0
- package/dist/tokens/index.d.ts.map +1 -0
- package/dist/tokens/index.js +24 -0
- package/dist/tokens/index.js.map +1 -0
- package/dist/tokens/radii.d.ts +27 -0
- package/dist/tokens/radii.d.ts.map +1 -0
- package/dist/tokens/radii.js +31 -0
- package/dist/tokens/radii.js.map +1 -0
- package/dist/tokens/sizes.d.ts +57 -0
- package/dist/tokens/sizes.d.ts.map +1 -0
- package/dist/tokens/sizes.js +61 -0
- package/dist/tokens/sizes.js.map +1 -0
- package/dist/tokens/spacing.d.ts +69 -0
- package/dist/tokens/spacing.d.ts.map +1 -0
- package/dist/tokens/spacing.js +73 -0
- package/dist/tokens/spacing.js.map +1 -0
- package/package.json +46 -0
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { defineRecipe } from '@pandacss/dev';
|
|
2
|
+
|
|
3
|
+
const calendarYearsList = defineRecipe({
|
|
4
|
+
className: 'calendar-years-list',
|
|
5
|
+
jsx: [
|
|
6
|
+
'Datepicker'
|
|
7
|
+
],
|
|
8
|
+
base: {
|
|
9
|
+
width: '100%'
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
|
|
13
|
+
export { calendarYearsList };
|
|
14
|
+
//# sourceMappingURL=calendar-years-list.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"calendar-years-list.js","sources":["../../../../src/recipes/molecules/calendar/calendar-years-list.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\nimport { defineRecipe } from '@pandacss/dev';\n\nexport const calendarYearsList = defineRecipe({\n className: 'calendar-years-list',\n jsx: ['Datepicker'],\n base: {\n width: '100%',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"names":["calendarYearsList","defineRecipe","className","jsx","base","width"],"mappings":";;AAMO,MAAMA,oBAAoBC,YAAa,CAAA;IAC5CC,SAAW,EAAA,qBAAA;IACXC,GAAK,EAAA;AAAC,QAAA;AAAa,KAAA;IACnBC,IAAM,EAAA;QACJC,KAAO,EAAA;AACT;AACF,CAAyC;;;;"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
export declare const calendar: {
|
|
2
|
+
calendarControl: import("@pandabox/define-recipe").RecipeBuilder<import("@pandacss/dev").RecipeVariantRecord>;
|
|
3
|
+
calendarHeader: import("@pandabox/define-recipe").RecipeBuilder<import("@pandabox/define-recipe").RecipeVariantRecord>;
|
|
4
|
+
calendarHeaderLevel: import("@pandabox/define-recipe").RecipeBuilder<import("@pandabox/define-recipe").RecipeVariantRecord>;
|
|
5
|
+
calendarHeaderControlIcon: import("@pandabox/define-recipe").RecipeBuilder<import("@pandacss/dev").RecipeVariantRecord>;
|
|
6
|
+
calendarMonth: import("@pandabox/define-recipe").RecipeBuilder<import("@pandabox/define-recipe").RecipeVariantRecord>;
|
|
7
|
+
calendarWeekDaysRow: import("@pandabox/define-recipe").RecipeBuilder<import("@pandabox/define-recipe").RecipeVariantRecord>;
|
|
8
|
+
calendarWeekDay: import("@pandabox/define-recipe").RecipeBuilder<import("@pandabox/define-recipe").RecipeVariantRecord>;
|
|
9
|
+
calendarMonthRow: import("@pandabox/define-recipe").RecipeBuilder<import("@pandabox/define-recipe").RecipeVariantRecord>;
|
|
10
|
+
calendarMonthCell: import("@pandabox/define-recipe").RecipeBuilder<import("@pandabox/define-recipe").RecipeVariantRecord>;
|
|
11
|
+
calendarDay: import("@pandabox/define-recipe").RecipeBuilder<import("@pandabox/define-recipe").RecipeVariantRecord>;
|
|
12
|
+
calendarMonthsList: import("@pandabox/define-recipe").RecipeBuilder<import("@pandabox/define-recipe").RecipeVariantRecord>;
|
|
13
|
+
calendarMonthsListRow: import("@pandabox/define-recipe").RecipeBuilder<import("@pandabox/define-recipe").RecipeVariantRecord>;
|
|
14
|
+
calendarMonthsListCell: import("@pandabox/define-recipe").RecipeBuilder<import("@pandabox/define-recipe").RecipeVariantRecord>;
|
|
15
|
+
calendarMonthsListControl: import("@pandabox/define-recipe").RecipeBuilder<import("@pandabox/define-recipe").RecipeVariantRecord>;
|
|
16
|
+
calendarYearsList: import("@pandabox/define-recipe").RecipeBuilder<import("@pandabox/define-recipe").RecipeVariantRecord>;
|
|
17
|
+
calendarYearsListRow: import("@pandabox/define-recipe").RecipeBuilder<import("@pandabox/define-recipe").RecipeVariantRecord>;
|
|
18
|
+
calendarYearsListCell: import("@pandabox/define-recipe").RecipeBuilder<import("@pandabox/define-recipe").RecipeVariantRecord>;
|
|
19
|
+
calendarYearsListControl: import("@pandabox/define-recipe").RecipeBuilder<import("@pandabox/define-recipe").RecipeVariantRecord>;
|
|
20
|
+
};
|
|
21
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/recipes/molecules/calendar/index.ts"],"names":[],"mappings":"AAmBA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;CAmBpB,CAAC"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { calendarControl } from './calendar-control.js';
|
|
2
|
+
import { calendarDay } from './calendar-day.js';
|
|
3
|
+
import { calendarHeader } from './calendar-header.js';
|
|
4
|
+
import { calendarHeaderControlIcon } from './calendar-header-control-icon.js';
|
|
5
|
+
import { calendarHeaderLevel } from './calendar-header-level.js';
|
|
6
|
+
import { calendarMonth } from './calendar-month.js';
|
|
7
|
+
import { calendarMonthCell } from './calendar-month-cell.js';
|
|
8
|
+
import { calendarMonthRow } from './calendar-month-row.js';
|
|
9
|
+
import { calendarMonthsList } from './calendar-months-list.js';
|
|
10
|
+
import { calendarMonthsListCell } from './calendar-months-list-cell.js';
|
|
11
|
+
import { calendarMonthsListControl } from './calendar-months-list-control.js';
|
|
12
|
+
import { calendarMonthsListRow } from './calendar-months-list-row.js';
|
|
13
|
+
import { calendarWeekDay } from './calendar-week-day.js';
|
|
14
|
+
import { calendarWeekDaysRow } from './calendar-weeks-days-row.js';
|
|
15
|
+
import { calendarYearsList } from './calendar-years-list.js';
|
|
16
|
+
import { calendarYearsListCell } from './calendar-years-list-cell.js';
|
|
17
|
+
import { calendarYearsListControl } from './calendar-years-list-control.js';
|
|
18
|
+
import { calendarYearsListRow } from './calendar-years-list-row.js';
|
|
19
|
+
|
|
20
|
+
const calendar = {
|
|
21
|
+
calendarControl,
|
|
22
|
+
calendarHeader,
|
|
23
|
+
calendarHeaderLevel,
|
|
24
|
+
calendarHeaderControlIcon,
|
|
25
|
+
calendarMonth,
|
|
26
|
+
calendarWeekDaysRow,
|
|
27
|
+
calendarWeekDay,
|
|
28
|
+
calendarMonthRow,
|
|
29
|
+
calendarMonthCell,
|
|
30
|
+
calendarDay,
|
|
31
|
+
calendarMonthsList,
|
|
32
|
+
calendarMonthsListRow,
|
|
33
|
+
calendarMonthsListCell,
|
|
34
|
+
calendarMonthsListControl,
|
|
35
|
+
calendarYearsList,
|
|
36
|
+
calendarYearsListRow,
|
|
37
|
+
calendarYearsListCell,
|
|
38
|
+
calendarYearsListControl
|
|
39
|
+
};
|
|
40
|
+
|
|
41
|
+
export { calendar };
|
|
42
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../src/recipes/molecules/calendar/index.ts"],"sourcesContent":["import { calendarControl } from './calendar-control';\nimport { calendarDay } from './calendar-day';\nimport { calendarHeader } from './calendar-header';\nimport { calendarHeaderControlIcon } from './calendar-header-control-icon';\nimport { calendarHeaderLevel } from './calendar-header-level';\nimport { calendarMonth } from './calendar-month';\nimport { calendarMonthCell } from './calendar-month-cell';\nimport { calendarMonthRow } from './calendar-month-row';\nimport { calendarMonthsList } from './calendar-months-list';\nimport { calendarMonthsListCell } from './calendar-months-list-cell';\nimport { calendarMonthsListControl } from './calendar-months-list-control';\nimport { calendarMonthsListRow } from './calendar-months-list-row';\nimport { calendarWeekDay } from './calendar-week-day';\nimport { calendarWeekDaysRow } from './calendar-weeks-days-row';\nimport { calendarYearsList } from './calendar-years-list';\nimport { calendarYearsListCell } from './calendar-years-list-cell';\nimport { calendarYearsListControl } from './calendar-years-list-control';\nimport { calendarYearsListRow } from './calendar-years-list-row';\n\nexport const calendar = {\n calendarControl,\n calendarHeader,\n calendarHeaderLevel,\n calendarHeaderControlIcon,\n calendarMonth,\n calendarWeekDaysRow,\n calendarWeekDay,\n calendarMonthRow,\n calendarMonthCell,\n calendarDay,\n calendarMonthsList,\n calendarMonthsListRow,\n calendarMonthsListCell,\n calendarMonthsListControl,\n calendarYearsList,\n calendarYearsListRow,\n calendarYearsListCell,\n calendarYearsListControl,\n};\n"],"names":["calendar","calendarControl","calendarHeader","calendarHeaderLevel","calendarHeaderControlIcon","calendarMonth","calendarWeekDaysRow","calendarWeekDay","calendarMonthRow","calendarMonthCell","calendarDay","calendarMonthsList","calendarMonthsListRow","calendarMonthsListCell","calendarMonthsListControl","calendarYearsList","calendarYearsListRow","calendarYearsListCell","calendarYearsListControl"],"mappings":";;;;;;;;;;;;;;;;;;;MAmBaA,QAAW,GAAA;AACtBC,IAAAA,eAAAA;AACAC,IAAAA,cAAAA;AACAC,IAAAA,mBAAAA;AACAC,IAAAA,yBAAAA;AACAC,IAAAA,aAAAA;AACAC,IAAAA,mBAAAA;AACAC,IAAAA,eAAAA;AACAC,IAAAA,gBAAAA;AACAC,IAAAA,iBAAAA;AACAC,IAAAA,WAAAA;AACAC,IAAAA,kBAAAA;AACAC,IAAAA,qBAAAA;AACAC,IAAAA,sBAAAA;AACAC,IAAAA,yBAAAA;AACAC,IAAAA,iBAAAA;AACAC,IAAAA,oBAAAA;AACAC,IAAAA,qBAAAA;AACAC,IAAAA;AACF;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tabList.d.ts","sourceRoot":"","sources":["../../../../src/recipes/molecules/tab-list/tabList.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,aAAa,EAClB,KAAK,mBAAmB,EAEzB,MAAM,yBAAyB,CAAC;AAEjC,eAAO,MAAM,OAAO,EAgBd,aAAa,CAAC,mBAAmB,CAAC,CAAC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { defineRecipe } from '@pandabox/define-recipe';
|
|
2
|
+
|
|
3
|
+
const tabList = defineRecipe({
|
|
4
|
+
className: 'tab-list',
|
|
5
|
+
jsx: [
|
|
6
|
+
'TabList'
|
|
7
|
+
],
|
|
8
|
+
base: {
|
|
9
|
+
display: 'flex',
|
|
10
|
+
alignItems: 'center',
|
|
11
|
+
justifyContent: 'center',
|
|
12
|
+
gap: '200',
|
|
13
|
+
"&[data-orientation='vertical']": {
|
|
14
|
+
flexDirection: 'column'
|
|
15
|
+
},
|
|
16
|
+
"&[data-orientation='horizontal']": {
|
|
17
|
+
flexDirection: 'row'
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
});
|
|
21
|
+
|
|
22
|
+
export { tabList };
|
|
23
|
+
//# sourceMappingURL=tabList.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tabList.js","sources":["../../../../src/recipes/molecules/tab-list/tabList.ts"],"sourcesContent":["import {\n type RecipeBuilder,\n type RecipeVariantRecord,\n defineRecipe,\n} from '@pandabox/define-recipe';\n\nexport const tabList = defineRecipe({\n className: 'tab-list',\n jsx: ['TabList'],\n base: {\n display: 'flex',\n alignItems: 'center',\n justifyContent: 'center',\n gap: '200',\n\n \"&[data-orientation='vertical']\": {\n flexDirection: 'column',\n },\n \"&[data-orientation='horizontal']\": {\n flexDirection: 'row',\n },\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"names":["tabList","defineRecipe","className","jsx","base","display","alignItems","justifyContent","gap","flexDirection"],"mappings":";;AAMO,MAAMA,UAAUC,YAAa,CAAA;IAClCC,SAAW,EAAA,UAAA;IACXC,GAAK,EAAA;AAAC,QAAA;AAAU,KAAA;IAChBC,IAAM,EAAA;QACJC,OAAS,EAAA,MAAA;QACTC,UAAY,EAAA,QAAA;QACZC,cAAgB,EAAA,QAAA;QAChBC,GAAK,EAAA,KAAA;QAEL,gCAAkC,EAAA;YAChCC,aAAe,EAAA;AACjB,SAAA;QACA,kCAAoC,EAAA;YAClCA,aAAe,EAAA;AACjB;AACF;AACF,CAAyC;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tabs.d.ts","sourceRoot":"","sources":["../../../../src/recipes/molecules/tabs/tabs.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,aAAa,EAClB,KAAK,mBAAmB,EAEzB,MAAM,yBAAyB,CAAC;AAEjC,eAAO,MAAM,IAAI,EAmBX,aAAa,CAAC,mBAAmB,CAAC,CAAC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { defineRecipe } from '@pandabox/define-recipe';
|
|
2
|
+
|
|
3
|
+
const tabs = defineRecipe({
|
|
4
|
+
className: 'tabs',
|
|
5
|
+
jsx: [
|
|
6
|
+
'Tabs'
|
|
7
|
+
],
|
|
8
|
+
base: {
|
|
9
|
+
display: 'flex',
|
|
10
|
+
alignItems: 'flex-start',
|
|
11
|
+
justifyContent: 'flex-start',
|
|
12
|
+
flexDirection: 'column',
|
|
13
|
+
gap: '200'
|
|
14
|
+
},
|
|
15
|
+
variants: {
|
|
16
|
+
orientation: {
|
|
17
|
+
horizontal: {},
|
|
18
|
+
vertical: {}
|
|
19
|
+
}
|
|
20
|
+
},
|
|
21
|
+
defaultVariants: {
|
|
22
|
+
orientation: 'horizontal'
|
|
23
|
+
}
|
|
24
|
+
});
|
|
25
|
+
|
|
26
|
+
export { tabs };
|
|
27
|
+
//# sourceMappingURL=tabs.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tabs.js","sources":["../../../../src/recipes/molecules/tabs/tabs.ts"],"sourcesContent":["import {\n type RecipeBuilder,\n type RecipeVariantRecord,\n defineRecipe,\n} from '@pandabox/define-recipe';\n\nexport const tabs = defineRecipe({\n className: 'tabs',\n jsx: ['Tabs'],\n base: {\n display: 'flex',\n alignItems: 'flex-start',\n justifyContent: 'flex-start',\n flexDirection: 'column',\n gap: '200',\n },\n variants: {\n orientation: {\n horizontal: {},\n vertical: {},\n },\n },\n defaultVariants: {\n orientation: 'horizontal',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"names":["tabs","defineRecipe","className","jsx","base","display","alignItems","justifyContent","flexDirection","gap","variants","orientation","horizontal","vertical","defaultVariants"],"mappings":";;AAMO,MAAMA,OAAOC,YAAa,CAAA;IAC/BC,SAAW,EAAA,MAAA;IACXC,GAAK,EAAA;AAAC,QAAA;AAAO,KAAA;IACbC,IAAM,EAAA;QACJC,OAAS,EAAA,MAAA;QACTC,UAAY,EAAA,YAAA;QACZC,cAAgB,EAAA,YAAA;QAChBC,aAAe,EAAA,QAAA;QACfC,GAAK,EAAA;AACP,KAAA;IACAC,QAAU,EAAA;QACRC,WAAa,EAAA;AACXC,YAAAA,UAAAA,EAAY,EAAC;AACbC,YAAAA,QAAAA,EAAU;AACZ;AACF,KAAA;IACAC,eAAiB,EAAA;QACfH,WAAa,EAAA;AACf;AACF,CAAyC;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"focus.d.ts","sourceRoot":"","sources":["../../../src/recipes/shared/focus.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,aAAa,EAAgB,MAAM,yBAAyB,CAAC;AAC3E,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,eAAe,CAAC;AAEzD,eAAO,MAAM,KAAK,EA6BZ,aAAa,CAAC,mBAAmB,CAAC,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { defineRecipe } from '@pandabox/define-recipe';
|
|
2
|
+
|
|
3
|
+
const focus = defineRecipe({
|
|
4
|
+
className: 'focus',
|
|
5
|
+
base: {
|
|
6
|
+
'button&:focus-visible, a&:focus-visible, label&:focus-visible, [role="button"]&:focus-visible, [role="option"]&:focus-visible, .peer:is(:focus-visible, [data-focus-visible]) ~ &': {
|
|
7
|
+
outlineWidth: '{borders.200}',
|
|
8
|
+
outlineStyle: 'solid',
|
|
9
|
+
outlineOffset: '{spacing.50}',
|
|
10
|
+
outlineColor: 'primary.stroke.1.focused'
|
|
11
|
+
},
|
|
12
|
+
'input&:focus, select&:focus, textarea&:focus': {
|
|
13
|
+
outlineWidth: '{borders.200}',
|
|
14
|
+
outlineStyle: 'solid',
|
|
15
|
+
outlineOffset: '{spacing.50}',
|
|
16
|
+
outlineColor: 'primary.stroke.1.focused',
|
|
17
|
+
_invalid: {
|
|
18
|
+
outlineColor: 'danger.stroke.1.focused'
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
variants: {
|
|
23
|
+
color: {
|
|
24
|
+
danger: {
|
|
25
|
+
_focusVisible: {
|
|
26
|
+
outlineColor: 'danger.stroke.1.focused'
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
});
|
|
32
|
+
|
|
33
|
+
export { focus };
|
|
34
|
+
//# sourceMappingURL=focus.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"focus.js","sources":["../../../src/recipes/shared/focus.ts"],"sourcesContent":["import { type RecipeBuilder, defineRecipe } from '@pandabox/define-recipe';\nimport type { RecipeVariantRecord } from '@pandacss/dev';\n\nexport const focus = defineRecipe({\n className: 'focus',\n base: {\n 'button&:focus-visible, a&:focus-visible, label&:focus-visible, [role=\"button\"]&:focus-visible, [role=\"option\"]&:focus-visible, .peer:is(:focus-visible, [data-focus-visible]) ~ &':\n {\n outlineWidth: '{borders.200}',\n outlineStyle: 'solid',\n outlineOffset: '{spacing.50}',\n outlineColor: 'primary.stroke.1.focused',\n },\n 'input&:focus, select&:focus, textarea&:focus': {\n outlineWidth: '{borders.200}',\n outlineStyle: 'solid',\n outlineOffset: '{spacing.50}',\n outlineColor: 'primary.stroke.1.focused',\n _invalid: {\n outlineColor: 'danger.stroke.1.focused',\n },\n },\n },\n variants: {\n color: {\n danger: {\n _focusVisible: {\n outlineColor: 'danger.stroke.1.focused',\n },\n },\n },\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"names":["focus","defineRecipe","className","base","outlineWidth","outlineStyle","outlineOffset","outlineColor","_invalid","variants","color","danger","_focusVisible"],"mappings":";;AAGO,MAAMA,QAAQC,YAAa,CAAA;IAChCC,SAAW,EAAA,OAAA;IACXC,IAAM,EAAA;QACJ,mLACE,EAAA;YACEC,YAAc,EAAA,eAAA;YACdC,YAAc,EAAA,OAAA;YACdC,aAAe,EAAA,cAAA;YACfC,YAAc,EAAA;AAChB,SAAA;QACF,8CAAgD,EAAA;YAC9CH,YAAc,EAAA,eAAA;YACdC,YAAc,EAAA,OAAA;YACdC,aAAe,EAAA,cAAA;YACfC,YAAc,EAAA,0BAAA;YACdC,QAAU,EAAA;gBACRD,YAAc,EAAA;AAChB;AACF;AACF,KAAA;IACAE,QAAU,EAAA;QACRC,KAAO,EAAA;YACLC,MAAQ,EAAA;gBACNC,aAAe,EAAA;oBACbL,YAAc,EAAA;AAChB;AACF;AACF;AACF;AACF,CAAyC;;;;"}
|