@jarllyng/nostromo 3.9.0 → 3.11.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 (99) hide show
  1. package/README.md +1 -1
  2. package/dist/animations.css +29 -1
  3. package/dist/chunk-27UORO2F.cjs +3 -0
  4. package/dist/chunk-27UORO2F.cjs.map +1 -0
  5. package/dist/chunk-BDRP7ALG.cjs +3 -0
  6. package/dist/chunk-BDRP7ALG.cjs.map +1 -0
  7. package/dist/chunk-BJPJB6IA.cjs +3 -0
  8. package/dist/chunk-BJPJB6IA.cjs.map +1 -0
  9. package/dist/chunk-K45ZUJ42.js +3 -0
  10. package/dist/chunk-K45ZUJ42.js.map +1 -0
  11. package/dist/{chunk-WW2DDHCI.js → chunk-KR6IVHNR.js} +2 -2
  12. package/dist/{chunk-WW2DDHCI.js.map → chunk-KR6IVHNR.js.map} +1 -1
  13. package/dist/chunk-MINSU2YF.js +3 -0
  14. package/dist/chunk-MINSU2YF.js.map +1 -0
  15. package/dist/chunk-NM5NVIAK.js +3 -0
  16. package/dist/chunk-NM5NVIAK.js.map +1 -0
  17. package/dist/{chunk-MLJZU63I.cjs → chunk-YLAUFUIS.cjs} +2 -2
  18. package/dist/{chunk-MLJZU63I.cjs.map → chunk-YLAUFUIS.cjs.map} +1 -1
  19. package/dist/components/core/alert.d.cts +1 -1
  20. package/dist/components/core/alert.d.ts +1 -1
  21. package/dist/components/core/badge.d.cts +1 -1
  22. package/dist/components/core/badge.d.ts +1 -1
  23. package/dist/components/core/breadcrumb.d.cts +1 -1
  24. package/dist/components/core/breadcrumb.d.ts +1 -1
  25. package/dist/components/core/button.d.cts +2 -2
  26. package/dist/components/core/button.d.ts +2 -2
  27. package/dist/components/core/carousel.cjs +3 -0
  28. package/dist/components/core/carousel.cjs.map +1 -0
  29. package/dist/components/core/carousel.d.cts +71 -0
  30. package/dist/components/core/carousel.d.ts +71 -0
  31. package/dist/components/core/carousel.js +3 -0
  32. package/dist/components/core/carousel.js.map +1 -0
  33. package/dist/components/core/checkbox.d.cts +1 -1
  34. package/dist/components/core/checkbox.d.ts +1 -1
  35. package/dist/components/core/dialog.d.cts +1 -1
  36. package/dist/components/core/dialog.d.ts +1 -1
  37. package/dist/components/core/error-message.d.cts +1 -1
  38. package/dist/components/core/error-message.d.ts +1 -1
  39. package/dist/components/core/form.cjs +3 -0
  40. package/dist/components/core/form.cjs.map +1 -0
  41. package/dist/components/core/form.d.cts +90 -0
  42. package/dist/components/core/form.d.ts +90 -0
  43. package/dist/components/core/form.js +3 -0
  44. package/dist/components/core/form.js.map +1 -0
  45. package/dist/components/core/helper-text.d.cts +1 -1
  46. package/dist/components/core/helper-text.d.ts +1 -1
  47. package/dist/components/core/icon.d.cts +2 -2
  48. package/dist/components/core/icon.d.ts +2 -2
  49. package/dist/components/core/input-otp.cjs +3 -0
  50. package/dist/components/core/input-otp.cjs.map +1 -0
  51. package/dist/components/core/input-otp.d.cts +50 -0
  52. package/dist/components/core/input-otp.d.ts +50 -0
  53. package/dist/components/core/input-otp.js +3 -0
  54. package/dist/components/core/input-otp.js.map +1 -0
  55. package/dist/components/core/input.d.cts +1 -1
  56. package/dist/components/core/input.d.ts +1 -1
  57. package/dist/components/core/label.d.cts +1 -1
  58. package/dist/components/core/label.d.ts +1 -1
  59. package/dist/components/core/pagination.d.cts +1 -1
  60. package/dist/components/core/pagination.d.ts +1 -1
  61. package/dist/components/core/progress.d.cts +3 -3
  62. package/dist/components/core/progress.d.ts +3 -3
  63. package/dist/components/core/radio-group.cjs +1 -1
  64. package/dist/components/core/radio-group.d.cts +2 -2
  65. package/dist/components/core/radio-group.d.ts +2 -2
  66. package/dist/components/core/radio-group.js +1 -1
  67. package/dist/components/core/resizable.cjs +3 -0
  68. package/dist/components/core/resizable.cjs.map +1 -0
  69. package/dist/components/core/resizable.d.cts +362 -0
  70. package/dist/components/core/resizable.d.ts +362 -0
  71. package/dist/components/core/resizable.js +3 -0
  72. package/dist/components/core/resizable.js.map +1 -0
  73. package/dist/components/core/select.d.cts +3 -3
  74. package/dist/components/core/select.d.ts +3 -3
  75. package/dist/components/core/skeleton.d.cts +1 -1
  76. package/dist/components/core/skeleton.d.ts +1 -1
  77. package/dist/components/core/switch.d.cts +1 -1
  78. package/dist/components/core/switch.d.ts +1 -1
  79. package/dist/components/core/textarea.d.cts +1 -1
  80. package/dist/components/core/textarea.d.ts +1 -1
  81. package/dist/components/core/toast.d.cts +2 -2
  82. package/dist/components/core/toast.d.ts +2 -2
  83. package/dist/components/core/tooltip.d.cts +2 -2
  84. package/dist/components/core/tooltip.d.ts +2 -2
  85. package/dist/components/marketing/features.d.cts +2 -2
  86. package/dist/components/marketing/features.d.ts +2 -2
  87. package/dist/components/marketing/gallery.d.cts +1 -1
  88. package/dist/components/marketing/gallery.d.ts +1 -1
  89. package/dist/components/marketing/pricing.d.cts +1 -1
  90. package/dist/components/marketing/pricing.d.ts +1 -1
  91. package/dist/components/marketing/testimonials.d.cts +1 -1
  92. package/dist/components/marketing/testimonials.d.ts +1 -1
  93. package/dist/index.cjs +1 -1
  94. package/dist/index.cjs.map +1 -1
  95. package/dist/index.d.cts +7 -1
  96. package/dist/index.d.ts +7 -1
  97. package/dist/index.js +1 -1
  98. package/dist/index.js.map +1 -1
  99. package/package.json +471 -150
