@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.
- package/dist/index.es.js +2 -0
- 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
|