@multicomma/arkcn 0.1.2 → 0.1.3

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 (148) hide show
  1. package/package.json +1 -1
  2. package/registry/index.json +1 -1
  3. package/registry/items/accordion.json +302 -0
  4. package/registry/items/activity-feed.json +408 -0
  5. package/registry/items/alert-dialog.json +676 -0
  6. package/registry/items/alert.json +113 -0
  7. package/registry/items/angle-slider.json +378 -0
  8. package/registry/items/app-shell.json +2654 -1
  9. package/registry/items/aspect-ratio.json +36 -0
  10. package/registry/items/attachment.json +299 -1
  11. package/registry/items/avatar.json +213 -0
  12. package/registry/items/badge.json +44 -0
  13. package/registry/items/breadcrumb.json +191 -0
  14. package/registry/items/bubble.json +146 -0
  15. package/registry/items/button-group.json +110 -0
  16. package/registry/items/button.json +52 -0
  17. package/registry/items/calendar.json +499 -1
  18. package/registry/items/canvas.json +446 -1
  19. package/registry/items/card.json +192 -0
  20. package/registry/items/carousel.json +208 -1
  21. package/registry/items/cascader.json +797 -1
  22. package/registry/items/chart.json +1764 -1
  23. package/registry/items/chat.json +993 -0
  24. package/registry/items/checkbox.json +503 -0
  25. package/registry/items/clipboard.json +308 -0
  26. package/registry/items/collapsible.json +226 -0
  27. package/registry/items/color-picker.json +1261 -0
  28. package/registry/items/combobox.json +1123 -1
  29. package/registry/items/command.json +837 -1
  30. package/registry/items/comment-thread.json +952 -1
  31. package/registry/items/context-menu.json +1344 -1
  32. package/registry/items/data-grid.json +449 -1
  33. package/registry/items/data-table.json +1310 -1
  34. package/registry/items/date-input.json +476 -0
  35. package/registry/items/dialog.json +592 -0
  36. package/registry/items/direction.json +29 -1
  37. package/registry/items/drawer.json +797 -0
  38. package/registry/items/dropdown-menu.json +1311 -1
  39. package/registry/items/editable.json +503 -0
  40. package/registry/items/empty.json +166 -0
  41. package/registry/items/field.json +286 -1
  42. package/registry/items/file-upload.json +638 -0
  43. package/registry/items/floating-panel.json +720 -0
  44. package/registry/items/floating-toolbar.json +43 -0
  45. package/registry/items/format.json +109 -0
  46. package/registry/items/gantt.json +773 -1
  47. package/registry/items/hooks/use-mobile.json +1 -0
  48. package/registry/items/hotkeys.json +99 -1
  49. package/registry/items/hover-card.json +357 -0
  50. package/registry/items/image-cropper.json +431 -0
  51. package/registry/items/input-group.json +189 -0
  52. package/registry/items/input-otp.json +181 -0
  53. package/registry/items/input.json +28 -0
  54. package/registry/items/item.json +308 -0
  55. package/registry/items/json-tree-view.json +336 -0
  56. package/registry/items/kanban.json +624 -1
  57. package/registry/items/kbd.json +54 -0
  58. package/registry/items/label.json +28 -0
  59. package/registry/items/lib/controllable.json +1 -0
  60. package/registry/items/lib/data-table-adapter.json +1 -0
  61. package/registry/items/lib/drag-preview.json +1 -0
  62. package/registry/items/lib/form.json +1 -0
  63. package/registry/items/lib/history.json +1 -0
  64. package/registry/items/lib/row-layout.json +1 -0
  65. package/registry/items/lib/table.json +1 -0
  66. package/registry/items/lib/time.json +1 -0
  67. package/registry/items/lib/utils.json +1 -0
  68. package/registry/items/live-region.json +43 -0
  69. package/registry/items/marker.json +96 -0
  70. package/registry/items/marquee.json +300 -0
  71. package/registry/items/menubar.json +1282 -1
  72. package/registry/items/message.json +166 -0
  73. package/registry/items/navigation-menu.json +561 -1
  74. package/registry/items/node-graph.json +1037 -1
  75. package/registry/items/number-input.json +519 -0
  76. package/registry/items/pagination.json +244 -1
  77. package/registry/items/password-input.json +311 -0
  78. package/registry/items/popconfirm.json +566 -0
  79. package/registry/items/popover.json +615 -0
  80. package/registry/items/progress.json +516 -0
  81. package/registry/items/qr-code.json +249 -0
  82. package/registry/items/query-builder.json +1368 -1
  83. package/registry/items/radio-group.json +362 -0
  84. package/registry/items/rating-group.json +304 -0
  85. package/registry/items/resizable.json +242 -1
  86. package/registry/items/rich-text-editor.json +934 -1
  87. package/registry/items/scheduler.json +1013 -1
  88. package/registry/items/scroll-area.json +227 -0
  89. package/registry/items/segment-group.json +363 -0
  90. package/registry/items/select.json +956 -0
  91. package/registry/items/separator.json +45 -1
  92. package/registry/items/sheet.json +592 -0
  93. package/registry/items/sidebar.json +785 -1
  94. package/registry/items/signature-pad.json +330 -0
  95. package/registry/items/skeleton.json +28 -0
  96. package/registry/items/slider.json +799 -0
  97. package/registry/items/sonner.json +135 -0
  98. package/registry/items/spinner.json +28 -0
  99. package/registry/items/steps.json +483 -0
  100. package/registry/items/swap.json +107 -0
  101. package/registry/items/switch.json +362 -0
  102. package/registry/items/table.json +210 -0
  103. package/registry/items/tabs.json +326 -0
  104. package/registry/items/tags-input.json +640 -0
  105. package/registry/items/textarea.json +28 -0
  106. package/registry/items/timer.json +289 -0
  107. package/registry/items/toc.json +372 -0
  108. package/registry/items/toggle-group.json +214 -1
  109. package/registry/items/toggle.json +124 -0
  110. package/registry/items/tooltip.json +417 -0
  111. package/registry/items/tour.json +498 -0
  112. package/registry/items/transfer-list.json +609 -1
  113. package/registry/items/tree-select.json +742 -1
  114. package/registry/items/tree-view.json +794 -0
  115. package/registry/items/virtual-list.json +214 -1
  116. package/src/components/ui/app-shell.tsx +11 -0
  117. package/src/components/ui/attachment.tsx +1 -0
  118. package/src/components/ui/calendar.tsx +1 -0
  119. package/src/components/ui/canvas.tsx +8 -0
  120. package/src/components/ui/carousel.tsx +3 -0
  121. package/src/components/ui/cascader.tsx +1 -0
  122. package/src/components/ui/chart.tsx +10 -0
  123. package/src/components/ui/combobox.tsx +3 -0
  124. package/src/components/ui/command.tsx +1 -0
  125. package/src/components/ui/comment-thread.tsx +11 -0
  126. package/src/components/ui/context-menu.tsx +6 -0
  127. package/src/components/ui/data-grid.tsx +8 -0
  128. package/src/components/ui/data-table.tsx +6 -0
  129. package/src/components/ui/direction.tsx +2 -0
  130. package/src/components/ui/dropdown-menu.tsx +6 -0
  131. package/src/components/ui/field.tsx +1 -0
  132. package/src/components/ui/gantt.tsx +15 -0
  133. package/src/components/ui/hotkeys.tsx +3 -0
  134. package/src/components/ui/kanban.tsx +3 -0
  135. package/src/components/ui/menubar.tsx +6 -0
  136. package/src/components/ui/navigation-menu.tsx +1 -0
  137. package/src/components/ui/node-graph.tsx +23 -0
  138. package/src/components/ui/pagination.tsx +1 -0
  139. package/src/components/ui/query-builder.tsx +7 -0
  140. package/src/components/ui/resizable.tsx +1 -0
  141. package/src/components/ui/rich-text-editor.tsx +54 -0
  142. package/src/components/ui/scheduler.tsx +26 -0
  143. package/src/components/ui/separator.tsx +1 -0
  144. package/src/components/ui/sidebar.tsx +5 -0
  145. package/src/components/ui/toggle-group.tsx +3 -0
  146. package/src/components/ui/transfer-list.tsx +11 -0
  147. package/src/components/ui/tree-select.tsx +5 -0
  148. package/src/components/ui/virtual-list.tsx +7 -0
