@turtleclub/ui 0.0.6 → 0.1.0

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.
@@ -2,14 +2,14 @@
2
2
  $ rm -rf dist && rm -rf types && bun run build:code && bun run build:css
3
3
  $ vite build
4
4
  vite v5.4.19 building for production...
5
- transforming (1) src/index.tstransforming (7) src/components/molecules/tx-status.tsxsrc/components/ui/toggle.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.
5
+ transforming (1) src/index.tssrc/components/ui/toggle.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.
6
6
  src/components/ui/toggle.tsx (1:0): Module level directives cause errors when bundled, "use client" in "src/components/ui/toggle.tsx" was ignored.
7
- ✓ 30 modules transformed.
8
- rendering chunks (1)...computing gzip size (0)...computing gzip size (1)...dist/index.js 56.61 kB │ gzip: 11.67 kB │ map: 112.92 kB
9
- rendering chunks (1)...computing gzip size (1)...dist/index.cjs 39.14 kB │ gzip: 9.87 kB │ map: 106.09 kB
10
- ✓ built in 374ms
7
+ ✓ 31 modules transformed.
8
+ rendering chunks (1)...computing gzip size (0)...computing gzip size (1)...dist/index.js 57.45 kB │ gzip: 12.00 kB │ map: 115.78 kB
9
+ rendering chunks (1)...computing gzip size (1)...dist/index.cjs 39.80 kB │ gzip: 10.15 kB │ map: 108.91 kB
10
+ ✓ built in 362ms
11
11
  $ BUILD_CSS=true vite build
12
12
  vite v5.4.19 building for production...
13
13
  transforming (1) src/styles/globals.css✓ 1 modules transformed.
14
- rendering chunks (1)...computing gzip size (0)...computing gzip size (1)...dist/styles.css 46.28 kB │ gzip: 8.64 kB
15
- ✓ built in 136ms
14
+ rendering chunks (1)...computing gzip size (0)...computing gzip size (1)...dist/styles.css 46.31 kB │ gzip: 8.65 kB
15
+ ✓ built in 235ms
@@ -1,360 +1 @@
1
1
  $ tsc --noEmit || true
