@lssm/lib.ui-kit 0.0.0-canary-20251120192244 → 0.0.0-canary-20251206181705
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/README.md +21 -0
- package/dist/index.d.ts +1 -2
- package/dist/index.js +1 -2
- package/dist/node_modules/@hookform/resolvers/dist/resolvers.js +1 -2
- package/dist/node_modules/@hookform/resolvers/zod/dist/zod.js +1 -2
- package/dist/node_modules/react-hook-form/dist/index.esm.js +33 -21
- package/dist/node_modules/zod/v4/classic/errors.js +1 -2
- package/dist/node_modules/zod/v4/classic/iso.js +1 -2
- package/dist/node_modules/zod/v4/classic/parse.js +1 -2
- package/dist/node_modules/zod/v4/classic/schemas.js +7 -5
- package/dist/node_modules/zod/v4/core/api.js +30 -3
- package/dist/node_modules/zod/v4/core/checks.js +1 -2
- package/dist/node_modules/zod/v4/core/core.js +14 -10
- package/dist/node_modules/zod/v4/core/errors.js +1 -2
- package/dist/node_modules/zod/v4/core/parse.js +1 -2
- package/dist/node_modules/zod/v4/core/regexes.js +1 -3
- package/dist/node_modules/zod/v4/core/registries.js +4 -5
- package/dist/node_modules/zod/v4/core/schemas.js +9 -20
- package/dist/node_modules/zod/v4/core/util.js +5 -2
- package/dist/node_modules/zod/v4/core/versions.js +2 -3
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/ui/accordion.d.ts +1 -2
- package/dist/ui/accordion.js +5 -6
- package/dist/ui/alert-dialog.d.ts +1 -2
- package/dist/ui/alert-dialog.js +10 -11
- package/dist/ui/alert.d.ts +1 -2
- package/dist/ui/alert.js +4 -5
- package/dist/ui/aspect-ratio.d.ts +1 -2
- package/dist/ui/aspect-ratio.js +1 -2
- package/dist/ui/atoms/FilterSelect/FilterSelect.d.ts +1 -2
- package/dist/ui/atoms/FilterSelect/FilterSelect.js +1 -2
- package/dist/ui/atoms/FilterSelect/types.d.ts +1 -2
- package/dist/ui/atoms/LoadingSpinner/LoadingSpinner.d.ts +1 -2
- package/dist/ui/atoms/LoadingSpinner/LoadingSpinner.js +1 -2
- package/dist/ui/atoms/Pagination/Pagination.d.ts +1 -2
- package/dist/ui/atoms/Pagination/Pagination.js +1 -2
- package/dist/ui/atoms/Pagination/types.d.ts +1 -2
- package/dist/ui/atoms/SearchInput/SearchInput.d.ts +1 -2
- package/dist/ui/atoms/SearchInput/SearchInput.js +1 -2
- package/dist/ui/atoms/SearchInput/types.d.ts +1 -2
- package/dist/ui/avatar.d.ts +5 -6
- package/dist/ui/avatar.js +4 -5
- package/dist/ui/badge.d.ts +5 -6
- package/dist/ui/badge.js +2 -3
- package/dist/ui/breadcrumb.d.ts +9 -10
- package/dist/ui/breadcrumb.js +7 -8
- package/dist/ui/button.d.ts +6 -7
- package/dist/ui/button.js +2 -3
- package/dist/ui/card.d.ts +8 -9
- package/dist/ui/card.js +7 -8
- package/dist/ui/carousel.d.ts +1 -2
- package/dist/ui/carousel.js +1 -2
- package/dist/ui/checkbox.d.ts +4 -5
- package/dist/ui/checkbox.js +2 -3
- package/dist/ui/collapsible.d.ts +9 -10
- package/dist/ui/collapsible.js +1 -2
- package/dist/ui/command.d.ts +1 -2
- package/dist/ui/command.js +1 -2
- package/dist/ui/context-menu.d.ts +17 -18
- package/dist/ui/context-menu.js +10 -11
- package/dist/ui/date-picker.d.ts +3 -4
- package/dist/ui/date-picker.js +1 -2
- package/dist/ui/date-range-picker.d.ts +3 -4
- package/dist/ui/date-range-picker.js +1 -2
- package/dist/ui/datetime-picker.d.ts +3 -4
- package/dist/ui/datetime-picker.js +1 -2
- package/dist/ui/dialog.d.ts +11 -12
- package/dist/ui/dialog.js +8 -9
- package/dist/ui/dropdown-menu.d.ts +17 -18
- package/dist/ui/dropdown-menu.js +10 -11
- package/dist/ui/empty-state.d.ts +5 -6
- package/dist/ui/empty-state.js +1 -2
- package/dist/ui/empty.d.ts +10 -11
- package/dist/ui/empty.js +7 -8
- package/dist/ui/fab.d.ts +4 -5
- package/dist/ui/fab.js +1 -2
- package/dist/ui/field.d.ts +15 -16
- package/dist/ui/field.js +11 -13
- package/dist/ui/form.d.ts +8 -9
- package/dist/ui/form.js +6 -8
- package/dist/ui/hover-card.d.ts +7 -8
- package/dist/ui/hover-card.js +2 -3
- package/dist/ui/icons/Check.js +1 -2
- package/dist/ui/icons/ChevronDown.js +1 -2
- package/dist/ui/icons/ChevronRight.js +1 -2
- package/dist/ui/icons/ChevronUp.js +1 -2
- package/dist/ui/icons/CircleUser.js +1 -2
- package/dist/ui/icons/Info.js +1 -2
- package/dist/ui/icons/Key.js +1 -2
- package/dist/ui/icons/MoonStar.js +1 -2
- package/dist/ui/icons/Sun.js +1 -2
- package/dist/ui/icons/X.js +1 -2
- package/dist/ui/icons/iconWithClassName.d.ts +1 -2
- package/dist/ui/icons/iconWithClassName.js +1 -2
- package/dist/ui/input.d.ts +3 -4
- package/dist/ui/input.js +2 -3
- package/dist/ui/label.d.ts +3 -4
- package/dist/ui/label.js +2 -3
- package/dist/ui/link.d.ts +3 -4
- package/dist/ui/link.js +2 -3
- package/dist/ui/loading-button.d.ts +3 -4
- package/dist/ui/loading-button.js +2 -3
- package/dist/ui/loading-overlay.d.ts +3 -4
- package/dist/ui/loading-overlay.js +1 -2
- package/dist/ui/loading-screen.d.ts +3 -4
- package/dist/ui/loading-screen.js +1 -2
- package/dist/ui/marketing/FeatureGrid.d.ts +3 -4
- package/dist/ui/marketing/FeatureGrid.js +1 -2
- package/dist/ui/marketing/Hero.d.ts +3 -4
- package/dist/ui/marketing/Hero.js +1 -2
- package/dist/ui/marketing/PricingTable.d.ts +3 -4
- package/dist/ui/marketing/PricingTable.js +1 -2
- package/dist/ui/menubar.d.ts +18 -19
- package/dist/ui/menubar.js +12 -13
- package/dist/ui/molecules/Autocomplete/index.d.ts +1 -2
- package/dist/ui/molecules/Autocomplete/index.js +1 -2
- package/dist/ui/molecules/SearchAndFilter/SearchAndFilter.d.ts +1 -2
- package/dist/ui/molecules/SearchAndFilter/SearchAndFilter.js +1 -2
- package/dist/ui/molecules/SearchAndFilter/types.d.ts +1 -2
- package/dist/ui/molecules/SkeletonList.d.ts +3 -4
- package/dist/ui/molecules/SkeletonList.js +1 -2
- package/dist/ui/navigation-menu.d.ts +13 -14
- package/dist/ui/navigation-menu.js +7 -8
- package/dist/ui/organisms/ErrorBoundary/ErrorBoundary.d.ts +3 -4
- package/dist/ui/organisms/ErrorBoundary/ErrorBoundary.js +1 -3
- package/dist/ui/organisms/ListPage/ListPage.d.ts +3 -4
- package/dist/ui/organisms/ListPage/ListPage.js +1 -2
- package/dist/ui/organisms/ListPage/types.d.ts +1 -2
- package/dist/ui/page-header.d.ts +6 -7
- package/dist/ui/page-header.js +1 -2
- package/dist/ui/password-strength.d.ts +3 -4
- package/dist/ui/password-strength.js +1 -2
- package/dist/ui/popover.d.ts +7 -8
- package/dist/ui/popover.js +2 -3
- package/dist/ui/progress.d.ts +3 -4
- package/dist/ui/progress.js +2 -3
- package/dist/ui/radio-group.d.ts +4 -5
- package/dist/ui/radio-group.js +3 -4
- package/dist/ui/select.d.ts +14 -15
- package/dist/ui/select.js +8 -9
- package/dist/ui/separator.d.ts +3 -4
- package/dist/ui/separator.js +2 -3
- package/dist/ui/sheet.d.ts +1 -2
- package/dist/ui/sheet.js +1 -2
- package/dist/ui/sidebar.d.ts +1 -2
- package/dist/ui/sidebar.js +1 -2
- package/dist/ui/skeleton.d.ts +3 -4
- package/dist/ui/skeleton.js +2 -3
- package/dist/ui/stack.d.ts +18 -19
- package/dist/ui/stack.js +4 -5
- package/dist/ui/stepper.d.ts +5 -6
- package/dist/ui/stepper.js +1 -2
- package/dist/ui/switch.d.ts +3 -4
- package/dist/ui/switch.js +3 -4
- package/dist/ui/table.d.ts +9 -10
- package/dist/ui/table.js +8 -9
- package/dist/ui/tabs.d.ts +12 -13
- package/dist/ui/tabs.js +4 -5
- package/dist/ui/text.d.ts +3 -4
- package/dist/ui/text.js +2 -3
- package/dist/ui/textarea.d.ts +1 -2
- package/dist/ui/textarea.js +2 -3
- package/dist/ui/time-picker.d.ts +3 -4
- package/dist/ui/time-picker.js +1 -2
- package/dist/ui/toggle-group.d.ts +5 -6
- package/dist/ui/toggle-group.js +4 -5
- package/dist/ui/toggle.d.ts +7 -8
- package/dist/ui/toggle.js +3 -4
- package/dist/ui/tooltip.d.ts +7 -8
- package/dist/ui/tooltip.js +2 -3
- package/dist/ui/typography.d.ts +13 -14
- package/dist/ui/typography.js +12 -13
- package/dist/ui/useColorScheme.d.ts +3 -4
- package/dist/ui/useColorScheme.js +1 -2
- package/dist/ui/useListState.d.ts +1 -2
- package/dist/ui/useListState.js +1 -2
- package/dist/ui/usecases/UseCaseCard.d.ts +3 -4
- package/dist/ui/usecases/UseCaseCard.js +1 -2
- package/dist/ui/usecases/UserStoryCard.d.ts +3 -4
- package/dist/ui/usecases/UserStoryCard.js +1 -2
- package/dist/ui/utils.d.ts +1 -2
- package/dist/ui/utils.js +1 -2
- package/package.json +8 -6
- package/dist/index.d.ts.map +0 -1
- package/dist/index.js.map +0 -1
- package/dist/node_modules/@hookform/resolvers/dist/resolvers.js.map +0 -1
- package/dist/node_modules/@hookform/resolvers/zod/dist/zod.js.map +0 -1
- package/dist/node_modules/react-hook-form/dist/index.esm.js.map +0 -1
- package/dist/node_modules/zod/v4/classic/errors.js.map +0 -1
- package/dist/node_modules/zod/v4/classic/iso.js.map +0 -1
- package/dist/node_modules/zod/v4/classic/parse.js.map +0 -1
- package/dist/node_modules/zod/v4/classic/schemas.js.map +0 -1
- package/dist/node_modules/zod/v4/core/api.js.map +0 -1
- package/dist/node_modules/zod/v4/core/checks.js.map +0 -1
- package/dist/node_modules/zod/v4/core/core.js.map +0 -1
- package/dist/node_modules/zod/v4/core/errors.js.map +0 -1
- package/dist/node_modules/zod/v4/core/parse.js.map +0 -1
- package/dist/node_modules/zod/v4/core/regexes.js.map +0 -1
- package/dist/node_modules/zod/v4/core/registries.js.map +0 -1
- package/dist/node_modules/zod/v4/core/schemas.js.map +0 -1
- package/dist/node_modules/zod/v4/core/util.js.map +0 -1
- package/dist/node_modules/zod/v4/core/versions.js.map +0 -1
- package/dist/ui/accordion.d.ts.map +0 -1
- package/dist/ui/accordion.js.map +0 -1
- package/dist/ui/alert-dialog.d.ts.map +0 -1
- package/dist/ui/alert-dialog.js.map +0 -1
- package/dist/ui/alert.d.ts.map +0 -1
- package/dist/ui/alert.js.map +0 -1
- package/dist/ui/aspect-ratio.d.ts.map +0 -1
- package/dist/ui/aspect-ratio.js.map +0 -1
- package/dist/ui/atoms/FilterSelect/FilterSelect.d.ts.map +0 -1
- package/dist/ui/atoms/FilterSelect/FilterSelect.js.map +0 -1
- package/dist/ui/atoms/FilterSelect/types.d.ts.map +0 -1
- package/dist/ui/atoms/LoadingSpinner/LoadingSpinner.d.ts.map +0 -1
- package/dist/ui/atoms/LoadingSpinner/LoadingSpinner.js.map +0 -1
- package/dist/ui/atoms/Pagination/Pagination.d.ts.map +0 -1
- package/dist/ui/atoms/Pagination/Pagination.js.map +0 -1
- package/dist/ui/atoms/Pagination/types.d.ts.map +0 -1
- package/dist/ui/atoms/SearchInput/SearchInput.d.ts.map +0 -1
- package/dist/ui/atoms/SearchInput/SearchInput.js.map +0 -1
- package/dist/ui/atoms/SearchInput/types.d.ts.map +0 -1
- package/dist/ui/avatar.d.ts.map +0 -1
- package/dist/ui/avatar.js.map +0 -1
- package/dist/ui/badge.d.ts.map +0 -1
- package/dist/ui/badge.js.map +0 -1
- package/dist/ui/breadcrumb.d.ts.map +0 -1
- package/dist/ui/breadcrumb.js.map +0 -1
- package/dist/ui/button.d.ts.map +0 -1
- package/dist/ui/button.js.map +0 -1
- package/dist/ui/card.d.ts.map +0 -1
- package/dist/ui/card.js.map +0 -1
- package/dist/ui/carousel.d.ts.map +0 -1
- package/dist/ui/carousel.js.map +0 -1
- package/dist/ui/checkbox.d.ts.map +0 -1
- package/dist/ui/checkbox.js.map +0 -1
- package/dist/ui/collapsible.d.ts.map +0 -1
- package/dist/ui/collapsible.js.map +0 -1
- package/dist/ui/command.d.ts.map +0 -1
- package/dist/ui/command.js.map +0 -1
- package/dist/ui/context-menu.d.ts.map +0 -1
- package/dist/ui/context-menu.js.map +0 -1
- package/dist/ui/date-picker.d.ts.map +0 -1
- package/dist/ui/date-picker.js.map +0 -1
- package/dist/ui/date-range-picker.d.ts.map +0 -1
- package/dist/ui/date-range-picker.js.map +0 -1
- package/dist/ui/datetime-picker.d.ts.map +0 -1
- package/dist/ui/datetime-picker.js.map +0 -1
- package/dist/ui/dialog.d.ts.map +0 -1
- package/dist/ui/dialog.js.map +0 -1
- package/dist/ui/dropdown-menu.d.ts.map +0 -1
- package/dist/ui/dropdown-menu.js.map +0 -1
- package/dist/ui/empty-state.d.ts.map +0 -1
- package/dist/ui/empty-state.js.map +0 -1
- package/dist/ui/empty.d.ts.map +0 -1
- package/dist/ui/empty.js.map +0 -1
- package/dist/ui/fab.d.ts.map +0 -1
- package/dist/ui/fab.js.map +0 -1
- package/dist/ui/field.d.ts.map +0 -1
- package/dist/ui/field.js.map +0 -1
- package/dist/ui/form.d.ts.map +0 -1
- package/dist/ui/form.js.map +0 -1
- package/dist/ui/hover-card.d.ts.map +0 -1
- package/dist/ui/hover-card.js.map +0 -1
- package/dist/ui/icons/Check.js.map +0 -1
- package/dist/ui/icons/ChevronDown.js.map +0 -1
- package/dist/ui/icons/ChevronRight.js.map +0 -1
- package/dist/ui/icons/ChevronUp.js.map +0 -1
- package/dist/ui/icons/CircleUser.js.map +0 -1
- package/dist/ui/icons/Info.js.map +0 -1
- package/dist/ui/icons/Key.js.map +0 -1
- package/dist/ui/icons/MoonStar.js.map +0 -1
- package/dist/ui/icons/Sun.js.map +0 -1
- package/dist/ui/icons/X.js.map +0 -1
- package/dist/ui/icons/iconWithClassName.d.ts.map +0 -1
- package/dist/ui/icons/iconWithClassName.js.map +0 -1
- package/dist/ui/input.d.ts.map +0 -1
- package/dist/ui/input.js.map +0 -1
- package/dist/ui/label.d.ts.map +0 -1
- package/dist/ui/label.js.map +0 -1
- package/dist/ui/link.d.ts.map +0 -1
- package/dist/ui/link.js.map +0 -1
- package/dist/ui/loading-button.d.ts.map +0 -1
- package/dist/ui/loading-button.js.map +0 -1
- package/dist/ui/loading-overlay.d.ts.map +0 -1
- package/dist/ui/loading-overlay.js.map +0 -1
- package/dist/ui/loading-screen.d.ts.map +0 -1
- package/dist/ui/loading-screen.js.map +0 -1
- package/dist/ui/marketing/FeatureGrid.d.ts.map +0 -1
- package/dist/ui/marketing/FeatureGrid.js.map +0 -1
- package/dist/ui/marketing/Hero.d.ts.map +0 -1
- package/dist/ui/marketing/Hero.js.map +0 -1
- package/dist/ui/marketing/PricingTable.d.ts.map +0 -1
- package/dist/ui/marketing/PricingTable.js.map +0 -1
- package/dist/ui/menubar.d.ts.map +0 -1
- package/dist/ui/menubar.js.map +0 -1
- package/dist/ui/molecules/Autocomplete/index.d.ts.map +0 -1
- package/dist/ui/molecules/Autocomplete/index.js.map +0 -1
- package/dist/ui/molecules/SearchAndFilter/SearchAndFilter.d.ts.map +0 -1
- package/dist/ui/molecules/SearchAndFilter/SearchAndFilter.js.map +0 -1
- package/dist/ui/molecules/SearchAndFilter/types.d.ts.map +0 -1
- package/dist/ui/molecules/SkeletonList.d.ts.map +0 -1
- package/dist/ui/molecules/SkeletonList.js.map +0 -1
- package/dist/ui/navigation-menu.d.ts.map +0 -1
- package/dist/ui/navigation-menu.js.map +0 -1
- package/dist/ui/organisms/ErrorBoundary/ErrorBoundary.d.ts.map +0 -1
- package/dist/ui/organisms/ErrorBoundary/ErrorBoundary.js.map +0 -1
- package/dist/ui/organisms/ListPage/ListPage.d.ts.map +0 -1
- package/dist/ui/organisms/ListPage/ListPage.js.map +0 -1
- package/dist/ui/organisms/ListPage/types.d.ts.map +0 -1
- package/dist/ui/page-header.d.ts.map +0 -1
- package/dist/ui/page-header.js.map +0 -1
- package/dist/ui/password-strength.d.ts.map +0 -1
- package/dist/ui/password-strength.js.map +0 -1
- package/dist/ui/popover.d.ts.map +0 -1
- package/dist/ui/popover.js.map +0 -1
- package/dist/ui/progress.d.ts.map +0 -1
- package/dist/ui/progress.js.map +0 -1
- package/dist/ui/radio-group.d.ts.map +0 -1
- package/dist/ui/radio-group.js.map +0 -1
- package/dist/ui/select.d.ts.map +0 -1
- package/dist/ui/select.js.map +0 -1
- package/dist/ui/separator.d.ts.map +0 -1
- package/dist/ui/separator.js.map +0 -1
- package/dist/ui/sheet.d.ts.map +0 -1
- package/dist/ui/sheet.js.map +0 -1
- package/dist/ui/sidebar.d.ts.map +0 -1
- package/dist/ui/sidebar.js.map +0 -1
- package/dist/ui/skeleton.d.ts.map +0 -1
- package/dist/ui/skeleton.js.map +0 -1
- package/dist/ui/stack.d.ts.map +0 -1
- package/dist/ui/stack.js.map +0 -1
- package/dist/ui/stepper.d.ts.map +0 -1
- package/dist/ui/stepper.js.map +0 -1
- package/dist/ui/switch.d.ts.map +0 -1
- package/dist/ui/switch.js.map +0 -1
- package/dist/ui/table.d.ts.map +0 -1
- package/dist/ui/table.js.map +0 -1
- package/dist/ui/tabs.d.ts.map +0 -1
- package/dist/ui/tabs.js.map +0 -1
- package/dist/ui/text.d.ts.map +0 -1
- package/dist/ui/text.js.map +0 -1
- package/dist/ui/textarea.d.ts.map +0 -1
- package/dist/ui/textarea.js.map +0 -1
- package/dist/ui/time-picker.d.ts.map +0 -1
- package/dist/ui/time-picker.js.map +0 -1
- package/dist/ui/toggle-group.d.ts.map +0 -1
- package/dist/ui/toggle-group.js.map +0 -1
- package/dist/ui/toggle.d.ts.map +0 -1
- package/dist/ui/toggle.js.map +0 -1
- package/dist/ui/tooltip.d.ts.map +0 -1
- package/dist/ui/tooltip.js.map +0 -1
- package/dist/ui/typography.d.ts.map +0 -1
- package/dist/ui/typography.js.map +0 -1
- package/dist/ui/useColorScheme.d.ts.map +0 -1
- package/dist/ui/useColorScheme.js.map +0 -1
- package/dist/ui/useListState.d.ts.map +0 -1
- package/dist/ui/useListState.js.map +0 -1
- package/dist/ui/usecases/UseCaseCard.d.ts.map +0 -1
- package/dist/ui/usecases/UseCaseCard.js.map +0 -1
- package/dist/ui/usecases/UserStoryCard.d.ts.map +0 -1
- package/dist/ui/usecases/UserStoryCard.js.map +0 -1
- package/dist/ui/utils.d.ts.map +0 -1
- package/dist/ui/utils.js.map +0 -1
|
@@ -4,5 +4,4 @@ import React from "react";
|
|
|
4
4
|
//#region ui/molecules/SearchAndFilter/SearchAndFilter.d.ts
|
|
5
5
|
declare const SearchAndFilter: React.FC<SearchAndFilterProps>;
|
|
6
6
|
//#endregion
|
|
7
|
-
export { SearchAndFilter };
|
|
8
|
-
//# sourceMappingURL=SearchAndFilter.d.ts.map
|
|
7
|
+
export { SearchAndFilter };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime72 from "react/jsx-runtime";
|
|
2
2
|
|
|
3
3
|
//#region ui/molecules/SkeletonList.d.ts
|
|
4
4
|
interface Props {
|
|
@@ -10,7 +10,6 @@ declare function SkeletonList({
|
|
|
10
10
|
count,
|
|
11
11
|
className,
|
|
12
12
|
itemClassName
|
|
13
|
-
}: Props):
|
|
13
|
+
}: Props): react_jsx_runtime72.JSX.Element;
|
|
14
14
|
//#endregion
|
|
15
|
-
export { SkeletonList };
|
|
16
|
-
//# sourceMappingURL=SkeletonList.d.ts.map
|
|
15
|
+
export { SkeletonList };
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_native50 from "react-native";
|
|
3
3
|
import { View } from "react-native";
|
|
4
|
-
import * as
|
|
4
|
+
import * as react_jsx_runtime137 from "react/jsx-runtime";
|
|
5
5
|
import * as NavigationMenuPrimitive from "@rn-primitives/navigation-menu";
|
|
6
|
-
import * as
|
|
6
|
+
import * as class_variance_authority_types9 from "class-variance-authority/types";
|
|
7
7
|
|
|
8
8
|
//#region ui/navigation-menu.d.ts
|
|
9
9
|
declare function NavigationMenu({
|
|
@@ -12,19 +12,19 @@ declare function NavigationMenu({
|
|
|
12
12
|
...props
|
|
13
13
|
}: NavigationMenuPrimitive.RootProps & {
|
|
14
14
|
ref?: React$1.RefObject<NavigationMenuPrimitive.RootRef>;
|
|
15
|
-
}):
|
|
15
|
+
}): react_jsx_runtime137.JSX.Element;
|
|
16
16
|
declare function NavigationMenuList({
|
|
17
17
|
className,
|
|
18
18
|
...props
|
|
19
19
|
}: NavigationMenuPrimitive.ListProps & {
|
|
20
20
|
ref?: React$1.RefObject<NavigationMenuPrimitive.ListRef>;
|
|
21
|
-
}):
|
|
22
|
-
declare const NavigationMenuItem: React$1.ForwardRefExoticComponent<
|
|
21
|
+
}): react_jsx_runtime137.JSX.Element;
|
|
22
|
+
declare const NavigationMenuItem: React$1.ForwardRefExoticComponent<react_native50.ViewProps & {
|
|
23
23
|
asChild?: boolean;
|
|
24
24
|
} & {
|
|
25
25
|
value: string | undefined;
|
|
26
26
|
} & React$1.RefAttributes<View>>;
|
|
27
|
-
declare const navigationMenuTriggerStyle: (props?:
|
|
27
|
+
declare const navigationMenuTriggerStyle: (props?: class_variance_authority_types9.ClassProp | undefined) => string;
|
|
28
28
|
declare function NavigationMenuTrigger({
|
|
29
29
|
className,
|
|
30
30
|
children,
|
|
@@ -32,7 +32,7 @@ declare function NavigationMenuTrigger({
|
|
|
32
32
|
}: Omit<NavigationMenuPrimitive.TriggerProps, 'children'> & {
|
|
33
33
|
children?: React$1.ReactNode;
|
|
34
34
|
ref?: React$1.RefObject<NavigationMenuPrimitive.TriggerRef>;
|
|
35
|
-
}):
|
|
35
|
+
}): react_jsx_runtime137.JSX.Element;
|
|
36
36
|
declare function NavigationMenuContent({
|
|
37
37
|
className,
|
|
38
38
|
children,
|
|
@@ -41,8 +41,8 @@ declare function NavigationMenuContent({
|
|
|
41
41
|
}: NavigationMenuPrimitive.ContentProps & {
|
|
42
42
|
portalHost?: string;
|
|
43
43
|
ref?: React$1.RefObject<NavigationMenuPrimitive.ContentRef>;
|
|
44
|
-
}):
|
|
45
|
-
declare const NavigationMenuLink: React$1.ForwardRefExoticComponent<Omit<
|
|
44
|
+
}): react_jsx_runtime137.JSX.Element;
|
|
45
|
+
declare const NavigationMenuLink: React$1.ForwardRefExoticComponent<Omit<react_native50.PressableProps & React$1.RefAttributes<View>, "ref"> & {
|
|
46
46
|
asChild?: boolean;
|
|
47
47
|
} & {
|
|
48
48
|
onKeyDown?: (ev: React$1.KeyboardEvent) => void;
|
|
@@ -55,14 +55,13 @@ declare function NavigationMenuViewport({
|
|
|
55
55
|
...props
|
|
56
56
|
}: NavigationMenuPrimitive.ViewportProps & {
|
|
57
57
|
ref?: React$1.RefObject<NavigationMenuPrimitive.ViewportRef>;
|
|
58
|
-
}):
|
|
58
|
+
}): react_jsx_runtime137.JSX.Element;
|
|
59
59
|
declare function NavigationMenuIndicator({
|
|
60
60
|
ref,
|
|
61
61
|
className,
|
|
62
62
|
...props
|
|
63
63
|
}: NavigationMenuPrimitive.IndicatorProps & {
|
|
64
64
|
ref?: React$1.RefObject<NavigationMenuPrimitive.IndicatorRef>;
|
|
65
|
-
}):
|
|
65
|
+
}): react_jsx_runtime137.JSX.Element;
|
|
66
66
|
//#endregion
|
|
67
|
-
export { NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuTrigger, NavigationMenuViewport, navigationMenuTriggerStyle };
|
|
68
|
-
//# sourceMappingURL=navigation-menu.d.ts.map
|
|
67
|
+
export { NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuTrigger, NavigationMenuViewport, navigationMenuTriggerStyle };
|
|
@@ -8,14 +8,14 @@ import { cva } from "class-variance-authority";
|
|
|
8
8
|
import * as NavigationMenuPrimitive from "@rn-primitives/navigation-menu";
|
|
9
9
|
|
|
10
10
|
//#region ui/navigation-menu.tsx
|
|
11
|
-
function NavigationMenu({ className, children
|
|
11
|
+
function NavigationMenu({ className, children, ...props }) {
|
|
12
12
|
return /* @__PURE__ */ jsxs(NavigationMenuPrimitive.Root, {
|
|
13
13
|
className: cn("relative z-10 flex max-w-max flex-row items-center justify-center", className),
|
|
14
14
|
...props,
|
|
15
15
|
children: [children, Platform.OS === "web" && /* @__PURE__ */ jsx(NavigationMenuViewport, {})]
|
|
16
16
|
});
|
|
17
17
|
}
|
|
18
|
-
function NavigationMenuList({ className
|
|
18
|
+
function NavigationMenuList({ className, ...props }) {
|
|
19
19
|
return /* @__PURE__ */ jsx(NavigationMenuPrimitive.List, {
|
|
20
20
|
className: cn("web:group web:list-none flex flex-1 flex-row items-center justify-center gap-1", className),
|
|
21
21
|
...props
|
|
@@ -23,7 +23,7 @@ function NavigationMenuList({ className,...props }) {
|
|
|
23
23
|
}
|
|
24
24
|
const NavigationMenuItem = NavigationMenuPrimitive.Item;
|
|
25
25
|
const navigationMenuTriggerStyle = cva("web:group web:inline-flex flex-row h-10 native:h-12 native:px-3 w-max items-center justify-center rounded-md bg-background px-4 py-2 text-sm font-medium web:transition-colors web:hover:bg-accent active:bg-accent web:hover:text-accent-foreground web:focus:bg-accent web:focus:text-accent-foreground web:focus:outline-hidden web:disabled:pointer-events-none disabled:opacity-50 web:data-active:bg-accent/50 web:data-[state=open]:bg-accent/50");
|
|
26
|
-
function NavigationMenuTrigger({ className, children
|
|
26
|
+
function NavigationMenuTrigger({ className, children, ...props }) {
|
|
27
27
|
const { value } = NavigationMenuPrimitive.useRootContext();
|
|
28
28
|
const { value: itemValue } = NavigationMenuPrimitive.useItemContext();
|
|
29
29
|
const progress = useDerivedValue(() => value === itemValue ? withTiming(1, { duration: 250 }) : withTiming(0, { duration: 200 }));
|
|
@@ -44,7 +44,7 @@ function NavigationMenuTrigger({ className, children,...props }) {
|
|
|
44
44
|
})]
|
|
45
45
|
});
|
|
46
46
|
}
|
|
47
|
-
function NavigationMenuContent({ className, children, portalHost
|
|
47
|
+
function NavigationMenuContent({ className, children, portalHost, ...props }) {
|
|
48
48
|
const { value } = NavigationMenuPrimitive.useRootContext();
|
|
49
49
|
const { value: itemValue } = NavigationMenuPrimitive.useItemContext();
|
|
50
50
|
return /* @__PURE__ */ jsx(NavigationMenuPrimitive.Portal, {
|
|
@@ -61,7 +61,7 @@ function NavigationMenuContent({ className, children, portalHost,...props }) {
|
|
|
61
61
|
});
|
|
62
62
|
}
|
|
63
63
|
const NavigationMenuLink = NavigationMenuPrimitive.Link;
|
|
64
|
-
function NavigationMenuViewport({ className
|
|
64
|
+
function NavigationMenuViewport({ className, ...props }) {
|
|
65
65
|
return /* @__PURE__ */ jsx(View, {
|
|
66
66
|
className: cn("absolute top-full left-0 flex justify-center"),
|
|
67
67
|
children: /* @__PURE__ */ jsx(View, {
|
|
@@ -71,7 +71,7 @@ function NavigationMenuViewport({ className,...props }) {
|
|
|
71
71
|
})
|
|
72
72
|
});
|
|
73
73
|
}
|
|
74
|
-
function NavigationMenuIndicator({ ref, className
|
|
74
|
+
function NavigationMenuIndicator({ ref, className, ...props }) {
|
|
75
75
|
const { value } = NavigationMenuPrimitive.useRootContext();
|
|
76
76
|
const { value: itemValue } = NavigationMenuPrimitive.useItemContext();
|
|
77
77
|
return /* @__PURE__ */ jsx(NavigationMenuPrimitive.Indicator, {
|
|
@@ -83,5 +83,4 @@ function NavigationMenuIndicator({ ref, className,...props }) {
|
|
|
83
83
|
}
|
|
84
84
|
|
|
85
85
|
//#endregion
|
|
86
|
-
export { NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuTrigger, NavigationMenuViewport, navigationMenuTriggerStyle };
|
|
87
|
-
//# sourceMappingURL=navigation-menu.js.map
|
|
86
|
+
export { NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuTrigger, NavigationMenuViewport, navigationMenuTriggerStyle };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime125 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region ui/organisms/ErrorBoundary/ErrorBoundary.d.ts
|
|
5
5
|
interface ErrorBoundaryState {
|
|
@@ -22,9 +22,8 @@ declare class ErrorBoundary extends React.Component<ErrorBoundaryProps, ErrorBou
|
|
|
22
22
|
static getDerivedStateFromError(error: Error): Partial<ErrorBoundaryState>;
|
|
23
23
|
componentDidCatch(error: Error, errorInfo: React.ErrorInfo): void;
|
|
24
24
|
resetError: () => void;
|
|
25
|
-
render(): string | number | bigint | boolean |
|
|
25
|
+
render(): string | number | bigint | boolean | react_jsx_runtime125.JSX.Element | Iterable<React.ReactNode> | Promise<string | number | bigint | boolean | React.ReactPortal | React.ReactElement<unknown, string | React.JSXElementConstructor<any>> | Iterable<React.ReactNode> | null | undefined> | null | undefined;
|
|
26
26
|
}
|
|
27
27
|
declare const useErrorHandler: () => (error: Error) => never;
|
|
28
28
|
//#endregion
|
|
29
|
-
export { ErrorBoundary, type ErrorBoundaryProps, type ErrorFallbackProps, useErrorHandler };
|
|
30
|
-
//# sourceMappingURL=ErrorBoundary.d.ts.map
|
|
29
|
+
export { ErrorBoundary, type ErrorBoundaryProps, type ErrorFallbackProps, useErrorHandler };
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
|
|
3
|
-
|
|
4
3
|
import { Button } from "../../button.js";
|
|
5
4
|
import React from "react";
|
|
6
5
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
@@ -104,5 +103,4 @@ const useErrorHandler = () => {
|
|
|
104
103
|
};
|
|
105
104
|
|
|
106
105
|
//#endregion
|
|
107
|
-
export { ErrorBoundary, useErrorHandler };
|
|
108
|
-
//# sourceMappingURL=ErrorBoundary.js.map
|
|
106
|
+
export { ErrorBoundary, useErrorHandler };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ListPageProps } from "./types.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime144 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region ui/organisms/ListPage/ListPage.d.ts
|
|
5
5
|
declare function ListPage<T>({
|
|
@@ -23,7 +23,6 @@ declare function ListPage<T>({
|
|
|
23
23
|
renderStats,
|
|
24
24
|
className,
|
|
25
25
|
itemClassName
|
|
26
|
-
}: ListPageProps<T>):
|
|
26
|
+
}: ListPageProps<T>): react_jsx_runtime144.JSX.Element;
|
|
27
27
|
//#endregion
|
|
28
|
-
export { ListPage };
|
|
29
|
-
//# sourceMappingURL=ListPage.d.ts.map
|
|
28
|
+
export { ListPage };
|
package/dist/ui/page-header.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime143 from "react/jsx-runtime";
|
|
3
3
|
import { VariantProps } from "class-variance-authority";
|
|
4
|
-
import * as
|
|
4
|
+
import * as class_variance_authority_types10 from "class-variance-authority/types";
|
|
5
5
|
|
|
6
6
|
//#region ui/page-header.d.ts
|
|
7
7
|
declare const headerVariants: (props?: ({
|
|
8
|
-
spacing?: "sm" | "
|
|
9
|
-
} &
|
|
8
|
+
spacing?: "sm" | "md" | "lg" | null | undefined;
|
|
9
|
+
} & class_variance_authority_types10.ClassProp) | undefined) => string;
|
|
10
10
|
interface PageHeaderProps extends VariantProps<typeof headerVariants> {
|
|
11
11
|
breadcrumb?: React$1.ReactNode;
|
|
12
12
|
title: React$1.ReactNode;
|
|
@@ -21,7 +21,6 @@ declare function PageHeader({
|
|
|
21
21
|
actions,
|
|
22
22
|
spacing,
|
|
23
23
|
className
|
|
24
|
-
}: PageHeaderProps):
|
|
24
|
+
}: PageHeaderProps): react_jsx_runtime143.JSX.Element;
|
|
25
25
|
//#endregion
|
|
26
|
-
export { PageHeader, PageHeaderProps };
|
|
27
|
-
//# sourceMappingURL=page-header.d.ts.map
|
|
26
|
+
export { PageHeader, PageHeaderProps };
|
package/dist/ui/page-header.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime145 from "react/jsx-runtime";
|
|
2
2
|
import { z } from "zod";
|
|
3
3
|
|
|
4
4
|
//#region ui/password-strength.d.ts
|
|
@@ -15,7 +15,6 @@ interface PasswordStrengthProps {
|
|
|
15
15
|
declare function PasswordStrength({
|
|
16
16
|
password,
|
|
17
17
|
showFeedback
|
|
18
|
-
}: PasswordStrengthProps):
|
|
18
|
+
}: PasswordStrengthProps): react_jsx_runtime145.JSX.Element | null;
|
|
19
19
|
//#endregion
|
|
20
|
-
export { PasswordStrength, getPasswordStrength, passwordSchema };
|
|
21
|
-
//# sourceMappingURL=password-strength.d.ts.map
|
|
20
|
+
export { PasswordStrength, getPasswordStrength, passwordSchema };
|
|
@@ -95,5 +95,4 @@ function PasswordStrength({ password, showFeedback = true }) {
|
|
|
95
95
|
}
|
|
96
96
|
|
|
97
97
|
//#endregion
|
|
98
|
-
export { PasswordStrength, getPasswordStrength, passwordSchema };
|
|
99
|
-
//# sourceMappingURL=password-strength.js.map
|
|
98
|
+
export { PasswordStrength, getPasswordStrength, passwordSchema };
|
package/dist/ui/popover.d.ts
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import * as react8 from "react";
|
|
2
|
-
import * as
|
|
3
|
-
import * as
|
|
2
|
+
import * as react_native52 from "react-native";
|
|
3
|
+
import * as react_jsx_runtime146 from "react/jsx-runtime";
|
|
4
4
|
import * as _rn_primitives_popover0 from "@rn-primitives/popover";
|
|
5
5
|
|
|
6
6
|
//#region ui/popover.d.ts
|
|
7
|
-
declare const Popover: react8.ForwardRefExoticComponent<
|
|
7
|
+
declare const Popover: react8.ForwardRefExoticComponent<react_native52.ViewProps & {
|
|
8
8
|
asChild?: boolean;
|
|
9
9
|
} & {
|
|
10
10
|
onOpenChange?: (open: boolean) => void;
|
|
11
|
-
} & react8.RefAttributes<
|
|
12
|
-
declare const PopoverTrigger: react8.ForwardRefExoticComponent<Omit<
|
|
11
|
+
} & react8.RefAttributes<react_native52.View>>;
|
|
12
|
+
declare const PopoverTrigger: react8.ForwardRefExoticComponent<Omit<react_native52.PressableProps & react8.RefAttributes<react_native52.View>, "ref"> & {
|
|
13
13
|
asChild?: boolean;
|
|
14
14
|
} & {
|
|
15
15
|
onKeyDown?: (ev: React.KeyboardEvent) => void;
|
|
@@ -24,7 +24,6 @@ declare function PopoverContent({
|
|
|
24
24
|
}: _rn_primitives_popover0.ContentProps & {
|
|
25
25
|
ref?: React.RefObject<_rn_primitives_popover0.ContentRef>;
|
|
26
26
|
portalHost?: string;
|
|
27
|
-
}):
|
|
27
|
+
}): react_jsx_runtime146.JSX.Element;
|
|
28
28
|
//#endregion
|
|
29
|
-
export { Popover, PopoverContent, PopoverTrigger };
|
|
30
|
-
//# sourceMappingURL=popover.d.ts.map
|
|
29
|
+
export { Popover, PopoverContent, PopoverTrigger };
|
package/dist/ui/popover.js
CHANGED
|
@@ -8,7 +8,7 @@ import * as PopoverPrimitive from "@rn-primitives/popover";
|
|
|
8
8
|
//#region ui/popover.tsx
|
|
9
9
|
const Popover = PopoverPrimitive.Root;
|
|
10
10
|
const PopoverTrigger = PopoverPrimitive.Trigger;
|
|
11
|
-
function PopoverContent({ className, align = "center", sideOffset = 4, portalHost
|
|
11
|
+
function PopoverContent({ className, align = "center", sideOffset = 4, portalHost, ...props }) {
|
|
12
12
|
return /* @__PURE__ */ jsx(PopoverPrimitive.Portal, {
|
|
13
13
|
hostName: portalHost,
|
|
14
14
|
children: /* @__PURE__ */ jsx(PopoverPrimitive.Overlay, {
|
|
@@ -31,5 +31,4 @@ function PopoverContent({ className, align = "center", sideOffset = 4, portalHos
|
|
|
31
31
|
}
|
|
32
32
|
|
|
33
33
|
//#endregion
|
|
34
|
-
export { Popover, PopoverContent, PopoverTrigger };
|
|
35
|
-
//# sourceMappingURL=popover.js.map
|
|
34
|
+
export { Popover, PopoverContent, PopoverTrigger };
|
package/dist/ui/progress.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime147 from "react/jsx-runtime";
|
|
3
3
|
import * as ProgressPrimitive from "@rn-primitives/progress";
|
|
4
4
|
|
|
5
5
|
//#region ui/progress.d.ts
|
|
@@ -11,7 +11,6 @@ declare function Progress({
|
|
|
11
11
|
}: ProgressPrimitive.RootProps & {
|
|
12
12
|
ref?: React$1.RefObject<ProgressPrimitive.RootRef>;
|
|
13
13
|
indicatorClassName?: string;
|
|
14
|
-
}):
|
|
14
|
+
}): react_jsx_runtime147.JSX.Element;
|
|
15
15
|
//#endregion
|
|
16
|
-
export { Progress };
|
|
17
|
-
//# sourceMappingURL=progress.d.ts.map
|
|
16
|
+
export { Progress };
|
package/dist/ui/progress.js
CHANGED
|
@@ -6,7 +6,7 @@ import { jsx } from "react/jsx-runtime";
|
|
|
6
6
|
import * as ProgressPrimitive from "@rn-primitives/progress";
|
|
7
7
|
|
|
8
8
|
//#region ui/progress.tsx
|
|
9
|
-
function Progress({ className, value, indicatorClassName
|
|
9
|
+
function Progress({ className, value, indicatorClassName, ...props }) {
|
|
10
10
|
return /* @__PURE__ */ jsx(ProgressPrimitive.Root, {
|
|
11
11
|
className: cn("bg-secondary relative h-4 w-full overflow-hidden rounded-full", className),
|
|
12
12
|
...props,
|
|
@@ -36,5 +36,4 @@ function Indicator({ value, className }) {
|
|
|
36
36
|
}
|
|
37
37
|
|
|
38
38
|
//#endregion
|
|
39
|
-
export { Progress };
|
|
40
|
-
//# sourceMappingURL=progress.js.map
|
|
39
|
+
export { Progress };
|
package/dist/ui/radio-group.d.ts
CHANGED
|
@@ -1,15 +1,14 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime148 from "react/jsx-runtime";
|
|
2
2
|
import * as RadioGroupPrimitive from "@rn-primitives/radio-group";
|
|
3
3
|
|
|
4
4
|
//#region ui/radio-group.d.ts
|
|
5
5
|
declare function RadioGroup({
|
|
6
6
|
className,
|
|
7
7
|
...props
|
|
8
|
-
}: RadioGroupPrimitive.RootProps & React.RefAttributes<RadioGroupPrimitive.RootRef>):
|
|
8
|
+
}: RadioGroupPrimitive.RootProps & React.RefAttributes<RadioGroupPrimitive.RootRef>): react_jsx_runtime148.JSX.Element;
|
|
9
9
|
declare function RadioGroupItem({
|
|
10
10
|
className,
|
|
11
11
|
...props
|
|
12
|
-
}: RadioGroupPrimitive.ItemProps & React.RefAttributes<RadioGroupPrimitive.ItemRef>):
|
|
12
|
+
}: RadioGroupPrimitive.ItemProps & React.RefAttributes<RadioGroupPrimitive.ItemRef>): react_jsx_runtime148.JSX.Element;
|
|
13
13
|
//#endregion
|
|
14
|
-
export { RadioGroup, RadioGroupItem };
|
|
15
|
-
//# sourceMappingURL=radio-group.d.ts.map
|
|
14
|
+
export { RadioGroup, RadioGroupItem };
|
package/dist/ui/radio-group.js
CHANGED
|
@@ -4,13 +4,13 @@ import { jsx } from "react/jsx-runtime";
|
|
|
4
4
|
import * as RadioGroupPrimitive from "@rn-primitives/radio-group";
|
|
5
5
|
|
|
6
6
|
//#region ui/radio-group.tsx
|
|
7
|
-
function RadioGroup({ className
|
|
7
|
+
function RadioGroup({ className, ...props }) {
|
|
8
8
|
return /* @__PURE__ */ jsx(RadioGroupPrimitive.Root, {
|
|
9
9
|
className: cn("gap-3", className),
|
|
10
10
|
...props
|
|
11
11
|
});
|
|
12
12
|
}
|
|
13
|
-
function RadioGroupItem({ className
|
|
13
|
+
function RadioGroupItem({ className, ...props }) {
|
|
14
14
|
return /* @__PURE__ */ jsx(RadioGroupPrimitive.Item, {
|
|
15
15
|
className: cn("border-input dark:bg-input/30 aspect-square size-4 shrink-0 items-center justify-center rounded-full border shadow-2xs shadow-black/5", Platform.select({ web: "aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive focus-visible:border-ring focus-visible:ring-ring/50 outline-hidden transition-all focus-visible:ring-[3px] disabled:cursor-not-allowed" }), props.disabled && "opacity-50", className),
|
|
16
16
|
...props,
|
|
@@ -19,5 +19,4 @@ function RadioGroupItem({ className,...props }) {
|
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
//#endregion
|
|
22
|
-
export { RadioGroup, RadioGroupItem };
|
|
23
|
-
//# sourceMappingURL=radio-group.js.map
|
|
22
|
+
export { RadioGroup, RadioGroupItem };
|
package/dist/ui/select.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_native56 from "react-native";
|
|
3
3
|
import { View } from "react-native";
|
|
4
|
-
import * as
|
|
4
|
+
import * as react_jsx_runtime150 from "react/jsx-runtime";
|
|
5
5
|
import * as _rn_primitives_select0 from "@rn-primitives/select";
|
|
6
6
|
|
|
7
7
|
//#region ui/select.d.ts
|
|
8
8
|
type Option = _rn_primitives_select0.Option;
|
|
9
|
-
declare const Select: React$1.ForwardRefExoticComponent<
|
|
9
|
+
declare const Select: React$1.ForwardRefExoticComponent<react_native56.ViewProps & {
|
|
10
10
|
asChild?: boolean;
|
|
11
11
|
} & {
|
|
12
12
|
value?: _rn_primitives_select0.Option;
|
|
@@ -18,14 +18,14 @@ declare const Select: React$1.ForwardRefExoticComponent<react_native39.ViewProps
|
|
|
18
18
|
name?: string;
|
|
19
19
|
required?: boolean;
|
|
20
20
|
} & React$1.RefAttributes<View>>;
|
|
21
|
-
declare const SelectGroup: React$1.ForwardRefExoticComponent<
|
|
21
|
+
declare const SelectGroup: React$1.ForwardRefExoticComponent<react_native56.ViewProps & {
|
|
22
22
|
asChild?: boolean;
|
|
23
23
|
} & React$1.RefAttributes<View>>;
|
|
24
|
-
declare const SelectValue: React$1.ForwardRefExoticComponent<
|
|
24
|
+
declare const SelectValue: React$1.ForwardRefExoticComponent<react_native56.TextProps & {
|
|
25
25
|
asChild?: boolean;
|
|
26
26
|
} & {
|
|
27
27
|
placeholder: string;
|
|
28
|
-
} & React$1.RefAttributes<
|
|
28
|
+
} & React$1.RefAttributes<react_native56.Text>>;
|
|
29
29
|
declare function SelectTrigger({
|
|
30
30
|
ref,
|
|
31
31
|
className,
|
|
@@ -34,21 +34,21 @@ declare function SelectTrigger({
|
|
|
34
34
|
}: _rn_primitives_select0.TriggerProps & {
|
|
35
35
|
ref?: React$1.RefObject<_rn_primitives_select0.TriggerRef>;
|
|
36
36
|
children?: React$1.ReactNode;
|
|
37
|
-
}):
|
|
37
|
+
}): react_jsx_runtime150.JSX.Element;
|
|
38
38
|
/**
|
|
39
39
|
* Platform: WEB ONLY
|
|
40
40
|
*/
|
|
41
41
|
declare function SelectScrollUpButton({
|
|
42
42
|
className,
|
|
43
43
|
...props
|
|
44
|
-
}: _rn_primitives_select0.ScrollUpButtonProps):
|
|
44
|
+
}: _rn_primitives_select0.ScrollUpButtonProps): react_jsx_runtime150.JSX.Element | null;
|
|
45
45
|
/**
|
|
46
46
|
* Platform: WEB ONLY
|
|
47
47
|
*/
|
|
48
48
|
declare function SelectScrollDownButton({
|
|
49
49
|
className,
|
|
50
50
|
...props
|
|
51
|
-
}: _rn_primitives_select0.ScrollDownButtonProps):
|
|
51
|
+
}: _rn_primitives_select0.ScrollDownButtonProps): react_jsx_runtime150.JSX.Element | null;
|
|
52
52
|
declare function SelectContent({
|
|
53
53
|
className,
|
|
54
54
|
children,
|
|
@@ -59,26 +59,25 @@ declare function SelectContent({
|
|
|
59
59
|
ref?: React$1.RefObject<_rn_primitives_select0.ContentRef>;
|
|
60
60
|
className?: string;
|
|
61
61
|
portalHost?: string;
|
|
62
|
-
}):
|
|
62
|
+
}): react_jsx_runtime150.JSX.Element;
|
|
63
63
|
declare function SelectLabel({
|
|
64
64
|
className,
|
|
65
65
|
...props
|
|
66
66
|
}: _rn_primitives_select0.LabelProps & {
|
|
67
67
|
ref?: React$1.RefObject<_rn_primitives_select0.LabelRef>;
|
|
68
|
-
}):
|
|
68
|
+
}): react_jsx_runtime150.JSX.Element;
|
|
69
69
|
declare function SelectItem({
|
|
70
70
|
className,
|
|
71
71
|
children,
|
|
72
72
|
...props
|
|
73
73
|
}: _rn_primitives_select0.ItemProps & {
|
|
74
74
|
ref?: React$1.RefObject<_rn_primitives_select0.ItemRef>;
|
|
75
|
-
}):
|
|
75
|
+
}): react_jsx_runtime150.JSX.Element;
|
|
76
76
|
declare function SelectSeparator({
|
|
77
77
|
className,
|
|
78
78
|
...props
|
|
79
79
|
}: _rn_primitives_select0.SeparatorProps & {
|
|
80
80
|
ref?: React$1.RefObject<_rn_primitives_select0.SeparatorRef>;
|
|
81
|
-
}):
|
|
81
|
+
}): react_jsx_runtime150.JSX.Element;
|
|
82
82
|
//#endregion
|
|
83
|
-
export { type Option, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue };
|
|
84
|
-
//# sourceMappingURL=select.d.ts.map
|
|
83
|
+
export { type Option, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue };
|
package/dist/ui/select.js
CHANGED
|
@@ -12,7 +12,7 @@ import * as SelectPrimitive from "@rn-primitives/select";
|
|
|
12
12
|
const Select = SelectPrimitive.Root;
|
|
13
13
|
const SelectGroup = SelectPrimitive.Group;
|
|
14
14
|
const SelectValue = SelectPrimitive.Value;
|
|
15
|
-
function SelectTrigger({ ref, className, children
|
|
15
|
+
function SelectTrigger({ ref, className, children, ...props }) {
|
|
16
16
|
return /* @__PURE__ */ jsxs(SelectPrimitive.Trigger, {
|
|
17
17
|
ref,
|
|
18
18
|
className: cn("native:h-12 border-input bg-background text-muted-foreground web:ring-offset-background web:focus:outline-hidden web:focus:ring-2 web:focus:ring-ring web:focus:ring-offset-2 flex h-10 flex-row items-center justify-between rounded-md border px-3 py-2 text-sm [&>span]:line-clamp-1", props.disabled && "web:cursor-not-allowed opacity-50", className),
|
|
@@ -27,7 +27,7 @@ function SelectTrigger({ ref, className, children,...props }) {
|
|
|
27
27
|
/**
|
|
28
28
|
* Platform: WEB ONLY
|
|
29
29
|
*/
|
|
30
|
-
function SelectScrollUpButton({ className
|
|
30
|
+
function SelectScrollUpButton({ className, ...props }) {
|
|
31
31
|
if (Platform.OS !== "web") return null;
|
|
32
32
|
return /* @__PURE__ */ jsx(SelectPrimitive.ScrollUpButton, {
|
|
33
33
|
className: cn("web:cursor-default flex items-center justify-center py-1", className),
|
|
@@ -41,7 +41,7 @@ function SelectScrollUpButton({ className,...props }) {
|
|
|
41
41
|
/**
|
|
42
42
|
* Platform: WEB ONLY
|
|
43
43
|
*/
|
|
44
|
-
function SelectScrollDownButton({ className
|
|
44
|
+
function SelectScrollDownButton({ className, ...props }) {
|
|
45
45
|
if (Platform.OS !== "web") return null;
|
|
46
46
|
return /* @__PURE__ */ jsx(SelectPrimitive.ScrollDownButton, {
|
|
47
47
|
className: cn("web:cursor-default flex items-center justify-center py-1", className),
|
|
@@ -52,7 +52,7 @@ function SelectScrollDownButton({ className,...props }) {
|
|
|
52
52
|
})
|
|
53
53
|
});
|
|
54
54
|
}
|
|
55
|
-
function SelectContent({ className, children, position = "popper", portalHost
|
|
55
|
+
function SelectContent({ className, children, position = "popper", portalHost, ...props }) {
|
|
56
56
|
const { open } = SelectPrimitive.useRootContext();
|
|
57
57
|
return /* @__PURE__ */ jsx(SelectPrimitive.Portal, {
|
|
58
58
|
hostName: portalHost,
|
|
@@ -79,13 +79,13 @@ function SelectContent({ className, children, position = "popper", portalHost,..
|
|
|
79
79
|
})
|
|
80
80
|
});
|
|
81
81
|
}
|
|
82
|
-
function SelectLabel({ className
|
|
82
|
+
function SelectLabel({ className, ...props }) {
|
|
83
83
|
return /* @__PURE__ */ jsx(SelectPrimitive.Label, {
|
|
84
84
|
className: cn("native:pb-2 native:pl-10 native:text-base text-popover-foreground py-1.5 pr-2 pl-8 text-sm font-semibold", className),
|
|
85
85
|
...props
|
|
86
86
|
});
|
|
87
87
|
}
|
|
88
|
-
function SelectItem({ className, children
|
|
88
|
+
function SelectItem({ className, children, ...props }) {
|
|
89
89
|
return /* @__PURE__ */ jsxs(SelectPrimitive.Item, {
|
|
90
90
|
className: cn("web:group native:py-2 native:pl-10 active:bg-accent web:cursor-default web:select-none web:outline-hidden web:hover:bg-accent/50 web:focus:bg-accent relative flex w-full flex-row items-center rounded-xs py-1.5 pr-2 pl-8", props.disabled && "web:pointer-events-none opacity-50", className),
|
|
91
91
|
...props,
|
|
@@ -99,7 +99,7 @@ function SelectItem({ className, children,...props }) {
|
|
|
99
99
|
}), /* @__PURE__ */ jsx(SelectPrimitive.ItemText, { className: "native:text-lg native:text-base text-popover-foreground web:group-focus:text-accent-foreground text-sm" })]
|
|
100
100
|
});
|
|
101
101
|
}
|
|
102
|
-
function SelectSeparator({ className
|
|
102
|
+
function SelectSeparator({ className, ...props }) {
|
|
103
103
|
return /* @__PURE__ */ jsx(SelectPrimitive.Separator, {
|
|
104
104
|
className: cn("bg-muted -mx-1 my-1 h-px", className),
|
|
105
105
|
...props
|
|
@@ -107,5 +107,4 @@ function SelectSeparator({ className,...props }) {
|
|
|
107
107
|
}
|
|
108
108
|
|
|
109
109
|
//#endregion
|
|
110
|
-
export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue };
|
|
111
|
-
//# sourceMappingURL=select.js.map
|
|
110
|
+
export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue };
|
package/dist/ui/separator.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime157 from "react/jsx-runtime";
|
|
3
3
|
import * as SeparatorPrimitive from "@rn-primitives/separator";
|
|
4
4
|
|
|
5
5
|
//#region ui/separator.d.ts
|
|
@@ -10,7 +10,6 @@ declare function Separator({
|
|
|
10
10
|
...props
|
|
11
11
|
}: SeparatorPrimitive.RootProps & {
|
|
12
12
|
ref?: React$1.RefObject<SeparatorPrimitive.RootRef>;
|
|
13
|
-
}):
|
|
13
|
+
}): react_jsx_runtime157.JSX.Element;
|
|
14
14
|
//#endregion
|
|
15
|
-
export { Separator };
|
|
16
|
-
//# sourceMappingURL=separator.d.ts.map
|
|
15
|
+
export { Separator };
|
package/dist/ui/separator.js
CHANGED
|
@@ -4,7 +4,7 @@ import { jsx } from "react/jsx-runtime";
|
|
|
4
4
|
import * as SeparatorPrimitive from "@rn-primitives/separator";
|
|
5
5
|
|
|
6
6
|
//#region ui/separator.tsx
|
|
7
|
-
function Separator({ className, orientation = "horizontal", decorative = true
|
|
7
|
+
function Separator({ className, orientation = "horizontal", decorative = true, ...props }) {
|
|
8
8
|
return /* @__PURE__ */ jsx(SeparatorPrimitive.Root, {
|
|
9
9
|
decorative,
|
|
10
10
|
orientation,
|
|
@@ -14,5 +14,4 @@ function Separator({ className, orientation = "horizontal", decorative = true,..
|
|
|
14
14
|
}
|
|
15
15
|
|
|
16
16
|
//#endregion
|
|
17
|
-
export { Separator };
|
|
18
|
-
//# sourceMappingURL=separator.js.map
|
|
17
|
+
export { Separator };
|
package/dist/ui/sheet.d.ts
CHANGED