@oxyhq/bloom 0.74.5 → 0.75.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.
Files changed (59) hide show
  1. package/lib/commonjs/design-tokens/theme.css +0 -4
  2. package/lib/commonjs/fab/Fab.js +4 -4
  3. package/lib/commonjs/fab/Fab.js.map +1 -1
  4. package/lib/commonjs/fab/Fab.web.js +6 -6
  5. package/lib/commonjs/fab/Fab.web.js.map +1 -1
  6. package/lib/commonjs/theme/adaptive-colors.js +0 -10
  7. package/lib/commonjs/theme/adaptive-colors.js.map +1 -1
  8. package/lib/commonjs/theme/build-theme-from-seed.js +0 -4
  9. package/lib/commonjs/theme/build-theme-from-seed.js.map +1 -1
  10. package/lib/commonjs/theme/build-theme.js +0 -4
  11. package/lib/commonjs/theme/build-theme.js.map +1 -1
  12. package/lib/commonjs/theme/color-policy.js +0 -18
  13. package/lib/commonjs/theme/color-policy.js.map +1 -1
  14. package/lib/commonjs/theme/token-registry.js +1 -1
  15. package/lib/commonjs/theme/token-registry.js.map +1 -1
  16. package/lib/module/design-tokens/theme.css +0 -4
  17. package/lib/module/fab/Fab.js +4 -4
  18. package/lib/module/fab/Fab.js.map +1 -1
  19. package/lib/module/fab/Fab.web.js +6 -6
  20. package/lib/module/fab/Fab.web.js.map +1 -1
  21. package/lib/module/theme/adaptive-colors.js +0 -10
  22. package/lib/module/theme/adaptive-colors.js.map +1 -1
  23. package/lib/module/theme/build-theme-from-seed.js +0 -4
  24. package/lib/module/theme/build-theme-from-seed.js.map +1 -1
  25. package/lib/module/theme/build-theme.js +0 -4
  26. package/lib/module/theme/build-theme.js.map +1 -1
  27. package/lib/module/theme/color-policy.js +0 -18
  28. package/lib/module/theme/color-policy.js.map +1 -1
  29. package/lib/module/theme/token-registry.js +1 -1
  30. package/lib/module/theme/token-registry.js.map +1 -1
  31. package/lib/typescript/commonjs/theme/adaptive-colors.d.ts.map +1 -1
  32. package/lib/typescript/commonjs/theme/build-theme-from-seed.d.ts.map +1 -1
  33. package/lib/typescript/commonjs/theme/build-theme.d.ts.map +1 -1
  34. package/lib/typescript/commonjs/theme/color-policy.d.ts.map +1 -1
  35. package/lib/typescript/commonjs/theme/token-registry.d.ts +1 -1
  36. package/lib/typescript/commonjs/theme/token-registry.d.ts.map +1 -1
  37. package/lib/typescript/commonjs/theme/types.d.ts +0 -9
  38. package/lib/typescript/commonjs/theme/types.d.ts.map +1 -1
  39. package/lib/typescript/module/theme/adaptive-colors.d.ts.map +1 -1
  40. package/lib/typescript/module/theme/build-theme-from-seed.d.ts.map +1 -1
  41. package/lib/typescript/module/theme/build-theme.d.ts.map +1 -1
  42. package/lib/typescript/module/theme/color-policy.d.ts.map +1 -1
  43. package/lib/typescript/module/theme/token-registry.d.ts +1 -1
  44. package/lib/typescript/module/theme/token-registry.d.ts.map +1 -1
  45. package/lib/typescript/module/theme/types.d.ts +0 -9
  46. package/lib/typescript/module/theme/types.d.ts.map +1 -1
  47. package/package.json +1 -1
  48. package/src/__tests__/theme.test.ts +0 -4
  49. package/src/design-tokens/theme.css +0 -4
  50. package/src/fab/Fab.tsx +2 -2
  51. package/src/fab/Fab.web.tsx +2 -2
  52. package/src/theme/__tests__/__fixtures__/golden-resolved-tokens.json +0 -104
  53. package/src/theme/__tests__/__snapshots__/visual-gallery.test.tsx.snap +0 -104
  54. package/src/theme/adaptive-colors.ts +0 -10
  55. package/src/theme/build-theme-from-seed.ts +0 -4
  56. package/src/theme/build-theme.ts +0 -4
  57. package/src/theme/color-policy.ts +0 -18
  58. package/src/theme/token-registry.ts +0 -4
  59. package/src/theme/types.ts +0 -9
