@gitbutler/design-core 1.8.1 → 1.8.3

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.8.1",
3
+ "version": "1.8.3",
4
4
  "type": "module",
5
5
  "description": "Design tokens for GitButler applications",
6
6
  "keywords": [
package/tokens/tokens.css CHANGED
@@ -44,7 +44,7 @@
44
44
  --clr-btn-safe-outline-text: var(--clr-core-safe-40);
45
45
  --clr-btn-warn-outline: var(--clr-core-warn-50);
46
46
  --clr-btn-warn-outline-bg: var(--clr-core-warn-70);
47
- --clr-btn-warn-outline-text: var(--clr-core-warn-40);
47
+ --clr-btn-warn-outline-text: var(--clr-core-warn-30);
48
48
  --clr-change-icon-addition: var(--clr-core-safe-60);
49
49
  --clr-change-icon-deletion: var(--clr-core-danger-60);
50
50
  --clr-change-icon-modification: var(--clr-core-warn-60);
@@ -115,7 +115,7 @@
115
115
  --clr-core-warn-10: color(srgb 0.396078431372549 0.23529411764705882 0.011764705882352941);
116
116
  --clr-core-warn-20: color(srgb 0.47058823529411764 0.2784313725490196 0.011764705882352941);
117
117
  --clr-core-warn-30: color(srgb 0.6431372549019608 0.3843137254901961 0.01568627450980392);
118
- --clr-core-warn-40: color(srgb 0.8117647058823529 0.4823529411764706 0.0196078431372549);
118
+ --clr-core-warn-40: color(srgb 0.8117647058823529 0.4823529411764706 0.0392156862745098);
119
119
  --clr-core-warn-50: color(srgb 0.9764705882352941 0.5803921568627451 0.023529411764705882);
120
120
  --clr-core-warn-60: color(srgb 0.9411764705882353 0.7372549019607844 0.45098039215686275);
121
121
  --clr-core-warn-70: color(srgb 0.9647058823529412 0.8352941176470589 0.6549019607843137);
@@ -194,11 +194,12 @@
194
194
  --fx-shadow-m: 0 6px 30px 0 var(--clr-drop-shadow);
195
195
  --fx-shadow-s: 0 4px 14px 0 var(--clr-drop-shadow);
196
196
  --opacity-disabled: 60%;
197
- --opacity-mix-btn-icon: 80%;
198
197
  --opacity-mix-btn-outline-bg: 10%;
199
198
  --opacity-mix-btn-outline-bg-hover: 25%;
200
199
  --opacity-mix-btn-outline-border: 40%;
200
+ --opacity-mix-btn-outline-icon: 70%;
201
201
  --opacity-mix-btn-solid-hover: 10%;
202
+ --opacity-mix-btn-solid-icon: 80%;
202
203
  --opacity-mix-hover: 5%;
203
204
  --radius-btn: var(--radius-m);
204
205
  --radius-l: 12px;
@@ -321,7 +321,7 @@
321
321
  },
322
322
  "40": {
323
323
  "$type": "color",
324
- "$value": "#cf7b05",
324
+ "$value": "#cf7b0a",
325
325
  "$description": "",
326
326
  "$extensions": {
327
327
  "mode": {}
@@ -1622,11 +1622,11 @@
1622
1622
  },
1623
1623
  "outline-text": {
1624
1624
  "$type": "color",
1625
- "$value": "{clr-core.warn.40}",
1625
+ "$value": "{clr-core.warn.30}",
1626
1626
  "$description": "",
1627
1627
  "$extensions": {
1628
1628
  "mode": {
1629
- "light": "{clr-core.warn.40}",
1629
+ "light": "{clr-core.warn.30}",
1630
1630
  "dark": "{clr-core.warn.60}"
1631
1631
  }
1632
1632
  }
@@ -2111,7 +2111,7 @@
2111
2111
  "opacity": {
2112
2112
  "mix": {
2113
2113
  "btn": {
2114
- "icon": {
2114
+ "solid-icon": {
2115
2115
  "$type": "string",
2116
2116
  "$value": "80%",
2117
2117
  "$description": "",
@@ -2150,6 +2150,14 @@
2150
2150
  "$extensions": {
2151
2151
  "mode": {}
2152
2152
  }
2153
+ },
2154
+ "outline-icon": {
2155
+ "$type": "string",
2156
+ "$value": "70%",
2157
+ "$description": "",
2158
+ "$extensions": {
2159
+ "mode": {}
2160
+ }
2153
2161
  }
2154
2162
  },
2155
2163
  "hover": {
@@ -2225,7 +2233,7 @@
2225
2233
  "text",
2226
2234
  "opacity"
2227
2235
  ],
2228
- "createdAt": "2026-03-01T19:11:11.893Z"
2236
+ "createdAt": "2026-03-01T20:09:26.871Z"
2229
2237
  }
2230
2238
  }
2231
2239
  }