konsolpro-custom-ui 0.0.374 → 0.0.375
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/ui/segments.js +6 -6
- package/package.json +1 -1
package/dist/lib/ui/segments.js
CHANGED
|
@@ -188,12 +188,12 @@ var E = d.forwardRef(
|
|
|
188
188
|
}
|
|
189
189
|
), $ = w, q = U;
|
|
190
190
|
const ce = F(
|
|
191
|
-
"inline-flex items-center justify-center
|
|
191
|
+
"inline-flex items-center justify-center text-secondary-foreground bg-default-background p-0.5 gap-0 font-cofo",
|
|
192
192
|
{
|
|
193
193
|
variants: {
|
|
194
194
|
size: {
|
|
195
|
-
default: "h-8",
|
|
196
|
-
lg: "h-10"
|
|
195
|
+
default: "h-8 rounded-lg",
|
|
196
|
+
lg: "h-10 rounded-xl"
|
|
197
197
|
}
|
|
198
198
|
},
|
|
199
199
|
defaultVariants: {
|
|
@@ -201,7 +201,7 @@ const ce = F(
|
|
|
201
201
|
}
|
|
202
202
|
}
|
|
203
203
|
), J = F(
|
|
204
|
-
"cursor-pointer gap-0 font-cofo inline-flex items-center justify-center whitespace-nowrap
|
|
204
|
+
"cursor-pointer gap-0 font-cofo inline-flex items-center justify-center whitespace-nowrap text-sm font-medium transition-all focus-visible:outline-none border-0 disabled:pointer-events-none relative",
|
|
205
205
|
{
|
|
206
206
|
variants: {
|
|
207
207
|
variant: {
|
|
@@ -223,8 +223,8 @@ const ce = F(
|
|
|
223
223
|
singleActive: "bg-transparent border-0 hover:bg-default-background hover:text-secondary disabled:bg-none disabled:text-secondary shadow-none disabled:bg-transparent"
|
|
224
224
|
},
|
|
225
225
|
size: {
|
|
226
|
-
default: "h-7 px-3 text-sm",
|
|
227
|
-
lg: "h-9 px-3 text-base"
|
|
226
|
+
default: "h-7 px-3 text-sm rounded-md",
|
|
227
|
+
lg: "h-9 px-3 text-base rounded-lg"
|
|
228
228
|
}
|
|
229
229
|
},
|
|
230
230
|
defaultVariants: {
|