@gitbutler/design-core 1.8.1 → 1.8.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.8.1",
3
+ "version": "1.8.2",
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);
@@ -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
  }
@@ -2225,7 +2225,7 @@
2225
2225
  "text",
2226
2226
  "opacity"
2227
2227
  ],
2228
- "createdAt": "2026-03-01T19:11:11.893Z"
2228
+ "createdAt": "2026-03-01T19:22:27.145Z"
2229
2229
  }
2230
2230
  }
2231
2231
  }