2
- src/components/molecules/route-details.tsx(43,14): error TS2786: 'ChevronDownIcon' cannot be used as a JSX component.
3
- Its type 'ForwardRefExoticComponent<Omit<LucideProps, "ref"> & RefAttributes<SVGSVGElement>>' is not a valid JSX element type.
4
- Type 'ForwardRefExoticComponent<Omit<LucideProps, "ref"> & RefAttributes<SVGSVGElement>>' is not assignable to type '(props: any, deprecatedLegacyContext?: any) => ReactNode'.
5
- Type 'import("/Users/amilcarrey/Documents/TURTLE/current/turtle-packages/node_modules/@types/react/index").ReactNode' is not assignable to type 'React.ReactNode'.
6
- Type 'bigint' is not assignable to type 'ReactNode'.
7
- src/components/molecules/route-details.tsx(51,14): error TS2322: Type '{ children: Element[]; className: string; }' is not assignable to type 'IntrinsicAttributes'.
8
- Property 'children' does not exist on type 'IntrinsicAttributes'.
9
- src/components/molecules/route-details.tsx(70,26): error TS2786: 'ChevronsRightIcon' cannot be used as a JSX component.
10
- Its type 'ForwardRefExoticComponent<Omit<LucideProps, "ref"> & RefAttributes<SVGSVGElement>>' is not a valid JSX element type.
11
- Type 'ForwardRefExoticComponent<Omit<LucideProps, "ref"> & RefAttributes<SVGSVGElement>>' is not assignable to type '(props: any, deprecatedLegacyContext?: any) => ReactNode'.
12
- Type 'import("/Users/amilcarrey/Documents/TURTLE/current/turtle-packages/node_modules/@types/react/index").ReactNode' is not assignable to type 'React.ReactNode'.
13
- Type 'bigint' is not assignable to type 'ReactNode'.
14
- src/components/molecules/route-details.tsx(76,26): error TS2322: Type '{ orientation: string; className: string; }' is not assignable to type 'IntrinsicAttributes'.
15
- Property 'orientation' does not exist on type 'IntrinsicAttributes'.
16
- src/components/molecules/swap-details.tsx(52,14): error TS2786: 'ChevronDownIcon' cannot be used as a JSX component.
17
- Its type 'ForwardRefExoticComponent<Omit<LucideProps, "ref"> & RefAttributes<SVGSVGElement>>' is not a valid JSX element type.
18
- Type 'ForwardRefExoticComponent<Omit<LucideProps, "ref"> & RefAttributes<SVGSVGElement>>' is not assignable to type '(props: any, deprecatedLegacyContext?: any) => ReactNode'.
19
- Type 'import("/Users/amilcarrey/Documents/TURTLE/current/turtle-packages/node_modules/@types/react/index").ReactNode' is not assignable to type 'React.ReactNode'.
20
- Type 'bigint' is not assignable to type 'ReactNode'.
21
- src/components/molecules/token-selector.tsx(37,8): error TS2322: Type '{ children: Element[]; value: string; onValueChange: (value: string) => void; disabled: boolean; }' is not assignable to type 'IntrinsicAttributes'.
22
- Property 'children' does not exist on type 'IntrinsicAttributes'.
23
- src/components/molecules/token-selector.tsx(38,10): error TS2322: Type '{ children: Element; ref: ForwardedRef<HTMLButtonElement>; className: string; }' is not assignable to type 'IntrinsicAttributes & { size?: "default" | "sm"; }'.
24
- Property 'children' does not exist on type 'IntrinsicAttributes & { size?: "default" | "sm"; }'.
25
- src/components/molecules/token-selector.tsx(55,10): error TS2559: Type '{ children: Element[]; }' has no properties in common with type 'IntrinsicAttributes'.
26
- src/components/molecules/token-selector.tsx(57,14): error TS2322: Type '{ children: Element; key: string; value: string; className: string; }' is not assignable to type 'IntrinsicAttributes'.
27
- Property 'children' does not exist on type 'IntrinsicAttributes'.
28
- src/components/molecules/tx-status.tsx(101,16): error TS2786: 'XIcon' cannot be used as a JSX component.
29
- Its type 'ForwardRefExoticComponent<Omit<LucideProps, "ref"> & RefAttributes<SVGSVGElement>>' is not a valid JSX element type.
30
- Type 'ForwardRefExoticComponent<Omit<LucideProps, "ref"> & RefAttributes<SVGSVGElement>>' is not assignable to type '(props: any, deprecatedLegacyContext?: any) => ReactNode'.
31
- Type 'import("/Users/amilcarrey/Documents/TURTLE/current/turtle-packages/node_modules/@types/react/index").ReactNode' is not assignable to type 'React.ReactNode'.
32
- Type 'bigint' is not assignable to type 'ReactNode'.
33
- src/components/molecules/tx-status.tsx(103,16): error TS2786: 'CheckIcon' cannot be used as a JSX component.
34
- Its type 'ForwardRefExoticComponent<Omit<LucideProps, "ref"> & RefAttributes<SVGSVGElement>>' is not a valid JSX element type.
35
- Type 'ForwardRefExoticComponent<Omit<LucideProps, "ref"> & RefAttributes<SVGSVGElement>>' is not assignable to type '(props: any, deprecatedLegacyContext?: any) => ReactNode'.
36
- Type 'import("/Users/amilcarrey/Documents/TURTLE/current/turtle-packages/node_modules/@types/react/index").ReactNode' is not assignable to type 'React.ReactNode'.
37
- Type 'bigint' is not assignable to type 'ReactNode'.
38
- src/components/molecules/tx-status.tsx(105,16): error TS2786: 'TurtleIcon' cannot be used as a JSX component.
39
- Its type 'ForwardRefExoticComponent<Omit<LucideProps, "ref"> & RefAttributes<SVGSVGElement>>' is not a valid JSX element type.
40
- Type 'ForwardRefExoticComponent<Omit<LucideProps, "ref"> & RefAttributes<SVGSVGElement>>' is not assignable to type '(props: any, deprecatedLegacyContext?: any) => ReactNode'.
41
- Type 'import("/Users/amilcarrey/Documents/TURTLE/current/turtle-packages/node_modules/@types/react/index").ReactNode' is not assignable to type 'React.ReactNode'.
42
- Type 'bigint' is not assignable to type 'ReactNode'.
43
- src/components/ui/button.tsx(57,6): error TS2322: Type '{ ref?: LegacyRef<HTMLButtonElement>; key?: Key; disabled?: boolean; form?: string; formAction?: string; formEncType?: string; formMethod?: string; formNoValidate?: boolean; ... 268 more ...; className: string; }' is not assignable to type 'RefAttributes<HTMLElement>'.
44
- Types of property 'ref' are incompatible.
45
- Type 'LegacyRef<HTMLButtonElement>' is not assignable to type 'Ref<HTMLElement>'.
46
- Type 'string' is not assignable to type 'Ref<HTMLElement>'.
47
- src/components/ui/button.tsx(57,6): error TS2786: 'Comp' cannot be used as a JSX component.
48
- Its type '"button" | ForwardRefExoticComponent<SlotProps & RefAttributes<HTMLElement>>' is not a valid JSX element type.
49
- Type 'ForwardRefExoticComponent<SlotProps & RefAttributes<HTMLElement>>' is not assignable to type 'ElementType'.
50
- Type 'ForwardRefExoticComponent<SlotProps & RefAttributes<HTMLElement>>' is not assignable to type '(props: any, deprecatedLegacyContext?: any) => ReactNode'.
51
- Type 'import("/Users/amilcarrey/Documents/TURTLE/current/turtle-packages/node_modules/@types/react/index").ReactNode' is not assignable to type 'React.ReactNode'.
52
- Type 'bigint' is not assignable to type 'ReactNode'.
53
- src/components/ui/label.tsx(7,3): error TS2339: Property 'className' does not exist on type '{}'.
54
- src/components/ui/label.tsx(9,25): error TS2344: Type 'ForwardRefExoticComponent<LabelProps & RefAttributes<HTMLLabelElement>>' does not satisfy the constraint 'keyof IntrinsicElements | JSXElementConstructor<any>'.
55
- Type 'ForwardRefExoticComponent<LabelProps & RefAttributes<HTMLLabelElement>>' is not assignable to type '(props: any, deprecatedLegacyContext?: any) => ReactNode'.
56
- Type 'import("/Users/amilcarrey/Documents/TURTLE/current/turtle-packages/node_modules/@types/react/index").ReactNode' is not assignable to type 'React.ReactNode'.
57
- Type 'bigint' is not assignable to type 'ReactNode'.
58
- src/components/ui/label.tsx(11,6): error TS2786: 'LabelPrimitive.Root' cannot be used as a JSX component.
59
- Its type 'ForwardRefExoticComponent<LabelProps & RefAttributes<HTMLLabelElement>>' is not a valid JSX element type.
60
- Type 'ForwardRefExoticComponent<LabelProps & RefAttributes<HTMLLabelElement>>' is not assignable to type '(props: any, deprecatedLegacyContext?: any) => ReactNode'.
61
- Type 'import("/Users/amilcarrey/Documents/TURTLE/current/turtle-packages/node_modules/@types/react/index").ReactNode' is not assignable to type 'React.ReactNode'.
62
- Type 'bigint' is not assignable to type 'ReactNode'.
63
- src/components/ui/scroll-area.tsx(7,3): error TS2339: Property 'className' does not exist on type '{}'.
64
- src/components/ui/scroll-area.tsx(8,3): error TS2339: Property 'children' does not exist on type '{}'.
65
- src/components/ui/scroll-area.tsx(10,25): error TS2344: Type 'ForwardRefExoticComponent<ScrollAreaProps & RefAttributes<HTMLDivElement>>' does not satisfy the constraint 'keyof IntrinsicElements | JSXElementConstructor<any>'.
66
- Type 'ForwardRefExoticComponent<ScrollAreaProps & RefAttributes<HTMLDivElement>>' is not assignable to type '(props: any, deprecatedLegacyContext?: any) => ReactNode'.
67
- Type 'import("/Users/amilcarrey/Documents/TURTLE/current/turtle-packages/node_modules/@types/react/index").ReactNode' is not assignable to type 'React.ReactNode'.
68
- Type 'bigint' is not assignable to type 'ReactNode'.
69
- src/components/ui/scroll-area.tsx(12,6): error TS2786: 'ScrollAreaPrimitive.Root' cannot be used as a JSX component.
70
- Its type 'ForwardRefExoticComponent<ScrollAreaProps & RefAttributes<HTMLDivElement>>' is not a valid JSX element type.
71
- Type 'ForwardRefExoticComponent<ScrollAreaProps & RefAttributes<HTMLDivElement>>' is not assignable to type '(props: any, deprecatedLegacyContext?: any) => ReactNode'.
72
- Type 'import("/Users/amilcarrey/Documents/TURTLE/current/turtle-packages/node_modules/@types/react/index").ReactNode' is not assignable to type 'React.ReactNode'.
73
- Type 'bigint' is not assignable to type 'ReactNode'.
74
- src/components/ui/scroll-area.tsx(17,8): error TS2786: 'ScrollAreaPrimitive.Viewport' cannot be used as a JSX component.
75
- Its type 'ForwardRefExoticComponent<ScrollAreaViewportProps & RefAttributes<HTMLDivElement>>' is not a valid JSX element type.
76
- Type 'ForwardRefExoticComponent<ScrollAreaViewportProps & RefAttributes<HTMLDivElement>>' is not assignable to type '(props: any, deprecatedLegacyContext?: any) => ReactNode'.
77
- Type 'import("/Users/amilcarrey/Documents/TURTLE/current/turtle-packages/node_modules/@types/react/index").ReactNode' is not assignable to type 'React.ReactNode'.
78
- Type 'bigint' is not assignable to type 'ReactNode'.
79
- src/components/ui/scroll-area.tsx(24,8): error TS2786: 'ScrollAreaPrimitive.Corner' cannot be used as a JSX component.
80
- Its type 'ForwardRefExoticComponent<ScrollAreaCornerProps & RefAttributes<HTMLDivElement>>' is not a valid JSX element type.
81
- Type 'ForwardRefExoticComponent<ScrollAreaCornerProps & RefAttributes<HTMLDivElement>>' is not assignable to type '(props: any, deprecatedLegacyContext?: any) => ReactNode'.
82
- Type 'import("/Users/amilcarrey/Documents/TURTLE/current/turtle-packages/node_modules/@types/react/index").ReactNode' is not assignable to type 'React.ReactNode'.
83
- Type 'bigint' is not assignable to type 'ReactNode'.
84
- src/components/ui/scroll-area.tsx(30,3): error TS2339: Property 'className' does not exist on type '{}'.
85
- src/components/ui/scroll-area.tsx(31,3): error TS2339: Property 'orientation' does not exist on type '{}'.
86
- src/components/ui/scroll-area.tsx(33,25): error TS2344: Type 'ForwardRefExoticComponent<ScrollAreaScrollbarProps & RefAttributes<HTMLDivElement>>' does not satisfy the constraint 'keyof IntrinsicElements | JSXElementConstructor<any>'.
87
- Type 'ForwardRefExoticComponent<ScrollAreaScrollbarProps & RefAttributes<HTMLDivElement>>' is not assignable to type '(props: any, deprecatedLegacyContext?: any) => ReactNode'.
88
- Type 'import("/Users/amilcarrey/Documents/TURTLE/current/turtle-packages/node_modules/@types/react/index").ReactNode' is not assignable to type 'React.ReactNode'.
89
- Type 'bigint' is not assignable to type 'ReactNode'.
90
- src/components/ui/scroll-area.tsx(35,6): error TS2786: 'ScrollAreaPrimitive.ScrollAreaScrollbar' cannot be used as a JSX component.
91
- Its type 'ForwardRefExoticComponent<ScrollAreaScrollbarProps & RefAttributes<HTMLDivElement>>' is not a valid JSX element type.
92
- Type 'ForwardRefExoticComponent<ScrollAreaScrollbarProps & RefAttributes<HTMLDivElement>>' is not assignable to type '(props: any, deprecatedLegacyContext?: any) => ReactNode'.
93
- Type 'import("/Users/amilcarrey/Documents/TURTLE/current/turtle-packages/node_modules/@types/react/index").ReactNode' is not assignable to type 'React.ReactNode'.
94
- Type 'bigint' is not assignable to type 'ReactNode'.
95
- src/components/ui/scroll-area.tsx(48,8): error TS2786: 'ScrollAreaPrimitive.ScrollAreaThumb' cannot be used as a JSX component.
96
- Its type 'ForwardRefExoticComponent<ScrollAreaThumbProps & RefAttributes<HTMLDivElement>>' is not a valid JSX element type.
97
- Type 'ForwardRefExoticComponent<ScrollAreaThumbProps & RefAttributes<HTMLDivElement>>' is not assignable to type '(props: any, deprecatedLegacyContext?: any) => ReactNode'.
98
- Type 'import("/Users/amilcarrey/Documents/TURTLE/current/turtle-packages/node_modules/@types/react/index").ReactNode' is not assignable to type 'React.ReactNode'.
99
- Type 'bigint' is not assignable to type 'ReactNode'.
100
- src/components/ui/select.tsx(7,52): error TS2344: Type 'FC<SelectProps>' does not satisfy the constraint 'keyof IntrinsicElements | JSXElementConstructor<any>'.
101
- Type 'FunctionComponent<SelectProps>' is not assignable to type '(props: any, deprecatedLegacyContext?: any) => ReactNode'.
102
- Type 'ReactNode | Promise<ReactNode>' is not assignable to type 'ReactNode'.
103
- Type 'bigint' is not assignable to type 'ReactNode'.
104
- src/components/ui/select.tsx(8,11): error TS2786: 'SelectPrimitive.Root' cannot be used as a JSX component.
105
- Its type 'FC<SelectProps>' is not a valid JSX element type.
106
- Type 'FunctionComponent<SelectProps>' is not assignable to type '(props: any, deprecatedLegacyContext?: any) => ReactNode'.
107
- Type 'ReactNode | Promise<ReactNode>' is not assignable to type 'ReactNode'.
108
- Type 'bigint' is not assignable to type 'ReactNode'.
109
- src/components/ui/select.tsx(11,57): error TS2344: Type 'ForwardRefExoticComponent<SelectGroupProps & RefAttributes<HTMLDivElement>>' does not satisfy the constraint 'keyof IntrinsicElements | JSXElementConstructor<any>'.
110
- Type 'ForwardRefExoticComponent<SelectGroupProps & RefAttributes<HTMLDivElement>>' is not assignable to type '(props: any, deprecatedLegacyContext?: any) => ReactNode'.
111
- Type 'import("/Users/amilcarrey/Documents/TURTLE/current/turtle-packages/node_modules/@types/react/index").ReactNode' is not assignable to type 'React.ReactNode'.
112
- Type 'bigint' is not assignable to type 'ReactNode'.
113
- src/components/ui/select.tsx(12,11): error TS2786: 'SelectPrimitive.Group' cannot be used as a JSX component.
114
- Its type 'ForwardRefExoticComponent<SelectGroupProps & RefAttributes<HTMLDivElement>>' is not a valid JSX element type.
115
- Type 'ForwardRefExoticComponent<SelectGroupProps & RefAttributes<HTMLDivElement>>' is not assignable to type '(props: any, deprecatedLegacyContext?: any) => ReactNode'.
116
- Type 'import("/Users/amilcarrey/Documents/TURTLE/current/turtle-packages/node_modules/@types/react/index").ReactNode' is not assignable to type 'React.ReactNode'.
117
- Type 'bigint' is not assignable to type 'ReactNode'.
118
- src/components/ui/select.tsx(15,57): error TS2344: Type 'ForwardRefExoticComponent<SelectValueProps & RefAttributes<HTMLSpanElement>>' does not satisfy the constraint 'keyof IntrinsicElements | JSXElementConstructor<any>'.
119
- Type 'ForwardRefExoticComponent<SelectValueProps & RefAttributes<HTMLSpanElement>>' is not assignable to type '(props: any, deprecatedLegacyContext?: any) => ReactNode'.
120
- Type 'import("/Users/amilcarrey/Documents/TURTLE/current/turtle-packages/node_modules/@types/react/index").ReactNode' is not assignable to type 'React.ReactNode'.
121
- Type 'bigint' is not assignable to type 'ReactNode'.
122
- src/components/ui/select.tsx(16,11): error TS2786: 'SelectPrimitive.Value' cannot be used as a JSX component.
123
- Its type 'ForwardRefExoticComponent<SelectValueProps & RefAttributes<HTMLSpanElement>>' is not a valid JSX element type.
124
- Type 'ForwardRefExoticComponent<SelectValueProps & RefAttributes<HTMLSpanElement>>' is not assignable to type '(props: any, deprecatedLegacyContext?: any) => ReactNode'.
125
- Type 'import("/Users/amilcarrey/Documents/TURTLE/current/turtle-packages/node_modules/@types/react/index").ReactNode' is not assignable to type 'React.ReactNode'.
126
- Type 'bigint' is not assignable to type 'ReactNode'.
127
- src/components/ui/select.tsx(20,3): error TS2339: Property 'className' does not exist on type '{ size?: "default" | "sm"; }'.
128
- src/components/ui/select.tsx(22,3): error TS2339: Property 'children' does not exist on type '{ size?: "default" | "sm"; }'.
129
- src/components/ui/select.tsx(24,25): error TS2344: Type 'ForwardRefExoticComponent<SelectTriggerProps & RefAttributes<HTMLButtonElement>>' does not satisfy the constraint 'keyof IntrinsicElements | JSXElementConstructor<any>'.
130
- Type 'ForwardRefExoticComponent<SelectTriggerProps & RefAttributes<HTMLButtonElement>>' is not assignable to type '(props: any, deprecatedLegacyContext?: any) => ReactNode'.
131
- Type 'import("/Users/amilcarrey/Documents/TURTLE/current/turtle-packages/node_modules/@types/react/index").ReactNode' is not assignable to type 'React.ReactNode'.
132
- Type 'bigint' is not assignable to type 'ReactNode'.
133
- src/components/ui/select.tsx(28,6): error TS2786: 'SelectPrimitive.Trigger' cannot be used as a JSX component.
134
- Its type 'ForwardRefExoticComponent<SelectTriggerProps & RefAttributes<HTMLButtonElement>>' is not a valid JSX element type.
135
- Type 'ForwardRefExoticComponent<SelectTriggerProps & RefAttributes<HTMLButtonElement>>' is not assignable to type '(props: any, deprecatedLegacyContext?: any) => ReactNode'.
136
- Type 'import("/Users/amilcarrey/Documents/TURTLE/current/turtle-packages/node_modules/@types/react/index").ReactNode' is not assignable to type 'React.ReactNode'.
137
- Type 'bigint' is not assignable to type 'ReactNode'.
138
- src/components/ui/select.tsx(42,8): error TS2786: 'SelectPrimitive.Icon' cannot be used as a JSX component.
139
- Its type 'ForwardRefExoticComponent<SelectIconProps & RefAttributes<HTMLSpanElement>>' is not a valid JSX element type.
140
- Type 'ForwardRefExoticComponent<SelectIconProps & RefAttributes<HTMLSpanElement>>' is not assignable to type '(props: any, deprecatedLegacyContext?: any) => ReactNode'.
141
- Type 'import("/Users/amilcarrey/Documents/TURTLE/current/turtle-packages/node_modules/@types/react/index").ReactNode' is not assignable to type 'React.ReactNode'.
142
- Type 'bigint' is not assignable to type 'ReactNode'.
143
- src/components/ui/select.tsx(43,10): error TS2786: 'ChevronDownIcon' cannot be used as a JSX component.
144
- Its type 'ForwardRefExoticComponent<Omit<LucideProps, "ref"> & RefAttributes<SVGSVGElement>>' is not a valid JSX element type.
145
- Type 'ForwardRefExoticComponent<Omit<LucideProps, "ref"> & RefAttributes<SVGSVGElement>>' is not assignable to type '(props: any, deprecatedLegacyContext?: any) => ReactNode'.
146
- Type 'import("/Users/amilcarrey/Documents/TURTLE/current/turtle-packages/node_modules/@types/react/index").ReactNode' is not assignable to type 'React.ReactNode'.
147
- Type 'bigint' is not assignable to type 'ReactNode'.
148
- src/components/ui/select.tsx(50,3): error TS2339: Property 'className' does not exist on type '{}'.
149
- src/components/ui/select.tsx(51,3): error TS2339: Property 'children' does not exist on type '{}'.
150
- src/components/ui/select.tsx(52,3): error TS2339: Property 'position' does not exist on type '{}'.
151
- src/components/ui/select.tsx(54,25): error TS2344: Type 'ForwardRefExoticComponent<SelectContentProps & RefAttributes<HTMLDivElement>>' does not satisfy the constraint 'keyof IntrinsicElements | JSXElementConstructor<any>'.
152
- Type 'ForwardRefExoticComponent<SelectContentProps & RefAttributes<HTMLDivElement>>' is not assignable to type '(props: any, deprecatedLegacyContext?: any) => ReactNode'.
153
- Type 'import("/Users/amilcarrey/Documents/TURTLE/current/turtle-packages/node_modules/@types/react/index").ReactNode' is not assignable to type 'React.ReactNode'.
154
- Type 'bigint' is not assignable to type 'ReactNode'.
155
- src/components/ui/select.tsx(56,6): error TS2786: 'SelectPrimitive.Portal' cannot be used as a JSX component.
156
- Its type 'FC<SelectPortalProps>' is not a valid JSX element type.
157
- Type 'FunctionComponent<SelectPortalProps>' is not assignable to type '(props: any, deprecatedLegacyContext?: any) => ReactNode'.
158
- Type 'ReactNode | Promise<ReactNode>' is not assignable to type 'ReactNode'.
159
- Type 'bigint' is not assignable to type 'ReactNode'.
160
- src/components/ui/select.tsx(57,8): error TS2786: 'SelectPrimitive.Content' cannot be used as a JSX component.
161
- Its type 'ForwardRefExoticComponent<SelectContentProps & RefAttributes<HTMLDivElement>>' is not a valid JSX element type.
162
- Type 'ForwardRefExoticComponent<SelectContentProps & RefAttributes<HTMLDivElement>>' is not assignable to type '(props: any, deprecatedLegacyContext?: any) => ReactNode'.
163
- Type 'import("/Users/amilcarrey/Documents/TURTLE/current/turtle-packages/node_modules/@types/react/index").ReactNode' is not assignable to type 'React.ReactNode'.
164
- Type 'bigint' is not assignable to type 'ReactNode'.
165
- src/components/ui/select.tsx(70,10): error TS2786: 'SelectPrimitive.Viewport' cannot be used as a JSX component.
166
- Its type 'ForwardRefExoticComponent<SelectViewportProps & RefAttributes<HTMLDivElement>>' is not a valid JSX element type.
167
- Type 'ForwardRefExoticComponent<SelectViewportProps & RefAttributes<HTMLDivElement>>' is not assignable to type '(props: any, deprecatedLegacyContext?: any) => ReactNode'.
168
- Type 'import("/Users/amilcarrey/Documents/TURTLE/current/turtle-packages/node_modules/@types/react/index").ReactNode' is not assignable to type 'React.ReactNode'.
169
- Type 'bigint' is not assignable to type 'ReactNode'.
170
- src/components/ui/select.tsx(85,24): error TS2339: Property 'className' does not exist on type '{}'.
171
- src/components/ui/select.tsx(85,68): error TS2344: Type 'ForwardRefExoticComponent<SelectLabelProps & RefAttributes<HTMLDivElement>>' does not satisfy the constraint 'keyof IntrinsicElements | JSXElementConstructor<any>'.
172
- Type 'ForwardRefExoticComponent<SelectLabelProps & RefAttributes<HTMLDivElement>>' is not assignable to type '(props: any, deprecatedLegacyContext?: any) => ReactNode'.
173
- Type 'import("/Users/amilcarrey/Documents/TURTLE/current/turtle-packages/node_modules/@types/react/index").ReactNode' is not assignable to type 'React.ReactNode'.
174
- Type 'bigint' is not assignable to type 'ReactNode'.
175
- src/components/ui/select.tsx(87,6): error TS2786: 'SelectPrimitive.Label' cannot be used as a JSX component.
176
- Its type 'ForwardRefExoticComponent<SelectLabelProps & RefAttributes<HTMLDivElement>>' is not a valid JSX element type.
177
- Type 'ForwardRefExoticComponent<SelectLabelProps & RefAttributes<HTMLDivElement>>' is not assignable to type '(props: any, deprecatedLegacyContext?: any) => ReactNode'.
178
- Type 'import("/Users/amilcarrey/Documents/TURTLE/current/turtle-packages/node_modules/@types/react/index").ReactNode' is not assignable to type 'React.ReactNode'.
179
- Type 'bigint' is not assignable to type 'ReactNode'.
180
- src/components/ui/select.tsx(96,3): error TS2339: Property 'className' does not exist on type '{}'.
181
- src/components/ui/select.tsx(97,3): error TS2339: Property 'children' does not exist on type '{}'.
182
- src/components/ui/select.tsx(99,25): error TS2344: Type 'ForwardRefExoticComponent<SelectItemProps & RefAttributes<HTMLDivElement>>' does not satisfy the constraint 'keyof IntrinsicElements | JSXElementConstructor<any>'.
183
- Type 'ForwardRefExoticComponent<SelectItemProps & RefAttributes<HTMLDivElement>>' is not assignable to type '(props: any, deprecatedLegacyContext?: any) => ReactNode'.
184
- Type 'import("/Users/amilcarrey/Documents/TURTLE/current/turtle-packages/node_modules/@types/react/index").ReactNode' is not assignable to type 'React.ReactNode'.
185
- Type 'bigint' is not assignable to type 'ReactNode'.
186
- src/components/ui/select.tsx(101,6): error TS2741: Property 'value' is missing in type '{ children: Element[]; "data-slot": string; className: string; }' but required in type 'SelectItemProps'.
187
- src/components/ui/select.tsx(101,6): error TS2786: 'SelectPrimitive.Item' cannot be used as a JSX component.
188
- Its type 'ForwardRefExoticComponent<SelectItemProps & RefAttributes<HTMLDivElement>>' is not a valid JSX element type.
189
- Type 'ForwardRefExoticComponent<SelectItemProps & RefAttributes<HTMLDivElement>>' is not assignable to type '(props: any, deprecatedLegacyContext?: any) => ReactNode'.
190
- Type 'import("/Users/amilcarrey/Documents/TURTLE/current/turtle-packages/node_modules/@types/react/index").ReactNode' is not assignable to type 'React.ReactNode'.
191
- Type 'bigint' is not assignable to type 'ReactNode'.
192
- src/components/ui/select.tsx(117,10): error TS2786: 'SelectPrimitive.ItemIndicator' cannot be used as a JSX component.
193
- Its type 'ForwardRefExoticComponent<SelectItemIndicatorProps & RefAttributes<HTMLSpanElement>>' is not a valid JSX element type.
194
- Type 'ForwardRefExoticComponent<SelectItemIndicatorProps & RefAttributes<HTMLSpanElement>>' is not assignable to type '(props: any, deprecatedLegacyContext?: any) => ReactNode'.
195
- Type 'import("/Users/amilcarrey/Documents/TURTLE/current/turtle-packages/node_modules/@types/react/index").ReactNode' is not assignable to type 'React.ReactNode'.
196
- Type 'bigint' is not assignable to type 'ReactNode'.
197
- src/components/ui/select.tsx(121,8): error TS2786: 'SelectPrimitive.ItemText' cannot be used as a JSX component.
198
- Its type 'ForwardRefExoticComponent<SelectItemTextProps & RefAttributes<HTMLSpanElement>>' is not a valid JSX element type.
199
- Type 'ForwardRefExoticComponent<SelectItemTextProps & RefAttributes<HTMLSpanElement>>' is not assignable to type '(props: any, deprecatedLegacyContext?: any) => ReactNode'.
200
- Type 'import("/Users/amilcarrey/Documents/TURTLE/current/turtle-packages/node_modules/@types/react/index").ReactNode' is not assignable to type 'React.ReactNode'.
201
- Type 'bigint' is not assignable to type 'ReactNode'.
202
- src/components/ui/select.tsx(127,3): error TS2339: Property 'className' does not exist on type '{}'.
203
- src/components/ui/select.tsx(129,25): error TS2344: Type 'ForwardRefExoticComponent<SelectSeparatorProps & RefAttributes<HTMLDivElement>>' does not satisfy the constraint 'keyof IntrinsicElements | JSXElementConstructor<any>'.
204
- Type 'ForwardRefExoticComponent<SelectSeparatorProps & RefAttributes<HTMLDivElement>>' is not assignable to type '(props: any, deprecatedLegacyContext?: any) => ReactNode'.
205
- Type 'import("/Users/amilcarrey/Documents/TURTLE/current/turtle-packages/node_modules/@types/react/index").ReactNode' is not assignable to type 'React.ReactNode'.
206
- Type 'bigint' is not assignable to type 'ReactNode'.
207
- src/components/ui/select.tsx(131,6): error TS2786: 'SelectPrimitive.Separator' cannot be used as a JSX component.
208
- Its type 'ForwardRefExoticComponent<SelectSeparatorProps & RefAttributes<HTMLDivElement>>' is not a valid JSX element type.
209
- Type 'ForwardRefExoticComponent<SelectSeparatorProps & RefAttributes<HTMLDivElement>>' is not assignable to type '(props: any, deprecatedLegacyContext?: any) => ReactNode'.
210
- Type 'import("/Users/amilcarrey/Documents/TURTLE/current/turtle-packages/node_modules/@types/react/index").ReactNode' is not assignable to type 'React.ReactNode'.
211
- Type 'bigint' is not assignable to type 'ReactNode'.
212
- src/components/ui/select.tsx(140,3): error TS2339: Property 'className' does not exist on type '{}'.
213
- src/components/ui/select.tsx(142,25): error TS2344: Type 'ForwardRefExoticComponent<SelectScrollUpButtonProps & RefAttributes<HTMLDivElement>>' does not satisfy the constraint 'keyof IntrinsicElements | JSXElementConstructor<any>'.
214
- Type 'ForwardRefExoticComponent<SelectScrollUpButtonProps & RefAttributes<HTMLDivElement>>' is not assignable to type '(props: any, deprecatedLegacyContext?: any) => ReactNode'.
215
- Type 'import("/Users/amilcarrey/Documents/TURTLE/current/turtle-packages/node_modules/@types/react/index").ReactNode' is not assignable to type 'React.ReactNode'.
216
- Type 'bigint' is not assignable to type 'ReactNode'.
217
- src/components/ui/select.tsx(144,6): error TS2786: 'SelectPrimitive.ScrollUpButton' cannot be used as a JSX component.
218
- Its type 'ForwardRefExoticComponent<SelectScrollUpButtonProps & RefAttributes<HTMLDivElement>>' is not a valid JSX element type.
219
- Type 'ForwardRefExoticComponent<SelectScrollUpButtonProps & RefAttributes<HTMLDivElement>>' is not assignable to type '(props: any, deprecatedLegacyContext?: any) => ReactNode'.
220
- Type 'import("/Users/amilcarrey/Documents/TURTLE/current/turtle-packages/node_modules/@types/react/index").ReactNode' is not assignable to type 'React.ReactNode'.
221
- Type 'bigint' is not assignable to type 'ReactNode'.
222
- src/components/ui/select.tsx(149,8): error TS2786: 'ChevronUpIcon' cannot be used as a JSX component.
223
- Its type 'ForwardRefExoticComponent<Omit<LucideProps, "ref"> & RefAttributes<SVGSVGElement>>' is not a valid JSX element type.
224
- Type 'ForwardRefExoticComponent<Omit<LucideProps, "ref"> & RefAttributes<SVGSVGElement>>' is not assignable to type '(props: any, deprecatedLegacyContext?: any) => ReactNode'.
225
- Type 'import("/Users/amilcarrey/Documents/TURTLE/current/turtle-packages/node_modules/@types/react/index").ReactNode' is not assignable to type 'React.ReactNode'.
226
- Type 'bigint' is not assignable to type 'ReactNode'.
227
- src/components/ui/select.tsx(155,3): error TS2339: Property 'className' does not exist on type '{}'.
228
- src/components/ui/select.tsx(157,25): error TS2344: Type 'ForwardRefExoticComponent<SelectScrollDownButtonProps & RefAttributes<HTMLDivElement>>' does not satisfy the constraint 'keyof IntrinsicElements | JSXElementConstructor<any>'.
229
- Type 'ForwardRefExoticComponent<SelectScrollDownButtonProps & RefAttributes<HTMLDivElement>>' is not assignable to type '(props: any, deprecatedLegacyContext?: any) => ReactNode'.
230
- Type 'import("/Users/amilcarrey/Documents/TURTLE/current/turtle-packages/node_modules/@types/react/index").ReactNode' is not assignable to type 'React.ReactNode'.
231
- Type 'bigint' is not assignable to type 'ReactNode'.
232
- src/components/ui/select.tsx(159,6): error TS2786: 'SelectPrimitive.ScrollDownButton' cannot be used as a JSX component.
233
- Its type 'ForwardRefExoticComponent<SelectScrollDownButtonProps & RefAttributes<HTMLDivElement>>' is not a valid JSX element type.
234
- Type 'ForwardRefExoticComponent<SelectScrollDownButtonProps & RefAttributes<HTMLDivElement>>' is not assignable to type '(props: any, deprecatedLegacyContext?: any) => ReactNode'.
235
- Type 'import("/Users/amilcarrey/Documents/TURTLE/current/turtle-packages/node_modules/@types/react/index").ReactNode' is not assignable to type 'React.ReactNode'.
236
- Type 'bigint' is not assignable to type 'ReactNode'.
237
- src/components/ui/select.tsx(164,8): error TS2786: 'ChevronDownIcon' cannot be used as a JSX component.
238
- Its type 'ForwardRefExoticComponent<Omit<LucideProps, "ref"> & RefAttributes<SVGSVGElement>>' is not a valid JSX element type.
239
- Type 'ForwardRefExoticComponent<Omit<LucideProps, "ref"> & RefAttributes<SVGSVGElement>>' is not assignable to type '(props: any, deprecatedLegacyContext?: any) => ReactNode'.
240
- Type 'import("/Users/amilcarrey/Documents/TURTLE/current/turtle-packages/node_modules/@types/react/index").ReactNode' is not assignable to type 'React.ReactNode'.
241
- Type 'bigint' is not assignable to type 'ReactNode'.
242
- src/components/ui/separator.tsx(7,3): error TS2339: Property 'className' does not exist on type '{}'.
243
- src/components/ui/separator.tsx(8,3): error TS2339: Property 'orientation' does not exist on type '{}'.
244
- src/components/ui/separator.tsx(9,3): error TS2339: Property 'decorative' does not exist on type '{}'.
245
- src/components/ui/separator.tsx(11,25): error TS2344: Type 'ForwardRefExoticComponent<SeparatorProps & RefAttributes<HTMLDivElement>>' does not satisfy the constraint 'keyof IntrinsicElements | JSXElementConstructor<any>'.
246
- Type 'ForwardRefExoticComponent<SeparatorProps & RefAttributes<HTMLDivElement>>' is not assignable to type '(props: any, deprecatedLegacyContext?: any) => ReactNode'.
247
- Type 'import("/Users/amilcarrey/Documents/TURTLE/current/turtle-packages/node_modules/@types/react/index").ReactNode' is not assignable to type 'React.ReactNode'.
248
- Type 'bigint' is not assignable to type 'ReactNode'.
249
- src/components/ui/separator.tsx(13,6): error TS2786: 'SeparatorPrimitive.Root' cannot be used as a JSX component.
250
- Its type 'ForwardRefExoticComponent<SeparatorProps & RefAttributes<HTMLDivElement>>' is not a valid JSX element type.
251
- Type 'ForwardRefExoticComponent<SeparatorProps & RefAttributes<HTMLDivElement>>' is not assignable to type '(props: any, deprecatedLegacyContext?: any) => ReactNode'.
252
- Type 'import("/Users/amilcarrey/Documents/TURTLE/current/turtle-packages/node_modules/@types/react/index").ReactNode' is not assignable to type 'React.ReactNode'.
253
- Type 'bigint' is not assignable to type 'ReactNode'.
254
- src/components/ui/sonner.tsx(8,6): error TS2786: 'Sonner' cannot be used as a JSX component.
255
- Its type 'ForwardRefExoticComponent<ToasterProps & RefAttributes<HTMLElement>>' is not a valid JSX element type.
256
- Type 'ForwardRefExoticComponent<ToasterProps & RefAttributes<HTMLElement>>' is not assignable to type '(props: any, deprecatedLegacyContext?: any) => ReactNode'.
257
- Type 'import("/Users/amilcarrey/Documents/TURTLE/current/turtle-packages/node_modules/@types/react/index").ReactNode' is not assignable to type 'React.ReactNode'.
258
- Type 'bigint' is not assignable to type 'ReactNode'.
259
- src/components/ui/switch.tsx(7,3): error TS2339: Property 'className' does not exist on type '{}'.
260
- src/components/ui/switch.tsx(9,25): error TS2344: Type 'ForwardRefExoticComponent<SwitchProps & RefAttributes<HTMLButtonElement>>' does not satisfy the constraint 'keyof IntrinsicElements | JSXElementConstructor<any>'.
261
- Type 'ForwardRefExoticComponent<SwitchProps & RefAttributes<HTMLButtonElement>>' is not assignable to type '(props: any, deprecatedLegacyContext?: any) => ReactNode'.
262
- Type 'import("/Users/amilcarrey/Documents/TURTLE/current/turtle-packages/node_modules/@types/react/index").ReactNode' is not assignable to type 'React.ReactNode'.
263
- Type 'bigint' is not assignable to type 'ReactNode'.
264
- src/components/ui/switch.tsx(11,6): error TS2786: 'SwitchPrimitive.Root' cannot be used as a JSX component.
265
- Its type 'ForwardRefExoticComponent<SwitchProps & RefAttributes<HTMLButtonElement>>' is not a valid JSX element type.
266
- Type 'ForwardRefExoticComponent<SwitchProps & RefAttributes<HTMLButtonElement>>' is not assignable to type '(props: any, deprecatedLegacyContext?: any) => ReactNode'.
267
- Type 'import("/Users/amilcarrey/Documents/TURTLE/current/turtle-packages/node_modules/@types/react/index").ReactNode' is not assignable to type 'React.ReactNode'.
268
- Type 'bigint' is not assignable to type 'ReactNode'.
269
- src/components/ui/switch.tsx(19,8): error TS2786: 'SwitchPrimitive.Thumb' cannot be used as a JSX component.
270
- Its type 'ForwardRefExoticComponent<SwitchThumbProps & RefAttributes<HTMLSpanElement>>' is not a valid JSX element type.
271
- Type 'ForwardRefExoticComponent<SwitchThumbProps & RefAttributes<HTMLSpanElement>>' is not assignable to type '(props: any, deprecatedLegacyContext?: any) => ReactNode'.
272
- Type 'import("/Users/amilcarrey/Documents/TURTLE/current/turtle-packages/node_modules/@types/react/index").ReactNode' is not assignable to type 'React.ReactNode'.
273
- Type 'bigint' is not assignable to type 'ReactNode'.
274
- src/components/ui/toggle-group.tsx(16,3): error TS2339: Property 'className' does not exist on type 'VariantProps<(props?: ConfigVariants<{ variant: { default: string; outline: string; }; size: { default: string; sm: string; lg: string; }; }> & ClassProp) => string>'.
275
- src/components/ui/toggle-group.tsx(19,3): error TS2339: Property 'children' does not exist on type 'VariantProps<(props?: ConfigVariants<{ variant: { default: string; outline: string; }; size: { default: string; sm: string; lg: string; }; }> & ClassProp) => string>'.
276
- src/components/ui/toggle-group.tsx(21,25): error TS2344: Type 'ForwardRefExoticComponent<(ToggleGroupSingleProps | ToggleGroupMultipleProps) & RefAttributes<HTMLDivElement>>' does not satisfy the constraint 'keyof IntrinsicElements | JSXElementConstructor<any>'.
277
- Type 'ForwardRefExoticComponent<(ToggleGroupSingleProps | ToggleGroupMultipleProps) & RefAttributes<HTMLDivElement>>' is not assignable to type '(props: any, deprecatedLegacyContext?: any) => ReactNode'.
278
- Type 'import("/Users/amilcarrey/Documents/TURTLE/current/turtle-packages/node_modules/@types/react/index").ReactNode' is not assignable to type 'React.ReactNode'.
279
- Type 'bigint' is not assignable to type 'ReactNode'.
280
- src/components/ui/toggle-group.tsx(24,6): error TS2322: Type '{ children: Element; "data-slot": string; "data-variant": "default" | "outline"; "data-size": "default" | "sm" | "lg"; className: string; }' is not assignable to type 'IntrinsicAttributes & ((ToggleGroupSingleProps | ToggleGroupMultipleProps) & RefAttributes<HTMLDivElement>)'.
281
- Property 'type' is missing in type '{ children: Element; "data-slot": string; "data-variant": "default" | "outline"; "data-size": "default" | "sm" | "lg"; className: string; }' but required in type 'ToggleGroupMultipleProps'.
282
- src/components/ui/toggle-group.tsx(24,6): error TS2786: 'ToggleGroupPrimitive.Root' cannot be used as a JSX component.
283
- Its type 'ForwardRefExoticComponent<(ToggleGroupSingleProps | ToggleGroupMultipleProps) & RefAttributes<HTMLDivElement>>' is not a valid JSX element type.
284
- Type 'ForwardRefExoticComponent<(ToggleGroupSingleProps | ToggleGroupMultipleProps) & RefAttributes<HTMLDivElement>>' is not assignable to type '(props: any, deprecatedLegacyContext?: any) => ReactNode'.
285
- Type 'import("/Users/amilcarrey/Documents/TURTLE/current/turtle-packages/node_modules/@types/react/index").ReactNode' is not assignable to type 'React.ReactNode'.
286
- Type 'bigint' is not assignable to type 'ReactNode'.
287
- src/components/ui/toggle-group.tsx(42,3): error TS2339: Property 'className' does not exist on type 'VariantProps<(props?: ConfigVariants<{ variant: { default: string; outline: string; }; size: { default: string; sm: string; lg: string; }; }> & ClassProp) => string>'.
288
- src/components/ui/toggle-group.tsx(43,3): error TS2339: Property 'children' does not exist on type 'VariantProps<(props?: ConfigVariants<{ variant: { default: string; outline: string; }; size: { default: string; sm: string; lg: string; }; }> & ClassProp) => string>'.
289
- src/components/ui/toggle-group.tsx(47,25): error TS2344: Type 'ForwardRefExoticComponent<ToggleGroupItemProps & RefAttributes<HTMLButtonElement>>' does not satisfy the constraint 'keyof IntrinsicElements | JSXElementConstructor<any>'.
290
- Type 'ForwardRefExoticComponent<ToggleGroupItemProps & RefAttributes<HTMLButtonElement>>' is not assignable to type '(props: any, deprecatedLegacyContext?: any) => ReactNode'.
291
- Type 'import("/Users/amilcarrey/Documents/TURTLE/current/turtle-packages/node_modules/@types/react/index").ReactNode' is not assignable to type 'React.ReactNode'.
292
- Type 'bigint' is not assignable to type 'ReactNode'.
293
- src/components/ui/toggle-group.tsx(52,6): error TS2741: Property 'value' is missing in type '{ children: any; "data-slot": string; "data-variant": "default" | "outline"; "data-size": "default" | "sm" | "lg"; className: string; }' but required in type 'Omit<ToggleGroupItemImplProps, "pressed">'.
294
- src/components/ui/toggle-group.tsx(52,6): error TS2786: 'ToggleGroupPrimitive.Item' cannot be used as a JSX component.
295
- Its type 'ForwardRefExoticComponent<ToggleGroupItemProps & RefAttributes<HTMLButtonElement>>' is not a valid JSX element type.
296
- Type 'ForwardRefExoticComponent<ToggleGroupItemProps & RefAttributes<HTMLButtonElement>>' is not assignable to type '(props: any, deprecatedLegacyContext?: any) => ReactNode'.
297
- Type 'import("/Users/amilcarrey/Documents/TURTLE/current/turtle-packages/node_modules/@types/react/index").ReactNode' is not assignable to type 'React.ReactNode'.
298
- Type 'bigint' is not assignable to type 'ReactNode'.
299
- src/components/ui/toggle.tsx(32,3): error TS2339: Property 'className' does not exist on type 'VariantProps<(props?: ConfigVariants<{ variant: { default: string; outline: string; }; size: { default: string; sm: string; lg: string; }; }> & ClassProp) => string>'.
300
- src/components/ui/toggle.tsx(36,25): error TS2344: Type 'ForwardRefExoticComponent<ToggleProps & RefAttributes<HTMLButtonElement>>' does not satisfy the constraint 'keyof IntrinsicElements | JSXElementConstructor<any>'.
301
- Type 'ForwardRefExoticComponent<ToggleProps & RefAttributes<HTMLButtonElement>>' is not assignable to type '(props: any, deprecatedLegacyContext?: any) => ReactNode'.
302
- Type 'import("/Users/amilcarrey/Documents/TURTLE/current/turtle-packages/node_modules/@types/react/index").ReactNode' is not assignable to type 'React.ReactNode'.
303
- Type 'bigint' is not assignable to type 'ReactNode'.
304
- src/components/ui/toggle.tsx(39,6): error TS2786: 'TogglePrimitive.Root' cannot be used as a JSX component.
305
- Its type 'ForwardRefExoticComponent<ToggleProps & RefAttributes<HTMLButtonElement>>' is not a valid JSX element type.
306
- Type 'ForwardRefExoticComponent<ToggleProps & RefAttributes<HTMLButtonElement>>' is not assignable to type '(props: any, deprecatedLegacyContext?: any) => ReactNode'.
307
- Type 'import("/Users/amilcarrey/Documents/TURTLE/current/turtle-packages/node_modules/@types/react/index").ReactNode' is not assignable to type 'React.ReactNode'.
308
- Type 'bigint' is not assignable to type 'ReactNode'.
309
- src/components/ui/tooltip.tsx(7,3): error TS2339: Property 'delayDuration' does not exist on type '{}'.
310
- src/components/ui/tooltip.tsx(9,25): error TS2344: Type 'FC<TooltipProviderProps>' does not satisfy the constraint 'keyof IntrinsicElements | JSXElementConstructor<any>'.
311
- Type 'FunctionComponent<TooltipProviderProps>' is not assignable to type '(props: any, deprecatedLegacyContext?: any) => ReactNode'.
312
- Type 'ReactNode | Promise<ReactNode>' is not assignable to type 'ReactNode'.
313
- Type 'bigint' is not assignable to type 'ReactNode'.
314
- src/components/ui/tooltip.tsx(11,6): error TS2741: Property 'children' is missing in type '{ "data-slot": string; delayDuration: any; }' but required in type 'TooltipProviderProps'.
315
- src/components/ui/tooltip.tsx(11,6): error TS2786: 'TooltipPrimitive.Provider' cannot be used as a JSX component.
316
- Its type 'FC<TooltipProviderProps>' is not a valid JSX element type.
317
- Type 'FunctionComponent<TooltipProviderProps>' is not assignable to type '(props: any, deprecatedLegacyContext?: any) => ReactNode'.
318
- Type 'ReactNode | Promise<ReactNode>' is not assignable to type 'ReactNode'.
319
- Type 'bigint' is not assignable to type 'ReactNode'.
320
- src/components/ui/tooltip.tsx(21,25): error TS2344: Type 'FC<TooltipProps>' does not satisfy the constraint 'keyof IntrinsicElements | JSXElementConstructor<any>'.
321
- Type 'FunctionComponent<TooltipProps>' is not assignable to type '(props: any, deprecatedLegacyContext?: any) => ReactNode'.
322
- Type 'ReactNode | Promise<ReactNode>' is not assignable to type 'ReactNode'.
323
- Type 'bigint' is not assignable to type 'ReactNode'.
324
- src/components/ui/tooltip.tsx(23,6): error TS2559: Type '{ children: Element; }' has no properties in common with type 'IntrinsicAttributes'.
325
- src/components/ui/tooltip.tsx(24,8): error TS2786: 'TooltipPrimitive.Root' cannot be used as a JSX component.
326
- Its type 'FC<TooltipProps>' is not a valid JSX element type.
327
- Type 'FunctionComponent<TooltipProps>' is not assignable to type '(props: any, deprecatedLegacyContext?: any) => ReactNode'.
328
- Type 'ReactNode | Promise<ReactNode>' is not assignable to type 'ReactNode'.
329
- Type 'bigint' is not assignable to type 'ReactNode'.
330
- src/components/ui/tooltip.tsx(31,25): error TS2344: Type 'ForwardRefExoticComponent<TooltipTriggerProps & RefAttributes<HTMLButtonElement>>' does not satisfy the constraint 'keyof IntrinsicElements | JSXElementConstructor<any>'.
331
- Type 'ForwardRefExoticComponent<TooltipTriggerProps & RefAttributes<HTMLButtonElement>>' is not assignable to type '(props: any, deprecatedLegacyContext?: any) => ReactNode'.
332
- Type 'import("/Users/amilcarrey/Documents/TURTLE/current/turtle-packages/node_modules/@types/react/index").ReactNode' is not assignable to type 'React.ReactNode'.
333
- Type 'bigint' is not assignable to type 'ReactNode'.
334
- src/components/ui/tooltip.tsx(32,11): error TS2786: 'TooltipPrimitive.Trigger' cannot be used as a JSX component.
335
- Its type 'ForwardRefExoticComponent<TooltipTriggerProps & RefAttributes<HTMLButtonElement>>' is not a valid JSX element type.
336
- Type 'ForwardRefExoticComponent<TooltipTriggerProps & RefAttributes<HTMLButtonElement>>' is not assignable to type '(props: any, deprecatedLegacyContext?: any) => ReactNode'.
337
- Type 'import("/Users/amilcarrey/Documents/TURTLE/current/turtle-packages/node_modules/@types/react/index").ReactNode' is not assignable to type 'React.ReactNode'.
338
- Type 'bigint' is not assignable to type 'ReactNode'.
339
- src/components/ui/tooltip.tsx(36,3): error TS2339: Property 'className' does not exist on type '{}'.
340
- src/components/ui/tooltip.tsx(37,3): error TS2339: Property 'sideOffset' does not exist on type '{}'.
341
- src/components/ui/tooltip.tsx(38,3): error TS2339: Property 'children' does not exist on type '{}'.
342
- src/components/ui/tooltip.tsx(40,25): error TS2344: Type 'ForwardRefExoticComponent<TooltipContentProps & RefAttributes<HTMLDivElement>>' does not satisfy the constraint 'keyof IntrinsicElements | JSXElementConstructor<any>'.
343
- Type 'ForwardRefExoticComponent<TooltipContentProps & RefAttributes<HTMLDivElement>>' is not assignable to type '(props: any, deprecatedLegacyContext?: any) => ReactNode'.
344
- Type 'import("/Users/amilcarrey/Documents/TURTLE/current/turtle-packages/node_modules/@types/react/index").ReactNode' is not assignable to type 'React.ReactNode'.
345
- Type 'bigint' is not assignable to type 'ReactNode'.
346
- src/components/ui/tooltip.tsx(42,6): error TS2786: 'TooltipPrimitive.Portal' cannot be used as a JSX component.
347
- Its type 'FC<TooltipPortalProps>' is not a valid JSX element type.
348
- Type 'FunctionComponent<TooltipPortalProps>' is not assignable to type '(props: any, deprecatedLegacyContext?: any) => ReactNode'.
349
- Type 'ReactNode | Promise<ReactNode>' is not assignable to type 'ReactNode'.
350
- Type 'bigint' is not assignable to type 'ReactNode'.
351
- src/components/ui/tooltip.tsx(43,8): error TS2786: 'TooltipPrimitive.Content' cannot be used as a JSX component.
352
- Its type 'ForwardRefExoticComponent<TooltipContentProps & RefAttributes<HTMLDivElement>>' is not a valid JSX element type.
353
- Type 'ForwardRefExoticComponent<TooltipContentProps & RefAttributes<HTMLDivElement>>' is not assignable to type '(props: any, deprecatedLegacyContext?: any) => ReactNode'.
354
- Type 'import("/Users/amilcarrey/Documents/TURTLE/current/turtle-packages/node_modules/@types/react/index").ReactNode' is not assignable to type 'React.ReactNode'.
355
- Type 'bigint' is not assignable to type 'ReactNode'.
356
- src/components/ui/tooltip.tsx(53,10): error TS2786: 'TooltipPrimitive.Arrow' cannot be used as a JSX component.
357
- Its type 'ForwardRefExoticComponent<TooltipArrowProps & RefAttributes<SVGSVGElement>>' is not a valid JSX element type.
358
- Type 'ForwardRefExoticComponent<TooltipArrowProps & RefAttributes<SVGSVGElement>>' is not assignable to type '(props: any, deprecatedLegacyContext?: any) => ReactNode'.
359
- Type 'import("/Users/amilcarrey/Documents/TURTLE/current/turtle-packages/node_modules/@types/react/index").ReactNode' is not assignable to type 'React.ReactNode'.
360
- Type 'bigint' is not assignable to type 'ReactNode'.
package/CHANGELOG.md CHANGED
@@ -1,7 +1,40 @@
1
- # @turtleclub/ui
1
+ # Change Log
2
2
 
