@gitbutler/design-core 1.8.0 → 1.8.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 +1 -1
- package/tokens/tokens.css +1 -1
- package/tokens/tokens.json +2 -2
package/package.json
CHANGED
package/tokens/tokens.css
CHANGED
|
@@ -196,7 +196,7 @@
|
|
|
196
196
|
--opacity-disabled: 60%;
|
|
197
197
|
--opacity-mix-btn-icon: 80%;
|
|
198
198
|
--opacity-mix-btn-outline-bg: 10%;
|
|
199
|
-
--opacity-mix-btn-outline-bg-hover:
|
|
199
|
+
--opacity-mix-btn-outline-bg-hover: 25%;
|
|
200
200
|
--opacity-mix-btn-outline-border: 40%;
|
|
201
201
|
--opacity-mix-btn-solid-hover: 10%;
|
|
202
202
|
--opacity-mix-hover: 5%;
|
package/tokens/tokens.json
CHANGED
|
@@ -2121,7 +2121,7 @@
|
|
|
2121
2121
|
},
|
|
2122
2122
|
"outline-bg-hover": {
|
|
2123
2123
|
"$type": "string",
|
|
2124
|
-
"$value": "
|
|
2124
|
+
"$value": "25%",
|
|
2125
2125
|
"$description": "",
|
|
2126
2126
|
"$extensions": {
|
|
2127
2127
|
"mode": {}
|
|
@@ -2225,7 +2225,7 @@
|
|
|
2225
2225
|
"text",
|
|
2226
2226
|
"opacity"
|
|
2227
2227
|
],
|
|
2228
|
-
"createdAt": "2026-03-
|
|
2228
|
+
"createdAt": "2026-03-01T19:11:11.893Z"
|
|
2229
2229
|
}
|
|
2230
2230
|
}
|
|
2231
2231
|
}
|