@@ -0,0 +1,362 @@
1
+ import * as React from 'react';
2
+ import * as ResizablePrimitive from 'react-resizable-panels';
3
+
4
+ /**
5
+ * Panels the user can resize by dragging the divider between them: a file tree
6
+ * next to an editor, a list next to a preview.
7
+ *
8
+ * Thin wrappers over react-resizable-panels, which owns the sizing, the pointer
9
+ * and keyboard handling, and the ARIA on the divider. Only the look is ours.
10
+ *
11
+ * ## The group sizes itself, so size its parent
12
+ *
13
+ * The group sets `display`, `flex-direction`, `width: 100%` and `height: 100%`
14
+ * as *inline* styles. Inline styles beat classes, so `className="h-96"` on the
15
+ * group does nothing at all - a silent no-op, which is why it is written down
16
+ * here. Put the height on the element around the group, or pass
17
+ * `style={{ height: "24rem" }}`, which merges with the library's own.
18
+ *
19
+ * For the same reason there are no layout classes on `ResizablePanelGroup`
20
+ * below. `flex`, `w-full` and a flex-direction switch would all be overridden
21
+ * by the inline styles, and dead classes are worse than none.
22
+ *
23
+ * ## `aria-orientation` on the divider is the divider's own axis
24
+ *
25
+ * A horizontal group - panels side by side - has a *vertical* divider, so it
26
+ * reports `aria-orientation="vertical"`. The styling below reads it that way
27
+ * round: the default is a vertical hairline, and the `aria-[orientation=
28
+ * horizontal]` variants flip it to a horizontal one.
29
+ *
30
+ * ## A class on a panel lands on an inner element
31
+ *
32
+ * `ResizablePanel` renders a wrapper that the library controls with flex, and
33
+ * puts `className` on a child inside it. That is deliberate on their side: it
34
+ * keeps padding and borders from fighting the flex sizing. It does mean a
35
+ * background on a panel paints the inner box, which is what you want anyway.
36
+ */
37
+ declare const ResizablePanelGroup: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & {
38
+ children?: React.ReactNode | undefined;
39
+ className?: string | undefined;
40
+ defaultLayout?: ResizablePrimitive.Layout | undefined;
41
+ disableCursor?: boolean | undefined;
42
+ disabled?: boolean | undefined;
43
+ elementRef?: React.Ref<HTMLDivElement | null> | undefined;
44
+ groupRef?: React.Ref<ResizablePrimitive.GroupImperativeHandle | null> | undefined;
45
+ id?: string | number | undefined;
46
+ onLayoutChange?: (layout: ResizablePrimitive.Layout) => void | undefined;
47
+ onLayoutChanged?: (layout: ResizablePrimitive.Layout, meta: ResizablePrimitive.LayoutChangedMeta) => void;
48
+ resizeTargetMinimumSize?: {
49
+ coarse: number;
50
+ fine: number;
51
+ };
52
+ orientation?: "horizontal" | "vertical" | undefined;
53
+ style?: React.CSSProperties | undefined;
54
+ } & React.RefAttributes<HTMLDivElement>>;
55
+ declare const ResizablePanel: React.ForwardRefExoticComponent<{
56
+ children?: React.ReactNode;
57
+ onError?: React.ReactEventHandler<HTMLDivElement> | undefined;
58
+ className?: string | undefined | undefined;
59
+ slot?: string | undefined | undefined;
60
+ style?: React.CSSProperties | undefined;
61
+ title?: string | undefined | undefined;
62
+ defaultChecked?: boolean | undefined | undefined;
63
+ defaultValue?: string | number | readonly string[] | undefined;
64
+ suppressContentEditableWarning?: boolean | undefined | undefined;
65
+ suppressHydrationWarning?: boolean | undefined | undefined;
66
+ accessKey?: string | undefined | undefined;
67
+ autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {}) | undefined;
68
+ autoFocus?: boolean | undefined | undefined;
69
+ contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
70
+ contextMenu?: string | undefined | undefined;
71
+ dir?: string | undefined | undefined;
72
+ draggable?: (boolean | "true" | "false") | undefined;
73
+ enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined | undefined;
74
+ hidden?: boolean | undefined | undefined;
75
+ id?: string | undefined | undefined;
76
+ lang?: string | undefined | undefined;
77
+ nonce?: string | undefined | undefined;
78
+ spellCheck?: (boolean | "true" | "false") | undefined;
79
+ tabIndex?: number | undefined | undefined;
80
+ translate?: "yes" | "no" | undefined | undefined;
81
+ radioGroup?: string | undefined | undefined;
82
+ role?: React.AriaRole | undefined;
83
+ about?: string | undefined | undefined;
84
+ content?: string | undefined | undefined;
85
+ datatype?: string | undefined | undefined;
86
+ inlist?: any;
87
+ prefix?: string | undefined | undefined;
88
+ property?: string | undefined | undefined;
89
+ rel?: string | undefined | undefined;
90
+ resource?: string | undefined | undefined;
91
+ rev?: string | undefined | undefined;
92
+ typeof?: string | undefined | undefined;
93
+ vocab?: string | undefined | undefined;
94
+ autoCorrect?: string | undefined | undefined;
95
+ autoSave?: string | undefined | undefined;
96
+ color?: string | undefined | undefined;
97
+ itemProp?: string | undefined | undefined;
98
+ itemScope?: boolean | undefined | undefined;
99
+ itemType?: string | undefined | undefined;
100
+ itemID?: string | undefined | undefined;
101
+ itemRef?: string | undefined | undefined;
102
+ results?: number | undefined | undefined;
103
+ security?: string | undefined | undefined;
104
+ unselectable?: "on" | "off" | undefined | undefined;
105
+ popover?: "" | "auto" | "manual" | "hint" | undefined | undefined;
106
+ popoverTargetAction?: "toggle" | "show" | "hide" | undefined | undefined;
107
+ popoverTarget?: string | undefined | undefined;
108
+ inert?: boolean | undefined | undefined;
109
+ inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined | undefined;
110
+ is?: string | undefined | undefined;
111
+ exportparts?: string | undefined | undefined;
112
+ part?: string | undefined | undefined;
113
+ "aria-activedescendant"?: string | undefined | undefined;
114
+ "aria-atomic"?: (boolean | "true" | "false") | undefined;
115
+ "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined | undefined;
116
+ "aria-braillelabel"?: string | undefined | undefined;
117
+ "aria-brailleroledescription"?: string | undefined | undefined;
118
+ "aria-busy"?: (boolean | "true" | "false") | undefined;
119
+ "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined | undefined;
120
+ "aria-colcount"?: number | undefined | undefined;
121
+ "aria-colindex"?: number | undefined | undefined;
122
+ "aria-colindextext"?: string | undefined | undefined;
123
+ "aria-colspan"?: number | undefined | undefined;
124
+ "aria-controls"?: string | undefined | undefined;
125
+ "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined | undefined;
126
+ "aria-describedby"?: string | undefined | undefined;
127
+ "aria-description"?: string | undefined | undefined;
128
+ "aria-details"?: string | undefined | undefined;
129
+ "aria-disabled"?: (boolean | "true" | "false") | undefined;
130
+ "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined | undefined;
131
+ "aria-errormessage"?: string | undefined | undefined;
132
+ "aria-expanded"?: (boolean | "true" | "false") | undefined;
133
+ "aria-flowto"?: string | undefined | undefined;
134
+ "aria-grabbed"?: (boolean | "true" | "false") | undefined;
135
+ "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined | undefined;
136
+ "aria-hidden"?: (boolean | "true" | "false") | undefined;
137
+ "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined | undefined;
138
+ "aria-keyshortcuts"?: string | undefined | undefined;
139
+ "aria-label"?: string | undefined | undefined;
140
+ "aria-labelledby"?: string | undefined | undefined;
141
+ "aria-level"?: number | undefined | undefined;
142
+ "aria-live"?: "off" | "assertive" | "polite" | undefined | undefined;
143
+ "aria-modal"?: (boolean | "true" | "false") | undefined;
144
+ "aria-multiline"?: (boolean | "true" | "false") | undefined;
145
+ "aria-multiselectable"?: (boolean | "true" | "false") | undefined;
146
+ "aria-orientation"?: "horizontal" | "vertical" | undefined | undefined;
147
+ "aria-owns"?: string | undefined | undefined;
148
+ "aria-placeholder"?: string | undefined | undefined;
149
+ "aria-posinset"?: number | undefined | undefined;
150
+ "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined | undefined;
151
+ "aria-readonly"?: (boolean | "true" | "false") | undefined;
152
+ "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined | undefined;
153
+ "aria-required"?: (boolean | "true" | "false") | undefined;
154
+ "aria-roledescription"?: string | undefined | undefined;
155
+ "aria-rowcount"?: number | undefined | undefined;
156
+ "aria-rowindex"?: number | undefined | undefined;
157
+ "aria-rowindextext"?: string | undefined | undefined;
158
+ "aria-rowspan"?: number | undefined | undefined;
159
+ "aria-selected"?: (boolean | "true" | "false") | undefined;
160
+ "aria-setsize"?: number | undefined | undefined;
161
+ "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined | undefined;
162
+ "aria-valuemax"?: number | undefined | undefined;
163
+ "aria-valuemin"?: number | undefined | undefined;
164
+ "aria-valuenow"?: number | undefined | undefined;
165
+ "aria-valuetext"?: string | undefined | undefined;
166
+ dangerouslySetInnerHTML?: {
167
+ __html: string | TrustedHTML;
168
+ } | undefined | undefined;
169
+ onCopy?: React.ClipboardEventHandler<HTMLDivElement> | undefined;
170
+ onCopyCapture?: React.ClipboardEventHandler<HTMLDivElement> | undefined;
171
+ onCut?: React.ClipboardEventHandler<HTMLDivElement> | undefined;
172
+ onCutCapture?: React.ClipboardEventHandler<HTMLDivElement> | undefined;
173
+ onPaste?: React.ClipboardEventHandler<HTMLDivElement> | undefined;
174
+ onPasteCapture?: React.ClipboardEventHandler<HTMLDivElement> | undefined;
175
+ onCompositionEnd?: React.CompositionEventHandler<HTMLDivElement> | undefined;
176
+ onCompositionEndCapture?: React.CompositionEventHandler<HTMLDivElement> | undefined;
177
+ onCompositionStart?: React.CompositionEventHandler<HTMLDivElement> | undefined;
178
+ onCompositionStartCapture?: React.CompositionEventHandler<HTMLDivElement> | undefined;
179
+ onCompositionUpdate?: React.CompositionEventHandler<HTMLDivElement> | undefined;
180
+ onCompositionUpdateCapture?: React.CompositionEventHandler<HTMLDivElement> | undefined;
181
+ onFocus?: React.FocusEventHandler<HTMLDivElement> | undefined;
182
+ onFocusCapture?: React.FocusEventHandler<HTMLDivElement> | undefined;
183
+ onBlur?: React.FocusEventHandler<HTMLDivElement> | undefined;
184
+ onBlurCapture?: React.FocusEventHandler<HTMLDivElement> | undefined;
185
+ onChange?: React.ChangeEventHandler<HTMLDivElement, Element> | undefined;
186
+ onChangeCapture?: React.ChangeEventHandler<HTMLDivElement, Element> | undefined;
187
+ onBeforeInput?: React.InputEventHandler<HTMLDivElement> | undefined;
188
+ onBeforeInputCapture?: React.InputEventHandler<HTMLDivElement> | undefined;
189
+ onInput?: React.InputEventHandler<HTMLDivElement> | undefined;
190
+ onInputCapture?: React.InputEventHandler<HTMLDivElement> | undefined;
191
+ onReset?: React.ReactEventHandler<HTMLDivElement> | undefined;
192
+ onResetCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
193
+ onSubmit?: React.SubmitEventHandler<HTMLDivElement> | undefined;
194
+ onSubmitCapture?: React.SubmitEventHandler<HTMLDivElement> | undefined;
195
+ onInvalid?: React.ReactEventHandler<HTMLDivElement> | undefined;
196
+ onInvalidCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
197
+ onLoad?: React.ReactEventHandler<HTMLDivElement> | undefined;
198
+ onLoadCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
199
+ onErrorCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
200
+ onKeyDown?: React.KeyboardEventHandler<HTMLDivElement> | undefined;
201
+ onKeyDownCapture?: React.KeyboardEventHandler<HTMLDivElement> | undefined;
202
+ onKeyPress?: React.KeyboardEventHandler<HTMLDivElement> | undefined;
203
+ onKeyPressCapture?: React.KeyboardEventHandler<HTMLDivElement> | undefined;
204
+ onKeyUp?: React.KeyboardEventHandler<HTMLDivElement> | undefined;
205
+ onKeyUpCapture?: React.KeyboardEventHandler<HTMLDivElement> | undefined;
206
+ onAbort?: React.ReactEventHandler<HTMLDivElement> | undefined;
207
+ onAbortCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
208
+ onCanPlay?: React.ReactEventHandler<HTMLDivElement> | undefined;
209
+ onCanPlayCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
210
+ onCanPlayThrough?: React.ReactEventHandler<HTMLDivElement> | undefined;
211
+ onCanPlayThroughCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
212
+ onDurationChange?: React.ReactEventHandler<HTMLDivElement> | undefined;
213
+ onDurationChangeCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
214
+ onEmptied?: React.ReactEventHandler<HTMLDivElement> | undefined;
215
+ onEmptiedCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
216
+ onEncrypted?: React.ReactEventHandler<HTMLDivElement> | undefined;
217
+ onEncryptedCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
218
+ onEnded?: React.ReactEventHandler<HTMLDivElement> | undefined;
219
+ onEndedCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
220
+ onLoadedData?: React.ReactEventHandler<HTMLDivElement> | undefined;
221
+ onLoadedDataCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
222
+ onLoadedMetadata?: React.ReactEventHandler<HTMLDivElement> | undefined;
223
+ onLoadedMetadataCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
224
+ onLoadStart?: React.ReactEventHandler<HTMLDivElement> | undefined;
225
+ onLoadStartCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
226
+ onPause?: React.ReactEventHandler<HTMLDivElement> | undefined;
227
+ onPauseCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
228
+ onPlay?: React.ReactEventHandler<HTMLDivElement> | undefined;
229
+ onPlayCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
230
+ onPlaying?: React.ReactEventHandler<HTMLDivElement> | undefined;
231
+ onPlayingCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
232
+ onProgress?: React.ReactEventHandler<HTMLDivElement> | undefined;
233
+ onProgressCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
234
+ onRateChange?: React.ReactEventHandler<HTMLDivElement> | undefined;
235
+ onRateChangeCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
236
+ onSeeked?: React.ReactEventHandler<HTMLDivElement> | undefined;
237
+ onSeekedCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
238
+ onSeeking?: React.ReactEventHandler<HTMLDivElement> | undefined;
239
+ onSeekingCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
240
+ onStalled?: React.ReactEventHandler<HTMLDivElement> | undefined;
241
+ onStalledCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
242
+ onSuspend?: React.ReactEventHandler<HTMLDivElement> | undefined;
243
+ onSuspendCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
244
+ onTimeUpdate?: React.ReactEventHandler<HTMLDivElement> | undefined;
245
+ onTimeUpdateCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
246
+ onVolumeChange?: React.ReactEventHandler<HTMLDivElement> | undefined;
247
+ onVolumeChangeCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
248
+ onWaiting?: React.ReactEventHandler<HTMLDivElement> | undefined;
249
+ onWaitingCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
250
+ onAuxClick?: React.MouseEventHandler<HTMLDivElement> | undefined;
251
+ onAuxClickCapture?: React.MouseEventHandler<HTMLDivElement> | undefined;
252
+ onClick?: React.MouseEventHandler<HTMLDivElement> | undefined;
253
+ onClickCapture?: React.MouseEventHandler<HTMLDivElement> | undefined;
254
+ onContextMenu?: React.MouseEventHandler<HTMLDivElement> | undefined;
255
+ onContextMenuCapture?: React.MouseEventHandler<HTMLDivElement> | undefined;
256
+ onDoubleClick?: React.MouseEventHandler<HTMLDivElement> | undefined;
257
+ onDoubleClickCapture?: React.MouseEventHandler<HTMLDivElement> | undefined;
258
+ onDrag?: React.DragEventHandler<HTMLDivElement> | undefined;
259
+ onDragCapture?: React.DragEventHandler<HTMLDivElement> | undefined;
260
+ onDragEnd?: React.DragEventHandler<HTMLDivElement> | undefined;
261
+ onDragEndCapture?: React.DragEventHandler<HTMLDivElement> | undefined;
262
+ onDragEnter?: React.DragEventHandler<HTMLDivElement> | undefined;
263
+ onDragEnterCapture?: React.DragEventHandler<HTMLDivElement> | undefined;
264
+ onDragExit?: React.DragEventHandler<HTMLDivElement> | undefined;
265
+ onDragExitCapture?: React.DragEventHandler<HTMLDivElement> | undefined;
266
+ onDragLeave?: React.DragEventHandler<HTMLDivElement> | undefined;
267
+ onDragLeaveCapture?: React.DragEventHandler<HTMLDivElement> | undefined;
268
+ onDragOver?: React.DragEventHandler<HTMLDivElement> | undefined;
269
+ onDragOverCapture?: React.DragEventHandler<HTMLDivElement> | undefined;
270
+ onDragStart?: React.DragEventHandler<HTMLDivElement> | undefined;
271
+ onDragStartCapture?: React.DragEventHandler<HTMLDivElement> | undefined;
272
+ onDrop?: React.DragEventHandler<HTMLDivElement> | undefined;
273
+ onDropCapture?: React.DragEventHandler<HTMLDivElement> | undefined;
274
+ onMouseDown?: React.MouseEventHandler<HTMLDivElement> | undefined;
275
+ onMouseDownCapture?: React.MouseEventHandler<HTMLDivElement> | undefined;
276
+ onMouseEnter?: React.MouseEventHandler<HTMLDivElement> | undefined;
277
+ onMouseLeave?: React.MouseEventHandler<HTMLDivElement> | undefined;
278
+ onMouseMove?: React.MouseEventHandler<HTMLDivElement> | undefined;
279
+ onMouseMoveCapture?: React.MouseEventHandler<HTMLDivElement> | undefined;
280
+ onMouseOut?: React.MouseEventHandler<HTMLDivElement> | undefined;
281
+ onMouseOutCapture?: React.MouseEventHandler<HTMLDivElement> | undefined;
282
+ onMouseOver?: React.MouseEventHandler<HTMLDivElement> | undefined;
283
+ onMouseOverCapture?: React.MouseEventHandler<HTMLDivElement> | undefined;
284
+ onMouseUp?: React.MouseEventHandler<HTMLDivElement> | undefined;
285
+ onMouseUpCapture?: React.MouseEventHandler<HTMLDivElement> | undefined;
286
+ onSelect?: React.ReactEventHandler<HTMLDivElement> | undefined;
287
+ onSelectCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
288
+ onTouchCancel?: React.TouchEventHandler<HTMLDivElement> | undefined;
289
+ onTouchCancelCapture?: React.TouchEventHandler<HTMLDivElement> | undefined;
290
+ onTouchEnd?: React.TouchEventHandler<HTMLDivElement> | undefined;
291
+ onTouchEndCapture?: React.TouchEventHandler<HTMLDivElement> | undefined;
292
+ onTouchMove?: React.TouchEventHandler<HTMLDivElement> | undefined;
293
+ onTouchMoveCapture?: React.TouchEventHandler<HTMLDivElement> | undefined;
294
+ onTouchStart?: React.TouchEventHandler<HTMLDivElement> | undefined;
295
+ onTouchStartCapture?: React.TouchEventHandler<HTMLDivElement> | undefined;
296
+ onPointerDown?: React.PointerEventHandler<HTMLDivElement> | undefined;
297
+ onPointerDownCapture?: React.PointerEventHandler<HTMLDivElement> | undefined;
298
+ onPointerMove?: React.PointerEventHandler<HTMLDivElement> | undefined;
299
+ onPointerMoveCapture?: React.PointerEventHandler<HTMLDivElement> | undefined;
300
+ onPointerUp?: React.PointerEventHandler<HTMLDivElement> | undefined;
301
+ onPointerUpCapture?: React.PointerEventHandler<HTMLDivElement> | undefined;
302
+ onPointerCancel?: React.PointerEventHandler<HTMLDivElement> | undefined;
303
+ onPointerCancelCapture?: React.PointerEventHandler<HTMLDivElement> | undefined;
304
+ onPointerEnter?: React.PointerEventHandler<HTMLDivElement> | undefined;
305
+ onPointerLeave?: React.PointerEventHandler<HTMLDivElement> | undefined;
306
+ onPointerOver?: React.PointerEventHandler<HTMLDivElement> | undefined;
307
+ onPointerOverCapture?: React.PointerEventHandler<HTMLDivElement> | undefined;
308
+ onPointerOut?: React.PointerEventHandler<HTMLDivElement> | undefined;
309
+ onPointerOutCapture?: React.PointerEventHandler<HTMLDivElement> | undefined;
310
+ onGotPointerCapture?: React.PointerEventHandler<HTMLDivElement> | undefined;
311
+ onGotPointerCaptureCapture?: React.PointerEventHandler<HTMLDivElement> | undefined;
312
+ onLostPointerCapture?: React.PointerEventHandler<HTMLDivElement> | undefined;
313
+ onLostPointerCaptureCapture?: React.PointerEventHandler<HTMLDivElement> | undefined;
314
+ onScroll?: React.UIEventHandler<HTMLDivElement> | undefined;
315
+ onScrollCapture?: React.UIEventHandler<HTMLDivElement> | undefined;
316
+ onScrollEnd?: React.UIEventHandler<HTMLDivElement> | undefined;
317
+ onScrollEndCapture?: React.UIEventHandler<HTMLDivElement> | undefined;
318
+ onWheel?: React.WheelEventHandler<HTMLDivElement> | undefined;
319
+ onWheelCapture?: React.WheelEventHandler<HTMLDivElement> | undefined;
320
+ onAnimationStart?: React.AnimationEventHandler<HTMLDivElement> | undefined;
321
+ onAnimationStartCapture?: React.AnimationEventHandler<HTMLDivElement> | undefined;
322
+ onAnimationEnd?: React.AnimationEventHandler<HTMLDivElement> | undefined;
323
+ onAnimationEndCapture?: React.AnimationEventHandler<HTMLDivElement> | undefined;
324
+ onAnimationIteration?: React.AnimationEventHandler<HTMLDivElement> | undefined;
325
+ onAnimationIterationCapture?: React.AnimationEventHandler<HTMLDivElement> | undefined;
326
+ onToggle?: React.ToggleEventHandler<HTMLDivElement> | undefined;
327
+ onBeforeToggle?: React.ToggleEventHandler<HTMLDivElement> | undefined;
328
+ onTransitionCancel?: React.TransitionEventHandler<HTMLDivElement> | undefined;
329
+ onTransitionCancelCapture?: React.TransitionEventHandler<HTMLDivElement> | undefined;
330
+ onTransitionEnd?: React.TransitionEventHandler<HTMLDivElement> | undefined;
331
+ onTransitionEndCapture?: React.TransitionEventHandler<HTMLDivElement> | undefined;
332
+ onTransitionRun?: React.TransitionEventHandler<HTMLDivElement> | undefined;
333
+ onTransitionRunCapture?: React.TransitionEventHandler<HTMLDivElement> | undefined;
334
+ onTransitionStart?: React.TransitionEventHandler<HTMLDivElement> | undefined;
335
+ onTransitionStartCapture?: React.TransitionEventHandler<HTMLDivElement> | undefined;
336
+ } & {
337
+ className?: string | undefined;
338
+ collapsedSize?: number | string | undefined;
339
+ collapsible?: boolean | undefined;
340
+ defaultSize?: number | string | undefined;
341
+ disabled?: boolean | undefined;
342
+ elementRef?: React.Ref<HTMLDivElement | null> | undefined;
343
+ groupResizeBehavior?: "preserve-relative-size" | "preserve-pixel-size" | undefined;
344
+ id?: string | number | undefined;
345
+ maxSize?: number | string | undefined;
346
+ minSize?: number | string | undefined;
347
+ onResize?: ((panelSize: ResizablePrimitive.PanelSize, id: string | number | undefined, prevPanelSize: ResizablePrimitive.PanelSize | undefined) => void) | undefined;
348
+ panelRef?: React.Ref<ResizablePrimitive.PanelImperativeHandle | null> | undefined;
349
+ style?: React.CSSProperties | undefined;
350
+ } & React.RefAttributes<HTMLDivElement>>;
351
+ interface ResizableHandleProps extends ResizablePrimitive.SeparatorProps {
352
+ /**
353
+ * Draw a grip on the divider.
354
+ *
355
+ * A one-pixel line is a small target and gives no hint that it can be
356
+ * dragged. The grip is worth it anywhere the divider is not obvious.
357
+ */
358
+ withHandle?: boolean;
359
+ }
360
+ declare const ResizableHandle: React.ForwardRefExoticComponent<ResizableHandleProps & React.RefAttributes<HTMLDivElement>>;
361
+
362
+ export { ResizableHandle, type ResizableHandleProps, ResizablePanel, ResizablePanelGroup };
@@ -0,0 +1,3 @@
1
+ "use client";
2
+ export{c as ResizableHandle,b as ResizablePanel,a as ResizablePanelGroup}from'../../chunk-MINSU2YF.js';import'../../chunk-AC2JBXHQ.js';//# sourceMappingURL=resizable.js.map
3
+ //# sourceMappingURL=resizable.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"resizable.js"}
@@ -4,14 +4,14 @@ import * as SelectPrimitive from '@radix-ui/react-select';
4
4
  import { VariantProps } from 'class-variance-authority';
