@hanzo/ui 4.5.4 → 4.7.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.
Files changed (203) hide show
  1. package/README.md +229 -0
  2. package/bin/create-registry.js +1 -1
  3. package/bin/test-mcp.sh +1 -1
  4. package/bin/update-registry.js +2 -2
  5. package/dist/index.d.mts +16 -0
  6. package/dist/index.d.ts +16 -0
  7. package/dist/index.js +9458 -0
  8. package/dist/index.mjs +9449 -0
  9. package/dist/lib/utils.d.mts +2 -0
  10. package/dist/lib/utils.d.ts +2 -0
  11. package/dist/lib/utils.js +47 -0
  12. package/dist/lib/utils.mjs +28 -0
  13. package/dist/src/utils.d.mts +7 -0
  14. package/dist/src/utils.d.ts +7 -0
  15. package/dist/src/utils.js +47 -0
  16. package/dist/src/utils.mjs +28 -0
  17. package/dist/tailwind/index.d.mts +2 -0
  18. package/dist/tailwind/index.d.ts +2 -0
  19. package/dist/tailwind/index.js +2048 -0
  20. package/dist/tailwind/index.mjs +2017 -0
  21. package/dist/types/index.d.mts +12 -0
  22. package/dist/types/index.d.ts +12 -0
  23. package/dist/types/index.js +79 -0
  24. package/dist/types/index.mjs +56 -0
  25. package/package.json +170 -23
  26. package/style/theme-provider.tsx +1 -1
  27. package/MCP-INSTRUCTIONS.md +0 -73
  28. package/README-MCP.md +0 -175
  29. package/blocks/components/accordian-block.tsx +0 -48
  30. package/blocks/components/block-component-props.ts +0 -11
  31. package/blocks/components/bullet-cards-block.tsx +0 -46
  32. package/blocks/components/card-block/index.tsx +0 -171
  33. package/blocks/components/card-block/link-out-button.tsx +0 -20
  34. package/blocks/components/card-block/util.ts +0 -28
  35. package/blocks/components/carte-blanche-block/index.tsx +0 -127
  36. package/blocks/components/carte-blanche-block/variant-content-left.tsx +0 -49
  37. package/blocks/components/content.tsx +0 -70
  38. package/blocks/components/cta-block.tsx +0 -115
  39. package/blocks/components/enh-heading-block.tsx +0 -204
  40. package/blocks/components/grid-block/grid-block-mutator.ts +0 -12
  41. package/blocks/components/grid-block/index.tsx +0 -83
  42. package/blocks/components/grid-block/mutator-registry.ts +0 -10
  43. package/blocks/components/grid-block/table-borders.mutator.ts +0 -47
  44. package/blocks/components/group-block.tsx +0 -83
  45. package/blocks/components/heading-block.tsx +0 -88
  46. package/blocks/components/image-block.tsx +0 -111
  47. package/blocks/components/index.ts +0 -30
  48. package/blocks/components/screenful-block/content.tsx +0 -123
  49. package/blocks/components/screenful-block/index.tsx +0 -107
  50. package/blocks/components/screenful-block/poster-background.tsx +0 -34
  51. package/blocks/components/screenful-block/video-background.tsx +0 -45
  52. package/blocks/components/space-block.tsx +0 -66
  53. package/blocks/components/video-block.tsx +0 -138
  54. package/blocks/def/accordian-block.ts +0 -14
  55. package/blocks/def/block.ts +0 -7
  56. package/blocks/def/bullet-cards-block.ts +0 -22
  57. package/blocks/def/card-block.ts +0 -22
  58. package/blocks/def/carte-blanche-block.ts +0 -21
  59. package/blocks/def/cta-block.ts +0 -19
  60. package/blocks/def/element-block.ts +0 -11
  61. package/blocks/def/enh-heading-block.ts +0 -44
  62. package/blocks/def/grid-block.ts +0 -16
  63. package/blocks/def/group-block.ts +0 -11
  64. package/blocks/def/heading-block.ts +0 -15
  65. package/blocks/def/image-block.ts +0 -31
  66. package/blocks/def/index.ts +0 -35
  67. package/blocks/def/screenful-block.ts +0 -54
  68. package/blocks/def/space-block.ts +0 -64
  69. package/blocks/def/video-block.ts +0 -9
  70. package/blocks/index.ts +0 -2
  71. package/dist/mcp/enhanced-server.d.ts +0 -29
  72. package/dist/mcp/enhanced-server.js +0 -1128
  73. package/dist/mcp/index.d.ts +0 -28
  74. package/dist/mcp/index.js +0 -436
  75. package/dist/registry/api.d.ts +0 -37
  76. package/dist/registry/api.js +0 -129
  77. package/dist/registry/index.d.ts +0 -353
  78. package/dist/registry/index.js +0 -45
  79. package/environment.d.ts +0 -6
  80. package/primitives/accordion.tsx +0 -66
  81. package/primitives/action-button.tsx +0 -42
  82. package/primitives/apply-typography.tsx +0 -55
  83. package/primitives/aspect-ratio.tsx +0 -5
  84. package/primitives/avatar.tsx +0 -49
  85. package/primitives/badge.tsx +0 -36
  86. package/primitives/breadcrumb.tsx +0 -115
  87. package/primitives/breakpoint-indicator.tsx +0 -19
  88. package/primitives/button.tsx +0 -85
  89. package/primitives/calendar.tsx +0 -72
  90. package/primitives/card.tsx +0 -83
  91. package/primitives/carousel.tsx +0 -237
  92. package/primitives/checkbox.tsx +0 -32
  93. package/primitives/combobox.tsx +0 -239
  94. package/primitives/command.tsx +0 -157
  95. package/primitives/context-menu.tsx +0 -200
  96. package/primitives/dialog-video-controller.tsx +0 -38
  97. package/primitives/dialog.tsx +0 -157
  98. package/primitives/drawer.tsx +0 -138
  99. package/primitives/form.tsx +0 -178
  100. package/primitives/icons/github.tsx +0 -14
  101. package/primitives/icons/index.ts +0 -18
  102. package/primitives/icons/youtube-logo.tsx +0 -59
  103. package/primitives/index-common.ts +0 -224
  104. package/primitives/index-next.ts +0 -2
  105. package/primitives/input-otp.tsx +0 -65
  106. package/primitives/input.tsx +0 -30
  107. package/primitives/label.tsx +0 -28
  108. package/primitives/list-adaptor.ts +0 -12
  109. package/primitives/list-box.tsx +0 -74
  110. package/primitives/loading-spinner.tsx +0 -33
  111. package/primitives/navigation-menu.tsx +0 -147
  112. package/primitives/next/image.tsx +0 -90
  113. package/primitives/next/index.ts +0 -7
  114. package/primitives/next/inline-icon.tsx +0 -36
  115. package/primitives/next/link-element.tsx +0 -109
  116. package/primitives/next/mdx-link.tsx +0 -22
  117. package/primitives/next/media-stack.tsx +0 -69
  118. package/primitives/next/nav-items.tsx +0 -45
  119. package/primitives/next/youtube-embed.tsx +0 -83
  120. package/primitives/popover.tsx +0 -37
  121. package/primitives/progress.tsx +0 -27
  122. package/primitives/radio-group.tsx +0 -56
  123. package/primitives/scroll-area.tsx +0 -47
  124. package/primitives/select.tsx +0 -169
  125. package/primitives/separator.tsx +0 -29
  126. package/primitives/sheet.tsx +0 -178
  127. package/primitives/skeleton.tsx +0 -20
  128. package/primitives/slider.tsx +0 -72
  129. package/primitives/sonner.tsx +0 -35
  130. package/primitives/step-indicator.tsx +0 -69
  131. package/primitives/switch.tsx +0 -35
  132. package/primitives/table.tsx +0 -117
  133. package/primitives/tabs.tsx +0 -60
  134. package/primitives/text-area.tsx +0 -26
  135. package/primitives/toggle-group.tsx +0 -63
  136. package/primitives/toggle.tsx +0 -73
  137. package/primitives/tooltip.tsx +0 -48
  138. package/primitives/video-player.tsx +0 -23
  139. package/public/r/accordion.json +0 -11
  140. package/public/r/alert.json +0 -11
  141. package/public/r/avatar.json +0 -11
  142. package/public/r/badge.json +0 -11
  143. package/public/r/button.json +0 -11
  144. package/public/r/card.json +0 -11
  145. package/public/r/checkbox.json +0 -11
  146. package/public/r/default.json +0 -6
  147. package/public/r/dialog.json +0 -11
  148. package/public/r/input.json +0 -11
  149. package/public/r/label.json +0 -11
  150. package/public/r/new-york.json +0 -6
  151. package/public/r/popover.json +0 -11
  152. package/public/r/select.json +0 -11
  153. package/public/r/table.json +0 -11
  154. package/public/r/tabs.json +0 -11
  155. package/public/r/toast.json +0 -11
  156. package/registry.json +0 -184
  157. package/src/mcp/README.md +0 -141
  158. package/src/mcp/enhanced-server.ts +0 -1208
  159. package/src/mcp/index.ts +0 -518
  160. package/src/mcp/package.json +0 -10
  161. package/src/registry/api.ts +0 -164
  162. package/src/registry/index.ts +0 -60
  163. package/src/registry/package.json +0 -10
  164. package/tailwind/colors.tailwind.js +0 -53
  165. package/tailwind/fontFamily.tailwind.ts +0 -7
  166. package/tailwind/fontSize.tailwind.ts +0 -13
  167. package/tailwind/index.ts +0 -7
  168. package/tailwind/safelist.tailwind.js +0 -26
  169. package/tailwind/screens.tailwind.js +0 -8
  170. package/tailwind/spacing.tailwind.js +0 -65
  171. package/tailwind/tailwind.config.hanzo-preset.d.ts +0 -5
  172. package/tailwind/tailwind.config.hanzo-preset.js +0 -915
  173. package/tailwind/tw-font-desc.ts +0 -15
  174. package/tailwind/typo-plugin/get-plugin-styles.js +0 -679
  175. package/tailwind/typo-plugin/index.d.ts +0 -9
  176. package/tailwind/typo-plugin/index.js +0 -141
  177. package/tailwind/typo-plugin/utils.js +0 -60
  178. package/tailwind/typography-test.mdx +0 -35
  179. package/tailwind/z-index.tailwind.js +0 -71
  180. package/test/test-registry.js +0 -73
  181. package/tsconfig.json +0 -22
  182. package/types/animation-def.ts +0 -3
  183. package/types/breakpoints.ts +0 -11
  184. package/types/bullet-item.ts +0 -10
  185. package/types/button-def.ts +0 -39
  186. package/types/dimensions.ts +0 -8
  187. package/types/grid-def.ts +0 -56
  188. package/types/image-def.ts +0 -32
  189. package/types/index.ts +0 -29
  190. package/types/link-def.ts +0 -56
  191. package/types/media-stack-def.ts +0 -31
  192. package/types/t-shirt-size.ts +0 -5
  193. package/types/tshirt-dimensions.ts +0 -20
  194. package/types/video-def.ts +0 -25
  195. package/util/format-and-abbreviate-as-currency.ts +0 -125
  196. package/util/format-to-max-char.ts +0 -68
  197. package/util/index-client.ts +0 -3
  198. package/util/index.ts +0 -78
  199. package/util/number-abbreviate.ts +0 -49
  200. package/util/specifier.ts +0 -43
  201. package/util/spread-to-transform.ts +0 -24
  202. package/util/step-animation.ts +0 -90
  203. package/util/two-way-map.ts +0 -19
