@sharpnr/ui 1.0.15 → 1.0.16

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 (2) hide show
  1. package/dist/index.es.js +1 -0
  2. package/package.json +1 -1
package/dist/index.es.js CHANGED
@@ -1494,6 +1494,7 @@ function fr({ className: e, orientation: t = "horizontal", ...n }) {
1494
1494
  return /* @__PURE__ */ u(V.Root, {
1495
1495
  "data-slot": "tabs",
1496
1496
  "data-orientation": t,
1497
+ orientation: t,
1497
1498
  className: J("group/tabs flex gap-2 data-horizontal:flex-col", e),
1498
1499
  ...n
1499
1500
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sharpnr/ui",
3
- "version": "1.0.15",
3
+ "version": "1.0.16",
4
4
  "type": "module",
5
5
  "description": "Sharpnr's shared UI component library",
6
6
  "main": "./dist/index.es.js",