5
5
 
6
6
  declare const selectTriggerVariants: (props?: ({
7
- variant?: "default" | "outline" | "ghost" | "success" | "error" | null | undefined;
7
+ variant?: "error" | "default" | "outline" | "ghost" | "success" | null | undefined;
8
8
  size?: "default" | "sm" | "lg" | null | undefined;
9
9
  } & class_variance_authority_types.ClassProp) | undefined) => string;
10
10
  declare const selectContentVariants: (props?: ({
11
- variant?: "default" | "outline" | "ghost" | "success" | "error" | null | undefined;
11
+ variant?: "error" | "default" | "outline" | "ghost" | "success" | null | undefined;
12
12
  } & class_variance_authority_types.ClassProp) | undefined) => string;
13
13
  declare const selectItemVariants: (props?: ({
14
- variant?: "default" | "success" | "error" | "highlight" | null | undefined;
14
+ variant?: "error" | "default" | "success" | "highlight" | null | undefined;
15
15
  } & class_variance_authority_types.ClassProp) | undefined) => string;
16
16
  interface SelectProps extends React.ComponentPropsWithoutRef<typeof SelectPrimitive.Root> {
17
17
  }
@@ -4,14 +4,14 @@ import * as SelectPrimitive from '@radix-ui/react-select';
4
4
  import { VariantProps } from 'class-variance-authority';