@@ -40,12 +40,8 @@
40
40
  "--primary-subtle": "rgba(0, 159, 177, 0.13)",
41
41
  "--secondary-text": "rgb(164 52 97)",
42
42
  "--secondary-subtle": "rgba(255, 73, 148, 0.13)",
43
- "--secondary-strong": "rgb(199 36 110)",
44
- "--secondary-strong-foreground": "rgb(255 255 255)",
45
43
  "--tertiary-text": "rgb(142 78 0)",
46
44
  "--tertiary-subtle": "rgba(215, 121, 0, 0.13)",
47
- "--tertiary-strong": "rgb(160 89 0)",
48
- "--tertiary-strong-foreground": "rgb(255 255 255)",
49
45
  "--success": "rgb(0 122 83)",
50
46
  "--success-foreground": "rgb(255 255 255)",
51
47
  "--success-text": "rgb(0 108 73)",
@@ -104,12 +100,8 @@
104
100
  "--primary-subtle": "rgba(0, 159, 177, 0.24)",
105
101
  "--secondary-text": "rgb(255 177 199)",
106
102
  "--secondary-subtle": "rgba(255, 73, 148, 0.24)",
107
- "--secondary-strong": "rgb(213 49 120)",
108
- "--secondary-strong-foreground": "rgb(255 255 255)",
109
103
  "--tertiary-text": "rgb(255 183 120)",
110
104
  "--tertiary-subtle": "rgba(215, 121, 0, 0.24)",
111
- "--tertiary-strong": "rgb(174 97 0)",
112
- "--tertiary-strong-foreground": "rgb(255 255 255)",
113
105
  "--success": "rgb(16 185 129)",
114
106
  "--success-foreground": "rgb(0 0 0)",
115
107
  "--success-text": "rgb(59 224 161)",
@@ -168,12 +160,8 @@
168
160
  "--primary-subtle": "rgba(0, 151, 237, 0.13)",
169
161
  "--secondary-text": "rgb(167 56 44)",
170
162
  "--secondary-subtle": "rgba(255, 85, 66, 0.13)",
171
- "--secondary-strong": "rgb(200 48 35)",
172
- "--secondary-strong-foreground": "rgb(255 255 255)",
173
163
  "--tertiary-text": "rgb(109 94 0)",
174
164
  "--tertiary-subtle": "rgba(166, 144, 0, 0.13)",
175
- "--tertiary-strong": "rgb(123 106 0)",
176
- "--tertiary-strong-foreground": "rgb(255 255 255)",
177
165
  "--success": "rgb(0 122 83)",
178
166
  "--success-foreground": "rgb(255 255 255)",
179
167
  "--success-text": "rgb(0 108 73)",
@@ -232,12 +220,8 @@
232
220
  "--primary-subtle": "rgba(0, 151, 237, 0.24)",
233
221
  "--secondary-text": "rgb(255 180 169)",
234
222
  "--secondary-subtle": "rgba(255, 85, 66, 0.24)",
235
- "--secondary-strong": "rgb(214 58 43)",
236
- "--secondary-strong-foreground": "rgb(255 255 255)",
237
223
  "--tertiary-text": "rgb(226 198 21)",
238
224
  "--tertiary-subtle": "rgba(166, 144, 0, 0.24)",
239
- "--tertiary-strong": "rgb(134 116 0)",
240
- "--tertiary-strong-foreground": "rgb(255 255 255)",
241
225
  "--success": "rgb(16 185 129)",
242
226
  "--success-foreground": "rgb(0 0 0)",
243
227
  "--success-text": "rgb(59 224 161)",
