@coderabbitai/carrot-ui 0.2.0 → 0.2.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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/scales.css +25 -25
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coderabbitai/carrot-ui",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "CodeRabbit design system. React components built on Base UI, styled with Tailwind CSS v4.",
5
5
  "keywords": [
6
6
  "coderabbit",
package/src/scales.css CHANGED
@@ -28,38 +28,38 @@
28
28
  */
29
29
 
30
30
  /* ── Mauve ──
31
- * Purplish-gray neutral in OKLCH (hue 305, chroma 0.015).
31
+ * Purplish-gray neutral in OKLCH (hue 305, chroma 0.002–0.017).
32
32
  * Matches mono's --cr-color-grey-* palette.
33
33
  * Inverts between modes. Steps cluster tighter near backgrounds.
34
34
  */
35
35
  :root {
36
- --color-cui-mauve-1: oklch(0.994 0.003 305);
37
- --color-cui-mauve-2: oklch(0.982 0.005 305);
38
- --color-cui-mauve-3: oklch(0.956 0.008 305);
39
- --color-cui-mauve-4: oklch(0.931 0.012 305);
40
- --color-cui-mauve-5: oklch(0.91 0.014 305);
41
- --color-cui-mauve-6: oklch(0.885 0.016 305);
42
- --color-cui-mauve-7: oklch(0.851 0.018 305);
43
- --color-cui-mauve-8: oklch(0.791 0.02 305);
44
- --color-cui-mauve-9: oklch(0.641 0.022 305);
45
- --color-cui-mauve-10: oklch(0.605 0.023 305);
46
- --color-cui-mauve-11: oklch(0.498 0.022 305);
47
- --color-cui-mauve-12: oklch(0.243 0.014 305);
36
+ --color-cui-mauve-1: oklch(0.994 0.002 305);
37
+ --color-cui-mauve-2: oklch(0.982 0.0035 305);
38
+ --color-cui-mauve-3: oklch(0.956 0.0056 305);
39
+ --color-cui-mauve-4: oklch(0.931 0.0084 305);
40
+ --color-cui-mauve-5: oklch(0.91 0.0098 305);
41
+ --color-cui-mauve-6: oklch(0.885 0.0112 305);
42
+ --color-cui-mauve-7: oklch(0.851 0.0126 305);
43
+ --color-cui-mauve-8: oklch(0.791 0.014 305);
44
+ --color-cui-mauve-9: oklch(0.641 0.0154 305);
45
+ --color-cui-mauve-10: oklch(0.605 0.0161 305);
46
+ --color-cui-mauve-11: oklch(0.498 0.0154 305);
47
+ --color-cui-mauve-12: oklch(0.243 0.0098 305);
48
48
  }
49
49
 
50
50
  [data-theme="dark"] {
51
- --color-cui-mauve-1: oklch(0.177 0.012 305);
52
- --color-cui-mauve-2: oklch(0.213 0.014 305);
53
- --color-cui-mauve-3: oklch(0.252 0.016 305);
54
- --color-cui-mauve-4: oklch(0.284 0.018 305);
55
- --color-cui-mauve-5: oklch(0.312 0.02 305);
56
- --color-cui-mauve-6: oklch(0.348 0.022 305);
57
- --color-cui-mauve-7: oklch(0.401 0.023 305);
58
- --color-cui-mauve-8: oklch(0.489 0.024 305);
59
- --color-cui-mauve-9: oklch(0.534 0.023 305);
60
- --color-cui-mauve-10: oklch(0.582 0.022 305);
61
- --color-cui-mauve-11: oklch(0.767 0.015 305);
62
- --color-cui-mauve-12: oklch(0.949 0.005 305);
51
+ --color-cui-mauve-1: oklch(0.177 0.0084 305);
52
+ --color-cui-mauve-2: oklch(0.213 0.0098 305);
53
+ --color-cui-mauve-3: oklch(0.252 0.0112 305);
54
+ --color-cui-mauve-4: oklch(0.284 0.0126 305);
55
+ --color-cui-mauve-5: oklch(0.312 0.014 305);
56
+ --color-cui-mauve-6: oklch(0.348 0.0154 305);
57
+ --color-cui-mauve-7: oklch(0.401 0.0161 305);
58
+ --color-cui-mauve-8: oklch(0.489 0.0168 305);
59
+ --color-cui-mauve-9: oklch(0.534 0.0161 305);
60
+ --color-cui-mauve-10: oklch(0.582 0.0154 305);
61
+ --color-cui-mauve-11: oklch(0.767 0.0105 305);
62
+ --color-cui-mauve-12: oklch(0.949 0.0035 305);
63
63
  }
64
64
 
65
65
  /* ── CodeRabbit Orange ──