5
5
 
6
6
  declare const selectTriggerVariants: (props?: ({
7
- variant?: "default" | "outline" | "ghost" | "success" | "error" | null | undefined;
7
+ variant?: "error" | "default" | "outline" | "ghost" | "success" | null | undefined;
8
8
  size?: "default" | "sm" | "lg" | null | undefined;
9
9
  } & class_variance_authority_types.ClassProp) | undefined) => string;
10
10
  declare const selectContentVariants: (props?: ({
11
- variant?: "default" | "outline" | "ghost" | "success" | "error" | null | undefined;
11
+ variant?: "error" | "default" | "outline" | "ghost" | "success" | null | undefined;
12
12
  } & class_variance_authority_types.ClassProp) | undefined) => string;
13
13
  declare const selectItemVariants: (props?: ({
14
- variant?: "default" | "success" | "error" | "highlight" | null | undefined;
14
+ variant?: "error" | "default" | "success" | "highlight" | null | undefined;
15
15
  } & class_variance_authority_types.ClassProp) | undefined) => string;
16
16
  interface SelectProps extends React.ComponentPropsWithoutRef<typeof SelectPrimitive.Root> {
17
17
  }
@@ -3,7 +3,7 @@ import React__default from 'react';
3
3
  import { VariantProps } from 'class-variance-authority';