@@ -7,6 +7,247 @@
7
7
  "ResizablePanel",
8
8
  "ResizablePanelGroup"
9
9
  ],
10
+ "parts": [
11
+ {
12
+ "name": "ResizableHandle",
13
+ "props": [
14
+ {
15
+ "name": "withHandle",
16
+ "type": "boolean",
17
+ "required": false,
18
+ "description": "Render a visible grip on the handle.",
19
+ "from": "arkcn"
20
+ },
21
+ {
22
+ "name": "children",
23
+ "type": "ReactNode",
24
+ "required": false,
25
+ "description": "Content rendered inside the part.",
26
+ "from": "@types/react"
27
+ },
28
+ {
29
+ "name": "className",
30
+ "type": "string",
31
+ "required": false,
32
+ "description": "CSS class name.\r\n\r\nℹ️ Use the `data-separator` attribute for custom _hover_ and _active_ styles\r\n\r\n⚠️ The following properties cannot be overridden: `flex-grow`, `flex-shrink`",
33
+ "from": "@types/react"
34
+ },
35
+ {
36
+ "name": "disabled",
37
+ "type": "boolean",
38
+ "required": false,
39
+ "description": "When disabled, the separator cannot be used to resize its neighboring panels.\r\n\r\nℹ️ The panels may still be resized indirectly (while other panels are being resized).\r\nTo prevent a panel from being resized at all, it needs to also be disabled.",
40
+ "from": "react-resizable-panels"
41
+ },
42
+ {
43
+ "name": "disableDoubleClick",
44
+ "type": "boolean",
45
+ "required": false,
46
+ "description": "When true, double-clicking this `Separator` will not reset its `Panel` to its default size.",
47
+ "from": "react-resizable-panels"
48
+ },
49
+ {
50
+ "name": "elementRef",
51
+ "type": "Ref<HTMLDivElement>",
52
+ "required": false,
53
+ "description": "Ref attached to the root `HTMLDivElement`.",
54
+ "from": "react-resizable-panels"
55
+ },
56
+ {
57
+ "name": "style",
58
+ "type": "CSSProperties",
59
+ "required": false,
60
+ "description": "CSS properties.\r\n\r\nℹ️ Use the `data-separator` attribute for custom _hover_ and _active_ styles\r\n\r\n⚠️ The following properties cannot be overridden: `flex-grow`, `flex-shrink`",
61
+ "from": "@types/react"
62
+ }
63
+ ]
64
+ },
65
+ {
66
+ "name": "ResizablePanel",
67
+ "props": [
68
+ {
69
+ "name": "children",
70
+ "type": "ReactNode",
71
+ "required": false,
72
+ "description": "Content rendered inside the part.",
73
+ "from": "@types/react"
74
+ },
75
+ {
76
+ "name": "className",
77
+ "type": "string",
78
+ "required": false,
79
+ "description": "CSS class name.\r\n\r\n⚠️ Class is applied to nested `HTMLDivElement` to avoid styles that interfere with Flex layout.",
80
+ "from": "@types/react"
81
+ },
82
+ {
83
+ "name": "collapsedSize",
84
+ "type": "string | number",
85
+ "required": false,
86
+ "description": "Panel size when collapsed; defaults to 0%.",
87
+ "from": "react-resizable-panels"
88
+ },
89
+ {
90
+ "name": "collapsible",
91
+ "type": "boolean",
92
+ "required": false,
93
+ "description": "This panel can be collapsed.\r\n\r\nℹ️ A collapsible panel will collapse when it's size is less than of the specified `minSize`",
94
+ "from": "react-resizable-panels"
95
+ },
96
+ {
97
+ "name": "defaultSize",
98
+ "type": "string | number",
99
+ "required": false,
100
+ "description": "Default size of Panel within its parent group; default is auto-assigned based on the total number of Panels.\r\n\r\nℹ️ Interpretation rules:\r\n- Numbers are interpreted as pixels (e.g. `defaultSize={200}` is 200 pixels)\r\n- Strings without explicit units are interpreted as percentage (e.g. `defaultSize=\"50\"` is 50 percent)\r\n- Use explicit units (e.g. \"px\", \"%\", \"em\", \"rem\", \"vh\", or \"vw\") to change interpretation\r\n\r\n⚠️ Percentage based sizes may cause slight layout shift when server-rendering.\r\nFor more information see the documentation.",
101
+ "from": "react-resizable-panels"
102
+ },
103
+ {
104
+ "name": "disabled",
105
+ "type": "boolean",
106
+ "required": false,
107
+ "description": "When disabled, a panel cannot be resized either directly or indirectly (by resizing another panel).",
108
+ "from": "react-resizable-panels"
109
+ },
110
+ {
111
+ "name": "elementRef",
112
+ "type": "Ref<HTMLDivElement | null>",
113
+ "required": false,
114
+ "description": "Ref attached to the root `HTMLDivElement`.",
115
+ "from": "react-resizable-panels"
116
+ },
117
+ {
118
+ "name": "groupResizeBehavior",
119
+ "type": "\"preserve-relative-size\" | \"preserve-pixel-size\"",
120
+ "required": false,
121
+ "description": "How should this Panel behave if the parent Group is resized?\r\nDefaults to `preserve-relative-size`.\r\n\r\n- `preserve-relative-size`: Retain the current relative size (as a percentage of the Group)\r\n- `preserve-pixel-size`: Retain its current size (in pixels)\r\n\r\nℹ️ Panel min/max size constraints may impact this behavior.\r\n\r\n⚠️ A Group must contain at least one Panel with `preserve-relative-size` resize behavior.",
122
+ "from": "react-resizable-panels"
123
+ },
124
+ {
125
+ "name": "maxSize",
126
+ "type": "string | number",
127
+ "required": false,
128
+ "description": "Maximum size of Panel within its parent group; defaults to `\"100%\"`.\r\n\r\nℹ️ Interpretation rules:\r\n- Numbers are interpreted as pixels (e.g. `maxSize={200}` is 200 pixels)\r\n- Strings without explicit units are interpreted as percentage (e.g. `maxSize=\"50\"` is 50 percent)\r\n- Use explicit units (e.g. \"px\", \"%\", \"em\", \"rem\", \"vh\", or \"vw\") to change interpretation",
129
+ "from": "react-resizable-panels"
130
+ },
131
+ {
132
+ "name": "minSize",
133
+ "type": "string | number",
134
+ "required": false,
135
+ "description": "Minimum size of Panel within its parent group; defaults to 0%.\r\n\r\nℹ️ Interpretation rules:\r\n- Numbers are interpreted as pixels (e.g. `minSize={200}` is 200 pixels)\r\n- Strings without explicit units are interpreted as percentage (e.g. `minSize=\"50\"` is 50 percent)\r\n- Use explicit units (e.g. \"px\", \"%\", \"em\", \"rem\", \"vh\", or \"vw\") to change interpretation",
136
+ "from": "react-resizable-panels"
137
+ },
138
+ {
139
+ "name": "onResize",
140
+ "type": "((panelSize: PanelSize, id: string | number | undefined, prevPanelSize: PanelSize | undefined) => void)",
141
+ "required": false,
142
+ "description": "Called when panel sizes change.",
143
+ "from": "react-resizable-panels"
144
+ },
145
+ {
146
+ "name": "panelRef",
147
+ "type": "Ref<PanelImperativeHandle | null>",
148
+ "required": false,
149
+ "description": "Exposes the following imperative API:\r\n- `collapse(): void`\r\n- `expand(): void`\r\n- `getSize(): number`\r\n- `isCollapsed(): boolean`\r\n- `resize(size: number): void`\r\n\r\nℹ️ The `usePanelRef` and `usePanelCallbackRef` hooks are exported for convenience use in TypeScript projects.",
150
+ "from": "react-resizable-panels"
151
+ },
152
+ {
153
+ "name": "style",
154
+ "type": "CSSProperties",
155
+ "required": false,
156
+ "description": "CSS properties.\r\n\r\n⚠️ Style is applied to nested `HTMLDivElement` to avoid styles that interfere with Flex layout.",
157
+ "from": "@types/react"
158
+ }
159
+ ]
160
+ },
161
+ {
162
+ "name": "ResizablePanelGroup",
163
+ "props": [
164
+ {
165
+ "name": "children",
166
+ "type": "ReactNode",
167
+ "required": false,
168
+ "description": "Panel and Separator components that comprise this group.",
169
+ "from": "@types/react"
170
+ },
171
+ {
172
+ "name": "className",
173
+ "type": "string",
174
+ "required": false,
175
+ "description": "CSS class name.",
176
+ "from": "@types/react"
177
+ },
178
+ {
179
+ "name": "defaultLayout",
180
+ "type": "Layout",
181
+ "required": false,
182
+ "description": "Default layout for the Group.\r\n\r\nℹ️ This value allows layouts to be remembered between page reloads.\r\n\r\n⚠️ Slight layout shift may occur when server-rendering panels with percentage-based default sizes.\r\nRefer to the documentation for suggestions on how to minimize the impact of this.",
183
+ "from": "react-resizable-panels"
184
+ },
185
+ {
186
+ "name": "disableCursor",
187
+ "type": "boolean",
188
+ "required": false,
189
+ "description": "This library sets custom mouse cursor styles to indicate drag state.\r\nUse this prop to disable that behavior for Panels and Separators in this group.",
190
+ "from": "react-resizable-panels"
191
+ },
192
+ {
193
+ "name": "disabled",
194
+ "type": "boolean",
195
+ "required": false,
196
+ "description": "Disable resize functionality.",
197
+ "from": "react-resizable-panels"
198
+ },
199
+ {
200
+ "name": "elementRef",
201
+ "type": "Ref<HTMLDivElement | null>",
202
+ "required": false,
203
+ "description": "Ref attached to the root `HTMLDivElement`.",
204
+ "from": "react-resizable-panels"
205
+ },
206
+ {
207
+ "name": "groupRef",
208
+ "type": "Ref<GroupImperativeHandle | null>",
209
+ "required": false,
210
+ "description": "Exposes the following imperative API:\r\n- `getLayout(): Layout`\r\n- `setLayout(layout: Layout): void`\r\n\r\nℹ️ The `useGroupRef` and `useGroupCallbackRef` hooks are exported for convenience use in TypeScript projects.",
211
+ "from": "react-resizable-panels"
212
+ },
213
+ {
214
+ "name": "onLayoutChange",
215
+ "type": "((layout: Layout) => void | undefined)",
216
+ "required": false,
217
+ "description": "Called when the Group's layout is changing.\r\n\r\n⚠️ For layout changes caused by pointer events, this method is called each time the pointer is moved.\r\nFor most cases, it is recommended to use the `onLayoutChanged` callback instead.",
218
+ "from": "react-resizable-panels"
219
+ },
220
+ {
221
+ "name": "onLayoutChanged",
222
+ "type": "((layout: Layout, meta: LayoutChangedMeta) => void)",
223
+ "required": false,
224
+ "description": "Called after the Group's layout has been changed.\r\n\r\nℹ️ For layout changes caused by pointer events, this method is not called until the pointer has been released.\r\nThis method is recommended when saving layouts to some storage api.\r\n\r\nℹ️ The second argument contains meta information about the layout change.\r\nThe `isUserInteraction` attribute signals whether the resize was caused by direct user input.\r\nIt is true for resizes caused by pointer or keyboard input\r\nand false for other triggers (e.g. imperative API calls, initial mount, etc.)",
225
+ "from": "react-resizable-panels"
226
+ },
227
+ {
228
+ "name": "orientation",
229
+ "type": "\"horizontal\" | \"vertical\"",
230
+ "required": false,
231
+ "description": "Specifies the resizable orientation (\"horizontal\" or \"vertical\"); defaults to \"horizontal\"",
232
+ "from": "react-resizable-panels"
233
+ },
234
+ {
235
+ "name": "resizeTargetMinimumSize",
236
+ "type": "{ coarse: number; fine: number; }",
237
+ "required": false,
238
+ "description": "Minimum size of the resizable hit target area (either `Separator` or `Panel` edge)\r\nThis threshold ensures are large enough to avoid mis-clicks.\r\n\r\n- Coarse inputs (typically a finger on a touchscreen) have reduced accuracy;\r\nto ensure accessibility and ease of use, hit targets should be larger to prevent mis-clicks.\r\n- Fine inputs (typically a mouse) can be smaller\r\n\r\nℹ️ [Apple interface guidelines](https://developer.apple.com/design/human-interface-guidelines/accessibility) suggest `20pt` (`27px`) on desktops and `28pt` (`37px`) for touch devices\r\nIn practice this seems to be much larger than many of their own applications use though.",
239
+ "from": "react-resizable-panels"
240
+ },
241
+ {
242
+ "name": "style",
243
+ "type": "CSSProperties",
244
+ "required": false,
245
+ "description": "CSS properties.\r\n\r\n⚠️ The following styles cannot be overridden: `display`, `flex-direction`, `flex-wrap`, and `overflow`.",
246
+ "from": "@types/react"
247
+ }
248
+ ]
249
+ }
250
+ ],
10
251
  "dependencies": {
11
252
  "react-resizable-panels": "^4.12.3"
12
253
  },
