@soft-stech/bootsman-ui-shadcn 2.0.10 → 2.0.12
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/{BuiCommandItem.vue_vue_type_script_setup_true_lang-COT9al4e.js → BuiCommandItem.vue_vue_type_script_setup_true_lang-DgiH4pmL.js} +7 -6
- package/dist/{BuiDataTableColumnList.vue_vue_type_script_setup_true_lang-NdACn_Zy.js → BuiDataTableColumnList.vue_vue_type_script_setup_true_lang-Dy4ogTwO.js} +1 -1
- package/dist/{BuiTableHead.vue_vue_type_script_setup_true_lang-CiKcm_ET.js → BuiTableHead.vue_vue_type_script_setup_true_lang-HZf2nWkM.js} +1 -1
- package/dist/components/command/BuiCommandItem.js +1 -1
- package/dist/components/command/BuiCommandItem.vue.d.ts +3 -1
- package/dist/components/command/index.d.ts +0 -1
- package/dist/components/command/index.js +3 -5
- package/dist/components/table/BuiDataTableColumnList.js +1 -1
- package/dist/components/table/BuiTableHead.js +1 -1
- package/dist/components/table/index.js +4 -3
- package/dist/components/tabs/index.js +21 -21
- package/dist/index.js +284 -286
- package/dist/style.css +1 -1
- package/dist/theme.css +3 -0
- package/package.json +1 -1
- package/src/components/command/BuiCommandItem.vue +2 -2
- package/src/components/command/index.ts +0 -1
- package/src/components/table/BuiDataTable.vue +1 -0
- package/src/components/table/BuiTableHead.vue +1 -1
- package/src/components/tabs/index.ts +5 -5
- package/src/stories/components/BuiDataTableStory.vue +6 -10
- package/src/stories/components/ComboboxStoryMultipleCreate.vue +7 -24
- package/src/theme.css +3 -0
- package/dist/BuiCommandNewItem.vue_vue_type_script_setup_true_lang-acFO1int.js +0 -34
- package/dist/components/command/BuiCommandNewItem.js +0 -4
- package/dist/components/command/BuiCommandNewItem.vue.d.ts +0 -21
- package/src/components/command/BuiCommandNewItem.vue +0 -32
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as g, computed as h, createBlock as C, openBlock as x, unref as e, withCtx as b, withMemo as w, createVNode as
|
|
1
|
+
import { defineComponent as g, computed as h, createBlock as C, openBlock as x, unref as e, withCtx as b, withMemo as w, createVNode as k, mergeProps as y, withKeys as B, withModifiers as E, renderSlot as _, onMounted as V, onUnmounted as q, createCommentVNode as L, createTextVNode as P, toDisplayString as H } from "vue";
|
|
2
2
|
import { u as T } from "./useEmitAsProps-CNuVpXM5.js";
|
|
3
3
|
import { u as S } from "./useId-D4hM1ljW.js";
|
|
4
4
|
import { u as $ } from "./usePrimitiveElement-4_LoxzIz.js";
|
|
@@ -46,7 +46,7 @@ var z = /* @__PURE__ */ g({
|
|
|
46
46
|
A(U, p, c);
|
|
47
47
|
}
|
|
48
48
|
return X({ isSelected: a }), (i, c) => (x(), C(e(t), { value: i.value }, {
|
|
49
|
-
default: b(() => [w([v.value, a.value], () =>
|
|
49
|
+
default: b(() => [w([v.value, a.value], () => k(e(G), y({ id: e(s) }, i.$attrs, {
|
|
50
50
|
ref: e(n),
|
|
51
51
|
role: "option",
|
|
52
52
|
tabindex: e(l).focusable.value ? v.value ? "0" : "-1" : -1,
|
|
@@ -58,7 +58,7 @@ var z = /* @__PURE__ */ g({
|
|
|
58
58
|
"data-highlighted": v.value ? "" : void 0,
|
|
59
59
|
"data-state": a.value ? "checked" : "unchecked",
|
|
60
60
|
onClick: I,
|
|
61
|
-
onKeydown:
|
|
61
|
+
onKeydown: B(E(I, ["prevent"]), ["space"]),
|
|
62
62
|
onPointermove: c[0] || (c[0] = (Y) => {
|
|
63
63
|
e(l).highlightedElement.value !== e(r) && (e(l).highlightOnHover.value ? e(l).changeHighlight(e(r), !1) : e(l).focusable.value || e(l).changeHighlight(e(r), !1));
|
|
64
64
|
})
|
|
@@ -115,7 +115,7 @@ var z = /* @__PURE__ */ g({
|
|
|
115
115
|
return a === void 0 ? !0 : a > 0;
|
|
116
116
|
}
|
|
117
117
|
});
|
|
118
|
-
return
|
|
118
|
+
return V(() => {
|
|
119
119
|
t.allItems.value.set(s, o.textValue || l.value.textContent || l.value.innerText);
|
|
120
120
|
const a = n?.id;
|
|
121
121
|
a && (t.allGroups.value.has(a) ? t.allGroups.value.get(a)?.add(s) : t.allGroups.value.set(a, /* @__PURE__ */ new Set([s])));
|
|
@@ -142,14 +142,15 @@ const ve = /* @__PURE__ */ g({
|
|
|
142
142
|
value: {},
|
|
143
143
|
disabled: { type: Boolean },
|
|
144
144
|
asChild: { type: Boolean },
|
|
145
|
-
as: {}
|
|
145
|
+
as: {},
|
|
146
|
+
key: {}
|
|
146
147
|
},
|
|
147
148
|
emits: ["select"],
|
|
148
149
|
setup(d, { emit: m }) {
|
|
149
150
|
const o = d, s = T(m);
|
|
150
151
|
return (t, n) => (x(), C(e(W), y({ ...o, ...e(s) }, {
|
|
151
152
|
class: e(F)(
|
|
152
|
-
"relative flex cursor-default
|
|
153
|
+
"data-highlighted:bg-accent/8 data-highlighted:text-accent-foreground relative flex cursor-default items-center rounded-sm px-2 py-1.5 text-sm outline-hidden select-none data-disabled:pointer-events-none data-disabled:opacity-50",
|
|
153
154
|
t.$attrs.class ?? ""
|
|
154
155
|
),
|
|
155
156
|
onSelect: n[0] || (n[0] = E(() => {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { isRef as Xt, toValue as ut, nextTick as Yt, defineComponent as Bt, useTemplateRef as Lt, useModel as Ht, createElementBlock as ft, openBlock as ze, Fragment as Wt, renderList as Gt, createBlock as zt, unref as ct, withCtx as jt, createVNode as $t, createElementVNode as Vt, toDisplayString as Ut } from "vue";
|
|
2
2
|
import "vee-validate";
|
|
3
|
-
import { _ as qt } from "./BuiCommandItem.vue_vue_type_script_setup_true_lang-
|
|
3
|
+
import { _ as qt } from "./BuiCommandItem.vue_vue_type_script_setup_true_lang-DgiH4pmL.js";
|
|
4
4
|
import { _ as Zt } from "./BuiCheckbox.vue_vue_type_script_setup_true_lang-CqHqupsA.js";
|
|
5
5
|
import { defaultDocument as Kt, tryOnMounted as Qt, tryOnScopeDispose as Jt, unrefElement as en } from "@vueuse/core";
|
|
6
6
|
/**!
|
|
@@ -13,7 +13,7 @@ const k = /* @__PURE__ */ n({
|
|
|
13
13
|
return (o, u) => (a(), s("th", {
|
|
14
14
|
class: r(
|
|
15
15
|
l(h)(
|
|
16
|
-
"text-foreground relative h-
|
|
16
|
+
"text-foreground relative h-10 text-left align-middle [&:has([role=checkbox])]:pr-0",
|
|
17
17
|
e.class,
|
|
18
18
|
e.freezeHeader ? "bg-background p-0" : "bg-foreground/4 hover:bg-foreground/8 dark:hover:bg-accent/16 p-0"
|
|
19
19
|
)
|
|
@@ -7,4 +7,3 @@ export { default as BuiCommandItem } from './BuiCommandItem.vue';
|
|
|
7
7
|
export { default as BuiCommandList } from './BuiCommandList.vue';
|
|
8
8
|
export { default as BuiCommandSeparator } from './BuiCommandSeparator.vue';
|
|
9
9
|
export { default as BuiCommandShortcut } from './BuiCommandShortcut.vue';
|
|
10
|
-
export { default as BuiCommandNewItem } from './BuiCommandNewItem.vue';
|
|
@@ -1,22 +1,20 @@
|
|
|
1
1
|
import { _ as r } from "../../BuiCommand.vue_vue_type_script_setup_true_lang-Cq59JdC-.js";
|
|
2
2
|
import { _ as t } from "../../BuiCommandDialog.vue_vue_type_script_setup_true_lang-vUayq_Q2.js";
|
|
3
|
-
import { _ as
|
|
3
|
+
import { _ as u } from "../../BuiCommandEmpty.vue_vue_type_script_setup_true_lang-Bq80JqBC.js";
|
|
4
4
|
import { _ as i } from "../../BuiCommandGroup.vue_vue_type_script_setup_true_lang-CLxFUf5q.js";
|
|
5
5
|
import { _ as s } from "../../BuiCommandInput.vue_vue_type_script_setup_true_lang-ydm5dIcb.js";
|
|
6
|
-
import { _ as f } from "../../BuiCommandItem.vue_vue_type_script_setup_true_lang-
|
|
6
|
+
import { _ as f } from "../../BuiCommandItem.vue_vue_type_script_setup_true_lang-DgiH4pmL.js";
|
|
7
7
|
import { _ as B } from "../../BuiCommandList.vue_vue_type_script_setup_true_lang-CFParIZV.js";
|
|
8
8
|
import { _ } from "../../BuiCommandSeparator.vue_vue_type_script_setup_true_lang-DW6LTOPW.js";
|
|
9
9
|
import { _ as S } from "../../BuiCommandShortcut.vue_vue_type_script_setup_true_lang-DVG7B5tr.js";
|
|
10
|
-
import { _ as g } from "../../BuiCommandNewItem.vue_vue_type_script_setup_true_lang-acFO1int.js";
|
|
11
10
|
export {
|
|
12
11
|
r as BuiCommand,
|
|
13
12
|
t as BuiCommandDialog,
|
|
14
|
-
|
|
13
|
+
u as BuiCommandEmpty,
|
|
15
14
|
i as BuiCommandGroup,
|
|
16
15
|
s as BuiCommandInput,
|
|
17
16
|
f as BuiCommandItem,
|
|
18
17
|
B as BuiCommandList,
|
|
19
|
-
g as BuiCommandNewItem,
|
|
20
18
|
_ as BuiCommandSeparator,
|
|
21
19
|
S as BuiCommandShortcut
|
|
22
20
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { _ as Ot } from "../../BuiTable.vue_vue_type_script_setup_true_lang-B50INbhe.js";
|
|
2
2
|
import { _ as At } from "../../BuiTableBody.vue_vue_type_script_setup_true_lang-DmEdEOAt.js";
|
|
3
3
|
import { _ as he } from "../../BuiTableCell.vue_vue_type_script_setup_true_lang-BmWQER82.js";
|
|
4
|
-
import { _ as Pt } from "../../BuiTableHead.vue_vue_type_script_setup_true_lang-
|
|
4
|
+
import { _ as Pt } from "../../BuiTableHead.vue_vue_type_script_setup_true_lang-HZf2nWkM.js";
|
|
5
5
|
import { _ as jt } from "../../BuiTableHeader.vue_vue_type_script_setup_true_lang-BJYgeUHO.js";
|
|
6
6
|
import { _ as we } from "../../BuiTableRow.vue_vue_type_script_setup_true_lang-DHzomksR.js";
|
|
7
7
|
import { defineComponent as nt, computed as H, ref as Y, createElementBlock as S, openBlock as f, Fragment as z, createBlock as $, createCommentVNode as I, unref as i, normalizeClass as Se, withCtx as c, renderList as J, normalizeStyle as $e, createVNode as y, renderSlot as M, resolveDynamicComponent as Rt, mergeModels as It, useModel as q, nextTick as xt, watchEffect as be, watch as Me, onBeforeMount as zt, onMounted as Mt, createSlots as Et, createTextVNode as W, toDisplayString as X, createElementVNode as P } from "vue";
|
|
@@ -17,7 +17,7 @@ import { FlexRender as rt, useVueTable as Nt, getSortedRowModel as Ut, getPagina
|
|
|
17
17
|
import { _ as Kt } from "../../BuiCommand.vue_vue_type_script_setup_true_lang-Cq59JdC-.js";
|
|
18
18
|
import { _ as qt } from "../../BuiCommandEmpty.vue_vue_type_script_setup_true_lang-Bq80JqBC.js";
|
|
19
19
|
import { _ as Wt } from "../../BuiCommandInput.vue_vue_type_script_setup_true_lang-ydm5dIcb.js";
|
|
20
|
-
import { _ as Xt } from "../../BuiCommandItem.vue_vue_type_script_setup_true_lang-
|
|
20
|
+
import { _ as Xt } from "../../BuiCommandItem.vue_vue_type_script_setup_true_lang-DgiH4pmL.js";
|
|
21
21
|
import { _ as Yt } from "../../BuiCommandList.vue_vue_type_script_setup_true_lang-CFParIZV.js";
|
|
22
22
|
import { _ as Jt } from "../../BuiCommandSeparator.vue_vue_type_script_setup_true_lang-DW6LTOPW.js";
|
|
23
23
|
import { _ as Zt } from "../../BuiContextMenuContent.vue_vue_type_script_setup_true_lang-C-EawITu.js";
|
|
@@ -28,7 +28,7 @@ import { _ as nn } from "../../BuiPopoverContent.vue_vue_type_script_setup_true_
|
|
|
28
28
|
import { _ as rn } from "../../BuiScrollArea.vue_vue_type_script_setup_true_lang-CE78e3qo.js";
|
|
29
29
|
import { useElementSize as an, useSessionStorage as on, useEventListener as sn } from "@vueuse/core";
|
|
30
30
|
import { useResizeColumns as ln } from "../../lib/useResizeColumns.js";
|
|
31
|
-
import { _ as un } from "../../BuiDataTableColumnList.vue_vue_type_script_setup_true_lang-
|
|
31
|
+
import { _ as un } from "../../BuiDataTableColumnList.vue_vue_type_script_setup_true_lang-Dy4ogTwO.js";
|
|
32
32
|
/**
|
|
33
33
|
* @license lucide-vue-next v0.544.0 - ISC
|
|
34
34
|
*
|
|
@@ -1073,6 +1073,7 @@ const no = {
|
|
|
1073
1073
|
y(i(Jt), { class: "my-1" }),
|
|
1074
1074
|
y(i(Xt), {
|
|
1075
1075
|
value: "reset_columns_visibility",
|
|
1076
|
+
key: "reset_columns_visibility",
|
|
1076
1077
|
class: "text-muted-foreground px-2 py-1.5 font-medium",
|
|
1077
1078
|
onSelect: s[3] || (s[3] = (d) => i(g).setColumnVisibility({ ...u.value, ...E.value }))
|
|
1078
1079
|
}, {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { _ as X } from "../../BuiTabs.vue_vue_type_script_setup_true_lang--Pf-gBbc.js";
|
|
2
|
-
import { defineComponent as
|
|
3
|
-
import { u as
|
|
2
|
+
import { defineComponent as f, toRefs as C, createBlock as p, openBlock as c, unref as e, withCtx as l, createVNode as g, renderSlot as b, computed as m, withKeys as k, withModifiers as V, mergeProps as h, createElementVNode as x } from "vue";
|
|
3
|
+
import { u as y } from "../../useForwardExpose-DmyWSR4F.js";
|
|
4
4
|
import { P as _ } from "../../Primitive-EBuBc72_.js";
|
|
5
5
|
import { R } from "../../RovingFocusItem-BC6Mg6Db.js";
|
|
6
6
|
import { i as T } from "../../TabsRoot-DRZwjqPh.js";
|
|
@@ -8,7 +8,7 @@ import { m as q, a as I } from "../../BuiTabsContent.vue_vue_type_script_setup_t
|
|
|
8
8
|
import { _ as Z } from "../../BuiTabsContent.vue_vue_type_script_setup_true_lang-CQXrnzgt.js";
|
|
9
9
|
import { g as w, j as B } from "../../utils-BSPS4DMf.js";
|
|
10
10
|
import { R as L } from "../../RovingFocusGroup-DSM8khMG.js";
|
|
11
|
-
var j = /* @__PURE__ */
|
|
11
|
+
var j = /* @__PURE__ */ f({
|
|
12
12
|
__name: "TabsList",
|
|
13
13
|
props: {
|
|
14
14
|
loop: {
|
|
@@ -26,14 +26,14 @@ var j = /* @__PURE__ */ p({
|
|
|
26
26
|
}
|
|
27
27
|
},
|
|
28
28
|
setup(i) {
|
|
29
|
-
const r = i, { loop: s } = C(r), { forwardRef: t, currentElement: v } =
|
|
30
|
-
return d.tabsList = v, (o, a) => (c(),
|
|
29
|
+
const r = i, { loop: s } = C(r), { forwardRef: t, currentElement: v } = y(), d = T();
|
|
30
|
+
return d.tabsList = v, (o, a) => (c(), p(e(L), {
|
|
31
31
|
"as-child": "",
|
|
32
32
|
orientation: e(d).orientation.value,
|
|
33
33
|
dir: e(d).dir.value,
|
|
34
34
|
loop: e(s)
|
|
35
35
|
}, {
|
|
36
|
-
default: l(() => [
|
|
36
|
+
default: l(() => [g(e(_), {
|
|
37
37
|
ref: e(t),
|
|
38
38
|
role: "tablist",
|
|
39
39
|
"as-child": o.asChild,
|
|
@@ -54,7 +54,7 @@ var j = /* @__PURE__ */ p({
|
|
|
54
54
|
"loop"
|
|
55
55
|
]));
|
|
56
56
|
}
|
|
57
|
-
}), M = j, $ = /* @__PURE__ */
|
|
57
|
+
}), M = j, $ = /* @__PURE__ */ f({
|
|
58
58
|
__name: "TabsTrigger",
|
|
59
59
|
props: {
|
|
60
60
|
value: {
|
|
@@ -77,13 +77,13 @@ var j = /* @__PURE__ */ p({
|
|
|
77
77
|
}
|
|
78
78
|
},
|
|
79
79
|
setup(i) {
|
|
80
|
-
const r = i, { forwardRef: s } =
|
|
81
|
-
return (a, n) => (c(),
|
|
80
|
+
const r = i, { forwardRef: s } = y(), t = T(), v = m(() => q(t.baseId, r.value)), d = m(() => I(t.baseId, r.value)), o = m(() => r.value === t.modelValue.value);
|
|
81
|
+
return (a, n) => (c(), p(e(R), {
|
|
82
82
|
"as-child": "",
|
|
83
83
|
focusable: !a.disabled,
|
|
84
84
|
active: o.value
|
|
85
85
|
}, {
|
|
86
|
-
default: l(() => [
|
|
86
|
+
default: l(() => [g(e(_), {
|
|
87
87
|
id: v.value,
|
|
88
88
|
ref: e(s),
|
|
89
89
|
role: "tab",
|
|
@@ -96,7 +96,7 @@ var j = /* @__PURE__ */ p({
|
|
|
96
96
|
disabled: a.disabled,
|
|
97
97
|
"data-disabled": a.disabled ? "" : void 0,
|
|
98
98
|
"data-orientation": e(t).orientation.value,
|
|
99
|
-
onMousedown: n[0] || (n[0] =
|
|
99
|
+
onMousedown: n[0] || (n[0] = V((u) => {
|
|
100
100
|
!a.disabled && u.ctrlKey === !1 ? e(t).changeModelValue(a.value) : u.preventDefault();
|
|
101
101
|
}, ["left"])),
|
|
102
102
|
onKeydown: n[1] || (n[1] = k((u) => e(t).changeModelValue(a.value), ["enter", "space"])),
|
|
@@ -123,7 +123,7 @@ var j = /* @__PURE__ */ p({
|
|
|
123
123
|
}, 8, ["focusable", "active"]));
|
|
124
124
|
}
|
|
125
125
|
}), F = $;
|
|
126
|
-
const E = { class: "flex items-center text-left" }, O = /* @__PURE__ */
|
|
126
|
+
const E = { class: "flex items-center text-left" }, O = /* @__PURE__ */ f({
|
|
127
127
|
__name: "BuiTabsTrigger",
|
|
128
128
|
props: {
|
|
129
129
|
variant: {},
|
|
@@ -135,18 +135,18 @@ const E = { class: "flex items-center text-left" }, O = /* @__PURE__ */ p({
|
|
|
135
135
|
},
|
|
136
136
|
setup(i) {
|
|
137
137
|
const r = i;
|
|
138
|
-
return (s, t) => (c(),
|
|
138
|
+
return (s, t) => (c(), p(e(F), h(r, {
|
|
139
139
|
class: e(w)(e(N)({ variant: s.variant }), r.class ?? "")
|
|
140
140
|
}), {
|
|
141
141
|
default: l(() => [
|
|
142
|
-
|
|
142
|
+
x("div", E, [
|
|
143
143
|
b(s.$slots, "default")
|
|
144
144
|
])
|
|
145
145
|
]),
|
|
146
146
|
_: 3
|
|
147
147
|
}, 16, ["class"]));
|
|
148
148
|
}
|
|
149
|
-
}), Q = /* @__PURE__ */
|
|
149
|
+
}), Q = /* @__PURE__ */ f({
|
|
150
150
|
__name: "BuiTabsList",
|
|
151
151
|
props: {
|
|
152
152
|
variant: {},
|
|
@@ -157,7 +157,7 @@ const E = { class: "flex items-center text-left" }, O = /* @__PURE__ */ p({
|
|
|
157
157
|
},
|
|
158
158
|
setup(i) {
|
|
159
159
|
const r = i;
|
|
160
|
-
return (s, t) => (c(),
|
|
160
|
+
return (s, t) => (c(), p(e(M), h(r, {
|
|
161
161
|
class: e(w)(e(K)({ variant: s.variant }), r.class ?? "")
|
|
162
162
|
}), {
|
|
163
163
|
default: l(() => [
|
|
@@ -169,7 +169,7 @@ const E = { class: "flex items-center text-left" }, O = /* @__PURE__ */ p({
|
|
|
169
169
|
}), K = B("inline-flex items-center justify-center rounded-md p-1", {
|
|
170
170
|
variants: {
|
|
171
171
|
variant: {
|
|
172
|
-
default: "bg-
|
|
172
|
+
default: "bg-tabs-background text-muted-foreground p-0",
|
|
173
173
|
ghost: "bg-background bg-text-foreground",
|
|
174
174
|
vertical: "w-70 shrink-0 bg-tabs-sidebar text-muted-foreground p-0 flex flex-col justify-start rounded-none shadow-tab-sidebar"
|
|
175
175
|
}
|
|
@@ -178,13 +178,13 @@ const E = { class: "flex items-center text-left" }, O = /* @__PURE__ */ p({
|
|
|
178
178
|
variant: "default"
|
|
179
179
|
}
|
|
180
180
|
}), N = B(
|
|
181
|
-
"inline-flex items-center justify-center text-sm font-semibold ring-offset-background transition-all focus-visible:outline-hidden focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 data-[state=active]:text-foreground",
|
|
181
|
+
"px-3 py-1 inline-flex items-center justify-center text-sm font-semibold ring-offset-background transition-all focus-visible:outline-hidden focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 data-[state=active]:text-foreground",
|
|
182
182
|
{
|
|
183
183
|
variants: {
|
|
184
184
|
variant: {
|
|
185
|
-
default: "h-
|
|
186
|
-
ghost: "
|
|
187
|
-
vertical: "
|
|
185
|
+
default: "h-8 whitespace-nowrap rounded-sm text-foreground opacity-[0.56] hover:opacity-100 data-[state=active]:opacity-100 data-[state=active]:bg-background data-[state=active]:shadow-tab data-[state=active]:border data-[state=active]:border-primary/16 dark:data-[state=active]:border-white/16 border border-transparent",
|
|
186
|
+
ghost: "whitespace-nowrap border-transparent text-muted-foreground pb-0 [&_div]:pb-0.5 data-[state=active]:[&_div]:border-b-2 data-[state=active]:[&_div]:border-primary hover:text-foreground",
|
|
187
|
+
vertical: "border-transparent text-primary data-[state=active]:border-primary data-[state=active]:bg-background data-[state=active]:shadow-tab-sidebar border-l-2 border-b-0 w-full h-fit justify-start pl-6! hover:bg-primary/16"
|
|
188
188
|
}
|
|
189
189
|
},
|
|
190
190
|
defaultVariants: {
|