3
- ## 0.0.6
3
+ All notable changes to this project will be documented in this file.
4
+ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
4
5
 
5
- ### Patch Changes
6
+ # [0.1.0](https://github.com/turtledev/packages/compare/@turtleclub/ui@0.1.0-beta.1...@turtleclub/ui@0.1.0) (2025-07-16)
6
7
 
7
- - 10/jul update!
8
+ **Note:** Version bump only for package @turtleclub/ui
9
+
10
+ # 0.1.0-beta.1 (2025-07-16)
11
+
12
+ ### Bug Fixes
13
+
14
+ - ✨ swap input and create a token selector component ([73985a3](https://github.com/turtledev/packages/commit/73985a3cdbb89d45a1d0572dfca57e3ecd2880a2))
15
+ - swap details token formatting ([7534a33](https://github.com/turtledev/packages/commit/7534a330410a9bd9f13dd215bc96e8e9630d65e2))
16
+
17
+ ### Features
18
+
19
+ - :rocket: adding lerna support and get rid of changeset ([7bf1f87](https://github.com/turtledev/packages/commit/7bf1f87faa62900701feb81e534bfab09303ff58))
20
+ - ✨ add Card component to UI package with Storybook stories ([ffe39ad](https://github.com/turtledev/packages/commit/ffe39ad157aad2f46ff65411efb2717463e827de))
21
+ - ✨ add molecules to be used on the widget and some new atoms like info-card ([e1eeeb8](https://github.com/turtledev/packages/commit/e1eeeb89e40deba4cc2bd44677859912fbaefc8c))
22
+ - ✨ add new UI components and configuration for @turtledev/ui ([3a13dbe](https://github.com/turtledev/packages/commit/3a13dbe77dd355514da92825b29bd668bb2d2a30))
23
+ - ✨ add new UI components and enhance Storybook stories ([0126d19](https://github.com/turtledev/packages/commit/0126d198609b8d58fafda80f088ac14f3ed33cc0))
24
+ - ✨ Add transaction cancellation handling to TxStatus component ([318b3ea](https://github.com/turtledev/packages/commit/318b3ea80548425dd3893e8e6f92afaaac1ec7f6))
25
+ - ✨ Add transaction hash and explorer URL support to TxStatus component ([59a4158](https://github.com/turtledev/packages/commit/59a415858436335d65028ddd5348d363783e2f9e))
26
+ - ✨ add turtle button to ui pkg and storybook ([d08a7a3](https://github.com/turtledev/packages/commit/d08a7a33b5a0dc2857b58aa61b0e43137dd1a812))
27
+ - ✨ Enhance wallet integration and transaction handling ([3652f8c](https://github.com/turtledev/packages/commit/3652f8c0a9afe7c11de9a0d260dbe1b6f17abf0c))
28
+ - ✨ Fix oportunity item and some design ([74d43ed](https://github.com/turtledev/packages/commit/74d43ed7f23cc58be66730e79de72efe3dc01ef3))
29
+ - ✨ introduce @turtledev/ui component library ([27bf7a4](https://github.com/turtledev/packages/commit/27bf7a4bf1d93b2ee89f7e956c7e4973174dbc62))
30
+ - ✨ Update NavigationBar and remove unused components ([bcbb86b](https://github.com/turtledev/packages/commit/bcbb86bd2656650934acc62f6a05cf9582ede96d))
31
+ - ✨use card component on widget ([598ba39](https://github.com/turtledev/packages/commit/598ba3931dc62b77471280d3664421f3deec6cd8))
32
+ - 👨🏻‍🎨 separate design system on tokens and semantic classes to keep it more maintanable. ([0dc6a39](https://github.com/turtledev/packages/commit/0dc6a390271377134ed3904d347b4551ae653cea))
33
+ - add route steps details ([dbeb501](https://github.com/turtledev/packages/commit/dbeb501adeddec95387ea33fe25c32a67b18b126))
34
+ - implement SlippageSelector as controlled UI molecule ([b162c31](https://github.com/turtledev/packages/commit/b162c31ff13500d726d9a787b3f4200a7562bbf9))
35
+
36
+ # [0.1.0-beta.0](https://github.com/turtledev/packages/compare/@turtleclub/ui@0.0.6...@turtleclub/ui@0.1.0-beta.0) (2025-07-11)
37
+
38
+ ### Features
39
+
40
+ - :rocket: adding lerna support and get rid of changeset ([7bf1f87](https://github.com/turtledev/packages/commit/7bf1f87faa62900701feb81e534bfab09303ff58))