@@ -296,12 +280,8 @@
296
280
  "--primary-subtle": "rgba(0, 165, 114, 0.13)",
297
281
  "--secondary-text": "rgb(167 53 68)",
298
282
  "--secondary-subtle": "rgba(255, 81, 105, 0.13)",
299
- "--secondary-strong": "rgb(202 41 70)",
300
- "--secondary-strong-foreground": "rgb(255 255 255)",
301
283
  "--tertiary-text": "rgb(128 64 173)",
302
284
  "--tertiary-subtle": "rgba(192, 103, 255, 0.13)",
303
- "--tertiary-strong": "rgb(154 51 223)",
304
- "--tertiary-strong-foreground": "rgb(255 255 255)",
305
285
  "--success": "rgb(0 122 83)",
306
286
  "--success-foreground": "rgb(255 255 255)",
307
287
  "--success-text": "rgb(0 108 73)",
@@ -360,12 +340,8 @@
360
340
  "--primary-subtle": "rgba(0, 165, 114, 0.24)",
361
341
  "--secondary-text": "rgb(255 178 182)",
362
342
  "--secondary-subtle": "rgba(255, 81, 105, 0.24)",
363
- "--secondary-strong": "rgb(216 52 80)",
364
- "--secondary-strong-foreground": "rgb(255 255 255)",
365
343
  "--tertiary-text": "rgb(227 181 255)",
366
344
  "--tertiary-subtle": "rgba(192, 103, 255, 0.24)",
367
- "--tertiary-strong": "rgb(165 64 234)",
368
- "--tertiary-strong-foreground": "rgb(255 255 255)",
369
345
  "--success": "rgb(16 185 129)",
370
346
  "--success-foreground": "rgb(0 0 0)",
371
347
  "--success-text": "rgb(59 224 161)",
@@ -424,12 +400,8 @@
424
400
  "--primary-subtle": "rgba(202, 129, 0, 0.13)",
425
401
  "--secondary-text": "rgb(0 103 125)",
426
402
  "--secondary-subtle": "rgba(0, 158, 189, 0.13)",
427
- "--secondary-strong": "rgb(0 117 141)",
428
- "--secondary-strong-foreground": "rgb(255 255 255)",
429
403
  "--tertiary-text": "rgb(68 82 196)",
430
404
  "--tertiary-subtle": "rgba(119, 134, 255, 0.13)",
431
- "--tertiary-strong": "rgb(61 84 255)",
432
- "--tertiary-strong-foreground": "rgb(255 255 255)",
433
405
  "--success": "rgb(0 122 83)",
434
406
  "--success-foreground": "rgb(255 255 255)",
435
407
  "--success-text": "rgb(0 108 73)",
@@ -488,12 +460,8 @@
488
460
  "--primary-subtle": "rgba(202, 129, 0, 0.24)",
489
461
  "--secondary-text": "rgb(51 215 255)",
490
462
  "--secondary-subtle": "rgba(0, 158, 189, 0.24)",
491
- "--secondary-strong": "rgb(0 127 153)",
492
- "--secondary-strong-foreground": "rgb(255 255 255)",
493
463
  "--tertiary-text": "rgb(188 194 255)",
494
464
  "--tertiary-subtle": "rgba(119, 134, 255, 0.24)",
495
- "--tertiary-strong": "rgb(78 98 255)",
496
- "--tertiary-strong-foreground": "rgb(255 255 255)",
497
465
  "--success": "rgb(16 185 129)",
498
466
  "--success-foreground": "rgb(0 0 0)",
499
467
  "--success-text": "rgb(59 224 161)",
@@ -552,12 +520,8 @@
552
520
  "--primary-subtle": "rgba(182, 138, 0, 0.13)",
553
521
  "--secondary-text": "rgb(0 101 141)",
554
522
  "--secondary-subtle": "rgba(0, 155, 213, 0.13)",
555
- "--secondary-strong": "rgb(0 114 158)",
556
- "--secondary-strong-foreground": "rgb(255 255 255)",
557
523
  "--tertiary-text": "rgb(102 73 189)",
