ingeniuscliq-core 0.4.24 → 0.4.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/common/carousel/{CustomCarousel.tsx → CustomCarousel.js} +1 -1
- package/dist/components/common/carousel/{CustomCarouselSection.tsx → CustomCarouselSection.js} +1 -1
- package/dist/components/common/form/{CustomFormField.tsx → CustomFormField.js} +1 -1
- package/dist/components/common/form/{FormCheckbox.tsx → FormCheckbox.js} +2 -2
- package/dist/components/common/form/{FormInput.tsx → FormInput.js} +2 -2
- package/dist/components/common/form/{FormSelect.tsx → FormSelect.js} +2 -2
- package/dist/components/common/form/{FormTextArea.tsx → FormTextArea.js} +2 -2
- package/dist/components/common/pagination/{CustomPagination.tsx → CustomPagination.js} +1 -1
- package/dist/components/common/select/{CustomSelect.tsx → CustomSelect.js} +1 -1
- package/dist/components/templates/{CoreHomeLayout.tsx → CoreHomeLayout.js} +1 -1
- package/dist/components/templates/{CorePreviewLayout.tsx → CorePreviewLayout.js} +1 -1
- package/dist/components/ui/{alert-dialog.tsx → alert-dialog.js} +1 -1
- package/dist/components/ui/{carousel.tsx → carousel.js} +1 -1
- package/dist/components/ui/{form.tsx → form.js} +1 -1
- package/dist/components/ui/{pagination.tsx → pagination.js} +1 -1
- package/dist/components/ui/{stepper.tsx → stepper.js} +1 -1
- package/dist/index.js +45 -45
- package/dist/modules/CoreAuth/index.js +1 -1
- package/package.json +3 -7
- /package/dist/components/common/form/{FormWrapper.tsx → FormWrapper.js} +0 -0
- /package/dist/components/common/logo/{Logo.tsx → Logo.js} +0 -0
- /package/dist/components/common/spinner/{Spinner.tsx → Spinner.js} +0 -0
- /package/dist/components/common/stepper/{Stepper.tsx → Stepper.js} +0 -0
- /package/dist/components/layouts/{CoreBaseLayout.tsx → CoreBaseLayout.js} +0 -0
- /package/dist/components/ui/{accordion.tsx → accordion.js} +0 -0
- /package/dist/components/ui/{alert.tsx → alert.js} +0 -0
- /package/dist/components/ui/{avatar.tsx → avatar.js} +0 -0
- /package/dist/components/ui/{badge.tsx → badge.js} +0 -0
- /package/dist/components/ui/{breadcrumb.tsx → breadcrumb.js} +0 -0
- /package/dist/components/ui/{button.tsx → button.js} +0 -0
- /package/dist/components/ui/{card.tsx → card.js} +0 -0
- /package/dist/components/ui/{checkbox.tsx → checkbox.js} +0 -0
- /package/dist/components/ui/{dialog.tsx → dialog.js} +0 -0
- /package/dist/components/ui/{dropdown-menu.tsx → dropdown-menu.js} +0 -0
- /package/dist/components/ui/{input.tsx → input.js} +0 -0
- /package/dist/components/ui/{label.tsx → label.js} +0 -0
- /package/dist/components/ui/{popover.tsx → popover.js} +0 -0
- /package/dist/components/ui/{radio-group.tsx → radio-group.js} +0 -0
- /package/dist/components/ui/{select.tsx → select.js} +0 -0
- /package/dist/components/ui/{separator.tsx → separator.js} +0 -0
- /package/dist/components/ui/{sheet.tsx → sheet.js} +0 -0
- /package/dist/components/ui/{skeleton.tsx → skeleton.js} +0 -0
- /package/dist/components/ui/{slider.tsx → slider.js} +0 -0
- /package/dist/components/ui/{switch.tsx → switch.js} +0 -0
- /package/dist/components/ui/{table.tsx → table.js} +0 -0
- /package/dist/components/ui/{tabs.tsx → tabs.js} +0 -0
- /package/dist/components/ui/{textarea.tsx → textarea.js} +0 -0
- /package/dist/components/ui/{tooltip.tsx → tooltip.js} +0 -0
- /package/dist/modules/CoreAuth/context/{AuthContext.tsx → AuthContext.js} +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs, jsx, Fragment } from 'react/jsx-runtime';
|
|
2
2
|
import { cn } from '../../../lib/utils.js';
|
|
3
|
-
import { Carousel, CarouselContent, CarouselItem, CarouselPrevious, CarouselNext } from '../../ui/carousel.
|
|
3
|
+
import { Carousel, CarouselContent, CarouselItem, CarouselPrevious, CarouselNext } from '../../ui/carousel.js';
|
|
4
4
|
|
|
5
5
|
function CustomCarousel({
|
|
6
6
|
items,
|
package/dist/components/common/carousel/{CustomCarouselSection.tsx → CustomCarouselSection.js}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs, jsx, Fragment } from 'react/jsx-runtime';
|
|
2
2
|
import { cn } from '../../../lib/utils.js';
|
|
3
|
-
import { Carousel, CarouselContent, CarouselItem, CarouselPrevious, CarouselNext } from '../../ui/carousel.
|
|
3
|
+
import { Carousel, CarouselContent, CarouselItem, CarouselPrevious, CarouselNext } from '../../ui/carousel.js';
|
|
4
4
|
|
|
5
5
|
function CustomCarouselSection({
|
|
6
6
|
className,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
2
|
-
import { FormField, FormItem, FormLabel, FormControl, FormMessage } from '../../ui/form.
|
|
2
|
+
import { FormField, FormItem, FormLabel, FormControl, FormMessage } from '../../ui/form.js';
|
|
3
3
|
|
|
4
4
|
function CustomFormField({
|
|
5
5
|
control,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
2
|
-
import { CustomFormField } from './CustomFormField.
|
|
2
|
+
import { CustomFormField } from './CustomFormField.js';
|
|
3
3
|
import { useLanguage } from '../../../hooks/useLanguage.js';
|
|
4
|
-
import { Checkbox } from '../../ui/checkbox.
|
|
4
|
+
import { Checkbox } from '../../ui/checkbox.js';
|
|
5
5
|
import { useCallback } from 'react';
|
|
6
6
|
|
|
7
7
|
function FormCheckbox({
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
|
-
import { CustomFormField } from './CustomFormField.
|
|
3
|
-
import { Input } from '../../ui/input.
|
|
2
|
+
import { CustomFormField } from './CustomFormField.js';
|
|
3
|
+
import { Input } from '../../ui/input.js';
|
|
4
4
|
import { useLanguage } from '../../../hooks/useLanguage.js';
|
|
5
5
|
import { useCallback } from 'react';
|
|
6
6
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
2
|
-
import { CustomFormField } from './CustomFormField.
|
|
3
|
-
import { Select, SelectTrigger, SelectValue, SelectContent, SelectItem } from '../../ui/select.
|
|
2
|
+
import { CustomFormField } from './CustomFormField.js';
|
|
3
|
+
import { Select, SelectTrigger, SelectValue, SelectContent, SelectItem } from '../../ui/select.js';
|
|
4
4
|
import { useLanguage } from '../../../hooks/useLanguage.js';
|
|
5
5
|
import { cn } from '../../../lib/utils.js';
|
|
6
6
|
import { useCallback } from 'react';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
|
-
import { CustomFormField } from './CustomFormField.
|
|
3
|
-
import { Textarea } from '../../ui/textarea.
|
|
2
|
+
import { CustomFormField } from './CustomFormField.js';
|
|
3
|
+
import { Textarea } from '../../ui/textarea.js';
|
|
4
4
|
import { useLanguage } from '../../../hooks/useLanguage.js';
|
|
5
5
|
import { useCallback } from 'react';
|
|
6
6
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
2
|
-
import { Pagination, PaginationContent, PaginationItem, PaginationPrevious, PaginationEllipsis, PaginationLink, PaginationNext } from '../../ui/pagination.
|
|
2
|
+
import { Pagination, PaginationContent, PaginationItem, PaginationPrevious, PaginationEllipsis, PaginationLink, PaginationNext } from '../../ui/pagination.js';
|
|
3
3
|
|
|
4
4
|
function CustomPagination({
|
|
5
5
|
currentPage,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { cn } from '../../../lib/utils.js';
|
|
3
|
-
import { Select, SelectTrigger, SelectValue, SelectContent, SelectItem } from '../../ui/select.
|
|
3
|
+
import { Select, SelectTrigger, SelectValue, SelectContent, SelectItem } from '../../ui/select.js';
|
|
4
4
|
|
|
5
5
|
function CustomSelect({
|
|
6
6
|
options,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
|
-
import { CoreBaseLayout } from '../layouts/CoreBaseLayout.
|
|
2
|
+
import { CoreBaseLayout } from '../layouts/CoreBaseLayout.js';
|
|
3
3
|
|
|
4
4
|
function CoreHomeLayout({ styles, children }) {
|
|
5
5
|
return /* @__PURE__ */ jsx(CoreBaseLayout, { styles, children });
|
|
@@ -2,7 +2,7 @@ import { jsx, jsxs } from 'react/jsx-runtime';
|
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
import * as AlertDialogPrimitive from '@radix-ui/react-alert-dialog';
|
|
4
4
|
import { cn } from '../../lib/utils.js';
|
|
5
|
-
import { buttonVariants } from './button.
|
|
5
|
+
import { buttonVariants } from './button.js';
|
|
6
6
|
|
|
7
7
|
const AlertDialog = AlertDialogPrimitive.Root;
|
|
8
8
|
const AlertDialogTrigger = AlertDialogPrimitive.Trigger;
|
|
@@ -3,7 +3,7 @@ import * as React from 'react';
|
|
|
3
3
|
import useEmblaCarousel from 'embla-carousel-react';
|
|
4
4
|
import { ArrowLeft, ArrowRight } from 'lucide-react';
|
|
5
5
|
import { cn } from '../../lib/utils.js';
|
|
6
|
-
import { Button } from './button.
|
|
6
|
+
import { Button } from './button.js';
|
|
7
7
|
|
|
8
8
|
const CarouselContext = React.createContext(null);
|
|
9
9
|
function useCarousel() {
|
|
@@ -3,7 +3,7 @@ import * as React from 'react';
|
|
|
3
3
|
import { Slot } from '@radix-ui/react-slot';
|
|
4
4
|
import { useFormContext, FormProvider, Controller } from 'react-hook-form';
|
|
5
5
|
import { cn } from '../../lib/utils.js';
|
|
6
|
-
import { Label } from './label.
|
|
6
|
+
import { Label } from './label.js';
|
|
7
7
|
|
|
8
8
|
const Form = FormProvider;
|
|
9
9
|
const FormFieldContext = React.createContext(
|
|
@@ -2,7 +2,7 @@ import { jsx, jsxs } from 'react/jsx-runtime';
|
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
import { MoreHorizontal, ChevronRight, ChevronLeft } from 'lucide-react';
|
|
4
4
|
import { cn } from '../../lib/utils.js';
|
|
5
|
-
import { buttonVariants } from './button.
|
|
5
|
+
import { buttonVariants } from './button.js';
|
|
6
6
|
import { useLanguage } from '../../hooks/useLanguage.js';
|
|
7
7
|
|
|
8
8
|
const Pagination = ({ className, ...props }) => /* @__PURE__ */ jsx(
|
|
@@ -4,7 +4,7 @@ import * as Stepperize from '@stepperize/react';
|
|
|
4
4
|
import { cva } from 'class-variance-authority';
|
|
5
5
|
import * as React from 'react';
|
|
6
6
|
import { cn } from '../../lib/utils.js';
|
|
7
|
-
import { Button } from './button.
|
|
7
|
+
import { Button } from './button.js';
|
|
8
8
|
|
|
9
9
|
const StepperContext = React.createContext(null);
|
|
10
10
|
const useStepperProvider = () => {
|
package/dist/index.js
CHANGED
|
@@ -27,51 +27,51 @@ export { CoreShopCartBaseService } from './modules/CoreShopCart/services/base.js
|
|
|
27
27
|
export { CoreShipmentBuilder } from './modules/CoreShipment/classes/CoreShipmentBuilder.js';
|
|
28
28
|
export { CoreShipmentBaseService } from './modules/CoreShipment/services/base.js';
|
|
29
29
|
export { CoreShippingMethodTypesEnum } from './modules/CoreShipment/types/CoreShipment.js';
|
|
30
|
-
export { CoreBaseLayout } from './components/layouts/CoreBaseLayout.
|
|
31
|
-
export { CoreHomeLayout } from './components/templates/CoreHomeLayout.
|
|
32
|
-
export { CorePreviewLayout } from './components/templates/CorePreviewLayout.
|
|
33
|
-
export { CustomCarousel } from './components/common/carousel/CustomCarousel.
|
|
34
|
-
export { CustomCarouselSection } from './components/common/carousel/CustomCarouselSection.
|
|
35
|
-
export { FormInput } from './components/common/form/FormInput.
|
|
36
|
-
export { FormTextArea } from './components/common/form/FormTextArea.
|
|
37
|
-
export { FormSelect } from './components/common/form/FormSelect.
|
|
38
|
-
export { FormCheckbox } from './components/common/form/FormCheckbox.
|
|
39
|
-
export { FormWrapper } from './components/common/form/FormWrapper.
|
|
40
|
-
export { CustomFormField } from './components/common/form/CustomFormField.
|
|
41
|
-
export { Logo } from './components/common/logo/Logo.
|
|
42
|
-
export { CustomPagination } from './components/common/pagination/CustomPagination.
|
|
43
|
-
export { CustomSelect } from './components/common/select/CustomSelect.
|
|
44
|
-
export { Spinner } from './components/common/spinner/Spinner.
|
|
45
|
-
export { Stepper } from './components/common/stepper/Stepper.
|
|
46
|
-
export { Accordion, AccordionContent, AccordionItem, AccordionTrigger } from './components/ui/accordion.
|
|
47
|
-
export { AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger } from './components/ui/alert-dialog.
|
|
48
|
-
export { Alert, AlertDescription, AlertTitle } from './components/ui/alert.
|
|
49
|
-
export { Avatar, AvatarFallback, AvatarImage } from './components/ui/avatar.
|
|
50
|
-
export { Badge, badgeVariants } from './components/ui/badge.
|
|
51
|
-
export { Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator } from './components/ui/breadcrumb.
|
|
52
|
-
export { Button, buttonVariants } from './components/ui/button.
|
|
53
|
-
export { Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle } from './components/ui/card.
|
|
54
|
-
export { Carousel, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious } from './components/ui/carousel.
|
|
55
|
-
export { Checkbox } from './components/ui/checkbox.
|
|
56
|
-
export { Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger } from './components/ui/dialog.
|
|
57
|
-
export { DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger } from './components/ui/dropdown-menu.
|
|
58
|
-
export { Form, FormControl, FormDescription, FormField, FormItem, FormLabel, FormMessage, useFormField } from './components/ui/form.
|
|
59
|
-
export { Input } from './components/ui/input.
|
|
60
|
-
export { Label } from './components/ui/label.
|
|
61
|
-
export { Pagination, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, PaginationNext, PaginationPrevious } from './components/ui/pagination.
|
|
62
|
-
export { Popover, PopoverAnchor, PopoverContent, PopoverTrigger } from './components/ui/popover.
|
|
63
|
-
export { RadioGroup, RadioGroupItem } from './components/ui/radio-group.
|
|
64
|
-
export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue } from './components/ui/select.
|
|
65
|
-
export { Separator } from './components/ui/separator.
|
|
66
|
-
export { defineStepper } from './components/ui/stepper.
|
|
67
|
-
export { Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetOverlay, SheetPortal, SheetTitle, SheetTrigger } from './components/ui/sheet.
|
|
68
|
-
export { Skeleton } from './components/ui/skeleton.
|
|
69
|
-
export { Slider } from './components/ui/slider.
|
|
70
|
-
export { Switch } from './components/ui/switch.
|
|
71
|
-
export { Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow } from './components/ui/table.
|
|
72
|
-
export { Tabs, TabsContent, TabsList, TabsTrigger } from './components/ui/tabs.
|
|
73
|
-
export { Textarea } from './components/ui/textarea.
|
|
74
|
-
export { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger } from './components/ui/tooltip.
|
|
30
|
+
export { CoreBaseLayout } from './components/layouts/CoreBaseLayout.js';
|
|
31
|
+
export { CoreHomeLayout } from './components/templates/CoreHomeLayout.js';
|
|
32
|
+
export { CorePreviewLayout } from './components/templates/CorePreviewLayout.js';
|
|
33
|
+
export { CustomCarousel } from './components/common/carousel/CustomCarousel.js';
|
|
34
|
+
export { CustomCarouselSection } from './components/common/carousel/CustomCarouselSection.js';
|
|
35
|
+
export { FormInput } from './components/common/form/FormInput.js';
|
|
36
|
+
export { FormTextArea } from './components/common/form/FormTextArea.js';
|
|
37
|
+
export { FormSelect } from './components/common/form/FormSelect.js';
|
|
38
|
+
export { FormCheckbox } from './components/common/form/FormCheckbox.js';
|
|
39
|
+
export { FormWrapper } from './components/common/form/FormWrapper.js';
|
|
40
|
+
export { CustomFormField } from './components/common/form/CustomFormField.js';
|
|
41
|
+
export { Logo } from './components/common/logo/Logo.js';
|
|
42
|
+
export { CustomPagination } from './components/common/pagination/CustomPagination.js';
|
|
43
|
+
export { CustomSelect } from './components/common/select/CustomSelect.js';
|
|
44
|
+
export { Spinner } from './components/common/spinner/Spinner.js';
|
|
45
|
+
export { Stepper } from './components/common/stepper/Stepper.js';
|
|
46
|
+
export { Accordion, AccordionContent, AccordionItem, AccordionTrigger } from './components/ui/accordion.js';
|
|
47
|
+
export { AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger } from './components/ui/alert-dialog.js';
|
|
48
|
+
export { Alert, AlertDescription, AlertTitle } from './components/ui/alert.js';
|
|
49
|
+
export { Avatar, AvatarFallback, AvatarImage } from './components/ui/avatar.js';
|
|
50
|
+
export { Badge, badgeVariants } from './components/ui/badge.js';
|
|
51
|
+
export { Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator } from './components/ui/breadcrumb.js';
|
|
52
|
+
export { Button, buttonVariants } from './components/ui/button.js';
|
|
53
|
+
export { Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle } from './components/ui/card.js';
|
|
54
|
+
export { Carousel, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious } from './components/ui/carousel.js';
|
|
55
|
+
export { Checkbox } from './components/ui/checkbox.js';
|
|
56
|
+
export { Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger } from './components/ui/dialog.js';
|
|
57
|
+
export { DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger } from './components/ui/dropdown-menu.js';
|
|
58
|
+
export { Form, FormControl, FormDescription, FormField, FormItem, FormLabel, FormMessage, useFormField } from './components/ui/form.js';
|
|
59
|
+
export { Input } from './components/ui/input.js';
|
|
60
|
+
export { Label } from './components/ui/label.js';
|
|
61
|
+
export { Pagination, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, PaginationNext, PaginationPrevious } from './components/ui/pagination.js';
|
|
62
|
+
export { Popover, PopoverAnchor, PopoverContent, PopoverTrigger } from './components/ui/popover.js';
|
|
63
|
+
export { RadioGroup, RadioGroupItem } from './components/ui/radio-group.js';
|
|
64
|
+
export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue } from './components/ui/select.js';
|
|
65
|
+
export { Separator } from './components/ui/separator.js';
|
|
66
|
+
export { defineStepper } from './components/ui/stepper.js';
|
|
67
|
+
export { Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetOverlay, SheetPortal, SheetTitle, SheetTrigger } from './components/ui/sheet.js';
|
|
68
|
+
export { Skeleton } from './components/ui/skeleton.js';
|
|
69
|
+
export { Slider } from './components/ui/slider.js';
|
|
70
|
+
export { Switch } from './components/ui/switch.js';
|
|
71
|
+
export { Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow } from './components/ui/table.js';
|
|
72
|
+
export { Tabs, TabsContent, TabsList, TabsTrigger } from './components/ui/tabs.js';
|
|
73
|
+
export { Textarea } from './components/ui/textarea.js';
|
|
74
|
+
export { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger } from './components/ui/tooltip.js';
|
|
75
75
|
export { useIsMobile } from './hooks/use-mobile.js';
|
|
76
76
|
export { useLanguage } from './hooks/useLanguage.js';
|
|
77
77
|
export { useNotify } from './hooks/useNotification.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import 'zustand';
|
|
2
2
|
import '../../helpers/axiosGlobal.js';
|
|
3
3
|
export { createAuthStore, resetAuthStore, setAuthStore, useAuthStore } from './stores/authStore.js';
|
|
4
|
-
import './context/AuthContext.
|
|
4
|
+
import './context/AuthContext.js';
|
|
5
5
|
import { loadModuleTranslations } from '../../i18n/utils/loadModuleTranslations.js';
|
|
6
6
|
import enTranslations from './locale/en.json.js';
|
|
7
7
|
import esTranslations from './locale/es.json.js';
|
package/package.json
CHANGED
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ingeniuscliq-core",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.26",
|
|
4
4
|
"description": "IngeniusCliq Core UI y lógica compartida",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "./dist/index.js",
|
|
8
|
+
"module": "./dist/index.js",
|
|
8
9
|
"types": "./dist/index.d.ts",
|
|
9
|
-
"exports": {
|
|
10
|
-
".": {
|
|
11
|
-
"import": "./dist/index.js",
|
|
12
|
-
"types": "./dist/index.d.ts"
|
|
13
|
-
}
|
|
14
|
-
},
|
|
15
10
|
"files": [
|
|
16
11
|
"dist",
|
|
17
12
|
"src/commands"
|
|
@@ -61,6 +56,7 @@
|
|
|
61
56
|
"class-variance-authority": "0.7.1",
|
|
62
57
|
"clsx": "2.1.1",
|
|
63
58
|
"enquirer": "^2.4.1",
|
|
59
|
+
"ingeniuscliq-core": "file:ingeniuscliq-core-0.4.25.tgz",
|
|
64
60
|
"lucide-react": "0.539.0",
|
|
65
61
|
"tw-animate-css": "^1.4.0",
|
|
66
62
|
"vaul": "1.1.2",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|