@kubetail/ui 3.0.0-rc10-mm → 3.0.0-rc12-mm
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/index.css +4 -4
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -9,13 +9,13 @@
|
|
|
9
9
|
--card-foreground: oklch(0.3211 0 0);
|
|
10
10
|
--popover: oklch(1.0000 0 0);
|
|
11
11
|
--popover-foreground: oklch(0.3211 0 0);
|
|
12
|
-
--primary: oklch(0.563 0.194 262.62);
|
|
12
|
+
--primary: oklch(0.563 0.194 262.62); /* custom */
|
|
13
13
|
--primary-foreground: oklch(1.0000 0 0);
|
|
14
14
|
--secondary: oklch(0.9670 0.0029 264.5419);
|
|
15
15
|
--secondary-foreground: oklch(0.4461 0.0263 256.8018);
|
|
16
16
|
--muted: oklch(0.9846 0.0017 247.8389);
|
|
17
17
|
--muted-foreground: oklch(0.5510 0.0234 264.3637);
|
|
18
|
-
--accent:
|
|
18
|
+
--accent: var(--color-blue-100); /* custom */
|
|
19
19
|
--accent-foreground: oklch(0.3791 0.1378 265.5222);
|
|
20
20
|
--destructive: oklch(0.6368 0.2078 25.3313);
|
|
21
21
|
--destructive-foreground: oklch(1.0000 0 0);
|
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
--chart-5: oklch(0.3791 0.1378 265.5222);
|
|
30
30
|
--sidebar: oklch(0.9600 0.0017 247.8389); /* custom */
|
|
31
31
|
--sidebar-foreground: oklch(0.3211 0 0);
|
|
32
|
-
--sidebar-primary: oklch(0.
|
|
32
|
+
--sidebar-primary: oklch(0.563 0.194 262.62); /* custom */
|
|
33
33
|
--sidebar-primary-foreground: oklch(1.0000 0 0);
|
|
34
|
-
--sidebar-accent:
|
|
34
|
+
--sidebar-accent: var(--color-blue-200); /* custom */
|
|
35
35
|
--sidebar-accent-foreground: oklch(0.3791 0.1378 265.5222);
|
|
36
36
|
--sidebar-border: oklch(0.8976 0.0058 264.5313); /* custom */
|
|
37
37
|
--sidebar-ring: oklch(0.6231 0.1880 259.8145);
|