@payfit/unity-components 2.46.11 → 2.46.13
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/package.json +12 -7
- package/skills/unity-data-table/SKILL.md +0 -19
- package/dist/esm/adapters/standardSchemaAdapter.d.ts +0 -7
- package/dist/esm/adapters/standardSchemaAdapter.js +0 -20
- package/dist/esm/adapters/zodAdapter.d.ts +0 -13
- package/dist/esm/adapters/zodAdapter.js +0 -74
- package/dist/esm/components/action-bar/ActionBar.d.ts +0 -94
- package/dist/esm/components/action-bar/ActionBar.js +0 -69
- package/dist/esm/components/action-bar/ActionBar.types.d.ts +0 -116
- package/dist/esm/components/action-bar/ActionBar.variants.d.ts +0 -31
- package/dist/esm/components/action-bar/ActionBar.variants.js +0 -26
- package/dist/esm/components/action-bar/hooks/use-action-bar-state.d.ts +0 -19
- package/dist/esm/components/action-bar/hooks/use-action-bar-state.js +0 -22
- package/dist/esm/components/action-bar/parts/ActionBarButton.d.ts +0 -58
- package/dist/esm/components/action-bar/parts/ActionBarButton.js +0 -35
- package/dist/esm/components/action-bar/parts/ActionBarIconButton.d.ts +0 -61
- package/dist/esm/components/action-bar/parts/ActionBarIconButton.js +0 -41
- package/dist/esm/components/action-bar/parts/ActionBarOverflowMenu.d.ts +0 -10
- package/dist/esm/components/action-bar/parts/ActionBarOverflowMenu.js +0 -45
- package/dist/esm/components/action-bar/parts/ActionBarPrefixArea.d.ts +0 -11
- package/dist/esm/components/action-bar/parts/ActionBarPrefixArea.js +0 -35
- package/dist/esm/components/action-bar/parts/ActionBarRoot.d.ts +0 -67
- package/dist/esm/components/action-bar/parts/ActionBarRoot.js +0 -56
- package/dist/esm/components/action-bar/utils/action-bar-helpers.d.ts +0 -14
- package/dist/esm/components/action-bar/utils/action-bar-helpers.js +0 -29
- package/dist/esm/components/actionable/Actionable.d.ts +0 -61
- package/dist/esm/components/actionable/Actionable.js +0 -83
- package/dist/esm/components/alert/Alert.d.ts +0 -55
- package/dist/esm/components/alert/Alert.js +0 -99
- package/dist/esm/components/alert/figma/Alert.figma.d.ts +0 -7
- package/dist/esm/components/alert/parts/AlertActions.d.ts +0 -35
- package/dist/esm/components/alert/parts/AlertActions.js +0 -21
- package/dist/esm/components/alert/parts/AlertContent.d.ts +0 -17
- package/dist/esm/components/alert/parts/AlertContent.js +0 -10
- package/dist/esm/components/alert/parts/AlertTitle.d.ts +0 -17
- package/dist/esm/components/alert/parts/AlertTitle.js +0 -20
- package/dist/esm/components/anchor/Anchor.d.ts +0 -15
- package/dist/esm/components/anchor/Anchor.js +0 -49
- package/dist/esm/components/app-layout/AppLayout.d.ts +0 -29
- package/dist/esm/components/app-layout/AppLayout.js +0 -77
- package/dist/esm/components/app-menu/AppMenu.d.ts +0 -9
- package/dist/esm/components/app-menu/AppMenu.js +0 -14
- package/dist/esm/components/app-menu/parts/AppMenu.context.d.ts +0 -9
- package/dist/esm/components/app-menu/parts/AppMenu.context.js +0 -25
- package/dist/esm/components/app-menu/parts/AppMenuFooter.d.ts +0 -35
- package/dist/esm/components/app-menu/parts/AppMenuFooter.js +0 -247
- package/dist/esm/components/app-menu/parts/AppMenuHeader.d.ts +0 -91
- package/dist/esm/components/app-menu/parts/AppMenuHeader.js +0 -51
- package/dist/esm/components/app-menu/parts/AppMenuNavContent.d.ts +0 -5
- package/dist/esm/components/app-menu/parts/AppMenuNavContent.js +0 -23
- package/dist/esm/components/autocomplete/Autocomplete.d.ts +0 -87
- package/dist/esm/components/autocomplete/Autocomplete.js +0 -169
- package/dist/esm/components/autocomplete/parts/AutocompleteClearButton.d.ts +0 -18
- package/dist/esm/components/autocomplete/parts/AutocompleteClearButton.js +0 -35
- package/dist/esm/components/autocomplete/parts/AutocompleteItem.d.ts +0 -36
- package/dist/esm/components/autocomplete/parts/AutocompleteItem.js +0 -36
- package/dist/esm/components/autocomplete/parts/AutocompleteItemGroup.d.ts +0 -80
- package/dist/esm/components/autocomplete/parts/AutocompleteItemGroup.js +0 -33
- package/dist/esm/components/autocomplete/parts/AutocompletePanel.d.ts +0 -62
- package/dist/esm/components/autocomplete/parts/AutocompletePanel.js +0 -48
- package/dist/esm/components/avatar/Avatar.context.d.ts +0 -12
- package/dist/esm/components/avatar/Avatar.context.js +0 -28
- package/dist/esm/components/avatar/Avatar.d.ts +0 -246
- package/dist/esm/components/avatar/Avatar.js +0 -46
- package/dist/esm/components/avatar/Avatar.variants.d.ts +0 -76
- package/dist/esm/components/avatar/Avatar.variants.js +0 -64
- package/dist/esm/components/avatar/parts/AvatarFallback.d.ts +0 -85
- package/dist/esm/components/avatar/parts/AvatarFallback.js +0 -82
- package/dist/esm/components/avatar/parts/AvatarIcon.d.ts +0 -31
- package/dist/esm/components/avatar/parts/AvatarIcon.js +0 -40
- package/dist/esm/components/avatar/parts/AvatarImage.d.ts +0 -8
- package/dist/esm/components/avatar/parts/AvatarImage.js +0 -21
- package/dist/esm/components/avatar/parts/AvatarPair.d.ts +0 -48
- package/dist/esm/components/avatar/parts/AvatarPair.js +0 -47
- package/dist/esm/components/avatar/utils.d.ts +0 -1
- package/dist/esm/components/avatar/utils.js +0 -4
- package/dist/esm/components/badge/Badge.d.ts +0 -155
- package/dist/esm/components/badge/Badge.js +0 -95
- package/dist/esm/components/badge/figma/Badge.figma.d.ts +0 -10
- package/dist/esm/components/badge/parts/BadgeDot.d.ts +0 -202
- package/dist/esm/components/badge/parts/BadgeDot.js +0 -84
- package/dist/esm/components/bottom-sheet/BottomSheet.d.ts +0 -137
- package/dist/esm/components/bottom-sheet/BottomSheet.js +0 -69
- package/dist/esm/components/bottom-sheet/parts/BottomSheetContent.d.ts +0 -56
- package/dist/esm/components/bottom-sheet/parts/BottomSheetContent.js +0 -26
- package/dist/esm/components/bottom-sheet/parts/BottomSheetDragIndicator.d.ts +0 -40
- package/dist/esm/components/bottom-sheet/parts/BottomSheetDragIndicator.js +0 -66
- package/dist/esm/components/bottom-sheet/parts/BottomSheetFooter.d.ts +0 -27
- package/dist/esm/components/bottom-sheet/parts/BottomSheetFooter.js +0 -28
- package/dist/esm/components/bottom-sheet/parts/BottomSheetHeader.d.ts +0 -65
- package/dist/esm/components/bottom-sheet/parts/BottomSheetHeader.js +0 -45
- package/dist/esm/components/breadcrumbs/Breadcrumbs.context.d.ts +0 -12
- package/dist/esm/components/breadcrumbs/Breadcrumbs.context.js +0 -28
- package/dist/esm/components/breadcrumbs/Breadcrumbs.d.ts +0 -53
- package/dist/esm/components/breadcrumbs/Breadcrumbs.js +0 -162
- package/dist/esm/components/breadcrumbs/Breadcrumbs.variant.d.ts +0 -37
- package/dist/esm/components/breadcrumbs/Breadcrumbs.variant.js +0 -20
- package/dist/esm/components/breadcrumbs/figma/Breadcrumbs.figma.d.ts +0 -7
- package/dist/esm/components/breadcrumbs/parts/Breadcrumb.d.ts +0 -33
- package/dist/esm/components/breadcrumbs/parts/Breadcrumb.js +0 -42
- package/dist/esm/components/breadcrumbs/parts/RawBreadcrumbLink.d.ts +0 -39
- package/dist/esm/components/breadcrumbs/parts/RawBreadcrumbLink.js +0 -62
- package/dist/esm/components/button/Button.d.ts +0 -57
- package/dist/esm/components/button/Button.js +0 -107
- package/dist/esm/components/button/Button.variants.d.ts +0 -251
- package/dist/esm/components/button/Button.variants.js +0 -182
- package/dist/esm/components/button/figma/Button.figma.d.ts +0 -7
- package/dist/esm/components/card/Card.context.d.ts +0 -5
- package/dist/esm/components/card/Card.context.js +0 -14
- package/dist/esm/components/card/Card.d.ts +0 -228
- package/dist/esm/components/card/Card.js +0 -99
- package/dist/esm/components/card/figma/Card.figma.d.ts +0 -7
- package/dist/esm/components/card/parts/CardContent.d.ts +0 -37
- package/dist/esm/components/card/parts/CardContent.js +0 -8
- package/dist/esm/components/card/parts/CardTitle.d.ts +0 -55
- package/dist/esm/components/card/parts/CardTitle.js +0 -33
- package/dist/esm/components/carousel/Carousel.context.d.ts +0 -60
- package/dist/esm/components/carousel/Carousel.context.js +0 -14
- package/dist/esm/components/carousel/Carousel.d.ts +0 -72
- package/dist/esm/components/carousel/Carousel.js +0 -106
- package/dist/esm/components/carousel/Carousel.options.d.ts +0 -24
- package/dist/esm/components/carousel/Carousel.options.js +0 -64
- package/dist/esm/components/carousel/hooks/useCarouselAccessibility.d.ts +0 -21
- package/dist/esm/components/carousel/hooks/useCarouselAccessibility.js +0 -87
- package/dist/esm/components/carousel/hooks/useCarouselState.d.ts +0 -14
- package/dist/esm/components/carousel/hooks/useCarouselState.js +0 -62
- package/dist/esm/components/carousel/parts/CarouselContent.d.ts +0 -103
- package/dist/esm/components/carousel/parts/CarouselContent.js +0 -69
- package/dist/esm/components/carousel/parts/CarouselHeader.d.ts +0 -87
- package/dist/esm/components/carousel/parts/CarouselHeader.js +0 -58
- package/dist/esm/components/carousel/parts/CarouselNav.d.ts +0 -59
- package/dist/esm/components/carousel/parts/CarouselNav.js +0 -80
- package/dist/esm/components/carousel/parts/CarouselSlide.d.ts +0 -38
- package/dist/esm/components/carousel/parts/CarouselSlide.js +0 -35
- package/dist/esm/components/carousel/types.d.ts +0 -8
- package/dist/esm/components/checkbox/Checkbox.d.ts +0 -102
- package/dist/esm/components/checkbox/Checkbox.js +0 -106
- package/dist/esm/components/checkbox/Checkbox.variants.d.ts +0 -70
- package/dist/esm/components/checkbox/Checkbox.variants.js +0 -82
- package/dist/esm/components/checkbox/CheckboxStandalone.d.ts +0 -63
- package/dist/esm/components/checkbox/CheckboxStandalone.js +0 -30
- package/dist/esm/components/checkbox/TanstackCheckbox.d.ts +0 -28
- package/dist/esm/components/checkbox/TanstackCheckbox.js +0 -51
- package/dist/esm/components/checkbox/parts/CheckboxIndicator.d.ts +0 -13
- package/dist/esm/components/checkbox/parts/CheckboxIndicator.js +0 -163
- package/dist/esm/components/checkbox-field/CheckboxField.d.ts +0 -76
- package/dist/esm/components/checkbox-field/CheckboxField.js +0 -67
- package/dist/esm/components/checkbox-field/TanstackCheckboxField.d.ts +0 -14
- package/dist/esm/components/checkbox-field/TanstackCheckboxField.js +0 -40
- package/dist/esm/components/checkbox-group/CheckboxGroup.d.ts +0 -65
- package/dist/esm/components/checkbox-group/CheckboxGroup.js +0 -73
- package/dist/esm/components/checkbox-group/TanstackCheckboxGroup.d.ts +0 -4
- package/dist/esm/components/checkbox-group/TanstackCheckboxGroup.js +0 -37
- package/dist/esm/components/checkbox-group-field/CheckboxGroupField.d.ts +0 -81
- package/dist/esm/components/checkbox-group-field/CheckboxGroupField.js +0 -57
- package/dist/esm/components/checkbox-group-field/TanstackCheckGroupField.d.ts +0 -72
- package/dist/esm/components/checkbox-group-field/TanstackCheckGroupField.js +0 -40
- package/dist/esm/components/client-side-pagination/ClientSidePagination.d.ts +0 -103
- package/dist/esm/components/client-side-pagination/ClientSidePagination.js +0 -177
- package/dist/esm/components/client-side-pagination/hooks/use-pagination.d.ts +0 -12
- package/dist/esm/components/client-side-pagination/hooks/use-pagination.js +0 -28
- package/dist/esm/components/client-side-pagination/parts/PaginationEllipsis.d.ts +0 -11
- package/dist/esm/components/client-side-pagination/parts/PaginationEllipsis.js +0 -30
- package/dist/esm/components/client-side-pagination/parts/PaginationJumpDialog.d.ts +0 -8
- package/dist/esm/components/client-side-pagination/parts/PaginationJumpDialog.js +0 -144
- package/dist/esm/components/client-side-pagination/parts/PaginationNavButton.d.ts +0 -9
- package/dist/esm/components/client-side-pagination/parts/PaginationNavButton.js +0 -32
- package/dist/esm/components/client-side-pagination/parts/RawPaginationLink.d.ts +0 -26
- package/dist/esm/components/client-side-pagination/parts/RawPaginationLink.js +0 -49
- package/dist/esm/components/client-side-pagination/utils/pagination-window.d.ts +0 -8
- package/dist/esm/components/client-side-pagination/utils/pagination-window.js +0 -33
- package/dist/esm/components/code/Code.d.ts +0 -37
- package/dist/esm/components/code/Code.js +0 -39
- package/dist/esm/components/code/copyToClipboard.d.ts +0 -1
- package/dist/esm/components/code/copyToClipboard.js +0 -10
- package/dist/esm/components/collapsible/Collapsible.d.ts +0 -33
- package/dist/esm/components/collapsible/Collapsible.js +0 -30
- package/dist/esm/components/collapsible/parts/CollapsibleContent.d.ts +0 -36
- package/dist/esm/components/collapsible/parts/CollapsibleContent.js +0 -19
- package/dist/esm/components/collapsible/parts/CollapsibleTitle.d.ts +0 -39
- package/dist/esm/components/collapsible/parts/CollapsibleTitle.js +0 -53
- package/dist/esm/components/data-table/DataTable.d.ts +0 -309
- package/dist/esm/components/data-table/DataTable.js +0 -156
- package/dist/esm/components/data-table/mocks/employee-columns.d.ts +0 -7
- package/dist/esm/components/data-table/mocks/employee-data.d.ts +0 -18
- package/dist/esm/components/data-table/parts/ColumnSortHeader.d.ts +0 -10
- package/dist/esm/components/data-table/parts/ColumnSortHeader.js +0 -37
- package/dist/esm/components/data-table/parts/DataTableBulkActions.d.ts +0 -65
- package/dist/esm/components/data-table/parts/DataTableBulkActions.js +0 -150
- package/dist/esm/components/data-table/parts/DataTableRoot.d.ts +0 -37
- package/dist/esm/components/data-table/parts/DataTableRoot.js +0 -13
- package/dist/esm/components/date-calendar/DateCalendar.d.ts +0 -23
- package/dist/esm/components/date-calendar/DateCalendar.js +0 -176
- package/dist/esm/components/date-calendar/DateCalendar.variants.d.ts +0 -62
- package/dist/esm/components/date-calendar/DateCalendar.variants.js +0 -51
- package/dist/esm/components/date-calendar/hooks/useMonthsList.d.ts +0 -4
- package/dist/esm/components/date-calendar/hooks/useMonthsList.js +0 -26
- package/dist/esm/components/date-calendar/hooks/useYearsList.d.ts +0 -10
- package/dist/esm/components/date-calendar/hooks/useYearsList.js +0 -33
- package/dist/esm/components/date-calendar/parts/DateSegmentSelect.d.ts +0 -15
- package/dist/esm/components/date-calendar/parts/DateSegmentSelect.js +0 -66
- package/dist/esm/components/date-picker/DatePicker.d.ts +0 -67
- package/dist/esm/components/date-picker/DatePicker.js +0 -174
- package/dist/esm/components/date-picker/TanstackDatePicker.d.ts +0 -22
- package/dist/esm/components/date-picker/TanstackDatePicker.js +0 -53
- package/dist/esm/components/date-picker/parts/DateInput.d.ts +0 -115
- package/dist/esm/components/date-picker/parts/DateInput.js +0 -138
- package/dist/esm/components/date-picker-field/DatePickerField.d.ts +0 -85
- package/dist/esm/components/date-picker-field/DatePickerField.js +0 -73
- package/dist/esm/components/date-picker-field/TanstackDatePickerField.d.ts +0 -71
- package/dist/esm/components/date-picker-field/TanstackDatePickerField.js +0 -41
- package/dist/esm/components/date-picker-field/test-utils.d.ts +0 -15
- package/dist/esm/components/date-picker-field/test-utils.js +0 -52
- package/dist/esm/components/date-range-calendar/DateRangeCalendar.d.ts +0 -22
- package/dist/esm/components/date-range-calendar/DateRangeCalendar.js +0 -213
- package/dist/esm/components/date-range-picker/DateRangePicker.d.ts +0 -68
- package/dist/esm/components/date-range-picker/DateRangePicker.js +0 -175
- package/dist/esm/components/date-range-picker/TanstackDateRangePicker.d.ts +0 -22
- package/dist/esm/components/date-range-picker/TanstackDateRangePicker.js +0 -53
- package/dist/esm/components/date-range-picker/parts/DateRangeInput.d.ts +0 -16
- package/dist/esm/components/date-range-picker/parts/DateRangeInput.js +0 -103
- package/dist/esm/components/date-range-picker-field/TanstackDateRangePickerField.d.ts +0 -64
- package/dist/esm/components/date-range-picker-field/TanstackDateRangePickerField.js +0 -41
- package/dist/esm/components/date-range-picker-field/test-utils.d.ts +0 -19
- package/dist/esm/components/date-range-picker-field/test-utils.js +0 -66
- package/dist/esm/components/definition-list/DefinitionList.context.d.ts +0 -19
- package/dist/esm/components/definition-list/DefinitionList.d.ts +0 -24
- package/dist/esm/components/definition-list/parts/DefinitionItem.d.ts +0 -31
- package/dist/esm/components/definition-tooltip/DefinitionTooltip.d.ts +0 -23
- package/dist/esm/components/definition-tooltip/DefinitionTooltip.js +0 -29
- package/dist/esm/components/dialog/Dialog.d.ts +0 -113
- package/dist/esm/components/dialog/Dialog.js +0 -112
- package/dist/esm/components/dialog/parts/DialogActions/DialogButton.d.ts +0 -22
- package/dist/esm/components/dialog/parts/DialogActions/DialogButton.js +0 -63
- package/dist/esm/components/dialog/parts/DialogActions.d.ts +0 -6
- package/dist/esm/components/dialog/parts/DialogActions.js +0 -13
- package/dist/esm/components/dialog/parts/DialogContent.d.ts +0 -4
- package/dist/esm/components/dialog/parts/DialogContent.js +0 -23
- package/dist/esm/components/dialog/parts/DialogTitle.d.ts +0 -6
- package/dist/esm/components/dialog/parts/DialogTitle.js +0 -10
- package/dist/esm/components/dialog/test-utils.d.ts +0 -34
- package/dist/esm/components/dialog/test-utils.js +0 -89
- package/dist/esm/components/empty-state/EmptyState.d.ts +0 -48
- package/dist/esm/components/empty-state/EmptyState.js +0 -25
- package/dist/esm/components/empty-state/EmptyState.variants.d.ts +0 -59
- package/dist/esm/components/empty-state/EmptyState.variants.js +0 -24
- package/dist/esm/components/empty-state/parts/EmptyStateActions.d.ts +0 -39
- package/dist/esm/components/empty-state/parts/EmptyStateActions.js +0 -17
- package/dist/esm/components/empty-state/parts/EmptyStateContent.d.ts +0 -41
- package/dist/esm/components/empty-state/parts/EmptyStateContent.js +0 -21
- package/dist/esm/components/empty-state/parts/EmptyStateIcon.d.ts +0 -41
- package/dist/esm/components/empty-state/parts/EmptyStateIcon.js +0 -14
- package/dist/esm/components/empty-state/presets/EmptyStateGetStarted.d.ts +0 -41
- package/dist/esm/components/empty-state/presets/EmptyStateGetStarted.js +0 -28
- package/dist/esm/components/empty-state/presets/EmptyStateGoodJob.d.ts +0 -29
- package/dist/esm/components/empty-state/presets/EmptyStateGoodJob.js +0 -55
- package/dist/esm/components/empty-state/presets/EmptyStateNoSearchResults.d.ts +0 -38
- package/dist/esm/components/empty-state/presets/EmptyStateNoSearchResults.js +0 -28
- package/dist/esm/components/empty-state/presets/EmptyStateUpgradeRequired.d.ts +0 -37
- package/dist/esm/components/empty-state/presets/EmptyStateUpgradeRequired.js +0 -28
- package/dist/esm/components/empty-state/presets/EmptyStateUseDesktop.d.ts +0 -28
- package/dist/esm/components/empty-state/presets/EmptyStateUseDesktop.js +0 -26
- package/dist/esm/components/empty-state/presets/EmptyStateWaitingForData.d.ts +0 -38
- package/dist/esm/components/empty-state/presets/EmptyStateWaitingForData.js +0 -28
- package/dist/esm/components/error-state/ErrorState.d.ts +0 -208
- package/dist/esm/components/error-state/ErrorState.js +0 -240
- package/dist/esm/components/error-state/initConfig.d.ts +0 -16
- package/dist/esm/components/error-state/initConfig.js +0 -149
- package/dist/esm/components/error-state/parts/Collapsible.d.ts +0 -59
- package/dist/esm/components/error-state/parts/Collapsible.js +0 -68
- package/dist/esm/components/fieldset/Fieldset.d.ts +0 -117
- package/dist/esm/components/fieldset/Fieldset.js +0 -72
- package/dist/esm/components/fieldset/parts/FieldGroup.d.ts +0 -27
- package/dist/esm/components/fieldset/parts/FieldGroup.js +0 -18
- package/dist/esm/components/filter/Filter.controls.d.ts +0 -192
- package/dist/esm/components/filter/Filter.controls.js +0 -45
- package/dist/esm/components/filter/Filter.d.ts +0 -189
- package/dist/esm/components/filter/Filter.js +0 -147
- package/dist/esm/components/filter/Filter.types.d.ts +0 -121
- package/dist/esm/components/filter/hooks/useFilterIds.d.ts +0 -49
- package/dist/esm/components/filter/hooks/useFilterIds.js +0 -13
- package/dist/esm/components/filter/hooks/useFilterState.d.ts +0 -74
- package/dist/esm/components/filter/hooks/useFilterState.js +0 -23
- package/dist/esm/components/filter/hooks/useFilterValue.d.ts +0 -61
- package/dist/esm/components/filter/hooks/useFilterValue.js +0 -31
- package/dist/esm/components/filter/parts/FilterButton.d.ts +0 -75
- package/dist/esm/components/filter/parts/FilterButton.js +0 -55
- package/dist/esm/components/filter/parts/FilterLabel.d.ts +0 -96
- package/dist/esm/components/filter/parts/FilterLabel.js +0 -57
- package/dist/esm/components/filter/parts/FilterPopover.d.ts +0 -95
- package/dist/esm/components/filter/parts/FilterPopover.js +0 -81
- package/dist/esm/components/filter/utils/value-formatters.d.ts +0 -62
- package/dist/esm/components/filter/utils/value-formatters.js +0 -14
- package/dist/esm/components/filter-toolbar/FilterToolbar.d.ts +0 -110
- package/dist/esm/components/filter-toolbar/FilterToolbar.js +0 -173
- package/dist/esm/components/filter-toolbar/FilterToolbar.types.d.ts +0 -119
- package/dist/esm/components/filter-toolbar/hooks/use-filter-toolbar-state.d.ts +0 -96
- package/dist/esm/components/filter-toolbar/hooks/use-filter-toolbar-state.js +0 -132
- package/dist/esm/components/filter-toolbar/parts/AddFilter.d.ts +0 -63
- package/dist/esm/components/filter-toolbar/parts/AddFilter.js +0 -110
- package/dist/esm/components/filter-toolbar/parts/AddFilterItem.d.ts +0 -18
- package/dist/esm/components/filter-toolbar/parts/AddFilterItem.js +0 -18
- package/dist/esm/components/filter-toolbar/utils/filter-adapters.d.ts +0 -93
- package/dist/esm/components/filter-toolbar/utils/filter-adapters.js +0 -88
- package/dist/esm/components/filter-toolbar/utils/normalize-filter-value.d.ts +0 -24
- package/dist/esm/components/filter-toolbar/utils/normalize-filter-value.js +0 -19
- package/dist/esm/components/flex/Flex.d.ts +0 -64
- package/dist/esm/components/flex/Flex.js +0 -57
- package/dist/esm/components/flex/Flex.variants.d.ts +0 -476
- package/dist/esm/components/flex/Flex.variants.js +0 -200
- package/dist/esm/components/flex/FlexItem.d.ts +0 -40
- package/dist/esm/components/flex/FlexItem.js +0 -32
- package/dist/esm/components/floating-action-bar/FloatingActionBar.d.ts +0 -87
- package/dist/esm/components/floating-action-bar/FloatingActionBar.js +0 -68
- package/dist/esm/components/floating-action-bar/figma/FloatingActionBar.figma.d.ts +0 -7
- package/dist/esm/components/form/Form.context.d.ts +0 -9
- package/dist/esm/components/form/Form.context.js +0 -28
- package/dist/esm/components/form/Form.d.ts +0 -43
- package/dist/esm/components/form/Form.js +0 -58
- package/dist/esm/components/form/TanstackForm.d.ts +0 -24
- package/dist/esm/components/form/TanstackForm.js +0 -29
- package/dist/esm/components/form-field/FormField.context.d.ts +0 -33
- package/dist/esm/components/form-field/FormField.context.js +0 -73
- package/dist/esm/components/form-field/FormField.d.ts +0 -61
- package/dist/esm/components/form-field/FormField.js +0 -56
- package/dist/esm/components/form-field/TanstackFormField.context.d.ts +0 -10
- package/dist/esm/components/form-field/TanstackFormField.context.js +0 -14
- package/dist/esm/components/form-field/TanstackFormField.d.ts +0 -49
- package/dist/esm/components/form-field/TanstackFormField.js +0 -46
- package/dist/esm/components/form-field/parts/FormControl.d.ts +0 -32
- package/dist/esm/components/form-field/parts/FormControl.js +0 -54
- package/dist/esm/components/form-field/parts/FormFeedbackText.d.ts +0 -9
- package/dist/esm/components/form-field/parts/FormFeedbackText.js +0 -26
- package/dist/esm/components/form-field/parts/FormHelperText.d.ts +0 -9
- package/dist/esm/components/form-field/parts/FormHelperText.js +0 -26
- package/dist/esm/components/form-field/parts/FormLabel.d.ts +0 -10
- package/dist/esm/components/form-field/parts/FormLabel.js +0 -30
- package/dist/esm/components/form-field/parts/RawFormContextualLink.d.ts +0 -22
- package/dist/esm/components/form-field/parts/RawFormContextualLink.js +0 -39
- package/dist/esm/components/form-field/parts/TanstackFormFeedbackText.d.ts +0 -12
- package/dist/esm/components/form-field/parts/TanstackFormFeedbackText.js +0 -32
- package/dist/esm/components/form-field/parts/TanstackFormHelperText.d.ts +0 -11
- package/dist/esm/components/form-field/parts/TanstackFormHelperText.js +0 -26
- package/dist/esm/components/form-field/parts/TanstackFormLabel.d.ts +0 -8
- package/dist/esm/components/form-field/parts/TanstackFormLabel.js +0 -26
- package/dist/esm/components/form-field/parts/TanstackRawFormContextualLink.d.ts +0 -26
- package/dist/esm/components/form-field/parts/TanstackRawFormContextualLink.js +0 -46
- package/dist/esm/components/form-field/utils/isFieldRequired.d.ts +0 -8
- package/dist/esm/components/form-field/utils/isFieldRequired.js +0 -8
- package/dist/esm/components/full-page-loader/FullPageLoader.d.ts +0 -13
- package/dist/esm/components/full-page-loader/FullPageLoader.js +0 -35
- package/dist/esm/components/funnel-layout/FunnelLayout.context.d.ts +0 -18
- package/dist/esm/components/funnel-layout/FunnelLayout.context.js +0 -27
- package/dist/esm/components/funnel-layout/FunnelLayout.d.ts +0 -40
- package/dist/esm/components/funnel-layout/FunnelLayout.js +0 -91
- package/dist/esm/components/funnel-layout/parts/FunnelBackButton.d.ts +0 -41
- package/dist/esm/components/funnel-layout/parts/FunnelBackButton.js +0 -35
- package/dist/esm/components/funnel-layout/parts/FunnelBody.d.ts +0 -36
- package/dist/esm/components/funnel-layout/parts/FunnelBody.js +0 -23
- package/dist/esm/components/funnel-layout/parts/FunnelPage.d.ts +0 -36
- package/dist/esm/components/funnel-layout/parts/FunnelPage.js +0 -35
- package/dist/esm/components/funnel-layout/parts/FunnelPageAction.d.ts +0 -40
- package/dist/esm/components/funnel-layout/parts/FunnelPageAction.js +0 -39
- package/dist/esm/components/funnel-layout/parts/FunnelPageActions.d.ts +0 -47
- package/dist/esm/components/funnel-layout/parts/FunnelPageActions.js +0 -41
- package/dist/esm/components/funnel-layout/parts/FunnelPageContent.d.ts +0 -35
- package/dist/esm/components/funnel-layout/parts/FunnelPageContent.js +0 -23
- package/dist/esm/components/funnel-layout/parts/FunnelPageFooter.d.ts +0 -36
- package/dist/esm/components/funnel-layout/parts/FunnelPageFooter.js +0 -28
- package/dist/esm/components/funnel-layout/parts/FunnelPageHeader.d.ts +0 -77
- package/dist/esm/components/funnel-layout/parts/FunnelPageHeader.js +0 -55
- package/dist/esm/components/funnel-layout/parts/FunnelProgressBar.d.ts +0 -45
- package/dist/esm/components/funnel-layout/parts/FunnelProgressBar.js +0 -50
- package/dist/esm/components/funnel-layout/parts/FunnelSidebar.d.ts +0 -83
- package/dist/esm/components/funnel-layout/parts/FunnelSidebar.js +0 -54
- package/dist/esm/components/funnel-layout/parts/FunnelTopBar.d.ts +0 -131
- package/dist/esm/components/funnel-layout/parts/FunnelTopBar.js +0 -119
- package/dist/esm/components/grid/Grid.d.ts +0 -54
- package/dist/esm/components/grid/Grid.js +0 -38
- package/dist/esm/components/grid/Grid.variants.d.ts +0 -386
- package/dist/esm/components/grid/Grid.variants.js +0 -164
- package/dist/esm/components/grid/GridItem.d.ts +0 -60
- package/dist/esm/components/grid/GridItem.js +0 -43
- package/dist/esm/components/icon/Icon.d.ts +0 -262
- package/dist/esm/components/icon/Icon.js +0 -117
- package/dist/esm/components/icon-button/CircularIconButton.d.ts +0 -43
- package/dist/esm/components/icon-button/CircularIconButton.js +0 -120
- package/dist/esm/components/icon-button/IconButton.d.ts +0 -44
- package/dist/esm/components/icon-button/IconButton.js +0 -93
- package/dist/esm/components/icon-button/IconButton.variants.d.ts +0 -191
- package/dist/esm/components/icon-button/IconButton.variants.js +0 -177
- package/dist/esm/components/icon-button/figma/CircularIconButton.figma.d.ts +0 -7
- package/dist/esm/components/icon-button/figma/IconButton.figma.d.ts +0 -7
- package/dist/esm/components/inline-field/InlineField.context.d.ts +0 -21
- package/dist/esm/components/inline-field/InlineField.context.js +0 -10
- package/dist/esm/components/inline-field/InlineField.d.ts +0 -91
- package/dist/esm/components/inline-field/InlineField.js +0 -58
- package/dist/esm/components/inline-field/hooks/useInlineFieldMode.d.ts +0 -46
- package/dist/esm/components/inline-field/hooks/useInlineFieldMode.js +0 -27
- package/dist/esm/components/inline-field/parts/InlineFieldEditTrigger.d.ts +0 -59
- package/dist/esm/components/inline-field/parts/InlineFieldEditView.d.ts +0 -106
- package/dist/esm/components/inline-field/parts/InlineFieldEditView.js +0 -150
- package/dist/esm/components/inline-field/parts/InlineFieldReadView.d.ts +0 -75
- package/dist/esm/components/inline-field/parts/InlineFieldReadView.js +0 -58
- package/dist/esm/components/inline-field-group/InlineFieldGroup.context.d.ts +0 -35
- package/dist/esm/components/inline-field-group/InlineFieldGroup.context.js +0 -6
- package/dist/esm/components/inline-field-group/InlineFieldGroup.d.ts +0 -158
- package/dist/esm/components/inline-field-group/InlineFieldGroup.js +0 -216
- package/dist/esm/components/inline-field-group/hooks/useInlineFieldGroupMode.d.ts +0 -46
- package/dist/esm/components/inline-field-group/hooks/useInlineFieldGroupMode.js +0 -27
- package/dist/esm/components/inline-field-group/parts/InlineFieldGroupActions.d.ts +0 -24
- package/dist/esm/components/inline-field-group/parts/InlineFieldGroupActions.js +0 -158
- package/dist/esm/components/inline-field-group/parts/InlineFieldGroupEditView.d.ts +0 -64
- package/dist/esm/components/inline-field-group/parts/InlineFieldGroupEditView.js +0 -56
- package/dist/esm/components/inline-field-group/parts/InlineFieldGroupHeader.d.ts +0 -71
- package/dist/esm/components/inline-field-group/parts/InlineFieldGroupHeader.js +0 -39
- package/dist/esm/components/inline-field-group/parts/InlineFieldGroupReadView.d.ts +0 -56
- package/dist/esm/components/inline-field-group/parts/InlineFieldGroupReadView.js +0 -28
- package/dist/esm/components/input/Input.d.ts +0 -48
- package/dist/esm/components/input/Input.js +0 -150
- package/dist/esm/components/input/TanstackInput.d.ts +0 -22
- package/dist/esm/components/input/TanstackInput.js +0 -38
- package/dist/esm/components/label/Label.d.ts +0 -17
- package/dist/esm/components/label/Label.js +0 -66
- package/dist/esm/components/link/RawLink.d.ts +0 -260
- package/dist/esm/components/link/RawLink.js +0 -165
- package/dist/esm/components/link/figma/Link.figma.d.ts +0 -7
- package/dist/esm/components/link/utils.d.ts +0 -1
- package/dist/esm/components/link/utils.js +0 -16
- package/dist/esm/components/link-button/RawLinkButton.d.ts +0 -59
- package/dist/esm/components/link-button/RawLinkButton.js +0 -127
- package/dist/esm/components/list-view/ListView.d.ts +0 -56
- package/dist/esm/components/list-view/ListView.fixtures.d.ts +0 -20
- package/dist/esm/components/list-view/ListView.js +0 -45
- package/dist/esm/components/list-view/parts/ListViewItemLabel.d.ts +0 -34
- package/dist/esm/components/list-view/parts/ListViewItemLabel.js +0 -22
- package/dist/esm/components/list-view/parts/ListViewItemText.d.ts +0 -33
- package/dist/esm/components/list-view/parts/ListViewItemText.js +0 -22
- package/dist/esm/components/list-view/parts/ListViewSection.d.ts +0 -14
- package/dist/esm/components/list-view/parts/ListViewSection.js +0 -23
- package/dist/esm/components/list-view/parts/RawListViewItem.d.ts +0 -102
- package/dist/esm/components/list-view/parts/RawListViewItem.js +0 -81
- package/dist/esm/components/menu/Menu.d.ts +0 -11
- package/dist/esm/components/menu/Menu.js +0 -31
- package/dist/esm/components/menu/parts/MenuContent.d.ts +0 -18
- package/dist/esm/components/menu/parts/MenuContent.js +0 -31
- package/dist/esm/components/menu/parts/MenuHeader.d.ts +0 -9
- package/dist/esm/components/menu/parts/MenuHeader.js +0 -17
- package/dist/esm/components/menu/parts/MenuSection.d.ts +0 -82
- package/dist/esm/components/menu/parts/MenuSection.js +0 -44
- package/dist/esm/components/menu/parts/MenuSeparator.d.ts +0 -4
- package/dist/esm/components/menu/parts/MenuSeparator.js +0 -9
- package/dist/esm/components/menu/parts/MenuTrigger.d.ts +0 -10
- package/dist/esm/components/menu/parts/MenuTrigger.js +0 -14
- package/dist/esm/components/menu/parts/RawMenuItem.d.ts +0 -14
- package/dist/esm/components/menu/parts/RawMenuItem.js +0 -43
- package/dist/esm/components/multi-select/MultiSelect.d.ts +0 -60
- package/dist/esm/components/multi-select/MultiSelect.js +0 -256
- package/dist/esm/components/multi-select/Multiselect.context.d.ts +0 -7
- package/dist/esm/components/multi-select/Multiselect.context.js +0 -8
- package/dist/esm/components/multi-select/MultiselectTypes.d.ts +0 -114
- package/dist/esm/components/multi-select/TanstackMultiSelect.d.ts +0 -7
- package/dist/esm/components/multi-select/TanstackMultiSelect.js +0 -41
- package/dist/esm/components/multi-select/hooks/use-combobox-filter.d.ts +0 -12
- package/dist/esm/components/multi-select/hooks/use-combobox-filter.js +0 -22
- package/dist/esm/components/multi-select/hooks/use-multiselection-state.d.ts +0 -14
- package/dist/esm/components/multi-select/hooks/use-multiselection-state.js +0 -47
- package/dist/esm/components/multi-select/parts/MultiSelectButton.d.ts +0 -18
- package/dist/esm/components/multi-select/parts/MultiSelectButton.js +0 -174
- package/dist/esm/components/multi-select/parts/MultiSelectOptGroup.d.ts +0 -69
- package/dist/esm/components/multi-select/parts/MultiSelectOptGroup.js +0 -34
- package/dist/esm/components/multi-select/parts/MultiSelectOption.d.ts +0 -20
- package/dist/esm/components/multi-select/parts/MultiSelectOption.js +0 -87
- package/dist/esm/components/multi-select/parts/MultiSelectPopover.d.ts +0 -7
- package/dist/esm/components/multi-select/parts/MultiSelectPopover.js +0 -65
- package/dist/esm/components/multi-select-field/MultiSelectField.d.ts +0 -92
- package/dist/esm/components/multi-select-field/MultiSelectField.js +0 -72
- package/dist/esm/components/multi-select-field/TanstackMultiSelectField.d.ts +0 -92
- package/dist/esm/components/multi-select-field/TanstackMultiSelectField.js +0 -48
- package/dist/esm/components/multi-select-field/test-utils.d.ts +0 -17
- package/dist/esm/components/multi-select-field/test-utils.js +0 -45
- package/dist/esm/components/nav/Nav.d.ts +0 -12
- package/dist/esm/components/nav/Nav.js +0 -28
- package/dist/esm/components/nav/parts/NavGroup.d.ts +0 -30
- package/dist/esm/components/nav/parts/NavGroup.js +0 -125
- package/dist/esm/components/nav/parts/RawNavItem.d.ts +0 -261
- package/dist/esm/components/nav/parts/RawNavItem.js +0 -118
- package/dist/esm/components/navigation-card/NavigationCard.context.d.ts +0 -31
- package/dist/esm/components/navigation-card/NavigationCard.context.js +0 -13
- package/dist/esm/components/navigation-card/NavigationCard.d.ts +0 -46
- package/dist/esm/components/navigation-card/NavigationCard.js +0 -63
- package/dist/esm/components/navigation-card/NavigationCard.types.d.ts +0 -38
- package/dist/esm/components/navigation-card/NavigationCard.variants.d.ts +0 -1147
- package/dist/esm/components/navigation-card/NavigationCard.variants.js +0 -164
- package/dist/esm/components/navigation-card/parts/NavigationCardDescription.d.ts +0 -39
- package/dist/esm/components/navigation-card/parts/NavigationCardDescription.js +0 -22
- package/dist/esm/components/navigation-card/parts/NavigationCardGroup.d.ts +0 -146
- package/dist/esm/components/navigation-card/parts/NavigationCardGroup.js +0 -93
- package/dist/esm/components/navigation-card/parts/NavigationCardLabel.d.ts +0 -32
- package/dist/esm/components/navigation-card/parts/NavigationCardLabel.js +0 -24
- package/dist/esm/components/number-field/NumberField.d.ts +0 -49
- package/dist/esm/components/number-field/NumberField.js +0 -71
- package/dist/esm/components/number-field/TanstackNumberField.d.ts +0 -74
- package/dist/esm/components/number-field/TanstackNumberField.js +0 -44
- package/dist/esm/components/number-input/NumberInput.d.ts +0 -140
- package/dist/esm/components/number-input/NumberInput.js +0 -217
- package/dist/esm/components/number-input/TanstackNumberInput.d.ts +0 -58
- package/dist/esm/components/number-input/TanstackNumberInput.js +0 -38
- package/dist/esm/components/page/Page.d.ts +0 -55
- package/dist/esm/components/page/Page.js +0 -49
- package/dist/esm/components/page/parts/PageHeader.d.ts +0 -152
- package/dist/esm/components/page/parts/PageHeader.js +0 -36
- package/dist/esm/components/page/parts/PageHeading.d.ts +0 -30
- package/dist/esm/components/page/parts/PageHeading.js +0 -19
- package/dist/esm/components/pagination/Pagination.d.ts +0 -71
- package/dist/esm/components/pagination/Pagination.js +0 -102
- package/dist/esm/components/pagination/PaginationContext.d.ts +0 -11
- package/dist/esm/components/pagination/PaginationContext.js +0 -15
- package/dist/esm/components/pagination/hooks/use-pagination-state.d.ts +0 -63
- package/dist/esm/components/pagination/hooks/use-pagination-state.js +0 -27
- package/dist/esm/components/pagination/hooks/use-pagination-window.d.ts +0 -64
- package/dist/esm/components/pagination/hooks/use-pagination-window.js +0 -15
- package/dist/esm/components/pagination/parts/PaginationContent.d.ts +0 -30
- package/dist/esm/components/pagination/parts/PaginationContent.js +0 -37
- package/dist/esm/components/pagination/parts/PaginationEllipsis.d.ts +0 -30
- package/dist/esm/components/pagination/parts/PaginationEllipsis.js +0 -34
- package/dist/esm/components/pagination/parts/PaginationItem.d.ts +0 -38
- package/dist/esm/components/pagination/parts/PaginationItem.js +0 -22
- package/dist/esm/components/pagination/parts/RawPaginationLink.d.ts +0 -11
- package/dist/esm/components/pagination/parts/RawPaginationLink.js +0 -60
- package/dist/esm/components/pagination/parts/RawPaginationNext.d.ts +0 -22
- package/dist/esm/components/pagination/parts/RawPaginationNext.js +0 -70
- package/dist/esm/components/pagination/parts/RawPaginationPrevious.d.ts +0 -22
- package/dist/esm/components/pagination/parts/RawPaginationPrevious.js +0 -67
- package/dist/esm/components/pagination/utils/pagination-window.d.ts +0 -8
- package/dist/esm/components/pagination/utils/pagination-window.js +0 -42
- package/dist/esm/components/password-field/TanstackPasswordField.d.ts +0 -113
- package/dist/esm/components/password-field/TanstackPasswordField.js +0 -83
- package/dist/esm/components/password-field/hooks/use-caps-lock.d.ts +0 -5
- package/dist/esm/components/password-field/hooks/use-caps-lock.js +0 -12
- package/dist/esm/components/password-field/parts/PasswordFieldDetails.d.ts +0 -16
- package/dist/esm/components/password-field/parts/PasswordFieldDetails.js +0 -42
- package/dist/esm/components/password-field/parts/PasswordInput.d.ts +0 -25
- package/dist/esm/components/password-field/parts/PasswordInput.js +0 -188
- package/dist/esm/components/password-field/parts/ValidationRuleItem.d.ts +0 -16
- package/dist/esm/components/password-field/parts/ValidationRuleItem.js +0 -45
- package/dist/esm/components/password-field/types.d.ts +0 -12
- package/dist/esm/components/payfit-brand/PayFitBrand.d.ts +0 -26
- package/dist/esm/components/payfit-brand/PayFitBrand.js +0 -84
- package/dist/esm/components/payfit-brand/PayFitPreprod.d.ts +0 -10
- package/dist/esm/components/payfit-brand/PayFitPreprod.js +0 -57
- package/dist/esm/components/payfit-brand/figma/PayFitBrand.figma.d.ts +0 -7
- package/dist/esm/components/phone-number/PhoneNumberInput.d.ts +0 -67
- package/dist/esm/components/phone-number/PhoneNumberInput.js +0 -329
- package/dist/esm/components/phone-number/TanstackPhoneNumberInput.d.ts +0 -64
- package/dist/esm/components/phone-number/TanstackPhoneNumberInput.js +0 -33
- package/dist/esm/components/phone-number/parts/PhoneNumberItem.d.ts +0 -42
- package/dist/esm/components/phone-number/parts/PhoneNumberItem.js +0 -68
- package/dist/esm/components/phone-number/unknownFlag.svg.js +0 -4
- package/dist/esm/components/phone-number-field/TanstackPhoneNumberField.d.ts +0 -15
- package/dist/esm/components/phone-number-field/TanstackPhoneNumberField.js +0 -32
- package/dist/esm/components/pill/Pill.d.ts +0 -87
- package/dist/esm/components/pill/Pill.js +0 -58
- package/dist/esm/components/pill/figma/Pill.figma.d.ts +0 -7
- package/dist/esm/components/popover/Popover.d.ts +0 -57
- package/dist/esm/components/popover/Popover.js +0 -42
- package/dist/esm/components/popover/parts/PopoverHeader.d.ts +0 -20
- package/dist/esm/components/popover/parts/PopoverHeader.js +0 -60
- package/dist/esm/components/progress-bar/ProgressBar.d.ts +0 -92
- package/dist/esm/components/progress-bar/ProgressBar.js +0 -76
- package/dist/esm/components/promo-dialog/PromoDialog.d.ts +0 -149
- package/dist/esm/components/promo-dialog/PromoDialog.js +0 -220
- package/dist/esm/components/promo-dialog/parts/PromoDialogActions.d.ts +0 -44
- package/dist/esm/components/promo-dialog/parts/PromoDialogActions.js +0 -29
- package/dist/esm/components/promo-dialog/parts/PromoDialogContent.d.ts +0 -43
- package/dist/esm/components/promo-dialog/parts/PromoDialogContent.js +0 -20
- package/dist/esm/components/promo-dialog/parts/PromoDialogHero.d.ts +0 -47
- package/dist/esm/components/promo-dialog/parts/PromoDialogHero.js +0 -25
- package/dist/esm/components/promo-dialog/parts/PromoDialogSubtitle.d.ts +0 -53
- package/dist/esm/components/promo-dialog/parts/PromoDialogSubtitle.js +0 -21
- package/dist/esm/components/promo-dialog/parts/PromoDialogTitle.d.ts +0 -6
- package/dist/esm/components/promo-dialog/parts/PromoDialogTitle.js +0 -18
- package/dist/esm/components/radio-button-group/RadioButtonGroup.d.ts +0 -22
- package/dist/esm/components/radio-button-group/RadioButtonGroup.js +0 -23
- package/dist/esm/components/radio-button-group/TanstackRadioButtonGroup.d.ts +0 -13
- package/dist/esm/components/radio-button-group/TanstackRadioButtonGroup.js +0 -43
- package/dist/esm/components/radio-button-group/parts/RadioButton.d.ts +0 -78
- package/dist/esm/components/radio-button-group/parts/RadioButton.js +0 -67
- package/dist/esm/components/radio-button-group/parts/RadioButtonHelper.d.ts +0 -19
- package/dist/esm/components/radio-button-group/parts/RadioButtonHelper.js +0 -19
- package/dist/esm/components/radio-button-group/parts/RadioIndicator.d.ts +0 -11
- package/dist/esm/components/radio-button-group/parts/RadioIndicator.js +0 -131
- package/dist/esm/components/radio-button-group-field/RadioButtonGroupField.d.ts +0 -49
- package/dist/esm/components/radio-button-group-field/RadioButtonGroupField.js +0 -52
- package/dist/esm/components/radio-button-group-field/TanstackRadioButtonGroupField.d.ts +0 -13
- package/dist/esm/components/radio-button-group-field/TanstackRadioButtonGroupField.js +0 -38
- package/dist/esm/components/search/Search.d.ts +0 -124
- package/dist/esm/components/search/Search.js +0 -166
- package/dist/esm/components/segmented-button-group/SegmentedButtonGroup.d.ts +0 -43
- package/dist/esm/components/segmented-button-group/SegmentedButtonGroup.js +0 -22
- package/dist/esm/components/segmented-button-group/SegmentedButtonGroups.context.d.ts +0 -8
- package/dist/esm/components/segmented-button-group/SegmentedButtonGroups.context.js +0 -15
- package/dist/esm/components/segmented-button-group/parts/ToggleButton.d.ts +0 -47
- package/dist/esm/components/segmented-button-group/parts/ToggleButton.js +0 -125
- package/dist/esm/components/select/Select.d.ts +0 -78
- package/dist/esm/components/select/Select.js +0 -128
- package/dist/esm/components/select/TanstackSelect.d.ts +0 -80
- package/dist/esm/components/select/TanstackSelect.js +0 -41
- package/dist/esm/components/select/parts/SearchInput.d.ts +0 -5
- package/dist/esm/components/select/parts/SearchInput.js +0 -59
- package/dist/esm/components/select/parts/SelectButton.d.ts +0 -19
- package/dist/esm/components/select/parts/SelectButton.js +0 -104
- package/dist/esm/components/select/parts/SelectOption.context.d.ts +0 -8
- package/dist/esm/components/select/parts/SelectOption.context.js +0 -24
- package/dist/esm/components/select/parts/SelectOption.d.ts +0 -13
- package/dist/esm/components/select/parts/SelectOption.js +0 -64
- package/dist/esm/components/select/parts/SelectOptionGroup.d.ts +0 -12
- package/dist/esm/components/select/parts/SelectOptionGroup.js +0 -29
- package/dist/esm/components/select/parts/SelectOptionHelper.d.ts +0 -4
- package/dist/esm/components/select/parts/SelectOptionHelper.js +0 -22
- package/dist/esm/components/select-field/SelectField.d.ts +0 -52
- package/dist/esm/components/select-field/SelectField.js +0 -67
- package/dist/esm/components/select-field/TanstackSelectField.d.ts +0 -124
- package/dist/esm/components/select-field/TanstackSelectField.js +0 -46
- package/dist/esm/components/select-field/test-utils.d.ts +0 -12
- package/dist/esm/components/select-field/test-utils.js +0 -26
- package/dist/esm/components/select-list/SelectList.d.ts +0 -95
- package/dist/esm/components/select-list/SelectList.js +0 -82
- package/dist/esm/components/select-list/SelectList.types.d.ts +0 -29
- package/dist/esm/components/select-list/constants.d.ts +0 -36
- package/dist/esm/components/select-list/constants.js +0 -29
- package/dist/esm/components/select-list/helpers.d.ts +0 -42
- package/dist/esm/components/select-list/helpers.js +0 -48
- package/dist/esm/components/select-list/hooks/useControlledSelection.d.ts +0 -24
- package/dist/esm/components/select-list/hooks/useControlledSelection.js +0 -16
- package/dist/esm/components/select-list/hooks/useSelectedFirstSorting.d.ts +0 -23
- package/dist/esm/components/select-list/hooks/useSelectedFirstSorting.js +0 -31
- package/dist/esm/components/select-list/parts/SelectListEmptyState.d.ts +0 -8
- package/dist/esm/components/select-list/parts/SelectListEmptyState.js +0 -25
- package/dist/esm/components/select-list/parts/SelectListOptGroup.d.ts +0 -118
- package/dist/esm/components/select-list/parts/SelectListOptGroup.js +0 -31
- package/dist/esm/components/select-list/parts/SelectListOption.d.ts +0 -24
- package/dist/esm/components/select-list/parts/SelectListOption.js +0 -72
- package/dist/esm/components/select-list/parts/SelectListSearchInput.d.ts +0 -2
- package/dist/esm/components/select-list/parts/SelectListSearchInput.js +0 -42
- package/dist/esm/components/select-list/parts/SelectedItemsSection.d.ts +0 -55
- package/dist/esm/components/select-list/parts/SelectedItemsSection.js +0 -36
- package/dist/esm/components/select-list/utils/partition.d.ts +0 -13
- package/dist/esm/components/select-list/utils/partition.js +0 -9
- package/dist/esm/components/selectable-button-group/SelectableButtonGroup.context.d.ts +0 -2
- package/dist/esm/components/selectable-button-group/SelectableButtonGroup.context.js +0 -5
- package/dist/esm/components/selectable-button-group/SelectableButtonGroup.d.ts +0 -70
- package/dist/esm/components/selectable-button-group/SelectableButtonGroup.js +0 -40
- package/dist/esm/components/selectable-button-group/TanstackSelectableButtonGroup.d.ts +0 -27
- package/dist/esm/components/selectable-button-group/TanstackSelectableButtonGroup.js +0 -34
- package/dist/esm/components/selectable-button-group/parts/SelectableButton.d.ts +0 -95
- package/dist/esm/components/selectable-button-group/parts/SelectableButton.js +0 -123
- package/dist/esm/components/selectable-button-group-field/SelectableButtonGroupField.d.ts +0 -61
- package/dist/esm/components/selectable-button-group-field/SelectableButtonGroupField.js +0 -45
- package/dist/esm/components/selectable-button-group-field/TanstackSelectableButtonGroupField.d.ts +0 -81
- package/dist/esm/components/selectable-button-group-field/TanstackSelectableButtonGroupField.js +0 -47
- package/dist/esm/components/selectable-card/internals/Content.d.ts +0 -6
- package/dist/esm/components/selectable-card/internals/Content.js +0 -9
- package/dist/esm/components/selectable-card/internals/Description.d.ts +0 -6
- package/dist/esm/components/selectable-card/internals/Description.js +0 -10
- package/dist/esm/components/selectable-card/internals/Illustration.d.ts +0 -6
- package/dist/esm/components/selectable-card/internals/Illustration.js +0 -9
- package/dist/esm/components/selectable-card/internals/SelectedIndicator.d.ts +0 -6
- package/dist/esm/components/selectable-card/internals/SelectedIndicator.js +0 -9
- package/dist/esm/components/selectable-card/selectable-card-checkbox-group/SelectableCardCheckboxGroup.d.ts +0 -20
- package/dist/esm/components/selectable-card/selectable-card-checkbox-group/SelectableCardCheckboxGroup.js +0 -16
- package/dist/esm/components/selectable-card/selectable-card-checkbox-group/TanstackSelectableCardCheckboxGroup.d.ts +0 -26
- package/dist/esm/components/selectable-card/selectable-card-checkbox-group/TanstackSelectableCardCheckboxGroup.js +0 -32
- package/dist/esm/components/selectable-card/selectable-card-checkbox-group/parts/SelectableCardCheckbox.d.ts +0 -47
- package/dist/esm/components/selectable-card/selectable-card-checkbox-group/parts/SelectableCardCheckbox.js +0 -34
- package/dist/esm/components/selectable-card/selectable-card-radio-group/SelectableCardRadioGroup.d.ts +0 -22
- package/dist/esm/components/selectable-card/selectable-card-radio-group/SelectableCardRadioGroup.js +0 -22
- package/dist/esm/components/selectable-card/selectable-card-radio-group/TanstackSelectableCardRadioGroup.d.ts +0 -28
- package/dist/esm/components/selectable-card/selectable-card-radio-group/TanstackSelectableCardRadioGroup.js +0 -32
- package/dist/esm/components/selectable-card/selectable-card-radio-group/parts/SelectableCardRadio.d.ts +0 -50
- package/dist/esm/components/selectable-card/selectable-card-radio-group/parts/SelectableCardRadio.js +0 -48
- package/dist/esm/components/selectable-card/selectableCard.variant.d.ts +0 -19
- package/dist/esm/components/selectable-card/selectableCard.variant.js +0 -24
- package/dist/esm/components/selectable-card-checkbox-group-field/SelectableCardCheckboxGroupField.d.ts +0 -33
- package/dist/esm/components/selectable-card-checkbox-group-field/SelectableCardCheckboxGroupField.js +0 -46
- package/dist/esm/components/selectable-card-checkbox-group-field/TanstackSelectableCardCheckboxGroupField.d.ts +0 -10
- package/dist/esm/components/selectable-card-checkbox-group-field/TanstackSelectableCardCheckboxGroupField.js +0 -38
- package/dist/esm/components/selectable-card-radio-group-field/SelectableCardRadioGroupField.d.ts +0 -33
- package/dist/esm/components/selectable-card-radio-group-field/SelectableCardRadioGroupField.js +0 -46
- package/dist/esm/components/selectable-card-radio-group-field/TanstackSelectableCardRadioGroupField.d.ts +0 -10
- package/dist/esm/components/selectable-card-radio-group-field/TanstackSelectableCardRadioGroupField.js +0 -38
- package/dist/esm/components/side-panel/SidePanel.d.ts +0 -142
- package/dist/esm/components/side-panel/SidePanel.js +0 -71
- package/dist/esm/components/side-panel/parts/SidePanelContent.d.ts +0 -57
- package/dist/esm/components/side-panel/parts/SidePanelContent.js +0 -26
- package/dist/esm/components/side-panel/parts/SidePanelDragIndicator.d.ts +0 -40
- package/dist/esm/components/side-panel/parts/SidePanelDragIndicator.js +0 -66
- package/dist/esm/components/side-panel/parts/SidePanelFooter.d.ts +0 -27
- package/dist/esm/components/side-panel/parts/SidePanelFooter.js +0 -29
- package/dist/esm/components/side-panel/parts/SidePanelHeader.d.ts +0 -59
- package/dist/esm/components/side-panel/parts/SidePanelHeader.js +0 -43
- package/dist/esm/components/skip-links/SkipLinks.d.ts +0 -79
- package/dist/esm/components/skip-links/SkipLinks.js +0 -87
- package/dist/esm/components/spinner/Spinner.d.ts +0 -17
- package/dist/esm/components/spinner/Spinner.js +0 -108
- package/dist/esm/components/spinner/dynamic-content.d.ts +0 -2
- package/dist/esm/components/spinner/figma/Spinner.figma.d.ts +0 -7
- package/dist/esm/components/stepper/Stepper.context.d.ts +0 -8
- package/dist/esm/components/stepper/Stepper.d.ts +0 -45
- package/dist/esm/components/stepper/hooks/useStepper.d.ts +0 -12
- package/dist/esm/components/stepper/parts/Step.d.ts +0 -16
- package/dist/esm/components/table/Table.context.d.ts +0 -64
- package/dist/esm/components/table/Table.context.js +0 -43
- package/dist/esm/components/table/Table.d.ts +0 -191
- package/dist/esm/components/table/Table.js +0 -228
- package/dist/esm/components/table/hooks/useTableKeyboardNavigation.d.ts +0 -21
- package/dist/esm/components/table/hooks/useTableKeyboardNavigation.js +0 -209
- package/dist/esm/components/table/parts/TableBody.d.ts +0 -71
- package/dist/esm/components/table/parts/TableBody.js +0 -104
- package/dist/esm/components/table/parts/TableCell.d.ts +0 -72
- package/dist/esm/components/table/parts/TableCell.js +0 -62
- package/dist/esm/components/table/parts/TableColumnHeader.d.ts +0 -66
- package/dist/esm/components/table/parts/TableColumnHeader.js +0 -78
- package/dist/esm/components/table/parts/TableEmptyState.d.ts +0 -187
- package/dist/esm/components/table/parts/TableEmptyState.js +0 -161
- package/dist/esm/components/table/parts/TableHeader.d.ts +0 -29
- package/dist/esm/components/table/parts/TableHeader.js +0 -37
- package/dist/esm/components/table/parts/TablePagination.d.ts +0 -135
- package/dist/esm/components/table/parts/TablePagination.js +0 -141
- package/dist/esm/components/table/parts/TableRow.d.ts +0 -40
- package/dist/esm/components/table/parts/TableRow.js +0 -52
- package/dist/esm/components/tabs/Tabs.context.d.ts +0 -11
- package/dist/esm/components/tabs/Tabs.context.js +0 -24
- package/dist/esm/components/tabs/Tabs.d.ts +0 -12
- package/dist/esm/components/tabs/Tabs.js +0 -24
- package/dist/esm/components/tabs/Tabs.variant.d.ts +0 -70
- package/dist/esm/components/tabs/Tabs.variant.js +0 -42
- package/dist/esm/components/tabs/figma/Tabs.figma.d.ts +0 -7
- package/dist/esm/components/tabs/parts/NavigationButton.d.ts +0 -7
- package/dist/esm/components/tabs/parts/NavigationButton.js +0 -47
- package/dist/esm/components/tabs/parts/RawTab.d.ts +0 -10
- package/dist/esm/components/tabs/parts/RawTab.js +0 -18
- package/dist/esm/components/tabs/parts/TabList.d.ts +0 -4
- package/dist/esm/components/tabs/parts/TabList.js +0 -83
- package/dist/esm/components/tabs/parts/TabPanel.d.ts +0 -6
- package/dist/esm/components/tabs/parts/TabPanel.js +0 -10
- package/dist/esm/components/task-menu/TaskMenu.context.d.ts +0 -24
- package/dist/esm/components/task-menu/TaskMenu.context.js +0 -61
- package/dist/esm/components/task-menu/TaskMenu.d.ts +0 -80
- package/dist/esm/components/task-menu/TaskMenu.js +0 -28
- package/dist/esm/components/task-menu/parts/Content.d.ts +0 -9
- package/dist/esm/components/task-menu/parts/Content.js +0 -49
- package/dist/esm/components/task-menu/parts/Header.d.ts +0 -5
- package/dist/esm/components/task-menu/parts/Header.js +0 -55
- package/dist/esm/components/task-menu/parts/RawSubTask.d.ts +0 -128
- package/dist/esm/components/task-menu/parts/RawSubTask.js +0 -166
- package/dist/esm/components/task-menu/parts/RawTask.d.ts +0 -156
- package/dist/esm/components/task-menu/parts/RawTask.js +0 -145
- package/dist/esm/components/task-menu/parts/TaskGroup.d.ts +0 -30
- package/dist/esm/components/task-menu/parts/TaskGroup.js +0 -140
- package/dist/esm/components/task-menu/parts/dot.svg.js +0 -5
- package/dist/esm/components/task-menu/parts/task.variants.d.ts +0 -37
- package/dist/esm/components/task-menu/parts/task.variants.js +0 -65
- package/dist/esm/components/text/Text.d.ts +0 -94
- package/dist/esm/components/text/Text.js +0 -71
- package/dist/esm/components/text/Text.variants.d.ts +0 -304
- package/dist/esm/components/text/Text.variants.js +0 -113
- package/dist/esm/components/text-area/TanstackTextArea.d.ts +0 -21
- package/dist/esm/components/text-area/TanstackTextArea.js +0 -35
- package/dist/esm/components/text-area/TextArea.d.ts +0 -128
- package/dist/esm/components/text-area/TextArea.js +0 -164
- package/dist/esm/components/text-field/TanstackTextField.d.ts +0 -79
- package/dist/esm/components/text-field/TanstackTextField.js +0 -60
- package/dist/esm/components/text-field/TextField.d.ts +0 -65
- package/dist/esm/components/text-field/TextField.js +0 -78
- package/dist/esm/components/timeline/Timeline.context.d.ts +0 -16
- package/dist/esm/components/timeline/Timeline.context.js +0 -23
- package/dist/esm/components/timeline/Timeline.d.ts +0 -49
- package/dist/esm/components/timeline/Timeline.js +0 -37
- package/dist/esm/components/timeline/Timeline.utils.d.ts +0 -7
- package/dist/esm/components/timeline/Timeline.utils.js +0 -9
- package/dist/esm/components/timeline/Timeline.variants.d.ts +0 -169
- package/dist/esm/components/timeline/Timeline.variants.js +0 -121
- package/dist/esm/components/timeline/parts/TimelineMarker.d.ts +0 -22
- package/dist/esm/components/timeline/parts/TimelineMarker.js +0 -26
- package/dist/esm/components/timeline/parts/TimelineStep.context.d.ts +0 -13
- package/dist/esm/components/timeline/parts/TimelineStep.context.js +0 -21
- package/dist/esm/components/timeline/parts/TimelineStep.d.ts +0 -38
- package/dist/esm/components/timeline/parts/TimelineStep.js +0 -52
- package/dist/esm/components/timeline/parts/TimelineStepContent.context.d.ts +0 -18
- package/dist/esm/components/timeline/parts/TimelineStepContent.context.js +0 -22
- package/dist/esm/components/timeline/parts/TimelineStepContent.d.ts +0 -27
- package/dist/esm/components/timeline/parts/TimelineStepContent.js +0 -18
- package/dist/esm/components/timeline/parts/TimelineStepDescription.d.ts +0 -11
- package/dist/esm/components/timeline/parts/TimelineStepDescription.js +0 -8
- package/dist/esm/components/timeline/parts/TimelineStepHeader.d.ts +0 -24
- package/dist/esm/components/timeline/parts/TimelineStepHeader.js +0 -37
- package/dist/esm/components/timeline/parts/check.svg.js +0 -5
- package/dist/esm/components/toast/Toast.context.d.ts +0 -8
- package/dist/esm/components/toast/Toast.context.js +0 -22
- package/dist/esm/components/toast/ToastManager.d.ts +0 -7
- package/dist/esm/components/toast/ToastManager.js +0 -21
- package/dist/esm/components/toast/UnityToast.d.ts +0 -71
- package/dist/esm/components/toast/UnityToast.js +0 -96
- package/dist/esm/components/toast/parts/ToastAction.d.ts +0 -9
- package/dist/esm/components/toast/parts/ToastAction.js +0 -14
- package/dist/esm/components/toast/parts/ToastContent.d.ts +0 -6
- package/dist/esm/components/toast/parts/ToastContent.js +0 -11
- package/dist/esm/components/toast/parts/ToastTitle.d.ts +0 -6
- package/dist/esm/components/toast/parts/ToastTitle.js +0 -9
- package/dist/esm/components/toast/test-utils.d.ts +0 -36
- package/dist/esm/components/toast/test-utils.js +0 -118
- package/dist/esm/components/toast/toast.d.ts +0 -44
- package/dist/esm/components/toast/toast.js +0 -39
- package/dist/esm/components/toggle-switch/TanstackToggleSwitch.d.ts +0 -46
- package/dist/esm/components/toggle-switch/TanstackToggleSwitch.js +0 -25
- package/dist/esm/components/toggle-switch/ToggleSwitch.d.ts +0 -98
- package/dist/esm/components/toggle-switch/ToggleSwitch.js +0 -130
- package/dist/esm/components/toggle-switch-field/TanstackToggleSwitchField.d.ts +0 -11
- package/dist/esm/components/toggle-switch-field/TanstackToggleSwitchField.js +0 -34
- package/dist/esm/components/toggle-switch-field/ToggleSwitchField.d.ts +0 -70
- package/dist/esm/components/toggle-switch-field/ToggleSwitchField.js +0 -60
- package/dist/esm/components/toggle-switch-group/TanstackToggleSwitchGroup.d.ts +0 -57
- package/dist/esm/components/toggle-switch-group/TanstackToggleSwitchGroup.js +0 -23
- package/dist/esm/components/toggle-switch-group/ToggleSwitchGroup.d.ts +0 -71
- package/dist/esm/components/toggle-switch-group/ToggleSwitchGroup.js +0 -109
- package/dist/esm/components/toggle-switch-group-field/TanstackToggleSwitchGroupField.d.ts +0 -19
- package/dist/esm/components/toggle-switch-group-field/TanstackToggleSwitchGroupField.js +0 -50
- package/dist/esm/components/toggle-switch-group-field/ToggleSwitchGroupField.d.ts +0 -84
- package/dist/esm/components/toggle-switch-group-field/ToggleSwitchGroupField.js +0 -63
- package/dist/esm/components/tooltip/Tooltip.d.ts +0 -10
- package/dist/esm/components/tooltip/Tooltip.js +0 -31
- package/dist/esm/components/tooltip/figma/Tooltip.figma.d.ts +0 -7
- package/dist/esm/docs/blocks/Cards.d.ts +0 -18
- package/dist/esm/docs/examples/data/mocks/employee-columns.d.ts +0 -3
- package/dist/esm/hooks/tanstack-form-context.d.ts +0 -1
- package/dist/esm/hooks/tanstack-form-context.js +0 -8
- package/dist/esm/hooks/tanstack-form-default-values.d.ts +0 -56
- package/dist/esm/hooks/tanstack-form-default-values.js +0 -6
- package/dist/esm/hooks/use-async-list.d.ts +0 -2
- package/dist/esm/hooks/use-breakpoint-listener.d.ts +0 -36
- package/dist/esm/hooks/use-breakpoint-listener.js +0 -26
- package/dist/esm/hooks/use-container-query-level.d.ts +0 -42
- package/dist/esm/hooks/use-container-query-level.js +0 -33
- package/dist/esm/hooks/use-form.d.ts +0 -50
- package/dist/esm/hooks/use-form.js +0 -32
- package/dist/esm/hooks/use-form.types.d.ts +0 -3
- package/dist/esm/hooks/use-has-scroll.d.ts +0 -71
- package/dist/esm/hooks/use-has-scroll.js +0 -75
- package/dist/esm/hooks/use-id.d.ts +0 -2
- package/dist/esm/hooks/use-id.js +0 -28
- package/dist/esm/hooks/use-media-query.d.ts +0 -8
- package/dist/esm/hooks/use-media-query.js +0 -19
- package/dist/esm/hooks/use-resizable.d.ts +0 -13
- package/dist/esm/hooks/use-resizable.js +0 -50
- package/dist/esm/hooks/use-responsive-value.d.ts +0 -11
- package/dist/esm/hooks/use-responsive-value.js +0 -29
- package/dist/esm/hooks/use-scroll-direction.d.ts +0 -13
- package/dist/esm/hooks/use-scroll-direction.js +0 -56
- package/dist/esm/hooks/use-tanstack-form.d.ts +0 -471
- package/dist/esm/hooks/use-tanstack-form.js +0 -287
- package/dist/esm/index.d.ts +0 -233
- package/dist/esm/index.js +0 -567
- package/dist/esm/index.storybook-testing.d.ts +0 -6
- package/dist/esm/integrations/tanstack-router/components/breadcrumbs/Breadcrumb.d.ts +0 -23
- package/dist/esm/integrations/tanstack-router/components/breadcrumbs/BreadcrumbLink.d.ts +0 -38
- package/dist/esm/integrations/tanstack-router/components/breadcrumbs/BreadcrumbLink.js +0 -7
- package/dist/esm/integrations/tanstack-router/components/breadcrumbs/Breadcrumbs.d.ts +0 -23
- package/dist/esm/integrations/tanstack-router/components/breadcrumbs/figma/Breadcrumbs.figma.d.ts +0 -7
- package/dist/esm/integrations/tanstack-router/components/breadcrumbs/use-route-breadcrumb.d.ts +0 -53
- package/dist/esm/integrations/tanstack-router/components/form-contextual-link/FormContextualLink.d.ts +0 -45
- package/dist/esm/integrations/tanstack-router/components/form-contextual-link/FormContextualLink.js +0 -7
- package/dist/esm/integrations/tanstack-router/components/form-contextual-link/TanstackFormContextualLink.d.ts +0 -43
- package/dist/esm/integrations/tanstack-router/components/link/Link.d.ts +0 -33
- package/dist/esm/integrations/tanstack-router/components/link/Link.js +0 -7
- package/dist/esm/integrations/tanstack-router/components/link/figma/Link.figma.d.ts +0 -7
- package/dist/esm/integrations/tanstack-router/components/link-button/LinkButton.d.ts +0 -22
- package/dist/esm/integrations/tanstack-router/components/link-button/LinkButton.js +0 -7
- package/dist/esm/integrations/tanstack-router/components/list-view/ListView.d.ts +0 -34
- package/dist/esm/integrations/tanstack-router/components/list-view/ListView.js +0 -25
- package/dist/esm/integrations/tanstack-router/components/list-view/parts/ListViewItem.d.ts +0 -51
- package/dist/esm/integrations/tanstack-router/components/list-view/parts/ListViewItem.js +0 -32
- package/dist/esm/integrations/tanstack-router/components/menu-item/MenuItem.d.ts +0 -49
- package/dist/esm/integrations/tanstack-router/components/menu-item/MenuItem.js +0 -16
- package/dist/esm/integrations/tanstack-router/components/nav-item/NavItem.d.ts +0 -52
- package/dist/esm/integrations/tanstack-router/components/nav-item/NavItem.js +0 -29
- package/dist/esm/integrations/tanstack-router/components/navigation-card/NavigationCard.d.ts +0 -73
- package/dist/esm/integrations/tanstack-router/components/navigation-card/NavigationCard.js +0 -37
- package/dist/esm/integrations/tanstack-router/components/pagination/PaginationLink.d.ts +0 -54
- package/dist/esm/integrations/tanstack-router/components/pagination/PaginationLink.js +0 -21
- package/dist/esm/integrations/tanstack-router/components/pagination/PaginationNext.d.ts +0 -52
- package/dist/esm/integrations/tanstack-router/components/pagination/PaginationNext.js +0 -22
- package/dist/esm/integrations/tanstack-router/components/pagination/PaginationPrevious.d.ts +0 -51
- package/dist/esm/integrations/tanstack-router/components/pagination/PaginationPrevious.js +0 -22
- package/dist/esm/integrations/tanstack-router/components/tabs/Tabs.d.ts +0 -82
- package/dist/esm/integrations/tanstack-router/components/tabs/Tabs.js +0 -71
- package/dist/esm/integrations/tanstack-router/components/tabs/parts/Tab.d.ts +0 -52
- package/dist/esm/integrations/tanstack-router/components/tabs/parts/Tab.js +0 -23
- package/dist/esm/integrations/tanstack-router/components/tabs/parts/TabList.d.ts +0 -5
- package/dist/esm/integrations/tanstack-router/components/tabs/parts/TabPanel.d.ts +0 -77
- package/dist/esm/integrations/tanstack-router/components/tabs/parts/TabPanel.js +0 -16
- package/dist/esm/integrations/tanstack-router/components/task-menu/SubTask.d.ts +0 -69
- package/dist/esm/integrations/tanstack-router/components/task-menu/SubTask.js +0 -14
- package/dist/esm/integrations/tanstack-router/components/task-menu/Task.d.ts +0 -64
- package/dist/esm/integrations/tanstack-router/components/task-menu/Task.js +0 -14
- package/dist/esm/integrations/tanstack-router/index.d.ts +0 -20
- package/dist/esm/integrations/tanstack-router/utils/decorators.d.ts +0 -23
- package/dist/esm/integrations/tanstack-router.js +0 -42
- package/dist/esm/mocks/employees.d.ts +0 -13
- package/dist/esm/providers/router/RouterProvider.d.ts +0 -42
- package/dist/esm/providers/router/RouterProvider.js +0 -22
- package/dist/esm/storybook-testing.js +0 -14
- package/dist/esm/storybook-utilities/breadcrumbs/transform.d.ts +0 -2
- package/dist/esm/storybook-utilities/previewTransform.d.ts +0 -2
- package/dist/esm/types/DataAttributes.d.ts +0 -1
- package/dist/esm/types/schema.d.ts +0 -8
- package/dist/esm/types/testing.d.ts +0 -2
- package/dist/esm/types/utils.d.ts +0 -1
- package/dist/esm/utils/createSchemaAdapter.d.ts +0 -7
- package/dist/esm/utils/createSchemaAdapter.js +0 -13
- package/dist/esm/utils/field-revalidate-logic.d.ts +0 -55
- package/dist/esm/utils/field-revalidate-logic.js +0 -39
- package/dist/esm/utils/platform.d.ts +0 -3
- package/dist/esm/utils/platform.js +0 -6
- package/dist/esm/utils/scroll-detection.d.ts +0 -77
- package/dist/esm/utils/scroll-detection.js +0 -33
- package/dist/esm/utils/spacing.d.ts +0 -63
- package/dist/esm/utils/spacing.js +0 -15
|
@@ -1,1147 +0,0 @@
|
|
|
1
|
-
export declare const navigationCard: import('tailwind-variants').TVReturnType<{
|
|
2
|
-
gap: {
|
|
3
|
-
$0: {
|
|
4
|
-
base: string;
|
|
5
|
-
};
|
|
6
|
-
$25: {
|
|
7
|
-
base: string;
|
|
8
|
-
};
|
|
9
|
-
$50: {
|
|
10
|
-
base: string;
|
|
11
|
-
};
|
|
12
|
-
$75: {
|
|
13
|
-
base: string;
|
|
14
|
-
};
|
|
15
|
-
$100: {
|
|
16
|
-
base: string;
|
|
17
|
-
};
|
|
18
|
-
$125: {
|
|
19
|
-
base: string;
|
|
20
|
-
};
|
|
21
|
-
$150: {
|
|
22
|
-
base: string;
|
|
23
|
-
};
|
|
24
|
-
$200: {
|
|
25
|
-
base: string;
|
|
26
|
-
};
|
|
27
|
-
$250: {
|
|
28
|
-
base: string;
|
|
29
|
-
};
|
|
30
|
-
$300: {
|
|
31
|
-
base: string;
|
|
32
|
-
};
|
|
33
|
-
$400: {
|
|
34
|
-
base: string;
|
|
35
|
-
};
|
|
36
|
-
$500: {
|
|
37
|
-
base: string;
|
|
38
|
-
};
|
|
39
|
-
$600: {
|
|
40
|
-
base: string;
|
|
41
|
-
};
|
|
42
|
-
$800: {
|
|
43
|
-
base: string;
|
|
44
|
-
};
|
|
45
|
-
$1000: {
|
|
46
|
-
base: string;
|
|
47
|
-
};
|
|
48
|
-
};
|
|
49
|
-
padding: {
|
|
50
|
-
$0: {
|
|
51
|
-
base: string;
|
|
52
|
-
};
|
|
53
|
-
$25: {
|
|
54
|
-
base: string;
|
|
55
|
-
};
|
|
56
|
-
$50: {
|
|
57
|
-
base: string;
|
|
58
|
-
};
|
|
59
|
-
$75: {
|
|
60
|
-
base: string;
|
|
61
|
-
};
|
|
62
|
-
$100: {
|
|
63
|
-
base: string;
|
|
64
|
-
};
|
|
65
|
-
$125: {
|
|
66
|
-
base: string;
|
|
67
|
-
};
|
|
68
|
-
$150: {
|
|
69
|
-
base: string;
|
|
70
|
-
};
|
|
71
|
-
$200: {
|
|
72
|
-
base: string;
|
|
73
|
-
};
|
|
74
|
-
$250: {
|
|
75
|
-
base: string;
|
|
76
|
-
};
|
|
77
|
-
$300: {
|
|
78
|
-
base: string;
|
|
79
|
-
};
|
|
80
|
-
$400: {
|
|
81
|
-
base: string;
|
|
82
|
-
};
|
|
83
|
-
$500: {
|
|
84
|
-
base: string;
|
|
85
|
-
};
|
|
86
|
-
$600: {
|
|
87
|
-
base: string;
|
|
88
|
-
};
|
|
89
|
-
$800: {
|
|
90
|
-
base: string;
|
|
91
|
-
};
|
|
92
|
-
$1000: {
|
|
93
|
-
base: string;
|
|
94
|
-
};
|
|
95
|
-
};
|
|
96
|
-
paddingBlock: {
|
|
97
|
-
$0: {
|
|
98
|
-
base: string;
|
|
99
|
-
};
|
|
100
|
-
$25: {
|
|
101
|
-
base: string;
|
|
102
|
-
};
|
|
103
|
-
$50: {
|
|
104
|
-
base: string;
|
|
105
|
-
};
|
|
106
|
-
$75: {
|
|
107
|
-
base: string;
|
|
108
|
-
};
|
|
109
|
-
$100: {
|
|
110
|
-
base: string;
|
|
111
|
-
};
|
|
112
|
-
$125: {
|
|
113
|
-
base: string;
|
|
114
|
-
};
|
|
115
|
-
$150: {
|
|
116
|
-
base: string;
|
|
117
|
-
};
|
|
118
|
-
$200: {
|
|
119
|
-
base: string;
|
|
120
|
-
};
|
|
121
|
-
$250: {
|
|
122
|
-
base: string;
|
|
123
|
-
};
|
|
124
|
-
$300: {
|
|
125
|
-
base: string;
|
|
126
|
-
};
|
|
127
|
-
$400: {
|
|
128
|
-
base: string;
|
|
129
|
-
};
|
|
130
|
-
$500: {
|
|
131
|
-
base: string;
|
|
132
|
-
};
|
|
133
|
-
$600: {
|
|
134
|
-
base: string;
|
|
135
|
-
};
|
|
136
|
-
$800: {
|
|
137
|
-
base: string;
|
|
138
|
-
};
|
|
139
|
-
$1000: {
|
|
140
|
-
base: string;
|
|
141
|
-
};
|
|
142
|
-
};
|
|
143
|
-
paddingInline: {
|
|
144
|
-
$0: {
|
|
145
|
-
base: string;
|
|
146
|
-
};
|
|
147
|
-
$25: {
|
|
148
|
-
base: string;
|
|
149
|
-
};
|
|
150
|
-
$50: {
|
|
151
|
-
base: string;
|
|
152
|
-
};
|
|
153
|
-
$75: {
|
|
154
|
-
base: string;
|
|
155
|
-
};
|
|
156
|
-
$100: {
|
|
157
|
-
base: string;
|
|
158
|
-
};
|
|
159
|
-
$125: {
|
|
160
|
-
base: string;
|
|
161
|
-
};
|
|
162
|
-
$150: {
|
|
163
|
-
base: string;
|
|
164
|
-
};
|
|
165
|
-
$200: {
|
|
166
|
-
base: string;
|
|
167
|
-
};
|
|
168
|
-
$250: {
|
|
169
|
-
base: string;
|
|
170
|
-
};
|
|
171
|
-
$300: {
|
|
172
|
-
base: string;
|
|
173
|
-
};
|
|
174
|
-
$400: {
|
|
175
|
-
base: string;
|
|
176
|
-
};
|
|
177
|
-
$500: {
|
|
178
|
-
base: string;
|
|
179
|
-
};
|
|
180
|
-
$600: {
|
|
181
|
-
base: string;
|
|
182
|
-
};
|
|
183
|
-
$800: {
|
|
184
|
-
base: string;
|
|
185
|
-
};
|
|
186
|
-
$1000: {
|
|
187
|
-
base: string;
|
|
188
|
-
};
|
|
189
|
-
};
|
|
190
|
-
paddingTop: {
|
|
191
|
-
$0: {
|
|
192
|
-
base: string;
|
|
193
|
-
};
|
|
194
|
-
$25: {
|
|
195
|
-
base: string;
|
|
196
|
-
};
|
|
197
|
-
$50: {
|
|
198
|
-
base: string;
|
|
199
|
-
};
|
|
200
|
-
$75: {
|
|
201
|
-
base: string;
|
|
202
|
-
};
|
|
203
|
-
$100: {
|
|
204
|
-
base: string;
|
|
205
|
-
};
|
|
206
|
-
$125: {
|
|
207
|
-
base: string;
|
|
208
|
-
};
|
|
209
|
-
$150: {
|
|
210
|
-
base: string;
|
|
211
|
-
};
|
|
212
|
-
$200: {
|
|
213
|
-
base: string;
|
|
214
|
-
};
|
|
215
|
-
$250: {
|
|
216
|
-
base: string;
|
|
217
|
-
};
|
|
218
|
-
$300: {
|
|
219
|
-
base: string;
|
|
220
|
-
};
|
|
221
|
-
$400: {
|
|
222
|
-
base: string;
|
|
223
|
-
};
|
|
224
|
-
$500: {
|
|
225
|
-
base: string;
|
|
226
|
-
};
|
|
227
|
-
$600: {
|
|
228
|
-
base: string;
|
|
229
|
-
};
|
|
230
|
-
$800: {
|
|
231
|
-
base: string;
|
|
232
|
-
};
|
|
233
|
-
$1000: {
|
|
234
|
-
base: string;
|
|
235
|
-
};
|
|
236
|
-
};
|
|
237
|
-
paddingRight: {
|
|
238
|
-
$0: {
|
|
239
|
-
base: string;
|
|
240
|
-
};
|
|
241
|
-
$25: {
|
|
242
|
-
base: string;
|
|
243
|
-
};
|
|
244
|
-
$50: {
|
|
245
|
-
base: string;
|
|
246
|
-
};
|
|
247
|
-
$75: {
|
|
248
|
-
base: string;
|
|
249
|
-
};
|
|
250
|
-
$100: {
|
|
251
|
-
base: string;
|
|
252
|
-
};
|
|
253
|
-
$125: {
|
|
254
|
-
base: string;
|
|
255
|
-
};
|
|
256
|
-
$150: {
|
|
257
|
-
base: string;
|
|
258
|
-
};
|
|
259
|
-
$200: {
|
|
260
|
-
base: string;
|
|
261
|
-
};
|
|
262
|
-
$250: {
|
|
263
|
-
base: string;
|
|
264
|
-
};
|
|
265
|
-
$300: {
|
|
266
|
-
base: string;
|
|
267
|
-
};
|
|
268
|
-
$400: {
|
|
269
|
-
base: string;
|
|
270
|
-
};
|
|
271
|
-
$500: {
|
|
272
|
-
base: string;
|
|
273
|
-
};
|
|
274
|
-
$600: {
|
|
275
|
-
base: string;
|
|
276
|
-
};
|
|
277
|
-
$800: {
|
|
278
|
-
base: string;
|
|
279
|
-
};
|
|
280
|
-
$1000: {
|
|
281
|
-
base: string;
|
|
282
|
-
};
|
|
283
|
-
};
|
|
284
|
-
paddingBottom: {
|
|
285
|
-
$0: {
|
|
286
|
-
base: string;
|
|
287
|
-
};
|
|
288
|
-
$25: {
|
|
289
|
-
base: string;
|
|
290
|
-
};
|
|
291
|
-
$50: {
|
|
292
|
-
base: string;
|
|
293
|
-
};
|
|
294
|
-
$75: {
|
|
295
|
-
base: string;
|
|
296
|
-
};
|
|
297
|
-
$100: {
|
|
298
|
-
base: string;
|
|
299
|
-
};
|
|
300
|
-
$125: {
|
|
301
|
-
base: string;
|
|
302
|
-
};
|
|
303
|
-
$150: {
|
|
304
|
-
base: string;
|
|
305
|
-
};
|
|
306
|
-
$200: {
|
|
307
|
-
base: string;
|
|
308
|
-
};
|
|
309
|
-
$250: {
|
|
310
|
-
base: string;
|
|
311
|
-
};
|
|
312
|
-
$300: {
|
|
313
|
-
base: string;
|
|
314
|
-
};
|
|
315
|
-
$400: {
|
|
316
|
-
base: string;
|
|
317
|
-
};
|
|
318
|
-
$500: {
|
|
319
|
-
base: string;
|
|
320
|
-
};
|
|
321
|
-
$600: {
|
|
322
|
-
base: string;
|
|
323
|
-
};
|
|
324
|
-
$800: {
|
|
325
|
-
base: string;
|
|
326
|
-
};
|
|
327
|
-
$1000: {
|
|
328
|
-
base: string;
|
|
329
|
-
};
|
|
330
|
-
};
|
|
331
|
-
paddingLeft: {
|
|
332
|
-
$0: {
|
|
333
|
-
base: string;
|
|
334
|
-
};
|
|
335
|
-
$25: {
|
|
336
|
-
base: string;
|
|
337
|
-
};
|
|
338
|
-
$50: {
|
|
339
|
-
base: string;
|
|
340
|
-
};
|
|
341
|
-
$75: {
|
|
342
|
-
base: string;
|
|
343
|
-
};
|
|
344
|
-
$100: {
|
|
345
|
-
base: string;
|
|
346
|
-
};
|
|
347
|
-
$125: {
|
|
348
|
-
base: string;
|
|
349
|
-
};
|
|
350
|
-
$150: {
|
|
351
|
-
base: string;
|
|
352
|
-
};
|
|
353
|
-
$200: {
|
|
354
|
-
base: string;
|
|
355
|
-
};
|
|
356
|
-
$250: {
|
|
357
|
-
base: string;
|
|
358
|
-
};
|
|
359
|
-
$300: {
|
|
360
|
-
base: string;
|
|
361
|
-
};
|
|
362
|
-
$400: {
|
|
363
|
-
base: string;
|
|
364
|
-
};
|
|
365
|
-
$500: {
|
|
366
|
-
base: string;
|
|
367
|
-
};
|
|
368
|
-
$600: {
|
|
369
|
-
base: string;
|
|
370
|
-
};
|
|
371
|
-
$800: {
|
|
372
|
-
base: string;
|
|
373
|
-
};
|
|
374
|
-
$1000: {
|
|
375
|
-
base: string;
|
|
376
|
-
};
|
|
377
|
-
};
|
|
378
|
-
}, {
|
|
379
|
-
base: string[];
|
|
380
|
-
prefix: string[];
|
|
381
|
-
body: string[];
|
|
382
|
-
suffix: string[];
|
|
383
|
-
}, undefined, {
|
|
384
|
-
gap: {
|
|
385
|
-
$0: {
|
|
386
|
-
base: string;
|
|
387
|
-
};
|
|
388
|
-
$25: {
|
|
389
|
-
base: string;
|
|
390
|
-
};
|
|
391
|
-
$50: {
|
|
392
|
-
base: string;
|
|
393
|
-
};
|
|
394
|
-
$75: {
|
|
395
|
-
base: string;
|
|
396
|
-
};
|
|
397
|
-
$100: {
|
|
398
|
-
base: string;
|
|
399
|
-
};
|
|
400
|
-
$125: {
|
|
401
|
-
base: string;
|
|
402
|
-
};
|
|
403
|
-
$150: {
|
|
404
|
-
base: string;
|
|
405
|
-
};
|
|
406
|
-
$200: {
|
|
407
|
-
base: string;
|
|
408
|
-
};
|
|
409
|
-
$250: {
|
|
410
|
-
base: string;
|
|
411
|
-
};
|
|
412
|
-
$300: {
|
|
413
|
-
base: string;
|
|
414
|
-
};
|
|
415
|
-
$400: {
|
|
416
|
-
base: string;
|
|
417
|
-
};
|
|
418
|
-
$500: {
|
|
419
|
-
base: string;
|
|
420
|
-
};
|
|
421
|
-
$600: {
|
|
422
|
-
base: string;
|
|
423
|
-
};
|
|
424
|
-
$800: {
|
|
425
|
-
base: string;
|
|
426
|
-
};
|
|
427
|
-
$1000: {
|
|
428
|
-
base: string;
|
|
429
|
-
};
|
|
430
|
-
};
|
|
431
|
-
padding: {
|
|
432
|
-
$0: {
|
|
433
|
-
base: string;
|
|
434
|
-
};
|
|
435
|
-
$25: {
|
|
436
|
-
base: string;
|
|
437
|
-
};
|
|
438
|
-
$50: {
|
|
439
|
-
base: string;
|
|
440
|
-
};
|
|
441
|
-
$75: {
|
|
442
|
-
base: string;
|
|
443
|
-
};
|
|
444
|
-
$100: {
|
|
445
|
-
base: string;
|
|
446
|
-
};
|
|
447
|
-
$125: {
|
|
448
|
-
base: string;
|
|
449
|
-
};
|
|
450
|
-
$150: {
|
|
451
|
-
base: string;
|
|
452
|
-
};
|
|
453
|
-
$200: {
|
|
454
|
-
base: string;
|
|
455
|
-
};
|
|
456
|
-
$250: {
|
|
457
|
-
base: string;
|
|
458
|
-
};
|
|
459
|
-
$300: {
|
|
460
|
-
base: string;
|
|
461
|
-
};
|
|
462
|
-
$400: {
|
|
463
|
-
base: string;
|
|
464
|
-
};
|
|
465
|
-
$500: {
|
|
466
|
-
base: string;
|
|
467
|
-
};
|
|
468
|
-
$600: {
|
|
469
|
-
base: string;
|
|
470
|
-
};
|
|
471
|
-
$800: {
|
|
472
|
-
base: string;
|
|
473
|
-
};
|
|
474
|
-
$1000: {
|
|
475
|
-
base: string;
|
|
476
|
-
};
|
|
477
|
-
};
|
|
478
|
-
paddingBlock: {
|
|
479
|
-
$0: {
|
|
480
|
-
base: string;
|
|
481
|
-
};
|
|
482
|
-
$25: {
|
|
483
|
-
base: string;
|
|
484
|
-
};
|
|
485
|
-
$50: {
|
|
486
|
-
base: string;
|
|
487
|
-
};
|
|
488
|
-
$75: {
|
|
489
|
-
base: string;
|
|
490
|
-
};
|
|
491
|
-
$100: {
|
|
492
|
-
base: string;
|
|
493
|
-
};
|
|
494
|
-
$125: {
|
|
495
|
-
base: string;
|
|
496
|
-
};
|
|
497
|
-
$150: {
|
|
498
|
-
base: string;
|
|
499
|
-
};
|
|
500
|
-
$200: {
|
|
501
|
-
base: string;
|
|
502
|
-
};
|
|
503
|
-
$250: {
|
|
504
|
-
base: string;
|
|
505
|
-
};
|
|
506
|
-
$300: {
|
|
507
|
-
base: string;
|
|
508
|
-
};
|
|
509
|
-
$400: {
|
|
510
|
-
base: string;
|
|
511
|
-
};
|
|
512
|
-
$500: {
|
|
513
|
-
base: string;
|
|
514
|
-
};
|
|
515
|
-
$600: {
|
|
516
|
-
base: string;
|
|
517
|
-
};
|
|
518
|
-
$800: {
|
|
519
|
-
base: string;
|
|
520
|
-
};
|
|
521
|
-
$1000: {
|
|
522
|
-
base: string;
|
|
523
|
-
};
|
|
524
|
-
};
|
|
525
|
-
paddingInline: {
|
|
526
|
-
$0: {
|
|
527
|
-
base: string;
|
|
528
|
-
};
|
|
529
|
-
$25: {
|
|
530
|
-
base: string;
|
|
531
|
-
};
|
|
532
|
-
$50: {
|
|
533
|
-
base: string;
|
|
534
|
-
};
|
|
535
|
-
$75: {
|
|
536
|
-
base: string;
|
|
537
|
-
};
|
|
538
|
-
$100: {
|
|
539
|
-
base: string;
|
|
540
|
-
};
|
|
541
|
-
$125: {
|
|
542
|
-
base: string;
|
|
543
|
-
};
|
|
544
|
-
$150: {
|
|
545
|
-
base: string;
|
|
546
|
-
};
|
|
547
|
-
$200: {
|
|
548
|
-
base: string;
|
|
549
|
-
};
|
|
550
|
-
$250: {
|
|
551
|
-
base: string;
|
|
552
|
-
};
|
|
553
|
-
$300: {
|
|
554
|
-
base: string;
|
|
555
|
-
};
|
|
556
|
-
$400: {
|
|
557
|
-
base: string;
|
|
558
|
-
};
|
|
559
|
-
$500: {
|
|
560
|
-
base: string;
|
|
561
|
-
};
|
|
562
|
-
$600: {
|
|
563
|
-
base: string;
|
|
564
|
-
};
|
|
565
|
-
$800: {
|
|
566
|
-
base: string;
|
|
567
|
-
};
|
|
568
|
-
$1000: {
|
|
569
|
-
base: string;
|
|
570
|
-
};
|
|
571
|
-
};
|
|
572
|
-
paddingTop: {
|
|
573
|
-
$0: {
|
|
574
|
-
base: string;
|
|
575
|
-
};
|
|
576
|
-
$25: {
|
|
577
|
-
base: string;
|
|
578
|
-
};
|
|
579
|
-
$50: {
|
|
580
|
-
base: string;
|
|
581
|
-
};
|
|
582
|
-
$75: {
|
|
583
|
-
base: string;
|
|
584
|
-
};
|
|
585
|
-
$100: {
|
|
586
|
-
base: string;
|
|
587
|
-
};
|
|
588
|
-
$125: {
|
|
589
|
-
base: string;
|
|
590
|
-
};
|
|
591
|
-
$150: {
|
|
592
|
-
base: string;
|
|
593
|
-
};
|
|
594
|
-
$200: {
|
|
595
|
-
base: string;
|
|
596
|
-
};
|
|
597
|
-
$250: {
|
|
598
|
-
base: string;
|
|
599
|
-
};
|
|
600
|
-
$300: {
|
|
601
|
-
base: string;
|
|
602
|
-
};
|
|
603
|
-
$400: {
|
|
604
|
-
base: string;
|
|
605
|
-
};
|
|
606
|
-
$500: {
|
|
607
|
-
base: string;
|
|
608
|
-
};
|
|
609
|
-
$600: {
|
|
610
|
-
base: string;
|
|
611
|
-
};
|
|
612
|
-
$800: {
|
|
613
|
-
base: string;
|
|
614
|
-
};
|
|
615
|
-
$1000: {
|
|
616
|
-
base: string;
|
|
617
|
-
};
|
|
618
|
-
};
|
|
619
|
-
paddingRight: {
|
|
620
|
-
$0: {
|
|
621
|
-
base: string;
|
|
622
|
-
};
|
|
623
|
-
$25: {
|
|
624
|
-
base: string;
|
|
625
|
-
};
|
|
626
|
-
$50: {
|
|
627
|
-
base: string;
|
|
628
|
-
};
|
|
629
|
-
$75: {
|
|
630
|
-
base: string;
|
|
631
|
-
};
|
|
632
|
-
$100: {
|
|
633
|
-
base: string;
|
|
634
|
-
};
|
|
635
|
-
$125: {
|
|
636
|
-
base: string;
|
|
637
|
-
};
|
|
638
|
-
$150: {
|
|
639
|
-
base: string;
|
|
640
|
-
};
|
|
641
|
-
$200: {
|
|
642
|
-
base: string;
|
|
643
|
-
};
|
|
644
|
-
$250: {
|
|
645
|
-
base: string;
|
|
646
|
-
};
|
|
647
|
-
$300: {
|
|
648
|
-
base: string;
|
|
649
|
-
};
|
|
650
|
-
$400: {
|
|
651
|
-
base: string;
|
|
652
|
-
};
|
|
653
|
-
$500: {
|
|
654
|
-
base: string;
|
|
655
|
-
};
|
|
656
|
-
$600: {
|
|
657
|
-
base: string;
|
|
658
|
-
};
|
|
659
|
-
$800: {
|
|
660
|
-
base: string;
|
|
661
|
-
};
|
|
662
|
-
$1000: {
|
|
663
|
-
base: string;
|
|
664
|
-
};
|
|
665
|
-
};
|
|
666
|
-
paddingBottom: {
|
|
667
|
-
$0: {
|
|
668
|
-
base: string;
|
|
669
|
-
};
|
|
670
|
-
$25: {
|
|
671
|
-
base: string;
|
|
672
|
-
};
|
|
673
|
-
$50: {
|
|
674
|
-
base: string;
|
|
675
|
-
};
|
|
676
|
-
$75: {
|
|
677
|
-
base: string;
|
|
678
|
-
};
|
|
679
|
-
$100: {
|
|
680
|
-
base: string;
|
|
681
|
-
};
|
|
682
|
-
$125: {
|
|
683
|
-
base: string;
|
|
684
|
-
};
|
|
685
|
-
$150: {
|
|
686
|
-
base: string;
|
|
687
|
-
};
|
|
688
|
-
$200: {
|
|
689
|
-
base: string;
|
|
690
|
-
};
|
|
691
|
-
$250: {
|
|
692
|
-
base: string;
|
|
693
|
-
};
|
|
694
|
-
$300: {
|
|
695
|
-
base: string;
|
|
696
|
-
};
|
|
697
|
-
$400: {
|
|
698
|
-
base: string;
|
|
699
|
-
};
|
|
700
|
-
$500: {
|
|
701
|
-
base: string;
|
|
702
|
-
};
|
|
703
|
-
$600: {
|
|
704
|
-
base: string;
|
|
705
|
-
};
|
|
706
|
-
$800: {
|
|
707
|
-
base: string;
|
|
708
|
-
};
|
|
709
|
-
$1000: {
|
|
710
|
-
base: string;
|
|
711
|
-
};
|
|
712
|
-
};
|
|
713
|
-
paddingLeft: {
|
|
714
|
-
$0: {
|
|
715
|
-
base: string;
|
|
716
|
-
};
|
|
717
|
-
$25: {
|
|
718
|
-
base: string;
|
|
719
|
-
};
|
|
720
|
-
$50: {
|
|
721
|
-
base: string;
|
|
722
|
-
};
|
|
723
|
-
$75: {
|
|
724
|
-
base: string;
|
|
725
|
-
};
|
|
726
|
-
$100: {
|
|
727
|
-
base: string;
|
|
728
|
-
};
|
|
729
|
-
$125: {
|
|
730
|
-
base: string;
|
|
731
|
-
};
|
|
732
|
-
$150: {
|
|
733
|
-
base: string;
|
|
734
|
-
};
|
|
735
|
-
$200: {
|
|
736
|
-
base: string;
|
|
737
|
-
};
|
|
738
|
-
$250: {
|
|
739
|
-
base: string;
|
|
740
|
-
};
|
|
741
|
-
$300: {
|
|
742
|
-
base: string;
|
|
743
|
-
};
|
|
744
|
-
$400: {
|
|
745
|
-
base: string;
|
|
746
|
-
};
|
|
747
|
-
$500: {
|
|
748
|
-
base: string;
|
|
749
|
-
};
|
|
750
|
-
$600: {
|
|
751
|
-
base: string;
|
|
752
|
-
};
|
|
753
|
-
$800: {
|
|
754
|
-
base: string;
|
|
755
|
-
};
|
|
756
|
-
$1000: {
|
|
757
|
-
base: string;
|
|
758
|
-
};
|
|
759
|
-
};
|
|
760
|
-
}, {
|
|
761
|
-
base: string[];
|
|
762
|
-
prefix: string[];
|
|
763
|
-
body: string[];
|
|
764
|
-
suffix: string[];
|
|
765
|
-
}, import('tailwind-variants').TVReturnType<{
|
|
766
|
-
gap: {
|
|
767
|
-
$0: {
|
|
768
|
-
base: string;
|
|
769
|
-
};
|
|
770
|
-
$25: {
|
|
771
|
-
base: string;
|
|
772
|
-
};
|
|
773
|
-
$50: {
|
|
774
|
-
base: string;
|
|
775
|
-
};
|
|
776
|
-
$75: {
|
|
777
|
-
base: string;
|
|
778
|
-
};
|
|
779
|
-
$100: {
|
|
780
|
-
base: string;
|
|
781
|
-
};
|
|
782
|
-
$125: {
|
|
783
|
-
base: string;
|
|
784
|
-
};
|
|
785
|
-
$150: {
|
|
786
|
-
base: string;
|
|
787
|
-
};
|
|
788
|
-
$200: {
|
|
789
|
-
base: string;
|
|
790
|
-
};
|
|
791
|
-
$250: {
|
|
792
|
-
base: string;
|
|
793
|
-
};
|
|
794
|
-
$300: {
|
|
795
|
-
base: string;
|
|
796
|
-
};
|
|
797
|
-
$400: {
|
|
798
|
-
base: string;
|
|
799
|
-
};
|
|
800
|
-
$500: {
|
|
801
|
-
base: string;
|
|
802
|
-
};
|
|
803
|
-
$600: {
|
|
804
|
-
base: string;
|
|
805
|
-
};
|
|
806
|
-
$800: {
|
|
807
|
-
base: string;
|
|
808
|
-
};
|
|
809
|
-
$1000: {
|
|
810
|
-
base: string;
|
|
811
|
-
};
|
|
812
|
-
};
|
|
813
|
-
padding: {
|
|
814
|
-
$0: {
|
|
815
|
-
base: string;
|
|
816
|
-
};
|
|
817
|
-
$25: {
|
|
818
|
-
base: string;
|
|
819
|
-
};
|
|
820
|
-
$50: {
|
|
821
|
-
base: string;
|
|
822
|
-
};
|
|
823
|
-
$75: {
|
|
824
|
-
base: string;
|
|
825
|
-
};
|
|
826
|
-
$100: {
|
|
827
|
-
base: string;
|
|
828
|
-
};
|
|
829
|
-
$125: {
|
|
830
|
-
base: string;
|
|
831
|
-
};
|
|
832
|
-
$150: {
|
|
833
|
-
base: string;
|
|
834
|
-
};
|
|
835
|
-
$200: {
|
|
836
|
-
base: string;
|
|
837
|
-
};
|
|
838
|
-
$250: {
|
|
839
|
-
base: string;
|
|
840
|
-
};
|
|
841
|
-
$300: {
|
|
842
|
-
base: string;
|
|
843
|
-
};
|
|
844
|
-
$400: {
|
|
845
|
-
base: string;
|
|
846
|
-
};
|
|
847
|
-
$500: {
|
|
848
|
-
base: string;
|
|
849
|
-
};
|
|
850
|
-
$600: {
|
|
851
|
-
base: string;
|
|
852
|
-
};
|
|
853
|
-
$800: {
|
|
854
|
-
base: string;
|
|
855
|
-
};
|
|
856
|
-
$1000: {
|
|
857
|
-
base: string;
|
|
858
|
-
};
|
|
859
|
-
};
|
|
860
|
-
paddingBlock: {
|
|
861
|
-
$0: {
|
|
862
|
-
base: string;
|
|
863
|
-
};
|
|
864
|
-
$25: {
|
|
865
|
-
base: string;
|
|
866
|
-
};
|
|
867
|
-
$50: {
|
|
868
|
-
base: string;
|
|
869
|
-
};
|
|
870
|
-
$75: {
|
|
871
|
-
base: string;
|
|
872
|
-
};
|
|
873
|
-
$100: {
|
|
874
|
-
base: string;
|
|
875
|
-
};
|
|
876
|
-
$125: {
|
|
877
|
-
base: string;
|
|
878
|
-
};
|
|
879
|
-
$150: {
|
|
880
|
-
base: string;
|
|
881
|
-
};
|
|
882
|
-
$200: {
|
|
883
|
-
base: string;
|
|
884
|
-
};
|
|
885
|
-
$250: {
|
|
886
|
-
base: string;
|
|
887
|
-
};
|
|
888
|
-
$300: {
|
|
889
|
-
base: string;
|
|
890
|
-
};
|
|
891
|
-
$400: {
|
|
892
|
-
base: string;
|
|
893
|
-
};
|
|
894
|
-
$500: {
|
|
895
|
-
base: string;
|
|
896
|
-
};
|
|
897
|
-
$600: {
|
|
898
|
-
base: string;
|
|
899
|
-
};
|
|
900
|
-
$800: {
|
|
901
|
-
base: string;
|
|
902
|
-
};
|
|
903
|
-
$1000: {
|
|
904
|
-
base: string;
|
|
905
|
-
};
|
|
906
|
-
};
|
|
907
|
-
paddingInline: {
|
|
908
|
-
$0: {
|
|
909
|
-
base: string;
|
|
910
|
-
};
|
|
911
|
-
$25: {
|
|
912
|
-
base: string;
|
|
913
|
-
};
|
|
914
|
-
$50: {
|
|
915
|
-
base: string;
|
|
916
|
-
};
|
|
917
|
-
$75: {
|
|
918
|
-
base: string;
|
|
919
|
-
};
|
|
920
|
-
$100: {
|
|
921
|
-
base: string;
|
|
922
|
-
};
|
|
923
|
-
$125: {
|
|
924
|
-
base: string;
|
|
925
|
-
};
|
|
926
|
-
$150: {
|
|
927
|
-
base: string;
|
|
928
|
-
};
|
|
929
|
-
$200: {
|
|
930
|
-
base: string;
|
|
931
|
-
};
|
|
932
|
-
$250: {
|
|
933
|
-
base: string;
|
|
934
|
-
};
|
|
935
|
-
$300: {
|
|
936
|
-
base: string;
|
|
937
|
-
};
|
|
938
|
-
$400: {
|
|
939
|
-
base: string;
|
|
940
|
-
};
|
|
941
|
-
$500: {
|
|
942
|
-
base: string;
|
|
943
|
-
};
|
|
944
|
-
$600: {
|
|
945
|
-
base: string;
|
|
946
|
-
};
|
|
947
|
-
$800: {
|
|
948
|
-
base: string;
|
|
949
|
-
};
|
|
950
|
-
$1000: {
|
|
951
|
-
base: string;
|
|
952
|
-
};
|
|
953
|
-
};
|
|
954
|
-
paddingTop: {
|
|
955
|
-
$0: {
|
|
956
|
-
base: string;
|
|
957
|
-
};
|
|
958
|
-
$25: {
|
|
959
|
-
base: string;
|
|
960
|
-
};
|
|
961
|
-
$50: {
|
|
962
|
-
base: string;
|
|
963
|
-
};
|
|
964
|
-
$75: {
|
|
965
|
-
base: string;
|
|
966
|
-
};
|
|
967
|
-
$100: {
|
|
968
|
-
base: string;
|
|
969
|
-
};
|
|
970
|
-
$125: {
|
|
971
|
-
base: string;
|
|
972
|
-
};
|
|
973
|
-
$150: {
|
|
974
|
-
base: string;
|
|
975
|
-
};
|
|
976
|
-
$200: {
|
|
977
|
-
base: string;
|
|
978
|
-
};
|
|
979
|
-
$250: {
|
|
980
|
-
base: string;
|
|
981
|
-
};
|
|
982
|
-
$300: {
|
|
983
|
-
base: string;
|
|
984
|
-
};
|
|
985
|
-
$400: {
|
|
986
|
-
base: string;
|
|
987
|
-
};
|
|
988
|
-
$500: {
|
|
989
|
-
base: string;
|
|
990
|
-
};
|
|
991
|
-
$600: {
|
|
992
|
-
base: string;
|
|
993
|
-
};
|
|
994
|
-
$800: {
|
|
995
|
-
base: string;
|
|
996
|
-
};
|
|
997
|
-
$1000: {
|
|
998
|
-
base: string;
|
|
999
|
-
};
|
|
1000
|
-
};
|
|
1001
|
-
paddingRight: {
|
|
1002
|
-
$0: {
|
|
1003
|
-
base: string;
|
|
1004
|
-
};
|
|
1005
|
-
$25: {
|
|
1006
|
-
base: string;
|
|
1007
|
-
};
|
|
1008
|
-
$50: {
|
|
1009
|
-
base: string;
|
|
1010
|
-
};
|
|
1011
|
-
$75: {
|
|
1012
|
-
base: string;
|
|
1013
|
-
};
|
|
1014
|
-
$100: {
|
|
1015
|
-
base: string;
|
|
1016
|
-
};
|
|
1017
|
-
$125: {
|
|
1018
|
-
base: string;
|
|
1019
|
-
};
|
|
1020
|
-
$150: {
|
|
1021
|
-
base: string;
|
|
1022
|
-
};
|
|
1023
|
-
$200: {
|
|
1024
|
-
base: string;
|
|
1025
|
-
};
|
|
1026
|
-
$250: {
|
|
1027
|
-
base: string;
|
|
1028
|
-
};
|
|
1029
|
-
$300: {
|
|
1030
|
-
base: string;
|
|
1031
|
-
};
|
|
1032
|
-
$400: {
|
|
1033
|
-
base: string;
|
|
1034
|
-
};
|
|
1035
|
-
$500: {
|
|
1036
|
-
base: string;
|
|
1037
|
-
};
|
|
1038
|
-
$600: {
|
|
1039
|
-
base: string;
|
|
1040
|
-
};
|
|
1041
|
-
$800: {
|
|
1042
|
-
base: string;
|
|
1043
|
-
};
|
|
1044
|
-
$1000: {
|
|
1045
|
-
base: string;
|
|
1046
|
-
};
|
|
1047
|
-
};
|
|
1048
|
-
paddingBottom: {
|
|
1049
|
-
$0: {
|
|
1050
|
-
base: string;
|
|
1051
|
-
};
|
|
1052
|
-
$25: {
|
|
1053
|
-
base: string;
|
|
1054
|
-
};
|
|
1055
|
-
$50: {
|
|
1056
|
-
base: string;
|
|
1057
|
-
};
|
|
1058
|
-
$75: {
|
|
1059
|
-
base: string;
|
|
1060
|
-
};
|
|
1061
|
-
$100: {
|
|
1062
|
-
base: string;
|
|
1063
|
-
};
|
|
1064
|
-
$125: {
|
|
1065
|
-
base: string;
|
|
1066
|
-
};
|
|
1067
|
-
$150: {
|
|
1068
|
-
base: string;
|
|
1069
|
-
};
|
|
1070
|
-
$200: {
|
|
1071
|
-
base: string;
|
|
1072
|
-
};
|
|
1073
|
-
$250: {
|
|
1074
|
-
base: string;
|
|
1075
|
-
};
|
|
1076
|
-
$300: {
|
|
1077
|
-
base: string;
|
|
1078
|
-
};
|
|
1079
|
-
$400: {
|
|
1080
|
-
base: string;
|
|
1081
|
-
};
|
|
1082
|
-
$500: {
|
|
1083
|
-
base: string;
|
|
1084
|
-
};
|
|
1085
|
-
$600: {
|
|
1086
|
-
base: string;
|
|
1087
|
-
};
|
|
1088
|
-
$800: {
|
|
1089
|
-
base: string;
|
|
1090
|
-
};
|
|
1091
|
-
$1000: {
|
|
1092
|
-
base: string;
|
|
1093
|
-
};
|
|
1094
|
-
};
|
|
1095
|
-
paddingLeft: {
|
|
1096
|
-
$0: {
|
|
1097
|
-
base: string;
|
|
1098
|
-
};
|
|
1099
|
-
$25: {
|
|
1100
|
-
base: string;
|
|
1101
|
-
};
|
|
1102
|
-
$50: {
|
|
1103
|
-
base: string;
|
|
1104
|
-
};
|
|
1105
|
-
$75: {
|
|
1106
|
-
base: string;
|
|
1107
|
-
};
|
|
1108
|
-
$100: {
|
|
1109
|
-
base: string;
|
|
1110
|
-
};
|
|
1111
|
-
$125: {
|
|
1112
|
-
base: string;
|
|
1113
|
-
};
|
|
1114
|
-
$150: {
|
|
1115
|
-
base: string;
|
|
1116
|
-
};
|
|
1117
|
-
$200: {
|
|
1118
|
-
base: string;
|
|
1119
|
-
};
|
|
1120
|
-
$250: {
|
|
1121
|
-
base: string;
|
|
1122
|
-
};
|
|
1123
|
-
$300: {
|
|
1124
|
-
base: string;
|
|
1125
|
-
};
|
|
1126
|
-
$400: {
|
|
1127
|
-
base: string;
|
|
1128
|
-
};
|
|
1129
|
-
$500: {
|
|
1130
|
-
base: string;
|
|
1131
|
-
};
|
|
1132
|
-
$600: {
|
|
1133
|
-
base: string;
|
|
1134
|
-
};
|
|
1135
|
-
$800: {
|
|
1136
|
-
base: string;
|
|
1137
|
-
};
|
|
1138
|
-
$1000: {
|
|
1139
|
-
base: string;
|
|
1140
|
-
};
|
|
1141
|
-
};
|
|
1142
|
-
}, {
|
|
1143
|
-
base: string[];
|
|
1144
|
-
prefix: string[];
|
|
1145
|
-
body: string[];
|
|
1146
|
-
suffix: string[];
|
|
1147
|
-
}, undefined, unknown, unknown, undefined>>;
|