@gitbutler/design-core 1.4.1 → 1.4.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitbutler/design-core",
3
- "version": "1.4.1",
3
+ "version": "1.4.2",
4
4
  "type": "module",
5
5
  "description": "Design tokens for GitButler applications",
6
6
  "keywords": [
package/tokens/tokens.css CHANGED
@@ -56,7 +56,7 @@
56
56
  --clr-core-err-80: color(srgb 0.9568627450980393 0.8431372549019608 0.8235294117647058);
57
57
  --clr-core-err-90: color(srgb 0.9764705882352941 0.9137254901960784 0.9019607843137255);
58
58
  --clr-core-err-95: color(srgb 0.984313725490196 0.9490196078431372 0.9450980392156862);
59
- --clr-core-ntrl-0: color(srgb 0.08627450980392157 0.0784313725490196 0.07450980392156863);
59
+ --clr-core-ntrl-0: color(srgb 0 0 0);
60
60
  --clr-core-ntrl-5: color(srgb 0.12549019607843137 0.11372549019607843 0.10588235294117647);
61
61
  --clr-core-ntrl-10: color(srgb 0.1607843137254902 0.14901960784313725 0.13725490196078433);
62
62
  --clr-core-ntrl-20: color(srgb 0.22745098039215686 0.20784313725490197 0.19607843137254902);
@@ -65,10 +65,10 @@
65
65
  --clr-core-ntrl-50: color(srgb 0.48627450980392156 0.44313725490196076 0.41568627450980394);
66
66
  --clr-core-ntrl-60: color(srgb 0.6666666666666666 0.6352941176470588 0.615686274509804);
67
67
  --clr-core-ntrl-70: color(srgb 0.792156862745098 0.7764705882352941 0.7647058823529411);
68
- --clr-core-ntrl-80: color(srgb 0.8901960784313725 0.8784313725490196 0.8705882352941177);
69
- --clr-core-ntrl-90: color(srgb 0.9333333333333333 0.9294117647058824 0.9254901960784314);
70
- --clr-core-ntrl-95: color(srgb 0.9568627450980393 0.9529411764705882 0.9529411764705882);
71
- --clr-core-ntrl-100: color(srgb 0.9803921568627451 0.9803921568627451 0.9803921568627451);
68
+ --clr-core-ntrl-80: color(srgb 0.9058823529411765 0.8980392156862745 0.8941176470588236);
69
+ --clr-core-ntrl-90: color(srgb 0.9529411764705882 0.9490196078431372 0.9450980392156862);
70
+ --clr-core-ntrl-95: color(srgb 0.9764705882352941 0.9764705882352941 0.9725490196078431);
71
+ --clr-core-ntrl-100: color(srgb 1 1 1);
72
72
  --clr-core-pop-5: color(srgb 0.03529411764705882 0.17254901960784313 0.17254901960784313);
73
73
  --clr-core-pop-10: color(srgb 0.050980392156862744 0.24313725490196078 0.24313725490196078);
74
74
  --clr-core-pop-20: color(srgb 0.058823529411764705 0.2823529411764706 0.2823529411764706);
@@ -3,7 +3,7 @@
3
3
  "ntrl": {
4
4
  "0": {
5
5
  "$type": "color",
6
- "$value": "#161413",
6
+ "$value": "#000000",
7
7
  "$description": "",
8
8
  "$extensions": {
9
9
  "mode": {}
@@ -75,7 +75,7 @@
75
75
  },
76
76
  "80": {
77
77
  "$type": "color",
78
- "$value": "#e3e0de",
78
+ "$value": "#e7e5e4",
79
79
  "$description": "",
80
80
  "$extensions": {
81
81
  "mode": {}
@@ -83,7 +83,7 @@
83
83
  },
84
84
  "90": {
85
85
  "$type": "color",
86
- "$value": "#eeedec",
86
+ "$value": "#f3f2f1",
87
87
  "$description": "",
88
88
  "$extensions": {
89
89
  "mode": {}
@@ -91,7 +91,7 @@
91
91
  },
92
92
  "95": {
93
93
  "$type": "color",
94
- "$value": "#f4f3f3",
94
+ "$value": "#f9f9f8",
95
95
  "$description": "",
96
96
  "$extensions": {
97
97
  "mode": {}
@@ -99,7 +99,7 @@
99
99
  },
100
100
  "100": {
101
101
  "$type": "color",
102
- "$value": "#fafafa",
102
+ "$value": "#ffffff",
103
103
  "$description": "",
104
104
  "$extensions": {
105
105
  "mode": {}
@@ -3304,7 +3304,7 @@
3304
3304
  "text",
3305
3305
  "opacity"
3306
3306
  ],
3307
- "createdAt": "2025-12-09T14:29:01.327Z"
3307
+ "createdAt": "2025-12-09T15:39:17.427Z"
3308
3308
  }
3309
3309
  }
3310
3310
  }