@flamingo-stack/openframe-frontend-core 0.0.200 → 0.0.201-snapshot.20260521140839

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 (57) hide show
  1. package/dist/{chunk-V2FNIPZJ.cjs → chunk-3B43AHYE.cjs} +2 -2
  2. package/dist/{chunk-TMD44IKJ.js.map → chunk-3B43AHYE.cjs.map} +1 -1
  3. package/dist/{chunk-TMD44IKJ.js → chunk-55HF462A.js} +2 -2
  4. package/dist/chunk-55HF462A.js.map +1 -0
  5. package/dist/{chunk-C3M6R6JH.cjs → chunk-DMUFJO4C.cjs} +797 -792
  6. package/dist/chunk-DMUFJO4C.cjs.map +1 -0
  7. package/dist/{chunk-ZOM75JOY.js → chunk-UZ2FOWW3.js} +4191 -4186
  8. package/dist/chunk-UZ2FOWW3.js.map +1 -0
  9. package/dist/components/features/index.cjs +13 -3
  10. package/dist/components/features/index.cjs.map +1 -1
  11. package/dist/components/features/index.d.ts +1 -1
  12. package/dist/components/features/index.d.ts.map +1 -1
  13. package/dist/components/features/index.js +16 -6
  14. package/dist/components/index.cjs +15 -3
  15. package/dist/components/index.cjs.map +1 -1
  16. package/dist/components/index.js +16 -4
  17. package/dist/components/layout/title-block.d.ts.map +1 -1
  18. package/dist/components/navigation/index.cjs +3 -3
  19. package/dist/components/navigation/index.js +2 -2
  20. package/dist/components/providers/theme-provider.d.ts +69 -0
  21. package/dist/components/providers/theme-provider.d.ts.map +1 -0
  22. package/dist/components/ui/entity-image.d.ts +9 -0
  23. package/dist/components/ui/entity-image.d.ts.map +1 -0
  24. package/dist/components/ui/file-manager/index.cjs +50 -50
  25. package/dist/components/ui/file-manager/index.js +1 -1
  26. package/dist/components/ui/index.cjs +5 -3
  27. package/dist/components/ui/index.cjs.map +1 -1
  28. package/dist/components/ui/index.d.ts +1 -0
  29. package/dist/components/ui/index.d.ts.map +1 -1
  30. package/dist/components/ui/index.js +4 -2
  31. package/dist/components/ui/organization-card.d.ts.map +1 -1
  32. package/dist/index.cjs +15 -3
  33. package/dist/index.cjs.map +1 -1
  34. package/dist/index.js +16 -4
  35. package/package.json +1 -1
  36. package/src/components/features/index.ts +15 -1
  37. package/src/components/layout/title-block.tsx +6 -30
  38. package/src/components/providers/theme-provider.tsx +130 -0
  39. package/src/components/ui/button/button.tsx +1 -1
  40. package/src/components/ui/checkbox-block.tsx +13 -13
  41. package/src/components/ui/entity-image.tsx +56 -0
  42. package/src/components/ui/index.ts +1 -0
  43. package/src/components/ui/organization-card.tsx +4 -8
  44. package/src/stories/CheckboxBlock.stories.tsx +1 -3
  45. package/src/stories/OrganizationCard.stories.tsx +14 -0
  46. package/src/stories/Theme.stories.tsx +350 -0
  47. package/src/styles/README.md +271 -174
  48. package/src/styles/dark_theme.tokens.json +982 -0
  49. package/src/styles/light_theme.tokens.json +982 -0
  50. package/src/styles/ods-colors.css +225 -146
  51. package/dist/chunk-C3M6R6JH.cjs.map +0 -1
  52. package/dist/chunk-V2FNIPZJ.cjs.map +0 -1
  53. package/dist/chunk-ZOM75JOY.js.map +0 -1
  54. package/dist/components/features/organization-icon.d.ts +0 -80
  55. package/dist/components/features/organization-icon.d.ts.map +0 -1
  56. package/src/components/features/organization-icon.tsx +0 -175
  57. package/src/styles/ods_color_tokens.json +0 -302