4
4
 
5
5
  declare const skeletonVariants: (props?: ({
6
- variant?: "dark" | "light" | "default" | "success" | "error" | "warning" | "primary" | null | undefined;
6
+ variant?: "error" | "dark" | "light" | "default" | "success" | "warning" | "primary" | null | undefined;
7
7
  size?: "sm" | "lg" | "xl" | "xs" | "md" | "2xl" | "3xl" | null | undefined;
8
8
  shape?: "circle" | "square" | "pill" | "rectangle" | null | undefined;
9
9
  animation?: "none" | "pulse" | "wave" | null | undefined;
@@ -3,7 +3,7 @@ import React__default from 'react';
3
3
  import { VariantProps } from 'class-variance-authority';
4
4
 
5
5
  declare const skeletonVariants: (props?: ({
6
- variant?: "dark" | "light" | "default" | "success" | "error" | "warning" | "primary" | null | undefined;
6
+ variant?: "error" | "dark" | "light" | "default" | "success" | "warning" | "primary" | null | undefined;
7
7
  size?: "sm" | "lg" | "xl" | "xs" | "md" | "2xl" | "3xl" | null | undefined;
8
8
  shape?: "circle" | "square" | "pill" | "rectangle" | null | undefined;
9
9
  animation?: "none" | "pulse" | "wave" | null | undefined;
@@ -4,7 +4,7 @@ import * as SwitchPrimitive from '@radix-ui/react-switch';
4
4
  import { VariantProps } from 'class-variance-authority';
5
5
 
6
6
  declare const switchVariants: (props?: ({
7
- variant?: "default" | "success" | "error" | null | undefined;
7
+ variant?: "error" | "default" | "success" | null | undefined;
8
8
  size?: "default" | "sm" | "lg" | null | undefined;
9
9
  } & class_variance_authority_types.ClassProp) | undefined) => string;
10
10
  declare const switchThumbVariants: (props?: ({
@@ -4,7 +4,7 @@ import * as SwitchPrimitive from '@radix-ui/react-switch';
4
4
  import { VariantProps } from 'class-variance-authority';
5
5
 
6
6
  declare const switchVariants: (props?: ({
7
- variant?: "default" | "success" | "error" | null | undefined;
7
+ variant?: "error" | "default" | "success" | null | undefined;
8
8
  size?: "default" | "sm" | "lg" | null | undefined;
9
9
  } & class_variance_authority_types.ClassProp) | undefined) => string;
10
10
  declare const switchThumbVariants: (props?: ({
@@ -3,7 +3,7 @@ import * as React from 'react';
3
3
  import { VariantProps } from 'class-variance-authority';
4
4
 
5
5
  declare const textareaVariants: (props?: ({
6
- variant?: "default" | "success" | "error" | null | undefined;
6
+ variant?: "error" | "default" | "success" | null | undefined;
7
7
  size?: "default" | "sm" | "lg" | null | undefined;
8
8
  } & class_variance_authority_types.ClassProp) | undefined) => string;
9
9
  interface TextareaProps extends React.TextareaHTMLAttributes<HTMLTextAreaElement>, VariantProps<typeof textareaVariants> {
@@ -3,7 +3,7 @@ import * as React from 'react';
3
3
  import { VariantProps } from 'class-variance-authority';
4
4
 
5
5
  declare const textareaVariants: (props?: ({
6
- variant?: "default" | "success" | "error" | null | undefined;
6
+ variant?: "error" | "default" | "success" | null | undefined;
7
7
  size?: "default" | "sm" | "lg" | null | undefined;
8
8
  } & class_variance_authority_types.ClassProp) | undefined) => string;
9
9
  interface TextareaProps extends React.TextareaHTMLAttributes<HTMLTextAreaElement>, VariantProps<typeof textareaVariants> {
@@ -3,12 +3,12 @@ import React__default from 'react';
3
3
  import { VariantProps } from 'class-variance-authority';
4
4
 
5
5
  declare const toastVariants: (props?: ({
6
- variant?: "default" | "success" | "error" | "warning" | "info" | null | undefined;
6
+ variant?: "error" | "default" | "success" | "warning" | "info" | null | undefined;
7
7
  position?: "top-left" | "top-center" | "top-right" | "bottom-left" | "bottom-center" | "bottom-right" | null | undefined;
8
8
  animation?: "default" | "none" | "scale" | "slide" | "fade" | null | undefined;
9
9
  } & class_variance_authority_types.ClassProp) | undefined) => string;
10
10
  declare const toastIconVariants: (props?: ({
11
- variant?: "default" | "success" | "error" | "warning" | "info" | null | undefined;
11
+ variant?: "error" | "default" | "success" | "warning" | "info" | null | undefined;
12
12
  } & class_variance_authority_types.ClassProp) | undefined) => string;
13
13
  interface ToastProps extends VariantProps<typeof toastVariants>, React__default.HTMLAttributes<HTMLDivElement> {
14
14
  id?: string;
@@ -3,12 +3,12 @@ import React__default from 'react';
3
3
  import { VariantProps } from 'class-variance-authority';
4
4
 
5
5
  declare const toastVariants: (props?: ({
6
- variant?: "default" | "success" | "error" | "warning" | "info" | null | undefined;
6
+ variant?: "error" | "default" | "success" | "warning" | "info" | null | undefined;
7
7
  position?: "top-left" | "top-center" | "top-right" | "bottom-left" | "bottom-center" | "bottom-right" | null | undefined;
8
8
  animation?: "default" | "none" | "scale" | "slide" | "fade" | null | undefined;
9
9
  } & class_variance_authority_types.ClassProp) | undefined) => string;
10
10
  declare const toastIconVariants: (props?: ({
11
- variant?: "default" | "success" | "error" | "warning" | "info" | null | undefined;
11
+ variant?: "error" | "default" | "success" | "warning" | "info" | null | undefined;
12
12
  } & class_variance_authority_types.ClassProp) | undefined) => string;
13
13
  interface ToastProps extends VariantProps<typeof toastVariants>, React__default.HTMLAttributes<HTMLDivElement> {
14
14
  id?: string;
@@ -3,12 +3,12 @@ import React__default from 'react';
3
3
  import { VariantProps } from 'class-variance-authority';
4
4
 
5
5
  declare const tooltipVariants: (props?: ({
6
- variant?: "dark" | "light" | "default" | "success" | "error" | "warning" | "info" | null | undefined;
6
+ variant?: "error" | "dark" | "light" | "default" | "success" | "warning" | "info" | null | undefined;
7
7
  size?: "sm" | "lg" | "md" | null | undefined;
8
8
  placement?: "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end" | null | undefined;
9
9
  } & class_variance_authority_types.ClassProp) | undefined) => string;
10
10
  declare const arrowVariants: (props?: ({
11
- variant?: "dark" | "light" | "default" | "success" | "error" | "warning" | "info" | null | undefined;
11
+ variant?: "error" | "dark" | "light" | "default" | "success" | "warning" | "info" | null | undefined;
12
12
  placement?: "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end" | null | undefined;
13
13
  } & class_variance_authority_types.ClassProp) | undefined) => string;
14
14
  interface TooltipProps extends VariantProps<typeof tooltipVariants> {
@@ -3,12 +3,12 @@ import React__default from 'react';
3
3
  import { VariantProps } from 'class-variance-authority';
4
4
 
5
5
  declare const tooltipVariants: (props?: ({
6
- variant?: "dark" | "light" | "default" | "success" | "error" | "warning" | "info" | null | undefined;
6
+ variant?: "error" | "dark" | "light" | "default" | "success" | "warning" | "info" | null | undefined;
7
7
  size?: "sm" | "lg" | "md" | null | undefined;
8
8
  placement?: "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end" | null | undefined;
9
9
  } & class_variance_authority_types.ClassProp) | undefined) => string;
10
10
  declare const arrowVariants: (props?: ({
11
- variant?: "dark" | "light" | "default" | "success" | "error" | "warning" | "info" | null | undefined;
11
+ variant?: "error" | "dark" | "light" | "default" | "success" | "warning" | "info" | null | undefined;
12
12
  placement?: "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end" | null | undefined;
13
13
  } & class_variance_authority_types.ClassProp) | undefined) => string;
14
14
  interface TooltipProps extends VariantProps<typeof tooltipVariants> {
@@ -6,13 +6,13 @@ declare const featuresVariants: (props?: ({
6
6
  variant?: "default" | "muted" | "accent" | null | undefined;
7
7
  } & class_variance_authority_types.ClassProp) | undefined) => string;
8
8
  declare const featuresGridVariants: (props?: ({
9
- columns?: 1 | 2 | 3 | 4 | null | undefined;
9
+ columns?: 2 | 1 | 3 | 4 | null | undefined;
10
10
  } & class_variance_authority_types.ClassProp) | undefined) => string;
11
11
  declare const featureCardVariants: (props?: ({
12
12
  variant?: "default" | "muted" | "accent" | null | undefined;
13
13
  } & class_variance_authority_types.ClassProp) | undefined) => string;
14
14
  declare const featureIconVariants: (props?: ({
15
- variant?: "default" | "success" | "error" | "warning" | "muted" | "accent" | null | undefined;
15
+ variant?: "error" | "default" | "success" | "warning" | "muted" | "accent" | null | undefined;
16
16
  } & class_variance_authority_types.ClassProp) | undefined) => string;
17
17
  interface Feature {
18
18
  id: string;
@@ -6,13 +6,13 @@ declare const featuresVariants: (props?: ({
6
6
  variant?: "default" | "muted" | "accent" | null | undefined;
7
7
  } & class_variance_authority_types.ClassProp) | undefined) => string;
8
8
  declare const featuresGridVariants: (props?: ({
9
- columns?: 1 | 2 | 3 | 4 | null | undefined;
9
+ columns?: 2 | 1 | 3 | 4 | null | undefined;
10
10
  } & class_variance_authority_types.ClassProp) | undefined) => string;
11
11
  declare const featureCardVariants: (props?: ({
12
12
  variant?: "default" | "muted" | "accent" | null | undefined;
13
13
  } & class_variance_authority_types.ClassProp) | undefined) => string;
14
14
  declare const featureIconVariants: (props?: ({
15
- variant?: "default" | "success" | "error" | "warning" | "muted" | "accent" | null | undefined;
15
+ variant?: "error" | "default" | "success" | "warning" | "muted" | "accent" | null | undefined;
16
16
  } & class_variance_authority_types.ClassProp) | undefined) => string;
17
17
  interface Feature {
18
18
  id: string;
@@ -3,7 +3,7 @@ import React__default from 'react';
3
3
  import { VariantProps } from 'class-variance-authority';
4
4
 
5
5
  declare const galleryVariants: (props?: ({
6
- columns?: 1 | 2 | 3 | 5 | 4 | 6 | null | undefined;
6
+ columns?: 2 | 1 | 3 | 5 | 4 | 6 | null | undefined;
7
7
  spacing?: "sm" | "lg" | "xl" | "md" | null | undefined;
8
8
  } & class_variance_authority_types.ClassProp) | undefined) => string;
9
9
  declare const galleryItemVariants: (props?: ({
@@ -3,7 +3,7 @@ import React__default from 'react';
3
3
  import { VariantProps } from 'class-variance-authority';
4
4
 
5
5
  declare const galleryVariants: (props?: ({
6
- columns?: 1 | 2 | 3 | 5 | 4 | 6 | null | undefined;
6
+ columns?: 2 | 1 | 3 | 5 | 4 | 6 | null | undefined;
7
7
  spacing?: "sm" | "lg" | "xl" | "md" | null | undefined;
8
8
  } & class_variance_authority_types.ClassProp) | undefined) => string;
9
9
  declare const galleryItemVariants: (props?: ({
@@ -6,7 +6,7 @@ declare const pricingVariants: (props?: ({
6
6
  variant?: "default" | "muted" | "accent" | null | undefined;
7
7
  } & class_variance_authority_types.ClassProp) | undefined) => string;
8
8
  declare const pricingGridVariants: (props?: ({
9
- columns?: 1 | 2 | 3 | 4 | null | undefined;
9
+ columns?: 2 | 1 | 3 | 4 | null | undefined;
10
10
  } & class_variance_authority_types.ClassProp) | undefined) => string;
11
11
  declare const pricingBadgeVariants: (props?: ({
12
12
  variant?: "default" | "success" | "warning" | "accent" | null | undefined;
@@ -6,7 +6,7 @@ declare const pricingVariants: (props?: ({
6
6
  variant?: "default" | "muted" | "accent" | null | undefined;
7
7
  } & class_variance_authority_types.ClassProp) | undefined) => string;
8
8
  declare const pricingGridVariants: (props?: ({
9
- columns?: 1 | 2 | 3 | 4 | null | undefined;
9
+ columns?: 2 | 1 | 3 | 4 | null | undefined;
10
10
  } & class_variance_authority_types.ClassProp) | undefined) => string;
11
11
  declare const pricingBadgeVariants: (props?: ({
12
12
  variant?: "default" | "success" | "warning" | "accent" | null | undefined;