558
524
  "--tertiary-subtle": "rgba(154, 122, 255, 0.13)",
559
- "--tertiary-strong": "rgb(117 66 250)",
560
- "--tertiary-strong-foreground": "rgb(255 255 255)",
561
525
  "--success": "rgb(0 122 83)",
562
526
  "--success-foreground": "rgb(255 255 255)",
563
527
  "--success-text": "rgb(0 108 73)",
@@ -616,12 +580,8 @@
616
580
  "--primary-subtle": "rgba(182, 138, 0, 0.24)",
617
581
  "--secondary-text": "rgb(130 207 255)",
618
582
  "--secondary-subtle": "rgba(0, 155, 213, 0.24)",
619
- "--secondary-strong": "rgb(0 125 173)",
620
- "--secondary-strong-foreground": "rgb(255 255 255)",
621
583
  "--tertiary-text": "rgb(205 189 255)",
622
584
  "--tertiary-subtle": "rgba(154, 122, 255, 0.24)",
623
- "--tertiary-strong": "rgb(127 81 255)",
624
- "--tertiary-strong-foreground": "rgb(255 255 255)",
625
585
  "--success": "rgb(16 185 129)",
626
586
  "--success-foreground": "rgb(0 0 0)",
627
587
  "--success-text": "rgb(59 224 161)",
@@ -680,12 +640,8 @@
680
640
  "--primary-subtle": "rgba(255, 84, 81, 0.13)",
681
641
  "--secondary-text": "rgb(0 102 136)",
682
642
  "--secondary-subtle": "rgba(0, 156, 206, 0.13)",
683
- "--secondary-strong": "rgb(0 115 153)",
684
- "--secondary-strong-foreground": "rgb(255 255 255)",
685
643
  "--tertiary-text": "rgb(0 110 35)",
686
644
  "--tertiary-subtle": "rgba(0, 167, 58, 0.13)",
687
- "--tertiary-strong": "rgb(0 124 41)",
688
- "--tertiary-strong-foreground": "rgb(255 255 255)",
689
645
  "--success": "rgb(0 122 83)",
690
646
  "--success-foreground": "rgb(255 255 255)",
691
647
  "--success-text": "rgb(0 108 73)",
@@ -744,12 +700,8 @@
744
700
  "--primary-subtle": "rgba(255, 84, 81, 0.24)",
745
701
  "--secondary-text": "rgb(117 209 255)",
746
702
  "--secondary-subtle": "rgba(0, 156, 206, 0.24)",
747
- "--secondary-strong": "rgb(0 126 166)",
748
- "--secondary-strong-foreground": "rgb(255 255 255)",
749
703
  "--tertiary-text": "rgb(118 220 124)",
750
704
  "--tertiary-subtle": "rgba(0, 167, 58, 0.24)",
751
- "--tertiary-strong": "rgb(0 135 45)",
752
- "--tertiary-strong-foreground": "rgb(255 255 255)",
753
705
  "--success": "rgb(16 185 129)",
754
706
  "--success-foreground": "rgb(0 0 0)",
755
707
  "--success-text": "rgb(59 224 161)",
@@ -808,12 +760,8 @@
808
760
  "--primary-subtle": "rgba(160, 120, 255, 0.13)",
809
761
  "--secondary-text": "rgb(117 91 0)",
810
762
  "--secondary-subtle": "rgba(179, 139, 0, 0.13)",
811
- "--secondary-strong": "rgb(132 103 0)",
812
- "--secondary-strong-foreground": "rgb(255 255 255)",
813
763
  "--tertiary-text": "rgb(25 109 14)",
814
764
  "--tertiary-subtle": "rgba(15, 168, 0, 0.13)",
815
- "--tertiary-strong": "rgb(9 124 0)",
816
- "--tertiary-strong-foreground": "rgb(255 255 255)",
817
765
  "--success": "rgb(0 122 83)",
818
766
  "--success-foreground": "rgb(255 255 255)",
819
767
  "--success-text": "rgb(0 108 73)",
