@fastwork/xosmoz-theme 0.57.0 → 0.59.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 +92 -4
- package/dist/figma-plugin.zip +0 -0
- package/dist/figma-tokens/Dark.json +448 -0
- package/dist/figma-tokens/Light.json +408 -16
- package/dist/index.js +50 -50
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +50 -50
- package/dist/index.mjs.map +1 -1
- package/dist/themes/dark.css +25 -25
- package/dist/themes/light.css +25 -25
- package/dist/themes.css +50 -50
- package/package.json +1 -1
|
@@ -236,6 +236,62 @@
|
|
|
236
236
|
}
|
|
237
237
|
},
|
|
238
238
|
"primary": {
|
|
239
|
+
"soft": {
|
|
240
|
+
"100": {
|
|
241
|
+
"$type": "color",
|
|
242
|
+
"$value": {
|
|
243
|
+
"colorSpace": "srgb",
|
|
244
|
+
"components": [
|
|
245
|
+
0.023529,
|
|
246
|
+
0.411765,
|
|
247
|
+
1
|
|
248
|
+
],
|
|
249
|
+
"alpha": 0.10196078431372549,
|
|
250
|
+
"hex": "#0669FF1A"
|
|
251
|
+
}
|
|
252
|
+
},
|
|
253
|
+
"200": {
|
|
254
|
+
"$type": "color",
|
|
255
|
+
"$value": {
|
|
256
|
+
"colorSpace": "srgb",
|
|
257
|
+
"components": [
|
|
258
|
+
0.023529,
|
|
259
|
+
0.411765,
|
|
260
|
+
1
|
|
261
|
+
],
|
|
262
|
+
"alpha": 0.2,
|
|
263
|
+
"hex": "#0669FF33"
|
|
264
|
+
}
|
|
265
|
+
}
|
|
266
|
+
},
|
|
267
|
+
"softSolid": {
|
|
268
|
+
"100": {
|
|
269
|
+
"$type": "color",
|
|
270
|
+
"$value": {
|
|
271
|
+
"colorSpace": "srgb",
|
|
272
|
+
"components": [
|
|
273
|
+
0.023529,
|
|
274
|
+
0.411765,
|
|
275
|
+
1
|
|
276
|
+
],
|
|
277
|
+
"alpha": 1,
|
|
278
|
+
"hex": "#0669FF"
|
|
279
|
+
}
|
|
280
|
+
},
|
|
281
|
+
"200": {
|
|
282
|
+
"$type": "color",
|
|
283
|
+
"$value": {
|
|
284
|
+
"colorSpace": "srgb",
|
|
285
|
+
"components": [
|
|
286
|
+
0.023529,
|
|
287
|
+
0.411765,
|
|
288
|
+
1
|
|
289
|
+
],
|
|
290
|
+
"alpha": 1,
|
|
291
|
+
"hex": "#0669FF"
|
|
292
|
+
}
|
|
293
|
+
}
|
|
294
|
+
},
|
|
239
295
|
"line": {
|
|
240
296
|
"100": {
|
|
241
297
|
"$type": "color",
|
|
@@ -350,6 +406,62 @@
|
|
|
350
406
|
}
|
|
351
407
|
},
|
|
352
408
|
"danger": {
|
|
409
|
+
"soft": {
|
|
410
|
+
"100": {
|
|
411
|
+
"$type": "color",
|
|
412
|
+
"$value": {
|
|
413
|
+
"colorSpace": "srgb",
|
|
414
|
+
"components": [
|
|
415
|
+
0.890196,
|
|
416
|
+
0.164706,
|
|
417
|
+
0.12549
|
|
418
|
+
],
|
|
419
|
+
"alpha": 0.10196078431372549,
|
|
420
|
+
"hex": "#E32A201A"
|
|
421
|
+
}
|
|
422
|
+
},
|
|
423
|
+
"200": {
|
|
424
|
+
"$type": "color",
|
|
425
|
+
"$value": {
|
|
426
|
+
"colorSpace": "srgb",
|
|
427
|
+
"components": [
|
|
428
|
+
0.890196,
|
|
429
|
+
0.164706,
|
|
430
|
+
0.12549
|
|
431
|
+
],
|
|
432
|
+
"alpha": 0.2,
|
|
433
|
+
"hex": "#E32A2033"
|
|
434
|
+
}
|
|
435
|
+
}
|
|
436
|
+
},
|
|
437
|
+
"softSolid": {
|
|
438
|
+
"100": {
|
|
439
|
+
"$type": "color",
|
|
440
|
+
"$value": {
|
|
441
|
+
"colorSpace": "srgb",
|
|
442
|
+
"components": [
|
|
443
|
+
0.890196,
|
|
444
|
+
0.164706,
|
|
445
|
+
0.12549
|
|
446
|
+
],
|
|
447
|
+
"alpha": 1,
|
|
448
|
+
"hex": "#E32A20"
|
|
449
|
+
}
|
|
450
|
+
},
|
|
451
|
+
"200": {
|
|
452
|
+
"$type": "color",
|
|
453
|
+
"$value": {
|
|
454
|
+
"colorSpace": "srgb",
|
|
455
|
+
"components": [
|
|
456
|
+
0.890196,
|
|
457
|
+
0.164706,
|
|
458
|
+
0.12549
|
|
459
|
+
],
|
|
460
|
+
"alpha": 1,
|
|
461
|
+
"hex": "#E32A20"
|
|
462
|
+
}
|
|
463
|
+
}
|
|
464
|
+
},
|
|
353
465
|
"line": {
|
|
354
466
|
"100": {
|
|
355
467
|
"$type": "color",
|
|
@@ -464,6 +576,62 @@
|
|
|
464
576
|
}
|
|
465
577
|
},
|
|
466
578
|
"success": {
|
|
579
|
+
"soft": {
|
|
580
|
+
"100": {
|
|
581
|
+
"$type": "color",
|
|
582
|
+
"$value": {
|
|
583
|
+
"colorSpace": "srgb",
|
|
584
|
+
"components": [
|
|
585
|
+
0.082353,
|
|
586
|
+
0.752941,
|
|
587
|
+
0.176471
|
|
588
|
+
],
|
|
589
|
+
"alpha": 0.10196078431372549,
|
|
590
|
+
"hex": "#15C02D1A"
|
|
591
|
+
}
|
|
592
|
+
},
|
|
593
|
+
"200": {
|
|
594
|
+
"$type": "color",
|
|
595
|
+
"$value": {
|
|
596
|
+
"colorSpace": "srgb",
|
|
597
|
+
"components": [
|
|
598
|
+
0.082353,
|
|
599
|
+
0.752941,
|
|
600
|
+
0.176471
|
|
601
|
+
],
|
|
602
|
+
"alpha": 0.2,
|
|
603
|
+
"hex": "#15C02D33"
|
|
604
|
+
}
|
|
605
|
+
}
|
|
606
|
+
},
|
|
607
|
+
"softSolid": {
|
|
608
|
+
"100": {
|
|
609
|
+
"$type": "color",
|
|
610
|
+
"$value": {
|
|
611
|
+
"colorSpace": "srgb",
|
|
612
|
+
"components": [
|
|
613
|
+
0.082353,
|
|
614
|
+
0.752941,
|
|
615
|
+
0.176471
|
|
616
|
+
],
|
|
617
|
+
"alpha": 1,
|
|
618
|
+
"hex": "#15C02D"
|
|
619
|
+
}
|
|
620
|
+
},
|
|
621
|
+
"200": {
|
|
622
|
+
"$type": "color",
|
|
623
|
+
"$value": {
|
|
624
|
+
"colorSpace": "srgb",
|
|
625
|
+
"components": [
|
|
626
|
+
0.082353,
|
|
627
|
+
0.752941,
|
|
628
|
+
0.176471
|
|
629
|
+
],
|
|
630
|
+
"alpha": 1,
|
|
631
|
+
"hex": "#15C02D"
|
|
632
|
+
}
|
|
633
|
+
}
|
|
634
|
+
},
|
|
467
635
|
"line": {
|
|
468
636
|
"100": {
|
|
469
637
|
"$type": "color",
|
|
@@ -578,6 +746,62 @@
|
|
|
578
746
|
}
|
|
579
747
|
},
|
|
580
748
|
"warning": {
|
|
749
|
+
"soft": {
|
|
750
|
+
"100": {
|
|
751
|
+
"$type": "color",
|
|
752
|
+
"$value": {
|
|
753
|
+
"colorSpace": "srgb",
|
|
754
|
+
"components": [
|
|
755
|
+
1,
|
|
756
|
+
0.709804,
|
|
757
|
+
0.031373
|
|
758
|
+
],
|
|
759
|
+
"alpha": 0.10196078431372549,
|
|
760
|
+
"hex": "#FFB5081A"
|
|
761
|
+
}
|
|
762
|
+
},
|
|
763
|
+
"200": {
|
|
764
|
+
"$type": "color",
|
|
765
|
+
"$value": {
|
|
766
|
+
"colorSpace": "srgb",
|
|
767
|
+
"components": [
|
|
768
|
+
1,
|
|
769
|
+
0.709804,
|
|
770
|
+
0.031373
|
|
771
|
+
],
|
|
772
|
+
"alpha": 0.2,
|
|
773
|
+
"hex": "#FFB50833"
|
|
774
|
+
}
|
|
775
|
+
}
|
|
776
|
+
},
|
|
777
|
+
"softSolid": {
|
|
778
|
+
"100": {
|
|
779
|
+
"$type": "color",
|
|
780
|
+
"$value": {
|
|
781
|
+
"colorSpace": "srgb",
|
|
782
|
+
"components": [
|
|
783
|
+
1,
|
|
784
|
+
0.709804,
|
|
785
|
+
0.031373
|
|
786
|
+
],
|
|
787
|
+
"alpha": 1,
|
|
788
|
+
"hex": "#FFB508"
|
|
789
|
+
}
|
|
790
|
+
},
|
|
791
|
+
"200": {
|
|
792
|
+
"$type": "color",
|
|
793
|
+
"$value": {
|
|
794
|
+
"colorSpace": "srgb",
|
|
795
|
+
"components": [
|
|
796
|
+
1,
|
|
797
|
+
0.709804,
|
|
798
|
+
0.031373
|
|
799
|
+
],
|
|
800
|
+
"alpha": 1,
|
|
801
|
+
"hex": "#FFB508"
|
|
802
|
+
}
|
|
803
|
+
}
|
|
804
|
+
},
|
|
581
805
|
"line": {
|
|
582
806
|
"100": {
|
|
583
807
|
"$type": "color",
|
|
@@ -692,6 +916,62 @@
|
|
|
692
916
|
}
|
|
693
917
|
},
|
|
694
918
|
"info": {
|
|
919
|
+
"soft": {
|
|
920
|
+
"100": {
|
|
921
|
+
"$type": "color",
|
|
922
|
+
"$value": {
|
|
923
|
+
"colorSpace": "srgb",
|
|
924
|
+
"components": [
|
|
925
|
+
0,
|
|
926
|
+
0.792157,
|
|
927
|
+
0.905882
|
|
928
|
+
],
|
|
929
|
+
"alpha": 0.10196078431372549,
|
|
930
|
+
"hex": "#00CAE71A"
|
|
931
|
+
}
|
|
932
|
+
},
|
|
933
|
+
"200": {
|
|
934
|
+
"$type": "color",
|
|
935
|
+
"$value": {
|
|
936
|
+
"colorSpace": "srgb",
|
|
937
|
+
"components": [
|
|
938
|
+
0,
|
|
939
|
+
0.792157,
|
|
940
|
+
0.905882
|
|
941
|
+
],
|
|
942
|
+
"alpha": 0.2,
|
|
943
|
+
"hex": "#00CAE733"
|
|
944
|
+
}
|
|
945
|
+
}
|
|
946
|
+
},
|
|
947
|
+
"softSolid": {
|
|
948
|
+
"100": {
|
|
949
|
+
"$type": "color",
|
|
950
|
+
"$value": {
|
|
951
|
+
"colorSpace": "srgb",
|
|
952
|
+
"components": [
|
|
953
|
+
0,
|
|
954
|
+
0.792157,
|
|
955
|
+
0.905882
|
|
956
|
+
],
|
|
957
|
+
"alpha": 1,
|
|
958
|
+
"hex": "#00CAE7"
|
|
959
|
+
}
|
|
960
|
+
},
|
|
961
|
+
"200": {
|
|
962
|
+
"$type": "color",
|
|
963
|
+
"$value": {
|
|
964
|
+
"colorSpace": "srgb",
|
|
965
|
+
"components": [
|
|
966
|
+
0,
|
|
967
|
+
0.792157,
|
|
968
|
+
0.905882
|
|
969
|
+
],
|
|
970
|
+
"alpha": 1,
|
|
971
|
+
"hex": "#00CAE7"
|
|
972
|
+
}
|
|
973
|
+
}
|
|
974
|
+
},
|
|
695
975
|
"line": {
|
|
696
976
|
"100": {
|
|
697
977
|
"$type": "color",
|
|
@@ -853,12 +1133,12 @@
|
|
|
853
1133
|
"$value": {
|
|
854
1134
|
"colorSpace": "srgb",
|
|
855
1135
|
"components": [
|
|
856
|
-
0.
|
|
857
|
-
0.
|
|
858
|
-
0.
|
|
1136
|
+
0.839216,
|
|
1137
|
+
0.85098,
|
|
1138
|
+
0.866667
|
|
859
1139
|
],
|
|
860
1140
|
"alpha": 1,
|
|
861
|
-
"hex": "#
|
|
1141
|
+
"hex": "#D6D9DD"
|
|
862
1142
|
}
|
|
863
1143
|
}
|
|
864
1144
|
},
|
|
@@ -868,12 +1148,12 @@
|
|
|
868
1148
|
"$value": {
|
|
869
1149
|
"colorSpace": "srgb",
|
|
870
1150
|
"components": [
|
|
871
|
-
0.
|
|
872
|
-
0.
|
|
873
|
-
0.
|
|
1151
|
+
0.807843,
|
|
1152
|
+
0.819608,
|
|
1153
|
+
0.839216
|
|
874
1154
|
],
|
|
875
1155
|
"alpha": 1,
|
|
876
|
-
"hex": "#
|
|
1156
|
+
"hex": "#CED1D6"
|
|
877
1157
|
}
|
|
878
1158
|
},
|
|
879
1159
|
"200": {
|
|
@@ -881,12 +1161,12 @@
|
|
|
881
1161
|
"$value": {
|
|
882
1162
|
"colorSpace": "srgb",
|
|
883
1163
|
"components": [
|
|
884
|
-
0.
|
|
885
|
-
0.
|
|
886
|
-
0.
|
|
1164
|
+
0.647059,
|
|
1165
|
+
0.670588,
|
|
1166
|
+
0.709804
|
|
887
1167
|
],
|
|
888
1168
|
"alpha": 1,
|
|
889
|
-
"hex": "#
|
|
1169
|
+
"hex": "#A5ABB5"
|
|
890
1170
|
}
|
|
891
1171
|
},
|
|
892
1172
|
"300": {
|
|
@@ -894,12 +1174,12 @@
|
|
|
894
1174
|
"$value": {
|
|
895
1175
|
"colorSpace": "srgb",
|
|
896
1176
|
"components": [
|
|
897
|
-
0.
|
|
898
|
-
0.
|
|
899
|
-
0.
|
|
1177
|
+
0.552941,
|
|
1178
|
+
0.584314,
|
|
1179
|
+
0.635294
|
|
900
1180
|
],
|
|
901
1181
|
"alpha": 1,
|
|
902
|
-
"hex": "#
|
|
1182
|
+
"hex": "#8D95A2"
|
|
903
1183
|
}
|
|
904
1184
|
}
|
|
905
1185
|
},
|
|
@@ -976,6 +1256,62 @@
|
|
|
976
1256
|
}
|
|
977
1257
|
},
|
|
978
1258
|
"orange": {
|
|
1259
|
+
"soft": {
|
|
1260
|
+
"100": {
|
|
1261
|
+
"$type": "color",
|
|
1262
|
+
"$value": {
|
|
1263
|
+
"colorSpace": "srgb",
|
|
1264
|
+
"components": [
|
|
1265
|
+
0.984314,
|
|
1266
|
+
0.521569,
|
|
1267
|
+
0.12549
|
|
1268
|
+
],
|
|
1269
|
+
"alpha": 0.10196078431372549,
|
|
1270
|
+
"hex": "#FB85201A"
|
|
1271
|
+
}
|
|
1272
|
+
},
|
|
1273
|
+
"200": {
|
|
1274
|
+
"$type": "color",
|
|
1275
|
+
"$value": {
|
|
1276
|
+
"colorSpace": "srgb",
|
|
1277
|
+
"components": [
|
|
1278
|
+
0.984314,
|
|
1279
|
+
0.521569,
|
|
1280
|
+
0.12549
|
|
1281
|
+
],
|
|
1282
|
+
"alpha": 0.2,
|
|
1283
|
+
"hex": "#FB852033"
|
|
1284
|
+
}
|
|
1285
|
+
}
|
|
1286
|
+
},
|
|
1287
|
+
"softSolid": {
|
|
1288
|
+
"100": {
|
|
1289
|
+
"$type": "color",
|
|
1290
|
+
"$value": {
|
|
1291
|
+
"colorSpace": "srgb",
|
|
1292
|
+
"components": [
|
|
1293
|
+
0.984314,
|
|
1294
|
+
0.521569,
|
|
1295
|
+
0.12549
|
|
1296
|
+
],
|
|
1297
|
+
"alpha": 1,
|
|
1298
|
+
"hex": "#FB8520"
|
|
1299
|
+
}
|
|
1300
|
+
},
|
|
1301
|
+
"200": {
|
|
1302
|
+
"$type": "color",
|
|
1303
|
+
"$value": {
|
|
1304
|
+
"colorSpace": "srgb",
|
|
1305
|
+
"components": [
|
|
1306
|
+
0.984314,
|
|
1307
|
+
0.521569,
|
|
1308
|
+
0.12549
|
|
1309
|
+
],
|
|
1310
|
+
"alpha": 1,
|
|
1311
|
+
"hex": "#FB8520"
|
|
1312
|
+
}
|
|
1313
|
+
}
|
|
1314
|
+
},
|
|
979
1315
|
"line": {
|
|
980
1316
|
"100": {
|
|
981
1317
|
"$type": "color",
|
|
@@ -1090,6 +1426,62 @@
|
|
|
1090
1426
|
}
|
|
1091
1427
|
},
|
|
1092
1428
|
"purple": {
|
|
1429
|
+
"soft": {
|
|
1430
|
+
"100": {
|
|
1431
|
+
"$type": "color",
|
|
1432
|
+
"$value": {
|
|
1433
|
+
"colorSpace": "srgb",
|
|
1434
|
+
"components": [
|
|
1435
|
+
0.607843,
|
|
1436
|
+
0.45098,
|
|
1437
|
+
1
|
|
1438
|
+
],
|
|
1439
|
+
"alpha": 0.10196078431372549,
|
|
1440
|
+
"hex": "#9B73FF1A"
|
|
1441
|
+
}
|
|
1442
|
+
},
|
|
1443
|
+
"200": {
|
|
1444
|
+
"$type": "color",
|
|
1445
|
+
"$value": {
|
|
1446
|
+
"colorSpace": "srgb",
|
|
1447
|
+
"components": [
|
|
1448
|
+
0.607843,
|
|
1449
|
+
0.45098,
|
|
1450
|
+
1
|
|
1451
|
+
],
|
|
1452
|
+
"alpha": 0.2,
|
|
1453
|
+
"hex": "#9B73FF33"
|
|
1454
|
+
}
|
|
1455
|
+
}
|
|
1456
|
+
},
|
|
1457
|
+
"softSolid": {
|
|
1458
|
+
"100": {
|
|
1459
|
+
"$type": "color",
|
|
1460
|
+
"$value": {
|
|
1461
|
+
"colorSpace": "srgb",
|
|
1462
|
+
"components": [
|
|
1463
|
+
0.607843,
|
|
1464
|
+
0.45098,
|
|
1465
|
+
1
|
|
1466
|
+
],
|
|
1467
|
+
"alpha": 1,
|
|
1468
|
+
"hex": "#9B73FF"
|
|
1469
|
+
}
|
|
1470
|
+
},
|
|
1471
|
+
"200": {
|
|
1472
|
+
"$type": "color",
|
|
1473
|
+
"$value": {
|
|
1474
|
+
"colorSpace": "srgb",
|
|
1475
|
+
"components": [
|
|
1476
|
+
0.607843,
|
|
1477
|
+
0.45098,
|
|
1478
|
+
1
|
|
1479
|
+
],
|
|
1480
|
+
"alpha": 1,
|
|
1481
|
+
"hex": "#9B73FF"
|
|
1482
|
+
}
|
|
1483
|
+
}
|
|
1484
|
+
},
|
|
1093
1485
|
"line": {
|
|
1094
1486
|
"100": {
|
|
1095
1487
|
"$type": "color",
|