@@ -1,117 +0,0 @@
1
- import * as React from 'react'
2
-
3
- import { cn } from '../util'
4
-
5
- const Table = React.forwardRef<
6
- HTMLTableElement,
7
- React.HTMLAttributes<HTMLTableElement>
8
- >(({ className, ...props }, ref) => (
9
- <div className='relative w-full overflow-auto'>
10
- <table
11
- ref={ref}
12
- className={cn('w-full caption-bottom text-sm', className)}
13
- {...props}
14
- />
15
- </div>
16
- ))
17
- Table.displayName = 'Table'
18
-
19
- const TableHeader = React.forwardRef<
20
- HTMLTableSectionElement,
21
- React.HTMLAttributes<HTMLTableSectionElement>
22
- >(({ className, ...props }, ref) => (
23
- <thead ref={ref} className={cn('[&_tr]:border-b', className)} {...props} />
24
- ))
25
- TableHeader.displayName = 'TableHeader'
26
-
27
- const TableBody = React.forwardRef<
28
- HTMLTableSectionElement,
29
- React.HTMLAttributes<HTMLTableSectionElement>
30
- >(({ className, ...props }, ref) => (
31
- <tbody
32
- ref={ref}
33
- className={cn('[&_tr:last-child]:border-0', className)}
34
- {...props}
35
- />
36
- ))
37
- TableBody.displayName = 'TableBody'
38
-
39
- const TableFooter = React.forwardRef<
40
- HTMLTableSectionElement,
41
- React.HTMLAttributes<HTMLTableSectionElement>
42
- >(({ className, ...props }, ref) => (
43
- <tfoot
44
- ref={ref}
45
- className={cn(
46
- 'border-t bg-level-1 font-medium [&>tr]:last:border-b-0',
47
- className
48
- )}
49
- {...props}
50
- />
51
- ))
52
- TableFooter.displayName = 'TableFooter'
53
-
54
- const TableRow = React.forwardRef<
55
- HTMLTableRowElement,
56
- React.HTMLAttributes<HTMLTableRowElement>
57
- >(({ className, ...props }, ref) => (
58
- <tr
59
- ref={ref}
60
- className={cn(
61
- 'border-b transition-colors hover:bg-level-1 data-[state=selected]:bg-level-1',
62
- className
63
- )}
64
- {...props}
65
- />
66
- ))
67
- TableRow.displayName = 'TableRow'
68
-
69
- const TableHead = React.forwardRef<
70
- HTMLTableCellElement,
71
- React.ThHTMLAttributes<HTMLTableCellElement>
72
- >(({ className, ...props }, ref) => (
73
- <th
74
- ref={ref}
75
- className={cn(
76
- 'h-12 px-4 text-left align-middle font-medium text-muted [&:has([role=checkbox])]:pr-0',
77
- className
78
- )}
79
- {...props}
80
- />
81
- ))
82
- TableHead.displayName = 'TableHead'
83
-
84
- const TableCell = React.forwardRef<
85
- HTMLTableCellElement,
86
- React.TdHTMLAttributes<HTMLTableCellElement>
87
- >(({ className, ...props }, ref) => (
88
- <td
89
- ref={ref}
90
- className={cn('p-4 align-middle [&:has([role=checkbox])]:pr-0', className)}
91
- {...props}
92
- />
93
- ))
94
- TableCell.displayName = 'TableCell'
95
-
96
- const TableCaption = React.forwardRef<
97
- HTMLTableCaptionElement,
98
- React.HTMLAttributes<HTMLTableCaptionElement>
99
- >(({ className, ...props }, ref) => (
100
- <caption
101
- ref={ref}
102
- className={cn('mt-4 text-sm text-muted', className)}
103
- {...props}
104
- />
105
- ))
106
- TableCaption.displayName = 'TableCaption'
107
-
108
- export {
109
- Table,
110
- TableHeader,
111
- TableBody,
112
- TableFooter,
113
- TableHead,
114
- TableRow,
115
- TableCell,
116
- TableCaption,
117
- }
@@ -1,60 +0,0 @@
1
- 'use client'
2
- import React from 'react'
3
- import * as TabsPrimitive from '@radix-ui/react-tabs'
4
-
5
- import { cn } from '../util'
6
-
7
- const Tabs = TabsPrimitive.Root
8
-
9
- const TabsList = React.forwardRef<
10
- React.ElementRef<typeof TabsPrimitive.List>,
11
- React.ComponentPropsWithoutRef<typeof TabsPrimitive.List>
12
- >(({ className, ...props }, ref) => (
13
- <TabsPrimitive.List
14
- ref={ref}
15
- className={cn(
16
- 'inline-flex h-10 items-center justify-center rounded-md bg-muted p-1 text-muted-foreground',
17
- className
18
- )}
19
- {...props}
20
- />
21
- ))
22
- TabsList.displayName = TabsPrimitive.List.displayName
23
-
24
- const TabsTrigger = React.forwardRef<
25
- React.ElementRef<typeof TabsPrimitive.Trigger>,
26
- React.ComponentPropsWithoutRef<typeof TabsPrimitive.Trigger>
27
- >(({ className, ...props }, ref) => (
28
- <TabsPrimitive.Trigger
29
- ref={ref}
30
- className={cn(
31
- 'inline-flex items-center justify-center whitespace-nowrap rounded-sm ' +
32
- 'px-3 py-1.5 text-sm font-medium ring-offset-background transition-all ' +
33
- 'focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring ' +
34
- 'focus-visible:ring-offset-2 disabled:pointer-events-none ' +
35
- 'disabled:opacity-50 data-[state=active]:bg-background ' +
36
- 'data-[state=active]:text-foreground data-[state=active]:shadow-sm',
37
- className
38
- )}
39
- {...props}
40
- />
41
- ))
42
- TabsTrigger.displayName = TabsPrimitive.Trigger.displayName
43
-
44
- const TabsContent = React.forwardRef<
45
- React.ElementRef<typeof TabsPrimitive.Content>,
46
- React.ComponentPropsWithoutRef<typeof TabsPrimitive.Content>
47
- >(({ className, ...props }, ref) => (
48
- <TabsPrimitive.Content
49
- ref={ref}
50
- className={cn(
51
- 'mt-2 ring-offset-background focus-visible:outline-none focus-visible:ring-2 ' +
52
- 'focus-visible:ring-ring focus-visible:ring-offset-2',
53
- className
54
- )}
55
- {...props}
56
- />
57
- ))
58
- TabsContent.displayName = TabsPrimitive.Content.displayName
59
-
60
- export { Tabs, TabsList, TabsTrigger, TabsContent }
@@ -1,26 +0,0 @@
1
- import React from 'react'
2
-
3
- import { cn } from '../util'
4
-
5
- export interface TextAreaProps
6
- extends React.TextareaHTMLAttributes<HTMLTextAreaElement> {}
7
-
8
- const TextArea = React.forwardRef<HTMLTextAreaElement, TextAreaProps>(
9
- ({ className, ...props }, ref) => {
10
- return (
11
- <textarea
12
- className={cn(
13
- 'flex min-h-[80px] w-full rounded-md border border-muted-3 px-3 py-2 text-sm ' +
14
- 'placeholder:text-muted-2 focus-visible:outline-none focus-visible:ring-2 ' +
15
- 'focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50',
16
- className
17
- )}
18
- ref={ref}
19
- {...props}
20
- />
21
- )
22
- }
23
- )
24
- TextArea.displayName = 'TextArea'
25
-
26
- export default TextArea
@@ -1,63 +0,0 @@
1
- 'use client'
2
-
3
- import * as React from 'react'
4
- import * as ToggleGroupPrimitive from '@radix-ui/react-toggle-group'
5
- import type { VariantProps } from 'class-variance-authority'
6
-
7
- import { cn } from '../util'
8
- import { toggleVariants } from './toggle'
9
-
10
- const ToggleGroupContext = React.createContext<
11
- VariantProps<typeof toggleVariants>
12
- >({
13
- size: 'default',
14
- variant: 'default',
15
- rounded: 'md'
16
- })
17
-
18
- const ToggleGroup = React.forwardRef<
19
- React.ElementRef<typeof ToggleGroupPrimitive.Root>,
20
- React.ComponentPropsWithoutRef<typeof ToggleGroupPrimitive.Root> &
21
- VariantProps<typeof toggleVariants>
22
- >(({ className, variant, size, rounded, children, ...props }, ref) => (
23
- <ToggleGroupPrimitive.Root
24
- ref={ref}
25
- className={cn('flex items-center justify-center gap-1', className)}
26
- {...props}
27
- >
28
- <ToggleGroupContext.Provider value={{ variant, size, rounded }}>
29
- {children as React.ReactNode}
30
- </ToggleGroupContext.Provider>
31
- </ToggleGroupPrimitive.Root>
32
- ))
33
-
34
- ToggleGroup.displayName = ToggleGroupPrimitive.Root.displayName
35
-
36
- const ToggleGroupItem = React.forwardRef<
37
- React.ElementRef<typeof ToggleGroupPrimitive.Item>,
38
- React.ComponentPropsWithoutRef<typeof ToggleGroupPrimitive.Item> &
39
- VariantProps<typeof toggleVariants>
40
- >(({ className, children, variant, size, rounded, ...props }, ref) => {
41
- const context = React.useContext(ToggleGroupContext)
42
-
43
- return (
44
- <ToggleGroupPrimitive.Item
45
- ref={ref}
46
- className={cn(
47
- toggleVariants({
48
- variant: context.variant || variant,
49
- size: context.size || size,
50
- rounded: context.rounded || rounded,
51
- }),
52
- className
53
- )}
54
- {...props}
55
- >
56
- {children}
57
- </ToggleGroupPrimitive.Item>
58
- )
59
- })
60
-
61
- ToggleGroupItem.displayName = ToggleGroupPrimitive.Item.displayName
62
-
63
- export { ToggleGroup, ToggleGroupItem }
@@ -1,73 +0,0 @@
1
- 'use client'
2
-
3
- import * as React from 'react'
4
- import * as TogglePrimitive from '@radix-ui/react-toggle'
5
- import { cva, type VariantProps } from 'class-variance-authority'
6
-
7
- import { cn } from '../util'
8
-
9
- const toggleVariants = cva(
10
- 'inline-flex items-center justify-center text-sm font-medium ' +
11
- 'ring-offset-background ' +
12
- 'focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring ' +
13
- 'focus-visible:ring-offset-2 disabled:pointer-events-none ' +
14
- 'active:bg-level-3 active:text-accent ',
15
- {
16
- variants: {
17
- variant: {
18
- default: 'text-muted-1 hover:text-accent ' +
19
- 'data-[state=off]:bg-level-1 hover:data-[state=off]:text-foreground ' +
20
- 'data-[state=on]:text-foreground data-[state=on]:bg-level-3 ' +
21
- 'data-[state=on]:hover:bg-level-3 ',
22
-
23
- outline: 'border border-muted-3 text-muted-1 ' +
24
- 'data-[state=off]:bg-level-1 hover:data-[state=off]:text-foreground ' +
25
- 'data-[state=on]:bg-level-3 data-[state=on]:border-muted data-[state=on]:text-foreground',
26
- },
27
- size: {
28
- default: 'h-10 px-3',
29
- hfull: 'h-full px-3',
30
- sm: 'h-9 px-2',
31
- lg: 'h-11 px-5',
32
- },
33
- rounded: {
34
- full: 'rounded-full',
35
- sm: 'rounded-sm',
36
- lsm: 'rounded-l-sm',
37
- rsm: 'rounded-r-sm',
38
- md: 'rounded-md',
39
- lmd: 'rounded-l-md',
40
- rmd: 'rounded-r-md',
41
- lg: 'rounded-lg',
42
- llg: 'rounded-l-lg',
43
- rlg: 'rounded-r-lg',
44
- xl: 'rounded-xl',
45
- lxl: 'rounded-l-xl',
46
- rxl: 'rounded-r-xl',
47
- none: 'rounded-none'
48
- }
49
-
50
- },
51
- defaultVariants: {
52
- variant: 'default',
53
- size: 'default',
54
- rounded: 'md'
55
- },
56
- }
57
- )
58
-
59
- const Toggle = React.forwardRef<
60
- React.ElementRef<typeof TogglePrimitive.Root>,
61
- React.ComponentPropsWithoutRef<typeof TogglePrimitive.Root> &
62
- VariantProps<typeof toggleVariants>
63
- >(({ className, variant, size, rounded, ...props }, ref) => (
64
- <TogglePrimitive.Root
65
- ref={ref}
66
- className={cn(toggleVariants({ variant, size, rounded} ), className )}
67
- {...props}
68
- />
69
- ))
70
-
71
- Toggle.displayName = TogglePrimitive.Root.displayName
72
-
73
- export { Toggle, toggleVariants }
@@ -1,48 +0,0 @@
1
- 'use client'
2
-
3
- import * as React from 'react'
4
- import * as TooltipPrimitive from '@radix-ui/react-tooltip'
5
-
6
- import { cn } from '../util'
7
-
8
- const TooltipProvider = TooltipPrimitive.Provider
9
-
10
- const Tooltip = TooltipPrimitive.Root
11
-
12
- const TooltipTrigger = TooltipPrimitive.Trigger
13
-
14
- const TooltipContent = React.forwardRef<
15
- React.ElementRef<typeof TooltipPrimitive.Content>,
16
- React.ComponentPropsWithoutRef<typeof TooltipPrimitive.Content>
17
- >(({ className, sideOffset = 4, ...props }, ref) => (
18
- <TooltipPrimitive.Content
19
- ref={ref}
20
- sideOffset={sideOffset}
21
- className={cn(
22
- 'z-50 overflow-hidden rounded-md border bg-level-1 px-3 py-1.5 text-sm text-muted-foreground shadow-md animate-in fade-in-50 data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2',
23
- className
24
- )}
25
- {...props}
26
- />
27
- ))
28
- TooltipContent.displayName = TooltipPrimitive.Content.displayName
29
-
30
- const TooltipWrapper: React.FC<{
31
- text: string
32
- tooltipClx?: string
33
- } & React.PropsWithChildren> = ({
34
- children,
35
- text,
36
- tooltipClx=''
37
- }) => (
38
- <Tooltip>
39
- <TooltipTrigger asChild>
40
- {children}
41
- </TooltipTrigger>
42
- <TooltipContent className={tooltipClx}>
43
- {text}
44
- </TooltipContent>
45
- </Tooltip>
46
- )
47
-
48
- export { Tooltip, TooltipTrigger, TooltipContent, TooltipProvider, TooltipWrapper }
@@ -1,23 +0,0 @@
1
- 'use client'
2
- import React from 'react'
3
-
4
- interface VideoProps extends React.ComponentPropsWithoutRef<"video"> {
5
- sources: string[]
6
- }
7
-
8
- const VideoPlayer = React.forwardRef<HTMLVideoElement, VideoProps>(
9
- ({
10
- sources,
11
- ...rest
12
- }, ref) => {
13
-
14
- return (
15
- <video ref={ref} {...rest} >
16
- {sources.map((source, index) => (
17
- <source key={index} src={source} />
18
- ))}
19
- </video>
20
- )
21
- })
22
-
23
- export default VideoPlayer
@@ -1,11 +0,0 @@
1
- {
2
- "name": "accordion",
3
- "type": "registry:component",
4
- "description": "A accordion component for your UI.",
5
- "files": [
6
- {
7
- "path": "default/ui/accordion/accordion.tsx",
8
- "type": "registry:component"
9
- }
10
- ]
11
- }
@@ -1,11 +0,0 @@
1
- {
2
- "name": "alert",
3
- "type": "registry:component",
4
- "description": "A alert component for your UI.",
5
- "files": [
6
- {
7
- "path": "default/ui/alert/alert.tsx",
8
- "type": "registry:component"
9
- }
10
- ]
11
- }
@@ -1,11 +0,0 @@
1
- {
2
- "name": "avatar",
3
- "type": "registry:component",
4
- "description": "A avatar component for your UI.",
5
- "files": [
6
- {
7
- "path": "default/ui/avatar/avatar.tsx",
8
- "type": "registry:component"
9
- }
10
- ]
11
- }
@@ -1,11 +0,0 @@
1
- {
2
- "name": "badge",
3
- "type": "registry:component",
4
- "description": "A badge component for your UI.",
5
- "files": [
6
- {
7
- "path": "default/ui/badge/badge.tsx",
8
- "type": "registry:component"
9
- }
10
- ]
11
- }
@@ -1,11 +0,0 @@
1
- {
2
- "name": "button",
3
- "type": "registry:component",
4
- "description": "A button component for your UI.",
5
- "files": [
6
- {
7
- "path": "default/ui/button/button.tsx",
8
- "type": "registry:component"
9
- }
10
- ]
11
- }
@@ -1,11 +0,0 @@
1
- {
2
- "name": "card",
3
- "type": "registry:component",
4
- "description": "A card component for your UI.",
5
- "files": [
6
- {
7
- "path": "default/ui/card/card.tsx",
8
- "type": "registry:component"
9
- }
10
- ]
11
- }
@@ -1,11 +0,0 @@
1
- {
2
- "name": "checkbox",
3
- "type": "registry:component",
4
- "description": "A checkbox component for your UI.",
5
- "files": [
6
- {
7
- "path": "default/ui/checkbox/checkbox.tsx",
8
- "type": "registry:component"
9
- }
10
- ]
11
- }
@@ -1,6 +0,0 @@
1
- {
2
- "name": "default",
3
- "type": "registry:style",
4
- "description": "The default style for Hanzo UI components.",
5
- "files": []
6
- }
@@ -1,11 +0,0 @@
1
- {
2
- "name": "dialog",
3
- "type": "registry:component",
4
- "description": "A dialog component for your UI.",
5
- "files": [
6
- {
7
- "path": "default/ui/dialog/dialog.tsx",
8
- "type": "registry:component"
9
- }
10
- ]
11
- }
@@ -1,11 +0,0 @@
1
- {
2
- "name": "input",
3
- "type": "registry:component",
4
- "description": "A input component for your UI.",
5
- "files": [
6
- {
7
- "path": "default/ui/input/input.tsx",
8
- "type": "registry:component"
9
- }
10
- ]
11
- }
@@ -1,11 +0,0 @@
1
- {
2
- "name": "label",
3
- "type": "registry:component",
4
- "description": "A label component for your UI.",
5
- "files": [
6
- {
7
- "path": "default/ui/label/label.tsx",
8
- "type": "registry:component"
9
- }
10
- ]
11
- }
@@ -1,6 +0,0 @@
1
- {
2
- "name": "new-york",
3
- "type": "registry:style",
4
- "description": "The new-york style for Hanzo UI components.",
5
- "files": []
6
- }
@@ -1,11 +0,0 @@
1
- {
2
- "name": "popover",
3
- "type": "registry:component",
4
- "description": "A popover component for your UI.",
5
- "files": [
6
- {
7
- "path": "default/ui/popover/popover.tsx",
8
- "type": "registry:component"
9
- }
10
- ]
11
- }
@@ -1,11 +0,0 @@
1
- {
2
- "name": "select",
3
- "type": "registry:component",
4
- "description": "A select component for your UI.",
5
- "files": [
6
- {
7
- "path": "default/ui/select/select.tsx",
8
- "type": "registry:component"
9
- }
10
- ]
11
- }
@@ -1,11 +0,0 @@
1
- {
2
- "name": "table",
3
- "type": "registry:component",
4
- "description": "A table component for your UI.",
5
- "files": [
6
- {
7
- "path": "default/ui/table/table.tsx",
8
- "type": "registry:component"
9
- }
10
- ]
11
- }
@@ -1,11 +0,0 @@
1
- {
2
- "name": "tabs",
3
- "type": "registry:component",
4
- "description": "A tabs component for your UI.",
5
- "files": [
6
- {
7
- "path": "default/ui/tabs/tabs.tsx",
8
- "type": "registry:component"
9
- }
10
- ]
11
- }
@@ -1,11 +0,0 @@
1
- {
2
- "name": "toast",
3
- "type": "registry:component",
4
- "description": "A toast component for your UI.",
5
- "files": [
6
- {
7
- "path": "default/ui/toast/toast.tsx",
8
- "type": "registry:component"
9
- }
10
- ]
11
- }