@fastwork/xosmoz-theme 0.64.0 → 0.66.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/README.md +6 -8
- package/dist/dart/xz_colors.generated.dart +50 -92
- package/dist/figma-plugin.zip +0 -0
- package/dist/figma-tokens/Dark.json +117 -163
- package/dist/figma-tokens/Light.json +247 -293
- package/dist/index.d.mts +2 -10
- package/dist/index.d.ts +2 -10
- package/dist/index.js +22 -66
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +22 -66
- package/dist/index.mjs.map +1 -1
- package/dist/llms.txt +19 -23
- package/dist/themes/dark.css +9 -11
- package/dist/themes/light.css +13 -15
- package/dist/themes.css +22 -26
- package/package.json +1 -1
|
@@ -96,49 +96,6 @@
|
|
|
96
96
|
}
|
|
97
97
|
}
|
|
98
98
|
},
|
|
99
|
-
"soft": {
|
|
100
|
-
"100": {
|
|
101
|
-
"$type": "color",
|
|
102
|
-
"$value": {
|
|
103
|
-
"colorSpace": "srgb",
|
|
104
|
-
"components": [
|
|
105
|
-
0.945098,
|
|
106
|
-
0.960784,
|
|
107
|
-
0.988235
|
|
108
|
-
],
|
|
109
|
-
"alpha": 0.0392156862745098,
|
|
110
|
-
"hex": "#F1F5FC0A"
|
|
111
|
-
}
|
|
112
|
-
},
|
|
113
|
-
"200": {
|
|
114
|
-
"$type": "color",
|
|
115
|
-
"$value": {
|
|
116
|
-
"colorSpace": "srgb",
|
|
117
|
-
"components": [
|
|
118
|
-
0.945098,
|
|
119
|
-
0.960784,
|
|
120
|
-
0.988235
|
|
121
|
-
],
|
|
122
|
-
"alpha": 0.07058823529411765,
|
|
123
|
-
"hex": "#F1F5FC12"
|
|
124
|
-
}
|
|
125
|
-
}
|
|
126
|
-
},
|
|
127
|
-
"fg": {
|
|
128
|
-
"100": {
|
|
129
|
-
"$type": "color",
|
|
130
|
-
"$value": {
|
|
131
|
-
"colorSpace": "srgb",
|
|
132
|
-
"components": [
|
|
133
|
-
0,
|
|
134
|
-
0,
|
|
135
|
-
0
|
|
136
|
-
],
|
|
137
|
-
"alpha": 1,
|
|
138
|
-
"hex": "#000000"
|
|
139
|
-
}
|
|
140
|
-
}
|
|
141
|
-
},
|
|
142
99
|
"text": {
|
|
143
100
|
"100": {
|
|
144
101
|
"$type": "color",
|
|
@@ -178,6 +135,19 @@
|
|
|
178
135
|
"alpha": 0.5490196078431373,
|
|
179
136
|
"hex": "#F2F2F28C"
|
|
180
137
|
}
|
|
138
|
+
},
|
|
139
|
+
"fg": {
|
|
140
|
+
"$type": "color",
|
|
141
|
+
"$value": {
|
|
142
|
+
"colorSpace": "srgb",
|
|
143
|
+
"components": [
|
|
144
|
+
0,
|
|
145
|
+
0,
|
|
146
|
+
0
|
|
147
|
+
],
|
|
148
|
+
"alpha": 1,
|
|
149
|
+
"hex": "#000000"
|
|
150
|
+
}
|
|
181
151
|
}
|
|
182
152
|
},
|
|
183
153
|
"line": {
|
|
@@ -361,21 +331,6 @@
|
|
|
361
331
|
}
|
|
362
332
|
}
|
|
363
333
|
},
|
|
364
|
-
"fg": {
|
|
365
|
-
"100": {
|
|
366
|
-
"$type": "color",
|
|
367
|
-
"$value": {
|
|
368
|
-
"colorSpace": "srgb",
|
|
369
|
-
"components": [
|
|
370
|
-
1,
|
|
371
|
-
1,
|
|
372
|
-
1
|
|
373
|
-
],
|
|
374
|
-
"alpha": 1,
|
|
375
|
-
"hex": "#FFFFFF"
|
|
376
|
-
}
|
|
377
|
-
}
|
|
378
|
-
},
|
|
379
334
|
"text": {
|
|
380
335
|
"100": {
|
|
381
336
|
"$type": "color",
|
|
@@ -402,6 +357,19 @@
|
|
|
402
357
|
"alpha": 1,
|
|
403
358
|
"hex": "#B2CFFF"
|
|
404
359
|
}
|
|
360
|
+
},
|
|
361
|
+
"fg": {
|
|
362
|
+
"$type": "color",
|
|
363
|
+
"$value": {
|
|
364
|
+
"colorSpace": "srgb",
|
|
365
|
+
"components": [
|
|
366
|
+
1,
|
|
367
|
+
1,
|
|
368
|
+
1
|
|
369
|
+
],
|
|
370
|
+
"alpha": 1,
|
|
371
|
+
"hex": "#FFFFFF"
|
|
372
|
+
}
|
|
405
373
|
}
|
|
406
374
|
}
|
|
407
375
|
},
|
|
@@ -531,21 +499,6 @@
|
|
|
531
499
|
}
|
|
532
500
|
}
|
|
533
501
|
},
|
|
534
|
-
"fg": {
|
|
535
|
-
"100": {
|
|
536
|
-
"$type": "color",
|
|
537
|
-
"$value": {
|
|
538
|
-
"colorSpace": "srgb",
|
|
539
|
-
"components": [
|
|
540
|
-
1,
|
|
541
|
-
1,
|
|
542
|
-
1
|
|
543
|
-
],
|
|
544
|
-
"alpha": 1,
|
|
545
|
-
"hex": "#FFFFFF"
|
|
546
|
-
}
|
|
547
|
-
}
|
|
548
|
-
},
|
|
549
502
|
"text": {
|
|
550
503
|
"100": {
|
|
551
504
|
"$type": "color",
|
|
@@ -572,6 +525,19 @@
|
|
|
572
525
|
"alpha": 1,
|
|
573
526
|
"hex": "#FFBAAF"
|
|
574
527
|
}
|
|
528
|
+
},
|
|
529
|
+
"fg": {
|
|
530
|
+
"$type": "color",
|
|
531
|
+
"$value": {
|
|
532
|
+
"colorSpace": "srgb",
|
|
533
|
+
"components": [
|
|
534
|
+
1,
|
|
535
|
+
1,
|
|
536
|
+
1
|
|
537
|
+
],
|
|
538
|
+
"alpha": 1,
|
|
539
|
+
"hex": "#FFFFFF"
|
|
540
|
+
}
|
|
575
541
|
}
|
|
576
542
|
}
|
|
577
543
|
},
|
|
@@ -701,21 +667,6 @@
|
|
|
701
667
|
}
|
|
702
668
|
}
|
|
703
669
|
},
|
|
704
|
-
"fg": {
|
|
705
|
-
"100": {
|
|
706
|
-
"$type": "color",
|
|
707
|
-
"$value": {
|
|
708
|
-
"colorSpace": "srgb",
|
|
709
|
-
"components": [
|
|
710
|
-
0,
|
|
711
|
-
0,
|
|
712
|
-
0
|
|
713
|
-
],
|
|
714
|
-
"alpha": 0.9490196078431372,
|
|
715
|
-
"hex": "#000000F2"
|
|
716
|
-
}
|
|
717
|
-
}
|
|
718
|
-
},
|
|
719
670
|
"text": {
|
|
720
671
|
"100": {
|
|
721
672
|
"$type": "color",
|
|
@@ -742,6 +693,19 @@
|
|
|
742
693
|
"alpha": 1,
|
|
743
694
|
"hex": "#6FEE72"
|
|
744
695
|
}
|
|
696
|
+
},
|
|
697
|
+
"fg": {
|
|
698
|
+
"$type": "color",
|
|
699
|
+
"$value": {
|
|
700
|
+
"colorSpace": "srgb",
|
|
701
|
+
"components": [
|
|
702
|
+
0,
|
|
703
|
+
0,
|
|
704
|
+
0
|
|
705
|
+
],
|
|
706
|
+
"alpha": 0.9490196078431372,
|
|
707
|
+
"hex": "#000000F2"
|
|
708
|
+
}
|
|
745
709
|
}
|
|
746
710
|
}
|
|
747
711
|
},
|
|
@@ -871,21 +835,6 @@
|
|
|
871
835
|
}
|
|
872
836
|
}
|
|
873
837
|
},
|
|
874
|
-
"fg": {
|
|
875
|
-
"100": {
|
|
876
|
-
"$type": "color",
|
|
877
|
-
"$value": {
|
|
878
|
-
"colorSpace": "srgb",
|
|
879
|
-
"components": [
|
|
880
|
-
0,
|
|
881
|
-
0,
|
|
882
|
-
0
|
|
883
|
-
],
|
|
884
|
-
"alpha": 0.9490196078431372,
|
|
885
|
-
"hex": "#000000F2"
|
|
886
|
-
}
|
|
887
|
-
}
|
|
888
|
-
},
|
|
889
838
|
"text": {
|
|
890
839
|
"100": {
|
|
891
840
|
"$type": "color",
|
|
@@ -912,6 +861,19 @@
|
|
|
912
861
|
"alpha": 1,
|
|
913
862
|
"hex": "#FFC257"
|
|
914
863
|
}
|
|
864
|
+
},
|
|
865
|
+
"fg": {
|
|
866
|
+
"$type": "color",
|
|
867
|
+
"$value": {
|
|
868
|
+
"colorSpace": "srgb",
|
|
869
|
+
"components": [
|
|
870
|
+
0,
|
|
871
|
+
0,
|
|
872
|
+
0
|
|
873
|
+
],
|
|
874
|
+
"alpha": 0.9490196078431372,
|
|
875
|
+
"hex": "#000000F2"
|
|
876
|
+
}
|
|
915
877
|
}
|
|
916
878
|
}
|
|
917
879
|
},
|
|
@@ -1041,21 +1003,6 @@
|
|
|
1041
1003
|
}
|
|
1042
1004
|
}
|
|
1043
1005
|
},
|
|
1044
|
-
"fg": {
|
|
1045
|
-
"100": {
|
|
1046
|
-
"$type": "color",
|
|
1047
|
-
"$value": {
|
|
1048
|
-
"colorSpace": "srgb",
|
|
1049
|
-
"components": [
|
|
1050
|
-
0,
|
|
1051
|
-
0,
|
|
1052
|
-
0
|
|
1053
|
-
],
|
|
1054
|
-
"alpha": 0.9490196078431372,
|
|
1055
|
-
"hex": "#000000F2"
|
|
1056
|
-
}
|
|
1057
|
-
}
|
|
1058
|
-
},
|
|
1059
1006
|
"text": {
|
|
1060
1007
|
"100": {
|
|
1061
1008
|
"$type": "color",
|
|
@@ -1082,6 +1029,19 @@
|
|
|
1082
1029
|
"alpha": 1,
|
|
1083
1030
|
"hex": "#50E3FF"
|
|
1084
1031
|
}
|
|
1032
|
+
},
|
|
1033
|
+
"fg": {
|
|
1034
|
+
"$type": "color",
|
|
1035
|
+
"$value": {
|
|
1036
|
+
"colorSpace": "srgb",
|
|
1037
|
+
"components": [
|
|
1038
|
+
0,
|
|
1039
|
+
0,
|
|
1040
|
+
0
|
|
1041
|
+
],
|
|
1042
|
+
"alpha": 0.9490196078431372,
|
|
1043
|
+
"hex": "#000000F2"
|
|
1044
|
+
}
|
|
1085
1045
|
}
|
|
1086
1046
|
}
|
|
1087
1047
|
},
|
|
@@ -1211,21 +1171,6 @@
|
|
|
1211
1171
|
}
|
|
1212
1172
|
}
|
|
1213
1173
|
},
|
|
1214
|
-
"fg": {
|
|
1215
|
-
"100": {
|
|
1216
|
-
"$type": "color",
|
|
1217
|
-
"$value": {
|
|
1218
|
-
"colorSpace": "srgb",
|
|
1219
|
-
"components": [
|
|
1220
|
-
1,
|
|
1221
|
-
1,
|
|
1222
|
-
1
|
|
1223
|
-
],
|
|
1224
|
-
"alpha": 1,
|
|
1225
|
-
"hex": "#FFFFFF"
|
|
1226
|
-
}
|
|
1227
|
-
}
|
|
1228
|
-
},
|
|
1229
1174
|
"text": {
|
|
1230
1175
|
"100": {
|
|
1231
1176
|
"$type": "color",
|
|
@@ -1252,6 +1197,19 @@
|
|
|
1252
1197
|
"alpha": 1,
|
|
1253
1198
|
"hex": "#C2CFE3"
|
|
1254
1199
|
}
|
|
1200
|
+
},
|
|
1201
|
+
"fg": {
|
|
1202
|
+
"$type": "color",
|
|
1203
|
+
"$value": {
|
|
1204
|
+
"colorSpace": "srgb",
|
|
1205
|
+
"components": [
|
|
1206
|
+
1,
|
|
1207
|
+
1,
|
|
1208
|
+
1
|
|
1209
|
+
],
|
|
1210
|
+
"alpha": 1,
|
|
1211
|
+
"hex": "#FFFFFF"
|
|
1212
|
+
}
|
|
1255
1213
|
}
|
|
1256
1214
|
}
|
|
1257
1215
|
},
|
|
@@ -1381,21 +1339,6 @@
|
|
|
1381
1339
|
}
|
|
1382
1340
|
}
|
|
1383
1341
|
},
|
|
1384
|
-
"fg": {
|
|
1385
|
-
"100": {
|
|
1386
|
-
"$type": "color",
|
|
1387
|
-
"$value": {
|
|
1388
|
-
"colorSpace": "srgb",
|
|
1389
|
-
"components": [
|
|
1390
|
-
0,
|
|
1391
|
-
0,
|
|
1392
|
-
0
|
|
1393
|
-
],
|
|
1394
|
-
"alpha": 1,
|
|
1395
|
-
"hex": "#000000"
|
|
1396
|
-
}
|
|
1397
|
-
}
|
|
1398
|
-
},
|
|
1399
1342
|
"text": {
|
|
1400
1343
|
"100": {
|
|
1401
1344
|
"$type": "color",
|
|
@@ -1422,6 +1365,19 @@
|
|
|
1422
1365
|
"alpha": 1,
|
|
1423
1366
|
"hex": "#FFBD93"
|
|
1424
1367
|
}
|
|
1368
|
+
},
|
|
1369
|
+
"fg": {
|
|
1370
|
+
"$type": "color",
|
|
1371
|
+
"$value": {
|
|
1372
|
+
"colorSpace": "srgb",
|
|
1373
|
+
"components": [
|
|
1374
|
+
0,
|
|
1375
|
+
0,
|
|
1376
|
+
0
|
|
1377
|
+
],
|
|
1378
|
+
"alpha": 1,
|
|
1379
|
+
"hex": "#000000"
|
|
1380
|
+
}
|
|
1425
1381
|
}
|
|
1426
1382
|
}
|
|
1427
1383
|
},
|
|
@@ -1551,21 +1507,6 @@
|
|
|
1551
1507
|
}
|
|
1552
1508
|
}
|
|
1553
1509
|
},
|
|
1554
|
-
"fg": {
|
|
1555
|
-
"100": {
|
|
1556
|
-
"$type": "color",
|
|
1557
|
-
"$value": {
|
|
1558
|
-
"colorSpace": "srgb",
|
|
1559
|
-
"components": [
|
|
1560
|
-
0,
|
|
1561
|
-
0,
|
|
1562
|
-
0
|
|
1563
|
-
],
|
|
1564
|
-
"alpha": 1,
|
|
1565
|
-
"hex": "#000000"
|
|
1566
|
-
}
|
|
1567
|
-
}
|
|
1568
|
-
},
|
|
1569
1510
|
"text": {
|
|
1570
1511
|
"100": {
|
|
1571
1512
|
"$type": "color",
|
|
@@ -1592,6 +1533,19 @@
|
|
|
1592
1533
|
"alpha": 1,
|
|
1593
1534
|
"hex": "#CFC4FF"
|
|
1594
1535
|
}
|
|
1536
|
+
},
|
|
1537
|
+
"fg": {
|
|
1538
|
+
"$type": "color",
|
|
1539
|
+
"$value": {
|
|
1540
|
+
"colorSpace": "srgb",
|
|
1541
|
+
"components": [
|
|
1542
|
+
0,
|
|
1543
|
+
0,
|
|
1544
|
+
0
|
|
1545
|
+
],
|
|
1546
|
+
"alpha": 1,
|
|
1547
|
+
"hex": "#000000"
|
|
1548
|
+
}
|
|
1595
1549
|
}
|
|
1596
1550
|
}
|
|
1597
1551
|
},
|