@oxyhq/bloom 0.42.0 → 0.43.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/lib/commonjs/theme/color-scope/seed-scope.js +6 -4
- package/lib/commonjs/theme/color-scope/seed-scope.js.map +1 -1
- package/lib/commonjs/theme/preset-vars.js +11 -8
- package/lib/commonjs/theme/preset-vars.js.map +1 -1
- package/lib/commonjs/theme/seed-scope/index.js +11 -4
- package/lib/commonjs/theme/seed-scope/index.js.map +1 -1
- package/lib/commonjs/theme/seed-scope/index.web.js +11 -4
- package/lib/commonjs/theme/seed-scope/index.web.js.map +1 -1
- package/lib/module/theme/color-scope/seed-scope.js +6 -4
- package/lib/module/theme/color-scope/seed-scope.js.map +1 -1
- package/lib/module/theme/preset-vars.js +11 -8
- package/lib/module/theme/preset-vars.js.map +1 -1
- package/lib/module/theme/seed-scope/index.js +11 -4
- package/lib/module/theme/seed-scope/index.js.map +1 -1
- package/lib/module/theme/seed-scope/index.web.js +11 -4
- package/lib/module/theme/seed-scope/index.web.js.map +1 -1
- package/lib/typescript/commonjs/theme/color-scope/seed-scope.d.ts.map +1 -1
- package/lib/typescript/commonjs/theme/preset-vars.d.ts.map +1 -1
- package/lib/typescript/commonjs/theme/seed-scope/index.d.ts +9 -1
- package/lib/typescript/commonjs/theme/seed-scope/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/theme/seed-scope/index.web.d.ts +9 -1
- package/lib/typescript/commonjs/theme/seed-scope/index.web.d.ts.map +1 -1
- package/lib/typescript/module/theme/color-scope/seed-scope.d.ts.map +1 -1
- package/lib/typescript/module/theme/preset-vars.d.ts.map +1 -1
- package/lib/typescript/module/theme/seed-scope/index.d.ts +9 -1
- package/lib/typescript/module/theme/seed-scope/index.d.ts.map +1 -1
- package/lib/typescript/module/theme/seed-scope/index.web.d.ts +9 -1
- package/lib/typescript/module/theme/seed-scope/index.web.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/theme/__tests__/__fixtures__/golden-resolved-tokens.json +52 -52
- package/src/theme/__tests__/__snapshots__/visual-gallery.test.tsx.snap +104 -104
- package/src/theme/color-scope/seed-scope.ts +6 -4
- package/src/theme/preset-vars.ts +11 -8
- package/src/theme/seed-scope/index.tsx +17 -4
- package/src/theme/seed-scope/index.web.tsx +15 -3
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
"--foreground": "rgb(17 29 32)",
|
|
5
5
|
"--primary": "rgb(0 104 117)",
|
|
6
6
|
"--primary-foreground": "rgb(255 255 255)",
|
|
7
|
-
"--secondary": "rgb(
|
|
8
|
-
"--secondary-foreground": "rgb(
|
|
7
|
+
"--secondary": "rgb(189 233 255)",
|
|
8
|
+
"--secondary-foreground": "rgb(0 77 100)",
|
|
9
9
|
"--muted": "rgb(221 235 237)",
|
|
10
10
|
"--muted-foreground": "rgb(57 73 77)",
|
|
11
11
|
"--accent": "rgb(189 233 255)",
|
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
"--foreground": "rgb(215 229 232)",
|
|
27
27
|
"--primary": "rgb(0 218 242)",
|
|
28
28
|
"--primary-foreground": "rgb(0 54 61)",
|
|
29
|
-
"--secondary": "rgb(
|
|
30
|
-
"--secondary-foreground": "rgb(
|
|
29
|
+
"--secondary": "rgb(0 77 100)",
|
|
30
|
+
"--secondary-foreground": "rgb(189 233 255)",
|
|
31
31
|
"--muted": "rgb(32 44 46)",
|
|
32
32
|
"--muted-foreground": "rgb(184 202 205)",
|
|
33
33
|
"--accent": "rgb(0 77 100)",
|
|
@@ -48,8 +48,8 @@
|
|
|
48
48
|
"--foreground": "rgb(21 28 36)",
|
|
49
49
|
"--primary": "rgb(0 98 157)",
|
|
50
50
|
"--primary-foreground": "rgb(255 255 255)",
|
|
51
|
-
"--secondary": "rgb(
|
|
52
|
-
"--secondary-foreground": "rgb(
|
|
51
|
+
"--secondary": "rgb(217 226 255)",
|
|
52
|
+
"--secondary-foreground": "rgb(0 66 153)",
|
|
53
53
|
"--muted": "rgb(226 233 244)",
|
|
54
54
|
"--muted-foreground": "rgb(62 72 82)",
|
|
55
55
|
"--accent": "rgb(217 226 255)",
|
|
@@ -70,8 +70,8 @@
|
|
|
70
70
|
"--foreground": "rgb(220 227 238)",
|
|
71
71
|
"--primary": "rgb(153 203 255)",
|
|
72
72
|
"--primary-foreground": "rgb(0 51 84)",
|
|
73
|
-
"--secondary": "rgb(
|
|
74
|
-
"--secondary-foreground": "rgb(
|
|
73
|
+
"--secondary": "rgb(0 66 153)",
|
|
74
|
+
"--secondary-foreground": "rgb(217 226 255)",
|
|
75
75
|
"--muted": "rgb(36 43 51)",
|
|
76
76
|
"--muted-foreground": "rgb(190 199 212)",
|
|
77
77
|
"--accent": "rgb(0 66 153)",
|
|
@@ -92,8 +92,8 @@
|
|
|
92
92
|
"--foreground": "rgb(19 30 24)",
|
|
93
93
|
"--primary": "rgb(0 108 73)",
|
|
94
94
|
"--primary-foreground": "rgb(255 255 255)",
|
|
95
|
-
"--secondary": "rgb(0
|
|
96
|
-
"--secondary-foreground": "rgb(
|
|
95
|
+
"--secondary": "rgb(0 254 219)",
|
|
96
|
+
"--secondary-foreground": "rgb(0 81 68)",
|
|
97
97
|
"--muted": "rgb(222 235 225)",
|
|
98
98
|
"--muted-foreground": "rgb(59 74 65)",
|
|
99
99
|
"--accent": "rgb(0 254 219)",
|
|
@@ -114,8 +114,8 @@
|
|
|
114
114
|
"--foreground": "rgb(217 230 220)",
|
|
115
115
|
"--primary": "rgb(0 226 157)",
|
|
116
116
|
"--primary-foreground": "rgb(0 56 36)",
|
|
117
|
-
"--secondary": "rgb(0
|
|
118
|
-
"--secondary-foreground": "rgb(0
|
|
117
|
+
"--secondary": "rgb(0 81 68)",
|
|
118
|
+
"--secondary-foreground": "rgb(0 254 219)",
|
|
119
119
|
"--muted": "rgb(33 44 38)",
|
|
120
120
|
"--muted-foreground": "rgb(186 203 191)",
|
|
121
121
|
"--accent": "rgb(0 81 68)",
|
|
@@ -136,8 +136,8 @@
|
|
|
136
136
|
"--foreground": "rgb(36 26 14)",
|
|
137
137
|
"--primary": "rgb(133 83 0)",
|
|
138
138
|
"--primary-foreground": "rgb(255 255 255)",
|
|
139
|
-
"--secondary": "rgb(
|
|
140
|
-
"--secondary-foreground": "rgb(
|
|
139
|
+
"--secondary": "rgb(255 222 170)",
|
|
140
|
+
"--secondary-foreground": "rgb(95 65 0)",
|
|
141
141
|
"--muted": "rgb(249 229 209)",
|
|
142
142
|
"--muted-foreground": "rgb(84 68 50)",
|
|
143
143
|
"--accent": "rgb(255 222 170)",
|
|
@@ -158,8 +158,8 @@
|
|
|
158
158
|
"--foreground": "rgb(244 223 203)",
|
|
159
159
|
"--primary": "rgb(255 185 95)",
|
|
160
160
|
"--primary-foreground": "rgb(71 42 0)",
|
|
161
|
-
"--secondary": "rgb(
|
|
162
|
-
"--secondary-foreground": "rgb(
|
|
161
|
+
"--secondary": "rgb(95 65 0)",
|
|
162
|
+
"--secondary-foreground": "rgb(255 222 170)",
|
|
163
163
|
"--muted": "rgb(51 40 27)",
|
|
164
164
|
"--muted-foreground": "rgb(217 195 171)",
|
|
165
165
|
"--accent": "rgb(95 65 0)",
|
|
@@ -180,8 +180,8 @@
|
|
|
180
180
|
"--foreground": "rgb(33 27 13)",
|
|
181
181
|
"--primary": "rgb(120 90 0)",
|
|
182
182
|
"--primary-foreground": "rgb(255 255 255)",
|
|
183
|
-
"--secondary": "rgb(
|
|
184
|
-
"--secondary-foreground": "rgb(
|
|
183
|
+
"--secondary": "rgb(255 225 104)",
|
|
184
|
+
"--secondary-foreground": "rgb(84 70 0)",
|
|
185
185
|
"--muted": "rgb(244 231 208)",
|
|
186
186
|
"--muted-foreground": "rgb(79 70 49)",
|
|
187
187
|
"--accent": "rgb(255 225 104)",
|
|
@@ -202,8 +202,8 @@
|
|
|
202
202
|
"--foreground": "rgb(238 225 202)",
|
|
203
203
|
"--primary": "rgb(248 190 0)",
|
|
204
204
|
"--primary-foreground": "rgb(63 46 0)",
|
|
205
|
-
"--secondary": "rgb(
|
|
206
|
-
"--secondary-foreground": "rgb(
|
|
205
|
+
"--secondary": "rgb(84 70 0)",
|
|
206
|
+
"--secondary-foreground": "rgb(255 225 104)",
|
|
207
207
|
"--muted": "rgb(48 41 26)",
|
|
208
208
|
"--muted-foreground": "rgb(211 197 170)",
|
|
209
209
|
"--accent": "rgb(84 70 0)",
|
|
@@ -224,8 +224,8 @@
|
|
|
224
224
|
"--foreground": "rgb(39 24 23)",
|
|
225
225
|
"--primary": "rgb(192 0 29)",
|
|
226
226
|
"--primary-foreground": "rgb(255 255 255)",
|
|
227
|
-
"--secondary": "rgb(
|
|
228
|
-
"--secondary-foreground": "rgb(
|
|
227
|
+
"--secondary": "rgb(255 219 206)",
|
|
228
|
+
"--secondary-foreground": "rgb(126 44 0)",
|
|
229
229
|
"--muted": "rgb(254 226 223)",
|
|
230
230
|
"--muted-foreground": "rgb(88 65 63)",
|
|
231
231
|
"--accent": "rgb(255 219 206)",
|
|
@@ -246,8 +246,8 @@
|
|
|
246
246
|
"--foreground": "rgb(249 220 217)",
|
|
247
247
|
"--primary": "rgb(255 179 173)",
|
|
248
248
|
"--primary-foreground": "rgb(104 0 10)",
|
|
249
|
-
"--secondary": "rgb(
|
|
250
|
-
"--secondary-foreground": "rgb(
|
|
249
|
+
"--secondary": "rgb(126 44 0)",
|
|
250
|
+
"--secondary-foreground": "rgb(255 219 206)",
|
|
251
251
|
"--muted": "rgb(54 38 37)",
|
|
252
252
|
"--muted-foreground": "rgb(223 191 188)",
|
|
253
253
|
"--accent": "rgb(126 44 0)",
|
|
@@ -268,8 +268,8 @@
|
|
|
268
268
|
"--foreground": "rgb(29 26 36)",
|
|
269
269
|
"--primary": "rgb(113 20 255)",
|
|
270
270
|
"--primary-foreground": "rgb(255 255 255)",
|
|
271
|
-
"--secondary": "rgb(
|
|
272
|
-
"--secondary-foreground": "rgb(
|
|
271
|
+
"--secondary": "rgb(243 218 255)",
|
|
272
|
+
"--secondary-foreground": "rgb(105 30 154)",
|
|
273
273
|
"--muted": "rgb(237 229 244)",
|
|
274
274
|
"--muted-foreground": "rgb(73 68 83)",
|
|
275
275
|
"--accent": "rgb(243 218 255)",
|
|
@@ -290,8 +290,8 @@
|
|
|
290
290
|
"--foreground": "rgb(231 224 238)",
|
|
291
291
|
"--primary": "rgb(208 188 255)",
|
|
292
292
|
"--primary-foreground": "rgb(60 0 145)",
|
|
293
|
-
"--secondary": "rgb(
|
|
294
|
-
"--secondary-foreground": "rgb(
|
|
293
|
+
"--secondary": "rgb(105 30 154)",
|
|
294
|
+
"--secondary-foreground": "rgb(243 218 255)",
|
|
295
295
|
"--muted": "rgb(44 40 51)",
|
|
296
296
|
"--muted-foreground": "rgb(203 195 213)",
|
|
297
297
|
"--accent": "rgb(105 30 154)",
|
|
@@ -312,8 +312,8 @@
|
|
|
312
312
|
"--foreground": "rgb(37 24 29)",
|
|
313
313
|
"--primary": "rgb(183 0 110)",
|
|
314
314
|
"--primary-foreground": "rgb(255 255 255)",
|
|
315
|
-
"--secondary": "rgb(
|
|
316
|
-
"--secondary-foreground": "rgb(
|
|
315
|
+
"--secondary": "rgb(255 217 222)",
|
|
316
|
+
"--secondary-foreground": "rgb(138 21 58)",
|
|
317
317
|
"--muted": "rgb(251 226 233)",
|
|
318
318
|
"--muted-foreground": "rgb(85 65 72)",
|
|
319
319
|
"--accent": "rgb(255 217 222)",
|
|
@@ -334,8 +334,8 @@
|
|
|
334
334
|
"--foreground": "rgb(245 220 227)",
|
|
335
335
|
"--primary": "rgb(255 176 205)",
|
|
336
336
|
"--primary-foreground": "rgb(100 0 57)",
|
|
337
|
-
"--secondary": "rgb(
|
|
338
|
-
"--secondary-foreground": "rgb(
|
|
337
|
+
"--secondary": "rgb(138 21 58)",
|
|
338
|
+
"--secondary-foreground": "rgb(255 217 222)",
|
|
339
339
|
"--muted": "rgb(53 38 43)",
|
|
340
340
|
"--muted-foreground": "rgb(219 191 200)",
|
|
341
341
|
"--accent": "rgb(138 21 58)",
|
|
@@ -356,8 +356,8 @@
|
|
|
356
356
|
"--foreground": "rgb(20 29 35)",
|
|
357
357
|
"--primary": "rgb(0 101 145)",
|
|
358
358
|
"--primary-foreground": "rgb(255 255 255)",
|
|
359
|
-
"--secondary": "rgb(
|
|
360
|
-
"--secondary-foreground": "rgb(
|
|
359
|
+
"--secondary": "rgb(212 227 255)",
|
|
360
|
+
"--secondary-foreground": "rgb(0 71 132)",
|
|
361
361
|
"--muted": "rgb(224 233 242)",
|
|
362
362
|
"--muted-foreground": "rgb(61 72 81)",
|
|
363
363
|
"--accent": "rgb(212 227 255)",
|
|
@@ -378,8 +378,8 @@
|
|
|
378
378
|
"--foreground": "rgb(219 227 237)",
|
|
379
379
|
"--primary": "rgb(137 206 255)",
|
|
380
380
|
"--primary-foreground": "rgb(0 52 77)",
|
|
381
|
-
"--secondary": "rgb(
|
|
382
|
-
"--secondary-foreground": "rgb(
|
|
381
|
+
"--secondary": "rgb(0 71 132)",
|
|
382
|
+
"--secondary-foreground": "rgb(212 227 255)",
|
|
383
383
|
"--muted": "rgb(34 43 50)",
|
|
384
384
|
"--muted-foreground": "rgb(188 200 211)",
|
|
385
385
|
"--accent": "rgb(0 71 132)",
|
|
@@ -400,8 +400,8 @@
|
|
|
400
400
|
"--foreground": "rgb(38 24 17)",
|
|
401
401
|
"--primary": "rgb(157 67 0)",
|
|
402
402
|
"--primary-foreground": "rgb(255 255 255)",
|
|
403
|
-
"--secondary": "rgb(
|
|
404
|
-
"--secondary-foreground": "rgb(
|
|
403
|
+
"--secondary": "rgb(255 220 192)",
|
|
404
|
+
"--secondary-foreground": "rgb(107 59 0)",
|
|
405
405
|
"--muted": "rgb(254 227 214)",
|
|
406
406
|
"--muted-foreground": "rgb(87 66 56)",
|
|
407
407
|
"--accent": "rgb(255 220 192)",
|
|
@@ -422,8 +422,8 @@
|
|
|
422
422
|
"--foreground": "rgb(248 221 209)",
|
|
423
423
|
"--primary": "rgb(255 182 144)",
|
|
424
424
|
"--primary-foreground": "rgb(85 33 0)",
|
|
425
|
-
"--secondary": "rgb(
|
|
426
|
-
"--secondary-foreground": "rgb(
|
|
425
|
+
"--secondary": "rgb(107 59 0)",
|
|
426
|
+
"--secondary-foreground": "rgb(255 220 192)",
|
|
427
427
|
"--muted": "rgb(54 39 31)",
|
|
428
428
|
"--muted-foreground": "rgb(223 192 178)",
|
|
429
429
|
"--accent": "rgb(107 59 0)",
|
|
@@ -444,8 +444,8 @@
|
|
|
444
444
|
"--foreground": "rgb(17 30 28)",
|
|
445
445
|
"--primary": "rgb(0 107 95)",
|
|
446
446
|
"--primary-foreground": "rgb(255 255 255)",
|
|
447
|
-
"--secondary": "rgb(
|
|
448
|
-
"--secondary-foreground": "rgb(
|
|
447
|
+
"--secondary": "rgb(109 246 255)",
|
|
448
|
+
"--secondary-foreground": "rgb(0 79 83)",
|
|
449
449
|
"--muted": "rgb(221 235 231)",
|
|
450
450
|
"--muted-foreground": "rgb(57 74 71)",
|
|
451
451
|
"--accent": "rgb(109 246 255)",
|
|
@@ -466,8 +466,8 @@
|
|
|
466
466
|
"--foreground": "rgb(215 230 225)",
|
|
467
467
|
"--primary": "rgb(0 222 201)",
|
|
468
468
|
"--primary-foreground": "rgb(0 55 49)",
|
|
469
|
-
"--secondary": "rgb(0
|
|
470
|
-
"--secondary-foreground": "rgb(
|
|
469
|
+
"--secondary": "rgb(0 79 83)",
|
|
470
|
+
"--secondary-foreground": "rgb(109 246 255)",
|
|
471
471
|
"--muted": "rgb(32 44 42)",
|
|
472
472
|
"--muted-foreground": "rgb(184 202 198)",
|
|
473
473
|
"--accent": "rgb(0 79 83)",
|
|
@@ -488,8 +488,8 @@
|
|
|
488
488
|
"--foreground": "rgb(33 25 34)",
|
|
489
489
|
"--primary": "rgb(156 0 200)",
|
|
490
490
|
"--primary-foreground": "rgb(255 255 255)",
|
|
491
|
-
"--secondary": "rgb(
|
|
492
|
-
"--secondary-foreground": "rgb(
|
|
491
|
+
"--secondary": "rgb(255 215 245)",
|
|
492
|
+
"--secondary-foreground": "rgb(124 22 122)",
|
|
493
493
|
"--muted": "rgb(243 228 241)",
|
|
494
494
|
"--muted-foreground": "rgb(79 67 80)",
|
|
495
495
|
"--accent": "rgb(255 215 245)",
|
|
@@ -510,8 +510,8 @@
|
|
|
510
510
|
"--foreground": "rgb(237 222 235)",
|
|
511
511
|
"--primary": "rgb(240 176 255)",
|
|
512
512
|
"--primary-foreground": "rgb(84 0 109)",
|
|
513
|
-
"--secondary": "rgb(
|
|
514
|
-
"--secondary-foreground": "rgb(
|
|
513
|
+
"--secondary": "rgb(124 22 122)",
|
|
514
|
+
"--secondary-foreground": "rgb(255 215 245)",
|
|
515
515
|
"--muted": "rgb(48 39 49)",
|
|
516
516
|
"--muted-foreground": "rgb(210 193 210)",
|
|
517
517
|
"--accent": "rgb(124 22 122)",
|
|
@@ -532,8 +532,8 @@
|
|
|
532
532
|
"--foreground": "rgb(24 29 18)",
|
|
533
533
|
"--primary": "rgb(55 107 0)",
|
|
534
534
|
"--primary-foreground": "rgb(255 255 255)",
|
|
535
|
-
"--secondary": "rgb(
|
|
536
|
-
"--secondary-foreground": "rgb(
|
|
535
|
+
"--secondary": "rgb(130 252 149)",
|
|
536
|
+
"--secondary-foreground": "rgb(0 83 30)",
|
|
537
537
|
"--muted": "rgb(228 235 216)",
|
|
538
538
|
"--muted-foreground": "rgb(65 73 57)",
|
|
539
539
|
"--accent": "rgb(130 252 149)",
|
|
@@ -554,8 +554,8 @@
|
|
|
554
554
|
"--foreground": "rgb(223 229 211)",
|
|
555
555
|
"--primary": "rgb(120 223 0)",
|
|
556
556
|
"--primary-foreground": "rgb(26 55 0)",
|
|
557
|
-
"--secondary": "rgb(
|
|
558
|
-
"--secondary-foreground": "rgb(
|
|
557
|
+
"--secondary": "rgb(0 83 30)",
|
|
558
|
+
"--secondary-foreground": "rgb(130 252 149)",
|
|
559
559
|
"--muted": "rgb(38 44 32)",
|
|
560
560
|
"--muted-foreground": "rgb(193 202 180)",
|
|
561
561
|
"--accent": "rgb(0 83 30)",
|