@gitbutler/design-core 1.7.2 → 1.7.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 +1 -1
- package/tokens/tokens.css +1 -1
- package/tokens/tokens.json +3 -3
package/package.json
CHANGED
package/tokens/tokens.css
CHANGED
|
@@ -185,7 +185,7 @@
|
|
|
185
185
|
--clr-selected-in-focus-bg: var(--clr-core-pop-90);
|
|
186
186
|
--clr-selected-in-focus-element: var(--clr-core-pop-50);
|
|
187
187
|
--clr-selected-in-focus-file: var(--clr-core-pop-80);
|
|
188
|
-
--clr-selected-not-in-focus-bg: var(--clr-core-gray-
|
|
188
|
+
--clr-selected-not-in-focus-bg: var(--clr-core-gray-90);
|
|
189
189
|
--clr-selected-not-in-focus-element: var(--clr-core-gray-60);
|
|
190
190
|
--clr-text-1: var(--clr-core-gray-5);
|
|
191
191
|
--clr-text-2: var(--clr-core-gray-50);
|
package/tokens/tokens.json
CHANGED
|
@@ -2272,11 +2272,11 @@
|
|
|
2272
2272
|
"not-in-focus": {
|
|
2273
2273
|
"bg": {
|
|
2274
2274
|
"$type": "color",
|
|
2275
|
-
"$value": "{clr-core.gray.
|
|
2275
|
+
"$value": "{clr-core.gray.90}",
|
|
2276
2276
|
"$description": "",
|
|
2277
2277
|
"$extensions": {
|
|
2278
2278
|
"mode": {
|
|
2279
|
-
"light": "{clr-core.gray.
|
|
2279
|
+
"light": "{clr-core.gray.90}",
|
|
2280
2280
|
"dark": "{clr-core.gray.20}"
|
|
2281
2281
|
}
|
|
2282
2282
|
}
|
|
@@ -2665,7 +2665,7 @@
|
|
|
2665
2665
|
"text",
|
|
2666
2666
|
"opacity"
|
|
2667
2667
|
],
|
|
2668
|
-
"createdAt": "2026-01-
|
|
2668
|
+
"createdAt": "2026-01-30T14:18:46.965Z"
|
|
2669
2669
|
}
|
|
2670
2670
|
}
|
|
2671
2671
|
}
|