@gearbox-protocol/permissionless-ui 1.9.1 → 1.9.3
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.
|
@@ -35,7 +35,7 @@ const TabsList = React__namespace.forwardRef(({ className, ...props }, ref) => /
|
|
|
35
35
|
{
|
|
36
36
|
ref,
|
|
37
37
|
className: utils_cn.cn(
|
|
38
|
-
"inline-flex h-fit items-center justify-start
|
|
38
|
+
"inline-flex h-fit items-center justify-start bg-muted p-1 text-muted-foreground bg-transparent p-0 space-x-6 overflow-x-auto overflow-y-hidden navbar-scrollbar min-w-max",
|
|
39
39
|
className
|
|
40
40
|
),
|
|
41
41
|
...props
|
|
@@ -47,7 +47,7 @@ const TabsTrigger = React__namespace.forwardRef(({ className, ...props }, ref) =
|
|
|
47
47
|
{
|
|
48
48
|
ref,
|
|
49
49
|
className: utils_cn.cn(
|
|
50
|
-
"inline-flex items-center justify-center whitespace-nowrap
|
|
50
|
+
"inline-flex items-center justify-center whitespace-nowrap px-3 py-1 text-sm font-medium ring-offset-background transition-all focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 data-[state=active]:bg-background data-[state=active]:text-foreground data-[state=active]:shadow rounded-none border-b-2 border-transparent px-2 py-2 text-gray-400 hover:text-foreground data-[state=active]:border-foreground data-[state=active]:bg-transparent data-[state=active]:text-foreground focus:outline-none cursor-pointer shrink-0",
|
|
51
51
|
className
|
|
52
52
|
),
|
|
53
53
|
...props
|
|
@@ -11,7 +11,7 @@ const TabsList = React.forwardRef(({ className, ...props }, ref) => /* @__PURE__
|
|
|
11
11
|
{
|
|
12
12
|
ref,
|
|
13
13
|
className: cn(
|
|
14
|
-
"inline-flex h-fit items-center justify-start
|
|
14
|
+
"inline-flex h-fit items-center justify-start bg-muted p-1 text-muted-foreground bg-transparent p-0 space-x-6 overflow-x-auto overflow-y-hidden navbar-scrollbar min-w-max",
|
|
15
15
|
className
|
|
16
16
|
),
|
|
17
17
|
...props
|
|
@@ -23,7 +23,7 @@ const TabsTrigger = React.forwardRef(({ className, ...props }, ref) => /* @__PUR
|
|
|
23
23
|
{
|
|
24
24
|
ref,
|
|
25
25
|
className: cn(
|
|
26
|
-
"inline-flex items-center justify-center whitespace-nowrap
|
|
26
|
+
"inline-flex items-center justify-center whitespace-nowrap px-3 py-1 text-sm font-medium ring-offset-background transition-all focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 data-[state=active]:bg-background data-[state=active]:text-foreground data-[state=active]:shadow rounded-none border-b-2 border-transparent px-2 py-2 text-gray-400 hover:text-foreground data-[state=active]:border-foreground data-[state=active]:bg-transparent data-[state=active]:text-foreground focus:outline-none cursor-pointer shrink-0",
|
|
27
27
|
className
|
|
28
28
|
),
|
|
29
29
|
...props
|
package/dist/globals.css
CHANGED
|
@@ -63,9 +63,9 @@
|
|
|
63
63
|
--muted-foreground: 240 2% 75%;
|
|
64
64
|
--accent: 330 100% 59%;
|
|
65
65
|
--accent-foreground: 0 0% 100%;
|
|
66
|
-
--destructive:
|
|
66
|
+
--destructive: 3 93% 63%;
|
|
67
|
+
--success: 128 49% 49%;
|
|
67
68
|
--destructive-foreground: 0 0% 100%;
|
|
68
|
-
--success: 137, 100%, 79%;
|
|
69
69
|
--warning: 44 100% 69%;
|
|
70
70
|
--liquidation: 274 67% 58%;
|
|
71
71
|
--input: 225 6% 19%;
|
|
@@ -158,6 +158,10 @@
|
|
|
158
158
|
"cv03" on;
|
|
159
159
|
}
|
|
160
160
|
|
|
161
|
+
html {
|
|
162
|
+
scrollbar-gutter: stable;
|
|
163
|
+
}
|
|
164
|
+
|
|
161
165
|
html.dark {
|
|
162
166
|
color-scheme: dark;
|
|
163
167
|
}
|