@@ -872,12 +820,8 @@
872
820
  "--primary-subtle": "rgba(160, 120, 255, 0.24)",
873
821
  "--secondary-text": "rgb(244 191 2)",
874
822
  "--secondary-subtle": "rgba(179, 139, 0, 0.24)",
875
- "--secondary-strong": "rgb(144 112 0)",
876
- "--secondary-strong-foreground": "rgb(255 255 255)",
877
823
  "--tertiary-text": "rgb(133 219 112)",
878
824
  "--tertiary-subtle": "rgba(15, 168, 0, 0.24)",
879
- "--tertiary-strong": "rgb(10 136 0)",
880
- "--tertiary-strong-foreground": "rgb(255 255 255)",
881
825
  "--success": "rgb(16 185 129)",
882
826
  "--success-foreground": "rgb(0 0 0)",
883
827
  "--success-text": "rgb(59 224 161)",
@@ -936,12 +880,8 @@
936
880
  "--primary-subtle": "rgba(255, 69, 163, 0.13)",
937
881
  "--secondary-text": "rgb(0 105 113)",
938
882
  "--secondary-subtle": "rgba(0, 160, 172, 0.13)",
939
- "--secondary-strong": "rgb(0 118 127)",
940
- "--secondary-strong-foreground": "rgb(255 255 255)",
941
883
  "--tertiary-text": "rgb(0 110 28)",
942
884
  "--tertiary-subtle": "rgba(0, 168, 48, 0.13)",
943
- "--tertiary-strong": "rgb(0 124 33)",
944
- "--tertiary-strong-foreground": "rgb(255 255 255)",
945
885
  "--success": "rgb(0 122 83)",
946
886
  "--success-foreground": "rgb(255 255 255)",
947
887
  "--success-text": "rgb(0 108 73)",
@@ -1000,12 +940,8 @@
1000
940
  "--primary-subtle": "rgba(255, 69, 163, 0.24)",
1001
941
  "--secondary-text": "rgb(0 219 235)",
1002
942
  "--secondary-subtle": "rgba(0, 160, 172, 0.24)",
1003
- "--secondary-strong": "rgb(0 129 139)",
1004
- "--secondary-strong-foreground": "rgb(255 255 255)",
1005
943
  "--tertiary-text": "rgb(122 220 121)",
1006
944
  "--tertiary-subtle": "rgba(0, 168, 48, 0.24)",
1007
- "--tertiary-strong": "rgb(0 135 37)",
1008
- "--tertiary-strong-foreground": "rgb(255 255 255)",
1009
945
  "--success": "rgb(16 185 129)",
1010
946
  "--success-foreground": "rgb(0 0 0)",
1011
947
  "--success-text": "rgb(59 224 161)",
@@ -1064,12 +1000,8 @@
1064
1000
  "--primary-subtle": "rgba(0, 154, 218, 0.13)",
1065
1001
  "--secondary-text": "rgb(166 58 36)",
1066
1002
  "--secondary-subtle": "rgba(255, 86, 52, 0.13)",
1067
- "--secondary-strong": "rgb(199 50 21)",
1068
- "--secondary-strong-foreground": "rgb(255 255 255)",
1069
1003
  "--tertiary-text": "rgb(117 91 0)",
1070
1004
  "--tertiary-subtle": "rgba(178, 140, 0, 0.13)",
1071
- "--tertiary-strong": "rgb(132 103 0)",
1072
- "--tertiary-strong-foreground": "rgb(255 255 255)",
1073
1005
  "--success": "rgb(0 122 83)",
1074
1006
  "--success-foreground": "rgb(255 255 255)",
1075
1007
  "--success-text": "rgb(0 108 73)",
@@ -1128,12 +1060,8 @@
1128
1060
  "--primary-subtle": "rgba(0, 154, 218, 0.24)",
1129
1061
  "--secondary-text": "rgb(255 180 164)",
1130
1062
  "--secondary-subtle": "rgba(255, 86, 52, 0.24)",
1131
- "--secondary-strong": "rgb(213 61 30)",
1132
- "--secondary-strong-foreground": "rgb(255 255 255)",
1133
1063
  "--tertiary-text": "rgb(243 192 3)",
