@gv-tech/ui-web 2.23.1 → 2.23.2
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/accordion.d.ts +2 -0
- package/dist/accordion.d.ts.map +1 -1
- package/dist/alert-dialog.d.ts +2 -0
- package/dist/alert-dialog.d.ts.map +1 -1
- package/dist/alert.d.ts +2 -0
- package/dist/alert.d.ts.map +1 -1
- package/dist/aspect-ratio.d.ts +2 -0
- package/dist/aspect-ratio.d.ts.map +1 -1
- package/dist/avatar.d.ts +2 -0
- package/dist/avatar.d.ts.map +1 -1
- package/dist/badge.d.ts +2 -0
- package/dist/badge.d.ts.map +1 -1
- package/dist/breadcrumb.d.ts +2 -0
- package/dist/breadcrumb.d.ts.map +1 -1
- package/dist/button.d.ts +2 -0
- package/dist/button.d.ts.map +1 -1
- package/dist/calendar.d.ts +2 -0
- package/dist/calendar.d.ts.map +1 -1
- package/dist/card.d.ts +2 -0
- package/dist/card.d.ts.map +1 -1
- package/dist/carousel.d.ts +2 -0
- package/dist/carousel.d.ts.map +1 -1
- package/dist/checkbox.d.ts +2 -0
- package/dist/checkbox.d.ts.map +1 -1
- package/dist/collapsible.d.ts +2 -0
- package/dist/collapsible.d.ts.map +1 -1
- package/dist/command.d.ts +2 -0
- package/dist/command.d.ts.map +1 -1
- package/dist/context-menu.d.ts +2 -0
- package/dist/context-menu.d.ts.map +1 -1
- package/dist/dialog.d.ts +2 -0
- package/dist/dialog.d.ts.map +1 -1
- package/dist/drawer.d.ts +2 -0
- package/dist/drawer.d.ts.map +1 -1
- package/dist/dropdown-menu.d.ts +2 -0
- package/dist/dropdown-menu.d.ts.map +1 -1
- package/dist/hover-card.d.ts +2 -0
- package/dist/hover-card.d.ts.map +1 -1
- package/dist/input.d.ts +2 -0
- package/dist/input.d.ts.map +1 -1
- package/dist/label.d.ts +2 -0
- package/dist/label.d.ts.map +1 -1
- package/dist/menubar.d.ts +2 -0
- package/dist/menubar.d.ts.map +1 -1
- package/dist/navigation-menu.d.ts +2 -0
- package/dist/navigation-menu.d.ts.map +1 -1
- package/dist/pagination.d.ts +2 -0
- package/dist/pagination.d.ts.map +1 -1
- package/dist/popover.d.ts +2 -0
- package/dist/popover.d.ts.map +1 -1
- package/dist/progress.d.ts +2 -0
- package/dist/progress.d.ts.map +1 -1
- package/dist/scroll-area.d.ts +2 -0
- package/dist/scroll-area.d.ts.map +1 -1
- package/dist/select.d.ts +2 -0
- package/dist/select.d.ts.map +1 -1
- package/dist/separator.d.ts +2 -0
- package/dist/separator.d.ts.map +1 -1
- package/dist/sheet.d.ts +2 -0
- package/dist/sheet.d.ts.map +1 -1
- package/dist/skeleton.d.ts +2 -0
- package/dist/skeleton.d.ts.map +1 -1
- package/dist/slider.d.ts +2 -0
- package/dist/slider.d.ts.map +1 -1
- package/dist/sonner.d.ts +3 -1
- package/dist/sonner.d.ts.map +1 -1
- package/dist/switch.d.ts +2 -0
- package/dist/switch.d.ts.map +1 -1
- package/dist/table.d.ts +2 -0
- package/dist/table.d.ts.map +1 -1
- package/dist/tabs.d.ts +2 -0
- package/dist/tabs.d.ts.map +1 -1
- package/dist/textarea.d.ts +2 -0
- package/dist/textarea.d.ts.map +1 -1
- package/dist/toast.d.ts +2 -0
- package/dist/toast.d.ts.map +1 -1
- package/dist/toggle-group.d.ts +2 -0
- package/dist/toggle-group.d.ts.map +1 -1
- package/dist/toggle.d.ts +2 -0
- package/dist/toggle.d.ts.map +1 -1
- package/dist/tooltip.d.ts +2 -0
- package/dist/tooltip.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/accordion.tsx +2 -1
- package/src/alert-dialog.tsx +2 -1
- package/src/alert.tsx +1 -1
- package/src/aspect-ratio.tsx +2 -1
- package/src/avatar.tsx +1 -1
- package/src/badge.tsx +1 -1
- package/src/breadcrumb.tsx +2 -1
- package/src/button.tsx +1 -1
- package/src/calendar.tsx +1 -1
- package/src/card.tsx +1 -1
- package/src/carousel.tsx +1 -1
- package/src/checkbox.tsx +1 -1
- package/src/collapsible.tsx +2 -1
- package/src/command.tsx +1 -1
- package/src/context-menu.tsx +2 -1
- package/src/dialog.tsx +1 -1
- package/src/drawer.tsx +1 -1
- package/src/dropdown-menu.tsx +2 -1
- package/src/hover-card.tsx +2 -1
- package/src/input.tsx +1 -1
- package/src/label.tsx +1 -1
- package/src/menubar.tsx +1 -1
- package/src/navigation-menu.tsx +2 -3
- package/src/pagination.tsx +2 -1
- package/src/popover.tsx +1 -1
- package/src/progress.tsx +1 -1
- package/src/scroll-area.tsx +2 -1
- package/src/select.tsx +1 -1
- package/src/separator.tsx +2 -1
- package/src/sheet.tsx +1 -1
- package/src/skeleton.tsx +1 -1
- package/src/slider.tsx +1 -1
- package/src/sonner.tsx +1 -1
- package/src/switch.tsx +1 -1
- package/src/table.tsx +1 -1
- package/src/tabs.tsx +1 -1
- package/src/textarea.tsx +1 -1
- package/src/toast.tsx +1 -1
- package/src/toggle-group.tsx +2 -1
- package/src/toggle.tsx +1 -1
- package/src/tooltip.tsx +1 -1
package/dist/select.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { Select as SelectPrimitive } from 'radix-ui';
|
|
2
|
+
import { SelectBaseProps } from '@gv-tech/ui-core';
|
|
2
3
|
import * as React from 'react';
|
|
3
4
|
declare function Select({ ...props }: React.ComponentProps<typeof SelectPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
|
|
4
5
|
declare function SelectGroup({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.Group>): import("react/jsx-runtime").JSX.Element;
|
|
@@ -13,4 +14,5 @@ declare function SelectSeparator({ className, ...props }: React.ComponentProps<t
|
|
|
13
14
|
declare function SelectScrollUpButton({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.ScrollUpButton>): import("react/jsx-runtime").JSX.Element;
|
|
14
15
|
declare function SelectScrollDownButton({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.ScrollDownButton>): import("react/jsx-runtime").JSX.Element;
|
|
15
16
|
export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, };
|
|
17
|
+
export type ___verifySelectContract = React.ComponentProps<typeof Select> extends SelectBaseProps ? true : false;
|
|
16
18
|
//# sourceMappingURL=select.d.ts.map
|
package/dist/select.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"select.d.ts","sourceRoot":"","sources":["../src/select.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,UAAU,CAAC;AACrD,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"select.d.ts","sourceRoot":"","sources":["../src/select.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,UAAU,CAAC;AACrD,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAK/B,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAExD,iBAAS,MAAM,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,IAAI,CAAC,2CAE9E;AAED,iBAAS,WAAW,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,KAAK,CAAC,2CAE/F;AAED,iBAAS,WAAW,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,KAAK,CAAC,2CAEpF;AAED,iBAAS,aAAa,CAAC,EACrB,SAAS,EACT,IAAgB,EAChB,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,OAAO,CAAC,GAAG;IACxD,IAAI,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;CACzB,2CAiBA;AAED,iBAAS,aAAa,CAAC,EACrB,SAAS,EACT,QAAQ,EACR,QAAyB,EACzB,KAAgB,EAChB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,OAAO,CAAC,2CA8BtD;AAED,iBAAS,WAAW,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,KAAK,CAAC,2CAQ/F;AAED,iBAAS,UAAU,CAAC,EAAE,SAAS,EAAE,QAAQ,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,IAAI,CAAC,2CAkBvG;AAED,iBAAS,eAAe,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,SAAS,CAAC,2CAQvG;AAED,iBAAS,oBAAoB,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,cAAc,CAAC,2CAajH;AAED,iBAAS,sBAAsB,CAAC,EAC9B,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,gBAAgB,CAAC,2CAa/D;AAED,OAAO,EACL,MAAM,EACN,aAAa,EACb,WAAW,EACX,UAAU,EACV,WAAW,EACX,sBAAsB,EACtB,oBAAoB,EACpB,eAAe,EACf,aAAa,EACb,WAAW,GACZ,CAAC;AAGF,MAAM,MAAM,uBAAuB,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,MAAM,CAAC,SAAS,eAAe,GAAG,IAAI,GAAG,KAAK,CAAC"}
|
package/dist/separator.d.ts
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import { Separator as SeparatorPrimitive } from 'radix-ui';
|
|
2
|
+
import { SeparatorBaseProps } from '@gv-tech/ui-core';
|
|
2
3
|
import * as React from 'react';
|
|
3
4
|
declare function Separator({ className, orientation, decorative, ...props }: React.ComponentProps<typeof SeparatorPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
|
|
4
5
|
export { Separator };
|
|
6
|
+
export type ___verifySeparatorContract = React.ComponentProps<typeof Separator> extends SeparatorBaseProps ? true : false;
|
|
5
7
|
//# sourceMappingURL=separator.d.ts.map
|
package/dist/separator.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"separator.d.ts","sourceRoot":"","sources":["../src/separator.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,IAAI,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAC3D,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"separator.d.ts","sourceRoot":"","sources":["../src/separator.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,IAAI,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAC3D,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,kBAAkB,CAAC;AAE3D,iBAAS,SAAS,CAAC,EACjB,SAAS,EACT,WAA0B,EAC1B,UAAiB,EACjB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,kBAAkB,CAAC,IAAI,CAAC,2CAatD;AAED,OAAO,EAAE,SAAS,EAAE,CAAC;AAGrB,MAAM,MAAM,0BAA0B,GACpC,KAAK,CAAC,cAAc,CAAC,OAAO,SAAS,CAAC,SAAS,kBAAkB,GAAG,IAAI,GAAG,KAAK,CAAC"}
|
package/dist/sheet.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { Dialog as SheetPrimitive } from 'radix-ui';
|
|
2
|
+
import { SheetBaseProps } from '@gv-tech/ui-core';
|
|
2
3
|
import * as React from 'react';
|
|
3
4
|
declare function Sheet({ ...props }: React.ComponentProps<typeof SheetPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
|
|
4
5
|
declare function SheetTrigger({ ...props }: React.ComponentProps<typeof SheetPrimitive.Trigger>): import("react/jsx-runtime").JSX.Element;
|
|
@@ -12,4 +13,5 @@ declare function SheetFooter({ className, ...props }: React.ComponentProps<'div'
|
|
|
12
13
|
declare function SheetTitle({ className, ...props }: React.ComponentProps<typeof SheetPrimitive.Title>): import("react/jsx-runtime").JSX.Element;
|
|
13
14
|
declare function SheetDescription({ className, ...props }: React.ComponentProps<typeof SheetPrimitive.Description>): import("react/jsx-runtime").JSX.Element;
|
|
14
15
|
export { Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger };
|
|
16
|
+
export type ___verifySheetContract = React.ComponentProps<typeof Sheet> extends SheetBaseProps ? true : false;
|
|
15
17
|
//# sourceMappingURL=sheet.d.ts.map
|
package/dist/sheet.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sheet.d.ts","sourceRoot":"","sources":["../src/sheet.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,IAAI,cAAc,EAAE,MAAM,UAAU,CAAC;AACpD,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"sheet.d.ts","sourceRoot":"","sources":["../src/sheet.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,IAAI,cAAc,EAAE,MAAM,UAAU,CAAC;AACpD,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAM/B,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAEvD,iBAAS,KAAK,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,cAAc,CAAC,IAAI,CAAC,2CAE5E;AAED,iBAAS,YAAY,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,cAAc,CAAC,OAAO,CAAC,2CAEtF;AAED,iBAAS,UAAU,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,cAAc,CAAC,KAAK,CAAC,2CAElF;AAmBD,iBAAS,YAAY,CAAC,EACpB,SAAS,EACT,QAAQ,EACR,IAAc,EACd,eAAsB,EACtB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,cAAc,CAAC,OAAO,CAAC,GAAG;IACvD,IAAI,CAAC,EAAE,KAAK,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM,CAAC;IAC3C,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B,2CAyBA;AAED,iBAAS,WAAW,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAExE;AAED,iBAAS,WAAW,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAExE;AAED,iBAAS,UAAU,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,cAAc,CAAC,KAAK,CAAC,2CAQ7F;AAED,iBAAS,gBAAgB,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,cAAc,CAAC,WAAW,CAAC,2CAQzG;AAED,OAAO,EAAE,KAAK,EAAE,UAAU,EAAE,YAAY,EAAE,gBAAgB,EAAE,WAAW,EAAE,WAAW,EAAE,UAAU,EAAE,YAAY,EAAE,CAAC;AAGjH,MAAM,MAAM,sBAAsB,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,KAAK,CAAC,SAAS,cAAc,GAAG,IAAI,GAAG,KAAK,CAAC"}
|
package/dist/skeleton.d.ts
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { SkeletonBaseProps } from '@gv-tech/ui-core';
|
|
1
2
|
declare function Skeleton({ className, ...props }: React.ComponentProps<'div'>): import("react/jsx-runtime").JSX.Element;
|
|
2
3
|
export { Skeleton };
|
|
4
|
+
export type ___verifySkeletonContract = React.ComponentProps<typeof Skeleton> extends SkeletonBaseProps ? true : false;
|
|
3
5
|
//# sourceMappingURL=skeleton.d.ts.map
|
package/dist/skeleton.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"skeleton.d.ts","sourceRoot":"","sources":["../src/skeleton.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"skeleton.d.ts","sourceRoot":"","sources":["../src/skeleton.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AAE1D,iBAAS,QAAQ,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAErE;AAED,OAAO,EAAE,QAAQ,EAAE,CAAC;AAGpB,MAAM,MAAM,yBAAyB,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,QAAQ,CAAC,SAAS,iBAAiB,GAAG,IAAI,GAAG,KAAK,CAAC"}
|
package/dist/slider.d.ts
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import { Slider as SliderPrimitive } from 'radix-ui';
|
|
2
|
+
import { SliderBaseProps } from '@gv-tech/ui-core';
|
|
2
3
|
import * as React from 'react';
|
|
3
4
|
declare function Slider({ className, defaultValue, value, min, max, ...props }: React.ComponentProps<typeof SliderPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
|
|
4
5
|
export { Slider };
|
|
6
|
+
export type ___verifySliderContract = React.ComponentProps<typeof Slider> extends SliderBaseProps ? true : false;
|
|
5
7
|
//# sourceMappingURL=slider.d.ts.map
|
package/dist/slider.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"slider.d.ts","sourceRoot":"","sources":["../src/slider.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,UAAU,CAAC;AACrD,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"slider.d.ts","sourceRoot":"","sources":["../src/slider.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,UAAU,CAAC;AACrD,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAExD,iBAAS,MAAM,CAAC,EACd,SAAS,EACT,YAAY,EACZ,KAAK,EACL,GAAO,EACP,GAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,IAAI,CAAC,2CAqCnD;AAED,OAAO,EAAE,MAAM,EAAE,CAAC;AAGlB,MAAM,MAAM,uBAAuB,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,MAAM,CAAC,SAAS,eAAe,GAAG,IAAI,GAAG,KAAK,CAAC"}
|
package/dist/sonner.d.ts
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
import { ToasterProps } from 'sonner';
|
|
1
|
+
import { Toaster as Sonner, ToasterProps } from 'sonner';
|
|
2
|
+
import { SonnerBaseProps } from '@gv-tech/ui-core';
|
|
2
3
|
declare const Toaster: ({ ...props }: ToasterProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
4
|
export { Toaster };
|
|
5
|
+
export type ___verifySonnerContract = React.ComponentProps<typeof Sonner> extends SonnerBaseProps ? true : false;
|
|
4
6
|
//# sourceMappingURL=sonner.d.ts.map
|
package/dist/sonner.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sonner.d.ts","sourceRoot":"","sources":["../src/sonner.tsx"],"names":[],"mappings":"AAEA,OAAO,
|
|
1
|
+
{"version":3,"file":"sonner.d.ts","sourceRoot":"","sources":["../src/sonner.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,KAAK,YAAY,EAAE,MAAM,QAAQ,CAAC;AAE9D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAExD,QAAA,MAAM,OAAO,GAAI,cAAc,YAAY,4CA8B1C,CAAC;AAEF,OAAO,EAAE,OAAO,EAAE,CAAC;AAGnB,MAAM,MAAM,uBAAuB,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,MAAM,CAAC,SAAS,eAAe,GAAG,IAAI,GAAG,KAAK,CAAC"}
|
package/dist/switch.d.ts
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { Switch as SwitchPrimitive } from 'radix-ui';
|
|
2
|
+
import { SwitchBaseProps } from '@gv-tech/ui-core';
|
|
2
3
|
import * as React from 'react';
|
|
3
4
|
declare function Switch({ className, size, ...props }: React.ComponentProps<typeof SwitchPrimitive.Root> & {
|
|
4
5
|
size?: 'sm' | 'default';
|
|
5
6
|
}): import("react/jsx-runtime").JSX.Element;
|
|
6
7
|
export { Switch };
|
|
8
|
+
export type _verifySwitchContract = React.ComponentProps<typeof Switch> extends SwitchBaseProps ? true : false;
|
|
7
9
|
//# sourceMappingURL=switch.d.ts.map
|
package/dist/switch.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"switch.d.ts","sourceRoot":"","sources":["../src/switch.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,UAAU,CAAC;AACrD,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"switch.d.ts","sourceRoot":"","sources":["../src/switch.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,UAAU,CAAC;AACrD,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAExD,iBAAS,MAAM,CAAC,EACd,SAAS,EACT,IAAgB,EAChB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,IAAI,CAAC,GAAG;IACrD,IAAI,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;CACzB,2CAiBA;AAED,OAAO,EAAE,MAAM,EAAE,CAAC;AAGlB,MAAM,MAAM,qBAAqB,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,MAAM,CAAC,SAAS,eAAe,GAAG,IAAI,GAAG,KAAK,CAAC"}
|
package/dist/table.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { TableBaseProps } from '@gv-tech/ui-core';
|
|
1
2
|
import * as React from 'react';
|
|
2
3
|
declare function Table({ className, ...props }: React.ComponentProps<'table'>): import("react/jsx-runtime").JSX.Element;
|
|
3
4
|
declare function TableHeader({ className, ...props }: React.ComponentProps<'thead'>): import("react/jsx-runtime").JSX.Element;
|
|
@@ -8,4 +9,5 @@ declare function TableHead({ className, ...props }: React.ComponentProps<'th'>):
|
|
|
8
9
|
declare function TableCell({ className, ...props }: React.ComponentProps<'td'>): import("react/jsx-runtime").JSX.Element;
|
|
9
10
|
declare function TableCaption({ className, ...props }: React.ComponentProps<'caption'>): import("react/jsx-runtime").JSX.Element;
|
|
10
11
|
export { Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow };
|
|
12
|
+
export type ___verifyTableContract = React.ComponentProps<typeof Table> extends TableBaseProps ? true : false;
|
|
11
13
|
//# sourceMappingURL=table.d.ts.map
|
package/dist/table.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"table.d.ts","sourceRoot":"","sources":["../src/table.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"table.d.ts","sourceRoot":"","sources":["../src/table.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAEvD,iBAAS,KAAK,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,CAAC,2CAMpE;AAED,iBAAS,WAAW,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,CAAC,2CAE1E;AAED,iBAAS,SAAS,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,CAAC,2CAExE;AAED,iBAAS,WAAW,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,CAAC,2CAQ1E;AAED,iBAAS,QAAQ,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,IAAI,CAAC,2CAWpE;AAED,iBAAS,SAAS,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,IAAI,CAAC,2CAWrE;AAED,iBAAS,SAAS,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,IAAI,CAAC,2CAQrE;AAED,iBAAS,YAAY,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,SAAS,CAAC,2CAI7E;AAED,OAAO,EAAE,KAAK,EAAE,SAAS,EAAE,YAAY,EAAE,SAAS,EAAE,WAAW,EAAE,SAAS,EAAE,WAAW,EAAE,QAAQ,EAAE,CAAC;AAGpG,MAAM,MAAM,sBAAsB,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,KAAK,CAAC,SAAS,cAAc,GAAG,IAAI,GAAG,KAAK,CAAC"}
|
package/dist/tabs.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { VariantProps } from 'class-variance-authority';
|
|
2
2
|
import { Tabs as TabsPrimitive } from 'radix-ui';
|
|
3
|
+
import { TabsBaseProps } from '@gv-tech/ui-core';
|
|
3
4
|
import * as React from 'react';
|
|
4
5
|
declare function Tabs({ className, orientation, ...props }: React.ComponentProps<typeof TabsPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
|
|
5
6
|
declare const tabsListVariants: (props?: ({
|
|
@@ -9,4 +10,5 @@ declare function TabsList({ className, variant, ...props }: React.ComponentProps
|
|
|
9
10
|
declare function TabsTrigger({ className, ...props }: React.ComponentProps<typeof TabsPrimitive.Trigger>): import("react/jsx-runtime").JSX.Element;
|
|
10
11
|
declare function TabsContent({ className, ...props }: React.ComponentProps<typeof TabsPrimitive.Content>): import("react/jsx-runtime").JSX.Element;
|
|
11
12
|
export { Tabs, TabsContent, TabsList, tabsListVariants, TabsTrigger };
|
|
13
|
+
export type ___verifyTabsContract = React.ComponentProps<typeof Tabs> extends TabsBaseProps ? true : false;
|
|
12
14
|
//# sourceMappingURL=tabs.d.ts.map
|
package/dist/tabs.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tabs.d.ts","sourceRoot":"","sources":["../src/tabs.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,EAAE,IAAI,IAAI,aAAa,EAAE,MAAM,UAAU,CAAC;AACjD,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"tabs.d.ts","sourceRoot":"","sources":["../src/tabs.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,EAAE,IAAI,IAAI,aAAa,EAAE,MAAM,UAAU,CAAC;AACjD,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAEtD,iBAAS,IAAI,CAAC,EAAE,SAAS,EAAE,WAA0B,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,aAAa,CAAC,IAAI,CAAC,2CASjH;AAED,QAAA,MAAM,gBAAgB;;8EAarB,CAAC;AAEF,iBAAS,QAAQ,CAAC,EAChB,SAAS,EACT,OAAmB,EACnB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,aAAa,CAAC,IAAI,CAAC,GAAG,YAAY,CAAC,OAAO,gBAAgB,CAAC,2CASzF;AAED,iBAAS,WAAW,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,aAAa,CAAC,OAAO,CAAC,2CAc/F;AAED,iBAAS,WAAW,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,aAAa,CAAC,OAAO,CAAC,2CAQ/F;AAED,OAAO,EAAE,IAAI,EAAE,WAAW,EAAE,QAAQ,EAAE,gBAAgB,EAAE,WAAW,EAAE,CAAC;AAGtE,MAAM,MAAM,qBAAqB,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,IAAI,CAAC,SAAS,aAAa,GAAG,IAAI,GAAG,KAAK,CAAC"}
|
package/dist/textarea.d.ts
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
|
+
import { TextareaBaseProps } from '@gv-tech/ui-core';
|
|
1
2
|
import * as React from 'react';
|
|
2
3
|
declare function Textarea({ className, ...props }: React.ComponentProps<'textarea'>): import("react/jsx-runtime").JSX.Element;
|
|
3
4
|
export { Textarea };
|
|
5
|
+
export type ___verifyTextareaContract = React.ComponentProps<typeof Textarea> extends TextareaBaseProps ? true : false;
|
|
4
6
|
//# sourceMappingURL=textarea.d.ts.map
|
package/dist/textarea.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"textarea.d.ts","sourceRoot":"","sources":["../src/textarea.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"textarea.d.ts","sourceRoot":"","sources":["../src/textarea.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AAE1D,iBAAS,QAAQ,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,UAAU,CAAC,2CAW1E;AAED,OAAO,EAAE,QAAQ,EAAE,CAAC;AAGpB,MAAM,MAAM,yBAAyB,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,QAAQ,CAAC,SAAS,iBAAiB,GAAG,IAAI,GAAG,KAAK,CAAC"}
|
package/dist/toast.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { VariantProps } from 'class-variance-authority';
|
|
2
|
+
import { ToastBaseProps } from '@gv-tech/ui-core';
|
|
2
3
|
import * as ToastPrimitives from '@radix-ui/react-toast';
|
|
3
4
|
import * as React from 'react';
|
|
4
5
|
declare const ToastProvider: React.FC<ToastPrimitives.ToastProviderProps>;
|
|
@@ -13,4 +14,5 @@ declare const ToastDescription: React.ForwardRefExoticComponent<Omit<ToastPrimit
|
|
|
13
14
|
type ToastProps = React.ComponentPropsWithoutRef<typeof Toast>;
|
|
14
15
|
type ToastActionElement = React.ReactElement<typeof ToastAction>;
|
|
15
16
|
export { Toast, ToastAction, ToastClose, ToastDescription, ToastProvider, ToastTitle, ToastViewport, type ToastActionElement, type ToastProps, };
|
|
17
|
+
export type ___verifyToastContract = React.ComponentProps<typeof Toast> extends ToastBaseProps ? true : false;
|
|
16
18
|
//# sourceMappingURL=toast.d.ts.map
|
package/dist/toast.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"toast.d.ts","sourceRoot":"","sources":["../src/toast.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,eAAe,MAAM,uBAAuB,CAAC;AACzD,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAElE,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"toast.d.ts","sourceRoot":"","sources":["../src/toast.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,eAAe,MAAM,uBAAuB,CAAC;AACzD,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAElE,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAEvD,QAAA,MAAM,aAAa,8CAA2B,CAAC;AAE/C,QAAA,MAAM,aAAa,kKAYjB,CAAC;AAkBH,QAAA,MAAM,KAAK;;qHAKT,CAAC;AAGH,QAAA,MAAM,WAAW,kKAYf,CAAC;AAGH,QAAA,MAAM,UAAU,iKAed,CAAC;AAGH,QAAA,MAAM,UAAU,2JAKd,CAAC;AAGH,QAAA,MAAM,gBAAgB,iKAKpB,CAAC;AAGH,KAAK,UAAU,GAAG,KAAK,CAAC,wBAAwB,CAAC,OAAO,KAAK,CAAC,CAAC;AAE/D,KAAK,kBAAkB,GAAG,KAAK,CAAC,YAAY,CAAC,OAAO,WAAW,CAAC,CAAC;AAEjE,OAAO,EACL,KAAK,EACL,WAAW,EACX,UAAU,EACV,gBAAgB,EAChB,aAAa,EACb,UAAU,EACV,aAAa,EACb,KAAK,kBAAkB,EACvB,KAAK,UAAU,GAChB,CAAC;AAGF,MAAM,MAAM,sBAAsB,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,KAAK,CAAC,SAAS,cAAc,GAAG,IAAI,GAAG,KAAK,CAAC"}
|
package/dist/toggle-group.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { VariantProps } from 'class-variance-authority';
|
|
2
2
|
import { ToggleGroup as ToggleGroupPrimitive } from 'radix-ui';
|
|
3
3
|
import { toggleVariants } from './toggle';
|
|
4
|
+
import { ToggleGroupBaseProps } from '@gv-tech/ui-core';
|
|
4
5
|
import * as React from 'react';
|
|
5
6
|
declare function ToggleGroup({ className, variant, size, spacing, orientation, children, ...props }: React.ComponentProps<typeof ToggleGroupPrimitive.Root> & VariantProps<typeof toggleVariants> & {
|
|
6
7
|
spacing?: number;
|
|
@@ -8,4 +9,5 @@ declare function ToggleGroup({ className, variant, size, spacing, orientation, c
|
|
|
8
9
|
}): import("react/jsx-runtime").JSX.Element;
|
|
9
10
|
declare function ToggleGroupItem({ className, children, variant, size, ...props }: React.ComponentProps<typeof ToggleGroupPrimitive.Item> & VariantProps<typeof toggleVariants>): import("react/jsx-runtime").JSX.Element;
|
|
10
11
|
export { ToggleGroup, ToggleGroupItem };
|
|
12
|
+
export type ___verifyToggleGroupContract = React.ComponentProps<typeof ToggleGroup> extends ToggleGroupBaseProps ? true : false;
|
|
11
13
|
//# sourceMappingURL=toggle-group.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"toggle-group.d.ts","sourceRoot":"","sources":["../src/toggle-group.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAC7D,OAAO,EAAE,WAAW,IAAI,oBAAoB,EAAE,MAAM,UAAU,CAAC;AAC/D,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;
|
|
1
|
+
{"version":3,"file":"toggle-group.d.ts","sourceRoot":"","sources":["../src/toggle-group.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAC7D,OAAO,EAAE,WAAW,IAAI,oBAAoB,EAAE,MAAM,UAAU,CAAC;AAC/D,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAE1C,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,kBAAkB,CAAC;AAc7D,iBAAS,WAAW,CAAC,EACnB,SAAS,EACT,OAAO,EACP,IAAI,EACJ,OAAW,EACX,WAA0B,EAC1B,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,oBAAoB,CAAC,IAAI,CAAC,GACvD,YAAY,CAAC,OAAO,cAAc,CAAC,GAAG;IACpC,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,WAAW,CAAC,EAAE,YAAY,GAAG,UAAU,CAAC;CACzC,2CAoBF;AAED,iBAAS,eAAe,CAAC,EACvB,SAAS,EACT,QAAQ,EACR,OAAmB,EACnB,IAAgB,EAChB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,oBAAoB,CAAC,IAAI,CAAC,GAAG,YAAY,CAAC,OAAO,cAAc,CAAC,2CAsB9F;AAED,OAAO,EAAE,WAAW,EAAE,eAAe,EAAE,CAAC;AAGxC,MAAM,MAAM,4BAA4B,GACtC,KAAK,CAAC,cAAc,CAAC,OAAO,WAAW,CAAC,SAAS,oBAAoB,GAAG,IAAI,GAAG,KAAK,CAAC"}
|
package/dist/toggle.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { VariantProps } from 'class-variance-authority';
|
|
2
2
|
import { Toggle as TogglePrimitive } from 'radix-ui';
|
|
3
|
+
import { ToggleBaseProps } from '@gv-tech/ui-core';
|
|
3
4
|
import * as React from 'react';
|
|
4
5
|
declare const toggleVariants: (props?: ({
|
|
5
6
|
variant?: "default" | "outline" | null | undefined;
|
|
@@ -7,4 +8,5 @@ declare const toggleVariants: (props?: ({
|
|
|
7
8
|
} & import('class-variance-authority/types').ClassProp) | undefined) => string;
|
|
8
9
|
declare function Toggle({ className, variant, size, ...props }: React.ComponentProps<typeof TogglePrimitive.Root> & VariantProps<typeof toggleVariants>): import("react/jsx-runtime").JSX.Element;
|
|
9
10
|
export { Toggle, toggleVariants };
|
|
11
|
+
export type ___verifyToggleContract = React.ComponentProps<typeof Toggle> extends ToggleBaseProps ? true : false;
|
|
10
12
|
//# sourceMappingURL=toggle.d.ts.map
|
package/dist/toggle.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"toggle.d.ts","sourceRoot":"","sources":["../src/toggle.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,UAAU,CAAC;AACrD,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"toggle.d.ts","sourceRoot":"","sources":["../src/toggle.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,UAAU,CAAC;AACrD,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAExD,QAAA,MAAM,cAAc;;;8EAmBnB,CAAC;AAEF,iBAAS,MAAM,CAAC,EACd,SAAS,EACT,OAAmB,EACnB,IAAgB,EAChB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,IAAI,CAAC,GAAG,YAAY,CAAC,OAAO,cAAc,CAAC,2CAIzF;AAED,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,CAAC;AAGlC,MAAM,MAAM,uBAAuB,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,MAAM,CAAC,SAAS,eAAe,GAAG,IAAI,GAAG,KAAK,CAAC"}
|
package/dist/tooltip.d.ts
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { Tooltip as TooltipPrimitive } from 'radix-ui';
|
|
2
|
+
import { TooltipBaseProps } from '@gv-tech/ui-core';
|
|
2
3
|
import * as React from 'react';
|
|
3
4
|
declare function TooltipProvider({ delayDuration, ...props }: React.ComponentProps<typeof TooltipPrimitive.Provider>): import("react/jsx-runtime").JSX.Element;
|
|
4
5
|
declare function Tooltip({ ...props }: React.ComponentProps<typeof TooltipPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
|
|
5
6
|
declare function TooltipTrigger({ ...props }: React.ComponentProps<typeof TooltipPrimitive.Trigger>): import("react/jsx-runtime").JSX.Element;
|
|
6
7
|
declare function TooltipContent({ className, sideOffset, children, ...props }: React.ComponentProps<typeof TooltipPrimitive.Content>): import("react/jsx-runtime").JSX.Element;
|
|
7
8
|
export { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger };
|
|
9
|
+
export type ___verifyTooltipContract = React.ComponentProps<typeof Tooltip> extends TooltipBaseProps ? true : false;
|
|
8
10
|
//# sourceMappingURL=tooltip.d.ts.map
|
package/dist/tooltip.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tooltip.d.ts","sourceRoot":"","sources":["../src/tooltip.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,UAAU,CAAC;AACvD,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"tooltip.d.ts","sourceRoot":"","sources":["../src/tooltip.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,UAAU,CAAC;AACvD,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AAEzD,iBAAS,eAAe,CAAC,EAAE,aAAiB,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,gBAAgB,CAAC,QAAQ,CAAC,2CAE/G;AAED,iBAAS,OAAO,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,gBAAgB,CAAC,IAAI,CAAC,2CAEhF;AAED,iBAAS,cAAc,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,gBAAgB,CAAC,OAAO,CAAC,2CAE1F;AAED,iBAAS,cAAc,CAAC,EACtB,SAAS,EACT,UAAc,EACd,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,gBAAgB,CAAC,OAAO,CAAC,2CAiBvD;AAED,OAAO,EAAE,OAAO,EAAE,cAAc,EAAE,eAAe,EAAE,cAAc,EAAE,CAAC;AAGpE,MAAM,MAAM,wBAAwB,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,OAAO,CAAC,SAAS,gBAAgB,GAAG,IAAI,GAAG,KAAK,CAAC"}
|
package/package.json
CHANGED
package/src/accordion.tsx
CHANGED
|
@@ -63,4 +63,5 @@ function AccordionContent({ className, children, ...props }: React.ComponentProp
|
|
|
63
63
|
export { Accordion, AccordionContent, AccordionItem, AccordionTrigger };
|
|
64
64
|
|
|
65
65
|
// Verify that the component satisfies the ui-core contract
|
|
66
|
-
|
|
66
|
+
export type ___verifyAccordionContract =
|
|
67
|
+
React.ComponentProps<typeof Accordion> extends AccordionBaseProps ? true : false;
|
package/src/alert-dialog.tsx
CHANGED
|
@@ -166,4 +166,5 @@ export {
|
|
|
166
166
|
};
|
|
167
167
|
|
|
168
168
|
// Verify that the component satisfies the ui-core contract
|
|
169
|
-
|
|
169
|
+
export type ___verifyAlertDialogContract =
|
|
170
|
+
React.ComponentProps<typeof AlertDialog> extends AlertDialogBaseProps ? true : false;
|
package/src/alert.tsx
CHANGED
|
@@ -58,4 +58,4 @@ function AlertAction({ className, ...props }: React.ComponentProps<'div'>) {
|
|
|
58
58
|
export { Alert, AlertAction, AlertDescription, AlertTitle };
|
|
59
59
|
|
|
60
60
|
// Verify that the component satisfies the ui-core contract
|
|
61
|
-
|
|
61
|
+
export type ___verifyAlertContract = React.ComponentProps<typeof Alert> extends AlertBaseProps ? true : false;
|
package/src/aspect-ratio.tsx
CHANGED
|
@@ -11,4 +11,5 @@ function AspectRatio({ ...props }: React.ComponentProps<typeof AspectRatioPrimit
|
|
|
11
11
|
export { AspectRatio };
|
|
12
12
|
|
|
13
13
|
// Verify that the component satisfies the ui-core contract
|
|
14
|
-
|
|
14
|
+
export type ___verifyAspectRatioContract =
|
|
15
|
+
React.ComponentProps<typeof AspectRatio> extends AspectRatioBaseProps ? true : false;
|
package/src/avatar.tsx
CHANGED
|
@@ -93,4 +93,4 @@ function AvatarGroupCount({ className, ...props }: React.ComponentProps<'div'>)
|
|
|
93
93
|
export { Avatar, AvatarBadge, AvatarFallback, AvatarGroup, AvatarGroupCount, AvatarImage };
|
|
94
94
|
|
|
95
95
|
// Verify that the component satisfies the ui-core contract
|
|
96
|
-
|
|
96
|
+
export type ___verifyAvatarContract = React.ComponentProps<typeof Avatar> extends AvatarBaseProps ? true : false;
|
package/src/badge.tsx
CHANGED
|
@@ -42,4 +42,4 @@ function Badge({
|
|
|
42
42
|
export { Badge, badgeVariants };
|
|
43
43
|
|
|
44
44
|
// Verify that the component satisfies the ui-core contract
|
|
45
|
-
|
|
45
|
+
export type ___verifyBadgeContract = React.ComponentProps<typeof Badge> extends BadgeBaseProps ? true : false;
|
package/src/breadcrumb.tsx
CHANGED
|
@@ -91,4 +91,5 @@ export {
|
|
|
91
91
|
};
|
|
92
92
|
|
|
93
93
|
// Verify that the component satisfies the ui-core contract
|
|
94
|
-
|
|
94
|
+
export type ___verifyBreadcrumbContract =
|
|
95
|
+
React.ComponentProps<typeof Breadcrumb> extends BreadcrumbBaseProps ? true : false;
|
package/src/button.tsx
CHANGED
|
@@ -67,4 +67,4 @@ function Button({
|
|
|
67
67
|
export { Button, buttonVariants };
|
|
68
68
|
|
|
69
69
|
// Verify that the component satisfies the ui-core contract
|
|
70
|
-
|
|
70
|
+
export type ___verifyButtonContract = React.ComponentProps<typeof Button> extends ButtonBaseProps ? true : false;
|
package/src/calendar.tsx
CHANGED
|
@@ -175,4 +175,4 @@ function CalendarDayButton({
|
|
|
175
175
|
export { Calendar, CalendarDayButton };
|
|
176
176
|
|
|
177
177
|
// Verify that the component satisfies the ui-core contract
|
|
178
|
-
|
|
178
|
+
export type ___verifyCalendarContract = React.ComponentProps<typeof Calendar> extends CalendarBaseProps ? true : false;
|
package/src/card.tsx
CHANGED
|
@@ -69,4 +69,4 @@ function CardFooter({ className, ...props }: React.ComponentProps<'div'>) {
|
|
|
69
69
|
}
|
|
70
70
|
|
|
71
71
|
export { Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle };
|
|
72
|
-
|
|
72
|
+
export type ___verifyContract = React.ComponentProps<typeof Card> extends CardBaseProps ? true : false;
|
package/src/carousel.tsx
CHANGED
|
@@ -222,4 +222,4 @@ function CarouselNext({
|
|
|
222
222
|
export { Carousel, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, useCarousel, type CarouselApi };
|
|
223
223
|
|
|
224
224
|
// Verify that the component satisfies the ui-core contract
|
|
225
|
-
|
|
225
|
+
export type ___verifyCarouselContract = React.ComponentProps<typeof Carousel> extends CarouselBaseProps ? true : false;
|
package/src/checkbox.tsx
CHANGED
|
@@ -29,4 +29,4 @@ function Checkbox({ className, ...props }: React.ComponentProps<typeof CheckboxP
|
|
|
29
29
|
export { Checkbox };
|
|
30
30
|
|
|
31
31
|
// Verify that the component satisfies the ui-core contract
|
|
32
|
-
|
|
32
|
+
export type ___verifyCheckboxContract = React.ComponentProps<typeof Checkbox> extends CheckboxBaseProps ? true : false;
|
package/src/collapsible.tsx
CHANGED
|
@@ -19,4 +19,5 @@ function CollapsibleContent({ ...props }: React.ComponentProps<typeof Collapsibl
|
|
|
19
19
|
export { Collapsible, CollapsibleContent, CollapsibleTrigger };
|
|
20
20
|
|
|
21
21
|
// Verify that the component satisfies the ui-core contract
|
|
22
|
-
|
|
22
|
+
export type ___verifyCollapsibleContract =
|
|
23
|
+
React.ComponentProps<typeof Collapsible> extends CollapsibleBaseProps ? true : false;
|
package/src/command.tsx
CHANGED
|
@@ -154,4 +154,4 @@ export {
|
|
|
154
154
|
};
|
|
155
155
|
|
|
156
156
|
// Verify that the component satisfies the ui-core contract
|
|
157
|
-
|
|
157
|
+
export type ___verifyCommandContract = React.ComponentProps<typeof Command> extends CommandBaseProps ? true : false;
|
package/src/context-menu.tsx
CHANGED
|
@@ -233,4 +233,5 @@ export {
|
|
|
233
233
|
};
|
|
234
234
|
|
|
235
235
|
// Verify that the component satisfies the ui-core contract
|
|
236
|
-
|
|
236
|
+
export type ___verifyContextMenuContract =
|
|
237
|
+
React.ComponentProps<typeof ContextMenu> extends ContextMenuBaseProps ? true : false;
|
package/src/dialog.tsx
CHANGED
|
@@ -139,4 +139,4 @@ export {
|
|
|
139
139
|
};
|
|
140
140
|
|
|
141
141
|
// Verify that the component satisfies the ui-core contract
|
|
142
|
-
|
|
142
|
+
export type ___verifyDialogContract = React.ComponentProps<typeof Dialog> extends DialogBaseProps ? true : false;
|
package/src/drawer.tsx
CHANGED
|
@@ -104,4 +104,4 @@ export {
|
|
|
104
104
|
};
|
|
105
105
|
|
|
106
106
|
// Verify that the component satisfies the ui-core contract
|
|
107
|
-
|
|
107
|
+
export type ___verifyDrawerContract = React.ComponentProps<typeof Drawer> extends DrawerBaseProps ? true : false;
|
package/src/dropdown-menu.tsx
CHANGED
|
@@ -240,4 +240,5 @@ export {
|
|
|
240
240
|
};
|
|
241
241
|
|
|
242
242
|
// Verify that the component satisfies the ui-core contract
|
|
243
|
-
|
|
243
|
+
export type ___verifyDropdownMenuContract =
|
|
244
|
+
React.ComponentProps<typeof DropdownMenu> extends DropdownMenuBaseProps ? true : false;
|
package/src/hover-card.tsx
CHANGED
|
@@ -38,4 +38,5 @@ function HoverCardContent({
|
|
|
38
38
|
export { HoverCard, HoverCardContent, HoverCardTrigger };
|
|
39
39
|
|
|
40
40
|
// Verify that the component satisfies the ui-core contract
|
|
41
|
-
|
|
41
|
+
export type ___verifyHoverCardContract =
|
|
42
|
+
React.ComponentProps<typeof HoverCard> extends HoverCardBaseProps ? true : false;
|
package/src/input.tsx
CHANGED
|
@@ -21,4 +21,4 @@ function Input({ className, type, ...props }: React.ComponentProps<'input'>) {
|
|
|
21
21
|
export { Input };
|
|
22
22
|
|
|
23
23
|
// Verify that the component satisfies the ui-core contract
|
|
24
|
-
|
|
24
|
+
export type ___verifyInputContract = React.ComponentProps<typeof Input> extends InputBaseProps ? true : false;
|
package/src/label.tsx
CHANGED
|
@@ -21,4 +21,4 @@ function Label({ className, ...props }: React.ComponentProps<typeof LabelPrimiti
|
|
|
21
21
|
export { Label };
|
|
22
22
|
|
|
23
23
|
// Verify that the component satisfies the ui-core contract
|
|
24
|
-
|
|
24
|
+
export type ___verifyLabelContract = React.ComponentProps<typeof Label> extends LabelBaseProps ? true : false;
|
package/src/menubar.tsx
CHANGED
|
@@ -253,4 +253,4 @@ export {
|
|
|
253
253
|
};
|
|
254
254
|
|
|
255
255
|
// Verify that the component satisfies the ui-core contract
|
|
256
|
-
|
|
256
|
+
export type ___verifyMenubarContract = React.ComponentProps<typeof Menubar> extends MenubarBaseProps ? true : false;
|
package/src/navigation-menu.tsx
CHANGED
|
@@ -143,6 +143,5 @@ export {
|
|
|
143
143
|
};
|
|
144
144
|
|
|
145
145
|
// Verify that the component satisfies the ui-core contract
|
|
146
|
-
|
|
147
|
-
typeof NavigationMenu
|
|
148
|
-
>;
|
|
146
|
+
export type ___verifyNavigationMenuContract =
|
|
147
|
+
React.ComponentProps<typeof NavigationMenu> extends NavigationMenuBaseProps ? true : false;
|
package/src/pagination.tsx
CHANGED
|
@@ -90,4 +90,5 @@ export {
|
|
|
90
90
|
};
|
|
91
91
|
|
|
92
92
|
// Verify that the component satisfies the ui-core contract
|
|
93
|
-
|
|
93
|
+
export type ___verifyPaginationContract =
|
|
94
|
+
React.ComponentProps<typeof Pagination> extends PaginationBaseProps ? true : false;
|
package/src/popover.tsx
CHANGED
|
@@ -54,4 +54,4 @@ function PopoverDescription({ className, ...props }: React.ComponentProps<'p'>)
|
|
|
54
54
|
export { Popover, PopoverAnchor, PopoverContent, PopoverDescription, PopoverHeader, PopoverTitle, PopoverTrigger };
|
|
55
55
|
|
|
56
56
|
// Verify that the component satisfies the ui-core contract
|
|
57
|
-
|
|
57
|
+
export type ___verifyPopoverContract = React.ComponentProps<typeof Popover> extends PopoverBaseProps ? true : false;
|
package/src/progress.tsx
CHANGED
|
@@ -27,4 +27,4 @@ function Progress({ className, value, ...props }: React.ComponentProps<typeof Pr
|
|
|
27
27
|
export { Progress };
|
|
28
28
|
|
|
29
29
|
// Verify that the component satisfies the ui-core contract
|
|
30
|
-
|
|
30
|
+
export type ___verifyProgressContract = React.ComponentProps<typeof Progress> extends ProgressBaseProps ? true : false;
|
package/src/scroll-area.tsx
CHANGED
|
@@ -47,4 +47,5 @@ function ScrollBar({
|
|
|
47
47
|
export { ScrollArea, ScrollBar };
|
|
48
48
|
|
|
49
49
|
// Verify that the component satisfies the ui-core contract
|
|
50
|
-
|
|
50
|
+
export type ___verifyScrollAreaContract =
|
|
51
|
+
React.ComponentProps<typeof ScrollArea> extends ScrollAreaBaseProps ? true : false;
|
package/src/select.tsx
CHANGED
|
@@ -171,4 +171,4 @@ export {
|
|
|
171
171
|
};
|
|
172
172
|
|
|
173
173
|
// Verify that the component satisfies the ui-core contract
|
|
174
|
-
|
|
174
|
+
export type ___verifySelectContract = React.ComponentProps<typeof Select> extends SelectBaseProps ? true : false;
|
package/src/separator.tsx
CHANGED
|
@@ -28,4 +28,5 @@ function Separator({
|
|
|
28
28
|
export { Separator };
|
|
29
29
|
|
|
30
30
|
// Verify that the component satisfies the ui-core contract
|
|
31
|
-
|
|
31
|
+
export type ___verifySeparatorContract =
|
|
32
|
+
React.ComponentProps<typeof Separator> extends SeparatorBaseProps ? true : false;
|
package/src/sheet.tsx
CHANGED
|
@@ -103,4 +103,4 @@ function SheetDescription({ className, ...props }: React.ComponentProps<typeof S
|
|
|
103
103
|
export { Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger };
|
|
104
104
|
|
|
105
105
|
// Verify that the component satisfies the ui-core contract
|
|
106
|
-
|
|
106
|
+
export type ___verifySheetContract = React.ComponentProps<typeof Sheet> extends SheetBaseProps ? true : false;
|
package/src/skeleton.tsx
CHANGED
|
@@ -9,4 +9,4 @@ function Skeleton({ className, ...props }: React.ComponentProps<'div'>) {
|
|
|
9
9
|
export { Skeleton };
|
|
10
10
|
|
|
11
11
|
// Verify that the component satisfies the ui-core contract
|
|
12
|
-
|
|
12
|
+
export type ___verifySkeletonContract = React.ComponentProps<typeof Skeleton> extends SkeletonBaseProps ? true : false;
|
package/src/slider.tsx
CHANGED
|
@@ -56,4 +56,4 @@ function Slider({
|
|
|
56
56
|
export { Slider };
|
|
57
57
|
|
|
58
58
|
// Verify that the component satisfies the ui-core contract
|
|
59
|
-
|
|
59
|
+
export type ___verifySliderContract = React.ComponentProps<typeof Slider> extends SliderBaseProps ? true : false;
|
package/src/sonner.tsx
CHANGED
|
@@ -39,4 +39,4 @@ const Toaster = ({ ...props }: ToasterProps) => {
|
|
|
39
39
|
export { Toaster };
|
|
40
40
|
|
|
41
41
|
// Verify that the component satisfies the ui-core contract
|
|
42
|
-
|
|
42
|
+
export type ___verifySonnerContract = React.ComponentProps<typeof Sonner> extends SonnerBaseProps ? true : false;
|
package/src/switch.tsx
CHANGED
|
@@ -35,4 +35,4 @@ function Switch({
|
|
|
35
35
|
export { Switch };
|
|
36
36
|
|
|
37
37
|
// Verify that the component satisfies the ui-core contract
|
|
38
|
-
|
|
38
|
+
export type _verifySwitchContract = React.ComponentProps<typeof Switch> extends SwitchBaseProps ? true : false;
|
package/src/table.tsx
CHANGED
|
@@ -75,4 +75,4 @@ function TableCaption({ className, ...props }: React.ComponentProps<'caption'>)
|
|
|
75
75
|
export { Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow };
|
|
76
76
|
|
|
77
77
|
// Verify that the component satisfies the ui-core contract
|
|
78
|
-
|
|
78
|
+
export type ___verifyTableContract = React.ComponentProps<typeof Table> extends TableBaseProps ? true : false;
|
package/src/tabs.tsx
CHANGED
|
@@ -78,4 +78,4 @@ function TabsContent({ className, ...props }: React.ComponentProps<typeof TabsPr
|
|
|
78
78
|
export { Tabs, TabsContent, TabsList, tabsListVariants, TabsTrigger };
|
|
79
79
|
|
|
80
80
|
// Verify that the component satisfies the ui-core contract
|
|
81
|
-
|
|
81
|
+
export type ___verifyTabsContract = React.ComponentProps<typeof Tabs> extends TabsBaseProps ? true : false;
|
package/src/textarea.tsx
CHANGED
|
@@ -20,4 +20,4 @@ function Textarea({ className, ...props }: React.ComponentProps<'textarea'>) {
|
|
|
20
20
|
export { Textarea };
|
|
21
21
|
|
|
22
22
|
// Verify that the component satisfies the ui-core contract
|
|
23
|
-
|
|
23
|
+
export type ___verifyTextareaContract = React.ComponentProps<typeof Textarea> extends TextareaBaseProps ? true : false;
|
package/src/toast.tsx
CHANGED
|
@@ -114,4 +114,4 @@ export {
|
|
|
114
114
|
};
|
|
115
115
|
|
|
116
116
|
// Verify that the component satisfies the ui-core contract
|
|
117
|
-
|
|
117
|
+
export type ___verifyToastContract = React.ComponentProps<typeof Toast> extends ToastBaseProps ? true : false;
|
package/src/toggle-group.tsx
CHANGED
|
@@ -88,4 +88,5 @@ function ToggleGroupItem({
|
|
|
88
88
|
export { ToggleGroup, ToggleGroupItem };
|
|
89
89
|
|
|
90
90
|
// Verify that the component satisfies the ui-core contract
|
|
91
|
-
|
|
91
|
+
export type ___verifyToggleGroupContract =
|
|
92
|
+
React.ComponentProps<typeof ToggleGroup> extends ToggleGroupBaseProps ? true : false;
|