@sqlrooms/ui 0.26.0-rc.0 → 0.26.0-rc.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,21 +1,21 @@
1
1
  import * as ResizablePrimitive from 'react-resizable-panels';
2
2
  declare const ResizablePanelGroup: ({ className, ...props }: React.ComponentProps<typeof ResizablePrimitive.PanelGroup>) => import("react/jsx-runtime").JSX.Element;
3
3
  declare const ResizablePanel: import("react").ForwardRefExoticComponent<Omit<import("react").HTMLAttributes<HTMLDivElement | HTMLElement | HTMLObjectElement | HTMLMapElement | HTMLAnchorElement | HTMLButtonElement | HTMLFormElement | HTMLHeadingElement | HTMLImageElement | HTMLInputElement | HTMLLabelElement | HTMLLIElement | HTMLOListElement | HTMLParagraphElement | HTMLSelectElement | HTMLSpanElement | HTMLUListElement | HTMLAreaElement | HTMLAudioElement | HTMLBaseElement | HTMLQuoteElement | HTMLBodyElement | HTMLBRElement | HTMLCanvasElement | HTMLTableColElement | HTMLDataElement | HTMLDataListElement | HTMLModElement | HTMLDetailsElement | HTMLDialogElement | HTMLDListElement | HTMLEmbedElement | HTMLFieldSetElement | HTMLHeadElement | HTMLHRElement | HTMLHtmlElement | HTMLIFrameElement | HTMLLegendElement | HTMLLinkElement | HTMLMetaElement | HTMLMeterElement | HTMLOptGroupElement | HTMLOptionElement | HTMLOutputElement | HTMLPreElement | HTMLProgressElement | HTMLSlotElement | HTMLScriptElement | HTMLSourceElement | HTMLStyleElement | HTMLTableElement | HTMLTemplateElement | HTMLTableSectionElement | HTMLTableCellElement | HTMLTextAreaElement | HTMLTimeElement | HTMLTitleElement | HTMLTableRowElement | HTMLTrackElement | HTMLVideoElement | HTMLTableCaptionElement | HTMLMenuElement | HTMLPictureElement>, "id" | "onResize"> & {
4
- className?: string | undefined;
4
+ className?: string;
5
5
  collapsedSize?: number | undefined;
6
6
  collapsible?: boolean | undefined;
7
7
  defaultSize?: number | undefined;
8
- id?: string | undefined;
8
+ id?: string;
9
9
  maxSize?: number | undefined;
10
10
  minSize?: number | undefined;
11
- onCollapse?: ResizablePrimitive.PanelOnCollapse | undefined;
12
- onExpand?: ResizablePrimitive.PanelOnExpand | undefined;
13
- onResize?: ResizablePrimitive.PanelOnResize | undefined;
14
- order?: number | undefined;
15
- style?: object | undefined;
11
+ onCollapse?: ResizablePrimitive.PanelOnCollapse;
12
+ onExpand?: ResizablePrimitive.PanelOnExpand;
13
+ onResize?: ResizablePrimitive.PanelOnResize;
14
+ order?: number;
15
+ style?: object;
16
16
  tagName?: keyof HTMLElementTagNameMap | undefined;
17
17
  } & {
18
- children?: import("react").ReactNode;
18
+ children?: import("react").ReactNode | undefined;
19
19
  } & import("react").RefAttributes<ResizablePrimitive.ImperativePanelHandle>>;
