@viraui/react 2026.1.0 → 2026.1.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.
@@ -8,7 +8,6 @@ var AutocompleteGroup = ({ children, className, label, ...otherProps }) => /* @_
8
8
  ...otherProps,
9
9
  className,
10
10
  render: /* @__PURE__ */ jsx(Stack, {
11
- direction: "column",
12
11
  rowGap: "2x-small",
13
12
  vPadding: "2x-small"
14
13
  }),
@@ -37,7 +37,6 @@ function AutocompleteRootComponent({ children, className, container, description
37
37
  validationMode,
38
38
  render: /* @__PURE__ */ jsx(Stack, {
39
39
  fillChildren: true,
40
- direction: "column",
41
40
  rowGap: "small"
42
41
  }),
43
42
  children: [
@@ -40,7 +40,6 @@ var Checkbox$1 = ({ className, description, disabled, error, label, ref, size =
40
40
  })]
41
41
  })
42
42
  }), label || description || error ? /* @__PURE__ */ jsxs(Stack, {
43
- direction: "column",
44
43
  rowGap: "small",
45
44
  children: [label ? /* @__PURE__ */ jsx(FieldLabel, {
46
45
  size: size === "small" ? "small" : "medium",
@@ -15,7 +15,6 @@ var LinearProgress = ({ className, description, label, renderValue, value, ref,
15
15
  className: clsx(linear_progress_module_default.LinearProgress, className),
16
16
  value,
17
17
  render: /* @__PURE__ */ jsx(Stack, {
18
- direction: "column",
19
18
  rowGap: "medium",
20
19
  columnGap: "x-small"
21
20
  }),
@@ -69,7 +69,6 @@ var MasonryRoot = ({ children, className, breakpointCols = DEFAULT_BREAKPOINT_CO
69
69
  className: clsx(masonry_module_default.Masonry, className),
70
70
  style: dynamicStyle,
71
71
  children: columns.map((column) => /* @__PURE__ */ jsx(Stack, {
72
- direction: "column",
73
72
  rowGap: gap,
74
73
  children: column.children
75
74
  }, column.key))
@@ -7,7 +7,6 @@ var MenuGroup = ({ children, className, label, ...otherProps }) => /* @__PURE__
7
7
  ...otherProps,
8
8
  className,
9
9
  render: /* @__PURE__ */ jsx(Stack, {
10
- direction: "column",
11
10
  rowGap: "2x-small",
12
11
  vPadding: "2x-small"
13
12
  }),
@@ -7,7 +7,6 @@ var MenuRadioGroup = ({ children, className, label, ...otherProps }) => /* @__PU
7
7
  ...otherProps,
8
8
  className,
9
9
  render: /* @__PURE__ */ jsx(Stack, {
10
- direction: "column",
11
10
  rowGap: "2x-small",
12
11
  vPadding: "2x-small"
13
12
  }),
@@ -17,7 +16,7 @@ var MenuRadioGroup = ({ children, className, label, ...otherProps }) => /* @__PU
17
16
  direction: "row",
18
17
  hPadding: "small",
19
18
  vAlign: "center",
20
- vPadding: ["small", "small"]
19
+ vPadding: ["small", "x-small"]
21
20
  }),
22
21
  children: /* @__PURE__ */ jsx(Text, {
23
22
  size: "x-small",
@@ -14,7 +14,6 @@ var Meter$1 = ({ className, description, label, renderValue, value, ...otherProp
14
14
  className: clsx(meter_module_default.Meter, className),
15
15
  value,
16
16
  render: /* @__PURE__ */ jsx(Stack, {
17
- direction: "column",
18
17
  rowGap: "medium",
19
18
  columnGap: "x-small"
20
19
  }),
@@ -31,7 +31,6 @@ var Radio$1 = ({ className, description, disabled, id, label, ref, size = "small
31
31
  children: /* @__PURE__ */ jsx("span", { className: radio_module_default.Disk })
32
32
  })
33
33
  }), label || description ? /* @__PURE__ */ jsxs(Stack, {
34
- direction: "column",
35
34
  rowGap: "small",
36
35
  children: [label && /* @__PURE__ */ jsx(FieldLabel, {
37
36
  size: size === "small" ? "small" : "medium",
@@ -9,7 +9,6 @@ function SelectGroup({ children, className, label, ...groupProps }) {
9
9
  ...groupProps,
10
10
  className,
11
11
  render: /* @__PURE__ */ jsx(Stack, {
12
- direction: "column",
13
12
  rowGap: "2x-small",
14
13
  vPadding: "2x-small"
15
14
  }),
@@ -37,7 +37,6 @@ function SelectRootComponent({ alignListWithTrigger = true, children, className,
37
37
  validationMode,
38
38
  render: /* @__PURE__ */ jsx(Stack, {
39
39
  fillChildren: true,
40
- direction: "column",
41
40
  rowGap: "small"
42
41
  }),
43
42
  children: [
@@ -24,10 +24,7 @@ var Slider$1 = ({ className, defaultValue, description, dirty, disabled, error,
24
24
  validate,
25
25
  validationDebounceTime,
26
26
  validationMode,
27
- render: /* @__PURE__ */ jsx(Stack, {
28
- direction: "column",
29
- rowGap: "small"
30
- }),
27
+ render: /* @__PURE__ */ jsx(Stack, { rowGap: "small" }),
31
28
  children: [/* @__PURE__ */ jsxs(Slider.Root, {
32
29
  ...sliderRootProps,
33
30
  ref,
@@ -43,7 +43,6 @@ var Switch$1 = ({ className, description, dirty, disabled, error, invalid, label
43
43
  ref,
44
44
  children: /* @__PURE__ */ jsx(Switch.Thumb, { className: switch_module_default.Thumb })
45
45
  }), label || description || error ? /* @__PURE__ */ jsxs(Stack, {
46
- direction: "column",
47
46
  rowGap: "small",
48
47
  children: [label && /* @__PURE__ */ jsx(FieldLabel, {
49
48
  size: size === "small" ? "small" : "medium",
@@ -20,7 +20,6 @@ var Textarea = ({ className, description, dirty, disabled, error, fitContent, in
20
20
  validationMode,
21
21
  render: /* @__PURE__ */ jsx(Stack, {
22
22
  fillChildren: true,
23
- direction: "column",
24
23
  rowGap: "small"
25
24
  }),
26
25
  children: [
@@ -23,7 +23,6 @@ var Textfield = ({ className, description, dirty, disabled, endAddon, error, fit
23
23
  "data-fullwidth": fullWidth,
24
24
  render: /* @__PURE__ */ jsx(Stack, {
25
25
  fillChildren: true,
26
- direction: "column",
27
26
  rowGap: "small"
28
27
  }),
29
28
  children: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@viraui/react",
3
- "version": "2026.1.0",
3
+ "version": "2026.1.2",
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.1.0",
38
+ "@viraui/foundation": "2026.1.2",
39
+ "@viraui/icons": "2026.0.1",
39
40
  "@viraui/postcss-config": "2026.0.0",
40
- "@viraui/tsconfig": "2026.0.0",
41
- "@viraui/icons": "2026.0.1"
41
+ "@viraui/tsconfig": "2026.0.0"
42
42
  },
43
43
  "peerDependencies": {
44
44
  "@base-ui/react": ">=1.6.0",