@gitbutler/design-core 1.5.0 → 1.5.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 +4 -6
- package/tokens/tokens.json +3 -14
package/package.json
CHANGED
package/tokens/tokens.css
CHANGED
|
@@ -6,9 +6,8 @@
|
|
|
6
6
|
--clr-art-scene-bg: color(srgb 0.8392156862745098 0.9411764705882353 0.9333333333333333);
|
|
7
7
|
--clr-art-scene-fill: color(srgb 0.9882352941176471 0.9882352941176471 0.9450980392156862);
|
|
8
8
|
--clr-art-scene-outline: color(srgb 0.2784313725490196 0.3137254901960784 0.3137254901960784);
|
|
9
|
-
--clr-art-spot-fill
|
|
10
|
-
--clr-art-spot-fill-
|
|
11
|
-
--clr-art-spot-fill-pop-1: var(--clr-core-pop-70);
|
|
9
|
+
--clr-art-spot-fill: var(--clr-core-gray-70);
|
|
10
|
+
--clr-art-spot-fill-pop: var(--clr-core-pop-70);
|
|
12
11
|
--clr-bg-1: var(--clr-core-gray-100);
|
|
13
12
|
--clr-bg-1-muted: var(--clr-core-gray-95);
|
|
14
13
|
--clr-bg-2: var(--clr-core-gray-90);
|
|
@@ -267,9 +266,8 @@
|
|
|
267
266
|
--clr-art-scene-bg: color(srgb 0.1568627450980392 0.403921568627451 0.39215686274509803);
|
|
268
267
|
--clr-art-scene-fill: color(srgb 0.8470588235294118 0.8901960784313725 0.7568627450980392);
|
|
269
268
|
--clr-art-scene-outline: color(srgb 0.0784313725490196 0.13333333333333333 0.13333333333333333);
|
|
270
|
-
--clr-art-spot-fill
|
|
271
|
-
--clr-art-spot-fill-
|
|
272
|
-
--clr-art-spot-fill-pop-1: var(--clr-core-pop-30);
|
|
269
|
+
--clr-art-spot-fill: var(--clr-core-gray-40);
|
|
270
|
+
--clr-art-spot-fill-pop: var(--clr-core-pop-30);
|
|
273
271
|
--clr-bg-1: var(--clr-core-gray-10);
|
|
274
272
|
--clr-bg-1-muted: var(--clr-core-gray-20);
|
|
275
273
|
--clr-bg-2: var(--clr-core-gray-5);
|
package/tokens/tokens.json
CHANGED
|
@@ -1163,18 +1163,7 @@
|
|
|
1163
1163
|
}
|
|
1164
1164
|
},
|
|
1165
1165
|
"spot": {
|
|
1166
|
-
"fill
|
|
1167
|
-
"$type": "color",
|
|
1168
|
-
"$value": "{clr-core.gray.80}",
|
|
1169
|
-
"$description": "",
|
|
1170
|
-
"$extensions": {
|
|
1171
|
-
"mode": {
|
|
1172
|
-
"light": "{clr-core.gray.80}",
|
|
1173
|
-
"dark": "{clr-core.gray.30}"
|
|
1174
|
-
}
|
|
1175
|
-
}
|
|
1176
|
-
},
|
|
1177
|
-
"fill-2": {
|
|
1166
|
+
"fill": {
|
|
1178
1167
|
"$type": "color",
|
|
1179
1168
|
"$value": "{clr-core.gray.70}",
|
|
1180
1169
|
"$description": "",
|
|
@@ -1185,7 +1174,7 @@
|
|
|
1185
1174
|
}
|
|
1186
1175
|
}
|
|
1187
1176
|
},
|
|
1188
|
-
"fill-pop
|
|
1177
|
+
"fill-pop": {
|
|
1189
1178
|
"$type": "color",
|
|
1190
1179
|
"$value": "{clr-core.pop.70}",
|
|
1191
1180
|
"$description": "",
|
|
@@ -2699,7 +2688,7 @@
|
|
|
2699
2688
|
"text",
|
|
2700
2689
|
"opacity"
|
|
2701
2690
|
],
|
|
2702
|
-
"createdAt": "2025-12-
|
|
2691
|
+
"createdAt": "2025-12-16T12:56:17.930Z"
|
|
2703
2692
|
}
|
|
2704
2693
|
}
|
|
2705
2694
|
}
|