buildgrid-ui 1.22.22 → 1.22.23
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/buildgrid-ui.es.js
CHANGED
|
@@ -20183,9 +20183,10 @@ const K_ = Ot("", {
|
|
|
20183
20183
|
"rounded-t-md border border-transparent bg-transparent",
|
|
20184
20184
|
"text-muted-foreground",
|
|
20185
20185
|
"hover:bg-muted/50 hover:text-foreground",
|
|
20186
|
-
"data-[state=active]:bg-background data-[state=active]:border-border",
|
|
20187
|
-
"data-[state=active]
|
|
20188
|
-
"
|
|
20186
|
+
"data-[state=active]:bg-background data-[state=active]:border-border data-[state=active]:border-b-background",
|
|
20187
|
+
"data-[state=active]:-mb-px data-[state=active]:text-foreground",
|
|
20188
|
+
"dark:hover:bg-muted/30",
|
|
20189
|
+
"dark:data-[state=active]:bg-background dark:data-[state=active]:border-border dark:data-[state=active]:border-b-background"
|
|
20189
20190
|
].join(" ")
|
|
20190
20191
|
}
|
|
20191
20192
|
},
|