konsolpro-custom-ui 0.0.399 → 0.0.400
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/lib/index.js +5 -1
- package/package.json +1 -1
package/dist/lib/index.js
CHANGED
|
@@ -1113,7 +1113,11 @@ const qr = Et({}), ba = 384, en = v.forwardRef(
|
|
|
1113
1113
|
w({
|
|
1114
1114
|
ref: a,
|
|
1115
1115
|
asChild: t,
|
|
1116
|
-
className: p(
|
|
1116
|
+
className: p(
|
|
1117
|
+
"cursor-pointer outline-none",
|
|
1118
|
+
!t && "font-graphik",
|
|
1119
|
+
e
|
|
1120
|
+
)
|
|
1117
1121
|
}, r)
|
|
1118
1122
|
);
|
|
1119
1123
|
});
|