@@ -16,7 +257,7 @@
16
257
  "files": [
17
258
  {
18
259
  "path": "components/ui/resizable.tsx",
19
- "content": "\"use client\"\n\nimport { cn } from \"@/lib/utils\"\nimport * as ResizablePrimitive from \"react-resizable-panels\"\n\nfunction ResizablePanelGroup({ className, ...props }: ResizablePrimitive.GroupProps) {\n return (\n <ResizablePrimitive.Group\n data-slot=\"resizable-panel-group\"\n className={cn(\"flex size-full aria-[orientation=vertical]:flex-col\", className)}\n {...props}\n />\n )\n}\n\nfunction ResizablePanel({ ...props }: ResizablePrimitive.PanelProps) {\n return <ResizablePrimitive.Panel data-slot=\"resizable-panel\" {...props} />\n}\n\nfunction ResizableHandle({\n withHandle,\n className,\n ...props\n}: ResizablePrimitive.SeparatorProps & {\n withHandle?: boolean\n}) {\n return (\n <ResizablePrimitive.Separator\n data-slot=\"resizable-handle\"\n className={cn(\n \"relative flex w-px items-center justify-center bg-border ring-offset-background after:absolute after:inset-y-0 after:left-1/2 after:w-1 after:-translate-x-1/2 focus-visible:ring-1 focus-visible:ring-ring focus-visible:outline-hidden aria-[orientation=horizontal]:h-px aria-[orientation=horizontal]:w-full aria-[orientation=horizontal]:after:left-0 aria-[orientation=horizontal]:after:h-1 aria-[orientation=horizontal]:after:w-full aria-[orientation=horizontal]:after:translate-x-0 aria-[orientation=horizontal]:after:-translate-y-1/2 [&[aria-orientation=horizontal]>div]:rotate-90\",\n className\n )}\n {...props}\n >\n {withHandle && <div className=\"z-10 flex h-6 w-1 shrink-0 rounded-lg bg-border\" />}\n </ResizablePrimitive.Separator>\n )\n}\n\nexport { ResizableHandle, ResizablePanel, ResizablePanelGroup }\n"
260
+ "content": "\"use client\"\n\nimport { cn } from \"@/lib/utils\"\nimport * as ResizablePrimitive from \"react-resizable-panels\"\n\nfunction ResizablePanelGroup({ className, ...props }: ResizablePrimitive.GroupProps) {\n return (\n <ResizablePrimitive.Group\n data-slot=\"resizable-panel-group\"\n className={cn(\"flex size-full aria-[orientation=vertical]:flex-col\", className)}\n {...props}\n />\n )\n}\n\nfunction ResizablePanel({ ...props }: ResizablePrimitive.PanelProps) {\n return <ResizablePrimitive.Panel data-slot=\"resizable-panel\" {...props} />\n}\n\nfunction ResizableHandle({\n withHandle,\n className,\n ...props\n}: ResizablePrimitive.SeparatorProps & {\n /** Render a visible grip on the handle. */\n withHandle?: boolean\n}) {\n return (\n <ResizablePrimitive.Separator\n data-slot=\"resizable-handle\"\n className={cn(\n \"relative flex w-px items-center justify-center bg-border ring-offset-background after:absolute after:inset-y-0 after:left-1/2 after:w-1 after:-translate-x-1/2 focus-visible:ring-1 focus-visible:ring-ring focus-visible:outline-hidden aria-[orientation=horizontal]:h-px aria-[orientation=horizontal]:w-full aria-[orientation=horizontal]:after:left-0 aria-[orientation=horizontal]:after:h-1 aria-[orientation=horizontal]:after:w-full aria-[orientation=horizontal]:after:translate-x-0 aria-[orientation=horizontal]:after:-translate-y-1/2 [&[aria-orientation=horizontal]>div]:rotate-90\",\n className\n )}\n {...props}\n >\n {withHandle && <div className=\"z-10 flex h-6 w-1 shrink-0 rounded-lg bg-border\" />}\n </ResizablePrimitive.Separator>\n )\n}\n\nexport { ResizableHandle, ResizablePanel, ResizablePanelGroup }\n"
20
261
  }
21
262
  ]
22
263
  }