1134
1064
  "--tertiary-subtle": "rgba(178, 140, 0, 0.24)",
1135
- "--tertiary-strong": "rgb(144 112 0)",
1136
- "--tertiary-strong-foreground": "rgb(255 255 255)",
1137
1065
  "--success": "rgb(16 185 129)",
1138
1066
  "--success-foreground": "rgb(0 0 0)",
1139
1067
  "--success-text": "rgb(59 224 161)",
@@ -1192,12 +1120,8 @@
1192
1120
  "--primary-subtle": "rgba(237, 105, 0, 0.13)",
1193
1121
  "--secondary-text": "rgb(0 106 105)",
1194
1122
  "--secondary-subtle": "rgba(0, 161, 161, 0.13)",
1195
- "--secondary-strong": "rgb(0 119 119)",
1196
- "--secondary-strong-foreground": "rgb(255 255 255)",
1197
1123
  "--tertiary-text": "rgb(70 82 196)",
1198
1124
  "--tertiary-subtle": "rgba(121, 133, 255, 0.13)",
1199
- "--tertiary-strong": "rgb(66 83 255)",
1200
- "--tertiary-strong-foreground": "rgb(255 255 255)",
1201
1125
  "--success": "rgb(0 122 83)",
1202
1126
  "--success-foreground": "rgb(255 255 255)",
1203
1127
  "--success-text": "rgb(0 108 73)",
@@ -1256,12 +1180,8 @@
1256
1180
  "--primary-subtle": "rgba(237, 105, 0, 0.24)",
1257
1181
  "--secondary-text": "rgb(0 221 220)",
1258
1182
  "--secondary-subtle": "rgba(0, 161, 161, 0.24)",
1259
- "--secondary-strong": "rgb(0 130 130)",
1260
- "--secondary-strong-foreground": "rgb(255 255 255)",
1261
1183
  "--tertiary-text": "rgb(189 194 255)",
1262
1184
  "--tertiary-subtle": "rgba(121, 133, 255, 0.24)",
1263
- "--tertiary-strong": "rgb(81 97 255)",
1264
- "--tertiary-strong-foreground": "rgb(255 255 255)",
1265
1185
  "--success": "rgb(16 185 129)",
1266
1186
  "--success-foreground": "rgb(0 0 0)",
1267
1187
  "--success-text": "rgb(59 224 161)",
@@ -1320,12 +1240,8 @@
1320
1240
  "--primary-subtle": "rgba(0, 163, 146, 0.13)",
1321
1241
  "--secondary-text": "rgb(165 59 26)",
1322
1242
  "--secondary-subtle": "rgba(255, 87, 32, 0.13)",
1323
- "--secondary-strong": "rgb(197 54 0)",
1324
- "--secondary-strong-foreground": "rgb(255 255 255)",
1325
1243
  "--tertiary-text": "rgb(149 56 144)",
1326
1244
  "--tertiary-subtle": "rgba(254, 0, 254, 0.13)",
1327
- "--tertiary-strong": "rgb(181 39 179)",
1328
- "--tertiary-strong-foreground": "rgb(255 255 255)",
1329
1245
  "--success": "rgb(0 122 83)",
1330
1246
  "--success-foreground": "rgb(255 255 255)",
1331
1247
  "--success-text": "rgb(0 108 73)",
@@ -1384,12 +1300,8 @@
1384
1300
  "--primary-subtle": "rgba(0, 163, 146, 0.24)",
1385
1301
  "--secondary-text": "rgb(255 181 159)",
1386
1302
  "--secondary-subtle": "rgba(255, 87, 32, 0.24)",
1387
- "--secondary-strong": "rgb(212 63 10)",
1388
- "--secondary-strong-foreground": "rgb(255 255 255)",
1389
1303
  "--tertiary-text": "rgb(255 171 243)",
1390
1304
  "--tertiary-subtle": "rgba(254, 0, 254, 0.24)",
