@viraui/react 2026.0.32 → 2026.0.33

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.
@@ -5,7 +5,11 @@ import { ToggleGroup } from "@base-ui/react/toggle-group";
5
5
  var ToggleGroup$1 = ({ children, orientation = "horizontal", ...otherProps }) => /* @__PURE__ */ jsx(ToggleGroup, {
6
6
  ...otherProps,
7
7
  orientation,
8
- render: /* @__PURE__ */ jsx(Stack, { direction: orientation === "vertical" ? "column" : "row" }),
8
+ render: /* @__PURE__ */ jsx(Stack, {
9
+ direction: orientation === "vertical" ? "column" : "row",
10
+ columnGap: "2x-small",
11
+ rowGap: "2x-small"
12
+ }),
9
13
  children
10
14
  });
11
15
  //#endregion
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@viraui/react",
3
- "version": "2026.0.32",
3
+ "version": "2026.0.33",
4
4
  "private": false,
5
5
  "files": [
6
6
  "dist"
@@ -35,10 +35,10 @@
35
35
  "unplugin-dts": "1.0.3",
36
36
  "vite": "8.1.4",
37
37
  "vite-plugin-static-copy": "4.1.1",
38
- "@viraui/foundation": "2026.0.32",
38
+ "@viraui/foundation": "2026.0.33",
39
39
  "@viraui/icons": "2026.0.1",
40
- "@viraui/tsconfig": "2026.0.0",
41
- "@viraui/postcss-config": "2026.0.0"
40
+ "@viraui/postcss-config": "2026.0.0",
41
+ "@viraui/tsconfig": "2026.0.0"
42
42
  },
43
43
  "peerDependencies": {
44
44
  "@base-ui/react": ">=1.6.0",