@@ -0,0 +1,982 @@
1
+ {
2
+ "open colors": {
3
+ "yellow": {
4
+ "$type": "color",
5
+ "$value": {
6
+ "colorSpace": "srgb",
7
+ "components": [
8
+ 1,
9
+ 0.7529411911964417,
10
+ 0.0313725508749485
11
+ ],
12
+ "alpha": 1,
13
+ "hex": "#FFC008"
14
+ },
15
+ "$extensions": {
16
+ "com.figma.variableId": "VariableID:21:304",
17
+ "com.figma.scopes": [
18
+ "ALL_SCOPES"
19
+ ]
20
+ }
21
+ },
22
+ "yellow (hover)": {
23
+ "$type": "color",
24
+ "$value": {
25
+ "colorSpace": "srgb",
26
+ "components": [
27
+ 0.9607843160629272,
28
+ 0.7137255072593689,
29
+ 0
30
+ ],
31
+ "alpha": 1,
32
+ "hex": "#F5B600"
33
+ },
34
+ "$extensions": {
35
+ "com.figma.variableId": "VariableID:21:302",
36
+ "com.figma.scopes": [
37
+ "ALL_SCOPES"
38
+ ]
39
+ }
40
+ },
41
+ "yellow (action)": {
42
+ "$type": "color",
43
+ "$value": {
44
+ "colorSpace": "srgb",
45
+ "components": [
46
+ 0.9215686321258545,
47
+ 0.6745098233222961,
48
+ 0
49
+ ],
50
+ "alpha": 1,
51
+ "hex": "#EBAC00"
52
+ },
53
+ "$extensions": {
54
+ "com.figma.variableId": "VariableID:21:299",
55
+ "com.figma.scopes": [
56
+ "ALL_SCOPES"
57
+ ]
58
+ }
59
+ },
60
+ "yellow sec": {
61
+ "$type": "color",
62
+ "$value": {
63
+ "colorSpace": "srgb",
64
+ "components": [
65
+ 0.49803921580314636,
66
+ 0.3764705955982208,
67
+ 0.01568627543747425
68
+ ],
69
+ "alpha": 1,
70
+ "hex": "#7F6004"
71
+ },
72
+ "$extensions": {
73
+ "com.figma.variableId": "VariableID:21:298",
74
+ "com.figma.scopes": [
75
+ "ALL_SCOPES"
76
+ ]
77
+ }
78
+ },
79
+ "yellow sec (hover)": {
80
+ "$type": "color",
81
+ "$value": {
82
+ "colorSpace": "srgb",
83
+ "components": [
84
+ 0.4588235318660736,
85
+ 0.33725491166114807,
86
+ 0
87
+ ],
88
+ "alpha": 1,
89
+ "hex": "#755600"
90
+ },
91
+ "$extensions": {
92
+ "com.figma.variableId": "VariableID:21:300",
93
+ "com.figma.scopes": [
94
+ "ALL_SCOPES"
95
+ ]
96
+ }
97
+ },
98
+ "yellow sec (action)": {
99
+ "$type": "color",
100
+ "$value": {
101
+ "colorSpace": "srgb",
102
+ "components": [
103
+ 0.41960784792900085,
104
+ 0.2980392277240753,
105
+ 0
106
+ ],
107
+ "alpha": 1,
108
+ "hex": "#6B4C00"
109
+ },
110
+ "$extensions": {
111
+ "com.figma.variableId": "VariableID:21:297",
112
+ "com.figma.scopes": [
113
+ "ALL_SCOPES"
114
+ ]
115
+ }
116
+ }
117
+ },
118
+ "system greys": {
119
+ "white": {
120
+ "$type": "color",
121
+ "$value": {
122
+ "colorSpace": "srgb",
123
+ "components": [
124
+ 0.9803921580314636,
125
+ 0.9803921580314636,
126
+ 0.9803921580314636
127
+ ],
128
+ "alpha": 1,
129
+ "hex": "#FAFAFA"
130
+ },
131
+ "$extensions": {
132
+ "com.figma.variableId": "VariableID:1:40",
133
+ "com.figma.scopes": [
134
+ "ALL_SCOPES"
135
+ ]
136
+ }
137
+ },
138
+ "white (hover)": {
139
+ "$type": "color",
140
+ "$value": {
141
+ "colorSpace": "srgb",
142
+ "components": [
143
+ 0.9607843160629272,
144
+ 0.9607843160629272,
145
+ 0.9607843160629272
146
+ ],
147
+ "alpha": 1,
148
+ "hex": "#F5F5F5"
149
+ },
150
+ "$extensions": {
151
+ "com.figma.variableId": "VariableID:1:205",
152
+ "com.figma.scopes": [
153
+ "ALL_SCOPES"
154
+ ]
155
+ }
156
+ },
157
+ "white (action)": {
158
+ "$type": "color",
159
+ "$value": {
160
+ "colorSpace": "srgb",
161
+ "components": [
162
+ 0.9411764740943909,
163
+ 0.9411764740943909,
164
+ 0.9411764740943909
165
+ ],
166
+ "alpha": 1,
167
+ "hex": "#F0F0F0"
168
+ },
169
+ "$extensions": {
170
+ "com.figma.variableId": "VariableID:1:206",
171
+ "com.figma.scopes": [
172
+ "ALL_SCOPES"
173
+ ]
174
+ }
175
+ },
176
+ "grey": {
177
+ "$type": "color",
178
+ "$value": {
179
+ "colorSpace": "srgb",
180
+ "components": [
181
+ 0.5333333611488342,
182
+ 0.5333333611488342,
183
+ 0.5333333611488342
184
+ ],
185
+ "alpha": 1,
186
+ "hex": "#888888"
187
+ },
188
+ "$extensions": {
189
+ "com.figma.variableId": "VariableID:1:45",
190
+ "com.figma.scopes": [
191
+ "ALL_SCOPES"
192
+ ]
193
+ }
194
+ },
195
+ "grey (hover)": {
196
+ "$type": "color",
197
+ "$value": {
198
+ "colorSpace": "srgb",
199
+ "components": [
200
+ 0.4941176474094391,
201
+ 0.4941176474094391,
202
+ 0.4941176474094391
203
+ ],
204
+ "alpha": 1,
205
+ "hex": "#7E7E7E"
206
+ },
207
+ "$extensions": {
208
+ "com.figma.variableId": "VariableID:1:207",
209
+ "com.figma.scopes": [
210
+ "ALL_SCOPES"
211
+ ]
212
+ }
213
+ },
214
+ "grey (action)": {
215
+ "$type": "color",
216
+ "$value": {
217
+ "colorSpace": "srgb",
218
+ "components": [
219
+ 0.45490196347236633,
220
+ 0.45490196347236633,
221
+ 0.45490196347236633
222
+ ],
223
+ "alpha": 1,
224
+ "hex": "#747474"
225
+ },
226
+ "$extensions": {
227
+ "com.figma.variableId": "VariableID:1:208",
228
+ "com.figma.scopes": [
229
+ "ALL_SCOPES"
230
+ ]
231
+ }
232
+ },
233
+ "soft grey": {
234
+ "$type": "color",
235
+ "$value": {
236
+ "colorSpace": "srgb",
237
+ "components": [
238
+ 0.22745098173618317,
239
+ 0.22745098173618317,
240
+ 0.22745098173618317
241
+ ],
242
+ "alpha": 1,
243
+ "hex": "#3A3A3A"
244
+ },
245
+ "$extensions": {
246
+ "com.figma.variableId": "VariableID:1:47",
247
+ "com.figma.scopes": [
248
+ "ALL_SCOPES"
249
+ ]
250
+ }
251
+ },
252
+ "soft grey (hover)": {
253
+ "$type": "color",
254
+ "$value": {
255
+ "colorSpace": "srgb",
256
+ "components": [
257
+ 0.2666666805744171,
258
+ 0.2666666805744171,
259
+ 0.2666666805744171
260
+ ],
261
+ "alpha": 1,
262
+ "hex": "#444444"
263
+ },
264
+ "$extensions": {
265
+ "com.figma.variableId": "VariableID:1:209",
266
+ "com.figma.scopes": [
267
+ "ALL_SCOPES"
268
+ ]
269
+ }
270
+ },
271
+ "soft grey (action)": {
272
+ "$type": "color",
273
+ "$value": {
274
+ "colorSpace": "srgb",
275
+ "components": [
276
+ 0.30588236451148987,
277
+ 0.30588236451148987,
278
+ 0.30588236451148987
279
+ ],
280
+ "alpha": 1,
281
+ "hex": "#4E4E4E"
282
+ },
283
+ "$extensions": {
284
+ "com.figma.variableId": "VariableID:1:210",
285
+ "com.figma.scopes": [
286
+ "ALL_SCOPES"
287
+ ]
288
+ }
289
+ },
290
+ "background": {
291
+ "$type": "color",
292
+ "$value": {
293
+ "colorSpace": "srgb",
294
+ "components": [
295
+ 0.08627451211214066,
296
+ 0.08627451211214066,
297
+ 0.08627451211214066
298
+ ],
299
+ "alpha": 1,
300
+ "hex": "#161616"
301
+ },
302
+ "$extensions": {
303
+ "com.figma.variableId": "VariableID:1:46",
304
+ "com.figma.scopes": [
305
+ "ALL_SCOPES"
306
+ ]
307
+ }
308
+ },
309
+ "background (hover)": {
310
+ "$type": "color",
311
+ "$value": {
312
+ "colorSpace": "srgb",
313
+ "components": [
314
+ 0.125490203499794,
315
+ 0.125490203499794,
316
+ 0.125490203499794
317
+ ],
318
+ "alpha": 1,
319
+ "hex": "#202020"
320
+ },
321
+ "$extensions": {
322
+ "com.figma.variableId": "VariableID:1:211",
323
+ "com.figma.scopes": [
324
+ "ALL_SCOPES"
325
+ ]
326
+ }
327
+ },
328
+ "background (action)": {
329
+ "$type": "color",
330
+ "$value": {
331
+ "colorSpace": "srgb",
332
+ "components": [
333
+ 0.16470588743686676,
334
+ 0.16470588743686676,
335
+ 0.16470588743686676
336
+ ],
337
+ "alpha": 1,
338
+ "hex": "#2A2A2A"
339
+ },
340
+ "$extensions": {
341
+ "com.figma.variableId": "VariableID:1:212",
342
+ "com.figma.scopes": [
343
+ "ALL_SCOPES"
344
+ ]
345
+ }
346
+ },
347
+ "black": {
348
+ "$type": "color",
349
+ "$value": {
350
+ "colorSpace": "srgb",
351
+ "components": [
352
+ 0.12941177189350128,
353
+ 0.12941177189350128,
354
+ 0.12941177189350128
355
+ ],
356
+ "alpha": 1,
357
+ "hex": "#212121"
358
+ },
359
+ "$extensions": {
360
+ "com.figma.variableId": "VariableID:1:42",
361
+ "com.figma.scopes": [
362
+ "ALL_SCOPES"
363
+ ]
364
+ }
365
+ },
366
+ "black (hover)": {
367
+ "$type": "color",
368
+ "$value": {
369
+ "colorSpace": "srgb",
370
+ "components": [
371
+ 0.16862745583057404,
372
+ 0.16862745583057404,
373
+ 0.16862745583057404
374
+ ],
375
+ "alpha": 1,
376
+ "hex": "#2B2B2B"
377
+ },
378
+ "$extensions": {
379
+ "com.figma.variableId": "VariableID:1:213",
380
+ "com.figma.scopes": [
381
+ "ALL_SCOPES"
382
+ ]
383
+ }
384
+ },
385
+ "black (action)": {
386
+ "$type": "color",
387
+ "$value": {
388
+ "colorSpace": "srgb",
389
+ "components": [
390
+ 0.2078431397676468,
391
+ 0.2078431397676468,
392
+ 0.2078431397676468
393
+ ],
394
+ "alpha": 1,
395
+ "hex": "#353535"
396
+ },
397
+ "$extensions": {
398
+ "com.figma.variableId": "VariableID:1:214",
399
+ "com.figma.scopes": [
400
+ "ALL_SCOPES"
401
+ ]
402
+ }
403
+ }
404
+ },
405
+ "attention colors": {
406
+ "success": {
407
+ "$type": "color",
408
+ "$value": {
409
+ "colorSpace": "srgb",
410
+ "components": [
411
+ 0.3686274588108063,
412
+ 0.6509804129600525,
413
+ 0.18039216101169586
414
+ ],
415
+ "alpha": 1,
416
+ "hex": "#5EA62E"
417
+ },
418
+ "$extensions": {
419
+ "com.figma.variableId": "VariableID:61:9",
420
+ "com.figma.scopes": [
421
+ "ALL_SCOPES"
422
+ ]
423
+ }
424
+ },
425
+ "success (hover)": {
426
+ "$type": "color",
427
+ "$value": {
428
+ "colorSpace": "srgb",
429
+ "components": [
430
+ 0.3294117748737335,
431
+ 0.6117647290229797,
432
+ 0.1411764770746231
433
+ ],
434
+ "alpha": 1,
435
+ "hex": "#549C24"
436
+ },
437
+ "$extensions": {
438
+ "com.figma.variableId": "VariableID:61:10",
439
+ "com.figma.scopes": [
440
+ "ALL_SCOPES"
441
+ ]
442
+ }
443
+ },
444
+ "success (action)": {
445
+ "$type": "color",
446
+ "$value": {
447
+ "colorSpace": "srgb",
448
+ "components": [
449
+ 0.29019609093666077,
450
+ 0.572549045085907,
451
+ 0.10196078568696976
452
+ ],
453
+ "alpha": 1,
454
+ "hex": "#4A921A"
455
+ },
456
+ "$extensions": {
457
+ "com.figma.variableId": "VariableID:61:11",
458
+ "com.figma.scopes": [
459
+ "ALL_SCOPES"
460
+ ]
461
+ }
462
+ },
463
+ "success secondary": {
464
+ "$type": "color",
465
+ "$value": {
466
+ "colorSpace": "srgb",
467
+ "components": [
468
+ 0.18039216101169586,
469
+ 0.27450981736183167,
470
+ 0.12156862765550613
471
+ ],
472
+ "alpha": 1,
473
+ "hex": "#2E461F"
474
+ },
475
+ "$extensions": {
476
+ "com.figma.variableId": "VariableID:650:4131",
477
+ "com.figma.scopes": [
478
+ "ALL_SCOPES"
479
+ ]
480
+ }
481
+ },
482
+ "success secondary (hover)": {
483
+ "$type": "color",
484
+ "$value": {
485
+ "colorSpace": "srgb",
486
+ "components": [
487
+ 0.21960784494876862,
488
+ 0.3137255012989044,
489
+ 0.16078431904315948
490
+ ],
491
+ "alpha": 1,
492
+ "hex": "#385029"
493
+ },
494
+ "$extensions": {
495
+ "com.figma.variableId": "VariableID:650:4135",
496
+ "com.figma.scopes": [
497
+ "ALL_SCOPES"
498
+ ]
499
+ }
500
+ },
501
+ "success secondary (action)": {
502
+ "$type": "color",
503
+ "$value": {
504
+ "colorSpace": "srgb",
505
+ "components": [
506
+ 0.25882354378700256,
507
+ 0.3529411852359772,
508
+ 0.20000000298023224
509
+ ],
510
+ "alpha": 1,
511
+ "hex": "#425A33"
512
+ },
513
+ "$extensions": {
514
+ "com.figma.variableId": "VariableID:650:4139",
515
+ "com.figma.scopes": [
516
+ "ALL_SCOPES"
517
+ ]
518
+ }
519
+ },
520
+ "warning": {
521
+ "$type": "color",
522
+ "$value": {
523
+ "colorSpace": "srgb",
524
+ "components": [
525
+ 0.8823529481887817,
526
+ 0.7019608020782471,
527
+ 0.18431372940540314
528
+ ],
529
+ "alpha": 1,
530
+ "hex": "#E1B32F"
531
+ },
532
+ "$extensions": {
533
+ "com.figma.variableId": "VariableID:798:17004",
534
+ "com.figma.scopes": [
535
+ "ALL_SCOPES"
536
+ ]
537
+ }
538
+ },
539
+ "warning (hover)": {
540
+ "$type": "color",
541
+ "$value": {
542
+ "colorSpace": "srgb",
543
+ "components": [
544
+ 0.843137264251709,
545
+ 0.6627451181411743,
546
+ 0.14509804546833038
547
+ ],
548
+ "alpha": 1,
549
+ "hex": "#D7A925"
550
+ },
551
+ "$extensions": {
552
+ "com.figma.variableId": "VariableID:798:17008",
553
+ "com.figma.scopes": [
554
+ "ALL_SCOPES"
555
+ ]
556
+ }
557
+ },
558
+ "warning (action)": {
559
+ "$type": "color",
560
+ "$value": {
561
+ "colorSpace": "srgb",
562
+ "components": [
563
+ 0.8039215803146362,
564
+ 0.6235294342041016,
565
+ 0.10588235408067703
566
+ ],
567
+ "alpha": 1,
568
+ "hex": "#CD9F1B"
569
+ },
570
+ "$extensions": {
571
+ "com.figma.variableId": "VariableID:798:17012",
572
+ "com.figma.scopes": [
573
+ "ALL_SCOPES"
574
+ ]
575
+ }
576
+ },
577
+ "warning sec": {
578
+ "$type": "color",
579
+ "$value": {
580
+ "colorSpace": "srgb",
581
+ "components": [
582
+ 0.3529411852359772,
583
+ 0.3019607961177826,
584
+ 0.14509804546833038
585
+ ],
586
+ "alpha": 1,
587
+ "hex": "#5A4D25"
588
+ },
589
+ "$extensions": {
590
+ "com.figma.variableId": "VariableID:798:17022",
591
+ "com.figma.scopes": [
592
+ "ALL_SCOPES"
593
+ ]
594
+ }
595
+ },
596
+ "warning sec (hover)": {
597
+ "$type": "color",
598
+ "$value": {
599
+ "colorSpace": "srgb",
600
+ "components": [
601
+ 0.3921568691730499,
602
+ 0.34117648005485535,
603
+ 0.18431372940540314
604
+ ],
605
+ "alpha": 1,
606
+ "hex": "#64572F"
607
+ },
608
+ "$extensions": {
609
+ "com.figma.variableId": "VariableID:798:17020",
610
+ "com.figma.scopes": [
611
+ "ALL_SCOPES"
612
+ ]
613
+ }
614
+ },
615
+ "warning sec (action)": {
616
+ "$type": "color",
617
+ "$value": {
618
+ "colorSpace": "srgb",
619
+ "components": [
620
+ 0.4313725531101227,
621
+ 0.3803921639919281,
622
+ 0.2235294133424759
623
+ ],
624
+ "alpha": 1,
625
+ "hex": "#6E6139"
626
+ },
627
+ "$extensions": {
628
+ "com.figma.variableId": "VariableID:798:17021",
629
+ "com.figma.scopes": [
630
+ "ALL_SCOPES"
631
+ ]
632
+ }
633
+ },
634
+ "error": {
635
+ "$type": "color",
636
+ "$value": {
637
+ "colorSpace": "srgb",
638
+ "components": [
639
+ 0.9529411792755127,
640
+ 0.4000000059604645,
641
+ 0.4000000059604645
642
+ ],
643
+ "alpha": 1,
644
+ "hex": "#F36666"
645
+ },
646
+ "$extensions": {
647
+ "com.figma.variableId": "VariableID:61:12",
648
+ "com.figma.scopes": [
649
+ "ALL_SCOPES"
650
+ ]
651
+ }
652
+ },
653
+ "error (hover)": {
654
+ "$type": "color",
655
+ "$value": {
656
+ "colorSpace": "srgb",
657
+ "components": [
658
+ 0.9137254953384399,
659
+ 0.3607843220233917,
660
+ 0.3607843220233917
661
+ ],
662
+ "alpha": 1,
663
+ "hex": "#E95C5C"
664
+ },
665
+ "$extensions": {
666
+ "com.figma.variableId": "VariableID:61:13",
667
+ "com.figma.scopes": [
668
+ "ALL_SCOPES"
669
+ ]
670
+ }
671
+ },
672
+ "error (action)": {
673
+ "$type": "color",
674
+ "$value": {
675
+ "colorSpace": "srgb",
676
+ "components": [
677
+ 0.8745098114013672,
678
+ 0.32156863808631897,
679
+ 0.32156863808631897
680
+ ],
681
+ "alpha": 1,
682
+ "hex": "#DF5252"
683
+ },
684
+ "$extensions": {
685
+ "com.figma.variableId": "VariableID:61:14",
686
+ "com.figma.scopes": [
687
+ "ALL_SCOPES"
688
+ ]
689
+ }
690
+ },
691
+ "error sec": {
692
+ "$type": "color",
693
+ "$value": {
694
+ "colorSpace": "srgb",
695
+ "components": [
696
+ 0.29019609093666077,
697
+ 0.12941177189350128,
698
+ 0.12941177189350128
699
+ ],
700
+ "alpha": 1,
701
+ "hex": "#4A2121"
702
+ },
703
+ "$extensions": {
704
+ "com.figma.variableId": "VariableID:650:4155",
705
+ "com.figma.scopes": [
706
+ "ALL_SCOPES"
707
+ ]
708
+ }
709
+ },
710
+ "error sec (hover)": {
711
+ "$type": "color",
712
+ "$value": {
713
+ "colorSpace": "srgb",
714
+ "components": [
715
+ 0.3294117748737335,
716
+ 0.16862745583057404,
717
+ 0.16862745583057404
718
+ ],
719
+ "alpha": 1,
720
+ "hex": "#542B2B"
721
+ },
722
+ "$extensions": {
723
+ "com.figma.variableId": "VariableID:650:4153",
724
+ "com.figma.scopes": [
725
+ "ALL_SCOPES"
726
+ ]
727
+ }
728
+ },
729
+ "error sec (action)": {
730
+ "$type": "color",
731
+ "$value": {
732
+ "colorSpace": "srgb",
733
+ "components": [
734
+ 0.3686274588108063,
735
+ 0.2078431397676468,
736
+ 0.2078431397676468
737
+ ],
738
+ "alpha": 1,
739
+ "hex": "#5E3535"
740
+ },
741
+ "$extensions": {
742
+ "com.figma.variableId": "VariableID:650:4154",
743
+ "com.figma.scopes": [
744
+ "ALL_SCOPES"
745
+ ]
746
+ }
747
+ }
748
+ },
749
+ "flamingo colors": {
750
+ "pink": {
751
+ "$type": "color",
752
+ "$value": {
753
+ "colorSpace": "srgb",
754
+ "components": [
755
+ 0.9529411792755127,
756
+ 0.34117648005485535,
757
+ 0.7333333492279053
758
+ ],
759
+ "alpha": 1,
760
+ "hex": "#F357BB"
761
+ },
762
+ "$extensions": {
763
+ "com.figma.variableId": "VariableID:1:44",
764
+ "com.figma.scopes": [
765
+ "ALL_SCOPES"
766
+ ]
767
+ }
768
+ },
769
+ "pink (hover)": {
770
+ "$type": "color",
771
+ "$value": {
772
+ "colorSpace": "srgb",
773
+ "components": [
774
+ 0.9137254953384399,
775
+ 0.3019607961177826,
776
+ 0.6941176652908325
777
+ ],
778
+ "alpha": 1,
779
+ "hex": "#E94DB1"
780
+ },
781
+ "$extensions": {
782
+ "com.figma.variableId": "VariableID:1:193",
783
+ "com.figma.scopes": [
784
+ "ALL_SCOPES"
785
+ ]
786
+ }
787
+ },
788
+ "pink (action)": {
789
+ "$type": "color",
790
+ "$value": {
791
+ "colorSpace": "srgb",
792
+ "components": [
793
+ 0.8745098114013672,
794
+ 0.26274511218070984,
795
+ 0.6549019813537598
796
+ ],
797
+ "alpha": 1,
798
+ "hex": "#DF43A7"
799
+ },
800
+ "$extensions": {
801
+ "com.figma.variableId": "VariableID:1:194",
802
+ "com.figma.scopes": [
803
+ "ALL_SCOPES"
804
+ ]
805
+ }
806
+ },
807
+ "pink sec": {
808
+ "$type": "color",
809
+ "$value": {
810
+ "colorSpace": "srgb",
811
+ "components": [
812
+ 0.4745098054409027,
813
+ 0.16862745583057404,
814
+ 0.364705890417099
815
+ ],
816
+ "alpha": 1,
817
+ "hex": "#792B5D"
818
+ },
819
+ "$extensions": {
820
+ "com.figma.variableId": "VariableID:1:36",
821
+ "com.figma.scopes": [
822
+ "ALL_SCOPES"
823
+ ]
824
+ }
825
+ },
826
+ "pink sec (hover)": {
827
+ "$type": "color",
828
+ "$value": {
829
+ "colorSpace": "srgb",
830
+ "components": [
831
+ 0.43529412150382996,
832
+ 0.12941177189350128,
833
+ 0.32549020648002625
834
+ ],
835
+ "alpha": 1,
836
+ "hex": "#6F2153"
837
+ },
838
+ "$extensions": {
839
+ "com.figma.variableId": "VariableID:1:197",
840
+ "com.figma.scopes": [
841
+ "ALL_SCOPES"
842
+ ]
843
+ }
844
+ },
845
+ "pink sec (action)": {
846
+ "$type": "color",
847
+ "$value": {
848
+ "colorSpace": "srgb",
849
+ "components": [
850
+ 0.3960784375667572,
851
+ 0.09019608050584793,
852
+ 0.2862745225429535
853
+ ],
854
+ "alpha": 1,
855
+ "hex": "#651749"
856
+ },
857
+ "$extensions": {
858
+ "com.figma.variableId": "VariableID:1:198",
859
+ "com.figma.scopes": [
860
+ "ALL_SCOPES"
861
+ ]
862
+ }
863
+ },
864
+ "cyan": {
865
+ "$type": "color",
866
+ "$value": {
867
+ "colorSpace": "srgb",
868
+ "components": [
869
+ 0.3686274588108063,
870
+ 0.9803921580314636,
871
+ 0.9411764740943909
872
+ ],
873
+ "alpha": 1,
874
+ "hex": "#5EFAF0"
875
+ },
876
+ "$extensions": {
877
+ "com.figma.variableId": "VariableID:1:43",
878
+ "com.figma.scopes": [
879
+ "ALL_SCOPES"
880
+ ]
881
+ }
882
+ },
883
+ "cyan (hover)": {
884
+ "$type": "color",
885
+ "$value": {
886
+ "colorSpace": "srgb",
887
+ "components": [
888
+ 0.3294117748737335,
889
+ 0.9411764740943909,
890
+ 0.9019607901573181
891
+ ],
892
+ "alpha": 1,
893
+ "hex": "#54F0E6"
894
+ },
895
+ "$extensions": {
896
+ "com.figma.variableId": "VariableID:1:199",
897
+ "com.figma.scopes": [
898
+ "ALL_SCOPES"
899
+ ]
900
+ }
901
+ },
902
+ "cyan (action)": {
903
+ "$type": "color",
904
+ "$value": {
905
+ "colorSpace": "srgb",
906
+ "components": [
907
+ 0.29019609093666077,
908
+ 0.9019607901573181,
909
+ 0.8627451062202454
910
+ ],
911
+ "alpha": 1,
912
+ "hex": "#4AE6DC"
913
+ },
914
+ "$extensions": {
915
+ "com.figma.variableId": "VariableID:1:200",
916
+ "com.figma.scopes": [
917
+ "ALL_SCOPES"
918
+ ]
919
+ }
920
+ },
921
+ "cyan sec": {
922
+ "$type": "color",
923
+ "$value": {
924
+ "colorSpace": "srgb",
925
+ "components": [
926
+ 0.019607843831181526,
927
+ 0.5490196347236633,
928
+ 0.5137255191802979
929
+ ],
930
+ "alpha": 1,
931
+ "hex": "#058C83"
932
+ },
933
+ "$extensions": {
934
+ "com.figma.variableId": "VariableID:1:39",
935
+ "com.figma.scopes": [
936
+ "ALL_SCOPES"
937
+ ]
938
+ }
939
+ },
940
+ "cyan sec (hover)": {
941
+ "$type": "color",
942
+ "$value": {
943
+ "colorSpace": "srgb",
944
+ "components": [
945
+ 0,
946
+ 0.5098039507865906,
947
+ 0.4745098054409027
948
+ ],
949
+ "alpha": 1,
950
+ "hex": "#008279"
951
+ },
952
+ "$extensions": {
953
+ "com.figma.variableId": "VariableID:1:203",
954
+ "com.figma.scopes": [
955
+ "ALL_SCOPES"
956
+ ]
957
+ }
958
+ },
959
+ "cyan sec (action)": {
960
+ "$type": "color",
961
+ "$value": {
962
+ "colorSpace": "srgb",
963
+ "components": [
964
+ 0,
965
+ 0.47058823704719543,
966
+ 0.43529412150382996
967
+ ],
968
+ "alpha": 1,
969
+ "hex": "#00786F"
970
+ },
971
+ "$extensions": {
972
+ "com.figma.variableId": "VariableID:1:204",
973
+ "com.figma.scopes": [
974
+ "ALL_SCOPES"
975
+ ]
976
+ }
977
+ }
978
+ },
979
+ "$extensions": {
980
+ "com.figma.modeName": "dark theme"
981
+ }
982
+ }