@sharpnr/ui 1.0.7 → 1.0.8

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 +2 -0
  2. package/package.json +1 -1
package/dist/index.es.js CHANGED
@@ -3767,6 +3767,8 @@ function oo({ className: e, ...t }) {
3767
3767
  function so({ className: e, orientation: t = "horizontal", ...n }) {
3768
3768
  return /* @__PURE__ */ y(le.Root, {
3769
3769
  "data-slot": "tabs",
3770
+ "data-horizontal": t === "horizontal" ? "" : void 0,
3771
+ "data-vertical": t === "vertical" ? "" : void 0,
3770
3772
  "data-orientation": t,
3771
3773
  className: K("group/tabs flex gap-2 data-horizontal:flex-col", e),
3772
3774
  ...n
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sharpnr/ui",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "type": "module",
5
5
  "description": "Sharpnr's shared UI component library",
6
6
  "main": "./dist/index.es.js",