@fastwork/xosmoz-theme 0.63.0 → 0.64.0
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/dist/dart/xz_colors.generated.dart +12 -12
- package/dist/figma-plugin.zip +0 -0
- package/dist/figma-tokens/Light.json +60 -60
- package/dist/index.js +16 -16
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +16 -16
- package/dist/index.mjs.map +1 -1
- package/dist/themes/light.css +16 -16
- package/dist/themes.css +16 -16
- package/package.json +1 -1
|
@@ -180,11 +180,11 @@ class XzColors {
|
|
|
180
180
|
}),
|
|
181
181
|
primary: XzRoleColor(
|
|
182
182
|
soft: {
|
|
183
|
-
100: Color(
|
|
183
|
+
100: Color(0x2698BFFF),
|
|
184
184
|
200: Color(0x4098BFFF),
|
|
185
185
|
},
|
|
186
186
|
softSolid: {
|
|
187
|
-
100: Color(
|
|
187
|
+
100: Color(0xFFEAF0FA),
|
|
188
188
|
200: Color(0xFFE0EAFB),
|
|
189
189
|
},
|
|
190
190
|
line: {
|
|
@@ -206,11 +206,11 @@ class XzColors {
|
|
|
206
206
|
),
|
|
207
207
|
danger: XzRoleColor(
|
|
208
208
|
soft: {
|
|
209
|
-
100: Color(
|
|
209
|
+
100: Color(0x26FFA193),
|
|
210
210
|
200: Color(0x40FFA193),
|
|
211
211
|
},
|
|
212
212
|
softSolid: {
|
|
213
|
-
100: Color(
|
|
213
|
+
100: Color(0xFFFBEBE9),
|
|
214
214
|
200: Color(0xFFFCE3DF),
|
|
215
215
|
},
|
|
216
216
|
line: {
|
|
@@ -232,11 +232,11 @@ class XzColors {
|
|
|
232
232
|
),
|
|
233
233
|
success: XzRoleColor(
|
|
234
234
|
soft: {
|
|
235
|
-
100: Color(
|
|
235
|
+
100: Color(0x264AE052),
|
|
236
236
|
200: Color(0x404AE052),
|
|
237
237
|
},
|
|
238
238
|
softSolid: {
|
|
239
|
-
100: Color(
|
|
239
|
+
100: Color(0xFFE3F6E2),
|
|
240
240
|
200: Color(0xFFD4F4D2),
|
|
241
241
|
},
|
|
242
242
|
line: {
|
|
@@ -258,11 +258,11 @@ class XzColors {
|
|
|
258
258
|
),
|
|
259
259
|
warning: XzRoleColor(
|
|
260
260
|
soft: {
|
|
261
|
-
100: Color(
|
|
261
|
+
100: Color(0x26F6AF00),
|
|
262
262
|
200: Color(0x40F6AF00),
|
|
263
263
|
},
|
|
264
264
|
softSolid: {
|
|
265
|
-
100: Color(
|
|
265
|
+
100: Color(0xFFF9EEDD),
|
|
266
266
|
200: Color(0xFFF9E7CB),
|
|
267
267
|
},
|
|
268
268
|
line: {
|
|
@@ -284,11 +284,11 @@ class XzColors {
|
|
|
284
284
|
),
|
|
285
285
|
info: XzRoleColor(
|
|
286
286
|
soft: {
|
|
287
|
-
100: Color(
|
|
287
|
+
100: Color(0x2622D4F1),
|
|
288
288
|
200: Color(0x4022D4F1),
|
|
289
289
|
},
|
|
290
290
|
softSolid: {
|
|
291
|
-
100: Color(
|
|
291
|
+
100: Color(0xFFE1F3F8),
|
|
292
292
|
200: Color(0xFFD1F0F7),
|
|
293
293
|
},
|
|
294
294
|
line: {
|
|
@@ -310,11 +310,11 @@ class XzColors {
|
|
|
310
310
|
),
|
|
311
311
|
neutral: XzRoleColor(
|
|
312
312
|
soft: {
|
|
313
|
-
100: Color(
|
|
313
|
+
100: Color(0x26B2BFD3),
|
|
314
314
|
200: Color(0x40B2BFD3),
|
|
315
315
|
},
|
|
316
316
|
softSolid: {
|
|
317
|
-
100: Color(
|
|
317
|
+
100: Color(0xFFEEF0F3),
|
|
318
318
|
200: Color(0xFFE6EAEF),
|
|
319
319
|
},
|
|
320
320
|
line: {
|
package/dist/figma-plugin.zip
CHANGED
|
Binary file
|
|
@@ -242,12 +242,12 @@
|
|
|
242
242
|
"$value": {
|
|
243
243
|
"colorSpace": "srgb",
|
|
244
244
|
"components": [
|
|
245
|
-
0.
|
|
246
|
-
0.
|
|
245
|
+
0.596078,
|
|
246
|
+
0.74902,
|
|
247
247
|
1
|
|
248
248
|
],
|
|
249
249
|
"alpha": 0.14901960784313725,
|
|
250
|
-
"hex": "#
|
|
250
|
+
"hex": "#98BFFF26"
|
|
251
251
|
}
|
|
252
252
|
},
|
|
253
253
|
"200": {
|
|
@@ -270,12 +270,12 @@
|
|
|
270
270
|
"$value": {
|
|
271
271
|
"colorSpace": "srgb",
|
|
272
272
|
"components": [
|
|
273
|
-
0.
|
|
274
|
-
0.
|
|
275
|
-
0.
|
|
273
|
+
0.917647,
|
|
274
|
+
0.941176,
|
|
275
|
+
0.980392
|
|
276
276
|
],
|
|
277
277
|
"alpha": 1,
|
|
278
|
-
"hex": "#
|
|
278
|
+
"hex": "#EAF0FA"
|
|
279
279
|
}
|
|
280
280
|
},
|
|
281
281
|
"200": {
|
|
@@ -413,11 +413,11 @@
|
|
|
413
413
|
"colorSpace": "srgb",
|
|
414
414
|
"components": [
|
|
415
415
|
1,
|
|
416
|
-
0.
|
|
417
|
-
0.
|
|
416
|
+
0.631373,
|
|
417
|
+
0.576471
|
|
418
418
|
],
|
|
419
419
|
"alpha": 0.14901960784313725,
|
|
420
|
-
"hex": "#
|
|
420
|
+
"hex": "#FFA19326"
|
|
421
421
|
}
|
|
422
422
|
},
|
|
423
423
|
"200": {
|
|
@@ -440,12 +440,12 @@
|
|
|
440
440
|
"$value": {
|
|
441
441
|
"colorSpace": "srgb",
|
|
442
442
|
"components": [
|
|
443
|
-
0.
|
|
444
|
-
0.
|
|
445
|
-
0.
|
|
443
|
+
0.984314,
|
|
444
|
+
0.921569,
|
|
445
|
+
0.913725
|
|
446
446
|
],
|
|
447
447
|
"alpha": 1,
|
|
448
|
-
"hex": "#
|
|
448
|
+
"hex": "#FBEBE9"
|
|
449
449
|
}
|
|
450
450
|
},
|
|
451
451
|
"200": {
|
|
@@ -582,12 +582,12 @@
|
|
|
582
582
|
"$value": {
|
|
583
583
|
"colorSpace": "srgb",
|
|
584
584
|
"components": [
|
|
585
|
-
0.
|
|
586
|
-
|
|
587
|
-
0.
|
|
585
|
+
0.290196,
|
|
586
|
+
0.878431,
|
|
587
|
+
0.321569
|
|
588
588
|
],
|
|
589
589
|
"alpha": 0.14901960784313725,
|
|
590
|
-
"hex": "#
|
|
590
|
+
"hex": "#4AE05226"
|
|
591
591
|
}
|
|
592
592
|
},
|
|
593
593
|
"200": {
|
|
@@ -610,12 +610,12 @@
|
|
|
610
610
|
"$value": {
|
|
611
611
|
"colorSpace": "srgb",
|
|
612
612
|
"components": [
|
|
613
|
-
0.
|
|
614
|
-
0.
|
|
615
|
-
0.
|
|
613
|
+
0.890196,
|
|
614
|
+
0.964706,
|
|
615
|
+
0.886275
|
|
616
616
|
],
|
|
617
617
|
"alpha": 1,
|
|
618
|
-
"hex": "#
|
|
618
|
+
"hex": "#E3F6E2"
|
|
619
619
|
}
|
|
620
620
|
},
|
|
621
621
|
"200": {
|
|
@@ -752,12 +752,12 @@
|
|
|
752
752
|
"$value": {
|
|
753
753
|
"colorSpace": "srgb",
|
|
754
754
|
"components": [
|
|
755
|
-
|
|
756
|
-
0.
|
|
757
|
-
0
|
|
755
|
+
0.964706,
|
|
756
|
+
0.686275,
|
|
757
|
+
0
|
|
758
758
|
],
|
|
759
759
|
"alpha": 0.14901960784313725,
|
|
760
|
-
"hex": "#
|
|
760
|
+
"hex": "#F6AF0026"
|
|
761
761
|
}
|
|
762
762
|
},
|
|
763
763
|
"200": {
|
|
@@ -780,12 +780,12 @@
|
|
|
780
780
|
"$value": {
|
|
781
781
|
"colorSpace": "srgb",
|
|
782
782
|
"components": [
|
|
783
|
-
0.
|
|
784
|
-
0.
|
|
785
|
-
0.
|
|
783
|
+
0.976471,
|
|
784
|
+
0.933333,
|
|
785
|
+
0.866667
|
|
786
786
|
],
|
|
787
787
|
"alpha": 1,
|
|
788
|
-
"hex": "#
|
|
788
|
+
"hex": "#F9EEDD"
|
|
789
789
|
}
|
|
790
790
|
},
|
|
791
791
|
"200": {
|
|
@@ -922,12 +922,12 @@
|
|
|
922
922
|
"$value": {
|
|
923
923
|
"colorSpace": "srgb",
|
|
924
924
|
"components": [
|
|
925
|
-
0.
|
|
926
|
-
0.
|
|
927
|
-
|
|
925
|
+
0.133333,
|
|
926
|
+
0.831373,
|
|
927
|
+
0.945098
|
|
928
928
|
],
|
|
929
929
|
"alpha": 0.14901960784313725,
|
|
930
|
-
"hex": "#
|
|
930
|
+
"hex": "#22D4F126"
|
|
931
931
|
}
|
|
932
932
|
},
|
|
933
933
|
"200": {
|
|
@@ -950,12 +950,12 @@
|
|
|
950
950
|
"$value": {
|
|
951
951
|
"colorSpace": "srgb",
|
|
952
952
|
"components": [
|
|
953
|
-
0.
|
|
954
|
-
0.
|
|
955
|
-
0.
|
|
953
|
+
0.882353,
|
|
954
|
+
0.952941,
|
|
955
|
+
0.972549
|
|
956
956
|
],
|
|
957
957
|
"alpha": 1,
|
|
958
|
-
"hex": "#
|
|
958
|
+
"hex": "#E1F3F8"
|
|
959
959
|
}
|
|
960
960
|
},
|
|
961
961
|
"200": {
|
|
@@ -1092,12 +1092,12 @@
|
|
|
1092
1092
|
"$value": {
|
|
1093
1093
|
"colorSpace": "srgb",
|
|
1094
1094
|
"components": [
|
|
1095
|
-
0.
|
|
1096
|
-
0.
|
|
1097
|
-
0.
|
|
1095
|
+
0.698039,
|
|
1096
|
+
0.74902,
|
|
1097
|
+
0.827451
|
|
1098
1098
|
],
|
|
1099
1099
|
"alpha": 0.14901960784313725,
|
|
1100
|
-
"hex": "#
|
|
1100
|
+
"hex": "#B2BFD326"
|
|
1101
1101
|
}
|
|
1102
1102
|
},
|
|
1103
1103
|
"200": {
|
|
@@ -1120,12 +1120,12 @@
|
|
|
1120
1120
|
"$value": {
|
|
1121
1121
|
"colorSpace": "srgb",
|
|
1122
1122
|
"components": [
|
|
1123
|
-
0.
|
|
1124
|
-
0.
|
|
1125
|
-
0.
|
|
1123
|
+
0.933333,
|
|
1124
|
+
0.941176,
|
|
1125
|
+
0.952941
|
|
1126
1126
|
],
|
|
1127
1127
|
"alpha": 1,
|
|
1128
|
-
"hex": "#
|
|
1128
|
+
"hex": "#EEF0F3"
|
|
1129
1129
|
}
|
|
1130
1130
|
},
|
|
1131
1131
|
"200": {
|
|
@@ -1263,11 +1263,11 @@
|
|
|
1263
1263
|
"colorSpace": "srgb",
|
|
1264
1264
|
"components": [
|
|
1265
1265
|
1,
|
|
1266
|
-
0.
|
|
1267
|
-
0.
|
|
1266
|
+
0.647059,
|
|
1267
|
+
0.411765
|
|
1268
1268
|
],
|
|
1269
1269
|
"alpha": 0.14901960784313725,
|
|
1270
|
-
"hex": "#
|
|
1270
|
+
"hex": "#FFA56926"
|
|
1271
1271
|
}
|
|
1272
1272
|
},
|
|
1273
1273
|
"200": {
|
|
@@ -1290,12 +1290,12 @@
|
|
|
1290
1290
|
"$value": {
|
|
1291
1291
|
"colorSpace": "srgb",
|
|
1292
1292
|
"components": [
|
|
1293
|
-
0.
|
|
1294
|
-
0.
|
|
1295
|
-
0.
|
|
1293
|
+
0.984314,
|
|
1294
|
+
0.92549,
|
|
1295
|
+
0.894118
|
|
1296
1296
|
],
|
|
1297
1297
|
"alpha": 1,
|
|
1298
|
-
"hex": "#
|
|
1298
|
+
"hex": "#FBECE4"
|
|
1299
1299
|
}
|
|
1300
1300
|
},
|
|
1301
1301
|
"200": {
|
|
@@ -1432,12 +1432,12 @@
|
|
|
1432
1432
|
"$value": {
|
|
1433
1433
|
"colorSpace": "srgb",
|
|
1434
1434
|
"components": [
|
|
1435
|
-
0.
|
|
1436
|
-
0.
|
|
1435
|
+
0.756863,
|
|
1436
|
+
0.690196,
|
|
1437
1437
|
1
|
|
1438
1438
|
],
|
|
1439
1439
|
"alpha": 0.14901960784313725,
|
|
1440
|
-
"hex": "#
|
|
1440
|
+
"hex": "#C1B0FF26"
|
|
1441
1441
|
}
|
|
1442
1442
|
},
|
|
1443
1443
|
"200": {
|
|
@@ -1460,12 +1460,12 @@
|
|
|
1460
1460
|
"$value": {
|
|
1461
1461
|
"colorSpace": "srgb",
|
|
1462
1462
|
"components": [
|
|
1463
|
-
0.
|
|
1464
|
-
0.
|
|
1465
|
-
0.
|
|
1463
|
+
0.941176,
|
|
1464
|
+
0.933333,
|
|
1465
|
+
0.980392
|
|
1466
1466
|
],
|
|
1467
1467
|
"alpha": 1,
|
|
1468
|
-
"hex": "#
|
|
1468
|
+
"hex": "#F0EEFA"
|
|
1469
1469
|
}
|
|
1470
1470
|
},
|
|
1471
1471
|
"200": {
|
package/dist/index.js
CHANGED
|
@@ -323,11 +323,11 @@ var lightTheme = {
|
|
|
323
323
|
},
|
|
324
324
|
primary: {
|
|
325
325
|
soft: {
|
|
326
|
-
100: `oklch(from var(--xz-color-fastwork) 0.
|
|
326
|
+
100: `oklch(from var(--xz-color-fastwork) 0.8 c h / 0.15)`,
|
|
327
327
|
200: `oklch(from var(--xz-color-fastwork) 0.8 c h / 0.25)`
|
|
328
328
|
},
|
|
329
329
|
softSolid: {
|
|
330
|
-
100: `color-mix(in oklab, oklch(from var(--xz-color-fastwork) 0.
|
|
330
|
+
100: `color-mix(in oklab, oklch(from var(--xz-color-fastwork) 0.8 c h / 1) 15%, var(--xz-color-surface-100))`,
|
|
331
331
|
200: `color-mix(in oklab, oklch(from var(--xz-color-fastwork) 0.8 c h / 1) 25%, var(--xz-color-surface-100))`
|
|
332
332
|
},
|
|
333
333
|
line: {
|
|
@@ -349,11 +349,11 @@ var lightTheme = {
|
|
|
349
349
|
},
|
|
350
350
|
danger: {
|
|
351
351
|
soft: {
|
|
352
|
-
100: `oklch(from var(--xz-color-red) 0.
|
|
352
|
+
100: `oklch(from var(--xz-color-red) 0.8 c h / 0.15)`,
|
|
353
353
|
200: `oklch(from var(--xz-color-red) 0.8 c h / 0.25)`
|
|
354
354
|
},
|
|
355
355
|
softSolid: {
|
|
356
|
-
100: `color-mix(in oklab, oklch(from var(--xz-color-red) 0.
|
|
356
|
+
100: `color-mix(in oklab, oklch(from var(--xz-color-red) 0.8 c h / 1) 15%, var(--xz-color-surface-100))`,
|
|
357
357
|
200: `color-mix(in oklab, oklch(from var(--xz-color-red) 0.8 c h / 1) 25%, var(--xz-color-surface-100))`
|
|
358
358
|
},
|
|
359
359
|
line: {
|
|
@@ -375,11 +375,11 @@ var lightTheme = {
|
|
|
375
375
|
},
|
|
376
376
|
success: {
|
|
377
377
|
soft: {
|
|
378
|
-
100: `oklch(from var(--xz-color-green) 0.
|
|
378
|
+
100: `oklch(from var(--xz-color-green) 0.8 c h / 0.15)`,
|
|
379
379
|
200: `oklch(from var(--xz-color-green) 0.8 c h / 0.25)`
|
|
380
380
|
},
|
|
381
381
|
softSolid: {
|
|
382
|
-
100: `color-mix(in oklab, oklch(from var(--xz-color-green) 0.
|
|
382
|
+
100: `color-mix(in oklab, oklch(from var(--xz-color-green) 0.8 c h / 1) 15%, var(--xz-color-surface-100))`,
|
|
383
383
|
200: `color-mix(in oklab, oklch(from var(--xz-color-green) 0.8 c h / 1) 25%, var(--xz-color-surface-100))`
|
|
384
384
|
},
|
|
385
385
|
line: {
|
|
@@ -401,11 +401,11 @@ var lightTheme = {
|
|
|
401
401
|
},
|
|
402
402
|
warning: {
|
|
403
403
|
soft: {
|
|
404
|
-
100: `oklch(from var(--xz-color-yellow) 0.
|
|
404
|
+
100: `oklch(from var(--xz-color-yellow) 0.8 c h / 0.15)`,
|
|
405
405
|
200: `oklch(from var(--xz-color-yellow) 0.8 c h / 0.25)`
|
|
406
406
|
},
|
|
407
407
|
softSolid: {
|
|
408
|
-
100: `color-mix(in oklab, oklch(from var(--xz-color-yellow) 0.
|
|
408
|
+
100: `color-mix(in oklab, oklch(from var(--xz-color-yellow) 0.8 c h / 1) 15%, var(--xz-color-surface-100))`,
|
|
409
409
|
200: `color-mix(in oklab, oklch(from var(--xz-color-yellow) 0.8 c h / 1) 25%, var(--xz-color-surface-100))`
|
|
410
410
|
},
|
|
411
411
|
line: {
|
|
@@ -427,11 +427,11 @@ var lightTheme = {
|
|
|
427
427
|
},
|
|
428
428
|
info: {
|
|
429
429
|
soft: {
|
|
430
|
-
100: `oklch(from var(--xz-color-cyan) 0.
|
|
430
|
+
100: `oklch(from var(--xz-color-cyan) 0.8 c h / 0.15)`,
|
|
431
431
|
200: `oklch(from var(--xz-color-cyan) 0.8 c h / 0.25)`
|
|
432
432
|
},
|
|
433
433
|
softSolid: {
|
|
434
|
-
100: `color-mix(in oklab, oklch(from var(--xz-color-cyan) 0.
|
|
434
|
+
100: `color-mix(in oklab, oklch(from var(--xz-color-cyan) 0.8 c h / 1) 15%, var(--xz-color-surface-100))`,
|
|
435
435
|
200: `color-mix(in oklab, oklch(from var(--xz-color-cyan) 0.8 c h / 1) 25%, var(--xz-color-surface-100))`
|
|
436
436
|
},
|
|
437
437
|
line: {
|
|
@@ -453,11 +453,11 @@ var lightTheme = {
|
|
|
453
453
|
},
|
|
454
454
|
orange: {
|
|
455
455
|
soft: {
|
|
456
|
-
100: `oklch(from var(--xz-color-orange) 0.
|
|
456
|
+
100: `oklch(from var(--xz-color-orange) 0.8 c h / 0.15)`,
|
|
457
457
|
200: `oklch(from var(--xz-color-orange) 0.8 c h / 0.25)`
|
|
458
458
|
},
|
|
459
459
|
softSolid: {
|
|
460
|
-
100: `color-mix(in oklab, oklch(from var(--xz-color-orange) 0.
|
|
460
|
+
100: `color-mix(in oklab, oklch(from var(--xz-color-orange) 0.8 c h / 1) 15%, var(--xz-color-surface-100))`,
|
|
461
461
|
200: `color-mix(in oklab, oklch(from var(--xz-color-orange) 0.8 c h / 1) 25%, var(--xz-color-surface-100))`
|
|
462
462
|
},
|
|
463
463
|
line: {
|
|
@@ -479,11 +479,11 @@ var lightTheme = {
|
|
|
479
479
|
},
|
|
480
480
|
purple: {
|
|
481
481
|
soft: {
|
|
482
|
-
100: `oklch(from var(--xz-color-purple) 0.
|
|
482
|
+
100: `oklch(from var(--xz-color-purple) 0.8 c h / 0.15)`,
|
|
483
483
|
200: `oklch(from var(--xz-color-purple) 0.8 c h / 0.25)`
|
|
484
484
|
},
|
|
485
485
|
softSolid: {
|
|
486
|
-
100: `color-mix(in oklab, oklch(from var(--xz-color-purple) 0.
|
|
486
|
+
100: `color-mix(in oklab, oklch(from var(--xz-color-purple) 0.8 c h / 1) 15%, var(--xz-color-surface-100))`,
|
|
487
487
|
200: `color-mix(in oklab, oklch(from var(--xz-color-purple) 0.8 c h / 1) 25%, var(--xz-color-surface-100))`
|
|
488
488
|
},
|
|
489
489
|
line: {
|
|
@@ -505,11 +505,11 @@ var lightTheme = {
|
|
|
505
505
|
},
|
|
506
506
|
neutral: {
|
|
507
507
|
soft: {
|
|
508
|
-
100: `oklch(from var(--xz-color-gray) 0.
|
|
508
|
+
100: `oklch(from var(--xz-color-gray) 0.8 c h / 0.15)`,
|
|
509
509
|
200: `oklch(from var(--xz-color-gray) 0.8 c h / 0.25)`
|
|
510
510
|
},
|
|
511
511
|
softSolid: {
|
|
512
|
-
100: `color-mix(in oklab, oklch(from var(--xz-color-gray) 0.
|
|
512
|
+
100: `color-mix(in oklab, oklch(from var(--xz-color-gray) 0.8 c h / 1) 15%, var(--xz-color-surface-100))`,
|
|
513
513
|
200: `color-mix(in oklab, oklch(from var(--xz-color-gray) 0.8 c h / 1) 25%, var(--xz-color-surface-100))`
|
|
514
514
|
},
|
|
515
515
|
line: {
|