@gitbutler/design-core 1.9.0 → 1.9.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitbutler/design-core",
3
- "version": "1.9.0",
3
+ "version": "1.9.1",
4
4
  "type": "module",
5
5
  "description": "Design tokens for GitButler applications",
6
6
  "keywords": [
package/tokens/tokens.css CHANGED
@@ -17,16 +17,6 @@
17
17
  --clr-border-1: hsl(23 7.1% 64.1%);
18
18
  --clr-border-2: hsl(26 6.2% 77.8%);
19
19
  --clr-border-3: hsl(20 5.9% 90.0%);
20
- --clr-br-commit-approved-bg: hsl(155 60.0% 45.1%);
21
- --clr-br-commit-approved-text: hsl(156 55.6% 96.5%);
22
- --clr-br-commit-changes-requested-bg: hsl(35 95.3% 50.0%);
23
- --clr-br-commit-changes-requested-text: hsl(34 88.9% 96.5%);
24
- --clr-br-commit-closed-bg: hsl(270 60.0% 53.9%);
25
- --clr-br-commit-closed-text: hsl(270 55.6% 96.5%);
26
- --clr-br-commit-in-discussion-bg: hsl(180 56.1% 75.9%);
27
- --clr-br-commit-in-discussion-text: hsl(180 65.3% 32.7%);
28
- --clr-br-commit-unreviewed-bg: hsl(20 5.9% 90.0%);
29
- --clr-br-commit-unreviewed-text: hsl(23 7.4% 21.2%);
30
20
  --clr-btn-danger-outline: hsl(8 67.8% 50.0%);
31
21
  --clr-btn-danger-outline-bg: hsl(8 58.8% 81.0%);
32
22
  --clr-btn-danger-outline-text: hsl(8 67.9% 41.6%);
@@ -237,16 +227,6 @@
237
227
  --clr-border-1: hsl(26 7.6% 36.1%);
238
228
  --clr-border-2: hsl(22 7.5% 28.8%);
239
229
  --clr-border-3: hsl(23 7.4% 21.2%);
240
- --clr-br-commit-approved-bg: hsl(155 60.0% 45.1%);
241
- --clr-br-commit-approved-text: hsl(156 55.6% 96.5%);
242
- --clr-br-commit-changes-requested-bg: hsl(35 95.3% 50.0%);
243
- --clr-br-commit-changes-requested-text: hsl(34 88.9% 96.5%);
244
- --clr-br-commit-closed-bg: hsl(270 60.0% 53.9%);
245
- --clr-br-commit-closed-text: hsl(270 55.6% 96.5%);
246
- --clr-br-commit-in-discussion-bg: hsl(180 65.5% 17.1%);
247
- --clr-br-commit-in-discussion-text: hsl(180 65.3% 32.7%);
248
- --clr-br-commit-unreviewed-bg: hsl(22 7.5% 28.8%);
249
- --clr-br-commit-unreviewed-text: hsl(23 7.4% 21.2%);
250
230
  --clr-btn-danger-outline: hsl(8 67.8% 50.0%);
251
231
  --clr-btn-danger-outline-bg: hsl(8 67.9% 41.6%);
252
232
  --clr-btn-danger-outline-text: hsl(8 57.4% 69.6%);
@@ -1703,128 +1703,6 @@
1703
1703
  }
1704
1704
  }
1705
1705
  },
1706
- "br-commit": {
1707
- "approved": {
1708
- "bg": {
1709
- "$type": "color",
1710
- "$value": "{clr.theme.safe.element}",
1711
- "$description": "",
1712
- "$extensions": {
1713
- "mode": {
1714
- "light": "{clr.theme.safe.element}",
1715
- "dark": "{clr.theme.safe.element}"
1716
- }
1717
- }
1718
- },
1719
- "text": {
1720
- "$type": "color",
1721
- "$value": "{clr.theme.safe.on-element}",
1722
- "$description": "",
1723
- "$extensions": {
1724
- "mode": {
1725
- "light": "{clr.theme.safe.on-element}",
1726
- "dark": "{clr.theme.safe.on-element}"
1727
- }
1728
- }
1729
- }
1730
- },
1731
- "in-discussion": {
1732
- "bg": {
1733
- "$type": "color",
1734
- "$value": "{clr-core.pop.70}",
1735
- "$description": "",
1736
- "$extensions": {
1737
- "mode": {
1738
- "light": "{clr-core.pop.70}",
1739
- "dark": "{clr-core.pop.20}"
1740
- }
1741
- }
1742
- },
1743
- "text": {
1744
- "$type": "color",
1745
- "$value": "{clr.theme.pop.on-soft}",
1746
- "$description": "",
1747
- "$extensions": {
1748
- "mode": {
1749
- "light": "{clr.theme.pop.on-soft}",
1750
- "dark": "{clr.theme.pop.on-soft}"
1751
- }
1752
- }
1753
- }
1754
- },
1755
- "changes-requested": {
1756
- "bg": {
1757
- "$type": "color",
1758
- "$value": "{clr.theme.warn.element}",
1759
- "$description": "",
1760
- "$extensions": {
1761
- "mode": {
1762
- "light": "{clr.theme.warn.element}",
1763
- "dark": "{clr.theme.warn.element}"
1764
- }
1765
- }
1766
- },
1767
- "text": {
1768
- "$type": "color",
1769
- "$value": "{clr.theme.warn.on-element}",
1770
- "$description": "",
1771
- "$extensions": {
1772
- "mode": {
1773
- "light": "{clr.theme.warn.on-element}",
1774
- "dark": "{clr.theme.warn.on-element}"
1775
- }
1776
- }
1777
- }
1778
- },
1779
- "unreviewed": {
1780
- "bg": {
1781
- "$type": "color",
1782
- "$value": "{clr-core.gray.80}",
1783
- "$description": "",
1784
- "$extensions": {
1785
- "mode": {
1786
- "light": "{clr-core.gray.80}",
1787
- "dark": "{clr-core.gray.30}"
1788
- }
1789
- }
1790
- },
1791
- "text": {
1792
- "$type": "color",
1793
- "$value": "{clr.theme.gray.on-soft}",
1794
- "$description": "",
1795
- "$extensions": {
1796
- "mode": {
1797
- "light": "{clr.theme.gray.on-soft}",
1798
- "dark": "{clr.theme.gray.on-soft}"
1799
- }
1800
- }
1801
- }
1802
- },
1803
- "closed": {
1804
- "bg": {
1805
- "$type": "color",
1806
- "$value": "{clr.theme.purple.element}",
1807
- "$description": "",
1808
- "$extensions": {
1809
- "mode": {
1810
- "light": "{clr.theme.purple.element}",
1811
- "dark": "{clr.theme.purple.element}"
1812
- }
1813
- }
1814
- },
1815
- "text": {
1816
- "$type": "color",
1817
- "$value": "{clr.theme.purple.on-element}",
1818
- "$description": "",
1819
- "$extensions": {
1820
- "mode": {
1821
- "light": "{clr.theme.purple.on-element}",
1822
- "dark": "{clr.theme.purple.on-element}"
1823
- }
1824
- }
1825
- }
1826
- }
1827
- },
1828
1706
  "selected": {
1829
1707
  "in-focus": {
1830
1708
  "bg": {
@@ -2233,7 +2111,7 @@
2233
2111
  "text",
2234
2112
  "opacity"
2235
2113
  ],
2236
- "createdAt": "2026-03-14T01:29:15.643Z"
2114
+ "createdAt": "2026-03-19T21:54:05.694Z"
2237
2115
  }
2238
2116
  }
2239
2117
  }