@fabio.caffarello/react-design-system 1.11.1 → 1.12.0

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.
@@ -27,19 +27,19 @@ export declare const SIDEBAR_TOKENS: {
27
27
  };
28
28
  readonly colors: {
29
29
  readonly active: {
30
- readonly bg: "bg-indigo-50";
31
- readonly text: "text-indigo-700";
32
- readonly border: "border-indigo-600";
30
+ readonly bg: "bg-surface-brand-muted";
31
+ readonly text: "text-fg-brand-emphasis";
32
+ readonly border: "border-line-brand";
33
33
  };
34
34
  readonly inactive: {
35
- readonly text: "text-gray-700";
36
- readonly hover: "hover:bg-gray-100 hover:text-gray-900";
35
+ readonly text: "text-fg-secondary";
36
+ readonly hover: "hover:bg-surface-hover hover:text-fg-primary";
37
37
  };
38
- readonly groupTitle: "text-gray-500";
38
+ readonly groupTitle: "text-fg-tertiary";
39
39
  };
40
40
  readonly chevron: {
41
41
  readonly size: "h-3 w-3";
42
- readonly color: "text-gray-400";
42
+ readonly color: "text-fg-quaternary";
43
43
  };
44
44
  readonly navigation: {
45
45
  readonly width: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fabio.caffarello/react-design-system",
3
3
  "private": false,
4
- "version": "1.11.1",
4
+ "version": "1.12.0",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",