1391
- "--tertiary-strong": "rgb(193 53 190)",
1392
- "--tertiary-strong-foreground": "rgb(255 255 255)",
1393
1305
  "--success": "rgb(16 185 129)",
1394
1306
  "--success-foreground": "rgb(0 0 0)",
1395
1307
  "--success-text": "rgb(59 224 161)",
@@ -1448,12 +1360,8 @@
1448
1360
  "--primary-subtle": "rgba(213, 86, 255, 0.13)",
1449
1361
  "--secondary-text": "rgb(0 107 84)",
1450
1362
  "--secondary-subtle": "rgba(0, 164, 129, 0.13)",
1451
- "--secondary-strong": "rgb(0 121 95)",
1452
- "--secondary-strong-foreground": "rgb(255 255 255)",
1453
1363
  "--tertiary-text": "rgb(42 108 0)",
1454
1364
  "--tertiary-subtle": "rgba(68, 165, 0, 0.13)",
1455
- "--tertiary-strong": "rgb(48 122 0)",
1456
- "--tertiary-strong-foreground": "rgb(255 255 255)",
1457
1365
  "--success": "rgb(0 122 83)",
1458
1366
  "--success-foreground": "rgb(255 255 255)",
1459
1367
  "--success-text": "rgb(0 108 73)",
@@ -1512,12 +1420,8 @@
1512
1420
  "--primary-subtle": "rgba(213, 86, 255, 0.24)",
1513
1421
  "--secondary-text": "rgb(0 224 177)",
1514
1422
  "--secondary-subtle": "rgba(0, 164, 129, 0.24)",
1515
- "--secondary-strong": "rgb(0 132 104)",
1516
- "--secondary-strong-foreground": "rgb(255 255 255)",
1517
1423
  "--tertiary-text": "rgb(144 217 104)",
1518
1424
  "--tertiary-subtle": "rgba(68, 165, 0, 0.24)",
1519
- "--tertiary-strong": "rgb(53 133 0)",
1520
- "--tertiary-strong-foreground": "rgb(255 255 255)",
1521
1425
  "--success": "rgb(16 185 129)",
1522
1426
  "--success-foreground": "rgb(0 0 0)",
1523
1427
  "--success-text": "rgb(59 224 161)",
@@ -1576,12 +1480,8 @@
1576
1480
  "--primary-subtle": "rgba(87, 163, 0, 0.13)",
1577
1481
  "--secondary-text": "rgb(78 80 195)",
1578
1482
  "--secondary-subtle": "rgba(128, 131, 255, 0.13)",
1579
- "--secondary-strong": "rgb(79 79 255)",
1580
- "--secondary-strong-foreground": "rgb(255 255 255)",
1581
1483
  "--tertiary-text": "rgb(156 54 127)",
1582
1484
  "--tertiary-subtle": "rgba(255, 52, 205, 0.13)",
1583
- "--tertiary-strong": "rgb(190 36 152)",
1584
- "--tertiary-strong-foreground": "rgb(255 255 255)",
1585
1485
  "--success": "rgb(0 122 83)",
1586
1486
  "--success-foreground": "rgb(255 255 255)",
1587
1487
  "--success-text": "rgb(0 108 73)",
@@ -1640,12 +1540,8 @@
1640
1540
  "--primary-subtle": "rgba(87, 163, 0, 0.24)",
1641
1541
  "--secondary-text": "rgb(192 193 255)",
1642
1542
  "--secondary-subtle": "rgba(128, 131, 255, 0.24)",
1643
- "--secondary-strong": "rgb(92 94 255)",
1644
- "--secondary-strong-foreground": "rgb(255 255 255)",
1645
1543
  "--tertiary-text": "rgb(255 174 223)",
1646
1544
  "--tertiary-subtle": "rgba(255, 52, 205, 0.24)",
1647
- "--tertiary-strong": "rgb(203 50 163)",
1648
- "--tertiary-strong-foreground": "rgb(255 255 255)",
1649
1545
  "--success": "rgb(16 185 129)",
1650
1546
  "--success-foreground": "rgb(0 0 0)",
1651
1547
  "--success-text": "rgb(59 224 161)",