20
20
  declare const ResizableHandle: ({ withHandle, className, ...props }: React.ComponentProps<typeof ResizablePrimitive.PanelResizeHandle> & {
21
21
  withHandle?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sqlrooms/ui",
3
- "version": "0.26.0-rc.0",
3
+ "version": "0.26.0-rc.2",
4
4
  "type": "module",
5
5
  "author": "Ilya Boyandin <ilya@boyandin.me>",
6
6
  "license": "MIT",
@@ -27,47 +27,47 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "@hookform/resolvers": "^3.10.0",
30
- "@radix-ui/react-accordion": "^1.2.11",
30
+ "@radix-ui/react-accordion": "^1.2.12",
31
31
  "@radix-ui/react-aspect-ratio": "^1.1.7",
32
- "@radix-ui/react-checkbox": "^1.3.2",
33
- "@radix-ui/react-collapsible": "^1.1.11",
34
- "@radix-ui/react-context-menu": "^2.2.15",
35
- "@radix-ui/react-dialog": "^1.1.14",
36
- "@radix-ui/react-dropdown-menu": "^2.1.15",
32
+ "@radix-ui/react-checkbox": "^1.3.3",
33
+ "@radix-ui/react-collapsible": "^1.1.12",
34
+ "@radix-ui/react-context-menu": "^2.2.16",
35
+ "@radix-ui/react-dialog": "^1.1.15",
36
+ "@radix-ui/react-dropdown-menu": "^2.1.16",
37
37
  "@radix-ui/react-label": "^2.1.7",
38
- "@radix-ui/react-menubar": "^1.1.15",
39
- "@radix-ui/react-popover": "^1.1.14",
38
+ "@radix-ui/react-menubar": "^1.1.16",
39
+ "@radix-ui/react-popover": "^1.1.15",
40
40
  "@radix-ui/react-progress": "^1.1.7",
41
- "@radix-ui/react-radio-group": "^1.3.7",
42
- "@radix-ui/react-scroll-area": "^1.2.9",
43
- "@radix-ui/react-select": "^2.2.5",
41
+ "@radix-ui/react-radio-group": "^1.3.8",
42
+ "@radix-ui/react-scroll-area": "^1.2.10",
43
+ "@radix-ui/react-select": "^2.2.6",
44
44
  "@radix-ui/react-separator": "^1.1.7",
45
- "@radix-ui/react-slider": "^1.3.5",
45
+ "@radix-ui/react-slider": "^1.3.6",
46
46
  "@radix-ui/react-slot": "^1.2.3",
47
- "@radix-ui/react-switch": "^1.2.5",
48
- "@radix-ui/react-tabs": "^1.1.12",
49
- "@radix-ui/react-toast": "^1.2.14",
50
- "@radix-ui/react-toggle": "^1.1.9",
51
- "@radix-ui/react-toggle-group": "^1.1.10",
52
- "@radix-ui/react-tooltip": "^1.2.7",
53
- "@tailwindcss/typography": "^0.5.16",
47
+ "@radix-ui/react-switch": "^1.2.6",
48
+ "@radix-ui/react-tabs": "^1.1.13",
49
+ "@radix-ui/react-toast": "^1.2.15",
50
+ "@radix-ui/react-toggle": "^1.1.10",
51
+ "@radix-ui/react-toggle-group": "^1.1.11",
52
+ "@radix-ui/react-tooltip": "^1.2.8",
53
+ "@tailwindcss/typography": "^0.5.18",
54
54
  "class-variance-authority": "^0.7.1",
55
55
  "clsx": "^2.1.1",
56
56
  "cmdk": "^1.1.1",
57
57
  "date-fns": "^4.1.0",
58
- "lucide-react": "^0.474.0",
58
+ "lucide-react": "^0.544.0",
59
59
  "react-day-picker": "^8.10.1",
60
- "react-hook-form": "^7.57.0",
61
- "react-resizable-panels": "^2.1.9",
60
+ "react-hook-form": "^7.63.0",
61
+ "react-resizable-panels": "^3.0.6",
62
62
  "tailwind-merge": "^2.6.0",
63
63
  "tailwindcss-animate": "^1.0.7",
64
64
  "usehooks-ts": "^3.1.1",
65
65
  "vaul": "^1.1.2",
66
- "zod": "^3.25.73"
66
+ "zod": "^3.25.76"
67
67
  },
68
68
  "peerDependencies": {
69
69
  "autoprefixer": "^10.4.20",
70
70
  "tailwindcss": "^3.4.17"
71
71
  },
72
- "gitHead": "05d355acee6ea65b33b09c6e49d7746ffacb866e"
72
+ "gitHead": "86e1f2915278944e6bec6b19ab8ac16dc094cbb9"
73
73
  }