@kubetail/ui 3.0.0-rc11-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.
Files changed (2) hide show
  1. package/dist/index.css +2 -2
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -9,7 +9,7 @@
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);
@@ -29,7 +29,7 @@
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.6231 0.1880 259.8145);
32
+ --sidebar-primary: oklch(0.563 0.194 262.62); /* custom */
33
33
  --sidebar-primary-foreground: oklch(1.0000 0 0);
34
34
  --sidebar-accent: var(--color-blue-200); /* custom */
35
35
  --sidebar-accent-foreground: oklch(0.3791 0.1378 265.5222);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubetail/ui",
3
- "version": "v3.0.0-rc11-mm",
3
+ "version": "v3.0.0-rc12-mm",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/kubetail-org/kubetail-ui"