@lssm/lib.ui-kit 1.10.0 → 1.11.1
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 +11 -0
- package/dist/index.d.ts +1 -2
- package/dist/index.js +1 -2
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/ui/accordion.d.ts +6 -7
- package/dist/ui/accordion.js +1 -2
- package/dist/ui/alert-dialog.d.ts +12 -13
- package/dist/ui/alert-dialog.js +1 -2
- package/dist/ui/alert.d.ts +7 -8
- package/dist/ui/alert.js +1 -2
- 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 +1 -2
- package/dist/ui/badge.d.ts +6 -7
- package/dist/ui/badge.js +1 -2
- package/dist/ui/breadcrumb.d.ts +9 -10
- package/dist/ui/breadcrumb.js +1 -2
- package/dist/ui/button.d.ts +8 -9
- package/dist/ui/button.js +1 -2
- package/dist/ui/card.d.ts +8 -9
- package/dist/ui/card.js +1 -2
- 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 +1 -2
- 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 +1 -2
- 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 +1 -2
- package/dist/ui/dropdown-menu.d.ts +17 -18
- package/dist/ui/dropdown-menu.js +1 -2
- 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 +1 -2
- 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 +1 -2
- package/dist/ui/form.d.ts +8 -9
- package/dist/ui/form.js +2 -3
- package/dist/ui/hover-card.d.ts +7 -8
- package/dist/ui/hover-card.js +1 -2
- 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 +1 -2
- package/dist/ui/label.d.ts +3 -4
- package/dist/ui/label.js +1 -2
- package/dist/ui/link.d.ts +3 -4
- package/dist/ui/link.js +1 -2
- package/dist/ui/loading-button.d.ts +3 -4
- package/dist/ui/loading-button.js +1 -2
- 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 +1 -2
- 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 +1 -2
- package/dist/ui/organisms/ErrorBoundary/ErrorBoundary.d.ts +3 -4
- package/dist/ui/organisms/ErrorBoundary/ErrorBoundary.js +1 -2
- 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 +1 -2
- package/dist/ui/progress.d.ts +3 -4
- package/dist/ui/progress.js +1 -2
- package/dist/ui/radio-group.d.ts +4 -5
- package/dist/ui/radio-group.js +1 -2
- package/dist/ui/select.d.ts +14 -15
- package/dist/ui/select.js +1 -2
- package/dist/ui/separator.d.ts +3 -4
- package/dist/ui/separator.js +1 -2
- 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 +1 -2
- package/dist/ui/stack.d.ts +20 -21
- package/dist/ui/stack.js +1 -2
- 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 +1 -2
- package/dist/ui/table.d.ts +9 -10
- package/dist/ui/table.js +1 -2
- package/dist/ui/tabs.d.ts +12 -13
- package/dist/ui/tabs.js +1 -2
- package/dist/ui/text.d.ts +3 -4
- package/dist/ui/text.js +1 -2
- package/dist/ui/textarea.d.ts +1 -2
- package/dist/ui/textarea.js +1 -2
- 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 +1 -2
- package/dist/ui/toggle.d.ts +7 -8
- package/dist/ui/toggle.js +1 -2
- package/dist/ui/tooltip.d.ts +7 -8
- package/dist/ui/tooltip.js +1 -2
- package/dist/ui/typography.d.ts +13 -14
- package/dist/ui/typography.js +1 -2
- 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 +5 -3
- package/dist/index.d.ts.map +0 -1
- package/dist/index.js.map +0 -1
- package/dist/node_modules/@hookform/resolvers/dist/resolvers.js +0 -29
- package/dist/node_modules/@hookform/resolvers/dist/resolvers.js.map +0 -1
- package/dist/node_modules/@hookform/resolvers/zod/dist/zod.js +0 -61
- package/dist/node_modules/@hookform/resolvers/zod/dist/zod.js.map +0 -1
- package/dist/node_modules/react-hook-form/dist/index.esm.js +0 -2073
- package/dist/node_modules/react-hook-form/dist/index.esm.js.map +0 -1
- package/dist/node_modules/zod/v4/classic/errors.js +0 -30
- package/dist/node_modules/zod/v4/classic/errors.js.map +0 -1
- package/dist/node_modules/zod/v4/classic/iso.js +0 -38
- package/dist/node_modules/zod/v4/classic/iso.js.map +0 -1
- package/dist/node_modules/zod/v4/classic/parse.js +0 -20
- package/dist/node_modules/zod/v4/classic/parse.js.map +0 -1
- package/dist/node_modules/zod/v4/classic/schemas.js +0 -395
- package/dist/node_modules/zod/v4/classic/schemas.js.map +0 -1
- package/dist/node_modules/zod/v4/core/api.js +0 -377
- package/dist/node_modules/zod/v4/core/api.js.map +0 -1
- package/dist/node_modules/zod/v4/core/checks.js +0 -226
- package/dist/node_modules/zod/v4/core/checks.js.map +0 -1
- package/dist/node_modules/zod/v4/core/core.js +0 -56
- package/dist/node_modules/zod/v4/core/core.js.map +0 -1
- package/dist/node_modules/zod/v4/core/errors.js +0 -63
- package/dist/node_modules/zod/v4/core/errors.js.map +0 -1
- package/dist/node_modules/zod/v4/core/parse.js +0 -110
- package/dist/node_modules/zod/v4/core/parse.js.map +0 -1
- package/dist/node_modules/zod/v4/core/regexes.js +0 -59
- package/dist/node_modules/zod/v4/core/regexes.js.map +0 -1
- package/dist/node_modules/zod/v4/core/registries.js +0 -51
- package/dist/node_modules/zod/v4/core/registries.js.map +0 -1
- package/dist/node_modules/zod/v4/core/schemas.js +0 -755
- package/dist/node_modules/zod/v4/core/schemas.js.map +0 -1
- package/dist/node_modules/zod/v4/core/util.js +0 -152
- package/dist/node_modules/zod/v4/core/util.js.map +0 -1
- package/dist/node_modules/zod/v4/core/versions.js +0 -10
- 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
package/dist/ui/accordion.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as AccordionPrimitive from "@rn-primitives/accordion";
|
|
2
2
|
import * as React$1 from "react";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
4
4
|
|
|
5
5
|
//#region ui/accordion.d.ts
|
|
6
6
|
declare function Accordion({
|
|
@@ -8,14 +8,14 @@ declare function Accordion({
|
|
|
8
8
|
...props
|
|
9
9
|
}: Omit<AccordionPrimitive.RootProps, 'asChild'> & {
|
|
10
10
|
ref?: React$1.RefObject<AccordionPrimitive.RootRef>;
|
|
11
|
-
}):
|
|
11
|
+
}): react_jsx_runtime0.JSX.Element;
|
|
12
12
|
declare function AccordionItem({
|
|
13
13
|
className,
|
|
14
14
|
value,
|
|
15
15
|
...props
|
|
16
16
|
}: AccordionPrimitive.ItemProps & {
|
|
17
17
|
ref?: React$1.RefObject<AccordionPrimitive.ItemRef>;
|
|
18
|
-
}):
|
|
18
|
+
}): react_jsx_runtime0.JSX.Element;
|
|
19
19
|
declare function AccordionTrigger({
|
|
20
20
|
className,
|
|
21
21
|
children,
|
|
@@ -23,14 +23,13 @@ declare function AccordionTrigger({
|
|
|
23
23
|
}: AccordionPrimitive.TriggerProps & {
|
|
24
24
|
children?: React$1.ReactNode;
|
|
25
25
|
ref?: React$1.RefObject<AccordionPrimitive.TriggerRef>;
|
|
26
|
-
}):
|
|
26
|
+
}): react_jsx_runtime0.JSX.Element;
|
|
27
27
|
declare function AccordionContent({
|
|
28
28
|
className,
|
|
29
29
|
children,
|
|
30
30
|
...props
|
|
31
31
|
}: AccordionPrimitive.ContentProps & {
|
|
32
32
|
ref?: React$1.RefObject<AccordionPrimitive.ContentRef>;
|
|
33
|
-
}):
|
|
33
|
+
}): react_jsx_runtime0.JSX.Element;
|
|
34
34
|
//#endregion
|
|
35
|
-
export { Accordion, AccordionContent, AccordionItem, AccordionTrigger };
|
|
36
|
-
//# sourceMappingURL=accordion.d.ts.map
|
|
35
|
+
export { Accordion, AccordionContent, AccordionItem, AccordionTrigger };
|
package/dist/ui/accordion.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_native49 from "react-native";
|
|
3
3
|
import { View, ViewProps } from "react-native";
|
|
4
|
-
import * as
|
|
4
|
+
import * as react_jsx_runtime127 from "react/jsx-runtime";
|
|
5
5
|
import * as AlertDialogPrimitive from "@rn-primitives/alert-dialog";
|
|
6
6
|
|
|
7
7
|
//#region ui/alert-dialog.d.ts
|
|
@@ -12,7 +12,7 @@ declare const AlertDialog: React$1.ForwardRefExoticComponent<{
|
|
|
12
12
|
} & ViewProps & {
|
|
13
13
|
asChild?: boolean;
|
|
14
14
|
} & React$1.RefAttributes<View>>;
|
|
15
|
-
declare const AlertDialogTrigger: React$1.ForwardRefExoticComponent<Omit<
|
|
15
|
+
declare const AlertDialogTrigger: React$1.ForwardRefExoticComponent<Omit<react_native49.PressableProps & React$1.RefAttributes<View>, "ref"> & {
|
|
16
16
|
asChild?: boolean;
|
|
17
17
|
} & {
|
|
18
18
|
onKeyDown?: (ev: React$1.KeyboardEvent) => void;
|
|
@@ -25,7 +25,7 @@ declare function AlertDialogOverlayNative({
|
|
|
25
25
|
...props
|
|
26
26
|
}: AlertDialogPrimitive.OverlayProps & {
|
|
27
27
|
ref?: React$1.RefObject<AlertDialogPrimitive.OverlayRef>;
|
|
28
|
-
}):
|
|
28
|
+
}): react_jsx_runtime127.JSX.Element;
|
|
29
29
|
declare const AlertDialogOverlay: typeof AlertDialogOverlayNative;
|
|
30
30
|
declare function AlertDialogContent({
|
|
31
31
|
className,
|
|
@@ -34,39 +34,38 @@ declare function AlertDialogContent({
|
|
|
34
34
|
}: AlertDialogPrimitive.ContentProps & {
|
|
35
35
|
ref?: React$1.RefObject<AlertDialogPrimitive.ContentRef>;
|
|
36
36
|
portalHost?: string;
|
|
37
|
-
}):
|
|
37
|
+
}): react_jsx_runtime127.JSX.Element;
|
|
38
38
|
declare function AlertDialogHeader({
|
|
39
39
|
className,
|
|
40
40
|
...props
|
|
41
|
-
}: ViewProps):
|
|
41
|
+
}: ViewProps): react_jsx_runtime127.JSX.Element;
|
|
42
42
|
declare function AlertDialogFooter({
|
|
43
43
|
className,
|
|
44
44
|
...props
|
|
45
|
-
}: ViewProps):
|
|
45
|
+
}: ViewProps): react_jsx_runtime127.JSX.Element;
|
|
46
46
|
declare function AlertDialogTitle({
|
|
47
47
|
className,
|
|
48
48
|
...props
|
|
49
49
|
}: AlertDialogPrimitive.TitleProps & {
|
|
50
50
|
ref?: React$1.RefObject<AlertDialogPrimitive.TitleRef>;
|
|
51
|
-
}):
|
|
51
|
+
}): react_jsx_runtime127.JSX.Element;
|
|
52
52
|
declare function AlertDialogDescription({
|
|
53
53
|
className,
|
|
54
54
|
...props
|
|
55
55
|
}: AlertDialogPrimitive.DescriptionProps & {
|
|
56
56
|
ref?: React$1.RefObject<AlertDialogPrimitive.DescriptionRef>;
|
|
57
|
-
}):
|
|
57
|
+
}): react_jsx_runtime127.JSX.Element;
|
|
58
58
|
declare function AlertDialogAction({
|
|
59
59
|
className,
|
|
60
60
|
...props
|
|
61
61
|
}: AlertDialogPrimitive.ActionProps & {
|
|
62
62
|
ref?: React$1.RefObject<AlertDialogPrimitive.ActionRef>;
|
|
63
|
-
}):
|
|
63
|
+
}): react_jsx_runtime127.JSX.Element;
|
|
64
64
|
declare function AlertDialogCancel({
|
|
65
65
|
className,
|
|
66
66
|
...props
|
|
67
67
|
}: AlertDialogPrimitive.CancelProps & {
|
|
68
68
|
ref?: React$1.RefObject<AlertDialogPrimitive.CancelRef>;
|
|
69
|
-
}):
|
|
69
|
+
}): react_jsx_runtime127.JSX.Element;
|
|
70
70
|
//#endregion
|
|
71
|
-
export { AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger };
|
|
72
|
-
//# sourceMappingURL=alert-dialog.d.ts.map
|
|
71
|
+
export { AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger };
|
package/dist/ui/alert-dialog.js
CHANGED
|
@@ -94,5 +94,4 @@ function AlertDialogCancel({ className, ...props }) {
|
|
|
94
94
|
}
|
|
95
95
|
|
|
96
96
|
//#endregion
|
|
97
|
-
export { AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger };
|
|
98
|
-
//# sourceMappingURL=alert-dialog.js.map
|
|
97
|
+
export { AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger };
|
package/dist/ui/alert.d.ts
CHANGED
|
@@ -2,14 +2,14 @@ import { Text as Text$1 } from "./text.js";
|
|
|
2
2
|
import * as React$1 from "react";
|
|
3
3
|
import { View, ViewProps } from "react-native";
|
|
4
4
|
import { LucideIcon } from "lucide-react-native";
|
|
5
|
-
import * as
|
|
5
|
+
import * as react_jsx_runtime4 from "react/jsx-runtime";
|
|
6
6
|
import { VariantProps } from "class-variance-authority";
|
|
7
|
-
import * as
|
|
7
|
+
import * as class_variance_authority_types0 from "class-variance-authority/types";
|
|
8
8
|
|
|
9
9
|
//#region ui/alert.d.ts
|
|
10
10
|
declare const alertVariants: (props?: ({
|
|
11
11
|
variant?: "default" | "destructive" | null | undefined;
|
|
12
|
-
} &
|
|
12
|
+
} & class_variance_authority_types0.ClassProp) | undefined) => string;
|
|
13
13
|
declare function Alert({
|
|
14
14
|
className,
|
|
15
15
|
variant,
|
|
@@ -23,15 +23,14 @@ declare function Alert({
|
|
|
23
23
|
icon: LucideIcon;
|
|
24
24
|
iconSize?: number;
|
|
25
25
|
iconClassName?: string;
|
|
26
|
-
}):
|
|
26
|
+
}): react_jsx_runtime4.JSX.Element;
|
|
27
27
|
declare function AlertTitle({
|
|
28
28
|
className,
|
|
29
29
|
...props
|
|
30
|
-
}: React$1.ComponentProps<typeof Text$1>):
|
|
30
|
+
}: React$1.ComponentProps<typeof Text$1>): react_jsx_runtime4.JSX.Element;
|
|
31
31
|
declare function AlertDescription({
|
|
32
32
|
className,
|
|
33
33
|
...props
|
|
34
|
-
}: React$1.ComponentProps<typeof Text$1>):
|
|
34
|
+
}: React$1.ComponentProps<typeof Text$1>): react_jsx_runtime4.JSX.Element;
|
|
35
35
|
//#endregion
|
|
36
|
-
export { Alert, AlertDescription, AlertTitle };
|
|
37
|
-
//# sourceMappingURL=alert.d.ts.map
|
|
36
|
+
export { Alert, AlertDescription, AlertTitle };
|
package/dist/ui/alert.js
CHANGED
|
@@ -8,5 +8,4 @@ declare const AspectRatio: react0.ForwardRefExoticComponent<Omit<_rn_primitives_
|
|
|
8
8
|
style?: react_native0.ViewStyle;
|
|
9
9
|
} & react0.RefAttributes<react_native0.View>>;
|
|
10
10
|
//#endregion
|
|
11
|
-
export { AspectRatio };
|
|
12
|
-
//# sourceMappingURL=aspect-ratio.d.ts.map
|
|
11
|
+
export { AspectRatio };
|
package/dist/ui/aspect-ratio.js
CHANGED
|
@@ -19,5 +19,4 @@ declare const SkeletonTable: React.FC<{
|
|
|
19
19
|
cols?: number;
|
|
20
20
|
}>;
|
|
21
21
|
//#endregion
|
|
22
|
-
export { LoadingSpinner, SkeletonCard, SkeletonLine, SkeletonTable };
|
|
23
|
-
//# sourceMappingURL=LoadingSpinner.d.ts.map
|
|
22
|
+
export { LoadingSpinner, SkeletonCard, SkeletonLine, SkeletonTable };
|
|
@@ -44,5 +44,4 @@ const SkeletonTable = ({ rows = 5, cols = 4 }) => /* @__PURE__ */ jsx(View, {
|
|
|
44
44
|
});
|
|
45
45
|
|
|
46
46
|
//#endregion
|
|
47
|
-
export { LoadingSpinner, SkeletonCard, SkeletonLine, SkeletonTable };
|
|
48
|
-
//# sourceMappingURL=LoadingSpinner.js.map
|
|
47
|
+
export { LoadingSpinner, SkeletonCard, SkeletonLine, SkeletonTable };
|
package/dist/ui/avatar.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime7 from "react/jsx-runtime";
|
|
3
3
|
import * as AvatarPrimitive from "@rn-primitives/avatar";
|
|
4
4
|
|
|
5
5
|
//#region ui/avatar.d.ts
|
|
@@ -8,7 +8,7 @@ declare function Avatar({
|
|
|
8
8
|
...props
|
|
9
9
|
}: AvatarPrimitive.RootProps & {
|
|
10
10
|
ref?: React$1.RefObject<AvatarPrimitive.RootRef>;
|
|
11
|
-
}):
|
|
11
|
+
}): react_jsx_runtime7.JSX.Element;
|
|
12
12
|
declare function AvatarImage({
|
|
13
13
|
className,
|
|
14
14
|
alt,
|
|
@@ -16,13 +16,12 @@ declare function AvatarImage({
|
|
|
16
16
|
}: AvatarPrimitive.ImageProps & {
|
|
17
17
|
ref?: React$1.RefObject<AvatarPrimitive.ImageRef>;
|
|
18
18
|
alt?: string;
|
|
19
|
-
}):
|
|
19
|
+
}): react_jsx_runtime7.JSX.Element;
|
|
20
20
|
declare function AvatarFallback({
|
|
21
21
|
className,
|
|
22
22
|
...props
|
|
23
23
|
}: AvatarPrimitive.FallbackProps & {
|
|
24
24
|
ref?: React$1.RefObject<AvatarPrimitive.FallbackRef>;
|
|
25
|
-
}):
|
|
25
|
+
}): react_jsx_runtime7.JSX.Element;
|
|
26
26
|
//#endregion
|
|
27
|
-
export { Avatar, AvatarFallback, AvatarImage };
|
|
28
|
-
//# sourceMappingURL=avatar.d.ts.map
|
|
27
|
+
export { Avatar, AvatarFallback, AvatarImage };
|
package/dist/ui/avatar.js
CHANGED
package/dist/ui/badge.d.ts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
2
|
import { View } from "react-native";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react_jsx_runtime17 from "react/jsx-runtime";
|
|
4
4
|
import { VariantProps } from "class-variance-authority";
|
|
5
|
-
import * as
|
|
5
|
+
import * as class_variance_authority_types0 from "class-variance-authority/types";
|
|
6
6
|
|
|
7
7
|
//#region ui/badge.d.ts
|
|
8
8
|
declare const badgeVariants: (props?: ({
|
|
9
|
-
variant?: "default" | "
|
|
10
|
-
} &
|
|
9
|
+
variant?: "default" | "destructive" | "secondary" | "outline" | null | undefined;
|
|
10
|
+
} & class_variance_authority_types0.ClassProp) | undefined) => string;
|
|
11
11
|
type BadgeProps = React$1.ComponentProps<typeof View> & VariantProps<typeof badgeVariants> & {
|
|
12
12
|
labelClassName?: string;
|
|
13
13
|
};
|
|
@@ -16,7 +16,6 @@ declare function Badge({
|
|
|
16
16
|
variant,
|
|
17
17
|
labelClassName,
|
|
18
18
|
...props
|
|
19
|
-
}: BadgeProps):
|
|
19
|
+
}: BadgeProps): react_jsx_runtime17.JSX.Element;
|
|
20
20
|
//#endregion
|
|
21
|
-
export { Badge, badgeVariants };
|
|
22
|
-
//# sourceMappingURL=badge.d.ts.map
|
|
21
|
+
export { Badge, badgeVariants };
|
package/dist/ui/badge.js
CHANGED
package/dist/ui/breadcrumb.d.ts
CHANGED
|
@@ -1,39 +1,38 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
2
|
import { View } from "react-native";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react_jsx_runtime19 from "react/jsx-runtime";
|
|
4
4
|
|
|
5
5
|
//#region ui/breadcrumb.d.ts
|
|
6
6
|
declare function Breadcrumb({
|
|
7
7
|
...props
|
|
8
|
-
}: React$1.ComponentProps<'nav'>):
|
|
8
|
+
}: React$1.ComponentProps<'nav'>): react_jsx_runtime19.JSX.Element;
|
|
9
9
|
declare function BreadcrumbList({
|
|
10
10
|
className,
|
|
11
11
|
...props
|
|
12
|
-
}: React$1.ComponentProps<typeof View>):
|
|
12
|
+
}: React$1.ComponentProps<typeof View>): react_jsx_runtime19.JSX.Element;
|
|
13
13
|
declare function BreadcrumbItem({
|
|
14
14
|
className,
|
|
15
15
|
...props
|
|
16
|
-
}: React$1.ComponentProps<typeof View>):
|
|
16
|
+
}: React$1.ComponentProps<typeof View>): react_jsx_runtime19.JSX.Element;
|
|
17
17
|
declare function BreadcrumbLink({
|
|
18
18
|
asChild,
|
|
19
19
|
className,
|
|
20
20
|
...props
|
|
21
21
|
}: React$1.ComponentProps<typeof View> & {
|
|
22
22
|
asChild?: boolean;
|
|
23
|
-
}):
|
|
23
|
+
}): react_jsx_runtime19.JSX.Element;
|
|
24
24
|
declare function BreadcrumbPage({
|
|
25
25
|
className,
|
|
26
26
|
...props
|
|
27
|
-
}: React$1.ComponentProps<typeof View>):
|
|
27
|
+
}: React$1.ComponentProps<typeof View>): react_jsx_runtime19.JSX.Element;
|
|
28
28
|
declare function BreadcrumbSeparator({
|
|
29
29
|
children,
|
|
30
30
|
className,
|
|
31
31
|
...props
|
|
32
|
-
}: React$1.ComponentProps<typeof View>):
|
|
32
|
+
}: React$1.ComponentProps<typeof View>): react_jsx_runtime19.JSX.Element;
|
|
33
33
|
declare function BreadcrumbEllipsis({
|
|
34
34
|
className,
|
|
35
35
|
...props
|
|
36
|
-
}: React$1.ComponentProps<typeof View>):
|
|
36
|
+
}: React$1.ComponentProps<typeof View>): react_jsx_runtime19.JSX.Element;
|
|
37
37
|
//#endregion
|
|
38
|
-
export { Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator };
|
|
39
|
-
//# sourceMappingURL=breadcrumb.d.ts.map
|
|
38
|
+
export { Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator };
|
package/dist/ui/breadcrumb.js
CHANGED
|
@@ -69,5 +69,4 @@ function BreadcrumbEllipsis({ className, ...props }) {
|
|
|
69
69
|
}
|
|
70
70
|
|
|
71
71
|
//#endregion
|
|
72
|
-
export { Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator };
|
|
73
|
-
//# sourceMappingURL=breadcrumb.js.map
|
|
72
|
+
export { Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator };
|
package/dist/ui/button.d.ts
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
2
|
import { Pressable } from "react-native";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react_jsx_runtime18 from "react/jsx-runtime";
|
|
4
4
|
import { VariantProps } from "class-variance-authority";
|
|
5
|
-
import * as
|
|
5
|
+
import * as class_variance_authority_types1 from "class-variance-authority/types";
|
|
6
6
|
|
|
7
7
|
//#region ui/button.d.ts
|
|
8
8
|
declare const buttonVariants: (props?: ({
|
|
9
|
-
variant?: "default" | "
|
|
9
|
+
variant?: "default" | "destructive" | "secondary" | "outline" | "ghost" | "link" | null | undefined;
|
|
10
10
|
size?: "default" | "sm" | "lg" | "icon" | null | undefined;
|
|
11
|
-
} &
|
|
11
|
+
} & class_variance_authority_types1.ClassProp) | undefined) => string;
|
|
12
12
|
declare const buttonTextVariants: (props?: ({
|
|
13
|
-
variant?: "default" | "
|
|
13
|
+
variant?: "default" | "destructive" | "secondary" | "outline" | "ghost" | "link" | null | undefined;
|
|
14
14
|
size?: "default" | "sm" | "lg" | "icon" | null | undefined;
|
|
15
|
-
} &
|
|
15
|
+
} & class_variance_authority_types1.ClassProp) | undefined) => string;
|
|
16
16
|
type ButtonProps = React$1.ComponentProps<typeof Pressable> & VariantProps<typeof buttonVariants>;
|
|
17
17
|
declare function Button({
|
|
18
18
|
ref,
|
|
@@ -20,7 +20,6 @@ declare function Button({
|
|
|
20
20
|
variant,
|
|
21
21
|
size,
|
|
22
22
|
...props
|
|
23
|
-
}: ButtonProps):
|
|
23
|
+
}: ButtonProps): react_jsx_runtime18.JSX.Element;
|
|
24
24
|
//#endregion
|
|
25
|
-
export { Button, type ButtonProps, buttonTextVariants, buttonVariants };
|
|
26
|
-
//# sourceMappingURL=button.d.ts.map
|
|
25
|
+
export { Button, type ButtonProps, buttonTextVariants, buttonVariants };
|
package/dist/ui/button.js
CHANGED
package/dist/ui/card.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
2
|
import { Text, TextProps, View, ViewProps } from "react-native";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react_jsx_runtime27 from "react/jsx-runtime";
|
|
4
4
|
|
|
5
5
|
//#region ui/card.d.ts
|
|
6
6
|
declare function Card({
|
|
@@ -8,37 +8,36 @@ declare function Card({
|
|
|
8
8
|
...props
|
|
9
9
|
}: ViewProps & {
|
|
10
10
|
ref?: React$1.RefObject<View>;
|
|
11
|
-
}):
|
|
11
|
+
}): react_jsx_runtime27.JSX.Element;
|
|
12
12
|
declare function CardHeader({
|
|
13
13
|
className,
|
|
14
14
|
...props
|
|
15
15
|
}: ViewProps & {
|
|
16
16
|
ref?: React$1.RefObject<View>;
|
|
17
|
-
}):
|
|
17
|
+
}): react_jsx_runtime27.JSX.Element;
|
|
18
18
|
declare function CardTitle({
|
|
19
19
|
className,
|
|
20
20
|
...props
|
|
21
21
|
}: TextProps & {
|
|
22
22
|
ref?: React$1.RefObject<Text>;
|
|
23
|
-
}):
|
|
23
|
+
}): react_jsx_runtime27.JSX.Element;
|
|
24
24
|
declare function CardDescription({
|
|
25
25
|
className,
|
|
26
26
|
...props
|
|
27
27
|
}: TextProps & {
|
|
28
28
|
ref?: React$1.RefObject<Text>;
|
|
29
|
-
}):
|
|
29
|
+
}): react_jsx_runtime27.JSX.Element;
|
|
30
30
|
declare function CardContent({
|
|
31
31
|
className,
|
|
32
32
|
...props
|
|
33
33
|
}: ViewProps & {
|
|
34
34
|
ref?: React$1.RefObject<View>;
|
|
35
|
-
}):
|
|
35
|
+
}): react_jsx_runtime27.JSX.Element;
|
|
36
36
|
declare function CardFooter({
|
|
37
37
|
className,
|
|
38
38
|
...props
|
|
39
39
|
}: ViewProps & {
|
|
40
40
|
ref?: React$1.RefObject<View>;
|
|
41
|
-
}):
|
|
41
|
+
}): react_jsx_runtime27.JSX.Element;
|
|
42
42
|
//#endregion
|
|
43
|
-
export { Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle };
|
|
44
|
-
//# sourceMappingURL=card.d.ts.map
|
|
43
|
+
export { Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle };
|
package/dist/ui/card.js
CHANGED
|
@@ -48,5 +48,4 @@ function CardFooter({ className, ...props }) {
|
|
|
48
48
|
}
|
|
49
49
|
|
|
50
50
|
//#endregion
|
|
51
|
-
export { Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle };
|
|
52
|
-
//# sourceMappingURL=card.js.map
|
|
51
|
+
export { Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle };
|
package/dist/ui/carousel.d.ts
CHANGED
package/dist/ui/carousel.js
CHANGED
package/dist/ui/checkbox.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_native5 from "react-native";
|
|
3
3
|
|
|
4
4
|
//#region ui/checkbox.d.ts
|
|
5
|
-
declare const Checkbox: React$1.ForwardRefExoticComponent<Omit<Omit<
|
|
5
|
+
declare const Checkbox: React$1.ForwardRefExoticComponent<Omit<Omit<react_native5.PressableProps & React$1.RefAttributes<react_native5.View>, "ref"> & {
|
|
6
6
|
asChild?: boolean;
|
|
7
7
|
} & {
|
|
8
8
|
onKeyDown?: (ev: React$1.KeyboardEvent) => void;
|
|
@@ -11,7 +11,6 @@ declare const Checkbox: React$1.ForwardRefExoticComponent<Omit<Omit<react_native
|
|
|
11
11
|
checked: boolean;
|
|
12
12
|
onCheckedChange: (checked: boolean) => void;
|
|
13
13
|
disabled?: boolean;
|
|
14
|
-
} & React$1.RefAttributes<
|
|
14
|
+
} & React$1.RefAttributes<react_native5.View>, "ref"> & React$1.RefAttributes<react_native5.View>>;
|
|
15
15
|
//#endregion
|
|
16
|
-
export { Checkbox };
|
|
17
|
-
//# sourceMappingURL=checkbox.d.ts.map
|
|
16
|
+
export { Checkbox };
|
package/dist/ui/checkbox.js
CHANGED
package/dist/ui/collapsible.d.ts
CHANGED
|
@@ -1,25 +1,24 @@
|
|
|
1
1
|
import * as react1 from "react";
|
|
2
|
-
import * as
|
|
3
|
-
import * as
|
|
2
|
+
import * as react_native9 from "react-native";
|
|
3
|
+
import * as _rn_primitives_types0 from "@rn-primitives/types";
|
|
4
4
|
|
|
5
5
|
//#region ui/collapsible.d.ts
|
|
6
|
-
declare const Collapsible: react1.ForwardRefExoticComponent<
|
|
6
|
+
declare const Collapsible: react1.ForwardRefExoticComponent<react_native9.ViewProps & {
|
|
7
7
|
asChild?: boolean;
|
|
8
8
|
} & {
|
|
9
9
|
open?: boolean;
|
|
10
10
|
defaultOpen?: boolean;
|
|
11
11
|
onOpenChange?: (open: boolean) => void;
|
|
12
12
|
disabled?: boolean;
|
|
13
|
-
} & react1.RefAttributes<
|
|
14
|
-
declare const CollapsibleTrigger: react1.ForwardRefExoticComponent<Omit<
|
|
13
|
+
} & react1.RefAttributes<react_native9.View>>;
|
|
14
|
+
declare const CollapsibleTrigger: react1.ForwardRefExoticComponent<Omit<react_native9.PressableProps & react1.RefAttributes<react_native9.View>, "ref"> & {
|
|
15
15
|
asChild?: boolean;
|
|
16
16
|
} & {
|
|
17
17
|
onKeyDown?: (ev: React.KeyboardEvent) => void;
|
|
18
18
|
onKeyUp?: (ev: React.KeyboardEvent) => void;
|
|
19
|
-
} & react1.RefAttributes<
|
|
20
|
-
declare const CollapsibleContent: react1.ForwardRefExoticComponent<
|
|
19
|
+
} & react1.RefAttributes<react_native9.View>>;
|
|
20
|
+
declare const CollapsibleContent: react1.ForwardRefExoticComponent<_rn_primitives_types0.ForceMountable & react_native9.ViewProps & {
|
|
21
21
|
asChild?: boolean;
|
|
22
|
-
} & react1.RefAttributes<
|
|
22
|
+
} & react1.RefAttributes<react_native9.View>>;
|
|
23
23
|
//#endregion
|
|
24
|
-
export { Collapsible, CollapsibleContent, CollapsibleTrigger };
|
|
25
|
-
//# sourceMappingURL=collapsible.d.ts.map
|
|
24
|
+
export { Collapsible, CollapsibleContent, CollapsibleTrigger };
|
package/dist/ui/collapsible.js
CHANGED
|
@@ -6,5 +6,4 @@ const CollapsibleTrigger = CollapsiblePrimitive.Trigger;
|
|
|
6
6
|
const CollapsibleContent = CollapsiblePrimitive.Content;
|
|
7
7
|
|
|
8
8
|
//#endregion
|
|
9
|
-
export { Collapsible, CollapsibleContent, CollapsibleTrigger };
|
|
10
|
-
//# sourceMappingURL=collapsible.js.map
|
|
9
|
+
export { Collapsible, CollapsibleContent, CollapsibleTrigger };
|
package/dist/ui/command.d.ts
CHANGED
package/dist/ui/command.js
CHANGED