@casinogate/ui 1.11.0 → 1.11.1
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/assets/css/root.css
CHANGED
|
@@ -1730,6 +1730,11 @@
|
|
|
1730
1730
|
background-color: var(--cg-ui-color-surface-lightest);
|
|
1731
1731
|
}
|
|
1732
1732
|
}
|
|
1733
|
+
.cgui\:data-highlighted\:bg-transparent {
|
|
1734
|
+
&[data-highlighted] {
|
|
1735
|
+
background-color: transparent;
|
|
1736
|
+
}
|
|
1737
|
+
}
|
|
1733
1738
|
.cgui\:data-selected\:text-fg-primary {
|
|
1734
1739
|
&[data-selected] {
|
|
1735
1740
|
color: var(--cg-ui-color-fg-primary);
|
|
@@ -13,7 +13,7 @@ export declare const navigationRootStyles: import("tailwind-variants").TVReturnT
|
|
|
13
13
|
};
|
|
14
14
|
}, undefined, string[], unknown, unknown, undefined>>;
|
|
15
15
|
export declare const navigationContentStyles: import("tailwind-variants").TVReturnType<{} | {} | {}, undefined, string[], {} | {}, undefined, import("tailwind-variants").TVReturnType<unknown, undefined, string[], unknown, unknown, undefined>>;
|
|
16
|
-
export declare const navigationItemStyles: import("tailwind-variants").TVReturnType<{} | {} | {}, undefined,
|
|
16
|
+
export declare const navigationItemStyles: import("tailwind-variants").TVReturnType<{} | {} | {}, undefined, string[], {} | {}, undefined, import("tailwind-variants").TVReturnType<unknown, undefined, string[], unknown, unknown, undefined>>;
|
|
17
17
|
export declare const navigationTriggerStyles: import("tailwind-variants").TVReturnType<{} | {} | {}, undefined, string[], {} | {}, undefined, import("tailwind-variants").TVReturnType<unknown, undefined, string[], unknown, unknown, undefined>>;
|
|
18
18
|
export declare const navigationSubStyles: import("tailwind-variants").TVReturnType<{} | {} | {}, undefined, never[], {} | {}, undefined, import("tailwind-variants").TVReturnType<unknown, undefined, never[], unknown, unknown, undefined>>;
|
|
19
19
|
export declare const navigationSubTriggerStyles: import("tailwind-variants").TVReturnType<{} | {} | {} | {}, undefined, string[], {} | {} | {}, undefined, import("tailwind-variants").TVReturnType<{} | {} | {}, undefined, string[], {} | {}, undefined, import("tailwind-variants").TVReturnType<unknown, undefined, string[], unknown, unknown, undefined>>>;
|
|
@@ -15,7 +15,7 @@ export const navigationContentStyles = tv({
|
|
|
15
15
|
base: [''],
|
|
16
16
|
});
|
|
17
17
|
export const navigationItemStyles = tv({
|
|
18
|
-
base: [],
|
|
18
|
+
base: ['cgui:data-highlighted:bg-transparent'],
|
|
19
19
|
});
|
|
20
20
|
export const navigationTriggerStyles = tv({
|
|
21
21
|
base: [
|
|
@@ -28,7 +28,7 @@ export const navigationTriggerStyles = tv({
|
|
|
28
28
|
'cgui:data-[disabled]:cursor-not-allowed cgui:data-[disabled]:opacity-50',
|
|
29
29
|
'cgui:[&_svg]:size-6 cgui:[&_[data-slot="icon"]]:me-auto',
|
|
30
30
|
'cgui:hover:text-fg-white',
|
|
31
|
-
'cgui:data-[active]:bg-surface-dark cgui:data-[active]:text-fg-white',
|
|
31
|
+
'cgui:data-[active]:bg-surface-dark cgui:data-[active]:text-fg-white ',
|
|
32
32
|
],
|
|
33
33
|
});
|
|
34
34
|
export const navigationSubStyles = tv({
|