@flamingo-stack/openframe-frontend-core 0.0.201 → 0.0.202
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/{chunk-CSW5GYBU.js → chunk-IDULPYOU.js} +3997 -3734
- package/dist/chunk-IDULPYOU.js.map +1 -0
- package/dist/{chunk-UCY537V4.cjs → chunk-JIKTMXTZ.cjs} +952 -689
- package/dist/chunk-JIKTMXTZ.cjs.map +1 -0
- package/dist/components/chat/approval-request-message.d.ts.map +1 -1
- package/dist/components/chat/chat-container.d.ts.map +1 -1
- package/dist/components/chat/chat-message-enhanced.d.ts.map +1 -1
- package/dist/components/chat/chat-message-list.d.ts.map +1 -1
- package/dist/components/chat/types/message.types.d.ts +34 -0
- package/dist/components/chat/types/message.types.d.ts.map +1 -1
- package/dist/components/features/index.cjs +14 -2
- package/dist/components/features/index.cjs.map +1 -1
- package/dist/components/features/index.d.ts +1 -0
- package/dist/components/features/index.d.ts.map +1 -1
- package/dist/components/features/index.js +15 -3
- package/dist/components/index.cjs +14 -2
- package/dist/components/index.cjs.map +1 -1
- package/dist/components/index.js +13 -1
- package/dist/components/navigation/index.cjs +2 -2
- package/dist/components/navigation/index.js +1 -1
- package/dist/components/providers/theme-provider.d.ts +69 -0
- package/dist/components/providers/theme-provider.d.ts.map +1 -0
- package/dist/components/ui/index.cjs +2 -2
- package/dist/components/ui/index.js +1 -1
- package/dist/components/ui/simple-markdown-renderer.d.ts.map +1 -1
- package/dist/index.cjs +14 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +13 -1
- package/package.json +2 -1
- package/src/components/chat/approval-request-message.tsx +106 -92
- package/src/components/chat/chat-container.tsx +8 -4
- package/src/components/chat/chat-message-enhanced.tsx +51 -9
- package/src/components/chat/chat-message-list.tsx +27 -19
- package/src/components/chat/types/message.types.ts +35 -0
- package/src/components/features/index.ts +15 -0
- package/src/components/providers/theme-provider.tsx +130 -0
- package/src/components/ui/simple-markdown-renderer.tsx +248 -2
- package/src/stories/Theme.stories.tsx +350 -0
- package/src/styles/README.md +271 -174
- package/src/styles/dark_theme.tokens.json +982 -0
- package/src/styles/light_theme.tokens.json +982 -0
- package/src/styles/ods-colors.css +225 -146
- package/src/styles/ods_color_tokens.json +1 -300
- package/dist/chunk-CSW5GYBU.js.map +0 -1
- package/dist/chunk-UCY537V4.cjs.map +0 -1
|
@@ -0,0 +1,982 @@
|
|
|
1
|
+
{
|
|
2
|
+
"open colors": {
|
|
3
|
+
"yellow": {
|
|
4
|
+
"$type": "color",
|
|
5
|
+
"$value": {
|
|
6
|
+
"colorSpace": "srgb",
|
|
7
|
+
"components": [
|
|
8
|
+
0.8941176533699036,
|
|
9
|
+
0.6666666865348816,
|
|
10
|
+
0
|
|
11
|
+
],
|
|
12
|
+
"alpha": 1,
|
|
13
|
+
"hex": "#E4AA00"
|
|
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.9803921580314636,
|
|
66
|
+
0.9803921580314636,
|
|
67
|
+
0.9803921580314636
|
|
68
|
+
],
|
|
69
|
+
"alpha": 1,
|
|
70
|
+
"hex": "#FAFAFA"
|
|
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.9607843160629272,
|
|
85
|
+
0.9607843160629272,
|
|
86
|
+
0.9607843160629272
|
|
87
|
+
],
|
|
88
|
+
"alpha": 1,
|
|
89
|
+
"hex": "#F5F5F5"
|
|
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.9411764740943909,
|
|
104
|
+
0.9411764740943909,
|
|
105
|
+
0.9411764740943909
|
|
106
|
+
],
|
|
107
|
+
"alpha": 1,
|
|
108
|
+
"hex": "#F0F0F0"
|
|
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.10196078568696976,
|
|
125
|
+
0.10196078568696976,
|
|
126
|
+
0.10196078568696976
|
|
127
|
+
],
|
|
128
|
+
"alpha": 1,
|
|
129
|
+
"hex": "#1A1A1A"
|
|
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.25882354378700256,
|
|
144
|
+
0.25882354378700256,
|
|
145
|
+
0.25882354378700256
|
|
146
|
+
],
|
|
147
|
+
"alpha": 1,
|
|
148
|
+
"hex": "#424242"
|
|
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.4156862795352936,
|
|
163
|
+
0.4156862795352936,
|
|
164
|
+
0.4156862795352936
|
|
165
|
+
],
|
|
166
|
+
"alpha": 1,
|
|
167
|
+
"hex": "#6A6A6A"
|
|
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.4627451002597809,
|
|
182
|
+
0.4627451002597809,
|
|
183
|
+
0.4627451002597809
|
|
184
|
+
],
|
|
185
|
+
"alpha": 1,
|
|
186
|
+
"hex": "#767676"
|
|
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.42352941632270813,
|
|
201
|
+
0.42352941632270813,
|
|
202
|
+
0.42352941632270813
|
|
203
|
+
],
|
|
204
|
+
"alpha": 1,
|
|
205
|
+
"hex": "#6C6C6C"
|
|
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.3843137323856354,
|
|
220
|
+
0.3843137323856354,
|
|
221
|
+
0.3843137323856354
|
|
222
|
+
],
|
|
223
|
+
"alpha": 1,
|
|
224
|
+
"hex": "#626262"
|
|
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.9058823585510254,
|
|
239
|
+
0.9058823585510254,
|
|
240
|
+
0.9058823585510254
|
|
241
|
+
],
|
|
242
|
+
"alpha": 1,
|
|
243
|
+
"hex": "#E7E7E7"
|
|
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.8666666746139526,
|
|
258
|
+
0.8666666746139526,
|
|
259
|
+
0.8666666746139526
|
|
260
|
+
],
|
|
261
|
+
"alpha": 1,
|
|
262
|
+
"hex": "#DDDDDD"
|
|
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.8274509906768799,
|
|
277
|
+
0.8274509906768799,
|
|
278
|
+
0.8274509906768799
|
|
279
|
+
],
|
|
280
|
+
"alpha": 1,
|
|
281
|
+
"hex": "#D3D3D3"
|
|
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.9803921580314636,
|
|
296
|
+
0.9803921580314636,
|
|
297
|
+
0.9803921580314636
|
|
298
|
+
],
|
|
299
|
+
"alpha": 1,
|
|
300
|
+
"hex": "#FAFAFA"
|
|
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.9607843160629272,
|
|
315
|
+
0.9607843160629272,
|
|
316
|
+
0.9607843160629272
|
|
317
|
+
],
|
|
318
|
+
"alpha": 1,
|
|
319
|
+
"hex": "#F5F5F5"
|
|
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.9411764740943909,
|
|
334
|
+
0.9411764740943909,
|
|
335
|
+
0.9411764740943909
|
|
336
|
+
],
|
|
337
|
+
"alpha": 1,
|
|
338
|
+
"hex": "#F0F0F0"
|
|
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
|
+
1,
|
|
353
|
+
1,
|
|
354
|
+
1
|
|
355
|
+
],
|
|
356
|
+
"alpha": 1,
|
|
357
|
+
"hex": "#FFFFFF"
|
|
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.9803921580314636,
|
|
372
|
+
0.9803921580314636,
|
|
373
|
+
0.9803921580314636
|
|
374
|
+
],
|
|
375
|
+
"alpha": 1,
|
|
376
|
+
"hex": "#FAFAFA"
|
|
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.9607843160629272,
|
|
391
|
+
0.9607843160629272,
|
|
392
|
+
0.9607843160629272
|
|
393
|
+
],
|
|
394
|
+
"alpha": 1,
|
|
395
|
+
"hex": "#F5F5F5"
|
|
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.2980392277240753,
|
|
412
|
+
0.5372549295425415,
|
|
413
|
+
0.1411764770746231
|
|
414
|
+
],
|
|
415
|
+
"alpha": 1,
|
|
416
|
+
"hex": "#4C8924"
|
|
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.25882354378700256,
|
|
431
|
+
0.49803921580314636,
|
|
432
|
+
0.10196078568696976
|
|
433
|
+
],
|
|
434
|
+
"alpha": 1,
|
|
435
|
+
"hex": "#427F1A"
|
|
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.21960784494876862,
|
|
450
|
+
0.4588235318660736,
|
|
451
|
+
0.062745101749897
|
|
452
|
+
],
|
|
453
|
+
"alpha": 1,
|
|
454
|
+
"hex": "#387510"
|
|
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.7960784435272217,
|
|
469
|
+
0.8823529481887817,
|
|
470
|
+
0.7411764860153198
|
|
471
|
+
],
|
|
472
|
+
"alpha": 1,
|
|
473
|
+
"hex": "#CBE1BD"
|
|
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.7568627595901489,
|
|
488
|
+
0.843137264251709,
|
|
489
|
+
0.7215686440467834
|
|
490
|
+
],
|
|
491
|
+
"alpha": 1,
|
|
492
|
+
"hex": "#C1D7B8"
|
|
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.7176470756530762,
|
|
507
|
+
0.8039215803146362,
|
|
508
|
+
0.6823529601097107
|
|
509
|
+
],
|
|
510
|
+
"alpha": 1,
|
|
511
|
+
"hex": "#B7CDAE"
|
|
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.8030160665512085,
|
|
526
|
+
0.62107914686203,
|
|
527
|
+
0.09301763772964478
|
|
528
|
+
],
|
|
529
|
+
"alpha": 1,
|
|
530
|
+
"hex": "#CD9E18"
|
|
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.7647058963775635,
|
|
545
|
+
0.5803921818733215,
|
|
546
|
+
0.054901961237192154
|
|
547
|
+
],
|
|
548
|
+
"alpha": 1,
|
|
549
|
+
"hex": "#C3940E"
|
|
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.7254902124404907,
|
|
564
|
+
0.5411764979362488,
|
|
565
|
+
0.01568627543747425
|
|
566
|
+
],
|
|
567
|
+
"alpha": 1,
|
|
568
|
+
"hex": "#B98A04"
|
|
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.9215686321258545,
|
|
583
|
+
0.8745098114013672,
|
|
584
|
+
0.7333333492279053
|
|
585
|
+
],
|
|
586
|
+
"alpha": 1,
|
|
587
|
+
"hex": "#EBDFBB"
|
|
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.8823529481887817,
|
|
602
|
+
0.8352941274642944,
|
|
603
|
+
0.6941176652908325
|
|
604
|
+
],
|
|
605
|
+
"alpha": 1,
|
|
606
|
+
"hex": "#E1D5B1"
|
|
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.843137264251709,
|
|
621
|
+
0.7960784435272217,
|
|
622
|
+
0.6549019813537598
|
|
623
|
+
],
|
|
624
|
+
"alpha": 1,
|
|
625
|
+
"hex": "#D7CBA7"
|
|
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.8117647171020508,
|
|
640
|
+
0.30588236451148987,
|
|
641
|
+
0.30588236451148987
|
|
642
|
+
],
|
|
643
|
+
"alpha": 1,
|
|
644
|
+
"hex": "#CF4E4E"
|
|
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.772549033164978,
|
|
659
|
+
0.2666666805744171,
|
|
660
|
+
0.2666666805744171
|
|
661
|
+
],
|
|
662
|
+
"alpha": 1,
|
|
663
|
+
"hex": "#C54444"
|
|
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.7333333492279053,
|
|
678
|
+
0.22745098173618317,
|
|
679
|
+
0.22745098173618317
|
|
680
|
+
],
|
|
681
|
+
"alpha": 1,
|
|
682
|
+
"hex": "#BB3A3A"
|
|
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.9725490212440491,
|
|
697
|
+
0.8078431487083435,
|
|
698
|
+
0.8078431487083435
|
|
699
|
+
],
|
|
700
|
+
"alpha": 1,
|
|
701
|
+
"hex": "#F8CECE"
|
|
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.9333333373069763,
|
|
716
|
+
0.7686274647712708,
|
|
717
|
+
0.7686274647712708
|
|
718
|
+
],
|
|
719
|
+
"alpha": 1,
|
|
720
|
+
"hex": "#EEC4C4"
|
|
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.8941176533699036,
|
|
735
|
+
0.729411780834198,
|
|
736
|
+
0.729411780834198
|
|
737
|
+
],
|
|
738
|
+
"alpha": 1,
|
|
739
|
+
"hex": "#E4BABA"
|
|
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
|
+
1,
|
|
813
|
+
0.7667518258094788,
|
|
814
|
+
0.9162698984146118
|
|
815
|
+
],
|
|
816
|
+
"alpha": 1,
|
|
817
|
+
"hex": "#FFC4EA"
|
|
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.9607843160629272,
|
|
832
|
+
0.729411780834198,
|
|
833
|
+
0.8784313797950745
|
|
834
|
+
],
|
|
835
|
+
"alpha": 1,
|
|
836
|
+
"hex": "#F5BAE0"
|
|
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.9215686321258545,
|
|
851
|
+
0.6901960968971252,
|
|
852
|
+
0.8392156958580017
|
|
853
|
+
],
|
|
854
|
+
"alpha": 1,
|
|
855
|
+
"hex": "#EBB0D6"
|
|
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.019607843831181526,
|
|
870
|
+
0.5490196347236633,
|
|
871
|
+
0.5137255191802979
|
|
872
|
+
],
|
|
873
|
+
"alpha": 1,
|
|
874
|
+
"hex": "#058C83"
|
|
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,
|
|
889
|
+
0.5098039507865906,
|
|
890
|
+
0.4745098054409027
|
|
891
|
+
],
|
|
892
|
+
"alpha": 1,
|
|
893
|
+
"hex": "#008279"
|
|
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,
|
|
908
|
+
0.47058823704719543,
|
|
909
|
+
0.43529412150382996
|
|
910
|
+
],
|
|
911
|
+
"alpha": 1,
|
|
912
|
+
"hex": "#00786F"
|
|
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.6313725709915161,
|
|
927
|
+
0.9843137264251709,
|
|
928
|
+
0.9607843160629272
|
|
929
|
+
],
|
|
930
|
+
"alpha": 1,
|
|
931
|
+
"hex": "#A1FBF5"
|
|
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.5921568870544434,
|
|
946
|
+
0.9450980424880981,
|
|
947
|
+
0.9215686321258545
|
|
948
|
+
],
|
|
949
|
+
"alpha": 1,
|
|
950
|
+
"hex": "#97F1EB"
|
|
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.5529412031173706,
|
|
965
|
+
0.9058823585510254,
|
|
966
|
+
0.8823529481887817
|
|
967
|
+
],
|
|
968
|
+
"alpha": 1,
|
|
969
|
+
"hex": "#8DE7E1"
|
|
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": "light theme"
|
|
981
|
+
}
|
|
982
|
+
}
|